html{
    width: 100%;
    background-color: black;
    color: white;
}
body{
    font-family: Montserrat, sans-serif;
    margin: auto;
}

hr{
    color:#C5C8D1;
    width: 80%;
}

span{
    color:#1DF5A2;
    font-weight: 600;
}

.back{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.width_div{
    width:1160px;
    margin: auto;
}

.flex_div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu a{
    display: inline;
}
.menu .icon {
    display: none;
}

#content{
    flex-direction: column;
}
#header{
    margin: 20px auto 10px auto;
}

#menu a{
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    color: white;
    line-height: 27px;
    text-align: center;
    margin: 10px;
}

#menu a:hover{
    color: #1DF5A2;
}

#about{
    color:#C4C4C4;
    margin: 30px auto;
}

#about h1{
    font-weight: 500;
    color: white;
    font-size: 40px;
    line-height: 48px;
}

#about img{
    width: 412px;
    height: 472px;
    opacity: 0.8;
    backdrop-filter: blur(4px);
}

#about form{
    display: flex;
    flex-wrap: wrap;
}

.form_group{
    display: flex;
    flex-wrap: wrap;
}

.form_text_label{
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip-path: inset(50%)
}

.form_group input, .form_text{
    min-width: 300px;
    margin: 5px 10px;
    color:#B7B7B7;
    border-radius: 10px;
    border: 2px solid white;
    min-height: 42px;
    background-color: black;
    font-size: 16px;
    font-weight: 400;
    padding: 8px;
}

.form_text::placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#B7B7B7;
    padding: 8px;
}

.checkbox_group{
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    margin: 20px auto;
}
.checkbox_group input{
    margin: 5px;
    border: 2px solid #FFFFFF;
    background-color: #000000;
    width: 16px;
    height: 16px;
}
.checkbox_group input:hover{
    background-color: #000000;
}

.tesla img{
    opacity:0.3;
}

.text2{
    font-size: 14px;
    color: #C4C4C4;
}
.check_input{
    color: white;
    font-size: 16px;
}

button{
    border-radius: 10px;
    border: none;
    background: linear-gradient(150deg, rgba(29, 245, 162, 100%) 0%, rgba(143, 76, 249, 100%) 100%) ;
    width: 320px;
    height: 50px;
    color: white;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

#our_platform{
    margin: 20px auto;
    width: 100%;
}

.ilon{
    flex: 0.6;
    max-width: 510px;
    border-radius: 10px;
}
#our_platform div{
    margin: 20px;
    font-size: 24px;
}

#benefits{
    flex-wrap: wrap;
    flex-direction: row;
    margin: 20px auto;
}

#benefits h4{
    font-weight: bold;
    font-size: 24px;
}

#benefits div {
    min-height: 320px;
    padding: 10px;
    margin: 10px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

#benefits h3{
    font-weight: bold;
    font-size: 20px;
    color: #1DF5A2;
}

#benefits p{
    min-height: 60px;
    font-size: 16px;
    font-weight: 500;
}
#benefits p span{
    font-weight: 700;
    color: white;
}

.benefits_cart0{
    flex-basis: 440px;
    max-width: 450px;
}
.benefits_cart3{

    background: url("../images/IMAGE3.png") center center no-repeat;
}
.benefits_cart1 {
    flex-basis: 310px;
    max-width: 300px;
    background: url("../images/IMAGE1.png") center center no-repeat;
}
.benefits_cart2 {
    flex-basis: 310px;
    max-width: 300px;
    background: url("../images/IMAGE2.png") center center no-repeat;
}

.benefits_cart4 {

    background: url("../images/IMAGE4.png") center center no-repeat;
}
.benefits_cart5 {
    background: url("../images/IMAGE5.png") center center no-repeat;
}

.benefits_cart_style {
    flex-basis: 440px;
    max-width: 450px;
}

.benefits_cart_style1 {
    flex-basis: 310px;
    max-width: 300px;
}

#responses{
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px auto;
}

#responses h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
}
#responses p{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    max-width: 900px;
}
#responses p span{
    font-weight: 700;
    color: white;
}

.responses2{
    width: 90%;
    justify-content: space-between;
    margin: 20px auto;
}
.response{
    display: flex;
    flex-direction: column;
    width: Calc(100% / 3 - 20px);
    background: url("../images/Respose.png") center center no-repeat;
    background-size: cover;
    border-radius: 12px;
    min-height: 300px;
}
.response_name{
    display: flex;
    flex-direction: row;
}
.response_name img{
    width: 80px;
    height: 80px;
    margin: 20px 10px;
}
.response_name_text{
    width: 100%;
    margin-left: 10px;
}

.response_name h3{
    font-weight: 500;
    font-size: 18px;
    text-align: left;
}

.response_name p{
    font-weight: 500;
    font-size: 16px !important;
    color: #B6B6B6;
    text-align: left !important;
}
.response_text{
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    padding: 15px;
}
#form{
    background: url("../images/ghjghjgjgj.png") center center no-repeat;
    background-size: cover;
}
#form2{
    margin-bottom: 30px;
}

#form2 p{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

#regForm3{
    max-width: 40%;
    padding: 10px;
}
#regForm2{
    margin: 10px;
}

#regForm2 p{
    font-size: 14px;
    line-height: 16px;
}

#regForm2 button{
    width: 100%;
}

#footer{
    margin: 20px auto;
    align-items: flex-start;
}

.column{
    width: Calc(100% / 4 - 20px);
}

.column img{
    margin-top: 20px;
}

.column p{
    color:#9C9C9C;
    font-size: 14px;
    line-height: 20px;
}

.column a{
    text-decoration: none;
    color:#9C9C9C;
}

@media screen and (max-width: 1160px) {
    .width_div{
        width:auto;
    }
    .benefits_cart_style {
        max-width: 300px;
    }
    .form_text {
        min-width: 250px;
    }
    .flex_div{
        justify-content: space-around;
    }
}

@media screen and (max-width: 700px) {
    #header{
        align-items: flex-start;
    }
    .menu a:not(:last-child) {display: none;}
    .menu a.icon {
        float: right;
        display: block;
    }
    #header img{
        margin-left: 10px;
    }
    #menu a .outlined{
        background: url("../images/menu.png") center center no-repeat;
        background-size: cover;
        min-height: 15px;
        min-width: 35px;
        font-size: 1px;
        display: block;
        position: absolute;
    }
    #menu.responsive a .outlined{
        top:-50px;
        right: -180px;
    }
    .menu.responsive {
        position: relative;
        flex-direction: column;
        display: flex;
        justify-content: start;
        align-items: start;
        text-align: left;
        margin-top: 10px;
    }

    .menu .icon {
        min-width: 35px;
        min-height: 15px;
    }

    .menu .icon {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;

    }

    .menu.responsive a {
        float: none;
        display: inline;
        text-align: left;
        padding: 10px;
    }
    #menu a{
        margin: 0 10px;
    }
}

@media screen and (max-width: 700px) {
    .back ,.tesla{
        display: none;
    }
    .width_div{
        width:auto;
    }
    .flex_div{
        flex-direction: column;
    }

    #content{
        padding: 0 10px;
    }

    .ilon{
        width: 100%;
    }

    #about h1{
        font-size: 22px;
        line-height: 22px;
        padding: 0 10px;
    }

    .text1{
        line-height:28px;
        font-weight: 400;
        padding: 0 10px;
    }

    .text2{
        font-size:12px;
    }

    .checkbox_group{
        margin: 10px auto;
    }
    button{
        width: 100%;
    }
    #about img {
        width: 100%;
        height: auto;
    }

    .response {
        width: 100%;
        margin: 10px auto;
    }

    .benefits_cart_style{
        max-width: 100%;
        flex-basis: 100%;
        background-size: cover;
    }

    .benefits_cart_style1{
        max-width: 100%;
        flex-basis: 100%;
        background-size: cover;
    }

    .form_group input{
        width: auto;
    }

    #our_platform {
        margin: 5px auto;
    }

    #our_platform div {
        margin: 5px;
    }

    #benefits{
        margin: 5px auto;
    }

    #benefits h4{
        line-height: 0;
    }

    .benefits_cart0{
        height: auto;
        min-height: auto !important;
    }

    #responses{
        margin: 5px auto;
    }

    #responses h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    #regForm3 {
        max-width: 100%;
        padding: 10px;
    }

    .column{
        width:100%;
        padding: 0 10px;
        display: inline-grid
    }
}