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

:root {
  --blue: #00acee;
  --backgroundBlue: #071624;
  --buttonColor: #143b5f;
}
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;
}
/* Canned */

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

button {
  border: 0px;
  padding: 10px 30px;
  margin-top: 45px;
  border-radius: 5px;
}

.background {
  background-size: cover;
  background-position: center;
}
/* Canned */

.flex {
  display: flex;
  align-items: center;
}
span {
  color: var(--blue);
}
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;
  padding-left: 18vw;
  height: 30.5vw;
  gap: 3.3vw;
}
.page1Left .content {
  width: 30.6vw;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.page1Right {
  height: 100%;
  width: 100%;
  background-image: url(../content/images/joinusbackground.png);
  background-size: cover;
}

.page2 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.page2 .content {
  margin: 85px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 15px;

  width: 32.5vw;
}

/* page 3 */
.page3 {
  display: flex;
  gap: 90px;
  padding: 80px 0px;
  background-image: url(../content/images/MountainBackground.png);
}

.page3Left .content {
  width: 32.5vw;
  margin-left: 18.7vw;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.page3Left .content li {
  margin-left: 20px;
}
.page3Left .content li:nth-child(2) {
  margin: 25px 0px;
  margin-left: 20px;
}

/* Right Content */
.page3Right .container {
  width: 25.2vw;
  height: 100%;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}
.pdfContainer {
  padding-top: 10px;
}
.pdfElement {
  display: flex;
  gap: 20px;
  height: 4.4vw;
  width: 95%;
  margin: auto;
  background-color: #eaeaea;
  align-items: center;
  padding-left: 15px;

  border-radius: 5px;
}

.pdfElement img {
  height: 2vw;
  width: 1.6vw;
}

/* page 4 */

.page4 {
  display: flex;
  gap: 54px;
  justify-content: center;
  align-items: center;
  padding: 6.2vw 0vw;
  /* padding-left: 20.1vw; */
}
.page4 .page4Left img {
  width: 26.5vw;
  height: 26vw;
  /* background-color: var(--blue); */
}

.page4Right .content {
  width: 30.4vw;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cv,
.mobileCV {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2.3vw;
  background-color: white;
  padding: 14px 0px;
  padding-left: 15px;
  border-radius: 5px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}
.mobileCV {
  display: none;
}
.page4Right .emalContainer,
.mobileCV .emalContainer {
  display: flex;
  align-items: center;
  color: #1253d1;
}
.page4Right .emalContainer img {
  width: 1.6vw;
  height: 1.5vw;
  margin-right: 8px;
}
.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;
  }

  /* 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 {
    height: 62.2vw;
    padding-left: 5vw;
    margin-top: 10vh;
  }
  .page1Left .content {
    width: 55vw;
  }

  /* page 2 */
  .page2 .content {
    width: 52.2vw;
    margin: 55px 0px;
  }

  /* page 3 */
  .page3 {
    gap: 42px;
  }
  .page3Left .content {
    margin-left: 5vw;
    width: 45.5vw;
  }

  .page3Right .container {
    width: 39.8vw;
  }
  .pdfElement {
    height: 6vw;
    padding-left: 15px;
  }
  .pdfElement img {
    height: 2.8vw;
    width: 2.9vw;
  }

  /* page 4 */
  .page4 {
    gap: 30px;
    padding-bottom: 20px;
  }
  .page4 .page4Left img {
    width: 43.3vw;
    height: 42.5vw;
  }
  .page4Right .content {
    width: 43.2vw;
  }
  .page4Right .cv {
    display: none;
  }
  .mobileCV {
    display: flex;
    justify-content: center;
    width: 76vw;
    margin: auto;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .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: 5.5vw;
    /* 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 {
    min-height: 160vw;
    padding-left: 5vw;
    margin-top: 10vh;

    flex-direction: column;
    align-items: start;
    justify-content: center;
    background-image: url(../content/images/joinusbackground.png);
    background-size: cover;
    color: white;
    gap: 0;
  }

  .page1Left {
    width: 95vw;
  }

  .page1Left .content {
    width: 90vw;
    margin: 100px 0px;
    padding: 50px 30px;
    gap: 0;
    background-color: var(--backgroundBlue);
    border-radius: 15px;
    line-height: 20px;
  }
  .responsive {
    display: none;
  }

  /* page2 */
  .page2 .content {
    text-align: left;
    align-items: start;
    gap: 0;
    width: 90vw;
  }

  /* page 3 */
  .page3 {
    gap: 42px;
    flex-direction: column;
  }
  .page3Left .content {
    margin-left: 5vw;
    width: 90vw;
    gap: 40px;
  }
  .page3Left .content p {
    margin: 0;
  }

  .page3Right .container {
    width: 90vw;
    margin-left: 5vw;
    height: 154vw;
  }
  .pdfElement {
    height: 12.9vw;
    padding-left: 15px;
  }
  .pdfElement img {
    height: 6vw;
    width: 6.3vw;
  }
  .background {
    background-position: right;
  }

  /* page 4 */
  .page4 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 20px;
  }
  .page4Left {
    order: 2;
  }

  .page4 .page4Left img {
    width: 90vw;
    height: 90vw;
  }
  .page4Right .content {
    width: 90vw;
    margin: auto;
    gap: 30px;
  }
  .page4Right .content p {
    margin: 0;
  }
  .page4Right .emalContainer img {
    width: 6.6vw;
    height: 5.2vw;
  }
  .page4Right .cv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 90vw;
    margin: auto;
    padding-left: 20px;
    margin: 20px;
  }
  .mobileCV {
    display: none;
  }
  .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%;
  }
}
