html,
body {
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
.container-full-width {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.container-marging0 {
    padding-right: 5px;
    padding-left: 5px;
    max-width: 100%;
    overflow: hidden;
}
.container {
    width: 100%;
}
.widthCalc {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
}
.row-margin0 {
    margin: 0 auto;
}
/*offer area*/
.offer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.offer-tab-link {
    text-align: center;
}

.offer-tab-link ul li {
    display: inline-block;
    padding: 10px 0;
    margin: 0 -3px;
}

.offer-tab-link ul li a {
    display: block;
    color: #000;
    font-size: 20px;
    padding: 10px 60px;
    border-bottom: 4px solid #000;
    font-weight: 500;
}

.offer-tab-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    justify-content: center;
}

.offer-tab-link ul li a.active {
    color: darkcyan;
    border-color: darkcyan;
}

.offer-content p {
    text-align: center;
    margin: 0;
    width: 100%;
}

.offer-content h2 {
    text-align: center;
}

.offerItem {
    padding: 0;
    width: 12%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
}

.offer-img {
    margin: 0 0px;
    height: 100%;
}

.offerItemTitle {
    position: absolute;
    z-index: 1;
    width: 236%;
    color: #fff;
    transform: rotate(270deg);
    transform-origin: left;
    text-align: left;
    height: 31%;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 800;
    bottom: 0%;
    left: 50%;
    right: 0;
    top: 75%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 400px;
    justify-content: center;
}
h4.offerItemTitle span {
    /* transform: rotate(270deg);
    width: 100%;
    text-align: initial;
    height: auto;
    position: absolute;
    white-space: pre;
    bottom: 15%; */
}
.offerItem.active {
    width: 40% !important;
}


.offerItem.active .offer-img {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.offerItem.active .offer-detail .row .col:first-child {
    max-width: 40% !important;
}

.offer-content {
    max-width: 460px;
    margin: 0 auto;
    bottom: 35px;
    left: 6%;
    right: 6%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.offer-tabs.tab-content {
    padding: 10px 0;
}

.offerslide:after {
    content: '';
    clear: both;
    display: block;
}

.offer-content p {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
}

.offer-content h2 {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
}

.offerItemTitle.hide {
    display: none;
}

.offerItem.active .offer-content {
    transition: 0.3s ease;
    opacity: 1;
    z-index: 1;
    margin: 0 auto;
    top: 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}

.offer-content a {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    border: 0;
    border-radius: 3px;
    text-decoration: underline;
    font-weight: 700;
}


.offerItem img {
    max-width: unset;
    margin-left: -117%;
    height: 100% !important;
    width: 333.5%;
    transition: 0.3s ease;
}
.offerItem:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.offerItem.active:hover img {
    -webkit-transform: unset;
    transform: unset;
}
.offerItem.active img {
    width: 100%;
    margin: 0 !important;
    transition: 0.3s ease;
}

.offerslide {
    width: 100%;
    position: relative;
    visibility: hidden;
}

.offerslide .grd-filter {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 46, 115, 0);
    background: -moz-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30, 46, 115, 0)), color-stop(35%, rgba(30, 46, 115, 0)), color-stop(97%, rgba(30, 46, 115, 1)), color-stop(100%, rgba(30, 46, 115, 1)));
    background: -webkit-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
    background: -o-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
    background: -ms-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e2e73', endColorstr='#1e2e73', GradientType=0);
}

.offer-img .grd-filter {
    display: none;
}
.offer-detail {
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse; */
}

/*end*/




/*media area*/
@media (max-width:1750px) {
    .container {
        max-width: 1540px;
    }
}

@media (max-width:1550px) {
    .container {
        max-width: 1340px;
    }
}

@media (max-width:1450px) {
    .container {
        max-width: 1240px;
    }

    .offer-content {
        margin: 0;
        max-width: 360px;
    }
}
@media screen and (min-width: 768px) and (max-width:991px) {

    .offerItemTitle {
        top: 64%;
    }
}
@media (max-width:767px) {
    .container {
        max-width: 540px;
    }
    .container-marging0 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .offerItem {
        width: 100%;
    }

    .offer-detail {
        width: 100%;
        max-height: unset;
    }

    h4.offerItemTitle {
        text-align: left;
        padding-left: 15px;
        transform: rotate(0);
        height: 100% !important;
        line-height: 40px;
        width: 100% !important;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(30 46 115 / 38%);
    }
    h4.offerItemTitle span {
        transform: rotate(360deg);
        width: 100%;
        text-align: center;
        height: auto;
        position: absolute;
        white-space: nowrap;
        bottom: unset;
    }
    .offerItem.active .offerItemTitle {
        display: none;
    }

    .offer-img {
        margin: 0;
        height: 100px;
        background: -moz-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30, 46, 115, 0)), color-stop(35%, rgba(30, 46, 115, 0)), color-stop(97%, rgba(30, 46, 115, 1)), color-stop(100%, rgba(30, 46, 115, 1)));
        background: -webkit-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
        background: -o-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
        background: -ms-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e2e73', endColorstr='#1e2e73', GradientType=0);
    }

    .offerItem img {
        margin-left: 0;
        height: auto !important;
        width: 100%;
        margin-top: -22%;
        transition: 0.3s ease;
    }
    .offerItem:hover img {
        -webkit-transform: unset;
        transform: unset;
    }
    .offer-content {
        margin: 0;
        max-width: 100%;
    }

    .offerItem.active .offer-detail {
        width: 100%;
        display: block;
        transition: 0.3s ease;
    }

    .offerItem.active .offer-detail .row .col:first-child {
        max-width: 50% !important;
        transition: 0.3s ease;
    }

    .offerItem.active {
        width: 100% !important;
        transition: 0.3s ease;
    }

    .offerItem.active .offer-img {
        margin: 0;
        height: 100%;
        transition: 0.3s ease;
    }

    .offerslide .grd-filter {
        display: none;
    }

    .offer-img .grd-filter {
        display: block;
        z-index: 0;
        background: rgb(30 46 115 / 39%);
    }

    .offerItem.active .offer-img .grd-filter {
        display: block;
        z-index: 0;
        background: rgba(30, 46, 115, 0);
        background: -moz-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30, 46, 115, 0)), color-stop(35%, rgba(30, 46, 115, 0)), color-stop(97%, rgba(30, 46, 115, 1)), color-stop(100%, rgba(30, 46, 115, 1)));
        background: -webkit-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
        background: -o-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
        background: -ms-linear-gradient(top, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 46, 115, 0) 0%, rgba(30, 46, 115, 0) 35%, rgba(30, 46, 115, 1) 97%, rgba(30, 46, 115, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e2e73', endColorstr='#1e2e73', GradientType=0);
    }

}

@media (max-width:574px) {
    .container {
        max-width: 100%;
    }

    .offerItem.active .offer-detail .row {
        display: block;
    }

    .offerItem.active .offer-detail .row .col {
        max-width: 100% !important;
    }

    .offer-content {
        transform: translate(0);
    }

    .offer-img,
    .offerItem.active .offer-img {
        width: 100%;
        max-width: unset;
    }

    .offer-img img {
        width: 100%;
    }

    .offerItem.active .offer-detail .row .col:first-child {
        max-width: 100% !important;
    }

}

@media (min-width:768px) {
    .img-mobile {
        display: none;
    }

    .img-desk {
        display: block;
    }
}
    @media (max-width:768px) {
        .img-mobile {
            display: inline-block;
        }

        .img-desk {
            display: none;
        }
    }
 
 