* {
  margin: 0;
  padding: 0;
  outline: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li,
ul {
  margin: 0;
  padding: 0;
}


:root {
  --brand: #1b0133;
  --subclr: #fff;
  --text-clr: #444;
  --ff1: 'Poppins', sans-serif;
  --ff2: 'Great Vibes', cursive;
}



html,
body {
  background-color: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.product-body {
  background-color: #ffffff;
}

.subscribe-form form input {
  background: transparent !important;
  /* border: none; */
  border: 2px solid rgb(112, 100, 228);
  color: white;
  padding-left: 5px;
}

section {
  padding: 100px 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: #1b0133;
}

.dropdown-menu li {
  padding-bottom: 10px;
}

/* menu start */
.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  padding-top: 20px;
  background-color: #0B0014;
}

.main-menu ul li a {
  color: var(--subclr);
  /* font-weight: 600; */
  font-size: 18px;
  padding: 0 10px;
  transition: .5s;
  margin: 0 20px;
}

.main-menu ul li a:hover {
  /* background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}



.main-btn {
  margin-top: 60px;
}

/* menu end */

/* banner start */
#banner {
  height: 120vh;
  position: relative;
  z-index: 1;
}

.p-body .banner {
  height: 812px;
}

#banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.number-box {
  padding-top: 400px;
}

.banner-text {
  padding: 200px 0 0;
}

.p-body .banner-text {
  padding: 400px 0 0;
}

.banner-text h1 {
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 2px;
  /* background: linear-gradient(to right, #30CFD0 0%, #EB22CB 100%); */
  background: linear-gradient(179.99deg, #FFFFFF 19.17%, #247FFF 74.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-text h4 {
  font-weight: 600;
  font-size: 50px;
  /* background: linear-gradient(to right, #30CFD0 0%, #EB22CB 100%); */
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-top: 20px;
  color: var(--subclr);
  opacity: .7;
  background: linear-gradient(89.54deg, #2462FF 2.17%, #24FFF4 95.23%),
    linear-gradient(179.99deg, #FFFFFF 19.17%, #247FFF 74.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#pricing,
#banner-2,
#banner-3 {
  /* border-top: 5px solid #1f003c; */
}

#testimonials,
#pricing,
#banner-3 {
  border-bottom: 5px solid #1f003c;
}

/* banner end */





/* main-btn end */

/* gallery start */
.gallery-img {
  position: relative;
  display: inline-block;
}

.gallery-img img {
  display: block;
  border-radius: 20px;
}

.gallery-img::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(to left, #EB22CB, #30CFD0);
  border-radius: 20px;
  z-index: -1;
}

.gallery-img img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-clip: padding-box;
}

.gallery-text h4 {
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 2px;
}

/* gallery end */

/* explore start */

/* 
.explore-content{
    padding: 60px 0;
    background: url(/assets/image/explore-2.jpg) no-repeat center/cover;
    position: relative;
    margin-top: 115px;
    filter: drop-shadow(0 0 0.75rem crimson);
}
.explore-content::after {
	content: '';
	position: absolute;
	top: -55px;
	right: 100%;
	left: -68%;
	bottom: 0;
	background-image: url(/assets/image/explore-1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: 9999;
	height: 346px;
	padding: 100px 94px;
}
.explore-content::before {
	content: '';
	position: absolute;
	top: -136px;
	right: 100%;
	left: 68%;
	bottom: 0;
	background-image: url(/assets/image/explore-1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: 9999;
	padding: 100px 94px;
}

 */
.explore-right h2 span {
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.titlepage h2 {
  background: linear-gradient(89.61deg, #2462FF 2.14%, #24FFF4 99.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.titlepage h2,
.explore-right h2 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.explore-right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  opacity: .8;
}

.counter_inner {
  text-align: center;
}

.counter_inner h4 {
  color: var(--subclr);
  font-size: 50px;
  /* font-weight: 600; */
  display: inline-block;
  background: linear-gradient(89.61deg, #2462FF 2.14%, #24FFF4 99.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  padding-top: 10px;

}

.counter_inner span {
  font-size: 30px;
  background: linear-gradient(89.61deg, #2462FF 2.14%, #24FFF4 99.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.counter_inner p {
  color: #71768C;
  font-size: 15px;
  font-weight: 500;
}

/* explore end */

/* banner start */
.section-right {
  position: relative;
  display: inline-block;
}

.section-right img {
  border-radius: 15px;
  display: block;
}

.section-right::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -10px;
  width: 103%;
  height: 105%;
  border: 3px dashed #30CFD0;
  border-radius: 30px;
  box-sizing: border-box;
  z-index: -1;
  transform: rotate(5deg);
  opacity: .8;
}

.section-right::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -37px;
  width: 103%;
  height: 105%;
  border: 3px dashed #EB22CB;
  border-radius: 30px;
  box-sizing: border-box;
  z-index: -1;
  opacity: .8;
}

.section-left h2 {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 2px;
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-left {
  margin-top: 50px;
}

.section-left p {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  padding-top: 20px;
  color: var(--subclr);
  opacity: .7;
}

.section-left p span {
  display: block;
  padding-top: 20px;
}

.explore-content img {
  border-radius: 10px;
}

.section-left .main-btn {
  margin-top: 0 !important;
}

.banner-text {
  /* width: 60%; */
  text-align: center;
}

/* banner end */

/* gallery start */


.portfolio_main ul {
  display: flex;
  justify-content: center;
}

.portfolio_main .line-box {
  width: 85px;
  height: 4px;
  border-radius: 10px;
  margin: 20px auto;
  background: linear-gradient(89.61deg, #2462FF 38.15%, #24FFF4 99.83%);
}

.filter_menu ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.filter_menu ul li {
  padding: 10px 20px;
  /* background: transparent; */
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  /* border: 1px solid #30CFD0; */
  text-transform: uppercase;
  /* color: var(--subclr); */
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);

  z-index: 1;
  transition: all linear .5s;
  -webkit-transition: all linear .5s;
  -moz-transition: all linear .5s;
  -ms-transition: all linear .5s;
  -o-transition: all linear .5s;
  border-radius: .3em;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  -ms-border-radius: .3em;
  -o-border-radius: .3em;
}

.filter_menu ul li.mixitup-control-active {
  background: #30CFD0;
  color: var(--subclr) !important;
}

.filter_menu ul li::before,
.filter_menu ul li::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  background-color: var(--brand);
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.filter_menu ul li::before {
  top: -1em;
  left: -1em;
}

.filter_menu ul li::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}

.filter_menu ul li:hover::before,
.filter_menu ul li:hover::after {
  height: 410px;
  width: 410px;
}

.filter_menu ul li:hover {
  color: var(--subclr);
  border-color: var(--brand);
}

.filter_menu ul li:active {
  filter: brightness(.8);
}

.filter_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}

.filter_icon .img {
  width: 30%;
  display: flex;
  align-items: center;
  margin: 70px 0;
}

.filter_icon .img .filter_icon-right {
  padding-left: 16px;
}

.filter_icon .img .filter_icon-right p {
  font-size: 18px;
  background:
    linear-gradient(179.99deg, #FFFFFF 19.17%, #247FFF 74.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.filter_icon .img .filter_icon-right span {
  font-size: 12px;
  opacity: .4;
  line-height: 1.2;
  display: block;
  padding-top: 8px;
}

.filter_icon .img img {
  width: 100px;
  max-width: 100px;
  /* box-shadow: 13px 22px 22px -6px rgba(9, 8, 8, 0.86); */
}

.filter_img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.filter_img .img {
  width: 33.3%;
  padding: 1px;
}

.filter_img .img img {
  width: 100%;
  max-width: 100%;
  box-shadow: 13px 22px 22px -6px rgba(9, 8, 8, 0.86);
}

.filter_img .img {
  position: relative;
}

.filter_img .img:nth-child(1) img {
  border-radius: 6px 0 0 0;
}

.filter_img .img:nth-child(3) img {
  border-radius: 0 6px 0 0;
}

.filter_img .img:nth-last-child(1) img {
  border-radius: 0 0 6px 0;
}

.filter_img .img:nth-last-child(3) img {
  border-radius: 0 0 0 6px;
}

.filter_img .overly {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: 0;
  opacity: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);

}

.filter_img .overly i {
  color: var(--subclr);
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 86%;
  font-style: normal;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.filter_img .img:hover .overly {
  visibility: visible;
  opacity: 1;
}

.filter_img .overlay a {
  color: #fff;
  font-size: 40px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.filter_img .overlay:hover a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  color: var(--brand);
}

/* gallery end */

/* pricing start */
.card {
  position: relative;
  max-width: 300px;
  height: auto;
  background: linear-gradient(-45deg, #fe0847, #feae3f);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 0 auto;
  padding: 40px 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  overflow: hidden;
}

.card:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.col-sm-4:nth-child(1) .card,
.col-sm-4:nth-child(1) .card .title .fa {
  background: linear-gradient(-45deg, #f403d1, #64b5f6);
}

.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa {
  background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fa {
  background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

.card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  transform: skewY(-5deg) scale(1.5);
  -webkit-transform: skewY(-5deg) scale(1.5);
  -moz-transform: skewY(-5deg) scale(1.5);
  -ms-transform: skewY(-5deg) scale(1.5);
  -o-transform: skewY(-5deg) scale(1.5);
}

.title .fa {
  color: #fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.title h2 {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2;
}

.price {
  position: relative;
  z-index: 2;
}

.price h4 {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 60px;
}

.option {
  position: relative;
  z-index: 2;
}

.option ul {
  margin: 0;
  padding: 0;
}

.option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}

.card a {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #262626;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card a:hover {
  text-decoration: none;
}

.common_head h4 {
  /* font-weight: 700; */
  font-size: 40px;
  letter-spacing: 2px;
  /* margin-bottom: 20px; */
  background:
    linear-gradient(179.99deg, #FFFFFF 19.17%, #247FFF 74.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.common_head p {
  color: #71768C;
}

/* pricing end */

/* testimonial start */
.testimonials .slider {
  /* border:1px solid #7e8bb6; */
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding: 30px;
  /* background-color: #081131; */
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonials .slider p {
  color: #444 !important;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.testimonials .slider-indicator {
  text-align: center;
  padding-bottom: 30px;
}

.testimonials .slider-indicator img {
  max-height: 80px;
  max-width: 80px;
  border-radius: 50% 0% 50% 0%;
  display: inline-block;
  margin: 0 8px;
  opacity: 0.2;
  border: 4px solid #fff;
  box-shadow: 0px 8px 15px rgb(9, 4, 4);
  cursor: pointer;
  transition: opacity 1s ease;
}

.testimonials .slider-indicator img.active {
  opacity: 1;
}

.testimonials .slider p {
  font-size: 18px;
  color: #fff;
  word-spacing: 2px;
}

.testimonials .slider .client-info h3 {
  font-weight: bold;
  color: var(--subclr);
  font-size: 18px;
  margin: 30px 0 10px;
}

.testimonials .slider .client-info span {
  display: block;
  font-size: 16px;
  color: #444;
}

.testimonials .slider .slide {
  display: none;
}

.testimonials .slider .slide.active {
  display: block;
  animation: slide 1s ease;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px)
  }
}

.pre-title {
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 130px;
}

.common-heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  opacity: .7;
}

/* testimonial end */
.section-left .main-btn {
  margin-top: 40px !important;
}

/* footer start */
.footer-section {
  position: relative;
}


.single-cta svg {
  font-size: 45px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--subclr);
  line-height: 28px;
}

.social-icon {
  margin-top: 30px;

}

.social-icon a {
  color: #444;
  font-size: 16px;
  margin-right: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  transition: all .3s ease;
  border: 1px solid #ffffff;
  background-color: #fff;
}

.social-icon a:hover {
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-widget-heading h3 {
  /* background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 20px;
}

/* .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--subclr);
} */
.footer-widget ul {
  width: 100%;
  flex-wrap: wrap;
}
.footer-widget ul li {
  /* display: inline-block; */
  /* float: left; */
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-widget ul li a {
  color: #949999;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  border: none;
  color: #444;
}

.subscribe-form .download {
  width: 130px;
  margin-left: 0;
}

.subscribe-form .download .download-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.subscribe-form button i {
  color: var(--brand);
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  padding: 25px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.copyright-area img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.copyright-area .flex {
  display: flex;
}

.copyright-area .flex p {
  font-size: 13px;
  opacity: .6;
  white-space: nowrap;
}

.copyright-area .flex .text-center {
  padding-right: 40px;
}

.copyright-area .flex .text-center  p{
  white-space: normal;   /* 默认值，允许换行 */
  word-wrap: break-word; /* 长单词超出时强制换行 */
}

.copyright-area .title {
  color: #CBD1D1;
  font-size: 18px;
  padding-bottom: 20px;
}

.copyright-area .mobile {
  color: #fff;
  font-size: 30px;
  padding-bottom: 30px;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #636666;
  padding-top: 20px;
}

.copyright-text p a {
  color: var(--brand);
  opacity: .7;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-menu li a {
  font-size: 14px;
  color: var(--subclr);
}

.btn_top_bottom {
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999999999;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 8px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.btn_top_bottom i p {
  color: var(--subclr);
  font-size: 8px;
  padding-top: 10px;
  letter-spacing: 2px;
}

.btn_top_bottom {
  display: none;
}

/* footer end */

/* 404 page */

#oopss #error-text {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Shabnam', Tahoma, sans-serif;
  color: #fff;
  direction: rtl;
}

#oopss #error-text img {
  margin: 85px auto 20px;
  height: 342px;
}

#oopss #error-text span {
  position: relative;
  font-size: 3.3em;
  font-weight: 900;
  margin-bottom: 50px;
}

#oopss #error-text p.p-a {
  font-size: 19px;
  margin: 30px 0 15px 0;
}

#oopss #error-text p.p-b {
  font-size: 15px;
}

#oopss #error-text .back {
  background: #fff;
  color: var(--brand);
  font-size: 30px;
  text-decoration: none;
  margin: 2em auto 0;
  padding: .7em 2em;
  border-radius: 500px;
  box-shadow: 0 20px 70px 4px rgba(0, 0, 0, 0.1), inset 7px 33px 0 0px #9a4eff;
  font-weight: 900;
  transition: all 300ms ease;
}

#oopss #error-text .back:hover {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
  box-shadow: 0 35px 90px 4px rgba(0, 0, 0, 0.3), inset 0px 0 0 3px #000;
}



/* 404 page */

input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .styled-input {
    width: 100%;
  }
}

.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide {
  width: 650px;
  max-width: 100%;
}



.contact-form-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
  border-radius: 10px;
  margin-top: 100px;
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
}

.contact-form-inner .bg {
  width: 100%;
  padding: 100px 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 1);
}

.cmn-banner {
  /* height: 480px !important; */
}

.banner-text a {
  color: var(--subclr);
}

.banner-text a span a {
  color: red !important;
}

.shadow__btn {
  padding: 15px 60px;
  border: none;
  color: #fff;
  font-size: 17px;
  border-radius: 200px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  transition-property: box-shadow;
  background-color: rgba(12, 12, 26, 0.5);
  box-shadow: linear-gradient(179.99deg, #FFFFFF 19.17%, #247FFF 74.99%);
  box-shadow:
    0 0px 4px rgba(255, 255, 255, 1),
    0 0px 32px rgba(36, 127, 255, 1),
    0 0px 24px rgba(36, 127, 255, 0.1);
}

/* main-btn start */
.banner-text .shadow__btn {
  padding: 15px 60px;
  border: none;
  font-size: 17px;
  border-radius: 200px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  transition-property: box-shadow;
  background-color: rgba(12, 12, 26, 0.5);
  box-shadow: linear-gradient(179.99deg, #FFFFFF 19.17%, #247FFF 74.99%);
  position: relative;
  z-index: 0;
  box-shadow:
    0 0px 4px rgba(255, 255, 255, 1),
    0 0px 32px rgba(36, 127, 255, 1),
    0 0px 24px rgba(36, 127, 255, 0.1);
}

.banner-text .shadow__btn::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, rgba(36, 127, 255, 1), rgba(255, 255, 255, 0)); */
  /* filter: blur(10px); */
  z-index: -1;
  border-radius: 200px;
}

.banner-text .shadow__btn span {
  background: linear-gradient(179.99deg, #FFFFFF 19.17%, #247FFF 74.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 可选的增强效果 */
  display: inline-block;
}

.shadow__btn:hover {
  box-shadow: 0 0 5px rgb(0, 140, 255),
    0 0 25px rgb(0, 140, 255),
    0 0 50px rgb(0, 140, 255),
    0 0 100px rgb(0, 140, 255);
  color: white;
}

.nav-link {
  color: #71768C !important;
  border: none !important;
  background-color: transparent !important;
}

.active {
  /* background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%); */
  /* background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ffffff !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #ffffff !important;
}

/* contact */

.red-text {
  color: red;
}

.rsvp_btn a {
  color: #444;
  font-size: 20px;
  font-weight: 400;
  padding: 7px 30px;
  border: 1px solid var(--brand);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  margin-top: 40px;
}

.rsvp_btn a:hover {
  background: var(--brand);
  color: var(--subclr);
}

#rsvp-form {
  padding: 80px 0;
  position: relative;
  z-index: 999;
  background: #1b0133 !important;
}
#rsvp-form .rsvp-inner-form form input, #rsvp-form.rsvp-inner-form form textarea{
  color: #000 !important;
}
#rsvp-form::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.rsvp-inner-form h3 {
  color: var(--subclr);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 30px;
}

.rsvp-inner-form form input {
  margin-bottom: 20px;
  background-color: #fff;
  border-color: var(--brand);
  padding: 20px;
  color: #fff !important;
}

.rsvp-inner-form form textarea {
  background-color: #fff;
  border-color: var(--brand);
  /* color: #fff !important; */
}

.rsvp-inner-form .form-control:focus {
  border-color: var(--brand);
  background-color: #fff;
}

.rsvp-inner-form .table input {
  width: 290px;
  padding-left: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-top: 20px;
}

.search-border {
  width: 200px;
  height: 40px;
  padding: 1px;
  border-radius: 50px;
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
}

.search-border .search-input-box {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 1);
}

.search-border .search-input-box .fa {
  line-height: 2;
}

.search-border .search-input-box .search-input {
  color: #fff;
  font-size: 14px;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.search-border .search-input-box .form-control:focus {
  color: #fff;
  border: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.download {
  height: 40px;
  padding: 1px;
  border-radius: 50px;
  margin-left: 15px;
  background: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
}

.download .download-btn {
  display: flex;
  align-items: center;
  font-style: linear-gradient(to right, #2462FF 0%, #24FFF4 100%);
  font-size: 13px;
  height: 100%;
  padding: 0 15px;
  border-radius: 60px;
  border: none;
  background-color: rgba(0, 0, 0, 1);
}

.download .download-btn .download-btn-text {
  font-size: 13px;
  white-space: nowrap;
  background: linear-gradient(to top, #2462FF 0%, #24FFF4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video {
  margin: 100px 0 0;
}

.video-section {
  min-height: 100vh;
  background: url(static/image/banner.svg) no-repeat center/100%;
}

.product-body .nav-link,
.blog-body .nav-link {
  color: #949999 !important;
}

.product-body .active,
.blog-body .active {
  color: #183883 !important;
}

.product-body .navbar-nav .download .download-btn,
.blog-body .navbar-nav .download .download-btn {
  background-color: #ffffff;
}

.product-body .search-border .search-input-box,
.blog-body .search-border .search-input-box {
  background-color: #fff;
}

.product-body .search-border .search-input-box,
.blog-body .search-border .search-input-box {
  background-color: #fff;
}

.product-list {
  background-color: #F6F6FB;
}

.product-list .common_head h5 {
  color: #183883;
  font-size: 40px;
  letter-spacing: 2px;
  /* margin-bottom: 20px; */
}

.product-list .filter_img .img img {
  box-shadow: none;
}

.product-list .atf-product-details-size {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 0 0;
}

.product-list .atf-product-details-size span {
  cursor: pointer;
  color: #949999;
  font-size: 13px;
  border-radius: 20px;
  border: 1px solid #CBD1D1;
  padding: 4px 20px;
  margin: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-list .atf-product-details-size .active {
  color: #183883 !important;
  border: 1px solid #183883;
}

.product-list .atf-product-details-size span:hover {
  color: #183883;
  border: 1px solid #183883;
}

.product-list .filter_img {
  justify-content: center;
  margin-top: 50px;
}

.product-list .filter_img .img {
  width: 386px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 0 !important;
  border-radius: 10px;
  margin: 10px;
  background-color: #fff;
}

.product-list .filter_img .img img {
  width: 386px;
  height: 386px;
}

.product-list .filter_img .img .price {
  color: #183883;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.product-list .filter_img .img {}

.product-list .filter_img .img .price .buy_btn {
  display: none;
}



.product-list .filter_img .img:hover .price .buy_btn {
  display: block;
}

.product-list .filter_img .img:hover .product-info {
  width: 100%;
  cursor: pointer;
  color: #fff;
  background-color: #183883;
}

.product-list .filter_img .img:hover .price {
  color: #fff;
}

.product-list .filter_img .img .product-info {
  color: #000;
  padding: 20px;
}

.product-list .filter_img .img:nth-child(1) img {
  border-radius: 0;
}

.product-list .filter_img .img:nth-child(3) img {
  border-radius: 0;
}

.product-list .filter_img .img:nth-last-child(1) img {
  border-radius: 0;
}

.product-list .filter_img .img:nth-last-child(3) img {
  border-radius: 0;
}

.product-list .common_head h4 {
  color: #183883 !important;
  background: none;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #183883;
}

.h5-download {
  display: none;
}

.blog-body {
  background-color: #fff;
}

.blog-body .blogpost-area,
.atf-blog-area {
  padding-top: 200px;
}

.blog-body .footer-section {
  background-color: #000;
}


.modal-content {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.8);
}

.flex-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-bottom: 20px; */
}

input[type="radio" i] {
  transform: scale(1.5);
  cursor: pointer;
}

.nav-item svg {
  cursor: pointer;
  margin-left: 16px;
}

.flex-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 0;
}

.navbar-brand img {
  width: 134px;
  height: 50px;
}

@media (max-width: 768px) {
  .flex-r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 52px;
  }
}