@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
}

.logo-row img {
    height: 80px;
}

.bharat-logo img {
    height: 70px !important;
}

.header {
    /* border-bottom: 3px solid var(--bs-primary); */
    position: relative;

    .nav-link {
        position: relative;
    }

    .nav-link::before {
        width: 0;
        content: "";
        transition: .5s all ease-in-out;
        height: 3px;
        border-radius: 20px;
        background-color: var(--bs-secondary);
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .nav-link:hover::before {
        width: 100%;
    }
}

.top-band {
    border-color: #00000040 !important;
}

.home_slider .owl-nav,
.patner_slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}

/* .home_slider::before {
    content: "";
    background-image: url(../images/banner-bg-patten.png);
    background-size: cover;
    background-position: center, right;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
}
.home_slider > div{
    position: relative;
    z-index: 2;
} */
.owl-nav i {
    width: 40px;
    height: 40px;
    line-height: 25px;
    text-align: center;
}

.banner-title {
    font-size: 40px;
    font-weight: 400;
    /* color: #eed106; */
}

.banner-content {
    padding-right: 70px !important;
}

.banner-content p {
    margin-bottom: 20px;
}

.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100;
}

.connet-button {
    position: fixed;
    left: 1rem;
    bottom: 100px;


}

.connet-button a {
    transition: .8s all ease-in;
}

.connet-button span {
    transition: 1s all ease-in-out;
    opacity: 1;
    border-left: 0px !important;
    border: 2px solid var(--bs-primary);
    border-radius: 0 20px 20px 0;
    padding: 6px;
    padding-right: 1rem;
    width: 0px;
    opacity: 0;
    text-wrap: nowrap;
    overflow: hidden;
    color: rgba(var(--bs-dark-rgb)) !important;
}

.connet-button a:hover span {
    width: 100%;
    opacity: 1;
}

.connet-button i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--bs-primary);
}

.social-icon a {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* border: 1px solid var(--bs-secondary); */
    background-color: var(--bs-secondary);
    border-radius: 50%;
    transition: .5s all ease-in-out;
}

.social-icon a:hover {
    color: #fff;
    /* border: 1px solid var(--bs-primary); */
    background-color: var(--bs-primary);
}

.special-head {
    color: var(--bs-primary);
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-width: 100px;
}


.special-head:before {
    content: '';
    background: var(--bs-secondary);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    border-radius: 20px;
}

.special-head::after {
    content: '';
    background: var(--bs-secondary);
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
}

.special-head.text-white::before {
    background-color: #fff;
}

.title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}

#top-to-bottom {
    bottom: 100px;
    right: 50px;
    width: 40px;
    height: 40px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .5s all ease-in-out;
    cursor: pointer;
    border-radius: 5px;
}

#top-to-bottom.active {
    visibility: visible;
    opacity: 1;
}

#map {
    height: 500px;
}

.home_slider .banner-content {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 95%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 95%);
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(var(--bs-info-rgb)) 100%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    padding-right: 0px !important;
}

/* 
.home-banner {
    background: linear-gradient(135deg, #fff 25%, transparent 25%) 0% 0% / 3em 3em, linear-gradient(45deg, #fff 25%, transparent 25%) 0% 0% / 3em 3em, linear-gradient(135deg, transparent 24%, #292E88 25%, #292E88 30%, transparent 31%, transparent 39%, #292E88 40%, #292E88 45%, transparent 45%) 0% 0% / 3em 3em, linear-gradient(45deg, transparent 24%, #292E88 25%, #292E88 30%, transparent 31%, transparent 39%, #292E88 40%, #292E88 45%, transparent 45%) 0% 0% / 3em 3em #fff;
    opacity: 0.9;
    background-size: 100px 100px;
} */
.values-card {
    .icon {
        width: 120px;
        height: 120px;
    }
}
.about-card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.achievement-card {
    img{
        aspect-ratio: 7/4;
        object-fit: cover;
        object-position: center;
    }
}
.home-banner img{
    aspect-ratio: 13/5;
    object-fit: cover;
    object-position:top;
}