@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/noto-sans-n400.ttf') format('truetype');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/noto-sans-n700.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat Medium';
    font-style:normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat Regular';
    font-style:normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

*:hover {
    transition: all 0.2s ease;

  }
body {
    --bs-body-font-family: 'Noto Sans', sans-serif;
}


main{
    width: 100%;
    height: 100%;
    position: relative;
}
::selection {
    background-color: #7e07fd68;
    color: #ffffff;
  }
  ::-moz-selection {
    background-color: #cda1fd68;
    color: #ffffff;
  }
.megatitle {
    font-size: 3.75rem;
    font-weight: bold;
    margin-bottom: 3rem;
    display: block;
}

.title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    display: block;
}

.subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
}

.paragraph {
    font-weight: 500;
    font-size: 1.25rem;
    display: block;
    hyphens: manual
}
.paragraph-popup {
    font-weight: 500;
    font-size: 1rem;
    display: block;
    hyphens: manual
}

.semibold {
    font-weight: 500;
}

.smalltext {
    font-size: 0.75rem;
    line-height: 50%;
}

.tinytext {
    font-size: 0.625rem;
}

.child {
    position: absolute;
}

.parent {
    position: relative !important;
}

.hero {
    padding-top: 9.375rem;
    background-color: #EBEBEB;
    padding-bottom: 8.125rem;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}
.button{
    transition: all 0.2s ease;
}
.button:hover{
    scale: 1.05;
    background-color: #CEA1FD;
    transition-delay: 0s !important;
}
a:hover, button.submit:hover {
    color: #481080 !important;
    transition-delay: 0s !important;

}

.button.bg_darkpurple:hover {
    background-color: #EBEBEB !important;
    box-shadow: none;
}

a.bg_blue:hover {
    background-color: #EBEBEB !important;
    box-shadow: none;

}

.hoverpurple:hover {
    color: #8f1fff !important;

}

.hoverblue:hover {
    color: #4220BA !important;

}

.borderall {
    border-radius: 10.938rem;
}

.borderbottom {
    border-bottom-left-radius: 10.938rem;
    border-bottom-right-radius: 10.938rem;
}

.bordertop {
    border-top-left-radius: 10.938rem;
    border-top-right-radius: 10.938rem;
}

.darkgrey {
    color: #606060;
}

body > nav .container-fluid {
    max-width: min(90rem, 90vw);
    --bs-navbar-nav-link-padding-x: 1.2rem;
    --bs-navbar-nav-link-padding-x: 1.2rem;
}

.headerbtn .button:first-child {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

nav .normal {
    font-weight: normal;
}

.list {
    margin-top: 0;
    margin-bottom: 0;
}

.right {
    text-align: right;
    float: right;
}
.marginbttn{
    margin-top: 50px;
}

.purple {
    color: #8f1fff !important;
}

.darkpurple {
    color: #421680 !important;
}

a.darkpurple:hover {
    color: #8f1fff !important;
}

.bg_darkpurple {
    background-color: #481080 !important;
}

.bg_blue {
    background-color: #4220BA !important;
}

.blue {
    color: #4220BA !important;
}

.white {
    color: white;
}

.greybackgroud {
    background-color: #EBEBEB;
}

hr {
    background-color: #8F1FFF !important;
    border-top: 0.063rem solid #8F1FFF !important;
    opacity: 100% !important;
}

.stamp {
    position: absolute;
    left: -3.125rem;
    top: -6.25rem;
    width: 9.188rem;
}

.box1 {
    background-color: #FFFFFF;
    box-shadow: 0rem 0.188rem 0.375rem #00000029;
    border-radius: 3.125rem;
    padding-top: 1.25rem;
    padding-bottom: 3.063rem;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-top: 7rem;
    position: relative;
}

@media (max-width: 576px) {
    .box1 {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
    }

    .box_apply {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
    }
    .applybtn {
    margin-top: 2rem;
    display: block;
}

}

.box_sameheight {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label_sebatian {
    width: 16.563rem;
    margin-top: -1.563rem;
}

.flex {
    display: flex;
}

input[type=text], input[type=email], input[type=tel] {
    color: rgb(255, 255, 255);
}

.center {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.button2 {
    color: #fff;
    text-align: center;
    font-size: 0.81rem;
    font-weight: bold;
    line-height: 1.6rem;
    background: #8f1fff;
    box-shadow: 0 0.188rem 0.375rem #8f1fff69;
    border-radius: 1.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin-top: 3rem;
    width: 12rem;
    display: inline-block

}

.button {
    color: #fff;
    text-align: center;
    font-size: 0.81rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6rem;
    background: #8f1fff;
    box-shadow: 0 0.188rem 0.375rem #8f1fff69;
    border-radius: 1.5rem;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    width: 10rem;
    display: inline-block;

}

/* intro */
#preloader {
    background-color: rgba(237, 237, 237);
    height: 100vh;
    width: 100%;
    top: 0rem;
    z-index: 999;
    position: fixed;
    opacity: 1;
    transition: all 1s;
    display: grid;
    place-items: center;
    align-content: center;

}

.logo_animation {
    width: 40%;

}

@media (max-width: 576px) {
    .logo_animation {
        width: 80%;

    }
}


/* navbar */
.navbar {
    box-shadow: 0 0.188rem 0.375rem #00000013;
    border-radius: 3rem;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    margin-top: min(3%, 3rem);
    margin-left: 8%;
    margin-right: 8%;
    height: 5rem;
    font-weight: bold;
    top: 3rem;
    z-index: 10 !important;
    background-color: rgba(255, 255, 255, .6);
}

.whitetext {
    color: white !important;
}

.lightgrey {
    color: #7B7B7B !important;
}

.nav-item-contact {
    font-size: 1rem;
    background-color: #8F1FFF;
    border: none;
    border-radius: 1.438rem;
    box-shadow: 0px 0.188rem 0.375rem #8F1FFF69;
    transition: all 0.3s ease 0s;
    outline: none;
    margin-right: 1rem;
}

.nav-item {
    margin-left: 0.938rem;
    margin-right: 0.938rem;
}

.nav-item-contact:hover {
    background: #8F1FFF69;
}

.nav-item-contact a.active {
    border: 1px solid;
}
.nav-link{
    white-space: nowrap;
}

.active {
    color: #8f1fff !important;
    background-color: #fff !important;
    border: none;
    border-radius: 2.813rem;
    box-shadow: 0px 0.5rem 0.938rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-align: center;
}

.active1 {
    color: #4220BA !important;
    background-color: #fff !important;
    border: none;
    border-radius: 2.813rem;
    box-shadow: 0px 0.5rem 0.938rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;

}

.dropdown-menu {
    background-color: transparent !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    box-shadow: 0 0.188rem 0.375rem #00000013;
    margin-top: 1.25rem !important;
    border: none !important;
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
    border-top-left-radius: 0rem ;
    border-top-right-radius: 0rem ;
    background-color: rgba(235, 235, 235, .95) !important;
}

.nav-link:focus {
    outline: none !important;
    box-shadow: 0 0.188rem 0.375rem #00000013 !important;
    border-radius: 2rem;
}

.dropdown-item {
    font-weight: 600 !important;
}

.dropdown-item:hover {
    border-radius: 2.813rem;
    background-color: transparent !important;
}
.navbar-toggler:focus {

    box-shadow: 0 0.188rem 0.375rem #00000013 !important;
}
.navbar-toggler {

    box-shadow: 0 0.188rem 0.375rem #00000013 ;
}
.collapsed{
    box-shadow: none;
}
.navbar-toggler{
border-color: #ffffff00 !important;
}


@media (max-width: 991px) {
    .navbar-nav {
        box-shadow: 0 0.188rem 0.375rem #00000013;
        border-radius: 3rem;
        backdrop-filter: blur(10px) ;
        -webkit-backdrop-filter: blur(10px) ;
        text-align: center;
        background-color:  rgba(255, 255, 255, .6) ;
        margin-top: 25px;
    }
/* Target Chrome only */
.chrome .navbar-nav {
    background-color:  rgb(250, 250, 250);
    backdrop-filter: none ;
  }

    .dropdown-menu{
        border-radius: 2rem !important;
    }

    .navbar-brand img {
        width: 70%;
    }

    .navbar-toggler {
        margin-right: 1rem;
    }

    .nav-item-contact {
        margin-right: 0rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
}


  
/*  home section 1 */


.home_section1 {
    width: 100%;
    background-color: #ebebeb;
    padding-bottom: 7rem;

}
.text_hero{
    font-family: 'Montserrat Regular', sans-serif;
    text-align: center;
    display: block;
    margin-top: 200px;
    font-size: 80px;
    color: #421680;
    padding-left: 15%;
    padding-right: 15%;
}
.highligter_div{
    display: inline;
    position: relative;
}
.highligter{
 position: absolute;
 left: 47%;
 top: 50%;
 transform: translate(-50%, -50%) !important;
 width: 140%;
}

.text_hero_bold{
   font-family: 'Montserrat Medium', sans-serif;
   white-space: nowrap;
   position: relative;


}
.home-container{
    background-image:url("../images/img_landingpage.png");
background-size: 85% ;
background-position-y: bottom ;
background-position-x: right;
    background-repeat: no-repeat;

    width: 100%;
    height: 1100px;
    max-width: 1900px;

        max-height: 970px;

}


.infoheader{
    text-align: center;
}


.slogan {
    margin-bottom: 1.375rem;
    margin-top: 1rem;
    text-align: center;
    line-height: normal;
    font-size: 1.125rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #421680;
    opacity: 1;
    display: block;
    font-family:  'Montserrat Medium', sans-serif;

}

.button.image {
    background: #ffffff;
    border: 0.125rem solid #8f1fff;
}

.button_contact {
    border: 0.125rem solid #8f1fff;
}

.scroll {
    position: absolute;
    right: -4.5rem;
    top: 30rem;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    transform: matrix(0, 1, -1, 0, 0, 0);
    text-align: left;
    font-size: 0.81rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #8f1fff;
}

.img_etagroup {
    width: 650px;
    height: 400px;
display: block;
top: -100px;
left: 50%;
transform: translateX(-50%);
position: relative;
}
.etagroup1:hover, .etagroup2:hover, .etagroup3:hover{
rotate:2deg;
    scale: 1.1;
}
.etagroup1, .etagroup2, .etagroup3{
    position: absolute;
    transition:  .5s ease-in-out;
    display: block;
}
.etagroup1{
left: 0;
    z-index: 3;
}
.etagroup2{
left: 50%;
transform: translateX(-50%);
    bottom: -30px;
    z-index: 2;
}
.etagroup3{
right: 0;
    top: 25px;
}


.text_etagroup {
    padding-top: 15%;
    display: inline;
    float: left;
}

.transparent {
    background: transparent !important;
}
@media (max-width: 1167px) {
    .text_hero{
        font-size: 75px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .home-container{
        height: 100vh;
        min-height: 900px;
        background-size: 100% ;
    }

}
@media (max-width: 991px){

.img_etagroup {
    width: 100%;
    height: 400px;
}
    .etagroup1, .etagroup2, .etagroup3{
        scale: 0.75;
    }
    .etagroup1{
        left: 0px;
            z-index: 3;
        }
        .etagroup2{
        left: 45%;
        transform: translateX(-50%);
            bottom: -30px;
            z-index: 2;
        }
        .etagroup3{
        right: 25px;
            top: 25px;
        }

}
@media (max-width: 780px){
    .etagroup1{
        left: -40px;
            z-index: 3;
        }
            .etagroup3{
                right: -60px;

            }
            .home-container{

                max-height: 1000px;
    
            }
    }

@media (max-width: 576px) {
    .text_hero{
        font-size:45px;
        padding-left: 3%;
        padding-right: 3%;
        margin-top: 100px;
    }
    .home-container{
        height: 80vh;
        min-height: 700px;
        background-size: 120% ;
        max-height: 770px;
    }
    .img_etagroup {
        width: 350px;
        height: 200px;
    }
        .etagroup1, .etagroup2, .etagroup3{
            scale: 0.5 !important;
        }
        .etagroup1{
            left: -70px;

            }
            .etagroup2{
            left: 35%;
            transform: translateX(-50%);
                top: 0px;

            }
            .etagroup3{
            right: -70px;
                top: 40px;
            }
    
    .scroll {
        display: none;
    }
    .etagroup1, .etagroup2, .etagroup3{
        scale: .9;
    }
}
@media (max-width: 355px) {
.img_etagroup {
    width: 100%;
}
.etagroup2{
    left: 45%;


    }
}
/* home section 2 */
#home_section2 {
    background: transparent url('../images/javacamp_home_space.svg') 0 0 no-repeat padding-box;
    width: min(70rem, 90vw);
    height: min(27rem, 80vh);
    padding: 4rem;
    margin: 3rem auto;
    color: #fff;
    font-size: 1.875rem;
    background-size: 100% 100%;
    background-position: center;
    position: relative;

}

.whiteborder {
    border: solid white !important;
    margin-top: 2rem;
    background-color: rgba(255, 255, 255, .3) !important;

}

.img_section2 {
    width: 70%;
    position: absolute;
    right: 0;
    top: 80%;
}


/* home section3 */


.home_section3 {
    width: 100%;
    background-color: #ebebeb;
    border-radius: 9.375rem;
    padding-bottom: 15rem !important;
    overflow: hidden;
}

.home_section3_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    width: 20rem;
    margin-bottom: 2rem;
}

.home_section3_title {
    font-size: 1.5rem;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    color: #3d3d3d;
    display: block;
    width: 40rem;
    font-weight: bold;
}

.techtraining_bttn {
    background-color: #ffffff;
    box-shadow: 0 0.188rem 0.375rem #00000029;
    border-radius: 10.875rem;
    font-size: 1.25rem;
    line-height: 1.65rem;
    padding: 0.8rem;
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.techtraining_bttn.row {
    --bs-gutter-x: 0;
}

a.button.blue {
    background-color: #4220ba;
    border-radius: 2.063rem;
    width: 100%

}


/* home section 4 */


.home_section4 {
    background: transparent linear-gradient(180deg, #8F1FFF 0%, #481080 100%) 0 0 no-repeat padding-box;
    box-shadow: 0 0.188rem 0.375rem #8F1FFF69;
    border-radius: 8.688rem;
    color: #fff;
    box-sizing: border-box;
    padding: 5rem 4rem 5rem 4rem;
    width: 80%;
    margin: -8.1rem auto 6rem auto;
    font-size: 1.25rem;
    text-align: center;
}

strong {
    font-size: 2.5rem;
}

.card {
    border-radius: 1.563rem !important;
    padding: 2rem;
    margin-bottom: 1.5rem;
    min-height: 360px;
}
.card_home_tinytext{
    position: absolute;
    left: 30px;
    bottom: 28px;
}
.card:not(:last-of-type) {
    margin-right: 1.5rem;
}

.card-title {
    font-weight: 600;
}

.card-icon {
    width: 4rem;
}

.arrow-icon {
    width: 2.5rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
.arrow-icon:hover{
    width: 2.8rem;
    transition: all 0.5s;
}

/* scroller */
.media-scroller {
    display: grid;
    grid-auto-flow: column;
    overscroll-behavior-inline: contain;
    margin-top: 2rem;
}

.media-scroller::-webkit-scrollbar{
    width: 0;
}

.media-scroller::-webkit-scrollbar-thumb{
    background: none;
}
 /* azav section */
 .lightgrey_background{
 background-color: #EBEBEB;
 border-top-right-radius: 200px;
 border-top-left-radius: 200px;
 height: 914px;
 width: 100%;
 position: absolute !important;
 top: 0;
 left: 50%;
 transform: translateX(-50%);
 z-index: -1;
 overflow: hidden !important;

 }
 .bookmark{
    background-color: #7818d6;
    border-bottom-left-radius:  96px;
    border-bottom-right-radius: 96px;
    height: 450px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-width: 250px;
    max-width: 370px;
 }
 .azav_logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    width: 70%;
    max-width: 250px;
 }
 .azav_title{
margin-top: 100px;
 }
/* footer */

.footer {
    background-color: #D0D0D0;
    height: auto;
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 5rem;
    border-top-left-radius: 139px;
    border-top-right-radius: 139px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5rem;
}

.footer_logo {
    margin-bottom: 2rem;

}

.contact_footer {
    font-size: 1.1rem;
    color: #737373;
    margin-bottom: 2rem;
}

.icons_footer {
    opacity: 0.7;
    margin-right: 1rem;
    transition: 0.2s ease-in-out;

}
.icons_footer:hover {
    opacity: 1;
    scale: 1.1;

}
@media (max-width: 991px) {
    .icons_footer {

        margin-bottom: 2rem;
        margin-left: 1rem;

    
    }
}

.footer_link_title {
    color: #3D3D3D !important;
    font-weight: bold;
    font-weight: 1.25rem;
}

ul {
    list-style-type: none;
    padding-left: 0 !important;
}

.program ul {
    font-size: 1.25rem;
    margin-left: 1.4rem;
}

.program ul li {
    list-style-type: disc;
    margin: 0;
}

.program ul li::marker {
    color: #7818d6;
}

li {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.copyright {
    background-color: #8F1FFF;
    color: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.7rem;
}

.links_copyright {
    margin-right: 2rem;
    margin-left: 2rem;
    color: white;
}

.links {
    color: #7B7B7B !important;

}

/* media queries */


@media (max-width: 1480px) {
    #home_section2 {
        font-size: 1.7rem;
        padding-top: 6rem;
        padding-left: 3rem;
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
}

@media (max-width: 1400px) {
    .box_apply {
        background-position-y: 130px;
    }
}

@media (max-width: 1270px) {
    #home_section2 {
        font-size: 1.5rem;

    }
}

@media (max-width: 1155px) {
    #home_section2 {
        font-size: 1.3rem;
        padding-top: 7.2rem;
    }
    

}

/* important */
@media (max-width: 991px) {
    #home_section2 {
        background: transparent url('../images/javacamp_home_space_ipad.svg') 0 0 no-repeat border-box;
        width: 80%;
        height: 37.5rem;
        text-align: left;
        background-position: center top;
        background-size: 100% auto;
        padding-top: 7rem;
        padding-right: 10rem;
        object-fit: fill;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
        border-radius: 6.25rem;
    }

    .borderbottom {
        border-bottom-left-radius: 6.25rem;
        border-bottom-right-radius: 6.25rem;
    }

    .bordertop {
        border-top-left-radius: 6.25rem;
        border-top-right-radius: 6.25rem;
    }

    .borderall {
        border-radius: 6.25rem;
    }

    .title {
        font-size: 1.875rem;
        text-align: center;
    }

    .paragraph {

        font-size: 0.938rem;
    }

    .subtitle {
        font-size: 1.2rem;

    }

    .imgheader {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .row.infoheader {
        margin-top: 10%;
    }

    img.logoheader {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .slogan {
        text-align: center;
        margin: auto;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .headerbtn {
        text-align: center;
    }

    .container {
        margin-left: 15% !important;
        margin-right: 15% !important;
        width: 70% !important;
    }

    .img_section2 {
        width: 80% !important;
        left: 60%;
        top: 2.5rem;
        position: absolute;

    }

    .home_section3_logo {
        width: 18rem;
    }

    .whiteborder {
        border: solid white !important;
        margin-top: 5rem;
    }

    a.button.blue {
        background-color: #4220ba;
        border-radius: 33px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 1rem;
    }

    .home_section3_title {
        width: 25rem;
        font-size: 1.25rem;
    }

    .footer {
        text-align: center;
        margin-left: 0rem;
        margin-right: 0rem;
    }


    .copyright {
        text-align: center;
    }
}

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

@media (max-width: 844px) {
    #home_section2 {
        background: url('../images/javacamp_home_space_mobile.svg') 0 0 no-repeat border-box;
        background-size: 70%;
        background-position: center top;
        width: 80%;
        height: 51.875rem;
        padding-right: 0rem;
        padding-left: 0rem !important;
        margin-bottom: 0rem !important;
        padding-top: 10%;
    }

    .home_section2_text {
        width: 60% !important;
        padding-left: 3.125rem !important;
        font-size: 100%;
    }

    .img_section2 {
        width: 50% !important;
        left: 40%;
        margin-top: 30%;
    }

    .whiteborder {
        border: solid white !important;
        margin-top: 3rem;
        width: 70%;
    }
}

/* important */
@media (max-width: 755px) {
    #home_section2 {
        height: 46.875rem;
    }

    .img_section2 {
        width: 50% !important;
        left: 40%;
        margin-top: 10%;
    }

    .home_section4 {
        border-radius: 0rem;
        width: 100%;
    }

    .techtraining_bttn {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        border-radius: 3.125rem !important;
    }

    .home_section3_logo {
        width: 14rem;
    }

    .home_section3_title {
        width: 110%;
        font-size: 1.125rem;
    }

    .logo_ondemand_bttn {
        width: 5rem;
    }

    .footer {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .footer_logo {
        width: 10rem;
    }

    .subtitle {
        font-size: 0.938rem;

    }

    .title {
        font-size: 1.4rem;
        text-align: center;
    }
}

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


@media (max-width: 670px) {
    #home_section2 {
        height: 37.5rem;
        font-size: 1rem;
    }

    .whiteborder {
        border: solid white !important;
        margin-top: 1rem;
        width: 70%;
        font-size: 0.7rem;
    }

}

@media (max-width: 500px) {
    .bookmark{
        background-color: #7818d6;
        border-bottom-left-radius:  70px;
        border-bottom-right-radius: 70px;
        height: 300px;
        width: 60%;
        position: relative;
        min-width: 200px;

     }
}



/* ---------------------------------Javacamp--------------------------------------- */


.hero_javacamp {
background-color:#F4F4F4;
height: 950px;
position: relative;
}

.purpletrace{
    position: absolute;
    overflow-y: hidden !important;
    right: 0px;
    top:-80px;
    display: block;
    z-index: 1;
}
.img_javacamp{
    width: 50%;
    position: absolute;
    overflow: hidden !important;
    clip-path: inset(0);
    right: -49px;
    bottom: -20px;
    z-index: 2;
}
.azav{
    width: 270px;
    background-color: #ffffffa9;
    border-radius: 36px;
    margin-top: 200px;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000026;
}


.hero_javacamp_text {
    margin-top: 50px;
    color: #481080;
    font-family:'Montserrat Regular', sans-serif ;
    font-size: 60px;
    line-height: 80px;

}

.hero_javacamp_bttn {
    border-radius: 1.5rem;
    opacity: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    margin-top: 2rem;

}
.button_java{
    background-color: #82828271;
    padding: 10px;
    width: 100px;
    border-radius: 3rem;
    color: #481080;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.button_java:hover{
    background-color: #8F1FFF;
    color: white !important;

}
.apply{
    border: 1px solid #8F1FFF;
    background-color: #560aa220;
    color: #481080;

}
.java_nav{
    background-color: rgba(255, 255, 255, 0.253);
    padding: 20px;
    border-radius: 3rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    left: 50%;
    transform: translate(-50%, 200%);
    bottom: 50px;
    position: fixed;
    z-index: 3;
    box-shadow: 0 0.188rem 0.375rem #00000013;;
    transition: 1s ease-in-out;
    display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap:3vw;
}
.purpletrace_mobile{
    display: none;
    
}
.purpletrace_xs{
    display: none;
}
.java_section2 {
    margin-top: 15rem;
}
@media (max-width: 1200px) {
.img_javacamp{
    bottom: 170px;
    right: -20px;
}

}
@media (max-width: 1150px) {
    .hero_java_text{
    margin-right: 10%;
    }
    .azav{
        width: 200px;
        margin-top:
            130px;
        
    }
    .azav_text{
        font-size: 14px;
    }
    .azav_img{
        width: 60px;
        margin-top: 5px;
    }

}
@media (max-width: 991px) {
    .hero_javacamp_text{
text-align: center !important;
    }
    .hero_java_text{
        margin-right: 10%;
        margin-left: 10%;
        text-align: center;
    }
    .img_javacamp{
        left: 50%;
        bottom: -450px;
        transform: translateX(-50%) !important;
        width: 80%;

    }

    .purpletrace{
        display: none;
    }
    .purpletrace_mobile{
        display: block;
        position: absolute;
        right: 0px;
        top: -80px;

    }
    .java_section2{
margin-top: 25rem;
    }
    
    }
    @media (max-width: 805px){
        .purpletrace_mobile{
            display: none;

        }
        .purpletrace_xs{
            display: block;
            position: absolute;
            right: 0px;
            top: -90px;
        }
        .hero_java_text{
            margin-right: 0;
            margin-left: 0;
        }
        .hero_javacamp_text{
            font-size: 45px;
            line-height: 65px;
            
        }
        .logo_javacamp_purple{
            height: 45px;
        }
        .img_javacamp{
            left: 50%;
            bottom: -450px;
            transform: translateX(-50%) !important;
            width: 90%;
    
        }
        .java_section2{
            margin-top: 18rem;
                }
                .azav{
                    width: 140px;
                    margin-top:
                        120px;
                    
                }
                .azav_text{
                    display: block;
                    font-size: 10px;
                    line-height: 15px !important;
                }
                .azav_img{
                    width: 40px;
                    margin-top: 4px;
                }
                .hero_javacamp_text {
                    margin-top: 10px;

                
                }
    }
    
@media (max-width: 817px){
    .java_nav{

        bottom: 10px;
        padding: 10px;

    }
    .button_java{

        width: 80px;
        font-size: 12px;

    }
}
@media (max-width: 500px){
    .applybtn {
        margin-left: auto;
        margin-right: auto;
        
    }
    .title2 {
 text-align: center;
    }

    .purpletrace_xs{
        display: block;
        position: absolute;
        right: 0px;
        top: -210px;
    }

    .hero_javacamp_text{
        font-size: 25px;
        line-height: 35px;
        
    }
    .logo_javacamp_purple{
        height: 25px;
    }
    .img_javacamp{
        left: 45%;
        bottom: -90vw;
        transform: translateX(-50%);
        width: 110%;

    }
    .java_section2{
        margin-top: 8rem ;
            }
            .java_section3{
                margin-top: 6rem !important;
                    }
            .azav{
                width: 140px;
                margin-top:
                    120px;
                
            }
            .azav_text{
                display: block;
                font-size: 10px;
                line-height: 15px !important;
            }
            .azav_img{
                width: 40px;
                margin-top: 4px;
            }
            .hero_javacamp_text {
                margin-top: 10px;

            
            }
}
.features_section{
    margin-top: 200px;
}
.feature{
    height: 80px;
    max-width: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.feature_img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    display: block;

}
.text_feature{
    position: absolute ;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: small;
}
.quotation{
    position: absolute;
    left: 0;
    top: -50px;
}


.img_javacamp2 {
    width: 100%;
}

.text_section2 {
    font-weight: 700;
    color: #7B7B7B;
}

.clouds {
    background: url("../images/clouds_space.svg") no-repeat padding-box;
    opacity: 1;
    background-size: cover;
}

.java_section3 {
    margin-top: 10rem;
}

.java_section4 {
    margin-top: 10rem;
    background: rgb(250, 245, 255);
    background: linear-gradient(0deg, rgba(250, 245, 255, 1) 44%, rgba(250, 245, 255, 0) 100%);
    padding-bottom: 9.375rem;
}

.quote {
    margin-top: 5rem;
}

/* java section 5 */

.java_section5 {
    background-color: #ebebeb;
    border-radius: 9.375rem;
    padding-top: 1.875rem;
    margin-top: -6.25rem;
}

.java_details {
    background-color: #FFFFFF;
    box-shadow: 0rem 0.188rem 0.375rem #00000029;
    border-radius: 3.125rem;
    padding-top: 3.063rem;
    padding-bottom: 3.063rem;
    padding-left: 3.375rem;
    padding-right: 3.375rem;
    margin-top: 2rem;
    position: relative;
}

.teaser-video {
    width: 546px;
    height: 300px;
}

.title2 {
    color: #8F1FFF;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.5rem;
}


.img_unterrichtenden {
    width: 100%;
    max-width: 150px;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.unterrichtentext{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.unterrichtendenname {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
}

.unterrichtendentitle {
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
}

.applybtn {
    margin-top: 2rem;
    display: block;
}

/**********************timeline java camp ***********************************/
.timeline_description{
    margin-bottom: 30px;
}
.timeline {
    position: relative;
    left: 41%;
    transform: translateX(-50%);
    height: 117.938rem;
    width: 24.5rem;
    font-weight: 600;
}
@media(max-width: 776px){
    .timeline {

        left: 44%;
    }
}
 @media(max-width: 450px){
    .timeline {

        left: 42%;
    }
} 


@media(max-width: 375px){
    .timeline {

        left: 39.5%;
    }
}

.icon_timelinestart {
    top: 2.469rem;
    left: 11.563rem;
}

.icon_timelineend {
    left: 11.563rem;
    top: 104.313rem;
}

.textend {
    top: 110.625rem;
    left: 9.5rem;
    width: 9.063rem;
    text-align: center;
}

.verticalline {
    border-left: 0.188rem solid #8F1FFF;
    height: 100.25rem;
    position: absolute;
    top: 7.25rem;
    left: 13.938rem;
}

.dot {

    height: 1.563rem;
    width: 1.563rem;
    background-color: #FFFFFF;
    border: 2px solid #8F1FFF;
    border-radius: 50%;
    display: absolute;
    left: 13.238rem;
}

.techs {
    background-color: white;
    border: 0.063rem solid #8F1FFF;
    border-radius: 0.813rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.063rem;
    padding-bottom: 0.25rem;
    margin-right: 0.2rem;
    display: inline-block;
    margin-top: 1rem;
}
.bold{
    font-weight: 700;
}

/**********************timeline dots ***********************************/
.dot1 {
    top: 10.938rem;
}

.dot2 {
    top: 17.188rem;
}

.dot3 {
    top: 23.438rem;
}

.dot4 {
    top: 29.688rem;
}

.dot5 {
    top: 35.938rem;
}

.dot6 {
    top: 42.188rem;
}

.dot7 {
    top: 48.438rem;
}

.dot8 {
    top: 54.688rem;
}

.dot9 {
    top: 60.938rem;
}

.dot10 {
    top: 67.188rem;
}

.dot11 {
    top: 73.438rem;
}

.dot12 {
    top: 79.688rem;
}

.dot13 {
    top: 85.938rem;
}

.dot14 {
    top: 92.188rem;
}

.dot15 {
    top: 98.438rem;
}

.dot16 {
    top: 104.688rem;
}

/**********************endtimeline dots ***********************************/

/**********************timeline text ***********************************/
.textcenter {
    left: 12.8rem;
}

.textright {
    left: 15.438rem;
    width: 9.063rem;
}

.text1 {
    top: 10.875rem;
    left: 3.25rem;
    width: 9.063rem;
}

.text2 {
    top: 17.125rem;
}

.text3 {
    top: 23.375rem;
    left: 7.188rem
}

.text4 {
    top: 29.625rem;
}

.text5 {
    top: 35.875rem;
    left: 5.938rem
}

.text6 {
    top: 42.125rem;
}

.text7 {
    top: 48.375rem;
    left: 6rem;
    width: 9.063rem;
}

.text8 {
    top: 54.625rem;
}

.text9 {
    top: 60.875rem;
    left: 2.563rem;
    width: 10rem;
    text-align: right;
}

.text10 {
    top: 67.125rem;
}

.text11 {
    top: 73.375rem;
    left: 3rem;
    width: 12rem;
}

.text12 {
    top: 79.625rem;
}

.text13 {
    top: 85.875rem;
    left: 6.5rem;
    width: 9rem;
}

.text14 {
    top: 92.125rem;
}

.text15 {
    top: 98.375rem;
    left: 7rem;
    width: 9rem;
}

/********************** end timeline java camp ***********************************/
#trainer{
    scroll-margin-top: 150px;
}
/* section 6 */
.java_section6 {
    margin-top: 5.625rem;
}
/* swiper */
.java_carrousel_section{
    margin-top: 5.625rem;
    height: 600px;
}
.myswiper-container {
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    height: 530px;
    position: absolute;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.card_carrousel{
    height: 430px;
    width: 300px;
    display: block;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 3px;
    padding: 20px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    background: 0% 0% no-repeat padding-box padding-box rgb(251, 251, 251);
}
.number{
    position: absolute;
    color: #8F1FFF;
    opacity: 1;
    width: 2.188rem;
    height: 2.188rem;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    padding-top: 3px;
    top: 15px;
    right: 15px;
    background: #e8e8e82a 0% 0% no-repeat padding-box padding-box ;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 100%;
}
.card_symbol{
    width: 100px;
    height: 100px;
    background: #e8e8e82a 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
opacity: 1;
backdrop-filter: blur(40px);
-webkit-backdrop-filter: blur(40px);
 border-radius: 50%;
 position: relative;
 left: -50px;
 top: -50px;
 z-index: 1;
}
.purple_circle{
    background-color: #8F1FFF;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 5px;
    left: 2px;
    filter: blur(17px);
    opacity: 0.8;
}
.card_img{
    display: block;
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 50%;
    transform: translate(-50%, 50%) !important;
}

.card1_title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: -50px;

}
/* bewerbungsporzess */
.java_bewerbungsprozess{
    margin-top: 5.625rem;
}
.line{
    position: absolute;
    left: 31px;
    z-index: -1;
    height: 100%;
}
.item_container{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.item_line{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.item_img{
position: absolute;
top: 1px
}
.item_title_container{
    position: relative;
}
.item_title{
    margin-left: 80px !important;
}

.item_paragraph{
    margin-left: 80px;

}
/* section 8 */
.java_section8 {
    padding-top: 5.625rem;
    scroll-margin-top: 50px;
}

.box_apply {
    background-color: #8F1FFF;
    background-image: url("../images/apply_space.png");
    background-repeat: no-repeat;
    background-size: auto 110%;
    box-shadow: 0rem 0.188rem 0.375rem #00000029;
    border-radius: 3.125rem;
    padding-top: 1.25rem;
    padding-bottom: 3.063rem;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-top: 7rem;
    margin-right: 1.25rem;
    position: relative;
    height: 28.125rem;

}

.logo_apply {
    width: 28rem;
    position: absolute;
    bottom: 1.25rem;
    left: 2.5rem;
}

.logo_apply_white {
    visibility: hidden;
}

.form_container .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

input.input_apply {
    background: transparent;
    border: none;
    border-bottom: 0.063rem solid white;
    width: 80%;
}

.input_apply {
    margin-bottom: 1.5rem;
}
@media (max-width: 1400px){
    .java_bewerbungsprozess {
        margin-top: 8.625rem;
    }
}

@media (max-width: 991px) {
    .tracingpurple {
        top: 20rem;
    }

    .hero_logojavacamp {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 70%;
        margin-top: -20%;

    }

    .slogan_javacamp {
        margin-left: 15%;
    }

    .hero_javacamp_text {
        margin-left: 0;
        margin-right: 0;
    }

    .hero_javacamp_bttn {
        margin-left: 0;
    }

    .img_javacamp2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }



    .unterrichtendenname, .unterrichtendentitle {
        margin-left: 2.5rem;
        width: 14.375rem;
    }



    .java_section4 {
        margin-top: 0;
        padding-top: 6rem;
        background: rgb(250, 245, 255);
    }

    .java_section3 {
        background: rgb(250, 245, 255);
        background: linear-gradient(0deg, rgba(250, 245, 255, 1) 44%, rgba(250, 245, 255, 0) 100%);
    }

    .java_section5 {
        padding-bottom: 3.125rem;
    }

    .label_sebatian {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 1.25rem;
    }

    .box_apply {
        background-image: none;
        background-color: #8F1FFF;
        height: auto;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .logo_apply {
        visibility: hidden;
        width: 10%;
    }

    .logo_apply_white {
        visibility: visible;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 3.125rem;
        margin-bottom: 3.125rem;
    }


    input .input_apply {
        width: 140%;
    }
}

@media (max-width: 767px) {
    .tracingpurple {
        top: 15rem;
    }

    .hero_logojavacamp {
        margin-top: -31%;
    }

    .slogan_javacamp {
        margin-left: 15%;
    }


    .xspadding {
        padding-left: 0rem !important;
    }

    .hero_javacamp_bttn {

        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.6rem;
        width: 100%;
        display: inline-block;

    }



    .unterrichtendenname, .unterrichtendentitle {
        width: 9.375rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        margin-top: 0;

    }


    .java_section5 {
        border-radius: 3.75rem;
    }

    .program {
        margin-right: auto !important;
        margin-left: auto !important;
        width: 90% !important;
    }

    .container_timeline {
        margin-right: auto !important;
        margin-left: auto !important;
        width: 100% !important;
    }

    .java_section5 {
        border-radius: 3.75rem;
    }

    .box1 {
        width: 100%;
    }

    .label_sebatian {
        width: 100%;
        margin-top: 1.25rem;
        margin-left: 0rem;
        margin-right: 0rem;
    }

}

@media (max-width: 576px) {
    .hero_logojavacamp {
        margin-top: -11.25rem;
        width: 110%;
        margin-left: 0;
    }

    .slogan_javacamp {
        margin-left: 0;
    }

    .tracingpurple {
        top: 16.5rem;
    }

    #home_section2 {
        background-image: none;
        background-color: #8F1FFF;
        margin-bottom: 3.125rem !important;
        display: block;
        height: 18.75rem;
        padding-left: 0rem !important;
        padding-top: 19%;
    }

    .home_section2_text {
        width: 100% !important;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
        font-size: 100%;
        text-align: center;
    }

    .img_section2 {
        display: none;
    }
    .img_unterrichtenden {
        width: 80%;
        max-width: 120px;

    }
    .unterrichtentext{
        margin-bottom: 16px;
    }
}

  

@media (max-width: 360px) {
    .hero_logojavacamp {
        margin-top: -95%;
    }


    .label_sebatian {
        width: 8.125rem;
        margin-left: -0.938rem;
    }

    .button {
        width: 6.25rem;

    }

}

/* ---------------------------------Funding--------------------------------------- */
.nr_stamp {
    background-color: white;
    color: #8F1FFF;
    border-radius: 50%;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    font-size: 0.7rem;
    font-weight: 900;
    left: 0;
    top: -0.625rem;
    width: 1.7rem;
    height: 1.7rem;
}

.funding_section2, .funding_section3, .funding_section4, .funding_section5, .partner_section5 {
    padding-top: 8.125rem;
}
.fundingbutton{
width: auto !important;
padding-left: 15px;
padding-right: 15px;
word-break: break-word;
hyphens: auto;
}
.fundingbutton:hover{
background-color: #CEA1FD;    }

.img_funding {
    width: 100%;
    filter: grayscale(100%) !important;
}

.kontact_bttn_section {
    background-color: #8F1FFF;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 1.25rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    padding-bottom: 1.875rem;
}

.anchor {
    padding-top: 5.625rem;
}


@media (max-width: 991px) {
    .button2 {
        width: 10rem;
    }

    .megatitle {
        font-size: 2.75rem;
    }

    .img_funding {
        margin-top: 2rem;
    }

    .kontact_bttn_section {
        text-align: center;

    }

    .kontakt_bttn {
        margin-top: 1.2rem;
    }


    .text_section2 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .megatitle {
        font-size: 2rem;
    }

    .kontact_bttn_section {
        border-radius: 3.125rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}


/* Partner */

.box2 {
    background-color: #EFEFEF;
    box-shadow: 0rem 0.188rem 0.375rem #00000029;
    border-radius: 3.125rem;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
    margin-top: 6.25rem !important;
    height: 100%;
}

.partner_section3 {
    margin-top: 6.25rem;
}

.text_section3 {
    margin-top: 5%;
    padding-left: 7%;
    padding-right: 7%;
}

.img_partner {
    width: 100%;
    filter: grayscale(100%);
}
@media (max-width: 1200px) {
.quote_partner{
    font-size: 2rem !important;

}
.contact_partner_text{
font-size: 1.1rem ;
margin-top: 6px !important;
display: block;
position: absolute;
}
.kontact_bttn_section {
    height: 85px;
}
}
@media (max-width: 991px) {
    .contact_partner_text{
        position: static;
        }
        .kontact_bttn_section {
            height: auto;
        }
    .icon_box2 {
        margin-top: 1.875rem;
        width: 35%;
        left: 33%;
    }

    .icon2_box2 {
        margin-top: 1.875rem;
        left: 33%;
        width: 35%;
    }

    .text_section3 {
        margin-bottom: 2.5rem;
    }

    .img_uberuns2 {
        margin-top: 3.125rem;

    }

}

@media (max-width: 576px) {
    .box2 {
        height: 100%;
    }

    .icon2_box2, .icon_box2 {
        width: 50%;
        left: 27%;
    }

    .img_uberuns2 {
        width: 100% !important;
    }
}


/* Uber uns  */
  /* Video svg about us */
  .video_container{
    position: relative;
    width: 100vw;
    height: 70vh;
    min-height: 680px;
    max-height: 755px;
    top: 0px;
    z-index: -2;
    overflow: hidden;
  }
  .video_background {
    position: absolute;
    left:50%;
    transform: translateX(-50%) !important;
    top: 0px;
    width: 100%;
    opacity: 0.55 !important;
    overflow: hidden;
    filter: grayscale(100%) !important;
  }
.svg{
    position: absolute;
    width: 100%;
    z-index: -1;
top: -230px;

}
/* end video */
.about_title{
    position: absolute;
    top: 220px;
    text-align: center;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    color: #6015ab;
    width: 80%;
    max-width: 1200px;
    mix-blend-mode: color-burn;
    

}

.about_container{   
    position: relative;
    display: block;
    background-color: #ebebee;
    padding-top: 0px;
}


.logo_eta_hero {
    margin-top: 25px;
    width: 15rem;
    mix-blend-mode:  multiply !important;
}
@media (max-width: 1286px) {
    .about_title{
       
        top: 150px;

        
    
    }
    .svg{

    top: -200px;
    
    }
    .video_background {

        width: 130%;

      }
    
}
@media (max-width:1100px){
    .video_background {

        width: 120%;

      }
}

@media (max-width: 991px) {

    .svg{

    top: -120px;
    
    }
    .video_container{
min-height: 540px;
height: 540px;


}
.video_background {

    width: 180%;

  }
  .about_container{
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 530px) {

    .svg{

    top: -100px;
    width: 120%;
    right: 0;

    }
    .video_background {

        width: 200%;
    }
    .logo_eta_hero {

        width: 10rem;
       
    }
    .about_title{
        top: 110px;
        font-size: 19px;

    }
    .video_container{
        min-height: 460px;
        height: 460px;
        
        
        }

}
@media (max-width: 364px) {

    .video_background {

        width: 230%;
    }
    .svg{

        top: -85px;

    
        }

    }
.img_uberuns2 {
    width: 31.25rem;
    filter: grayscale(100%) !important;
   
}



.uberuns_section1 {
    margin-top: 3.125rem !important;
}

.uberuns_section2, .uberuns_section3, .uberuns_section4, .uberuns_section5 {
    margin-top: 6.25rem !important;
}

.uberuns_section6 {
    margin-top: 10.625rem;
}

.uberuns_section5 {
    margin-bottom: 12.5rem;
}
.logo_zertifikat{
    width: 100%;
    max-width: 250px;
    margin-top: 30px;
    top: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*    */
.icon_qualitatsziele {
    width: 6.25rem;
}

.icon_awards {
    width: 9.375rem;
    margin-bottom: 1.25rem;
}

.trainerawards {
    margin-top: 3.125rem;
    display: block;
    margin-left: 6.25rem;
    margin-right: 6.25rem;
}

@media (min-width:1730px){
    .svg {

        top: -280px;
    }
}@media (min-width:2120px){
    .svg {

        top: -320px;
    }
}
@media (max-width: 1199px) {
    .img_uberuns1 {
        left: -18.75rem;
    }

    .teaser-video {
        width: 456px;
        height: 250px;
    }
}
@media (max-width:991px){
    .teaser-video {
        margin: 0 auto 1rem auto;
        text-align: center;
        display: block;
    }
}
@media (max-width: 670px) {
    .teaser-video {
        width: auto;
        height: auto;
        margin: 0 auto 1rem auto;
        text-align: center;
        display: block;
    }
}
@media (max-width: 360px) {

    .mobile-padding-none{
        padding-right: 0px !important;
        padding-left: 0px !important;
}}
@media (max-width: 991px) {
    .uberuns_hero {
        margin-top: 40% !important;
        text-align: center;
    }

    .img_uberuns1 {
        left: -9.375rem;
        top: -12.5rem;
        width: 46.875rem;
    }

    .icon_unserglaube {
        width: 150px;
    }

    .center_small {
        text-align: center;
    }

    .unserglaube_box .paragraph.center {
        font-size: 1.25rem;
    }

    .unserglaube_box .col-lg-4 {
        margin-bottom: 1rem;
    }

    .unserglaube_box:nth-child(even) .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .img_uberuns1 {
        top: -18.75rem;
    }

}

@media (max-width: 576px) {
    .img_uberuns1 {
        left: -18.75rem;
    }

}


/* Kontakt */
.contact_section1 {
    padding-top: 9.375rem;
    background-color: transparent;
    padding-bottom: 8.125rem;
}

.box_contactform {
    background-color: #EBEBEB;
    border-radius: 6.25rem;
    padding-top: 0.625rem;
    padding-left: 1.563rem;
    padding-right: 1.563rem;
    padding-bottom: 0.875rem;
    height: 100%;
    margin-bottom: 18.75rem;
}

.contact_info {
    background-color: #8F1FFF;
    border-radius: 6.25rem;
    width: 100%;
}

.logoblurry {
    width: 25rem;
    right: -3rem;
    bottom: -3.75rem;
}

.contactinfo_title {
    padding-top: 2.5rem;
    padding-left: 3.75rem;
}

.contactinfo_subtitle {
    padding-left: 3.75rem;
    width: 80%;

}

.contact_details {
    padding-left: 3.75rem;
    margin-top: 6.25rem;
}

.contact_links {
    padding-left: 3.75rem;
    margin-top: 16.25rem;
}

.contact_details_text {
    display: grid;
    grid-template-columns: 2rem auto;
    grid-auto-flow: column;
    margin-bottom: 1.875rem;
    font-weight: 500;
    font-size: 0.813rem;
}

.contact_cnt {
    margin-bottom: 3.125rem;
}

.subhead {
    margin-bottom: 1.563rem;
}

.fill_form {
    padding-top: 6.25rem;
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;

}



input.input_contact {
    background: transparent;
    border: none;
    border-bottom: 0.063rem solid #707070;
    width: 100%;
    color: #481080;
}

.col-lg-16 .input_contact {
    width: 100%;
}

.interest_cnt label {
    margin-right: 2%;
}

.interest_cnt .col-lg-3 {
    padding-right: 0;
    min-width: 139px;
}

textarea {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0.5rem;
    display: inline-block;
}

.img_standort {
    width: 100%;
}


/* checkbox */
.checkbox-round {
    width: 1em;
    height: 1em;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    border: 0.125rem solid rgb(255, 255, 255);
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin-bottom: 0.25rem;
    margin-right: 0.1rem;
}

.checkbox-round:checked {
    background-color: #8f1fff;
}

.contactourleaders {
    margin-left: 6.25rem;
    width: 6.25rem;
}

.parent_section4 {
    width: 100%;
    height: 6.25rem;
}

.contact_section4 {
    background-color: #EBEBEB;
    width: 100%;
    height: 800%;
    z-index: -2;
    position: absolute;
    top: -17.813rem;
}

.box3 {
    background-color: white;
    box-shadow: 0rem 0.188rem 0.375rem #00000029;
    width: 15.625rem;
    border-radius: 5rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    padding-top: 2.813rem;
    padding-bottom: 3.125rem;
    position: absolute;
    top: -9.375rem;
}

input:focus{
    outline: none;
    background-color: #8f1fff1a !important;
    border-radius: 10px;
    outline: 1px solid #8f1fff;
    padding-left: 5px;
}
textarea:focus{
    outline: none;
    background-color: #8f1fff1a ;
    border-radius: 10px;
    outline: 1px solid #8f1fff;
    padding: 5px;
}
.img_vinzent {
    width: 8.125rem;
    margin-bottom: 0.625rem;
}

.contact_section4 {
    top: -13.75rem;
}


@media (max-width: 991px) {
    .box_contactform {
        margin-bottom: 2.5rem;
    }

    .form_container {

        text-align: center;
    }

    .contactourleaders {
        text-align: center;
        margin-left: 0rem;
    }

    .box3 {
        display: block;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        top: 3.75rem;
        margin-bottom: 3.125rem;
    }
    .fill_form {

        padding-bottom: 3.125rem;
    }

}

@media (max-width: 576px) {
    .box_contactform {
        border-radius: 3.125rem;

    }

    .contact_info {
        border-radius: 3.125rem;
        height: 40.625rem;
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important;
    }

    .contact_details, .contactinfo_subtitle, .contactinfo_title {
        padding-left: 0rem;
    }

    .logoblurry {
        width: 11.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
    }

    .contact_links {
        margin-top: 3.125rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        text-align: center;
    }

    .button_contact {
        width: 100%;
    }
}


/* Tech Trainings Workshops */

.workshops_section1 {
    margin-top: 9.375rem;
}

.img_techtrainings {
    width: 100%;
    filter: grayscale(100%) !important;
}

.logo_techtrainings {
    width: 100%;
    margin-bottom: 3.125rem;
}

.tech_header_info {
    margin-left: 3.125rem;
}

.workshops_section2, .workshops_section3 {
    margin-top: 6.25rem;
}

.workshops_intro {
    margin-bottom: 6.25rem;
}

.box_tech {
    background-color: white;
    box-shadow: 0rem 0.188rem 0.375rem #00000029;
    border-radius: 3.125rem;
    width: 21.875rem;
    height: 25rem;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
    padding-left: 2.188rem;
    padding-right: 2.188rem;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: box-shadow 400ms ease-out 100ms
}

.box_tech:hover {
    box-shadow: 0.438rem 0.438rem #481080;
}
.box_tech2:hover {
    box-shadow: 0.438rem 0.438rem #4220BA;
}

.tech_icons {
    left: -1.875rem;
    top: -3.75rem;
    width: 6.875rem;
}

.button_tech_box {
    bottom: 1.875rem;
}

.comingsoon {
    padding: 43% 0;
    position: unset;
}

/* Tech Trainings ondemad */
.logo_ondemad {
    width: 70%;
    margin-bottom: 3.125rem;
}
.video-container-ondemand{
    height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.video-ondemand{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 30px;
width: 100%;
height: 100%;
}
@media (max-width: 991px) {
    .img_techtrainings {
        width: 80%;
        margin-top: 3.125rem;

    }

    .logo_techtrainings {
        width: 80%;
        margin-top: 1.25rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tech_header_info {
        margin-left: 0rem;
    }

    .workshops_intro {
        margin-bottom: 3.125rem;
    }

    .logo_ondemad {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 576px) {
    li {
        margin-top: 0;
        background: unset;

    }

    li a {
        background: unset;
    }

    .box_tech {
        width: 110%;
        height: 28.125rem;
    }

    .img_techtrainings {
        width: 100%;
    }

    .logo_techtrainings {
        width: 100%;
        margin-top: 0rem;
    }

    .comingsoon {
        padding-top: 60%;
    }

    .comingsoon .paragraph {
        font-size: 1.2rem;
    }

    .logo_ondemad {
        width: 100%;
    }
}


/* popup tech trainings */
#unable-scroll.active2 {
    overflow: hidden;
  }
#blur.active2 {
    filter: blur(80px) brightness(1.05);
    -webkit-filter: blur(80px) brightness(1.05);
    transition: 0.3s ease-in-out;
}

  /* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root #blur.active2 {
    will-change: transform;
}

#blur{
    transition: 0.5s ease-in-out;
}
.popup {
    position: fixed;
    top: 10%;
    left: 3%;
    right: 3%;
    visibility: hidden;
    opacity: 0;
    transition: 0,5s;
}

.popup.active2 {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease-in-out;
    transition-delay: 0.5s;
}

.x_button {
    position: sticky;
    left: 100%;
    top: 2.5rem;
    right: 2.813rem;
    box-shadow: 0rem 1rem 1rem #0000000c;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: block;
    transition: 0.3s ease-in-out;
    z-index: 10;
}

.x_button:hover {
    width: 45px;
    height: 45px;
    box-shadow: 0rem 1rem 1rem #00000022;
}

.box_tech_popup {
    border: 3px solid #eeeeee;
    border-radius: 3.125rem;
    padding: 0;
    margin-top: 2.5rem;
    max-height: calc(100vh - 11rem);
    overflow-y: auto;
    position: relative;
    transition: 0.3s ease-in-out;
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-top: 1rem !important;
}
.box_tech_popup.scroll-shadow {
    box-shadow: inset 0px -30px 40px -30px #000000bd;
  }
  .scroll-down {
    opacity: 0;
  }
  .scroll-down.scroller {
    padding: 5px 10px 5px 10px;
  
    text-align: center;
    position: sticky;
    left: 49%;
    transform: translateX(-50%);
    opacity: 1;
    bottom: 30px;
  }
  .scroll_animation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px !important;
  }
  .btn-mobile-popup{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
  }

.tech_icons2 {
    width: 8.75rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
}
.inner-content {
    z-index: -5 !important;
    position: relative;
  }

.box_tech_popup .row .col-lg-5 {
    padding-bottom: 2rem;
}

.box_tech_popup2 {
    background-color: #EFEFEF;
    box-shadow: 0.313rem 0.313rem 0.313rem #0000001A;
    border: 0.031rem solid #FFFFFF;
    border-radius: 2.125rem;
    padding-left: 1.375rem;
    padding-right: 0.938rem;
    padding-top: 1.125rem;
    padding-bottom: 1.875rem;
    margin-top: 1.25rem;
    z-index: -1;
}


.internal_popup_boxes {
    margin-top: 3.125rem !important;
}

.btn-small {

    display: none;
}

.btn-large {

    display: block;
}

.accordion-header, .accordion-button, .accordion-item {
    border-radius: 3.125rem !important;
}

.accordion-item {
    border-radius: 25px!important;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    color: #8F1FFF !important;
    box-shadow: unset !important;
}

@media (max-width: 991px) {
    .box_tech_popup {
        padding-left: 3.125rem !important;
    }

    .tech_icons2 {
        left: 3.125rem;
    }

    .btn-small {

        display: block;
    }

    .btn-large {

        display: none;
    }

    .internal_popup_boxes {
        margin-top: -1.875rem !important;
    }
}
@media (max-width: 360px) {
    .xxs_mobile{    
        font-size: 12px;

}}



/* FAQ */
.faq_section1 {
    margin-top: 9.375rem;
}

.accordion__button {
    display: block;
    width: 100%;
    height: 4.375rem;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: white;
    text-align: left;
    transition: background-color 0, 2s;
    padding-left: 1.875rem;

}

.accordion__button::after {
    content: "\25be";
    float: right;
    margin-right: 1.25rem;
    transform: scale(1.5);
}

.accordion__button--active3 {
    background-color: white;
}

.accordion__button--active3::after {
    content: "\25b4";
}

.accordion__content {

    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s;
    padding-left: 1.875rem;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
    margin-top: -2.5rem;
    background-color: white;
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;


}


/* scroll animation */

.hidden {
    filter: blur(5px);
    opacity: 0;
    transition: all 0.8s;
}


.hiddenleft {
    filter: blur(5px);
    opacity: 0;
    transition: all 0.5s;
    transform: translateX(-100%);
}

.hiddenright {
    filter: blur(5px);
    opacity: 0;
    transition: all 1s;
    transform: translateX(100%);

}

.show2 {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
    transition: all 0.8s;
}

@media (prefers-reduce-motion) {
    .hidden {
        transition: none;
    }
}

.element1 {
    transition-delay: 200ms;
}

.element2 {
    transition-delay: 400ms;
}

.element3 {
    transition-delay: 600ms;
}

.element4 {
    transition-delay: 600ms;
}

.element5 {
    transition-delay: 700ms;
}

@media (max-width: 768px) {

    .element2, .element3, .element4, .element5 {
        transition-delay: 200ms !important;
    }

}

/* impressum */

#section_impressum {
    margin-top: 9.375rem;
}







/**/



/* swiper */
.trainings-carrousel{
    position: relative;
}
  .shadow-box{
    position: absolute;
    width: 18%;
    max-height: 600px;
    height: 100%;
    z-index: 2;
    background: transparent linear-gradient( 90deg, #ebebeb 0%, #ebebebe7 29%, #ebebebd8 59%, #ebebeb00 100% ) 0% 0% no-repeat padding-box;
  }
  .shadow-box-end{
    position: absolute;
    right: 0px;
    width: 18%;
    max-height: 600px;
    height: 100%;
    z-index: 2;
    background: transparent linear-gradient( 270deg, #ebebeb 0%, #ebebebe7 29%, #ebebebd8 59%, #ebebeb00 100% ) 0% 0% no-repeat padding-box;
  }
  @media (max-width: 500px){
    .shadow-box{
        display: none;
      }
      .shadow-box-end{
        display: none;
      }
  }





