@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Global css*/
* {
    font-family: 'Outfit', sans-serif;
}

body {
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #707070;
}

p {
    font-size: 1.05rem;
    color: #707070;
}

a {
    text-decoration: none;
    color: inherit;
}


.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0.5rem;
}

section {
    padding: 3rem 0;
}

#scrollTop {
    font-size: 1.2rem;
    right: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    border: 1px solid #4FA54D;
    background-color: #4FA54D;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
    z-index: 3;
}

#scrollTop:hover {
    background-color: #487e47;
    transition: 0.5s;
}

#scrollTop:active {
    background-color: #4b804a;
}

/*Header*/
.navbar-nav .nav-link.active {
    color: #4FA54D;
    text-decoration: none;
}

.navbar {
    background: #ffffff;
}

.nav-link {
    font-size: 1.1rem;
    text-align: center;
    margin: 0.5rem !important;
}

.form-control-input {
    padding: 0.9rem 0.5rem;
    background: transparent;
    border: 1px solid #707070;
}

.form-control-input::placeholder {
    font-size: 1.2rem;
    text-transform: capitalize;
    color: rgba(87, 84, 84, 0.71);
}

.dropdown-item:focus, .dropdown-item:active {
    background-color: #4FA54D !important;
}

.navbar-toggler {
    border: 0 !important;
    color: transparent;
}

/*Button*/
.btn-primary {
    background: #4FA54D;
    border: 1px solid #4FA54D;
    border-radius: 0;
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
    color: #ffffff;
    transition: 0.5s all ease-out;
}

.btn-primary:hover, .btn-primary:focus {
    background: #ffffff !important;
    border: 1px solid #4FA54D !important;
    border-radius: 0;
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
    color: #4FA54D !important;
}

/*Pages css*/
.hero-sec h1 {
    font-size: 3.5rem;
    z-index: 99;
}

.hero-sec .btn-primary {
    z-index: 99;
}

.w-40 {
    width: 40%;
}

.about-us-01 h5 {
    color: #4C4C4C;
}

.about-us p, .about-us-01 p {
    font-size: 1.04rem;
    color: #707070;
}

#about-founder {
    background: #EBEAD4;
}

h2 {
    font-weight: 800;
    font-size: 2.5rem;
}

#about-founder p {
    font-size: 1.1rem;
}

.accordion {
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 1rem;
}

.accordion-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}

.accordion .content {
    display: none;
}

.checkboxinput:checked ~ .content {
    display: block;
    transition: 0.5s;
}

:not(:checked) {
    transition: 0.5s;
}

.checkboxinput:checked + label .fa-chevron-down {
    transition: 0.5s;
    transform: rotate(180deg);
}

.card-mission {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 30px;
    background: #F5F5F5;
}

.card-mission-01 {
    border-top: 4px solid #4FA54D;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 30px;
    background: #F5F5F5;
}

.mission-sec h6 {
    font-size: 1.6rem;
}

.footer-menu li a:hover {
    color: #4FA54D;
}

.footer-menu li a.active {
    color: #4FA54D;
}

.footer-logo {
    width: 200px;
}
.footer-logo1 {
    font-size: 20px;
    /*width: 20px;*/
}



.footer-bottom span {
    color: #707070;
}

.border-gray {
    background: #F5F5F5;
    border-radius: 0 120px 120px 0;
}

.border-bottom {
    border-bottom: 1px solid #707070 !important;
}

.border-gray-01 {
    background: #F5F5F5;
    border-radius: 120px 0 0 120px;
}

.process-image {
    width: 450px;
    height: 340px;
    object-fit: cover;
    filter: brightness(0.5);
}

.border-null {
    border-radius: 800px;
    border: 1px solid #272409;
    background: transparent;
    color: #272409;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-full {
    border: 1px solid #272409;
    border-radius: 800px;
    background: #272409;
    color: #ffffff;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Footer*/
footer {
    background: #F5F5F5;
}

footer h5 {
    color: #4FA54D;
    font-weight: 600;
    font-size: 1.3rem;
}

.margin-left-img {
    margin-left: -5rem;
}

.border-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    border-radius: 50px 50px 500px 500px;
    border: 1px solid #000;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-nav .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #4FA54D;
    transform-origin: right top;
    transform: scale(0, 0);
    transition: color 0.1s, transform 0.2s ease-out;
}

.navbar-nav .nav-link.active:before {
    background-color: #4FA54D;
    transform: scale(1, 1);
    height: 2px;
}

.navbar-nav .nav-link:hover::before, .navbar-nav .nav-link:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
    height: 2px;
}

.navbar-nav .nav-link:hover {
    color: #4FA54D;
}

.navbar-nav .nav-item.dropdown .nav-link:hover .navbar-nav .dropdown-menu {
    display: block !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #4FA54D !important;
}

input {
    text-transform: capitalize;
}

input[type="email"] {
    text-transform: lowercase !important;
}

.hamburger div {
    width: 30px;
    height: 3px;
    background: #7b7c7c;
    margin: 5px;
    transition: all 0.3s ease;
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.pl-3 {
    padding-left: 3rem;
}

.steps {
    cursor: pointer;
    /*transition: 100ms;*/
}

.steps:hover .border-null {
    transition: 50ms;
    border-radius: 800px;
    background: #272409;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1280px) {
    .process-image {
        width: 400px;
        object-fit: cover;
        background: #969696;
        height: 340px;
    }

    .margin-left-img {
        margin-left: -2rem;
    }
}

@media screen and (max-width: 1200px) {
    .process-image {
        width: 100%;
        object-fit: cover;
        height: 340px;

    }

    .margin-left-img {
        margin-left: 0;
    }

    .border-null {
        border-radius: 800px;
        border: 1px solid #272409;
        background: transparent;
        color: #272409;
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .border-null h3, .border-full h3 {
        font-size: 1.2rem;
        margin: 0 !important;
    }

    .border-full {
        border-radius: 800px;
        background: #272409;
        color: #ffffff;
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 992px) {
    .process-image {
        width: 100%;
        object-fit: cover;
        height: 340px;
    }

    .border-gray, .border-gray-01 {
        background: none;
        border-radius: 0;
    }

    .margin-left-img {
        margin-left: 0;
    }

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

    .dropdown-menu {
        background: transparent !important;
        border: none !important;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    footer {
        text-align: center;
    }

    .pl-3 {
        padding-left: 1rem;
    }

    .w-40 {
        width: 100%;
    }

    .process-image {
        width: 100%;
        object-fit: cover;
        height: 340px;
    }

    .border-gray, .border-gray-01 {
        background: none;
        border-radius: 0;
    }

    .margin-left-img {
        margin-left: 0;
    }
}

@media screen and (max-width: 360px) {
    .footer-logo {
        width: 120px;
    }
}
