/*==================================================
GOOGLE FONT
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Manrope:wght@300;400;500;600;700;800&display=swap');

/*==================================================
RESET
==================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#050505;
    color:#fff;
    font-family:'Manrope',sans-serif;
    overflow-x:hidden;
}

img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
    color:inherit;
}

ul{
    list-style:none;
}

.container{
    width:min(1320px,92%);
    margin:auto;
}

:root{

--gold:#d8b13c;
--border:#232323;
--text:#bdbdbd;
--transition:.45s;

}

section{
    padding:120px 0;
}

h1,h2,h3{
    font-family:'Cormorant Garamond',serif;
    font-weight:500;
}

/*==================================================
HEADER
==================================================*/

header{

position:fixed;
left:0;
top:0;
width:100%;
padding:25px 0;
z-index:999;
background:linear-gradient(to bottom,#000,transparent);
backdrop-filter:blur(12px);

}

header .container{

display:flex;
justify-content:space-between;
align-items:center;

}

.logo h2{

font-size:30px;

}

.logo span{

color:var(--gold);

}

nav ul{

display:flex;
gap:42px;

}

nav a{

font-size:13px;
text-transform:uppercase;
letter-spacing:1px;
position:relative;
transition:.4s;

}

nav a::after{

content:"";
position:absolute;
left:0;
bottom:-8px;
width:0;
height:2px;
background:var(--gold);
transition:.4s;

}

nav a:hover,
nav a.active{

color:var(--gold);

}

nav a:hover::after,
nav a.active::after{

width:100%;

}

.quote-btn{

background:var(--gold);
color:#000;
padding:16px 34px;
font-size:13px;
font-weight:700;
transition:.4s;

}

.quote-btn:hover{

transform:translateY(-5px);

}

.menu{

display:none;
font-size:28px;
cursor:pointer;

}
.header-btn a{

padding:16px 34px;
background:var(--gold);
color:#000;
font-size:13px;
font-weight:700;
transition:.4s;
display:inline-flex;
align-items:center;
justify-content:center;

}

.header-btn a:hover{

transform:translateY(-5px);
}
/*==============================
PREMIUM LOGO
==============================*/

.premium-brand-logo{
    flex-shrink:0;
}

.premium-brand-logo-link{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
}

.premium-brand-logo img{
    width:62px;
    height:62px;
    object-fit:contain;
    display:block;
}

.premium-brand-logo h2{
    margin:0;
    color:#fff;
    font-size:30px;
    font-weight:800;
    line-height:1;
    letter-spacing:.5px;
}

.premium-brand-logo h2 span{
    color:#D4AF37;
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:992px){

    .premium-brand-logo img{
        width:54px;
        height:54px;
    }

    .premium-brand-logo h2{
        font-size:25px;
    }

}

@media(max-width:768px){

    .premium-brand-logo img{
        width:48px;
        height:48px;
    }

    .premium-brand-logo h2{
        font-size:22px;
    }

}

@media(max-width:480px){

    .premium-brand-logo-link{
        gap:10px;
    }

    .premium-brand-logo img{
        width:42px;
        height:42px;
    }

    .premium-brand-logo h2{
        font-size:18px;
    }

}

@media(max-width:320px){

    .premium-brand-logo img{
        width:36px;
        height:36px;
    }

    .premium-brand-logo h2{
        font-size:16px;
    }

}
/*==================================================
MOBILE MENU
==================================================*/
.mobile-nav{

position:fixed;
top:0;
right:-100%;

width:320px;
height:100vh;

background:#0b0b0b;

padding:45px;

transition:.45s;

z-index:99999;

display:flex;
flex-direction:column;

overflow-y:auto;

}

.mobile-nav.show{

right:0;

}

.close{

margin-left:auto;
font-size:30px;
cursor:pointer;
margin-bottom:40px;

}

.mobile-nav ul{

display:flex;
flex-direction:column;
gap:25px;

position:relative;
z-index:100000;

}

.mobile-nav a{

position:relative;
z-index:100001;
display:block;
color:white;

}
.close{

position:relative;
z-index:100002;
cursor:pointer;

}
.mobile-btn{

margin-top:40px;
padding:16px;
background:var(--gold);
color:#000;
font-weight:700;
text-align:center;

}
@media(max-width: 400px){
    .header-btn a{

padding:10px 12px;
background:var(--gold);
color:#000;
font-size:8px;
}
}

/*==================================================
GALLERY HERO
==================================================*/

.gallery-hero{

padding-top:180px;
padding-bottom:90px;

}

.gallery-hero span{

display:inline-block;
font-size:11px;
letter-spacing:4px;
color:var(--gold);
margin-bottom:24px;

}

.gallery-hero h1{

font-size:120px;
line-height:.9;

}

/*==================================================
GALLERY
==================================================*/

.gallery{

padding-top:30px;

}

.gallery-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
align-items:start;

}

.column{

display:flex;
flex-direction:column;
gap:28px;

}

.item{

overflow:hidden;
background:#111;

}

.item img{

height:270px;
object-fit:cover;
transition:1.2s;

}

.item.tall img{

height:560px;

}

.item:hover img{

transform:scale(1.08);

}
/*==================================================
FOOTER
==================================================*/

footer{
    padding-top:120px;
    position:relative;
    overflow:hidden;
    background:#050505;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:80px;
    padding-bottom:120px;
}

.footer-tag{
    display:inline-block;
    color:var(--gold);
    font-size:11px;
    letter-spacing:4px;
    margin-bottom:24px;
}

.footer-left h2{
    font-size:68px;
    line-height:.92;
    margin-bottom:35px;
}

.footer-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:18px 38px;
    background:var(--gold);
    color:#000;
    font-weight:700;
    transition:.4s;
}

.footer-btn:hover{
    transform:translateY(-6px);
}

.footer-btn i{
    transition:.35s;
}

.footer-btn:hover i{
    transform:translateX(6px);
}

footer h4{
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:22px;
    color:#9f9f9f;
}

footer ul{
    display:flex;
    flex-direction:column;
    gap:18px;
}

footer ul a{
    transition:.35s;
}

footer ul a:hover{
    color:var(--gold);
}

.socials{
    display:flex;
    gap:16px;
}

.socials a{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #2d2d2d;
    transition:.35s;
}

.socials a:hover{
    background:var(--gold);
    color:#000;
}

.footer-bg{
    position:absolute;
    left:20px;
    bottom:10px;
    font-size:180px;
    font-family:'Cormorant Garamond',serif;
    color:rgba(255,255,255,.03);
    white-space:nowrap;
    user-select:none;
    pointer-events:none;
}

.copyright{
    border-top:1px solid var(--border);
    padding:24px 0;
    text-align:center;
    color:#777;
    font-size:14px;
}

/*==================================================
ANIMATIONS
==================================================*/

.gallery-grid .item{
    animation:fadeUp .8s ease both;
}

.gallery-grid .item:nth-child(2){animation-delay:.08s;}
.gallery-grid .item:nth-child(3){animation-delay:.15s;}
.gallery-grid .item:nth-child(4){animation-delay:.22s;}

@keyframes fadeUp{

from{
opacity:0;
transform:translateY(60px);
}

to{
opacity:1;
transform:translateY(0);
}

}

/*==================================================
SCROLLBAR
==================================================*/

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-thumb{
    background:var(--gold);
}

::-webkit-scrollbar-track{
    background:#090909;
}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

.gallery-hero h1{
font-size:90px;
}

.footer-left h2{
font-size:56px;
}

.footer-bg{
font-size:140px;
}

}

@media(max-width:991px){

nav,
.quote-btn{
display:none;
}

.menu{
display:block;
}

.gallery-grid{
grid-template-columns:1fr 1fr;
}

.footer-grid{
grid-template-columns:1fr;
gap:60px;
}

.footer-bg{
display:none;
}

}

@media(max-width:768px){

section{
padding:90px 0;
}

.gallery-hero{
padding-top:150px;
}

.gallery-hero h1{
font-size:62px;
}

.gallery-grid{
grid-template-columns:1fr;
}

.item img,
.item.tall img{
height:360px;
}

.footer-left h2{
font-size:42px;
}

}

@media(max-width:576px){

.container{
width:92%;
}

.logo h2{
font-size:20px;
}

.mobile-nav{
width:100%;
}

.gallery-hero h1{
font-size:48px;
}

.item img,
.item.tall img{
height:280px;
}

.footer-left h2{
font-size:34px;
}

.footer-btn{
width:100%;
justify-content:center;
}

}

@media(max-width:380px){

.gallery-hero h1{
font-size:40px;
}

.footer-left h2{
font-size:30px;
}

.item img,
.item.tall img{
height:240px;
}

}
.copyright{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding: 20px 40px;
}

/* video agllery */
/* ================= VIDEO GALLERY ================= */


.premium-video-gallery{

background:#080808;
padding:100px 0;
color:white;

}


.video-gallery-container{

width:90%;
max-width:1300px;
margin:auto;

}



.video-gallery-head{

text-align:center;
margin-bottom:60px;

}


.video-gallery-head span{

font-size:13px;
letter-spacing:4px;
color:#aaa;

}


.video-gallery-head h2{

font-family:"Cormorant Garamond",serif;
font-size:65px;
margin:15px 0;

}



.video-gallery-head p{

color:#aaa;
font-size:17px;

}




/* MASONRY */


.video-masonry{

columns:4;
column-gap:22px;

}



.video-item{

position:relative;
margin-bottom:22px;

break-inside:avoid;

border-radius:20px;
overflow:hidden;

cursor:pointer;

background:#111;

}



.video-item img{

width:100%;
height:260px;
object-fit:cover;

display:block;

transition:.5s;

}



.video-item.tall img{

height:380px;

}



.video-item:hover img{

transform:scale(1.08);

}




.play-btn{

position:absolute;

top:50%;
left:50%;

transform:translate(-50%,-50%);

width:65px;
height:65px;

border-radius:50%;

background:white;
color:black;

display:flex;
align-items:center;
justify-content:center;

font-size:22px;

opacity:0;

transition:.4s;

}



.video-item:hover .play-btn{

opacity:1;

}



/* MODAL */


.video-modal{

position:fixed;

inset:0;

background:rgba(0,0,0,.85);

display:none;

align-items:center;
justify-content:center;

z-index:9999;

padding:20px;

}


.video-modal.active{

display:flex;

}



.video-modal-box{

width:900px;
max-width:100%;

position:relative;

}


.video-modal iframe{

width:100%;
height:520px;

border:0;

border-radius:15px;

}



.close-video{

position:absolute;

right:-10px;
top:-50px;

width:45px;
height:45px;

border-radius:50%;

border:none;

font-size:22px;

cursor:pointer;

}



/* RESPONSIVE */


@media(max-width:1100px){

.video-masonry{

columns:3;

}

}



@media(max-width:768px){

.video-masonry{

columns:2;

}


.video-gallery-head h2{

font-size:45px;

}


.video-modal iframe{

height:300px;

}

}



@media(max-width:450px){

.video-masonry{

columns:1;

}

}
.video-modal iframe{

width:100%;
height:500px;
border:none;
border-radius:20px;

}
.video-masonry{

columns:4;
column-gap:20px;

}



.video-item{

break-inside:avoid;
margin-bottom:20px;
border-radius:20px;
overflow:hidden;
position:relative;

}



.video-item img{

width:100%;
height:260px;
object-fit:cover;

}



.short-video img{

height:420px;
object-fit:cover;

}



.video-item:hover img{

transform:scale(1.08);

}
/* ==========================================
   VIDEO GALLERY RESPONSIVE FIX
   Desktop 4 | Tablet 2 | Mobile 1
========================================== */


/* Desktop */

.video-masonry{

columns:4;
column-gap:22px;

}



.video-item{

break-inside:avoid;
margin-bottom:22px;

border-radius:22px;

overflow:hidden;

position:relative;

}



.video-item img{

width:100%;
height:280px;

object-fit:cover;

}



.video-item.short-video img{

height:430px;

}



/* ===============================
   LARGE TABLET
================================ */


@media(max-width:1100px){


.video-masonry{

columns:2;
column-gap:20px;

}


.video-item img{

height:300px;

}


.video-item.short-video img{

height:430px;

}


.video-gallery-head h2{

font-size:55px;

}


}



/* ===============================
   TABLET
   768px
================================ */


@media(max-width:768px){


.premium-video-gallery{

padding:80px 0;

}



.video-gallery-container{

width:92%;

}



.video-gallery-head{

margin-bottom:40px;

}



.video-gallery-head h2{

font-size:45px;

}



.video-gallery-head p{

font-size:15px;

}



.video-masonry{

columns:2;
column-gap:15px;

}



.video-item{

margin-bottom:15px;

border-radius:18px;

}



.video-item img{

height:240px;

}



.video-item.short-video img{

height:360px;

}



.play-btn{

width:50px;
height:50px;

font-size:18px;

}



.video-modal iframe{

height:350px;

}


}




/* ===============================
   MOBILE
   480px
================================ */


@media(max-width:480px){



.video-masonry{

columns:1;

}



.video-item img{

height:330px;

}



.video-item.short-video img{

height:480px;

}



.video-gallery-head h2{

font-size:38px;

}



.video-gallery-head span{

font-size:11px;

letter-spacing:3px;

}



.video-modal{

padding:15px;

}



.video-modal iframe{

height:260px;

}


.close-video{

right:0;
top:-55px;

}


}




/* ===============================
   EXTRA SMALL
   290px
================================ */


@media(max-width:320px){



.video-gallery-container{

width:90%;

}



.video-gallery-head h2{

font-size:34px;

}



.video-item img{

height:280px;

}



.video-item.short-video img{

height:400px;

}



.play-btn{

width:45px;
height:45px;

font-size:16px;

}



}
/* Hide Default Cursor */

*{
    cursor:none;
}

.cursor-outline,
.cursor-dot{
    position:fixed;
    top:0;
    left:0;
    pointer-events:none;
    opacity:0;
    transform:translate(-50%,-50%);
    z-index:999999;
}

/* Outer Circle */

.cursor-outline{

    width:34px;
    height:34px;

    border-radius:50%;

    border:2px solid #FFD54A;

    background:rgba(255,213,74,.05);

    box-shadow:
    0 0 10px rgba(255,213,74,.8),
    0 0 25px rgba(255,213,74,.7),
    0 0 50px rgba(255,213,74,.5);

    backdrop-filter:blur(3px);

    mix-blend-mode:difference;

    transition:
    width .25s,
    height .25s,
    border-color .25s,
    background .25s;

}

/* Center Dot */

.cursor-dot{

    width:8px;
    height:8px;

    border-radius:50%;

    background:#FFD54A;

    box-shadow:
    0 0 8px #FFD54A,
    0 0 18px #FFD54A,
    0 0 35px #FFD54A;

    mix-blend-mode:difference;

}

/* Hover */

.cursor-hover{

    width:58px !important;
    height:58px !important;

    background:rgba(255,213,74,.10);

    border-color:#fff;

}