@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  font-family: "lexend", sans-serif !important;
  color: #000;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection{
  background: rgb(92, 27, 243);
  color: #fff;
}
.caveat{
  font-family: "Caveat", cursive !important;
}
p{
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-family: "Lexend", sans-serif !important;
}
.Amaranth{
  font-family: "lexend", sans-serif !important;
  /* letter-spacing: 0px; */
}
.p1{
  font-size: 19px !important;
  line-height: 1.5 !important;
}
h1,h2,h3,h4,h5,h6{
  width: 100%;
  display: block;
}
.main-container{
  padding: 0px;
  margin: 0px auto;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
  float: right;
}
.left{
  text-align: left;
  float: left;
}
.img10 img{
  width: 10%;
}
.img20 img{
  width: 20%;
}
.img25 img{
  width: 25%;
}
.img30 img{
  width: 30%;
}
.img40 img{
  width: 40%;
}
.img50 img{
  width: 50%;
}
.img60 img{
  width: 60%;
}
.img70 img{
  width: 70%;
}
.img80 img{
  width: 80%;
}
.img90 img{
  width: 90%;
}
.img100 img{
  width: 100%;
}
.pl1{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 30px;}
.pl4{padding-left: 40px;}
.pl5{padding-left: 50px;}

.mt-10{margin-top: -10px;}
.mt-20{margin-top: -20px;}
.mt-30{margin-top: -30px;}
.mt-40{margin-top: -40px;}
.mt-50{margin-top: -50px;}
.mt-60{margin-top: -60px;}
.mt-70{margin-top: -70px;}
.mt-80{margin-top: -80px;}
.mt-90{margin-top: -90px;}
.mt-100{margin-top: -100px;}

.mt1{margin-top: 10px;}
.mt2{margin-top: 20px;}
.mt3{margin-top: 30px;}
.mt4{margin-top: 40px;}
.mt5{margin-top: 50px;}
.mt6{margin-top: 60px;}
.mt7{margin-top: 70px;}
.mt8{margin-top: 80px;}
.mt9{margin-top: 90px;}
.mt10{margin-top: 100px;}
.mt12{margin-top: 120px;}

.ml-20{margin-left: -20px;}

.mb1{margin-bottom: 10px;}
.mb2{margin-bottom: 20px;}
.mb3{margin-bottom: 30px;}
.mb4{margin-bottom: 40px;}
.mb5{margin-bottom: 50px;}

.br-10{border-radius: 10px;}
.br-20{border-radius: 20px;}
.br-30{border-radius: 30px;}
.br-40{border-radius: 40px;}
.br-50{border-radius: 50%;}

.b3{font-weight: 300;}
.b4{font-weight: 400;}
.b5{font-weight: 500;}
.b6{font-weight: 600;}
.b7{font-weight: 700;}
.b8{font-weight: 800;}
.b9{font-weight: 900;}

.white{color: #fff;}
.black{color: #000;}
.red{color: #f00;}
.red2{color: rgb(255, 26, 53);}
.red1{color: #7e0927;}
.yellow{
  background: #F9A25D;
background: linear-gradient(to bottom, #F9A25D 36%, #ffc062 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.yellow1{
  color: #FFCB3D;
}
.green{color: #1cb85e;}
.blue{color: #001c55;}
.light-blue{color: #1a52ad;}
.pink{color: #9732E9;}
.pink1{color: #e9cfff;}
.pink2{color: #b93fff;}
.orange{color: #fd6e00;}

.uppercase{
  text-transform: uppercase;
  letter-spacing: 3px;
}
.transparent{
  opacity: 0.7;
}
.text-shadow {
    text-shadow: 1px 1px 1px rgba(187, 60, 255, 0.26), 1px 1px 1px rgba(0,0,0,.5), 3px 5px 7px rgba(0,0,0,0.51);
}
.heading1{
  font-size: 50px;
}
.heading1a{
  font-size: 45px;
}
.headingl{
  font-size: 55px;
}
.headingl1{
  font-size: 70px;
}
.heading-big{
  font-size: 100px;
}
.highlight-yellow{
  background: #ffff00;
  display: inline-block;
  padding: 5px 5px 0px;
}
.shadow{
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
-moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.section1{
  display: block;
  background: url(../images/bg1.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 170px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section2{
  display: block;
  /* background: #EFEFF1; */
  background: url(../images/bg1a.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 20px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section3{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  /* background: #180727; */
  padding-top: 140px;
  padding-bottom: 20px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section4{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 170px;
  padding-bottom: 50px;
  margin-top: -5px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section5{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section6{
  display: block;
  background: url(../images/bg5.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section7{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 90px;
  padding-bottom: 130px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section8{
  display: block;
  background: url(../images/bg22.png) repeat 0 0 / cover;
  padding-top: 30px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section9{
  display: block;
  background: linear-gradient(to right bottom, #291347, #160E1C);
  padding-top: 60px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section10{
  display: block;
  background: url(../images/bg23.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section11{
  display: block;
  background: linear-gradient(to right bottom, #291347, #160E1C);
  padding-top: 60px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section12{
  display: block;
  background: url(../images/bg7.png) repeat 0 0 / cover;
  padding-top: 100px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section13{
  display: block;
  background: url(../images/bg8.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 70px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section14{
  display: block;
  background: url(../images/bg9.png) repeat 0 0 / cover;
  padding-top: 70px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section15{
  display: block;
  background: url(../images/bg11.png) repeat 0 0 / cover;
  /* background: #EFEFF1; */
  padding-top: 70px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section16{
  display: block;
  background: url(../images/bg12.png) repeat 0 0 / cover;
  /* background: #EFEFF1; */
  padding-top: 70px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section17{
  display: block;
  background: url(../images/bg14.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section18{
  display: block;
  background: url(../images/bg13.png) repeat 0 0 / cover;
  /* background: #EFEFF1; */
  padding-top: 120px;
  padding-bottom: 300px;
  /* margin-top: -200px; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section19{
  display: block;
  background: url(../images/bg15.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section20{
  display: block;
  background: url(../images/bg16.png) repeat 0 0 / cover;
  padding-top: 350px;
  padding-bottom: 0px;
  margin-top: -250px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section21{
  display: block;
  background: url(../images/bg17.png) repeat 0 0 / cover;
  /* background: #fff; */
  padding-top: 30px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section22{
  display: block;
  background: url(../images/bg18.png) repeat 0 0 / cover;
  /* background: #fff; */
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section23{
  display: block;
  background: #fff;
  /* background: #fff; */
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section24{
  display: block;
  background: url(../images/bg19.png) repeat 0 0 / cover;
  /* background: #fff; */
  padding-top: 80px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section25{
  display: block;
  background: url(../images/bg24.png) repeat 0 0 / cover;
  /* background: #fff; */
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section26{
  display: block;
  background: url(../images/bg20.png) repeat 0 0 / cover;
  /* background: #fff; */
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section27{
  display: block;
  background: url(../images/bg25.png) repeat 0 0 / cover;
  /* background: #fff; */
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section28{
  display: block;
  background: url(../images/bg21.png) repeat 0 0 / cover;
  /* background: #fff; */
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section29{
  display: block;
  background: url(../images/bg26.png) repeat 0 0 / cover;
  /* background: #fff; */
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer{
  display: block;
  background: #01050e;
  padding-top: 30px;
  padding-bottom: 30px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer_menu{
  text-align: end;
  margin-top: 30px;
}
.footer_menu li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.footer_menu li a{
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.footer_menu li a:hover{
  text-decoration: underline;
}
.logo img{
  width: 22%;
}

.highlight1{
  background: #11003e;
  padding: 6px 20px;
  font-size: 22px;
  font-weight: 700;
  /* color: #fff; */
}
.highlight2{
  background: #fff;
  padding: 6px 20px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
.highlight3{
  background: url(../images/circle1.png) no-repeat 0 0 / cover;
  padding: 65px 80px 35px;
  background-size: 100% 100%;
  font-size: 35px;
  font-weight: 700;
  color: #ff0063;
  /* transform: rotate(-14deg) translate(0px, 0px); */
  display: inline-block;
}
.strip2{
  font-size: 23px;
  font-weight: 700;
  color: #000;
  background: url(../images/strip2.png) no-repeat 0 0 / cover;
  background-size: 100% 100%;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 15px;
}
.strip2a{
  font-size: 27px;
  font-weight: 700;
  color: #000;
  background: url(../images/strip2.png) no-repeat 0 0 / cover;
  background-size: 100% 100%;
  display: inline-block;
  padding: 10px 30px;
  /* margin-top: 15px; */
}
.pl3{
  padding-left: 30px;
}
.drop-shadow1{
  filter: drop-shadow(0px 0px 13px #d6eaff);
}
.strip3{
  background: #ffcb3d;
  padding: 7px 30px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 35px;
}
.strip3a{
  background: #ffcb3d;
  padding: 7px 30px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 35px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(229, 210, 242, 0.45);
}
.strip4{
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background: url(../images/strip4.png) no-repeat 0 0 / cover;
  background-size: 100% 100%;
  padding: 10px 70px;
  text-align: center;
  display: inline-block;
}
.top-strip{
  display: inline-block;
   background: rgb(11,169,206);
  background: linear-gradient(90deg, rgba(11,169,206,1) 0%, rgba(88,122,193,1) 100%); 
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 25px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.button-green {
  display: inline-block;
  /* background: linear-gradient(to right, #BD24E4, #9333EA); */
  background: linear-gradient(90deg,var(--c1,#BD24E4),var(--c2,#9333EA) 50%,var(--c1,#9333EA)) var(--x,0)/200%;
  /* background: linear-gradient(to right, #F6B352, #F69164); */
  font-size: 35px;
  color: #fff;
  position: relative;
  z-index: 1000;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 50px;
  border-radius: 7px;
  transition: 0.5s;
  border: 7px solid #ffffffa5;
}
.button-green:hover{
  text-decoration: none;
  color: #fff;
  transform: scale(1.03);
  --x: 100%;
  /*background: #ff9a4c;*/
}
.cover-img{
  margin-left: -170px;
  margin-top: 80px;
  transform: scale(1.3);
  margin-bottom: -30px;
}
.headline1{
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.strip1{
  font-size: 22px;
  /* border: 1px solid #fff; */
  color: #000;
  padding: 22px 30px 37px;
  display: inline-block;
  /* background: #3a0364; */
  background: url(../images/strip1.png) no-repeat 0 0 / cover;
  background-size: 100% 100%;
  font-weight: 700;
}
.video-bg{
  /* background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 3px );
-webkit-backdrop-filter: blur( 3px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
  padding: 15px;
  border-radius: 15px; */
  background: url(../images/video-bg.png) no-repeat 0 0 / cover;
  background-size: 100% 100%;
  padding: 32px 35px;
}
.list1 li {
  list-style: none;
  font-size: 19px;
  margin-top: 20px;
  color: #fff;
  font-weight: 300;
  /*margin-left: 30px;*/
  margin-bottom: -15px;
}
.list1 li i {
  color: #05ff6d;
  padding-right: 5px;
  margin-left: -30px;
}
.list2 li {
  list-style: none;
  font-size: 19px;
  margin-top: 20px;
  color: #000;
  line-height: 1.5 !important;
  font-weight: 300;
  /*margin-left: 30px;*/
  margin-bottom: -15px;
}
.list2 li i {
  color: #05ff6d;
  padding-right: 5px;
  margin-left: -30px;
}
.mp{
  position: absolute;
  width: 100%;
}
.mp img{
  position: relative;
  width: 30%;
  z-index: 100;
  left: 72%;
  top: -50px;
}
.box1{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 50px;
  border-radius: 15px;
  margin-top: -150px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}
.boxa1{
  background: transparent;
  padding: 25px 25px 15px;
  border: 3px solid #f6ebff;
  border-radius: 10px;
  height: 100%;
}
.img-box1{
  display: inline-block;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  /* margin-top: -150px; */
box-shadow: -1px 0px 62px 11px rgba(236, 208, 255, 0.358);
}
.bot1{
  width: 60%;
  position: absolute;
}
.bot1 img{
  position: relative;
  width: 20%;
  top: -650px;
  left: 143%;
}
.box2{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 40px;
  position: relative;
  z-index: 100;
  border-radius: 15px;
  /* margin-top: -150px; */
  -webkit-box-shadow: -1px 0px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 0px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 0px 62px 11px rgba(236, 208, 255, 0.358);
}
.box3{
  background: url(../images/bg4.png) no-repeat 0 0 / cover;
  padding: 50px 100px 100px;
  background-size: 100% 100%;
  margin-top: -50px;
  padding-top: 120px;
}
.box4{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 30px 30px 20px;
  border-radius: 15px;
  height: 100%;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}
.box5{
  background: #41018676;
  padding: 15px;
  border: 2px solid #e8f3ff3b;
  border-radius: 50px;
  height: 106px;
}
.box5 p{
  margin-top: 11px;
}
.box6-parent{
  background: linear-gradient(to right bottom, #FF4B33, #FF4261);
  padding: 3px;
  margin-top: 30px;
  border-radius: 7px;
}
.box6{
  background: #fff;
  padding: 17px 10px 6px;
  border: 2px solid #f00;
  border-radius: 5px;
}
.box6 h4{
  margin-left: -20px !important;
}
.box7{
  background: linear-gradient(to right, #9856fe, #d7b4ff);
  padding: 50px 50px 0px;
  border-radius: 10px;
  /* border: 3px solid #EFEFF1; */
  -webkit-box-shadow: -1px 0px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 0px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 0px 62px 11px rgba(236, 208, 255, 0.358);
}
.box8a{
  background: #fff;
  border-bottom: 3px solid #FFCEA7;
  padding: 35px 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}
.box8b{
  background: #fff;
  border-bottom: 3px solid #d1a7ff;
  padding: 35px 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}
.box8c{
  background: #fff;
  border-bottom: 3px solid #ff93ba;
  padding: 35px 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}
.box8d{
  background: #fff;
  border-bottom: 3px solid #93ffe9;
  padding: 35px 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}
.box8e{
  background: #fff;
  border-bottom: 3px solid #cbff93;
  padding: 35px 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}
.box8f{
  background: #fff;
  border-bottom: 3px solid #9893ff;
  padding: 35px 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}
.box8g{
  background: #fff;
  border-bottom: 3px solid #ff93e7;
  padding: 35px 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}
.box8h{
  background: #fff;
  border-bottom: 3px solid #ffdd93;
  padding: 35px 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}
.box8i{
  background: #fff;
  border-bottom: 3px solid #93f9ff;
  padding: 35px 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 2px 62px 11px rgba(242,222,255,0.13);
}

.box9{
  background: linear-gradient(to bottom, #000, #351761);
  padding: 0 30px 10px;
  border-radius: 5px;
  /* border-bottom: 5px solid #9732E9; */
  height: 100%;
}
.bonus-box{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 40px;
  border: 4px solid #FFCB3D;
  border-radius:10px;
  /* height: 100%; */
  -webkit-box-shadow: -1px 0px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 0px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 0px 62px 11px rgba(236, 208, 255, 0.358);
}
.gift1{
  position: absolute;
  width: 20%;
}
.gift1 img{
  position: relative;
  width: 70%;
  z-index: 100;
  left: -130px;
  top: -140px;
}
.gift2{
  position: absolute;
  width: 20%;
}
.gift2 img{
  position: relative;
  width: 70%;
  z-index: 100;
  left: 1180px;
  top: -140px;
}
.h-100{
  height: 100%;
}
.step-box1{
  background: #fff;
  padding: 0 40px 35px;
  border-radius: 10px;
}
.strip7{
  background: #ffcb3d;
  padding: 7px 30px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 35px;
  position: relative;
  top: -30px;
  -webkit-box-shadow: -1px 0px 62px 11px rgba(242,222,255,0.13);
-moz-box-shadow: -1px 0px 62px 11px rgba(242,222,255,0.13);
box-shadow: -1px 0px 62px 11px rgba(236, 208, 255, 0.358);
}
.strip8{
  background: url(../images/strip6.png) no-repeat 0 0 / cover;
  background-size: 100% 100%;
  padding: 10px 40px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.strip9{
  background: url(../images/strip9.png) no-repeat 0 0 / cover;
  background-size: 100% 100%;
  padding: 10px 40px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.strip10{
  background: url(../images/strip10.png) no-repeat 0 0 / cover;
  background-size: 100% 100%;
  padding: 10px 40px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: -150px;
  text-align: center;
  display: inline-block;
}
.strip11{
  background: url(../images/strip11.png) no-repeat 0 0 / cover;
  background-size: 100% 100%;
  padding: 10px 40px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.strip12{
  background: url(../images/strip12.png) no-repeat 0 0 / cover;
  background-size: 100% 100%;
  padding: 10px 40px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.strip5{
  background: #f6ebff;
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 7px 30px;
  text-align: center;
  border-radius: 5px;
}
.strip6{
  background: url(../images/strip5.png) no-repeat 0 0 / cover;
  padding: 15px 70px 20px;
  background-size: 100% 100%;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -85px;
}
.graphic1{
  position: absolute;
  width: 100%;
}
.graphic1 img{
  position: relative;
  width: 22%;
  left: 75%;
  top: -300px;
}
.graphic2{
  position: absolute;
  width: 100%;
}
.graphic2 img{
  position: relative;
  width: 28%;
  left: 0%;
  top: -550px;
}
.graphic3{
  position: absolute;
  width: 100%;
}
.graphic3 img{
  position: relative;
  width: 25%;
  left: 0%;
  top: -360px;
}
.graphic9{
  position: absolute;
  width: 100%;
}
.graphic9 img{
  position: relative;
  width: 25%;
  left: 0%;
  top: -285px;
}
.avatar1{
  position: absolute;
  width: 20%;
}
.avatar1 img{
  position: relative;
  width: 40%;
  left: 15%;
}
.avatar2{
  position: absolute;
  width: 20%;
  right: 0;
}
.avatar2 img{
  position: relative;
  width: 40%;
  left: 43%;
  top: 250px;
}
.avatar3{
  position: absolute;
  width: 20%;
}
.avatar3 img{
  position: relative;
  width: 40%;
  left: 15%;
  top: 500px;
}
.avatar4{
  position: absolute;
  width: 30%;
  right: 0;
}
.avatar4 img{
  position: relative;
  width: 80%;
  left: 30%;
  top: 850px;
}
.emoji1{
  position: absolute;
  width: 100%;
}
.emoji1 img{
  position: relative;
  width: 10%;
  left: 7%;
  top: -650px;
}
.arrow1 img{
  position: relative;
  left: 200px;
  top: 10px;
}
.graphic13{
  position: absolute;
  width: 100%;
}
.graphic13 img{
  position: relative;
  width: 20%;
  left: 78%;
  top: -150px;
}
.graphic14{
  position: absolute;
  width: 100%;
}
.graphic14 img{
  position: relative;
  width: 15%;
  left: 83%;
  top: 20px;
}
.graphic15{
  position: absolute;
  width: 100%;
}
.graphic15 img{
  position: relative;
  width: 10%;
  left: 3%;
  top: 20px;
}
.c-table{
  background: #fff;
  /* padding: 10px; */
  /* border: 2px solid #E7293F; */
  border-radius: 15px;
}
.c-head1{
  padding: 30px 20px;
  border: 2px solid #ffffff8a;
  border-radius: 10px 10px 0 0 ;
  /* border-bottom: 0; */
  background: #e14242;
}
.c-body1{
  border: 2px solid #ffffff8a;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  /* background: #fff5f6; */
  background: linear-gradient(to bottom, #e14242, #A472ed);
}
.c-headline{
  background: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 25px;
  font-weight: 700;
  color: #fd2a55;
  text-align: center;
  display: inline-block;
}
.c-list1{
  list-style: none;
  font-size: 19px;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
  padding-left: 0;
}
.c-list1 li{
  padding-left: 60px !important;
  padding: 15px 30px;
  color: #fff;
}
.c-list1 li i{
  color: #fd2a55;
  margin-left: -33px;
  margin-right: 5px;
  /* padding-right: 5px; */
  background: #fff;
  padding: 2px;
  height: 21px;
  width: 21px;
  text-align: center;
  border-radius: 2px;
}
.c-list1 li:nth-child(odd){
  background: #fbd9dd26;
  padding: 20px 30px;
  /* color: #000; */
}
.c-list1 li:last-child{
  border-radius: 0 0 10px 10px;
}



.c-head2{
  padding: 30px 20px;
  border: 2px solid #ffffff8a;
  border-radius: 10px 10px 0 0 ;
  /* border-bottom: 0; */
  background: #00d09f;
}
.c-body2{
  border: 2px solid #ffffff8a;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  /* background: #f5fffc; */
  background: linear-gradient(to bottom, #00d09f, #a472ed);
}
.c-headline2{
  background: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 25px;
  font-weight: 700;
  color: #00d09f;
  text-align: center;
  display: inline-block;
}
.c-list2{
  list-style: none;
  font-size: 19px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  padding-left: 0;
}
.c-list2 li{
  padding-left: 60px !important;
  padding: 15px 30px;
  color: #fff;
}
.c-list2 li i{
  color: #00d09f;
  margin-left: -33px;
  margin-right: 5px;
  /* padding-right: 5px; */
  background: #fff;
  padding: 2px;
  height: 21px;
  width: 23px;
  text-align: center;
  border-radius: 2px;
}
.c-list2 li:nth-child(odd){
  background: #99eacf34;
  padding: 20px 30px;
}
.c-list2 li:last-child{
  border-radius: 0 0 10px 10px;
}
.guarantee-box{
  background: #fff;
  padding: 25px 35px 15px;
  border: 3px solid #f6ebff;
  border-radius: 10px;
  /* height: 100%; */
  margin-top: 130px;
}
.guarantee-box img{
  width: 65%;
  margin-top: -120px;
}
.p-table {
  display: inline-block;
  background: #fff;
  width: 100%;
  border-radius: 25px;
  /* border-top-right-radius: 25px; */
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
}
.p-head1 {
  background: url(../images/p-table-bg.png) repeat 0 0 / cover;
  padding: 20px;
  border-radius: 20px;
}
.p-head1 img{
  /* margin-left: -50px; */
  
}
.p-head2 {
  background: #ed861c;
  padding: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.bar1{
  /* background: linear-gradient(to right bottom, #FF4B33, #FF4261); */
  background: #fff;
  height: 2px;
  width: 50%;
  text-align: center;
  display: inline-block;
}
.p-body {
  /* display: inline-block; */
  /* width: 100%; */
  padding: 20px;
  background: rgba(255, 255, 255, 0.043);
  border-radius: 10px;
}
.p-body2 {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border: 4px dotted #ed861c;
  border-top: none;
}
.p-list {
  margin-left: -30px;
  text-align: left;
}
.p-list li {
  list-style: none;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
}
.p-table hr{
  background: #ffffff2a;
  margin-left: -10px;
  margin-top: 20px;
}
.ml-list{
  margin-left: 0px;
}
.ml-list li{
  font-weight: 300 !important;
}
.ml-list li i{
  margin-left: -30px;
}
.p-list li i{
  color: #1dff77;
  margin-right: 5px;
}
.p-list1 {
  margin-left: -10px;
  text-align: left;
}
.p-list1 li {
  list-style: none;
  font-size: 17px;
  color: #ffffffb8;
  margin-top: 15px;
  font-weight: 300;
}
.p-list1 li i{
  color: #1dff77;
  margin-right: 5px;
}














.Marquee {
  /* background: -webkit-linear-gradient(225deg, #008ed9, #8b00db);
  background: -moz-linear-gradient(225deg, #008ed9, #8b00db);
  background: -o-linear-gradient(225deg, #008ed9, #8b00db);
  background: -ms-linear-gradient(225deg, #008ed9, #8b00db);
  background: linear-gradient(-135deg, #008ed9, #8b00db); */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.Marquee-content img{
  width: 250px;
  border-radius: 10px;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 10s linear infinite running;
  -moz-animation: marquee 10s linear infinite running;
  -o-animation: marquee 10s linear infinite running;
  -ms-animation: marquee 10s linear infinite running;
  animation: marquee 9s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
  border-radius: 10px;
}
.Marquee-tag {
  width: 250px;
  margin: 0 1em;
  padding: 0 40px;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  border-radius: 10px;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}






/*FAQ*/
.accordion .accordion-item {
  /* border: 2px solid #B3B7FC; */
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}

/*.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #e57024;
}*/

.accordion button {
  background: #fff;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 500;
  border: 3px solid #B218DC;
  /* border: none; */
  border-radius: 10px;
  /* background: none; */
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #B218DC;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #B218DC;
  /* border: 1px solid #e57024; */
}

.accordion button .accordion-title {
  /* padding: 1em 1.5em 1em 0; */
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #B218DC;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 19px !important;
  line-height: 1.5 !important;
  font-weight: 300;
  margin: 20px;
}


.hide-sm{
  display: block;
}
.hide-md{
  display: none !important;
}
@media (max-width: 767px){
  .logo img{
    width: 50%;
  }
  .section1 .top-strip h4{
    font-size: 20px;
  }
  .headingm{
    font-size: 27px;
  }
  .heading1{
    font-size: 30px;
  }
  .heading1a{
    font-size: 30px;
  }
  .headingl{
    font-size: 35px;
  }
  .heading-big{
    font-size: 40px;
  }
  h2{
    font-size: 23px;
  }
  h3{
    font-size: 20px;
  }
  .mt0-res{
    margin-top: 0px;
  }
  .mt1-res{
    margin-top: 10px;
  }
  .mt2-res{
    margin-top: 20px;
  }
  .mt3-res{
    margin-top: 30px;
  }
  .mt40-res{
    margin-top: 40px;
  }
  .mt50-res{
    margin-top: 50px;
  }
  .mt60-res{
    margin-top: 60px;
  }
  .mt70-res{
    margin-top: 70px;
  }
  .mt80-res{
    margin-top: 80px;
  }
  .mt90-res{
    margin-top: 90px;
  }
  .mt100-res{
    margin-top: 100px;
  }
  .br-res br{
    display: none;
  }
  .button-green{
    font-size: 18px;
  }
  .button-green{
    padding: 10px 15px;
  }
  .guarantee img{
    width: 70%;
  }
  .img70 img{
    width: 100%;
  }
  .img50 img{
    width: 100%;
  }
  .font30{font-size: 30px !important;}
  .font20{font-size: 20px !important;}
  .font25{font-size: 25px !important;}
  .font35{font-size: 35px !important;}
  .strip1{
    background: #FFB630;
    padding: 7px 10px;
    font-size: 18px;
  }
  .img70-res img{
    width: 70%;
  }
  .boxa1{
    height: unset;
    margin-top: 20px;
  }
  .bot1, .graphic2, .graphic1, .graphic3, .graphic13, .avatar1, .avatar2, .avatar3, .avatar4, .graphic9, .gift1, .graphic14, .graphic15, .gift2{
    display: none;
  }
  .section2{
    padding-bottom: 0px;
  }
  .highlight1{
    display: block;
  }
  .hide-sm{
    display: none;
  }
  .hide-md{
    display: block !important;
  }
  .section5{
    background: #E9B8FE;
    padding: 50px 0;
  }
  .box3{
    padding: 0;
  }
  .highlight3{
    font-size: 27px;
    padding: 65px 40px 35px;
  }
  .box4{
    height: unset;
  }
  .cover-img{
    margin-left: -30px;
    margin-top: 40px;
    transform: scale(1.3);
    margin-bottom: -30px;
  }
  .box8a, .box8b, .box8c, .box8d, .box8e, .box8f, .box8g, .box8h, .box8i{
    height: unset !important;
    margin-top: 30px;
  }
  .box9{
    margin-top: 30px;
    height: unset;
  }
  .strip8, .strip9, .strip10, .strip11, .strip12{
    font-size: 23px;
  }
  .guarantee-box img{
    width: 100%;
  }
  .center-res{
    text-align: center;
  }
  .Marquee{
    overflow-x: hidden;
  }
  .strip6{
    font-size: 22px;
  }
  .box1{
    padding: 20px 30px;
  }
}


