@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto+Mono&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato"; 
  font-size: 18px;
}

body {
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}


/* HERO SECTION STARTS */
#hero{
  width: 100%;
  height: 90vh;
  background: url("/images/team6.jpeg") no-repeat top / cover;
  color: white;


}

.container {
  width: 90%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto; 
  display: flex;
  align-items: center;
  justify-content: right;
  text-align: center;
}

#hero .info h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}


@media only screen and (max-width: 768px) {
  /* html {
    font-size: 10px;
  } */

  .container{
    justify-content: center;
  }
}
/* HERO SECTION ENDS */


.article{
  padding: 50px 80px;

}


.section1 {
  display: flex;
}

.section1 .flex1 {
  flex: 40%;
  width: 520px;
  height: 600px;
  /* background: #100d5c; */
  border-radius: 0px 0px 50px 4px;
  margin: 0px 0px 0px 25px;

}

.section1 img{
  width: 100%;
  height: 92%;
}

.socials{
  padding: 0px 20px;
  text-align: center;
}

.socials a{
  text-decoration: none;

}

.socials .fab{
  color: #ffffff;
  font-size:x-large;
  padding: 10px 20px;
}

.section1 .flex2 {
  padding: 90px 30px 30px 30px;
  flex: 50%;
}


.section1 .text h1 {
  color: #100d5c;
  font-size: 34px;
  margin-bottom: 15px;
}

.section1 .text h2 {
  font-size: 14px;
  color: #f50549;
  margin-bottom: 25px;
}

.ashline{
  background: rgb(224, 223, 223);
  width: 90%;
  height: 2px;
  border: none;
  margin-bottom: 40px;
}

.section1 .text p, p {
  text-align: justify;
  color: #212144;
  font-size: 16px;
}

.text2{
  width: 100%;
  padding: 25px 25px;
  text-align: center;
}

.link{
  text-decoration: none;
  color: #f50549;
}


@media only screen and (max-width: 1130px){
  .article{
    padding: 30px 50px;
  
  }

}

@media only screen and (max-width: 1000px) {
  
  .section1 {
    flex-direction: column;
  }
  
  
  
  .article{
    padding: 20px 40px;;
  }

  .section1 .flex1{
    margin-left: 0px;
    padding: 0px;
  }

  .section1 .flex2 {
    padding: 30px 0px 0px 0px;

  }

  .text2{
    width: 100%;
    padding: 15px 0px;
    text-align: center;
  }
  
  
}

@media only screen and (max-width: 600px){
  .section1 .flex1{
    width: 90%;
  }

}

@media only screen and (max-width: 414px){
  
  .socials .fab{
    padding: 10px 10px;
    font-size: x-large;

  }
}

@media only screen and (max-width: 270px){
  .section1 .text h1{
    font-size: 25px;
  }
}
