@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  /* fonr family  */
  --poppins: "Poppins", sans-serif;

  /* color  */
  --primary: #0073e8;
  --black: #000;
  --black-rgb: 0, 0, 0;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --yellow-color: #ecb13e;
  --paragraph-light: #ffffffb2;

  /* transition */
  --transition: all 0.3s;
  --transition-3-ease: all 0.3s ease;
  --transition-4-ease: all 0.4s ease;
  --transition-5-ease: all 0.5s ease;
  --transition-3-easeIn: all 0.3s ease-in;
  --transition-4-easeIn: all 0.4s ease-in;
  --transition-5-easeIn: all 0.5s ease-in;
  --transition-3-easeOut: all 0.3s ease-out;
  --transition-4-easeOut: all 0.4s ease-out;
  --transition-5-easeOut: all 0.5s ease-out;
  --transition-3-easeInOut: all 0.3s ease-in-out;
  --transition-4-easeInOut: all 0.4s ease-in-out;
  --transition-5-easeInOut: all 0.5s ease-in-out;
  --transformation-rgb-1: linear-gradient(92deg, #00cec2 0%, #0083e2 100%);
  --transformation-rgb-2: linear-gradient(92deg, #ff9000 0%, #ff5359 100%);
  --transformation-rgb-3: linear-gradient(92deg, #ffb800 0%, #f29100 100%);
  --transformation-rgb-4: linear-gradient(92deg, #d06bff 0%, #7e3fff 100%);
}

/* Typography start  */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--poppins);
  color: rgba(var(--white-rgb), 0.7);
  background-image: linear-gradient(to bottom, #000000, #000000, #000000, #000000, #000000);
  line-height: 180%;
  font-weight: 400;
  font-size: 20px;
  overscroll-behavior: none;
  overflow-x: hidden;
  letter-spacing: 1.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--white);
  font-family: var(--poppins);
}

h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 117.5%;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 128%;
}

h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 135.294%;
}

h4 {
  font-size: 34px;
  line-height: normal;
  font-weight: 500;
}

h5 {
  font-size: 32px;
  line-height: 106.25%;
  font-weight: 500;
}

h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 158.333%;
}

p {
  margin: 0;
  padding: 0;
  line-height: 180%;
  font-size: 20px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-162 {
  padding-top: 162px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-162 {
  padding-bottom: 162px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--main-color);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

a:hover {
  color: var(--main-color);
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

/* padding  */
.pt-90 {
  padding-top: 90px;
}

/* padding  */

img {
  max-width: 100%;
  height: auto;
  /* will-change: transform; */
  -webkit-user-drag: none;
}

button {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

::placeholder {
  color: var(--span);
  font-size: 18px;
}

.bor {
  border: 1px solid var(--border);
}

.bor-top {
  border-top: 1px solid var(--border);
}

.bor-left {
  border-left: 1px solid var(--border);
}

.bor-bottom {
  border-bottom: 1px solid var(--border);
}

.bor-right {
  border-right: 1px solid var(--border);
}

.border-none {
  border: none !important;
}

.text-justify {
  text-align: justify;
}

.primary-color {
  color: var(--primary-color) !important;
}

.primary-hover {
  &:hover {
    color: var(--primary-color) !important;
  }
}

.primary-bg {
  background-color: var(--primary-color) !important;
}

.secondary-color {
  color: var(--secondary-color);
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.sub-bg {
  background-color: var(--sub-bg);
}

.paragraph-light {
  color: var(--paragraph-light) !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.title-font {
  font-family: var(--poppins) !important;
}

.text-font {
  font-family: var(--inter) !important;
}

.shadow {
  box-shadow: var(--shadow) !important;
}

.gray__bg {
  background-color: #f7f7f980 !important;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.transition {
  transition: var(--transition);
}

/* Typography end  */

/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sk-cube-grid {
  width: 70px;
  height: 70px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #FF8345;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
============= Preloader CSS END ================
================================================
*/

/* Cursor */
.cursor {
  position: fixed;
  background-color: #3079ff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cursor.active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.menu-active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 1;
}

.cursor-follower {
  position: fixed;
  border: 0.5px solid #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.cursor-follower.active {
  opacity: 1;
  -webkit-transform: scale(3);
  transform: scale(3);
}

.cursor-follower.menu-active {
  opacity: 1;
  -webkit-transform: scale(3);
  transform: scale(3);
}

.cursor-follower.hovered {
  opacity: 1;
}

/* Cursor End */

.header-area {
  position: fixed;
  width: 100%;
  top: 32px;
  z-index: 9999;
}

.header-area.menu-fixed {
  top: 12px;
  box-shadow: none !important;
}

.header-area.menu-fixed .header__main {
  background-color: var(--primary-color);
  background-color: rgba(var(--black-rgb), 0.85);
}

.header__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  padding: 8px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.header__main .logo img:last-child {
  display: none;
}

.header__main-one .main-menu ul li a {
  padding: 0 !important;
}

.header__main-one .main-menu ul .sub-menu {
  top: 40px !important;
}

.header__main-one .main-menu ul .sub-menu li a {
  padding: 12px 20px !important;
}

.header__main .main-menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__main .main-menu ul li {
  position: relative;
}

.header__main .main-menu ul li a {
  font-family: var(--poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  color: var(--white);
}

.header__main .main-menu ul li a i {
  font-size: 12px;
  transition: var(--transition);
  opacity: 0.5;
}

.header__main .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 99;
  flex-direction: column;
  gap: 0;
  width: 250px;
  border: var(--border-1px);
  box-shadow: var(--shadow);
  background-color: var(--white);
  border-radius: 10px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.header__main .main-menu ul li .sub-menu li {
  width: 100%;
}

.header__main .main-menu ul li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}

.header__main .main-menu ul li .sub-menu li a {
  display: block;
  padding: 12px 20px;
  color: var(--main-color) !important;
}

.header__main .main-menu ul li .sub-menu li a:hover {
  padding-left: 25px;
  color: var(--primary-color) !important;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.header__main .main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.header__main .main-menu ul li:hover:hover i {
  transform: rotate(-180deg);
}

.header__main .main-menu-light ul li a {
  color: var(--white);
}

.header__main .main-menu-light ul li:hover a {
  color: var(--white) !important;
}

.header__main .main-menu-light ul li:hover i {
  color: var(--white) !important;
}

.header__main .main-menu-two {
  position: relative;
  z-index: 1;
}

.header__main .main-menu-two::after {
  position: absolute;
  top: 18px;
  left: -24px;
  width: 110%;
  height: 55px;
  border-radius: 100px;
  background-color: #174d3b;
  content: "";
  z-index: -1;
}

.header__main .menu-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__main .menu-btns a {
  font-size: 18px;
  line-height: 30px;
}

.header__main .menu-btns .sign-in {
  padding: 8px 24px;
  background: linear-gradient(238.89deg, #3c866d 19.48%, #256e56 68.82%);
  color: var(--white);
  border-radius: 12px;
}

.header__main .menu-btns .menu-contact-btn {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 8px 16px;
  border: 1px solid var(--yellow-color);
  border-radius: 100px;
  color: var(--white);
}

.header__main .menu-btns .menu-book-call-btn {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 30px;
  padding: 8px 16px;
  border-radius: 100px;
  color: var(--white);
  position: relative;
  z-index: 1;
}

.header__main .menu-btns .menu-book-call-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../../assets/images/shape/btn.png);
  background-position: center;
  background-size: cover;
}

.header__main .menu-btns .menu-arry-btn {
  width: 48px;
  height: 40px;
  line-height: 35px;
  border-radius: 40px;
  text-align: center;
  background-color: var(--white);
  overflow: hidden;
  position: relative;
}

.header__main .menu-btns .menu-arry-btn svg {
  transition: 0.2s cubic-bezier(0.37, 0.08, 0.02, 0.93);
}

.header__main .menu-btns .menu-arry-btn .top-arry {
  position: absolute;
  top: 12px;
  right: 15px;
}

.header__main .menu-btns .menu-arry-btn .bottom-arry {
  position: absolute;
  bottom: -12px;
  right: 40px;
}

.header__main .menu-btns .menu-arry-btn:hover .top-arry {
  position: absolute;
  top: -12px;
  right: -5px;
}

.header__main .menu-btns .menu-arry-btn:hover .bottom-arry {
  position: absolute;
  bottom: 14px;
  right: 15px;
}

.header__main .menu-btns .menu-btn-one {
  font-family: var(--poppins);
  font-size: 18px;
  font-weight: 400;
  line-height: 133.333%;
  padding: 16px 30px;
  border-radius: 41px;
  background: #2c3b5e;
  color: rgba(255, 255, 255, 0.747);
  text-transform: capitalize;
  border: 1px solid transparent;
  transition: var(--transition);
}

.header__main .menu-btns .menu-btn-one img {
  margin-right: 10px;
}

.header__main .menu-btns .menu-btn-one:hover {
  transform: scale(0.95);
}

.header__main .menu-btns .menu-btn-one {
  display: flex;
  flex-direction: row;
  place-content: center;
  align-items: center;
}

.header__main .menu-btns .menu-btn-one i {
  font-size: 24px;
  font-weight: 500;
  margin-left: 8px;
}

.header__main .menubars {
  width: 30px;
  line-height: 10px;
  text-align: right;
}

.header__main .menubars span {
  width: 100%;
  height: 2px;
  background-color: #000f19 !important;
  transition: var(--transition);
}

.header__main .menubars span:nth-child(2) {
  width: 70%;
  text-align: right;
}

.header__main .menubars:hover span:nth-child(2) {
  width: 100%;
}

.header__main .menubars-light span {
  background-color: var(--white);
}

.header-one-area.menu-fixed .header__main-one {
  box-shadow: var(--shadow);
}

.mobile-menu .meanmenu-reveal {
  display: none !important;
}

.mobile-menu.mean-container .mean-nav>ul {
  width: 100%;
  display: block !important;
}

.mobile-menu ul li a i {
  display: none;
}

/* Offcanvas area start here */
.offcanvas {
  width: 375px !important;
  border-left: 3px solid #37d284 !important;
}

.offcanvas .btn-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  font-size: 22px;
  color: var(--white);
  background-color: var(--yellow-color);
  opacity: 1;
  background-image: none;
  transition: var(--transition);
}

.offcanvas .btn-close:hover {
  transform: rotate(90deg);
}

.offcanvas .offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: crosshair;
}

.offcanvas .offcanvas-backdrop.show {
  opacity: 1;
  z-index: 1;
}

/* Offcanvas area end here */

/* Sidebar-area start  */
.sidebar-area {
  z-index: 99999;
  background-color: #151314 !important;
}

.sidebar__socials ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sidebar__socials ul li {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: #37d284;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.sidebar__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sidebar__btns a {
  padding: 6px 16px;
  border-radius: 8px;
  color: var(--white);
  background-color: var(--primary-color);
}

.sidebar__contact-info ul li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar__contact-info ul li i {
  color: var(--yellow-color);
  margin-right: 8px;
}

.sidebar__contact-info ul li a {
  color: var(--paragraph-light);
}

.sidebar__body {
  margin-top: 30px;
}

.sidebar__body .mean-container .mean-nav {
  background-color: #151314 !important;
}

.sidebar__body .mean-container .mean-nav ul li a.mean-expand {
  background-color: #37d284;
}

/* Sidebar-area end  */

/* button start */
.common-btn {
  display: flex;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: fit-content;
  border-radius: 41px;
  background: #2c3b5e;
  color: rgba(255, 255, 255, 0.747);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.common-btn--whiute {
  background: var(--white) !important;
  color: #000f19 !important;
}

.common-btn--whiute span {
  color: #000f19 !important;
}

.common-btn--whiute:hover {
  color: var(--white);
}

.common-btn:hover {
  transform: scale(0.95);
}

.common-btn span {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.common-btn--whiute span {
  color: #000f19;
}

/* button end*/

/* section header start*/
.section-header {
  text-align: center;
}

.section-header .sub-title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  color: #000f19;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
}

.section-header h2 {
  color: var(--black);
}

.section-header .header-p {
  color: rgba(var(--black-rgb), 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  padding-top: 30px;
}

/* section header end*/

/* hero-section start  */
.hero-section {
  min-height: 100vh;
  padding-top: 229px;
  padding-bottom: 324px;
  position: relative;
  z-index: 0;

  text-align: center;
}

.hero-section .lines {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-section .lines .line {
  width: 1.2px;
  height: 100%;
  background-color: rgba(var(--white-rgb), 0.1);
  position: absolute;
}

.hero-section .lines .line-1 {
  left: 6.7%;
}

.hero-section .lines .line-2 {
  left: 21.7%;
  box-shadow: -7px -7px 14px rgba(var(--white-rgb), 0.76);
}

.hero-section .lines .line-3 {
  left: 36%;
}

.hero-section .lines .line-4 {
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 7px 7px 14px rgba(var(--white-rgb), 0.76);
}

.hero-section .lines .line-5 {
  right: 36%;
}

.hero-section .lines .line-6 {
  right: 21%;
  box-shadow: 7px 7px 14px rgba(var(--white-rgb), 0.76);
}

.hero-section .lines .line-7 {
  right: 6.8%;
}

.hero-content .hero-title span {
  background: #e0e0e0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content p {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.685);
}

.hero-content .btn-container {
  margin-top: 60px;
}

/* hero-section end  */

/* feature-section start  */
.feature-section {
  height: 750px;
}

.feature-wrapper-perspective {
  perspective: 100em;
}

.feature-wrapper {
  border-radius: 30px;
  border: 1px solid rgba(var(--white-rgb), 0.1);
  background: rgba(var(--white-rgb), 0.1);
  box-shadow: 1px 4px 24px 0px rgba(var(--black-rgb), 0.05);
  backdrop-filter: blur(15px);
  padding: 10px;
}

.feature-wrapper img {
  border-radius: 10px;
}


/* feature-section end  */

/* unique-section start  */
.unique-section {
  overflow: hidden;
}

.unique-wrapper {
  background: linear-gradient(105deg, #006be8 -2.56%, #00d2ef 104.3%);
  position: relative;
  z-index: ;
  border-radius: 30px;
  padding: 66px 60px 60px;
}

.unique-wrapper::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
}

.unique-content .sub-heading {
  display: inline-block;
  padding: 0px 16px;
  border-radius: 50px;
  background: var(--white);
  color: var(--primary);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 214.286%;
}

.unique-content .heading {
  padding-top: 16px;
}

.unique-content p {
  padding-top: 20px;
  color: rgba(var(--white-rgb), 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
}

.unique-content .settings {
  padding-top: 50px;
}

.unique-content .settings li {
  margin-bottom: 24px;
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 154.545%;
}

.unique-content .settings li:last-child {
  margin-bottom: 0;
}

.unique-thumbnail img {
  height: auto;
  max-width: 100%;
}

.unique-thumbnail .outer-thumbnail {
  position: absolute;
  top: 84px;
  left: 305px;
  filter: drop-shadow(1px 4px 24px rgba(0, 0, 0, 0.1));
}

/* unique-section end  */

/* performance-section start  */
.performance-section {
  background-image: linear-gradient(to bottom, #000711, #021327, #001b3e, #002255, #00276b);
}

.performance-section .performance-wrapper {
  border-radius: 30px;
  background: linear-gradient(104deg, #896fff -2.73%, #cd00ee 117.05%);
  padding: 103px 83px 0;
}

.performance-section .performance-wrapper .performance-inner {
  border-radius: 18px 18px 0px 0px;
  background: rgba(var(--white-rgb), 0.14);
  position: relative;
  padding: 53px 40px 70px;
}

.performance-section .performance-wrapper .performance-inner::before {
  position: absolute;
  content: "";
  top: -7px;
  left: -7px;
  right: 7px;
  bottom: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 7px);
  border-radius: 24px 24px 0px 0px;
  border: 2px solid rgba(var(--white-rgb), 0.06);
  background: rgba(var(--white-rgb), 0.06);
}

.performance-section .performance-wrapper .performance-inner .actios {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.performance-section .performance-wrapper .performance-inner .actios .dots {
  margin-left: 39px;
}

.performance-section .performance-wrapper .performance-inner .actios .dots span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: var(--white);
}

.performance-section .performance-wrapper .performance-inner .btn-clone {
  color: var(--white);
  margin-right: 42px;
}

.performance-section .performance-matter {
  padding-top: 87px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: space-between;
}

.performance-section .performance-matter .performance-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.performance-section .performance-matter .performance-item .performance-type {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 212.5%;
  white-space: nowrap;
}

.performance-section .performance-matter .performance-item .performance-item-circle {
  width: 110px;
  height: 110px;
  background-color: rgba(var(--white-rgb), 0.1);
  border: 2px solid rgb(var(--white-rgb), 0.1);
  stroke: rgba(255, 255, 255, 0.04);
  filter: drop-shadow(2px 2px 24px rgba(var(--black-rgb), 0.02));
  border-radius: 100%;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.performance-inner .all-shapes span {
  position: absolute;
  background-color: rgba(var(--white-rgb), 0.1);
  border-radius: 100%;
}

.performance-inner .all-shapes .elips-shape-1 {
  width: 26px;
  height: 26px;
  left: 52px;
  top: 250px;
}

.performance-inner .all-shapes .elips-shape-2 {
  width: 14px;
  height: 14px;
  left: 244px;
  top: 123px;
}

.performance-inner .all-shapes .elips-shape-3 {
  width: 60px;
  height: 60px;
  left: 418px;
  bottom: 150px;
}

.performance-inner .all-shapes .elips-shape-4 {
  width: 288px;
  height: 288px;
  left: 50px;
  bottom: 20px;
  box-shadow: 1px 2px 24px 0px rgba(var(--black-rgb), 0.04);
}

.performance-inner .rocket {
  z-index: 1;
  position: relative;
  left: -30px;
  bottom: -80px;
}

/* performance-section end  */

/* readymade-section start  */
.readymade-section {
  position: relative;
  z-index: 0;
}

.readymade-section .lines .line {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  background: rgba(var(--white-rgb), 0.06);
  z-index: 999;
}

.readymade-section .lines .line-1 {
  left: 6.71875%;
}

.readymade-section .lines .line-2 {
  left: 35.57%;
}

.readymade-section .lines .line-3 {
  right: 35.57%;
}

.readymade-section .lines .line-4 {
  right: 6.71875%;
}

.readymade-content .total-pages {
  font-size: 220px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.364%;
  /* background: linear-gradient(100deg, #00abd4 -5.16%, #00abac 49.72%, #0a7 95.19%); */
  background: linear-gradient(90deg,
      rgb(0, 171, 214),
      rgb(0, 173, 173),
      rgb(2, 253, 178),
      rgb(0, 171, 214),
      rgb(0, 173, 173),
      rgb(2, 253, 178));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  animation-duration: 3s;
  background-size: 600% 100%;
  animation: AnimatedGradientBgLeft 3s linear infinite;
  -webkit-animation: AnimatedGradientBgLeft 3s linear infinite;
  display: flex;
  transition: var(--transition-3-easeInOut);
}

@keyframes AnimatedGradientBgLeft {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 0;
  }
}

.readymade-content .total-pages span {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 160px;
}

.readymade-content p {
  padding-top: 10px;
  color: var(--white);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.435%;
}

.readymade-content .categories {
  padding-top: 130px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 34px;
}

.readymade-content .categories .category {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 34px;
}

.readymade-content .categories .category .thumbnail {
  width: 84px;
  height: 84px;
  border-radius: 20px;
  /* background: linear-gradient(100deg, #00abd4 -5.16%, #00ac8d 95.19%); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.readymade-content .categories .category .info-lists {
  color: rgba(var(--white-rgb), 0.9);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.readymade-content .categories .category .info-lists h5 {
  font-size: 15px;
}

.readymade-pages {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 60px;
}

.readymade-pages .readymade-page {
  perspective: 100em;
}

.readymade-pages .readymade-page,
.readymade-pages .readymade-page img {
  border-radius: 20px;
}

/* readymade-section end  */

/* editor-section start  */
.editor-thumbnail {
  position: relative;
  z-index: 0;
  margin-bottom: 180px;
}

.editor-thumbnail .thumbnail {
  width: 100%;
}

.editor-thumbnail::after {
  position: absolute;
  content: "";
  left: 10px;
  right: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid rgba(0, 15, 25, 0.34);
  opacity: 0.1;
  box-shadow: 0px 4px 24px 1px rgba(var(--white-rgb), 0.04);
  z-index: -1;
}

.editor-thumbnail .before,
.editor-thumbnail .after {
  position: absolute;
}

.editor-thumbnail .before {
  left: -123px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.editor-thumbnail .after {
  right: -113px;
  bottom: -180px;
  text-align: right;
}

/* editor-section end  */

/* inner-pages-section start  */
.inner-pages-section {

}

.inner-pages-section .section-header {
  position: relative;
}

.inner-pages-section .section-header .title-shape {
  position: absolute;
  top: -50%;
  left: 0;
}

.inner-pages-section .section-header h2 {
  color: var(--white);
}

.inner-pages-slider-up .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  position: relative !important;
}

.inner-pages-slider-down .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  position: relative !important;
}

.inner-pages-slider-up .swiper-slide,
.inner-pages-slider-down .swiper-slide {
  width: auto;
}

.inner-pages-slider-up {
  margin-bottom: 34px;
}

/* inner-pages-section end  */

/* inner-pages-section start  */

.tokenomicssection {
background: linear-gradient(to bottom, black 0%, #000d4e 50%, black 100%);}

.features-section .section-header p {
  max-width: 569px;
  color: rgba(221, 221, 221, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  padding-top: 24px;

}

.features-content {
  padding-top: 0px;
}

.features-content .key-features {
  color: #d7d7d7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.features-content .key-features li img {
  margin-right: 22px;
}

.features-content .rating {
  padding-top: 70px;
}

.features-content .rating h6 {
  color: #e2e2e2;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(var(--black-rgb), 0.06);
}

.progress-content {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.progress-content li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.progress-content li:nth-child(1) .progress-bar {
  width: 100%;
  max-width: 450px;
  height: 10px;
  border-radius: 50px;
  background: var(--Blue,
      linear-gradient(105deg, #006be8 -2.56%, #00d2ef 104.3%));
}

.progress-content li:nth-child(2) .progress-bar {
  width: 100%;
  max-width: 235px;
  height: 10px;
  border-radius: 50px;
  background: var(--Blue,
      linear-gradient(105deg, #006be8 -2.56%, #00d2ef 104.3%));
}

.progress-content .progress-info {
  color: #d5d5d5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  max-width: 230px;
  white-space: nowrap;
}

.features-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.features-card {
  padding: 25px 40px;
  border-radius: 14px;
  background-image: linear-gradient(to right top, #002463, #001f5a, #00174f, #001245, #000e3a);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: ; */
  gap: 40px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-style: solid;
  border-radius: 0px;
  border-radius: 14px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.233);
  width: 32.2%;
}

.features-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 14px;
  opacity: 0.9;
  background: #fdfdfd9a;

  transition: var(--transition-5-ease);
  -webkit-transition: var(--transition-5-ease);
  -moz-transition: var(--transition-5-ease);
  -ms-transition: var(--transition-5-ease);
  -o-transition: var(--transition-5-ease);
}

.features-card:hover::after {
  width: 100%;
  height: 100%;
}

.features-card .card-header p {
  color: rgba(var(--white), 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 157.143%;
  transition: var(--transition);
}

.features-card:hover .card-header p {
  color: rgba(0, 15, 25, 0.8);
}

.features-card .card-body {
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.features-card .card-body .card-number {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  background: linear-gradient(#006be8, #00d2ef);
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: grid;
  place-content: center;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border: 1px solid transparent;
  transition: var(--transition);
}

.features-card:hover .card-body .card-number {
  color: #000f19;
  background: transparent;
  border-color: #000f191c;
}

.features-card .card-body .card-number::before {
  position: absolute;
  content: "";
  inset: 0px;
  background-color: #0c092e;
  border-radius: 100%;
  z-index: -1;
}

.features-card:hover .card-body .card-number::before {
  background-color: transparent;
}

.features-card .card-body .card-content .title {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 122.222%;
  transition: var(--transition);
}

.features-card:hover .card-body .card-content .title {
  color: #000f19;
}

.features-card .card-body .card-content p {
  color: rgba(var(--white), 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.429%;
  padding-top: 13px;
  transition: var(--transition);
  width: 120%;
  margin-left: -17%;
}

.features-card:hover .card-body .card-content p {
  color: rgba(0, 15, 25, 0.7);
}

/* inner-pages-section end  */

/* features-highlight start  */

.highlight {
  padding: 44px;
  position: relative;
  border-radius: 30px;
  max-height: 600px;
  height: 600px;
  overflow: hidden;
}

.highlight .content p {
  padding-top: 14px;
  color: rgba(var(--white-rgb), 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
}

.highlight.life-time-update {
  background: var(--Blue,
      linear-gradient(105deg, #006be8 -2.56%, #00d2ef 104.3%));
  display: flex;
  align-items: end;
}

.highlight.life-time-update .highlight-1-shape-1 {
  position: absolute;
  left: 44px;
  top: 88px;
  z-index: 1;
  backdrop-filter: blur(25px);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.highlight.life-time-update .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
  border-radius: 0px 30px 0px 34px;
  background: linear-gradient(105deg,
      rgba(0, 107, 232, 0.3) -2.56%,
      rgba(0, 210, 239, 0.3) 104.3%);
}

.highlight.seo-expert {
  background: linear-gradient(117deg, #00195a -6.09%, #0095b6 105.68%);
}

.highlight.seo-expert .highlight-2-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.highlight.seo-expert .highlight-2-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.highlight.seo-expert .highlight-2-shape-3 {
  position: absolute;
  bottom: 60px;
  left: 110px;
  z-index: 3;
  max-width: 310px;
}

.highlight.seo-expert .thumbnail {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 530px;
  background: rgba(var(--white-rgb), 0.3);
  border-radius: 30px 0px;
  overflow: hidden;
}

.highlight.seo-expert .content {
  max-width: 436px;
}

.highlight.help-centre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(146deg, #d4e0ff 0%, #9cd5ff 100.45%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.highlight.help-centre .thumbnail {
  text-align: center;
}

.highlight.help-centre .content h3 {
  color: #000f19;
}

.highlight.help-centre .content p {
  color: rgba(0, 15, 25, 0.6);
}

.highlight.support {
  background: linear-gradient(109deg, #ffb745 0%, #f44940 100%);
}

.highlight.support .thumbnail {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 630px;
  width: 100%;
}

.highlight.support .highlight-4-shape-1 {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(25px);
  border-radius: 100%;
  top: 54px;
  left: 60px;
  z-index: 1;
}

.highlight.support .highlight-4-shape-2 {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(25px);
  right: 50px;
  top: 50%;
  border-radius: 100%;
  transform: translateY(-50%);
}

.highlight.support .content p {
  color: rgba(var(--white-rgb), 0.6);
}

.highlight.demo-import {
  background: linear-gradient(115deg,
      #feeba6 -2.76%,
      #feeba6 27.05%,
      #feeba6 74.94%,
      #feeba6 105.63%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.highlight.demo-import .thumbnail {
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
}

.highlight.demo-import .content h3 {
  color: #000f19;
}

.highlight.demo-import .content p {
  color: rgba(0, 15, 25, 0.6);
}

.highlight.demo-import .highlight-5-shape-1 {
  position: absolute;
  right: 70px;
  top: 50%;
}

.highlight.responsive {
  background: linear-gradient(136deg,
      #0064d9 -55.49%,
      rgba(212, 89, 255, 0.8) 131.43%);
}

.highlight.responsive .thumbnail {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 453px;
  width: 100%;
  text-align: center;
}

/* features-highlight end  */

/* transformation-section start  */
.transformation-section {
  background: linear-gradient(to bottom, #00276b, #002255, #001b3e, #021327, #000711);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.transformation-section .section-header .title {
  color: var(--white);
}

.nav-link {
  border-radius: 24px !important;
  padding: 30px 46px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1.2px solid rgba(var(--white-rgb), 0.14);
  color: unset;
}

.nav-link:focus,
.nav-link:hover {
  color: unset;
}

.nav-link::before,
.nav-link::after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 24px !important;
  background: #150f4e;
  z-index: -1;
}

.nav-link .tab-head {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  transition: var(--transition);
}

.nav-link .tab-content {
  font-size: 15px;
  opacity: 0;
  height: 0;
  color: rgba(var(--white-rgb), 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  text-align: left;
  transition: var(--transition);
}

.nav-link.active .tab-content {
  padding-top: 40px;
  opacity: 1 !important;
  height: auto !important;
  transition: var(--transition);
}

.transformation-buttons {
  gap: 30px;
}

.transformation-buttons .nav-link:nth-child(1) {
  background: linear-gradient(92deg,
      rgba(0, 206, 194, 0) 0%,
      rgba(0, 131, 226, 0) 0%);
}

.transformation-buttons .nav-link.active:nth-child(1) {
  background: linear-gradient(92deg,
      rgba(0, 206, 194, 1) 0%,
      rgba(0, 131, 226, 1) 0%);
}

.transformation-buttons .nav-link:nth-child(2) {
  background: linear-gradient(92deg,
      rgba(255, 184, 0, 0) 0%,
      rgba(242, 145, 0, 0) 100%);
}

.transformation-buttons .nav-link.active:nth-child(2) {
  background: linear-gradient(92deg,
      rgba(255, 184, 0, 1) 0%,
      rgba(242, 145, 0, 1) 100%);
}

.transformation-buttons .nav-link:nth-child(3) {
  background: linear-gradient(92deg,
      rgba(255, 144, 0, 0) 0%,
      rgba(255, 83, 89, 0) 100%);
}

.transformation-buttons .nav-link.active:nth-child(3) {
  background: linear-gradient(92deg,
      rgba(255, 144, 0, 1) 0%,
      rgba(255, 83, 89, 1) 100%);
}

.transformation-buttons .nav-link:nth-child(4) {
  background: linear-gradient(92deg,
      rgba(0, 206, 194, 0) 0%,
      rgba(0, 131, 226, 0) 100%);
}

.transformation-buttons .nav-link.active:nth-child(4) {
  /* background: linear-gradient(92deg, rgba(0, 206, 194, 1) 0%, rgba(0, 131, 226, 1) 100%); */
  background: linear-gradient(92deg,
      rgba(208, 107, 255, 1) 0%,
      rgba(126, 63, 255, 1) 100%);
}

/* title area  */

.nav-link .tab-head span {
  color: rgba(var(--white-rgb), 0.7) !important;
  transition: all 0.2s ease-out;
  position: relative;
  z-index: 1;
}

.transformation-buttons .nav-link .tab-head span::before {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: var(--transition);
}

#v-pills-home-tab.nav-link .tab-head span::before {
  content: attr(data-cont);
  background: var(--transformation-rgb-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#v-pills-home-tab.nav-link.active .tab-head span::before,
#v-pills-home-tab.nav-link:hover .tab-head span::before,
#v-pills-messages-tab.nav-link.active .tab-head span::before,
#v-pills-messages-tab.nav-link:hover .tab-head span::before,
#v-pills-update-tab.nav-link.active .tab-head span::before,
#v-pills-update-tab.nav-link:hover .tab-head span::before,
#v-pills-profile-tab.nav-link.active .tab-head span::before,
#v-pills-profile-tab.nav-link:hover .tab-head span::before {
  opacity: 1;
}

#v-pills-profile-tab.nav-link .tab-head span::before {
  content: attr(data-cont);
  background: var(--transformation-rgb-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#v-pills-update-tab.nav-link .tab-head span::before {
  content: attr(data-cont);
  background: var(--transformation-rgb-3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#v-pills-messages-tab.nav-link .tab-head span::before {
  content: attr(data-cont);
  background: var(--transformation-rgb-4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* svg area  */
.transformation-buttons .nav-link .tab-head svg {
  color: rgba(var(--white-rgb), 0.8);
}

#v-pills-home-tab.nav-link:hover .tab-head svg,
.transformation-buttons .nav-link.active:nth-child(1) .tab-head svg {
  color: #00cec2;
  transition: var(--transition);
}

#v-pills-profile-tab.nav-link:hover .tab-head svg,
.transformation-buttons .nav-link.active:nth-child(2) .tab-head svg {
  color: #ff9000;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

#v-pills-update-tab.nav-link:hover .tab-head svg,
.transformation-buttons .nav-link.active:nth-child(3) .tab-head svg {
  color: #ffb800;
  transition: var(--transition);
}

#v-pills-messages-tab.nav-link:hover .tab-head svg,
.transformation-buttons .nav-link.active:nth-child(4) .tab-head svg {
  color: #d06bff;
  transition: var(--transition);
}

.transformation-section .nav-pills .nav-link {
  overflow: hidden;
}

.transformation-section .nav-pills .nav-link.active {
  background-color: unset;
}

.transformation-content {
  height: 100%;
  overflow: hidden;
}

.transformation-content .tab-pane {
  height: 100%;
  border-radius: 34px;
  padding: 76px 0 0 76px;
}

.transformation-content .tab-pane .tab-pane-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 14px 0 0 14px;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(25px);
  transform: rotate(90deg);
  transform-origin: bottom left;
  transition: var(--transition);
  border-radius: 38px 0 34px 0;
  -webkit-border-radius: 38px 0 34px 0;
  -moz-border-radius: 38px 0 34px 0;
  -ms-border-radius: 38px 0 34px 0;
  -o-border-radius: 38px 0 34px 0;
  /* position: relative;
	z-index: 0; */
}

.transformation-content .tab-pane .tab-pane-inner img {
  border-radius: 30px 0 0 0;
  -webkit-border-radius: 30px 0 0 0;
  -moz-border-radius: 30px 0 0 0;
  -ms-border-radius: 30px 0 0 0;
  -o-border-radius: 30px 0 0 0;
  height: 100%;
  width: 100%;
}

.transformation-content .tab-pane.show .tab-pane-inner {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.transformation-content .tab-pane:nth-child(1) {
  background: var(--transformation-rgb-1);
}

.transformation-content .tab-pane:nth-child(2) {
  background: var(--transformation-rgb-2);
}

.transformation-content .tab-pane:nth-child(3) {
  background: var(--transformation-rgb-3);
}

.transformation-content .tab-pane:nth-child(4) {
  background: var(--transformation-rgb-4);
}

/* transformation-section end  */

/* faq-section start  */
.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
}

.accordion-item:first-of-type {
  border-top-right-radius: unset;
  border-top-left-radius: unset;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.accordion-item {
  border: unset;
}

.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}

.accordion-button:focus {
  box-shadow: unset;
}

.faq-accordion {}

.faq-accordion .accordion-item {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.295);
  overflow: hidden;
  margin-bottom: 30px;
}

.faq-accordion .accordion-item:nth-child(4),
.faq-accordion .accordion-item:nth-child(8) {
  margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button {
  color: #000000be;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  padding: 30px 34px;
}

.faq-accordion .accordion-item .accordion-button .accordion-button-content {
  display: flex;
  flex-wrap: nowrap;
}

.faq-accordion .accordion-item .accordion-button .accordion-button-content span {
  margin-right: 5px;
}

.faq-accordion .accordion-item .accordion-body {
  padding: 6px 34px 40px;
}

.faq-accordion .accordion-item .accordion-body .accordion-body-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.faq-accordion .accordion-item .accordion-body .accordion-body-list li:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-body .accordion-body-list li::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
  background: linear-gradient(100deg,
      #00abd4 -5.16%,
      #00abac 49.72%,
      #0a7 95.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}

.faq-accordion .accordion-item .accordion-body .accordion-body-list li span {
  margin-left: 14px;
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* faq-section end  */



.lastrepresentation {
  background-image: linear-gradient(to bottom, #000711, #021327, #001b3e, #002255, #00276b);
}



.questions_section {
  background: linear-gradient(to bottom, #00276b, #002255, #001b3e, #021327, #000711);
  ;
}



.firstsectionwrapper {
  background: rgb(0, 0, 0);
}


.productsectiontopic {
  background: black;
  margin-bottom: 0%;
}

.productsectiontopic h1 {
  background: black;
  margin-bottom: 0%;
  font-size: 60px;
}

.aboutsection {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.aboutsection h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 200;
}

.aboutsection h2 {
  margin-bottom: 2%;
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
}


.thumbnail {
  animation: fadeEffect 2s infinite;
  /* Adjust duration and looping behavior */
}

/* Keyframes for the fade effect */
@keyframes fadeEffect {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}



.roadmapheader {
  width: 100%;
  margin-bottom: 4%;
}


.roadmapheader h2 {
  text-align: center;
}


.roadmapabouttext {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 1000px;
}


.features-section .section-header .roadmapabouttext {
  max-width: 1000px;
}

.roadmapboxes {
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5%;
}


.tokeninformation {
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}






.features-card h3 {
  text-align: center;
}

.tokenss .features-card:hover h3 {
  /* color: #000; */
  /* border-color: rgba(51, 51, 51, 0.623); */
}

.tokenss .features-card:hover p {
  /* color: #000; */
  /* border-color: rgba(51, 51, 51, 0.623); */
}

.tokenss .features-card h3 {
  color: #ebebeb;
  text-align: left;
  font-size: 22px;
  margin-bottom: 0%;
  border-style: none;
  border-color: rgba(255, 255, 255, 0.623);
  border-radius: 10px;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;

}

.tokenss .features-card p {
  display: flex;
  color: #ebebeb;
  text-align: left;
  font-size: 18px;
  margin-top: 0%;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.61);
  border-width: 1px;
  border-radius: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
}


.tokenss {
  font-family: var(--poppins);
  background: radial-gradient(circle, rgba(0, 115, 255, 0.383) 0%, rgb(7, 0, 110) 35%, rgb(3, 0, 51) 100%);
/* background: linear-gradient(to bottom, black 0%, #000d4e 50%, black 100%); */

}

.tokenss .features-card {
  gap: 10px;
  background: transparent;
  border-style: solid;
  border-radius: 0px;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.233);
  height: 556px;
}

.tokenss .features-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 0px;
  opacity: 0.9;
  background: transparent;
  transition: var(--transition-5-ease);
  -webkit-transition: var(--transition-5-ease);
  -moz-transition: var(--transition-5-ease);
  -ms-transition: var(--transition-5-ease);
  -o-transition: var(--transition-5-ease);
}


.chartsimg {
  position: relative;
  display: block;
  width: 900px;
  /* Or any specific width */
  height: 500px;
  /* Or any specific height */
}


.background_image {
  top: 35%;
  left: 20%;
  position: absolute;
  display: block;
  /* Absolutely position the image inside the container */
  /* Align to the left */
  width: 700px;
  /* Make the image take up 100% of the container's width */
  margin-inline: auto;
  margin-top: 0%;
  z-index: 100;
  opacity: 0.3;
  transform: rotate(0deg);
}

/* This will apply styles only to screens 768px wide or smaller */
@media (max-width: 768px) {
    .background_image {
        top: 35%;
        left: 20%;
        position: absolute;
        display: block;
        /* Absolutely position the image inside the container */
        /* Align to the left */
        width: 230px;
        /* Make the image take up 100% of the container's width */
        margin-inline: auto;
        margin-top: 0%;
        z-index: 100;
        opacity: 0.3;
        transform: rotate(0deg);
    }
}
.chartsimg #chart {
  display: block;
  /* Example gradient */
  border-radius: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.233);
  border-width: 1px;
  z-index: 1;
  margin-top: 0%;
  width: 1015px;
  height: 557px;
  /* background-image: linear-gradient(to right top, #002463, #001f5a, #00174f, #001245, #000e3a); */
}


.slide-in-bottom {
  position: relative;
  opacity: 0;
  /* Initially invisible */
  transform: translateY(300px);
  /* Initially below the screen */
  transition: opacity 0.5s ease, transform 1.3s ease;
}

.slide-in-bottom.visible {
  opacity: 1;
  transform: translateY(0);
  /* Final position */
}


.slide-in-bottom-roadmap {
  position: relative;
  opacity: 0;
  /* Initially invisible */
  transform: translateY(300px);
  /* Initially below the screen */
  transition: opacity 0.5s ease, transform 1.3s ease;
}

.slide-in-bottom-roadmap.visible {
  opacity: 1;
  transform: translateY(0);
  /* Final position */
}





.slide-in-bottom-default {
  position: relative;
  animation: slideInBottomFrames 1.4s ease-out forwards;
  opacity: 0;
  /* Make it invisible at first */
}


.slide-in-bottom-default2 {
  position: relative;
  animation: slideInBottomFrames 2s ease-out forwards;
  opacity: 0;
  /* Make it invisible at first */
}

@keyframes slideInBottomFrames {
  0% {
    transform: translateY(300px);
    /* Start below the screen */
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    /* End at the original position */
    opacity: 1;
  }
}



.featuressection {
  font-size: 60px;
  font-weight: 500;
}



.roadmapheader h2 {
  color: rgba(255, 255, 255, 0.74);
}


.hero-content {
  margin-top: 5%;
}


/* Scoped styles for Features cards */
.features-section-custom {
  max-width: 1200px;
  margin: auto;
  padding: 60px 30px;
}

.features-section-custom .features-title-custom {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
  color: #e0e0ff;
  text-shadow: 0 0 12px #0ff;
}

.features-grid-custom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.feature-card-custom {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(0, 217, 255, 0.2);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 217, 255, 0.2);
  transition: all 0.3s ease-in-out;
}

.feature-card-custom:hover {
  transform: scale(1.03);
  box-shadow: 0 0 25px rgba(0, 217, 255, 0.4);
  border-color: rgba(0, 217, 255, 0.5);
}

.feature-card-custom .feature-title-custom {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #00ffff;
  text-shadow: 0 0 4px #00ffff;
}

.feature-card-custom img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  max-height: 180px;
}