* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #272727;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #fff;
}

.logoimage {
    width: 45px;
    height: 45px;
    border-radius: 50%; 
    margin-right: 10px;
}

.html{
    scroll-behavior: smooth;
}
/* Homepage */

/* navbar */

.nostyle {
    border: none;
    background-color: transparent;
}

.nav {
    width: 100%;
    z-index: 2;
    position: fixed;
    top: 0; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 11%;
    padding-right: 11%;

}

.language-link {
    background-color: transparent;
}

.dark {
background-color: #212020;
}

.vertical {
    width: 2px;
    height: 35px;
    background-color: #383838;
    z-index: 3;
}


.logo {
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: 'VT323', monospace;
}

.logoandmenu {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    display: none;
}

.green {
    
    color: rgb(56, 56, 171);
    color: rgb(77, 77, 166);
    font-family: 'VT323', monospace;
    color:#41EC9D ;

}

.ul {
    display: flex;
    list-style: none;
    width: 300px;
    justify-content: space-evenly;
    font-size: 0.9rem;
}

li:hover {
    text-decoration: underline;
    text-underline-offset: 0.4em;
}

option {
    background-color: blueviolet;
    width: 30px;
    height: 30px;
}


.language {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin-right: 8px;
}

.language:hover {
    border: 2px solid #fff;
}

.languages {
    display: flex;
    width: 282px;
    justify-content: space-between;
    align-items: center;
}

.encircled {
    background-color: #fff;
    color: #272727;
}

.subscribe {
    
    font-size: 0.9rem;
    width: 130px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: transform 0.2s;
    text-decoration: none;
  
}

li {
    background-color: transparent;
}

.subscribe:hover {
background-color: #fff;
color: #272727;
}

a {
    text-decoration: none;
    background-color: #272727;
}

.scroll-line {
    
    width: 0;
    height: 3px;
    z-index: 2;
    position: fixed;
    top: 60px; 
    background-color: #41EC9D;
}

.menu {
    height: 35px;
    width: 35px;
}

/* navbar */


/* intro */

.description {
    
    max-width: 800px ;
}

.section {
    display: flex;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.paragraph {
    padding-right: 30px;
    font-size: 1.1rem;
}

.intro {
    background-color: deeppink;
}

.arrow {
    width: 40px;
    height: 60px;
   
}

.left {
    rotate: 180deg;

}

.leftmove {
    margin-left: 10px;
    margin-right: 10px;
}

.right {
    margin-left:10px ;
    margin-right: 10px;
}

.move {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.toleft:hover .arrow {
    transition: 0.3s;
    transform: translateX(5px); 
}

.toright:hover .arrow {
    transition: 0.3s;
    transform: translateX(5px); 
}

.rectangle {
    width: 7px;
    height: 93%;
    background-color: #41EC9D;
    border-radius: 3px;
    
}

.liniev {
    height: 250px;
    width: 5px;
    background-color: #fff;
    margin-right: 20px;
}

.dots {
    width: 120px;
    height: 50px;
    
    margin-right: 7px;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
}

.section {
    width: 33.33333333%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    
}

.sections {
    width: calc(100%-145px);
    height: 100%;
    overflow: hidden;
   background-color: crimson; 
    
}

.sectionsthree {
    width: 300%;
    height: 100%;
    display: flex;
}

.text {
    margin-left: 40px;
}

.spacedandpadding {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 40px ;
}



.title-value {
    font-size: 3.5rem;
    font-family: 'VT323', monospace;
}

.dot {
    width: 14px;
    border-radius: 50%;
    height: 14px;
    background-color: #fff;
}

.slides {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    background-color: darkgoldenrod;
    
}

.slide {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    background-color: #383838;
    display: flex;
    align-items: center;
}

.black {
    background-color: black;
}

.bigger {
    width: 18px;
    border-radius: 50%;
    height: 18px;
    background-color: #fff;
}

.intro {
    width: 100%;
    aspect-ratio: 1/0.4;
    background-color:#272727;

    margin-top: 60px;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

.computer {
   background-color: transparent;
    width: 45%;
    aspect-ratio: 1/0.9;
}

.topsocial {
   
    margin-top: 10px;
}

.platformtop {
    width: 30px;
    height: 30px;
    margin-right: 5px;

}

.graph {
    width: 33%;
    aspect-ratio: 1/1;
}

.description {
    background-color: #272727;
    
}

.title {
   
    margin-bottom: 5px;
    font-size: 4.5rem;
    display: flex;
    font-family: 'VT323', monospace;
}

.paragraph {
    
    line-height: 1.7;
    
    margin-top: 30px;
    margin-bottom: 30px;
}

.more {
    width: 130px;
    height: 38px;
    border-radius: 30px;
    background-color: #41EC9D;
    border: none;
    margin-top: 20px;
}

.more:hover {
    background-color: #383838;
    color: #41EC9D;
    text-decoration: underline;
    text-underline-offset: 0.4em;
}

.company {
    display: flex;
    align-items: center;
    margin-left: 5px;
    
    font-family: 'VT323', monospace;
}

.greenpart {
    color: #41EC9D;
    margin-left: 10px;
    font-family: 'VT323', monospace;
}

/* intro */


/* why chose us */

.about {
    margin-top: 80px;
    width: 100%;
    margin-bottom: 100px;
}

.choose {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
}

.boxes {
    display: flex;
    margin-top: 50px;
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
    
}

.boxline {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.box {
    width: 220px;
    height: 270px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.box:hover {
    background-color: #383838;
}

.box:nth-child(2) {
    transition-delay: 500ms;
}

.box:nth-child(3) {
    transition-delay: 1000ms;
}




/*
.box {
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 1s, transform 1s;
}

.box.visible {
    opacity: 1;
    transform: translateY(0);
}
*/


.box {
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 1s, transform 1s;
}

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



  


.circle {
    width: 80px;
    height: 80px;
    transform: translate(82%,-40px);
    border-radius: 50%;
    background-color: transparent;
}

.photo {
    width: 80px;
    height: 80px;
}

.minititle {
    font-size: 1rem;
    text-align: center;
    margin-bottom:  3px;
    background-color: transparent;
}

.aboutUs {
    text-align: center;
    background-color: transparent;
    line-height: 1.7;
}

/* why chose us */


/* programminglanguages */



.programminglanguages {
    width: 100%;
    margin-bottom: 100px;
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.titlelanguage {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.thelanguages {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    
}

.thelanguage {

    width: 20%;
    aspect-ratio: 250/550;
    min-width: 250px;
    border-radius: 5px;
    border: 1.5px solid #fff;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 1s, transform 1s;
}

.typelanguage {
    width: 100%;
    height: 60px;
    background-color: #41EC9D;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    text-align: center;
}


.typelanguage:hover {
    text-decoration: underline;
    text-underline-offset: 0.4em;
}

.logolanguage {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    background-color: transparent;
    align-items: center;
    justify-content: space-evenly;
   
}

.thelogo {
    width: 150px;
    height: 150px;
}

/* programminglanguages */


/* team */

.team {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.titleteam {
    display: flex;
    justify-content: center;
}

.members {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    margin-bottom: 100px;
}


.photoposition {
   width: 200px;
   height: 200px;
   border-radius: 50%;
}

.position {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

/* team */


/* features */

.aboutFeatures {
    width: 100%;  
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}

.features {
    width: 52%;
    
}

.titleFeature {
    display: flex;
    justify-content: center;
}

.image {
    width: 45%;
    aspect-ratio: 1/0.8;
}

.TheFeatures {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
}

.two {
    display: flex;   
    justify-content: space-between;  
    width: 100%;
    margin-top: 5%;
}

.feature {
    width: 46%;
    aspect-ratio: 275/80;
    border-radius: 5px;
    background-color: #383838;
    display: flex;
    align-items: center;
    padding-left: 20px;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 1s, transform 1s;
   
}

.feature:nth-child(2) {
    transition-delay: 300ms;
}

.feature:nth-child(3) {
    transition-delay: 600ms;
}

.feature:nth-child(4) {
    transition-delay: 900ms;
}

.feature:nth-child(5) {
    transition-delay: 1200ms;
}

.feature:nth-child(6) {
    transition-delay: 1500ms;
}

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

.circleFeature {
   height: 70%;
   aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    transition: transform 0.2s;
}

.feature:hover .circleFeature {
    transform: scale(1.2); 
}

.actualFeature {
    margin-left: 10px;
    background-color: #383838;
    font-size: 1.1rem;
}

/* features */


/* footer */

.underline {
    display: flex;
    justify-content: space-between;
    background-color: #212020;
    align-items: center;
    
    height: 48.5px;
}

.thetwo {
    display: flex;
    margin-left: 5px;
    background-color: #212020;
    font-family: 'VT323', monospace;
    font-size: 1.5rem;
}

.copy {
    display: flex;
}

.logofooter {
    display: flex;
    margin-right: 5px;
    font-family: 'VT323', monospace;
}

.greenfooter {
    color: #41EC9D;
    background-color: #212020;
    font-family: 'VT323', monospace;
}

.platform {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  background-color: #212020;
}

.infofooter {
    height: 200px;
    width: 100%;
    background-color: #212020;
}

footer {
    background-color: #212020;
    width: 100%;
}

.thingsaboutus {
   height: 190px;
   width: 100%;
   background-color: #212020;
   display: flex;
   justify-content: space-evenly;
   padding-top: 20px;
}

.copyrights {
    
    margin-bottom: 5px;
    width: 100%;
    background-color: #212020;
    padding-left: 40px;
    padding-right: 40px;
}

.linefooter {
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    margin-bottom: 5px;
}

.socialmedia {
    background-color: #212020;
}

.titlething {
    font-size: 1.1rem;
    background-color: #212020;
    width: 100%;
}

.thing {
    width: 20%;
    display: flex;
    flex-direction: column;
    background-color: #212020;
}

.smallline {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.aboutthing {
    text-align: left;
    background-color: #212020;
    line-height: 1.7;
    font-size: 0.9rem;
}

.location {
    display: flex;
    background-color: #212020;
}

.platform:hover {
    transform: scale(1.3);
}

.locationphoto {
    width: 50px;
    height: 50px;
    background-color: #212020;
}

.locationname {
    display: flex;
    align-items: center;
    background-color: #212020;
}

.telNummer {
    background-color: #212020;
}

.email {
    background-color: #212020;
}

.thing:hover .smallline {
    width: 70px; 
}

/* footer */

/* Homepage */



/* Contact */

.contactFormular {
    width: 60%;
    height: 510px;
    margin: 120px auto;
    border-radius: 5px;
    background-color: #212020;
    display: flex;
    align-items: center;
    min-width: 700px;
}

.right {
    margin-left: 5px;
}

.map {
    width: calc(50% - 0.75px);
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.googlemap {
    width: 100%;
    height: 100%;

}

.verticalLine {
    height: 90%;
    width: 1.5px;
    background-color: #fff;
}

.verticalLine730 {
    display: none;
}

.information {
    width: calc(50% - 0.75px);
    background-color: transparent;
    height: 100%;
    padding: 30px;
}

.titleContact {
    background-color: #212020;
    margin-bottom: 20px;
}

.nameandfamilyname {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #212020;
}

.name {
    border: none;
    width: 45%;
    height: 30px;
    padding-left: 5px;
    font-weight: 700;
    font-weight: 1rem;
}

input.name::placeholder {
    font-weight: 600;
    color: #ffffff; 
}


form {
    background-color: #212020;
}

.otherinfo {
    height: 30px;
    border: none;
    margin-top: 20px;
    padding-left: 5px;
    font-weight: 700;
    font-weight: 1rem;
    width: 100%;

}

textarea {
    width: 100%; 
    margin-top: 20px;
    padding-left: 5px;
    border: none;
    padding-top: 5px;
}

.gender {
    margin-top: 20px;
    padding: 5px;
}

.gendertitle {
    font-size: 1rem;
    margin-right: 5px;
}

textarea::placeholder {
    font-weight: 600;
    color: #ffffff; 
}


input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    margin-right: 5px;
    transform: scale(1.5);
}


input.otherinfo::placeholder {
    font-weight: 600;
    color: #ffffff; 
}

.send {
    margin-top: 10px;
    background-color: #fff;
    color: #212020;
    width: 90px;
    height: 30px;
    border: none;
    font-weight: 600;
    color: #212020; 
    border-radius: 5px;
}

.send:hover {
    color: #fff;
    background-color: #212020;
}

/* Contact */


/* Projects */

.projects {
    margin-top: 100px;
    width: 100%;
}

.titleprojects {
    margin-left: 15%;
}

.smalllineprojects {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-left: 15%;
    margin-top: 5px;
}

.theprojects {
    width: 80%;
    background-color: #383838;
    margin: 50px auto ;
    border-radius: 5px;
    display:flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
 
    padding-bottom: 30px;
}

.project {
    width: 45%;
    aspect-ratio: 16/9;
    margin-top: 30px;
    margin-right: 30px;

}

.project:hover  {
   border: 2px solid #fff;
}


/* Projects */


/* Services */


.extended {
    background-color: rgba(169, 169, 169, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width:  100%;
    height: 100%;
    display: none;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    transition: transform 1s ease-in-out;
    
}

.extend {
   width: 120px;
   height: 35px;
   margin-top:5px;
   border-radius: 17.5px;
   box-sizing: border-box;
   background-color: #41EC9D;
   color: #272727;
   
}

.close {
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    z-index: 10;
}


.x {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.moreinfo {
    width: 50%;
    height: 85%;
    background-color: #383838;
    z-index: 6;
    position: absolute;
    border-radius: 30px;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    flex-direction: column;
    
    transform: translate(-50%,-50%);
 
    
}

.subject-x {
    width: 100%;
    height: 60px;
    background-color: #212020;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.aditional {
    height:calc(100% - 60px);
    width: 100%;
    padding: 20px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.active-more {
    display: flex;
    

}

.aditional-title {
    background-color: transparent;
    
    margin-bottom: 30px;

}

.Services {
    margin-top: 100px;
    width: 100%;

}

.titleservices {
    margin-left: 15%;
}

.smalllineservices {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-left: 15%;
    margin-top: 5px;
}

.theservices {
    width: 90%;
    margin: 50px auto ;
    border-radius: 5px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.service {
    width: 31%;
    min-width: 250px;
    aspect-ratio: 1/0.75;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;

}

.titleservice {
    font-size: 1.1rem;
    background-color: transparent;
    margin-bottom: 10px;
}

.aboutservice {
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: center;
    background-color: transparent;
}

.imageservice {
    width: 60px;
    height: 60px;
    background-color: transparent;
}

.service:hover {
background-color: #383838;

}


/* Services */

/* Technologies */

.techologies {
    width: 100%;
    margin-top: 100px;
}

.titletechnologies {
    margin-left: 15%;
}

.smalllinetechologies {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-left: 15%;
    margin-top: 5px; 
}

.technologie {
    width: 80%;
    aspect-ratio: 1/0.20;
    background-color: #383838;
    margin: 50px auto;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    min-height: 150px;
}

.techno {
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #212020;
    border-radius: 20px;
    padding: 5px;
    
}

.imagetechno {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.abouttechno {
display: flex;
justify-content: center;
align-items: center;
padding-left: 7%;
background-color: transparent;
}

/* Technologies */



.intro {
   height: calc(100vh - 100px);
}


@media  screen and (max-width: 1200px) {

    
    .technologie {
        width: 80%;
        aspect-ratio: 1/0.24;
        background-color: #383838;
        margin: 50px auto;
        border-radius: 20px;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        min-height: 150px;
    }
    }

@media  screen and (max-width: 1100px) {

.theprojects {
    flex-direction: column;
}

.project {
    width: 90%;
}

/*intro*/

.title {
    font-size: 3rem;
}

/*intro*/

.technologie {
    width: 80%;
    aspect-ratio: 1/0.26;
    background-color: #383838;
    margin: 50px auto;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    min-height: 150px;
}
}

@media  screen and (max-width: 1000px) {

    /* nav */
    .ul {
        width: 100%;
       flex-direction: column;
       background-color: #212020;
       display: none;
    }

    .vertical {
        display: none;
    }

    li {
        background-color: #212020;
    }

    .linknav {
        background-color: #212020;
    }

    #language {
        background-color: #212020;
    }

    #language1 {
        background-color: #212020;
    }

    #language2 {
        background-color: #212020;
    }


    .active {
        display: flex;
    }

    .logo {
        background-color: #212020;
    }

    .green {
        background-color: #212020;
    }

    .logoandmenu {
       width: 100%;
       display: flex;
       justify-content: space-between;
       height: 60px;
       align-items: center;
       background-color: #212020;
    }

    .nav {
        padding-left: 6%;
        padding-right: 6%;
        flex-direction: column;
        z-index: 2;
        position: fixed;
        top: 0; 
        background-color: #212020;
    }

    .languages {
        flex-direction: column-reverse;
        justify-content: space-evenly;
        background-color: #212020;
        display: none;
    }

    .languagesactive {
       display: flex;
    }

    .threelanguages {
        padding-left: 5px;
        height: 30px;
        margin-top: 20px;
        background-color: #212020;
    }

    .subscribe {
        margin-right: 0;
        margin-top: 20px;
        background-color: #212020;
        margin-bottom: 20px;
    }

    li {
       margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        background-color: #212020;
    }

    .menu {
        display: flex;
    }

    /* nav */

    /* why chose us */

    .boxes {
        width: 90%;
    }

    /* why chose us */

    /*intro*/

.title {
    font-size: 3rem;
}

.intro {
    aspect-ratio: 1/0.5;

}

/*intro*/


.technologie {
    width: 80%;
    aspect-ratio: 1/0.29;
    background-color: #383838;
    margin: 50px auto;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    min-height: 150px;
}

}

@media  screen and (max-width: 970px) {
    .service {
        width: 40%;
        min-width: 300px;
        aspect-ratio: 1/0.75;
        border: 1px solid #fff;
        border-radius: 5px;
        margin: 10px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    /*intro*/

      .title {
        font-size: 2.8rem;
      }

    /*intro*/

             /* why chose us */
             .boxline {
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                height: 950px;
            }
        
            .boxes {
                transform: scale(1);
                height: 950px;
            }
        
            /* why chose us*/

            
}

@media  screen and (max-width: 850px) {

    /* why chose us */
    .boxes {
        width: 90%;
        
    }
    /* why chose us */

    /* features */

    .features {
        width: 80%;
    }

    .image {
        width: 60%;
    }

    .aboutFeatures {
        flex-direction: column;
        align-items: center;
    }

    .features {
        margin-top: 30px;
    }

    /* features */

    /* programminglanguages */

    .thelanguages {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .thelanguage {
        margin-top: 30px;
    }

    .titlelanguage {
        margin-bottom: 0;
    }

    .programminglanguages {
        margin-top: 60px;
    }
    
    /* programminglanguages */

    /* team */

    .members {
        justify-content: space-between;
        padding-left: 5%;
        padding-right: 5%;
    }

    .photoposition {
        width: 150px;
        height: 150px;
    }

    /*team */

    .technologie {
        width: 90%;
    }

    .technologie {
        width: 83%;
        aspect-ratio: 1/0.35;
        background-color: #383838;
        margin: 50px auto;
        border-radius: 20px;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        min-height: 150px;
    }

}

@media  screen and (max-width: 850px) {

    /* intro */
    .intro {
        
        height: 700px;
    }
    
    .description {
        margin-top: 10px;
    }
    
    .computer {
        
       width: 60%; 
    }

    .section {
        flex-direction: column;
    }

    .graph {
        width: 45%;
    }

    .text {
        margin-left: 0px;
    }
    /* intro */
    
    /* footer */

    
    /* footer */
    

    
    /* features */
    
    .thetwo {
        margin-bottom: 5px;
        transform: scale(1);
    }
    
    /* features */

    .moreinfo {
        width: 80%;

    }
    
    }

@media  screen and (max-width: 730px) {
      /* why chose us */
    .boxes {
        width: 100%;
        flex-wrap: wrap;
        transform: scale(0.9);
    } 
    /* why chose us */

    
    /* team */
    .members {
        flex-direction: column;
        align-items: center;
    }

    .photoposition {
        width: 200px;
        height: 200px;
    }

    .member {
        margin-top: 30px;
    }

    /* team */

    /* features */

  
    /*  features */

    /* footer */


    /* footer */

    /* contact */

    .contactFormular {
        height: 900px;
        flex-direction: column-reverse;
        width: 80%;
        min-width: 400px;
    }

    .information {
        width: 80%;
        height: calc(50% - 0.75);
    }

    .map {
        width: 80%;
        height: calc(50% - 0.75);
    }

    .verticalLine {
        display: none;
    }

    .verticalLine730 {
        display: flex;
        width: 90%;
        height: 1.5px;
        background-color: #fff;
    }


    .map {
        width: 80%;
    }

    /* contact */

    /*intro*/

    .intro {
        height: 750px;
    }
    
    .description {
        margin-top: 10px;
    }
    
    .computer {
        width: 80%;
        
    }

    /*intro*/


    .moreinfo {
        width: 90%;
    }

    .technologie {
        width: 90%;
        aspect-ratio: 1/0.40;
        background-color: #383838;
        margin: 50px auto;
        border-radius: 20px;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        min-height: 150px;
    }

    .abouttechno {
        font-size: 0.9rem;
    }
}


@media  screen and (max-width: 730px) {
    /* Services */
    .service {
            
        min-width: 300px;
    }




    /* Services */

   
}


@media  screen and (max-width: 700px) {
 

    .technologie {
        width: 95%;
        aspect-ratio: 1/0.45;
        background-color: #383838;
        margin: 50px auto;
        border-radius: 20px;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        min-height: 150px;
    }
   
}



@media  screen and (max-width: 644px) {


    /* features */
    
    .image {
        min-width: 300px;
    }
    
    .two {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    
    .feature {
        margin-top: 30px;
        width: 70%;
        min-width: 300px;
    }

    /* features */


    /* footer */

    .thingsaboutus {
        height: 420px;
        flex-wrap: wrap;
    }

    .thing {
        min-width: 220px;
    }

    /* footer */

    .moreinfo {
        height: 90%;
    }
    
    }

    @media  screen and (max-width: 560px) {
        .technologie {
        width: 90%;
         aspect-ratio: 1/0.50;
         align-items: center;
        }

        .techno {
            max-height: 140px;
        }

        /*intro*/
        .title {
            font-size: 2.3rem;
        }
        /*intro*/


        .technologie {
            width: 95%;
            aspect-ratio: 1/0.45;
            background-color: #383838;
            margin: 50px auto;
            border-radius: 20px;
            padding: 10px;
            display: flex;
            justify-content: space-between;
            min-height: 150px;
        }
    
        .abouttechno {
            font-size: 0.85rem;
        }
    }

    @media  screen and (max-width: 500px) {

        .move {
            transform: scale(0.8);
        }

        .technologie {
            width: 90%;
            aspect-ratio: 1/0.60;
            background-color: #383838;
            margin: 50px auto;
            border-radius: 20px;
            padding: 10px;
            display: flex;
            justify-content: space-between;
            min-height: 150px;
        }
    
        .abouttechno {
            font-size: 0.8rem;
        }
    }

    @media  screen and (max-width: 450px) {

    /* contact */
        .contactFormular {
          
            min-width: 300px;
        }  

        
    .information {
        width: 90%;
       
    }

    .map {
        width: 90%;
    }

    /* contact */

    .technologie {
        flex-direction: column;
        justify-content: space-evenly;
        aspect-ratio: 1/0.8;
    }


      /*intro*/
      .title {
        font-size: 2rem;
    }
  

     .move {
        display: none;
    }

    .description {
        padding: 30px;
    }

    /*intro*/

    }

    @media  screen and (max-width: 400px) {

        /* footer */

        .thetwo {
            transform: scale(0.8);
        }

    

        .socialmedia {
            transform: scale(0.8);
        }

        /* footer */

       
    }

    @media  screen and (max-width: 380px) {
     /* features */ 
      .feature {
        min-width: 200px;
      }

      .image {
        max-width: 200px;
      }
     /* features */


     .technologie {
        aspect-ratio: 1/0.9;
     }

     
        /* footer */



       .underline {
        flex-direction: column;
        height: 60px;
       }

        .socialmedia {
            margin-left: 5px;
        }

        /* footer */

     /* why chose us */
       .title {
        font-size: 1.9rem;
       }

      
    /* why chose us */

   /* programminglanguages */
       .thelanguage {
        min-width: 200px;
       }
   /* programminglanguages */

   /* footer */
       .line {
        width: 95%;
       }
    /* footer */

       /* contact */
       .contactFormular {
          
        min-width: 250px;
    }  

    
       .information {
        width: 95%;
   
    }

       .map {
        width: 95%;
    }

/* contact */
    }

    @media  screen and (max-width: 360px) {
        .technologie {
            aspect-ratio: 1/1.2;
         }

           /*intro*/
        .title {
            font-size: 1.5rem;
        }
        /*intro*/
    }

    @media  screen and (max-width: 340px) {
   /* Services */

   .service {
            
    min-width: 200px;
    }

/* Services*/

.technologie {
    aspect-ratio: 1/1.4;
 }
    }

    @media  screen and (max-width: 300px) {
        /* why chose us */
        .title {
            font-size: 1rem;
           }

        .paragraph {
            font-size: 0.9;
        }
         /* why chose us */

         .technologie {
            aspect-ratio: 1/1.7;
         }

           /*intro*/
        .title {
            font-size: 1.2rem;
        }
        /*intro*/

        .technologie {
            aspect-ratio: 1/2;
         }
    }