/*common css*/
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #020202;
    font-family: 'Rubik', sans-serif;
    overflow-y: hidden;
}

::-webkit-scrollbar {
    display: none;
}

.text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: white;
    margin: 0;
}

a {
    text-decoration: none;
}

.divider {
    border: 6px solid #F7F6FB;
    transform: rotate(180deg);
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.fp-section,
.fp-slide,
.fp-tableCell{
    height: auto !important;
}

.image-slide {
    cursor: pointer;
}

/*banner style*/
#banner {
    overflow: hidden;
    height: 400px;
    background-image: url("../images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-layout {
    background: rgba(9, 21, 52, 0.4);
}

.video-container {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.banner-video {
    position: relative;
    width: auto;
    min-width: 100%;
    height: 400px;
    background-size: cover;
    display: block;
    object-fit: cover;
}

.banner-content {
    position: relative;
    padding: 20px 30px
}

.banner-content__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    color: white;
}

.banner-content__lead {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    text-shadow: 0px 0px 19.8726px rgba(49, 119, 255, 0.7), 0px 0px 76.9331px rgba(49, 119, 255, 0.5);
}

.navbar {
    position: relative;
    top: 0;
    left: 0;
    /*width: 100%;*/
    background: transparent;
    z-index: 1000;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px

}

.link-group {
    justify-content: center;
    align-items: center;
    gap: 10px;

    display: none;
}

/* services */
#services {
    background: #131316;
}
.services-image {
    width: 100%;
}

.services-container {
    padding: 40px 30px;
    max-height: 100vh;
}

.services__title, .about__title {
    margin: 0
}

.pin {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;

}

.services__lead, .about__lead {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #787C9B;
    margin: 0
}

.services__title {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    color: #F0F0F0;
}

.services-description__header {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #D3D3D3;
}

.services-description__content {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #D3D3D3;
}

.services-description__content .important {
    color: #DF8C2A;
    font-weight: 600;
}

.servicesSwiper {
    display: none;
}

.services-mobile {
    display: block;
}

.arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    cursor: pointer;
    filter: invert(66%) sepia(18%) saturate(1701%) hue-rotate(349deg) brightness(88%) contrast(99%);
}

/* products */
#products {
    box-sizing: border-box;
}

.image-slide {
    object-fit: contain;
}

.product-container {
    padding: 40px 30px;
}

.products-content {
    box-sizing: border-box;
}

.mySwiper {
    max-height: 100%;
}

.products-title {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 20px
}

.products-title__text {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    margin: 0;
}

.products-content {
    margin-top: 40px;
}

.products-title__buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.product-swiper-prev, .product-swiper-next {
    cursor: pointer;
}

.products-content__info {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}

.products-content__info__left {
    max-width: 350px;
    max-height: 450px;
}

.products-content__info__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 24px 30px;

    background: #F7F6FB;
    border-radius: 12px;
    height: 100%;
   
}

.products-content__info__text__header {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    margin: 0
}

.products-content__info__text__footer {
    margin-bottom: 40px;
}

.products-content__info__text__footer__content {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.products-content__info__text__footer__link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1280EE;
}

.products-content__info__text__footer__link:hover {
    color: #57a9fa
}
.products-content__info__img img {
    max-width: 730px;
    max-height: 450px;
    width: 100%;
    height: 100%;
}

.swiper-container {
    max-height: 100%;
}

/* about us */

.about-container {
    padding: 40px 30px;
}

.about-message {
    display: flex;
    flex-direction: column;
    /* gap: 12px */
}

.about-message__text, .about-message__sign {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.about-message__sign {
    font-weight: 700;
}

.about__title {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    width: 100%;
}

.about__backed-by__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #787C9B;
}

.about__backed-by__groups {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.logo-company {
    background: #FFFFFF;
    border: 1px solid #DDDCE0;
    box-sizing: border-box;
    border-radius: 2px;

    width: 40%;
    height: 66px;

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

.logo-company img {
    object-fit: cover;
    max-width: 122px;
    cursor: pointer;
}

.logo-company:hover {
    border-color: #DF8C2A;
    transition-duration: 500ms;
    cursor: pointer;
}

.logo-company:hover img {
    max-width: 150px;
    transition-duration: 500ms;
}

.tomyle {
    width: 100%;
}

.company {
    background-image: radial-gradient(#383188, #020202);
    /*height: 610px;*/
    width: 100%;
}

.company-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
    gap: 40px;
    /*height: 100%;*/
    flex-wrap: wrap;
}

.company-info__icon {
    width: 65px;
    height: 65px;
}

.info-text__number {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: white;
    margin: 0

}

.info-text__des {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-transform: capitalize;
    color: white;
    margin: 0

}

.info-card {
    display: flex;
    align-items: center;
    gap: 20px
}

/* footer */

.footer {
    padding: 40px 30px;
    position: relative;
    background: #020202;
}

.footer-information {
    margin-top: 40px;
}

.footer-information__link-groups {
    gap: 10px;
    display: flex;
    justify-content: center;
}

.footer-information__contact-info {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-information__contact-info__location, .footer-information__contact-info__email {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.footer-information-text, .footer-information-lead {
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    color: white;
    margin: 0;
}

.footer-logo {
    width: 100%;
}

.copy-right {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #8089A9;
}

.star {
    position: absolute;
    bottom: 100px;
    right: 0px;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .banner-content {
        padding: 120px 30px;
    }

    .banner-content__title {
        font-size: 40px;
    }

    .banner-content__lead {
        font-size: 14px;
    }

    .link-group {
        display: flex;
    }

    .services-mobile {
        display: none;
    }

    .servicesSwiper {
        display: inherit;
    }
}

@media screen and (min-width: 1280px) {
    .navbar {
        padding: 40px 165px;
    }

    #banner {
        /*height: 100vh;*/
        overflow: hidden;
        height: 100vh;
    }

    .banner-video {
        height: 100vh;
    }

    .banner-content {
        padding: 80px 165px 375px;
    }

    .banner-content__title {
        max-width: 100%;
        font-size: 56px;
    }

    .banner-content__lead {
        max-width: 70%;
        font-size: 16px;
    }

    .link-group {
        gap: 40px;
    }

    /* Services */
    #services {
        background: #131316;
        height: 100vh;
        position: relative;
    }

    .services-container {
        padding: 50px 165px;
        height: 100%;
        position: relative;
    }

    .services-container.flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .services-description {
        max-width: 445px;
        height: 480px;
        background: #1F1F24;
        box-shadow: 0px 4px 30px rgba(89, 89, 89, 0.06);
        border-radius: 9px;

        position: relative;
    }

    .order {
        position: absolute;
        bottom: 24px;
        right: 24px;
    }

    .services-description-content {
        padding: 44px 65px;
    }

    .services-image-container {
        max-width: 540px;
        max-height: 540px;
    }

    /*.services-image-container {*/
    /*    margin-top: ;*/
    /*}*/

    .services-header {
        position: absolute;
        z-index: 100;
        top: 30px;
        left: 165px
        /*width: 100%;*/
    }

    .services__lead, .about__lead {
        font-size: 24px;
    }

    .services__lead {
        display: inline-block;
    }

    .services__title {
        font-size: 72px;
    }

    /* products */
    #products {
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-container {
        padding: 50px 165px;
        
    }

    .products-title {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin-top: 10px;
    }

    .products-title__text {
        font-style: normal;
        font-weight: 600;
        font-size: 72px;
        line-height: 120%;
        margin: 0;
    }

    .products-content {
        margin-top: 40px;
    }

    .products-content__info {
        flex-direction: row;
    }

    /* about us */
    #about {
        /* height: 85vh; */
    }

    .about-container {
        padding: 0 165px;
        display: flex;
        justify-content: space-between;
        /* height: 100%; */
    }

    .about__title {
        font-size: 72px;
        width: 50%;
    }

    .about-message__text {
        margin-top: 24px;
        font-size: 14px;
        max-width: 60%;
    }

    .about-info {
        padding: 50px 0;
        width: 70%;
    }

    .logo-company {
        width: 172px;
        height: 66px;
    }

    .tomyle {
        max-width: 360px;
        max-height: 620px;
    }

    .company {
        height: 210px;
    }

    .company-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 165px;
        height: 100%;
    }

    .footer {
        /* height: 100vh; */
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-information {
        padding: 140px 0 40px 330px;

        display: flex;
        align-items: flex-start;
        justify-content: center;

        gap: 255px;
        margin-top: 0;
    }

    .footer-information__link-groups {
        display: flex;
        flex-direction: column;
        gap: 36px
    }

    .footer-logo {
        width: inherit;
    }

    .footer-information__contact-info {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        gap: 80px;
        margin-top: 0;
    }

    .footer-information__contact-info__location, .footer-information__contact-info__email {
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }

    .footer-information-text, .footer-information-lead {
        font-style: normal;
        font-size: 14px;
        line-height: 150%;
        color: white;
        margin: 0;
    }

    .footer-information-text {
        font-weight: 600;
    }

    .footer-information-lead {
        font-weight: 400;
        margin-top: 8px;
        max-width: 70%;
    }

    .footer-logo {
        position: absolute;
        top: 0;
        left: 200px
    }
}

@media screen and (min-width: 1560px) {
    .banner-content {
        padding: 130px 165px 375px;
    }
    .banner-content__title {
        max-width: 100%;
        font-size: 72px;
    }

    .banner-content__lead {
        max-width: 100%;
        font-size: 26px;
    }

    .services-container {
        padding: 120px 165px;
        height: 100%;
    }

    .services-header {
        top: 120px
    }

    .product-container {
        padding: 160px 165px;
    }

    .about-info {
        padding: 80px 0;
    }

    .tomyle {
        max-width: 400px;
        max-height: 680px;
    }

    .footer-information {
        padding: 313px 0 107px 260px;
    }

    .footer-logo {
        top: 160px;
        left: 200px
    }

    .star {
       
        bottom: 250px;
        right: -80px;
    }
}

