@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,600;0,700;0,800;1,700;1,800&family=Ubuntu:wght@400;500;700&display=swap');

* {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}


:root {
    --primary: #08631c;
    --dark: #21252f;
    --body: #888;
    --box-shadow: 0 8px 22px rgba(0,0,0,0.2);
    --background: #fff;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.7;
    color: var(--body);
}

h1,h2,h3,h4,h5,h6,
.display-4 {
    color: var(--dark);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.navbar {
    box-shadow: var(--box-shadow);
    background: transparent;
}

.navbar-brand img {
    width: 50px;
}

a {
    color: var(--dark);
    text-decoration: none;
}


.btn {
    background-color: #fff;
    border: #08631c;
    color: #08631c;
    transition: background-color, color 1.2s;
}

.btn:hover {
    background-color: #08631c;
}

.btna {
    background-color: #08631c;
    border-radius: 5px;               
    padding: 3px 10px;
    color: #fff;
    border: #08631c;
}


.backg {
    background-image: url(../images/about1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    width: 100%;
    height: 50vh;
    padding: 0;
    margin: 0;
    position: relative;
}

.b-cont { 
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
}

.b-cont h1 {
    font-weight: 400;
    font-size: 80px;
    color: #fff;
}



.section-padding {
    margin-top: 100px;
    margin-bottom: 100px;
}


.col-lg-6 img {
    width: 90%;
}

.under {
    /* margin-top: 100px; */
}

.under img {
    width: 30%;
}

.under i {
    font-size: 40px;
    color: #08631c;
}




.section .contain {
    width: 80%;
    display: block;
    margin: 0px auto;
    padding: 50px 0px;
}

.tb {
    color: #000;
}

.contain .title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}


.content {
    float: left;
    width: 55%;
} 

.image-section {
    float: right;
    width: 40%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.image-section img {
    width: 100%;
    height: auto;
}

.content .article h3 {
    color: #08631c;
    font-size: 50px;
    font-weight: bold;
    opacity: 1;
    animation: slideRight 2s ease forwards;
    animation-delay: 0.5s;
}

.content .article p {
    margin-top: 50px;
    font-size: 17px;
    line-height: 1.5;
    color: #888;
    opacity: 1;
}






/* footer */

footer {
    width: 100%;
    /* position: absolute; */
    color: #fff;
    background: #08631c;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
}

.section-spacing {
    margin-top: 100px;
}

.foot {
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col {
    flex-basis: 25%;
    padding: 30px;
}

.logo {
    width: 90px;
    margin-bottom: 10px;
}

.col h3 {
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}

.social-icons i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #08631c;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
    padding: 5px 5px;
}

.col p i {
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
}

.col p a {
    color: #fff;
}

.line {
    width: 80%;
    height: 2px;
    background-color: #fff;
    margin: 16px auto 24px auto;
}

.phsps {
    text-align: center;
    width: 95%;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
}


