@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&family=Tajawal:wght@200;400;700&display=swap');
:root {
    --main-color: #0B353D;
    --secondary-color: #B98C23;
    --light-color:rgb(236, 236, 236);
    --dark-color:rgb(29, 29, 29);

}
.img-card img {
    width: 100%;
    height: auto;
    filter: sepia(100%) saturate(800%) hue-rotate(140deg) brightness(80%);
}

.row{
    --bs-gutter-x:0;
}
h1,h2,h3,h4,h5,h6{
    color: var(--main-color);
}
.btn {
    background-color: var(--secondary-color);
    color: var(--light-color);
    transition: all 0.3s ease-in-out;
    }
.btn:hover{
    color: var(--main-color);
    border: 1px solid var(--secondary-color);
}
.btn1{
    color: var(--main-color);
    text-decoration: none;
    border-radius: 12px;
    padding: 5px 15px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--secondary-color);
}
.btn1.active{
    background-color: var(--secondary-color);
    color: var(--light-color);
}
.nav-tabs {
    border-bottom: none;
}

body{
    font-family: "Noto Kufi Arabic", sans-serif;
    background-color: var(--light-color);
}

nav{
    background-color: var(--light-color);
    color: var(--light-color);
}
a.nav-link{
    color: var(--dark-color);
    transition: all 0.3s ease-in-out;
}
a.nav-link:hover{
    color: var(--main-color);
    font-weight: bold;
    border-bottom: 2px solid var(--main-color);
}
.navbar-nav .nav-link.active,.nav-link.focus{
    color: var(--main-color);
    font-weight: bold;
    border-bottom: 2px solid var(--main-color);
}
/*#hero {*/


/*}*/
/*#hero .carousel-item{*/
/*    height: 50vh ;*/
/*    !* background-image: url(/asset/newHome/img/slider-bg.png); *!*/
/*    !* background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    object-fit: cover;*/
/*    position: relative; *!*/
/*}*/
/* #hero .carousel-item img{*/
/*        height:75% !important;*/
/*    }*/

/*@media only screen and (min-width: 300px) {*/
/*    #hero .carousel-item{*/
/*        height: 47vh ;*/
/*    }*/
/*    #hero .carousel-item img{*/
/*        height:50% !important;*/
/*    }*/

/*}*/
/*!* Small devices (portrait tablets and large phones, 600px and up) *!*/
/*@media only screen and (min-width: 600px) {*/
/*   #hero .carousel-item{*/
/*        height: 47vh ;*/
/*    }*/
/*    #hero .carousel-item img{*/
/*        height:75% !important;*/
/*    }*/
/*}*/
/*!* Medium devices (landscape tablets, 768px and up) *!*/
/*@media only screen and (min-width: 768px) {*/
/*   #hero .carousel-item{*/
/*        height: 47vh ;*/
/*    }*/
/*    #hero .carousel-item img{*/
/*        height:75% !important;*/
/*    }*/
/*}*/
/*!* Extra large devices (large laptops and desktops, 1200px and up) *!*/
/*@media only screen and (min-width: 1200px) {*/
/*   #hero .carousel-item{*/
/*        height: 90vh ;*/
/*    }*/
/*    #hero .carousel-item img{*/
/*        height:75% !important;*/
/*    }*/
/*}*/

/* #hero .carousel-item img{
    position: absolute;
    left: 0;
    bottom: 60px;
    height: 679px;
} */

.carousel-caption {
    position: absolute;
    background: linear-gradient(90deg, #1a7b8f 0%, #0B353D 100%);
    right: 0;
    top: 50%;
    bottom: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #B98C23;
    text-align: center;
}

@media only screen and (min-width: 768px) {

    .carousel-caption {
        position: absolute;
        background: linear-gradient(90deg, #1a7b8f 0%, #0B353D 100%);
        right: 0%;
        top: 75%;
        bottom: 0;
        left: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #B98C23;
        text-align: center;
    }
}


.carousel-caption h5{
    color: #B98C23 !important;
}
.carousel-caption p {
    width: 90%;
    margin-right: 5%;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1;
   -webkit-box-orient: vertical;
}
#hero{
    position: relative;
}

/* Abou us */
#about {
    margin:50px 0px 50px 0;
    background: linear-gradient(90deg, #1a7b8f 0%, #0B353D 100%);
}
#about .contant {
    padding-top: 20px;
    padding-right: 10px;
}
@media screen and (max-width: 768px) {
    #about .contant {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 30px;

    }

}
#about span {
    color: var(--light-color);
}
#about p {
    color: var(--light-color);
}

#UPI h3 {
    color: var(--main-color);
    font-weight: bold;
}
#UPI h4 {
    color: var(--main-color);
    font-weight: bold;
}
#UPI .card {
    min-height: 280px;
}
#UPI .img-card {
    margin: auto;
    height: 80px;
    width: 80px;
    background-color: var(--light-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#UPI .img-card img {
    width: 50px;
}
#trust-us{
    background: linear-gradient(90deg, #1a7b8f 0%, #0B353D 100%);

}
#trust-us .row .col-lg-5 {
    position: relative;
}
#trust-us .row .col-lg-5 h3 {
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
}
#trust-us .img-fluid {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#agreements {

}
#agreements h3,#agreements h2 {
    color: var(--main-color);
}
#map .img-map {
    width: 100%;
    height: 500px;
}
#map .img-map img {
    height: 500px;
    overflow: hidden;
}
footer {
    background-color: var(--main-color);
    color: var(--light-color);
}
footer li {
    list-style: none;
    color: var(--light-color);
}
footer li a {
    text-decoration: none;
    color: var(--light-color);
}
footer li:hover {
    text-decoration: solid underline;
    margin-right: 2px;
    transition: 500ms;
}
footer li path {
    fill: #f7f6f6;
}
footer .media li {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B98C23;
    transition: 300ms;
}
footer .media li:hover {
    margin-right: 0;
    transform: rotate(360deg);
}

#councils .nav-itme {
    margin-bottom: 10px;
}

.partnerships {
    background-image: url(/asset/newHome/img/partnerships/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: contain;
    height: 658px;
    position: relative;
}
.partnerships .navbar {
    background-color: unset;
}
.partnerships .navbar ul li a{
    color: var(--light-color);
}
.partnerships h1{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.upi {
    width: 450px;
    background: linear-gradient(180deg, #E21B20 0%, #1a7b8f 0.01%, #0B353D 100%);
    box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.25);
}
.img-upi {
    position: relative;

}
.img-upi::after {
    content: "";
    position: absolute;
    top: -7%;
    right: 22%;
    width: 300px;
    height: 300px;
    background-color: var(--secondary-color);
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .img-upi::after {
        top: -9%;
        right: 22%;
        width: 190px;
        height: 190px;
}
}
.upi-contant {
    position: relative;
}
.upi-contant::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 4px;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
}
.card {
    background-color: none;
    border: none;
}
.box1 {
    width: 200px;
    height: 200px;
    background: linear-gradient(136.32deg, #1a7b8f 0.98%, #0B353D 98.78%);
    border-radius: 5px;
}

#abbroval {
    background-image: url(/asset/newHome/img/abbroval/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: contain;
    height: 100vh;
    position: relative;
}
#abbroval .navbar {
    background-color: unset;
}
#abbroval .navbar ul li a{
    color: var(--light-color);
}
#abbroval .contant .btn, .title .btn{
    background-color: unset;
    padding: 8px 20px;
}
#abbroval .contant {
    width: 50%;
}
@media screen and (max-width: 768px) {
    #abbroval .contant {
        width: 100%;
}
}

.sda1 {
    position: relative;
}
.vl {
    border-left: 2px solid rgba(87, 87, 87, 0.212);
    height: 180px;
}
/* .card .btn {
    background: #0172B6;
} */

a {
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
a:link{
    text-decoration:none;
}
a:active{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
.adv {
    line-height: 3;
    font-size: 13px;
}

.carousel-control-prev-icon{
     top: 80%;
    position: absolute;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B98C23'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") ;
}

.carousel-control-next-icon{
     top: 80%;
    position: absolute;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B98C23'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")

}
.owl-carousel .owl-item img {
    height: 260px;
}
