* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.4rem;
    margin: 5px 10px;
}

p {
    margin: 20px 0;
    line-height: 1.2;
    font-size: .99rem;
    font-weight: 500;
    color: rgb(51, 50, 50);
}

.hero {
    color: #f1f0f0;
    background-image: url(Images/back.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.hero p {
    color: #f1f0f0;
}

.hero-content {
    padding: 20px;
}

.howdy {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.the-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    background-color: rgba(12, 12, 12, 0.856);
    border-radius: 15px;
    width: 100%;
    position: sticky;
    top: 20px;
    z-index: 10;
}

.first-sec {
    flex-basis: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first-sec img {
    height: 65px;
    width: max-content;
}

.first-sec a {
    color: #f1f0f0;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.first-sec a:hover {
    background-color: rgb(39, 38, 38);
}

.last-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-sec a {
    text-decoration: none;
    background: linear-gradient(to bottom, #08469a 0%, #deb525 100%);
    color: #f1f0f0;
    padding: 8px 26px;
    border-radius: 32px;
    transition: background-position 0.6s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: 100% 200%;
    background-position: top center;
    position: relative;
    overflow: hidden;
}

.last-sec a:hover {
    background-position: bottom center;
}

.last-sec a i {
    margin-left: 10px;
    font-size: 1.2rem;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #deb525;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #08469a;
    transition: transform 0.4s ease-in-out;
}

.last-sec a:hover i {
    transform: rotate(-45deg);
}

.hero-content h1 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    max-width: 600px;
    font-size: 2.8rem;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.ambi {
    margin-top: 40px;
    max-width: 250px;
    font-size: 0.95rem;
    font-weight: 500px;
    margin-left: 10px;
    margin-right: 10px;
}

.call {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: #08469a;
    background-color: #f1f0f0;
    padding: 10px 17px;
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: max-content;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.call i {
    margin-left: 10px;
    font-size: 1.2rem;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #deb525;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #08469a;
    transition: transform 0.4s ease-in-out;
}

.call:hover {
    background-color: #deb525;
}

.call:hover i {
    transform: rotate(-45deg);
}

.google {
    margin-top: 30px;
}

.google img {
    height: 35px;
    width: max-content;
    margin-left: 10px;
}

@media screen and (max-width: 760px) {
    .first-sec a {
        display: none;
    }

    .first-sec {
        flex-basis: 30%;
    }
}

@media screen and (max-width: 640px) {
    .hero-content h1 {
        font-weight: 400;
        line-height: 1.2;
        font-size: 2rem;
    }
}

/* Just Another */
.just-another {
    display: flex;
    justify-content: space-between;
    padding: 60px 20px;
}

.just-another .wan,
.just-another .two {
    flex-basis: 49%;
    width: 100%;
    padding: 20px;
}

.wan h1,
.two h1 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.4rem;
    margin: 5px 10px;
}

.wan p,
.two p {
    margin: 20px 10px;
    line-height: 1.2;
    font-size: .99rem;
    font-weight: 500;
    color: rgb(51, 50, 50);
}

.wan a,
.two a,
.baton {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: #f1f0f0;
    background-color: #08469a;
    padding: 10px 15px;
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.wan a i,
.two a i,
.baton i {
    margin-left: 10px;
    font-size: 1.2rem;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #deb525;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #08469a;
    transition: transform 0.4s ease-in-out;
}

.wan a:hover,
.two a:hover,
.baton:hover {
    background-color: #deb525;
    color: #08469a;
}

.wan a:hover i,
.two a:hover i,
.baton:hover i {
    transform: rotate(-45deg);
}

/* Drop part */
.drop {
    border-top: 1px solid #f0ededd3;
    overflow: hidden;
    cursor: pointer;
}

.drop-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
}

.start {
    display: flex;
    align-items: center;
    gap: 1px;
}

.start img {
    height: 30px;
    width: max-content;
}

.start p {
    font-size: 1.3rem;
    font-weight: 600;
}

.end i {
    font-size: 1.3rem;
    transition: transform 0.4s ease;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: radial-gradient(circle at bottom left,
            #ffffff 0%,
            #f0f0f0 40%,
            #08469a 100%);
}

.drop-down {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 16px;
    background-color: #fff;
}

.drop.active .drop-down {
    max-height: 500px;
}

.drop.active .drop-top .end i {
    transform: rotate(90deg);
}

@media screen and (max-width: 820px) {
    .just-another {
        flex-direction: column;
        padding: 60px 3px;
    }

    .just-another .wan,
    .just-another .two {
        flex-basis: 100%;
        padding: 8px;
    }

    .wan h1,
    .two h1,
    .mengi h1 {
        line-height: 1;
        font-size: 1.8rem;
    }

    .wan a,
    .two a,
    .baton {
        font-weight: 500;
        font-size: 0.86rem;
    }

    .wan a i,
    .two a i,
    .baton i {
        margin-left: 5px;
        font-size: 0.9rem;
        height: 20px;
        width: 20px;
    }

    .start p {
        font-size: 1.15rem;
        font-weight: 600;
    }

    .two {
        margin-top: 40px;
    }
}

.zis {
    align-items: center;
}

.zis .wan img {
    width: 100%;
    height: max-content;
}

.zis p {
    margin-top: 40px;
}

.zis a {
    margin-top: 40px;
}

/* Semasema */
.semasema {
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mengi {
    max-width: 800px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 840px) {
    .semasema {
        padding: 60px 10px;
    }

    .mengi {
        text-align: start;
    }
}

/* Waleleeele */
.waleleleeele {
    background-color: #e8ebf0;
    border-top-left-radius: 100px;
}

.achieve {
    padding: 60px 40px 0 40px;
    overflow: hidden;
}

.achieve .salo {
    font-size: 1.4rem;
    margin-top: 30px;
}

.logo-marquee-wrapper {
    overflow: hidden;
    margin-top: 60px;
    position: relative;
}

.logo-list {
    display: flex;
    gap: 30px;
    transition: transform 0.2s linear;
    will-change: transform;
}

.logo-list img {
    height: 120px;
    width: auto;
    border-radius: 8px;
    flex-shrink: 0;
}

.space {
    height: 40px;
}

/* GOAL */
.goal {
    padding: 60px 40px;
    background-color: #fff;
    border-top-right-radius: 100px;
    overflow-x: hidden;
}

.heading {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.heading h1 span {
    font-weight: bolder;
}

.selections {
    margin: 60px 2px;
    display: flex;
    gap: 20px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 6px;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.selections a {
    text-decoration: none;
    color: rgb(51, 50, 50);
    padding: 14px 20px;
    border-radius: 6px;
    border: 1px solid rgb(51, 50, 50);
    font-size: 0.88rem;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    flex: 0 0 auto;
}

.selections a:hover,
.selections a.active {
    color: #f1f0f0;
    border: 1px solid #08469a;
    background-color: #08469a;
}

@media screen and (max-width: 820px) {
    .achieve {
        padding: 60px 10px 0 10px;
    }

    .achieve h1,
    .heading h1 {
        font-size: 1.7rem;
        line-height: 1;
    }

    .goal {
        padding: 60px 10px;
    }
}

.process {
    display: flex;
    justify-content: space-between;
    display: none;
}

.activated {
    display: flex;
}

.process .kwanza {
    flex-basis: 49%;
    width: 100%;
    background-color: #e8ebf0;
    border-radius: 6px;
    padding: 20px;
}

.kwanza img {
    width: 100%;
    height: 40vh;
    border-radius: 6px;
    object-fit: cover;
    object-position: top center;
}

.kwanza h1 {
    margin-top: 40px;
}

.kwanza p {
    margin-top: 40px;
}

.process .pili {
    flex-basis: 49%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.pili .scele {
    padding: 20px 15px;
    border: 0.87px solid rgba(46, 44, 44, 0.219);
    border-radius: 6px;
    overflow: hidden;
}

.scele h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}

.scele p {
    font-size: 0.94rem;
    font-weight: 500;
}

.pili a {
    text-decoration: none;
    position: relative;
    background-color: #08469a;
    border: 0.87px solid #08469a;
    border-radius: 6px;
    color: #08469a;
    min-height: 150px;
}

.pili a .lodger {
    color: #f1f0f0;
    font-weight: 600;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.pili a i {
    font-size: 1.8rem;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: radial-gradient(circle at bottom left,
            #ffffff 0%,
            #f0f0f0 40%,
            #08469a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.pili a:hover i {
    transform: rotate(-45deg);
}

@media screen and (max-width: 820px) {
    .kwanza h1 {
        font-size: 1.7rem;
        line-height: 1;
    }
}

@media screen and (max-width: 730px) {
    .process {
        flex-direction: column;
    }

    .process .kwanza,
    .process .pili {
        flex-basis: 100%;
    }

    .process .pili {
        margin-top: 40px;
    }
}

.samtaimu {
    padding: 50px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-wrapper {
    position: relative;
    width: 100vw;
    border-top-left-radius: 100px;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 100px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-top-left-radius: 100px;
    background-color: #0000004b;
    pointer-events: none;
}

.commandment {
    display: flex;
    justify-content: space-between;
    padding: 60px 20px;
}

.wantam {
    flex-basis: 28%;
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    padding: 0 2px;
}

.wantam .bolden {
    width: 100%;
    height: max-content;
}

.wantam .always-there {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.tumekataa {
    flex-basis: 70%;
    width: 100%;
    padding: 0 20px;
}

.tumekataa h2 {
    font-size: 1.2rem;
    font-weight: 500;
}

.tumekataa h2 span {
    font-weight: bolder;
}

.tumekataa p {
    line-height: 1.2;
    font-size: 1rem;
    font-weight: 500;
    color: rgb(51, 50, 50);
    max-width: 600px;
}

.more-text {
    display: none;
}

#readMoreBtn {
    text-decoration: none;
    color: #08469a;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}

#readMoreBtn:hover {
    text-decoration: underline;
}

@media screen and (max-width: 820px) {
    .tumekataa h1 {
        font-size: 1.7rem;
        line-height: 1;
    }

    .tumekataa h2 {
        font-size: 0.99rem;
    }
}

@media screen and (max-width: 700px) {
    .commandment {
        flex-direction: column;
        padding: 60px 10px;
    }

    .always-there {
        display: none;
    }

    .wantam,
    .tumekataa {
        flex-basis: 100%;
    }

    .tumekataa {
        margin-top: 40px;
    }

    .image-wrapper {
        width: 100vw;
        height: max-content;
        border-top-left-radius: 50px;
    }

    .image-wrapper img {
        width: 100%;
        height: auto;
        border-top-left-radius: 50px;
    }

    .overlay {
        border-top-left-radius: 50px;
    }
}


/* Testimonials */
.tetsimony {
    padding: 60px 40px 40px 40px;
}

.tetsimony h1 span {
    font-weight: bolder;
}

.testy {
    border-top-left-radius: 100px;
    /* background-color: #bbdacf; */
    color: #f1f0f0;
    /* transition: background-color 0.6s ease, opacity 0.6s ease; */
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.active-testimonial {
    display: flex;
    opacity: 1;
    position: relative;
    align-items: center;
}

.testy .wan {
    align-items: center;
    justify-content: center;
}

.wan .wewewe {
    height: 70vh;
    width: auto;
}

.testy .two h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(51, 50, 50);
}

.testy .two p {
    font-size: 0.96rem;
    font-weight: 500;
    max-width: 300px;
}

.testy .two span {
    font-weight: 700;
}

.next-prev {
    position: absolute;
    bottom: 25px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.next-prev i {
    color: #08469a;
    font-size: 1.6rem;
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.next-prev .next {
    background: radial-gradient(circle at bottom left,
            #ffffff 0%,
            #f0f0f0 40%,
            #08469a 100%);
}

.next-prev .prev {
    background: radial-gradient(circle at bottom left,
            #08469a 0%,
            #f0f0f0 40%,
            #ffffff 100%);
}

@media screen and (max-width: 820px) {
    .tetsimony h1 {
        font-size: 1.7rem;
        line-height: 1;
    }

    .tetsimony {
        padding: 60px 10px 40px 10px;
    }

    .wan .wewewe {
        width: 100%;
        height: 30vh;
        object-fit: cover;
        object-position: top center;
    }
}

/* Performance */
.performance {
    margin: 60px 10px;
}

.zis .shaw {
    flex-basis: 40%;
    width: 100%;
    background-image: url(Images/weweee.webp);
    padding: 40px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shaw i {
    font-size: 6rem;
    font-weight: 400;
    color: #deb62500;
}

.zis .hobbs {
    flex-basis: 50%;
    width: 100%;
}

/* Partners */
.platforms {
    margin: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 50px;
    padding: 50px;
    background-color: #e8ebf0;
    border-radius: 8px;
    place-items: center;
}

.platforms img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

/* Contact */
.contact {
    margin-top: 60px;
    border-top-right-radius: 100px;
    background-color: #eff4f5
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    padding: 14px 16px;
    font-size: 1rem;
    border-radius: 10px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #08469a;
    box-shadow: 0 0 5px rgba(8, 70, 154, 0.2);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form button {
    background-color: #08469a;
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background-color: #063a7c;
}

.senche {
    padding: 20px;
}

.senche .wan h2 {
    font-size: 1.7rem;
    font-weight: 500;
}

/* Footer */
.footer {
    background-image: url(Images/back-another.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.soksi {
    background-color: #00000056;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 26px;
    color: #f0f0f0;
}

.soksi .show-class {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.show-class img {
    width: 150px;
    height: auto;
}

.show-class p,
.soksi div p {
    color: #cfcbcb;
}

.soksi div h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

.newsletter-form {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.newsletter-form input {
    flex: 1;
    min-width: 200px;
    padding: 10px 14px;
    border: none;
    border-radius: 30px;
    font-size: 0.95rem;
    outline: none;
    background-color: #f0f0f0;
    color: #333;
}

.newsletter-form button {
    padding: 15px 32px;
    background-color: #deb525;
    color: #08469a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #08469a;
    color: #fff;
}

.wengineo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    background-color: #00000056;
}

.ratings img {
    height: 40px;
    width: auto;
}

.socials {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.socials a {
    text-decoration: none;
}

.socials a i {
    font-size: 1.3rem;
    color: #f1f0f0;
    transition: all .4s ease-in-out;
}

.socials a:hover i {
    color: #deb525;
    transform: rotateX(-15deg) rotateZ(-15deg);
}

.darkness {
    background-color: #000000b9;
}

.darkness p {
    color: #f1f0f0;
}
@media screen and (max-width:500px) {
    .wengineo{
        flex-direction: column;
    }
    .socials{margin-top: 35px;}
}