html,
body {
    overflow-x: hidden;
}

section img {
    max-width: 100%;
}

section#hero {
    display: flex;
    flex-direction: column;
}

section#hero>#hero-text {
    padding: 24px 16px;
}

section#hero>#hero-text>h1 {
    color: var(--logo-color-2);
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    padding-block-end: 10px;
}

section#hero>#hero-text>h1>em {
    color: var(--logo-color);
    font-style: normal;
}

section#hero>#hero-text>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

section#hero>#hero-img {
    order: -1;
}

section#showcase {
    background-color: #F6F7FB;
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

section#showcase dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

section#showcase dl div {
    display: flex;
    padding: 16px 32px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    background-color: #fff;
}

section#showcase dl div dt {
    color: var(--logo-color-2);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

section#showcase dl div dd {
    color: var(--logo-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
}

section#moto {
    display: flex;
    flex-direction: column;
}

section#moto>article {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}

section#moto>article#vision {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

section#moto>article#mission {
    border-bottom: 1px solid #808080;
}

section#moto>article>h2 {
    color: var(--logo-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding-block-end: 24px;
}

section#moto>article>h3 {
    color: var(--logo-color-2);
    padding-block-start: 24px;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
}

section#moto>article>p {
    padding-block-start: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

section#gallery {
    padding-block-start: 40px;
    display: grid;
    grid-template-areas: "text text"
        "img1 img1"
        "img2 img3"
        "custom custom";
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    background: #F6F7FB;
}

section#gallery>h2 {
    grid-area: text;
    color: var(--logo-color);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}


section#gallery img,
section#gallery video {
    cursor: pointer;
}

video {
    display: inline-block;
    object-fit: cover;
    aspect-ratio: 16/9;
}

section#gallery>#gallery-img-1 {
    grid-area: img2;
}

section#gallery>#gallery-img-2 {
    grid-area: img3;
    height: 100%;
}

section#gallery>#gallery-img-3 {
    grid-area: img1;
    width: 100%;
}

section#gallery>#gallery-img-4 {
    display: none;
}

section#gallery>#gallery-img-5 {
    display: none;
}

section#gallery>article {
    grid-area: custom;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    background: #FFF;
}

section#gallery>article>h3 {
    color: var(--logo-color-2);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
}

section#gallery>article>a {
    padding: 16px;
    margin-inline: auto;
    align-items: center;
    width: 92%;
    background: var(--logo-color);
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;

}


section#gallery>h2>span {
    display: none;
}

section#testimonials {
    padding-block: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F6F7FB;
}

section#testimonials h2 {
    color: var(--logo-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

section#testimonials h3 {
    color: var(--logo-color-2);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

section#testimonials>article {
    margin-inline: auto;
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 60px 17px 0px rgba(92, 92, 92, 0.00), 0px 39px 15px 0px rgba(92, 92, 92, 0.01), 0px 22px 13px 0px rgba(92, 92, 92, 0.05), 0px 10px 10px 0px rgba(92, 92, 92, 0.09), 0px 2px 5px 0px rgba(92, 92, 92, 0.10);
}

section#testimonials>article p {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-block-end: 32px;
}

section#testimonials>article img {
    margin-block-end: 8px;
}

section#testimonials>article h4 {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

section#testimonials>article .designation {
    color: #808080;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

section#clients {
    display: flex;
    background: #EEEFF3;
    padding: 40px 0px 21px 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

section#clients>h2 {
    color: var(--logo-color);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

section#clients>h3 {
    color: var(--logo-color-2);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

section#clients>h3>em {
    font-style: normal;
    color: var(--logo-color);
}

section#clients>p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

section#clients>article {
    display: flex;
    align-items: center;
    overflow-x: auto;
    max-width: 100%;
    gap: 10px;
}

section#clients>article img {
    max-width: 50%;
}

section#clients>article::-webkit-scrollbar {
    display: none;
}

section#clients>article::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

section#clients>article img {
    /* max-width: 50%; */
    max-height: 120px;
    aspect-ratio: 1;
    object-fit: contain;
    cursor: pointer;
}

.size-110 {
    height: 110px;
    width: 110px;
    padding-inline: 20px;
}

.size-105 {
    height: 105px;
    width: 105px;
    padding-inline: 20px;
}

.size-100 {
    height: 100px;
    width: 100px;
    padding-inline: 20px;
}

.size-95 {
    height: 95px;
    width: 95px;
    padding-inline: 20px;
}

.size-90 {
    height: 90px;
    width: 90px;
    padding-inline: 20px;
}

.size-85 {
    height: 85px;
    width: 85px;
    padding-inline: 20px;
}

.size-80 {
    height: 80px;
    width: 80px;
    padding-inline: 20px;
}

.hand-pointer {
    position: absolute;
    left: 15px;
    top: 91%;
    font-size: 2rem;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.5s;
    opacity: 1;
    pointer-events: none;
}

@media (min-width:768px) {}

@media (min-width:1024px) {

    section#hero {
        flex-direction: row;
        gap: 20px;
        padding-inline-start: 64px;
    }

    section#hero>#hero-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        justify-content: center;
    }

    section#hero>#hero-text>h1 {
        font-size: 48px;
        font-weight: 700;
        line-height: 57.6px;
    }

    section#hero>#hero-text>p {
        font-size: 18px;
        line-height: 28px;
    }

    section#hero>#hero-img {
        order: 2;
    }

    section#hero>#hero-img img {
        width: 52vw;
        max-width: 52vw;
        object-fit: cover;
        min-height: 100%;
    }

    section#showcase {
        align-items: stretch;
        padding: 24px 64px;
    }

    section#showcase dl {
        flex-direction: row;
        justify-content: space-between;
        background-color: transparent;
    }

    section#showcase dl div {
        background-color: transparent;
    }

    section#moto {
        flex-direction: row;
        padding: 80px 64px;
        justify-content: space-between;
        align-items: stretch;
    }

    section#moto>article {
        padding: 24px 44px;
        flex: 1 0 0;
        border: 1px solid #808080;
    }

    section#moto>article#mission {
        border-left: none;
    }

    section#moto>article>h2 {
        color: var(--logo-color);
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
        padding-block-end: 24px;
    }

    section#moto>article>h3 {
        font-size: 36px;
        line-height: 50px;
    }

    section#moto>article>p {
        padding-block-start: 16px;
        font-size: 18px;
        line-height: 28px
    }

    section#gallery {
        padding-block-start: 40px;
        display: flex;
        flex-wrap: wrap;
        padding-inline: 24px;
    }

    section#gallery>h2 {
        flex: 1 1 100%;
        font-size: 70px;
        font-weight: 700;
        line-height: 120px;
    }

    section#gallery>h2>span {
        display: inline;
    }

    section#gallery>img {
        max-width: 100%;
    }

    section#gallery>#gallery-img-1 {
        flex: 0 0 25vw;
        max-width: 23vw;
        height: 33vw;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    section#gallery>#gallery-img-2 {
        flex: 0 0 25vw;
        max-width: 23vw;
        height: 33vw;
        aspect-ratio: 16/9;
        object-fit: cover;

    }

    section#gallery>#gallery-img-3 {
        flex: 0 0 46vw;
        max-width: 46vw;
        aspect-ratio: 1;
        object-fit: cover;
        height: 33vw;
    }

    section#gallery>#gallery-img-4 {
        display: block;
        flex: 0 0 30vw;
        max-width: 30vw;
        height: 22vw;
    }

    section#gallery>#gallery-img-5 {
        display: block;
        flex: 0 0 30vw;
        max-width: 30vw;
        height: 22vw;
    }

    section#gallery>article {
        border: 1px solid #808080;
        flex: 0 0 31.8vw;
        max-width: 31.8vw;
        height: 22vw;
        gap: 0px;
        justify-content: space-between;
    }

    section#gallery>article>h3 {
        font-size: 28px;
        line-height: 50px;
    }

    section#gallery>article>a {
        margin-inline-end: 0;
        width: auto;

    }

    section#testimonials {
        margin-inline: auto;
        padding-block: 80px;
    }

    section#testimonials h3 {
        font-size: 36px;
        line-height: 50px;
    }

    section#testimonials>article {
        width: 50vw;
    }

    section#testimonials>article p {
        font-size: 16px;
        line-height: 24px;
    }

    section#testimonials>article img {
        margin-block-end: 8px;
    }

    section#testimonials>article h4 {
        font-size: 16px;
        line-height: 24px;
    }

    section#testimonials>article .designation {
        font-size: 14px;
        line-height: 20px;
    }

    section#clients>h3 {
        font-size: 36px;
        line-height: 50px;
    }

    section#clients>p {
        font-size: 16px;
        line-height: 24px;
        margin-inline: auto;
        width: 55vw;
    }

    section#clients>article {
        gap: 56px;
    }

    section#clients>article img {
        max-width: 50%;
    }
}