
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*{ margin: 0; padding: 0;}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body{
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  
  flex-wrap: wrap;
  /* align-content: flex-start; */
    background-color: #F8F8FD!important;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  /* background: #eee; */
}
.cd__intro{
   padding: 60px 30px;
   margin-bottom: 15px;
        flex-direction: column;

}
.cd__intro,
.cd__credit{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
}

.cd__intro h1 {
   font-size: 18pt;
   padding-bottom: 15px;

}
.cd__intro p{
   font-size: 14px;
}

.cd__action{
   text-align: center;
   display: block;
   margin-top: 20px;
}

.cd__action a.cd__btn {
  text-decoration: none;
  color: #666;
   border: 2px solid #666;
   padding: 10px 15px;
   display: inline-block;
   margin-left: 5px;
}
.cd__action a.cd__btn:hover{
   background: #666;
   color: #fff;
    transition: .3s;
-webkit-transition: .3s;
}
.cd__action .cd__btn:before{
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}
.down:before{content: "\f019"}
.back:before{content:"\f112"}

.cd__credit{
    padding: 12px;
    font-size: 9pt;
    margin-top: 40px;

}
.cd__credit span:before{
   font-family: FontAwesome;
   color: #e41b17;
   content: "\f004";


}
.cd__credit a{
   color: #333;
   text-decoration: none;
}
.cd__credit a:hover{
   color: #1DBF73; 
}
.cd__credit a:hover:after{
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 9pt;
    position: absolute;
    margin: 3px;
}
.cd__main{
  background: #fff;
  /* padding: 20px; */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  
  
}
.cd__main{
    display: flex;
    width: 100%;
}

/* @media only screen and (min-width: 1360px){
    .cd__main{
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; 
      padding: 24px;
    }
    .navbar-collapse {
      margin-left: 25%;
  }
    
} */
select#accountType {
   background-color: white;
}
.use{
margin: 0%;
padding-top: 10px;
font-size: 12px ;
color: #0066FF;
}
.refer-1{
border-radius: 15px;
display: flex;
flex-direction: column;
padding: 2px 50px;
align-items: center;
border: 1px solid #0066FF;
box-shadow: rgba(1, 94, 255, 0.35) 0px 5px 15px;transition: all 2s ease;
}
.f-circle1{
margin: 0%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
}
.f-circle1 p{
  margin: 0%;
}
.rf-acc1{

        margin: 0%;
        padding: 0%;
    }
    .r-text{
        padding: 0%;
        margin: 0%;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        text-align: left;
        padding: 10px;
        font-weight: 600;
    }
    .r-text span{
        font-size: 12px;
        font-weight: 500;
    }
    .refer-1:hover{
        transform: scale(90s);
        background-color: #0066FF;
        color: #fff;
        box-shadow: rgba(1, 94, 255, 0.35) 0px 5px 15px;transition: all 2s ease;
      }
    .refer-1:hover .use{
        color: #fff;
    }
    /* image-slider */
.invisible {
  opacity: 0;
}
#container_Lv0 {
  position: relative;
  width: 35em;
  margin: 0 auto;
  border: 3px solid black;
  overflow: hidden;
  border-radius: 1em;
}
#container_Lv1 {
  display: flex;
  min-width: fit-content;
}
  .container_Lv2 {
    
      position: relative;
      height: 30em;
      width: 35em;
      background-color: rgba(0, 0, 0, 0.707)
  }
  .container_Lv2 img{
      user-select: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(calc(-50%)) translatey(calc(-50%));
      max-height: 30em;
      max-width: 35em;
  }
#next_Btn_div {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(calc(-50%));
  background-color: white;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  border-radius: 2em;
  transition: opacity 0.3s ease-in-out;
}
  #next_Btn_div svg{
      transform: translateX(0.1em) translateY(0.1em);
  }
  #next_Btn_div:active {
      transform: translateY(calc(-50%)) scale(0.9);
      box-shadow: 1px 1px 2px black;
  }
#prev_Btn_div {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(calc(-50%));
  background-color: white;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  border-radius: 2em;
  transition: opacity 0.3s ease-in-out;
}
  #prev_Btn_div svg{
      transform: translateX(-0.1em) translateY(0.1em);
  }
  #prev_Btn_div:active {
      transform: translateY(calc(-50%)) scale(0.9);
      box-shadow: 1px 1px 2px black;
  }
#radio_Btns_container {
  position:absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 80%;
  transition: opacity 0.3s ease-in-out;
}
.radio_Btn_div {
  margin-left: 0.3em;
  margin-right: 0.3em;
  cursor: pointer;
}
/* Default styles for larger screens */

.footer-nav {
   display: none; /* Hide footer on larger screens by default */
}
.content{
   display: flex;
}

/* Styles for smaller screens (up to 1000px) */
@media only screen and (max-width: 1000px) {
   .navbar-nav {
       display: none; /* Hide navbar items on smaller screens */
   }

   .footer-nav {
       display: flex;
       justify-content: space-around;
       padding: 10px; /* Adjust spacing */
   }

   .footer-nav .nav-item {
       margin: 0; /* Remove margin between items in the footer */
   }
   }
/* image-slider */
.carousel-container {
  border-radius: 30px;
  overflow: hidden;
/*  max-width: 400px;
*/  position: relative;
  box-shadow: 0 0 30px -20px #223344;
  z-index: 0;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img {
  display: block;
  max-height: 399px;
}
.prev,
.next {
  cursor: pointer;
  /*position: absolute;
  top: 50%;
  transform: translate(0, -50%);*/
  width: auto;
  padding: 8px;
  color: white;
  font-weight: bold;
  font-size: px;
  border-radius: 0 8px 8px 0;
  background: rgba(173, 216, 230, 0.1);
  user-select: none;
}
.next {
  right: 0;
  border-radius: 8px 0 0 8px;
}
.prev:hover,
.next:hover {
  background-color: rgba(173, 216, 230, 0.3);
}
.prev:hover,
.next:hover + i{
  transition: all 0.9s ease;
  transform: rotateX('angle');
}
/* Caption text */
/* Number text (1/3 etc) */
.number {
  color: #f2f2f2;
  font-size: 16px;
  background-color: rgba(173, 216, 230, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.dots-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}
/* The dots/bullets/indicators */
.dots {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  background-color: rgba(173, 216, 230, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.dots:hover {
  background-color: rgba(173, 216, 230, 0.8);
}
/* transition animation */
.animate {
  -webkit-animation-name: animate;
  -webkit-animation-duration: 1s;
  animation-name: animate;
  animation-duration: 2s;
}
@keyframes animate {
  from {
    transform: scale(1.1) rotateY(10deg);
  }
  to {
    transform: scale(1) rotateY(0deg);
  }
}

