@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Azeret Mono", serif;
    margin: 0;
    padding: 0;
}
nav{
    display: flex;
    justify-content: space-around;
    padding: 10px;   
}

.logo{
    font-size: 28px;
    font-weight:800;
}
span{
    color: red;
}
.nav-btn{
    padding: 16px;
    border-radius: 9px;
    background-color: #fff;
    font-weight: 400;
    font-size: 24px ;
}
.banner{
    width: 100%px;
    height: 652px;
    background-image: url(../assets/Hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 36px;
}
.banner-content{
    text-align: center;
    margin-left: 221px;
    margin-right: 221px;
}
.banner-content img{
    margin-top: 26px;
}
.banner-title{
    margin-top: 32px;
    font-size: 48px;
    font-weight: 800;
    color: #0D1321;
}
.banner-description{
    margin-top: 24px;
    font-size: 16px;
    font-weight: 300;
}
.banner-btn{
    margin-top: 32px;
    border-radius: 8px;
    padding: 21px 24px 21px 24px;
    background-color:#0D1321;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
}
.banner-btn:hover{
    color: black;
    background-color: #FFFFFF;
}
.web-development{
    width:78%; 
    height:1393px ;
    margin: 0px auto;
    padding: 20px;
    text-align: center;
    
    border-radius: 20px;
    margin-top: 65px;
    background: rgba(13, 19, 33, 0.02);
}
.section-title{
    font-size: 26px;
    font-weight: 600;
    margin-top: 60px;
}
.section-description{
font-size: 16px;
margin-top: 24px;
}
.box-1{
    display: flex;
    align-items: center;
    width: 946px;
    height: 336px;
    margin: 0px auto;
    justify-content: space-around;
    margin-top: 50px;
    box-shadow: 4px 4px 8px gray;
    text-align: justify;
    gap: 98.83px;
    background: linear-gradient(90.00deg, rgb(255, 255, 255),rgba(255, 255, 255, 0) 100%);
}
.box-1-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 58.5px;
}
.box-1-des{
    margin-bottom: 16px;
}
.box-btn{
    margin-top: 32px;
    padding: 20px 12px;
    font-size: 20px;
    font-weight: 300;
    border: 2px solid gray;
}
.box-btn:hover{
    background-color: green;
    color: white;
}
.box-2{
    display: flex;
    align-items: center;
    width: 946px;
    height: 336px;
    margin: 0px auto;
    justify-content: flex-start;
    margin-top: 32px;
    box-shadow: 4px 4px 8px gray;
    text-align: justify;
    gap: 32px;
   
}
.box-3{
    display: flex;
    align-items: center;
    width: 946px;
    height: 336px;
    margin: 0px auto;
    justify-content: space-around;
    margin-top: 32px;
    box-shadow: 4px 4px 8px gray;
    text-align: justify;
    gap: 98.83px;
}
.Inspiration{
    width:80.5%;
    height: 100%;
    margin: 0px auto;
    text-align: center;
    margin-top: 125px;
}
.Inspiration-container{
    height: 681px ;
    display: flex;
    align-items: center;
   justify-content: center;
   margin-top: 48px;
   box-sizing: border-box;
    border: 1px solid rgba(13, 19, 33, 0.2);
    border-radius: 16px;
}
.Inspiration-container iframe{
    width: 100%;
    height: 550px;
    margin: 32px 32px 32px;
    border-radius: 16px;
   
}
.Inspiration-title{
color: rgb(13, 19, 33);
font-size: 32px;
font-weight: 800;
line-height: 37px;
text-align: center;
}
.Inspiration-description{
color: rgb(13, 19, 33);
font-size: 16px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0%;
text-align: center;
margin-top: 24px;
}


/* start target section */
.target-section{
    width:80.5%;
    height: 100%;
    margin: 0px auto; 
    text-align: center;
    margin-top: 100px;   
}
.target-title{
    font-size: 30px;
    font-weight: 800;
    color: #0D1321;
}
.target-description{
    font-size: 16px;
    font-weight: 400;
   margin-top: 30px;
}

.target-container{
 display: flex;
 flex-direction: row;
 gap: 24px;
 padding: 0px;
align-items: center;
text-align: center;
margin-top: 48px;
justify-content: space-around;
 
}

.target-1{
width: 100%;
max-width:390.6px;
height:299px ;
border: 1px solid black;
text-align: justify;
padding: 30px 30px 30px;
align-items: center;
border-radius: 16px;
border-radius: 16px;
box-sizing: border-box;

}

.target-1:hover{
    background-color: rgb(242, 177, 236);
}

.target-1 h3{
    color: #0D1321;
    font-size: 15px;
    font-weight: 600;
}
.target-1 p{
    font-size: 15px;
    font-weight: 400;
    margin-top: 8px;
}
.learn{
    color:#0D1321;
    margin-top: 10px;
    display:block ;
    font-size: 15px;
}
.active{
    background: rgba(255, 76, 30, 0.05);
}
.active-2{
    background: rgba(0, 76, 232, 0.05);
}
.active-3{
    background: rgba(255, 223, 0, 0.05);
}


/* start  language section */
.language{
   width:80.5%; 
   height: 100%;
   margin: 0px auto;
   margin-top: 85px;
}

.language-title{
    font-size: 28px;
    font-weight: 800;
    color:#0D1321;
    text-align: center;
}
.language-description{
    text-align: center;
    color: #0D1321;
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
}
.language-container{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 48px;
}
.language-1{
display: flex;
 justify-content: flex-start;
 gap: 40px;
  align-items: justify;
  border: 1px solid gray;
  width: 96.5%;
  height: 100%;
  border-radius: 20px;
  padding: 20px;
}
.language-sub-title{
    font-size: 20px;
    font-weight: 600;
    color: #0D1321;
    margin-top: 30px;
}
.language-sub-des{
    font-size: 14px;
    font-style: 300;
    color: #0D1321;
    line-height: 20px;
    margin-top: 8px;
}
.language-content a{
   color: red;
   display: block;
   margin-top: 25px;
}
.language-img{
    margin-top: 30px;
}


/* start support section */
.support{
    width:80.5%;
    height: 313px;
    background-image: url(../assets/handshake.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px auto;
    margin-top: 60px;
    border-radius: 20px;
   
}
.support-container{
    display: flex;
    color: #FFFFFF;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.support-title{
       color: #FFFFFF;
       font-size: 32px;
       font-weight: bold;
       margin-top: 50px;
}
.support-description{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    margin-top: 16px;
}
form{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-top: 40px;

}
form input{
   padding: 21px;
   width: 540px;
   border-radius: 15px;
   border: none;
}
form button{
    padding: 20px;
    width: 120px;
    border-radius: 15px;
    border: none;
}

form button:hover{
     background-color: green;
     color: #FFFFFF;
}

footer{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
   margin-top: 70px;
}
.footer-container{
    display: flex;
    justify-content: space-around;
    gap: 25%;
}
.footer-title{
    font-size: 20px;
    font-weight: bold;
    color: #0D1321;
    margin-top: 38px;
    margin-bottom: 38px;
}
.footer-icon{
    margin-top: 38px;
    margin-bottom: 38px;
}

/* .footer-end */