@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}

@font-face {
    font-family: NB;
    src: url(NBInternationalProBoo.ttf);
}
@font-face {
    font-family: headline;
    src: url(Rejouice-Headline.ttf);
}
@font-face {
    font-family: orbitron;
    src: url(Orbitron-VariableFont_wght.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: NB;
    overflow-x: hidden;
    text-decoration: none;

}
._canvas_container {
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 0;
    overflow: hidden;
}   
html, body{
    height: 100%;
    width: 100%;
    /* background-color: #dadada; */
    background-color: #E3DFDC;

}
html::-webkit-scrollbar{
    display: none;
}
a{
    color: white;
}
#page1{
    height: 100vh;
    width: 100%;
    background-color: #E3DFDC;
    position: relative;
}
#page1 video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* object-position: center; */
    position: absolute;
}
#page1-content{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.438);
    position: relative;
    z-index: 2;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10;
}
nav{
    /* height: 100px; */
    display: flex;
    align-items: center;
    width: 100%;
    /* background-color: red; */
    justify-content: space-between;
    padding: 3vw 3vw;
}


nav h4{
    font-size: 1.4vw;
    font-weight: 100;
    z-index: 9;
    
}
#page1-content h1{
    font-family: headline;
    font-size: 22vw;
    font-weight: 100;
    line-height: 27vw;
    
}
#page1-content nav a::-webkit-scrollbar{
    display: none;
}

#page1-content h1 span{
    font-family: headline;
    overflow: hidden;
}
#banner{
    width: 100%;
    /* height: 100%;     */
    margin-top: 8vw;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
}
#bimg{
    width: 65%;
    height: 70vh;
    /* background-color: red; */
    overflow: hidden;
    margin-bottom: 20vh;
    /* z-index: 9; */
}
#btext{
    width: 35%;
    padding: 0 3vw;
    
}
#btext h1{
    font-family: orbitron;
    font-size: 5vw;
    line-height: 1;
    overflow: hidden;
    font-weight: 400;
    text-align: center;
    /* letter-spacing: .1vw; */
}
#bimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* margin-bottom: 5px; */
    
}
#cursor{
    height: 7.5vw;
    width: 7.5vw;
    background-color: rgba(0, 0, 0, 0.664);
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* scale: 0; */

}
#cursor{
    font-size: 1.2vw;
}
#page3{
    min-height: 100vh;
    width: 100%;
    background-color: #E4DCD5;
    position: relative;
    padding: 3vw;
}
#page3-top{
    /* background-color: red; */

    text-align: center;
}
#page3-top h4{
    margin-bottom: 1vw;
    font-size: 1vw;
    font-weight: 500;
    min-height: 3vh;
}
#page3-top h2{
    font-size: 4vw;
    font-weight: 500;
}
#page3-top h4 span{
    font-size: 0.7vw;
    background-color: black;
    color: white;
    padding: 4px 10px;
    border-radius: 10px;
}
iframe{
    display: none;
}
#page3-elements{
    height: 75vh;
    width: 100%;
    /* background-color: red; */
    
}
#page3-elements .box{
    height: 100%;
    width: 32.5%;
    /* background-color: black;s */
    overflow: hidden;
    position: relative;
}
.box video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    
}
#page3-elements .box img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 1s;
}

#page3-elements{
    display: flex;
    /* position: relative; */
    display: flex;
    align-items: center;
    
    justify-content: space-between;
}

#title{
    margin-top: 8vw;
    /* display: flex; */

}
#title1{
    display: flex;
    justify-content: space-between;
}
#title1 h4{
    font-weight: 500;
    font-size: 1.75vw;
    /* font-family: headline; */
    margin-bottom: 15px;
    
}
/* #title1 h4 span{
    transform: translate(var(--translateX), var(--translateY)) rotateX(var(--rotateX)) rotateY(var(--rotateY)) rotate(var(--rotate)) scale(var(--scaleX), var(--scaleY)) skew(var(--skewX), var(--skewY)) translateZ(1);
    display: inline-block;
} */
 #page4{
    height: 100vh;
    width: 100%;
    background-color: #E3DFDC;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;



 }

 #main{
    position: relative;
    overflow: hidden;
 }
 #page4 video{
    height: 100%;   
 }
 #page4 svg{
    position: absolute;
    height: 60%;
 }
 #page4 h1{
    position: absolute;
    text-align: center;
    color: white;
 }
 #page5{
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    background: linear-gradient(#E3DFDC, #E3DDD8);
    overflow: hidden;

    /* font-family: headline; */
 }
 #page5 h1{
    font-size: 10vw;
    font-family: headline;
    font-weight: 100;
    border-bottom: 1px solid black;
    /* background-color: red; */
    width: 96%;
    margin-left: 2%;
    font-family: headline;
 }

 .swiper {
    width: 100%;
    height: 50vh;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  #moving-text{
    white-space: nowrap;
    padding-top: 5vw;
    overflow-x: auto;
    /* background-color: black; */
  }
  #moving-text h4{
    font-size: 5vw;
    display: inline-block;
    margin-right: 60px;
  }
  #moving-text::-webkit-scrollbar{
    display: none;
  }
  .con{
    white-space: nowrap;
    display: inline-block;
    gap: 10px;
    animation-name: move;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* color: white; */
    /* align-items: center; */
    /* justify-content: center; */
  }
  .con h4{
    gap: 10px;
  }
  @keyframes move {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
  }


#loader{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: black;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 10px;
}

#loader h3{
    font-size: 2vw;
}

#blur-left{
    height: 100%;
    width: 5%;
    background: linear-gradient(to left,transparent, #111);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#blur-right{
    height: 100%;
    width: 5%;
    background: linear-gradient(to right,transparent, #111);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    /* display: none; */
}
canvas {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 9;
    overflow: hidden;
    margin-top: 12vh;
    /* bottom: -22vh; */
}

#page5 h1{
    z-index: 999;
}
#page5 h1 {
    z-index: 999;
    position: absolute;
    border-bottom: none;
    font-size: 60px;
    text-align: center;
    justify-content: center;
    /* align-items: center; */
    transform: translateY(50%);
    display: flex;
    height: 80vh;
    margin-top: 15vh;
}
/* .mousefollower{
    display: initial;
 } */

#footer{
    height: 50vh;
    background-color: black;
}
#footer h1{
    color: white;
    font-family: headline;
    font-size: 30vh;
    /* overflow: hidden; */
}
.footer-col ul li a{
    margin-left: 10px;
}
.c-scrollbar{
    display: none;
}
.footer-col ul li a::-webkit-scrollbar{
    display: none;
}
.social-links{
    margin-left: 15px;
}
.social-links a{
    overflow: hidden;
    margin-left: 10px;
}
.social-links a svg{
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: 10px;
    
}
#title1 a{
    color: black;
}
.footer-col .social-links a:hover{
    color:black;    
}
#page6{
    display: none;
}


@media (max-width:600px){
    #page1{
        height: 53vh;
    }
    /* #page1{
        width: 100%;
        padding: 0 1.3vw;
        padding-top: 25vh;
    }
    #page1 h1 {
        font-size: 27vh;
        line-height: 18vw;
        letter-spacing: -3px;
        height: 62vh;
        justify-content: center;
        display: flex;
        align-items: end;
    }
    #page1 video{
        display: none;
    }
    #page1{
        background-color: black;
    }
    #page1 #cursor{
        display: none;
    } */
    #page7 {
        position: relative;
        height: 100vh;
        width: 100vw;
        background-color: #E5E1DC;
    }
    #footer{
        display: none;
    }
    .pin-spacer{
        /* display: none; */
        overflow: hidden;
    }
    #page5{
        height: 50vh;
        overflow: hidden;
    }
    #page5{
        display: none;
    } 
    #cursor{
        display: none;
    }
    
    #page7 h1 {
        z-index: 99;
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 80px;
        font-weight: 500;
    }
    
    #page7 h4 {
        position: absolute;
        left: 50%;
        top: 57%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 35px;
        font-weight: 400;
        white-space: nowrap;
        color: #565656;
        z-index: 99;
    }
    
     nav h4{
        font-size: 3.4vw;
        z-index: 9;
     }
     nav h3{
        font-size: 3.4vw;
        z-index: 40;
     }
     .mousefollower{
        display: none;
     }
    #page3-top h4 {
        margin-bottom: 2vw;
        font-size: 1.5vw;
        font-weight: 500;
        min-height: 3vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #page3-top h4 span {
        font-size: 2.4vw;
        background-color: black;
        color: white;
        padding: 4px 10px;
        border-radius: 10px;
        margin-left: 10px;
    }
    #page3-top h4{
        font-size: 2.5vw;
    }
    canvas{
        display: none;
    }
    
    #page3-elements .box {
        /* height: 100%; */
        width: 100%;
        /* background-color: black; */
        /* overflow: hidden; */
        /* position: relative; */
        /* overflow: hidden; */
        margin-top: 30px;
        height: 31vh;
    }
    #bimg {
        width: 100%;
        height: 100%;
        /* background-color: red; */
        overflow: hidden;
        margin-bottom: 20vh;
        /* z-index: 9; */
    }

    #page3-elements {
        position: relative;
        display: block;
        /* overflow: hidden; */
        min-height: 75vh;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        margin-top: -15vh;
    }
    #footer h1{
        color: white;
        font-family: headline;
        font-size: 14vh;
        text-align: center;
        margin-top: 25vh;
    }
    #title1 h4{
        font-size: 2.75vw;
    }
    #page6{
        height: 50vh;
        background-color: transparent;
    }
    #loader h3{
        font-size: 2.5vw;
    }
    #page6 h1{
        text-align: center;
        font-size: 7vh;
        margin-bottom: 20px;
    }
    #page6{
        font-family: headline;
        position: relative;
        /* z-index: 9; */
        height: 100vh;
        width: 100vw;
        background-color: transparent;
    }
    #page6 .container1 h1{
        text-align: center;
    }
}
@media (max-width: 500px){
    #footer h1{
        font-size: 5vh;
    }
}

#footer-contact{
    color: white;
    display: flex;
    /* padding-right: 0px; */
    position: absolute;
    bottom: 0;
    z-index: 9999999;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
}
#footer-contact p{
    padding-right: 70px;
}



.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
   overflow: hidden;
   z-index: 5;
}

.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
    overflow: hidden;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
    z-index:  5;
    /* display: flex; */
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}




