@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: Montserrat;
  margin: 0;
  padding: 0;
}

/* ----------------- hero-section ------------------- */

.hero-sec {
  display: flex;
  margin-top: 50px;
}

.hero-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  background: #26355e;
  border-radius: 35px;
  padding: 0px 105px;
}

.hero-content h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
  /* width: 70%; */
}

.hero-content p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.hero-img {
  width: 30%;
  overflow: hidden;
}

.hero-img img {
  /* height: 500px; */
  transform: scale(1.1);
  /* margin-bottom: 20px; */
  width: 100%;
}

.hero-blank-area {
  width: 10%;
  background: #26355e;
  border-radius: 35px;
}

/* ----------------- mission-section ---------------------- */

.our-mission {
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
  padding: 0px 60px;
}

.mission-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.mission-circle {
  border-radius: 50%;
  position: absolute;
}

.circle-small {
  height: 80px;
  width: 80px;
  /* background: #7A97E3; */
  border: 25px solid #7a97e3;
  right: 80px;
  top: 30px;
}

.circle-big {
  height: 140px;
  width: 140px;
  background: #26355e;
  right: -70px;
  top: 70px;
}

.lower-box {
  border-radius: 50%;
  border: 15px solid #7a97e3;
  position: absolute;
  right: 150px;
  bottom: 0;
  height: 80px;
  width: 80px;
  border: 15px solid #7a97e3;
}

.mission-content span {
  color: #26355e;
  font-size: 17px;
  font-weight: 600;
  padding-top: 65px;
}

.mission-content h2 {
  color: #26355e;
  font-size: 55px;
  font-weight: 700;
  margin: 10px 0px;
  width: 85%;
}

.mission-content p {
  color: #26355e;
  font-size: 15px;
  font-weight: 500;
  /* width: 100%; */
}

.mission-img {
  width: 40%;
  height: 550px;
  border-radius: 360px 360px 0px 0px;
  overflow: hidden;
}

.mission-img img {
  /* width: 100%; */
  height: 100%;
}

.our-services .mission-content {
  order: 1;
}

/* --------------------- stand-for-section ------------------------- */

.stand-for-sec {
  margin-top: 100px;
}

.stand-for-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.stand-for-boxes {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.stand-for-content span {
  font-size: 17px;
  font-weight: 600;
  color: #26355e;
}

.stand-for-content h3 {
  font-size: 50px;
  font-weight: 700;
  color: #26355e;
  margin: 10px 0px;
}

.stand-for-content p {
  font-size: 17px;
  font-weight: 500;
  color: #26355e;
  width: 60%;
  display: flex;
  margin: 0 auto;
}

.stand-for-box {
  width: 31.5%;
  border: 2px solid #26355e;
  border-radius: 20px;
  padding: 40px 45px;
}

.stand-for-box h4 {
  font-size: 28px;
  font-weight: 700;
  color: #26355e;
  margin: 0 auto;
  margin-bottom: 10px;
}

.stand-for-box p {
  font-size: 12px;
  font-weight: 500;
  color: #26355e;
  margin: 0 auto;
}

/* --------------------- solution-section ------------------------- */

.solution-section {
  margin-top: 100px;
}

.solution-head {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.sol-head-spn {
  font-size: 17px;
  font-weight: 600;
  color: #26355e;
}

.solution-head h4 {
  font-size: 50px;
  font-weight: 700;
  color: #26355e;
  padding: 20px 0px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.solution-head-btn button {
  background: #26355e;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 23px;
}

/* ----------------------- get-in-touch-section -------------------- */

.get-in-touch-section {
  padding: 80px 0px;
  background: #26355e;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 38px;
  margin: 100px -30px 0px -30px;
}

.get-in-touch-section h3 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.get-in-touch-section p {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  width: 50%;
  margin: 0 auto;
  padding: 30px 0px;
}

.git-nav {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 40px 80px;
  border-radius: 38px;
}

.git-address {
  width: 25%;
}

.git-address h4 {
  font-size: 40px;
  font-weight: 700;
  color: #26355e;
}

.git-address span {
  font-size: 15px;
  color: #26355e;
  font-weight: 500;
  /* padding: 0px 30px; */
}

/* ---------------------- JOB-SEEKERS-PAGE ------------------------ */
/* ------------- come-work-section ------------ */

.come-work-sec {
  background: #26355e;
  border-radius: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 100px 0px;
  margin: 0px -30px;
}

.come-work-sec h3 {
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
}

.come-work-sec p {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  padding: 20px 0px;
}

.come-work-sec button {
  background: #ffffff;
  padding: 15px 35px;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.come-work-sec-para {
  text-align: center;
  padding: 50px 250px;
  border-bottom: 1px solid #26355e;
  margin: 0px -60px;
}

.come-work-sec-para p {
  font-size: 20px;
  color: #26355e;
}

/* ----------------------- search-section --------------------- */

.search-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px;
}

.search-box h3 {
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
  color: #26355e;
  margin: 0;
}

.search-box span {
  font-size: 20px;
  color: #26355e;
  margin: 20px 0px;
}

.search-bar input {
  border-radius: 10px;
  width: 400px;
  padding: 9px 20px;
  border: 1px solid #26355e;
  outline: none;
}

.search-bar button {
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #26355e;
  color: #ffffff;
  border: none;
}

/* ----------------- apply-section --------------------- */

.job-location-btn {
  width: 70%;
  border-bottom: 1px solid #26355e;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.job-and-location p {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #43537d;
  margin-bottom: 10px;
}

.job-location-btn p i {
  font-size: 18px;
  padding: 0px 10px;
  margin-bottom: 5px;
}

.job-and-location span {
  font-size: 18px;
  font-style: italic;
  color: #43537d;
  padding: 10px 0px;
}

.job-location-btn button {
  font-size: 18px;
  color: #ffffff;
  background: #43537d;
  padding: 5px 25px;
  border-radius: 10px;
  font-style: italic;
  border: none;
}

/* -------------------- resume-submit-section ------------------------- */

.resume-submit-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
}

.resume-submit-sec h2 {
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
  color: #26355e;
}

.resume-submit-sec span {
  font-size: 20px;
  font-style: italic;
  color: #26355e;
}

.resume-submit-sec-head .form {
  display: flex;
  flex-direction: column;
}

.form-list {
  display: flex;
  margin: 20px;
  gap: 30px;
}

.form-list input {
  padding: 10px 30px;
  width: 450px;
  border: 1px solid #26355e;
  border-radius: 10px;
}

.form-list button {
  background: #26355e;
  font: 14px;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  width: 450px;
  border-radius: 10px;
}

/* -------------------------- contact us --------------------------------- */

.map-section {
  display: flex;
  margin: 0px -60px;
  position: relative;
  border-radius: 24px;
  /* padding: 50px; */
  height: 700px;
  align-items: center;
  margin-top: 50px;
}

iframe {
  width: 100%;
  border-radius: 24px;
  height: 100%;
}

.map-address {
  width: 40%;
  background: #26355e;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  padding: 50px 45px;
}

.map-address h3 {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 5px;
}

.map-address span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 55px;
}

.contact-from {
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #26355e;
  padding: 50px 80px;
  border-radius: 24px;
  position: absolute;
  right: 0;
  margin: 50px;
}

.contact-from button {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #26355e;
  padding: 15px 0px;
}

.contact-from h4 {
  font-size: 33px;
  font-weight: 700;
  font-style: italic;
  width: 70%;
  margin-bottom: 10px;
  color: #ffffff;
}
.contact-from input {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 15px 20px;
}

.contact-from textarea {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
}

/* ----------------------------- Review-Section --------------------------------- */

.review-section {
  margin-top: 100px;
}

.review-section h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #26355e;
  width: 50%;
  display: flex;
  margin: 0 auto;
}
.review-details-three {
  display: flex;
  justify-content: space-between;
}
.review-details {
  width: 32%;
  background: #7a97e3;
  border-radius: 33px;
  padding: 45px 35px;
  margin-top: 60px;
}

.review-details p {
  font-size: 14px;
  color: #ffffff;
}

.review-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* display: block; */
}

.review-name-star {
  display: flex;
}

.name-desination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.name-desination h3 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.name-desination span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

.stars {
  margin-left: auto;
  margin-top: 20px;
}

.stars .bi {
  color: #ffe100;
}
