@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,500,600,700");
body
{
    background-image: url('../assets/309051.jpg');    
    font-family: 'Playfair Display', serif;
    font-family: 'Poppins', sans-serif;
}
.pic img{   
    padding-left: 43%;
    max-width: 55%;
    height: auto;    
}
.padding-left{
    padding-left: 14rem;
}
a{
    text-decoration: none !important;
}
.row{
    justify-content: center;
}

.nav-item{
    text-align: center;
}
.navbar{
    padding: 0;
}
.navbar-brand{
    float: left;
}
.logo img {
    height: 65px;
    padding: 7px 0;
}
.container-fluid{
    background-color: #141A2E;   
    border-bottom: 2px solid #EF3C43; 
}
@media (max-width: 350px){
    .container-fluid{
        padding: 0 10px 0 0; 
    }
    .xsd{
        display: none;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}


nav li a{
    font-size: 110%;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(219, 218, 228);    
}
nav li a:hover{
    color: white !important;
    font-weight: 600;
}
.nav-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #EF3C43;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-link:hover:before, .nav-link:focus:before, .nav-link:active:before {
    left: 0;
    right: 0;
}

/**** Go To Top Button Styles *****/

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    cursor: pointer; 
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}  

#myBtn:hover {
      fill: #000000;
      background-color: #faf8f8;
      padding: 0.1rem;
}
/**************************************************************************************************/

.first{
    text-align: center; 
    padding: 11% 0;
}

.first > h1{
    color: #ffffff;
    font-size: 3em;
    font-weight: bold;
}

.first > p{
    color: #ffffff;
    font-size: 1.1em;
}

.card .card-img{
    height: 600px;
    width: auto;
}

.carousel-item img{
    object-fit: cover;
}

div.card-title{
    color:rgb(247, 241, 243);
    font-weight: 100;
    font-size: 20px;
    margin-top: 5px;
}

div.card-text{
    color:rgb(247, 241, 243);
    font-weight: 850;
    font-size: 30px;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

@media (max-width: 991px){
    .card .card-img{    
        height: 400px;     
    }
    .first{    
        padding: 5% 0;    
    }
    #navbarSupportedContent{
        margin-left: 0;
    }
}

@media (max-width: 767px){
    .card .card-img{    
        height: 400px;     
    }
    .first{    
        padding: 3% 0;    
    }
    #navbarSupportedContent{
        margin-left: 0;
    }
}

@media (max-width: 567px) {
    .card .card-img{   
        height: 250px;      
    }
    .first{   
        padding: 0;     
    }
    .first > h1{   
        font-size: 2em;     
    }
    .first > p{   
        font-size: 0.8em;   
    }

    div.card-title{
        font-weight: 300;
        font-size: 14px;
    }    
    div.card-text{
        font-weight: 600;
        font-size: 18px;
    }
    .card-img-overlay{
        padding: 0.4rem;
    }
    #navbarSupportedContent{
        margin-left: 0;
    }
}

.one11
{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}


.our-team {
  padding: 30px 10px;
  margin-bottom: 30px;
  background-color: white;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 2px solid rgb(207, 23, 63);
  border-radius: 8px;
  height: 92%;
}
  
.our-team .picture {
display: inline-block;
height: 130px;
width: 130px;
margin-bottom: 50px;
z-index: 1;
position: relative;
}

.our-team .picture::before {
content: "";
width: 100%;
height: 0;
border-radius: 50%;
background-color: black;
position: absolute;
bottom: 135%;
right: 0;
left: 0;
opacity: 0.9;
transform: scale(3);
transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
height: 100%;
}

.our-team .picture::after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
background-color: black;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.our-team .picture img {
width: 100%;
height: auto;
border-radius: 50%;
transform: scale(1);
transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
box-shadow: 0 0 0 14px #070707;
transform: scale(0.7);
}

.our-team .title {
display: block;
font-size: 15px;
color: #4e5052;
text-transform: capitalize;
}

.our-team .social {
width: 100%;
padding: 0;
margin: 0;
background-color: #030303;
position: absolute;
bottom: -100px;
left: 0;
transition: all 0.5s ease 0s;
}

.our-team:hover .social {
bottom: 0;
}

.our-team .social li {
display: inline-block;
}

.our-team .social li a {
display: block;
padding: 10px;
font-size: 17px;
color: white;
transition: all 0.3s ease 0s;
text-decoration: none;
}

.our-team .social li a:hover {
color: #1369ce;
background-color: black;
}
.name{
color: rgb(9, 37, 121);
font-weight: 800;
}
.country{
color: rgb(27, 26, 26);
font-weight: 600;
}



.sponsor
{   
    display: flex;
    flex-direction: column;
}
#knu{
    max-width: 72%;
}
#vit{   
    max-width: 59%;
}
#nu{
    max-width: 95%;
}
.prim
{   text-align: center;
    flex-direction: row;
    padding: 3%;
    margin: 0 auto;  
}
.prim a img{
border-radius: 100%;
width: 45%;
padding: .5%;
border: solid 5px  gray;
}
.secon
{   text-align: center;
display: flex;
flex-direction: row;
margin: 0 10%;
padding: 3%;
justify-content: center;
}
.secon a img{
border-radius: 100%;
max-width: 20%;
padding: .5%;
border: solid 5px  gray;
}
body{
    background-color:#F0F0F0;
    font-family: 'Poppins', sans-serif;
}
.one
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 2%;
}
#pl{
    width: 22rem;
    background-color: #F5F5F5;
    border:solid .1rem #EF3C43;
}
#pl:hover{
    transform: scale(1.05);
}
#logo img{
    max-width:60% ;
}
.col h4
{
    font-weight: bold;
    padding:3%;
    color:#EF3C43;
    margin-left: 25%;
    padding-top: 10% ;
}

@media (max-width: 1199px){
    .prim img
    {
        margin: 0 auto;
        max-width: 30%;
        padding: 3%;
    }
}
  
@media all and (max-width:900px)
{
    .prim{
        text-align: center;
        display: flex;
        flex-direction: column;    
        margin: 0;
    }
    .prim img
    {
        margin: 0 auto;
        max-width: 40%;
        padding: 3%;
    }
    .secon 
    {  
        text-align: center;
        display: flex;
        margin: 0;
        flex-direction: column;      
    }

    #knu, #vit, #nu{
        margin: 0 auto;
        max-width: 40%;
    }   
    .col p{
        text-align: center;
    }
    .col h4{
        padding:3%;
        color:#EF3C43;
        margin-left: 5%;     
    }
    .one{   
        align-items: center;    
        display: flex;
        flex-direction: column;    
        padding: 2%;        
    }
    #pl{
        width: 22rem;
    }
    #foot{
        text-align: center;
        display: flex;
        padding: 1%;
        flex-direction: column;
        justify-content: center;
    }
    #logo img{
        max-width: 55%;    
    }
}
      
  
.prim a img:hover{
    transform:scale(1.05);
    box-shadow: 5px 10px 18px #888888;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.secon a img:hover{
    transform:scale(1.05);
    box-shadow: 5px 10px 18px #888888;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.col h4:hover{
    color: goldenrod;
}
.ct{
    margin: 0 20px;
}
.ct:hover{
    fill: goldenrod;
}

/*********** Scrollbar Styles ************/

::-webkit-scrollbar {
    width: 12px;
    background:#ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #141A2E;
    border-radius: 5px;
}

/*********** Go To Top Button Styles ************/

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    cursor: pointer; 
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}  

#myBtn:hover {
      fill: #000000;
      background-color: #faf8f8;
      padding: 0.1rem;
}

/*********** Heading Styles ************/

.section-intro {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

.section-intro .primary-text1 {
    font-size: 26px;
}

@media (min-width: 600px) {
    .section-intro .primary-text1 {
        font-size: 36px;
    }
}

@media (max-width: 567px){
    .section-intro img {
        width: 50% !important;
    }
}