
.hero-section {
    max-height: 60vh;
    position: relative;
}

.hero-section .image-bg-overlay {
    background: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-section .image-bg {
    background: url("./../img/home-bg1.webp") no-repeat center;
    background-size: cover;
    backdrop-filter: blur(11px);
    position: relative;
    padding: 67px 20px 40px 20px;
}

.hometitle1 {
    color: black;
    font-family: "Karantina", sans-serif;
    font-size: 68px;
    text-align: center;
    line-height: 100%;
}

.hometitle2 {
    color: black;
    font-family: "Karantina", sans-serif;
    font-size: 80px;
    text-align: center;
    line-height: 100%;
}

@media (max-width: 768px) {
    .hero-section .image-bg {
        padding: 60px 10px 80px;
    }
}

.hero-section .image-bg .content {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    gap: 80px;
    z-index: 9;
    position: relative;
    align-items: center;
}

@media (max-width: 768px) {
    .hero-section .image-bg .content {
        gap: 0;
    }
}

.hero-section .image-bg .content .top-content {
    width: 100%;
    /* max-width: 666px; */
    max-width: 666px;
    margin-right: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .hero-section .image-bg .content .top-content {
        text-align: center;
    }
}

.hero-section .image-bg .content .top-content h1 {
    color: #ffffff;
    font-size: 82px;
    font-family: "Karantina", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
}

@media (max-width: 768px) {
    .hero-section .image-bg .content .top-content h1 {
        font-size: 40px;
        margin-top: 0;
    }
}

.hero-section .image-bg .content .top-content p {
    color: #ffffff;
    font-size: 20px;
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
}

@media (max-width: 768px) {
    .hero-section .image-bg .content .top-content p {
        font-size: 16px;
    }
}

.hero-section .image-bg .content .top-content .secondary-cta {
    background: transparent;
    min-height: 40px;
    min-width: 130px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 32px;
    font-family: "Karantina", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
}

@media (min-width: 769px) {
    .hero-section .image-bg .content .top-content .secondary-cta {
        display: none;
    }
}

.hero-section .image-bg .content .bottom-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    max-width: 666px;
    margin-right: 0;
}

@media (max-width: 768px) {
    .hero-section .image-bg .content .bottom-content {
        display: none;
    }
}

.hero-section .image-bg .content .bottom-content h2 {
    color: #ffffff;
    font-size: 32px;
    font-family: "Karantina", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
}

.counter-section {
    display: flex;
    flex: 1;
    flex-direction: row;
    gap: 40px;
}

.counter-section .counter-item .counter {
    color: black;
    /* text-align: right; */
    margin: 0;
    font-size: 64px;
    font-family: "Karantina", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
}

.counter-section .counter-item .counter-text {
    color: black;
    font-size: 16px;
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
}

.services-section {
    position: relative;
    z-index: 9;
    width: 90%;
    max-width: 1380px;
    margin: -80px auto 60px;
    padding: 24px 120px;
    background: #236f02;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 1px 22.6px 6px rgba(205, 246, 4, 0.2705882353);
}

@media (max-width: 1000px) {
    .services-section {
        padding: 24px 60px;
        margin: -60px auto 60px;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 24px 20px;
    }
}

.services-section .grid-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    justify-items: center;
}

@media (max-width: 768px) {
    .services-section .grid-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.services-section .grid-section .grid-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 200px;
    align-items: center;
}

@media (max-width: 1280px) {
    .services-section .grid-section .grid-item {
        min-width: 120px;
    }
}

@media (max-width: 460px) {
    .services-section .grid-section .grid-item {
        max-width: 110px;
        min-width: 110px;
    }
}

.services-section .grid-section .grid-item .service-img {
    height: auto;
}

@media (max-width: 996px) {
    .services-section .grid-section .grid-item .service-img {
        max-width: 68px;
    }
}

@media (max-width: 768px) {
    .services-section .grid-section .grid-item .service-img {
        max-width: 48px;
    }
}

.services-section .grid-section .grid-item .service-text {
    color: #ffffff;
    font-size: 16px;
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
}


.about-section {
    padding: 66px 0 100px;
}

@media (max-width: 480px) {
    .about-section {
        padding: 30px 0 60px;
    }
}

.about-section .inner-container {
    max-width: 860px;
    margin: auto;
}

.about-section .inner-container .about-content {
    display: flex;
    gap: 24px;
    flex-direction: column;
    max-width: 608px;
    margin: 0 auto;
}

.about-section .inner-container .about-content .section-title {
    font-size: 36px;
    margin: 0 0 -15px;
    text-align: center;
}

.about-section .inner-container .about-content .section-highlight {
    width: 100%;
    margin: 0;
    padding: 8px 15px;
    background: #cdf604;
    color: #000000;
    font-size: 48px;
    font-family: "Karantina", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
}

@media (max-width: 768px) {
    .about-section .inner-container .about-content .section-highlight {
        font-size: 36px;
    }
}

.about-section .inner-container .about-content .section-description {
    margin: 0;
    font-size: 16px;
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
}

.about-section .inner-container .about-content .read-more {
    width: 150px;
    margin: 0 auto;
    color: #000000;
    font-size: 20px;
    font-family: "Assistant", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
}

@media (max-width: 768px) {
    .about-section .inner-container .about-content .read-more {
        text-decoration: underline;
        font-weight: 400;
    }
}
