/* Basic Setup */
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition-duration: 0.5s !important;
}

ol,
ul {
  list-style: none;
}

del {
  text-decoration: line-through;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: rgb(51, 51, 51);
  overflow-x: hidden;
  min-width: 320px;
  transition-duration: 0.5s;
  animation-duration: 0.5s;
}

input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: rgb(51, 51, 51);
}

a:hover,
.submit:hover {
  opacity: 0.85;
}

.thumb {
  display: block;
}

.thumb img {
  display: block;
  width: 100%;
}

img {
  display: block;
  width: 100%;
}

p {
  line-height: 1.6em;
  font-size: 16px;
  font-family: Arial;
}

.hidden {
  display: none;
}

br.clear {
  clear: both;
  line-height: 0;
}

@font-face {
  font-family: neueemtana-bold;
  src: url("../assets/fonts/NeueMetana-Bold.otf") format("opentype");
}

@font-face {
  font-family: neueemtana-regular;
  src: url("../assets/fonts/NeueMetana-Regular.otf") format("opentype");
}

@font-face {
  font-family: Satoshi-bold;
  src: url("../assets/fonts/Satoshi-Bold.woff") format("woff");
}

@font-face {
  font-family: Satoshi-regular;
  src: url("../assets/fonts/Satoshi-Regular.woff") format("woff");
}

@font-face {
  font-family: Satoshi-medium;
  src: url("../assets/fonts/Satoshi-Medium.woff") format("woff");
}

.wrapper {
  width: 90%;
  margin: 0px auto;
  max-width: 1500px;
  animation-duration: 0.5s;
}

html {
  scroll-behavior: smooth;
}

/* End Basic Setup */

/* Header Section */
header {
  background: rgb(8, 9, 10);
  padding: 25px 0px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  z-index: 1030;
}

header .header-btn {
  display: flex;
  padding: 11px 19px;
  border-radius: 1px;
  background: #4f3795;
  color: rgb(243, 243, 243);
  font-family: Satoshi-regular;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  gap: 6px;
  white-space: nowrap;
  align-items: center;
  border-radius: 10px;
}

header .header-btn .icon {
  width: 15px;
}

header .header-btn .icon img {
  display: block;
  width: 100%;
}

.navbar-brand img {
  display: block;
  width: 100%;
  background: none;
}

/* End Header Section */

#spotlight {
  background: rgb(8, 9, 10);
  padding: 0px 0px;
  margin-top: -1px;
}

#spotlight .animation-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  height: 138vh;
  background: none;
  margin-left: -181px;
  transform: rotate(180deg);
}

#spotlight #animation-container svg {
  height: 40%;
  transform: translate3d(0px, 0px, 0px);
  width: 102% !important;
  margin-left: 21% !important;
  margin-top: -35% !important;
}

#spotlight .light {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-image: url("../assets/images/spotlight-blue.png");
  background-position: left center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 75%;
  height: 79vh;
  margin-top: -90px;
  margin-left: 150px;
}

#spotlight .main-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

#spotlight .main-content .row {
  display: flex;
  align-items: center;
}

#spotlight .main-content h1 {
  color: rgb(251, 251, 251);
  font-family: neueemtana-bold;
  font-size: 60px;
}

#spotlight .main-content span {
  color: #6bc37c;
  font-family: neueemtana-bold;
  font-style: normal;
  font-weight: 700;
  line-height: 93px;
}

#spotlight .main-content h2 {
  color: rgb(251, 251, 251);
  font-size: 20px;
}

#spotlight .main-content h2 span {
  color: rgb(255 109 116);
  font-family: neueemtana-bold;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}

#spotlight .main-content p {
  color: rgb(166, 166, 166);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" 0;
  font-family: Satoshi-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-top: 14px;
}

#spotlight .main-content .spotlight-img img {
  display: block;
  width: 100%;
}

#spotlight .left {
  width: 70%;
}

#spotlight .right {
  width: 30%;
}

#spotlight div#animation-container {
  position: absolute;
  width: 60%;
  left: 225px;
  top: 180px
}

#tools .light {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-image: url("../assets/images/spotlight-blue.png");
  background-position: left center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 75%;
  height: 79vh;
  margin-top: -206px;
  margin-left: 152px;
}

#whatsapp {
  padding: 0px 0px;
  background: rgb(8, 9, 10);
  margin-top: -1px;
}

#whatsapp .row .content {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-top: 65px;
  gap: 30px;
}

#whatsapp .row .content .message img {
  display: block;
  width: 100%;
}

#whatsapp .row .content .call img {
  display: block;
  width: 100%;
}

#whatsapp .whatsapp-button {
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  border-radius: 1px;
  background: rgb(243, 243, 243);
  color: rgb(0, 0, 0);
  font-family: Satoshi-regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  gap: 6px;
  white-space: nowrap;
  align-items: center;
  border-radius: 10px;
}

#whatsapp .whatsapp-button .icon {
  width: 24px;
}

#whatsapp .whatsapp-button .icon img {
  display: block;
  width: 100%;
}

#whatsapp .call-button {
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  color: rgb(243, 243, 243);
  font-family: Satoshi-regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  gap: 6px;
  white-space: nowrap;
  align-items: center;
  border-radius: 1px;
  border: 1px solid rgb(243, 243, 243);
  border-radius: 10px;
}

#whatsapp .call-button .icon {
  width: 24px;
}

#whatsapp .call-button .icon img {
  display: block;
  width: 100%;
}

#video {
  padding: 140px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(8, 9, 10);
  background-image: url("../assets/images/learn_background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#video .intro-video .vimeo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#video .intro-video .vimeo .thumb {
  width: 700px;
  border: 0.1px solid rgb(61, 180, 232);
}

#video .wrapper .intro-video .vimeo .video-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blink-button {
  position: absolute;
}

.video-button {
  width: 100px;
  height: 100px;
  background: rgba(169, 163, 163, 0.36);
  border-radius: 50%;
  border: none;
  animation: 4s linear 0s infinite normal none running pulse;
}

.video-button img {
}

@keyframes pulse {
  0% {
      box-shadow: rgba(241, 232, 231, 0.7) 0px 0px 0px 0px;
  }

  40% {
      box-shadow: rgba(255, 109, 74, 0) 0px 0px 0px 15px;
  }

  50% {
      box-shadow: rgba(255, 109, 74, 0) 0px 0px 0px 15px;
  }

  100% {
      box-shadow: rgba(255, 109, 74, 0) 0px 0px 0px 0px;
  }
}

#video .wrapper .intro-video .video-button {
}

#d-school {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../assets/images/wca_bg.png") center center / cover
          no-repeat,
      lightgray;
  padding: 310px 0px;
}

#d-school .wrapper {
  margin: 0px auto;
  display: grid;
  place-items: center;
}

#d-school .wrapper .d-school-image {
  width: 650px;
}

#d-school .wrapper .d-school-image img {
  width: 100%;
}

#design-program {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(8, 9, 10);
  padding: 120px 0px;
}

#design-program .wrapper .design-program-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 53%;
  margin: 0px auto;
}

#design-program .wrapper .design-program-content .text {
  line-height: 1;
}

#design-program .wrapper .design-program-content .text h1 {
  color: #4f3795;
  font-family: neueemtana-bold;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
}

#design-program .wrapper .design-program-content .text h2 {
  color: rgb(235, 243, 246);
  font-family: neueemtana-bold;
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

#design-program .wrapper .design-program-content .text h3 {
  color: rgb(134, 134, 134);
  font-family: Satoshi-regular;
  font-size: 31px;
  font-style: normal;
  white-space: nowrap;
}

#design-program .wrapper .design-program-content .border-image {
  width: 450px;
  position: absolute;
  left: -99px;
  top: -8px;
}

#design-program .wrapper .design-program-content .border-image img {
  width: 100%;
}

#design-program .wrapper .design-program-content .location {
  display: flex;
  gap: 10px;
  margin-top: 80px;
  align-items: center;
}

#design-program .wrapper .design-program-content .location .location-img {
  width: 30px;
}

#design-program .wrapper .design-program-content .location .location-img img {
  width: 100%;
}

#design-program .wrapper .design-program-content .location p {
  color: rgb(235, 243, 246);
  font-family: neueemtana-bold;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.48px;
}

#design-program .wrapper .design-program-content .location span {
  color: rgb(134, 134, 134);
  font-family: Satoshi-regular;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}

#this-foryou {
  background: 0% 0% / cover rgb(8, 9, 10);
  padding: 140px 0px 80px 0px;
  margin-top: -1px;
}

#this-foryou .wrapper {
}

#this-foryou .wrapper .heading {
}

#this-foryou .wrapper .heading h2 {
  color: rgb(235, 243, 246);
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 30px;
}

#this-foryou .wrapper .heading h2 span {
  color: #6bc37c;
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#this-foryou .wrapper .this-foryou-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

#this-foryou .wrapper .this-foryou-contents .card-grid {
  padding: 40px 20px;
  border: 1px solid var(--gradient1, #0f1418);
  background: linear-gradient(
      135deg,
      rgba(41, 226, 50, 0.1),
      rgba(255, 255, 255, 0)
  );
  width: 49%;
  position: relative;
}

#this-foryou .wrapper .this-foryou-contents .card-grid:hover {
  background: linear-gradient(
      135deg,
      rgba(41, 155, 226, 0.1),
      rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  box-shadow: rgba(0, 0, 0, 0.37) 0px 8px 32px 0px;
}

#this-foryou .wrapper .this-foryou-contents .card-grid:hover .content {
  color: #4f3795;
}

#this-foryou .wrapper .this-foryou-contents .card-grid .box {
  display: flex;
  width: 100px;
  padding: 14.767px;
  justify-content: center;
  align-items: center;
  gap: 14.767px;
  background: rgb(9, 13, 16);
  position: relative;
  left: 47.255px;
  top: -47.255px;
}

#this-foryou .wrapper .this-foryou-contents .card-grid .box .car-img {
}

#this-foryou .wrapper .this-foryou-contents .card-grid .box .car-img img {
}

#this-foryou .wrapper .this-foryou-contents .card-grid .star-img {
  position: absolute;
  top: 0px;
  right: 0px;
}

#this-foryou .wrapper .this-foryou-contents .card-grid .star-img img {
}

#this-foryou .wrapper .this-foryou-contents .card-grid .content {
  margin: 0px auto;
  width: 87%;
}

#this-foryou .wrapper .this-foryou-contents .card-grid .content h1 {
  color: rgb(238, 238, 238);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" 0;
  font-family: neueemtana-bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

#this-foryou .wrapper .this-foryou-contents .card-grid:hover h1 {
  color: #69c07b;
}

#this-foryou .wrapper .this-foryou-contents .card-grid .content p {
  color: rgb(166, 166, 166);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" 0;
  font-family: Satoshi-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-top: 14px;
}

#highlight .wrapper .row .content {
  position: relative;
}

#highlight .wrapper .row .content .thumb img {
}

#highlight .wrapper .row .content .thumb {
  position: absolute;
  top: 100px;
  width: 109px;
  left: 32%;
}

#counter {
  padding: 80px 0px;
  background: rgb(8, 9, 10);
}

#counter .row .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#counter .row .content .count .line {
  width: 1px;
  height: 110px;
  background-color: rgb(204, 204, 204);
  border-radius: 50%;
}

#counter .row .content .count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55%;
}

#counter .content h2 {
  color: rgb(251, 251, 251);
  text-align: center;
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}

#counter .content span {
  color: #6bc37c;
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}

/* #counter .content .count .number.right h3 {
  text-align: right;
} */

#counter .content .count .number h3 {
  color: rgb(238, 238, 238);
  text-align: left;
  font-family: neueemtana-bold;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

#counter .content .count .numbr,
#counter .content .count .number {
  display: flex;
  flex-direction: column;
}

#counter .content .count .number p {
  color: rgb(166, 166, 166);
  font-family: Satoshi-regular;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  white-space: nowrap;
}

#counter .content .count .numbr h3 {
  color: rgb(238, 238, 238);
  text-align: left;
  font-family: neueemtana-bold;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 57px;
}

#counter .content .count .numbr p {
  color: rgb(166, 166, 166);
  font-family: Satoshi-regular;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}

#highlight {
  padding: 80px 0px;
  background: #0a0a0a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#highlight .content h2 {
  color: #6bc37c;
  font-family: neueemtana-bold;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}

#highlight .content h2 img {
  width: auto;
}

#highlight .content span {
  font-family: neueemtana-bold;
  color: rgb(255, 255, 255);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#highlight .content .gallery {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

#highlight .content .gallery .left,
#highlight .content .gallery .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#highlight .content .gallery .left .left-img img {
  display: block;
  width: 100%;
}

#highlight .content .gallery .right .right-img img {
  display: block;
  width: 100%;
}

#tools {
  padding: 80px 0px;
  background: rgb(8, 9, 10);
}

/* #tools .content {
  margin-top: 10%;
} */

#tools .tool-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

#tools .tool-image img {
  display: block;
  width: 100%;
}

#tools .tool-image {
  width: 90%;
  margin: 0px auto;
}

#why-should {
  padding: 80px 0px;
  background: 0% 0% / cover rgb(8, 9, 10);
  margin-top: -1px;
}

#why-should .wrapper .heading h2 {
  color: rgb(235, 243, 246);
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  margin-bottom: 30px;
  text-align: left;
}

#why-should .wrapper .heading h2 span {
  color: #69c07b;
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#why-should .wrapper .why-should-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#why-should .wrapper .why-should-contents .card-grid {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 32px;
  flex-direction: column;
  gap: 14.767px;
  border: 1px solid var(--gradient1, #0f1418);
  background-color: #6bc37c;
  cursor: pointer;
  position: relative;
  transition-duration: 0.4s !important;
}

#why-should .wrapper .why-should-contents .card-grid:hover {
  background-color: rgb(0, 0, 0);
  cursor: pointer;
  transition-duration: 0.4s;
}

#why-should .wrapper .why-should-contents .card-grid-black {
  border: 1px solid var(--gradient1, #0f1418);
  background: rgb(8, 9, 10);
  cursor: pointer;
}

#why-should .wrapper .why-should-contents .card-grid .box {
  display: flex;
  width: 132.905px;
  height: 132.905px;
  padding: 14.767px;
  justify-content: center;
  align-items: center;
  gap: 14.767px;
  background: rgb(9, 13, 16);
  position: relative;
  left: 47.255px;
  top: -47.255px;
}

#why-should .wrapper .why-should-contents .card-grid .box .car-img {
}

#why-should .wrapper .why-should-contents .card-grid .box .car-img img {
}

#why-should .wrapper .why-should-contents .card-grid .star-img {
  top: 0px;
  right: 0px;
  position: absolute;
  width: 300px;
}

#why-should .wrapper .why-should-contents .card-grid .star-img img {
  display: block;
  width: 100%;
}

#why-should .wrapper .why-should-contents .card-grid .content {
  display: flex;
  padding: 54px 40px;
  flex-direction: column;
  gap: 14.767px;
}

#why-should .wrapper .why-should-contents .card-grid .content h1 {
  color: rgb(238, 238, 238);
  font-family: neueemtana-bold;
  font-size: 33px;
}

#why-should .wrapper .why-should-contents .card-grid-black .content h1 {
  color: rgb(61, 180, 231);
  font-feature-settings: "liga" 0;
  font-family: neueemtana-bold;
}

#why-should .wrapper .why-should-contents .card-grid:hover .content h1 {
  color: #69c07b;
}

#why-should .wrapper .why-should-contents .card-grid .content h1:hover {
  color: #69c07b;
}

#why-should .wrapper .why-should-contents .card-grid .content p {
  color: rgb(8, 9, 10);
  font-feature-settings: "liga" 0;
  font-family: Satoshi-regular;
  font-size: 20px;
  line-height: 28px;
}

#why-should .wrapper .why-should-contents .card-grid-black .content p {
  color: rgb(255, 255, 255);
  font-feature-settings: "liga" 0;
  font-family: Satoshi-regular;
}

#why-should .wrapper .why-should-contents .card-grid:hover .content p {
  color: rgb(255, 255, 255);
}

#become-top {
  padding: 80px 0px 240px;
  background: rgb(8, 9, 10);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
}

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

#become-top .content .heading h2 {
  color: rgb(251, 251, 251);
  text-align: center;
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}

#become-top .content .heading h2 span {
  color: #69c07b;
  text-align: center;
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}

/* #become-top .content h3 {
  color: rgb(235, 243, 246);
  font-family: neueemtana-bold;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  white-space: nowrap;
  margin-bottom: 70px;
} */

#become-top .content .details {
  display: flex;
  gap: 80px;
}

#become-top .content .details .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: flex-start;
  margin-right: 150px; */
  position: relative;
}

#become-top .content .details .items h2 {
  color: rgb(235, 243, 246);
  font-family: neueemtana-bold;
  font-size: 24px;
  font-weight: 900;
}

#become-top .content .details .items h2 span {
  color: #6bc37c;
  font-family: neueemtana-bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

#become-top .content .details .items p {
  color: rgb(166, 166, 166);
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: "liga" 0;
    font-family: Satoshi-regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-top: 14px;
}

#become-top .content .details .items .image {
  position: absolute;
  top: 70px;
  left: -64px;
}

#become-top .content .details .items .image img {
  display: block;
  width: 100%;
}

#become-top .content .details .items .image {
  width: 300px;
}

/* General */
#placement {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  color: #1a1a1a;
  text-align: center;
}

.header-box {
  border: 1px solid #636363;
  padding: 20px 0px 20px 0px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 70%;
  margin: 0 auto;
}

/* Header Box */
.header-box h2 {
  font-family: neueemtana-bold;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  color: #d43636;
}

.header-box .title {
  text-align: left;
}

.header-box .title h3 {
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
}

.header-box .title p {
  line-height: normal;
}

.red-text {
  color: #e20613;
  font-size: 3rem;
}

.subtext {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 500;
  color: #444;
}

/* Description */
.description {
  font-size: 1.2rem;
  margin: 30px 0 25px;
  line-height: 1.6;
}

/* Points Box */
.points-box {
  background-color: #4b2aad;
  color: white;
  padding: 25px 30px;
  margin: 0 auto 30px;
  border-radius: 12px;
  max-width: 680px;
  text-align: left;
}

.points-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.points-box li {
  margin: 12px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 200;
}

/* Note */
.note {
  font-size: 1.2rem;
  margin: 20px 0;
}

/* System Box */
.system-box {
  margin: 20px auto;
  max-width: 680px;
}

.system-box p {
  font-size: 1.2rem;
}

.system-box .flow {
  font-family: neueemtana-bold;
  font-weight: bold;
  color: #222;
  margin: 20px 0px;
}

/* Final Box */
.final-box {
  background-color: #3a2c96;
  padding: 20px 30px;
  border-radius: 10px;
  margin-top: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.final-box p {
  font-size: 1.2rem;
  color: #fff;
}

#discover {
  background: rgb(8, 9, 10);
  padding: 100px 0px;
}

#discover .wrapper .heading h1 {
  color: rgb(235, 243, 246);
  text-align: center;
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  margin-bottom: 71px;
}

#discover .wrapper .heading span {
  color: #4f3795;
}

#discover .wrapper .slider {
  padding-top: 20px;
}

#discover .wrapper .slider .items {
  padding: 0px 12px;
}

#discover .wrapper .slider .items .image {
  width: 430px;
}

#discover .wrapper .slider .items .image img {
  width: 100%;
}

.slick-slider {
}

.slick-slider button {
  position: absolute;
  top: 32%;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 35px;
  background-color: orange;
  color: white;
  z-index: 99;
}

.slick-slider .slick-prev {
  left: -30px;
  font-size: 0px;
  display: none;
}

.slick-slider .slick-prev::before {
  content: "<";
  line-height: 1;
  font-size: 25px;
}

.slick-slider .slick-next {
  right: -30px;
  font-size: 0px;
  display: none;
}

.slick-slider .slick-next::after {
  content: ">";
  line-height: 1;
  font-size: 25px;
}

.slick-dots {
  text-align: center;
  display: none;
}

.slick-dots li {
  display: inline-block;
  padding: 1px;
  background-color: rgb(204, 204, 204);
  margin: 10px 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.slick-dots button {
  display: none;
}

.slick-dots li.slick-active {
  background: rgb(255, 193, 7);
}

.slick-slide {
  padding: 40px 0px;
  position: relative;
  opacity: 0.5;
  transition: all 900ms ease 0s;
  margin-right: 10px;
  height: auto !important;
}

.slick-current {
  opacity: 1;
  transform: scale(1.2);
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slick-slide .xyz {
  opacity: 0;
}

.slick-current .xyz {
  opacity: 1;
}

a {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  color: rgb(255, 255, 255);
  background-color: transparent;
  transition: all 0.4s ease 0s;
  border-radius: 5px;
  text-decoration: none !important;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: none !important;
}

.slick-dots {
  display: none !important;
}

.slider {
  display: flex;
  flex-direction: row;
}

.slider .items .image {
  display: flex;
  width: 404px;
  height: 300px;
}

.slider .items .image img {
  width: 100%;
}

#faq {
  padding: 80px 0px;
  background: rgb(8, 9, 10);
}

#faq .content h2 {
  color: rgb(235, 243, 246);
  text-align: center;
  font-family: neueemtana-regular;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}

#faq .content h2 span {
  text-align: center;
  font-family: neueemtana-regular;
  color: #69c07b;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
}

.faq-container {
  margin: 0px auto;
  width: 87%;
}

.faq-item {
  border-bottom: 0.5px solid rgb(71, 70, 70);
  padding: 24px 0px;
}

.faq-question {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  color: rgb(246, 248, 248);
  font-family: Satoshi-regular;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.faq-question.active {
  color: #69c07b;
}

.faq-answer {
  display: none;
  padding: 10px;
  color: rgb(159, 166, 169);
  font-family: Neue Metana;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.arrow {
  transition: transform 0.5s ease 0s;
}

.open {
  transform: rotate(180deg);
  transition-duration: 0.5s;
}

#top-clients {
  background-color: #000;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.client-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
}

.client-heading h2 {
  font-size: 32px;
  font-weight: 600;
  font-family:neueemtana-regular;
  margin-bottom: 40px;
}

.client-heading span {
  color: #6fcf97;
}

.divider-line {
  height: 1px;
  background-color: #444;
  margin: 30px 0;
}

.client-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.client-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

.client-item img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.client-item img:hover {
  transform: scale(1.1);
}

/* Responsive Styling */
@media (max-width: 1024px) {
  .client-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-item {
    flex: 0 0 33.33%;
    margin-bottom: 20px;
  }

  .divider-line {
    display: none;
  }
}

@media (max-width: 768px) {
  .client-item {
    flex: 0 0 50%;
  }

  .client-heading h2 {
    font-size: 24px;
  }

  .client-item img {
    max-height: 50px;
  }

  .divider-line {
    display: none;
  }
}

@media (max-width: 480px) {
  .client-item {
    flex: 0 0 100%;
  }

  .divider-line {
    display: none;
  }
}




#register {
  padding: 80px 0px;
  background: rgb(8, 9, 10);
  margin-top: -1px;
}

#register .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#register .content {
  text-decoration: none;
}

#register .content h2 {
  color: rgb(251, 251, 251);
  text-align: center;
  font-family: neueemtana-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}

#register .content span {
  color: #69c07b;
  text-align: center;
  font-family: neueemtana-bold;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
}

#register .content p {
  color: rgb(166, 166, 166);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" 0;
  font-family: Satoshi-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

#register .content p span {
  color: #69c07b;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" 0;
  font-family: Satoshi-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

#register .content .details {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
  background: white;
  width: 80%;
}

#register .content .details .form-logo {
  margin-bottom: 30px;
  width: 150px;
}

#register .content .details .form-text {
  margin-left: 30px;
  width: 720px;
  padding: 20px;
}

#register .content .details .cover {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 20px;
  padding: 10.966px 20px;
  border: 1px solid rgb(211, 211, 211);
  background: rgb(255, 255, 255);
}

#register .content .details .cover-button {
  display: flex;
  justify-content: flex-end;
  width: 92%;
}

#register .content .details .cover-button .apply-now-btn {
  background-color: #4f3795;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease;
}

#register .content .details .cover-button .whatsapp-button {
  background-color: #25D366;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease;
}

#register .content .details .cover-button .apply-now-btn:hover,
#register .content .details .cover-button .whatsapp-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

#location {
  background: rgb(8, 9, 10);
  padding: 30px 0px;
  margin-top: -1px;
}

#location .location-image a {
  width: 100%;
}

#location .location-image a img {
  display: block;
  width: 100%;
}

footer {
  padding: 1px 0px;
  margin-top: -1px;
  background: rgb(8, 9, 10);
}

footer .content .footer-line {
  margin-bottom: 30px;
  margin-top: 40px;
}

footer .content .footer-logo {
  color: rgb(116, 116, 116);
  font-family: neueemtana-bold;
  font-style: normal;
  font-weight: 700;
}

footer .content .copy p {
  color: rgb(116, 116, 116);
  font-size: 11px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 30px;
}

footer .content .copy p a {
  color: rgb(116, 116, 116);
  font-size: 13px;
  font-style: normal;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
}

footer .content .footer-img {
  /* padding-top: 50px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

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

footer .content .details {
  width: 80%;
  margin: 0px auto;
}

footer .content .details .social img {
}

footer .content .details p {
  color: rgb(116, 116, 116);
  font-family: Satoshi-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

footer .content .details .items .address p {
  color: rgb(116, 116, 116);
  font-family: Satoshi-regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
}

footer .content .details .items h4 {
  color: rgb(197, 197, 197);
  font-family: Satoshi-regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer .content .details .items .contact ul li a {
  text-decoration: none;
  color: rgb(116, 116, 116);
  font-family: Satoshi-regular;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  white-space: nowrap;
}

footer .content .details .items .social ul {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 40px;
}

footer .content .details .items .social ul li a {
  text-decoration: none;
  color: rgb(116, 116, 116);
  font-family: Satoshi-regular;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

footer .content .details .items .social ul li a img {
  margin-right: 10px;
}

.footer-line img {
  display: block;
  width: 100%;
}

.page-up-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  background-color: rgb(8, 9, 10);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  width: 64px;
  height: 64px;
  padding: 10px 16px;
  z-index: 2;
}

.popup-trigger {
  padding: 10px 20px;
  color: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
}

#profile .content h2 div.first_word {
  line-height: 55px;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.popup-content {
  position: absolute;
  width: 35%;
  height: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  display: flex;
}

.popup-close {
  position: absolute;
  top: -34px;
  right: -30px;
  font-size: 45px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

#profile {
  background: rgb(8, 9, 10);
  padding: 140px 0px 0px 70px;
  margin-top: -1px;
}

#profile .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

#profile .content h2 {
  color: rgb(235, 243, 246);
  font-family: neueemtana-bold;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

#profile .content span {
  color: #4f3795;
  font-family: neueemtana-bold;
}

#profile .content .mentor h4 {
  color: rgb(235, 243, 246);
  font-family: neueemtana-bold;
  font-size: 35px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" 0;
}

#profile .content .mentor h6 {
  color: #4f3795;
  text-align: center;
  font-family: Satoshi-regular;
  font-weight: 400;
  font-size: 20px;
  margin-top: 8px;
  white-space: nowrap;
}

#profile .content .mentor h6 span {
  color: #4f3795;
  font-family: Satoshi-regular;
  font-weight: 700;
}

#profile .content .mentor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#profile .content .mentor .image {
  margin-bottom: 40px;
}

#profile .content.guest {
  margin-top: 70px;
}

#profile .content .guest h3 {
  margin-top: 80px;
}

#profile .content .guest h3 {
  color: rgb(235, 243, 246);
  font-family: neueemtana-regular;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 96px;
}

#profile .content .guest span {
  color: #4f3795;
}

#profile .profile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

#profile .profile {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 30%;
}

#profile .profile .details h5 {
  color: rgb(235, 243, 246);
  font-family: neueemtana-regular;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

#profile .profile .details p {
  color: #4f3795;
  font-family: Satoshi-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}

#profile .profile .details p span {
  color: #4f3795;
  font-weight: 700;
}

.round-image {
  width: 119px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgb(51, 51, 51);
}

.round-image img {
  width: 100%;
  height: 100%;
}

.quick_call a small {
  margin-left: 10px;
}

.quick_call:hover {
  transform: translateY(-7px);
  width: 190px;
  border-radius: 50px;
  box-shadow: 0px 15px 20px #25d36640;
}

.quick_call a i {
  font-size: 24px;
  text-shadow: 0px 15px 20px #25d3662e;
}

.quick_call a i,
.quick_call a small {
  display: inline-block;
  vertical-align: middle;
}

.quick_call a {
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.5px;
  display: block;
}

.quick_call {
  position: fixed;
  z-index: 999;
  bottom: 70px;
  left: 30px;
  width: 50px;
  height: 50px;
  background: #25D366;
  white-space: nowrap;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  padding-left: 17px;
  box-shadow: 0px 15px 20px #25d3662e;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  -moz-animation: bounce 3s infinite;
  -o-animation: bounce 3s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-30px);
  }
  60% {
      transform: translateY(-15px);
  }
}

/* Responsive max-width 1440px */
@media screen and (max-width: 1440px) {
  #spotlight .main-content h1 {
      font-size: 60px;
  }
  #whatsapp .row .content {
      padding-top: 30px;
  }
  #design-program .wrapper .design-program-content .text h3 {
      font-size: 22px;
  }
  #design-program .wrapper .design-program-content .text h2 {
      font-size: 42px;
  }
  #design-program .wrapper .design-program-content .text h1 {
      font-size: 80px;
  }
  #design-program .wrapper .design-program-content .border-image {
      top: -36px;
  }
  #counter .row .content .count {
      width: 60%;
  }
  #highlight .wrapper .row .content .thumb {
      left: 27%;
  }
  #profile .profile .details p {
      font-size: 14px;
  }
  #profile .profile .details h5 {
      font-size: 17px;
  }
  .header-box {
    width: 80%;
  }
}

/* Responsive max-width 1280px */
@media screen and (max-width: 1280px) {
  #spotlight .main-content h1 {
      font-size: 50px;
  }
  #whatsapp .row .content {
      padding-top: 20px;
  }
  #design-program {
      padding: 40px 0px;
      margin-top: -1px;
  }
  #this-foryou .wrapper .this-foryou-contents .card-grid {
      width: 48%;
  }
  #counter .row .content .count {
      width: 70%;
  }
  #highlight .wrapper .row .content .thumb {
      left: 40%;
  }
  #highlight .content h2 {
      font-size: 60px;
  }
  #highlight .content .gallery .left,
  #highlight .content .gallery .right {
      width: 40%;
  }
  #highlight .content .gallery {
      justify-content: space-evenly;
      gap: 20px;
  }
  #tools .tool-image {
      width: 100%;
  }
  #tools .tool-image img {
      margin-bottom: 0;
      padding-bottom: 20px;
  }
  #tools .content {
      margin-top: 0%;
      padding: 30px 0;
  }
  #why-should .wrapper .heading h2,
  #why-should .wrapper .heading h2 span {
      font-size: 40px;
  }
  #why-should .wrapper .why-should-contents .card-grid .content h1,
  #why-should .wrapper .why-should-contents .card-grid .content h1 {
      font-size: 20px;
  }
  #why-should .wrapper .why-should-contents .card-grid .content {
      display: flex;
      padding: 30px 30px;
  }
  #become-top .content .heading h2, #become-top .content .heading h2 span {
    font-size: 40px;
  }
  #profile .profile {
      width: 22%;
      flex-direction: column;
  }
  #become-top .content h4,
  #become-top .content span {
      font-size: 40px;
  }
  #become-top .content h3 {
      font-size: 50px;
  }
  /* #become-top .content .details .items {
      width: 16%;
  } */
  #become-top .content .details .items h2,
  #become-top .content .details .items h2 span {
      font-size: 20px;
  }
  #become-top .content .details .items .image {
      top: 100px;
      left: -54px;
      width: 240px;
  }
  #discover .wrapper .heading h1 {
      font-size: 45px;
  }
  .form-image {
      width: 100%;
  }
  #register .content .details .cover-button {
      width: unset;
  }
  #faq .content h2 {
      font-size: 50px;
      line-height: 1.3;
  }
  #faq .content h2 span {
      font-size: 50px;
  }
  footer .content .details {
      width: 100%;
  }
  .header-box .title h3 {
    font-size: 40px;
  }
  .header-box h2 {
    font-size: 80px;
  }
  .points-box li {
    font-size: 1.2rem;
  }
}

/* Responsive max-width 1080px */
@media screen and (max-width: 1080px) {
  #spotlight .main-content h1,
  #spotlight .main-content span {
      font-size: 50px;
      line-height: 1.5;
  }
  #whatsapp .whatsapp-button,
  #whatsapp .call-button {
      padding: 6px 22px;
      font-size: 17px;
  }
  #video .intro-video .vimeo .thumb {
      width: 600px;
  }
  #d-school .wrapper .d-school-image {
      width: 500px;
  }
  #d-school {
      padding: 100px 0;
      margin-top: -1px;
  }
  #design-program .wrapper .design-program-content .text h1 {
      font-size: 60px;
  }
  #design-program .wrapper .design-program-content .text h2 {
      font-size: 35px;
  }
  #design-program .wrapper .design-program-content .text h3 {
      font-size: 18px;
  }
  #design-program .wrapper .design-program-content .border-image {
      top: -76px;
  }
  #design-program .wrapper .design-program-content .location {
      margin-top: 45px;
  }
  #design-program .wrapper .design-program-content .location .location-img {
      width: 25px;
  }
  #design-program .wrapper .design-program-content .location p,
  #counter .content .count .number h3 {
      font-size: 20px;
  }
  #design-program .wrapper .design-program-content .location span {
      font-size: 25px;
  }
  #this-foryou .wrapper .heading h2,
  #this-foryou .wrapper .heading h2 span {
      font-size: 40px;
      white-space: normal;
      word-wrap: break-word;
      overflow-wrap: break-word;
  }
  #this-foryou .wrapper .heading h2 {
      margin-bottom: 30px;
  }
  #this-foryou .wrapper .this-foryou-contents .card-grid .content h1 {
      font-size: 20px;
  }
  #counter .content h2,
  #counter .content span {
      font-size: 40px;
  }
  #counter .content .count .number p {
    font-size: 20px;
    line-height: normal;
  }
  #counter .row .content .count {
      width: 60%;
  }
  #register .content h2 {
    font-size: 40px;
  }
  #profile .content h2 {
      font-size: 60px;
  }
  #profile .content .guest h3 {
      font-size: 40px;
  }
  #register .content .details .form-text {
      width: 85%;
  }
  #faq .content h2 {
    font-size: 40px;
  }
  #highlight .wrapper .row .content .thumb {
    display: none;
  } 
  #profile .profile .details p {
    font-size: 14px;
    text-align: center;
  }
}

/* Responsive max-width 980px */
@media screen and (max-width: 980px) {
  #spotlight .main-content h1,
  #spotlight .main-content span {
      font-size: 40px;
  }
  #this-foryou {
    padding: 80px 0px 40px 0px;
  }
  #this-foryou .wrapper .heading h2 {
    font-size: 30px;
  }
  #this-foryou .wrapper .heading h2 span {
    font-size: 30px;
  }

  #this-foryou .wrapper .this-foryou-contents .card-grid .content h1 {
    font-size: 20px;
  }

  #video {
      padding: 90px 0px;
  }
  #d-school .wrapper .d-school-image {
      width: 415px;
  }
  #counter {
    padding: 40px 0px;
  }
  #counter .content h2, #counter .content span {
    font-size: 30px;
  }
  #counter .row .content .count {
    width: 75%;
  }

  #why-should .wrapper .why-should-contents .card-grid .content p {
    font-size: 18px;
  }
  
  #highlight {
    padding: 40px 0px;
  }
  #become-top .content .details .items
  #highlight .content h2 {
    font-size: 40px;
  }

  #highlight .content span {
    font-size: 50px;
  }

  #tools {
    padding: 40px 0px;
  }

  #why-should {
    padding: 40px 0px;
  }

  #why-should .wrapper .heading h2, #why-should .wrapper .heading h2 span {
    font-size: 30px;
  }

  footer .content .details .items {
      justify-content: space-evenly;
      flex-wrap: wrap;
      gap: 50px;
  }
  .form-image {
      display: none;
  }
  #faq .content h2,
  #faq .content h2 span {
      font-size: 45px;
  }
  #faq .content h2 {
      margin-bottom: 30px;
  }
  .faq-question {
      font-size: 24px;
  }
  .faq-item {
      padding: 10px 0px;
  }

  #become-top {
    padding: 40px 0px 80px 0px;
  }

  #become-top .content .heading h2, #become-top .content .heading h2 span {
    font-size: 30px;
  }

  #become-top .content .details {
      flex-direction: column;
      gap: 95px;
  }
  #become-top .content .details {
      gap: 80px;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
  }
  #become-top .content .details .items {
      margin-right: 0px;
      width: 40%;
  }

  #become-top .content .details .items .image {
    top: 80px;
  }
  #discover .wrapper .heading h1,
  #register .content a h2,
  #register .content span {
      font-size: 40px;
  }
  #register .content .details .cover-button .button {
      padding: 8px 21px;
  }
  #register .content .details .cover-button .button-click {
      font-size: 18px;
  }
  #faq {
      padding: 30px 0px;
      margin-top: -1px;
  }
  footer .content .details .items h4 {
      margin-bottom: 15px;
      font-size: 18px;
  }
  .header-box .title h3 {
    font-size: 30px;
  }
  .header-box h2 {
    font-size: 70px;
  }
}

/* Responsive max-width 820px */
@media screen and (max-width: 820px){
  #spotlight .main-content h1, #spotlight .main-content span {
    font-size: 30px;
  }
  #this-foryou {
    padding: 40px 0px 40px 0px;
  }
  #this-foryou .wrapper .heading h2, #this-foryou .wrapper .heading h2 span {
    font-size: 24px;
  }
  #this-foryou .wrapper .this-foryou-contents .card-grid .content h1 {
    font-size: 18px;
  }
  #counter {
    padding: 20px 0px;
  }
  #counter .content h2, #counter .content span {
    font-size: 24px;
  }
  
  #highlight {
    padding: 20px 0px;
  }

  #highlight .content h2 {
    font-size: 30px;
  }

  #highlight .content span {
    font-size: 40px;
  }

  #tools {
    padding: 20px 0px;
  }

  #why-should {
    padding: 20px 0px;
  }

  #why-should .wrapper .heading h2, #why-should .wrapper .heading h2 span {
    font-size: 24px;
  }

  #why-should .wrapper .why-should-contents .card-grid .content h1, #why-should .wrapper .why-should-contents .card-grid .content h1 {
    font-size: 18px;
  }

  #become-top {
    padding: 20px 0px 80px 0px;
  }

  #become-top .content .heading h2, #become-top .content .heading h2 span {
    font-size: 24px;
  }

  #become-top .content .details .items h2, #become-top .content .details .items h2 span {
    font-size: 18px;
  }

  #become-top .content .details .items p {
    padding-top: 5px;
  }

  #become-top .content .details .items .image {
    top: 65px;
  }

  .header-box .title h3 {
    font-size: 24px;
  }

  .header-box h2 {
    font-size: 60px;
  }

  #register .content h2, #register .content span {
    font-size: 30px;
  }
  
  #faq .content h2, #faq .content h2 span {
    font-size: 24px;
  }

  .faq-question {
    font-size: 18px;
  }

  #design-program .wrapper .design-program-content .location p, #counter .content .count .number h3 {
    font-size: 18px;
  }

  #counter .row .content .count {
    width: 80%;
  }
  #spotlight .light {
   display: none;
}
}

/* Responsive max-width 820px */
@media screen and (max-width: 768px) {
  #spotlight .main-content h1,
  #spotlight .main-content span {
      font-size: 24px;
  }
  #spotlight .main-content p {
    font-size: 17px;
  }
  #whatsapp .whatsapp-button,
  #whatsapp .call-button {
      font-size: 14px;
  }

  #video {
      height: unset;
      padding: 90px 0;
      margin-top: -1px;
  }
  #video .intro-video .vimeo .thumb {
      width: 400px;
  }
  /* .video-button {
      width: 80px;
  } */
  .video-button {
      width: 80px;
      height: 80px;
      
  }
  #d-school .wrapper .d-school-image {
      width: 361px;
  }
  #design-program .wrapper .design-program-content .text h1 {
      font-size: 40px;
  }
  #design-program .wrapper .design-program-content .text h2 {
      font-size: 22px;
  }
  #design-program .wrapper .design-program-content .text h3 {
      font-size: 10px;
  }
  #design-program .wrapper .design-program-content .border-image {
      width: 200px;
      top: -5px;
      left: -50px;
  }
  #design-program .wrapper .design-program-content .location .location-img {
      width: 18px;
  }
  #design-program .wrapper .design-program-content .location p,
  #counter .content .count .number h3 {
      font-size: 22px;
  }
  #design-program .wrapper .design-program-content .location span {
      font-size: 18px;
  }
  #this-foryou .wrapper .heading h2 {
      margin-bottom: 46px;
  }
  #this-foryou .wrapper .heading h2,
  #this-foryou .wrapper .heading h2 span {
      font-size: 20px;
      margin-bottom: 20px;
  }

  #this-foryou .wrapper .this-foryou-contents .card-grid .content p {
    font-size: 17px;
  }

  #this-foryou .wrapper .this-foryou-contents .card-grid {
      width: 100%;
  }

  #this-foryou .wrapper .this-foryou-contents {
      justify-content: center;
  }
  #this-foryou .wrapper .this-foryou-contents .card-grid .content h1 {
      font-size: 17px;
  }
  /* #counter {
      padding: 50px 0px 65px;
  } */
  #counter .content h2,
  #counter .content span {
      font-size: 20px;
      margin-bottom: 20px;
  }
  #counter .row .content .count {
      width: 93%;
      justify-content: space-evenly;
  }
  #counter .content .count .number.right h3,
  #counter .content .count .number h3 {
      line-height: unset;
      font-size: 17px;
  }
  #counter .content .count .number p {
    font-size: 17px;
  }
  #highlight .wrapper .row .content .thumb {
      display: none;
  }
  #highlight .content h2 {
      font-size: 30px;
      margin-bottom: 20px;
  }
  #highlight {
      padding: 50px 0px;
  }
  #highlight .content span {
      font-size: 50px;
  }
  #why-should .wrapper .heading h2,
  #why-should .wrapper .heading h2 span {
      font-size: 20px;
      margin-bottom: 20px;
  }
  /* #why-should .wrapper .why-should-contents {
      justify-content: center;
  } */
  #why-should .wrapper .why-should-contents .card-grid {
      width: 100%;
      flex: unset;
  }
  #why-should .wrapper .why-should-contents .card-grid .content h1,
  #why-should .wrapper .why-should-contents .card-grid .content h1 {
      font-size: 17px;
  }
  #why-should .wrapper .why-should-contents .card-grid .content p {
      font-size: 17px;
  }
  #profile {
      padding: 50px 0px 0px 0px;
  }
  #profile .content h2 {
      font-size: 45px;
  }
  #profile .content .mentor .image {
      width: 200px;
  }
  #profile .content .guest h3 {
      font-size: 35px;
      margin-bottom: 50px;
      margin-top: 50px;
  }
  #become-top .content .heading h2, #become-top .content .heading h2 span {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #become-top .content h3 {
      font-size: 40px;
  }
  #become-top .content .details .items h2,
  #become-top .content .details .items h2 span {
      font-size: 17px;
  }
  #become-top .content .details .items p {
    font-size: 17px;
  }

  #become-top .content .details .items .image {
    top: 100px;
  }

  #placement .header-box .title h3 {
    font-size: 20px;
  }

  #placement .header-box .title p {
    font-size: 14px;
  }

  #placement .description {
    font-size: 17px;
  }

  #placement .points-box li {
    font-size: 1rem;
  }

  #placement .note {
    font-size: 1rem;
  }

  #placement .system-box p {
    font-size: 1rem;
  }

  #placement .final-box {
    margin-top: -30px;
  }

  .header-box h1 {
    font-size: 2rem;
    flex-direction: column;
  }

  .red-text {
    font-size: 2.5rem;
  }

  .description br.desktop-only {
    display: none;
  }

  .points-box,
  .final-box,
  .system-box {
    padding: 20px;
  }


  #register {
    padding: 40px 0px;
  }

  #register .content h2, #register .content span {
      font-size: 20px;
      margin-bottom: 20px;
  }

  #register .content .details .cover-button .apply-now-btn,
  #register .content .details .cover-button .whatsapp-button {
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  #register .content .details .cover-button {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #faq {
    padding: 20px 0px;
  }

  #faq .content h2, #faq .content h2 span {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .faq-question {
      font-size: 18px;
  }
  .popup-content {
    position: absolute;
    width: 72%;
    height: 344px;
  }
  #profile .profile .details h5 {
    font-size: 14px;
    text-align: center;
  }
}

/* Responsive max-width 640px */
@media screen and (max-width: 640px) {
  /* Header Section Responsive max-width 640px */
  a.navbar-brand {
      width: 125px;
  }
  a.header-btn {
      padding: 6px 10px;
      font-size: 16px;
  }
  /* End Header Section Responsive */
  #spotlight {
    padding: 20px 0px;
  }
  #spotlight .main-content h1,
  #spotlight .main-content span {
      font-size: 20px;
  }
  #spotlight .main-content h2, #spotlight .main-content h2 span {
    font-size: 14px;
    padding-top: 3px;
  }
  #spotlight .main-content p {
    font-size: 14px;
  }
  #whatsapp .whatsapp-button,
  #whatsapp .call-button {
    padding: 10px 14px;
  }
  #whatsapp .whatsapp-button .icon,
  #whatsapp .call-button .icon {
      width: 18px;
  }
  #video .intro-video .vimeo .thumb {
      width: 320px;
  }
  #d-school .wrapper .d-school-image {
      width: 255px;
  }
 
  #design-program .wrapper .design-program-content .text h1 {
      font-size: 30px;
  }
  #design-program .wrapper .design-program-content .text h2 {
      font-size: 20px;
  }
  /* #design-program .wrapper .design-program-content .location {
      margin-top: 0;
  } */
  #this-foryou .wrapper .heading h2,
  #this-foryou .wrapper .heading h2 span {
      font-size: 18px;
  }
  #this-foryou .wrapper .heading h2 {
      margin-bottom: 35px;
  }
  #this-foryou .wrapper .this-foryou-contents .card-grid .content h1 {
    font-size: 14px;
  }
  #this-foryou .wrapper .this-foryou-contents .card-grid .content p {
      font-size: 14px;
  }
  #counter .content h2,
  #counter .content span {
      font-size: 18px;
      margin-bottom: 20px;
  }
  #counter .row .content .count {
      width: 50%;
      flex-wrap: wrap;
  }
  #counter .row .content .count .line {
      display: none;
  }
  #counter .row .content .count .right {
      align-items: center;
  }
  #counter .row .content .count {
      gap: 25px;
  }
  #counter .row .content .count .number {
    width: 100%;
    text-align: center;
    border: 1px solid #acacac;
    padding: 20px;
    border-radius: 10px;
  }

  #counter .content .count .numbr, #counter .content .count .number {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  #counter .content .count .number.right h3, #counter .content .count .number h3 {
    font-size: 14px;
  }

  #counter .content .count .number p {
    font-size: 14px;
  }

  #highlight .content h2 {
      font-size: 20px;
  }

  #highlight .content span {
    font-size: 30px;
  }

  #highlight .content .gallery .left,
  #highlight .content .gallery .right {
      width: 33%;
  }
  #tools .content {
      padding: 10px 0;
  }
  #why-should .wrapper .heading h2,
  #why-should .wrapper .heading h2 span {
      font-size: 18px;
      margin-bottom: 20px;
  }
  #why-should .wrapper .why-should-contents .card-grid .content h1,
  #why-should .wrapper .why-should-contents .card-grid .content h1 {
      font-size: 14px;
  }
  #why-should .wrapper .why-should-contents .card-grid .content p {
      font-size: 14px;
      line-height: normal;
  }
  #profile .content h2 {
      font-size: 35px;
  }
  #profile .content .mentor h4 {
      font-size: 30px;
  }
  #profile .content .mentor h6 {
      font-size: 16px;
  }
  #profile .content .guest h3 {
      margin-bottom: 35px;
      margin-top: 35px;
  }
  #profile .profile {
      width: 35%;
      gap: 10px;
  }
  #profile .profile .details h5 {
      font-size: 16px;
  }
  .round-image {
      width: 100px;
  }
  #become-top .content h4,
  #become-top .content span {
      font-size: 30px;
  }
  #become-top .content h3 {
      font-size: 30px;
  }
  #become-top .content .details .items {
      width: 40%;
  }
  #become-top {
      padding: 20px 0px 60px 0px;
  }

  #become-top .content .heading h2, #become-top .content .heading h2 span {
    font-size: 18px;
  }

  #become-top .content .details .items h2, #become-top .content .details .items h2 span {
    font-size: 14px;
  }

  #become-top .content .details .items p {
    font-size: 14px;
  }

  #become-top .content .details .items .image {
    width: 150px;
  }

  #become-top .content .details .items .image {
    top: 85px;
    left: -35px;
  }

  .header-box h2 {
    font-size: 40px;
  }

  #placement .header-box .title h3 {
    font-size: 18px;
  }

  #placement .description {
    font-size: 14px;
  }

  #placement .points-box li {
    font-size: 14px;
  }

  #placement .note {
    font-size: 14px;
  }
  
  #placement .system-box p {
    font-size: 14px;
  }
  .final-box p {
    font-size: 14px;
  }

  #discover {
    background: rgb(8, 9, 10);
    padding: 59px 0px;
  }

  #discover .wrapper .heading h1,
  #register .content a h2,
  #register .content span {
      font-size: 18px;
  }

  #register .content p {
    font-size: 14px;
  }

  #faq .content h2 {
      margin-bottom: 15px;
  }
  #faq .content h2,
  #faq .content h2 span {
      font-size: 18px;
  }

  .faq-question {
    font-size: 14px;
  }

  .footer-logo h1 {
    font-size: 18px;
  }

  footer .content .details .items {
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  footer .content .details .items h4 {
    margin-bottom: 7px;
    font-size: 16px;
    text-align: center;
  }
  footer .content .details .items .address p {
    line-height: normal;
    text-align: center;
  }
  #spotlight div#animation-container {
    width: 57%;
  }
  #highlight .content .gallery .left, #highlight .content .gallery .right {
    width: auto;
  }
  #highlight .content .gallery .left, #highlight .content .gallery .right {
    width: auto;
  }
  #why-should .wrapper .why-should-contents .card-grid .star-img {
    top: 0px;
    right: 0px;
    position: absolute;
    width: 189px;
  }
  .faq-item {
    padding: 0px;
  }
  .faq-container {
    margin: 0px auto;
    width: 94%;
  }
  #this-foryou .wrapper .this-foryou-contents .card-grid .star-img {
    width: 258px;
  }
  #discover {
    background: rgb(8, 9, 10);

  }
  #register {
    padding: 60px 0px;
  }
}

/* Responsive max-width 640px */
@media screen and (max-width: 540px) {
  #spotlight .main-content .row {
    flex-wrap: wrap-reverse;
  }
  #spotlight .left {
    width: 84%;
  }
  #spotlight .right {
    width: 70%;
    margin: 0 auto;
  }
  .popup-content {
    position: absolute;
    width: 74%;
    height: 252px;
}
  #spotlight div#animation-container {
    width: 72%;
    left: 100px;
  }
  #spotlight .main-content h1,
  #spotlight .main-content span {
    font-size: 30px;
    text-align: center;
  }
  #spotlight .main-content h2,
  #spotlight .main-content span {
    text-align: center;
  }
  #spotlight .left {
    width: 100%;
  }
  #whatsapp .row .content {
    align-items: center;
    justify-content: center;
  }
  #video .intro-video .vimeo .thumb {
    width: 260px;
  }
  #highlight .content .gallery {
    flex-wrap: wrap;
  }
  #highlight .content .gallery .left,
  #highlight .content .gallery .right {
    width: 46%;
  }
  #register .content .details .form-text {
    margin-left: 0px;
  }
  #become-top .content .details .items .image {
    top: 115px;
    left: -45px;
    width: 214px;
  }
  #become-top .content .details .items h2,
  #become-top .content .details .items h2 span {
    font-size: 20px;
  }

  .header-box h2 {
    font-size: 30px;
  }

  .page-up-button {
    font-size: 14px;
    width: 50px;
    height: 50px;
    padding: 7px 16px;
  }
    
  #highlight .content h2 {
    line-height: 38px;
  }
  
  #location {
    background: rgb(8, 9, 10);
    padding: 70px 0px 22px;
    margin-top: -1px;
  }
}

/* Responsive max-width 480px */
@media screen and (max-width: 480px) {

  #spotlight .main-content h1, #spotlight .main-content span {
    font-size: 24px;
  }

  #spotlight .spotlight-img {
    width: 150px;
    margin: 0 auto;
  }

  #this-foryou {
    padding: 20px 0px;
  }

  #this-foryou .wrapper .heading h2,
  #this-foryou .wrapper .heading h2 span {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 20px;
  }
  #counter .content .count .number p {
      font-size: 20px;
      line-height: normal;
      padding-top: 10px;
  }
  #counter .content h2,
  #counter .content span {
      font-size: 18px;
      margin-bottom: 20px;
      line-height: normal;
      text-align: left;
      white-space: nowrap;
  }
  #counter .row .content .count {
      margin-top: 30px;
  }
  #counter .content .count .number p {
    font-size: 14px;
  }

  #highlight .content h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #highlight .content span {
    font-size: 24px;
  }

  #become-top .content .details .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 150px;
    position: relative;
    margin: 0 auto;
  }
  
  #design-program .wrapper .design-program-content .location p,
  #counter .content .count .number h3 {
      font-size: 18px;
  }
  #why-should .wrapper .heading h2,
  #why-should .wrapper .heading h2 span {
      font-size: 18px;
      margin-bottom: 20px;
  }
  
  #tools .tool-image {
      width: 100%;
  }
  #profile .profile {
      width: 84%;
  }
  #become-top {
    padding: 20px 0px 60px 0;
  }
  #become-top .content h4,
  #become-top .content span,
  #become-top .content h3 {
      font-size: 18px;
      margin-bottom: 20px;
  }
  #become-top .content .details .items {
    width: 90%;
    margin: 0 auto;
  }
  #become-top .content .details {
    gap: 20px;
  }

  #become-top .content .details .items p {
    font-size: 13px;
  }
  
  #become-top .content .details .items h2, #become-top .content .details .items h2 span {
    font-size: 14px;
  }

  #become-top .content .details .items .image {
    top: 55px;
    left: -24px;
    width: 90px;
  }

  .header-box {
    width: 100%;
  }

  #register {
    padding:40px 0px;
  }

  #register .content h2, #register .content span {
    font-size: 18px;
  }

  #register .content .details {
      width: 95%;
      margin-bottom: 0px;
  }
  #register .content .details .cover-button .button-click {
      font-size: 16px;
  }
  #faq .content h2,
  #faq .content h2 span {
      font-size: 18px;
  }
  .faq-question {
      font-size: 14px;
      padding: 0;
      line-height: normal;
      margin: 10px;
  }
  .faq-answer {
      font-size: 14px;
      line-height: normal;
  }
  footer .content .details .items .social ul {
    justify-content: center;
      flex-wrap: wrap;
      gap: 25px;
  }

  footer .content .details .items .social ul {
      flex-wrap: wrap;
  }

  #design-program .wrapper .design-program-content .text h1 {
      font-size: 30px;
  }
  #design-program .wrapper .design-program-content {
      align-items: start;
      justify-content: start;
      flex-direction: column;
      gap: 20px;
      padding-left: 20px;
  }
  #design-program .wrapper .design-program-content .text {
      line-height: 29px;
  }
  #profile .content .mentor .image {
      width: 150px;
  }
  #profile .content .mentor h4 {
      font-size: 25px;
  }
  #profile .content .mentor h6 {
      font-size: 15px;
  }
  #profile .content .guest h3 {
      font-size: 22px;
  }
  #spotlight div#animation-container {
      width: 65%;
  }
  #discover .wrapper .heading h1,
  #register .content a h2,
  #register .content span {
      font-size: 18px;
      margin-bottom: 50px;
  }
  #discover .wrapper .heading h1,
  #register .content a h2,
  #register .content span {
      margin-bottom: 8px;
  }
  #register .content .details .form-text {
      width: 100%;
  }
  #location {
    padding: 20px 0px;
  }
  #design-program .wrapper .design-program-content .location {
    margin-top: 2px;
    white-space: nowrap;
  }
  footer .content .footer-logo h1{
    font-size: 18px;
  }
}

/* Responsive max-width 400px */
@media screen and (max-width: 400px){

  #counter .content .count .number.right h3, #counter .content .count .number h3 {
    text-align: center;
  }

  #highlight .content .gallery {
    flex-direction: column;
    gap: 0;
  }

  #highlight .content .gallery .left,
  #highlight .content .gallery .right {
    flex-direction: column;
    width: 100%;
  }

  #highlight .content .gallery .left-img,
  #highlight .content .gallery .right-img {
    width: 100%;
    margin-bottom: 20px;
  }

  #highlight .content .gallery .left-img img,
  #highlight .content .gallery .right-img img {
    width: 100%;
    height: auto;
  }

  #become-top .content .details .items .image {
    display: none;
  }

  #become-top .content .details .items {
    border-left: 4px solid #414141;
    padding: 0px 20px 0px 20px;
  }

  #design-program .wrapper .design-program-content {
    padding-left: 5px;
  }
  #design-program .wrapper .design-program-content .text h2 {
    font-size: 17px;
  }
  #become-top .content .details .items {
    /* width: 67%;
    margin: 0 auto;
    margin-left: 107px; */
  }

}

/* Responsive max-width 360px */
@media screen and (max-width: 360px) {
  /* Header Section Responsive max-width 360 */
  a.header-btn {
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
  }
  a.navbar-brand {
      width: 100px;
  }
  footer .content .details .items .address p {
      font-size: 12px;
  }
  #spotlight div#animation-container {
      width: 60%;
  }
  #spotlight .main-content h1,
  #spotlight .main-content span {
      font-size: 24px;
      text-align: center;
  }
  #spotlight .main-content .row {
      justify-content: center;
  }
  #whatsapp .row .content {
      padding-top: 20px;
      align-items: center;
      justify-content: center;
  }
  #spotlight .right {
      width: 95%;
  }
  #spotlight {
      padding-top: 30px;
  }
  #design-program .wrapper .design-program-content .text h3 {
      font-size: 10px;
      line-height: 8px;
  }
  #design-program .wrapper .design-program-content .location p,
  #counter .content .count .number h3 {
      font-size: 16px;
  }
  #design-program .wrapper .design-program-content .location .location-img {
      width: 15px;
  }
  #design-program .wrapper .design-program-content .location span {
      font-size: 14px;
  }
  #design-program .wrapper .design-program-content .border-image {
      width: 149px;
      top: 2px;
      left: -38px;
      display: block;
  }
  #design-program .wrapper .design-program-content {
    padding-left: 5px;
  }
  #design-program .wrapper .design-program-content .text h2 {
    font-size: 17px;
  }
  .header-box {
    gap: 10px;
  }

  .header-box h2 {
    font-size: 24px;
  }
  
  #placement .header-box .title h3 {
    font-size: 14px;
  }
  #become-top .content .details .items {
    /* width: 67%;
    margin: 0 auto;
    margin-left: 94px; */
  }
  .slick-list
  {
    padding: 0px 2px !important;

  }
  #discover .wrapper .slider .items .image{
    width: 300px;
    height: 250px;
  }
  .popup-content {
    position: absolute;
    width: 72%;
    height: 204px;
  }
}
