@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600;1,700&display=swap');
* {
    font-family: 'Alegreya', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    line-height: 26pt;
}

h6 {
    text-align: center;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #2f6631;
    Overflow-x: scroll;
}

.card {
    border-style: inset;
}

.card-body {
    padding: 10px
}

a {
    color: #39813b;
    text-decoration: none;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: italic;
    font-weight: 600;
}

h1,
h2,
h4,
h6 {
    text-align: center !important;
}

p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26pt;
}

.nav-link {
    color: #39813b;
    font-family: 'Alegreya', serif;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

a:hover {
    color: #4BB74E;
    text-decoration: none;
}

.btn {
    border-radius: 8px;
    background-color: #2f6631;
}

.breadsrums {
    margin-bottom: 10px;
    background-color: #2f6631;
    font-size: 18px;
    font-style: italic;
}


/* slider */

@media(max-width:780px) {
    .carousel-item {
        width: 100% !important;
        height: 100% !important;
    }
}


/* contact us */

.cardbi {
    width: 250px;
    height: 50px;
    left: auto;
    position: relative;
    text-decoration: none;
    border-radius: 100%;
    color: #2f6631;
}

.item {
    width: 200px;
    height: 230px;
    background-color: orange;
    padding: 10px 10px 10px 10px;
}

#container {
    width: 100%;
    height: 550px;
    background-color: #d82c2e;
    position: relative;
}


/* css for safari */

.maintxt {
    position: relative;
}

.maintxt>img,
.overlay-text {
    position: absolute;
}


/* Footer css */

footer {
    margin-top: auto;
    background-color: #2f6631;
}

footer p {
    font-size: 18px;
}

.op {
    font-size: 20px;
}

.fc {
    font-size: 16px;
}

.botfoot {
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 18px;
}

footer .bi {
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: rgb(255, 255, 255);
}