@font-face {
    font-family: 'Mango Vintage Signature DEMO';
    src: url('../fonts/MangoVintageSignatureDEMO.woff2') format('woff2'),
        url('../fonts/MangoVintageSignatureDEMO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --light-text: #f5f2e4;
    --light-bg: #e3e4dc;
    --olive-bg: #8a8f73;
    --dark-olive-bg: #2e2e21;
    --brown: #8A8F73;
    --white: #ffffff;
    --body-bg: #f3f3f3;
}

.font-mango {
    font-family: 'Mango Vintage Signature DEMO', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 180px;
    line-height: 100px;
    transform: translateY(20px);
    display: inline-block;
    border-bottom: 1px solid var(--olive-bg);
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background: var(--body-bg);
}

.img-fluid.full {
    width: 100%;
    height: auto;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 40px 4rem;
    z-index: 50;
    mix-blend-mode: luminosity;
    left: 50%;
    transform: translateX(-50%);
}

.admin-bar header {
    top: 32px;
}

header nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    gap: 40px;
}

header nav ul li {
    
}

header nav ul li a {
    font-size: 22px;
    text-decoration: none;
    color: var(--light-text);
}

header nav ul li a::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: var(--light-text);
    transition: width 0.3s ease-in-out;
}

header nav ul li a:hover::after {
    width: 100%;
}

header nav ul li.active a {
    color: var(--light-bg);
}

header nav ul li.active a::after {
    width: 100%;
}

header, main, footer {
    max-width: 1860px;
    margin: 0 auto;
}

.logo {
    max-width: 70px;
}

.logo img {
    width: 100%;
    height: auto;
}

main {
    /* position: sticky;
    top: 0; */
}

section h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: var(--light-bg);
}

section h2 {
    font-size: 52px;
    font-weight: 100;
    color: var(--light-bg);
    margin-bottom: 10rem;
}

.splash {
    background: url(../images/splash-1.png) no-repeat center center fixed;
    background-size: cover;
    min-height: 100dvh;
}

.splash .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.intro {
    background: var(--light-bg);
    padding: 15rem 4rem 8rem;
    border-radius: 60px 60px 0 0;
    min-height: 100dvh;
    color: var(--olive-bg);
}

.intro .title {
    display: block;
    font-size: 112px;
    font-weight: 100;
}

.intro .intro-text {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.intro .intro-text h3,
.intro .intro-text p {
    margin-bottom: 2rem;
}

.intro .intro-text p {
  font-weight: 200;
}

.intro .intro-text {
    color: var(--brown);   
    font-size: 26px; 
    text-align: center;
    max-width: 80%;
    margin: 10rem auto;
}

.intro .intro-text a {
    border: 1px solid var(--brown);
    color: var(--brown);
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 3rem;
    padding: 1rem 4rem;
    transition: all 0.3s ease-in-out;
}

.intro .intro-text a:hover {
    background: var(--brown);
    color: var(--light-bg);
}

.about {
    background: url(../images/about-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 8rem 4rem;
    border-radius: 60px 60px 0 0;
    min-height: 60dvh;
}

.more {
    position: absolute;
    right: 6rem;
    top: 6rem;
    width: 70px;
    height: 70px;
    display: block;
    transform: rotate(0);
    transform-origin: center;
    transition: all 0.3s ease-in-out;
}

.more:hover {
    transform: rotate(45deg);
}

.services {
    background: var(--olive-bg);
    padding: 8rem 4rem;
    border-radius: 60px 60px 0 0;
    min-height: 80dvh;
}

.service-table h3 {
    font-size: 28px;
    font-weight: 100;
    color: var(--light-bg);
}

.service-table span {
    max-width: 40px;
}

.service-table .table-td {
    border-bottom: 1px solid var(--light-bg);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.clients {
    background: var(--dark-olive-bg);
    padding: 8rem 4rem;
    border-radius: 60px 60px 0 0;
    min-height: 90dvh;
}

.clients img {
    max-width: 200px;
}

.logo-wrap {
    margin: 18rem auto;  
}

.community {
    background: var(--brown);
    background-size: cover;
    padding: 8rem 4rem;
    border-radius: 60px 60px 0 0;
    min-height: 60dvh;
    position: relative;
    overflow: hidden;
}

.about-inner {
    background: var(--olive-bg);
    padding: 8rem 4rem;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-inner h2 {
    font-size: 60px;
    line-height: 90px;
    font-weight: 100;
    color: var(--light-bg);
    margin-bottom: 0;
}

.about-inner h2 .font-mango {
    font-size: 100px;
    border-bottom: 1px solid var(--white);
    line-height: 50px;
}

.about-inner h2 .font-mango.no-underline {
    border-bottom: 1px solid transparent;
}

.about-profile {
    background: var(--light-bg);
    border-radius: 0;
}

.about-texts {
    width: 60%;
}

.about-texts h2 {
    font-size: 33px;
    font-weight: 200;
    color: var(--olive-bg);
    margin-bottom: 2rem;
}

.about-texts p {
    font-size: 40px;
    font-weight: 200;
    color: var(--olive-bg);
    margin-bottom: 0rem;
    text-align: center;
}

.about-description {
    padding: 15rem 4rem;
    background: url(../images/grape-bg.png) no-repeat center center;
    min-height: auto !important;
}

.about-description p {
    font-size: 28px;
    font-weight: 200;
    color: var(--olive-bg);
    margin-bottom: 3rem;
}

.about-description .slogan h3 {
    font-size: 65px;
    font-weight: 200;
    color: var(--olive-bg);
    margin-top: 5rem;
}

.about-description .slogan .font-mango {
    font-size: 140px;
    border-bottom: 1px solid var(--olive-bg);
    line-height: 70px;
}

.titlesarea {
    position: relative;
    z-index: 5;
}

.swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.our-work {
  position: relative;
}

.our-work::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 98px;
    height: 98px;
    background: url(../images/sun-icon.png) no-repeat center center transparent;
    z-index: 1;
}

.our-work .middle-work {
  background: var(--light-bg);
}

.our-work .middle-work p {
    font-size: 22px;
    color: var(--brown);
    padding: 10rem;
    text-align: center;
}

.our-story {
    padding: 8rem 4rem;    
    background: var(--olive-bg);
}

.our-story h2 {
    font-size: 33px;
    font-weight: 200;
    color: var(--light-bg);
    margin-bottom: 0;
}

.our-story h3 {
    font-size: 40px;
    font-weight: 200;
    color: var(--light-bg);
    margin-bottom: 3rem;
}

.our-story p {
    font-size: 28px;
    font-weight: 200;
    color: var(--light-bg);
    margin-bottom: 3rem;
}

.philoshophy {
    padding: 8rem 4rem;    
    background: var(--light-bg);
        margin-bottom: -4rem;
}

.philoshophy h2 {
    font-size: 33px;
    font-weight: 200;
    color: var(--olive-bg);
    margin-bottom: 0;
}

.philoshophy h3 {
    font-size: 40px;
    font-weight: 200;
    color: var(--olive-bg);
    margin-bottom: 3rem;
}

.philoshophy p {
    font-size: 28px;
    font-weight: 200;
    color: var(--olive-bg);
    margin-bottom: 3rem;
}

.philoshophy .thumbs {
    transform: translateY(50px);
}

.splash,
.intro, 
.about, 
.services, 
.clients, 
.community,  
.about-profile, 
.about-description {
    margin-bottom: -60px;
    position: relative;
    border-radius: 60px 60px 0 0;
    min-height: 100dvh;
}

.splash,
.about-profile {
    border-radius: 0;
}

footer {
    background: var(--white);
    padding: 8rem 4rem 4rem;
    border-radius: 60px 60px 0 0;
    color: var(--olive-bg);
    z-index: 5;
    position: relative;
}

footer h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: var(--olive-bg);
}

footer h2 {
    font-size: 52px;
    font-weight: 100;
    color: var(--olive-bg);
    margin-bottom: 5rem;
}

footer .font-mango {
    font-size: 100px;
    padding-left: 40px;
    border-bottom: 1px solid #abaf9a;
    line-height: 80px;
}

footer a {
    text-decoration: none;
    color: var(--olive-bg);
}

footer .form-control {
    border: 0 none;
    color: var(--olive-bg);
    border-bottom: 1px solid #e3e4dc;
    border-radius: 0;
    padding: 20px 0;
    font-size: 26px;
    font-weight: 200;
    box-shadow: none;
}

footer .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #e3e4dc;
}

.contact-texts p {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

footer input[type="submit"],
footer .btn.btn-primary {
    background: transparent;
    color: var(--olive-bg);
    border-color: var(--olive-bg);
    font-size: 24px;
    font-weight: 200;
    padding: 1rem;
    display: block;
    width: 100%;
    border: 1px solid;
    transition: all 0.3s ease-in-out;
}

footer input[type="submit"]:hover, 
footer .btn.btn-primary:hover {
    background: var(--olive-bg);
    color: var(--white);
}

footer .form-row h3 {
    font-size: 28px;
    font-weight: 200;
    color: var(--olive-bg);
    margin-bottom: 3rem;
}

footer .form-row p {
    font-size: 22px;
    font-weight: 200;
    color: var(--olive-bg);
    margin-bottom: 3rem;
}

.page-template-about footer,
.about-page footer {
    padding-top: 15rem;
}

.page-template-about main,
.about-page main {
    position: relative;
    z-index: 5;
}

@media screen and ( max-width: 1120px ) {

    header {
        padding: 4rem 2rem;
    }

    nav {
        display: none;
    }

    .splash,
    .intro, 
    .about, 
    .services, 
    .clients, 
    .community, 
    .about-inner, 
    .about-profile, 
    .about-description {
        margin-bottom: -30px;
        position: relative;
        padding: 4rem 2rem;
        border-radius: 30px 30px 0 0;
    }

    .community {
      min-height: 55dvh;
    }

    .logo-wrap {
        margin: 5rem auto;
    }

    .splash,
    .about-inner {
        border-radius: 0;
    }

    .about-inner h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .about-inner h2 .font-mango {
        font-size: 50px;
        border-bottom: 1px solid var(--white);
        line-height: 30px;
    }

    .about-texts {
        width: 100%;
    }

    .about-description .slogan h3 {
        font-size: 30px;
        line-height: 60px;
    }

    .about-description .slogan .font-mango {
        font-size: 80px;
        border-bottom: 1px solid var(--olive-bg);
        line-height: 30px;
    }

    .about-profile {
        padding: 0;
    }

    footer {
        border-radius: 30px 30px 0 0;
        padding: 4rem 2rem 2rem;
    }

    .intro .title {
        font-size: 50px;
    }

    .font-mango {
        font-size: 70px;
        line-height: 40px;
    }

    .more {
        right: 2rem;
        top: 4rem;
        width: 40px;
    }

    .about-texts p {
        font-size: 24px;
        padding: 3rem 1rem;
    }

    .about-description p {
        font-size: 24px;
    }

    .our-work .middle-work p {
        padding: 4rem;
    }

    .our-story {
        padding: 3rem 2rem 0;
    }

    .philoshophy {
        padding: 3rem 2rem;
    }

}