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

a {
    text-decoration: none;
    display: inline-block;
}

input,
textarea,
button {
    border: none;
    outline: none;
}

textarea {
    resize: none;
}

/* p{
    line-height: 25px;
} */
h2,
h1 {
    letter-spacing: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
button {
    z-index: 1;
}

.ltr-spc-5 {
    letter-spacing: 5px;
}

:root {
    --select: #00C300;
    --light: #fff;
    --dark: #000;
    --light-bgc: #fff;
    --light-text: #fff;
    --light-dark: #fff;
    --dark-bgc: #000;
    --light-layer: #ffffff10;
    --dark-layer: #0000008a;
    --bgc-light-shadow: #f7f7f7;
    --green-bgc: #235549;
    --green-light: #357364;
    --bgc-light-2: #F1FFEC;
    --bgc-light-3: #70b0727c;
    ;




}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.f-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f-j-end {
    justify-content: flex-end;
}

.f-j-start {
    justify-content: flex-start;
}

.f-a-start {
    align-items: flex-start;
}

.f-a-end {
    align-items: flex-end;
}

.f-j-bw {
    justify-content: space-between;
}

.f-j-ev {
    justify-content: space-evenly;
}

.f1 {
    flex: 1;
}

.f2 {
    flex: 2;
}

.f3 {
    flex: 3;
}

.fw-very-light {
    font-weight: 200;
}

.fw-light {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fs-14 {
    font-size: 14px;
}

.fs-17 {
    font-size: 17px;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px;
}

.fs-70 {
    font-size: 70px;
}

.fs-60 {
    font-size: 60px;
}

.fs-50 {
    font-size: 50px;
}

header {
    background-color: transparent;
    z-index: 100;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-10 {
    padding: 10px;
}

.p-30 {
    padding: 30px;
}

.p-50 {
    padding: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.ph-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.ph-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ph-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pv-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pv-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pv-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pv-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pv-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pv-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-m-110 {
    margin-left: -90px;
}

.mr-m-100 {
    margin-right: -50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mr-30 {
    margin-right: 30px;
}


.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-m-65 {
    margin-top: -65px;
}


.hvr-select-c:hover {
    color: var(--select);
}

.hvr-light-c:hover {
    color: var(--light);
}

.hvr-select-br:hover {
    border: 1px solid var(--select);
}

.hvr-light-bgc:hover {
    background-color: var(--light-bgc);
}

.hvr-select-bgc:hover {
    background-color: var(--select);
}

.c-light {
    color: var(--light-text);
}

.c-dark {
    color: var(--dark-text);
}

.c-select {
    color: var(--select);
}

.bgc-light {
    background-color: var(--light-bgc);
}

.bgc-light-2 {
    background-color: var(--bgc-light-2);
}

.bgc-light-3 {
    background-color: var(--bgc-light-3);
}

.bgc-dark {
    background-color: var(--dark-bgc);
}

.bgc-select {
    background-color: var(--select);
}

.bgc-green {
    background-color: var(--green-bgc);
}

.bgc-green-light {
    background-color: var(--green-light);
}


.fw-7 {
    font-weight: 700;
}

.b-light {
    border: 1px solid var(--light-bgc);
}

.b-select {
    border: 1px solid var(--select);
}

.b-bottom-dark {
    border-bottom: 1px solid var(--dark);
}

.br-10 {
    border-radius: 10px;
}

.br-7 {
    border-radius: 7px;
}

.br-50-p {
    border-radius: 50%;
}



.img-h-40 {
    height: 40px;
    object-fit: contain;
}

.img-h-60 {
    height: 60px;
    object-fit: contain;
}

.img-h-70 {
    height: 70px;
    object-fit: contain;
}

.img-h-450 {
    height: 450px;
    object-fit: contain;
}

.img-h-400-w-fw {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.img-h-30 {
    height: 30px;
    object-fit: contain;
}

.img-fw {
    width: 100%;
    object-fit: contain;
}

.img-w-80-p {
    width: 80%;
    object-fit: contain;
}

#about .bg-img {
    background-image: url("./public/about-bg.png");
}

#services .bg-img {
    background-image: url("./public/services.png");
}

#gallery .bg-img {
    background-image: url("./public/gallery.png");
}

#contact .bg-img {
    background-image: url("./public/contact.png");
}

.w-fw {
    width: 100%;
}

.w-mx-70 {
    width: 70%;
}

.w-50-p {
    width: 50%;
}

.w-mx-80 {
    width: 80%;
}

.w-mx-120 {
    width: 120px;
}

.h-fh {
    height: 100%;
}

.h-50-vh {
    height: 50vh;
}

.h-60-vh {
    height: 60vh;
}

.h-70-vh {
    height: 70vh;
}

.h-80-vh {
    height: 80vh;
}

.h-100-vh {
    height: 100vh;
}

.h-120-vh {
    height: 120vh;
}

.mh-80-vh {
    min-height: 80vh;
}

.mh-100-vh {
    min-height: 100vh;
}

.mh-50-vh {
    min-height: 50vh;
}

.mh-60-vh {
    min-height: 60vh;
}

.mh-70-vh {
    min-height: 70vh;
}

.wh-200 {
    width: 200px;
    height: 200px;
}

.w-100 {
    width: 100px;
}

.w-150 {
    width: 150px;
}

.h-60 {
    height: 60px;
}

.h-100 {
    height: 100px;
}

.h-275 {
    height: 275px;
}

.h-300 {
    height: 300px;
}

.w-40-p {
    width: 40%;
}

.w-60-p {
    width: 60%;
}

.w-130 {
    width: 130px;
}

.w-200 {
    width: 200px;
}

.w-300 {
    width: 300px;
}

.w-mw-300 {
    min-width: 300px;
}

.w-mn-fw {
    min-width: 100%;
}

.w-400 {
    width: 400px;
}

.w-600 {
    width: 600px;
}

.w-800 {
    width: 800px;
}

.h-80-vh {
    height: 80vh;
}

.h-85-vh {
    height: 85vh;
}

.h-400 {
    height: 400px;
}

.h-450 {
    height: 450px;
}

.h-130 {
    height: 130px;
}

.h-150 {
    height: 150px;
}


.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.p-top {
    position: absolute;
    top: 0;
}

.a-select {
    font-weight: 700;
    color: var(--select);
}

.img-layer::after {
    content: "";
    width: 100%;
    background-color: var(--light-layer);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.img-layer-dark::after {
    content: "";
    width: 100%;
    background-color: var(--dark-layer);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.zi-1 {
    z-index: 10;
}

.p-rel {
    position: relative;
}

.p-sticky {
    position: sticky;
}

.p-abs {
    position: absolute;
}

.bottom-m-20 {
    bottom: -20px;
}

.bottom-m-30 {
    bottom: -30px;
}

.bottom-0 {
    bottom: 0px;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.left-m-120 {
    left: -120px;
}

.right-m-120 {
    right: -120px;
}

.top-0 {
    top: 0;
}

.top-50 {
    top: 50px;
}

.card-layer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background-color: var(--bgc-light-shadow);
    z-index: -1;

}

.ta-center {
    text-align: center;
}

.lh-30 {
    line-height: 30px;
}

.lh-25 {
    line-height: 25px;
}

#contact.bg-img {
    background-image: url("./public/contact-bg.png");
}



.rotate-img {
    animation: rotateImg 2s infinite ease-in-out;
}

.scrolling-fade-15 {
    animation: scrollingFade linear both;
    animation-timeline: view();
    animation-range: entry 15% cover 40%;
}

.drp-shadow-d {
    filter: drop-shadow(5px 5px 5px #2222228f);
}

.d-block {
    display: block;
}

.d-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 30px;
    row-gap: 30px;
}

#manifesto .bg-img {
    background-image: url("./public/manifesto-bg.png");
}

.of-scroll {
    overflow: scroll;
}

.of-hidden {
    overflow: hidden;
}

#banner-1 {
    background-image: url("./public/banner-1.png");
}

#banner-2 {
    background-image: url("./public/banner-2.png");
}

#banner-3 {
    background-image: url("./public/banner-3.png");
}

#banner-prev {
    background-image: url("./public/banner-3.png");
}

#banner-next {
    background-image: url("./public/banner-1.png");
}

.anas p {
    display: none;

}

.anas img {
    transform-origin: left;
    transition: 1s;
    margin-left: -400px;
    margin-bottom: 250px;
    height: 400px;
}

.hvr-p:hover p {
    color: var(--select);
}

.o-fit-contain {
    object-fit: contain;
}

.m-menu {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: var(--light);
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

@keyframes rotateImg {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

@keyframes scrollingFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.m-label {
    display: none;
}
.m-mx-w-80 {
    max-width: 80%;
}
@media screen and (max-width: 480px) {
    .menu-desktop {
        width: 100%;
        height: 100vh;
        background-color: #000;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: -1;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .menu-desktop a {
        margin-bottom: 20px;
        font-size: 20px;
        padding: 10px 0;
        /* width: 100%; */
    }

    .m-w-100 {
        display: none;
    }

    .m-menu {
        display: inline-block;
        cursor: pointer;
    }

    .fs-60 {
        font-size: 24px;
    }

    .fs-30 {
        font-size: 20px;
    }

    .fs-50 {
        font-size: 25px;
    }

    .fs-14 {
        font-size: 12px;
    }

    .m-img-h-40 {
        height: 20px;
    }

    .wh-200 {
        width: 100px;
        height: 100px;
    }

    .left-m-120 {
        left: -60px;
    }

    .right-m-120 {
        right: -60px;
    }

    .m-h-100-vh {
        height: 50vh;
    }

    .m-mh-100-vh {
        min-height: 50vh;
    }

    .m-f-row {
        flex-direction: column;
    }

    .m-f-column {
        flex-direction: row;
    }

    .m-dp-none {
        display: none;
    }

    .m-f-j-start {
        justify-content: flex-start;
    }

    .m-ml-m-110 {
        margin-left: 0;
    }

    .m-p-10 {
        padding: 10px;
    }

    .m-h-80-vh {
        height: auto;
    }

    .m-services {
        /* display: flex; */
        flex-direction: column;
        margin: 0;
        padding: 0;

    }

    .m-services-slide {
        width: 100%;
        background-color: #00C300;
        display: none;
        padding: 10px;
    }

    #services {
        margin: 0;
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    #service-desc {
        margin-bottom: 20px;
    }

    .m-img-h-70 {
        height: 50px;
    }

    .anas {
        min-height: 300px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-bottom: 20px; */
    }

    .anas img {
        margin: 0;
        padding: 0;
        transform-origin: center;
        transition: 2s;
        height: 250px;
        padding-bottom: 10px;

    }

    .m-480-px {
        height: 450px;
        margin-top: 20px;
    }

    .m-h-auto {
        height: auto;
        min-height: auto;
    }

    .m-cen {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
    }

    .m-p-10 {
        padding: 30px 10px;
        text-align: center;
    }

    .m-p-abs {
        position: relative;
    }

    .m-bg-img {
        background-size: contain;
        background-position: top;
    }

    .w-800 {
        width: 100%;
    }

    .w-50-p {
        padding: 10px;
        width: 100%;
    }

    .fs-70 {
        font-size: 30px;
        text-align: center;
    }

    .m-mh-80-vh {
        min-height: auto;
    }

    .h-auto {
        height: auto;
        min-height: auto;
    }

    .m-p-t-30 {
        margin-top: 30px;
    }

    .m-p-b-20 {
        padding-bottom: 20px;
    }

    .m-bgc-light-3 {
        background-color: transparent;
    }

    .m-none {
        display: none;
    }

    .manifesto-padding {
        padding: 20px 10px;
    }

    .mb-50-none {
        margin: 0;
    }

    .m-top-50 {
        top: 0;
    }

    .m-p-h-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .w-400 {
        width: 100%;
    }

    .m-flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .t-center {
        text-align: center;
    }

    .m-h-60-vh {
        height: 300px;
    }

    .m-footer {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px;

    }

    .fs-17 {
        font-size: 14px;
    }

    .img-h-450 {
        height: 200px;
    }

    .m-f-a-center {
        align-items: center;
        justify-content: center;
    }

    .h-450 {
        height: 350px;
    }

    .m-mh-30-vh {
        min-height: 30vh;
    }

    .m-h-30-vh {
        height: 30vh;
    }

    .m-f-row-rev {
        flex-direction: column-reverse;
    }

    .w-mx-70 {
        width: 100%;
    }

    .m-p-50 {
        padding: 50px 10px;
    }

    .d-grid {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 10px;
        row-gap: 30px;
        padding: 10px;
    }

    .img-h-400-w-fw {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }


}