* {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

/* header on scrolled*/
.hero_area {
  background-color: black;
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  position: static;
}

/* spinner for loading */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  z-index: 999;
  /* Ensure it covers everything */
}

.spinner-border {
  position: fixed;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  z-index: 1000;
}

.hidden {
  display: none;
}

/* Ensure it appears above the overlay */

/*show video section*/
#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#videoSection {
  max-width: 28.6%;
}

#NavButton {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  border: 2px solid #CECECE;
  text-decoration: none;
  transition: 0.5s;
  color: #FFFFFF;
  background: #007bff;
  text-shadow: 1px 1px 1px rgba(204, 204, 204, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

/*show video section*/
/*partner logos slider*/
.marquee {
  margin-top: 30px;
  overflow: hidden;
  white-space: nowrap;
  /* Ensure items stay in a row */
}

.marquee-content {
  display: flex;
  width: 200%;
  animation: scrolling 15s linear infinite;
}

.marquee-item {
  max-width: 100px;
  flex: 0 0 16vw;
  /* Set a consistent size for each logo */
  margin: 0 3vw;
}

.marquee-item img {
  display: block;
  /* width: 100%; */
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
    /* Scroll halfway since items are duplicated */
  }
}

.work-section {
  width: 80%;
  margin: auto;
}

.video-container {
  position: relative;
}

.image-container {
  position: relative;
  border-radius: 10px;
}

.image-container img {
  border-radius: 10px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay img {
  width: 100%;
  height: 100%;
}

#overlayImage {
  border-radius: 4px;
  border: 2px solid #006fff;
}

/* .marquee image sizes */
.marq-title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #9b9b9b;
  text-shadow: 2px 2px 2px #313131;
}

.marq-subititle {
  font-size: 26px;
  text-align: center;
  color: #0d89f0 !important;
}

.partner1 {
  width: 70px;
}

.partner2 {
  width: 150px;
}

.partner3 {
  width: 80px;
}

.partner4 {
  width: 150px;
}

.partner5 {
  width: 100px;
}

.partner6 {
  width: 150px;
}

.partner7 {
  width: 150px;
}

.partner8 {
  width: 100px;
}

.partner9 {
  width: 70px;
}

/* .marquee image sizes */

/* Pause the animation when hovered */
.marquee:hover .marquee-content {
  animation-play-state: paused;
}

/*partner logos slider*/



header {
  background-color: #007bff;
  color: white;
  text-align: center;
}

header img {
  max-height: 60px;
  margin-right: 10px;
}

.heading p {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.header .user p {
  text-align: start;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 2px 3px 3px #1a1a1a;
}

nav select {
  float: right;
}

.title {
  font-size: 60px;
  color: #0074ff;
  font-weight: 700;
  text-align: center;
  padding: 30px 0px 15px 0;
  line-height: 1;
  font-family: system-ui;
  text-shadow: 3px 3px 2px #313131;
}

.hero-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 54px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.body-content {
  width: 90%;
  margin: 0 auto;
}

/* ********hero secton********* */
.top-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hero-section .top-detail p {
  padding-bottom: 20px;
  line-height: 0.9;
  font-size: 65px;
  color: #0074ff;
  font-weight: 800;
  text-shadow: 2px 3px 3px #313131;
}

.hero-section .top-detail span {
  font-weight: 800;
  font-size: 1.9em;
}

.podcast-main {
  /* background: #0074ff; */
  padding: 5px !important;
  border-radius: 50% !important;
  margin-left: 5%;
}

.podcast-main img {
  width: 120px;
  height: 120px;
  border-radius: inherit;
}


.hero-section .description {
  display: flex;
}

.hero-section .description p {
  line-height: 2.5;
  font-size: 20px;
}

.hero-section a {
  font-size: 38px;
  color: white;
  /* background: #0074ff; */
  font-weight: 800;
  text-decoration: none;
  padding: 12px 17px;
  border-radius: 10px;
}

/* ********first secton********* */

.first-section .row div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.first-section .top-detail p {
  padding-bottom: 20px;
  line-height: 1.1;
  font-size: 60px;
  color: #0074ff;
  font-weight: bold;
  text-shadow: 2px 3px 3px #313131;
}

.first-section .description p {
  line-height: 1.4;
  font-size: 20px;
}

.first-section video {
  width: 50%;
  border-radius: 15px;
}

/* ********second secton********* */
.second-section {
  width: 85%;
  margin: auto;
}

.second-section .top-detail p {
  padding-bottom: 20px;
  line-height: 1.1;
  font-size: 50px;
  color: #0074ff;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 3px 3px #313131;
}


.second-section video {
  width: 100%;
}

.second-section .description p {
  line-height: 1.4;
  font-size: 20px;
  text-align: center;
  padding: 30px 0 0 0;
}

.second-section .language p {
  font-size: 25px;
  line-height: 1.8;
}

/* ********Third secton********* */
.third-section {
  width: 90%;
  margin: auto;
}

.third-section .top-detail p {
  padding: 15px 0;
  line-height: 1.1;
  font-size: 48px;
  color: #0074ff;
  font-weight: bold;
  text-shadow: 2px 3px 3px #313131;
}

.third-section img {
  width: 90%;
}

.third-section .description p {
  line-height: 1.4;
  font-size: 20px;

}

/* ********video-section********* */
.video-section {
  width: 80%;
  margin: auto;
}

#overlayImage1 {
  top: 50%;
  position: absolute;
  cursor: pointer;
}

#videoElement1 {
  border: 2px solid #007bff;
  border-radius: 5px;
}

/* ********forth-section********* */

.forth-section {
  width: 80%;
  margin: auto;
}

.forth-section table {
  font-size: 20px;
  text-align: center;
  width: 95%;
  margin: auto;
  background: #0074ff;
  color: white;

}

.forth-section table tr {
  border: 3px black solid;
}

.pkgTitle {
  text-align: center;
  margin: 15px 0;
  color: #0074ff;
  font-weight: 800;
  text-shadow: 2px 2px 2px #313131;
}

.forth-section .card {
  padding: 15px 10px;
  text-align: center;
  border-radius: 10px;
  border: 5px solid #0074ff;
  box-shadow: 2px 2px 3px 2px #949ba4;
}

.forth-section .card p:first-of-type {
  line-height: normal;
  font-size: 23px;
  color: #0074ff;
  font-weight: 800;
  text-shadow: 2px 2px 2px #313131;
}

.forth-section .card h1 {
  font-size: 50px;
  margin: 20px 0;
  color: #0074ff;
  font-weight: 800;
  text-shadow: 2px 2px 2px #313131;
}

.forth-section a {
  font-size: 25px;
  color: white;
  background: #0074ff;
  font-weight: 800;
  text-decoration: none;
  padding: 10px 40px;
  border-radius: 10px;
}

.forth-section a:hover {
  background: #2d6dbb;
}

/* mobile-app */
.mobile-app img {
  width: 320px;
}

/* Privacy Policy */
.privacyPolicy h5 {
  margin: 25px 0 10px;
  font-weight: 600;
}

/* Footer */
.footer {
  margin-top: 2em;
  background-color: #007bff;
  color: white;
  text-align: center;
}

.footer a {
  color: white;
  margin: 0 0.5em;
}

/********************Registration*****************************************************************/
.TGC-OuterBox {
  color: rgba(0, 0, 0, 0.72);
  text-decoration: none;
  box-shadow: 2px 2px 0.5em rgba(122, 98, 0, 0.55),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9),
    inset -1px -1px 0 rgba(0, 0, 0, 0.34);
  border: 1px solid #deca73;
  background: linear-gradient(-72deg,
      #dedede,
      #ffffff 16%,
      #dedede 21%,
      #ffffff 24%,
      #454545 27%,
      #dedede 36%,
      #ffffff 45%,
      #ffffff 60%,
      #dedede 72%,
      #ffffff 80%,
      #dedede 84%,
      #a1a1a1);
  border-radius: 8px;
  padding: 2px;
}

.TGC-InnerBox {
  box-shadow: inset 0px 1px 0px 0px #f29c93;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #ffffff),
      color-stop(1, #e3e3e3));
  min-height: 300px;
  border-radius: 8px;
}

.RoyalBlackBar {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #007bff),
      color-stop(1, #033099f7));
  border-radius: 5px 5px 0 0;
}

.RoyalBlackBar1a {
  font: bold 1.3em / 1.3em "Century Gothic", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  margin: 0 0 0 0;
  padding: 12px 5px;
  color: #ffffff;
  text-shadow: 0px 4px 3px rgba(255, 255, 255, 0.4),
    0px 8px 13px rgba(255, 222, 69, 0.1), 0px 18px 23px rgba(255, 222, 69, 0.1);
}

.RedBar {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #ff0000),
      color-stop(1, #930606f7));
  height: 55px;
  border-radius: 5px 5px 0 0;
}

.RedBar1a {
  font: bold 1.3em / 1.3em "Century Gothic", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  margin: 0 0 0 0;
  padding: 12px 5px 5px 5px;
  color: #ffffff;
  text-shadow: 0px 4px 3px rgba(255, 255, 255, 0.4),
    0px 8px 13px rgba(255, 222, 69, 0.1), 0px 18px 23px rgba(255, 222, 69, 0.1);
}

.BackgroundBox-OutlineSilver {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  box-shadow: 2px 2px 0.5em rgba(122, 98, 0, 0.55),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9),
    inset -1px -1px 0 rgba(0, 0, 0, 0.34);
  border: 1px solid #deca73;
  background: linear-gradient(-72deg,
      #dedede,
      #ffffff 16%,
      #dedede 21%,
      #ffffff 24%,
      #454545 27%,
      #dedede 36%,
      #ffffff 45%,
      #ffffff 60%,
      #dedede 72%,
      #ffffff 80%,
      #dedede 84%,
      #a1a1a1);
  border-radius: 8px;
  padding: 2px 2px 2px 2px;
  width: 280px;
  margin: 20px 0;
}

#RoyalButton {
  font: normal 16px / 1.3em "Century Gothic", Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  font-weight: 900;
  text-align: center;
  padding: 5px 0 5px 0;
  width: 100%;
  color: #ffffff;
  box-shadow: inset 0px 1px 0px 0px #f29c93;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #007bff),
      color-stop(1, #033099f7));
  border-radius: 8px;
  cursor: pointer;
}

.top-detial {
  color: black;
  font: normal 24px / 1.3em Arial, Helvetica, sans-serif;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.TGC-InnerBox1 {
  box-shadow: inset 0px 1px 0px 0px #f29c93;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #ffffff),
      color-stop(1, #e3e3e3));
  border-radius: 8px;
}

.TGC-InnerBox1 .inn {
  border-radius: 10px;
  box-shadow: 3px 3px 10px #f5f5f5, #222222 0 0 10px inset;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #eeeeee),
      color-stop(1, #ffffff));
}

.selection {
  width: 80%;
  margin: auto;
}

.selection .heading {
  font-size: 25px;
  font-weight: 900;
}


.msg {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 29px;
  font-style: normal;
  font-variant: small-caps;
  font-weight: 700;
  color: transparent;
  background-color: #000000;
  text-shadow: 0px 2px 3px #EBCE53;
  background-clip: text;
  text-align: center;
  padding: 30px 0 30px 0;
}

/*************************************************************************************/

/* Top row text styles - moved outside media query */
.top-row p {
  color: #0074ff;
  /* background-color: #f5f5f5; */
  padding: 15px;
  border-radius: 4px;
  margin: 0 0 20px 0;
  font-size: 25px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
  text-align: left;
  font-weight: bold;
  /* text-shadow: 2px 3px 3px #6589a2; */
  text-align: center;
  /* border-left: 4px solid #0074ff; */
}

@media only screen and (max-width: 768px) {
  .header .user p {
    font-size: 13px;
  }

  .header .heading p {
    font-size: 20px;
  }

  .body-content {
    width: 90%;
  }

  .title {
    font-size: 30px !important;
    text-shadow: 2px 2px 3px #313131;
  }

  .hero-text {
    top: 50%;
    font-size: 30px;
  }

  .top-row p {
    margin: 40px 15px 0px;
    padding: 15px;
    font-size: 15px;
  }

  /* ********hero secton********* */
  .top-detail {
    display: flex;
    flex-direction: row;
  }

  .hero-section .top-detail p {
    padding-bottom: 15px;
    font-size: 30px;
  }

  .hero-section .description p {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-section img {
    width: 75% !important;
  }

  .hero-section a {
    font-size: 25px;
  }

  .podcast-main {
    margin-left: 10%;
  }

  .podcast-main img {
    width: 80px !important;
    height: 80px;
  }

  /* ********first secton********* */
  .first-section .top-detail p {
    padding-bottom: 15px;
    font-size: 25px;
    text-shadow: 2px 2px 2px #313131;
  }

  .first-section .description p {
    font-size: 15px;
  }

  .first-section video {
    width: 50%;
    border-radius: 15px;
  }


  /* ********second secton********* */
  .second-section {
    width: 100%;
    margin: auto;
  }

  .second-section .top-detail p {
    padding-bottom: 15px;
    font-size: 30px;
    text-shadow: 2px 3px 2px #313131;
  }

  .second-section .description {
    padding: 10px;
  }

  .second-section .description p {
    line-height: 1.4;
    font-size: 17px;
    padding: 10px 0 0 0;

  }

  /* ********Third secton********* */
  .third-section {
    width: 90%;
    margin: auto;
  }

  .third-section .top-detail p {
    padding: 10px 0;
    font-size: 27px;
    line-height: 1.0;
    text-shadow: 2px 2px 2px #313131;
  }

  .third-section img {
    width: 90%;
  }

  .third-section .description p {
    line-height: 1.4;
    font-size: 15px;

  }

  /* ********forth-section********* */

  .forth-section {
    width: 95%;
  }

  .forth-section .card p {
    font-size: 17px;
    text-shadow: 1px 1px 2px #313131;
  }

  .forth-section .card h1 {
    font-size: 40px;
    margin: 15px 0;
  }

  .forth-section a {
    font-size: 20px;
    padding: 7px 30px;
  }


  .gift {
    font-size: 15px;
    color: #0074ff;
    font-weight: 800;
    text-shadow: 2px 2px 2px #313131;
  }



}

/* Global styles for all screen sizes */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* Header container */
.header {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  overflow: hidden;
}

/* Row and column adjustments */
.header .row {
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header .col-md-4,
.header .col-md-6 {
  padding: 0 5px;
  box-sizing: border-box;
}

/* Responsive adjustments */
@media only screen and (max-width: 1024px) {

  /* Tablet and below */
  .header {
    padding: 10px !important;
  }

  .header img {
    max-width: 100px;
    height: auto;
  }

  .header .user p {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #NavButton {
    padding: 3px 10px;
    font-size: 12px;
  }
}

/* Mobile styles */
@media only screen and (max-width: 767px) {

  /* Mobile-specific header adjustments */
  .header {
    padding: 8px 10px !important;
  }

  .header .col-md-4,
  .header .col-md-6 {
    padding: 2px;
    text-align: center;
  }

  .header img {
    max-width: 90px;
  }

  .header .user p {
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .heading p {
    font-size: 14px;
    text-align: center;
    margin: 5px 0;
  }

  #NavButton {
    padding: 3px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 426px) {
  .header .user p {
    text-align: center;
    font-size: 15px;
  }

  .heading p {
    font-size: 15px;
  }

  nav select {
    float: none;
  }

  .body-content {
    width: 90%;
  }

  .hero-text {
    top: 40%;
    font-size: 16px;
  }

  /*show video section*/

  #video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 75%;
    left: 40%;
    margin-left: -30%;
    top: 10%;
    bottom: 10%;
    background-color: #fff;
  }

  #video-popup-iframe-container {
    position: revert;
  }

  #video-popup-close {
    z-index: 1000;
  }

  /* ********hero secton********* */
  .hero-section .row {
    flex-direction: column-reverse;
  }

  .top-detail {
    display: flex;
    flex-direction: column;
  }

  .hero-section .top-detail {
    text-align: center;
    padding-bottom: 10px;
  }

  .hero-section .top-detail p {
    font-size: 25px;
    text-shadow: 2px 2px 2px #313131;
  }

  .hero-section .description {
    display: block;
    text-align: center;
  }

  .hero-section .image {
    display: flex;
    justify-content: space-around;
  }

  .hero-section img {
    width: 50% !important;
    margin-top: 0;
  }

  .podcast-main {
    margin-left: 0;
  }

  .podcast-main img {
    width: 90px !important;
    height: 90px;
  }

  .hero-section a {
    font-size: 25px;
    padding: 10px 15px;
  }

  /* .marquee image sizes */
  .marq-title {
    font-size: 25px;
  }

  .marq-subititle {
    font-size: 15px;
  }

  .partner1 {
    width: 40px;
  }

  .partner2 {
    width: 100px;
  }

  .partner3 {
    width: 50px;
  }

  .partner4 {
    width: 100px;
  }

  .partner5 {
    width: 60px;
  }

  .partner6 {
    width: 100px;
  }

  .partner7 {
    width: 100px;
  }

  .partner8 {
    width: 80px;
  }

  .partner9 {
    width: 40px;
  }

  .top-detial {
    color: black;
    font: normal 20px / 1.3em Arial, Helvetica, sans-serif;
  }

  /* .marquee image sizes */
  /* ********first secton********* */
  .first-section .top-detail p {
    margin-top: 20px;
    text-align: center;
  }

  .first-section .description p {
    text-align: center;
  }

  .first-section video {
    width: 75%;
  }

  /* ********second secton********* */

  /* .second-section .row {
    flex-direction: column-reverse;
  } */

  .second-section .top-detail p {
    text-align: center;
  }

  .second-section .description p {
    text-align: center;

  }

  .second-section img {
    margin-top: 15px;

  }

  .second-section .language p {
    font-size: 17px;
    line-height: 1.8;
  }

  /* ********Third secton********* */
  .third-section .top-detail p {
    text-align: center;
  }

  .third-section img {
    width: 90%;
  }

  .third-section .description p {
    text-align: center;

  }

  /* ********forth-section********* */

  .forth-section {
    width: 95%;
  }

  .forth-section table {
    font-size: 10px;
  }

  .pkgTitle {
    font-size: 18px;
    text-shadow: 1px 1px 2px #313131;
  }

  /* mobile-app */
  .mobile-app img {
    width: 220px;
  }

  /* footer */
  .footer h5 {
    font-size: 13px;
  }

  .footer p {
    font-size: 12px;
  }

  .RoyalBlackBar1a {
    font: bold 1em / 1.3em "Century Gothic", Arial, Helvetica, sans-serif;
  }


  .msg {
    font-size: 25px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 321px) {
  .header h1 {
    font-weight: 800;
    font-size: 14px;
  }

}