@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');


/* Preloader Start */
.loader_bg{
  position: fixed;
  z-index: 999999;
  background: #F09CAA;
  width: 100%;
  height: 100%;
}

.loader{
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader:before, .loader:after{
  content: '';
  border: 1em solid #FFF;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before{
  animation-delay: .5s;
}

@keyframes loader {
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}

/* Preloader End */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden !important;
  background-image: url('../images/about/About_Background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner{
  width: 100%;
  height: 50vh;
  background-image: url('../images/2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.container1{
   width:100%;
}

/* Top Part Start */
.mission{
   width:100%;
   height:auto;
   display: flex;
   flex-direction: row;
   align-content: center;
}
.mission .left{
   width: 50%;
   margin-top: 5%;
   padding-left: 10%;
}
.mission .left h1{
  font-size: 48px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  color: #494949;
}
.mission .left h2{
  font-size: 26px;
  font-weight: 350;
  color: #834655;
}
.mission .left .tour{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.mission .left .tour h3{
  font-size: 22px;
  color: #E77E83;
  margin-top: 10%;
}
.mission .left .tour i{
  font-size: 48px;
  color: #E77E83;
  margin: 8% 5%;
  cursor: pointer;
}

.mission .right{
   width: 50%;
   margin-top: 5%;
}
.mission .right p{
  color: #696984;
   font-size: 20px;
   width:80%;
   line-height: 198%;
   letter-spacing: 2%;
}

.mission .right input{
    padding: 15px;
    border: 1px solid #9F5069;
    border-radius: 35px;
    margin-top: 5%;
    box-sizing: border-box;
    font-size: 18px;
    background: #9F5069;
    color: #FFFFFF;
    width: 40%;
}

/* Buttons Start*/
.mission .right .action-button:hover, .mission .right .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #E77E83;
}
/* Button End */

/* Top Part End */

/* Mid Part Start */

.mission1{
   width:100%;
   height:auto;
   display: flex;
   flex-direction: row;
   align-content: center;
   margin: 5% 0;
}

.mission1 .left{
   float:left;
   width: 50%;
   display:inline-block;
}
.mission1 .left h3{
   width: 40%;
   margin-left: 20%;
   font-weight: bold;
   font-size: 32px;
   font-family: 'Nunito Sans', sans-serif;
   color: #55578D;
}
.mission1 .left img{
    height: 350px;
    width: 60%;
    margin-top: 5%;
    margin-left: 20%;
    border-radius: 15px;
}
.mission1 .left p{
    width: 40%;
    margin-top: 5%;
    margin-left: 20%;
    font-size: 20px;
    color: #5F5F7E;
}

.mission1 .right{
   width: 40%;
   height: 500px;
   display:inline-block;
   border: 0 none;
   border-radius: 10px;
   box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
   margin-top: 6%;
}

.mission1 .right iframe{
  width: 100%;
  height: 100%;
  border: 0 none;
  border-radius: 10px;
}
/* Mid Part End */


/* Review Part Start */

.reviews{
   width:100%;
   height:auto;
   display: flex;
   flex-direction: row;
   align-content: center;
   margin: 5% 0;
   margin-top: 10%;
}
.reviews .left{
   width: 30%;
   /* margin-top: 5%; */
   padding-left: 10%;
}
.reviews .left h1{
  font-size: 48px;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  color: #494949;
}
.reviews .left h3{
  font-size: 20px;
  color: #525596;
  text-align: center;
  letter-spacing: 0.4rem;
}
.reviews .left h3 span{
  background: #FFFFFF;
  padding-left: 2%;
}
.reviews .left h3::before{
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #525596;
  position: absolute;
  margin-top: 10px;
  z-index: -2;
}

.reviews .right{
   width: 50%;
   /* margin-top: 5%; */
   margin-left: 15%;
}
.reviews .right p{
  color: #696984;
   font-size: 20px;
   width:80%;
   line-height: 198%;
   letter-spacing: 2%;
}
.reviews .right .tour{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.reviews .right .tour h3{
  font-size: 22px;
  color: #E77E83;
  margin-top: 5%;
}
.reviews .right .tour i{
  font-size: 24px;
  color: #E77E83;
  margin: 5% 3%;
  cursor: pointer;
}

/* Review Part End */

.clear{
    clear: both;
}


/* Carousel Start */


/* Carousel End */

/* media */

/* Mobile View Starts */
@media screen and (max-width:1024px){
  body{
      overflow-x: hidden !important;
  }
  .loader_bg{
    width: 100%;
    height: 100%;
  }
}


@media(max-width:1200px){
  .mission .right input{
      width: 60%;
  }
}



@media(max-width:768px){
  /* Top Part Start */
  .mission{
    flex-direction: column;
  }

  .mission .left{
    width:100%;
  }
  .mission .left h1{
    font-size: 32px;
  }
  .mission .left h2{
    font-size: 20px;
  }
  .mission .left .tour{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .mission .left .tour h3{
    font-size: 18px;
    margin-top: 10%;
  }
  .mission .left .tour i{
    font-size: 32px;
    margin: 8% 5%;
  }


  .mission .right{
    width:100%;
  }
  .mission .right p{
     font-size: 18px;
     width:80%;
     margin-left: 10%;
  }

  .mission .right input{
      padding: 15px;
      margin-top: 5%;
      font-size: 16px;
      width: 60%;
      margin-left: 10%;
  }

  /* Top Part End */

  /* Mid Part Start */
  .mission1{
    flex-direction: column;
  }
  .mission1 .left{
     width: 100%;
     display:inline-block;
     margin-top: 10%;
  }
  .mission1 .left h3{
     width: 80%;
     margin-left: 20%;
     font-size: 32px;
     margin-left: 10%;
  }
  .mission1 .left img{
      height: 350px;
      width: 80%;
      margin-top: 5%;
      margin-left: 10%;
  }
  .mission1 .left p{
      width: 80%;
      margin-left: 10%;
      font-size: 18px;
  }

  .mission1 .right{
     width: 80%;
     height: 500px;
     margin-top: 5%;
     margin-left: 10%;
  }

  /* Mid Part End */

  /* Review Part Start */
  .reviews{
    flex-direction: column;
    margin-top: 10%;
  }

  .reviews .left{
     width: 100%;
     margin-top: 5%;
  }
  .reviews .left h1{
      font-size: 32px;
      width: 80%;
  }
  .reviews .left h3{
    font-size: 18px;
    width: 80%;
  }

  .reviews .right{
     width: 100%;
     margin-left: 0;
  }
  .reviews .right p{
    font-size: 16px;
    width:80%;
    margin-top: 5%;
    margin-left: 10%;
  }
  .reviews .right .tour{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 80%;
    margin-left: 10%;
  }
  .reviews .right .tour h3{
    font-size: 18px;
    margin-top: 10%;
  }
  .reviews .right .tour i{
    font-size: 32px;
    margin: 8% 5%;
  }
  /* Review Part End */
}


/* Carousel Start */

.bottom{
  display: flex;
  align-items: center;
  min-height: 60vh;
}

.wrapper{
  width: 100%;
}

.wrapper .carousel{
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.carousel .cardbox .card{
  /* min-height: 300px; */
  color: #696984;
  margin: 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  padding: 50px 0;
  background: #FFFFFF;
}

.carousel .cardbox .card:hover{
    border: 2px solid #834655;
}


.carousel .cardbox .card .profile{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.carousel .cardbox .card .profile .profile_name{
  display: flex;
  flex-direction: row;
  width: 35%;
  margin-left: 5%;
  justify-content: center;
  align-items: center;
}

.carousel .cardbox .card .profile .profile_name img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.carousel .cardbox .card .profile .profile_name .name_work {
  display: flex;
  flex-direction: column;
  margin-left: 5%;
}

.carousel .cardbox .card .profile .profile_name .name_work h2 {
	margin: 0 5%;
  margin-top: 1%;
  font-size: 20px;
  color: #18191F;
}
.carousel .cardbox .card .profile .profile_name .name_work h3{
  margin: 0 5%;
  font-size: 16px;
  color: #474A57;
}

.carousel .cardbox .card .profile .text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 55%;
}
.carousel .cardbox .card .profile .text .testimonial {
	padding: 0 15px 0 60px ;
	position: relative;
}
.carousel .cardbox .card .profile .text .testimonial p{
  line-height: 198%;
  font-size: 16px;
}
.carousel .cardbox .card .profile .text .testimonial::before {
	content: "\201C";
	font-family: Arial,sans-serif;
	color: #E77E83;
	font-weight: bold;
	font-size: 68px;
	line-height: 54px;
	position: absolute;
	left: 15px;
	top: 0;
}


.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(max-width:768px){
  .owl-nav{
    display: none;
  }
  .wrapper .carousel{
    padding: 0 0;
  }
  .carousel .cardbox .card{
    min-height: 600px;
  }
  .carousel .cardbox .card .profile{
    flex-direction: column;
  }

  .carousel .cardbox .card .profile .profile_name{
    flex-direction: column;
    width: 100%;
    height: 30%;
    margin-top: 10%;
    margin-left: 0;
  }

  .carousel .cardbox .card .profile .profile_name .name_work{
  	margin: 5% 0;
    align-items: center;
    margin-left: 0;
  }
  .carousel .cardbox .card .profile .profile_name .name_work h2{
    margin: 5% 0;
  }

  .carousel .cardbox .card .profile .text{
    width: 100%;
  }

  .carousel .cardbox .card .profile .text .testimonial {
    margin-top: 10%;
  }

  .carousel .cardbox .card .profile .text .testimonial p{
    line-height: 150%;
  }

}


/* Carousel End */
