*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.nav{
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 150px;
}

.nav .logo_section .ai{
    position: relative;
    color:gold;
    font-size: 35px;
    font-family: 'inter' , sans-serif;
    font-weight: 600;
}
.nav .logo_section .certs{
    color:white;
}
.nav .logo_section .s{
    color: white;
    font-size: 30px;
}

.nav .logo_section .tm{
    position: absolute;
    top:4px;
    font-size: 11px;
    color:white;
}

.nav .menus{
    display: flex;
    gap: 25px;
}

.nav .menus li{
    font-family: 'inter' , sans-serif;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 550;
}
.nav .menus li:hover{
    color:gold;
    transition: 0.4s;
}

.nav .btn{
    padding: 15px;
    font-size: 16px;
    background-color: rgb(255, 191, 0);
    color: white;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.body_content{
    padding: 10px 10%;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(2, 1, 8) 0%, rgb(0, 0, 0) 50%, rgba(14,60,69,1) 100%);
    color:white;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
}

.body_content .body_ai{
    color:gold;
    font-size: 70px;
    font-weight: 700;
    font-family: 'inter' , sans-serif;
}
.body_content .content .body_ai span{
    color:white;
}

.body_content .content .ethical{
    font-size: 30px;
    font-weight: 600;
    font-family: 'inter' , sans-serif;
    position: relative;
    margin: 50px 0;
}
.body_content .content .ethical span{
    font-size: 25px;
    position: absolute;
    top:10px;
}
.body_content .content .number {
    font-family: 'inter' , sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.body_content .content .lorem , .li_details li{
    font-size: 20px;
    /* font-family: 'inter' , sans-serif; */
    font-family:sans-serif;
    letter-spacing: 2px;
    padding-bottom: 20px;
    color: rgb(174, 174, 174);
}

.body_content .btns {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 25px;
}

.body_content .btns .btn{
    padding:15px 15px;
    font-size: 16px;
    text-transform: capitalize;
    background-color: rgb(255, 191, 0);
    color: white;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.body_content .btns .training{
    background-color: black;
    color: rgb(255, 191, 0);
    border: 1px solid rgb(255, 191, 0);
}
.body_content .btns .training:hover{
    background-color: rgb(255, 191, 0);
    color:white;
    transition: .8s;
}
.body_content .image{
    height: 350px;
    width: 350px; 
}
.body_content .image img{
    height: 350px;
    width: 350px;
}


/* about section  */
/* contact section css  */
.heading{
    font-size: 40px;
    color: #2c3e50;
    padding: 20px 0;
    text-transform: capitalize;
    letter-spacing: .5px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.contact_section{
    width: 100%;
    padding: 30px 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: row-reverse; */
    gap: 60px;
    margin-bottom: 50px;
}
.contact_section .form{
    padding: 50px;
    width: fit-content;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgb(48, 46, 77, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.contact_section .about_img{
    width: 350px;
    height: 350px;
    border-radius: 10px;
}
.connect_section .content{
    color: #383838;
    font-family: poppins;
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
}
.connect_section .connect_btns{
    margin-top: 25px;
}
.connect_btns .google_form{
    text-decoration: none;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
    color: white;
    background-color: orangered;
    border-radius: 25px;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: poppins;
}
.connect_btns .google_form:hover{
    background-color: #383838;
    transition: .5s;
}


/* footer  */

.footer_container{
    background-color: black;
    color: white;
    padding: 50px 10%;
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.footer_container .col1 .newsletter{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}
.footer_container .col1 .newsletter h3{
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 1px;
}
.footer_container .col1 .newsletter .email{
    background: transparent;
    border: none;
    border-bottom: 1px solid #383838;
    outline: none;
    color:white;
    padding: 10px 3px;
    width: 400px;
    font-size: 14px;
}
.footer_container .col1 .newsletter .email::placeholder{
    color:azure;
    letter-spacing: 2px;
}
.footer_container .social_links i{
    font-size: 25px;
    margin-right: 20px;
}
.footer_container h2{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 0px;
}
.footer_container li{
    list-style-type: none;
    padding: 5px 0px;
    font-size: 17px;
    font-family: 'inter' , sans-serif;
    color: rgb(175, 177, 177);
    cursor: pointer;
}