@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}
p{
    font-size: 18px;
}
:root{
    /* --primary-color:rgb(75, 180, 250); */
    --primary-color:rgb(17, 17, 58);
    /* --primary-color2:rgb(17, 17, 58); */
    --second-color:rgb(17, 17, 58);
    /* --second-color:rgb(91, 184, 247); */
    --white-color:rgb(255, 255, 255);

}
a{
    text-decoration: none;
    cursor: pointer;
}
h1,h2,h3,h4{
    color: var(--second-color);
}
.bg-primary{
    background-color: var(--second-color ) !important;
}
.text-primary{
    color: var(--second-color ) !important;
}
.text-primary2{
    color: var(--primary-color2) !important;
}
.border_radius{
        border-radius: 25px 5px 10px 5px;
}
.btn{
    transition: .5s opacity;
}
.btn:hover {
    opacity: .6 ;
}
.btn:hover .border_radius{
    border-radius: 10px 5px 25px 5px !important;
}
.font-gap{
    letter-spacing: 4px;
}
li{
    list-style-type: none;
}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.instagram{
    background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }

.navbar .navbar-nav .nav-item{
    margin: 0px 20px;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color:rgb(255, 251, 0);
}
.nav-link{
    font-weight: bold;
    color:var(--white-color);
}
.navbar-nav .active{
    color:rgb(255, 251, 0) !important;
}

.nav-link:hover{
    color:var(--second-color);
}
.dropdown-menu{
    transition: 2s !important;
}
.header{
    z-index: 1000 ;
    width: 100%;
}

.hero_img{
    height: 600px;
    opacity: .4;
}
.hero_content h1{
    font-size: 50px;
    font-weight: bold;
}
.circle-line{
    background-image: url(../images/circle-lines.svg);
    background-size: cover;
    background-position: center;
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    height:300px;
    z-index: -1;
}
.footer{
    background-image: url(../images/doctor.jpg);
    background-attachment: fixed;
    /* background-blend-mode: color-burn; */
    background-size: cover;
    background-position: center;
    width: 100%;
    
}
.backs_img{
    background-image: url(../images/backimg2.svg);
    background-attachment: fixed;
    /* background-blend-mode: color-burn; */
    background-size: cover;
    background-position: center;
    width: 100%;
    
}
.testimonials-carousel .owl-item.center{
    background-color: var(--second-color);
    padding: 20px;
    border-radius: 15px;
}
.missions{
    position: relative;
    background-image: url(../images/cardss.svg);
    height:600px;
    width:400px;
    /* background-attachment: fixed; */
    /* background-blend-mode: color-burn; */
    /* background-size: cover; */
    /* background-position: center; */
    
}
/* .missions2{
    position: relative;
    background-image: url(../images/cardss.svg);
    height:600px;
    width:400px;
    float: inline-end;
    display: flex;
    justify-content: end;

} */