@import url('https://fonts.cdnfonts.com/css/segoe-script');
@import url('https://fonts.cdnfonts.com/css/avenir-next-lt-pro');
@import url('https://fonts.cdnfonts.com/css/roboto');

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: Avenir Next LT Pro, sans-serif;
    scroll-behavior: smooth;
}
/*ANIMATIONS*/
.reveal{
    /*position: relative;*/
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active{
    transform: translateY(0);
    opacity: 1;
}

.scale-up-ver-top {
    -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}
@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}



.nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 2px -2px lightgray;
    padding-left: 100px !important;
    padding-right: 100px !important;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
    padding: 1rem;
}
.nav img {
    height: 80px;
    width: auto;
}
.nav div {
    align-items: center;
}
.nav div ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    /*column-gap: 1rem;*/
    row-gap: 1rem;
    margin: 0;
    padding: 0;
}
.nav div ul li {
    margin-right: 30px;
    font-family: Avenir Next LT Pro, sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.nav div ul li a{
    text-decoration: none;
    color: rgba(37, 43, 66, 1);
    font-weight: 600;
}
.nav div ul li a:hover{
    color: rgba(0, 155, 223, 1);
    cursor: pointer;
}
.nav div p {
    margin: 0;
    font-weight: bold;

}

.nav-language{
    display: flex;
    gap: 2rem;
    align-items: center;
}
.navigationAnchor{
    position: absolute;
    top: -12rem;
}
.navLinksContainer{
    display: flex;
}
.dropdown {
    position: relative;
    display: inline-block;
}
#dropdown{
    cursor: pointer;
}
.registerBtnMobile{
    background-color:#009BDF ;
    height: 50px;
    text-align: center;
    border-radius: 40px;
    width: 210px;
    font-family: "Avenir Next LT Pro",sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white!important;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    max-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.mobileDropdown-content{
    display: none;
    padding: 0 !important;
    margin-top: -2rem;
    gap: 2rem !important;
}

.showDropdown {
    display:flex;
    flex-direction: column;
    padding: 20px 0 20px 20px;
    gap: 1rem;
    background-color: white;
    align-items: flex-start !important;
    -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

}

.showMobileDropdown{
    display:flex;
    flex-direction: column;
    padding-left: 20px;
    gap: 1rem;
    background-color: white;
    align-items: center !important;
    -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.dropdownDownArrow{
    max-height: 8px;
}
/*SLIDER*/
.image-slider {
    min-height: 50vh;
    width: auto;
    background: black;
    color: white;
    position: relative;
}
.image-slider .carousel-inner {
    width: 100%;
    height: 100%;
}
.image-slider .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-slider .slider-content {
    position: absolute;
    bottom: 20%;
    display: flex;
    width: 90%;
    padding-left: 100px;
    padding-right: 100px;
    justify-content: space-between;
}
.image-slider .slider-content .text {
    line-height: 40px;

}

.carousel-item::after{
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.02%, rgba(0, 0, 0, 0.71) 100%);
    display:inline-block;
}
.image-slider .slider-content .text span {
    font-size: 70px;
    font-weight: 400;
    font-family: Segoe Script, sans-serif;
}
.image-slider .slider-content .text p {
    font-size: 45px;
    font-family: Avenir Next LT Pro, sans-serif;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}
.image-slider .slider-content .controls {
    display: flex;
    align-items: flex-end;
}
.image-slider .slider-content .controls img {
    height: 20px;
    cursor: pointer;
}
.image-slider .slider-content .controls p {
    font-size: 40px;
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: -20px
}
.image-slider .slider-content .controls .changable-number {
    font-size: 60px;
}
.pictures-length{
    font-size: 40px;
}

.muteButton{
    position: absolute;
    top: 20px;
    right: 20px;
    /*background-color: red;*/
    cursor: pointer;

    font-size: 2rem;
}
.hideVolume{
    display: none!important;
}

.carousel-item{
    height: 100vh;
}
/*ABOUT US SECTION START*/
.about-us{
    background-color: rgba(0, 155, 223, 1);
    display: grid;
    grid-template-columns: 0.8fr  1fr;
    grid-template-areas:"text  image"

}

.about-us-text{
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: 0 4rem 0 4rem;
    justify-content: center;
    grid-area: text;
}
.about-us-text-title{
    font-family: 'Segoe Script', sans-serif;
    color: white;
    font-size: 4rem;
    font-weight: 400;

}
.about-us-text-paragraph{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: white;
    font-weight: 400;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-size: 1rem;
}
.bold{
    font-weight: 600;
    font-size: 1.2rem;
    font-family: 'Avenir Next LT Pro', sans-serif;
}
.about-us-image{
    grid-area: image;
}
.about-us-image-container{
    width: 100%;
    height: 100%;
}
.about-us-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*ABOUT US SECTION END*/

/*FINANCE START*/
.finance{
    /*min-height: 100vh;*/
    background-color: #F5F5F5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
}

.finance-image{
    /*padding: 5rem 0rem 5rem 5rem;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.finance-image-container{
    animation: float 6s ease-in-out infinite;

}
.finance-image-container img{
    box-shadow: -30px 33px 0px -7px rgba(0,155,223,0.75);
    -webkit-box-shadow: -30px 33px 0px -7px rgba(0,155,223,0.75);
    -moz-box-shadow: -30px 33px 0px -7px rgba(0,155,223,0.75);
    width: 100%;
    height: auto;

}

.finance-text{
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    /*padding: 9rem 10rem 9rem 6rem;*/
    padding-left: 2rem;
}
.finance-text-title{
    font-family: 'Segoe Script', sans-serif;
    color: rgba(0, 155, 223, 1);
    font-size: 4rem;
    font-weight: 400;
}
.finance-text-paragraph{
    display: flex;
    flex-direction: column;
    gap: 1rem;

}
.finance-text-paragraph-blue{
    color: rgba(0, 155, 223, 1);
    font-weight: 600;
    font-size: 1.2rem;
    font-family: 'Avenir Next LT Pro', sans-serif;
}

.finance-text-paragraph-black{
    color: rgba(72, 72, 72, 1);
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
}

.finance-details{
    background-color: rgba(37, 43, 66, 1);
    color: white;
    text-decoration: none;
    height: 3rem;
    width: 12rem;
    border-radius: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    align-self: flex-end;
    line-height: 1.2rem;
    letter-spacing: 0.05em;
}
.finance-details:hover{
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.higher{
    text-align: center;
    padding-bottom: 2rem;
    display: none;
}
/*FINANCE END*/

/*PRODUCT START*/

.product{
    background-color: rgba(37, 43, 66, 1);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:"text image";

}
.product-text{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 4rem 4rem 4rem;
    color: white;
    position: relative;
    z-index: 2;
    grid-area: text;
    justify-content: center;
}
.product-text-title{
    font-family: 'Segoe Script', sans-serif;
    font-size: 4rem;
    font-weight: 400;
}
.product-details{
    background-color: rgba(0, 155, 223, 1);
    color: white;
    text-decoration: none;
    height: 3rem;
    width: 12rem;
    border-radius: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2rem;
    letter-spacing: 0.05em;
}
.product-details:hover{
    text-decoration: none;
    color: white;
}
.product-paragraph{
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    letter-spacing: -0.015em;
    line-height: 1.5rem;
}

.product-paragraph-bold{
    font-weight: 700;
    font-size: 1.2rem;
    font-family: 'Roboto','sans-serif'
}
.product-paragraph-light{
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Roboto','sans-serif'

}
.product-image{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: right;
    grid-area: image;

}

.product-image-container img{
    width: 100%;
    height: auto;

}

.product-text-image{
    position: absolute;
    top: 50%;
    left: 35%;
}
/*PRODUCT END*/
/*NETWORKING START*/

.networking{
    /*min-height: 100vh;*/
    background-color: #F5F5F5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
}
/*NETWORKING END*/


/*COOPERATINO START*/
.cooperation{
    background-color: rgba(37, 43, 66, 1);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:"text image";
    overflow: hidden;

}
.cooperation-image-container{
    display: flex;
    align-items: flex-end;
    justify-self: center;
}

.cooperation-image-container img{
    width: 100%;
    /*height: 80%;*/
    height: auto;
}
.cooperation-image{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    grid-area: image;

}

.banner{
    width: 100%;
    height: 230px;
    padding: 4rem;

}
.bannerTitle{
    width: 100%;
    background-color: #009BDF;
    color: white;
    height: 230px;
    font-family: "Avenir Next LT Pro",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    gap: 2rem;
}

.bannerButton{
    width: 290px;
    background-color: white;
    color: #009BDF!important;
    border-radius: 40px;
    font-weight: 600;
    font-size: 20px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerButton:hover{
    text-decoration: none;
}



/*COOPERATION END*/

/*FOOTER START*/
footer{
    width: 100%;
    min-height: 70vh;
    display: flex !important;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    /*padding-top: 7rem;*/
    background-image: url("../../assets/images/landingPage/Mask group.png");
    justify-content: center;
    background-size: 100vw 100%;
    background-repeat: no-repeat;
    padding: 2rem;
}

.footer-text{
    font-size: 1rem;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    font-family: 'Avenir Next LT Pro', sans-serif;
    max-width: 40rem;
}

.footer-text p a {
    color: black;
    text-decoration: none;
}


@media (max-width: 768px) {
    .footer-text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.footer-text-title{
    font-family: 'Segoe Script', sans-serif;
    font-size: 4rem;
    font-weight: 400;
    color: rgba(0, 155, 223, 1);
    text-align: center;
}

.social-icons{
    display: flex;
    gap: 2rem;
}

.footerFbLink{
    cursor: pointer;
}
/*FOOTER END*/

/*MODAL*/

.modalLayoutFIx{
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/*MEDIA QUERIES*/

@media only screen and (min-width: 1640px){

    .nav div ul {
        column-gap: 2rem;
    }
}
@media only screen and (min-width: 1900px){

    .nav div ul {
        column-gap: 3rem;
    }
}

@media only screen and (min-width: 2100px){

    .nav div ul {
        column-gap: 5rem;
    }
}
@media only screen and (max-width: 1320px){

    .about-us{
        grid-template-columns: 0.8fr  1.2fr;
    }

}
@media only screen and (max-width: 1025px) {
    html{
        font-size: 12px;
    }
    .lower{
        display: none;
    }
    .higher{
        display: block;
    }
    .about-us{
        grid-template-columns: 1fr;
        /*  grid-auto-rows: 1fr 1fr ;*/
        grid-template-areas:"image" "text"
    }
    .about-us-text-paragraph{
    font-size: 1.3rem;
    }
    .bold{
        font-size: 1.5rem;
    }
    .about-us-text{
        padding: 0 3rem 0 3rem;

    }

    .finance{
        grid-template-columns: 1fr;
        justify-content: center;

    }
    .finance-text{
        padding: 0 2rem 2rem 2rem;
        text-align: left;
    }
    .finance-text-paragraph{
        font-size: 1.3rem;
    }
    .finance-text-paragraph-blue{
        font-size: 1.5rem;
    }
    .finance-details{
        align-self: center;
    }

    .finance-image{
        padding: 5rem 5rem 5rem 5rem;
    }
    .product{
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 2rem;
    }
    .product-text{
        padding: 10rem 2rem 2rem 2rem;
    }
    .product-paragraph-bold{
        font-size: 1.5rem;
    }

    .product-paragraph-light{
        font-size: 1.3rem;
    }
    .product-details{
        align-self: center;
    }
    .networking{
        justify-content: center;
        grid-template-columns: 1fr;

    }
    .cooperation{
        grid-template-columns: 1fr;
        grid-auto-rows: 2fr 4fr;
        grid-template-areas:"text" "image"
    }

    .footer-text{
        font-size: 1.3rem;
    }

    .nav img{
        height: 60px;
    }

    .nav{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media only screen and (max-width: 1023px) {
.nav {
    display: none !important;
}
.hamburger-container{
    display: block;
}
.small-nav{
    display: block;
}
    .image-slider .slider-content{
        padding: 0;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
        bottom: 5%;
        text-align: center;
    }
    .image-slider .slider-content .text {
        padding: 0 1rem 0 1rem;

    }

    .controls{
        width: 100%;
        justify-content: space-between;
        padding: 0 2rem 0 2rem;
    }
}

@media only screen and (max-width: 820px) {
    .product-text{
        padding: 2rem 2rem 2rem 2rem;
    }


    .cooperation{
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr 1.2fr;
        grid-template-areas:"text" "image"
    }
    footer{
        background-size: cover;
    }

}

@media only screen and (max-width: 768px) {
    .finance-text-title{
        font-size: 3rem;
    }
    .product-text-title{
        font-size: 3rem;
    }
    .finance{
        padding: 1rem;
    }
    .networking{
        padding: 1rem;
    }
    .finance-image{
        padding: 5rem 2rem 5rem 2rem;
    }
    .nextVideoArrow{
        right: 0;
        z-index: 2;
    }
    .navLogoEN{
        width: 180px;
        margin-left: 20px;
        margin-top: 30px;
    }
    .image-slider .slider-content .text {
        text-align: center;
    }
    .image-slider .slider-content .text span {
        font-size: 27px;
        line-height: 20px;

    }
    .image-slider .slider-content .text p {
        font-size: 20px;
        line-height: 20px;

    }
    .carousel-item{
        height: 70vh;
    }
    .image-slider .slider-content .controls .changable-number {
        font-size: 35px;
    }
    .image-slider .slider-content .controls p {
        font-size: 20px;
        margin-bottom: 0;
    }
    .pictures-length{
        font-size: 20px;
    }
}

@media only screen and (max-width: 550px) {
    .product-text{
        padding: 4rem 3rem 0 3rem;
    }
    .product{
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr 1fr ;
        grid-template-areas:"image"  "text"
    }
    .cooperation{
        grid-template-columns: 1fr;
        grid-auto-rows: 1.2fr 300px;
        grid-template-areas:"text" "image"
    }
    .bannerTitle{
        font-size: 25px;
        text-align: center;
    }
    .bannerButton{
        width: 220px;
        font-size: 16px;
    }
}



@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}
