/* font  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;800&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.container {
    position: relative;
}

.header {
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
}

.logo>.img {
    padding-left: 20px;
    width: 66px;
    height: 60px;
}

.company {
    text-align: center;
}

.company>h1 {
    font-weight: 800;
    font-size: 2.5em;
    color: #1c5c3b;
}

.company>.img {
    padding-left: 15px;
    width: 250px;
    height: 65px;
}

.company>p {
    margin-top: -5px;
    font-size: 0.9em;
    font-weight: 500;
    /* color: #ff7928; */
    color: #000000;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-image {
    width: 50px;
    /* Adjust as needed */
    height: auto;
}

.logo-text {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.text-image {
    height: 50px;
    /* Adjust to match your text logo height */
    width: auto;
}

.image_bg:after {
    opacity: revert !important;
    background: #111b38a6;
}

.image_bg--single:after {
    opacity: revert !important;
    background: #11382f00;
}

.hero-video {
    width: 100%;
    height: auto;
}

.homepage_slider {
    background: #000000;
}

.homepage_slider .slide:before {
    /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); */
    z-index: 2;
}

.header__bottom .menu .scroll_wrap>ul>li>a.active:before {
    height: 2px;
    background: #ff7928;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    content: '';
}

.page_content.three-columns {
    padding-top: 120px;
}

.page_content.three-columns .section-title {
    margin-bottom: 10px;
    color: #ff7928;
}

.page_content.three-columns .section-description {
    position: relative;
    font-size: 0.9rem;
    color: #eee;
    margin-bottom: 20px;
}

.whatsapp-float {
    position: fixed;
    /* bottom: 30px; */
    bottom: 5vh;
    /* right: -1700px; */
    /* right: 20px; */
    /* left: auto; */
    margin-left: 90vw;
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-float img {
    width: 80px;
    height: auto;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-float :hover {
    transform: translateY(-3px);
}


/* Mobile responsiveness */
@media (max-width: 768px) {
    .whatsapp-float {
        /* bottom: 20px; */
        bottom: 5vh;

        /* right: -350px; */
        margin-left: 80vw;

    }

    .whatsapp-float img {
        width: 50px;
    }
}

li,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
    display: block;
    float: left;
    width: 100%;
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.description p {
    margin: 10px 0;

}

.most_welcome {
    background: #f7f7f7;
    padding-bottom: 50px;
    overflow: hidden;
    padding-top: 60px;
}

.most_welcome .section_title {
    /* color: #17865a; */
    color: #333;
    text-align: center;
}

.most_welcome .description {
    padding: 50px 0;
    text-align: justify;
    color: #000000;
    font-size: 2em;
    font-weight: 400;
}

/* About Highlight Section Styles */
.about-highlight-section {
    background-color: white;
    padding: 80px 0;
}

.about-highlight-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

.highlight-video-container {
    flex: 1;
    max-width: 400px;
}

.highlight-video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-highlight-content {
    flex: 1;
    max-width: 600px;
}

.about-highlight-content h1 {
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.about-highlight-content h2 {
    font-size: 24px;
    color: #555;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.3;
}

.about-highlight-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Testimonials Section */
.testimonials-section {
    background-color: white;
    padding: 80px 0;
}

/* Layout Structure */
.testimonial-layout {
    display: flex;
    gap: 60px;
    overflow-x: hidden;
}

.testimonial-title-col {
    flex: 0 0 27%;
    max-width: 27%;
    padding-right: 30px;
    border-right: 1px solid #e0e0e0;
}

.testimonial-content-col {
    flex: 1;
    position: relative;
}

/* Title Styles */
.section_title {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

.see-more {
    display: inline-block;
    background: #1c5c3b;
    color: white;
    padding: 15px 30px;
    border-radius: 31px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
}

.see-more:hover {
    background-color: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Updated Controls */
.testimonial-controls {
    display: flex;
    /* justify-content: space-between; */
    position: absolute;
    gap: 20px;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}


.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    /*color: #1c5c3b;*/
    background-color: #1c5c3b;
    /*background-color: white;*/
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.arrow:hover {
    background-color: #1c5c3b;
    color: white;
    transform: scale(1.1);
}

#testimonial-slider {
    overflow: hidden;
    margin: 0 auto 30px;
}

/* Testimonial Card */
.testimonial-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);

}

/* Ensure proper width calculation */
.slick-list {
    overflow: visible;
    margin: 0 -15px;
    padding: 0 15px !important;
}

/* Fix for sliding area */
.slick-track {
    display: flex !important;
    align-items: stretch;
}

/* Individual slide styling */
.slick-slide {
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

/* Active slide highlighting */
.slick-center .testimonial-card {
    transform: scale(1.05);
    z-index: 2;
}

.testimonial-card.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.testimonial-header {
    margin-bottom: 20px;
}

.client-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.rating-date {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating {
    color: #FFD700;
    font-size: 18px;
}

.date {
    font-size: 14px;
    color: #777;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

/* .testimonial-actions {
    display: flex;
    gap: 15px;
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
} */

.action-btn {
    background: none;
    border: none;
    color: #1c5c3b;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
}

.features-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 40px 0;
}

.experience-box {
    background-color: #f0f8ff;
    border: 2px solid #1c5c3b;
    border-radius: 10px;
    padding: 40px 20px 20px;
    /* Increased top padding */
    text-align: center;
    min-width: 150px;
    position: relative;
    /* margin-top: 40px;  */
}

.logo-stamp {
    position: absolute;
    top: 9px;
    /* Half outside the box */
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 75px;
    /* background: white; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #1c5c3b; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    z-index: 1;
}

.logo-stamp img {
    width: 80%;
    /* Fill most of the circle */
    height: 80%;
    object-fit: contain;
}

.feature-number {
    font-size: 36px;
    font-weight: 700;
    color: #1c5c3b;
    margin-top: 30px;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-icon {
    color: #1c5c3b;
    font-weight: bold;
    font-size: 18px;
}

.feature-text {
    font-size: 16px;
    color: #555;
}

.highlight-cta {
    display: inline-block;
    background: #1c5c3b;
    color: white;
    padding: 15px 30px;
    border-radius: 31px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
}

.highlight-cta:hover {
    background-color: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsive Adjustments */
@media (max-width: 1024px) {
    .about-highlight-container {
        flex-direction: row;
        /* Keep side-by-side on tablets */
        gap: 30px;
        align-items: flex-start;
        /* Better alignment */
    }

    .highlight-video-container {
        max-width: 300px;
        /* Smaller video on tablets */
    }

    .testimonial-layout {
        flex-direction: column;
        gap: 30px;
    }

    .testimonial-title-col {
        flex: 1;
        max-width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 30px;
    }

    .testimonial-controls {
        position: relative;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .about-highlight-container {
        flex-direction: row;
        /* Still side-by-side */
        flex-wrap: wrap;
        /* Allow wrapping if needed */
        gap: 20px;
    }

    .highlight-video-container,
    .about-highlight-content {
        flex: 1 1 300px;
        /* Equal flexible width with minimum 300px */
        max-width: 100%;
    }

    .highlight-video {
        max-height: 400px;
        /* Limit video height */
        object-fit: cover;
        /* Maintain aspect ratio */
    }

    .testimonial-layout {
        flex-direction: column;
        gap: 0;
        /* Remove gap between sections */
    }

    .testimonial-title-col {
        flex: 1;
        max-width: 100%;
        padding-right: 0;
        border-right: none;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e0e0e0;
    }

    .testimonial-content-col {
        width: 100%;
    }

    .testimonial-controls {
        margin-top: 15px;
    }

}

@media (max-width: 480px) {
    .about-highlight-container {
        flex-direction: column;
        /* Stack on very small screens */
    }

    .highlight-video-container {
        width: 100%;
        max-width: 100%;
    }

    .about-highlight-content {
        width: 100%;
    }

    .testimonials-section {
        padding: 50px 0;
    }

    .testimonial-title-col {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .section_title {
        font-size: 28px;
    }

    .testimonial-card {
        padding: 20px 15px;
    }

    .client-name {
        font-size: 18px;
    }

    .testimonial-content p {
        font-size: 15px;
    }
}

.most_peta {
    padding-top: 100px;
    padding-bottom: 100px;
    /* background: #84AE92; */
    background: #f3f1f1;
}

.most_peta .section_title {
    font-size: 3em;
    /* color: #ff7c37; */
    /* color: #1c5c3b; */
    color: #333;
    padding-bottom: 40px;
}

.most_popular_home {
    background: #1a7953;
}

.most_popular__section .slider_item__content .description {
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.most_popular__section .section_title {
    color: #ff7928;
}

.popular_destination__section .section_title {
    /* color: #ff7928 */
    color: #333;
}

.most_popular__section .slider_item__content .title {
    font-size: 1.5em;
}

.popular_destination__slider .slide_item_content .slide_title {
    font-size: 1.5em;
}

.popular_destination__slider .slide_item_content .slide_description {
    font-size: 0.9em;
}

.popular_destination__slider .slide_item .slide_footer {
    padding: 19px !important;
}

.popular_destination__slider .slide_item .slide_footer .hours {
    /* color: #008814; */
    color: #1c5c3b;
}

.most_service {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

.most_service .item {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    /* border: solid #494848 1px; */
    position: relative;
    padding: 50px;
    background-position: center center;
    background-size: cover;
}

.most_service .item:hover .slider_item__content h3 {
    color: #ff7928
}

.most_service .item .title {
    position: absolute;
    bottom: 30px;
}

.hero-gif {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px rgba(0, 0, 0, 0.5);
    border-radius: 32px;
}

.client_section {
    padding: 50px 0;
    min-height: 570px;
    /* background-color: #ffffff; */
    background-color: #f7f7f7;
}

.client_section_title {
    font-size: 40px;
    font-weight: 900;
    /* color: #ff7928; */
    color: #333;

}

.client {
    display: grid;
    gap: 30px;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(8, 1fr);
}

.client-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(50%);
    cursor: pointer;
    transition: transform .2s;
}

.client-img:hover {
    filter: grayscale(10%);
    transform: scale(1.5);
}

.discount_section:before {
    background: #fff !important;
    opacity: 1;
}


.page_about {
    padding-top: 374px;
}

.about-page .team .item_info .item_title {
    font-size: 1.4em;
    margin-bottom: revert;
}

.about-page .team .item_info .item_position {
    font-size: 1em;
    margin-bottom: 1rem;
}

.about-page .team .item_info .item_description {
    font-size: 0.9em;
}

.about-page .team .item_info span {
    font-size: 0.8em;
    margin-bottom: 1rem;
    color: blue;
    cursor: pointer;
}

.about-page .team .item_info .line_clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-page .team .item_info .item_social {
    margin-top: 20px;
}

.about-page .team .item_info .item_social img {
    background-color: #302828;
    padding: 0.2rem;
    border-radius: 3px;
    width: 30px;
    height: 30px;
}

.about-page .description .left {
    max-width: revert;
    width: 100%;
    line-height: 25px;
    text-align: justify;
}

.most_popular__section .slider_item__content .description {
    margin-top: 0px;
    padding: 0px;
}

.single_page {
    padding-top: 120px !important;
}

.single-page .section-top {
    margin-bottom: 40px;
}

.single-page .single-sidebar .tour--info .top .flex-bottom ._title {
    margin-top: auto;
    margin-bottom: 10px;
}


.single-page .single-sidebar .tour--info .cost .new-cost {
    font-size: 1.2rem;
}

.single-page .single-sidebar .tour--info .cost .old-cost {
    font-size: 1rem;
}

.single-page .single-sidebar .tour--info {
    background: transparent;
    box-shadow: revert;
}

.single-page .single-sidebar .tour--info .bottom {
    background: transparent;
}

.gallery_page {
    padding-top: 120px !important;
}

.gallery_page .pagination {
    text-align: center;
}

.gallery_page .pagination ul {
    display: inline-block;
    float: none;
    width: auto;
}

.gallery_page .pagination {
    margin-top: 36px;
}

.gallery_page .pagination ul li {
    width: 48px;
    margin-right: 10px;
}

.gallery_page .pagination ul li:last-child {
    margin-right: 0;
}

.gallery_page .pagination ul li a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    display: block;
    float: left;
    line-height: 48px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.gallery_page .pagination ul li span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    display: block;
    float: left;
    line-height: 48px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.gallery_page .pagination ul li a:hover {
    color: #ff7f00;
    background: #fff;
}

.gallery_page .pagination ul li.current a {
    background: #ff7f00;
    color: #fff;
}

.gallery_page .pagination ul li.current span {
    background: #ff7f00;
    color: #fff;
}

.gallery_page .pagination ul li.prev a {
    position: relative;
}

.gallery_page .pagination ul li.prev span {
    position: relative;
}

.gallery_page .pagination ul li.prev a:before {
    width: 20px;
    height: 14px;
    background: url(../img/pag-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -10px;
    content: '';
    transform: rotate(180deg);
    transition: all .2s linear;
}

.gallery_page .pagination ul li.prev a:after {
    width: 20px;
    height: 14px;
    background: url(../img/pag-arrow-hover.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -10px;
    content: '';
    transform: rotate(180deg);
    opacity: 0;
    transition: all .2s linear;
}

.gallery_page .pagination ul li.prev a:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.gallery_page .pagination ul li.prev a:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.gallery_page .pagination ul li.next a {
    position: relative;
}

.gallery_page .pagination ul li.next span {
    position: relative;
}

.gallery_page .pagination ul li.next a:before {
    width: 20px;
    height: 14px;
    background: url(../img/pag-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -10px;
    content: '';
    transition: all .2s linear;
}

.gallery_page .pagination ul li.next a:after {
    width: 20px;
    height: 14px;
    background: url(../img/pag-arrow-hover.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -10px;
    content: '';
    opacity: 0;
    transition: all .2s linear;
}

.gallery_page .pagination ul li.next a:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.gallery_page .pagination ul li.next a:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.about-page .description {
    margin-top: 10px !important;
}

.footer_center {
    padding-bottom: revert;
}

.footer_center_menu .items {
    display: flex;
}

.footer_center_menu .mobile_socials {
    margin-top: revert;
    display: block !important;
}

.sq_parent .sq_wrap .sq_content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-has-poster {
    opacity: 1 !important;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.peta-operasi {
    width: 100%;
    object-fit: cover;
}

.about-page .description .text p {
    font-size: 1.2em;
    color: #fff;
}

.about-page .team_title {
    font-size: 2em;
    font-weight: 900;
    color: #ff7928;
    margin-bottom: 25px;
}

.footer_center .mobile_socials .a.facebook:before {
    background-image: url(../img/facebook.svg);
}

.footer_bottom a {
    color: #ff7928;
}

dialog {
    max-width: 70%;
    border-radius: 5px;
}

dialog>.inner {
    display: flex;
}

dialog>.inner>img {
    width: 100px;
    height: fit-content;
}

dialog>.inner>.content {
    padding: 0 20px;
}

dialog>.inner>.content p {
    margin-bottom: 10px;
}

dialog>.inner>.content>.title {
    font-weight: 600;
}

dialog>.inner>.info {
    position: absolute;
    top: 40px;
    left: 120px;
}

dialog>button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    border-radius: 2px;
    z-index: 99;
}

@media screen and (max-width: 1200px) {
    .image_bg--single:before {
        height: 37%;
    }

    .single-page .control-slide {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: -75px;
    }

    .single-page .control-slide .slick-arrows {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 2em;
    }

    .single-page .control-slide .slick-arrows .arrow {
        background: #1c5c3b;
        opacity: 0.5;
    }

    .about-page .team .item_image .sq_parent .sq_wrap .sq_content img {
        object-position: top;
        transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }

    .client {
        gap: 30px;
        grid-template-columns: repeat(8, 1fr);
    }

    .gallery_page .pagination {
        margin-top: 40px;
    }
}


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

    .logo {
        gap: 15px;
        padding-bottom: 10px;
    }

    .logo>.img {
        margin-top: 8px;
        padding-left: 0px;
        width: 33px;
        height: 39px;
    }

    .company>h1 {
        font-size: 2em;
    }

    .company>p {
        margin-top: -5px;
        font-size: 0.6em;
    }

    .mobile_btn {
        right: 0;
    }

    .mobile_btn span {
        background: #000000;
    }

    .image_bg--single {
        margin-top: -88px;
        background-size: contain;
    }

    .header__bottom .menu .scroll_wrap>ul>li>a {
        color: #ff7928;
    }

    .header__bottom .menu .scroll_wrap>ul {
        text-align: left;
    }

    .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul {
        padding-left: 20px;
    }

    .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li a {
        color: #ff7928;
        font-weight: 400;
    }

    .most_welcome {
        padding-top: 10px;
    }

    .most_welcome .section_title {
        font-size: 3em;
    }

    .most_welcome .description {
        font-size: 1.5em;
        text-align: justify;
        text-justify: inter-word;
        /* For better spacing */
        word-wrap: break-word;
        /* Prevent overflow */
        hyphens: auto;
        /* For better line breaks (optional) */
        width: 100%;
        /* Ensure full width */
    }

    .slider-container {
        padding-bottom: 80px;
    }

    .homepage_slider .slide__controls .arrow {
        top: 0px;
    }

    .most_peta {
        padding-top: 20px;
        padding-bottom: 30px;
        background: #eeeeee;
    }

    .most_peta .section_title {
        font-size: 3em;
        /* color: #1c5c3b; */
        color: #333;
    }

    .most_service {
        flex-direction: column;
    }

    .most_service .item {
        height: 250px;
        border-radius: 10px;
    }

    .popular_destination__section .top_part {
        margin-bottom: 50px;
    }

    .popular_destination__section .top_part_right {
        margin-top: 0;
    }

    .popular_destination__section .top_part_right .controls {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

    .popular_destination__section .top_part_right .arrow {
        width: 26px;
        height: 26px;
    }

    .discount_section {
        padding: 30px 0;
    }

    .discount_section .section_title {
        color: #ff7928;
    }

    .client_section {
        min-height: revert;
    }

    .client {
        margin-top: 20px;
        gap: 30px;
        grid-template-columns: repeat(4, 1fr);
    }

    .footer_center_menu .items {
        flex-direction: column;
    }

    .footer_center_menu .items .mobile_socials {
        padding-bottom: 30px;
    }

}


@media screen and (max-width: 430px) {
    .about-page {
        padding-top: 256px !important;
    }

    .image_bg--single:before {
        height: 38%;
    }

    .gallery_page .pagination {
        margin-top: 20px;
    }

    dialog {
        max-width: 90%;
    }

    dialog>.inner {
        flex-direction: column;
    }

    dialog>.inner>img {
        margin: 0 auto;
        padding-bottom: 20px;
    }

    dialog>.inner>.content {
        padding: 0 20px;
    }

    dialog>.inner>.content p {
        margin-bottom: 10px;
    }

    dialog>.inner>.title {
        position: absolute;
        top: 20px;
        left: 120px;
    }

    dialog>.inner>.info {
        position: absolute;
        top: 40px;
        left: 120px;
    }

    dialog>button {
        top: 10px;
        height: 25px;
    }
}