.sticky-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    transition: ease-in-out 0.4s;
}

.navbar-brand>img {
    width: 100px;
    height: 50px;
}

.nav-item {
    text-transform: uppercase;
    font-weight: 650;
    padding: 0 15px;
}

.nav-link {
    color: #198754;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

.active-link {
    color: #ffffff;
    background-color: #198754;
}

.nav-link:hover {
    color: #ffffff;
    background-color: #198754;
}


.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0.2rem;
}

.dropend:hover > .dropdown-menu {
    display: block;
    margin-left: 0.1rem;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
}

.dropdown-item {
    color: #198754;
    text-transform: uppercase;
    font-weight: 650;
}

.dropdown-item:hover {
    color: #ffffff;
    background-color: #198754;

}



/* footer */

.footer-top {
    background-color: #ffea74;
    padding: 20px 0 20px 100px;
}

.social-align ul {
    list-style-type: none;
    display: flex;
    padding-left: 10px;
}

.social-align ul>li {
    padding: 0 20px 0 0;
    font-size: 25px;
}

.footer-list-item {
    text-align: start;
    line-height: 30px;
    padding-left: 50px;
}

.footer-list-item ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-list-item ul>li {
    font-size: 20px;
}

.footer-contact {
    list-style-type: none;
    padding-left: 0;
    font-size: 17px;
    line-height: 35px;
}

.footer-copyright {
    text-align: center;
    background-color: #198754;
    color: #ffffff;
    padding: 10px 0;
}

/* hero area */

.hero-img {
    padding: 150px 0;
}

.hero-title {
    font-size: 55px;
    font-weight: 750;
    line-height: 60px;
    margin-top: 450px;
    visibility: hidden;
    transition: ease-out 0.8s;
}

.hero-after {
    margin-top: 0;
    visibility: visible;
}

/* brand swiper */
.swiper {
    width: 100%;
    height: 150px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 20px;
}

/* feature card */

.feature-title h2 {
    margin-top: 50px;
    font-weight: 700;
    font-size: 50px;
}

.feature-title p {
    margin-bottom: 40px;
    font-size: 20px;
    color: #000000;
}

.feature-card {
    height: 360px;
    width: 360px;
    margin: 0 10px;
    padding: 20px;
}

#feature-card div:nth-child(1) {
    background-color: #bbff00;
}

#feature-card div:nth-child(2) {
    margin-top: 50px;
    background-color: rgb(2, 255, 166);
}

#feature-card div:nth-child(3) {
    margin-top: 100px;
    background-color: rgb(0, 238, 255);
}

.feature-card img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.feature-card h3 {
    margin-bottom: 10px;
}

.about-title {
    padding-right: 100px;
}

.about-title h2 {
    margin-top: 50px;
    font-weight: 700;
    font-size: 50px;
}

.about-title h3 {
    margin: 15px 0;
    color: #605f5f;
}

.about-title p {
    margin: 20px 0;
    text-align: justify;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.line {
    height: 2px;
    width: 50px;
    margin-bottom: 8px;
    background-color: #000000;
    display: inline-block;
}

.about img {
    height: 400px;
    width: 600px;
}


/* product section */

.product-section h2 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    margin-top: 50px;
}

.product-section p {
    margin: 20px 0;
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.product-section div div {
    text-align: center;
}

.product-card {
    margin: 60px 0;
    transition: ease-in-out 0.3s;
}

.product-card:hover {
    transform: translateX(20px);
    color: #198754;
}

.product-card img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.product-card h3 {
    display: inline-block;
}

.product-page {
    margin-top: 100px;
}

.product-detail {
    margin-top: 100px;
}

.product-page img {
    height: 200px;
    object-fit: cover;
}

.product-page .card {
    transition: ease-in 0.2s;
    text-align: center;
}

.product-page .card a{
    text-decoration: none;
    font-size: 20px;
    color: #198754;
    font-weight: 500;
}

.product-page .card:hover{
    box-shadow: 0px 5px 10px 5px #ddd4d4;
    transform: scale(1.02);
}

.funfact {
    padding: 100px 0;

}

.funfact h3 {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
}

.funfact h4 {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
}

.team {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.team-card {
    text-align: center;
    padding: 20px 45px;
    background-color: #fffefe;
    border: 1px solid #198754;
    border-radius: 85px;
}

.team-card:hover {
    border: 1px solid #000000;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
}

.team-card h5:hover {
    color: #198754;
}

.team-card img {
    width: 150px;
    height: 150px;
    margin: 20px 0;
    border: 1px solid #198754;
    border-radius: 50%;
    object-fit: cover;
}

.team div:nth-child(2),
.team div:nth-child(3) {
    margin-left: -30px;
}


.team-page {
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog a {
    text-decoration: none;
}

.blog-title h2 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}

.blog-image {
    width: 700px;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 5px;
}

.blog-detail {
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-page {
    margin-top: 150px;
    margin-bottom: 50px;
}

.about-page-left h2 {
    margin-top: 50px;
    font-weight: 700;
    font-size: 50px;
}

.about-page-left p {
    margin: 20px 0;
    text-align: justify;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    padding-right: 120px;
}

.about-page img {
    height: 400px;
    width: 600px;
}

.about-page-right h2 {
    margin-top: 50px;
    font-weight: 700;
    font-size: 50px;
    text-align: end;
}

.about-page-right p {
    margin: 20px 0;
    text-align: justify;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    padding-left: 120px;
}

.contact-banner {
    margin-top: 100px;
    height: 10px;
}

.contact-info {
    text-align: center;
    align-items: center;
    line-height: 25px;
    padding: 40px 30px 10px;
    border: 1px solid #000000;
}

.contact-info img {
    margin-bottom: 30px;
}

.contact-info h3 {
    margin-bottom: 20px;
}

.contact-info p {
    color: #000000;
    font-weight: 500;
    font-size: 17px;
}
