@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap');

body{
   margin:0;
   padding:0;
   font-family: 'Inter', sans-serif;
   position:relative;
   background-image: url('../images/teams/Teams_Background.png');
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.goback{
  font-size: 20px;
  padding: 0 5%;
  padding-top: 5%;
  width: 100%;
  display: -webkit-box;
  align-items: center;
}

.goback i{
  padding-top: 10px;
  cursor: pointer;
  color: #696984;
}

.goback h4{
  color: #696984;
  padding-left: 25px;
  text-decoration: none;
}



.container1{
   width:100%;
}
.container1 h1{
   font-size: 50px
}

.about{
   width:100%;
   height:auto;
}
.about .right{
   width: 50%;
   display:inline-block;
}
.about .right img{
    height: 610px;
    width: 400px;
    margin-top: 10%;
    margin-left: 20%;
}
.about .right .righttext{
  color: #18191F;
  font-size: 18px;
  width: 50%;
  margin-top: 10%;
  margin-left: 25%;
}
.about .right .righttext h4{
  font-size: 18px;
  margin-top: 5%;
  color: #834655;
  font-weight: bold;
}

.about .left{
   padding: 5% 0;
   float:left;
   width: 50%;
   display:inline-block;
}
.about .left h2{
  font-size: 48px;
  margin: 0px auto;
  width: 75%;
  font-weight: bold;
  margin-bottom: 3%;
}

.about .left .bullet{
  display: flex;
  align-items: center;
  margin: 0 10%;
  flex-wrap: nowrap;
}

.about .left p{
   color: #696984;
   font-size: 18px;
   margin: 0px auto;
   width:80%;
   padding-right: 5%;
}

.about .left .bullet p{
   margin: 0 0;
   margin-top: 5%;
}

.about .left img{
  margin-top: 2%;
  height: 100px;
  width: 100px;
}

.clear{
    clear: both;
}

.midtext{
  position: relative;
  width: 80%;
  margin: 0 10%;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.midtext h2{
  font-size: 32px;
  font-weight: bold;
  color: #2F327D;
}

.midtext p{
  font-size: 18px;
  color: #696984;
}

#msform {
    position: relative;
    margin-top: 5%;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #696984;
    margin: 5% 5%;
    line-height: 200%;
}

.bottom{
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.wrapper{
  width: 100%;
}

.wrapper .carousel{
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.carousel .cardbox .card{
  height: 600px;
  color: #696984;
  margin: 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  padding: 0 0;
  background: #FFFFFF;
}

.carousel .cardbox .card h2{
  padding-top: 10%;
}

.carousel .cardbox .card h2, .carousel .cardbox .card p{
  text-align: center;
  width: 60%;
  margin: 5% 20%;
  color: #834655;
}

.carousel .cardbox .card ul{
  width: 80%;
  margin-left: 5%;
}

.carousel .cardbox .card li{
  margin-top: 1%;
}

.carousel .cardbox .card:hover{
    border: 2px solid #834655;
}

.carousel .cardbox > img{
  width: 150px;
  height: 150px;
  margin-bottom: -20%;
  margin-left: 35%;
}

.owl-nav{
  color: #696984;
  font-size: 40px;
  height: 60px;
  width: 40px;
  text-align: center;
}

.owl-prev, .owl-next {
    position:absolute;
 }

.owl-prev {
    left: -30px;
    top: 40%;
    font-size: 24px;
 }

 .owl-next {
    right: -30px;
    top: 40%;
 }


/* media */
@media(max-width:1200px){
   .about .left p{
      font-size: 18px;
      margin:20px auto;
   }
   .midtext p{
     font-size: 18px;
   }
}

@media(max-width:768px){
  .owl-nav{
    display: none;
  }
  .goback{
      padding-top: 25%;
  }
   .about .left{
   width:100%;
}
  .about .left h2{
    font-size: 24px;
  }
  .about .left p{
  font-size: 16px;
  padding: 0 0;
}
   .about .right{
   width:100%;
   align-content: center;
}
.about .right img{
    height: 500px;
    width: 300px;
    margin-top: 10%;
    margin-left: 5%;
}
.about .right .righttext{
  color: #18191F;
  font-size: 18px;
  width: 80%;
  margin-left: auto;
}

.midtext h2{
  font-size: 24px;
}

.midtext p{
  font-size: 16px;
}

#msform {
  margin-left: auto;
}

.carousel .cardbox .card{
  height: 700px;

}
.carousel .cardbox .card h2{
  padding-top: 15%;
}

.carousel .cardbox .card h2, .carousel .cardbox .card p{
  width: 90%;
  margin-left: 5%;
}
}



@media(max-width: 1050px){
  .carousel .cardbox > img{
    margin-bottom: -25%;
    margin-left: 35%;
  }
}

@media(max-width: 1000px){
  .carousel .cardbox > img{
    margin-bottom: -10%;
    margin-left: 40%;
  }
}

@media(max-width: 950px){
  .carousel .cardbox > img{
    margin-bottom: -13%;
    margin-left: 40%;
  }
}

@media(max-width: 850px){
  .carousel .cardbox > img{
    margin-bottom: -15%;
    margin-left: 40%;
  }
}

@media(max-width: 760px){
  .carousel .cardbox > img{
    margin-bottom: -18%;
    margin-left: 40%;
  }
}

@media(max-width: 650px){
  .carousel .cardbox > img{
    margin-bottom: -20%;
    margin-left: 35%;
  }
}

@media(max-width: 600px){
  .carousel .cardbox > img{
    margin-bottom: -23%;
    margin-left: 35%;
  }
}


@media(max-width: 550px){
  .carousel .cardbox > img{
    margin-bottom: -25%;
    margin-left: 30%;
  }
}


@media(max-width: 500px){
  .carousel .cardbox > img{
    margin-bottom: -28%;
    margin-left: 30%;
  }
}

@media(max-width: 460px){
  .carousel .cardbox > img{
    margin-bottom: -30%;
    margin-left: 30%;
  }
}

@media(max-width: 400px){
  .carousel .cardbox > img{
    margin-bottom: -35%;
    margin-left: 30%;
  }
}

@media(max-width:380px){
  .carousel .cardbox > img{
    margin-bottom: -40%;
    margin-left: 25%;
  }
}
