body {
    margin: 0;
    padding: 0;
}
.header {
    background-color: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    position: fixed;
    border-radius: 0 0 20px 20px;
    z-index: 1;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.logo {
    width: 210px;
    padding: 20px 30px;
}
.nav {
    display: flex;
    gap: 10px;
    padding-right: 40px;
}
.contact-button,
.login-button {
    background-color: white;
    border: none;
    color: #007bff;
    padding: 10px 40px;
    border: 3px solid;
    border-radius: 45px;
    cursor: pointer;
    font-size: 20px ;
}
.contact-button {
    background-color: #007bff;
    color: white;
    border: 2px solid;
    border-color: #007bff;
}
                        /* body */
/* ---------------------------------------------------- */

.hero-image {
    max-width: 100%;
}
.hero-text{
    font-family: "Semibold", sans-serif;
}
h1{
    position: absolute;
    font-family: "SemiBold", sans-serif;
    color: white;
    font-size: 2.6vw;
    text-align: left;
    max-width: 100%;
    padding-top: 20%;
    padding-left: 10%;
  }
.highlight {
    font-size: 3.4vw;
  }
.intro {
    box-sizing: border-box;
    display: flex;
    max-width: 100%;
    height: 250px;
    padding: 30px;
    margin: 10px 40px 30px 20px; 
    box-sizing: content-box;
}
.introbox{
    width: 10%;
}
.introbox-image{
    max-height: 100%;
    position:relative;
    float:right;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    float:right;
}
.intro-text {
    width: 70%;
}
.intro-text h2 {
    width: 100%;
    font-family: "SemiBold", sans-serif;
    font-weight: 400;
    color: #322D47;
    font-size: 2.3vw;
    text-align: left;
    margin-left: 8%;
    margin-top: 20px;
}
.intro-text p {
    font-family: "Light", sans-serif;
    width: 100%;
    font-weight: 100;
    color: #322D47;
    font-size: 1.8vw;
    margin-left: 8%;
    line-height: 1.5;
    letter-spacing: 1px;
}
.introbox2{
    position: relative; 
    width: 20%;
    height: 100%;
}
.introbox-image2{
    width: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}

/* -------------------------------------------------- */
.advantages{
    margin-bottom: 100px;
}
.advantages h3{
    font-family: "SemiBold", sans-serif;
    font-style: italic;
    max-width: 100%;
    font-size: 2.5vw;
    color: #322D47;
    padding: 10px;
    margin: 10px 12vw; 
}
.advantage-box{
    box-sizing: border-box;
    display: flex;
    max-width: 100%;
    font-family: "Open Sans", sans-serif;
    margin: 0px 0px 0px 0px; 
    box-sizing: content-box;
}
.advantage-box1{
    width: 10%;
}
.advantage-image1{
    width: 75%;
}
.advantage{
    width: 80%;
}
.advantage h4{
    width: 100%;
    font-family: "Semibold", sans-serif;
    color: #322D47;
    font-weight: 400;
    font-size: 2.3vw;
    font-style: bolder;
    text-align: left;
    margin: 40px 30px 10px 50px;
}
.advantage p{
    width: 100%;
    font-family: "Light", sans-serif;
    font-weight: 100;
    color: #322D47;
    font-size: 1.8vw;
    margin: 10px 30px 10px 50px;
    line-height: 1.5;
    letter-spacing: 1.2px;
}
.advantage-box2{
    width: 20%;
}
.advantage-image2{
    width: 100%;
    float: right;
    margin-right: 20px;
}

/* ---------------------------------------------- */

.features{
    max-width: 100%;
    display: flex;
}
.feature1, .feature2{
    position: relative;
    text-align: center;
}
.feature-img1, .feature-img2{
    max-width: 60%;
}
.feature1 h4{
    font-family: "Semibold", sans-serif;
    color: #322D47;
    font-weight: 400;
    font-size: 2.5vw;
    max-width: 40%;
    position: absolute;
    top: -6vw;
    left: 18vw;
    text-align: left;
}
.feature2 h4{
    font-family: "Semibold", sans-serif;
    color: #322D47;
    font-weight: 400;
    font-size: 2.5vw;
    max-width: 40%;
    position: absolute;
    top: -6vw;
    left: 15vw;
    text-align: left;
}
.feature1 p{
    position: absolute;
    font-family: "Light", sans-serif;
    font-weight: 100;
    color: #322D47;
    font-size: 1.8vw;
    max-width: 45%;
    top: 4vw;
    left: 15vw;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 1.2px;
}
.feature2 p{
    position: absolute;
    font-family: "Light", sans-serif;
    font-weight: 100;
    color: #322D47;
    font-size: 1.8vw;
    max-width: 45%;
    top: 4vw;
    left: 14vw;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 1.2px;
}
/* -------------------------------------------------- */

.features-2{
    max-width: 100%;
    display: flex;
    margin-top: 8vw;
}
.feature3, .feature4{
    position: relative;
    text-align: center;
}
.feature-img3{
    max-width: 68%;
    margin-left: 4.6vw;

}
.feature-img4{
    max-width: 80%;
    float: right;
    margin-top: -6vw;
}
.feature-img5{
    position: absolute;
    width: 10vw;
    right: 0;
}

.feature3 h4{
    font-family: "Semibold", sans-serif;
    color: #322D47;
    font-weight: 400;
    font-size: 2.5vw;
    max-width: 40%;
    position: absolute;
    top: -4.5vw;
    left: 18vw;
    text-align: left;
}
.feature3 p{
    position: absolute;
    font-family: "Light", sans-serif;
    font-weight: 100;
    color: #322D47;
    font-size: 1.8vw;
    max-width: 50%;
    top: 4vw;
    left: 15vw;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 1.2px;
}
/* ---------------------------------------------------- */

.additional-info h3{
    font-family: "SemiBold", sans-serif;
    font-style: italic;
    max-width: 100%;
    font-size: 2.5vw;
    color: #322D47;
    padding: 10px;
    margin: 10px 10vw; 
}
.additional-info-continer{
    max-width: 100%;
    display: flex;
}
.additional-image1{
    width: 140%;
}
.additional-info-tex{
    width: 60%;
}
.additional-info-text h4{
    font-family: "Semibold", sans-serif;
    color: #322D47;
    font-weight: 400;
    font-size: 2.3vw;
    font-style: bolder;
    text-align: left;
    margin: 40px 30px 10px 100px;
}
.additional-info-text p{
    font-family: "Light", sans-serif;
    font-weight: 100;
    color: #322D47;
    font-size: 1.8vw;
    margin: 10px 30px 10px 100px;
    line-height: 1.5;
    letter-spacing: 1.2px;
}
.mediaNexa h3{
    font-family: "SemiBold", sans-serif;
    font-weight: 400;
    max-width: 100%;
    font-size: 2.5vw;
    color: #322D47;
    padding: 6vw;
    margin-top: 0;
    text-align: center;
}
.underline{
    width: 24%;
    position: absolute;
    margin-top: -8vw;
    margin-left: 38vw;
}
.media-conteiner{
    max-width: 100%;
    display: flex;
    position: relative;
    text-align: center;
}
.video-wrapper{
    margin: auto;
}
.video-wrapper h4{
    font-family: "SemiBold", sans-serif;
    font-weight: 400;
    display: inline;
    font-size: 1.5vw;
    position: absolute;
    top:-4vw;
    margin-left: 5vw;
}
video{
    border: #a2bcf0 solid;
    border-radius: 30px;
    margin: 15px;
}
.Group1{
    width: 300px;
    height: 400px;
    position: absolute;
    top: 120vw;
    left: 3vw;
}
.Group2{
    width: 280px;
    height: 380px;
    position: absolute;
    top: 122vw;
    right: 3vw;
}

/* --------------------------------------------------- */

.contact{
    max-width: 100%;
    margin-top: 250px;
}
.contact h3{
    font-family: "SemiBold", sans-serif;
    font-weight: 400;
    max-width: 100%;
    font-size: 2.5vw;
    color: #322D47;
    padding: 10px;
    margin: 10px 10.5vw;
}
.contact-box{
    max-width: 100%;
    display: flex;
}
.contact p{
    width: 90%;
    font-family: "Light", sans-serif;
    font-weight: 100;
    color: #322D47;
    font-size: 1.8vw;
    margin: 10px 30px 10px 11vw;
    line-height: 1.5;
    letter-spacing: 1.5px;
}
.contact-text{
    width: 70%;
}
.contact-text a{
    color: black;
    font-weight: 600;
    text-decoration: none;
}
.contact-img1{
    width: 90%;
    float: left;
    margin-top: -15vw;

}
.maol-box{
    position: relative;
}
.mail-request{
    font-family: "SemiBold", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    position: absolute;
    color: #ffffff;
    margin-top: -3.5vw;
    margin-left: -32vw;
    text-decoration: none;
   
}
.futerNexa{
    max-width: 100%;
    margin-top: 4vw;
    text-align: center;
}
.img-futer{
    width: 95%;
    text-align: center;
    margin-bottom: -2vw;
    margin-left: 2.5vw;
}
.futerNexa{
    display: flex;
}
.img-futer2{
    position: absolute;
    width: 8%;
    margin-left: 90vw;
    margin-top: -7vw;
}

.scroll-to-top2{
	position: fixed;
	bottom: 3vw;
    right: 3vw;
	z-index: 1;
}


																			/* Tablet */

@media screen and (max-width: 790px) {
    .nav {
        display: flex;
        gap: 10px;
        padding-right: 30px;
    }
    .logo {
        width: 150px;
        padding: 20px 30px;
    }
    .contact-button,
    .login-button {
        background-color: white;
        border: none;
        color: #007bff;
        padding: 10px 20px;
        border: 3px solid;
        border-radius: 40px;
        cursor: pointer;
        font-size: 16px ;
    }
    .contact-button {
        background-color: #007bff;
        color: white;
        border: 2px solid;
        border-color: #007bff;
    }
    h1{
        position: absolute;
        font-family: "SemiBold", sans-serif;
        color: white;
        font-size: 4vw;
        text-align: left;
        max-width: 100%;
        padding-top: 20%;
        padding-left: 5%;
      }
    .highlight {
        font-size: 4vw;
      }
    .introbox-image{
        height: 130px;
        position:relative;
        float:none;
        transform: translateY(-50%);
        display: flex;
        top: 30vw;
        left: -30px;
    }
    .intro-text h2 {
        font-family: "SemiBold", sans-serif;
        font-weight: 400;
        color: black;
        font-size: 4vw;
        text-align: left;
        padding-top: 4vw;
        margin-left: 0;
    }
    .intro-text p {
        font-family: "Medium", sans-serif;
        width: 140%;
        font-weight: 300;
        font-size: 3vw;
        margin-left: 0;
        line-height: 1.3;
        
    }
    .intro-text br{
        display: none;
    }
    .introbox-image2{
        width: 130%;
        position: absolute;
        bottom: -20px;
        left: -40px;
        margin-bottom: 0;
    }

    /* --------------------------------------- */
    .advantages h3{
        display: inline-block;
        display: table-cell;
        display: flex;
        max-width: 100%;
        font-family: "SemiBold", sans-serif;
        font-size: 6vw;
        font-style: italic;
        left: 50px;
        padding: 5px;
        margin: 80px 12vw 8vw 10vw; 
    }
    .advantage-image1{
        width: 120%;
        height: 100%;
    }
    .advantage h4{
        max-width: 100%;
        font-family: "SemiBold", sans-serif;
        font-weight: 600;
        color: #322D47;
        font-size: 4.5vw;
        text-align: left;
        margin: 30px 30px 10px 30px;
    }
    .advantage p{
        width: 110%;
        font-family: "Medium", sans-serif;
        font-weight: 200;
        font-size: 3vw;
        margin: 10px 30px 30px 30px;
        line-height: 1.5;
        /* letter-spacing: 1.2px; */
    }
    .advantage{
        max-width: 70%;
    }
    .advantage-box2{
       max-width: 10%;
    }
    .advantage-image2{
        position: absolute;
        max-width: 30%;
        top: 110vw;
        left: 65vw;
    }
    /* ------------------------------------------- */

    .features{
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .feature1, .feature2{
        position: relative;
        text-align: center;
        margin-bottom: 80px;
    }
    .feature-img1{
        max-width: 70%;
    
    }
    .feature-img2{
        max-width: 70%;
        margin-left: 5.5vw;
    }
    .feature1 h4{
        font-family: "Semibold", sans-serif;
        color: #322D47;
        font-weight: 400;
        font-size: 6vw;
        max-width: 40%;
        position: absolute;
        top: -15vw;
        left: 34vw;
        text-align: left;
    }
    .feature2 h4{
        font-family: "Semibold", sans-serif;
        color: #322D47;
        font-weight: 400;
        font-size: 6vw;
        max-width: 60%;
        position: absolute;
        top: -15vw;
        left: 30vw;
        text-align: left;
    }
    .feature1 p{
        position: absolute;
        font-family: "Light", sans-serif;
        font-weight: 100;
        color: #322D47;
        font-size: 4vw;
        max-width: 50%;
        top: 6vw;
        left: 27vw;
        text-align: left;
    }
    .feature2 p{
        position: absolute;
        font-family: "Light", sans-serif;
        font-weight: 100;
        color: #322D47;
        font-size: 4vw;
        max-width: 50%;
        top: 6vw;
        left: 27vw;
        text-align: left;
    }
    /* -------------------------------------------------- */

    .features-2{
        max-width: 100%;
        display: flex;
        margin-top: 8vw;
        flex-wrap: wrap;
    }
    .feature3, .feature4{
        position: relative;
        text-align: center;
        margin-top: -10vw;
    }
    .feature-img3{
        max-width: 70%;
        margin-left: 0vw;
    
    }
    .feature-img4{
        max-width: 80%;
        float: right;
        margin-top: -6vw;
    }
    
    .feature3 h4{
        font-family: "Semibold", sans-serif;
        color: #322D47;
        font-weight: 400;
        font-size: 6vw;
        max-width: 50%;
        position: absolute;
        top: -11vw;
        left: 33vw;
        text-align: left;
    }
    .feature3 p{
        position: absolute;
        font-family: "Light", sans-serif;
        font-weight: 100;
        color: #322D47;
        font-size: 4vw;
        max-width: 50%;
        top: 4vw;
        left: 27vw;
        text-align: left;
        line-height: 1.2;
        letter-spacing: 1.2px;
    }
    .feature-img4, .feature-img5{
        display: none;
    }
    /* ------------------------------------------------------- */

    .additional-info h3{
        font-family: "SemiBold", sans-serif;
        font-style: italic;
        max-width: 100%;
        font-size: 6vw;
        color: #322D47;
    }
    .additional-info-continer{
        max-width: 100%;
        display: flex;
    }
    .additional-image1{
        /* width: 100%; */
        height: 100%;
    }
    .additional-info-tex{
        width: 60%;
    }
    .additional-info-text h4{
        font-family: "Semibold", sans-serif;
        color: #322D47;
        font-weight: 600;
        font-size: 5vw;
        font-style: bolder;
        text-align: left;
        margin: 40px 30px 10px 40px;
    }
    .additional-info-text p{
        font-family: "Light", sans-serif;
        font-weight: 100;
        color: #322D47;
        font-size: 3vw;
        margin: 10px 30px 10px 40px;
        line-height: 1.5;
        letter-spacing: 1.2px;
    }
    .mediaNexa h3{
        font-family: "SemiBold", sans-serif;
        font-weight: 600;
        max-width: 100%;
        font-size: 5vw;
        color: #322D47;
        padding: 6vw;
        margin-top: 0;
        text-align: center;
    }
    .underline{
        width: 50%;
        position: absolute;
        margin-top: -8vw;
        margin-left: 26vw;
    }
    .media-conteiner{
        max-width: 100%;
        display: flex;
        position: relative;
        text-align: center;
    }
    .video-wrapper h4{
        display: none;
    }
    .video-wrapper{
        margin: auto;
    }
    video{
        border-radius: 30px;
        margin: 15px;
    }
    .Group1{
        display: none;
        width: 300px;
        height: 400px;
        position: absolute;
        top: 120vw;
        left: 3vw;
    }
    .Group2{
        display: none;
        width: 280px;
        height: 380px;
        position: absolute;
        top: 122vw;
        right: 3vw;
    }
    .contact{
        max-width: 100%;
        margin-top: 40px;
    }
    .contact h3{
        font-family: "SemiBold", sans-serif;
        font-weight: 600;
        max-width: 100%;
        font-size: 4vw;
        color: #322D47;
        padding: 10px;
        margin: 10px 6vw;
    }
    .contact-box{
        max-width: 100%;
        display: flex;
    }
    .contact p{
        width: 90%;
        font-family: "Light", sans-serif;
        font-weight: 100;
        color: #322D47;
        font-size: 3vw;
        margin: 10px 30px 10px 9vw;
        line-height: 1.5;
        letter-spacing: 1.5px;
    }
    .contact-text{
        width: 70%;
    }
    .contact-text a{
        color: black;
        font-weight: 600;
        text-decoration: none;
    }
    .contact-img1{
        width: 90%;
        float: left;
        margin-top: -15vw;
    
    }
    .maol-box{
        position: relative;
    }
    .mail-request{
        font-family: "SemiBold", sans-serif;
        font-weight: 400;
        font-size: 3vw;
        position: absolute;
        color: #ffffff;
        margin-left: -40vw;
        text-decoration: none;
        margin-top: 0;
    }
    .futerNexa{
        max-width: 100%;
        margin-top: 4vw;
        text-align: center;
    }
    .img-futer{
        width: 95%;
        text-align: center;
        margin-bottom: -2vw;
        margin-left: 2.5vw;
    }
    .futerNexa{
        display: flex;
    }
    .img-futer2{
        position: absolute;
        width: 8%;
        margin-left: 90vw;
        margin-top: -7vw;
    }
}

																	/* Mobile */


@media screen and (max-width: 480px) {
    .nav {
        display: flex;
        gap: 6px;
        padding-right: 30px;
    }
    .logo {
        width: 110px;
        padding: 20px 30px;
    }
    .contact-button,
    .login-button {
        background-color: white;
        border: none;
        color: #007bff;
        padding: 5px 10px;
        border: 2px solid;
        border-radius: 20px;
        cursor: pointer;
        font-size: 16px ;
    }
    .contact-button {
        background-color: #007bff;
        color: white;
        border: 1px solid;
        border-color: #007bff;
    }
    h1{
        position: absolute;
        font-family: "SemiBold", sans-serif;
        color: white;
        font-size: 4vw;
        text-align: left;
        max-width: 100%;
        padding-top: 20%;
        padding-left: 5%;
      }
    .highlight {
        font-size: 4vw;
      }
    .introbox-image{
        height: 130px;
        position:relative;
        float:none;
        transform: translateY(-50%);
        display: flex;
        top: 30vw;
        left: -30px;
    }
    .intro-text h2 {
        font-family: "SemiBold", sans-serif;
        font-weight: 400;
        color: black;
        font-size: 4vw;
        text-align: left;
        padding-top: 4vw;
        margin-left: 0;
    }
    .intro-text p {
        font-family: "Medium", sans-serif;
        width: 140%;
        font-weight: 300;
        font-size: 3vw;
        margin-left: 0;
        line-height: 1.3;
        
    }
    .intro-text br{
        display: none;
    }
    .introbox-image2{
        width: 170%;
        position: absolute;
        bottom: 20px;
        left: -40px;
        margin-bottom: 0;
    }

    /* --------------------------------------- */
    .advantages h3{
        display: inline-block;
        display: table-cell;
        display: flex;
        max-width: 100%;
        font-family: "SemiBold", sans-serif;
        font-size: 6vw;
        font-style: italic;
        left: 50px;
        padding: 5px;
        margin: 0px 12vw 8vw 10vw; 
    }
    .advantage-image1{
        width: 120%;
        height: 100%;
    }
    .advantage h4{
        max-width: 100%;
        font-family: "SemiBold", sans-serif;
        font-weight: 600;
        color: #322D47;
        font-size: 4.5vw;
        text-align: left;
        margin: 30px 30px 10px 30px;
    }
    .advantage p{
        width: 110%;
        font-family: "Medium", sans-serif;
        font-weight: 200;
        font-size: 3vw;
        margin: 10px 30px 30px 30px;
        line-height: 1.5;
        /* letter-spacing: 1.2px; */
    }
    .advantage{
        max-width: 70%;
    }
    .advantage-box2{
       max-width: 10%;
    }
    .advantage-image2{
        position: absolute;
        max-width: 30%;
        top: 120vw;
        left: 65vw;
    }
    /* ------------------------------------------- */

    .features{
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .feature1, .feature2{
        position: relative;
        text-align: center;
        margin-bottom: 50px;
    }
    .feature-img1{
        max-width: 70%;
    
    }
    .feature-img2{
        max-width: 70%;
        margin-left: 5.5vw;
    }
    .feature1 h4{
        font-family: "Semibold", sans-serif;
        color: #322D47;
        font-weight: 400;
        font-size: 6vw;
        max-width: 40%;
        position: absolute;
        top: -15vw;
        left: 34vw;
        text-align: left;
    }
    .feature2 h4{
        font-family: "Semibold", sans-serif;
        color: #322D47;
        font-weight: 400;
        font-size: 6vw;
        max-width: 60%;
        position: absolute;
        top: -15vw;
        left: 30vw;
        text-align: left;
    }
    .feature1 p{
        position: absolute;
        font-family: "Light", sans-serif;
        font-weight: 100;
        color: #322D47;
        font-size: 4vw;
        max-width: 50%;
        top: 6vw;
        left: 27vw;
        text-align: left;
    }
    .feature2 p{
        position: absolute;
        font-family: "Light", sans-serif;
        font-weight: 100;
        color: #322D47;
        font-size: 4vw;
        max-width: 50%;
        top: 6vw;
        left: 27vw;
        text-align: left;
    }
    /* -------------------------------------------------- */

    .features-2{
        max-width: 100%;
        display: flex;
        margin-top: 8vw;
        flex-wrap: wrap;
    }
    .feature3, .feature4{
        position: relative;
        text-align: center;
    }
    .feature-img3{
        max-width: 70%;
        margin-left: 0vw;
    
    }
    .feature-img4{
        max-width: 80%;
        float: right;
        margin-top: -6vw;
    }
    
    .feature3 h4{
        font-family: "Semibold", sans-serif;
        color: #322D47;
        font-weight: 400;
        font-size: 6vw;
        max-width: 50%;
        position: absolute;
        top: -11vw;
        left: 33vw;
        text-align: left;
    }
    .feature3 p{
        position: absolute;
        font-family: "Light", sans-serif;
        font-weight: 100;
        color: #322D47;
        font-size: 4vw;
        max-width: 50%;
        top: 4vw;
        left: 27vw;
        text-align: left;
        line-height: 1.2;
        letter-spacing: 1.2px;
    }
    .feature-img4, .feature-img5{
        display: none;
    }
    /* ------------------------------------------------------- */

    .additional-info h3{
        font-family: "SemiBold", sans-serif;
        font-style: italic;
        max-width: 100%;
        font-size: 6vw;
        color: #322D47;
    }
    .additional-info-continer{
        max-width: 100%;
        display: flex;
    }
    .additional-image1{
        /* width: 100%; */
        height: 100%;
    }
    .additional-info-tex{
        width: 60%;
    }
    .additional-info-text h4{
        font-family: "Semibold", sans-serif;
        color: #322D47;
        font-weight: 600;
        font-size: 5vw;
        font-style: bolder;
        text-align: left;
        margin: 40px 30px 10px 40px;
    }
    .additional-info-text p{
        font-family: "Light", sans-serif;
        font-weight: 100;
        color: #322D47;
        font-size: 3vw;
        margin: 10px 30px 10px 40px;
        line-height: 1.5;
        letter-spacing: 1.2px;
    }
    .mediaNexa h3{
        font-family: "SemiBold", sans-serif;
        font-weight: 600;
        max-width: 100%;
        font-size: 5vw;
        color: #322D47;
        padding: 6vw;
        margin-top: 0;
        text-align: center;
    }
    .underline{
        width: 50%;
        position: absolute;
        margin-top: -8vw;
        margin-left: 26vw;
    }
    .media-conteiner{
        max-width: 100%;
        display: flex;
        position: relative;
        text-align: center;
    }
    .video-wrapper h4{
        display: none;
    }
    .video-wrapper{
        margin: auto;
    }
    video{
    	width: 90%;
        border-radius: 30px;
        margin: 15px;
    }
    .Group1{
        display: none;
        width: 300px;
        height: 400px;
        position: absolute;
        top: 120vw;
        left: 3vw;
    }
    .Group2{
        display: none;
        width: 280px;
        height: 380px;
        position: absolute;
        top: 122vw;
        right: 3vw;
    }
    .contact{
        max-width: 100%;
        margin-top: 40px;
    }
    .contact h3{
        font-family: "SemiBold", sans-serif;
        font-weight: 600;
        max-width: 100%;
        font-size: 4vw;
        color: #322D47;
        padding: 10px;
        margin: 10px 6vw;
    }
    .contact-box{
        max-width: 100%;
        display: flex;
    }
    .contact p{
        width: 90%;
        font-family: "Light", sans-serif;
        font-weight: 100;
        color: #322D47;
        font-size: 3vw;
        margin: 10px 30px 10px 9vw;
        line-height: 1.5;
        letter-spacing: 1.5px;
    }
    .contact-text{
        width: 70%;
    }
    .contact-text a{
        color: black;
        font-weight: 600;
        text-decoration: none;
    }
    .contact-img1{
        width: 90%;
        float: left;
        margin-top: -15vw;
    
    }
    .maol-box{
        position: relative;
    }
    .mail-request{
        font-family: "SemiBold", sans-serif;
        font-weight: 400;
        font-size: 2.8vw;
        position: absolute;
        color: #ffffff;
        margin-left: -34vw;
        text-decoration: none;
        margin-top: -3.2vw;
    }
    .futerNexa{
        max-width: 100%;
        margin-top: 4vw;
        text-align: center;
    }
    .img-futer{
        width: 95%;
        text-align: center;
        margin-bottom: -2vw;
        margin-left: 2.5vw;
    }
    .futerNexa{
        display: flex;
    }
    .img-futer2{
        position: absolute;
        width: 8%;
        margin-left: 90vw;
        margin-top: -7vw;
    }
	.scroll-to-top2{
    width: 15%;
	position: fixed;
	bottom: 3vw;
    right: 3vw;
	z-index: 1;
}
}

