* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:root {
  --blue: #00acee;
  --backgroundBlue: #071624;
  --buttonColor: #143b5f;
  --iconBackground: #0b2862;
}
html {
  overflow-x: hidden;
}
body {
  background-color: white;
  color: rgb(0, 0, 0);
  font-family: "Montserrat", sans-serif;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
}
/* font-family: 'Arimo', sans-serif; */
h1 {
  font-size: 2.1vw;
  font-weight: 600;
}
h2 {
  font-size: 1.8vw;
  font-weight: 600;
  /* 35px */
}
h3 {
  font-size: 1.6vw;
  font-weight: 500;

  /* 30px */
}
h4 {
  font-size: 1.3vw;
  font-weight: 500;

  /* 25px */
}
h5 {
  font-size: 1vw;
  /* 20px */
}
p,
button {
  font-size: 1.1vw;
}

a {
  color: black;
  text-decoration: none;
  font-size: 15px;
}

span {
  color: var(--blue);
}
/* Canned */

.flex {
  display: flex;
  align-items: center;
}

button {
  border: 0px;
  padding: 10px 30px;
  margin-top: 45px;
  border-radius: 5px;
}
/* canned */
/* navigation */
.burger {
  display: none;
}
.navigation {
  border-bottom: 1px solid black;
}
.navigation .container {
  min-height: 12vh;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 63.1vw;
  margin: auto;
}
.navigation img {
  width: 113px;
  height: 109px;
}
.navLinks {
  display: flex;
  gap: 30px;
  align-items: center;
}

.navLinks button {
  background-color: var(--blue);
  margin-top: 0;
  border-radius: 5px;
  color: white;
  font-size: 15px;
}
/* page 1 */
.page1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../content/images/AboutHero.png);
  background-size: cover;
  background-repeat: no-repeat;

  padding: 150px 0px;
}
.page1 .content {
  width: 65.9vw;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 25px;

  color: white;

  padding: 70px 50px;
  background-color: #091f33;
  box-shadow: 0px 4px 40px 2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

/* page 2 */
.page2 {
  padding: 100px 0px;
}
.page2 .content {
  width: 55vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page2 .imageContainer {
  width: 21vw;
  height: 31.9vw;
  position: relative;
  border-radius: 5px;
}
.page2 .imageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageContainer::before {
  content: "";
  width: 21vw;
  height: 31.9vw;
  background-color: #333333;

  position: absolute;
  z-index: -1;
  left: -15px;
  top: 15px;
  border-radius: 5px;
}
.page2Right {
  width: 30.6vw;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* page 3 */
.page3 {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.page3 .content {
  width: 51.2vw;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.page3 p {
  width: 34.7vw;
}
.page3 .icon {
  display: flex;
  gap: 4.6vw;
  margin-top: 20px;
}
.page3 .iconContainer {
  width: 9.2vw;
  height: 9.6vw;
  background-color: var(--iconBackground);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.iconContainer:nth-child(2),
.iconContainer:nth-child(3) {
  margin-top: 2.5vw;
}

.iconContainer img {
  height: 86px;
}

/* page3 */

.page4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 80px 0px;

  background-image: url(../content/images/managestrbackground.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.page4 img {
  width: 51.2vw;
  pointer-events: none;
}
.responsive {
  display: none;
}

.page8 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;

  padding: 100px 0px;
  background-color: var(--backgroundBlue);
}
.page8Left {
  width: 25.5vw;
}
.page8Right {
  width: 30.4vw;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formContainer {
  background-color: #eaeaea;
  min-height: 65.6vh;

  width: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.formContainer form {
  display: flex;
  flex-direction: column;
  width: 18.3vw;
  color: black;
}
input {
  border: none;
  border-bottom: 1px solid #3f3f3f;
  background-color: #eaeaea;
  font-size: 1.2vw;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-bottom: 70px;
}
textarea {
  margin-bottom: 50px;
  background-color: var(--backgroundBlue);
  padding: 10px 15px;
  color: white;
  font-size: 1.2vw;
  height: 12.4vh;
  border-radius: 5px;
}

input::placeholder {
  color: rgb(114, 114, 114);
}

textarea::placeholder {
  color: white;
}
.formContainer button {
  margin-top: 0px;
  background-color: var(--blue);
  color: white;
  margin: 0px 30px;
}

/* footer */
.footer {
  padding: 20px 0px;
}
.footer .top {
  display: flex;
  align-items: top;
  justify-content: center;
  width: 100vw;
  gap: 70px;
}

.top .logo {
  width: 6vw;
  height: 6.2vw;
}

.footerNavigation ul {
  list-style: url(../content/svg/lidecoration.svg);
}

.footerblogCards .card {
  width: 19vw;
  height: 4.2vw;
  padding: 15px;
  margin-bottom: 11px;
  text-align: center;
  background-color: var(--blue);
  border-radius: 5px;
  color: white;
}
.footerblogCards .card a {
  color: white;
}
.footerblogCards .card:nth-child(1) {
  background-image: url(../content/images/BlogCard1.png);
  background-size: cover;
  background-position: center;
}
.footerblogCards .card:nth-child(2) {
  background-image: url(../content/images/BlogCard2.png);
  background-position: center;
  background-size: cover;
}
.footerblogCards .card h4 {
  font-size: 0.9vw;
}
.top .information {
  width: 16vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top .information p,
.top .information a {
  font-size: 0.8vw;
}
.social {
  display: flex;
  width: 100vw;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 20px 0px;
}

.social .decoration {
  width: 10%;
  height: 3px;
  background-color: rgb(68, 68, 68);
}
.socialContainer {
  display: flex;
  gap: 10px;
}
.socialContainer img {
  width: 25px;
  height: 25px;
}

/* tab */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /* global Styling */
  h1 {
    font-size: 3.2vw;
    font-weight: 600;
  }
  h2 {
    font-size: 3.2vw;
    font-weight: 600;
    /* 25px */
  }
  h3 {
    font-size: 2.6vw;
    font-weight: 500;

    /* 20px */
  }
  h4 {
    font-size: 2.5vw;
    /* 20px */
  }
  h5 {
    font-size: 2.6vw;
    /* 20px */
  }
  p,
  button {
    font-size: 2vw;
    /* 15px */
  }

  a {
    color: black;
    text-decoration: none;
    font-size: 2vw;
  }
  .footerblogCards .card h4 {
    font-size: 1.9vw;
  }

  /* navigation */
  .navigation {
    position: fixed;
    z-index: 995;
    right: 0;
    width: 100%;
    background-color: #f4f4f4;
    height: 10vh;
    display: flex;
    justify-content: center;
  }
  .navigation .burger {
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 5vw;

    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .burger .line {
    height: 5px;
    width: 50px;
    pointer-events: none;
    background-color: #00acee;
  }

  .navigation .container {
    min-height: 7.3vh;
    width: 90vw;
  }
  .navigation img {
    width: 93px;
    height: 93px;
  }

  .navLinks {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    background-color: #071624;

    top: 0px;
    right: 0px;
    z-index: 998;
    gap: 30px;
    width: 100vw;
    height: 100vh;

    padding-right: 10vw;

    transition: all 0.4s ease-out;
  }
  .transformClass {
    transform: translateX(100%);
  }
  .navLinks a {
    color: white;
    text-align: right;

    width: 80%;
    font-size: 5vw;
  }

  .navLinks button {
    background-color: var(--blue);
    margin-top: 0;
    border-radius: 5px;
    color: white;
    font-size: 5vw;
    padding: 10px 80px;
  }

  /* page1 */
  .page1 {
    margin-top: 10vh;
    padding: 100px 0px;

    background-position: center;
  }
  .page1 .content {
    width: 88vw;
  }

  /* page 2 */
  .page2 .content {
    width: 90vw;
  }
  .page2Right {
    width: 52.2vw;
  }

  .page2 .imageContainer {
    width: 34vw;
    height: 60vw;
  }
  .imageContainer::before {
    width: 34vw;
    height: 60vw;
  }
  /* page 3 */
  .page3 .content {
    width: 66.5vw;
  }
  .page3 p {
    width: 100%;
  }
  .page3 .iconContainer {
    width: 16.9vw;
    height: 16.4vw;
  }
  .iconContainer img {
    height: 8.3vw;
  }
  /* page4 */
  .page4 img {
    width: 90vw;
  }
  .responsive {
    display: none;
  }
  .page8 {
    gap: 33px;
    padding: 80px;
  }
  .page8Left {
    width: 45vw;
  }
  .formContainer {
    width: 42.5vw;
    min-height: 46.1vh;
    margin-right: 0;
    padding: 30px 0px;
  }
  .formContainer form {
    width: 30.4vw;
  }
  .formContainer form input {
    margin-bottom: 45px;
    font-size: 2.1vw;
  }
  .formContainer form textarea {
    font-size: 2.1vw;

    margin-bottom: 35px;
  }
  .page8Right {
    width: 42.1vw;
  }
  .page8Right p {
    width: 42.1vw;
  }
  /* FOOTER */
  .footer .top {
    width: 93vw;
    margin: auto;
    gap: 26px;
  }
  .top .logo {
    width: 10.9vw;
    height: 11.2vw;
  }
  .top .logo img {
    width: 100%;
    height: 100%;
  }
  .footerblogCards .card {
    width: 33vw;
    height: 10.6vw;
  }
  .footerblogCards .card h4 {
    font-size: 1.9vw;
  }
  .top .information {
    width: 28.5vw;
  }
  .top .information p,
  .top .information a {
    font-size: 1.8vw;
  }
}

/* mobile */
@media screen and (min-width: 200px) and (max-width: 767px) {
  /* global Styling */

  h1 {
    font-size: 6.9vw;
    font-weight: 600;
  }
  h2 {
    font-size: 6.9vw;
    font-weight: 600;
    /* 25px */
  }
  h3 {
    font-size: 5.5vw;
    font-weight: 500;

    /* 20px */
  }
  h4 {
    font-size: 4.1vw;
  }
  h5 {
    font-size: 2.6vw;
    /* 20px */
  }
  p,
  button {
    font-size: 4.1vw;
    margin-top: 30px;
    /* 15px */
  }

  a {
    color: black;
    text-decoration: none;
    font-size: 4.1vw;
  }
  /* Navigation */
  .navigation {
    position: fixed;
    z-index: 995;
    right: 0;
    width: 100%;
    background-color: #f4f4f4;
    min-height: 10vh;
    display: flex;
    justify-content: center;
  }
  .navigation .burger {
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 5vw;

    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .burger .line {
    height: 5px;
    width: 50px;
    pointer-events: none;
    background-color: #00acee;
  }

  .navigation .container {
    min-height: 7.3vh;
    width: 90vw;
  }
  .navigation img {
    width: 65px;
    height: 65px;
  }
  .navLinks {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    background-color: #071624;
    left: 0;
    top: 0;
    width: 100%;

    z-index: 998;
    gap: 30px;
    height: 100vh;

    padding-right: 10vw;

    transition: all 0.4s ease-out;
  }
  .transformClass {
    transform: translateX(100%);
  }
  .navLinks a {
    color: white;
    text-align: right;

    width: 100%;
    font-size: 7vw;
  }

  .navLinks button {
    background-color: var(--blue);
    margin-top: 0;
    border-radius: 5px;
    color: white;
    font-size: 5vw;
    padding: 10px 80px;
  }

  .burger .line {
    height: 3px;
    width: 35px;
  }

  /* page 1 */
  .page1 {
    margin-top: 10vh;
    padding: 100px 0px;
    position: relative;

    background-position: center;
  }

  .page1 .content {
    width: 90vw;
    text-align: left;
    gap: 20px;
    padding: 40px 20px;

    line-height: 20px;
  }
  .page1 .content p {
    margin: 0px;
    margin-bottom: 20px;
  }

  /* page 2 */
  .page2 .content {
    flex-direction: column;
    width: 86vw;
    gap: 40px;
  }
  .page2Right {
    width: 86.6vw;
    order: 1;
    gap: 0;
  }

  .page2 .imageContainer {
    width: 79vw;
    height: 105.8vw;
    order: 2;
  }
  .imageContainer::before {
    width: 79vw;
    height: 105.8vw;
  }

  /* page3 */
  .page3 {
    align-items: start;
    padding-left: 5vw;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .page3 .content {
    width: 86.6vw;
    text-align: left;
    align-items: start;
    gap: 0px;
    margin: 0;
  }
  .page3 p {
    width: 100%;
  }
  .page3 .icon {
    flex-wrap: wrap;
    width: 61.4vw;
    margin-bottom: 40px;
  }
  .page3 .iconContainer {
    width: 27.8vw;
    height: 26.9vw;
  }

  .iconContainer:nth-child(2),
  .iconContainer:nth-child(3) {
    margin-top: 0;
  }
  .iconContainer img {
    height: 13.6vw;
  }

  /* page 4 */
  .page4 img {
    width: 88.7vw;
  }
  .responsiveDesktop {
    display: none;
  }
  .responsive {
    display: block;
  }

  /* form footer */
  .page8 {
    flex-direction: column;
  }
  .page8Left {
    width: 85vw;
  }
  .formContainer {
    width: 100%;
    min-height: 63.7vh;
    padding: 40px 0px;
  }
  .formContainer form {
    width: 65vw;
    font-size: 4.1vw;
    margin: 40px 0px;
  }
  .formContainer form input {
    font-size: 4.1vw;
  }
  .formContainer form textarea {
    font-size: 4.1vw;
  }
  .page8Right {
    order: 1;
  }
  .page8Left {
    order: 2;
  }
  .page8Right,
  .page8Right p {
    width: 85vw;
  }

  /* FOOTER */
  /* FOOTER */
  .footer .top {
    width: 86.3vw;
    margin: auto;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .top .logo {
    width: 23.3vw;
    height: 24vw;
  }
  .footerblogCards .card {
    width: 71vw;
    height: 22.7vw;
  }
  .footerblogCards .card h4 {
    font-size: 3.9vw;
  }
  .top .information {
    width: 79.4vw;
  }
  .top .information p,
  .top .information a {
    font-size: 3.8vw;
    margin-top: 0;
  }
  .social .decoration:nth-child(2) {
    display: none;
  }
  .top img {
    width: 80%;
    height: 80%;
  }
  /* .swiper-slide {
      width: 300px;
   } */
  .swiper-slide10 {
    padding: 5px 10px;
  }
  .swiper-slide10 img {
    width: 100%;
  }
}
