@import url(../../../../assets/css/styles/hystmodal.min.css);
@import url(../../../../assets/css/styles/slick.css);
@import url(../../../../assets/css/styles/mobile_nav.css);
* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    /* overflow-x: hidden; */
}

a {
    text-decoration: none;
}

img {
    display: block;
    user-select: none;
}

 ::selection {
    background-color: #ff4800;
    color: white;
}

.container {
    width: 1200px;
    margin: 0 auto;
    /* overflow-x: hidden; */
}

nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 114px;
}

.nav__flex {
    display: flex;
    align-items: center;
}

.nav__link {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    margin: 0 26px;
}

.nav__link:after {
    display: block;
    content: "";
    background-color: #000;
    height: 1px;
    width: 0;
    top: 112%;
    right: 100%;
    left: -40%;
    position: absolute;
    transition: width .3s ease-in-out;
    transform: translateX(40%);
}

.nav__link:hover:after {
    width: 100%;
}

.nav__link::before {
    display: block;
    content: "";
    background-color: #000;
    height: 1px;
    width: 0;
    top: -12%;
    left: 140%;
    position: absolute;
    transition: width .3s ease-in-out;
    transform: translateX(-140%);
}

.nav__link:hover::before {
    width: 100%;
}

.circle {
    position: absolute;
    z-index: -1;
    background-color: #DAE9FF;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.circle__border__radius {
    width: 180px;
    height: 180px;
    z-index: -1;
    bottom: -96px;
    right: 0;
    position: absolute;
    background-color: #FFF5DB;
    border-top-right-radius: 50%;
}

.inner {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 40px 60px;
    grid-template-areas: ". .";
}

.inner img {
    margin-right: -100px;
}

.inner__right {
    position: relative;
    overflow: hidden;
}

.inner__left {
    display: grid;
    margin-top: 100px;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: 100px 100px 100px;
    gap: 0;
    grid-template-areas: "." "." ".";
    justify-items: start;
    align-items: center;
}

.inner__left a {
    background-color: #2639ED;
    padding: 20px 40px;
    color: #fff;
    border-radius: 60px;
    transition: .4s all;
    margin-left: 3px;
}

.inner__left a:hover {
    background-color: transparent;
    box-shadow: 0px 0px 0px 3px #ff4800;
    color: #000;
}

.inner__left h1 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1.2px;
}

.inner__left p {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
}

.partners {
    margin: 130px 0;
    /* display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 340px 1fr;
        grid-template-rows: 1fr;
        gap: 40px 40px;
        grid-template-areas: ". ."; */
    display: flex;
    gap: 40px;
}

.partners__img {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
}

.partners__img img:nth-child(4) {
    margin-top: 20px;
}

.container p {
    font-size: 16px;
    color: #757575;
}

.container h3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
}

.page-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.page-1-left {
    width: 400px;
    margin-top: -20px;
    position: relative;
}

.bg--grid--inner {
    background: #F4F9FF;
    border-radius: 150px 0px 0px 0px;
    position: absolute;
    width: 1047px;
    right: -100px;
    z-index: -1;
    top: 120px;
    height: 619px;
}

.dotos {
    z-index: -1;
    margin-top: 60px;
    user-select: none;
    position: absolute;
}

.circle__border {
    background-color: transparent;
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: -2;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8.8px solid #FF007A;
}

.grid__inner {
    margin: 0 0 160px 0;
    position: relative;
    display: grid;
    grid-template-columns: 308px 308px;
    grid-template-rows: 379px 379px;
    gap: 30px 30px;
    grid-template-areas: ". ." ". .";
}

.grid__inner__card {
    display: flex;
    transition: all .3s;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 5%);
    border-radius: 40px;
    padding: 30px;
}

.grid__inner__card:nth-child(4) {
    margin: 60px 0 -60px 0;
}

.grid__inner__card:nth-child(2) {
    margin: 60px 0 -60px 0;
}

.grid__inner__card b {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.grid__inner__card p {
    font-size: 16px;
    color: #757575;
}

.grid__inner__card:hover {
    box-shadow: 0px 22px 20px -4px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}


/* .grid__inner__card:hover .card__img__1 {
    transform: scale(.9);
}

.grid__inner__card:hover .card__img__2 {
    transform: scale(.9);
}

.grid__inner__card:hover .card__img__3 {
    transform: scale(.9);
}

.grid__inner__card:hover .card__img__4 {
    transform: scale(.9);
} */

.card__img__1 {
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F1F7FF;
    border-radius: 20px;
    width: 121px;
    height: 121px;
}

.card__img__2 {
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF7E3;
    border-radius: 20px;
    width: 121px;
    height: 121px;
}

.card__img__3 {
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF2F8;
    border-radius: 20px;
    width: 121px;
    height: 121px;
}

.card__img__4 {
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DEFFEE;
    border-radius: 20px;
    width: 121px;
    height: 121px;
}

.video__page {
    /* display: grid;
    grid-template-columns: 590px 1fr;
    grid-template-rows: 550px;
    gap: 1px 100px;
    grid-template-areas: ". .";
    align-content: center;
    align-items: center; */
    display: flex;
    gap: 90px;
    margin-bottom: 80px;
    position: relative;
}

#myVideo {
    border-radius: 40px;
}

.video__page__text {
    position: relative;
}

.videos {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play__video {
    width: 600px;
    height: 300px;
    color: #fff;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 40px;
    position: absolute;
}

.section__slide {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.slider__page {
    margin: 100px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 90%;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 1px 1px;
    grid-template-areas: ". . three"; */
}

.three {
    grid-area: three;
}

.photos {
    display: grid;
    grid-template-columns: 60px 60px 60px 60px;
    grid-template-rows: 60px 60px 60px 60px;
    gap: 20px;
    grid-template-areas: ". page1 page2 ." "page7 glav glav page3" "page8 glav glav page4" ". page6 page5 .";
    justify-items: stretch;
    align-content: center;
    justify-content: center;
}

.photos img {
    transition: all .3s;
}

.photos img:hover {
    transform: scale(1.2);
}

.glav {
    grid-area: glav;
}

.page1 {
    grid-area: page1;
}

.page2 {
    grid-area: page2;
}

.page3 {
    grid-area: page3;
}

.page7 {
    grid-area: page7;
}

.page6 {
    grid-area: page6;
}

.page4 {
    grid-area: page4;
}

.page5 {
    grid-area: page5;
}

.page8 {
    grid-area: page8;
}

.slideshow-container img {
    width: 389px;
    height: auto;
    animation: wew .3s linear;
}

@keyframes wew {
    from {
        transform: scale(.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.mySlides {
    gap: 50px;
}

.slider__img {
    background-color: black;
    width: 389px;
    height: 389px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50% 0 50% 50%;
}

.slideshow-container {
    width: 389px;
    height: 389px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.prev,
.next {
    user-select: none;
    cursor: pointer;
    position: absolute;
    padding: 16px;
    color: #2639ED;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 20px 0 0 20px;
}

.next::after {
    content: '\276D';
}

.prev::after {
    content: '\276C';
}

.prev {
    left: -40px;
}

.prev:hover {
    transform: translate(-6px);
}

.next:hover {
    transform: translate(6px);
}

.next {
    right: -40px;
    border-radius: 0 20px 20px 0;
}

.text {
    left: 460px;
    width: 340px;
    font-size: 15px;
}

.text b {
    font-size: 22px;
    font-weight: 500;
}

.text p {
    font-size: 14px;
    color: #565656;
}

.doted {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: -20px;
}

.dot {
    border-radius: 6px;
    cursor: pointer;
    height: 4px;
    width: 40px;
    margin-left: 8px;
    background-color: #2639ED;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #ff4800;
}

.contact__us {
    position: relative;
    display: flex;
    background-color: #F4F9FF;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 75px;
    padding: 100px 0;
    margin: 80px 0;
}

.label__us {
    z-index: 999;
    display: flex;
    position: relative;
    background-color: #fff;
    border: 1px solid #F1F1F1;
    width: 479px;
    height: 80px;
    box-shadow: 10px 20px 50px rgb(0 0 0 / 15%);
    border-radius: 60px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.label__us input {
    border: 0;
    outline: none;
    width: 380px;
    padding: 20px;
    height: 100%;
    border-radius: 75px;
}

.label__us a {
    width: 188px;
    color: #ffF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    height: 60px;
    background: #2639ED;
    border-radius: 60px;
    transition: all .3s;
}

.label__us a:hover {
    box-shadow: 0px 0px 0px 3px #ff4800;
}

.contact__us__bg {
    z-index: 9999;
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 200px 127px 127px 300px;
    right: 0;
    background-color: #2639ED;
    width: 550px;
    height: 100%;
}

.footer {
    padding: 60px 0;
    border-top: 1px solid #F1F2F2;
    border-bottom: 1px solid #F1F2F2;
    display: flex;
    gap: 90px;
}

.footer p {
    font-size: 14px;
    color: #565656;
    width: 270px;
}

.footer__column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer__column h3 {
    font-size: 20px;
    margin-bottom: 24px;
}

.footer__column a {
    font-size: 14px;
    position: relative;
    color: #000;
    margin: 4px 0;
    transition: all .3s;
}

.footer__column a:hover {
    color: rgba(0, 0, 0, 0.4);
}

.social__icon {
    display: flex;
    gap: 10px;
}

.social__icon img {
    cursor: pointer;
    border-radius: 100%;
}

@media all and (max-width:1430px) {
    body {
        overflow-x: hidden;
    }
}

@media all and (max-width:1300px) {
    .container {
        width: 1000px;
    }
    .partners {
        gap: 0;
    }
    .three {
        display: none;
    }
    .slider__page {
        justify-content: center;
    }
    .contact__us {
        flex-direction: column;
        color: #fff;
    }
    .contact__us div {
        z-index: 999;
    }
    .contact__us div p {
        color: rgb(255, 255, 255);
    }
    .contact__us__bg {
        width: 100%;
    }
    .circle__border {
        display: none;
    }
    .circle__border__radius {
        display: none;
    }
    .contact__us__bg {
        border-radius: 4em;
    }
}

@media all and (max-width:1160px) {
    .container {
        width: 800px;
    }
    .partners__img {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    .page-1 {
        flex-direction: column;
        align-items: flex-start;
    }
    .video__page {
        flex-direction: column-reverse;
    }
    .slider__page {
        display: flex;
    }
    .mySlides {
        display: flex;
        flex-direction: column;
        gap: 26px;
    }
    .doted {
        top: -90px;
    }
    .prev,
    .next {
        top: 20%;
    }
    .footer {
        gap: 30px;
    }
}

@media all and (max-width:940px) {
    nav {
        display: none;
    }
    .hystmodal {
        background-color: #fff !important;
    }
    .hystmodal__wrap {
        background-color: #fff !important;
    }
    .mobile__nav__open__btn span {
        background: #000;
    }
    .hystmodal__close span {
        background: #000;
    }
    .container {
        width: 680px;
    }
    .video__page p {
        color: #000;
    }
    .footer {
        flex-wrap: wrap;
    }
    .mob__social__icon {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .footer {
        margin-bottom: 60px;
        padding: 40px 0 !important;
    }
    .bg--grid--inner {
        display: none;
    }
}

@media all and (max-width:730px) {
    h5,
    h6,
    p {
        font-size: .9em !important;
    }
    h1,
    h2,
    h3,
    h4 {
        margin: 0;
        font-size: 1.7em!important;
    }
    .container {
        width: 540px;
        padding: 0;
    }
    .inner {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .inner__left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .partners {
        width: 100%;
        flex-direction: column;
        margin: 50px 0 60px 0;
    }
    .partners__img {
        display: flex;
        gap: 30px;
        justify-content: flex-start;
    }
    .partners__img img {
        width: 100px;
    }
    .page-1-left {
        margin: 0;
    }
    .grid__inner {
        display: flex;
        flex-direction: column;
        margin-top: 14px;
        margin-bottom: 80px;
    }
    .grid__inner__card {
        margin: 0;
    }
    .grid__inner__card:hover {
        transform: none;
    }
    .grid__inner__card:nth-child(4) {
        margin: 0;
    }
    .grid__inner__card:nth-child(2) {
        margin: 0;
    }
    .card__img__1,
    .card__img__2,
    .card__img__3,
    .card__img__4 {
        width: 70px;
        height: 70px;
        margin: 10px;
    }
    .video__page {
        align-items: center;
        gap: 30px;
    }
    #myVideo {
        width: 90vw;
    }
    .page-1-left {
        width: auto;
    }
    .circle {
        display: none;
    }
    .circle__border {
        display: none;
    }
    .inner__left img {
        display: none;
    }
    .label__us {
        height: 50px;
    }
    .label__us {
        width: 100%;
    }
    .label__us input {
        width: 130px;
    }
    .label__us a {
        height: 40px;
        margin: 5px;
        width: 120px;
        font-size: 14px;
    }
    .grid__inner__card {
        box-shadow: none;
    }
    .grid__inner__card:hover {
        box-shadow: none;
    }
}

@media all and (max-width:550px) {
    .container {
        width: 90vw;
        overflow-x: hidden;
    }
    .inner__right img {
        height: 400px;
    }
    h5,
    h6,
    p {
        font-size: .9em !important;
    }
    h1,
    h2,
    h3,
    h4 {
        font-size: 1.6em!important;
    }
    .slider__page {
        margin: 60px 0;
    }
    .slideshow-container {
        width: 260px;
    }
    .slider__img {
        width: 260px;
        height: 260px;
    }
    .slider__img img {
        width: 100%;
    }
    .mySlides {
        width: 100%;
    }
    .text {
        width: auto;
    }
    .doted {
        top: -30px;
    }
    .dot {
        width: 28px;
    }
    .prev {
        top: 20%;
        left: 10px;
        color: #fff;
    }
    .next {
        top: 20%;
        right: 10px;
        color: #fff;
    }
    .contact__us__bg {
        border-radius: 0;
        width: 120%;
        right: -10%;
    }
}