@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a
{
    color: white;
}
body
{
    background-color: black;
    color: white;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18, 17, 17, 0.638); 
    z-index: 0;
  }
a
{
    text-decoration: none;
}
nav
{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
    z-index: 2;
}
nav ul
{
    background-color: rgba(217, 217, 217, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    margin: 0;
    backdrop-filter: blur(10px); 
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 80%;
}
nav ul img
{
    width: 150px;
    height: 80px;
}
nav ul li
{
    list-style: none;
    margin: 0 20px;
    font-size: 20px;
    font-weight: bold;
}
.spect_bg
{
    position: absolute; 
    width: 100%;
    height: 325px; 
    top: 180px; 
    left: 50%; 
    transform: translate(-50%, -10%); 
    z-index: 1;
}
.comp
{
    position: absolute; 
    width: 100%;
    bottom: 0;
    z-index: 1;
    margin-bottom: 5px;
}
.comp img
{
  height: 100%;
}
.grad
{
    position: absolute; 
    background-color: #235841;
    border-radius: 40%;
    width: 400px;
    height: 300px;
    filter: blur(100px);
    top: 300px; 
    left: 50%; 
    transform: translate(-50%, -10%); 
    z-index: 1;
}
.hero
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
    width: 100%;
    background-image: url(img/005.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-content
{
    width: 100%;
    position: absolute; 
    top: 250px; 
    left: 50%; 
    transform: translate(-50%,-10%); 
    z-index: 2;
    text-align: center;
    color: white;
}
.hero-content .head
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.head h1
{
    font-family: "Overlock", sans-serif;
    font-size: clamp(90px, 5vw, 90px);
    font-weight: 100;
    color: white;
    text-align: center;
}
.head .logo
{
    width: 440px;
    height: 250px;
}
.hero-content .text
{
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 30px;
}
.about
{
    width: 100%;
    height: 100vh;
}
@media (max-width: 768px) {
    .hero
    {
        height: 100vh;
    }
     nav ul img
    {
        width: 100px;
        height: 50px;
    }
    .hero-content
    {
        top: 40%;
    }
    .hero-content .head h1 {
        font-size: 60px;
    }
    .hero-content .text {
        font-size: 20px;
    }
    nav ul li {
        font-size: 16px;
    }
    .spect_bg
    {
        top: 30%;
    }
    .grad
    {
        top: 35%;
    }
}
@media (max-width: 480px) {
    nav ul
    {
        width: 100%;
    }
    nav ul img
    {
        width: 80px;
        height: 40px;
    }
    .hero-content
    {
        top: 40%;
    }
    .hero-content .head h1 {
        font-size: 30px;
    }
    .hero-content .logo
    {
        width: 300px;
        height: 200px;
    }
    .hero-content .text {
        font-size: 18px;
    }
    nav ul li {
        font-size: 14px;
    }
    .grad
    {

        top: 35%;
    }
    .spect_bg
    {
        top: 30%;
    }
    
}
@media (max-width: 360px) {
    nav ul img
    {
        width: 70px;
        height: 40px;
    }
    .grad
    {
        width: 250px;
    }
}

.about{
    position: relative;
    top: 0;
    margin-top: 40px;
    z-index: 0;
    height: 100%;
    width: 100%;
}
.about .ellipse1
{
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    z-index: 2;
}
.about .ellipse2
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 500px;
    z-index: 2;
}
.about .container
{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 50px;
}
.about .content
{
    width: 80%;
    height: fit-content;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: rgba(217, 217, 217, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2.5rem;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.about .content h2
{
    font-family: "Overlock", sans-serif;
    font-size: 36px;
    font-weight: 100;
    color: white;
}
.about .content h2::after
{
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, #235841 12%, #256448 36%, #221E1E 88%);
    margin-top: 10px;
    border-radius: 2px;
}
.about .content p
{
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: white;
}
.about .content ul
{
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: white;
    list-style: none;
}
 .list
{
    margin: 10px 20px;
}
@media (max-width: 500px) {
    .about .ellipse1, .about .ellipse2
    {
        width: 300px;
    }
    .about .content h2
    {
        font-size: 30px;
    }
    .about .content p
    {
        font-size: 18px;
    }
}
@media (max-width: 400px) {
    .about .ellipse1
    {
        width: 250px;
        top: 20%;
    }
    .about .ellipse2
    {
        top: 70%;
        width: 250px;
    }
    .about .content h2
    {
        font-size: 28px;
    }
    .about .content p
    {
        font-size: 16px;
    }
    .about .content ul
    {
        font-size: 16px;
    }
}
@media (max-width: 300px) {
    .about .ellipse1, .about .ellipse2
    {
        width: 200px;
    }
    .about .content h2
    {
        font-size: 28px;
    }
    .about .content p
    {
        font-size: 16px;
    }
    .about .content ul
    {
        font-size: 15px;
    }
}
footer {
    text-align: center;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 30px 0;
}
footer .br
{
    background-color: rgba(217, 217, 217, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2.5rem;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    height: 2px;
    margin: 20px 0;
}
footer p
{
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: white;
    margin: 10px 0;
}
.bold {
    font-weight: bold;
}