* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
    margin: 0;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
}

.eb-garamond-italic {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

a {
    text-decoration: none;
}

p,
span,
a,
ul li,
button {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.row {
    max-width: 1280px !important;
    margin: auto !important;
}

.nav {
    max-width: 1280px;
    margin: auto;
    padding: 0px 20px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .logo img {
    width: 235px;
    height: 50px;
}

.contact-button-1 {
    border: none;
    outline: none;
    padding: 7px 18px;
    background-color: transparent;
    letter-spacing: 0.5px;
    border: 1px solid #E3510D;
    font-size: 15px;
    transition: 0.5s;
    color: #000;
}

.contact-button-2 {
    border: none;
    outline: none;
    padding: 7px 18px;
    background-color: transparent;
    letter-spacing: 0.5px;
    background-color: #E3510D;
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
    border: 1px solid transparent;
}

.main-content-mob {
    display: none;
}

.contact-button-2 i {
    font-size: 17px;
    vertical-align: middle;
}

.contact-button-1:hover {
    border: 1px solid transparent;
    background-color: #E3510D;
    color: #fff;
}

.desktop-only {
    display: block;
}

.contact-button-2:hover {
    border: 1px solid #E3510D;
    background-color: transparent;
    color: #000;
}

.hero {
    position: relative;
    height: 89vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.425);
    /* Black with 50% transparency */
    z-index: 0;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-content {
    z-index: 1;
    max-width: 800px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 4.4rem;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.hero-content p {
    font-size: 1.5rem;
    width: 500px;
    margin: auto;
}

.hero-button {
    border: none;
    outline: none;
    padding: 7px 18px;
    background-color: transparent;
    letter-spacing: 0.5px;
    background-color: #E3510D;
    color: #fff;
    font-size: 25px;
    transition: 0.5s;
    border: 1px solid transparent;
    text-decoration: none;
}

.star i {
    color: #FBCA31;
    font-size: 32px;
    margin-top: 5px;
    margin-bottom: 12px;
}

.hero-button:hover {
    border: 1px solid #E3510D;
    background-color: transparent;
    color: #fff;
}


.content {
    padding: 20px;
    text-align: center;
}

/* Footer Styles */
.footer {
    padding: 0px 20px 1px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
}

.footer-section .paraa {
    margin-top: 15px;
    color: #000;
    border-top: 2px solid #E3510D;
    padding-top: 15px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000;
}

.footer-section ul li a:hover {
    color: #E3510D;
}

.footer-section p {
    margin: 5px 0;
}

.desk-mobile-number {
    display: block;
}

.footer-section a,
.footer-bottom-a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #E3510D;
}

.footer-section a:hover,
.footer-bottom-a:hover {
    color: #000;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding: 5px;
    border-top: 1px solid #000;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0.17);
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    border-radius: 0 !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.badge-custom {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #E3510D;
    color: #ffff;
    padding: 5px 10px;
    z-index: 99;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.card-image-container {
    position: relative;
}

.card-title {
    position: absolute;
    bottom: 10px;
    line-height: 0.8;
    left: 10px;
    font-size: 27px;
    letter-spacing: 1px;
    color: white !important;
    padding: 5px 10px;
    margin: 0;
}

.card-body {
    background: white;
    padding: 20px;
    position: relative;

}

.card-text {
    font-size: 24px;
    letter-spacing: 1px;
}

   @media (max-width: 368px) {
    .card-text {
        font-size: 23px;
    }
}

  @media (max-width: 368px) {
    .new-set {
        font-size: 20px;
    }
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.price-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.btn-custom {
    background: #E3510D;
    width: 44px;
    height: 44px;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 8px;
    font-size: 24px;
}

.btn-custom:hover {
    background: transparent;
    border: 1px solid #E3510D;
    color: #E3510D;
}

.btn-3-con {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-3 {

    background: #E3510D;
    border: 2px solid transparent;
    color: #fff;
    padding: 13px 20px;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    cursor: pointer;

}

.btn-4-con {
    margin-top: 20px;
}

.btn-4 {
    text-decoration: none;
    background: #E3510D;
    border: 2px solid transparent;
    color: #fff;
    padding: 10px 16px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-4:hover {
    background: transparent;
    border: 2px solid #E3510D;
    color: #E3510D;
}
.btn-5 {
    text-decoration: none;
    background: transparent;
    border: 2px solid #E3510D;
    color: #E3510D;
    padding: 10px 16px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-5:hover {
    background: #E3510D;
    border: 2px solid transparent;
    color: #fff;
}

.btn-3:hover {
    background: transparent;
    border: 2px solid #E3510D;
    color: #E3510D;
}

.card img {
    height: 430px;
    object-fit: cover;
    width: 100%;
    border-radius: 0 !important;
    border-bottom: 4px solid #E3510D;
}

.info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.info-box span {
    border: 1px solid rgb(158, 155, 155);
    border-radius: 15px;
    padding: 0px 10px;
}

/* Passion for Africa Section Styles */
.passion-section {

    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.passion-content {
    max-width: 800px;
    margin: 0 auto;
}

.passion-content h2 {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.passion-content h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background-color: #e67e22;
    transform: translateX(-50%);
}

.passion-content p {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-top: 20px;
}

.hero-video {
    display: block;
}

/* Partner Section Styles */
.partner-section {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
    max-width: 1440px;
    margin: auto;
    background-image: url('../images/card/partner-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.partner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* Black overlay with 50% opacity */
    z-index: 1;
}



.partner-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.partner-logo {
    width: 150px;
    margin: auto;
}

.partner-content h2 {
    font-size: 2.5rem;
    color: #fff;
    position: relative;
    display: inline-block;
}

.partner-content h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background-color: #e67e22;
    transform: translateX(-50%);
}

.partner-content p {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.7;
    margin-top: 20px;
}

.section {
    width: 390px;
}

.container {
    max-width: 1280px !important;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: center;
    width: 100%;
    padding: 60px 0px;
}

.mob-mobile-number {
    display: none;
}

.services .logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.services h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.services p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.mobile-img {
    display: none;
}

@media (max-width: 768px) {
    .hero::before {
        content: "";
    }

    .mobile-img {
        display: block;
    }

    .hero-video {
        display: none;
    }

    .section {
        width: 100%;
    }

    .mob-mobile-number {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none;
        padding: 9px 10px;
        border-radius: 50%;
        background-color: #E3510D;
        letter-spacing: 0.5px;
        border: 1px solid transparent;
        font-size: 22px;
        color: #fff;
        transition: 0.5s;
    }

    .mob-mobile-number:hover {
        border: 1px solid #E3510D;
        background-color: transparent;
        color: #000;
    }

    .nav {
        padding: 0px 9px;
    }

    .nav .logo img {
        width: 100%;
        height: 47px;
    }
    .desk-mobile-number {
        display: none;
    }

    .container {
        padding: 25px;
        flex-direction: column;
        min-height: 45vh;
        gap: 43px;
        justify-content: space-evenly;
    }

    .services h2 {
        font-size: 28px;
    }

    .services p {
        font-size: 14px;
    }
}

.mobile-box {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    border-top:none;
    color: #000;
    padding: 0px;
    z-index: 999;
}

.mobile-box h2 {
    font-size: 18px;
    margin-bottom: 5px
}

.mobile-box p {
    font-size: 13px
}

.btn-container {
    display: flex;
    justify-content: space-between
}

.button-bottom,
.download-bottom {
    text-decoration: none
}

.button-bottom,
.download-bottom {
    height: 55px;
    letter-spacing: 1px;
    border: none;
}

.button-bottom,
.download-bottom,
.modal-content {
    display: block;
    text-align: center
}

.download-bottom {
    width: 39%;
    background-color: #e0dcd3;
    color: #000;
    padding: 7px 20px;
    font-size: 14px
}

.button-bottom {
    width: 61%;
    background-color: #e45924;
    padding: 1px 20px;
    font-size: 14px;
    font-weight: 700;
    transition: .5s
}

.button-bottom a {
    color: #fff
}

.section {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* Change here: content at bottom */
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    /* Adjust how close to bottom */
}

.section.sticky {
    position: sticky;
    top: 0;
}

#section1 {
    background-image: url('../images/card/section-1.png');
}

#section2 {
    background-image: url('../images/card/section-2.png');
}

#section3 {
    background-image: url('../images/card/section-3.png');
}

.content-mob {
    position: relative;
    z-index: 2;
    padding: 4px;
       margin-bottom: 85px;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
}

.content-mob-1 {
    margin-bottom: 167px;
}

.content-mob h2 {
    font-size: 2.2rem;
    padding: 19px;
    margin-bottom: -11px;
}

.rating {
    font-size: 1.5rem;
}

.rating span {
    font-size: 35px;
    color: #FABF57;
    margin: 0 2px;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end !important;
}

.swiper-button-next,
.swiper-button-prev {
  
    color: #fff !important;
}

@media (max-width:768px) {
    .mobile-only {
        display: block;
    }

    .mobile-slider {
        width: 100%;
        height: 92vh;
    }

    .about-wrapper-1 {
        background-color: #F4F3F1;
        height: 90vh;
        margin-bottom: 35px;
    }

    .span-mob {
        margin-left: 20px;
        font-weight: 500;
    }

    .left-mob {
        font-size: 33px;
        margin-bottom: 28px;
        margin-top: 35px;
    }

    .mobile-box {
        display: block
    }

    .desktop-only {
        display: none;
    }

    .hero {
        display: none;
    }

    .main-content-mob {
        display: block;
    }

    .section {
        padding-bottom: 30px;
    }
}

@media (max-width:352px) {
    .mobile-box p {
        font-size: 11px
    }

    .button-bottom {
        font-size: 12px
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .partner-section {
        background-image: url('../images/card/partner-background-mobile.webp');
    }

    .desktop-only {
        display: none;
    }

    .hero {
        background-image: url('../images/card/mobile-img.avif');
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: none;

    }

    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        z-index: 0;
    }

    .tab-button {
        width: 100%;
        margin-bottom: 40px;
    }

    .card {
        width: 100%;
    }

    .passion-content h2 {
        font-size: 2rem;
    }

    .passion-content p {
        font-size: 0.9rem;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0px;
    }

    .hero-content h1 {
        font-size: 2.5rem;
        text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    }

    .star i {
        font-size: 26px;
    }

    .hero-content p {
        font-size: 1.5rem;
        width: 349px;
    }

    .partner-content h2 {
        font-size: 2rem;
    }

    .partner-content p {
        font-size: 0.9rem;
    }

    .price {
        font-size: 0.8rem;
        color: #333;
        margin: 0%;
    }

    .btn-custom {
        font-size: 14px;
    }

    .partner-logo {
        width: 120px;
    }

    .hero-content {
        position: absolute;
        top: 40px;
        z-index: 1;
        max-width: 800px;
        padding: 20px;
    }


    .hero-button {
        position: absolute;
        border: none;
        outline: none;
        padding: 7px 18px;
        background-color: transparent;
        letter-spacing: 0.5px;
        background-color: #E3510D;
        color: #fff;
        font-size: 15px;
        transition: 0.5s;
        border: 1px solid transparent;
        text-decoration: none;
        left: 30%;
        bottom: -300px;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 20px;
        padding: 4px 5px;
        margin-bottom: 64px;
        border-top: 1px solid #000;
        font-size: 14px;
    }

}

.bottom-ui {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    padding: 12px 0;
    z-index: 999;
    display: none;
}


.icon-container {
    display: flex;
    justify-content: space-between;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #000;
    text-align: center;
    padding: 3px;
    font-size: 35px;
}

.icon a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-left {
    border-right: 1px solid #444;
}

/* Show on mobile devices */
@media only screen and (max-width: 768px) {
    .bottom-ui {
        display: block;
    }
}

@media (max-width:440px) {
    .hero-content {
        position: absolute;
        top: 55px;
        z-index: 1;
        max-width: 800px;
        padding: 20px;
    }

    .hero-button {
        position: absolute;
        border: none;
        outline: none;
        padding: 7px 18px;
        background-color: transparent;
        letter-spacing: 0.5px;
        background-color: #E3510D;
        color: #fff;
        font-size: 15px;
        transition: 0.5s;
        border: 1px solid transparent;
        text-decoration: none;
        left: 34%;
        bottom: -260px;
    }

}

@media (max-width:375px) {
    .hero-content {
        position: absolute;
        top: 22px;
        z-index: 1;
        max-width: 800px;
        padding: 20px;
    }

    .hero-button {
        position: absolute;
        outline: none;
        padding: 7px 18px;
        background-color: transparent;
        letter-spacing: 0.5px;
        background-color: #E3510D;
        color: #fff;
        font-size: 15px;
        transition: 0.5s;
        border: 1px solid transparent;
        text-decoration: none;
        left: 33%;
        bottom: -220px;
    }

}
@media (max-width:360px) {
    .mobile-box p {
        font-size: 12px;
    }
       .content-mob-1 {
        margin-bottom: 164px;
    }
}


/* Destination styling start */

.sec-title h1 {
    font-size: 42px;
    line-height: 70px;
    margin-bottom: 4px;
}

.sec-title p {
    padding: 0 40px;
    font-size: 16px;
    line-height: 25px;
}

.single-tour .tour-img {
    position: relative;
}

.tour-slider .single-tour {
    overflow: hidden;
}

.single-tour .tour-img .tour-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 25px 35px;
    background-color: rgba(0, 0, 0, 0.499);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-tour:hover .tour-img .tour-content {
    background-color: rgba(228, 89, 36, 0.5);
}

.single-tour .tour-img .tour-content h4 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.single-tour .tour-img .tour-content p {
    color: #ffffff;
}

.link-btn {
    font-size: 20px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    text-transform: inherit;
    text-transform: capitalize;
    position: relative;
}

.link-btn::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.link-btn:hover::after {
    bottom: 43%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link-btn:hover {
    color: #ffffff;
}

@media (max-width: 575px) {
    .sec-title p {
        padding: 0;
    }
}

/* about styling start */
.about-wrapper {
    width: 100%;
    /* min-height: 100vh; */
    /* background-color: #F7EEE7; */
}

.about-us {
    color: #000;
    max-width: 1280px;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about-left {
    height: 100%;
    padding: 0px 20px;
    transition: all 0.3s ease;
    width: 55%;
}

.about-left h1 {
    font-size: 42px;
}

.about-left p {
    width: 570px;
    margin-left: auto;
    margin-right: 90px;
}

@media (max-width: 1043px) {
    .about-us {
        max-width: 1280px;
        width: 100%;
        min-height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .about-left {
        height: auto;
        padding: 0px 20px;
        background: transparent;
        width: 55%;
    }

    .about-left h1 {
        font-size: 31px;
    }
    
    @media (max-width: 368px) {
    .about-left h1 {
        font-size: 23px;
    }
}

    .about-left {
        width: 100%;
    }

    .about-left p {
        width: 100%;
    }

    .about-right img {
        width: 100%;
        height: 341px;
        overflow: hidden;
    }

    .about-right {
        margin-top: 11px;
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .contact-wrapper .about-right {
        width: 19%;
    }

    .about-right {
        width: 40%;
    }
}


.about-right-content {
    position: relative;
    transform: rotate(270deg);
    transform-origin: left;
}

.about-right-content h6 {
    width: 100%;
    bottom: 38%;
    position: absolute;

}

.about-right-content h6::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 0;
    width: 70%;
    height: 1px;
    background: #E3510D;
    z-index: -1;
}

.img-con {
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.eb-garamond-italic {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}

/* about section end */

.contact-us {
    color: #000;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.my-section img {
    height: auto !important;
}

.contact-wrapper h2,
.packages-section h2,
.destination,
.tour-area h2,
.big-five h2,
.block-subtitle {
    font-size: 50px;
}

@media (max-width: 768px) {
    .contact-img {
        margin: auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .packages-section h2 {
        font-size: 24px;
    }

    .card img {
        height: 201px;
        object-fit: cover;
        width: 100%;
        border-radius: 0 !important;
        border-bottom: 4px solid #E3510D;
    }

    .card-body {

        padding: 9px 20px 16px 20px;

    }

    .info-box span {
        font-size: 13px;

    }
}

@media (max-width: 768px) {

    .sec-title h1 {
        font-size: 33px;
        line-height: 70px;
        margin-bottom: 4px;
    }

    .big-five h2 {
        font-size: 28px;
        text-align: center;
    }

    .contact-left p {
        width: 100%;
        margin: 0 auto;
        text-align: justify;
        padding: 0 15px;
    }
}

@media (min-width: 1043px) {
    .contact-img {
        display: flex;
        justify-content: flex-end;
    }

    .contact-img img {
        max-width: 237px;
    }
}

@media (max-width: 1043px) {
    .contact-us {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .contact-left {
        height: auto;
        padding: 20px;
        background: transparent;
        width: 100%;
    }

    .contact-left h1 {
        font-size: 35px;
    }

    .contact-left {
        width: 100%;
    }

}

.contact-left {
    padding: 20px;
    transition: all 0.3s ease;
    background-color: #F0F0F2;
    width: 100%;
}

.contact-left h1 {
    font-size: 60px;
}

.contact-left p {
    width: 570px;
    margin-right: 90px;
}

.trusted-section {
    background-color: #f7f7f7;
}

.trusted-section h2 {
    font-size: 40px;
    width: 60%;
    margin: auto;
}

.trusted-card {
    background-color: #fff;
    padding: 15px;
}

.trusted-card p {
    font-size: 14px;
}

.trusted-card h3 {
    font-weight: bold;
    font-size: 20px;
}

.owl-carousel .item {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.owl-carousel .item img {
    width: 100%;
    object-fit: cover;
}

.big-slider .item {
    overflow: hidden;
}
.swiper-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
}
.section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
}
ul.simple-bullet-list {
    padding-left: 20px;
    margin: 0;
    list-style: none;
  }

@media (max-width: 767px) {
  ul.simple-bullet-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }

  ul.simple-bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    word-break: break-word;
  }

  ul.simple-bullet-list li i {
    color: #E3510D;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 1px;
  }

  ul.simple-bullet-list li span {
    flex: 1;
  }
}
@media (max-width: 768px) {
    .trusted-section h2 {
        font-size: 24px;
        width: 100%;
        font-weight: 600;
        margin: 0 auto;
        text-align: center;
    }

    .tour-area h2 {
        font-size: 30px;
    }

    .contact-left p {
        width: 100%;
    }
}