.py-bottom {
    padding-bottom: 50px;
}

/* dubai tour packages */
.dubai-tour-sec .total-tour {
    margin-bottom: 30px;
}

.dubai-tour-sec .total-tour .common-text-heading {
    margin-bottom: 0;
}

.banner-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    background-color: #61cdcfb8;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.banner-wrapper .slick-arrow::after {
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "font awesome 5 free";
    width: 40px;
    height: 40px;
    z-index: 11;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 900;
}

.banner-wrapper .slick-next::after {
    content: "\f105";
}


.banner-wrapper .slick-next {
    right: 0;
}

.banner-wrapper .slick-dots li:not(:nth-last-of-type(1)) {
    margin-right: 10px;
}

.dubai-tour-sec .col-left .banner-wrapper .slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.banner-wrapper .slick-dots li button {
    font-size: 0;
    background-color: #D7CE34;
    border: none;
    outline: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.banner-wrapper .slick-dots .slick-active button {
    background-color: #24B4BD;
}

.dubai-tour-sec .total-tour .count_tour {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px dashed #ddd;
}

.dubai-tour-sec .total-tour .text-center {
    display: block;
    font-size: 40px;
    font-weight: 800;
    color: #24B4BD;
}

.dubai-tour-sec .total-tour .booking-button a {
    display: block;
    width: 100%;
    text-align: center;
}

.dubai-tour-sec .total-tour .booking-button a:nth-of-type(1) {
    margin-bottom: 10px;
}

.dubai-tour-sec .col-left {
    width: 68%;
}

.dubai-tour-sec .col-left .banner-wrapper img {
    width: 100%;
    height: 490px;
    border-radius: 10px;
    object-fit: cover;
}

.dubai-tour-sec .col-right {
    width: 30%;
}

.dubai-tour-sec .col-left .time-zone {
    margin-top: 10px;
}

.dubai-tour-sec .col-left .time-zone .ficility-icon {
    width: max-content;
}

.dubai-tour-sec .col-left .time-zone ul li {
    font-size: 13px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 10px;
}

.dubai-tour-sec .col-left .time-zone ul li:nth-last-of-type(1) {
    border-right: none;
    margin-right: 0;
}

.dubai-tour-sec .col-right .travel-brand {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.dubai-tour-sec .col-right .travel-brand h3 {
    font-size: 20px;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dubai-tour-sec .col-right .travel-brand ul {
    row-gap: 20px;
}

.dubai-tour-sec .col-right .travel-brand ul li {
    width: 48%;
}

.dubai-tour-sec .col-right .travel-brand ul li div {
    font-size: 15px;
    font-weight: 500;
}

.dubai-tour-sec .col-right .travel-brand ul li span {
    font-size: 12px;
    font-weight: normal;
}

.dubai-tour-sec .col-right .form-wrapper {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.view-dubai-package .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.view-dubai-package .row .col {
    width: calc(25% - 23px);
    margin-right: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}

.view-dubai-package .row .col:nth-of-type(4n) {
    margin-right: 0;
}

.view-dubai-package .row .col .img-box {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.view-dubai-package .row .col img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: all .5s ease-in-out;
}

.view-dubai-package .row .col:hover img {
    width: 100%;
    transform: scale(1.2);
    border-radius: 10px 10px 0 0;
}

.view-dubai-package .row .col h3 {
    font-size: 16px;
    margin: 10px 0;
}

.view-dubai-package .row .col .content-text {
    padding: 10px;
}

.view-dubai-package .row .col .content-text .icon-box i {
    font-size: 13px;
    margin-right: 6px;
}

.star-rating {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.star-rating ul li {
    margin-right: 4px;
}

.star-rating ul li i {
    color: rgb(247 148 32);
    font-size: 14px;
}

.star-rating span {
    font-size: 12px;
}

.location-tour {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 10px 0;
}

.location-tour ul li {
    font-size: 14px;
    color: #a8a8a8;
}

.location-tour ul li:not(:nth-last-of-type(1)) {
    margin-bottom: 6px;
}

.location-tour ul li i {
    color: #a8a8a8;
    margin-right: 6px;
}

.price-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.price-box .price-inr {
    border-right: 1px solid #ddd;
    padding-right: 30px;

}

.price-box h5 {
    font-size: 20px;
    line-height: normal;
}

.price-box h5 span {
    color: #a8a8a8;
    font-weight: normal;
    font-size: 14px;
}

.common-card-wrapper .content-box .enquire-btn {
    width: 100%;
    text-align: center;
}

.attraction-wrapper .img-box {
    margin: 0 10px;
    display: block;
    position: relative;
}

.attraction-wrapper .img-box img {
    object-fit: cover;
    border-radius: 15px;
}

.attraction-wrapper .img-box .white-btn {
    width: 100%;
    text-align: center;
    margin: 10px auto 0;
    background-color: transparent;
    z-index: 1;
    font-weight: 800;
    width: max-content;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.attraction-wrapper .img-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(9deg, #000 0%, rgba(0, 0, 0, .3) 36%, rgba(0, 0, 0, 0) 59.65%) !important;
    border-radius: 10px;
}

.abu-dhabi-top-top-attraction .row .col-half img {
    height: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.abu-dhabi-top-top-attraction .row .col-half .img-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.abu-dhabi-top-top-attraction .row .col-half .img-bottom .img-box {
    width: 48%;
}

.abu-dhabi-top-top-attraction .row .col-half .img-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.abu-dhabi-top-top-attraction .row .col-half .img-box .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    letter-spacing: 0.5px;
}



.attraction-wrapper .img-box img {
    width: 100%;
    height: 300px !important;
}

.abu-dhabi-top-top-attraction .row .col-half .img-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
    border-radius: 10px;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

/* .adventure-sec css */
.adventure-sec {
    backdrop-filter: blur(5px);
    padding: 70px 0 100px;
    position: relative;
}

.adventure-sec .common-text-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.adventure-sec h2 {
    font-size: 80px;
    text-transform: capitalize;
    background-blend-mode: lighten;
    text-align: center;
    color: #f7f1c2;
    font-family: "Philosopher", sans-serif;

}

.adventure-sec .row {
    display: grid;
    grid-template-columns: auto auto;
    gap: 60px 80px;
}

.adventure-sec .col {
    background-color: #D7CE34;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-right: 100px;
    text-align: center;
    border-radius: 140px 0 0 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adventure-sec .col .icon-box {
    width: 140px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: relative;
}

.adventure-sec .col h3 {
    width: 62%;
    text-align: left;
    font-family: "Philosopher", sans-serif;
    font-size: 30px;

}

.adventure-sec .col .icon-box img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adventure-sec .layer {
    width: 100%;
    position: absolute;
    bottom: -44px;
}

/* information-tour-sec */
.information-tour-sec {
    margin-top: 50px;
}

.information-tour-sec .text-hide-show {
    overflow: hidden;
    height: 146px;
}

.information-tour-sec .text-hide-show.active {
    height: auto;
}

.information-tour-sec .text-hide-show h2 {
    margin: 10px 0;
    color: #d3cc1f;
}

.information-tour-sec .text-hide-show h3 {
    margin: 0 0 16px;
}

.information-tour-sec .text-hide-show p {
    margin-bottom: 16px;
}

.show-btn,
.less-btn {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #F79420;
    font-weight: normal;
    margin-bottom: 10px;
    cursor: pointer;
}

.show-btn i,
.less-btn i {
    margin-left: 6px;
    transition: all 0.5s ease-in-out;
}

.show-btn.active {
    display: none;
}

.less-btn {
    display: none;
}

.less-btn.active {
    display: block;
}

.travel-tips {
    padding: 50px 0;
}

.travel-tips ul {
    padding-left: 30px;
    margin: 20px 0;
}

.travel-tips ul li {
    margin-bottom: 8px;
    list-style: disc;
    line-height: 1.6;
}

.travel-tips .col-half:nth-of-type(1) {
    padding-right: 30px;
}

.travel-tips ul li::marker {
    color: #24B4BD;
}

.travel-tips .col-half img {
    border-radius: 20px;
}

/* arabers-banner  */
.arabers-banner {
    padding-bottom: 40px;
}

.arabers-banner picture {
    display: block;

}

.arabers-banner img {
    width: 100%;
}

/* faq-sec css */

.accordion-common .at-tab {
    display: none;
    padding: 15px;

}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
}

.accordion-common .at-title:hover {
    background-color: #e0e0e0;
}

.accordion-common .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.accordion-common .at-title.active:after {
    content: "-";
}

.accordion-common .at-item {
    border-radius: 5px;
}

.accordion-common .at-item:nth-last-of-type(1) .at-title {
    border-bottom: none;
}

.accordion-common .at-title .tittle-name {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
}

.accordion-common .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.accordion-common .at-tab h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-common .at-tab p {
    font-size: 15px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 1200px) {
    .view-dubai-package .row .col {
        width: calc(25% - 15px);
        margin-right: 19px;
    }

    .enquire-btn {
        padding: 5px 6px;
        font-size: 15px;
    }

    .travel-tips ul li {
        font-size: 15px;
    }

    .adventure-sec .col h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1140px) {
    .attraction-wrapper .img-box img {
        height: 200px !important;
    }
}

@media only screen and (max-width: 1080px) {
    h1 {
        font-size: 32px;
    }

    .view-dubai-package .row .col {
        width: calc(33% - 23px);
    }

    .view-dubai-package .row .col:nth-of-type(3n) {
        margin-right: 0;
    }

    .view-dubai-package .row .col:nth-of-type(4n) {
        margin-right: 30px;
    }

    .adventure-sec .col h3 {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    h2 {
        font-size: 28px;
    }

    .dubai-tour-sec .col-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .dubai-tour-sec .col-right {
        width: 100%;
    }

    .adventure-sec .col {
        padding-right: 0;
    }

    .adventure-sec .col h3 {
        width: 60%;
    }
}

@media only screen and (max-width: 850px) {
    .adventure-sec .col h3 {
        font-size: 20px;
    }

    .view-dubai-package .row {
        justify-content: space-between;
        gap: 20px;
    }

    .view-dubai-package .col {
        width: 48% !important;
        margin-right: 0 !important;
    }

    .adventure-sec .col h3 {
        width: 50%;
    }

    .adventure-sec h2 {
        font-size: 40px;
    }

    .adventure-sec .row {
        gap: 35px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    .dubai-tour-sec .col-left .time-zone .ficility-icon {
        width: 100%;
        overflow: unset;
    }

    .dubai-tour-sec .col-left .time-zone .enquire-btn {
        margin-top: 10px;
    }

    .adventure-sec .col h3 {
        font-size: 26px;
    }

    .adventure-sec .row {
        grid-template-columns: auto;
    }

    .adventure-sec .col h3 {
        width: 70%;
    }

}

@media only screen and (max-width: 580px) {
    h1 {
        font-size: 24px;
        text-align: center;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .enquire-btn {
        padding: 5px 10px;
    }

    .dubai-tour-sec .total-tour .booking-button {
        display: none;
    }

    .dubai-tour-sec .total-tour .count_tour {
        border-right: none;
        border-bottom: 2px dashed #ddd;
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .dubai-tour-sec .col-left .banner-wrapper img {
        height: auto;
    }

    .dubai-tour-sec .slick-arrow {
        display: none !important;
    }

    .view-dubai-package .col {
        width: 100% !important;
    }

    .travel-tips .row,
    .top-attraction .row {
        row-gap: 20px;
    }

    .travel-tips .col-half,
    .top-attraction .col-half {
        width: 100%;
        padding-right: 0 !important;
    }

    .adventure-sec .col .icon-box img {
        width: 40px;
    }

    .adventure-sec .col .icon-box {
        width: 90px;
        height: 90px;
    }

    .adventure-sec .col h3 {
        font-size: 22px;
        width: 70%;
    }

    .adventure-sec .layer {
        height: 48px !important;
    }

    .accordion-common .at-title .tittle-name {
        font-size: 16px;
        width: 95%;
    }

}

@media only screen and (max-width: 480px) {
    .adventure-sec {
        padding: 30px 0 35px;
    }

    .adventure-sec h2 {
        font-size: 28px;
    }

    .adventure-sec .layer {
        bottom: -37px;
        height: 38px !important;
    }
}

@media only screen and (max-width: 380px) {

    .attraction-wrapper .img-box img {
        width: 100%;
        height: 300px !important;
    }
}