@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
html,
body {
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.topi {
    background-color: black !important;
}

.logo {
    height: 60px;
    width: 100%;
}
header {
    background-color: #fff;
}
@media (max-width: 991px) {
    .logo {
        width: 100%;
        height: auto;
    }
}

.nav-link {
    color: black !important;
    padding-left: 35px !important;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li a:hover {
    color: rgb(255, 170, 0) !important;
}

/* for carousel */
/* to blend black color following 2 css are used */

.img-fluid {
    width: 100%;
    height: auto;
}

.carousel-item-container {
    top: 0;
    justify-content: center;
    align-items: center;
}

.carousel-item {
    position: relative;
    /* min-height: 550px; */
}

.carousel-item img {
    height: 100%;
    min-width: 100%;
    min-height: 320px;
}

.carousel-caption {
    position: absolute;
    top: 140px;
    z-index: 2;
    color: #fff;
    margin: auto;
    text-align: center;
}
.carousel-indicators li {
    height: 15px;
    width: 15px;
}
.carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.navbar-brand {
    max-width: 75%;
}
@media (max-width: 726px) {
    .carousel-caption {
        justify-content: center;
        align-items: center;
    }

    .carousel-caption h1 {
        font-size: 35px !important;
        font-weight: 600;
    }

    .carousel-caption p {
        font-size: medium !important;
    }

    #car-btn {
        color: white;
        font-weight: 700 !important;
        font-size: 10px !important;
        border-radius: 6px !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        background-color: rgb(255, 170, 0);
    }

    .our-goal {
        font-size: larger;
    }

    .text-center {
        font-size: medium !important;
    }
}

@media (max-width: 474px) {
    .carousel-caption {
        position: absolute;
        top: 42px;
        z-index: 2;
        color: #fff;
        margin: auto;
        text-align: center !important;
    }

    .carousel-caption h1 {
        font-size: 30px !important;
        font-weight: 600;
    }

    .carousel-caption p {
        font-size: medium !important;
        line-height: 20px;
        font-weight: 500;
    }

    #car-btn {
        display: none;
    }
}

@media (max-width: 397px) {
    .carousel-caption {
        position: absolute;
        top: 50px;
        z-index: 2;
        color: #fff;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 !important;
    }

    .carousel-caption h1 {
        font-size: 30px !important;
        font-weight: 600;
        text-align: center;
        margin-bottom: 8px;
    }

    .carousel-caption .pata {
        display: none;
    }

    #car-btn {
        display: none;
    }
}

.carousel-caption h1,
.carousel-caption p,
.carousel-caption a {
    color: #fff;
    font: "Raleway", sans-serif !important;
}

.carousel-caption h1 {
    font-size: 60px;
}

.carousel-caption p {
    font-size: larger;
}

/* card */
#car-btn {
    color: white;
    font-weight: 700 !important;
    font-size: 15px;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255, 170, 0);
}

#car-btn:hover {
    border: 2px solid rgb(255, 170, 0);
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #fff;
    color: black;
}

/* hero section starts here */
.our-goal {
    font-weight: 700;
}

.text-center {
    text-align: center;
    font-size: 20px;
    color: rgb(77, 77, 77) !important;
}

.cardcont {
    border-radius: 6px;
}

.card {
    box-shadow: 2px 1px 3px 3px #f0f0f0;
}

.count {
    padding: 18px;
    border-radius: 6px;
    box-shadow: 2px 1px 3px 3px #f0f0f0;
}

.team {
    border-right: 2px solid #e0dfdf;
}

.number {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
    color: rgb(70, 145, 57);
    font: bolder;
    font-size: 40px;
}

.hero3 {
    background-color: rgb(241, 255, 249);
}

.nandu {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.text {
    text-align: justify;
    font-size: 18px;
    color: rgb(77, 77, 77) !important;
}

.cardA {
    background-color: white;
}

.card-titleA a {
    color: rgb(37, 37, 37);
}

.card-titleA a:hover {
    color: orange;
    text-decoration: none;
}

.card-descriptionB {
    font-weight: 0 !important;
}

#card-btn {
    font-weight: 700;
    color: orange !important;
}

#card-btn:hover {
    color: rgb(70, 145, 57) !important;
}

#blog-read {
    color: white;
    font-weight: 700 !important;
    font-size: 15px;
    border-radius: 6px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: rgb(255, 170, 0);
}

#blog-read:hover {
    font-weight: 700 !important;
    font-size: 15px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 6px;
    border: 2px solid rgb(255, 170, 0);
    background-color: #fff;
    color: black;
}

.can {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(74, 74, 74, 0.178),
        rgb(0, 0, 0)
    );
}

.text-center h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white !important;
    padding-top: 200px !important;
}

@media (max-width: 767px) {
    .text-center h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

.footerbtn {
    color: black !important;
    font-weight: 700 !important;
    font-size: 15px;
    border-radius: 6px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    background-color: white !important;
}

.footerbtn:hover {
    font-weight: 700 !important;
    font-size: 16px !important;
    border-radius: 6px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    background-color: rgb(255, 170, 0) !important;
    color: white !important;
}

.heard {
    color: white !important;
}

.btn-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.btn-container a {
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    background-color: white;
    border: none;
    border-radius: 4px;
}

.btn-container a:hover {
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: orange;
    border: none;
    border-radius: 4px;
}

/* Footer */
footer {
    background-color: #f8f9fa;
    padding: 50px 0;
}

footer h4 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

footer p,
footer ul {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

footer ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

footer ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 16px;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    transition: 0.3s ease;
}

.social-icons li a:hover {
    background-color: #dc3545;
}

.social-icons li a i {
    font-size: 16px;
}

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

    .social-icons {
        justify-content: center;
    }
}

footer {
    background-color: #000;
}

footer h4 {
    color: white;
}

footer p {
    color: white;
}

footer li {
    color: white;
}

footer li a i {
    color: white !important;
}

.social-icons li i {
    position: relative;
}
.card-text {
    font-weight: 400 !important;
}
