@font-face {
    font-family: a;
    src: url(./assets/NeueMontreal-Regular.otf     );
}
@font-face {
    font-family: b;
    src: url(./assets/Gilroy-Heavy.ttf);
}
@font-face {
    font-family:c ;
    src: url(./assets/Blair\ ITC\ Medium.otf);
}
@font-face {
    font-family: d;
    src: url(./assets/Montserrat-VariableFont_wght.ttf); 
}

@font-face {
    font-family: f;
    src: url(./assets/BigShouldersDisplay-VariableFont_wght.ttf);
}
@font-face {
    font-family: e;
    src: url(./assets/topluxury.otf);
}
@font-face {
    font-family: monument;
    src: url(./assets/MonumentExtended-Regular.otf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: a;
    font-weight: 500;
    color: rgb(0, 0, 0);
}
html,body{
    height: 100%;
    width: 100%;
}
.main{
    background-color:rgb(255, 255, 255) ;
   
}
.loader{
    height: 100vh;
    width: 100%;
   padding: 3em;
   position: fixed;
   z-index: 999999;
}
.pre-loader{
    height: 100vh;
    width: 200%;
    padding: 2em;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: .5em;
    overflow: hidden;
    z-index: 99 ;
    background-color: white;
}
.pre-loader p{
    width: max-content;
    text-transform: uppercase;
    font-family: f;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    
}
.counter{
    height: 100px;
    display: flex;
    font-family: f;
    font-size: 100px;
    font-weight: 900;
    line-height: 150px;
    clip-path: polygon(0 0 ,100% 0, 100% 100px,0 100px);
}
.digit1, .digit2, .digit3, .digit4{
    position: relative;
    top: -15px;
    z-index: 9999;
}

.offset{
    position: relative;
    right: -7.5px;
}
.progress-bar{
    position: relative;
    top: -15px;
    width: 0%;
    height: 4px;
    background-color: #000;
}
#hero-imgs{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 99999;
    pointer-events: none;
}

#hero-imgs>img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%);
}
.last{
    /* clip-path: circle(50% at 50% 50%); */
    object-fit: contain;
}
a{
    text-decoration: none;
}
nav i{
    position: relative;
    top: 1px;
}
.nav-box{
    height: fit-content ;
    width: 100%;
    z-index: 2  ;
    /* display: none; */
    /* background-color: red; */
}
nav{
        width: 100%;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    z-index: 5;
    padding: 4em 3em;
    position: fixed;
}
.menu-overlay{
    width: 100%;
    padding: 4em 3em;
    background-color: #0066B1;
    clip-path: polygon(0 0,100% 0,100% 0,0 0);  
    position: fixed;
    z-index: 99;
}
.menu-btn-open{
    color: white;
    cursor: pointer;
    font-size: 1.5vw;
    
}
.menu-close-btn{
    cursor: pointer;
    color: white;
    font-size: 1.5vw;
    position: relative;
    z-index: 999;
}                                                       
.menu-nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}   
.menu-cols{
    display: flex;
}
.menu-cols > div{
    flex: 1;
    padding: 1em 0;
}
.bhidio{
 width: 50%;
}
.bhidio-preview{
    width: 100%;
    height: 0px;
    background: url(https://www.bmw.com/content/dam/bmw/marketBMWCOM/bmw_com/categories/Design/art-cars/ac-02-media-hd.jpg?imwidth=1280) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 4px;

}
.bhidio-details{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: .5em 0;
}
.bhidio-details p,.bhidio-details i{
    color: white;
    font-size: 1.2vw;
}
.menu-link{
    position: relative;
     width: max-content;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     height: 50px;
     /* background-color: red; */
}
.menu-link a{
    font-size: 50px;
    font-weight: 500;
    color: white;
    display: inline-block;
    z-index: 999;
}



.btn {
    position: relative;
    margin: 2em 0;
    border: 1px solid white;
    width: max-content;
    padding: 1.25em 2.5em;
    /* border-radius: 4px; */
    overflow: hidden;
    cursor: pointer;
}
.btn a{
    color: white;
    font-size: 1vw;
    font-weight: 500;
}
.btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgb(254, 254, 254);
    z-index: -1;
    transition: all .3s;
}
.btn:hover a{
    color: rgb(0, 0, 0);
    }
.btn:hover.btn::before{
    width: 100%;
}
.menu-footer{
    display: flex;
    flex-direction: column;
}
.menu-divider{
    width: 0%;
    height: 1px;
    background: rgb(255, 255, 255);
    margin: 1em 0;
}
.menu-footer-copy{
    display: flex;
    justify-content: space-between;
}
.socials{
    display: flex;
    gap: 1em;
    color: white;
}
.socials a{
    font-size: 1.2vw;
    font-weight: 100;
    color: white;
}
.slogan p{
    font-size: 1.2vw;
    color: white;
}
.page1>video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    top:0%;
    z-index: -1;
}
    .page1 .overlay{
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 999;
        background-color: #0000004a;
    }

.page1{
    height: 100vh;
    width: 100%;
    background-color: rgb(143, 138, 138);
    position: relative;
    z-index: 0;
    /* margin-top: -4.3vh; */
}

@keyframes opacity {
    0%{
        opacity: 1;
    }
    
    40%{
        opacity: 0;
    }
    
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}


.page1-h1{
    position: absolute;
    left: 1.6%;
    bottom:-2%;
    height: fit-content;
    overflow: hidden;
    /* background-color: red; */
    z-index: 99998;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    
   
}
/* .page1-h2{
    position: absolute;
    right: 4.5%;
    bottom: 50%;
    height: fit-content;
    overflow: hidden;
    letter-spacing: .4VW;
    z-index: 998;   

} */
.page1-h1 h1 span{
    font-family:monument ;
    font-size: 11.5vw;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    letter-spacing: .2vw;
}

#wrapp{
    position: absolute;
    left: 1.7%;
    bottom: 18%;
    height: 6vw;
    width: 44vw;
    overflow: hidden;
    z-index: 9999;
}

.page1 #wrapp h4{
    color: #ffffff;
    mix-blend-mode: difference;
    font-size: 6vw;
    font-weight: 900;
    font-family: monument;
    text-transform: uppercase;
}


.cursor-2{
    left: 20%;
    height: 4vw;
    width: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    color: white;
    background: #0067b19a;
    backdrop-filter: blur( 8.5px );
    -webkit-backdrop-filter: blur( 8.5px );
    border-radius: 50%;
    font-size: .8vw;
    scale:0;
    pointer-events: none;
    letter-spacing: .04vw;
}
.cursor-3{
    left: 20%;
    height: 4vw;
    width: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    color: white;
    background: #0046789a;
    backdrop-filter: blur( 8.5px );
    -webkit-backdrop-filter: blur( 8.5px );
    border-radius: 50%;
    font-size: .8vw;
    scale:0;
    pointer-events: none;
    letter-spacing: .04vw;
    display: none;
}

.lazrev{
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 50%;
    object-fit: cover;
    top: 70%;
    border-radius: 50px;
    transform: translate(-50%,-50%) scaleX(0.7) scaleY(0);
    z-index: 9999;
}

.page3{
    height: 100vh;
    width: 100%;
    position: relative;
}
.container{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.butt{
    height: fit-content;
    width: fit-content;
    /* background-color: red; */
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%,-50%) ;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}
.butt i{
    font-size: 3vw;
    color: #000000;
    /* background-color: red; */
    padding: .5vw;
    border-radius: 50%;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .5s;
    z-index: 1;
}

.butt i:hover{
    color: #0066B1;

}
.butt button{
    background-color: transparent;
    border: none;
}
#slide{
    position: relative;
    height: 100vh;
    width: 100%;
}
#slide .item{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1;
}
#slide .item .image{
    position: absolute;
    width: 100%;
    top: 20%;
    display: flex;
    align-items: end;
    justify-content: center;
    opacity: 0;
    transform: scale(2);
    transition: .5s;
}
#slide .item .image img{
    width: 65%;
    /* transition: .5s; */
    object-fit: cover;
}
/* #slide .item .image::before{
    content: "";
    position: absolute;
    height: 4vw;
    width: 100%;
    bottom: 8vw;
    background-color: #000;
    z-index: -1;
    border-radius: 50%;
    filter: blur(20px);
} */

.content .left{
    position: absolute;
    height: fit-content;
    width: fit-content;
    width: 100%;
    transition: .5s;
    top: 20%;
    transform: translate(-50%,-50%);
    display: none;
}
.content .left h1{
    font-size: 14vw;
    font-family: d;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1vw;
    background: linear-gradient(#000000,#b9b8b8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: 100%;
    }


.content .right{
    position: absolute;
    left: 7.5%;
    top: 8%;
    display: none;
    /* background-color: red; */
    width: 85%;
    height: 78%;
    transition: .5s;

}

.content .right h2{
    font-size: 0.8vw;
    font-family: c;
    letter-spacing: .1vw;
    color:#0066B1 ;
    text-transform: uppercase;
}
.content .right h3{
    font-size: 1.5vw;
    font-family: c;
    opacity: 1;
}
.content .right h4{
    font-size: 1vw;
    font-family: a;
    letter-spacing: .06vw;
    opacity: .6;
    text-transform: uppercase;
}
.content .right h5{
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: c;
    font-size: 1vw;
}
.content .right h5 span{
    color: #005694;
    font-size: 1.5vw;
}
.content .right h6{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8vw;
    font-family: c;
    letter-spacing: .06vw;
    text-transform: uppercase;
    text-align: center;
}
.content .right h6 span{
    font-size: 1.6vw;
    color: #005694;
    font-family: a;
}
.page3>.a-wrap>h3{
    text-decoration: none;
    font-family: C;
    font-weight: 600;
    font-size: .8vw;
    letter-spacing: .03vw;
    background-color:transparent;
    padding: 0.8vw 1vw;
    /* border-radius: 50px; */
    color:rgb(255, 255, 255);
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    cursor: pointer;
    
    position: relative;
    z-index: 10;
    text-align: center;
    
}

.page3>.a-wrap{
    position: absolute;
    right: 7%;
    bottom: 15%;
    overflow: hidden;
    background-color: #000000;
    height: 3vw;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page3>.a-wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    height: 200%;
    width: 200%;
    background-color: white;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .5s;
    z-index: 9;
    pointer-events: none;
    
}

.page3>.a-wrap:hover::before{
    left: 0%;
    /* border-radius: 50px; */
    height: 100%;
    width: 100%;
    background-color:#0066B1;
    color: #000;

}


#slide .item:nth-child(1) .image{
    opacity: 0;
    transform: scale(0) translate(-100px);
}
#slide .item:nth-child(2) .image{
    opacity: 1;
    transform: scale(1) ;
}
#slide .item:nth-child(2){
    z-index: 3;
}

@keyframes textBlurIn {
    from{
        opacity: 1;
        transform: translate(0,0);
    }
    to{
        opacity: 0;
        transform: translate(0,-100%);
        filter:blur(50px)
    }
}
@keyframes textBlurOut {
    from{
        opacity: 0;
        transform: translate(0,100%);
        filter:blur(33px)

    }
    to{
        opacity: 1;
        transform: translate(0,0);
    }
}

#slide .item:nth-child(1) .left,
#slide .item:nth-child(1) .right,
#slide .item:nth-child(2) .left,
#slide .item:nth-child(2) .right{
    display: block;
}

#slide .item:nth-child(1) .left,
#slide .item:nth-child(1) .right{
    animation: textBlurOut .5s ease-in-out 1 forwards;
}
#slide .item:nth-child(2) .left,
#slide .item:nth-child(2) .right{
    animation: textBlurIn .5s ease-in-out 1 forwards;
}

.page-grid{
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-grid .itemsss{
    height: 100%;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 3vw;
}
.page-grid .itmss{
    position: relative;
    height: 70vh;
    width: 30vw;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
   
}
.page-grid .items-img{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-grid .items-img img{
    height: 130%;
    width: 130%;
    object-fit: cover;
    filter: grayscale(0) sepia(0) brightness(1);
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}
.item-copy{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.item-copy>div{
    flex: 1;
    display: flex;
    align-items: center;
}
#item-1 .item-copy1{
    justify-content: flex-end;
    align-items: start;
}
#item-2 .item-copy1{
    justify-content: flex-end;
}
#item-3 .item-copy1{
    justify-content: flex-end;
}
.shape{
    height: 17vw;
    width: 17vw;
    background-color: rgba(255, 255, 255, 0.274);
    backdrop-filter: blur(20px);
    color: #FFF;
    font-size: 1.1vw;
    padding: 0.8vw;transition: all cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
    transform: scale(0.50);
    opacity: 0;
    clip-path: polygon(
        100px 0px,
        0px 100px,
        0px 100%,
        calc(100% - 100px)100%,
        100% calc(100% - 100px),
        100% 100%,
        100% 0%,
        0px 0%
    );
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shape #number{
    text-align: right;

}
.shape .cut{
    text-align: right;
}
.shape #number span span{
    color: #ffffff;
    font-size: 5vw;
    font-family: f;
}
.shape .cut span span{
    color: #ffffff;
    font-family: c;
    text-transform: uppercase;
    font-size: .9vw;

}
.shape .text-right span span{
    color: #ffffff;
    font-family: c;
    text-transform: uppercase;
    font-size: .9vw;
}
.page-grid .itmss:hover img{
    transform: scale(1.5);
    filter: grayscale(.4)  brightness(.60)
}
.itmss:hover .shape{
    opacity: 1;
    transform: scale(0.75);
}
.page4{
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    z-index: -11;
    overflow: hidden;
    margin-bottom: 5vw;
}
.page4>.a-wrap>h3{
    text-decoration: none;
    font-family: C;
    font-weight: 600;
    font-size: 1vw;
    letter-spacing: .03vw;
    background-color:transparent;
    padding: 0.8vw 3vw;
    /* border-radius: 50px; */
    color:rgb(255, 255, 255);
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    cursor: pointer;
    position: relative;
    z-index: 10;
    text-align: center;
    
}

.page4>.a-wrap{
    width: 10vw;
    position: absolute;
    right: 7%;
    top: 87%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    z-index: 9999;
}

.page4>.a-wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    height: 200%;
    width: 200%;
    background-color: white;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .5s;
    z-index: 9;
    pointer-events: none;
    
}

.page4>.a-wrap:hover::before{
    left: 0%;
    /* border-radius: 50px; */
    height: 100%;
    width: 100%;
    background-color:#0066B1;
    color: #000;

}

.page4 model-viewer{
    height: 100%;
    width: 100%;
    transition: all ease 0.1;
    /* position: absolute; */
    left: 0;
    top: 0;
    scale: 1;
}

.sectionn{
    height: 10vw;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0;
    /* background-color: red; */
    /* overflow: hidden; */
    z-index: 99;
}
.marqueee{
    position: relative;
    /* background-color: #0066B1; */
    color: white;
    padding: 30px 0;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    overflow: hidden;
}
.marquee__inner{
    display: flex;
    width: fit-content;
    flex: auto;
    flex-direction:row ;
}
.marquee__part{
    /* width: 30vw; */
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 4px;
    font-size: 1.5vw;
    color: black;
    -webkit-text-stroke: 1px #000;
    /* background-color: blue; */
    font-family: c;
}
.marquee__part span{
    font-size: 1.5vw;
    font-family: c;
    color: #0066B1;
    margin-left: 1vw;
    margin-top: .2vw;
    font-weight: 600;
    -webkit-text-stroke: 0px ;
    
}
.arrow{
    width: 60px;
    height: 40px;
    margin: 0 1em;
    /* transform: rotate(-90deg); */
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* .arrow.active{
    transform: rotate(-90deg);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);

} */
.arrow img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.line-patti{
    height: 4vw;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    top: -1%;
    z-index: 99;
}

.anime-patti{
    height: 5vw;
    width: 80%;
    position: absolute;
    bottom: 5%;
    left: 0%;
    display: flex;
    /* background-color: red; */
}
.anime-patti .elements{
    height: 100%;
    width: 33.33%;
    border-right: 2px solid #a2a2a279;
    display: flex;
    align-items: center;
    gap: 1vw;
    justify-content: center;
}
.anime-patti .elements:nth-last-child(1){
    border-right: none;
}
.anime-patti .elements .img1{
    height: 1vw;
    width: 1vw;
    border-radius: 50%;
    position: relative;
    mix-blend-mode: difference;
    margin-top: -0.9vw;
}
.anime-patti .elements .img1 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: none;
}
.anime-patti .elements .patti-cont h3{
    font-size: 1.1vw;
    text-transform: uppercase;
    font-family: c;
    font-weight: 600;
    position: relative;
}
.patti-cont h3::before{
    content: "";
    position: absolute;
    top: 4%;
    left: -15%;
    height: 1.3vw;
    border-radius: 50%;
    width: 1.3vw;
    background-color: #0066B1;
}
.anime-patti .elements .patti-cont h4{
    font-size: 1vw;
    font-family: a;
    word-spacing: .1vw;
    letter-spacing: .05vw;
    color: #0000009f;
}
.h6-wrap{
    position: absolute;
    top: 10%;
    left: 10%;
    height: fit-content;
    width: fit-content;
    overflow: hidden;
}
.h6-wrap h6{
    
    font-size: 1vw;
    font-family: c;
}
.h6-wrap h6 span{
    font-size: 1.5vw;
    color: #0066B1;
    font-family: c;
    font-weight: 900;
}
#page5{
    height: 100vh;
    width: 100%;
}
#page5>section{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3vw;

}
section img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.marquee video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.marquee-container{
    position: relative;
    width: 65vw;
    height: 15vh;
    display: flex;
}
.marquee{
    width: 180%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    display: flex;
    gap: 1vw;
}

.itemss-with-text h1{
    font-size: 3vw;
    text-transform: uppercase   ;
    color: #000000;
   font-family: f;
}
.itemss-with-text h1 span .char{
    font-family: f;
    font-weight: 900;
    font-size: 4.6vw;
    transition: all ease ;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    
}
#marquee-2{
    right:0%
}
.nikalo{
    border-radius: 10px;
    overflow: hidden;
}
.itemss{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.itemss-with-text{
    flex: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}
#marquee-1,#marquee-3{
    left:-20%;
}
#marquee-2,#marquee-4{
    left:0%
}
#gap{
    margin: 0 2vw;
}
#comp{
    width: 3vw;
}
#blur{
    background-color: rgb(255, 255, 255);
    z-index:999 ;
}


#marquee-1{
    margin: .2vw;
}
#marquee-2{
    margin: .2vw;
}
#marquee-3{
    margin: .2vw;
}
#marquee-1{
    margin: .2vw;
}
.page6{
    height: 100vh;
    width: 100%;
    position: relative;
}

.slider{
width: 100%;
height: 100%;
position: relative;
z-index: 11;
}
.slider-wrapper{
    width: max-content;
    padding: 0 8vw;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 100px; 
    z-index: 4;
    position: relative;
}
.slide{
    width: 500px;
    height: 500px;
    position: relative;
    z-index: 4;
    border-radius: 20px;
    overflow: hidden;
    animation-name: updown;
    animation-duration: 6 s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
animation-direction: alternate;
}

@keyframes updown {
    0%{
        margin-top: 0vw;
    }
    50%{
        margin-top: -3vw;

    }
    100%{
        margin-bottom:-3vw ;

    }
}
.slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.marker-wrapper{
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    height: 100vh;
    width: 5px;
    background-color: #000000;
    z-index: 1;
}

.page7{
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page7>h1{
    position: absolute;
    left: 53%;
    top: 10%;
    font-size: 3vw;
    text-transform: uppercase;
    font-family: monument;
    font-weight: 600;
    transform: translateX(-50%);
}
#menu{
    width: 100%;
    margin-top: 10vw;
}
.menu-item{
    width: 100vw;
    padding: 0 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    height: 4vw;
    overflow: hidden;
}
.name{
    height: 5vw;
    position: relative;
    pointer-events: none;
}
.info,.tag{
    height: 1.8vw;
    overflow: hidden;
    pointer-events: none;
}
/* .info,.tag,.name:hover p:nth-child(2){
    top:0%
} */
.name>p{
    font-size: 4.2vw;
    font-family: a;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    letter-spacing: -.15vw;
}
.info p,.tag p{
    transition: color cubic-bezier(0.19, 1, 0.22, 1) .25s;
    overflow: hidden;
    font-size: 1.5vw;
    text-transform: uppercase;
    position: relative;
}


.info p:nth-child(2),
.name p:nth-child(2),
.tag p:nth-child(2){
    top: 0%;
    pointer-events: none;
}

.menu:hover .info p:nth-child(1),
.menu:hover .name p:nth-child(1),
.menu:hover .tag p:nth-child(1){
    color: rgb(121, 121, 121);
}

.preview{
    position: absolute;
    bottom: 18%;
    right: 10%;
    width: 10vw;
    height: 14vw;
    z-index: 2;
    pointer-events: none;

}
.pre-img{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#pre-img2{
    top: .5vw;
    left: .5vw;
}
.pre-img img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.footer{
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.footer p{
    color: white;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
    opacity: 0;
    font-family: c;
    text-transform: uppercase;
    font-weight: 800;
    /* text-transform: uppercase; */
}
.footer .row{
    color: #fff;
    /* background: #a22020; */
}
.border-right{
    border-right: 2px solid #fff ;
}
.border-bottom{
    border-bottom: 2px solid #FFF;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-1{
    position: relative;
    top: -100%;
    width: 100%;
    height: 30vh;
    display: flex;
    z-index: 2;
}
.headerr h1{
    color: white;
}
.brand-name{
    position: relative;
    left: -100%;
    flex: 5;
}
.brand-name .headerr h1{
    font-size: 4vw;
    font-weight: 800;
    text-transform: uppercase;
    font-family: monument;
}
.brand-contact{
    position: relative;
    left: -4rem;
    flex-direction: column;
    flex: 2;
}
.row-2{
    position: relative;
    width: 100%;
    height: 70vh;
    display: flex;
    z-index: 0;
    top: -100%;
}
.hero-copy{
    flex: 5;
}
.heero-img{
    flex: 2;
}
.footer .img-container{
    position: relative;
    overflow: hidden;
    flex: 3;
    height: 100%;
}
.footer img{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
.box{
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.empty-rows{
    display: flex;
    flex: 1;
    flex-direction: column;
    background: #000;
}
.white-space{
    width: 100%;
}
.white-space:nth-child(1){
    flex: 3;
}
.white-space:nth-child(2){
    flex: 2;
}
.row-2{
    position: relative;
    top: -100%;
}
.row-1{
    background-color: #000;
}
.hero-copy{
    display: flex;
    flex-direction: column;
}
.i-row{
    width: 100%;
    display: flex;
}
.i-row > .col{
    overflow: hidden;
    background-color: #000;
}
.i-row1{
    flex: 3;
}
.i-row2{
    flex: 2;
}
.i-row .col:nth-child(1){
    flex: 3;
}
.i-row .col:nth-child(2){
    flex: 2;
}
.i-row1 .col:nth-child(1){
    border-radius: 0 0 40px 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.i-row1 .col:nth-child(2){
    border-radius: 0 0 0 40px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}
.i-row2 .col:nth-child(1){
    border-radius:0 40px 0 0;
    border-right: 1px solid white;
    border-top: 1px solid white;
}
.i-row2 .col:nth-child(2){
    border-radius: 40px 0 0 0;
    border-left: 1px solid white;
    border-top: 1px solid white;
}
.projects{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.project-list{
    padding: 0 4em;
}
.h-stripe {
    position: absolute;
    padding: 1em;
    right: -8em;
    transform: rotate(-90deg);
    width: 100%;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.h-stripe span{
    position: relative;
    color: #000;
}
.text{
    position: relative;
    text-transform: uppercase;
}
.lets-talk p{
    font-size: 3rem;
    font-family: c;
    font-weight: 500;
    /* text-transform: uppercase; */
}
.lets-talk p span{
    color: #0066B1;
    font-family: c;
    font-weight: 900;
    /* text-transform: uppercase; */
}
.stripe{
    position: relative;
    overflow: hidden;
}
.line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(25deg);
    width: 150%;
    height: 2px;
    background: #fff;
}
.brand-name,.brand-contact{
    position: relative;
    overflow: hidden;
}
.project-list p{
    position: relative;
    left: 30%;
    margin-top: 2vw;
}
.circle-text{
    position: relative;
}
.footer .text{
    height: 40%;
    width: 40%;
    /* background-color: red; */
    z-index: 999;
}
.text img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media (max-width:600px) {
    .main{
        background-color:rgb(255, 255, 255) ;
       overflow: hidden;
    }
    .loader{
        height: 100vh;
        width: 100%;
       padding: 0em;
    }
    .pre-loader{
        height: 100vh;
        width: 200%;
        padding-bottom: 15vw;
        padding-right: 0vw;

    }
    .pre-loader p{
        font-size: 8vw;
        line-height: 8vw;
    }
    .counter{
        height: 10vw;
        font-size: 12vw;
        overflow: hidden;
    }
    .digit1, .digit2, .digit3, .digit4{
        top: -15vw;
    }
    nav i{
        position: relative;
        top: 1px;
    }
    nav{
        align-items: center;
        padding: 2em 2em;
    }
    .menu-overlay{
        width: 100%;
        height: 100vh;
        padding: 2em 2em;
        pointer-events: none;
    }
    .menu-btn-open{
        font-size: 5vw;
    }
    .menu-close-btn{
        font-size: 5vw;
    }                                                       
    .menu-nav{
        align-items: center;
    }   
    .menu-cols{
        display: flex;
    }
    .col{
        margin-top: 0vw;
    }
    .menu-cols>.col:nth-child(1){
        display: none;
    }
   
    .bhidio-preview{
        display: none;
    }
    .bhidio-details{
        display: none;
    }
    
    .btn a{
        font-size: 5vw;
    }
    .menu-divider{
        margin-top: 20vw;
    }
    .menu-footer-copy{
        gap: 15vw;
    }
    .socials{
        gap: 1em;
    }
    .socials a{
        font-size: 3.5vw;
    }
    .slogan p{
        font-size: 3.5vw;
    }
    #nav-img{
        height: 10vw;
    }
    .page1>video{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
        position: absolute;
        top:0%;
        z-index: -1;
    }
        .page1 .overlay{
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: 999;
            background-color: #00000000;
        }
    
    .page1{
        height: 95vh;
        width: 100%;
        background-color: rgb(143, 138, 138);
        position: relative;
        z-index: 0;
    }
    
    @keyframes opacity {
        0%{
            opacity: 1;
        }
        
        40%{
            opacity: 0;
        }
        
        80%{
            opacity: 1;
        }
        100%{
            opacity: 0;
        }
    }
    .page1-h1{
        left: 1.6%;
        width: fit-content;
        bottom:3%;
        height: fit-content;
        height: 10vw;
    }
    .page1-h1 h1 span{
        font-family:monument ;
        font-size: 11vw;
    }


    #wrapp{
        left: 1.7%;
        bottom: 7%;
        height: 12vw;
        width: fit-content;
    }
    
    .page1 #wrapp h4{
        font-size: 11vw;
        font-weight: 900;
        font-family: monument;
    }
    
.page3{
    height: 100vh;
    width: 100%;
    position: relative;
}
.butt{
    left: 20%;
    top: 83%;
}
.butt i{
    font-size: 12vw;
}

#slide .item .image{
    width: 100%;
    top: 20%;
}
#slide .item .image img{
    width: 95%;
    margin-top: 29vw;
}


.content .left{
    top: 20%;
}
.content .left h1{
    font-size: 20vw;
    font-family: d;
    width: 100%;
    margin-top: 30vw;
    }


.content .right{
    position: absolute;
    left: 7.5%;
    top: 8%;

}

.content .right h2{
    font-size: 3vw;
}
.content .right h3{
    font-size: 5vw;
}
.content .right h4{
    font-size: 3vw;
}
.content .right h5{
    left: 70%;
    bottom: 20%;
    transform: translate(-50%,-50%);
    width: 50vh;
    font-size: 4vw;
}
.content .right h5 span{
    font-size: 6vw;
}
.content .right h6{
    right: 0;
    top:20%;
    font-size: 3vw;
    
}
.content .right h6 span{
    font-size: 5vw;
}
.page3>.a-wrap>h3{
    font-size: 2.5vw;
}

.page3>.a-wrap{
    right: 7%;
    bottom: 15%;
    height: 6vw;
    width: 50vw;

}

.page-grid{
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-grid .itemsss{
    height: 100%;
    width: 90%;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 3vw;
    overflow: scroll;
}
.page-grid .itmss{
    position: relative;
    flex-shrink: 0;
    height: 80vh;
    width: 90vw;

}
.page-grid .items-img{
    height: 100%;
    width: 100%;
}
.item-copy{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.item-copy>div{
    flex: 1;
    display: flex;
    align-items: center;
}
#item-1 .item-copy1{
    justify-content: flex-end;
    align-items: start;
}
#item-2 .item-copy1{
    justify-content: flex-end;
}
#item-3 .item-copy1{
    justify-content: flex-end;
}
.shape{
    height: 70vw;
    width: 70vw;
    
}
.shape #number{
    text-align: right;

}
.shape .cut{
    text-align: right;
}
.shape #number span span{
    color: #ffffff;
    font-size: 7vw;
    font-family: f;
}
.shape .cut span span{
    color: #ffffff;
    font-family: c;
    text-transform: uppercase;
    font-size: 4vw;

}
.shape .text-right span span{
    color: #ffffff;
    font-family: c;
    text-transform: uppercase;
    font-size: 4vw;
}
.page-grid .itmss:hover img{
    transform: scale(1.5);
    filter: grayscale(.4)  brightness(.60)
}
.itmss:hover .shape{
    opacity: 1;
    transform: scale(0.75);
}

#page5{
    height: 100vh;
    width: 100%;
}
#page5>section{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10vw;

}
section img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.marquee video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.marquee-container{
    position: relative;
    width: 80vw;
    height: 16vh;
    display: flex;
}
.marquee{
    width: 180%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    display: flex;
    gap: 1vw;
}
.itemss-with-text{
    width: 60vw;
}

.itemss-with-text h1{
    font-size: 10vw;
    text-transform: uppercase   ;
    color: #000000;
   font-family: f;
}
.itemss-with-text h1 span .char{
    font-family: f;
    font-size: 6vw;
    font-weight: 900;
    transition: all ease ;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    
}
#marquee-2{
    right:0%

}
.itemss{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.itemss-with-text{
    flex: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nikalo{
    display: none;
}
#marquee-1,#marquee-3{
    left:-20%;
}
#marquee-2,#marquee-4{
    left:20%
}
#gap{
    margin: 0 2vw;
}
#comp{
    width: 3vw;
}
#blur{
    background-color: rgb(255, 255, 255);
    z-index:999 ;
}


#marquee-1{
    margin: .2vw;
}
#marquee-2{
    margin: .2vw;
}
#marquee-3{
    margin: .2vw;
}
#marquee-1{
    margin: .2vw;
}
.page6{
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-wrapper{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: scroll;
}
.slide{
    width: 40vh;
    height: 40vh;
}
.marker-wrapper{
  display: none;
}
.page7{
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page7>h1{
    position: absolute;
    left: 50%;
    top: 20%;
    font-size: 7vw;
    text-transform: uppercase;
    font-family: monument;
    font-weight: 600;
    transform: translateX(-50%);
}
.menu{
    width: 100%;
    margin-top: -20vw;
}
.menu-item{
    width: 100vw;
    padding: 0 2em;
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
    height: 8vw;
    overflow: hidden;
}
.name{
    height: 6vw;
    width: 100vw;
    position: relative;
    pointer-events: none;
    overflow: hidden;
}
.info,.tag{
    height: 1.8vw;
    overflow: hidden;
    pointer-events: none;
    display: none;
}
/* .info,.tag,.name:hover p:nth-child(2){
    top:0%
} */
.name>p{
    font-size:5vw;
    font-family: a;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    letter-spacing: .1vw;
}
.info p,.tag p{
    transition: color cubic-bezier(0.19, 1, 0.22, 1) .25s;
    overflow: hidden;
    font-size: 1.5vw;
    text-transform: uppercase;
    position: relative;
}


.info p:nth-child(2),
.name p:nth-child(2),
.tag p:nth-child(2){
    top: 0%;
    pointer-events: none;
}

.menu:hover .info p:nth-child(1),
.menu:hover .name p:nth-child(1),
.menu:hover .tag p:nth-child(1){
    color: rgb(121, 121, 121);
}

.preview{
    position: absolute;
    bottom: 18%;
    right: 10%;
    width: 30vw;
    height: 47vw;
    z-index: 2;
    pointer-events: none;

}
.pre-img{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#pre-img2{
    top: .5vw;
    left: .5vw;
}
.pre-img img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.footer{
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.footer p{
    color: white;
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.5;
    opacity: 0;
    font-family: c;
    text-transform: uppercase;
    font-weight: 800;
    /* text-transform: uppercase; */
}
.footer .row{
    color: #fff;
    /* background: #a22020; */
}
.border-right{
    border-right: 2px solid #fff ;
}
.border-bottom{
    border-bottom: 2px solid #FFF;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-1{
    position: relative;
    top: -100%;
    width: 100%;
    height: 30vh;
    display: flex;
    z-index: 2;
}
.headerr h1{
    color: rgb(255, 255, 255);
}
.brand-name{
    position: relative;
    left: -100%;
    flex: 5;
}
.brand-name .headerr h1{
    font-size: 6vw;
    font-weight: 800;
    text-transform: uppercase;
    font-family: monument;
}
.brand-contact{
    position: relative;
    left: 1vw;
    flex-direction: column;
    flex: 2;
}
.row-2{
    position: relative;
    width: 100%;
    height: 70vh;
    display: flex;
    z-index: 0;
    top: -100%;
}
.hero-copy{
    flex: 5;
}
.heero-img{
    flex: 2;
}
.footer .img-container{
    position: relative;
    overflow: hidden;
    flex: 3;
    height: 100%;
    display: none;
}
.footer img{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
.box{
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.empty-rows{
    display: flex;
    flex: 1;
    flex-direction: column;
    background: #000;
}
.white-space{
    width: 100%;
}
.white-space:nth-child(1){
    flex: 3;
}
.white-space:nth-child(2){
    flex: 2;
}
.row-2{
    position: relative;
    top: -100%;
}
.row-1{
    background-color: #000;
}
.hero-copy{
    display: flex;
    flex-direction: column;
}
.i-row{
    width: 100%;
    display: flex;
}
.i-row > .col{
    overflow: hidden;
    background-color: #000;
}
.i-row1{
    flex: 3;
}
.i-row2{
    flex: 2;
    display: none;
    /* opacity: 0; */
}
.i-row .col:nth-child(1){
    flex: 3;
}
.i-row .col:nth-child(2){
    flex: 2;
}
.i-row1 .col:nth-child(1){
    border-radius: 0 0 40px 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.i-row1 .col:nth-child(2){
    border-radius: 0 0 0 40px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}
.i-row2 .col:nth-child(1){
    border-radius:0 40px 0 0;
    border-right: 1px solid white;
    border-top: 1px solid white;
}
.i-row2 .col:nth-child(2){
    border-radius: 40px 0 0 0;
    border-left: 1px solid white;
    border-top: 1px solid white;
}
.projects{
    position: relative;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.project-list{
    padding: 0 4em;
}
.project-lists p{
    margin-top: 2vw;
    font-size: 6vw;
}
.h-stripe {
    position: absolute;
    padding: 1em;
    right: -40%;
    transform: rotate(-90deg);
    width: 100%;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
}
.h-stripe span{
    position: relative;
    color: #000;
}
.text{
    position: relative;
    text-transform: uppercase;
}
.lets-talk p{
    font-size: 3rem;
    font-family: c;
    font-weight: 500;
    /* text-transform: uppercase; */
}
.lets-talk p span{
    color: #0066B1;
    font-family: c;
    font-weight: 900;
    /* text-transform: uppercase; */
}
.stripe{
    position: relative;
    overflow: hidden;
}
.line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(25deg);
    width: 150%;
    height: 2px;
    background: #fff;
}
.brand-name,.brand-contact{
    position: relative;
    overflow: hidden;
}
.project-list p{
    position: relative;
    left: 30%;
    margin-top: 2vw;
}
.circle-text{
    position: relative;
    display: none;
}
.footer .text{
    height: 40%;
    width: 40%;
    /* background-color: red; */
    z-index: 999;
}
.text img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.page4{
    height: 60vh;
    width: 100%;
    position: relative;
    display: flex;
    z-index: 11;
    overflow: hidden;
    margin-bottom: 5vw;
    pointer-events: none;
}
.page4>.a-wrap>h3{
    text-decoration: none;
    font-family: C;
    font-weight: 600;
    font-size: 2vw;
    letter-spacing: .03vw;
    background-color:transparent;
    padding: 0.8vw 3vw;
    color:rgb(255, 255, 255);
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    cursor: pointer;
    position: relative;
    z-index: 10;
    text-align: center;
    
}

.page4>.a-wrap{
    width: 20vw;
    position: absolute;
    right: 7%;
    top: 83%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    z-index: 9999;
}

.page4>.a-wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    height: 200%;
    width: 200%;
    background-color: white;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .5s;
    z-index: 9;
    pointer-events: none;
    
}

.page4>.a-wrap:hover::before{
    left: 0%;
    /* border-radius: 50px; */
    height: 100%;
    width: 100%;
    background-color:#0066B1;
    color: #000;

}

.page4 model-viewer{
    height: 100%;
    width: 100%;
    transition: all ease 0.1;
    /* position: absolute; */
    left: 0;
    top: 0;
    scale: 1;
}

.sectionn{
    height: 10vw;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0;
    /* background-color: red; */
    /* overflow: hidden; */
    z-index: 99;
}

.marqueee{
    position: relative;
    /* background-color: #0066B1; */
    color: white;
    padding: 30px 0;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    overflow: hidden;
}
.marquee__inner{
    display: flex;
    width: fit-content;
    flex: auto;
    flex-direction:row ;
}
.marquee__part{
    /* width: 30vw; */
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 4px;
    font-size: 4vw;
    color: black;
    -webkit-text-stroke: 1px #000;
    /* background-color: blue; */
    font-family: c;
}
.marquee__part span{
    font-size: 4vw;
    font-family: c;
    color: #0066B1;
    margin-left: 1vw;
    margin-top: .2vw;
    font-weight: 600;
    -webkit-text-stroke: 0px ;
    
}
.arrow{
    width: 20px;
    height: 20px;
    margin: 0 1em;
    /* transform: rotate(-90deg); */
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* .arrow.active{
    transform: rotate(-90deg);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);

} */
.arrow img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.line-patti{
    height: 4vw;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    top: -1%;
    z-index: 99;
}

.anime-patti{
    height: 5vw;
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 3%;
    display: flex;
    /* background-color: red; */
}
.anime-patti .elements{
    height: 100%;
    width: 33.33%;
    border-right: 2px solid #a2a2a279;
    display: flex;
    align-items: center;
    gap: 3vw;
    justify-content: center;
}
.anime-patti .elements:nth-last-child(1){
    border-right: none;
}
.anime-patti .elements .img1{
    height: 1vw;
    width: 1vw;
    border-radius: 50%;
    position: relative;
    mix-blend-mode: difference;
    margin-top: -0.9vw;
}
.anime-patti .elements .img1 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: none;
}
.anime-patti .elements .patti-cont h3{
    font-size: 2vw;
    text-transform: uppercase;
    font-family: c;
    font-weight: 600;
    position: relative;
}
.patti-cont h3::before{
    content: "";
    position: absolute;
    top: 4%;
    left: -15%;
    height: 1.3vw;
    border-radius: 50%;
    width: 1.3vw;
    background-color: #0066B1;
    display: none;
}
.anime-patti .elements .patti-cont h4{
    font-size: 2vw;
    font-family: a;
    word-spacing: .1vw;
    letter-spacing: .05vw;
    color: #0000009f;
}
.h6-wrap{
    position: absolute;
    top: 10%;
    left: 10%;
    height: fit-content;
    width: fit-content;
    overflow: hidden;
}
.h6-wrap h6{
    
    font-size: 1vw;
    font-family: c;
}
.h6-wrap h6 span{
    font-size: 1.5vw;
    color: #0066B1;
    font-family: c;
    font-weight: 900;
}
}