@import 'section1.css';
@import 'section2.css';
@import 'section3.css';
@import 'section4.css';
@import 'section5.css';
@import 'section6.css';
@import 'section7.css';

.header a {
    color: #000;
    text-decoration: none;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

@font-face {
    font-family: gilroy;
    src: url('../assets/fonts/texts/gilory/Gilroy-Heavy.eot');
    src: url('../assets/fonts/texts/gilory/Gilroy-Heavy.eot?wo2zt0#iefix') format('embedded-opentype'),
        url('../assets/fonts/texts/gilory/Gilroy-Heavy.ttf?wo2zt0') format('truetype'),
        url('../assets/fonts/texts/gilory/Gilroy-Heavy.woff?wo2zt0') format('woff'),
        url('../assets/fonts/texts/gilory/Gilroy-Heavy.woff2?wo2zt0') format('woff2'),
        url('../assets/fonts/texts/gilory/Gilroy-Heavy.svg?wo2zt0#fonticon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.gilroy-font {
    font-family: 'gilroy' !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide-prev {
    transition: .9s;
}

.swiper-slide-prev .left-col {
    transform: translateX(-50vw);
}

.left-col {
    transition: .9s;
}

.swiper-slide-prev .right-col {
    transform: translateX(50vw);
}

.right-col {
    transition: .9s;
}

marquee {
    color: #fff;
    font-size: 15rem;
    font-weight: bold;
    position: absolute;
    bottom: 6rem;
    left: 0;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

img {
    pointer-events: none !important;
}

.header {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 30%;
    background-color: #ffffffb3;
    backdrop-filter: blur(10px);
    border-radius: 1.6rem;
    padding: 1rem;
    border: 2px solid #ffffff30;
    box-shadow: 0 5px 10px #00000010;
    white-space: nowrap;
    font-weight: bold;
    z-index: 9;
}

.header p {
    font-size: 14px;
}

.header .active-menu {
    color: #e01ae4 !important;
}

.pointer {
    cursor: pointer !important;
}

button {
    color: #fff;
    padding: .4rem 1rem;
    border: none;
    border-radius: .8rem;
    background: linear-gradient(45deg, #5e31e2, #e01ae4, #eb4052);
    display: flex;
    align-items: center;
    gap: .5rem;
}

button:hover {
    background: linear-gradient(45deg, #5e31e2 10%, #e01ae4 90%, #eb4052 100%);
}

.glass-bg {
    background-color: #00000008;
}

.glass-bg-white {
    background-color: #ffffff08;
}

.bg-three-color {
    background: linear-gradient(90deg, rgba(211, 255, 222, 1) 0%, rgba(211, 255, 222, 1) 32%, rgba(255, 252, 233, 1) 32%, rgba(255, 252, 233, 1) 50%, rgba(255, 252, 233, 1) 68%, rgba(233, 244, 255, 1) 68%, rgba(233, 244, 255, 1) 100%);
}

.txt-gradient {
    background: -webkit-linear-gradient(0deg, #5e31e2, #e01ae4, #eb4052);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.z-index-9 {
    z-index: 9 !important;
}

.swiper-vertical {
    touch-action: pan-y !important;
}

@media screen and (min-width: 768px) {
    .h-lg-100 {
        height: 100% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
}

@media screen and (min-width: 10px) and (max-width: 360px) {
    .header {
        max-width: 90%;
        background-color: #ffffff90;
        border-color: #ffffff90;
    }

    .swiper {
        overflow: auto !important;
    }

    .swiper-slide {
        height: auto !important;
    }
}

@media screen and (min-width: 361px) and (max-width: 992px) {
    .header {
        max-width: 90%;
        background-color: #ffffff90;
        border-color: #ffffff90;
    }

    .swiper {
        overflow: auto !important;
    }

    .swiper-slide {
        height: auto !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
    body {
        zoom: 75%;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1400px) {
    body {
        zoom: 68%;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1800px) {
    body {
        zoom: 75%;
    }
}