@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600&family=Rancho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600&family=Rancho&family=Water+Brush&display=swap');
@font-face {
  font-family: 'naratifcondensed-bolditalic';
  src: url('"C:\Users\hazma\Downloads\My_Fontspring_Fonts_Order_85306882\Web Fonts\naratifcondensed_bolditalic_macroman\naratifcondensed-bolditalic-webfont.woff"') format('woff2'),
       url('"C:\Users\hazma\Downloads\My_Fontspring_Fonts_Order_85306882\Web Fonts\naratifcondensed_bolditalic_macroman\naratifcondensed-bolditalic-webfont.woff"') format('woff');
  font-weight: normal;
  font-style: normal;

}

*{
    font-family: 'Mulish', sans-serif;
}
.home_section{
  width: 100%;
  height: 100vh;
  background-color: white;
  position: absolute;
   font-family: 'Mulish', sans-serif;
}


.home_container{
  width: 100%;
  height: 100vh;
  margin: 2% 9%;
  padding: 0 10%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.left_bar{
  width: 50%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin-right: -2.5%;
}

.left_bar img{
  width: 45%;
  height: auto;
  filter: opacity(0.97);
  transition: all .7s ease;
  transform: scale(1.03);
}

.left_bar img:hover{
  filter: opacity(0.99);
  transform: scale(1.07);
}

.right_bar{
  width: 50%;
  height: auto;
  margin-left: -18.5%;
}

.right_bar h1{
  font-size: 32px;
  font-family: 'Mulish' , sans-serif;
  margin-bottom: 13px;
  font-weight: 900;
}



.right_bar p{
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Mulish', sans-serif;
}

#para_1{
  margin-bottom: 11px;
  text-align: justify;
  text-transform: none;
  font-family: 'Mulish', sans-serif;
}

.btns{
  margin: 10px 0;
}

.btns a{
  padding: 8px 22px;background-color: rgb(39 46 128);
    color: white;
  border: 2px solid #6495b1;
  border-radius: 24px;
  margin-right: 16px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.btns a:hover{
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
}


/* VISION MISSION */

.row{
  margin-top: 2%;
  text-align: center;
}
.about-item{
  margin: 1% 0;
  background-color: white;
  padding: 7% 0;
  box-shadow: 0 0 9px rgba(0, 0, 0 .6);
  z-index: 2;
  position:relative;
}

.about-item i{
  align-items: center;
  font-size: 3em;
  line-height: 2em;
  margin: 0;
  position: relative;
}

.about-item h3{
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  position: relative;
}

.about-item hr{
  width: 46px;
  height: 3px;
  background-color: #5fbff9;
  margin: 0 auto;
  border: none;
}

.about-item p{
  margin: 1% 9%;
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  text-transform: none;
  position: relative;
}

.about-item:hover {
  background-color: #1d94f0;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p{
  color: #fff;
}

.about-item:hover hr{
  background-color: #fff;
}

.about-item:hover i{
  transform: translateY(-20px);
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p{
  transition: all 400ms ease-in-out;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #23202087;
    padding: 20px;
}
/* TEAM STARTS */


.team{
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9; 
  box-sizing: border-box;
}


.heading {
    font-size: 42px;
    color: #0c0909;
    font-weight: 500;
    display: flex;
    align-items: center;
    z-index: 90; 
    margin-right: 25%;
    margin-left: 40%;
    margin-top: 10%;
    font-family: 'Mulish', sans-serif;
}

.heading i{
    background-color: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    margin: 0 20px;
    z-index: 9; 
}

.box{
    width: 266px;
    height: 340px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    border-style: groove;
    margin: 20px;
    position: relative;
    z-index: 9; 
}

.containerr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.top-bar{
    width: 50%;
    height: 10px;
    position: absolute;
    left: 50%;
    top:0;
    transform: translate(-50%);
    background-color: #333;
    border-radius: 0 0 10px 10px;
}

.verify{
     color: #333;
}

.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav .heart{
   color: rgba(155,155,155);
}

.nav .heart:before {
    content: '\f004';
    font-family: fontAwesome;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
}
.nav .heart-btn{
    display: none;
}

.details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.details img {
    max-width: 100%;
    height: 128px; /* Set a fixed height for the container */
    width: auto;
    margin-bottom: 9px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.details h1{
    font-size: 16px;
    color: #333;
    margin: 29px 9px;
}

.details h3{
  font-size: 15px;
  color: #7a7a7a;
  margin: auto;
  padding-bottom: 24px;
      text-align: center;
}


.box:hover{
  transform: scale(1.01);
  transition: all ease 0.7s;
}


@media(max-width:612px){
    .box{
        flex-grow: 0.7;
    }
}