@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap');

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

        body::-webkit-scrollbar{
            width: 10px;
        }

        body::-webkit-scrollbar-thumb{
            background-color: #72bf6a;
        }

html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.top-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    color: white;
    position: relative;
    height: 80px; /* Adjust as needed */
}
.top-navbar .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.top-navbar .logo img {
    height: 50px; /* Adjust size as needed */
    vertical-align: middle;
}
.top-navbar .links {
    display: flex;
    gap: 15px;
    position: absolute;
    right: 20px;
    align-items: center;
}
.top-navbar .links a {
    color: black; /* Changed to black for visibility */
    text-decoration: none;
    padding: 5px 10px;
    background-color: #72bf6a;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.top-navbar .links a i {
    margin-right: 5px; /* Space between icon and text */
}
.top-navbar .links a:hover {
    background-color: #52824d;
}
.navbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2000;
}

.nav-item {
    margin-left: 5rem;
}

.nav-link{
    font-size: 1.6rem;
    font-weight: 400;
    color: #475569;
}

.nav-link:hover{
    transition: transform 0.3s ease; /* Smooth transition */
    transform: scale(1.2); /* Scale the text to 120% */
    color: #77ed57;
}

/* General styles for the About Us section */
/* General styles for the About Us section */
#about-us {
    background-color: #ffffff; /* Light grey background */
    padding: 0px;
    color: #333; /* Dark text color for readability */
}

#about-us .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Flexbox layout for the row */
#about-us .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#about-us .col-lg-4,
#about-us .col-md-6,
#about-us .col-md-12 {
    box-sizing: border-box;
    padding: 15px;
}

#about-us .col-lg-4 {
    flex: 1;
}

#about-us .col-md-6 {
    flex: 1;
}

#about-us .col-md-12 {
    flex: 2;
    text-align: right; /* Align "Follow Us" to the right */
}

#about-us h4 {
    font-size: 1.5rem;
    color: #457344; /* Primary color */
    margin-bottom: 20px;
    font-weight: 700;
}

#about-us p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

#about-us .social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end; /* Align icons to the right */
    gap: 15px;
}

#about-us .social-icons li {
    display: inline;
}

#about-us .social-icons a {
    font-size: 1.5rem;
    color: #457344; /* Primary color */
    text-decoration: none;
}

#about-us .social-icons a:hover {
    color: #457344; /* Darker shade on hover */
}

#about-us .text-center {
    margin-top: 30px;
}

#about-us .text-center p {
    font-size: 1.5rem;
    color: #000; /* Light grey text color */
}
.scheme div or section
.scheme{
    height: 850px;
    width: 1256px;
    border: black;
}
.bigo:hover{
	transition: transform 0.3s ease; /* Smooth transition */
    transform: scale(1.4); /* Scale the text to 120% */
}

@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:0 10px 27px rgba(0, 0, 0, 0.05);
        z-index: 2000;
        padding-top: 60px;
    }

    .nav-link:hover{
        transition: transform 0.3s ease; /* Smooth transition */
        transform: scale(1.3); /* Scale the text to 120% */
        color: #77ed57;
    }

    .links {
        justify-content: flex-start; /* Aligns the links to the left */
        gap: 10px; /* Adjust spacing for mobile */
        position: absolute;
        top: 75px;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
        position: relative;
        right: 215px;
        top: 10px;
        z-index: 2000;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .top-navbar .links {
        display: flex;
        gap: 15px;
        position: absolute;
        right: 20px;
        top: 78px;
        align-items: center;
    }
}

@media only screen and (max-width: 600px){
    .navbar{
        max-width: 20px;
        margin: 0;
        padding: 0;
        z-index: 100;
    }
    .hamburger {
        display: block;
        cursor: pointer;
        position: relative;
        left: 25px;
        top: 15px;
        z-index: 2000;
    }
    .top-navbar .links {
        margin: 0;
        top: 75px;
        padding: 0;
    }
}