@import url("font.css");
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  transition: all 0.3s;
  z-index: 2;
}
.header .logo {
  position: relative;
  width: 250px;
}
.header .logo a:not(.action) {
  padding: 30px 20px 10px;
  position: absolute;
  top: -60px;
  /* background: white; */
}
.header a img {
  width: 100%;
  height: auto;
}

.header nav {
  display: flex;
  transition: all 0.4s;
}

.header nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header nav ul li a {
  padding: 10px 20px 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "KarlaBold", "san-serif";
  font-size: 16px;
  color: white;
  position: relative;
}

.header nav ul li {
  margin-right: 30px;
  position: relative;
}
.header nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  background-color: #0e66a9;
  transition: all 0.4s;
}
/* .header nav ul li a:hover {
  font-family: "KarlaBold", "san-serif";
} */
.header nav ul li a:hover::before {
  width: 90%;
}

ul.dropdown {
  padding: 10px !important;
  margin: 0;
  background-color: white;
  flex-direction: column;
  color: #252525;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  width: max-content;
}

ul.dropdown li {
  margin: 0 !important;
}
ul.dropdown li a {
  color: #252525 !important;
  display: block;
  padding: 15px !important;
  margin-bottom: 10px;
}
ul.dropdown li a:last-child {
  margin-bottom: 5px;
}

.header nav ul li:hover > .dropdown {
  top: 120%;
  opacity: 1;
  visibility: visible;
}

.header.float-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 24px 50px;
  background: white;
  color: black;
  box-shadow: 0 5px 10px #2222222b;
}
.header.float-header a {
  color: #252525;
}
.header.float-header .action {
  border-color: #252525;
}
.header.float-header .action:hover {
  background-color: #043e6b;
  color: white;
  border-color: transparent;
}

.header.float-header a img {
  filter: invert(1);
}
#nav-contact {
  display: none;
}
.slides {
  width: 100%;
  height: 90vh;
  position: relative;
}

.slide-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1)
  );
  opacity: 0.7;
  z-index: 2;
}
.slide-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slides .swiper-container {
  width: 100%;
  height: 100%;
}

.slides img {
  width: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.action {
  padding: 12px 25px;
  text-transform: capitalize;
  /* border: 1px solid #023964; */
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 25px;
  text-decoration: none;
  font-family: "KarlaSemiBold";
  transition: all 0.4s;
}

.action i {
  margin-right: 10px;
}

.action:hover {
  background-color: white;
  color: #023964;
}

.slide-content {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide-content h1 {
  font-family: "PlayFairDisplayBlack";
  margin: 0;
  font-size: 65px;
  color: white;
  text-align: center;
}
.slide-content a {
  padding: 15px 30px;
  background-color: transparent;
  color: white;
  font-family: "KarlaBold";
  font-size: 20px;
  text-align: center;
  border: 1px solid white;
  margin-top: 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.slide-content a:hover {
  background-color: white;
  color: #024639;
  text-decoration: none;
}

.slide-content .slide-search {
  margin-top: 15px;
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  display: flex;
}

.slide-search input {
  display: flex;
  flex: 1;
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  font-family: "KarlaSemiBold", "san-serif";
  border: 0;
}
.slide-search input:focus {
  outline: none;
}

.slide-search button {
  padding: 20px;
  border-radius: 10px;
  color: white;
  background: #023964;
  display: flex;
  overflow: hidden;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  width: 60px;
  transition: all 0.5s;
}

.slide-search button span {
  margin: 0;
  margin-left: 80px;
  line-height: 1;
  font-family: "KarlaSemiBold", "san-serif";
  transition: all 0.5s;
}

.slide-search button:hover {
  width: 135px;
}

.slide-search button:hover span {
  margin-left: 10px;
}

.benefits {
  margin: 90px 5%;
}
.benefits .row {
  justify-content: space-between;
}
.benefits .row .col-md-7 {
  margin-top: 60px;
}
.title-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.title-image .title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "PlayFairDisplayBlack", "san-serif";
  font-size: 60px;
}
.title-image .image {
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 9;
}
.title-image .image::before {
  content: "";
  background: #ffffff36;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.title-image .image img {
  position: absolute;
  width: 120%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.benefit {
  padding: 10px;
  margin-bottom: 20px;
}

.benefit h2 {
  font-family: "PlayFairDisplayBold", "san-serif";
  font-size: 30px;
  margin-bottom: 10px;
}
.benefit p {
  font-size: 18px;
  color: #252525;
}
.benefit h5 {
  font-family: "PlayFairDisplayBold", "san-serif";
  font-size: 25px;
}

.about {
  padding: 90px 40px;
  background-color: #e8ebf5;
}

.mid-title {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.mid-title h1 {
  font-size: 55px;
  font-family: "PlayFairDisplayBlack", "san-serif";
}

.mid-title p {
  font-family: "KarlaSemiBold", "san-serif";
  font-size: 20px;
  margin-top: 10px;
  padding: 10px 30px;
}

.value {
  padding: 30px;
  border-radius: 20px;
  background-color: white;
  margin-bottom: 30px;
}

.value .icon {
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  background-color: #023964;
  color: white;
  margin-bottom: 30px;
}

.value h2 {
  font-size: 25px;
  font-family: "PlayFairDisplayBold", "san-serif";
  margin-bottom: 10px;
}

.value p {
  font-size: 16px;
  font-family: "KarlaSemiBold", "san-serif";
}

footer {
  background-color: #043d5b;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
}

.footer-inner {
  padding: 80px 40px 10px;
}
.footer-logo {
  /* position: absolute; */
  /* top: 0;
  left: 10%; */
  /* transform: translateX(-50%); */
  padding: 20px 10px 10px;
  /* background-color: white; */
}
.footer-logo img {
  width: 90%;
  height: auto;
}

.footer-content {
  padding: 60px;
  font-size: 16px;
}

.footer-content p {
  font-size: 16px;
  font-family: "KarlaSemiBold", "san-serif";
}

.footer-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-content ul li {
  color: white;
}

.footer-content ul li a {
  font-size: 16px;
  font-family: "KarlaSemiBold", "san-serif";
  color: white;
  text-decoration: none;
}

.footer-bottom {
  padding: 10px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #022f46;
  color: white;
  padding-bottom: 20px;
}
.footer-bottom p {
  margin: 0;
}

.nav-box {
  display: none;
  color: white;
  font-size: 20px;
  padding: 10px 13px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}

.float-header .nav-box {
  color: #252525;
  border-color: #252525;
}
#nav-box:checked + .header.float-header nav a {
  color: white;
}
#nav-box {
  position: fixed;
  opacity: 0;
  top: -50%;
}

.nav-box-close {
  display: none;
}

.team {
  /* box-shadow: 0px 8px 13px 1px #bdbdbdb3; */
  transition: all 0.4s;
  margin-bottom: 20px;
}
.team:hover {
  box-shadow: none;
}
.team-details {
  padding: 20px 15px;
  background-color: white;
}

.team-details h4 {
  font-family: "KarlaBold";
  font-size: 18px;
}

.team-details button {
  padding: 7px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  line-height: 1;
  background: #043d5b;
  color: white;
  font-family: "KarlaBold";
  margin-top: 5px;
}
.team-image {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.team-image img {
  width: 100%;
  height: auto;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media screen and (max-width: 1340px) {
  .slides {
    height: 80vh;
  }
  .slides img {
    width: 130%;
  }
  .slide-content {
    top: 60%;
    width: 70%;
  }
  .slide-content h1 {
    font-size: 55px;
  }
  .benefit p {
    font-size: 16px;
  }

  .footer-content {
    padding: 40px 35px;
  }
  /* }

@media screen and (max-width: 1340px) { */
  .header nav ul li a {
    display: flex;
  }
  .header nav ul li {
    margin-right: 0;
  }
  .title-image .title {
    font-size: 51px;
  }
}

@media screen and (max-width: 1026px) {
  label.nav-box {
    display: flex;
  }

  .action {
    display: none;
  }
  #nav-contact {
    display: block;
  }
  .header nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: 0;
  }
  #nav-box:checked + .header .nav-box {
    visibility: hidden;
  }
  #nav-box:checked + .header nav {
    right: 0;
    top: 0;
    height: 80vh;
    width: 50%;
    background: rgba(0, 0, 0, 0.7);
    padding: 52px 40px;
    visibility: visible;
    opacity: 1;
  }
  .nav-box-close {
    display: flex;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
    color: white;
  }
  .header nav ul {
    flex-direction: column;
  }
  .slide-content {
    width: 70%;
  }

  .title-image .title {
    font-size: 44px;
  }

  .title-image .image {
    height: 58%;
    bottom: unset;
    top: 0;
    display: none;
  }
  .benefits {
    margin: 95px 1%;
  }
  .slide-content a {
    padding: 12px 24px;
    font-size: 18px;
  }
}

@media screen and (max-width: 895px) {
  .slide-content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 760px) {
  .slides img {
    width: 120%;
  }

  .title-image .title {
    font-size: 42px;
    position: relative;
  }
  .benefits {
    margin: 57px 4%;
  }
  .title-image .image {
    height: 58%;
    bottom: unset;
    top: unset;
  }
  .mid-title {
    width: 100%;
  }
  .about {
    padding: 50px 20px;
  }
  .mid-title p {
    font-size: 16px;
  }
  .mid-title h1 {
    font-size: 45px;
  }
  .footer-content {
    padding: 70px 20px 10px;
    max-height: unset !important;
    overflow: unset !important;
  }
  .footer-inner .abt-footer a {
    position: unset !important;
    margin-top: 5px !important;
  }
  footer .footer-inner .row > div:last-child .footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-content p {
    margin: 0;
  }
}

@media screen and (max-width: 674px) {
  .slide-content h1 {
    font-size: 32px;
  }
  .header .logo {
    width: 200px;
  }
  .slides img {
    width: 300%;
  }

  .slides {
    height: 85vh;
  }
  .slide-content .slide-search {
    width: 100%;
  }
  .slide-search input {
    padding: 10px;
  }
  .slide-search button {
    padding: 10px 15px;
    font-size: 15px;
    overflow: unset;
    width: auto;
    justify-content: center;
    align-items: center;
  }
  .slide-search button span {
    display: none;
  }
  .slide-content {
    width: 85%;
  }
  .slide-search inpu {
    padding: 15px;
  }
  .title-image .title {
    font-size: 30px;
  }
  .title-image .image {
    top: 0;
    height: 70%;
  }
  .benefits .row .col-md-7 {
    margin-top: 48px;
  }
  .benefit h2 {
    font-size: 21px;
  }
  .benefit p {
    font-size: 14px;
  }

  .benefit {
    margin-bottom: 0;
  }
  .mid-title p {
    padding: 0;
    font-size: 14px;
  }
  .value {
    padding: 25px;
    margin-bottom: 15px;
  }

  .value .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }
  .value p {
    font-size: 14px;
  }
  .benefits .row .col-md-7 {
    margin-top: 10px;
  }
  .benefit h5 {
    font-size: 21px;
  }
  .footer-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-inner .abt-footer::after {
    content: unset !important;
  }
  .team-image {
    height: 275px;
  }
}

@media screen and (max-width: 300px) {
  .slides {
    height: 70vh;
  }
}
