body{
    font-family:'Poppins',sans-serif;
    color:#fff;
    background:
        radial-gradient(circle at 15% 20%, rgba(24,73,48,.45) 0%, transparent 35%),
        radial-gradient(circle at 85% 80%, rgba(15,56,38,.40) 0%, transparent 40%),
        radial-gradient(circle at 70% 15%, rgba(34,92,60,.30) 0%, transparent 30%),
        linear-gradient(135deg,#06150d 0%, #0b2418 45%, #143624 100%);

    background-attachment:fixed;
    min-height:100vh;
}

html, body{
overflow-x:hidden;
}

img, video{
max-width:100%;
height:auto;
}
/* =========================
NAVBAR
========================= */

.hero-navbar{
position:absolute;
top:0;
left:0;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:35px 60px;
z-index:1000;
}

/* LOGO */

.logo-container img{
height:55px;
transition:0.4s ease;
filter:drop-shadow(0 0 10px rgba(0,0,0,0.5));
}

.logo-container img:hover{
transform:scale(1.05);
}

/* MENU BUTTON */

.menu-toggle{
display:flex;
align-items:center;
gap:12px;
cursor:pointer;
font-weight:600;
letter-spacing:3px;
color:white;
padding:10px 18px;
border:1px solid rgba(255,255,255,0.25);
transition:0.4s;
}

.menu-toggle:hover{
border-color:#c9a66b;
box-shadow:0 0 12px rgba(201,166,107,0.5);
}

/* =========================
BACKDROP + BLUR
========================= */

#menuBackdrop{
position:fixed;
inset:0;
background:rgba(0,0,0,0.55);
backdrop-filter:blur(14px);
opacity:0;
visibility:hidden;
transition:0.4s;
z-index:900;
}

#menuBackdrop.show{
opacity:1;
visibility:visible;
}

/* =========================
SIDEBAR
========================= */

#sideMenu{
position:fixed;
top:0;
right:0;
width:360px;
height:100%;
background:rgba(10,10,10,0.95);
backdrop-filter:blur(20px);
transform:translateX(100%);
transition:0.4s ease;
z-index:9999;
padding:110px 45px;
}

#sideMenu.open{
transform:translateX(0);
}

/* =========================
MENU ITEMS
========================= */

.menu-item{
display:block;
margin:28px 0;
font-size:20px;
text-decoration:none;
color:white;
letter-spacing:1px;
transition:0.4s;
position:relative;
}

/* Safari luxury hover */

.menu-item::before{
content:"";
position:absolute;
left:-20px;
top:50%;
width:0;
height:2px;
background:#c9a66b;
transition:0.3s;
}

.menu-item:hover{
color:#c9a66b;
transform:translateX(12px);
text-shadow:0 0 10px rgba(201,166,107,0.6);
}

.menu-item:hover::before{
width:15px;
}

/* =========================
BOOK BUTTON
========================= */

.menu-book{
display:inline-block;
margin-top:40px;
padding:12px 22px;
border:1px solid #c9a66b;
color:#c9a66b;
text-decoration:none;
letter-spacing:2px;
font-size:14px;
transition:0.3s;
}

.menu-book:hover{
background:#c9a66b;
color:black;
box-shadow:0 0 12px rgba(201,166,107,0.6);
}

/* CLOSE BUTTON */

.menu-close{
position:absolute;
top:30px;
right:30px;
font-size:24px;
color:white;
cursor:pointer;
transition:0.3s;
}

.menu-close:hover{
color:#c9a66b;
transform:rotate(90deg);
}

/* =========================
PAGE BLUR EFFECT
========================= */

#pageContent{
transition:0.4s;
}

#pageContent.blur{
filter:blur(7px);
transform:scale(1.02);
pointer-events:none;
}

/* =========================
MOBILE
========================= */

@media(max-width:768px){

.hero-navbar{
padding:25px 25px;
}

.logo-container img{
height:55px;
}

#sideMenu{
width:280px;
padding:90px 30px;
}

.menu-item{
font-size:18px;
}

}

/* BOOK BUTTON */

.nav-book{
    position:absolute;
    top:30px;
    right:50px;
}


/* BEAUTIFUL BUTTON */

.book-btn{
background:linear-gradient(45deg,#c89b3c,#f4d06f);
color:black;
padding:12px 30px;
border-radius:60px 15px 60px 15px;
font-weight:600;
text-decoration:none;
transition:all 0.35s ease;
box-shadow:0 5px 15px rgba(0,0,0,0.25);
}

/* HOVER EFFECT */

.book-btn:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(0,0,0,0.35);
background:linear-gradient(45deg,#e2b64a,#f7dc8d);
}

/* FOOTER */

.site-footer{
    background:linear-gradient(
        135deg,
        #04110a 0%,
        #082116 35%,
        #0d2d1d 70%,
        #123825 100%
    );
color:#f5e7b2;
padding:80px 0 0 0;
}


/* LOGO */

.footer-logo{
width:270px;
margin-bottom:20px;
}


/* ABOUT TEXT */

.footer-about{
font-size:14px;
line-height:1.6;
color:#e7d9a5;
text-align:left;
margin-top:15px;
}

.footer-about{
max-width:240px;
margin-left:auto;
margin-right:auto;
}


/* TITLES */

.footer-title{
color:#f4d06f;
margin-bottom:20px;
font-weight:600;
letter-spacing:1px;
}


/* LINKS */

.footer-links,
.footer-contact{
list-style:none;
padding:0;
}

.footer-links li,
.footer-contact li{
margin-bottom:10px;
}

.footer-links a,
.footer-contact a,
.footer-contact li{
color:#e7d9a5;
text-decoration:none;
font-size:16px;
transition:0.3s;
}

.footer-links a:hover,
.footer-contact a:hover{
color:#f4d06f;
padding-left:3px;
}


/* SOCIAL ICONS */

.social-icons{
display:flex;
gap:15px;
}

.social-icons a{
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#2f4f3e;
color:#f4d06f;
font-size:16px;
transition:0.3s;
}

.social-icons a:hover{
background:#f4d06f;
color:#1f3d2b;
transform:translateY(-3px);
}


/* COPYRIGHT */

.footer-bottom{
text-align:center;
padding:20px;
margin-top:60px;
background:#16291d;
color:#d8c98b;
font-size:14px;
}

.footer-dev{
color:#f4d06f;
text-decoration:none;
font-weight:500;
transition:0.3s;
}

.footer-dev:hover{
color:#ffffff;
}

.footer-col{
margin-bottom:35px;
}

.footer-logo-adjust{
display:block;
text-align:left;
padding-left:40px;
}

/* FOOTER GRID */

.footer-row{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:50px;
}

/* MOBILE */

@media(max-width:768px){

.footer-row{
grid-template-columns:repeat(2,1fr);
gap:35px;
}

}

/* WHATSAPP FLOAT BUTTON */

.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
width:60px;
height:60px;
background:#053e1b;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
text-decoration:none;
z-index:9999;
box-shadow:0 8px 20px rgba(0,0,0,0.25);
transition:0.3s;
}

.whatsapp-float:hover{
transform:scale(1.1);
box-shadow:0 10px 25px rgba(0,0,0,0.35);
}

/* HERO SECTION */

.hero-section{
position:relative;
height:85vh;
overflow:hidden;

/* oval bottom */
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

/* VIDEO */

.hero-video{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-2;
}

/* OVERLAY */

.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.50);
z-index:-1;
}

/* HERO CONTENT */

.hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:white;

padding:20px;
width:90%;
max-width:700px;
}

/* TITLE */

.hero-title{
    font-size:55px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:15px;
    line-height:1.2;

    background:linear-gradient(45deg,#c89b3c,#f4d06f);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;

    text-shadow:none;
}

/* SUBTITLE */

.hero-subtitle{
font-size:16px;
font-weight:500;
text-shadow:0 3px 20px rgba(0,0,0,0.7);
}

/* ================= MOBILE ================= */

@media (max-width:768px){

.hero-section{
height:70vh;

border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

.hero-content{
width:92%;
padding:10px;
}

.hero-title{
font-size:30px;
letter-spacing:1.5px;
}

.hero-subtitle{
font-size:15px;
line-height:1.6;
}

}

/* ABOUT SECTION */

.about-section{
    position:relative;
    padding:120px 0;
    overflow:hidden;
    background:transparent;
}

/* CONTENT */

.about-section .container{
    position:relative;
    z-index:1;
}


/* MAIN IMAGE */

/* IMAGE CONTAINER */

.about-images{
position:relative;
padding-right:60px; /* prevents touching text */
}


/* BIG IMAGE */

.about-main-img{
width:85%;
height:500px;
object-fit:cover;
border-radius:12px;
border:8px solid white;
}


/* SMALL IMAGE */

.about-small-img{
position:absolute;
bottom:-20px;
right:40px;

width:260px;
height:200px;

object-fit:cover;

border-radius:12px;
border:8px solid white;

box-shadow:0 12px 30px rgba(0,0,0,0.25);
}

.about-content{
padding-left:40px;
}
/* TEXT */

.about-title{
font-size:36px;
font-weight:700;
margin-bottom:20px;
color:#ffff !important;
}

.about-text{
font-size:15px;
line-height:1.7;
color:#ffff !important;
margin-bottom:25px;
}


/* READ MORE BUTTON */

.read-more-btn{
background:linear-gradient(45deg,#c89b3c,#f4d06f);
color:black;
padding:12px 30px;
border-radius:60px 15px 60px 15px;
font-weight:600;
text-decoration:none;
transition:0.3s;
box-shadow:0 5px 15px rgba(0,0,0,0.25);
}

.read-more-btn:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(0,0,0,0.35);
}

@media (max-width:768px){

/* SECTION */

.about-section{
padding:70px 0;
}


/* STACK COLUMNS */

.about-section .row{
flex-direction:column;
}


/* IMAGE CONTAINER */

.about-images{
padding-right:0;
margin-bottom:40px;
text-align:center;
}


/* MAIN IMAGE */

.about-main-img{
width:100%;
height:320px;
border-width:6px;
}


/* SMALL IMAGE */

.about-small-img{
position:relative;
bottom:auto;
right:auto;

display:block;
margin:20px auto 0;

width:180px;
height:130px;

border-width:6px;
}


/* TEXT */

.about-content{
padding-left:0;
text-align:center;
}

.about-title{
font-size:28px;
}

.about-text{
font-size:15px;
}

/* BUTTON */

.read-more-btn{
display:inline-block;
margin-top:10px;
}

}

/* =========================================
   FEATURED SAFARI PACKAGES
========================================= */

.packages-section{
    position:relative;
    padding:100px 0;
    background:transparent;
}


/* =========================================
   SECTION HEADING
========================================= */

.packages-heading{
    max-width:720px;
    margin:0 auto 50px;
}

.section-label{
    display:inline-block;
    margin-bottom:10px;

    color:#f4d06f;

    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.packages-title{
    margin-bottom:15px;

    color:#ffffff;

    font-size:38px;
    font-weight:700;
    line-height:1.25;
}

.packages-subtitle{
    margin:0;

    color:rgba(255,255,255,.76);

    font-size:15px;
    line-height:1.75;
}


/* =========================================
   EQUAL CARD COLUMNS
========================================= */

.package-row{
    align-items:stretch;
}

.package-column{
    display:flex;
}


/* =========================================
   CARD
========================================= */

.safari-package-card{
    display:flex;
    flex-direction:column;

    width:100%;
    height:100%;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.12);
    border-radius:20px;

    background:rgba(255,255,255,.05);

    box-shadow:0 18px 40px rgba(0,0,0,.24);

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}

.safari-package-card:hover{
    transform:translateY(-8px);

    border-color:rgba(244,208,111,.42);

    box-shadow:0 26px 55px rgba(0,0,0,.34);
}


/* =========================================
   IMAGE
========================================= */

.package-image{
    position:relative;

    height:260px;
    flex-shrink:0;

    overflow:hidden;
}

.package-image img{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;

    transition:transform .75s ease;
}

.safari-package-card:hover .package-image img{
    transform:scale(1.08);
}


/* IMAGE OVERLAY */

.package-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to bottom,
            rgba(3,15,9,.05) 10%,
            rgba(3,15,9,.20) 42%,
            rgba(3,15,9,.94) 100%
        );
}


/* =========================================
   PACKAGE NUMBER
========================================= */

.package-number{
    position:absolute;
    top:16px;
    left:16px;

    padding:8px 14px;

    border:1px solid rgba(255,255,255,.24);
    border-radius:25px;

    background:rgba(6,21,13,.74);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);

    color:#ffffff;

    font-size:12px;
    font-weight:600;
    letter-spacing:.5px;
}


/* =========================================
   PACKAGE DURATION
========================================= */

.package-duration{
    position:absolute;
    top:16px;
    right:16px;

    display:flex;
    align-items:center;
    gap:6px;

    padding:8px 13px;

    border-radius:25px;

    background:linear-gradient(
        45deg,
        #c89b3c,
        #f4d06f
    );

    color:#101c14;

    font-size:12px;
    font-weight:700;
}


/* =========================================
   IMAGE TITLE
========================================= */

.package-image-title{
    position:absolute;
    right:20px;
    bottom:20px;
    left:20px;
}

.package-image-title h3{
    min-height:50px;
    margin:0 0 7px;

    color:#ffffff;

    font-size:21px;
    font-weight:650;
    line-height:1.25;
}

.package-image-title p{
    margin:0;

    color:rgba(255,255,255,.78);

    font-size:13px;
    line-height:1.5;
}

.package-image-title i{
    margin-right:6px;
    color:#f4d06f;
}


/* =========================================
   CARD CONTENT
========================================= */

.package-content{
    display:flex;
    flex-direction:column;
    flex-grow:1;

    padding:24px;
}


/* DESCRIPTION */

.package-description{
    flex-grow:1;

    margin:0 0 24px;

    color:rgba(255,255,255,.82);

    font-size:15px;
    line-height:1.75;
}


/* =========================================
   VIEW PACKAGE BUTTON
========================================= */

.package-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;

    width:100%;

    padding:12px 18px;

    border-radius:30px;

    background:linear-gradient(
        45deg,
        #c89b3c,
        #f4d06f
    );

    color:#101c14;

    font-size:13px;
    font-weight:700;
    text-decoration:none;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.package-btn:hover{
    color:#101c14;
    transform:translateY(-2px);

    box-shadow:0 8px 20px rgba(200,155,60,.28);
}


/* =========================================
   EXPLORE MORE BUTTON
========================================= */

.all-packages-wrap{
    margin-top:45px;
}

.all-packages-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:14px 32px;

    border:1px solid rgba(244,208,111,.70);
    border-radius:60px 15px 60px 15px;

    color:#f4d06f;

    font-size:13px;
    font-weight:600;
    text-decoration:none;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}

.all-packages-btn:hover{
    background:linear-gradient(
        45deg,
        #c89b3c,
        #f4d06f
    );

    color:#101c14;

    transform:translateY(-3px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width:991px){

    .packages-section{
        padding:85px 0;
    }

    .package-image{
        height:280px;
    }

    .package-image-title h3{
        min-height:auto;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width:768px){

    .packages-section{
        padding:70px 0;
    }

    .packages-heading{
        margin-bottom:38px;
    }

    .section-label{
        font-size:12px;
        letter-spacing:2px;
    }

    .packages-title{
        font-size:30px;
    }

    .packages-subtitle{
        font-size:14px;
        line-height:1.7;
    }

    .package-image{
        height:270px;
    }

    .package-image-title{
        right:18px;
        bottom:18px;
        left:18px;
    }

    .package-image-title h3{
        min-height:auto;
        font-size:20px;
    }

    .package-content{
        padding:22px;
    }

    .package-description{
        font-size:15px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width:480px){

    .package-image{
        height:250px;
    }

    .package-number,
    .package-duration{
        top:13px;
        padding:7px 10px;
        font-size:11px;
    }

    .package-number{
        left:13px;
    }

    .package-duration{
        right:13px;
    }

    .package-image-title h3{
        font-size:19px;
    }

    .package-content{
        padding:20px;
    }
}

/* GALLERY SECTION */

.gallery-section{
padding:120px 0;
background: transparent;
}

/* TITLE */

.gallery-title{
font-size:38px;
font-weight:700;
color:#ffffff;
margin-bottom:15px;
}

/* SUBTITLE */

.gallery-subtitle{
max-width:650px;
margin:0 auto 60px auto;
font-size:16px;
color:#d9e5dc;
line-height:1.7;
}


/* GRID */

.gallery-grid{
display:grid;
grid-template-columns:1fr 1fr 1fr;
grid-auto-rows:220px;
gap:20px;
}


/* ITEM */

.gallery-items{
position:relative;
overflow:hidden;
border-radius:12px;
border:2px solid white;
}

.gallery-items img{
width:100%;
height:100%;
object-fit:cover;
transition:0.4s;
}


/* IMAGE POSITIONS */

/* top row */

.img1{
grid-column:1;
grid-row:1;
}

.img2{
grid-column:2;
grid-row:1;
}

/* tall image on right */

.img3{
grid-column:3;
grid-row:1 / span 2;
}

/* wide image */

.img4{
grid-column:1 / span 2;
grid-row:2;
}

/* bottom row */

.img5{
grid-column:1;
grid-row:3;
}

.img6{
grid-column:2;
grid-row:3;
}

.img7{
grid-column:3;
grid-row:3;
}


/* HOVER */

.gallery-item:hover img{
transform:scale(1.08);
}

/* BUTTON */

.gallery-btn{
margin-top:50px;
}

@media (max-width:768px){ 
    
.gallery-grid{ 
grid-template-columns:1fr 1fr;
grid-auto-rows:160px;
} 

.img3{ 
grid-column:1 / span 2; grid-row:auto;
} 

.img4{ 
grid-column:1 / span 2;
} 

.img7{ 
grid-column:1 / span 2;

    
}
}

/* LIGHTBOX */

.lightbox{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.85);
display:none;
justify-content:center;
align-items:center;
z-index:9999;
}

.lightbox img{
max-width:90%;
max-height:85%;
border-radius:10px;
}

.lightbox-close{
position:absolute;
top:30px;
right:40px;
font-size:40px;
color:white;
cursor:pointer;
}


/* WHY SECTION */

.why-section{
position:relative;
padding:120px 0;

background: transparent;
}



/* KEEP CONTENT ABOVE OVERLAY */

.why-section .container{
position:relative;
z-index:1;
}


/* VIDEO CONTAINER */

.why-image{
    display:flex;
    justify-content:center;
    align-items:center;

    width:100%;
    height:660px;

    border-radius:20px;
    overflow:hidden;
}


/* VIDEO */

.why-video{
    width:55%;
    height:100%;

    object-fit:cover;

    border-radius:20px;

    box-shadow:0 20px 40px rgba(0,0,0,.20);

    transition:transform .6s ease;
}

.why-image:hover .why-video{
    transform:scale(1.03);
}

.why-image::after{
    content:"";
    position:absolute;
    inset:0;

    border-radius:20px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.30),
        rgba(0,0,0,.05),
        transparent
    );

    pointer-events:none;
}

/* RIGHT CONTENT */

.why-content{
padding-left:60px;
}


/* TITLE */

.why-title{
font-size:38px;
font-weight:700;
color:#ffff;
margin-bottom:15px;
}


/* SUBTITLE */

.why-subtitle{
margin-bottom:35px;
font-size:16px;
color:#555;
line-height:1.7;
}


/* LONG CARD */

.why-long-card{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,0.1);
}


/* ITEM */

.why-item{
display:flex;
gap:20px;
margin-bottom:25px;
}

.why-item:last-child{
margin-bottom:0;
}


/* ICON */

.why-icon{
width:55px;
height:55px;
flex-shrink:0;

display:flex;
align-items:center;
justify-content:center;

background:#2f4f3e;
color:white;

border-radius:50%;

font-size:20px;
}


/* TEXT */

.why-item h4{
font-size:18px;
font-weight:600;
color:#2f4f3e;
margin-bottom:5px;
}

.why-item p{
font-size:14px;
color:#666;
line-height:1.6;
}

@media (max-width:768px){

    .why-content{
        padding-left:0;
        margin-top:40px;
    }

    .why-video{
        width:55%;
        height:350px;
    }

}

/* REVIEWS SECTION */

.reviews-section{
padding:120px 0;
background:transparent;
}


/* TITLE */

.reviews-title{
font-size:38px;
font-weight:700;
color:#fff;
margin-bottom:15px;
}


/* SUBTITLE */

.reviews-subtitle{
max-width:700px;
margin:0 auto 70px auto;
font-size:16px;
color:#ffff;
line-height:1.7;
}


/* CARD */

.review-card{
background:white;
padding:35px;
border-radius:20px;
text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,0.08);

transition:0.35s;
height:100%;
}

@media (max-width:768px){

/* SECTION */

.why-section{
padding:70px 0;
}


/* STACK IMAGE + CONTENT */

.why-section .row{
flex-direction:column;
}


/* IMAGE */

.why-image img{
width:100%;
height:340px;
margin-bottom:35px;
}


/* REMOVE LEFT PADDING */

.why-content{
padding-left:6px;
}


/* CARD */

.why-long-card{
padding:25px;
}


/* TITLE */

.why-title{
font-size:28px;
}


/* ITEM LAYOUT */

.why-item{
gap:15px;
}


/* ICON */

.why-icon{
width:45px;
height:45px;
font-size:18px;
}

}

/* REVIEW LOGO */

.review-logo{
margin-bottom:20px;
}

.review-logo img{
height:80px;
width:auto;
object-fit:contain;
}


/* TEXT */

.review-text{
font-size:15px;
color:#555;
line-height:1.7;
margin-bottom:20px;
}


/* NAME */

.review-name{
font-size:16px;
font-weight:600;
color:#2f4f3e;
}


/* HOVER */

.review-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

/* STARS */

.review-stars{
margin:10px 0 15px 0;
color:#f4b400;
font-size:16px;
}

/* CTA SECTION */

.cta-section{
    background:linear-gradient(
        to top,
        rgba(0,0,0,.30),
        rgba(0,0,0,.05),
        transparent
    );
padding:80px 0;
border-bottom:2px solid #f4d06f;  /* thin yellow line */
}


/* IMAGE */

.cta-image img{
width:100%;
height:460px;
object-fit:cover;
border-radius:15px;
box-shadow:0 15px 35px rgba(0,0,0,0.25);
}


/* TITLE */

.cta-title{
font-size:36px;
font-weight:700;
color:#ffffff;
margin-bottom:15px;
}


/* TEXT */

.cta-text{
color:#d9e5dc;
font-size:16px;
line-height:1.7;
margin-bottom:25px;
max-width:520px;
}


/* CONTACT HERO */

.contact-hero{
height:70vh;
background:url('/static/images/carde.jpg') center/cover no-repeat;
position:relative;
}


/* overlay */

.contact-hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
}


/* PERFECT CENTER */

.contact-hero .hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:white;
z-index:2;
}

.contact-hero-title{
font-size:48px;
font-weight:700;
}

.contact-hero-subtitle{
font-size:18px;
margin-top:10px;
}

@media (max-width:768px){

.contact-hero{
height:50vh;
padding:0 20px;
}

.contact-hero-title{
font-size:30px;
line-height:1.2;
}

}


/* CONTACT SECTION */

.contact-section{
background: transparent;
padding-bottom:100px;
}



/* CONTACT CARD */

.contact-card{
background:white;
padding:40px;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,0.08);

display:flex;
flex-direction:column;
height:100%;
}

.contact-title{
font-size:26px;
font-weight:700;
color:#2f4f3e;
margin-bottom:25px;
}

.contact-card i{
color:#2f4f3e;
font-size:20px;
margin-bottom:5px;
}

.contact-link{
color:#555;
text-decoration:none;
}

.contact-link:hover{
color:#193024;
}



/* MAP */

.map-box{
width:100%;
height:450px;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.contact-map-btn{
display:inline-block;
padding:12px 26px;

background:#2f4f3e;
color:white;

border-radius:30px;
text-decoration:none;
font-weight:600;

transition:0.3s;
}

.contact-map-btn:hover{
background:#c89b3c;
color:white;
}.contact-card{
background:white;
padding:40px;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,0.08);
overflow:hidden;
position:relative;
}


/* attached button */

.contact-map-btn{
display:block;
width:100%;

background:#2f4f3e;
color:white;

text-align:center;
padding:16px;

font-weight:600;
text-decoration:none;

margin-top:auto;

border-radius:0 0 20px 20px;

transition:0.3s;
}

.contact-map-btn:hover{
background:#c89b3c;
color:white;
}

/* HERO */

/* FULL PAGE HERO */

.gallery-hero{
position:relative;
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;

overflow:hidden;

color:white;
padding-top:180px;
}

/* VIDEO */

.gallery-video{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-2;
}

/* OVERLAY */

.gallery-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

background:linear-gradient(
to right,
rgba(0,0,0,0.75),
rgba(0,0,0,0.4),
rgba(0,0,0,0.2)
);

z-index:-1;
}

/* TEXT */

.gallery-content{
position:relative;
z-index:2;
}

.gallery-title{
font-size:45px;
font-weight:700;
margin-bottom:20px;
}

.gallery-description{
font-size:18px;
max-width:520px;
line-height:1.7;
margin-bottom:40px;
}

/* MANUAL SCROLL */

.gallery-scroll{
overflow-x:auto;
overflow-y:hidden;
white-space:nowrap;

padding-left:120px;   /* pushes images away from left */
padding-bottom:10px;

scrollbar-width:none;
}

.gallery-scroll::-webkit-scrollbar{
display:none;
}

.gallery-track{
display:flex;
gap:25px;
}

/* SQUARE PHOTOS */

.gallery-item{
flex:0 0 auto;
}

.gallery-item img{
width:300px;
height:200px;

object-fit:cover;

border-radius:14px;

cursor:pointer;

box-shadow:0 15px 35px rgba(0,0,0,0.35);

transition:0.3s;
}

.gallery-item img:hover{
transform:scale(1.07);
}

/* LIGHTBOX */

.lightbox{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;

background:rgba(0,0,0,0.9);

display:none;

align-items:center;
justify-content:center;

z-index:9999;
}

.lightbox img{
max-width:85%;
max-height:85%;
border-radius:10px;
}

.lightbox-close{
position:absolute;
top:40px;
right:50px;
font-size:40px;
color:white;
cursor:pointer;
}

/* GALLERY CONTROLS */

.gallery-controls{
display:flex;
justify-content:flex-end;
gap:10px;
margin-bottom:20px;
padding-right:120px;
}

.gallery-arrow{
width:40px;
height:40px;
border-radius:50%;
border:none;
background:rgba(255,255,255,0.15);
color:white;
font-size:18px;
cursor:pointer;
transition:0.3s;
}

.gallery-arrow:hover{
background:white;
color:black;
}


/* LIGHTBOX ARROWS */

.lightbox-arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:40px;
background:none;
border:none;
color:white;
cursor:pointer;
padding:20px;
}

.lightbox-arrow.left{
left:40px;
}

.lightbox-arrow.right{
right:40px;
}


/* MOBILE */

@media (max-width:768px){

.gallery-hero{
padding-top:140px;
height:auto;
padding-bottom:80px;
}

.gallery-title{
font-size:32px;
}

.gallery-description{
font-size:16px;
}

.gallery-item img{
width:220px;
height:150px;
}

.gallery-controls{
padding-right:20px;
}

.lightbox-arrow{
font-size:30px;
}

.lightbox-arrow.left{
left:10px;
}

.lightbox-arrow.right{
right:10px;
}

}

/* ABOUT HERO */

.about-hero{
height:50vh;
background:url('/static/images/aboutp.jpeg') center/cover no-repeat;
position:relative;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:white;
overflow:hidden;
}

/* OVERLAY */

.about-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
z-index:1;
}

/* CONTENT */

.about-hero .hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
text-align:center;
width:90%;
max-width:900px;
z-index:2;
}

/* TITLE */

.about-tiitle{
font-size:48px;
font-weight:700;
color:#fff !important;
line-height:1.2;
}

@media (max-width:768px){

.about-hero{
height:50vh;
padding:0 20px;
background-position:center;
}

/* TEXT POSITION */

.about-hero .hero-content{
top:50%;
width:92%;
}

/* TITLE */

.about-tiitle{
font-size:30px;
line-height:1.3;
}

}

/* ABOUT SECTION */

.about-section{
padding:120px 0;
position:relative;
}

.about-bg-light{
background: transparent;
}


.about-bg-light::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
    background:
        radial-gradient(circle at 15% 20%, rgba(24,73,48,.45) 0%, transparent 35%),
        radial-gradient(circle at 85% 80%, rgba(15,56,38,.40) 0%, transparent 40%),
        radial-gradient(circle at 70% 15%, rgba(34,92,60,.30) 0%, transparent 30%),
        linear-gradient(135deg,#06150d 0%, #0b2418 45%, #143624 100%);
}

.about-section .container{
position:relative;
z-index:2;
}


/* IMAGE */

.about-img{
width:100%;
height:520px;
object-fit:cover;
border-radius:16px;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}


/* TEXT */

.about-heading{
font-size:36px;
font-weight:700;
margin-bottom:20px;
color:#ffff;
}

.about-text{
font-size:17px;
line-height:1.8;
color:#555;
}


/* CTA SECTION */

.about-cta{
position:relative;
padding:120px 0;
background:url('/static/images/tour.jpg') center/cover no-repeat;
text-align:center;
color:white;
}

.cta-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
}

.about-cta .container{
position:relative;
z-index:2;
}

.cta-title{
font-size:42px;
font-weight:700;
margin-bottom:15px;
}

.cta-text{
max-width:650px;
margin:auto;
margin-bottom:25px;
font-size:18px;
}

.tours-hero{
height:50vh;
background:url('/static/images/g3.jpg') center/cover no-repeat;
position:relative;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:white;
}

.tours-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
}

.tours-hero .hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
z-index:2;
width:100%;
}

.tours-title{
font-size:48px;
font-weight:700;
}

.tours-subtitle{
max-width:600px;
margin:auto;
margin-top:10px;
font-size:18px;
}

/* =========================================
   SAFARI PACKAGES SECTION
========================================= */

.destinations-section{
    position:relative;
    padding:110px 0;
    background:transparent;
}


/* =========================================
   SECTION HEADING
========================================= */

.destinations-heading{
    max-width:760px;
    margin:0 auto 55px;
}

.destinations-label{
    display:inline-block;
    margin-bottom:12px;

    color:#f4d06f;

    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.destinations-title{
    margin-bottom:16px;

    color:#ffffff;

    font-size:40px;
    font-weight:700;
    line-height:1.2;
}

.destinations-subtitle{
    margin:0;

    color:rgba(255,255,255,.75);

    font-size:15px;
    line-height:1.8;
}


/* =========================================
   EQUAL HEIGHT COLUMNS
========================================= */

.package-row{
    justify-content:center;
    align-items:stretch;
}

.package-column{
    display:flex;
}


/* =========================================
   PACKAGE CARD
========================================= */

.destination-card{
    display:flex;
    flex-direction:column;

    width:100%;
    height:100%;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.11);
    border-radius:22px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.025)
        );

    box-shadow:0 20px 50px rgba(0,0,0,.25);

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}

.destination-card:hover{
    transform:translateY(-10px);

    border-color:rgba(244,208,111,.42);

    box-shadow:0 28px 65px rgba(0,0,0,.36);
}


/* =========================================
   IMAGE
========================================= */

.destination-image{
    position:relative;

    height:290px;
    flex-shrink:0;

    overflow:hidden;
}

.destination-image img{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;

    transition:transform .8s ease;
}

.destination-card:hover .destination-image img{
    transform:scale(1.08);
}


/* IMAGE OVERLAY */

.destination-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to bottom,
            rgba(3,15,9,.05) 5%,
            rgba(3,15,9,.15) 38%,
            rgba(3,15,9,.95) 100%
        );
}


/* =========================================
   PACKAGE NUMBER
========================================= */

.package-number{
    position:absolute;
    top:17px;
    left:17px;

    padding:8px 14px;

    border:1px solid rgba(255,255,255,.25);
    border-radius:25px;

    background:rgba(4,19,11,.72);

    color:#ffffff;

    font-size:12px;
    font-weight:600;
    letter-spacing:.4px;

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}


/* =========================================
   PACKAGE DURATION
========================================= */

.package-duration{
    position:absolute;
    top:17px;
    right:17px;

    display:inline-flex;
    align-items:center;
    gap:6px;

    padding:8px 13px;

    border-radius:25px;

    background:linear-gradient(
        45deg,
        #c89b3c,
        #f4d06f
    );

    color:#102015;

    font-size:12px;
    font-weight:700;

    box-shadow:0 7px 20px rgba(0,0,0,.18);
}


/* =========================================
   TITLE ON IMAGE
========================================= */

.destination-image-content{
    position:absolute;
    right:20px;
    bottom:20px;
    left:20px;
}

.destination-image-content h3{
    min-height:56px;
    margin:0 0 8px;

    color:#ffffff;

    font-size:22px;
    font-weight:650;
    line-height:1.3;
}

.destination-image-content p{
    margin:0;

    color:rgba(255,255,255,.78);

    font-size:13px;
    line-height:1.5;
}

.destination-image-content i{
    margin-right:6px;
    color:#f4d06f;
}


/* =========================================
   CARD CONTENT
========================================= */

.destination-content{
    display:flex;
    flex-direction:column;
    flex-grow:1;

    padding:25px;
}


/* PACKAGE INTRODUCTION */

.package-intro{
    min-height:105px;
    margin:0 0 22px;

    color:rgba(255,255,255,.82);

    font-size:14px;
    line-height:1.75;
}


/* =========================================
   PACKAGE DETAILS
========================================= */

.package-details{
    display:flex;
    flex-direction:column;

    min-height:205px;
    margin-bottom:26px;
}

.package-details > div{
    display:flex;
    align-items:flex-start;
    gap:12px;

    padding:12px 0;

    border-bottom:1px solid rgba(255,255,255,.08);
}

.package-details > div:first-child{
    padding-top:0;
}

.package-details > div:last-child{
    border-bottom:0;
}

.package-details i{
    width:18px;
    flex-shrink:0;

    margin-top:4px;

    color:#f4d06f;

    font-size:14px;
    text-align:center;
}

.package-details span{
    color:rgba(255,255,255,.76);

    font-size:13px;
    line-height:1.6;
}


/* =========================================
   WHATSAPP BOOKING BUTTON
========================================= */

.book-whatsapp-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    width:100%;
    margin-top:auto;
    padding:13px 22px;

    border:none;
    border-radius:60px 15px 60px 15px;

    background:linear-gradient(
        45deg,
        #c89b3c,
        #f4d06f
    );

    color:#102015;

    font-size:14px;
    font-weight:700;
    text-decoration:none;

    box-shadow:0 10px 24px rgba(200,155,60,.24);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        filter .3s ease;
}

.book-whatsapp-btn i{
    font-size:18px;
}

.book-whatsapp-btn:hover{
    color:#102015;
    transform:translateY(-3px);
    filter:brightness(1.08);
    box-shadow:0 15px 30px rgba(200,155,60,.35);
}


/* =========================================
   TABLET
========================================= */

@media (max-width:991px){

    .destinations-section{
        padding:90px 0;
    }

    .destination-image{
        height:300px;
    }

    .destination-image-content h3,
    .package-intro,
    .package-details{
        min-height:auto;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width:768px){

    .destinations-section{
        padding:70px 0;
    }

    .destinations-heading{
        margin-bottom:40px;
    }

    .destinations-label{
        font-size:12px;
        letter-spacing:2px;
    }

    .destinations-title{
        font-size:31px;
    }

    .destinations-subtitle{
        font-size:14px;
        line-height:1.7;
    }

    .destination-image{
        height:280px;
    }

    .destination-image-content h3{
        min-height:auto;
        font-size:21px;
    }

    .destination-content{
        padding:22px;
    }

    .package-intro{
        min-height:auto;
        font-size:14px;
    }

    .package-details{
        min-height:auto;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width:480px){

    .destination-image{
        height:260px;
    }

    .package-number,
    .package-duration{
        top:13px;
        padding:7px 10px;
        font-size:11px;
    }

    .package-number{
        left:13px;
    }

    .package-duration{
        right:13px;
    }

    .destination-image-content{
        right:17px;
        bottom:17px;
        left:17px;
    }

    .destination-image-content h3{
        font-size:19px;
    }

    .destination-content{
        padding:20px;
    }
}

@media (max-width:768px){

/* HERO HEIGHT */

.tours-hero{
height:50vh;
padding:0 20px;
}

/* CONTENT WIDTH */

.tours-hero .hero-content{
width:90%;
}

/* TITLE */

.tours-title{
font-size:30px;
line-height:1.2;
}

/* SUBTITLE */

.tours-subtitle{
font-size:15px;
max-width:100%;
line-height:1.6;
}

}

/* BLOG SECTION */

.blog-section{
position:relative;
padding:120px 0;

background: transparent;
}


/* WHITE OVERLAY */

.blog-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

background: transparent;

z-index:0;
}


/* KEEP CONTENT ABOVE OVERLAY */

.blog-section .container{
position:relative;
z-index:2;
}


/* TITLE */

.blog-title{
font-size:38px;
font-weight:700;
color:#ffff;
margin-bottom:10px;
}

.blog-subtitle{
max-width:650px;
margin:0 auto 70px auto;
font-size:16px;
color:#ffff;
}


/* CARD */

.blog-card{
position:relative;
display:block;

height:520px;

border-radius:18px;

overflow:hidden;

text-decoration:none;

color:white;

box-shadow:0 20px 40px rgba(0,0,0,0.12);
}


/* IMAGE */

.blog-img{
position:absolute;
top:0;
left:0;

width:100%;
height:100%;

object-fit:cover;

transition:0.6s;
}


/* OVERLAY */

.blog-overlay{
position:absolute;

bottom:0;
left:0;

width:100%;
height:100%;

display:flex;
flex-direction:column;
justify-content:flex-end;

padding:25px;

background:linear-gradient(
to top,
rgba(0,0,0,0.9),
rgba(0,0,0,0.45),
transparent
);

transition:0.4s;
}


/* TITLE */

.blog-card-title{
font-size:22px;
font-weight:600;

margin-bottom:1px;

transform:translateY(30px);

transition:0.4s;
}


/* DESCRIPTION */

.blog-desc{
font-size:14px;
line-height:1.6;

opacity:0;

transform:translateY(30px);

transition:0.4s;
}


/* BLOG LINK */

.blog-link{
margin-top:10px;

font-size:14px;
font-weight:600;

opacity:0;

transform:translateY(30px);

transition:0.4s;
}


/* HOVER IMAGE ZOOM */

.blog-card:hover .blog-img{
transform:scale(1.1);
}


/* TITLE MOVES HIGHER */

.blog-card:hover .blog-card-title{
transform:translateY(-25px);
}


/* DESCRIPTION APPEARS */

.blog-card:hover .blog-desc,
.blog-card:hover .blog-link{
opacity:1;
transform:translateY(0);
}


/* ARROW ANIMATION */

.blog-link i{
margin-left:6px;
transition:0.3s;
}

.blog-card:hover .blog-link i{
transform:translateX(6px);
}

/* BLOG HEADER */

.blog-post-header{
padding:200px 0 40px 0;
text-align:center;
}

.blog-post-title{
font-size:44px;
font-weight:700;
max-width:850px;
margin:auto;
color:#ffff;
}

.blog-meta{
margin-top:10px;
color:#ffff;
font-size:14px;
}



/* HERO IMAGE */

.blog-hero-image img{
width:100%;
height:350px;
object-fit:cover;
}



/* BLOG CONTENT */

.blog-content{
padding:80px 0;
}

.blog-content .container{
max-width:800px;
}


/* LEAD TEXT */

.lead-paragraph{
font-size:20px;
line-height:1.8;
color:#ffff;
margin-bottom:40px;
}



/* HEADINGS */

.blog-content h2{
margin-top:40px;
margin-bottom:10px;
font-size:28px;
color:#ffff;
}



/* PARAGRAPHS */

.blog-content p{
line-height:1.8;
color:#ffff;
margin-bottom:20px;
}



/* INLINE BLOG IMAGES */

.blog-inline-img{
width:100%;
margin:40px 0;
border-radius:14px;
}

/* slightly wider images */

.wide-img{
width:110%;
margin-left:-5%;
}


/* FINAL TEXT */

.closing-text{
margin-top:30px;
font-weight:500;
font-size:18px;
}

/* =========================================
   WILD MOMENTS VIDEO SECTION
========================================= */

.wild-moments-section{
    position:relative;
    padding:110px 0;
    background:transparent;
}


/* HEADING */

.wild-moments-heading{
    max-width:720px;
    margin:0 auto 55px;
}

.wild-moments-label{
    display:inline-block;
    margin-bottom:12px;

    color:#f4d06f;

    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.wild-moments-title{
    margin-bottom:15px;

    color:#ffffff;

    font-size:40px;
    font-weight:700;
    line-height:1.2;
}

.wild-moments-subtitle{
    margin:0;

    color:rgba(255,255,255,.74);

    font-size:15px;
    line-height:1.8;
}


/* VIDEO CARD */

.wild-video-card{
    position:relative;

    width:100%;
    height:560px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.10);
    border-radius:24px;

    background:#06150d;

    box-shadow:0 22px 50px rgba(0,0,0,.30);

    cursor:pointer;

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}

.wild-video-card:hover{
    transform:translateY(-10px);

    border-color:rgba(244,208,111,.45);

    box-shadow:0 30px 65px rgba(0,0,0,.42);
}


/* VIDEO */

.hover-safari-video{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;

    transition:
        transform .8s ease,
        filter .4s ease;
}

.wild-video-card:hover .hover-safari-video{
    transform:scale(1.06);
}


/* OVERLAY */

.wild-video-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to bottom,
            rgba(3,15,9,.05) 10%,
            rgba(3,15,9,.08) 40%,
            rgba(3,15,9,.88) 100%
        );

    pointer-events:none;

    transition:background .4s ease;
}

.wild-video-card:hover .wild-video-overlay{
    background:
        linear-gradient(
            to bottom,
            rgba(3,15,9,0) 10%,
            rgba(3,15,9,.03) 45%,
            rgba(3,15,9,.72) 100%
        );
}


/* VIDEO CONTENT */

.wild-video-content{
    position:absolute;
    right:24px;
    bottom:25px;
    left:24px;

    z-index:2;
}

.wild-video-tag{
    display:inline-block;

    margin-bottom:10px;
    padding:7px 13px;

    border:1px solid rgba(244,208,111,.42);
    border-radius:20px;

    background:rgba(6,21,13,.66);

    color:#f4d06f;

    font-size:11px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;

    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.wild-video-content h3{
    margin:0 0 7px;

    color:#ffffff;

    font-size:24px;
    font-weight:650;
    line-height:1.3;
}

.wild-video-content p{
    margin:0;

    color:rgba(255,255,255,.72);

    font-size:13px;
}


/* PLAY ICON */

.wild-play-icon{
    position:absolute;
    top:50%;
    left:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    width:62px;
    height:62px;

    border:1px solid rgba(255,255,255,.30);
    border-radius:50%;

    background:rgba(6,21,13,.55);

    color:#ffffff;

    font-size:20px;

    transform:translate(-50%,-50%);

    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);

    transition:
        opacity .3s ease,
        transform .3s ease;
}

.wild-video-card:hover .wild-play-icon{
    opacity:0;

    transform:
        translate(-50%,-50%)
        scale(.75);
}


/* BUTTON */

.wild-moments-button-wrap{
    margin-top:48px;
}

.wild-moments-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:14px 32px;

    border:none;
    border-radius:60px 15px 60px 15px;

    background:
        linear-gradient(
            45deg,
            #c89b3c,
            #f4d06f
        );

    color:#102015;

    font-size:14px;
    font-weight:700;
    text-decoration:none;

    box-shadow:0 12px 28px rgba(200,155,60,.25);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        filter .3s ease;
}

.wild-moments-btn:hover{
    color:#102015;

    transform:translateY(-3px);

    filter:brightness(1.08);

    box-shadow:0 17px 34px rgba(200,155,60,.36);
}


/* TABLET */

@media (max-width:991px){

    .wild-moments-section{
        padding:90px 0;
    }

    .wild-video-card{
        height:520px;
    }

}


/* MOBILE */

@media (max-width:768px){

    .wild-moments-section{
        padding:70px 0;
    }

    .wild-moments-heading{
        margin-bottom:40px;
    }

    .wild-moments-title{
        font-size:31px;
    }

    .wild-moments-subtitle{
        font-size:14px;
    }

    .wild-video-card{
        height:500px;
    }

    .wild-video-content h3{
        font-size:22px;
    }

}


/* SMALL MOBILE */

@media (max-width:480px){

    .wild-video-card{
        height:460px;
        border-radius:20px;
    }

    .wild-video-content{
        right:20px;
        bottom:21px;
        left:20px;
    }

    .wild-video-content h3{
        font-size:20px;
    }

    .wild-play-icon{
        width:56px;
        height:56px;
    }

}

@media (max-width:768px){

    .about-small-img{
        display:none;
    }

}