@import url("font-awesome.min.css");

body {
  color: #0c0c0c;
  background-color: #ffffff;
}

/*header section*/
/* Bounce in animation */
[data-aos^="bounce-in"] {
  opacity: 0;
  transform: translateY(100%);
}

/* Initial state for the bounce-in animation */
[data-aos^="bounce-in"].aos-animate {
  opacity: 1;
  transform: translateY(0);
  transition-property: transform, opacity;
  transition-duration: 1s;
  /* Adjust this value to your desired duration */
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  /* Custom bounce easing */
}
/* 
.body-content {
  padding-top: 80px;
} */

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

.header_section {
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.logo {
  width: 70px;
}

.debit_cards {
  background-color: #f2f2f2;
}

.header_top .contact_link-container a i {
  font-size: 20px;
  color: #f1db25;
  margin-right: 5px;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  margin: 35px 15px 10px 15px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 3px solid transparent;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  transition: all 0.6s;
  border-bottom: 3px solid white;
}

/* / */

a,
a:hover,
a:focus {
  text-decoration: none;
}

/* a:hover,
a:focus {
  color: initial;
} */

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.hero_bgs_box {
  position: relative;
}

.hero-text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 54px;
  font-weight: 700;
  text-shadow: 5px 5px 1px #242323;
}

.info-section .top {
  justify-content: space-around;
}

.info-section .top div {
  width: 20%;
}

.info-section iframe {
  height: 500px;
}

/*end header section*/

/*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%;
}

.card-title {
  font-family: ui-monospace;
}

.steps-images {
  width: 100%;
  height: auto;
}

#video-popup-close:hover {
  color: #de0023;
}

/*show video section*/

/** about us*/
.top1 {
  text-shadow: 2px 2px 5px #cccccc;
}

#cardDesing {
  max-width: 32.333333%;
}

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

.txtShadow {
  color: black;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.colorMain {
  padding: 0;
  border: 3px solid;
  border-radius: 7px;
}

.colorNmber {
  margin-bottom: 17px;
  padding: 6px 0px;
  background: black;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 5px #cecece;
}

.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;
}

.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)
  );
}

.BlackBar {
  box-shadow: inset 0px 1px 0px 0px #f29c93;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #999999),
    color-stop(1, #000000)
  );
  border-radius: 5px;
}

.BlackBar1a {
  font: bold 2em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  padding: 0 10px 0 10px;
  width: 100%;
}

.BoardMember_page1 {
  font: normal 18px/1.4em Arial, Helvetica, sans-serif;
  padding: 20px 20px 20px 0;
}

.BoardMember_page2 {
  font: normal 18px/1.4em Arial, Helvetica, sans-serif;
  padding: 0 20px 20px 0;
}

.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, #090909),
    color-stop(1, #3a3e40)
  );
  border-radius: 8px;
  cursor: pointer;
}

#RoyalButton:hover {
  color: #ffffff;
  box-shadow: inset 0px 1px 0px 0px #f29c93;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #2b2d2e),
    color-stop(1, #5e6366)
  );
}

.img-detial {
  font: bold 14px Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  color: #0000ff;
  text-align: center;
}

/** about us*/
#webinar .detail {
  font-size: 150%;
}

#GoldButton {
  font: normal 24px/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  font-weight: 900;
  text-align: center;
  padding: 5px 0 5px 0;
  color: #ffffff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  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: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fea),
    to(#a95)
  );
  border-radius: 8px;
  cursor: pointer;
  width: 250px;
}

/** webinar*/

/* card-landing */
.DSTtext1 {
  font: normal 37px/1.5em "Century Gothic", Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.DSTtext4 {
  font: normal 32px/1.5em "Century Gothic", Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.DSTtext3 {
  font: normal 24px/1.5em "Century Gothic", Arial, Helvetica, sans-serif;
}

.DSTtext3a {
  font: normal 24px/1.5em "Century Gothic", Arial, Helvetica, sans-serif;
  text-align: left;
}

#ThreeImages {
  text-align: center;
}

.CardsLeft {
  padding-left: 120px;
}

/* card-landing */
/* card order */
.RoyalBlackBar {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #090909),
    color-stop(1, #191919)
  );
  height: 55px;
  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 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);
}

.RedBar {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #f60000),
    color-stop(1, #d92626)
  );
  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);
}

/* card order */

.card-btn {
  border-radius: 6px;
  background: black;
  padding: 6px 30px;
  color: white !important;
}

.d-review {
  min-height: 130px;
}

.info_section {
  background-color: #101010;
  color: #ffffff;
  padding: 40px 0 10px 0;
}

.text-right {
  max-width: 27%;
}


/* wathc video*/
.counter {
  height: 70px;
}
.counter-txt {
  font-weight: 700;
}
.neth-txt{
  font-size:24px;
  text-align:center
}
/* wathc video*/

/* footer section*/
.footer-links2 {
  font: normal 20px/3em "Century Gothic", Arial, Helvetica, sans-serif;
  padding-left: 10px;
  list-style: none;
  border: 1px solid #dedede;
  border-radius: 5px;
}

.footer-links li {
  list-style: none;
}

.footer-links li a {
  font: normal 20px/3em "Century Gothic", Arial, Helvetica, sans-serif;
  color: white;
}

.footer-hr {
  width: 95%;
  margin: auto;
  border-top: 1px solid white;
}

.footer_section {
  /* font-weight: 500; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: #101010;
}

.footer_section p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}

#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

#back-to-top-btn:hover {
  background-color: #e2e3e5;
}

.affiliate{
  width: 40%;
}
/* registration with packages**/
.registration {
  margin: auto;
  width: 85%;
}
.registration .heading p{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 35px;
}
.registration .box-section{
  color: white;
  background: #7a7a7a;
  border-radius: 10px;
  padding: 2px 1px;
  margin-bottom: 25px;

}
.registration .header p{
  font-size: 20px;
}
.registration .header hr{
    height: 1px;
    background: white;
    width: 70%;
}
.Rbtn{
  font-size: 22px;
  color: white;
  background: green;
  padding: 8px 100px;
  font-weight: 700;
  border-radius: 10px;
}
.Rbtn:hover{
  color: #9b9b9b;
  background: #0a620a;
  transition: 0.5s;
}


@media only screen and (max-width: 1024px) {
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    margin: 35px 6px 10px 6px;
  }

  .hero-text {
    font-size: 45px;
  }
}

@media only screen and (max-width: 768px) {
  #navbarSupportedContent {
    background: rgb(56 55 55);
    left: -35px;
    top: -8px;
    z-index: 1;
    position: absolute;
    padding-bottom: 40px;
    border-bottom-right-radius: 10px;
  }

  #navbarSupportedContent ul {
    align-items: end;
  }

  #cardDesing {
    max-width: 48%;
  }

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

}

@media only screen and (max-width: 500px) {
  .hero-text {
    top: 40%;
    font-size: 16px;
  }

  .logo {
    width: 60px;
  }

  #navbarSupportedContent {
    background: rgb(56 55 55);
    left: -35px;
    top: -8px;
    z-index: 1;
    position: absolute;
    padding-bottom: 40px;
    border-bottom-right-radius: 10px;
  }

  #navbarSupportedContent ul {
    align-items: end;
  }

  #videoSection {
    max-width: 100%;
  }

  .counter {
    height: 50px;
  }
  .counter-txt {
    font-weight: 500;
  }
  .neth-txt{
    font-size:15px;
    text-align:center
  }
  .fa-2x {
    font-size: 1.5em;
}
  .info-section .top div {
    width: 90%;
  }

  .info-section h1 {
    font-size: 1.5rem;
  }

  .info-section h2 {
    font-size: 1.3rem;
  }

  .info-section .card-btn {
    padding: 6px 18px;
  }

  .info-section iframe {
    height: 300px;
  }

  .top1 {
    font-size: 30px;
  }

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

  .BoardMember_page1 {
    font: normal 16px/1.4em Arial, Helvetica, sans-serif;
    padding: 20px 20px 20px 0;
  }

  .BoardMember_page2 {
    font: normal 14px/1.4em Arial, Helvetica, sans-serif;
  }

  .CardsLeft {
    padding-left: 0px;
  }

  .RoyalBlackBar {
    height: 74px;
  }

  .cardheader {
    font-size: 24px;
  }

  .heading {
    font-size: 27px;
  }

  #cardDesing {
    max-width: 98%;
  }
  .affiliate{
    width: 80%;
  }

  /* registration with packages**/
  .registration {
    width: 100%;
  }
  .registration .heading p{
    font-size: 17px;
    font-weight: 800;
  }
  .Rbtn{
    font-size: 20px;
    padding: 5px 75px;
  }
}


