* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter';
  font-size: 22px;
  color: black;
}


:root {


  /* Colors */
  --registerBTN: #FF5A00;
  --registerSTROKE: #23A6F0;
  --registerSTROKE: #23A6F0;
  --cardBTN: #23A6F0;
  --grey: #737373;
  --footerBG: #188bff32;

  /* slider */
  --primary: #9635ff;
  --white: #ffffff;
  --bg: #f5f5f5;
  /* border radiuses */
  --br-3xs: 10px;
  --br-mini: 15px;
  --br-4xs: 9px;
  --br-2xs: 11px;
  --br-61xl: 80px;
}

.active {
  font-weight: bold;
  text-decoration: underline;
}

.blue {
  color: #23A6F0;
  font-size: calc(0.3rem + 2.5vw);
  word-break: keep-all;
  line-break: strict;
  font-weight: 800;
}

.orange {
  color: #FF5A00;
  font-size: calc(0.3rem + 2.5vw);
  word-break: keep-all;
  line-break: strict;
  font-weight: 800;
}

header {
  margin: 0 calc(3vw + 1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin-top: min(5vw, calc(3vw + 1rem));
}

.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:1450px) {
  .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: 1vw;
  }
}


@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;
  }

  .nfooter {
    flex-direction: column;
    gap: 8vh;
    padding: 20px;
  }

  .box1,
  .box2,
  .box3 {
    width: 100%;
  }

  .s3-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }

  .s3-card {
    transform: scale(0.8);
  }

  .s4-title {
    width: auto;
  }

  .s4-logocard {
    flex-direction: column;
    height: auto;
  }

  .event {
    width: 95vw;
  }

  .event .para1 {
    color: white;
    text-justify: auto;
    font-size: 2.4rem;
    word-spacing: -3px;
    margin: 40px 10px;
  }

  .event .para2 {
    font-size: 2.4rem;
    margin: 40px 10px;
  }

}

.s4-icon-wrapper img {
  margin: 30px 20px;
  width: 20px;
}


@media (max-width:600px) {
  .s3-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5vw;
  }

  .s3-card {
    background-color: white;
    height: auto;
    width: 390px;
    margin-top: 0px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 6px 2px #00000041;
  }

  .placeholder {
    width: 390px;
    height: 280px;
    background-color: #909090;
  }

  .placeholder img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
  .event .para1 {
    color: white;
    text-justify: auto;
    font-size: 1.6rem;
    word-spacing: -3px;
}

.event .para2 {
    font-size: 1.6rem;
}
.para-point {
  word-spacing: -3px;
  text-justify: auto;
  font-size: 1.6rem;
}

.single-point1 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 40px 15px;

}

.single-point img {
  margin-top: 16px;
}

.single-point1 img {
  margin-top: 16px;
}
.single-point-last img {
  margin-top: 16px;
}

.single-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 40px 15px;

}
.single-point-last {
  text-justify: auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 40px 15px;

}
.event .tnc {
  font-size: 2.6rem;
}

}

@media (max-width:400px) {
  .s3-card {
    background-color: white;
    height: auto;
    width: 360px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 6px 2px #00000041;
  }

  .placeholder {
    width: 360px;
    height: 280px;
    background-color: #909090;
  }


  .placeholder img {
    width: 360px;
    height: 100%;
    object-fit: cover;
  }
}