@font-face {
    font-family: NB;
    src: url(./fonts/NBInternationalProBoo.ttf);
}

@font-face {
    font-family: rejoy;
    src: url(./fonts/Rejouice-Headline.ttf);
}


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

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

.page1 {
    height: 100vh;
    width: 100%;
    position: relative;
}

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

.page1-content {
    height: 100%;
    width: 100%;
    /* background-color: black; */
    position: relative;
    z-index: 2;
    display: flex;
    color: #fff;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    padding: 3vw 3vw;
}

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

nav h4 {
    font-size: 1.5vw;
    font-weight: 500;
}

.page1-content h1 {
    font-family: rejoy;
    font-size: 27vw;
    font-weight: 200;
    line-height: 27vw;
}

.page1-content h1 span {
    font-family: rejoy;
    display: inline-block;
}

/* .page2{
    height: 100vh;
    width: 100%;
} */

.page3 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding: 3vw;

}

.page3-top {
    text-align: center;
    justify-content: center;
}

.page3-top h4 {
    font-size: 1vw;
    padding-bottom: 3vh;
    font-weight: 500;
    color: #363636;
}

.page3-top h4 span {
    font-size: .7vw;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: #111;
}

.page3-top h2 {
    font-size: 4vw;
    font-weight: 500;
}

.page3-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75vh;
    width: 100%;
    margin-top: 15vw;
}

.page3-elements .box {
    height: 100%;
    width: 32.5%;
    position: relative;
}

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

.page3-elements .box img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    transition: all ease 1s;
}

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

.page4 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 6vw 4vw;
}

.page4-content {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6vw;
}

.page4-text {
    text-align: center;
    width: 100%;
}

.page4-title {
    font-family: rejoy;
    font-size: 12vw;
    font-weight: 700;
    line-height: 0.9;
    color: #fff;
    margin: 0;
    overflow: hidden;
}

.page4-title span {
    display: inline-block;
    will-change: transform, opacity;
}

.page4-description {
    text-align: center;
    width: 100%;
}

.page4-para {
    font-size: 2.5vw;
    color: #ccc;
    margin: 1vw 0;
    font-weight: 300;
    letter-spacing: 0.05em;
    will-change: transform, opacity;
    display: block;
    white-space: nowrap;
}

.page4-stats {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1400px;
    gap: 6vw;
    margin-top: 2vw;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-family: rejoy;
    font-size: 10vw;
    font-weight: 200;
    color: #ff5f38;
    margin: 0;
    line-height: 1;
    will-change: transform, opacity;
}

.stat-label {
    font-size: 1.5vw;
    color: #aaa;
    margin-top: 2vw;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    will-change: transform, opacity;
}

.page5 {
    height: 100vh;
    width: 100%;
    padding: 4vw 0;
    position: relative;
}

.page5 h1 {
    font-size: 10vw;
    font-family: rejoy;
    font-weight: 100;
    border-bottom: 1px solid #000000;
    width: 96%;
    margin-left: 2%;
}

.swiperdiv {
    height: 60vh;
    width: 100%;
    position: relative;
    margin-top: -3%;
}

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

.swiper-slide {
    /* width: 400px !important;  */
    text-align: center;
    font-size: 18px;
    /* background: #a3ee66; */
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

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

.loader h3{
    font-size: 1vw;
    font-weight: 200;
}