@charset "UTF-8";

html{
    font-size: 0.625rem;
    scroll-behavior: smooth;

}
body{
    font-size: 1.6rem;
 
    color: #f2f2f2;
    font-weight: bold;

    background-color: #114477;


}

li{
    list-style: none;

}

a{
    text-decoration: none;
    color: #f2f2f2;
    position: absolute;
    padding: 20px;
  

}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}
section{
    display: flex;
    align-items: center;
 justify-items: center;
padding: 80px 100px;
color:#fff;

}

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

.ttt{
    font-size: 4rem;
    margin-bottom: 50px;

}

.content{
    width: 1150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .img{
    position: relative;
    width: 600px;
    height: 400px;
    overflow: hidden;
}

.content .img img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 10;
}

.content .text{
    z-index: 20;
    background: rgba(255,255,255,0.1);
padding: 40px;
max-width: 400px;
transform: translate(-80px,50px);
backdrop-filter: blur(20px);
border-radius: 10px;
border-radius: 1px solid rgba(255,255,255,0.1);

}

.content.text.title{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
}

.name{
    margin-left: 50px;
}

.name1{
    margin-left: 35px;
}



.name2{
    margin-left: 55px;
}


.name3{
    margin-left: 27px;
}

.titi{
    font-size: 3rem;
    margin-bottom: 80px;

}

.inft{
    font-size: 1.8rem;
    margin-bottom: 10px;

}

.inf{width:700px;
margin-left: 50px;}

.inft2 h4{
width:400px;
margin-left: 50px;
}


.listin {
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
}

.list li a {
    
    color: #ffffff;
    text-decoration: none;
}


body {
    font-family: Arial, sans-serif;

    margin: 0;
    padding: 20px;
}