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



html {
    overflow-x: hidden !important;

}

body {
    overflow-x: hidden !important;
    font-family: "PT Sans", sans-serif;
}


header {
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.navbar-brand img {
    height: 50px;

}

.navbar-light .navbar-nav .nav-link {
    color: rgb(45, 130, 98);
    padding: 14px 25px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;

}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #58A78A;
    text-decoration: underline;
}

.bg-light {

    background: #fff !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.19) !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: 1px solid rgba(255, 255, 255, 0.3);

    /* backdrop-filter: blur(0px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px !important;
    border-radius: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-image: initial;
    background: rgba(255, 255, 255, 0.2) !important; */
}

header.scrolled .bg-light {
    background: #fff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 9px;
}

header.scrolled .navbar-light .navbar-nav .nav-link {
    color: #58A78A !important;
}

.abouts_warpper {
    padding: 100px 10px;
}

.col-md-6.about_box img {
  display: block;
  width: 100%;
}

.abouts_warpper h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    padding-top: 55px;
    /* text-align: center; */

}


.abouts_warpper h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    padding-top: 57px;
    /* text-align: center; */
}

.about_box h2 {
    text-align: left;
    font-size: 27px;
    padding: 5px 0;
    letter-spacing: 0px;
    padding-top: 50px;
}

.abouts_warpper p {

    padding-top: 10px;
    line-height: 30px;
    font-weight: 400;
    color: #645b5b;
}


.navbar-light .navbar-nav .nav-link.active {
    color: rgb(17, 121, 81);
}

.dropdown-menu.show {
    background-color: #fff;
    text-transform: uppercase;
    border: none !important;

}

.dropdown-item.nav-link.active {
    color: rgb(45, 130, 98) !important;
}

.dropdown-item {
    color: rgb(45, 130, 98);

    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;

    padding: 10px 25px 10px 25px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
    background-color: rgba(88, 167, 138, 0.1) !important;
    color: #58A78A !important;
}



.carousel {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.6s ease;
}

.slide {
    min-width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

/* Overlay (optional for readability) */
.slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.content {
    position: relative;
    color: #fff;
    max-width: 650px;
    /* padding-left: 120px; */

    padding-top: 65px;
}

.content h1 {
    font-size: 42px;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif;
    line-height: 50px;
}

.content p {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    font-weight: 300;
}

.btn {
    display: inline-block;
    padding: 10px 25px;
    background: #065545;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

/* Controls */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 22px;
}



.prev {
    left: 20px;
}

.next {
    right: 20px;
}


.bottom_space {
    padding-bottom: 25px;
}

.top_space {
    padding-top: 25px;
}

@media (max-width: 1320px) {
    .carousel {
        height: 70vh;
    }
}

@media (max-width: 768px) {
    .carousel {
        height: 50vh;
    }

    .slide {
        height: 50vh;
        justify-content: center;
        text-align: center;
    }

    .content {
        padding: 0 20px;
    }

    .content h1 {
        font-size: 25px;
    }

    .content p {
        font-size: 12px;
    }
}

.abouts_warpper img {
    border-radius: 20px;

}


footer {
    background-color: #0b2931;
    text-align: center;
    padding: 15px;
}

footer h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;

}

@media(max-width:767px) {
    .abouts_warpper .col-md-6 {
        margin-bottom: 20px;
    }
}

/* @media(max-width:991px) {
    .navbar-nav {
        background-color: #0b2931;
    }
} */

.abouts_warpper {
    position: relative;
}

.abouts_warpper .bg_shapes {
    position: absolute;
    height: 331px;
    bottom: -77px;
    right: 0;
    opacity: 0.3;
}

@media(max-width:991px) {

    .abouts_warpper p {
        text-align: justify;
    }

    .abouts_warpper h2 {
        text-align: left;
        font-size: 17px;
    }

    .abouts_warpper h3 {
        text-align: left;
        font-size: 17px;
    }

    .about_box h2 {
        font-size: 20px !important;
        line-height: 31px;
    }

    .abouts_warpper {
        padding: 50px 10px;
    }

    .abouts_warpper .bg_shapes {
        display: none;
    }

    .content h1 {
        line-height: 32px;
    }

    footer h4 {
        font-size: 11px;
    }


    .bottom_space {
        padding-bottom: 0px;
    }

    .top_space {
        padding-top: 0px;
    }

    .abouts_warpper h3 {
        padding-top: 18px;
    }
}

.text_color {
    color: #c19b20;
}


.slide::before {
    content: "";
    position: absolute;
    inset: 0;
   background: linear-gradient( 90deg, rgba(11, 41, 49, 0.85) 0%, rgba(11, 41, 49, 0.89) 40%, rgba(11, 41, 49, 0.2) 70%, rgba(0, 0, 0, 0) 100% );
}