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

body {
    font-family: 'Inter', sans-serif;
}

.hero {
    height: 100vh;
    background-image: url("./assets/hero-img.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    gap: 50px;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 22px;
    height: 80px;
    position: fixed;
    z-index: 4;
    width: 100vw;
    background-color: #272727;
}


.nav img {
    height: 60px;
}

.nav a {
    text-decoration: none;
    color: white !important;
    font-size: 18px;

}

.nav a:hover {
    color: #fbbf24 !important;
    transition: all 1s ease !important;
}

.nav .ul1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    list-style: none;

}

.nav .ul2 {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 15px;
}

.hero-text {
    font-size: 60px;
    text-align: center;
    color: white;
    font-weight: 500;
    z-index: 1;
}

.hero :nth-child(3) {
    color: #22c55d;
}

.about {
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 60px 100px;
    justify-content: center;
    gap: 60px;
    align-items: center;
    flex-direction: column;
    background-color: #f9fafb;
}

.about h2 {
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}

.about p {
    color: gray;
    text-align: center;
    font-size: 19px;
    font-weight: 100;
}

.about h2 span {
    color: #22c55d;
}

.features {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.features .f-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.f-card :nth-child(2) {
    font-weight: 500;
    font-size: 30px;
}

.white-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow:
        0 14px 28px rgba(16, 24, 40, 0.10),
        0 4px 10px rgba(16, 24, 40, 0.07);
}

.white-circle i {
    font-size: 40px;
    color: #22c55d;
}

.yellow {
    color: #fbbf24 !important;
}

#list-b {
    display: none;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

#x {
    padding-left: 85%;
    text-align: left;
    color: white;
    cursor: pointer;
}

.list {
    position: fixed;
    top: 80px;
    z-index: 3;
    width: 100%;
    padding: 30px 0px;
    height: max-content;
    background-color: #272727;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    display: none;
}


.list .ul11 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;

}

.list .ul11 li {
    list-style: none;
    height: 70px;
    width: 100%;
    border: 1px solid white;
    border-radius: 2px;
}

.list .ul11 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: white;
}

.list .ul11 :nth-child(1),
.list .ul11 :nth-child(2) {
    border-bottom: none;
}

.list .ul22 {
    padding-top: 10px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

}

.list .ul22 a {
    text-decoration: none;
    color: white;
}

.list :hover {
    color: #fbbf24 !important;
    transition: all 1s ease !important;
}

footer {
    display: flex;
    background-color: #272727;
    padding: 60px 30px;
    padding-bottom: 30px;
    height: max-content;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.footer-big-con {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: start;
    color: white;

}

.f-con {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 25px;
    max-width: 350px;
    text-align: start;
    color: #9aa1ae;
}

.f-con a {
    text-decoration: none;
    color: #9aa1ae;
}

.f-con a:hover,
.f-con i:hover {
    color: #fbbf24;
    transition: all 1s ease !important;
}

.f-con img {
    height: 60px;
}

.f-con .ul2 {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.f-con .ul2 a {
    color: #9aa1ae;
}

.first-l {
    color: white;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #9aa1ae;
}

.last-l {
    color: #9aa1ae;
}

.last-l p {
    text-align: center;
    margin-top: 15px;
}

.f-con .fa-solid {
    color: #fbbf24;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(60, 60, 60, 0.6);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(60, 60, 60, 0.85);
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(60, 60, 60, 0.6) transparent;
}

@media screen and (max-width: 700px) {

    .nav .ul1,
    .nav .ul2 {
        display: none !important;
    }

    .nav img {
        height: 50px;
    }

    #list-b {
        display: block;
    }

    .hero-text {
        font-size: 40px;
        font-weight: 400;
        padding: 0px 20px;
    }

    .about h2 {
        font-size: 38px;
        font-weight: 400;
    }

    .about {
        height: max-content !important;
        padding: 60px 30px;
    }

    .features {
        flex-wrap: wrap;
        gap: 30px;
    }

    .f-card {
        width: 145px;
    }

    .footer-big-con {
        gap: 50px;
        flex-wrap: wrap;
    }

    .last-l {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 562px) {
    .f-con {
        align-items: center;
        text-align: center;
    }
}


@media screen and (min-width: 700px) {
    #list-b {
        display: none !important;
    }

    .list {
        display: none !important;
    }

}