*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

:root {
  --primary: #9635ff;
  --white: #ffffff;
  --bg: #f5f5f5;
}

html {
  font-size: 62.5%;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

@media (min-width: 1440px) {
  .container {

    zoom: 0.85;
    zoom: 1;
  }
}

/* @media (min-width: 1440px) {
  html {
    zoom: 1;
  }
} */

/* @media (min-width: 2560px) {
  html {
    zoom: 1.7;
  }
}

@media (min-width: 3860px) {
  html {
    zoom: 2.5;
  }
} */

/* ::-webkit-scrollbar {
  width: 1.3rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #797979;
  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #222224;
}

::-webkit-scrollbar-track {
  background: #f9f9f9;
} */

body {
  font-size: calc(1.4vw + 0.4rem);
  background: var(--bg);
}

.container {
  max-width: 150vw;
  /* max-width: 124rem; */
  padding: 0 1rem;
  margin: 0 auto;
  margin-top: 60px;
}

/* ----------------new slider style--------------- */
.section-1 {
  width: 91%;
  height: calc(10vh + 30vw);
  margin: 15px auto;
  padding-bottom: 3vw;
}

.section-1 .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 3vw;


}

.section-1 .swiper-container .swiper-slide {
  width: 100%;
}

.section-1 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;

}





/* main-=========================================== */

html {
  overflow-x: hidden;
}

body {
  width: 100vw;
  height: 100%;
  text-decoration: none;

  /* font-family: var(--font-poppins); */
  font-weight: 100;
  overflow-x: hidden;

}

.hero {
  margin-top: 0;
  background: url(./img/final/stars_bg1.png);
  background-size: cover;
  /* height: 128.7vh; */
  height: auto;
  background-repeat: no-repeat;
  width: 100%;
}


header {
  margin: 0 calc(3vw + 1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin-top: min(5vw, calc(3vw + 1rem));
}
pre{
  font-weight: 900;
}

.navbar ul {
  margin-top: calc(3vw + 1rem);
  font-size: calc(0.7vw + 0.4rem);
  color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 24px;
}

.navbar .menu,
.navList {
  display: none;
}


@media (max-width:1155px) {
  .navbar ul {
    display: none;
  }

  .navbar .menu {
    margin-top: calc(3vw + 1rem);
    display: flex;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
  }

  .line {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
  }

  .activeNavList {
    display: block;
    width: 86%;
    margin: 15px auto;
    text-align: center;
    background-color: #22222461;
    padding: 10px 0;
  }

  .activeNavList ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: small;
  }

  .activeNavList ul li a {
    color: white;
    padding: 4px 8px;
  }

}



.navbar ul li a {
  color: white;
  padding: 4px 8px;
}

/* section 2 */
.section-two {
  height: auto;
  width: 100%;
}

.section-two-wrapper {
  text-align: center;
}

.s2-text1 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 40px;
  margin-left: 80px;
  margin-right: 80px;
  opacity: 0.6;
  letter-spacing: -2px;
  font-weight: 900;
}

.s2-text2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;

}

.register-now {
  font-size: 24px;
  padding: 30px 100px 30px 100px;
  margin-bottom: 40px;
  cursor: pointer;

  border-radius: 30px;
  color: white;
  background-color: var(--registerBTN);
  border: var(--registerSTROKE) solid 2px;
  letter-spacing: -1px;
  font-weight: 600;
}

.register-now a {
  color: white;

}

.s2-heading {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -2px;
  font-weight: bold;

}

.s2-text3 {
  font-size: 30px;
  text-transform: capitalize;
  opacity: 0.6;
  letter-spacing: -2px;
  font-weight: 600;
  margin-bottom: 100px;
}

/* section3 */


.section-three {
  height: auto;
  width: 100%;

}

.s3-heading {
  font-size: 40px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  letter-spacing: -2px;
  font-weight: 600;

}

.s3-card-wrapper {
  display: flex;
  justify-content: space-evenly;
}

.s3-card {
  height: 480px;
  width: 490px;
  margin-bottom: 80px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.255);
}

.placeholder {
  width: 490px;
  height: 280px;
  background-color: rgb(144, 144, 144);
}

.card-details {
  margin-left: 18px;
  margin-right: 18px;
}

.card-details a {
  color: #222224;

}

.s3-card-heading {
  font-size: 20px;
  margin-top: 47px;
  margin-bottom: 12px;
}

.s3-card-para {
  font-size: 16px;
  color: #737373;
  margin-bottom: 12px;

}

.card-footer {
  display: flex;
  justify-content: space-between;
}

.email-btn {
  font-size: 14px;
  color: var(--cardBTN);
  background-color: white;
  border-radius: 500px;
  border: var(--cardBTN) solid 2px;
  padding: 8px 18px 8px 18px;
}

.icon-wrapper img {
  margin: 8px 8px 8px 8px;
}

/* <!-- section4 --> */
.section-four {
  background: url(./img/final/stars_bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  color: white;
}

.s4-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s4-top-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s4-title {
  background-color: #000000;
  font-weight: 800;
  margin: auto;
  padding: 80px 10px;
  font-size: calc(3vw + 1.1rem);
  color: white;
  text-align: center;

}



.s4-logocard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  width: 1100px;
  height: 370px;
  padding: 20px 60px 20px 60px;
  border-radius: 20px;
  margin-top: 60px;
  gap: 50px;
}

@media (max-width:1155px) {
  .s4-logocard {
    flex-direction: column;
    height: auto;
    width: 90vw;
  }
}


.s4-logocard img {
  width: 230px;

}

.contact-wrapper {
  width: 90vw;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}



.footerBG {
  background-color: var(--footerBG);
  text-align: center;
  width: 100%;
}

.contact-wrapper ul {
  margin-top: 40px;
  font-size: 1rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;

}

.contact-wrapper ul li a {

  color: white;
  padding: 4px 8px 4px 8px;


}

.numbers {
  font-size: 2rem;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 220px;

}

.s4-icon-wrapper img {
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

.copyright {
  font-size: 12px;
  margin-top: 30px;
}


.phone {
  font-size: 2rem;
  text-align: left;
}

.nfooter {
  background-color: var(--footerBG);
  width: 100%;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
}

.box1 , .box2 , .box3 {
  width: 30%;
}

.box1 h1 {
  font-size: 3rem;
}

.box1 p , .box2 p {
  margin-top: 20px;
  font-size: 2rem;
}

.box2 h1 {
  font-size: 3rem;
  text-transform: capitalize;
}

.box2-p {
  margin-top: 20px;
  font-size: 2rem;
}

.box2-p p {
  margin-top: 8px;
}

.box3 h1 {
  font-size: 3rem;
  text-transform: capitalize;
}

.box3-p {
  margin-top: 20px;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  gap: 8px;
}

.box3 .box3-p a {
  color: white;

}
.box3 .box3-p a:hover {
  color: white;
  text-decoration: underline;

}

.contact-head {
  margin-top: 80px;
}

.contact-head p {
  color: white;
  text-align: center;
}

.contact-head h1 {
  margin-top: 12px;
  color: white;
  text-align: center;

}