*{margin:0;padding:0;}
.home-five .primary-navbar, .home-six .primary-navbar{border:none;}
.primary-navbar{border:none;}
.home-five .primary-navbar .navbar__item button{color:#fff;}
.home-five .primary-navbar .navbar__item button, .home-five .primary-navbar .navbar__item a, .home-six .primary-navbar .navbar__item button, .home-six .primary-navbar .navbar__item a{color:#fff;}
.home-five .primary-navbar .navbar__list, .home-six .primary-navbar .navbar__list{border:none;}
.banner-five{background-color: var(--theme-bg);}
.logocss{width: 100%;}
.home-five .primary-navbar .navbar__mobile-options button, .home-six .primary-navbar .navbar__mobile-options button{color: var(--quinary-color);}
.home-five .primary-navbar .navbar__item button:hover, .home-five .primary-navbar .navbar__item a:hover, .home-six .primary-navbar .navbar__item button:hover, .home-six .primary-navbar .navbar__item a:hover{color: var(--primary-color) !important;}
.banner-five{position:relative;padding-top: 123px;}
.banner-five::before {
  position: absolute;
  top: 0px;
  left: -180px;
  content: "";
  width: 600px;
  height: 600px;
  min-height: 300px;
  border-radius: 50%;
  background: rgba(75, 255, 223, 0.24);
  filter: blur(227px);
  z-index: -1;
}
.banner-five::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  content: "";
  width: 430px;
  height: 430px;
  min-height: 300px;
  border-radius: 50%;
  background: rgba(75, 169, 255, 0.44);
  filter: blur(272px);
  z-index: -1;
}
.banner-five h1{font-size: 132px;line-height: 95px;}
.banner.banners .fontse{font-size: 50px;color:#65ff4b;text-transform: lowercase;}
.banner.banners .fontse1{color:#fff !important;text-transform: lowercase;}
.banner.banners .banner-thumb-one {
  position: absolute;
  top: 140px;
  left: 1%;
  z-index: -1;
}
.banner .banner-thumb-one img{max-width: 12vw;}
.banner.banners h1 span {
  color: #fff;
}
.home-five .primary-navbar .open-mobile-menu, .home-six .primary-navbar .open-mobile-menu{color: var(--quinary-color);}
.banner-five .scroll-position-btn img{animation: none;}
.banner .banner-thumb-one.thumb1{right: 1%;left: inherit;z-index:99;top:345px}
.download	{display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background-color: #0E0086;
  border-radius: 30px;}
  .download .down-ander {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #65ff4b;
  overflow: hidden;
  border-radius: 30px;
}
.images-down {
  background-color: #65FF4B;
  height: 48px;
  width: 48px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.down-ander p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-right: 15px;
  z-index: 1;
  transition: all .55s;
}
.down-ander::after {
  content: "";
  position: absolute;
  background-color: #65FF4B;
  width: 21%;
  height: 100%;
  border-radius: 30px;
  z-index: 0;
  left: 0;
  transition: all .55s;
}
.download:hover .down-ander::after {
  transition: all .55s;
  width: 100%;
}
.download:hover .down-ander p {
  color: #000;
  transition: all .55s;
}

.home-five .navbar-active, .home-six .navbar-active {
  background-color: var(--black);
}
.navbar__logo{width:150px;}
./* ekit-wid-con .ekit-element-align-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ekit_double_button {
  width: 40%;
}
.ekit-wid-con .ekit-double-btn-one {
  background-color: #2575fc;
}
.ekit-wid-con .ekit-double-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  outline: 0;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  overflow: hidden;
  color: #fff;
  width: 100%;
  background-color: #3b3b3b;
  padding: 20px;
  z-index: 1;
}
.ekit-double-btn.ekit-double-btn-one {
  background-color: #F75F04;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F75F04;
  border-radius: 100px 0px 0px 100px;
  margin: 0px 5px 0px 60px;
}
.ekit-double-btn.ekit-double-btn-one > i {
  padding-left: 8px;
  font-size: 20px;
}
.ekit-wid-con .ekit_button_middle_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 0 6px rgba(255,255,255,.2);
  box-shadow: 0 0 0 6px rgba(255,255,255,.2);
  background: #fafaf8;
    background-color: rgb(250, 250, 248);
  color: #444;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 14px;
  z-index: 5;
}
.ekit-wid-con .ekit_button_middle_text {
  background-color: #fff;
  color: #000 );
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
  width: 40px;
  height: 40px;
}
.ekit-double-btn.ekit-double-btn-two {
  background-color:#000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform:uppercase;
  line-height:25px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color:#000;
  border-radius: 0px 100px 100px 0px;
  margin: 0px 60px 0px 5px;
}
.ekit-double-btn.ekit-double-btn-two:hover {
background-color: transparent;
  color: #000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000;
}
.ekit-double-btn.ekit-double-btn-one:hover {
  background-color: transparent;
  color: #F75F04;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F75F04;
} */
.header-buttons-main {
  display: flex;
  align-items: center;
}
.button2 {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: conic-gradient(from var(--r) at var(--x) 50%, #222 0%, #00FFB1 20%, #1A1A1A 25%);
  animation: rotateAnimation 5s linear infinite, moveX 5s ease-in-out infinite alternate;
  padding: 12px 24px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.button2 span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.button2::after {
  content: "";
  display: block;
  position: absolute;
  background: #1A1A1A;
  inset: 2px;
  border-radius: 10px;
  z-index: 0;
  transition: opacity .3s ease;
}
.button1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  color: #FFF;
  z-index: 1;
  border-radius: 10px;
  background: linear-gradient(270deg, rgba(0, 255, 177, 0.75) 0%, rgba(0, 255, 177, 0.00) 49.65%);
  border: 2px solid transparent;
}
.button1::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(90deg, #5C33FF, #00FFB1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.hoverEffect {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
  border-radius: 8px;
}
.hoverEffect span {
  background: linear-gradient(90deg, #5C33FF 0%, #00FFB1 100%);
  width: 12rem;
  height: 12rem;
  transition: 0.4s;
  filter: blur(20px);
  animation: effect infinite 3s linear;
  opacity: 0.5;
  overflow: hidden;
}
.button2:hover {
  color: #00FFB1;
}
@property --r {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}
@property --x {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}
@keyframes rotateAnimation {
    0% {
        --r: 0deg;
    }
    100% {
        --r: 360deg;
    }
}
/* Smooth infinite horizontal movement */
@keyframes moveX {
    0% {
        --x: 10%;
    }
    100% {
        --x: 90%;
    }
}
.primary-navbar .navbar{gap:0;}
.primary-navbar .navbar__list{justify-content: inherit;}
.icon-down{width:20px;}
.hero-heading {
  font-size: 65px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: -1px;
   color: #fff;
   text-align:center;
}
.hero-banner-six .hero-heading span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  border-radius: 25px;
  position: relative;
 
}
.hero-banner-six .hero-heading span:nth-child(1) {
  z-index: 2;
}
.hero-banner-six .hero-heading span:nth-child(2) {
  z-index: 1;
}
.hero-banner-six .hero-heading span:nth-child(3) {
  z-index: 0;
  padding-bottom: 20px;
}
.home-five, .home-six{background-color: var(--theme-bg);}
.smext{color: #65FF4B;font-size: 55px;margin-top: 12px;}
.smext img{width:73px;}
.home-five p.smext2{color: #fff;font-size:30px;text-align:center;margin-top: 44px;line-height: 42px;}
.home-five p.parde{color:inherit;font-size: 30px;line-height: 35px;}
.home-five .title.titled{color:#fff;font-size:50px;}
.platforbox{display:flex;justify-content:space-between;align-items: center;}
.imgsf{text-align:center;}
.imgsf img{max-width:68%;}
.footer-alter.newfoote .footer-alter__inner{padding:42px;border-radius: 40px;padding-left: 85px;background-image:url("../images/footer/footer-bg-two.png"), linear-gradient(132deg, #e30b40 0%, #e30b40 100%);margin-top:0;}
.footer-alter.newfoote .footer-alter__content h2{max-width:85%;color: #fff;}
.footer-alter.newfoote .footer-alter__content{display:inherit;flex-direction: column;align-items: first baseline;gap: 0;}
.home-five p.youte {color: #000;font-size: 23px;padding-top: 14px;line-height: 32px;color:#FFF;font-weight: 600;}
ul.yoffer{margin:0;padding:0;width: 48%;margin-top: 26px;}
ul.yoffer li{margin:0;padding:5px 0;list-style:none;position:relative;font-size:16px;color:#FFF;}
ul.yoffer li:before{content:'';position:absolute;top:12px;left:0;background:#FFF;width:12px;height:12px;background-size: contain;border-radius: 100%;}
.offbosd{display:flex;width: 66%;}
.home-five ul.yoffer li p.youte1{color:#fff;padding-left:20px;font-weight:600;}
.footer-alter.newfoote.neaper .footer-alter__inner{background-image:url("../images/footer/footer-bg-two.png"), radial-gradient(172.95% 76.92% at 46.67% 50%, #735aff 0%, #0b0433 100%);}
.footer-alter.newfoote.neaper1 .footer-alter__inner{background-image:url("../images/footer/footer-bg-two.png"), linear-gradient(90deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%);}
.footer-alter.newfoote.neaper2 .footer-alter__inner{background-image:url("../images/footer/footer-bg-two.png"), radial-gradient(172.95% 76.92% at 46.67% 50%, #0c5aba 0%, #0c5aba 100%);}
.hero-heading.nehwe{font-size:75px;}
.banner-two .banner-two__content.necontw h2{font-weight: 700;margin-bottom: 30px;font-size:67px;color: #fff;line-height: 80px;}
.banner-two .banner-two__content.necontw h2 span {
  background: linear-gradient(107deg, #65ff4b 0%, #46e695 100%);
    background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-generator {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
.ai-generator img {
  width: 35px;
}
.ai-generator h4 {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
}
.rowss{width:75%;margin:0 auto;}
.product-filter .product-filter__wrapper button{color: #fff;font-size: 22px;}
.counter-alter .counter__single h2{color:#fff;}
.counter .counter__single p{font-size: 42px;color: #fff;font-family: var(--mont);font-weight: 700;}
.footer-alter.negoe{background:transparent;border-top: 1px solid #222;}
.footer-alter .footer__nav a {
  color: #fff;
}
.footer-alter .footer__copyright p {
  color: #fff;
}
.footer-alter .footer__copyright a {
  color: #65FF4B;
}
.footer .footer__copyright{padding-top: 0;}
.footer .footer__nav-list ul{padding-top: 43px;}
.review{background-color:transparent;}
.home-five .title.proe{color:#fff;font-size:50px;}
.home-five p.proe2{color:#fff;}
.home-five p.proe1{color:#fff;font-size:30px;line-height:35px;}
.footer-alter .footer__nav a:hover {
  color: var(--primary-color) !important;
}
.review .review__slider-single{background: #120f23;}*{margin:0;padding:0;}
.home-five .primary-navbar, .home-six .primary-navbar{border:none;}
.primary-navbar{border:none;}
.home-five .primary-navbar .navbar__item button{color:#fff;}
.home-five .primary-navbar .navbar__item button, .home-five .primary-navbar .navbar__item a, .home-six .primary-navbar .navbar__item button, .home-six .primary-navbar .navbar__item a{color:#fff;padding-right: 12px;}
.home-five .primary-navbar .navbar__list, .home-six .primary-navbar .navbar__list{border:none;}
.banner-five{background-color: var(--theme-bg);}
.home-five .primary-navbar .navbar__mobile-options button, .home-six .primary-navbar .navbar__mobile-options button{color: var(--quinary-color);}
.home-five .primary-navbar .navbar__item button:hover, .home-five .primary-navbar .navbar__item a:hover, .home-six .primary-navbar .navbar__item button:hover, .home-six .primary-navbar .navbar__item a:hover{color: var(--primary-color) !important;}
.banner-five{position:relative;padding-top: 123px;}
.banner-five::before {
  position: absolute;
  top: 0px;
  left: -180px;
  content: "";
  width: 600px;
  height: 600px;
  min-height: 300px;
  border-radius: 50%;
  background: rgba(75, 255, 223, 0.24);
  filter: blur(227px);
  z-index: -1;
}
.banner-five::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);.navbar__logo
  right: -100px;
  content: "";
  width: 430px;
  height: 430px;
  min-height: 300px;
  border-radius: 50%;
  background: rgba(75, 169, 255, 0.44);
  filter: blur(272px);
  z-index: -1;
}
.banner-five h1{font-size: 110px;line-height: 95px;font-family:"Montserrat", sans-serif;}
.banner.banners .banner-thumb-one {
  position: absolute;
  top: 140px;
  left: 1%;
  z-index: -1;
}
.banner .banner-thumb-one img{max-width: 12vw;}
.banner.banners h1 span {
  color: #fff;
}
.home-five .primary-navbar .open-mobile-menu, .home-six .primary-navbar .open-mobile-menu{color: var(--quinary-color);}
.banner-five .scroll-position-btn img{animation: none;}
.banner .banner-thumb-one.thumb1{right: 1%;left: inherit;z-index:99;top:345px}
.download	{display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background-color: #0E0086;
  border-radius: 30px;}
  .download .down-ander {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #65ff4b;
  overflow: hidden;
  border-radius: 30px;
}
.images-down {
  background-color: #65FF4B;
  height: 42px;
  width: 42px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.down-ander p {
  font-size: 16px;
  font-weight: 500;
  color: #000 !important;
  padding-right: 15px;
  z-index: 1;
  transition: all .55s;
}
.down-ander::after {
  content: "";
  position: absolute;
  background-color: #65FF4B;
  width: 21%;
  height: 100%;
  border-radius: 30px;
  z-index: 0;
  left: 0;
  transition: all .55s;
}
.download:hover .down-ander::after {
  transition: all .55s;
  width: 100%;
}
.download:hover .down-ander p {
  color: #000;
  transition: all .55s;
}

.home-five .navbar-active, .home-six .navbar-active {
  background-color: var(--black);
}
.navbar__logo{width:235px;}
./* ekit-wid-con .ekit-element-align-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ekit_double_button {
  width: 40%;
}
.ekit-wid-con .ekit-double-btn-one {
  background-color: #2575fc;
}
.ekit-wid-con .ekit-double-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  outline: 0;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  overflow: hidden;
  color: #fff;
  width: 100%;
  background-color: #3b3b3b;
  padding: 20px;
  z-index: 1;
}
.ekit-double-btn.ekit-double-btn-one {
  background-color: #F75F04;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F75F04;
  border-radius: 100px 0px 0px 100px;
  margin: 0px 5px 0px 60px;
}
.ekit-double-btn.ekit-double-btn-one > i {
  padding-left: 8px;
  font-size: 20px;
}
.ekit-wid-con .ekit_button_middle_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 0 6px rgba(255,255,255,.2);
  box-shadow: 0 0 0 6px rgba(255,255,255,.2);
  background: #fafaf8;
    background-color: rgb(250, 250, 248);
  color: #444;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 14px;
  z-index: 5;
}
.ekit-wid-con .ekit_button_middle_text {
  background-color: #fff;
  color: #000 );
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
  width: 40px;
  height: 40px;
}
.ekit-double-btn.ekit-double-btn-two {
  background-color:#000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform:uppercase;
  line-height:25px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color:#000;
  border-radius: 0px 100px 100px 0px;
  margin: 0px 60px 0px 5px;
}
.ekit-double-btn.ekit-double-btn-two:hover {
background-color: transparent;
  color: #000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000;
}
.ekit-double-btn.ekit-double-btn-one:hover {
  background-color: transparent;
  color: #F75F04;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F75F04;
} */
.header-buttons-main {
  display: flex;
  align-items: center;
}
.button2 {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: conic-gradient(from var(--r) at var(--x) 50%, #222 0%, #00FFB1 20%, #1A1A1A 25%);
  animation: rotateAnimation 5s linear infinite, moveX 5s ease-in-out infinite alternate;
  padding: 0px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.button2 span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 15px;
}
.button2::after {
  content: "";
  display: block;
  position: absolute;
  background: #1A1A1A;
  inset: 2px;
  border-radius: 10px;
  z-index: 0;
  transition: opacity .3s ease;
}
.button1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  color: #FFF;
  z-index: 1;
  border-radius: 10px;
  background: linear-gradient(270deg, rgba(0, 255, 177, 0.75) 0%, rgba(0, 255, 177, 0.00) 49.65%);
  border: 2px solid transparent;
}
.button1::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(90deg, #5C33FF, #00FFB1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.hoverEffect {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
  border-radius: 8px;
}
.hoverEffect span {
  background: linear-gradient(90deg, #5C33FF 0%, #00FFB1 100%);
  width: 12rem;
  height: 12rem;
  transition: 0.4s;
  filter: blur(20px);
  animation: effect infinite 3s linear;
  opacity: 0.5;
  overflow: hidden;
}
.button2:hover {
  color: #00FFB1;
}
@property --r {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}
@property --x {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}
@keyframes rotateAnimation {
    0% {
        --r: 0deg;
    }
    100% {
        --r: 360deg;
    }
}
/* Smooth infinite horizontal movement */
@keyframes moveX {
    0% {
        --x: 10%;
    }
    100% {
        --x: 90%;
    }
}
.primary-navbar .navbar{gap:0;}
.primary-navbar .navbar__list{justify-content: inherit;}
.hero-heading {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -1px;
   color: #fff;
   text-align:center;
}
.hero-banner-six .hero-heading span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  border-radius: 25px;
  position: relative;
 
}
.hero-banner-six .hero-heading span:nth-child(1) {
  z-index: 2;
}
.hero-banner-six .hero-heading span:nth-child(2) {
  z-index: 1;
}
.hero-banner-six .hero-heading span:nth-child(3) {
  z-index: 0;
  padding-bottom: 20px;
}
.home-five, .home-six{background-color: var(--theme-bg);}
.smext img{width:73px;}
.home-five p.smext2{color: #fff;font-size:30px;text-align:center;margin-top: 44px;line-height: 42px;}
.home-five p.parde{color:inherit;font-size: 30px;line-height: 35px;}
.home-five .title.titled{color:#fff;font-size:50px;}
.platforbox{display:flex;justify-content:space-between;align-items: center;}
.imgsf{text-align:center;}
.imgsf img{max-width:68%;}
.footer-alter.newfoote .footer-alter__inner{padding:42px;border-radius: 40px;padding-left: 85px;background-image:url("../images/footer/footer-bg-two.png"), linear-gradient(132deg, #e30b40 0%, #e30b40 100%);margin-top:0;}
.footer-alter.newfoote .footer-alter__content h2{max-width:85%;color: #fff;}
.footer-alter.newfoote .footer-alter__content{display:inherit;flex-direction: column;align-items: first baseline;gap: 0;}
ul.yoffer{margin:0;padding:0;width: 48%;margin-top: 26px;}
ul.yoffer li{margin:0;padding:5px 0;list-style:none;position:relative;font-size:16px;color:#FFF;}
ul.yoffer li:before{content:'';position:absolute;top:12px;left:0;background:#FFF;width:12px;height:12px;background-size: contain;border-radius: 100%;}
.offbosd{display:flex;width: 66%;}
.home-five ul.yoffer li p.youte1{color:#fff;padding-left:20px;}
.footer-alter.newfoote.neaper .footer-alter__inner{background-image:url("../images/footer/footer-bg-two.png"), radial-gradient(172.95% 76.92% at 46.67% 50%, #735aff 0%, #0b0433 100%);}
.footer-alter.newfoote.neaper1 .footer-alter__inner{background-image:url("../images/footer/footer-bg-two.png"), linear-gradient(90deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%);}
.footer-alter.newfoote.neaper2 .footer-alter__inner{background-image:url("../images/footer/footer-bg-two.png"), radial-gradient(172.95% 76.92% at 46.67% 50%, #0c5aba 0%, #0c5aba 100%);}
.hero-heading.nehwe{font-size:60px;}
.banner-two .banner-two__content.necontw h2{font-weight: 700;margin-bottom: 30px;font-size:67px;color: #fff;line-height: 80px;}
.banner-two .banner-two__content.necontw h2 span {
  background: linear-gradient(107deg, #65ff4b 0%, #46e695 100%);
    background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-generator {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
.ai-generator img {
  width: 35px;
}
.ai-generator h4 {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
}
.rowss{width:75%;margin:0 auto;}
.product-filter .product-filter__wrapper button{color: #fff;font-size: 18px;border-radius: 4px;}
.counter-alter .counter__single h2{color:#fff;}
.counter .counter__single p{font-size: 50px;color: #fff;font-family: var(--mont);font-weight: 700;}
.footer-alter.negoe{background:transparent;border-top: 1px solid #222;}
.footer-alter .footer__nav a {
  color: #fff;
}
.footer-alter .footer__copyright p {
  color: #fff;
}
.footer-alter .footer__copyright a {
  color: #65FF4B;
}
.footer .footer__copyright{padding-top: 0;}
.footer .footer__nav-list ul{padding-top: 43px;}
.review{background-color:transparent;}
.home-five .title.proe{color:#fff;font-size:50px;}
.home-five p.proe2{color:#fff;}
.home-five p.proe1{color:#fff;font-size:30px;line-height:35px;}
.footer-alter .footer__nav a:hover {
  color: var(--primary-color) !important;
}
.review .review__slider-single{background: #120f23;}
.dropdown-toggle::after{z-index:999;}
.home-five.nheu .primary-navbar .navbar__mobile-options button{color:#fff;}
.dropdown-menu{background:#120f23;min-width: 11rem;}
.dropdown-item{color: #fff;font-size: 14px;}
.home-five.nheu .primary-navbar .navbar__mobile-options button:hover{color:#fff !important;}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.authentication::before{background:none;content:inherit;}
.authentication::after{background:none;content:inherit;}
.phowidt1 {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg,#0b0f0f 68.54%,rgba(11,15,15,0) 86.92%);
  border-radius: 25px;
  padding: 2rem !important;
  width:35%;
  margin:0 auto;
  margin-top: 30px;
  padding-top: 69px !important;
}
.phowidt1:before{content: "";
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(hsl(195, 2.8%, 28.2%),transparent) border-box;
  -webkit-mask: linear-gradient(hsl(0, 0%, 0%) 0 0) padding-box,linear-gradient(hsl(0, 0%, 0%) 0 0);
    mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;}
  .px-5 {
  padding-inline: 1.25rem !important;
}
.search-popup .close-search{left:inherit;margin:inherit;margin-left:auto;}
.search-popup form{background:transparent;position:inherit;top:0;right:0;left:0;}
.search-active .search-popup .close-search{top:10px;z-index: 999;}
.phowidt1 label {
  color:#fff;
  font-size: 14px;
}
.numget {
  margin: 7px 0;
  height: 50px;
  border-radius: 5px;
  background:hsl(180, 16.7%, 7.1%);
  border:1px solid  hsl(180, 4.7%, 16.9%);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 0.6;
  font-size: 12px;
}
.search-popup button.nopri{position:inherit;background-image: linear-gradient(-140deg, #65ff4b 0%, #46e695 100%);border-radius:7px;width:100%;height: 50px;}
.dropdown-toggle.padir{padding:8px 15px;}
.primary-navbar .navbar__sub-menu a{padding: 10px 40px;}
.banner .banner__large-slider, .banner .banner__small-slider{transform:inherit;}
.banner.nuebabber{background-color:transparent;}
.crepara{color: #fff !important;font-size: 30px;text-align: center;margin-top: 44px;line-height: 42px;width: 75%;margin: 0 auto;margin-top: 26px;}
.banner .banner__large-slider{margin-top: 65px;}
.banner.nuebabber::before{content:inherit;/*content: "";*/
  position: absolute;
  left: 0;
  top:inherit;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 999;
  background:none;
  /*background: linear-gradient(360deg, #000000 4.48%, rgba(255, 255, 255, 0.13) 93.82%);*/
  filter:inherit;
  border-radius:inherit;
  min-height:inherit;
  }
  .contedife{padding:30px;margin-top: 10px;}
  .nav-tabs{border-bottom:0;}
  .marfe{margin-bottom:30px;}

  .authentication .input-single input{border-radius: 4px;padding: 6px 10px;padding-left: 15px;height: 40px;margin: 5px 0;}
  .authentication .authentication__inner{padding-top: 25px;}
  .authentication .input-single{margin-bottom: 5px;}
  .authentication .input-single label{font-size: 14px;margin-bottom: 4px;}
  .authentication__inner{width:50%;}
  .flede{display:flex;justify-content:space-between;}
  input::placeholder {font-size:12px !important;}
  select::placeholder {font-size:12px !important;}
.authentication .ic-group span{left: 10px;display:none;}
.forwrpa{width:46%;}
.forwrpa1{width:32%;}
.authentication .input-single select {
  border-radius: 15px;
  border: 1px solid #4c4a59;
  background: #302e3f;
  backdrop-filter: blur(6.0781121254px);
  padding: 20px 20px 20px 60px;
  width: 100%;
  color: #a3a3a3;
}
  
.authentication .input-single select{border-radius: 4px;padding: 11px 10px;padding-left: 15px;font-size:14px;height:40px;margin: 5px 0;}
.authentication .intro p{margin-top: 0;font-size: 14px;}
.light-title-sm.fgh{line-height: 36px;font-size: 25px;}
.section.pader{padding-top:132px;}
.nav{justify-content: center;}
.nav-link{color:#fff;}
.nav-tabs .nav-link{border:0;}
.nav-link:focus, .nav-link:hover{color:#65ff4b;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background: rgba(255, 255, 255, 0.44);color:#65ff4b;}
.authentication .input-single input.lcss{border-radius: 10px;padding: 20px 20px 20px 60px;}
.authentication .input-single.lpadd{margin-bottom: 16px;}
.b-details .w-comment{margin-top:0;border-radius:15px;}
.usdbox{display:flex;justify-content:space-between;border-bottom: 1px solid #2b2b2b;padding: 15px;}
.usdboxinner ul{margin:0;padding:0;display:flex;justify-content:space-between;flex-wrap:wrap;}
.usdboxinner ul li{margin:0;padding:0;padding: 15px;list-style:none;width:48%;}
.usdboxinner ul li p{font-size:15px;}
.usdboxinner ul li h3{font-size:18px;color:#fff;margin:0px;}
.b-details .w-comment .usdboxinner h3{font-size:18px;color:#fff;margin:0px;}
.b-details .w-comment h3 {
  margin-bottom: 25px;
}
.floow{display:flex;justify-content:center;position: absolute;width: 90%;align-items: center;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(232, 232, 232, 0.8);
  padding: 15px;
  border-radius: 10px;flex-direction:column;}
img.insr{width:30px;}
.floow span{font-size:16px;color:#000;margin-left: 15px;}
.floow h4{font-size:20px;color:#000;margin-bottom: 4px;}
.rlati{position:relative;}
.primary-navbar .navbar__mobile-options{gap: 12px;}
.banner-two .banner-two__thumb.negu{bottom:35px;right: 255px;}
.banner-two.pafd{padding-bottom: 100px;}
.padred{padding-top:80px;}
.whibos .footer-alter__inner:nth-child(2){margin-top:30px;background-image: url("../images/footer/footer-bg-two.png"), radial-gradient(172.95% 76.92% at 46.67% 50%, #735aff 0%, #0b0433 100%);}
.whibos .footer-alter__inner:nth-child(3){margin-top:30px;background-image: url("../images/footer/footer-bg-two.png"), radial-gradient(172.95% 76.92% at 46.67% 50%, #0c5aba 0%, #0c5aba 100%);}
.whibos .footer-alter__inner:nth-child(4){margin-top:30px;background-image: url("../images/footer/footer-bg-two.png"), linear-gradient(90deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%);}
.mardir{margin-bottom:65px;}
.mardir2{margin-bottom:55px;}
.dlkflw{display:flex;justify-content:space-between;width: 100%;}
.overview .overview__single{width: 32%;}
.home-five p{color:var(--theme-color);}
.h-empower{background-color: transparent;}
.h-empower .h-empower-single{padding: 15px 0px;}
.h-empower .h-empower-single .lefter{max-width: 90%;}
.h-empower .h-empower-single h3{font-size: 22px;font-weight: 700;}
.h-empower.nehpower::after{background:transparent;}
.h-empower .h-empower-accordion.nehpower{width: 80%;margin: 0 auto;margin-top: 50px;}
.h-empower .h-empower-single.nepad{padding:30px 0;}
.displ{display:none;}

.home-five .mobile-menu .navbar__list > li:nth-of-type(1), .home-six .mobile-menu .navbar__list > li:nth-of-type(1){border-top: 1px solid rgba(255, 255, 255, 0.3019607843);}
.home-five .mobile-menu .navbar__list > li button, .home-five .mobile-menu .navbar__list > li a, .home-six .mobile-menu .navbar__list > li button, .home-six .mobile-menu .navbar__list > li a{border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);}
.logomd{width: 210px;}
.mobile-menu .close-mobile-menu{font-size:15px;}
.progress-wrap{z-index:9;}
.banner-two .banner-two__thumb img {
  max-width: 22vw;
}
.counef{width: 350px;
  height: 350px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }
  .cbg1{background-image: url("../images/footer/footer-bg-two.png"), linear-gradient(90deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%);}
  .cbg2{background-image: url("../images/footer/footer-bg-two.png"), radial-gradient(172.95% 76.92% at 46.67% 50%, #735aff 0%, #0b0433 100%);}
  .cbg3{background-image: url("../images/footer/footer-bg-two.png"), linear-gradient(132deg, #e30b40 0%, #e30b40 100%);}
  .counter .counter__single .light-title{gap:3px;}
  .light-title {font-size: 55px;}
 .starw{width: 50px;}
.logo img{max-width:200px;}
  .displ2{display:none;}
  .lsor {width:50px;}
 .be80{padding-top:80px;}
  .npad1{padding-top:80px;}
 .pdl{padding-left:20px;}
.home-five p.youte.fonmor{font-weight:normal;}
.pador{padding-bottom:0px;padding-top: 70px;}
.jkes{overflow: hidden;white-space: nowrap;position: relative;background-repeat: no-repeat;top: -245px;background-position: center;background: linear-gradient(90deg, #02000B 10%, rgba(26, 26, 26, 0.70) 49.5%, #02000B 90%);padding: 16px 0;padding-top: 0;}
.jkes:before{content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background:none;
  /*background: linear-gradient(90deg, #02000B 10%, #FFF 49.5%, #02000B 90%);*/
  opacity: 0.5;
  animation: pulseGlow 2.5s ease-in-out infinite;top:0;}
 .jkes:after {content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #02000B 10%, #FFF 49.5%, #02000B 90%);
  opacity: 0.5;
  animation: pulseGlow 2.5s ease-in-out infinite;bottom: 0;}
  .pador2{padding-top: 115px;}
  .l-t.extd{font-size: 75px;text-transform: uppercase;}
 .news-alter .news-alter__single .thumb a img{width: 150px;
  transition: var(--transition);
  height: 150px;
  margin: 0 auto;
  border: 5px solid #65FF4B;min-height: inherit;}
  .m-news-alter .news-alter__single .thumb a img{border-radius:100%;}
  .m-news-alter .news-alter__single{text-align:center;padding: 50px 20px;}
  .news-alter .news-alter__single .meta{gap: 0px;flex-direction: column;}
  .m-news-alter .news-alter__single .meta span{font-size: 25px;font-weight: 600;color:#65FF4B;}
  .m-news-alter .news-alter__single .meta span.tiles{font-weight: 600;color:#b1b0b6;font-size: 17px;line-height: 22px;margin-top: 12px;}
  .m-news-alter .news-alter__single:hover .meta span.tiles {color: var(--quaternary-color);}
.m-news-alter .news-alter__single h4 a{font-size: 18px;line-height: 25px;padding-bottom: 25px;}
.news-alter .news-alter__single .thumb a{overflow: inherit;}
.ifontr{font-size:32px;}
.sec1{display:flex;justify-content:space-between;align-items: center;}
.secleft{width:34%;}
.secleft img{max-width:100%;}
.secright{width:53%;}
.secright .hero-heading.nehwe{text-align: left;font-size: 57px;}
.secright .smext{font-size: 50px;}
.management-system__box {
  position: relative;
  margin-top: 37px;
}
.management-system__shape {
  top: 43px;
  left: -32px;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.management-system__shape img {
  width: auto;
}
.management-system__box-item {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.management-system__box-item__shape {
  position: absolute;
  left: 156px;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.management-system__box-item__number {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 60px;
  font-size: 30px;
  color: #356DF1;
  font-weight: 600;
  line-height: 54px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ECF7FF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
}
.management-system__box-item__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-left: 34px;
  padding-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 17px;
  background-color: #100d21;
  border-radius: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  border:1px solid #302e3f;
}
.management-system__box-item__text h4 {
  font-weight:700;
  margin-bottom: 10px;
  color:#fff;
}
.management-system__box-item__icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 500px;
  background-color: #fff
  -webkit-box-shadow: 0px 1px 2px 0px rgba(11, 23, 40, 0.14);
  box-shadow: 0px 1px 2px 0px rgba(11, 23, 40, 0.14);
}
.management-system__box-item__shape {
  position: absolute;
  left: 156px;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.management-system__box-item.item-2 .management-system__box-item__number {
  background-color: #FFECEC;
  color: #CD26A8;
}
.management-system__box-item.item-2 .management-system__box-item__content {
  background-color: #100d21;
}
.management-system__box-item.item-3 .management-system__box-item__number {
  background-color: #E8FDF3;
  color: #25907A;
}
.management-system__box-item.item-3 .management-system__box-item__content {
  background-color: #100d21;
}
.jekd{font-size:45px;font-weight: 700;margin-bottom: 15px;}


.mui-style-ltr-1rw62gf {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
display: block;}
.mui-style-ltr-1tz8m30 {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  margin-top: -32px;
width: 100%;}


 .MuiGrid-root {
  position: relative;
}
.mui-style-ltr-thiimx-profileCard-first {
  background-color: #0a0a0a;
  color: #fff;
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(50,50,50, 0.2),0px 1px 1px 0px rgba(50,50,50, 0.14),0px 2px 1px -1px rgba(50,50,50, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
  border-radius: 12px;
  box-shadow: 0 3px 49px 9px rgba(0,0,0,0.24);
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  box-shadow: none;
  background: linear-gradient(148deg, #651FFF 0%, #00E5FF 100%);
  padding: 2px;
}
.mui-style-ltr-7knbsg {
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  color: inherit;
  border-radius: 36px;
  display: inline-flex;
}
.mui-style-ltr-thiimx-profileCard-first a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mui-style-ltr-w0pj6f {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}
.mui-style-ltr-thiimx-profileCard-first p, .mui-style-ltr-thiimx-profileCard-first span{
font-size: 25px;
  padding-right: 153px;
  color: #fff;
  padding-top: 18px;
  line-height: 32px;
}
.mui-style-ltr-1ryqtwf-inner {
  border-radius: 12px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  padding: 30px 16px;
  background: rgb(49, 27, 146);
  color: rgb(255, 255, 255);
  border: medium;
}
.mui-style-ltr-1s4t9sx-avatar {
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
  margin: 0px;
  background: linear-gradient(148deg, rgb(132, 255, 255) 0%, rgb(209, 196, 233) 46%, rgb(248, 187, 208) 100%);
  padding: 2px;
  width: 60px;
  height: 60px;
}
.mui-style-ltr-thiimx-profileCard-first .mui-style-ltr-profile_card-avatar-ref {
  width: 94px;
  height: 94px;
}
.mui-style-ltr-1hy9t21 {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  color: transparent;
  text-indent: 10000px;
}
.mui-style-ltr-1s4t9sx-avatar img {
  border-radius: 50%;
  display: block;
}
.mui-style-ltr-10w7qex-properties {
  padding: 8px 16px;
  font-size: 12px;
  flex: 1 1 0%;
}
.mui-style-ltr-1jd1lk3-title {
  margin: 0px;
  line-height: 1.334;
  /*white-space: nowrap;*/
  font-weight: 600;
  font-size: 18px;
}
.mui-style-ltr-thiimx-profileCard-first .mui-style-ltr-profile_card-title-ref {
  font-size: 30px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  padding-right: 175px;
}
.mui-style-ltr-1sci3ob-action {
  -moz-box-align: center;
  align-items: center;
  padding: 4px 0px 0px;
  display: flex;
}
.mui-style-ltr-e9euok {
  margin: 0px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.mui-style-ltr-thiimx-profileCard-first h2 {
  position: absolute;
  padding-right: 16px;
  opacity: 0.36;
  right: 0;
  bottom: 8px;
  background: linear-gradient(to bottom, #84FFFF -10%, transparent 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-weight: 800;
}
.mui-style-ltr-thiimx-profileCard-first h2 {
  opacity: 1;
  background: linear-gradient(to bottom, #84FFFF 30%, #651FFF 60%, #311B92 90%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  top: -16px;
}
  .mui-style-ltr-thiimx-profileCard-first h2 {
    right: 32px;
  }
  .mui-style-ltr-e9euok {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.mui-style-ltr-thiimx-profileCard-first h2 {
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-weight: 800;
  opacity: 0.8;
}
.mui-style-ltr-thiimx-profileCard-first h2 {
  -webkit-text-fill-color: transparent;
  font-size: 120px;
}
.sec2{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top: 56px;}
.sec2left{width:48%;margin-bottom: 20px;}
.secs{position:relative;}
.secs .smext{font-size: 50px;}
.secs .hero-heading.nehwe{font-size: 62px;}

.mui-style-ltr-zy5af4-root {
  color: rgb(255, 255, 255);
  padding: 120px 24px;
  position: relative;
  z-index: 4;
  border-radius: 60px 60px 0px 0px;
  background: rgba(16,13,33,0.4);
  border: 1px solid #302e3f;
  padding-top: 90px;
}
.sect3{display:flex;justify-content:center;padding: 66px;padding-top: 25px;width: 85%;margin: 0 auto;}
.sec3left{width:49%;background:#100d21;padding: 47px 69px;border-top-left-radius: 61px;border-bottom-left-radius: 61px;border: 1px solid #302e3f;border-right: 0;}
.sec3right{width:49%;background: rgba(16,13,33,0.4);padding: 90px 25px;border-top-right-radius: 61px;border-bottom-right-radius: 61px;border: 1px solid #302e3f;border-left: 0;}
.sec3left ul{margin:0;padding:0;}
.sec3left ul li{list-style:none;position:relative;border-radius:12px;margin-bottom: 15px;}
.sec3left ul li p{font-size:20px;color:#fff;padding-left: 48px;}
.sec3left ul li:before{content:'';position:relative;top:31px;left:0;width:32px;height:32px;background:url(../images/white-check1.svg) no-repeat;display:block;background-size:contain;}
.sec3left.bhj{background: rgba(16,13,33,0.4);border-top-right-radius: 61px;border-bottom-right-radius: 61px;border: 1px solid #302e3f;border-left: 0;border-top-left-radius:0;border-bottom-left-radius:0;}
.position-relative {
  position: relative !important;
}
.round-gradient2 {
  position: absolute;
  max-width: 100%;
  right: 0;
  top: -300px;
  z-index: -1;
  mix-blend-mode: hard-light;
}
.mar81d{margin-top:45px;}
.negwor.dlkflw{flex-wrap: wrap;justify-content: flex-start;}
.negwor.overview .overview__single{width: 30%;margin-right: 42px;margin-bottom: 42px;}
.negwor.overview .overview__single:nth-child(3){margin-right:0;}
.newsletter--h3 {
  background: url(../images/img_20.jpg);
  margin-top: 10%;
}
.env{width:100%;text-align:center;}
.env img{max-width:100%;}
.h3title{font-weight: 700;
  color: #65FF4B;}


.fromofuter{border-radius: 60px 60px 0px 0px;
  background: rgba(16,13,33,0.4);
  border: 1px solid #302e3f;padding:50px;width: 80%;margin: 0 auto;}
  .phowidt1.nepwdt{padding: 3rem !important;width: 60%;padding-top: 48px !important;margin-top: 50px;}
  .phowidt1.nepwdt .numget5{color: #6c757d;font-size: 14px;}
  .phowidt1.nepwdt .numget{margin-bottom:15px;}
  .phowidt1.nepwdt label{color: hsl(0, 0%, 100%);font-size: 17px;}
  .buti{width: 100%;margin-top: 25px;font-weight: 600;font-size: 22px;}
  
  .mui-style-ltr-pmmc4s-background {
  direction: ltr;
}
  .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fadeInUpShort {
  animation-name: fadeInUpShort;
  padding-bottom:42px;
}
@keyframes fadeInUpShort{
0% {
  opacity: 0;
  transform: translate3d(0,10%,0);
}
100% {
  opacity: 1;
  transform: translateZ(0);
}
}
.mui-style-ltr-1vphcqs-grid {
  text-align: center;
}

  .mui-style-ltr-q40x9g-eventCard {
  background-color: #0a0a0a;
  color: #fff;
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(50,50,50, 0.2),0px 1px 1px 0px rgba(50,50,50, 0.14),0px 2px 1px -1px rgba(50,50,50, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
  border-radius: 12px;
  box-shadow: 0 3px 49px 9px rgba(0,0,0,0.24);
  overflow: hidden;
  padding: 0px 0px;
  text-align: center;
  font-size: 18px;
  border-radius: 35px;
  box-shadow: none;
  position: relative;
  overflow: visible;
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-primary-ref {
  color: #fff;
  background: linear-gradient(to bottom, #651FFF 10%, #F8BBD0 100%);
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-primary-ref::before {
  content: "";
  height: 110px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  left: 5px;
  top: -75px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, #651FFF 80%);
}
.mui-style-ltr-q40x9g-eventCard {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-primary-ref {
  color: #fff;
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-primary-ref::before {
  content: "";
  height: 110px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  left: 5px;
  top: -75px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, #651FFF 80%);
}
.mui-style-ltr-1qw96cp {
  padding: 36px;
}
.mui-style-ltr-1qw96cp:last-child {
  padding-bottom: 24px;
}
.mui-style-ltr-1je2h6m-date {
  margin: 0;
  line-height: 40px;
  font-weight: 800;
  font-size:27px;
  text-align: left;margin-bottom: -20px;}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-primary-ref .mui-style-ltr-event-card-date-ref {
  background: linear-gradient(to bottom, #fff -10%, transparent 80%);
    background-clip: border-box;
  -webkit-background-clip: text;
 /*  -webkit-text-fill-color: transparent; */
}
.mui-style-ltr-1ekmlw0-location {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 800;
  font-size: 64px;
}
.mui-style-ltr-e9euok {
  margin: 0px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.mui-style-ltr-q40x9g-eventCard p {
  margin: 32px 0px;
  font-size: 23px;
  color: #fff;
  text-align: left;
}
.difboxc{display:flex;justify-content:space-between;margin-top: 94px;}
.difboxc1{width:30%;}
.reaboc{width:100%;}
.reaboc img{max-width:100%;}
.difboxc2{width:70%;}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-secondary-ref {
  color: #000;
  background: linear-gradient(to bottom, #00E5FF 10%, #fff 100%);
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-secondary-ref::before {
  content: "";
  height: 110px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  left: 5px;
  top: -75px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, #00E5FF 80%);
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-secondary-ref {
  color: #000;
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-secondary-ref .mui-style-ltr-event-card-date-ref {
  background: linear-gradient(to bottom, #006064 -20%, transparent 80%);
    background-clip: border-box;
  -webkit-background-clip: text;
 /*  -webkit-text-fill-color: transparent; */
 color: #002f31;
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-secondary-ref .mui-style-ltr-event-card-location-ref {
  color: #006064;
}
.mui-style-ltr-q40x9g-eventCard p.colore{color:#002f31;}







.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-secondary-ref.nebdff {
  color: #000;
  background: linear-gradient(to bottom, #65FF4B 10%, #fff 100%);
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-secondary-ref.nebdff::before {
  content: "";
  height: 110px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  left: 5px;
  top: -75px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, #65FF4B 80%);
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-secondary-ref {
  color: #000;
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-secondary-ref.nebdff .mui-style-ltr-event-card-date-ref {
  background: linear-gradient(to bottom, #006064 -20%, transparent 80%);
    background-clip: border-box;
  -webkit-background-clip: text;
 /*  -webkit-text-fill-color: transparent; */
 color: #000;
}
.mui-style-ltr-q40x9g-eventCard.mui-style-ltr-event-card-secondary-ref .mui-style-ltr-event-card-location-ref {
  color: #006064;
}
.mui-style-ltr-q40x9g-eventCard p.colore1{color:#000;}

.fromofuter12 {
  border-radius: 60px 60px 0px 0px;
  background: rgba(16,13,33,0.4);
  border: 1px solid #302e3f;
  padding: 50px;
  width: 80%;
  margin: 0 auto;
}


tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}

/* Nav */
.tabs nav {
  text-align: center;
  margin-top: 32px;
}

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.tabs nav li.tab-current a {
  color: #74777b;
}

.tabs nav a:focus {
  outline: none;
}

/* Icons */
.icon::before {
  z-index: 10;
  display: inline-block;
  margin: 0 0.4em 0 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.3em;
  font-family: "stroke7pixeden";
  line-height: 1;
  speak: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-upload::before {
  content: "";
  background:url(https://html.rrdevs.net/seoq/assets/img/icon/like-tag.svg) no-repeat;
  width:70px;
  height:70px;
  background-size:contain;
  margin: 0 auto;
}

.icon-tools::before {
  content: "";
}

.icon-plane::before {
  content: "";
}

.icon-joy::before {
  content: "";
}

.icon-plug::before {
  content: "";
}

.icon-home::before {
  content: "";
  background:url(https://html.rrdevs.net/seoq/assets/img/icon/globe.svg) no-repeat;
  width:70px;
  height:70px;
  background-size:contain;
  margin: 0 auto;
}

.icon-gift::before {
  content: "";
  background:url(https://html.rrdevs.net/seoq/assets/img/icon/list.svg) no-repeat;
  width:70px;
  height:70px;
  background-size:contain;
  margin: 0 auto;
}

.icon-display::before {
  content: "";
}

.icon-date::before {
  content: "";
}

.icon-config::before {
  content: "";
    background:url(https://html.rrdevs.net/seoq/assets/img/icon/keyboard-open.svg) no-repeat;
  width:70px;
  height:70px;
  background-size:contain;
  margin: 0 auto;
}

.icon-coffee::before {
  content: "";
   background:url(https://html.rrdevs.net/seoq/assets/img/icon/status-up.svg) no-repeat;
  width:70px;
  height:70px;
  background-size:contain;
  margin: 0 auto;
}

.icon-camera::before {
  content: "";
  
}

.icon-box::before {
  content: "";
}

/* Content */
.content-wrap {
  position: relative;
}

.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 1em;
  max-width: 1200px;
  text-align: center;
  padding-top: 70px;
}

.content-wrap section.content-current {
  display: block;
}

.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }

  .tabs nav a:before {
    margin-right: 0;
  }
}

.tabs-style-iconbox nav {
  background: #120f23;
  border: 1px solid #302e3f;
}

.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 1em 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color:red;
}

.tabs-style-iconbox nav ul li a span {
  font-weight: 800;
  font-size: 18px;;
  color: #fff;
  line-height: 25px;
}

.tabs-style-iconbox nav ul li.tab-current {
  z-index: 100;
padding-left: 0;
padding-right: 0;
}

.tabs-style-iconbox nav ul li.tab-current a {
  background: #fff;
  box-shadow: -1px 0 0 #fff;
  
}

.tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #fff;
  content: "";
  pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  background: #302e3f;
  content: "";
}

.tabs-style-iconbox nav ul li:first-child::before {
  right: auto;
  left: 0;
}
.tabs-style-iconbox nav ul li:first-child::before{
	background:none;
}
.tabs-style-iconbox .icon::before {
  display: block;
 margin-bottom: 15px;
}
.icon-conrent::before {
  content: "";
 background:url(https://html.rrdevs.net/seoq/assets/img/icon/pen.svg) no-repeat;
  width:70px;
  height:70px;
  background-size:contain;
  margin: 0 auto;
}
.tabs-style-iconbox nav ul li.tab-current a span{color:#000;}
.contoxd{display:flex;justify-content:space-between;align-items: center;}
.contoxdinner{width:30%;}
.contoxdinner2{width:68%;}
.cpmgimg{width:100%;}
.cpmgimg img{max-width:100%;}
.contoxdinner2 h3{font-size:40px;color:#fff;font-weight: 800;text-align: left;}
.contoxdinner2 p{font-size:30px;color:#fff;line-height: 40px !important;font-weight:normal !important;text-align: left; }
 .sec3left h3{font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;}
  .sec3left ul.namere{padding-top: 35px;}
  .overview .overview__single h4 strong{display: block;font-size: 41px;line-height: 48px;}
  .negwor.overview .overview__single:nth-child(6) {
  margin-right: 0;
}
.dfdf{width:75%;margin:0 auto;}
.whibos .footer-alter__inner:nth-child(5){margin-top: 30px;
  background-image: url("../images/footer/footer-bg-two.png"), radial-gradient(172.95% 76.92% at 46.67% 50%, #735aff 0%, #0b0433 100%);}
  .whibos .footer-alter__inner:nth-child(6){margin-top: 30px;
  background-image: url("../images/footer/footer-bg-two.png"), radial-gradient(172.95% 76.92% at 46.67% 50%, #0c5aba 0%, #0c5aba 100%);}
  
.smext21 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 44px;
  line-height: 42px;
}
.margih{margin-bottom:35px;}
	.htue{text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-top: 37px;}
    .margir{margin:30px 0;margin-top:50px;}
      .madrr{margin-bottom:40px;}
.h-empower .h-empower-single p{font-size: 25px;
  color: #fff;
  line-height: 35px;}
 select.form-control.cloo{color:#48535e;font-size:12.9px;}
 .authentication .divider{margin: 6px 0px;}
 .forwrpaboc{display:flex;justify-content:space-between;}
 .jkld{width:48%;}
 .teamon{display:flex;justify-content:center;margin-bottom:25px;}
 .teamonbox{width:35%;margin: 5px 15px;}
 .nejss{margin-top:25px;justify-content:center;}
 .m-news-alter .news-alter__single h4{margin:0 auto;margin-top:20px;}
 
 .comingsonbox{width:100%;text-align:center;margin-top: 20px;
  margin-bottom: 50px;}
  .comingsonbox img{max-width:100%;}
 
 .addrd{font-size: 31px;
  line-height: 51px;
  width: 60%;
  margin: 0 auto;
  color: #fff;
  font-weight: 300;}
  .forwrpa22{width:100%;}
  .inlubox{width:100%;background: #fff;padding: 25px;border-radius:22px;}
   .inlubox ul{margin:0;padding:0;display:flex;justify-content:space-between;flex-wrap: wrap;}
    .inlubox ul li{list-style:none;margin:0;padding:0;width:16%;box-shadow: 0 1px 12px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);padding: 5px;padding-bottom: 35px;
  margin-bottom: 2px;border-radius: 5px;}
.inlubox ul li img{max-width:100%;}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width:100%;background: #fff;padding: 25px;border-radius:22px;
}
.content {
  box-shadow: 0 1px 12px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);padding: 5px;padding-bottom: 25px;
  margin-bottom: 2px;border-radius: 5px;
  width: 15%;
  display: none;
}
#loadMore {
  width: 200px;
  color: #000;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-image: linear-gradient(140deg, #65ff4b 0%, #46e695 100%);
  transition: .3s;
}
#loadMore:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}
.noContent {
  color: #fff !important;
  background-color: transparent !important;
  pointer-events: none;
  border: 1px solid #fff;
}
.fembox{width:100%;text-align:center;}
.fembox img{max-width:60%;border-radius: 25px;}


 
 
