@import url('https://fonts.googleapis.com/css2?family=Work+Sans: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');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Protest+Riot&display=swap');
body{
  font-family: 'Work Sans', sans-serif !important;
  color: #000;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.cursive{
  font-family: 'Protest Riot', sans-serif !important;
}
::selection{
  background: rgb(92, 27, 243);
  color: #fff;
}
p{
  font-size: 22px !important;
  line-height: 1.3 !important;
}
.p1{
  font-size: 19px !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: 28%;
}
.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;}
.pr3{padding-right: 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;}

.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;}
.red1{color: #7e0927;}
.yellow{color: #F3FF38;}
.green{color: #0BF15B;}
.blue{color: #6E4EEC;}
.light-blue{color: #1a52ad;}
.pink{color: #ff004c;}
.orange{color: #fd6e00;}


.lh1{
  line-height: 1.6 !important;
}
.lh2{
  line-height: 1.5 !important;
}
.lh3{
  line-height: 1.4 !important;
}
.uppercase{
  text-transform: uppercase;
  letter-spacing: 3px;
}
.transparent{
  opacity: 0.7;
}
.text-shadow {
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 3px 5px 7px rgba(0,0,0,0.51);
}
.headline1{
  font-size: 46px;
  line-height: 1.4 !important;
}
.heading1{
  font-size: 50px;
}
.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-inner{
  background: #5d5d5d1f;
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 3.5px );
  -webkit-backdrop-filter: blur( 3.5px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  margin-top: 30px;
  padding-bottom: 50px;
}
.section1{
  display: block;
  background: url(../images/bg1.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 80px;
  padding-left: 100px;
  padding-right: 100px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section2{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section3{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 450px;
  margin-top: -250px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section4{
  display: block;
  background: url(../images/bg4.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section5{
  display: block;
  background: url(../images/bg9.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 120px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section6{
  display: block;
  background: url(../images/bg10.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: left top;
}
.section7{
  display: block;
  background: url(../images/bg11.png) repeat 0 0 / cover;
  padding-top: 100px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section8{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section9{
  display: block;
  background: #000;
  padding-top: 80px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section10{
  display: block;
  background: url(../images/bg7.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section11{
  display: block;
  background: url(../images/bg12.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section12{
  display: block;
  background: url(../images/bg8.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section13{
  display: block;
  background: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section14{
  display: block;
  background: #f8f7f0;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section15{
  display: block;
  background: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section16{
  display: block;
  background: url(../images/bg16.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center center;
}
.section17{
  display: block;
  background: url(../images/bg15.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section18{
  display: block;
  background: url(../images/bg17.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer{
  display: block;
  background: #000;
  padding-top: 40px;
  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: 20px;
  color: #fff;
}
.footer_menu li a{
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.footer_menu li a:hover{
  text-decoration: underline;
}
.logo img{
  width: 20%;
}
.gradient1{
  color: #6E4DED; 
  background-image: -webkit-linear-gradient(270deg, #6E4DED 30%, #03FA51 76%);
  background-clip: text; 
  -webkit-background-clip: text; 
  text-fill-color: transparent; 
  -webkit-text-fill-color: transparent;
}
.top-strip{
  display: inline-block;
   background: #8950F7;
  /* background: linear-gradient(130deg, #8950F7 0%, #04FB52 100%);  */
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 10px 50px;
  border-radius: 0 0 10px 10px;
}
.video-bg{
  background: url(../images/video-bg1.png) no-repeat 0 0 / cover;
  padding: 35px 40px;
  background-size: 100% 100%;
}
.video-bg1{
  background: url(../images/video-bg.png) no-repeat 0 0 / cover;
  padding: 80px 50px;
  border-radius: 80px;
  margin-top: -500px;
  box-shadow: rgba(24, 25, 24, 0.361) 0px 48px 100px 0px;
}
.video-bg2{
  background: rgba(143, 140, 170, 0.39);
  border-radius: 16px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  border: 1px solid rgba(110, 108, 133, 0.274);
  padding: 20px;
  /* margin-bottom: -100px; */
  box-shadow: rgba(24, 25, 24, 0.174) 0px 48px 100px 0px;
}
.button-green {
  display: inline-block;
  background: linear-gradient(90deg,var(--c1,#6D4EEB),var(--c2,#6D4EEB) 50%,var(--c1,#0AF05B)) var(--x,0)/200%;
  font-size: 35px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 50px;
  border-radius: 50px;
  transition: 0.5s;
  border: 4px solid #fff;
  box-shadow: rgba(24, 25, 24, 0.174) 0px 48px 100px 0px;
}
.button-green:hover{
  text-decoration: none;
  color: #fff;
  padding: 15px 70px;
  --x: 100%;
  /* transform: scale(1.03); */
  /*background: #ff9a4c;*/
}
.faq-vic{
  position: relative;
  top: -130px;
}
.icon1{
  position: absolute;
  width: 20%;
}
.icon1 img{
  position: relative;
  width: 100%;
  top: -500px;
  left: 1150px;
  transform: rotate(-10deg);
  filter: drop-shadow(0px 0px 13px #d8c5ff46);
}
.icon2{
  position: absolute;
  width: 15%;
}
.icon2 img{
  position: relative;
  width: 100%;
  top: -500px;
  left: 20px;
  filter: drop-shadow(0px 0px 13px #d8c5ff46);
}
.list1 li {
  list-style: none;
  font-size: 20px;
  margin-top: 20px;
  /*margin-left: 30px;*/
  margin-bottom: -5px;
  /* margin-left: -30px; */
}
.list1 li i {
  color: #1cb85e;
  padding-right: 5px;
  margin-left: -32px;
}
.gift{
  position: absolute;
  width: 10%;
  left: 0;
}
.gift img{
  position: relative;
  width: 100%;
  top: -90px;
  left: -30px;
}
.gift1{
  position: absolute;
  width: 10%;
  right: 0;
}
.gift1 img{
  position: relative;
  width: 100%;
  top: -90px;
  left: 30px;
}
.bonus-strip1{
  background: url(../images/bonus-strip1.png) no-repeat 0 0 / cover;
  padding: 40px 50px 30px 50px;
  background-size: 100% 100%;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.bonus-box1{
  background: #fff;
  border: 5px solid #FFDA06;
  padding: 10px 50px 50px;
  border-radius: 10px;
  box-shadow: rgba(255, 251, 178, 0.154) 0px 48px 100px 0px;
}
.bonus-box2{
  background: #fff;
  border: 5px solid #FFDA06;
  padding: 10px 50px 50px;
  border-radius: 10px;
  box-shadow: rgba(255, 251, 178, 0.154) 0px 48px 100px 0px;
}
.bonus-strip{
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  background: #FFDA06;
  padding: 5px 35px;
  position: relative;
  top: -40px;
}
.line1{
  background: linear-gradient(130deg, #8950F7 0%, #04FB52 100%); 
  height: 1px;
  display: block;
  margin-top: 80px;
}
.intro{
  background: #FFDA06;
  padding: 5px 50px;
  display: inline-block;
  border-radius: 50px;
  font-size: 30px;
  font-size: 700;
}
.vic-box-parent{
  background: linear-gradient(130deg, #8950F7 0%, #04FB52 100%); 
  padding: 10px;
  border-radius: 20px;
}
.vic-box2{
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  box-shadow: rgba(51, 59, 51, 0.15) 0px 48px 100px 0px;
}
.vic{
  position: relative;
  z-index: 100;
  transform: scale(1.2);
}
.vic-box1{
  background: #5d5d5d1f;
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 3.5px );
  -webkit-backdrop-filter: blur( 3.5px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  padding: 50px 50px 50px 100px;
  transform: perspective(100px) rotateX(0deg) rotateY(-1.2deg) rotateZ(0deg);
   position: relative;
   left: -100px;
}
.box1{
  display: inline-block;
  background: url(../images/box1.png) no-repeat 0 0 / cover;
  width: 100%;
  padding: 50px 50px 130px;
  /* border-radius: 15px; */
  /* margin-top: 50px; */
  filter: drop-shadow(0px 0px 13px #d8c5ff46);
  margin-bottom: -200px;
}
.box2{
  background: #fff;
  padding: 0 0 30px 0;
  border-radius: 15px;
  box-shadow: rgba(51, 59, 51, 0.15) 0px 48px 100px 0px;
}
.box2 .strip{
  background: linear-gradient(130deg, #8950F7 0%, #04FB52 100%); 
  padding: 15px 30px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
}
.box3{
  /* background: linear-gradient(90deg, #fff 0%, #F2F3FD 100%);  */
  /* padding: 30px; */
} 
.box4{
  display: inline-block;
  background: url(../images/box2.png) no-repeat 0 0 / cover;
  width: 100%;
  padding: 20px 50px 70px;
  filter: drop-shadow(0px 0px 13px #d8c5ff46);
}
.box4-inner{
  background: #fff;
  padding: 20px 30px 5px 50px;
  border: 1px solid #bcbcbc;
  border-radius: 80px;
  box-shadow: rgba(225, 255, 225, 0.316) 0px 48px 100px 0px;
  /* height: 145px; */
}
.cross{
  position: absolute;
  width: 9%;
}
.cross img{
  width: 80%;
  position: relative;
  left: -65px;
  top: -7px;
}
.cross1{
  position: absolute;
  width: 9%;
}
.cross1 img{
  width: 80%;
  position: relative;
  left: -65px;
  top: 10px;
}
.boxa1{
  background: #fff;
  padding: 20px 30px 5px 30px;
  border: 1px solid #bcbcbc;
  border-radius: 80px;
  box-shadow: rgba(225, 255, 225, 0.316) 0px 48px 100px 0px;
  height: 145px;
}
.boxa2{
  background: #fff;
  padding: 20px 30px 5px 30px;
  border: 1px solid #bcbcbc;
  border-radius: 80px;
  box-shadow: rgba(51, 59, 51, 0.15) 0px 48px 100px 0px;
  /* height: 145px; */
}
.boxa2 img{
  margin-left: -15px;
}
.boxa2 p{
  margin-left: -20px;
}
.strip1{
  background: #d8ffdd;
  border: 2px solid #09F558;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
  transform: rotate(-2deg) !important;
}
.strip2{
  background: #d8ffdd;
  border: 2px solid #09F558;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
  transform: rotate(2deg) !important;
}
.strip2a{
  background: #d8ffdd;
  border: 2px solid #09F558;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
  transform: rotate(-1deg) !important;
}
.strip3{
  background: #d8ffdd23;
  border: 2px solid #09F558;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
  transform: rotate(-1.5deg) !important;
}
.strip3a{
  background: #d8ffdd23;
  border: 2px solid #09F558;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
  transform: rotate(1deg) !important;
}
.strip4{
  background: #d8ffdd23;
  border: 2px solid #09F558;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
  transform: rotate(1.5deg) !important;
}
.strip4a{
  background: #d8ffdd23;
  border: 2px solid #09F558;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
  transform: rotate(-1deg) !important;
}
.strip4b{
  background: #d8ffdd23;
  border: 2px solid #09F558;
  padding: 5px 35px;
  position: relative;
  display: inline-block;
  transform: rotate(-1deg) !important;
}
.stripa1{
  background: linear-gradient(130deg, #8950F7 0%, #04FB52 100%); 
  /* border: 2px solid #09F558; */
  padding: 8px 35px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  /* transform: rotate(-2deg) !important; */
}
.stripa2{
  background: linear-gradient(130deg, #8950F7 0%, #04FB52 100%); 
  /* border: 2px solid #09F558; */
  padding: 8px 35px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  /* transform: rotate(-2deg) !important; */
}
.stripa3{
  background: #FFDA06; 
  /* border: 2px solid #09F558; */
  padding: 8px 35px 5px;
  font-size: 27px;
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  /* transform: rotate(-2deg) !important; */
}
.img-box1{
  background: #fff;
  padding: 15px;
  box-shadow: rgba(62, 62, 62, 0.186) 0px 48px 100px 0px;
  border-radius: 10px;
}
.test-box-parent{
  background: linear-gradient(130deg, #8950F7 0%, #04FB52 100%);
  padding-bottom: 10px;
  box-sizing: content-box;
  box-shadow: rgba(15, 16, 15, 0.522) 0px 48px 100px 0px;
}
.test-box1{
  background: #000;
  padding: 30px;
  border: 1px solid #bcbcbc;
}
.test-box1 img{
  border-radius: 50%;
  border: 5px solid #fff;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.guarantee-box{
  background: #5d5d5d1f;
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 3.5px );
  -webkit-backdrop-filter: blur( 3.5px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  transform: perspective(100px) rotateX(1deg) rotateY(0deg) rotateZ(0deg);
  padding: 30px;
  text-align: center;
  margin-top: 130px;
}
.guarantee-box img{
  width: 55%;
  margin-top: -120px;
  transform: perspective(100px) rotateX(-2deg) rotateY(0deg) rotateZ(0deg);
}
.arrow1{
  position: absolute;
  width: 100%;
}
.arrow1 img{
  width: 3%;
  position: relative;
  top: 80px;
}
.p-table {
  display: inline-block;
  background: linear-gradient(to right, #1D0375, #470375);
  width: 100%;
  padding: 0px 1px 1px 1px;
  border-radius: 35px;
  /* overflow: hidden; */
}
.cover-img{
  transform: scale(1.3) translateX(-30px);
}
.graphic11{
  position: absolute;
  width: 20%;
}
.graphic11 img{
  width: 100%;
  position: relative;
  top: -900px;
}
.graphic12{
  position: absolute;
  width: 20%;
  right: 0;
}
.graphic12 img{
  width: 100%;
  position: relative;
  top: -900px;
}
.faq1{
  position: absolute;
  width: 20%;
  right: 0;
}
.faq1 img{
  width: 100%;
  position: relative;
  top: 300px;
}
.faq2{
  position: absolute;
  width: 20%;
}
.faq2 img{
  width: 100%;
  position: relative;
  top: 1240px;
}
.p-head1 {
  background: transparent;
  padding: 50px 30px;
  border-radius: 35px 35px 0 0;
}
.p-head2 {
  background: #ed861c;
  padding: 50px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-body {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 0 0 35px 35px;
}
.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: 20px;
  font-weight: 400;
  margin-left: 30px;
  margin-right: 30px;
}
.p-list li i{
  color: #03FA52;
  margin-left: -30px;
  margin-right: 5px;
}
.tab input {
  /* position: absolute; */
  opacity: 0;
  z-index: -1;
  margin-top: 0px;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 10rem;
}
.accordion {
  color: transparent;
  /* border: 2px solid; */
  border-radius: 0.5rem;
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: white;
  background: linear-gradient(to right bottom, #8652F2, #8652F2);
  border-bottom: 5px solid #03FA52;
  /* border: 1px solid #ffffff4e; */
  border-radius: 10px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  padding: 25px 30px !important;
}
.tab__label:nth-child(2){
  padding-right: 50px !important;
}
.tab__label {
  justify-content: space-between;
  /* padding: 1rem; */
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  /* height: 1em; */
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
  /* position: relative;
  right: 30px !important; */
}
.tab input:checked + .tab__label::after {
  transform: rotate(90deg);
}
.tab__content p {
  margin: 0;
  /* padding: 1rem; */
  margin-left: 30px;
  margin-right: 50px;
  font-size: 20px !important;
  color: #000;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}
.hide-md{
  display: none;
}
@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: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .button-green:hover{
    padding-left: 25px;
    padding-right: 25px;
  }
  .guarantee img{
    width: 70%;
  }
  .img70 img{
    width: 100%;
  }
  .img50 img{
    width: 100%;
  }
  .section1{
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-strip{
    padding-left: 20px;
    padding-right: 20px;
  }
  .headline1{
    font-size: 30px;
  }
  .video-bg{
    padding: 15px 17px;
  }
  .icon1, .icon2{
    display: none;
  }
  .box1{
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .boxa1{
    height: unset;
    text-align: center;
  }
  .boxa1 p{
    margin-top: 20px;
  }
  .boxa2{
    height: unset;
    text-align: center;
  }
  .boxa2 p{
    margin-top: 20px;
    margin-left: 0;
  }
  .boxa2 img{
    margin-left: 0;
  }
  .img100-res img{
    width: 100% !important;
  }
  .img60-res img{
    width: 60%;
  }
  h1{
    font-size: 30px;
  }
  .left-res{
    text-align: left !important;
  }
  .img20-res img{
    width: 20%;
  }
  .section4{
    background: #fff;
  }
  .vic{
    transform: unset;
    width: 70% !important;
  }
  .hide-sm{
    display: none;
  }
  .hide-md{
    display: block;
  }
  .vic-box1{
    transform: unset;
    left: 0;
    padding: 40px;
    margin-top: 20px;
  }
  .section6{
    background-position: center top;
  }
  .cross img{
    width: 130%;
  }
  .cross1 img{
    width: 130%;
  }
  .box4{
    padding-left: 40px;
    padding-right: 20px;
  }
  .section10{
    background: linear-gradient(to bottom, #FEF1F5, #E5E4F8);
  }
  .arrow1{
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .arrow1 img{
    width: 6%;
    position: relative;
    top: 80px;
    left: 0;
  }
  .cover-img{
    transform: scale(1.2);
  }
  .graphic11{
    position: absolute;
    width: 20%;
  }
  .graphic11 img{
    width: 100%;
    position: relative;
    top: -950px;
  }
  .graphic12{
    position: absolute;
    width: 20%;
    right: 0;
  }
  .graphic12 img{
    width: 100%;
    position: relative;
    top: -950px;
  }
  .faq1, .faq2{
    display: none;
  }
  .footer_menu{
    text-align: center;
    padding-left: 0;
  }
  .center-res{
    text-align: center;
  }
  .left-res{
    text-align: left !important;
  }
  .tab__label::after{
    display: none;
  }
  body{
    overflow-x: hidden;
  }
  .guarantee-box{
    transform: unset;
  }
  .box3{
    background: unset;
  }
  .arrow1{
    display: none;
  }
  .gift1, .gift2{
    display: none;
  }
  .bonus-strip1{
    background: url(../images/bonus-strip1.png) no-repeat 0 0 / cover;
    padding: 40px 20px 30px 20px;
    background-size: 100% 100%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: inline-block;
  }
  .bonus-box1, .bonus-box2{
    padding: 30px;
  }
  .bonus-strip{
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    top: -50px;
  }
}



@media (max-width: 576px){
  .left-res{
    text-align: left !important;
  }
}