  @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.woff') format('woff');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }
  
/* locomotive css */

html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: none;
  }
/* ------------------------------------------------------------- */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Satoshi";
    font-weight: 400;
    font-style: normal;
    color: white;
}

body{
    overflow-x: hidden;
    background-color: #141412;
}

body::-webkit-scrollbar{
    width: 0px;
}


.main{
    background-color: #141412;
    height: 100%;
    width: 100%;
}

.overlay{
   background-color: #141412;
   height: 100vh;
   width: 100vw;
   position: fixed;
   z-index: 2;
}

.counter{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cec6be;
    pointer-events: none;
    flex-direction: column;
}

.counter p {
  opacity: 0;
  font-size: 15px;
}

.counter h1{
    font-size: 200px;
}


.loader{
    position: fixed;
    height: 100vh;
    width: 100vw;
    clip-path: polygon(0 100% ,100% 100%,100% 0 ,0 0);
    z-index: 2;
}

.loader .img{
    position: absolute;
    width: 100vw;
    height: 100vh;
    clip-path: polygon(0 100% , 100% 100% , 100% 100% , 0 100%);
}
.loader :nth-child(1){
    background-color: #141414;
}
.loader :nth-child(2){
    background-color: #f2dc5d;
}.loader :nth-child(3){
    background-color: #f2a359;
}.loader :nth-child(4){
    background-color: #db9065;
}.loader :nth-child(5){
    background-color: #a4031f
}.loader :nth-child(6){
    background-color: #5e0035;
}.loader :nth-child(7){
    background-color: #f46036;
}

img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.page1 .nav{
    height: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    z-index: 1;
    padding-top: 40px;
    /* background-color: red; */
}


.page1 p{
    font-size: 18px;
    font-weight: 500;
    color: #ebe9e1;
}


.page1{
    background-color: #c70122;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.page1 a{
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 20px;
    /* background-color: blue; */
}



.work {
    /* background-color: red; */
}

.link .up{
    display: flex;
    transform: translateY(-8px);
}
.link .down{
    display: flex;
    align-items: center;
    transform: translateY(-12px);
}

.page1 img{
    position: absolute;
    opacity: 80%;
    z-index:0;
}

.page1 .center_containt{
    /* height: 40vh; */
    width: 100%;
    /* background-color: red; */
    position: relative;
    padding-top: 200px;
    display: flex;
    justify-content: flex-end;
    padding-right: 120px;
    padding-bottom: 40px;
}

.center_containt .details{
    display: flex;
    flex-direction: column;
    justify-content: center;   
}

.center_containt .details p{
    font-size: 30px;
}

.center_containt .arrow-wrapper{
    height: 14vh;
    width: 7vw;
    transform: translateX(-60px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    /* background-color: #4015ab; */
    padding-top: 50px;
}
.center_containt .arrow{
    height: 12vh;
    width: 6vw;
    margin-bottom: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #6e0505; */
}

.containt span{
    color: #ebe9e1;
    font-size: 35px;
    transform: rotate(95deg);
    font-weight: 200;
    /* pointer-events: none; */
}

.marquee{
 
    height: 40vh;
    display: flex;
    align-items: center;
    padding-bottom: 150px;


}
.marquee-group{
    display: flex;
    overflow: hidden;
}
.marqee-inner{
    display: flex;
    flex-shrink: 0;
    /* background-color:rgb(255, 0, 76); */
}
.marquee p{
    font-size: 200px;
    color: #ebe9e1;
    font-weight: 700;
}
.page2{
    height: 100%;
    width: 100vw;
    background-color: #ebe9e1;
    overflow: hidden;
}


.page2 .about-containt{
  padding: 190px 190px 0px 190px;
  display: flex;
  /* background-color: #273db4; */
}

.about-containt .left{
    /* background-color: blue; */
    height: 35vh;
    width: 60vw;
    line-height: 40px;
}

.about-containt .left p{
    font-size: 30px;
    color: black;
}

.about-containt .right{
    height: 35vh;
    width: 50vw;
    line-height: 27px;
    padding-top: 90px;
    /* background-color: aqua; */
}
.about-containt .right p{
    padding-left: 90px;
    font-size: 20px;
    color: #141414;


}

.menu-i-wrapper{
    height: 10vh;
    width: 10vh;
    position: fixed;
    transform: translate(50px ,50px);
    border-radius: 20px;
    cursor: pointer;
    z-index: 1;
}
.menu-i{
    padding-right: 80px;
    display: none;
    /*background-color: #6e0505;
    */height: 100%;
    width: 100%;
    transform: translate(4px,4px);
}


.nav .right .menu-i span{
    position: absolute;
    background-color: #ebe9e1;
    padding: 18px;
    z-index: 1;
    font-size: 30px;
    border-radius: 50%;
    font-weight: 400;
    display: none;
    scale: 0;
    color:#c70122;
}

.menu{
 height: 100vh;
 width: 100vw;
 position: fixed;
 z-index: 2;
 background-color: #1a1a17;
 padding: 50px;
 /*display: none;
 */transform: translateY(-100vh);
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 transition: all 250ms ease-out;

}

.menu a{
    text-decoration: none;
    color: #cec6be ;

}

.menu .links {
    /* background-color: #ab1516; */
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu .link {
    height: 8vw;
}
.menu .links .link p a{
   font-size: 8vw;
   text-align: center;
   transition: letter-spacing 0.3s;
   overflow: hidden;
   /* background-color: #4015ab; */
}

.menu .links .link p a::before{
    content: "";
    position: absolute;
    height: 10px;
    background-color: #c70122;
    left: -100%;
    top: 50%;
    display: block;
}

.menu .links .link p a::before{
    content: "";
    position: absolute;
    height: 6px;
    background-color: #c70122;
    top: 50%;
    left: 0;
    width: 0%;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menu .links .link p a:hover::before{
    width: 100%;
}

.menu .links .link p a:hover{
    letter-spacing: 0.075em;
}

#active a::before{
    content: "";
    position: absolute;
    height: 6px;
    background-color: #c70122;
    top: 50%;
    left: 0;
    width: 100%;
    display: block
   }

.menu .socials{
    margin-top: 50px;
    display: flex;
    align-items:center;
    justify-content: space-evenly;
    /* background-color: #4015ab; */
    width: 30%;
    overflow: hidden;
}


.socials p{
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu .menu-close-wrapper{
    /* background-color: #1982c4; */
    transform: translateX(45vw);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu .menu-close{
    /* background-color: #ab1516; */
    display: flex;
    align-items: center;
    justify-content: end;   
}

.menu .menu-close span{
    color: #ebe9e1;
    font-size: 30px;
    cursor: pointer;
}

.aboutme-btn{
    /* background-color: #4015ab; */
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(70vw,-50px);
    border-radius: 90px;
}

.aboutme-megic-btn{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
}
.aboutme-megic-btn button{
    cursor: pointer;
    background-color: #c70122;
    box-shadow: 4px 4px 20px 4px rgba(255, 1, 1, 0.299);
    height: 200px;
    width: 200px;
    border: 0px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.aboutme-megic-btn button p{
    font-size: 17px;
    color: #ebe9e1;
}



.page3{
    background-color: #ebe9e1;
    height: 100%;
    width: 100vw;
    overflow: hidden;
    padding: 0px 120px 50px 120px;
}


.projects{
    /* background-color: red;    */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.projects .heading {

    display: flex;
    padding: 50px 140px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.388);
    pointer-events: none;
}

.projects .heading p{
    color: black;
    opacity: 0.7;
    font-size: 13px;
}
.project{
    /* background-color: aqua; */
    display: flex;
    justify-content: space-between;
    padding: 50px 140px 50px 140px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.265);
    align-items: center;
    z-index: 0;
    cursor: pointer;
}

.projects a{
    text-decoration: none;
}
.project h2{
    font-size: 80px;
    color: black;

}

.project p{
    font-size: 20px;
    color: black;
}

.project:hover{
    opacity: 0.5;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}


.project:hover h2{
    transition: all 0.2s linear;
    transform: translateX(10px);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}


.project:hover p{
    transition: all 0.2s linear;
    transform: translateX(10px);
}


.modal-contaier{
    height: 400px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    position: fixed;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    scale: 0;
    z-index: 1;
    top: 0px;
  left: 0px;
}

.modal-slider{
    height: 100%;
    width: 100%;
    position: absolute;
    transition: top 0.5s cubic-bezier(0.76 , 0 , 0.24, 1);
}

.modal{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px;
}

.modal-slider :nth-child(1){
    background-color: #273db4;
}

.modal-slider :nth-child(2){
    background-color: rgb(0, 131, 105);   
}
.modal-slider :nth-child(3){
    background-color: #c50900;
}
.modal-slider :nth-child(4){
    background-color: #141414;
}
.modal img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: flex;
}

.button{
    position: fixed;
    z-index: 2;
    pointer-events: none;
    top: 0px;
    left: 0px;
}

.button button{
    background-color: #c70122;
      box-shadow: 4px 4px 20px 4px rgba(156, 171, 207, 0.12);
    height: 10vh;
    width: 10vh;
    border-radius: 50%;
   border: 0px;
   scale:0;
   opacity: 0;
   color: #ebe9e1;
  
}

.more-work{
    /* background-color: #6e0505; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px;
}
.more-work-wrapper{
    /* background-color: #6e0505; */
    height: 15vh;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 50px;
    overflow: hidden;
}

.more-work-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #cec6be; */
    position: relative;
}

.more-work a{
    text-decoration: none;
}

.more-work-btn button{
    background-color: transparent;
    height: 10vh;
    width: 12vw;
    border: 1px solid rgba(0, 0, 0, 0.461);
    border-radius: 50px;
   font-size: 17px;
   color: black;
   cursor: pointer;
} 

.page3-mobile{
    display: none;
}




.page4{
    height: 100%;
    width: 100vw;
    background-color:black;
    color: rgb(20, 18, 18);
    padding: 60px;
    overflow: hidden;
}

.page4 .contact-text{
    /* background-color: #ab1516; */
    display: flex;
    flex-direction: column;
    padding-left: 90px;
}

.page4 .contact-text :nth-child(1){
    color: #ebe9e1;
    font-size: 160px;
}


.page4 .contact-text :nth-child(2){
    font-size: 160px;
    line-height: 120px;
    color: #ebe9e1;
    letter-spacing: -5px;
}

.page4 .arrow{
    /* background-color: #ab1516;    */
    display: flex;
    justify-content: end;
    padding-right: 190px;
    padding-bottom: 100px;
    border-bottom: 2px solid #ebe9e1;
}

.page4 .arrow span{
    rotate: 175deg;
    font-size: 35px;
    cursor: pointer;
    /*background-color: #ab1516;
    */height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10vh;
    border-radius: 50px;
    color: #ebe9e1;
}


.contact-info{
    /*background-color: #ffffff;
    */height: 30vh;
    width: 30vh;
    transform: translate(40vw,-110px);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-info p{
    font-size: 15px;
}


.magnetic-button-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* background-color: #ffffff24; */
    /* border: 2px solid #ccc; */
    border-radius: 90px;
    /* overflow: hidden; */
}
  
  .magnetic-button {
    height: 25vh;
    width: 25vh;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #4015ab;
    color: #ebe9e1;
    position: relative;
    z-index: 1;
}

.info-btns{
    /* background-color: #4015ab; */
    display: flex;
    justify-content: space-evenly;
    width: 60%;
    height: 10vh;
    padding: 120px 40px 40px 40px ;
}
.info-btns .email p{
    /* background-color: #4015ab; */
    border-radius: 50px;
    padding: 20px 50px 20px 50px;
    border: 1px solid #ebe9e1;
    color: #ebe9e1;
}
.info-btns .phone p{
    color: #ebe9e1;
    border: 1px solid #ebe9e1;
    /* background-color: #4015ab; */
    border-radius: 50px;
    padding: 20px 80px 20px 80px;
    text-transform: uppercase;
}

.page4-mobile{
    display: none;
}


.contact-info a{
    text-decoration: none;
}

@media (max-width:600px){
   
    .counter p {
        opacity: 0;
        font-size: 15px;
      }
      
      .counter h1{
          font-size: 100px;
      }

    .page1 .nav{
      padding-top: 30px;
    
    }

    .page1{
        background-color: #ab1516;
    }
    .page1 .nav .left {
        padding-top: 60px;
    }
    .nav .right .links .menu-i span{
        display: block;
        font-size: 25px;
        opacity: 1;
        scale: 1;
    }
    .page1 .right .link{
        display: none;
    }


    .page1 .center_containt{
        display: flex;
        justify-content: flex-end;
        padding-bottom: 40px;
        padding-left: 90px;
        padding-top: 90px;
        /* background-color: bisque; */
    }
    .page1 .center_containt .containt{
        width: 100vw;
        padding-left: 140px;
        transform: translateY(50px);
        /*background-color: aquamarine;
        */:;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
}
    .page1 .center_containt .containt .details{
        display: flex;
        /* background-color: aqua; */
        width: 400px;
    }

    .page1 .center_containt .containt .details p{
        font-size: 25px;
        -webkit-user-select: none;

    }

    .center_containt .arrow-wrapper{
        /*background-color: #4015ab;
        */height: 15vh;
        width: 15vh;
        transform: translateX(-10px);
}
    .center_containt .arrow{
        background-color: transparent;
        width: 80px;
        pointer-events: none;
        -webkit-user-select: none;

    }

    .marquee{
        padding-bottom: 0px;
    }
    .marquee p{
        font-size: 120px;
        /* color: black; */
        -webkit-user-select: none;

    }


    .menu-i-wrapper{
        height: 10vh;
        width: 10vh;
        position: fixed;
        transform: translate(-20px ,25px);
        border-radius: 20px;
        cursor: pointer;
        -webkit-transform: translate(-20px ,25px);
        -moz-transform: translate(-20px ,25px);
        -ms-transform: translate(-20px ,25px);
        -o-transform: translate(-20px ,25px);
        z-index: 1;
        -webkit-user-select: none;
         border-radius: 100%;


    }
    
    .menu-i{
    display: block;
    padding-right: 60px;
    border-radius: 100%;
}



.menu{
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 2;
        background-color: #1a1a17;
        padding: 50px 20px;
        /*display: none;
        */transform: translateY(-100vh);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: top 0.5s cubic-bezier(0.76 , 0 , 0.24, 1);
       }
       
       .menu a{
           text-decoration: none;
           color: #cec6be ;
       
       }
       
       .menu .links {
           /* background-color: #ab1516; */
           height: 80%;
           width: 80%;
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
       }
       .menu .link {
           height: 12vw;
       }
       .menu .links .link p a{
           font-size: 15vw;
           text-align: center;
           transition: letter-spacing 0.3s;
            overflow: hidden;
       }
       
       
       
       .menu .links .link p a:hover{
           letter-spacing: 0.075em;
       }
       
       .menu .socials{
           margin-top: 50px;
           display: flex;
           align-items:center;
           justify-content: space-evenly;
           /* background-color: #4015ab; */
           width: 100%;
       }
       
       .socials p{
           display: flex;
           justify-content: center;
           align-items: center;
       }
       
       .menu .menu-close{
           /* background-color: #ab1516; */
           display: flex;
           align-items: center;
           justify-content: start;
           width: 100%;
           -webkit-user-select: none;

           }
           
           .menu .menu-close span{
           -webkit-user-select: none;
           color: #cec6be ;
           font-size: 30px;
       }

   .page2 .about-containt{
   padding: 0px;
    flex-direction: column;
    padding-top: 70px;
   }

   .about-containt .left{
    padding: 20px;
    /* background-color: blue; */
    height: 40vh;
    width: 100vw;
    line-height: 35px;
}

.about-containt .left p{
    font-size: 25px;
    color: black;
    
}


.about-containt .right{
    height: 25vh;
    width: 100vw;
    line-height: 25px;
    padding: 40px 25px;
    /* background-color: aqua; */
}
.about-containt .right p{
    font-size: 16px;
    color: black;
    padding: 0px;

}


.aboutme-btn{
    /* background-color: #4015ab; */
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(145px,-10px);
}

.aboutme-megic-btn{

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutme-megic-btn button{
    cursor: pointer;
    background-color: #c70122;
    box-shadow: 0px 0px 5px 5px rgba(255, 1, 1, 0.187);
    height: 150px;
    width: 150px;
    border: 0px;
    border-radius: 50%;
}




.page3-laptop{
    display: none;
}


.page3-mobile{
    height: 100%;
    width: 100vw;
    background-color: #ebe9e1;
    overflow: hidden;
    display: block;
}

.page3-mobile a{
    text-decoration: none;
}
.page3-mobile .header p{
    color: black;
    padding: 40px 40px 25px 40px;
    font-size: 13px;
}

.page3-mobile .header{
    border-bottom: 1px solid black;
    opacity: 0.5;
}

.page3-mobile .work-items{
    /* background-color: aqua; */
    padding: 20px;
    height: 100%;
    width: 100%;
}

.page3-mobile .work-items .work-item{
    padding: 20px;
    border-bottom: 1px solid black;
}

.page3-mobile .work-items .work-item .text{
    display: flex;
    justify-content: space-between;
    align-items: center;   
    padding-top: 20px; 
}

.page3-mobile .work-items .work-item .text .left p {
    color: black;
    font-size: 20px;
}
.page3-mobile .work-items .work-item .text .right p {
    color: #141414;
}
.page3-mobile .button-mobile{
    /* background-color: black; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
}

.page3-mobile .button-mobile button{
    background-color: transparent;
    border-radius: 50px;
    height: 80px;
    color: black;
    width: 60%;
    font-size: 15px;
    font-weight: 4  00;
    border: 1px solid black;    
}



.page4{
    display: none;
}

.page4-mobile{
    background-color: #141412;
    height: 100vh;
    width: 100vw;
    display: block;
}

.page4-mobile .contact-text{
    padding: 10px;
}
.page4-mobile .contact-text :nth-child(1){
    font-size: 65px;
}
.page4-mobile .contact-text h1{
    font-size: 70px;
    color: #ebe9e1;
}

.page4-mobile .arrow{
    /* background-color: #cec6be; */
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ebe9e1;
}
.page4-mobile .arrow span{
    font-size: 40px;
    rotate: 270deg;
    color: #ebe9e1;
}

.page4-mobile .get-in-touch-btn{
    height: 20vh;
    width: 20vh;
    display: flex;
    justify-content: center;
    transform: translate(-10px,-70px);
}
.page4-mobile .get-in-touch-btn a button{
    background-color: #4015ab;
    height: 20vh;
    width: 20vh;
    border-radius: 50%;
    border:0px;
    position: absolute;
    font-size:15px;
    color: #ebe9e1;
}

.page4-mobile .info-btns{
    /* background-color: #6e0505; */
    transform: translateY(-60px);
    width: 100%;
    display: flex;
    padding: 0px;
    height: 30vh;
    flex-direction: column;
}

.page4-mobile .info-btns .email{
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4-mobile .info-btns .phone{
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4-mobile .socials a{
    text-decoration: none;
    color: #ebe9e1;
    border-bottom: 2px solid #4015ab;
}
.page4-mobile .socials{
    border-top: 1px solid #ebe9e1;
    display: flex;
    justify-content: space-evenly;
    height: 10vh;
    width: 100vw;
}
}