@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";

@font-face {}

* {
    box-sizing: border-box
}

html {
    overflow-x: hidden !important;
    padding: 0 !important
}

body {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important
}

a {
    text-decoration: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.swiper .swiper-arrow {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper .swiper-arrow .icon {
    font-size: 60px;
    color: #fff;
    opacity: .5
}

.swiper .swiper-arrow:hover .icon {
    opacity: 1
}

.swiper .swiper-arrow.arrow-prev {
    left: 0
}

.swiper .swiper-arrow.arrow-next {
    right: 0
}

.swiper .swiper-pagination-bullet {
    background-color: #fff
}

.btn-link {
    border: none
}

.list {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    column-gap: 15px
}

.list-vertical {
    flex-direction: column
}

.social-list {
    column-gap: 30px
}

.social-list .icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.modal .modal-content {
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 10px
}

.modal .modal-content .modal-title {
    font-size: 20px
}

.modal .modal-content .text {
    color: #343434;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500
}

.section {
    padding: 50px 0;
    position: relative;
    width: 100%
}

.section .container-fluid {
    padding: 0 50px !important
}

.section p,
.section .text {
    font-family: "Roboto", sans-serif
}

.section .title-big {
    font-size: 40px
}

.section .text {
    font-size: 16px
}

.section.full {
    min-height: 100vh
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 712px) {
    .section {
        padding: 30px 0
    }

    .section .container-fluid {
        padding-right: var(--bs-gutter-x, 0.75rem) !important;
        padding-left: var(--bs-gutter-x, 0.75rem) !important
    }

    .section .title {
        font-size: 30px
    }

    .section .text {
        font-size: 14px
    }
}

.section-hero {
    padding: 0
}

.section-hero .title {
    font-size: 3.5rem;
    margin: 0
}

.section-hero .text {
    font-size: 1.2rem;
    line-height: 1.8rem
}

.section-hero .btn {
    width: fit-content
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.preloader.hidden {
    animation: fade 1s ease-in-out forwards
}

@keyframes fade {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

.body-links {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), url(../../assets/images/bg1.webp);
    background: #000;
    background-size: cover;
    background-position: top center;
    backdrop-filter: blur(5px);
    min-height: 100svh;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.body-links .btn-link {
    font-family: "Montserrat", sans-serif
}

.body-links .logo-bottom {
    position: absolute;
    bottom: 10%;
    z-index: 2;
    width: 110px;
    height: auto
}

.body-links .title {
    color: #fff
}

.body-links .text {
    color: #d5d5d5;
    margin: 0
}

.body-links a {
    color: #fff;
    color: rgba(255, 255, 255, 0)
}

.body-links .video-container {
    position: absolute;
    width: 100vw;
    height: 100vh
}

.body-links .video-container video {
    object-fit: cover;
    object-position: center right;
    width: 100%;
    height: 100%;
    z-index: 0
}

.body-links .video-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
}

.body-links .profile {
    font-size: 18px
}

.body-links .profile span {
    display: none;
    font-size: 12px;
    font-weight: 300
}

.body-links .header-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .5s ease-in-out
}

.body-links .header-links .logo-profile {
    width: 130px;
    height: 130px;
    border-radius: 50%
}

.body-links .header-links .text {
    font-size: 16px;
    line-height: 22px
}

.body-links .list-links {
    width: 100%;
    flex-direction: column
}

.body-links .list-links .box-link {
    background-color: rgba(255, 255, 255, .9);
    color: #000;
    width: 100%;
    padding: 16px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    backdrop-filter: blur(5px);
    transition: .3s ease-in-out;
    position: relative
}

.body-links .list-links .box-link:hover {
    transform: translateY(-5px)
}

.body-links .list-links .box-link .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 20px
}

.body-links .social-list {
    visibility: hidden;
    opacity: 0;
    display: none
}

.body-links .social-list .icon {
    color: #fff;
    font-size: 25px
}

.body-links.active .header-links {
    animation: fadeAnim 1s ease-in-out backwards
}

.body-links.active .list-links .box-link {
    animation: upAnim .7s var(--delay) ease-in-out backwards
}

.body-links.active .social-list .icon {
    animation: upAnim .5s var(--delay) ease-in-out backwards
}

@media(max-width: 768px) {
    .body-links {
        background-position: center
    }

    .body-links .logo-bottom {
        bottom: 10%;
        width: 80px
    }

    .body-links .profile {
        font-size: 16px
    }

    .body-links .profile span {
        font-size: 10px
    }

    .body-links .video-container video {
        object-fit: cover;
        object-position: top center
    }

    .body-links .header-links .logo-profile {
        width: 100px;
        height: 100px
    }

    .body-links .header-links .text {
        font-size: 14px;
        line-height: 20px
    }

    .body-links .list-links {
        width: 100%;
        flex-direction: column
    }

    .body-links .list-links .box-link {
        font-size: .6rem;
        letter-spacing: 1.5px;
        padding: 16px
    }

    .body-links .list-links .box-link .icon {
        font-size: 14px
    }

    .body-links .social-list {
        column-gap: 25px
    }

    .body-links .social-list .icon {
        font-size: 20px
    }
}

@keyframes upAnim {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(100%)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

@keyframes fadeAnim {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes rotateAnim {
    0% {
        transform: rotateY(360deg)
    }

    100% {
        transform: rotateY(0deg)
    }
}

/*# sourceMappingURL=app.css.map */