
@import url('https://fonts.googleapis.com/css2?family=Rubik+Vinyl&display=swap');



@font-face {
    font-family: 'rj'; /* Name your font */
    src: url('assets/font/Rejouice-Headline.woff2') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'nb'; /* Name your font */
    src: url('assets/font/NBInternationalProBoo.woff2') format('truetype'); /* Path to the font file */
  }

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "rj";
}

html, body{
    height: 100%;
    width: 100%;
}


#page1{
    height:100vh;
    width: 100%;
    position: relative;
}
.cursor{
    height: 7vw;
    width: 7vw;
    background-color: #ff5f38;
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transform: translate(-50%, -50%);
}

.cursor h5{
    font-weight: 100;
}

#page1 .banner-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.page1-content{
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    color: #1b1b1b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* padding-bottom: 1vw; */
}

.heading-h1 span{
    display: inline-block;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 2vw 3vw;
    position: relative;
}


nav h3{
    font-size: 1.8vw;
    font-weight: 500;
}

nav h3 i{
    color:#ff5f38;
}

nav h4{
    font-size: 1.2vw;
    font-family: "nb";
    font-weight: 100;
    z-index: 120;
    cursor: pointer;
}




.page1-content h1{
    font-family: "rj";
    font-size: 23vw;
    color: #fafafa;
    font-weight: 100;
    line-height: 20vw;
}

.page1-content h1 span{
    font-family: "rj";
}

/* nav-wrapped */
.nav-wrapped{
  position: absolute;
  width:100%;
  padding: 3vw;
  height: auto;
  background-color: rgb(223, 220, 220);
  z-index: 110;
  left:0;
  top:0;
  padding-bottom: 10px;
  display:block;
  transform: translateY(-100%);
  transition:all 0.3s cubic-bezier(0.68, 0.19, 0.03, 0.83);
}

.nav-toggle{
    transform: translateY(0%);
}

.nav-wrapped-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgb(121, 121, 121);
    padding-bottom: 10px;
}

.nav-video-part{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
}

.nav-video-part h2{
    font-size: 1.4vw;
    font-weight: 400;
}

.nav-video-part .video-container{
    display: block;
    width:300px;
    height: 180px;
    overflow: hidden;
}
.video-container video{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-control {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.video-control .play-reel{
    font-weight: 300;
    font-family: "nj";
    font-size: 17px;
}

.video-control .play-reel i{
    font-size: 20px;
}

.video-control span{
    font-weight: 300;
    font-family: "nj";
}


/* right side of nav wrapper  */

.nav-ul{
  position: relative;
  width: 500px;
}

.nav-ul ul{
    list-style: none;
    margin-bottom: 15px;
}
.nav-link a{
    text-decoration: none;
    font-family: inherit;
    color: inherit;
    font-size: 3.5vw;
    display: inline-block;
}

.nav-ul .active{
    border-bottom: 2px solid black;
}

.nav-link:hover a{
    animation-name: navLinkAnim;
    animation-duration: 0.5s;
    animation-timing-function:ease-in-out;
    border-bottom: 1px solid black;
}

@keyframes navLinkAnim {
    from{
        transform: rotateX(80deg);
    }
    to{
        transform: rotateX(0deg);
    }
}

/* button */
.btn{
    display: inline-block;
    border: 1px solid black;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.btn-wrapper{
    width: 100%;
    height: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.btn-wrapper span{
  font-size: 17px;
  line-height: 1.5;
}
.btn-wrapper .top{
    position: absolute;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    transform:translateY(-30px);
    transition:all 0.6s;
}

.btn-wrapper .bottom{
    position:relative;
    white-space: nowrap;
    color: rgb(0, 0, 0);
    transition:all 0.3s;
    transform: translateY(0px);
}

.btn:hover .btn-wrapper .top{
    transform: translateY(0);
}

.btn:hover .btn-wrapper .bottom{
    transform: translateY(35px);
}

.btn::before{
  content:"";
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  background-color: black;
  transform: translateX(-100%);
  transition: all 0.3s;
}

.btn:hover::before {
  transform: translateX(0);
}


/* nav bottom */

.nav-wrapped-bottom{
    padding-block: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.nav-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.nav-social .social-div, .nav-wrapped-bottom h5{
    font-size: 15px;
    font-weight: 500;
}

.nav-social .social-div{
    font-family: "nj";
    cursor: pointer;
    display: inline-block;
}

.nav-social .social-div i{
    display: inline-block;
    transform: rotate(0deg); 
    transition:all 0.4s
}

.nav-social .social-div:hover i{
    transform: rotate(45deg);
}

/* Page2 */

.page2{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 5vw 3vw;
}

.page-heading{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-block: 20px;

}

.page-heading h4{
    font-family: "nb";
    font-size: 22px;
    line-height: 1.5;
    font-weight: 200;
}

hr{
    height: 0.5px;
    background-color: rgba(32, 32, 32, 0.486);
    border:none
}

.description{
    font-family: "rj";
    padding-block: 20px;
    font-weight: 400;

    overflow: hidden;
}

.anim-para{
    display: inline-block;
    transform: translateY(50px) scale(0.7) rotateX(100deg);
    opacity: 1; /* Start invisible */
    padding-top: 10px; /* Start with padding */
}
.desc-xxl-font{
    font-size: 3.9vw;
    line-height: 1.35;
}



/* page3 */
.page3{
    height: 100%;
    width:100%;
    position: relative;
    padding: 3vw;
}

.page3-top
{
    text-align: center;
    position: relative;
}

.page3-top h4{
    font-size: 1vw;
    margin-bottom: 10px;
    font-weight: 500;
}
.page3-top h4 span{
    font-size: 0.7vw;
    background-color: black;
    color: white;
    padding: 4.5px 8px;
    border-radius: 15px;
}

.page3-top h2{
    font-size: 4vw;
    font-weight: 500;
    font-family: 'nb';
}
.anim-head{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.anim-head::before{
   content: "";
   position: absolute;
   bottom: -5px;
   left: 0;
   width: 100%;
   height: 7px;
   background-color: black;
   border-radius: 10px;
}

.anim-head::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: var(--after-left, 0%);
    width:20px;
    height: 7px;
    background-color: #ff5f38;
    border-radius: 10px;
 }


.page3-element{
    width: 100%;
    height: 600px;
    margin-top: 8vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.box{
    height: 600px;
    position: relative;
}

.box .box-text{
    position: absolute;
    text-align: center;
    transform: translateY(50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 0.6s;
}

.box .box-text span{
    font-size: 45px;
    color: #fff;
    font-family: 'rj';
    font-weight: 200;
    padding: 30px;
    transition: all 0.6s;

}

.box:hover .box-text{
    transform: translateY(90%);
}
.box:hover .box-text span{
    color: #fff;
    font-size: 25px;
}
.box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all 0.3s;
}

.box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page3-element .box:hover img{
    opacity: 0;
}

/* middle page */

.middle-page-text{
    margin-top: 2vw;
    background-color: black;
    padding-block:0vw ;
    line-height: 1.9;
    display: flex;
    align-items: center;
    justify-content: center;height: 9vw;
    overflow: visible;
}

.rolling-text{
    text-wrap: nowrap;
    font-size: 4vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff5f38;
    font-family: "Rubik Vinyl", serif;
    transform: translateX(30%);
    opacity: 0;
}

.page4{
    padding: 3vw;
    width: 100%;
    position: relative;
    height: 100%;
}

.page5{
 padding-block: 3vw;
  width: 100%;
  height: 100%;
  position: relative;
  
}

.page5 .page-top {
    margin-bottom: 1vw;
    padding-inline: 3vw;
}

.page5 .page-top h2{
    font-size: 8vw;
    font-family: "rj";
    font-weight: 500;
}

.page5 .swiperdiv{
    height: 30vw;
    width: 100%;
}

/* swipper */

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    font-size: 18px;
    background: #fff;
    overflow: hidden;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.6s;
    cursor: pointer;
  }

  .swiper-slide:hover img
  {
    transform: scale(1.2);
  }


  /* page6 */
  .page6{
    height: 100vh;
  }

  /* Loader page */
.loader{
   height: 100%;
   width: 100%;
   position: fixed;
   top: 0;
   z-index: 99;
   background-color: black;
   color:#fff;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
  }

  .loader h3{
    font-size: 2vw;
    font-weight: 700;
  } 

  /* footer */

footer{
    background-color: black;
    margin-bottom: -100px;
}

.footer-wrapper{
    padding: 2vw 3vw;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.footer-menu-section {
    display: flex;
    flex-direction: column;
    height: 50vh;
    justify-content: space-between;
    margin-bottom: 3vw;
}
.footer-top{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-top-left h3{
    color:white;
    font-size: 1.5vw;
    font-weight: 300;
    font-family: "nb";
    margin-bottom: 30px;
}

.footer-btn{
    color:white;
    padding: 12px 15px;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid white;
    border-radius: 25px;
}

.footer-top-right{
    display:flex;
    align-items: flex-start;
    gap: 8vw;
}

ul{
    list-style: none;
}

.footer-menu-nav ul li a, .footer-menu-social ul li a{
    text-decoration: none;
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "nb";
    cursor: pointer;
}

.footer-menu-nav ul li:hover a, .footer-menu-social ul li:hover a
{
    border-bottom: 1px solid white;
}

.footer-bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    color: white;
}

.footer-bottom-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-bottom-left span, .footer-bottom-right span{
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "nb";
}
.footer-bottom-right{
 display: flex;
 gap: 3.5vw;
}

.footer-logo-section{
    color: black;
}

.heading-h2 span{
    font-family: "rj";
    font-size: 23vw;
    color: #fafafa;
    font-weight: 100;
    line-height: 20vw;
}
