* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --color-white: #fff;
  --color-dark1: rgb(39, 39, 39);
  --color-dark2: #2d2d2d;
  --color-dark3: #414141;
  --color-dark4: #1c1c1c;
  --color-dark5: #343434;
  --color-purple: #b040ff;
}
.header,
.navigation_header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header {
  background-color: rgb(1, 56, 56);
  justify-content: space-between;
  padding: 0 10%;
  height: 3.5em;
  box-shadow: 1px 1px 4px var(--color-dark4);
}
.navigation_header {
  gap: 3em;
  z-index: 2;
}
.content {
  padding-top: 5em;
  text-align: center;
  /*height: 100vh;*/
  transition: 1s;
}
.navigation_header a {
  text-decoration: none;
  color: white;
  transition: 1s;
  font-weight: bold;
}
.navigation_header a:hover {
  color: var(--color-white);
}
.active {
  padding: 10px;
  border-radius: 10px;
}
.btn_icon_header {
  background: transparent;
  border: none;
  color: var(--color-white);
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation_header {
    position: absolute;
    flex-direction: column !important;
    top: 0;
    background: rgb(1, 56, 56);
    height: 100%;
    width: 45vw;
    padding: 1em;
    animation-duration: 1s;
    margin-left: -100vw;
  }
  .btn_icon_header {
    display: block;
  }
}
@keyframes showSidebar {
  from {
    margin-left: -100vw;
  }
  to {
    margin-left: -10vw;
  }
}

.hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(9, 14, 14, 0.502), rgba(3, 45, 51, 0.502));
  position: relative;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/*nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .logo {
  width: 180px;
  text-align: center;
}
nav ul li {
  list-style: none;
  display: inline-block;
  margin-left: 40px;
}
nav ul li a {
  text-decoration: none;
  color: #dbfeff;
  font-size: 17px;
}*/
.content {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content h1,
.content h2 {
  display: block;
}
.content h2 {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
h2 {
  font-size: 25px;
  color: #94ccce;
  font-style: italic;
}
.content h1 {
  font-size: 100px;
  color: #94ccce;
  font-weight: 600;
  transition: 0.5s;
  text-shadow: 1px 1px 2px rgb(1, 56, 56), 0 0 25px rgb(38, 109, 115),
    0 0 5px rgb(111, 172, 176);
}
.content h1:hover {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}
.content a {
  text-decoration: none;
  display: inline-block;
  color: #94ccce;
  font-size: 24px;
  border: 2px solid #94ccce;
  padding: 14px 70px;
  border-radius: 50px;
  margin-top: 20px;
}

.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: #c0feff;
  border: 1px solid #c0feff;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.hero-btn:hover {
  border: 1px solid #b4f9f4;
  background: #b0fffa;
  transition: 1s;
}
.back-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 700px) {
  .back-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  /*nav ul li a {
    text-decoration: none;
    color: #94ccce;
    font-size: 17px;
    text-align: center;
    position: absolute;
    background: rgb(1, 53, 53);
    height: 100vh;
    width: 200px;
    top: 0;
    right: 0;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }*/

  .content h1 {
    font-size: 60px; /* Adjust the font size as desired */
    color: #94ccce;
    font-weight: 600;
    transition: 0.5s;
  }

  /*.logo-header .logo {
    width: 2rem;  Adjust the width as desired 
  }*/
}
/*-------------about us-----------*/
body {
  margin: 0;
  padding: 0;
  background-color: rgb(1, 56, 56);
}
.mvv-container {
  max-width: 90%;
  margin: 50px auto;
  opacity: 1;
  padding: 20px;
}
.mvv-container .mvv-block {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.mvv-container .mvv-block .image {
  flex: 0 0 400px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  line-height: 0;
  align-items: center;
}
.mvv-container .mvv-block .image img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgb(3, 77, 77);
  transition: 0.3s;
  transform: scale(1);
}
.mvv-container .mvv-block .image:hover img {
  transform: scale(1.1);
}
.mvv-container .mvv-block .content {
  flex: 1;
  box-sizing: border-box;
  align-self: center;
  padding: 0 30px;
}
.mvv-container .mvv-block .content h5 {
  font-weight: 700;
  font-size: 40px;
  color: #94ccce;
  margin-bottom: 10px;
}
.mvv-container .mvv-block .content p {
  font-size: 25px;
  color: #94ccce;
}
@media screen and (min-width: 1024px) {
  .mvv-container .mvv-block:nth-child(odd) .image {
    order: 1;
  }
  .mvv-container .mvv-block:nth-child(even) .image {
    order: 2;
  }
  .mvv-container .mvv-block:nth-child(odd) .content {
    order: 2;
    padding-left: 30px;
  }
  .mvv-container .mvv-block:nth-child(even) .content {
    order: 1;
    padding-right: 30px;
  }
}
/*---------------Our Services-------------*/
body .container {
  background: rgb(1, 56, 56);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .box {
  width: 50%;
  height: 350px;
  margin: 20px;
  background: #94ccce;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.container .box::before {
  content: "";
  position: absolute;
  inset: -10px 50px;
  border-top: 4px solid var(--clr);
  border-bottom: 4px solid var(--clr);
  z-index: 0;
  transition: 0.5s ease-in-out;
}
.container .box:hover::before {
  inset: -10px 50px;
}
.container .box::after {
  content: "";
  position: absolute;
  inset: 60px -10px;
  border-left: 4px solid var(--clr);
  border-right: 4px solid var(--clr);
  transition: 0.5s ease-in-out;
}
.container .box:hover::after {
  inset: 60px 10px;
}
.container .box .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 40px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .box .content .icon {
  color: var(--clr);
  width: 80px;
  height: 80px;
  box-shadow: 0 0 0 4px #94ccce, 0 0 0 6px var(--clr);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
  background: #94ccce;
  transition: 0.55s ease-in-out;
}
.container .box:hover .content .icon {
  background: var(--clr);
  color: #477a7c;
  box-shadow: 0 0 0 4px #477a7c, 0 0 0 300px var(--clr);
}
.container .box .content .text {
  font-size: 1.5em;
  color: #034e50;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
.container .box:hover .content .text h3 {
  color: #044547;
}
.container .box .content .text p {
  color: #023e3f;
  transition: 0.5s ease-in-out;
}
.container .box:hover .content .text p {
  color: #044547;
}
h1 {
  font-weight: 700;
  font-size: 40px;
  color: #94ccce;
  margin-bottom: 10px;
  text-align: center;
}
/*-----------------------CONTACT US------------------*/

.contactus {
  background: linear-gradient(
    90deg,
    #012e2e 0%,
    #012e2e 30%,
    #66afb1 30%,
    #66afb1 100%
  );
  position: relative;
  width: 100%;
  padding: 40px 100px;
}
.contactus .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.contactus .title h2 {
  color: #dbfeff;
  font-weight: 500;
}

.form {
  grid-area: form;
}
.info {
  grid-area: info;
}
.map {
  grid-area: map;
}

.contact {
  padding: 40px;
  background: #dbfeff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
}
.box {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 5fr 4fr;
  grid-template-areas:
    "form info"
    "form map";
  grid-gap: 20px;
  margin-top: 20px;
}
.contact h3 {
  color: #023e3f;
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.formBox {
  position: relative;
  width: 100%;
}
.formBox .row50 {
  display: flex;
  gap: 20px;
}
.inputBox {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 50%;
}
.formBox .row100 .inputBox {
  width: 100%;
}
.inputBox span {
  color: #477a7c;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}
.inputBox input {
  padding: 10px;
  font-size: 1.1em;
  outline: none;
  border: 1px solid #012e2e;
}
.inputBox textarea {
  padding: 10px;
  font-size: 1.1em;
  outline: none;
  border: 1px solid #012e2e;
  resize: none;
  min-height: 220px;
  margin-bottom: 10px;
}
.inputBox a {
  text-decoration: none;
  background: #94ccce;
  color: #dbfeff;
  border: none;
  font-size: 1.1em;
  text-align: center;
  max-width: 100px;
  font-weight: 500;
  cursor: pointer;
  padding: 14px 15px;
}
.inputBox ::placeholder {
  color: #999;
}
.info {
  background: #477a7c;
}
.info h3 {
  color: #dbfeff;
}
.info .infoBox div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.info .infoBox div span {
  min-width: 40px;
  height: 40px;
  color: #023e3f;
  background: #94ccce;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  border-radius: 50%;
  margin-right: 15px;
}
.info .infoBox div p {
  color: #b0fffa;
  font-size: 1.1em;
}
.info .infoBox div a {
  color: #b0fffa;
  text-decoration: none;
  font-size: 1.1em;
}
.sci {
  margin-top: 40px;
  display: flex;
}
.sci li {
  list-style: none;
  margin-right: 15px;
}
.sci li a {
  color: #b0fffa;
  font-size: 2em;
  color: #dbfeff;
}
.sci li a:hover {
  color: #dbfeff;
}
.map {
  padding: 0;
}
.map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body {
    background: #023e3f;
  }
  .contactus {
    padding: 20px;
  }
  .box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "form"
      "info"
      "map";
  }
  .map {
    min-height: 300px;
  }
  .formBox .row50 {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  .inputBox {
    width: 100%;
  }
  .contact {
    padding: 30px;
  }
  .map {
    min-height: 300px;
    padding: 0;
  }
}
/*---------------Our Team------------*/

body .ourteam {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: rgb(1, 56, 56);
}
.wrapper .title {
  text-align: center;
}
.title h4 {
  display: inline-block;
  padding: 20px;
  color: #66afb1;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1.2px;
  word-spacing: 5px;
  border: 1px solid(rgb(1, 56, 56));
  border-radius: 15px;
  text-transform: uppercase;
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 10px rgb(1, 56, 56);
  word-wrap: break-word;
}
.wrapper .card_Container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0;
}
.card_Container .card {
  position: relative;
  width: 350px;
  height: 500px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 30px 30px -20px rgba(3, 45, 51, 0.502),
    insert 0 0 0 1000px rgb(1, 46, 50);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
}
.card .inbBx,
.inbBx img {
  width: 100%;
  height: 100%;
}
.card .content {
  position: absolute;
  bottom: -160px;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  backdrop-filter: blur(15px);
  box-shadow: 0 -10px 10px rgb(1, 56, 56);
  border: 1px solid rgb(1, 30, 32);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}
.card:hover .content {
  bottom: 0;
  transition-delay: 0s;
}
.card {
  width: calc(33.33% - 20px);
  height: 500px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 30px 30px -20px rgba(3, 45, 51, 0.502);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
}
.inbBx {
  flex: 1;
  background-size: cover;
  background-position: center;
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.content .contentBx {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.content .contentBx h3 {
  text-transform: uppercase;
  color: #001818;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0 15px;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}

.card:hover .content .contentBx h3 {
  opacity: 1;
  transform: translateY(0);
  background-color: #37a1a5ba;
  color: #012e2e;
  font-size: 20px;
}
.card:hover .sci li {
  transform: translateY(0);
  opacity: 1;
}
.card .content .contentBx h3 span {
  font-size: 17px;
  font-weight: 600;
  text-transform: initial;
}

.card .content .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}

.card .content .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}
.card .content .sci li a {
  color: #02413d;
  font-size: 24px;
}
.card:hover .content .sci li {
  transform: translateY(0);
  opacity: 1;
}

.card .content .contentBx h3 {
  opacity: 1;
  transform: translateY(0);
}

/*=======responsive design=======*/ /* sm */
@media screen and (max-width: 767px) {
  .servic .container {
    display: flex;
    flex-direction: column;
  }
  .service .container .box {
    width: 80%;
  }

  .mvv-container .mvv-block .image {
    align-items: center;
  }
}
@media screen and (max-width: 475px) {
  .service .container {
    display: flex;
    flex-direction: column;
  }

  .service .container .box {
    width: 80%;
  }

  .mvv-container .mvv-block .image img {
    margin-left: -2rem;
    width: 100%;
  }
}
