@font-face {
  font-family: "Cairo";
  src: url(../fonts/Cairo-VariableFont_slnt\wght.ttf) format("ttf");
}
html {
  font-size: 15px;
}
body {
  font-family: "Cairo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}
/* HEADER============================================================== */
header {
  display: flex;
  padding: 0.5rem 5rem 0.48769rem 5rem;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}
/* CAROUSEL===================================================== */
.carousel-container {
  padding: 1.25rem;
  padding-bottom: 0;
  /* height: 27.125rem; */
}
.carousel-inner {
}
.carousel-item img {
  height: 400px;
  height: 27.125rem;
  object-fit: cover;
  border-radius: 1.5rem;
}
.d-md-block {
  display: flex !important;
}
.carousel-caption {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 4.19rem;
}
.carousel-caption h1 {
  color: #ebebeb;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.1875rem; /* 150% */
}
.carousel-caption p {
  color: #ebebeb;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem; /* 160% */
}
.carousel-caption .btn {
  display: flex;
  padding: 0.9375rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 6.25rem;
  background: #fff;
}
.carousel-caption .btn:hover {
  color: #162841;
}
.carousel-control-next,
.carousel-control-prev {
  display: none;
}
.carousel-indicators {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.carousel-indicators [data-bs-target] {
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.7);
  width: 0.5rem;
  height: 0.5rem;
  border: 0 !important;
}
.carousel-indicators .active {
  width: 1.0625rem;
  height: 0.625rem;
  border-radius: 6.25rem;
  background: #fff;
}
/* SECTION-2========================================================= */
.sec-2 {
  display: flex;
  padding: 3.875rem 0rem;
  justify-content: center;
  align-items: center;
  gap: 4.25rem;
}
.sec-left,
.sec-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  flex-shrink: 0;
}
.sec-flex {
  gap: 1rem;
}
/* SECTION-3============================================= */
/* .section-3{ */
.sec-3 {
  display: flex;
  /* padding: 3.875rem 5rem; */
  padding: 3.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
  border-radius: 1.5rem;
  background: linear-gradient(270deg, #39559b 0%, #162841 52.32%);
  background-image: url(../img/sec3_bg.png);
  background-size: cover;
  background-repeat: round;
}
.card-1 {
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(233, 233, 233, 0.2);
  background: rgba(255, 255, 255, 0.03);
}
.card-1 h3 {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; /* 155.556% */
}
.card-1 p {
  color: #fff;

  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
/* SECTION-4============================================= */
.sec-4 {
  display: flex;
  padding: 4.5rem 0 2rem 0;
  justify-content: center;
  flex-direction: column;
  row-gap: 2rem;
}
.card-grey {
  display: flex;
  /* padding: 1rem 1.25rem; */
  padding: 1rem 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 1.5rem;
  background: #f6f7f7;
  min-height: 8rem;
}
.card-grey h4 {
  color: #3b3b3b;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; /* 155.556% */
}
.card-grey p {
  color: #606060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
.card-grey-2 {
  display: flex;
  padding: 1.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 1.5rem;
  background: #f6f7f7;
}
.card-grey-2 h1 {
  color: #162841;
  text-align: center;

  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.85rem; /* 120% */
}
.card-grey-2 p {
  color: #606060;
  text-align: center;

  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
}
/* SECTION-5============================================= */
.section-5 .sec-3 {
  background-image: url("../img/sec5_bg.png");
  background-repeat: round;
  margin-bottom: 3.88rem;
}
/* SECTION-6============================================= */
.section-6 {
  margin-bottom: 3.88rem;
}
.sec-6 {
  display: flex;
  /* padding: 3.875rem 5rem; */
  padding: 3.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
  border-radius: 1.5rem;
  background-color: #e8eaec;
}
.card-6 {
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1.5rem;
  border: 1px solid #e9e9e9;
  background: #fbfbfb;
}
.box {
  display: flex;
  padding: 1.125rem 1rem;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  border: 1px solid #e9e9e9;
  background: #fbfbfb;
}
.box .p-label {
  color: #606060;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 142.857% */
}
.box .p-value {
  color: #3b3b3b;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem; /* 162.5% */
}
.socialmedia {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.socialmedia a {
  color: transparent;
}
/* FORM=============================================================== */
.form-control {
  display: flex;
  padding: 0.875rem 1rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e9e9e9;
  background: #fbfbfb;

  color: #909090;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 171.429% */
}
.form-label {
  color: #606060;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 185.714% */
}
/* FOOTER=============================================================== */
footer {
  background: #343a40;
}
/* TYPOGRAPHY=============================================================== */
.heading-1 {
  color: #3b3b3b;

  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.45rem; /* 145.263% */
}
.parag {
  color: #606060;

  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.status {
  display: flex;
  padding: 0.875rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.25rem;
  background: #e8eaec;
  width: auto;
}
.status span {
  color: #162841;

  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.9375rem; /* 93.75% */
  text-transform: uppercase;
}
/* BUTTONS============================================= */
.flex-btns {
  display: flex;
  gap: 1rem;
}
.btn-dark {
  display: flex;
  padding: 0.875rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 6.25rem;
  background: #162841;

  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
.btn-secondary {
  display: flex;
  padding: 0.875rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 6.25rem;
  background: #e8eaec;
  color: #162841;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  border: 0;
}
.btn-outline-secondary {
  display: flex;
  padding: 0.75rem 1.5rem;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.25rem;
  border: 1px solid #e9e9e9;
  background: #fbfbfb;
}

.btn-outline-secondary span {
  color: #3b3b3b;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem; /* 137.5% */
}
.btn-outline-secondary:hover,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #e9e9e9;
}
/* MEDIA-QUERIES========================================= */
@media (max-width: 575.98px) {
  html {
    font-size: 12px;
  }
  .carousel-caption {
    padding: 1.19rem 2rem;
    gap: 0.5rem;
  }
  .sec-3 , .sec-6{
    padding: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 13px;
  }
  .carousel-caption {
    padding: 2.19rem;
  }
}
