body {
  overflow-x: hidden;
  font-family: "Inter";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

h2.heading_title {
  color: #1C1C1C;
  font-size: clamp(32px, 6.5vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.heading_text {
  color: #7D7D7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}



/*-------------------------------------------------
  #Disable aos animation delay on mobile devices
  -----------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

}


/*---------------------------
  # Header
  ----------------------------*/
#header {
  background: transparent;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

.mobileshow {
  display: none;
}

/* ---------------------------------------------- */

#header.header-scrolled {
  background: #FFF;
  height: 70px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 997;
}

#header a.nav-link {
  color: #1C1C1C;
  margin: 0px 0px;
   padding: .5rem 1rem;

}


#header .logo {
  margin-right: 8px;
}

#header .logo a {
  display: block;
}

div#mainheader {
  justify-content: space-between;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/*-----------------------
#Desktop Navigation 
-------------------------*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar .dropdown {

  position: relative;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  overflow: visible;

}

.navbar a {
  border-radius: 24px;
  text-transform: capitalize;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
  padding: 8px 20px;
  font-family: "Inter";
  display: inline-block;
}

.navbar a:hover {
  background: #E6F2E9;
  color: #1C1C1C;
}


/*ul#menu-main-menu-eng .dropdown_item_txt {
    padding: 0px 20px;
}
*/
ul#menu-main-menu-eng .dropdown_item_txt a svg.fa-angle-down {
    margin-left: 5px;
}


a.log-btn {
  text-decoration: none;
  transition: all 0.5s;
  color: #1c1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  height: 40px;
  padding: 9px 16px;
  border-radius: 24px;
}

a.log-btn:hover {
  transition: all 0.5s;
  color: #FFF;
  background: #363636;
  box-shadow: 0px 4px 4px 0px rgba(210, 210, 210, 0.04), 0px 1px 58.2px -24px rgba(8, 35, 48, 0.07);
}



a.sign-btn {
  display: flex;
  height: 40px;
  padding: 9px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  color: #fff;
  background: #171B18;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

a.sign-btn:hover {
  transition: all 0.5s;
  color: #1C1C1C;
  background: #E6F2E9;
  box-shadow: 0px 4px 4px 0px rgba(210, 210, 210, 0.04), 0px 1px 58.2px -24px rgba(8, 35, 48, 0.07);
}

.navbar a i,
.navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar li:hover>a {
  color: rgba(28, 28, 28, 1) !important;
}

.language select {
  border: 0;
  outline: 0;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 400;
  line-height: normal;
}

.language {
  position: relative;
}

.select__flag {
  background-image: url(../image/nav-flag-icon1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
}

.navbar .dropdown ul {
  animation: headerMenuRotateKeyframes .4s ease-in-out;
  display: none;
  left: -10px;
  perspective: 1000px;
  position: absolute;
  top: 54px;
  transform-origin: top center;
  transition: .4s ease;
  border-radius: 6px;
  /* border-radius: 20px; */
      border-radius: 20px 20px 20px 20px;
  text-align: left;
}

.navbar .dropdown:hover ul {
  display: block;
}

.dropdown_box {
  display: inline-flex;
  transition: all 0.5s;
  padding: 24px 16px;
  align-items: flex-start;
  gap: 30px;
  border-radius: 12px;
  border: 1px solid #F3F3F3;
  width: 142%;
  overflow: visible;
  background: #FFF;
}

.nav-dropdown-content span {
  color: #1C1C1C;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.nav-dropdown-content p {
  color: var(--black-23, #4F4F4F);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@keyframes headerMenuRotateKeyframes {
  0% {
    transform: rotateX(50deg)
  }

  70% {
    transform: rotateX(10deg)
  }

  to {
    transform: rotateX(0deg)
  }
}

.navbar .dropdown ul a {
  color: #1C1C1C;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  margin-bottom: 10px;
  align-items: center;

}

.navbar .dropdown ul a:hover {
  text-decoration: underline #919191;
  background: transparent;
}

.navbar .dropdown ul a:hover img {
  transform: rotate(50deg);
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.dropdown_item_txt .sub-menu li {
    height: unset !important;
    align-items: start;
    display: block;
}

.dropdown_item_txt .sub-menu {
    padding: 24px 16px;
    /* width: 460px;
    height: 300px; */
        width: fit-content;
    height: fit-content;
}

.menu-item-type-custom .sub-menu li a {
    padding: 0;
}

.sub-menu .menu-item {
  margin-bottom: 16px !important;
}

.sub-menu .menu-item:last-child {
  margin-bottom: 0 !important;
}

.sub_dropdown_content {
    display: flex;
    gap: 20px;
}

.sub_dropdown_content  .sub-menu {
    position: fixed !important;
    border: 0;
    border-left: 2px solid #000 !important;
    border-radius: 0 !important;
    display: none !important;
    background: unset;
    /* left: unset !important; */
    /* right: 0; */
    /* top: 9px !important; */
    top: 0px !important;
    padding: 20px 16px;
    width: 254px;
    height: fit-content;
        background: white;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px 20px 20px 0px !important;
    margin-left: -12px;
}

.sub_dropdown_content:hover .sub-menu {
  display: block !important;
}

.dropdown_item_txt .sub-menu .sub_dropdown_content_2 a {
    white-space: unset !important;
    gap: 12px;
    flex-direction: column-reverse;
    color: #1C1C1C;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    align-items: start;
}

.dropdown_item_txt .sub-menu .sub_dropdown_content_2 a span {
  color: #4F4F4F;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}


.mianbutton {
  display: flex;
  align-items: center;
  gap: 8px;
}

/*-------------------------
#Mobile Navigation 
-----------------------------*/
.mobile-nav-toggle {
  color: #1C1C1C;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: fixed;
  right: 25px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.cus-mobile-view-img {
  display: none;
}

.mobile-nav-toggle.bi-x {
  color: #1C1C1C;
}

@media (max-width: 1024px) {
  .mobile-nav-toggle {
    display: block;
    right: 15px;
  }

  .navbar ul {
    display: none;
  }

  .mianbutton {
    padding-right: 24px;
  }

}


@media (min-width: 1024px) and (max-width: 1200px) {

  .navbar a,
  .navbar a:focus {
    padding: 13px 10px;
  }

  .back-to-top {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: -79px;
  }


  #header .logo {
    margin: 0;
    padding: 0;
  }

  .back-to-top {
    right: -41px;
    width: 40px;
    height: 40px;
    bottom: -15px;
  }

  .back-to-top i {
    font-size: 24px;
    line-height: 0;
    font-weight: 500;
  }


  .get_started_main {
    padding: 50px 7px 50px 12px !important;
  }

  .get_started_main h3 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

}


@media (min-width: 1200px) and (max-width:1400px) {
  .back-to-top {
    right: -41px;
    z-index: 996;
    width: 40px;
    height: 40px;
    bottom: -15px;
  }

  .back-to-top i {
    font-size: 20px;
    line-height: 0;
  }

  .get_started_main h3 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .get_started_main {
    padding: 50px 20px 50px 20px !important;
  }

}

.navbar-mobile {
  position: fixed;
  top: 69px;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: 0 !important;
  width: 100%;
  padding-top: 18px;
  background: #363636;
  transition: 0.4s;
  right: 0;
  display: unset;
}

.navbar-mobile ul {
  display: block;
  padding: 20px 0;
  background-color: transparent;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
}


.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #10E0E1;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: transparent;
  transition: all 0.5S;
}


.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
}

#background {
  background: radial-gradient(100% 282.5% at 100% 14.81%, #A1CFFF 0.01%, rgba(199, 241, 255, 0) 32.28%), radial-gradient(90.41% 251.33% at 90.41% 13.06%, rgba(113, 255, 215, 0) 54%, #B5DD7B 100%), radial-gradient(75.78% 218.75% at 13.39% 39.33%, rgba(136, 243, 190, 0.7) 0%, rgba(243, 222, 180, 0.7) 100%), #FFFFFF;
  background-size: 400% 400%;
  transition: background 0.5s ease;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#icons {
  padding: 50px 0px 24px 0px;
  background: linear-gradient(180deg, #FFF 29.46%, rgba(255, 255, 255, 0.00) 100%);
}

.banner_btn {
  width: 270px;
}

.hero-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.banner_text h1 {
  color: #181818;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.banner_text p {
  color: #1C1C1C;
}

/*----------------------
  #Header end
-------------------------*/

/*---------------------------
#investor cta section start
----------------------*/
.cta-box {
  display: flex;
  min-width: 728px;
  max-width: 970px;
  padding: 24px 24px 0 24px;
  align-items: center;
  gap: 30px;
  border-radius: 21px;
  border: 1px solid #4F4F4F;
  background: #272727;
}

.thankyou .banner_text {
  padding: 50px 0px 180px 0px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
    transition: 1.5s ease-in-out;
  }

  25% {
    transform: translatey(-1px);
    transition: 1.5s ease-in-out;
  }

  50% {
    transform: translatey(-2px);
    transition: 1.5s ease-in-out;
  }

  75% {
    transform: translatey(-1px);
    transition: 1.5s ease-in-out;
  }

  100% {
    transform: translatey(0px);
    transition: 1.5s ease-in-out;
  }
}

/* new */

#icons .container img {
  transform: translatey(0px);
  animation: float 1.5s infinite;
  transition: 1.5s ease-in-out;
}

#icons .container img:nth-child(1) {
  margin-top: 300px;  
  /* Adjust the margin-top for the first image */
}

#icons .container img:nth-child(3) {
  margin-top: 100px;
  /* Adjust the margin-top for the first image */
}

#icons .container img:nth-child(4) {
  margin-top: 300px;
  /* Adjust the margin-top for the first image */
}

#icons .container img:nth-child(5) {
  margin-top: 30px;
  /* Adjust the margin-top for the first image */
}

#icons .container img:nth-child(6) {
  margin-top: 150px;
  /* Adjust the margin-top for the first image */
}

#icons .container img:nth-child(7) {
  margin-top: -150px;
  /* Adjust the margin-top for the first image */
}

#icons .container img:nth-child(8) {
  margin-top: 200px;
  /* Adjust the margin-top for the first image */
}

#icons .container img:nth-child(9) {
  margin-top: 60px;
  /* Adjust the margin-top for the first image */
}

#icons .container img:nth-child(10) {
  margin-top: -60px;
  /* Adjust the margin-top for the first image */
}

#icons .container img:nth-child(11) {
  margin-top: 300px;
  /* Adjust the margin-top for the first image */
}

.banner_text {
  padding: 70px 0px 80px 0px;
  z-index: 1;
  position: relative;
  max-width: 1170px;
}

.main_btn {
  display: inline-flex;
  padding: 16px;
  align-items: end;
  border-radius: 12px;
  background: #1C1C1C;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
  transition: 0.3s ease-in;
  border: 2px solid #171B18;

}

.main_btn .arrow-icon {
  background: #F3F3F3;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #000;
  margin: auto;
  margin-left: 40px;
}

.main_btn:hover {
  border-radius: var(--Radius-Square-Corner-Radius, 12px);
  border: 2px solid #171B18;
  background: linear-gradient(258deg, rgba(180, 186, 255, 0.40) -24.89%, rgba(192, 255, 187, 0.40) 154.6%), linear-gradient(107deg, #C9FB80 22.41%, #60FCD0 71.41%);
  color: #171B18;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.main_btn:hover .arrow-icon {
  background: rgba(28, 28, 28, 1);
}


/* testing */

.brandnamebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.brandcontent span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.brandcontent p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  margin-top: 8px;
}

.w-83 {
  width: 83%;
}

.brand-box-hover {
  padding: 15px;
  min-width: 300px;
  max-width: 310px;
  width: 100%;
}

.brand-box-hover:hover {
  background: #363636;
  backdrop-filter: blur(22px);
  border-radius: 21px;
}

.tab-view-custom {
  display: none;
}

.main_btn:hover img {
  filter: invert(1);
}

.w-36 {
  width: 36%;
}

.mt-32 {
  margin-top: 32px;
}

.mt-16 {
  margin-top: 16px;
}

.ml-8 {
  margin-left: 8px;
}

.bl {
  border-left: 2px solid #B7B7B7;
  padding-left: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-80 {
  padding-top: 80px;
}

/* Banner section end */

/* Brand name section start */
.brandnamesection span {
  color: #957CE1;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 16px 0px;
  display: block;
}

.brandnamesection .heading_text {
  color: #1C1C1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.brandnamebox {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 24px;
  background: linear-gradient(230deg, #B5DD7B -22.87%, #2A6353 48.9%);
  transition: background 1s ease-in-out;
}

#brandnamebox2 {
  background: linear-gradient(230deg, #7BABDD -15.64%, #2A5563 49.88%);
}

.brandnamebox:hover {
  background: linear-gradient(230deg, #B5DD7B 8.07%, #108463 63.16%), linear-gradient(241deg, #DFFFA2 -13.75%, #16ACE9 103.78%);
}

#brandnamebox2:hover {
  background: linear-gradient(230deg, #B5DD7B 8.07%, #108463 63.16%), linear-gradient(241deg, #DFFFA2 -13.75%, #16ACE9 103.78%);
}

.bandname-box-content h2 {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 40px 0px;
}

.bandname-box-content p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.bt {
  border-top: 1px solid rgba(215, 215, 215, 1);
}

.mb-32 {
  margin-bottom: 32px;
}

.pt-16 {
  padding-top: 16px;
}

.boxarrow {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
}

.ic-circle-wrap {
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 50%;
}

/* Brand name section end */

.border_bottom {
  height: 2px !important;
  background: #7D7D7D;
  opacity: 1;
}

.trading_box {
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(200deg, rgba(151, 255, 0, 0.14) -3.06%, rgba(42, 99, 83, 0.00) 30.92%);
  transition: 4s ease-in-out;
  cursor: pointer;
}

.trading_box:hover {
  background: linear-gradient(239deg, #B5DD7B -16.95%, #108463 55.3%);
}

.trading_box h4 {
  color: #1C1C1C;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 24px;
  transition: 0.2s ease-in-out;
}

.trading_box:hover h4 {
  color: #FFF;
}

.trading_box:hover img:nth-child(1) {
  display: none;
}

.trading_box img:nth-child(2) {
  display: none;
}

.trading_box:hover img:nth-child(2) {
  display: block;
}


.brandname span {
  color: #957CE1;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  display: block;
  margin: 16px 0px;
}

.animation_effect {
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  background: radial-gradient(291.47% 167.14% at 100% 14.81%, #A1CFFF 0.01%, rgba(199, 241, 255, 0.00) 32.28%), radial-gradient(258.77% 163.04% at 90.41% 13.06%, rgba(113, 255, 215, 0.00) 54%, #B5DD7B 100%), radial-gradient(219.5% 87.6% at 13.39% 39.33%, rgba(136, 243, 190, 0.70) 0%, rgba(243, 222, 180, 0.70) 100%), #FFF;
  margin-top: 24px;
  position: relative;
}

.professional_network .title_bar h3 {
  color: #1C1C1C;
  font-size: 33.18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.animation_effect::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../image/meet-shape1.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  height: 50%;
  width: 100%;
}

.gap-35 {
  gap: 38px;
}

.animation_effect::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../image/meet-shape2.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 75%;
  width: 100%;
}

.about_box h4 {
  color: #1C1C1C;
  font-size: 33.18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  border-top: 2px solid #7D7D7D;
  padding-top: 16px;
}

.about_box_icon {
  background: #F5F5F5;
  padding: 80px 40px;
  border-radius: 12px;
  cursor: pointer;
}


.about_box_icon img:nth-child(2) {
  display: none;
}

.about_box_icon:hover img:nth-child(1) {
  display: none;
}

.about_box_icon:hover img:nth-child(2) {
  display: block;
}

.popup_video {
  background-image: url(../image/video-onrament-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 1500px;
  margin: 0px auto;
}

.ornament_img_left {
  position: relative;
  margin-top: -12rem;
  z-index: -1;
}

.popup_video .fa.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1c1c1c;
  padding: 16px 18px;
  border-radius: 10px;
  font-size: 24px;
  color: #FFF;
}

.step_box {
  border-left: 2px solid #B7B7B7;
  padding: 0px 16px 16px;
}

.step_box span {
  color: #4F4F4F;
  font-size: 33.18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.step_box h4 {
  color: #1C1C1C;
  font-size: 33.18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 24px 0px;
}

.pricing_slider .item {
  border-radius: 24px;
  border: 2px solid #F5F5F5;
  background: #FFF;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.pricing_box {
  background: linear-gradient(250deg, #CABDF8 -22.78%, #E6FCB5 102.65%);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 24px 0px 0px 24px;
  transition: 0.5s ease-in-out;
}

.border_line {
  border: 2px solid #F5F5F5;
  border-radius: 24px;
  overflow: hidden;
}

.border_line:nth-child(1) .pricing_box a {
  border-radius: 24px;
  background: transparent;
  color: #171B18;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: inline-block;
  padding: 9px 16px;
  transition: 0.4s;
  border: 2px solid #A5A5A5;
}

.border_line:nth-child(1) .pricing_box a:hover {
  background-color: #FFF;
  color: #1C1C1C;
  border: 2px solid #FFF;
}

.border_line:nth-child(3) .pricing_box a {
  background-color: #1C1C1C;
  color: #FFF;
}

.border_line:nth-child(3) .pricing_box a:hover {
  background-color: #FFF;
  color: #1C1C1C;
}

.pricing_box .choose_plan {
  border-radius: 24px;
  background: transparent;
  color: #171B18;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: inline-block;
  padding: 9px 16px;
  transition: 0.4s;
  border: 2px solid #A5A5A5;
}

.pricing_box .choose_plan:hover {
  background: #FFF;
  color: #171B18;
}

.border_line .pricing_box {
  border-radius: 0px;
}

.pricing_box:hover {
  background: linear-gradient(144deg, #CABDF8 -12.53%, #E6FCB5 128.57%);
}

.remove_hover_effect.pricing_box:hover {
  background: linear-gradient(250deg, #CABDF8 -22.78%, #E6FCB5 102.65%);
}

.pricing_rate {
  padding: 24px;
}

.pricing_rate .home-price:nth-child(1) .heading_text.rate {
  color: #1C1C1C ;
}

/* .pricing_rate .heading_text.rate {
  color: #1C1C1C;
} */

.pricing_box h5 {
  color: #1C1C1C;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 8px;
}

.pricing_box p {
  color: #4F4F4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.pricing_box a {
  border-radius: 24px;
  background: #FFF;
  color: #171B18;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: inline-block;
  padding: 9px 16px;
  transition: 0.4s;
}


.owl-item.active.center .pricing_box a {
  background: #171B18;
  color: #FFF;
}

.pricing_box a:hover {
  background: #252525;
  color: #FFF;
}

.owl-item.active.center .pricing_box a:hover {
  background: #E6F2E9;
  color: #1C1C1C;
}

.pricing_box h3 {
  margin-top: 24px;
  border-top: 1px solid #919191;
  padding-top: 16px;
  color: #1C1C1C;
  font-size: 33.18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

a.popular {
  border-radius: 32px;
  background: #957CE1 !important;
  padding: 2px 5px 2px 11px;
  font-size: 13.33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 25px;
  color: #FFF;
}

.pricing_slider .owl-dots,
.pricing_slider .owl-nav {
  text-align: center;
}

.pricing_slider button.owl-dot {
  border: 2px solid #E5E5E5;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background: transparent;
  display: inline-block;
  margin: 0 2px;
  transition: 0.4s;
}

.pricing_slider button.owl-dot.active,
.pricing_slider button.owl-dot:hover {
  background: #171B18;
  border-color: #171B18;
}

.pricing_slider .owl-nav button {
  margin: 0px 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  transition: 0.4s;
}

.pricing_slider .owl-nav button:hover {
  background: #EDEEF0;
}

.pricing_slider .owl-nav {
  position: relative;
  margin-top: 30px;
}

.pricing_slider .owl-nav::after {
  content: '';
  width: 1px;
  height: 75%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #A5A5A5;
  margin: auto;
}

.buy_crypto_txt p {
  color: #1C1C1C;
}

.traders_slider .owl-dots,
.traders_slider .owl-nav {
  text-align: center;
}

.traders_slider button.owl-dot {
  border: 2px solid #E5E5E5;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background: transparent;
  display: inline-block;
  margin: 0 2px;
  transition: 0.4s;
}

.traders_slider button.owl-dot.active,
.traders_slider button.owl-dot:hover {
  background: #171B18;
  border-color: #171B18;
}

.traders_slider .owl-nav button {
  margin: 0px 10px;
}

.traders_slider .owl-nav {
  position: relative;
  margin-top: 30px;
}

.traders_slider .owl-nav button {
  margin: 0px 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  transition: 0.4s;
}

.traders_slider .owl-nav button:hover {
  background: #EDEEF0;
}

.traders_slider .owl-nav::after {
  content: '';
  width: 1px;
  height: 75%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #A5A5A5;
  margin: auto;
}

.traders_profile {
  padding: 22px;
  border-radius: 24px;
  border: 2px solid transparent;
  background: transparent;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.traders_slider .owl-item.active.center .traders_profile,
.traders_slider .owl-item:hover .traders_profile {
  border-radius: 24px;
  border: 2px solid #F3F3F3;
  background: linear-gradient(92deg, rgba(151, 255, 0, 0.14) -9.21%, rgba(42, 99, 83, 0.00) 17.21%);
}

.traders_profile img {
  max-width: 110px;
  margin: auto;
}

.traders_profile h6 {
  color: #1C1C1C;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 48px 0px;
}

.chester {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #A5A5A5;
  position: relative;
  padding:6px 0;
}
.traders_profile .chester .heading_text {
  width: 45%;
}

.chester::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #A5A5A5;
  margin: auto;
}

.chester span {
  color: #1C1C1C;
}

.best_deal .ornament_img_left {
  position: absolute;
  transform: rotatex(180deg);
  bottom: 5rem;
}

.chester span:first-child {
  font-weight: 600;
}


.mt_100 {
  margin-top: 100px;
}

.best_deal .ornament_img_right {
  position: absolute;
  right: 0;
  top: 1rem;
  z-index: -1;
}

/* start trading */
.start_trading {
  position: relative;
  margin-top: 80px;
}

.trading_txt .main_btn2 {
  background: #1c1c1c;
  color: #FFFFFF;
  display: flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 9px 16px;
  border-radius: 24px;
  transition: 0.5s ease-in-out;
}

.trading_btn {
  margin-top: 32px;
}

.trading_txt .main_btn2:hover {
  color: #171B18;
  background: #E6F2E9;
}

.trading_txt .main_btn2:hover img {
  filter: brightness(0.2);
}

.iphone_row {
  display: flex;
  gap: 15px;
}

.iphone_bg {
  background: url(../image/iphone-space-silver-front.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6px 10px;
  position: relative;
  overflow: hidden;
  max-width: 205px;
  margin: auto;
  border-radius: 35px;
}

.iphone_slider {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
}


.iphone_slider_text {
  width: 60%;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
  padding-right: 4rem;
}

.iphone_slider_text .swiper-slide.txt1 {
  display: flex;
  align-items: start;
  transition: 0.5s ease-in-out;
}

.iphone_slider_text .swiper-slide.txt2 {
  display: flex;
  align-items: end;
  padding-bottom: 50px;
  transition: 0.5s ease-in-out;
}

.iphone_slider_text .swiper-slide.txt3 {
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
}

.iphone_slider .swiper-slide img {
  border-radius: 24px;
  width: -webkit-fill-available;
  margin: auto;
}

.iphone_left_text .heading_title {
  color: #1c1c1c;
  font-size: 33.18px;
  font-weight: 500;
}

.iphone_left_text p {
  color: #A5A5A5;
}

.trading_bottom {
  position: relative;
  max-width: 1170px;
  height: 40px;
  border-radius: 11.1536px;
  background: radial-gradient(100% 282.5% at 100% 14.81%, #A1CFFF 0.01%, rgba(199, 241, 255, 0) 0%), radial-gradient(90.41% 232.33% at 90.41% 13.06%, rgba(113, 255, 215, 0) 54%, #B5DD7B 250%), radial-gradient(75.78% 218.75% at 13.39% 39.33%, rgba(136, 243, 190, 0.7) 0%, rgba(243, 222, 180, 0.7) 121%), #FFFFFF;
  bottom: 45px;
  z-index: -1;
  margin: auto;
}





/* Home FAQs */
.home_faq {
  margin-top: 80px;
}

.faq_title p {
  color: #957CE1;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Inter';
}

.animation_effect {
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  background: radial-gradient(291.47% 167.14% at 100% 14.81%, #A1CFFF 0.01%, rgba(199, 241, 255, 0.00) 32.28%), radial-gradient(258.77% 163.04% at 90.41% 13.06%, rgba(113, 255, 215, 0.00) 54%, #B5DD7B 100%), radial-gradient(219.5% 87.6% at 13.39% 39.33%, rgba(136, 243, 190, 0.70) 0%, rgba(243, 222, 180, 0.70) 100%), #FFF;
  margin-top: 24px;
  position: relative;

}

.animation_effect::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  background: url(../image/faq_left.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  height: 65%;
  width: 100%;
}

.animation_effect::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../image/faq-right.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}


.qna {
  padding: 32px;
  padding-left: 50px;
  border-bottom: 2px solid #c7c7c7;
  position: relative;
  padding-right: 8px;
}

.qna.active {
  background: linear-gradient(357deg, rgba(151, 255, 0, 0.14) -5.69%, rgba(42, 99, 83, 0.00) 36.62%);
}

.question {
  cursor: pointer;
  user-select: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  margin: 0;
  color: #1c1c1c;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-family: 'Inter', sans-serif;
  position: relative;
  padding: 0 3px;
}

.qna .answer {
  height: 0px;
  transition: 0.3s linear;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.answer .heading_text {
  color: #4F4F4F;
  font-size: 16px;
  font-family: "Inter";
}

.tr_faq .qna .question::after {
  content: '';
  background: url(../image/clarity_arrow-line.png) no-repeat;
  position: absolute;
  left: -40px;
  top: 0;
  height: 100%;
  width: 100%;
}

.tr_faq .qna.active .question::after {
  content: '';
  background: url(../image/clarity_arrow-line-up\ \(1\).png) no-repeat;
  position: absolute;
  left: -40px;
  top: 0;
  height: 100%;
  width: 100%;
}

#document_question {
  padding-right: 65px;
  background: #05060A;
  border-radius: 30px;
}



/* Risk-free */

h3.heading_title {
  color: #1C1C1C;
  font-size: clamp(24px, 4.5vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  width: 100%;
  font-family: "Inter";
}

/* .title_bar {
  border-bottom: 2px solid #A5A5A5;
} */

.risk_free {
  border: 1px;
  background: linear-gradient(229.91deg, #B5DD7B 0.73%, #5A8D61 25.04%, #2A6353 50.1%);
  border-radius: 18px;
  padding: 16px;
  transition: background 0.4s ease-in-out;
  cursor: pointer;
}

.risk_free:hover {
  background: linear-gradient(230deg, #B5DD7B 8.07%, #108463 63.16%), linear-gradient(241deg, #DFFFA2 -13.75%, #16ACE9 103.78%);
}

.risk_free .heading_title {
  color: #FFF;
  font-size: 33.18px;
  font-weight: 500;
}

.title_left p {
  color: #676767;
  font-size: 16px;
  font-family: "Inter";
  padding-right: 50px;
  margin-bottom: 16px;
}

/*.main_btn {
  display: flex;
  max-width: 270px;
  height: 74px;
  padding: 16px;
  align-items: flex-end;
  gap: 25%;
  border-radius: 12px;
  background: #1C1C1C;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
  transition: 0.5s ease-in-out;
  border: 2px solid #171B18;
}*/

.main_btn:hover {
  border-radius: var(--Radius-Square-Corner-Radius, 12px);
  background: linear-gradient(258deg, rgba(180, 186, 255, 0.40) -24.89%, rgba(192, 255, 187, 0.40) 154.6%), linear-gradient(107deg, #C9FB80 22.41%, #60FCD0 71.41%);
  color: #171B18;
  font-size: 24px;
  font-weight: 500;
}


/* Footer */
.footerdektop {
  margin-top: 48px;
}

.payment-box {
  /*border: 1px solid rgb(47, 43, 67, 0.1);
  border-radius: 5px;
  height: 24px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;*/
}

.payments {
  margin-top: 30px;
  gap: 8px;
  flex-wrap: wrap;
}

.payment-box a {
  line-height: 0;
  border: 1px solid rgb(47, 43, 67, 0.1);
  border-radius: 5px;
  height: 24px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.copyright p {
  color: #A5A5A5;
  text-align: left;
}

.footer_title .heading_title {
  font-size: 13.33px;
  font-weight: 700;
  color: #1C1C1C;
  font-family: "Inter";
}

#footer .mobile_title .heading_title {
  font-size: 13.33px;
  font-weight: 700;
  color: #1C1C1C;
  font-family: "Inter";
  width: 180px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  margin: auto;
  margin-bottom: 14px;
}

.mobile_title a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile_title .heading_title:hover {
  background: #E6F2E9;
  border-radius: 24px;
}

.footer_data {
  margin-top: 30PX;
}

.footer_data a {
  color: #1C1C1C;
  font-size: 13.33px;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #F3F3F3;
}

.footer_data a::after {
  content: '';
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #F3F3F3;
  transition: 0.4s ease-in-out;
}

.footer-top .contact a {
  transition: 0.4s;
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.footer-top .contact a img {
  width: unset;
}

.footer-top .contact a:hover {
  background: #E6F2E9;
}

.footer_data a:hover::after {
  width: 100%;
  border-color: #1C1C1C;
}

.footer_data p {
  margin-top: 2px;
  font-family: "Inter";
  font-weight: normal;
}

.footer_data .footer_link {
  margin-top: 16px;
}

#footer3 {
  border-top: 1px solid #C7C7C7;
  margin-top: 30px;
}

.footer-warning h6 {
  color: #A5A5A5;
  font-family: "Inter";
  font-size: 13.33px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.footer-warning p {
  color: #B5B5B5;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.copyright p {
  margin: 0;
  color: #A5A5A5;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.footer-info {
  color: #A5A5A5;
}

.footermobile {
  display: none;
}



.inner_heading_sec {
  background: radial-gradient(90.41% 251.33% at 90.41% 13.06%, rgba(113, 255, 215, 0) 90%, #B5DD7B 111%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    , radial-gradient(75.78% 218.75% at 13.39% 39.33%, rgba(136, 243, 190, 0.7) 0%, rgba(243, 222, 180, 0.5) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    , #FFFFFF;
  margin-top: 70px;
}

.inner_heading {
  padding: 24px 0 16px 0;
}

.heading_link {
  padding-bottom: 24px;
}

.inner_heading .inner_heading_txt {
  font-size: clamp(24px, 4vw, 26px);
  font-weight: 500;
  color: #1C1C1C;
}

a.inner_btn {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 13.33px;
  background: #FFF;
  border-radius: 13px;
  padding: 8px 16px;
  transition: 0.5s ease-in-out;
}

a.inner_btn:hover {
  background: #1c1c1c;
  color: #FFFFFF;
}

.heading_link a p {
  color: #4F4F4F;
  font-weight: 700;
  padding-left: 8px;
  font-size: 13.33px;
}


/* Document page css */
.document .qna {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(224deg, rgba(151, 255, 0, 0.14) 15.78%, rgba(42, 99, 83, 0.00) 29.87%);
  border: 0;
  /* max-width: 270px; */
  min-height: 145px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.document .qna .answer::after {
  background: transparent;
}

.document .qna .question::after {
  content: "";
  background: url("../image/icon-btn-arrow.png") no-repeat;
  position: absolute;
  left: unset;
  right: 0px;
  top: 42%;
  transform: translate(0px, -50%);
  height: 16px;
  width: 25px;
  transition: all 0.4s ease 0s;
}

.document .qna.active .question::after {
  transform: rotate(90deg);
}

.document .question {
  cursor: pointer;
  user-select: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  margin: 0;
  color: #1c1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: 'Inter', sans-serif;
  position: relative;
  padding-right: 24px;
}

.document .answer .heading_text {
  color: #1c1c1c;
}

button#myBtn {
  border: 2px solid #A5A5A5;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: transparent;
  position: fixed;
  right: 1.5rem;
  bottom: 5rem;
  transition: 0.4s;
  display: none;
}

button#myBtn:hover {
  background: #1C1C1C;
  color: #FFF;
  border-color: #1C1C1C;
}

button#myBtn i {
  width: 25px;
  display: inline-block;
  font-size: 24px;
}

/* Real Account */

a.inner_btn {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 13.33px;
  background: #FFF;
  border-radius: 13px;
  padding: 8px 16px;
  transition: 0.5s ease-in-out;
}

a.inner_btn:hover {
  background: #1c1c1c;
  color: #FFFFFF;
}

.heading_link a p {
  color: #4F4F4F;
  font-weight: 700;
  padding-left: 8px;
  font-size: 13.33px;
}

.real_head_left {
  margin-top: 30px;
}

.real_head {
  border-bottom: 2px solid #7D7D7D;
  margin-top: 30px;
  padding-bottom: 16px;
}

.rules_Instu_spee {
  margin-top: 30px;
}

.brand-name {
  margin: 70px 0;
}

.real_instr {
  border-left: 2px solid #c7c7c7;
  padding-left: 16px;
  padding-bottom: 24px;
}

.real_instr h2 {
  color: #1c1c1c;
  font-size: 33.18px;
  font-weight: 500;
}

.real_instr p {
  color: #4F4F4F;
  font-size: 16px;
}

.footerdektop {
  padding-top: 16px;
}


/* PlatForm Desktop */
.platform_box .about_box_icon {
  background: #F5F5F5;
  padding: 84px 253px 82px 237px;
  border-radius: 12px;

}

.trading_txt .heading_title {
  color: #1C1C1C;
  font-size: clamp(32px, 7.5vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.real_head_left p {
  color: #252525;
}

.platform_box {
  margin-top: 30px;
}

.trading_txt .main_btn3 {
  background: #1c1c1c;
  color: #FFFFFF;
  display: flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 16px;
  border-radius: 24px;
  transition: 0.5s ease-in-out;
}

.trading_txt .main_btn3:hover {
  background: #E6F2E9;
  color: #171B18;
}

.trading_txt .main_btn3:hover img {
  filter: invert(1);
}

.platform_trading {
  position: relative;
  margin-top: 30px;
}

.platform_desk .heading_title {
  color: #1C1C1C;
  font-size: clamp(32px, 7vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}


/*------------------------
#Trading hours 
------------------------*/
#trading_hours {
  width: 100%;
  position: relative;
  z-index: 1;
}

.hours_box {
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 54px 104px 0px rgba(0, 0, 0, 0.04);
  max-width: 732PX;
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

div#hours {
  margin-bottom: 0px;
}

.hours_headding {
  border-radius: 20px 20px 0px 0px;
  padding: 19px 0px;
  text-align: center;
  background: linear-gradient(255.75deg, #A1CFFF -103.85%, rgba(199, 241, 255, 0) -34.87%), linear-gradient(256.23deg, rgba(113, 255, 215, 0) 18.22%, rgba(181, 221, 123, 0.7) 109.59%), linear-gradient(94.74deg, rgba(136, 243, 190, 0.6) -57.97%, rgba(243, 222, 180, 0.6) 88.71%), #E4E4E4;
}

.hours_headding h3 {
  font-size: 24px;
  font-weight: 500;
}

.across {
  text-align: center;
}

.across h2 {
  font-weight: 500;
  padding-bottom: 24px;
}

.across p {
  font-weight: 500;
  font-size: 24px;
  color: #676767;
  padding-bottom: 56px;
}

.hours_box table tbody .symbol td {
  color: rgb(28, 28, 28);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}

.hours_box table {
  width: 100%;
  margin: 0;
}

.symbol {
  background: #E6F2E9;
  position: relative;
}

.hours_box table tbody .symbol:first-child {
  border-top: 0;
}

.hours_box table tbody .symbol td {
  color: #1C1C1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.hours_box table tbody tr td {
  color: #1C1C1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 17px 30px;
  width: 30%;
  font-family: 'Inter', sans-serif;
  BORDER-BOTTOM: 1PX SOLID #E6F2E9;
}

.hours_box table tbody tr td:last-child {
  width: 70%;
}

table,
th,
td {
  border: 0px solid black;
  border-collapse: collapse;
}


/* About-us */
.why_brand {
  margin-top: 30px;
  margin-bottom: 40px;
}

.about_flex .heading_sub {
  color: #957CE1;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Inter';
  margin-top: 16px;

}

.why_brand_txt .heading_title {
  font-size: clamp(32px, 7vw, 48px);
}

.why_brand_txt .heading_sub_p {
  color: #252525;
  font-size: 16px;
  margin-top: 16px;
}



/* Thank You */

.thank_you {
  margin-top: 70px;
  margin-bottom: 86px;
}

.thanks h1 {
  font-size: clamp(54px, 7vw, 64px);
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 16px;
}

.thanks p {
  font-size: 16px;
  color: #1c1c1c;
  margin-bottom: 40px;
}

.thanks a.main_btn2 {
  background: #171B18;
  color: #FFFFFF;
  padding: 10px 36px;
  transition: 0.5s ease-in-out;
  border-radius: 24px;
  font-weight: 500;
}

.thanks a.main_btn2:hover {
  color: #1C1C1C;
  background: #E6F2E9;
}

/* Registration Start */

.form_head .heading_title {
  font-size: 33.18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}

.registration {
  margin: 96px 0px;
}

.reg_form input,
.reg_form select,
.reg_form textarea {
  width: -webkit-fill-available;
  border: none;
  border-bottom: 2px solid #363636;
  outline: none;
  margin-bottom: 16px;
  padding-bottom: 8px;
  color: #919191;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 8px;
  max-width: 425px;
}

.reg_form input::placeholder,
.reg_form textarea::placeholder {
  color: #919191;
}

.reg_form input:hover,
.reg_form textarea:hover {
  background: #F3F3F3;
  border-color: #C7C7C7;
}

.reg_form input:focus,
.reg_form textarea:focus {
  background: unset;
  border-color: #957CE1;
}

.reg_form select {
  color: #1c1c1c !important;
}

.reg_form select::selection {
  padding: unset;
}

.form_confirm {
  margin-top: 16px;
  margin-bottom: 24px;
}

.form_confirm label a {
  color: #676767;
  font-weight: 500;
  padding-left: 5px;
  transition: 0.4s ease-in-out;
  padding-bottom: 2px;
}

.form_confirm label a img {
  transition: 0.4s ease-in-out;
  filter: opacity(0.6);
}

.form_confirm label a:hover {
  border-bottom: 2px solid #676767;
}

.form_confirm label a:hover img {
  transform: rotate(45deg);
}

.step_register {
  border-left: 2px solid #c7c7c7;
  padding-left: 8px;
}

.reg_step_box {
  padding-bottom: 40px;
  transition: 0.4s ease-in-out;
  border-left: 2px solid transparent;
  padding-left: 12px;
}

.reg_step_box:hover {
  border-color: #C7C7C7;
}

.reg_step_box span {
  color: #4F4F4F;
  font-size: 33.18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.reg_step_box h4 {
  color: #1C1C1C;
  font-size: 33.18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 24px 0px;
}

.form_confirm {
  position: relative;
}

.form_confirm input {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 20px;
  height: 20px;
  z-index: 1;
  opacity: 0;
}

.form_confirm label {
  position: relative;
  cursor: pointer;
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: 'Inter', sans-serif;
}

.form_confirm label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #E5E5E5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 10px;
}

.form_confirm input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 7.4px;
  height: 14px;
  border: solid #1C1C1C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.formbold_form_input option:checked,
.formbold_form_input option:hover {
  box-shadow: 0 0 10px 100px #F3F3F3 inset;
  width: 100%;
  -webkit-text-fill-color: #000;
}

.formbold_form_input option:nth-child(2) {
  margin-top: 10px;
  border-top: 1px solid #C7C7C7;
}

.formbold_form_input option:first-child {
  box-shadow: 0 0 10px 100px #fff inset;
  color: #000;
  width: 86%;
  -webkit-text-fill-color: #000;
}

.formbold_form_input option {
  padding: 9px 16px;
}

select.formbold_form_input {
  overflow: hidden;
  width: 100%;
  color: #919191;
  background-color: #fff;
  padding: 8px 0px;
}

.formbold_form_input:focus {
  border: 2px solid #957CE1;
  border-radius: 10px;
      overflow-y: scroll !important;
}

.form_confirm .main_btn2 {
  background: #171B18;
  color: #FFF;
  padding: 9px 110px;
  border-radius: 24px;
  transition: 0.5s ease-in-out;
  font-weight: 600;
  border: 0;
}

.form_confirm:hover .main_btn2 {
  color: #1C1C1C;
  background: #E6F2E9;
  padding: 9px 30px;
}

/* Contact Info */

.contact_info {
  margin-top: 30px;
  margin-bottom: 12px;
}

.contact_row {
  padding-bottom: 60px;
  padding-top: 30px;
}

.ask_que {
  font-size: 33.18px;
  font-weight: 500;
  text-align: center;
}

.contact_form {
  padding: 33px 22px 24px;
}

.contact_form input,
.contact_form textarea {
  width: -webkit-fill-available;
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  margin-bottom: 30px;
  padding-bottom: 8px;
  color: #919191;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact_info button.main_btn3 {
  background: rgb(28, 28, 28);
  color: rgb(255, 255, 255);
  padding: 6px 119px;
  border-radius: 24px;
  transition: all 0.5s ease-in-out 0s;
  border: 0;
}

.contact_info button.main_btn3:hover {
  color: #FFF;
  background: #363636;
}

.contact_info .step_box h4 {
  color: #1C1C1C;
  font-size: 33.18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 24px 0px;
  padding-top: 0;
}

/* PromoCode */
.promocode {
  margin: 62px 0;
}

.promocode h1 {
  font-size: 33.18px;
  font-weight: 500;
  margin-bottom: 24px;
}

.promo input {
  width: -webkit-fill-available;
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  margin-bottom: 30px;
  padding-bottom: 8px;
  color: #919191;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 370px;
  padding-left: 8px;
}

.promocode form button.main_btn2 {
  background: #1c1c1c;
  color: #FFF;
  padding: 6px 119px;
  border-radius: 24px;
  transition: 0.5s ease-in-out;
}

