/*media quary*/

@media (max-width: 850px) {
    .offer-sec-1 h2 {
        padding-top: 30px;
    }

    .offer-sec-1 p {
        padding-right: 80px;
    }

    section.offer-sec-1 {
        padding: 0;
        height: 200px;
        margin-top: -24px;
    }

    .offer-sec-2 .img-gallery img.first-img {
        padding-top: 40%;
    }
}

/*media quary cloose*/


/*about-sec-1*/

.offer-sec-1 {
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.offer-sec-1 h2 {
    font-size: 60px;
    color: #91278e;
    font-weight: bold;
}

.offer-sec-1 p {
    color: #1e1424;
    font-size: 16px;
    width: 75%;
    font-family: 'ProductSans-Regular';
}

/*about-sec-1-cloose*/

/*offer-sec-2*/
section.offer-sec-2 {
    padding-top: 50px;
    padding-bottom: 80px;
    overflow: hidden;
}

.offer-sec-2 .dropdown {
    padding-bottom: 20px;
}

.offer-sec-2 .dropdown .btn {
    background-color: #91278e;
    color: white;
    font-family: ProductSans-Bold;
    width: 100%;
    text-align: right;
    border-radius: 25px;
    border: #91278e;
}

.offer-sec-2 .dropdown .btn span.city-span {
    float: left;
}

.offer-sec-2 .dropdown .dropdown-menu.show {
    width: 100%;
    background-color: #91278e;
    border-radius: 25px;
    margin-top: -1px;
}

.offer-sec-2 .dropdown .dropdown-menu.show a.dropdown-item {
    color: white;
    font-family: 'ProductSans-Bold';
}

.offer-sec-2 .dropdown .dropdown-menu.show a.dropdown-item:hover {
    background-color: #fcaf17;
    border-radius: 25px;
}


.offer-sec-2 .dropdown-category {
    padding-bottom: 20px;
}

.offer-sec-2 .dropdown-category .btn {
    background-color: #fcaf17;
    color: white;
    font-family: ProductSans-Bold;
    width: 100%;
    text-align: right;
    border-radius: 25px;
    border: #fcaf17
}

.offer-sec-2 .dropdown-category .btn span.city-span {
    float: left;
}

.offer-sec-2 .dropdown-category .dropdown-menu.show {
    width: 95%;
    background-color: #e3e3e3;
    border-radius: 25px;
    overflow-y: scroll;
    height: 174px;
    margin-top: -1px;
    position: absolute;
    transform: translate3d(15px, 36px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.offer-sec-2 .dropdown-category .dropdown-menu.show a.dropdown-item {
    color: black;
    font-family: 'ProductSans-Bold';
    border-bottom: 1px solid;
}

.offer-sec-2 .dropdown-category .dropdown-menu.show a.dropdown-item:hover {
    background-color: #91278e;
    border-radius: 25px;
    color: white;
}

.offer-sec-2 .dropdown-category span.category-select {
    float: right;
}

.dropdown-menu.show::-webkit-scrollbar {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #ffffff;
    border: 1px solid #fff;
}

.dropdown-menu.show::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #e3e3e3;
}

.offer-sec-2 .img-gallery img {
    width: 100%;
}

.offer-sec-2 .img-gallery .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}

.offer-sec-2 .img-gallery .col-sm-2 {
    padding-right: 0;
    padding-left: 0;
}

/*offer-sec-2-cloose*/
