.container{
    width: 80%;
    overflow: hidden;
    margin:  auto;
}
html{
    scroll-behavior: smooth;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
/* start header */
.header{
background-color: transparent;

}
.header .logo{
float: left;

 margin-right: 100px;
text-align: center;
padding-bottom: 0;

}
.header .logo i{
    font-size: 54px;
    padding-left: 0;
   
    
}
.header .logo span{
font-size: 32px;
}
.header .links {
float: left;
margin-right: 250px;

}
.header .links ul{
text-align: center;
padding-top: 40px;
display: inline-block;

}
.header .links ul li{
display: inline-block;
color: black;
}
.header .links ul li a{
    text-decoration: none;
    color: #555;
    padding-right: 20px;
    font-size: 20px;
}
.header .mode{
    display: inline-block;
margin-top: 20px;
margin-right: 0;
text-align: right;
}
.header .mode i{
font-size: 40px;

}
.header .mode .text{
    font-size: 20px ;
    font-weight: bold;
}
/* end header */
/* start welcome */
.welcome{
    margin-top: 70px;
    
}
 

.wel{
    float: left;
    width: 50%;
}
.wel p:first-of-type{
font-weight: bold;
}
.wel p:last-of-type{
color: #555;
font-size: 18px;
line-height: 1.6;
}
.wel h1{
font-size: 40px;
font-weight: bold;
}
.wel h1 .yel{
    color: #ffc200;
}
.wel button:first-of-type{
     border-radius: 12%;
     padding: 16px;
     border: 1px solid #ddd;
     margin-right: 20px;
     
}
.wel button:last-of-type{
 border-radius: 12%;
 padding: 16px;
 border: 1px solid #ddd;
 background-color: #555;
 
}
.wel button:last-of-type:hover{
    background-color: #ffc200;
}
 .welcome .image{
    float: left;
    width: 50%;
    
}
.image img{
    width: 400px;
    margin-left: 100px;
}
/* end welcome */
/* start edu */
.education{
margin-top: 70px;

}
.edu{
    float: left;
    width: 50%;
    
}
.exp{
    float: left;
    width: 50%;
}
.small {
    overflow: hidden;
}
.text2{
   float: left;
   width: 80%;
   padding-left: 7px;
}

.small .circle{
float: left;
width: 20%;
width: 80px;
    background-color: #555;
    border-radius: 50%;
    height: 80px;
    text-align: center;
    color: white;
   


}
.small .circle h4{
    position: relative;
    padding-top: 10px;
}
.small .circle .text2{

}
 .text2 .span2{
color: #555;
font-size: 30px;
font-weight: bold;
}
 .text2 h2 .span1{
font-size:13px ;
font-weight: bold;
padding-left: 20px;
}


/* end edu */
/* start location */
.location{
    margin-top: 70px;
}
.map{
    float: left;
    width: 50%;
}
.info{
    float: left;
    width: 50%;
}
.mapimage img{
    width: 470px;
    height: 350px;
}
.map ul{
    background-color: #474559;
    width: 470px;
    height: auto;
}
.map ul li .hi{
font-weight: bold;
font-size: 30px;
position: relative;
}
.map ul li span{
color: white;
font-size: 20px;


}
.map ul li{
    padding-top: 5px;
    padding-left: 5px;
}
.map ul li .i{
    padding-left: 400px;
    color: white;
    font-size: 30px;
    
}
.info h1{
font-size: 43px;
    font-weight: bold;
    margin-bottom: 30px;
}
.info input{
height: 37px;
    margin-right: 28px;
    width: 231px;
    margin-bottom: 30px;
}
.info textarea{
resize: none;
    resize: none;
    width: 505px;
    height: 200px;
}
.info button{
    height: 45px;
    background-color: #ffc200;
    border-radius: 25px;
    border: none;
    color: white;
    font-size: 20px;
    margin-top: 20px;
    margin-left: 357px;
    
}

/* end location */