@font-face {
    font-family: nb;
    src: url(./NBInternationalProBoo.ttf);
}

@font-face {
    font-family: Rejoice;
    src: url(./Rejouice-Headline.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 24px;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: rgb(249, 248, 243);

}

#page1 {
    height: 100vh;
    width: 100%;
    position: relative;
}

#page1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cursor {
    width: 8vw;
    height: 8vw;
    position: fixed;
    background-color: rgb(254, 95, 56);
    padding: 1em;
    text-overflow: clip;
    font-family: Rejoice;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

#cursor h3 {
    font-size: .5em;
    width: 100%;
}

.p1-content {
    width: 100%;
    height: 100%;
    overflow: hidden;

    position: absolute;
    top: 0;
    z-index: 2;
}

.p1-content .nav {
    display: flex;
    justify-content: space-between;
    margin: .9em;
}

.nav h3 {
    font-family: nb;
    color: white;
    padding: .8em;
    text-transform: capitalize;
    font-size: .75em;
    font-weight: 400;
    position: relative;
    pointer-events: none;
}

.p1-content h1 {
    color: white;
    font-family: Rejoice;
    font-weight: 40;
    justify-content: center;
    align-items: baseline;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.p1-content h1 span {
    font-size: 28vw;
    line-height: 1.9;
    letter-spacing: -2px;
    overflow: hidden;

}

.p1-content h1 span:nth-child(3) {
    font-size: 21vw;
}

.p1-content h1 span:nth-child(6) {
    font-size: 21vw;
}

#page2 {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 3;
    background-color: rgb(249, 248, 243);
    font-family: nb;
}

.p2-top,
.p4-top,
.p5-top {
    width: 100%;
    height: 20vh;
    position: relative;
    padding: 1.5em;
    margin: 3% 3% 5% 0;
}

.top-text,
.p4-text,
.p5-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-text span,
.p4-text span,
.p5-text span {
    overflow: hidden;
}

.top-text span h3,
.p4-text span h3,
.p5-text span h3 {
    font-size: 1em;
    font-weight: 40;

}

.line,
.line-1,
.line-2 {
    height: 2px;
    width: 0%;
    position: absolute;
    bottom: 0;
    background-color: black;
}

.p-mid,
.p4-mid,
.p5-mid {
    width: 100%;
    height: 50vh;
    margin: 0 3%;
    text-align: start;
    display: flex;
    flex-direction: column;
}

.p-mid span h3,
.p4-mid span h3,
.p5-mid span h3 {
    font-size: 3.8vw;
    font-weight: 40;
}

.p-mid span,
.p4-mid span,
.p5-mid span {
    overflow: hidden;
}

.p5-mid span {
    height: 100%;
}


#page3 {
    min-height: 100vh;
    width: 100%;
    font-family: nb;
}

.p3-top {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.p3-top h4,
.p3-top span {
    font-size: .6em;
    font-weight: 40;
    margin-bottom: 1em;
}

.p3-top span {
    background-color: #0e0e0e;
    padding: 0.4em;
    border-radius: 1.5em;
    font-size: .8em;
    color: white;
}

.p3-mid {
    width: 100%;
    display: grid;
    place-content: center;
}

.p3-mid h2 {
    font-size: 4vw;
    font-weight: 40;
    position: relative;


}

.p3-mid h2::before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 3px;
    background-color: black;
    margin-left: 4%;
    width: 92%;
}

.p3-mid h2:hover:before {
    animation: line .5s ease-out;
}

@keyframes line {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }

}

.container {
    width: 100%;
    height: 100vh;
}

.cont-heading {
    height: 10vh;
    align-items: center;
    width: 95%;
    display: flex;
    justify-content: space-between;
    padding-left: 2em;
}

.cont-heading h4 {
    font-weight: 40;
    font-size: .9em;

}

.wrapper {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
}

.box {
    width: 30%;
    height: 90%;
    margin: .4em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
}

.box video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box img:nth-child(1) {
    position: absolute;
    width: 100%;
    z-index: 99;
    object-fit: cover;
    transition: all .5s ease;


}

.box img:nth-child(2) {
    position: absolute;
    width: 30%;
    z-index: 99;
    object-fit: cover;
    margin-bottom: 20%;
}

.box:hover img:nth-child(1) {
    opacity: 0;
}

.box:nth-child(2) img:nth-child(2) {
    width: 20%;
}



#page4 {
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 3;
    background-color: rgb(249, 248, 243);
    font-family: nb;
}

.p4-btm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 3%;
    position: relative;
}

.p4-btm svg {
    position: fixed;
    width: 40%;
}

.abs2 circle {
    display: none;
}

.p4-btm video {
    width: 70%;
    height: auto;
}


#page5 {
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 3;
    background-color: rgb(249, 248, 243);
    font-family: nb;
}

.blob-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;

}

.blob-top {
    display: flex;
    align-items: center;
}

.blob-top span {
    padding: 0 0 .5em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    height: 70px;
    /* margin: 0em 0 .1em 0; */
    overflow: hidden;
}

.blob-top span h2 {
    padding: 0.3em;
    font-size: 4vw;
    font-weight: 900;
}

.blob-text h3 {
    font-weight: 40;
    font-size: 4vw;
}

.blob-text h4 {
    font-weight: 40;
    font-size: 1vw;
}


#page6 {
    width: 100%;
    min-height: 100vh;
    font-family: Rejoice;
}

.p6-btm {
    width: 100%;
}

.p6-btm-text {
    height: 30vh;
    display: flex;
    align-items: center;
    position: relative;

}

.p6-btm-text span h3 {
    font-size: 10vw;
    margin-left: 3vw;
    font-weight: 500;
}

.p6-btm-text .line-3 {
    position: absolute;
    height: 2px;
    width: 96%;
    margin-left: 2%;

    bottom: 0;
    background-color: rgba(66, 63, 63, 0.572);
}


/* swiper */

.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-slide img {
    height: fit-content;
    width: 100%;
    position: absolute;
    object-fit: cover;
}




.swiperdiv {
    width: 100%;
    position: relative;
    height: 70vh;
    margin: -7% 0 5% 0;
}

.p6-footer {
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.p6-footer h4 {
    font-size: 1vw;
}

.p6-footer i {
    font-size: 1vw;
}

.p6-footer span h2 {
    font-size: 5vw;
}


#page7 {
    color: white;
    font-family: nb;
    width: 100%;
    height: 110vh;
    background-color: #0E0E0E;
    z-index: -8;
}

.p7-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40%;
    padding: 1em;
}

.pright {
    display: flex;
    gap: 4rem;

}

.pleft h3 {
    font-weight: 4;
    font-size: 2vw;
    color: #f1ecdc;

}

.pleft button {
    border: 2px solid #f1ecdc;
    padding: .5em 1em;
    margin-top: 1em;
    border-radius: 1rem;
    color: white;
    outline: none;
    background-color: #0E0E0E;
    transition: all .4s ease;

}

.pleft button:hover {
    background-color: #ffff;
    color: #0E0E0E;
}

.elem1 a,
.elem2 a,
.elem2 a i {
    text-decoration: none;
    color: #f1ecdc;
    font-size: 1.2vw;
    font-weight: 4;
    position: relative;
    width: fit-content;
}

.elem2 a::before,.elem1 a::before{
    position: absolute;
    transition: width .5s ease;
    content: '';
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: white;
}
.elem2 a:hover:before,.elem1 a:hover:before {
    width: 100%;
}


.elem1 {
    display: flex;
    flex-direction: column;
}

.elem2 {
    display: flex;
    flex-direction: column;
}

.p7-mid {
    display: flex;
    justify-content: space-between;
    margin: 3%;
}

.elem3 h4 {
    font-weight: 4;
    font-size: 1.2vw;
    position: relative;
    
}


.elem4 {
    display: flex;
    gap: 4rem;
}
.elem4 p a::before,.nav h3::before {
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: white;
    transform: scaleX(0);
    transition: all .5s ease;
}

.elem4 p a:hover:before,.nav h3:hover:before {
    transform: scaleX(1);
}

.elem4 p a {
    text-decoration: none;
    color: white;
    position: relative;
    font-size: 1vw;

}


.elem4 p {
    font-size: 1vw;
}

.p7-end {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.p7-end span h1 {
    color: #fffcf1;
    font-size: 27vw;
    font-family: Rejoice;
    font-weight: 550;

}


.p7-end span {
    display: flex;
    align-items: baseline;
    overflow: hidden;
    line-height: .7;

}

.p7-end span h1:nth-child(3) {
    font-size: 21vw;
}


.p7-end span h1:nth-child(6) {
    font-size: 21vw;
}


#loader {
    width: 100%;
    height: 100vh;
    background-color: #0e0e0e;
    color: white;
    display: flex;
    position: fixed;
    z-index: 9;
    justify-content: center;
    align-items: center;

}

#loader span h2 {
    font-family: Rejoice;
    font-size: 7vw;
    padding: .1em;
}

#loader span {
    display: flex;
    overflow: hidden;
}

#loader span h1 {
    font-size: 10vw;
    font-family: 'Tangerine', cursive;
    font-weight: 900;
    background: linear-gradient(to right, rgb(182, 244, 146), rgb(51, 139, 147));
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}


.p1-btm {
  
    display: none;
    
    }



/* responsiveness */
@media (max-width: 600px) {
    .p1-content h1 {
     display: none;
    }
 
    .nav h3:nth-child(2){
     border: 2px solid rgba(255, 255, 255, 0.653);
     border-radius: 1rem;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: .01em 1.3em;
    }
    #cursor {
     display: none;
    }
    
 .p1-content .nav {
     
     margin: .2em;
 }
 
 .top-text span h3,
 .p4-text span h3,
 .p5-text span h3 {
     font-size: .6em;
     font-weight: 40;
 
 }
 .p2-top,
 .p4-top,
 .p5-top {
     width: 96%;
     height: 8vh;
     position: relative;
     padding: 1em;
     margin: 2em 0 1em 0;
 }
 
 .p-mid span h3 {
     font-size: 4.6vw;
     display: flex
     
 }
 
 #page2 {
     width: 100%;
     height: 30vh;
     margin-bottom: 0;
     
 }
 .p3-top {
   
     height: 50vh;
 }
 .p3-top h4,
 .p3-top span {
     font-size: .6em;
     margin-bottom: 1em;
 }
 .p3-mid h2 {
     font-size: 10vw;
     font-weight: 40;
     text-align: center;
     margin-left: 5%;
     text-decoration: underline;
     width: fit-content;
 
 }
 .p3-mid h2::before {
 display: none;
 }
 .cont-heading {
     height: 14vh;
     align-items: end;
     width: 95%;
     display: flex;
     justify-content: space-between;
     padding-left: .1em;
 }
 
 .cont-heading h4 {
     font-weight: 40;
     font-size: .5em;
 
 }
 
 
 .wrapper {
     flex-direction: column;
     align-items: center;
 }
 
 .box {
     width: 100%;
     height: 100%;
     margin: .4em;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: end;
 }
 .p4-mid {
     height: 20vh;
 }
 
 .p4-btm video {
     width: 130%;
     height: auto;
 }
 .p4-btm svg {
     position: absolute;
     width: 70%;
 }
 .abs2 circle {
     display: block;
 }


 .p-mid span h3,
.p4-mid span h3{
    font-size: 6vw;
    font-weight: 40;
    width: 100%;
}

.blob-top span {
    padding: 0 0  0;
    width: 30%;
    height: 70px;
}

.blob-top span h2 {
    padding: .4em 0 0 0;
    font-size: 9vw;
    font-weight: 900;
}

.blob-text h3 {
    font-weight: 40;
    font-size: 8vw;
    padding-left: .4em;
}

.blob-text h4 {
    font-weight: 40;
    font-size: 4vw;
}

.p5-mid span h3 {
font-size: 6vw;
}
.p5-mid span {
    height: 100%;
}


#page5 {
    width: 100%;
    height: 10vh !important;
    position: relative;
    
}
.p5-mid {
    width: 100%;
    height: fit-content;
    /* margin: 0 3%; */
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.p6-btm {
    position: absolute;
    margin-top: -100%;
    z-index: 10;
}
.p6-btm-text {
    height: 10vh;

}


.swiper-slide {
    width: 300px !important;
    height: 100%;
    display: flex;
    align-items: center;
}
.swiperdiv {
    height: 30vh;
    margin: -5% 0 5% 0;
}

.p6-footer {
    width: 100%;
    height: 50vh;
   
}

.p6-footer h4 {
    font-size: 4vw;
    font-weight: 40;
}

.p6-footer i {
    font-size: 1vw;
}

.p6-footer span h2 {
    font-size: 10vw;
}


.p7-top {
    display: block;
   
    gap: 100px;
    width: 100%;
    height: 40%;
    padding: 1em;
}

.pleft button {
    border: 2px solid #f1ecdc;
    padding: .5em 1em;
    margin-top: 1em;
    width: 130px;
    font-size: .7em;

}

.pleft h3 {
    font-size: 4vw;
}

.pright {
    margin-top: 10%;
}
.elem1 a,
.elem2 a,
.elem2 a i {
    text-decoration: none;
    color: #f1ecdc;
    font-size: 4vw;
    padding: 0.2em;
}
.elem3 h4 {
    font-weight: 4;
    font-size: 4vw;
    position: relative;
    
}

.elem4 {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0;
}

.elem4 p a {
    font-size: 4vw;

}

.elem4 p {
    font-size: 4vw;
}

#page7 {
    color: white;
    font-family: nb;
    width: 100%;
    height:100vh;
    background-color: #0E0E0E;
    z-index: -8;
    margin-top: -50%;
}


.p7-end {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.p1-btm {
width: 100%;
height: 20vh;
position: absolute;
bottom: 10%;
align-items: end;
display: flex;

}
.p1-btm img {
    width: 80%;
    height: 90%;
    object-fit: cover;
}
.p1-btm h3 span{
    color: white;
    font-family: nb;
    font-size: 1em;
  padding-right: 3em;
    margin: 0;
  
}

.p1-btm h3:nth-child(2) {
    color: white;
    font-family: nb;
    margin: .3em;
    display: flex;
    gap: .23em;
}
}