a {
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    font-family: "Exo", serif;
}

.sticky-top nav {
    background-color: white;
    transition: all .35s;
    border-bottom: 2px solid #9f191e;
}

.sticky-top nav .navbar-brand img {
    height: 50px;

}

.sticky-top nav .landing_header h4 {
    color: #000000;

}

.sticky-top .navbar-nav .nav-link {
    color: #000000;
    transition: all .35s;
}

.sticky-top .landing_btn {
    background-color: #9f191e !important;
    color: #ffffff !important;
}
.sticky-top .landing_btn:hover {
    color: #9f191e !important;
    background-color: #ffffff !important;
    border: 1px solid #9f191e;
}

.navbar-brand img {
    height: 60px;
    transition: all .35s;
}

.landing_header h4 {
    font-size: 1.1rem;
    color: #FFFFFF;
}

.navbar-nav .nav-link {
    color: #FFFFFF;
    transition: all .25s;
}

.navbar-nav .nav-link:hover {
    color: #efae11;
}

.navbar-nav .nav-link.active {
    color: #efae11;
}
.navbar-toggler:focus {
    box-shadow: none;
}
 header .offcanvas.show .navbar-nav .nav-link {
    color: #000000;
}
header .offcanvas.show .navbar-nav .nav-link:hover {
    color: #efae11;
}
header .offcanvas.show .navbar-nav .nav-link.active  {
    color: #efae11;
} 
 
.landing_btn {
    padding: 0.3rem 1.3rem 0.3rem 1.3rem;
    border-radius: 1rem;
    border: 1px solid transparent;
}
.landing_btn:hover {
    background-color: #9f191e !important;
    color: #ffffff !important;
    transition: all .35s;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-caption {
    bottom: 0px;
    transform: translate(-21%, -50%);
    width: 29%;
    text-align: left;
}

.carousel-caption h1 {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.carousel-caption p {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 100;
}

.carousel-caption h1::after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    background-color: #FEBF26;
    width: 100px;
    left: 0px;
}

.carousel-caption h1::before {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    background-color: #FEBF26;
    width: 30px;
    left: 112px;
}

.about-section h2::after {
    content: "";
    position: absolute;
    height: 5px;
    bottom: -8px;
    background-color: #FEBF26;
    width: 70px;
    left: 0px;
}

.aboutus-btn {
    border: 1px solid #333333;
    border-radius: 1rem;
}

.aboutus-btn:hover {
    border: 1px solid #333333c2;
    background-color:#333333c2 ;
    color: #FFFFFF;
    transition: all .35s;
}

.important-content {
    width: 85%;
    margin: 0 auto;
    gap: 5rem;
}

.important-section {
    background-color: #FFF8F2;
}

.important-text a {
    text-wrap: nowrap;
    font-size: 2rem;
    color: #596d80;
    position: relative;
}

.important-text ::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 0;
    width: 0;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #6F6862;
    right: -41px;
}

.important-text ::after {
    content: "";
    position: absolute;
    background-color: #6F6862;
    width: 1px;
    height: 50px;
    right: -29.4px;
    top: 50%;
    transform: translateY(-50%);
}

.bar {
    width: 1px;
    background-color: #70707047;
    height: 50px;
}

footer {
    background-color: #333333;
    padding: 22px 0 0 0
}

.footer-social .btn {
    border: 1px solid #ffffffcf;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2F353B;
    color: #ffffffcf;
}
.footer-social .btn:hover {
    border: 1px solid #ffffffcf;
    background-color: #000000;
    color: #ffffffcf;
    transition: all .35s;
}

.footer-border {
    border-top: 1px solid #ffffff57;
    color: #FFFFFF;
    margin-top: 1rem;
}

.footer-links a {
    color: #ffffffcf;
}

.footerbar {
    width: 1px;
    background-color: #ffffffcf;
    height: 15px;
}

.footer-text {
    color: #ffffffcf;
}

.back-to-top {
    height: 45px;
    width: 45px;
    background-color: #eeac0e;
    color: white;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

.back-to-top i {
    font-size: 1rem;
    color: white;
}
@media  (max-width:1023px ) {
    .carousel-caption {
        transform: translate(-21%, -33%);
    }
    .carousel-caption h1 {
        font-size: 1.2rem;
    }
    .carousel-caption p {
        font-size: 1rem;}
    .important-content {
        flex-wrap: wrap;
    }
    .important-text {
        text-align: center;
        flex: 0 0 100%;
    }
    .important-text ::before {
        content: "";
        position: absolute;
        top: 100%;
        height: 0;
        width: 0;
        transform: translateX(-50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 12px solid #6F6862;
        /* right: -41px; */
        left: 50%;
        rotate: 87deg;
    }
    .important-text ::after {
        content: "";
        position: absolute;
        background-color: #6F6862;
        width: 100%;
        height: 1px;
        right: -29.4px;
        top: 100%;
        transform: translateY(-50%);
        left: 0;
    }
 .footer-content {
    flex-wrap: wrap;
    gap: 15px;
 }
    
}
@media  (max-width:680px ) {
.footer-links{
    flex-wrap: wrap;
}
.footer-social {
    justify-content: center;
    width: 100%;
}
.footer-text {
    flex-direction: column;
}
.important-imgs ul {
    flex-direction: column;
}
.important-content {
    gap: 1.5rem;
}
.important-imgs .bar {
    display: none;
}
.important-imgs img {
    height: 30px;
}
.important-imgs ul {
    gap: 10px;
}
.important-text a  {
    font-size: 1.4rem;

}
}