﻿.modal-dialog {
    max-width: 900px;
}

.close {
    position: absolute;
    right: 30px;
    top: 15px;
    color: #fff;
    font-size: 2.5rem;
}

.popupText {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: 160px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", Sans-serif;
    font-size: 40px;
    font-weight: 500;
}

.sliderImg {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.seasonLink:hover {
    text-decoration: none;
}

.sliderText {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: 160px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", Sans-serif;
    font-size: 40px;
    font-weight: 500;
}

.slidetBtn {
    position: absolute;
    width: fit-content;
    top: 250px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "Oswald", Sans-serif;
    text-transform: uppercase;
    background-color: #f6932f;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(0,0,0,0);
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    fill: #fff;
    text-align: center;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    padding: 15px 30px;
    width: max-content;
}

    .slidetBtn:hover {
        color: #fff;
        text-decoration: none;
    }

.stickyOfferImgs,
.partnersImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-dots {
    display: none;
}

.partnerImg {
    width: 400px;
    min-height: 150px;
    max-height: 250px;
}

    .partnerImg:nth-child(n+4) {
        margin-top: 50px;
    }
