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



/* Working */
.main-section {
  background-color: unset !important;
}

/* Common_class */
.mt-200 {
  margin-bottom: 160px !important;
}

.pt-40 {
  padding-top: 40px !important;
}
.text_center {
  text-align: center;
}
.pb-40 {
  padding-bottom: 40px !important;
}

.new-container {
  max-width: 1160px;
  width: 1160px;
  margin: auto;
}
.pt-30 {
  padding-top: 36px;
}

.pt-24 {
  padding-top: 24px;
}
p {
  margin-bottom: 20px;
}

.common-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.common-col-1 {
  padding: 0 15px;
  width: 8.33%;
}

.common-col-2 {
  padding: 0 15px;
  width: 16.66%;
}

.common-col-3 {
  padding: 0 15px;
  width: 25%;
}

.common-col-4 {
  padding: 0 15px;
  width: 33.33%;
}

.common-col-5 {
  padding: 0 15px;
  width: 41.66%;
}

.common-col-6 {
  padding: 0 15px;
  width: 50%;
}

.common-col-7 {
  padding: 0 15px;
  width: 58.33%;
}

.common-col-8 {
  padding: 0 15px;
  width: 66.66%;
}

.common-col-9 {
  padding: 0 15px;
  width: 75%;
}

.common-col-10 {
  padding: 0 15px;
  width: 83.33%;
}

.common-col-11 {
  padding: 0 15px;
  width: 91.66%;
}

.common-col-12 {
  padding: 0 15px;
  width: 100%;
}

.d-none {
  display: none !important;
}

/* grid shortclass */
/* width shortclass */
.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}
.mx-w-1520 {
  max-width: 1520px;
  margin: auto !important;
}
.mx-w-1440 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

/* width shortclass */
/* padding shortclass */
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pl-10 {
  padding-left: 10px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-50 {
  padding-bottom: 50px;
}
.px-15 {
  padding: 0 15px;
}

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

.pl-0 {
  padding-left: 0 !important;
}
.align-items-center {
  align-items: center !important;
}
/* padding shortclass */

/* margin shortclass */
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 10px !important;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

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

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

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

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

.mb-80 {
  margin-bottom: 80px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-10 {
  margin-top: 10px !important;
}

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* Swipper */

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

.nav__btn .swiper-button-prev::after,
.nav__btn .swiper-button-next::after {
  display: none;
}
.nav__btn {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: 35px;
  margin-top: 60px;
}
.nav__btn button {
  position: unset;
  border-radius: 24px;
  border: 2px solid var(--Blu-er-tone, #2ba8d9);
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: transparent;
  margin-right: 10px;
}

.nav__btn button svg {
  width: 16px;
}
/* Swipper */

/* display shortclass */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.d-flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.d-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.p-relative {
  position: relative;
}

.d-flex-center-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.align-items {
  align-items: center;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline-block;
}

/* Common_class */

/* Header */

.new__header__ .headermain__block {
  width: 1330px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new__header__ {
  width: 100%;
  height: 70px;
  flex-shrink: 0;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  display: flex;
  justify-content: end;
  align-items: center;
  background: #edf5ff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative !important;
  border-radius: unset;
}

.new__header__ .menu {
  width: 675px;
  height: 22px;
  flex-shrink: 0;
}

.new__header__ .sign__up button {
  width: 300px;
  height: 64px;
  flex-shrink: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  border-radius: 12px;
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  border: 1px solid;
}

.new__header__ ul.mymenu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.new__header__ ul.mymenu li a {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}

.m__menu {
  display: none;
}
/* Landing__page_css */

/* HomePage */

.innerabovefold {
  display: flex;
  padding-top: 40px;
  /* flex-direction: column; */
  /* align-items: center; */
  gap: 24px;
}
.abovefold_right_content {
  position: relative;
}

.abovefold_right_content ul.abovelist {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.patiented_hardware {
  display: inline-flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 0.5px solid var(--Blu-er-tone, #2ba8d9);
  position: absolute;
  bottom: -10px;
  right: 0px;
}

.patiented_hardware span {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  ) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-align: right;
  font-family: Poppins;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 120%; /* 12px */
}

.abovefold_left_content {
  display: flex;
  height: 536px;
  padding-top: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
}

.abovefold_left_content h1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  width: 435px;
}
ul.pricelist__card {
  list-style: none;
  margin-top: 12px;
  padding: 0;
}

.card___img__reward {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.imgPlus_content {
  display: flex;
  padding: 4px 8px 4px 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #f3f9ff;
  box-shadow: 8px 4px 12px -2px rgb(24 95 201 / 13%);
}

.imgPlus_content span {
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
}
.abovefold_left_content h1 span {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

ul.abovelist {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 12px 0px;
  /* justify-content: center; */
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}
.LearnTech_usecase_blockmain {
  background: url(https://s3-ap-south-1.amazonaws.com/co.techxr.system.backend.upload.dev/sVDCaDs90nxFugDu_2023-11-30T123441271950.Graphic.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.abovefold_left_content p {
  margin: 0;
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}

.gradient_btn {
  display: flex;
  height: 48px;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 24px;
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  border: 2px solid;
}

ul.abovelist li {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
}
li.after_before:before,
li.after_before:after {
  content: "";
  position: absolute;
  background: #000000c7;
  width: 14px;
  transform: rotate(90deg);
  height: 4px;
  border-radius: 10px;
  left: -16px;
  top: -1px;
  bottom: 0;
  margin: auto;
}

li.after_before {
  position: relative;
}

li.after_before:after {
  left: unset;
  right: -15px;
}

/* HomePage */

/* Controller_usecase */

.inner_controller_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}

.video__section_controller video {
  display: flex;
  width: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: -42px;
  flex-shrink: 0;
  align-self: stretch;
}

.span___blue {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.new_common_heading {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
}

.controller_usecase_rightleft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.row_controller_card {
  display: flex;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 92px;
}

.controller_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

.controller_col img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  background: #f8f8f8 0px 0px / 100% 100% no-repeat;
  border-radius: 5px;
  box-shadow: 2px 3px 8px -7px black;
}

.controller_col .small_con span {
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}

.controller_col .small_con p {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
/* Controller_usecase */

/* Learn */

.text_center {
  text-align: center;
}

.learn__play__content_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}

.left__LPcont {
}

.learn__play__content_block ul {
  list-style: none;
  padding: 0;
}

.small__card_LP {
  width: 115px;
  height: 142px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  box-shadow: 3px 3px 55px -6px #0000001a;
  border-radius: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  transition: 0.3s all ease;
}

.small__card_LP span {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 12px */
  display: block;
}

.small__card_LP img {
  margin-bottom: 12px;
}

.left__LPcont ul {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  /* background: rebeccapurple; */
  justify-content: center;
}

.Right__LPcont ul li:nth-child(1) {
  margin-top: 30px;
}

.left__LPcont ul li:nth-child(2) {
  margin-top: 13px;
  margin-left: 20px;
}

.Right__LPcont ul li:nth-child(2) {
  margin-top: 0;
}

.Right__LPcont ul {
  justify-content: unset;
}

.Right__LPcont ul li:nth-child(3) {
  margin-left: 80px;
}
.bottom_content_block__ {
  text-align: center;
  margin-top: 20px;
}

.bottom_content_block__ p {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}

.bottom_content_block__ p strong {
  color: black;
}

.btn_lp_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_lp_flex button {
  margin: 0 10px;
}

.new__outline {
  display: flex;
  height: 48px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  border: 1px solid #2ba8d9;
  background: linear-gradient(
    155deg,
    rgba(43, 168, 217, 0.08) 0%,
    rgba(9, 130, 243, 0.08) 38.24%,
    rgba(21, 208, 248, 0.08) 84.67%
  );
}

.bottom_content_block__ {
  text-align: center;
  margin-top: 20px;
}

.bottom_content_block__ p {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}

.bottom_content_block__ p strong {
  color: black;
}

.btn_lp_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_lp_flex button {
  margin: 0 10px;
}

.new__outline {
  display: flex;
  height: 48px;
  padding: 12px 35px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  border: 1px solid #2ba8d9;
  background: linear-gradient(
    155deg,
    rgba(43, 168, 217, 0.08) 0%,
    rgba(9, 130, 243, 0.08) 38.24%,
    rgba(21, 208, 248, 0.08) 84.67%
  );
}

.red_outline {
  border-radius: 24px;
  border: 1px solid rgba(168, 118, 233, 0.76);
  background: linear-gradient(
      90deg,
      rgba(168, 118, 233, 0.06) 2.21%,
      rgba(220, 98, 157, 0.08) 49.95%,
      rgba(228, 176, 98, 0.08) 98.9%
    ),
    #efefef;
}

.new__outline span {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

.red_outline span {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  color: #efefef !important;
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #bd8be0 0%, #de7490 38.24%, #e2a16e 84.67%)
  );
  -webkit-background-clip: text;
}

/* Learn */

.bg__block_xr_block {
  /* background: linear-gradient(168deg, #021351, #5B88E1) !important; */
  border-radius: 24px;
  padding-top: 48px;
  position: relative;
  z-index: 9;
  background: url("https://s3-ap-south-1.amazonaws.com/co.techxr.system.backend.upload.dev/a6iY18Kd9hIZJ0NZ_2023-11-30T104738911565.Group.png") !important;
  background-size: cover !important;
}

.bg__block_xr_block:before,
.bg__block_xr_block:after {
  content: "";
  width: 93%;
  height: 25px;
  background: #4a6bde;
  top: -24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  border-radius: 200px 200px 0 0;
}

.bg__block_xr_block:after {
  top: -48px;
  width: 86%;
  background: #c6d2fc;
}

h2.new_common_heading {
}

.bg__block_xr_block ._new_heading_section h2 {
  color: #fff;
  margin-bottom: 36px;
}

.bg__block_xr_block ._new_heading_section p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}

.xrblock_ {
  margin-bottom: 36px;
}

.xrBlock__content_card {
  display: flex;
  width: 804px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 20px auto 0;
}

.card__block_xr {
  display: flex;
  height: 118px;
  padding: 10px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid #2ba8d9;
  background: linear-gradient(
    180deg,
    rgba(0, 133, 255, 0.14) 0%,
    rgba(5, 98, 185, 0.48) 82.81%
  );
  backdrop-filter: blur(20.75px);
}

.card__block_xr .card__img {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.24);

  /* Card reveal shado */
  box-shadow: 2px 4px 14px 2px rgba(17, 65, 84, 0.2);
  backdrop-filter: blur(30px);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-top: 15px;
}

.card__block_xr svg {
}

.card__block_xr p {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}

.desktop__img {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xroverlap {
  display: flex;
  width: 784px;
  height: 167px;
  padding: 8px 0px 8px 2px;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #fffcfc;
  background: linear-gradient(270deg, #e6f2ff 31.75%, #eef6ff 175.25%);
  box-shadow: 2px 14px 40px -2px rgba(150, 186, 255, 0.41);
  margin: auto;
  position: absolute;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
}

.Desktop__block p {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  padding-bottom: 120px;
}

.overlap_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contrnt_rlap h3 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}

.white__content_lap {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 2px 10px 31px 8px rgba(24, 42, 201, 0.18);
  width: 324px;
  margin: 20px auto 0;
}

.white__content_lap p {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}

.ctablock a {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid var(--Blu-er-tone, #2ba8d9);
  background: #0982f3;
  box-shadow: -4px 0px 24px 0px rgba(9, 130, 243, 0.4);
}

.ctablock {
  position: absolute;
  right: -25px;
}

.overlap_left img {
  position: relative;
  left: -55px;
  top: 15px;
}

/* metaverse */

.inner_advancemetaverse_inner {
  display: flex;
  padding: 60px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
  border-radius: 48px;
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  position: relative;
  /* Card reveal shado */
  box-shadow: 2px 4px 14px 2px rgba(17, 65, 84, 0.2);
  background: url(https://s3-ap-south-1.amazonaws.com/co.techxr.system.backend.upload.dev/SDCZTFqBHDSOdxMy_2023-11-30T115547613438.Container.png);
  background-size: cover;
}

.inner_advancemetaverse_inner:before,
.inner_advancemetaverse_inner:after {
  content: "";
  width: 93%;
  height: 25px;
  background: #4a6bde;
  bottom: -24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0 0 200px 200px;
}
.inner_advancemetaverse_inner:after {
  bottom: -48px;
  width: 86%;
  background: #c6d2fc;
}
.text_white .span___blue {
  color: #fff !important;
  background: unset !important;
  -webkit-text-fill-color: unset;
}

.text_white h2.new_common_heading {
  color: #fff;
}

.metaverseinforblock {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(
    89deg,
    rgba(237, 250, 255, 0.12) -2.12%,
    rgba(237, 250, 255, 0.12) 78.91%,
    rgba(243, 251, 255, 0.12) 104.73%
  );
}

.infomy__card svg {
}

.infomy__card span {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}

.infomy__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.white__card_common {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.sub_card_inner {
  border-radius: 12px;
  background: #fff;
  box-shadow: 2px 10px 31px 8px rgba(24, 42, 201, 0.18);
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.sub_card_inner p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0;
}

.advanse_ button {
  border-radius: 24px;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

/* form */

.inner_form_page .common-row {
  display: flex;
  /* width: 1440px; */
  padding: 60px 170px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: auto;
}

.course_card_landing {
  padding: 20px 0;
}

.form_img {
  width: 520px;
  height: 520px;
  background: #fcfcfa;
}

.form_img video {
  width: 100%;
  background: #fcfcfa;
}

.form_content_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 24px; */
  flex: 1 0 0;
}

.form_content_box .sub_title_section h2,
.form_content_box .sub_title_section p {
  text-align: left;
  justify-content: flex-start;
}

.form_input_box {
  width: 100%;
}

.form_group_input {
  margin-bottom: 24px;
}

.form_group_input label {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}

.form_group_input input {
  border-radius: 6px;
  border: 1px solid #d8e8ff;
  background: #fff;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 4px;
  display: block;
  width: 100%;
}

.form_group_input input::placeholder {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.formpage__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.e-form input {
  border-radius: 6px;
  border: 1px solid #d8e8ff;
  background: #fff;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  width: 100%;
  margin-bottom: 20px;
}
.margin_gap_25 {
  margin: 25px 0 !important;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.e-form button {
  margin-top: 40px;
}

.form_content_box p {
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

/* honor */
.inner_HonorsandRecognitions_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  align-self: stretch;
}

.honorRecognation__content .card__handr {
  display: flex;
  width: 100%;
  padding: 0 20px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.img_honor {
  border-radius: 12px;
  display: flex;
  width: 320px;
  height: 102px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

/* Faqs */

.left_faqs_section ._new_heading_section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
.landing_page_faqs {
  display: flex;
  /* width: 1440px; */
  padding: 60px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: auto;
}

.landing_inner_faqs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 84px;
}

.right_faqs_section .collapse__title {
  flex-shrink: 0;
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  padding: 15px 50px 12px 12px;
  box-shadow: none;
  position: relative;
}
.collapse_body {
  display: none;
  overflow: hidden;
  transition: 1s;
  z-index: 999;
  position: relative;
  background: #eff6f9;
  border-radius: 0px 0px 5px 5px;
  transition: 0.2s all ease;
}
.collapse_main input:checked ~ .collapse_body {
  display: block;
}
.right_faqs_section .collapse__title p {
  flex-shrink: 0;
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}

.right_faqs_section .collapse_body_inner p {
  /* height: 57.459px; */
  flex-shrink: 0;
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.xrfaq-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.right_faqs_section .collapse_main {
  margin-bottom: 0;
  width: 576px;
  border-bottom: 2px solid #e4e4e4;
  position: relative;
}

.right_faqs_section .collapse__title:before,
.right_faqs_section .collapse__title:after {
  content: "+";
  left: unset;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 30px;
  font-size: 25px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collapse_main input:checked ~ .collapse__title:before {
  opacity: 0;
}
.right_faqs_section .collapse__title:after {
  content: "-";
}

.collapse_main input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: 1s;
}

.collapse_main input:checked ~ .collapse__body {
  max-height: max-content;
}

.collapse_main input:checked ~ .collapse_body {
  max-height: max-content;
}

.collapse_body .collapse_body_inner {
  padding: 10px 0 20px 0;
  background-color: #fff;
}

.collapse__title {
  margin: 0;
  background: #fff;
  display: block;
  padding: 15px 40px;
  border-radius: 5px;
  box-shadow: 0px 0px 24px -20px black;
  position: relative;
  cursor: pointer;
}
.video_section_landing {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -20px 20%;
}

.left_faqs_section p {
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.left_faqs_section p {
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.small__card_LP:hover {
  background: #ecf6fe;
}
span.number_gradient {
  width: 23px;
  height: 39px;
  flex-shrink: 0;
  display: inline-flex;
  border-radius: 8px;
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mid__content p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  width: 490px;
  margin: 0;
  padding-top: 24px;
}

.overlap__video_metaverse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.overlap__video_metaverse .card_meta {
  position: absolute;
  left: -120px;
  bottom: -20px;
}

.overlap__video_metaverse .card_meta:nth-child(2) {
  left: unset;
  right: -120px;
}

/* arvrlabs */

.inner_ArVrLabs {
  /* background: url("https://s3-ap-south-1.amazonaws.com/co.techxr.system.backend.upload.dev/Pa8OJqENvYx6bTlJ_2023-12-01T063214394933.blue-space-wallpaper 1.png"); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.ArVrLabs_blockmain {
  background: url("https://s3-ap-south-1.amazonaws.com/co.techxr.system.backend.upload.dev/Pa8OJqENvYx6bTlJ_2023-12-01T063214394933.blue-space-wallpaper 1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inner_ArVrLabs ._new_heading_section {
  display: flex;
  max-width: 610px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 601px;
}

.inner_ArVrLabs ._new_heading_section h2.new_common_heading {
  font-size: 32px;
}

.inner_ArVrLabs ._new_heading_section .span___blue {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  ) !important;
  background-clip: text;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.inner_ArVrLabs ._new_heading_section p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}

.arrvrlabs__right__content {
  position: relative;
}

.float_one {
  top: -90px;
  position: relative;
}

.float_second {
  position: absolute;
  bottom: -20px;
  left: -50px;
}

ul.partnernewlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newpartner__content ul.partnernewlist {
  display: flex;
  padding: 36px 0px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px 50px;
  flex-wrap: wrap;
}

.newpartner_card {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 8px 4px 12px 8px rgba(24, 95, 201, 0.14);
}

/* Footer */

/* footer */
.main_footer_t {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  background: #eff8fc;
  margin: auto;
}

.footer__menu {
  width: 1210px;
  height: 224px;
  flex-shrink: 0;
}

._f__colum {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer__ineer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.footer__ineer {
  width: 1140px;
  height: 550px;
  margin: auto;
}

.main_footer_t ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top__footer ._socil__icon ul {
  display: flex;
  align-items: center;
}

._f__colum ul {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

._f__colum ul a {
  text-decoration: none;
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.f__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.main_footer_t .copy_right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.main_footer_t .copy_right p {
  margin: 0 10px;
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

._f__colum h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.ssa_menu_system ul li {
  background: transparent;
}
._f__colum .__ad_para p {
  margin-bottom: 10px;
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

/* Footer */
.mid__LPcont img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.img_honor span {
  color: #313131;
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 14px */
}
.mid__LPcont {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
}

.mid__LPcont .vidoplay {
  width: 247px;
  height: auto;
  height: 535px;
}

.left__LPcont li input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.left__LPcont li {
  position: relative;
}

.left__LPcont li input:checked ~ .small__card_LP {
  background: #ecf6fe;
  color: #fff;
  border: 2px solid #2cabde;
}
.innerEvents .swiper-wrapper {
  margin: 15px;
}
.modify__event .event-block-section {
  display: flex;
  width: 345px;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;

  /* Card reveal shado */
  box-shadow: 2px 4px 14px 2px rgba(17, 65, 84, 0.2);
  backdrop-filter: blur(30px);
}

.modify__event .event-block-image-section {
  width: 100%;
  height: 335px;
  flex-shrink: 0;
  /* background: url(<path-to-image>), lightgray -85px -109px / 143.353% 148.06% no-repeat; */
  overflow: hidden !important;
}

.modify__event .event-block-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modify__event .event-block-section-inner {
  position: unset !important;
  background: #fff !important;
  padding: 0;
  padding-bottom: 15px;
}

.modify__event .event-block-section-inner-title {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  position: unset;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.overlapEvent_btn a {
  border-radius: 12px;
  border: 1px solid var(--Blu-er-tone, #2ba8d9);
  background: #0982f3;
  box-shadow: -4px 0px 24px 0px rgba(9, 130, 243, 0.4);
  display: flex;
  width: 48px;
  height: 32px;
  justify-content: center;
  align-items: center;
}
.event__new__design .swiper {
  padding: 15px 0;
}
.all-event .event-block-section {
  width: 100% !important;
}

.overlapEvent_btn {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 100%;
  padding: 0 0px;
}

.event__new__design .swiper-pagination {
  display: none;
}

.modify__event a.event-block-section:hover .event-block-section-inner {
  background: unset;
  position: unset;
}

.modify__event .event-block-section:hover img {
  transform: unset;
}

.modify__event .event-block-section-inner-text {
  display: none;
}
.slider-buttons-section_new {
  width: 200px;
}

.slider-buttons-section_new button:after {
  display: none;
}

.slider-buttons-section_new button {
  border-radius: 24px;
  border: 2px solid var(--Blu-er-tone, #2ba8d9);
  background: transparent;
}

.slider-buttons-section_new button:hover {
  background: transparent;
}

.slider-buttons-section_new .swiper-button-next,
.slider-buttons-section_new .swiper-button-prev {
  left: 0;
}

.slider-buttons-section_new {
  position: relative;
  left: -175px;
  bottom: 50px;
}
.evenT__DATE {
  border-radius: 4px;
  background: #edf5ff;
  display: inline-flex;
  padding: 8px 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  top: 15px; /* 12px */
  left: 15px;
}

/* 
  .horizontal-scroll-container {
    display: flex;
    width: 500%; 
    overflow-x: scroll;
  }
  
  .scroll-section {
    flex: 0 0 20%; 
    height: 100vh;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    background-color: #f0f0f0;
  } */

.horizontal-scroll-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  width: 500vw;
  height: 100vh;
}

.scroll-section {
  flex: 0 0 100vw;
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* Puzzle.css */

/* canvas {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100vw;
    max-height: 100vh;
    margin: auto;
    display: block;
  }
  
  .content {
    position: relative;
    padding: 20px;
  
    @media (min-width: 768px) {
      padding: 20px 60px;
    }
  
    h1 {
      color: #f5f5fd;
      font-size: 42px;
    }
  
    p {
      line-height: 1.5;
    }
  } */

/* ===============SenseXR Page====================== */
section.sensexr_hero_section {
  display: flex;
  width: 1440px;
  padding: 40px 140px 0px 140px;
  margin: auto;
}

.sensexr_hero_inner {
  margin-top: 55px;
}

.___top__left h3 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}

.___top__left {
}

.___top__left .patiented_hardware {
  position: unset;
  margin-bottom: 8px;
}

.review__sense {
  display: inline-flex;
  padding: 4px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #fff;

  /* Reveal Shadow */
  box-shadow: 0px 8px 36px 1px rgba(17, 65, 84, 0.16);
}

.review__sense .rating_sense {
  display: flex;
  padding: 14px 11px 13px 11px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #e2f4fe;
}

.review__sense .start_rating_ {
}

.start_rating_ ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.start_rating_ ul li {
  width: 14.885px;
  height: 14.342px;
  margin: 0 1px;
}

.start_rating_ ul li svg {
  width: 100%;
  height: auto;

  /* 12px */
  fill: #e4b062;
}

.start_rating_ ul li span {
}

.start_rating_ span {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
}

li.llllast {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  width: auto !important;
  margin-left: 9px;
}

.review__sense .rating_sense span {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}

.top_sense {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1.main_heading_sense {
  font-size: 260px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 249.6px */
  background: linear-gradient(
    155deg,
    rgba(43, 168, 217, 0.12) 0%,
    rgba(9, 130, 243, 0.12) 38.24%,
    rgba(21, 208, 248, 0.12) 84.67%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* text-transform: uppercase; */
  width: 101%;
  display: block;
  max-width: 100%;
}

.bottom__left {
  width: 484px;
  /* height: 126px; */
  flex-shrink: 0;
}

.bottom__left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.small__card_block .img__block_card {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 8px 36px 1px rgba(61, 161, 254, 0.24);
}

.small__card_block .card__content {
  text-align: center;
}

.small__card_block .card__content span {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.48px;
}

.small__card_block .card__content p {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
}

img.hover__img {
  display: none;
}

.bottom__right p {
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}

.cta_btn___img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cta_btn___img .img_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.hero__bottom_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
}

section.sensexr_hero_section {
  display: flex;
  width: 1440px;
  padding: 40px 140px 0px 140px;
  margin: auto;
}

.sensexr_hero_inner {
  margin-top: 55px;
}

.___top__left h3 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}

.___top__left {
}

.___top__left .patiented_hardware {
  position: unset;
  margin-bottom: 8px;
}

.review__sense {
  display: inline-flex;
  padding: 4px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #fff;

  /* Reveal Shadow */
  box-shadow: 0px 8px 36px 1px rgba(17, 65, 84, 0.16);
}

.review__sense .rating_sense {
  display: flex;
  padding: 14px 11px 13px 11px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #e2f4fe;
}

.review__sense .start_rating_ {
}

.start_rating_ ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.start_rating_ ul li {
  width: 14.885px;
  height: 14.342px;
  margin: 0 1px;
}

.start_rating_ ul li svg {
  width: 100%;
  height: auto;

  /* 12px */
  fill: #e4b062;
}

.start_rating_ ul li span {
}

.start_rating_ span {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
}

li.llllast {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  width: auto !important;
  margin-left: 9px;
}

.review__sense .rating_sense span {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}

.top_sense {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1.main_heading_sense {
  font-size: 260px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 249.6px */
  background: linear-gradient(
    155deg,
    rgba(43, 168, 217, 0.12) 0%,
    rgba(9, 130, 243, 0.12) 38.24%,
    rgba(21, 208, 248, 0.12) 84.67%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* text-transform: uppercase; */
  width: 101%;
  display: block;
  max-width: 100%;
}

.bottom__left {
  width: 484px;
  /* height: 126px; */
  flex-shrink: 0;
}

.bottom__left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.small__card_block {
}

.small__card_block .img__block_card {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 8px 36px 1px rgba(61, 161, 254, 0.24);
}

.small__card_block .card__content {
  text-align: center;
}

.small__card_block .card__content span {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.48px;
}

.small__card_block .card__content p {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
}

img.hover__img {
  display: none;
}

.bottom__right {
}

.bottom__right p {
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}

.cta_btn___img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cta_btn___img .img_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.hero__bottom_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
}

.super__sub_heading {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 43.2px */
}

.get__know_contant {
  width: 999px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 8px 36px 1px rgba(61, 161, 254, 0.24);
  margin: auto;
  display: flex;
}

.__content_container {
  margin: auto;
  display: flex;
  width: 1046px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  padding: 48px 0;
}

.get__know_inner {
  display: flex;
  /* padding: 0px 140px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.controller-img_col__center {
  display: flex;
  align-items: center;
  gap: 36px;
}

.controller-img_col__center .gardint__span {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 50.4px */
}

.controller-mainimg_col img {
  width: 246px;
  height: 189px;
  flex-shrink: 0;
}

.__col_content_container {
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
}

.__col_content_container p {
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
}

.__content_container.__second_con {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 180px;
}

.list___top_cont {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.list___top_cont span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 9px;
  stroke-width: 1px;
  border-bottom: 1px solid var(--Blu-er-tone, #2ba8d9);
  width: 240px;
  margin-bottom: 24px;
  color: rgba(109, 109, 109, 0.87);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}

ul.__list_bottom {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

ul.__list_bottom li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

ul.__list_bottom span {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%; /* 16.2px */
}

ul.__list_bottom p {
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%; /* 14.4px */
  margin: 0;
}
.cta_btn___img .img_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}

._____usecaseLeft {
  width: 877px;
  flex-shrink: 0;
}

._____usecaseLeft p {
  margin: 0;
  color: #6d6d6d;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 32.4px */
}

._____usecaseLeft h2 {
  color: #000;
  font-size: 208px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

.usecase__heading {
  justify-content: space-between;
  align-items: end;
  width: 100%;
  display: flex;
  gap: 25px;
  margin-bottom: 48px;
}

.video___block_usecase {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: space-around;
}

.___vUsecaseright {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.video___block_usecase .small_content__ h4 {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.video___block_usecase .small_content__ h4 svg {
  margin-left: 10px;
}

.Solution_inner {
  display: flex;
  align-items: center;
  gap: 240px;
  margin-bottom: 48px;
}

.Solution_left__section {
}

.leftside__contet_slt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.top___para {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  display: flex;
  margin: 0;
  align-items: center;
}

.some_solution__block {
  display: flex;
  width: 441px;
  padding-left: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.some_solution__block strong {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}

.some_solution__block p {
  margin: 0;
  color: #6d6d6d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}

.solution__img_block {
  width: 479px;
  height: 551px;
  border-radius: 24px;
  background: #f0f5f9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.solution__img_block h3 {
  color: rgba(109, 109, 109, 0.6);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 43.2px */
  padding: 10px 20px;
}
.img1__block {
  position: absolute;
  left: -90px;
  top: 0;
  bottom: 80px;
  margin: auto;
  display: flex;
  width: 243.313px;
  height: 272.305px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.img2__block {
  position: absolute;
  right: -40px;
  top: 40px;
  display: flex;
  width: 301.134px;
  height: 293.511px;
  padding-right: 35.242px;
  align-items: center;
  flex-shrink: 0;
}

.img3__block {
  position: absolute;
  bottom: -20px;
  display: flex;
  width: 447.013px;
  height: 223.709px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.____strong_span {
  color: gray;
  text-transform: capitalize;
  font-weight: 600;
  opacity: 0;
  transition: 0.5s all ease;
}

.Solution_left__section .new_common_heading {
  margin-bottom: 36px;
}

.top___para svg {
  margin-right: 9px;
}

.Solution_left__section .gradient_btn {
  margin-top: 36px;
}

.img1__block .____strong_span {
  position: absolute;
  right: -45px;
  bottom: -80px;
  top: 0;
  margin: auto;
  display: block;
  width: auto;
  height: 20px;
}

.img2__block .____strong_span {
  left: 40px;
  position: absolute;
}

.img3__block .____strong_span {
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  position: absolute;
  width: 130px;
  text-align: center;
}
.img2__block:hover img {
  transform: rotate(12deg);
}

.img2__block:hover span {
  opacity: 1;
}
.img3__block:hover img {
  transform: rotate(-5deg);
}
.img3__block:hover span {
  opacity: 1;
}
.solution__img_block img {
  transition: 0.8s all ease;
}

.img1__block:hover img {
  transform: scale(1.2);
}

.img1__block:hover span {
  opacity: 1;
}

.solution__img_block h3 {
  color: rgba(109, 109, 109, 0.6);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 43.2px */
  padding: 10px 20px;
}

.inner_f_trans {
  display: flex;
  padding: 24px 80px 48px 80px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 12px;
  background: #f0f5f9;
}

.sub__ft_block {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
  width: 300px;
  height: 160px;
}

.sub__ft_block h3 {
  background: var(
    --New-color-style,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}

.sub__ft_block span {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}

section.bottom__befores {
  position: relative;
}

.top__befores {
  position: relative;
}

.top__befores:before,
.top__befores:after {
  content: "";
  width: 1000px;
  height: 25px;
  background: #4a6bde;
  top: -24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  border-radius: 200px 200px 0 0;
}

.top__befores:after {
  top: -48px;
  width: 900px;
  background: #c6d2fc;
}

.container:before,
.container:after {
  content: "";
  width: 1000px;
  height: 25px;
  background: #4a6bde;
  bottom: -24px;
  position: absolute;
  left: 260px;
  margin: auto;
  border-radius: 0 0 200px 200px;
}

.container:after {
  bottom: -48px;
  left: 310px;
  width: 900px;
  background: #c6d2fc;
}
.lets__get_create {
  border-radius: 12px;
  border: 1px solid #fffcfc;
  background: linear-gradient(270deg, #e6f2ff 31.75%, #eef6ff 175.25%);
  box-shadow: 2px 14px 40px -2px rgba(150, 186, 255, 0.41);
  width: 532.27px;
  height: 140px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -100px;
  z-index: 99;
  display: flex;
  align-items: center;
}

.lets__get_create h3 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}

.first_scroll_slide h2 {
  text-align: center;
  color: #fff;
  margin-top: -90px;
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 52.8px */
}

.first_scroll_slide p {
  margin: 0;
  padding: 0;
}

.first_scroll_slide .Desktop__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.first_scroll_slide .desktop__img {
  position: relative;
}

.top____sss_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sss__left {
  /* width: 384px; */
  /* height: 296px; */
  /* flex-shrink: 0; */
  /* background: blue; */
}

.sss__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.sss__right li {
}

.sss_card {
  display: flex;
  width: 230px;
  height: 114px;
  padding: 10px 10px 10px 33px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 2px 4px 14px 2px rgba(17, 65, 84, 0.2);
  backdrop-filter: blur(30px);
  position: relative;
  background: #244253;
}

.sss_card .sss__box {
  border-radius: 12px;
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -20px;
  left: -10px;
}

.sss_card .sss__box svg {
}

.sss_card span {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}

.sss__right {
  width: 566px;
  height: 294px;
  flex-shrink: 0;
}

.controller_img {
  position: relative;
  transition: 0.5s;
}

.controller_img .top_img {
  position: relative;
  top: -20px;
  z-index: 9;
}

.controller_img .con_img {
  position: absolute;
  left: 80px;
  bottom: -130px;
}

.___small_details {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  right: -90px;
  bottom: -20px;
}

.___small_details img {
}

.___small_details p {
  margin: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  right: -20px;
  position: relative;
}

.___small_details:before {
  content: "";
  border-bottom: 2px dashed #2cabe1;
  position: absolute;
  bottom: 0;
  width: 209px;
  height: 0px;
  flex-shrink: 0;
  stroke-width: 1px;
  left: 120px;
  bottom: 20px;
}

.bottom__section_sss {
  margin-top: 100px;
  display: flex;
}

.sss_btm_inner {
  display: inline-flex;
  padding: 28px 40px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 2px 4px 14px 2px rgba(17, 65, 84, 0.2);
  backdrop-filter: blur(30px);
  background: #244253;
  margin: auto;
}

.sss_btm_inner p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin: 0;
}

.sss_btm_inner .btm_sss_img {
  display: flex;
  width: 138px;
  height: 44px;
  padding: 8px 9px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
}

.controller_img img {
  transition: 0.5s;
}

.controller_img:hover .top_img {
  transform: translate(0px, -30px);
}
.scroll_four_section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 77px;
}

.sfs__left_section {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(30px);
  overflow: hidden !important;
}

.scroll_four_section h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}

.list__previu_section {
  display: flex;
  height: 375px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  overflow-y: auto !important;
}

.list__previu_section li {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.list__previu_section strong {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  margin-bottom: 5px;
}

.version_details {
  width: 491px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 64px;
  justify-content: center;
}

.s_datata_de {
  text-decoration: none;
  line-height: 3;
  display: block;
}

.sfs__right_section {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid var(--Blu-er-tone, #2ba8d9);
  background: rgba(13, 13, 13, 0.5);
  box-shadow: 0px 4px 20px 0px rgba(47, 122, 236, 0.28);
  padding-bottom: 0;
}

.sfs__right_section h5 {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}

.scroll_four_section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.s_datata_de span {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 16.8px */
  display: block;
}

ul.list__previu_section::-webkit-scrollbar {
  display: none;
}

.latest_v_list li {
  display: flex;
  width: 307px;
  align-items: center;
  gap: 142px;
  padding-bottom: 24px;
  border-bottom: 1px solid #6d6d6d;
}

.latest_v_list li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.latest_v_list .download__section span {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}

.scroll_four_section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 77px;
}

.sfs__left_section {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(30px);
  overflow: hidden !important;
}

.scroll_four_section h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}

.list__previu_section {
  display: flex;
  height: 375px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  overflow-y: auto !important;
}

.list__previu_section li {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.list__previu_section strong {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  margin-bottom: 5px;
}

.version_details {
  width: 491px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 64px;
  justify-content: center;
}

.s_datata_de {
  text-decoration: none;
  line-height: 3;
  display: block;
}

.s_datata_de .s_title {
}

.s_datata_de .s_data {
}

.sfs__right_section {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid var(--Blu-er-tone, #2ba8d9);
  background: rgba(13, 13, 13, 0.5);
  box-shadow: 0px 4px 20px 0px rgba(47, 122, 236, 0.28);
  padding-bottom: 0;
}

.sfs__right_section h5 {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}

.latest_v_list {
}

.latest_v_list .download__section {
}

.scroll_four_section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.s_datata_de span {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 16.8px */
  display: block;
}

ul.list__previu_section::-webkit-scrollbar {
  display: none;
}

.latest_v_list li {
  display: flex;
  width: 307px;
  align-items: center;
  gap: 142px;
  padding-bottom: 24px;
  border-bottom: 1px solid #6d6d6d;
}

.latest_v_list .download__section {
}

.latest_v_list li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.latest_v_list .download__section span {
  background: var(
    --Blu-er-tone,
    linear-gradient(155deg, #2ba8d9 0%, #0982f3 38.24%, #15d0f8 84.67%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}

.latest_v_list li a svg {
}

.latest_v_list li:last-child {
  border: none;
}

.scroll_five_section {
  padding: 50px 0;
}

.scroll_five_section ._new_heading_section p {
  color: #fff;
  text-align: center;
}

.scroll_five_section ._new_heading_section {
  margin-bottom: 40px;
}

.scroll_five__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scroll_fi_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  align-self: stretch;
  width: 265px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden !important;
}

.card_five_img {
  width: 100%;
}

.card_five_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.s_f_con_data {
  display: flex;
  height: 149px;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  align-self: stretch;
}

.scroll_five_section .new_common_heading {
  color: #fff;
  text-align: center;
}

.sfs_img {
  border-radius: 100px;
  width: 20px;
  height: 20px;
  overflow: hidden !important;
}

.sfis_profile h3 {
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.sfis_profile {
  display: flex;
  padding: 4px 0px;
  gap: 8px;
  align-self: stretch;
  align-items: center;
}

.s_f_con_data span {
  color: rgba(0, 0, 0, 0.5);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 200% */
}

.s_f_con_data p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 43px;
  overflow: hidden !important;
  color: #000;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}

.latest_v_list li:last-child {
  border: none;
}

.left__drag_n_drop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
}

.inner__drag_n_drop {
  display: flex;
  width: 1162px;
  height: 454px;
  padding: 0px 140px;
  align-items: end;
  gap: 64px;
}

.left__drag_n_drop h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}

.left__drag_n_drop p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  margin: 0;
}

.dragable__card {
  width: 659.29px;
  height: 203px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

span.drag_fix {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}

.Dragable_hole {
  background: transparent;
  width: 288.67px;
  height: 50.56px;
  flex-shrink: 0;
  margin-left: 75px;
  z-index: 9;
  animation: blinker 1.5s linear infinite;
  color: #fff;
  font-size: 12px;
}

.drag__hole {
  position: absolute;
  right: 0;
}
.mera_______ {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  margin-top: 55px;
}

.bottom_drag {
  position: absolute;
  bottom: -50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drag_btn {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

.drag_btn button {
    border: none;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    width: 85px;
    height: 36px;
    padding: 4px 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.bottom_drag .drag_fix {
  width: 45%;
}



.bottom_drag .drag_fix {
  width: 45%;
}

.right__drag_n_drop {
  position: relative;
  bottom: -30px;
}

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

.right__drag_n_drop .drag_fix {
  text-align: center;
  display: block;
  position: relative;
  bottom: -20px;
}

.rocket__block .drag_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 0;
  bottom: 40px;
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.my_drag_ball {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
}

.Dragable_hole {
  /* background-color: gray; */
  display: flex;
  justify-content: center;
  align-items: center;
}

#playBtn,
#resetBtn {
  display: none;
  transition: .5s all ease-in-out;
}

/* ===============SenseXR Page====================== */







/* ===============Contact Page====================== */
.hero_contact_block {
  display: flex;
  width: 100%;
  padding: 120px 140px 48px 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.hero_contact_block h1 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
}

.contact__card_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin-bottom: 60px;
}

.sub__con__block {
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 8px 36px 1px rgba(61, 161, 254, 0.24);
  width: 366px;
  height: 328px;
  position: relative;
}
.sub_con_inner {
  display: flex;
  width: 318.667px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.sub_con_inner strong {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}

.sub_con_inner span {
  color: #6D6D6D;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}

.sub_con_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.map_con_link {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.map_con_link a {
  display: flex;
  height: 48px;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(43, 168, 217, 0.12) 0%, rgba(9, 130, 243, 0.12) 38.24%, rgba(21, 208, 248, 0.12) 84.67%);
  text-decoration: none;
  color: #0982F3;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  z-index: 999;
}

.contact__form {
  display: flex;
  width: 860px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto 60px;
}

.contact__form .form_content_box {width: 600px;margin: auto;text-align: center;}

.contact__form h2.new_common_heading {
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 26px ;
}

.contact__form p {
  text-align: center;
  width: 100%;
  margin-top: 0  !important;
}

.contact__form .input-field label {
  display: block;
  text-align: left;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  margin-bottom: 10px;
}

.contact__form .form_content_box ._new_heading_section {
  width: 100%;
}

.contact__form .form_input_box button.gradient_btn {
  margin: 25px auto 0;
}

.contact__form .form_input_box input {
  margin-bottom: 26px;
}
/* ===============Contact Page====================== */



/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Barlow&family=Inter&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0px;
  outline: none;
  padding: 0px;
  box-sizing: border-box;
  /* transition: 0.5s all ease; */
  font-family: "Poppins";
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.mt-0 {
  margin-top: 0 !important;
}
.bg-light {
  background-color: #fff;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-13);
  margin-bottom: 20px;
  line-height: 1.3;
  color: var(--color-90);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: var(--color-40);
}

a {
  text-decoration: none;
}
button {
  cursor: pointer;
}

.w-1440 {
  width: 1440px !important;
  margin: auto !important;
}
/* ========common-tags============ */

/* ========common-grid============ */


.d-none {
  display: none !important;
}

/* grid shortclass */
/* width shortclass */
.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}
.mx-w-1520 {
  max-width: 1520px;
  margin: auto !important;
}
.mx-w-1440 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

/* width shortclass */
/* padding shortclass */
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pl-10 {
  padding-left: 10px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-50 {
  padding-bottom: 50px;
}
.px-15 {
  padding: 0 15px;
}

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

.pl-0 {
  padding-left: 0 !important;
}

/* padding shortclass */

/* margin shortclass */
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 10px !important;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

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

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

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

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

.mb-80 {
  margin-bottom: 80px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-10 {
  margin-top: 10px !important;
}

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

.mb-0 {
  margin-bottom: 0 !important;
}
/* margin shortclass */

/* display shortclass */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.d-flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.d-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.p-relative {
  position: relative;
}

.d-flex-center-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.align-items {
  align-items: center;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline-block;
}
/* header */

.headermain__block {
  width: 1330px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  width: 100%;
  height: 70px;
  flex-shrink: 0;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  display: flex;
  justify-content: end;
  align-items: center;
  background: #EDF5FF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.menu {
  width: 620px;
  height: 22px;
  flex-shrink: 0;
}

.sign__up button {
  width: 265px;
  height: 70px;
  flex-shrink: 0;
  background: #2cabe1;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border: none;
  border-radius: 12px;
  background: var(--Blu-er-tone, linear-gradient(155deg, #2BA8D9 0%, #0982F3 38.24%, #15D0F8 84.67%));
  width: 300px;
  height: 64px;

}

ul.mymenu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

ul.mymenu li a {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
/* Landing__page_css */

.margin_60 {
  margin-top: 70px !important;
}

.margin_gap_40 {
  margin: 0 0 40px !important;
}
.margin_gap_bottom_40 {
  margin-bottom: 40px !important;
}
.margin_gap_25 {
  margin: 25px 0 !important;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.padding_gap_60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.inner_hero_section {
  display: flex;
  /* width: 1440px; */
  height: 490px;
  padding: 60px 174px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin: auto;
}

.hero_video video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.hero__content h1 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
}

.hero__content p {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero____buttons_block {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.outline_hero {
  border-radius: 24px !important;
  border: 1px solid #2cabe1 !important;
  background: #fff !important;
  color: black !important;
}

.hero_video {
  width: 450px;
  border-radius: 10px;
  position: relative;
  top: -25px;
}

.Hero_btn {
  display: flex;
  height: 48px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 24px;
  border-radius: 24px;
  background: var(
    --Button-Gradiant,
    linear-gradient(90deg, #2cabe1 9.46%, #57cdff 88.38%)
  );
  border: none;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  transition: .3s all ease;
}
.Hero_btn:hover {
  color: #fff;
  text-decoration: none;
  background: var(--Button-Gradiant, linear-gradient(73deg, #2cabe1 31.46%, #57cdff 89.38%) );
}
.sub_title_section h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
}

.sub_title_section {
  text-align: center;
  /* width: 640px; */
  /* height: 94px; */
}

.video_inner_section {
  display: flex;
  /* width: 1440px; */
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: auto;
}

.video_inner_section .controller__video video {
  width: 100%;
  border-radius: 16px;
  height: 380px;
  border-radius: 24px;
  border: 1px solid #2cabe1;
  background: url(<path-to-image>),
    lightgray -199.774px -193px / 150.963% 207.474% no-repeat;
  box-shadow: 8px 20px 130px 8px rgba(24, 42, 201, 0.24);
}

.row_margin_0 .common-row {
  margin: 0;
}

.chart_inner_section .common-row {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
}

.video_inner_section .controlButton {
  left: 40px;
  bottom: 40px;
}

.chart_section_main {
  display: flex;
  width: 1441px;
  padding: 60px 10px 60px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: auto;
}

.number_of_count ul {
  list-style: none;
  padding: 0;
}

.count_num {
  width: 179px;
  margin-bottom: 26px;
}

.count_num h3 {
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(87deg, #182ac9 8.36%, #81d1ff 104.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.count_num p {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.path_become_metaverse {
  display: flex;
  width: 1441px;
  /* height: 705px; */
  padding: 25px 0px 60px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: auto;
}

.sub_title_small_section h3 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}

.sub_title_small_section {
  text-align: center;
}
.path_section_content {
  text-align: center;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course_landing_card_stucture {
  display: flex;
  width: 302px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #d8e8ff;
  box-shadow: 4px 4px 40px 0px rgba(24, 42, 201, 0.12);
  overflow: hidden;
  margin: auto;
}

.course_landing_card_stucture {
}

.video_top {
  display: flex;
  height: 249px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #e0e3ff;
}

.landing_course_card_content {
  align-self: stretch;
  margin: 20px 0;
}

.landing_course_card_content h4 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  text-align: center;
}

ul.content_list {
  list-style: none;
  padding: 0 20px;
  margin: 10px 0 0;
}

.flex_box_land span {
  color: rgba(0, 0, 0, 0.7);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}

.flex_box_land strong {
  color: rgba(0, 0, 0, 0.7);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.flex_box_land {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.__price_block {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #4689ee;
  color: #fff;
  position: absolute;
}

.course_card_landing {
  padding: 20px 0;
}

.inner_form_page .common-row {
  display: flex;
  /* width: 1440px; */
  padding: 60px 170px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: auto;
}

.course_card_landing {
  padding: 20px 0;
}

.form_img {
  width: 520px;
  height: 520px;
  background: #fcfcfa;
}

.form_img video {
  width: 100%;
  background: #fcfcfa;
}

.form_content_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 24px; */
  flex: 1 0 0;
}

.form_content_box .sub_title_section h2,
.form_content_box .sub_title_section p {
  text-align: left;
  justify-content: flex-start;
}

.form_input_box {
  width: 100%;
}

.form_group_input {
  margin-bottom: 24px;
}

.form_group_input label {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}

.form_group_input input {
  border-radius: 6px;
  border: 1px solid #d8e8ff;
  background: #fff;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 4px;
  display: block;
  width: 100%;
}

.form_group_input input::placeholder {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.make_us_inner {
  display: flex;
  width: 1440px;
  padding: 60px 170px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: auto;
}

.make_us_inner p {
  text-align: left;
}

.list_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}

.container_list_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.make_us_inner .container_main {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 6px;
  background: #eaedff;
}

.make_us_inner .user_content {
  overflow: hidden;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}

.make_us_inner .user_img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 32px;
  background: #fff;
}

.sensexr__card_list {
  display: flex;
  /* width: 1440px; */
  height: 304.515px;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  margin: auto;
  margin-top: -85px;
}

.video_card {
  display: flex;
  width: 259px;
  padding: 16.335px 18px 22.665px 18px;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  flex-shrink: 0;
}

.video_sensexr_main_card {
  width: 223px;
  height: 202px;
  border-radius: 12px;
  background: #0a0a0a;
  overflow: hidden;
}
.video_sensexr_main_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sense_cont {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}

.bottom_content_block {
  display: inline-flex;
  height: 245px;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  margin: auto;
  justify-content: center;
  width: 100%;
}

.bottom_content_block p {
  width: 792px;
  height: 97.043px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

.bottom_content_block h2 {
  margin: 45px 0;
}

.landing_about_us {
  /* display: flex; */
  width: 1440px;
  padding: 60px 170px;
  /* justify-content: center;
  align-items: center;
  gap: 60px; */
  margin: auto;
}

.review_card {
  display: flex;
  width: 230px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #e8f8ff 0%, rgba(230, 239, 243, 0) 100%);
  border-radius: 12px;
  /* background: rgba(223, 227, 255, 0.40); */
  text-align: center;
  margin: 0 5px;
}

/* .review_list_block {
  display: flex;
  width: 1100px;
  align-items: center;
  gap: 40px;
} */

.r_img_block {
  width: 66px !important;
  height: 66px !important;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  margin: 0 auto 15px;
  overflow: hidden !important;
}
.r_img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r_user_name {
  overflow: hidden;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 142.857% */
  display: inline-block;
  height: 15px;
}

.r_rating svg {
  width: 198px;
  height: 10px;
  display: inline-block;
}

.r_content {
  align-self: stretch;
  overflow: hidden;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
}

.r_rating {
  margin-bottom: 25px;
}

.overlap_content {
  text-align: center;
  font-family: Poppins;
  font-size: 235px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 306px */
  background: linear-gradient(
    155deg,
    rgba(43, 102, 217, 0.12) 0%,
    rgba(69, 108, 248, 0.12) 38.24%,
    rgba(21, 30, 248, 0.12) 84.67%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video_card {
  display: flex;
  width: 259px;
  padding: 16.335px 18px 22.665px 18px;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  flex-shrink: 0;
}

.video_sensexr_main_card {
  width: 223px;
  height: 202px;
  border-radius: 12px;
  background: #0a0a0a;
}

.sense_cont {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}

.bottom_content_block {
  display: inline-flex;
  height: 245px;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  margin: auto;
  justify-content: center;
  width: 100%;
}

.bottom_content_block p {
  width: 792px;
  height: 97.043px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

.bottom_content_block h2 {
  margin: 45px 0;
}
.video_inner_section .common-container {
  background: #fff;
}

.landing_inner_faqs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}
.white_card_section {
  width: 440px;
  flex-shrink: 0;
  padding: 50px 50px;
  border-radius: 16px;
  background: #fff;
  height: 454px;
  box-shadow: 0px 22px 80px 0px rgb(24 42 201 / 20%);
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.animated__inner_ss::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent 30%, #fff  65%);
  z-index: 999;
}
.white_card_section h3 {
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  margin-bottom: 16px;
}

.white_card_section p {
  width: 351px;
  color: #222;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 16px;
}

.left_faqs_section h2 {
  margin-bottom: 48px;
}

.landing_page_faqs {
  display: flex;
  /* width: 1440px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: auto;
}
.right_faqs_section .collapse__title p {
  margin: 0;
}
.landing_inner_faqs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}

.left_faqs_section h2 {
  margin-bottom: 48px;
}

.right_faqs_section .collapse__title {
  flex-shrink: 0;
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  padding: 15px 45px 12px 12px;
  box-shadow: none;
}

.right_faqs_section .collapse__title p {
  flex-shrink: 0;
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}

.right_faqs_section .collapse_body_inner p {
  height: 57.459px;
  flex-shrink: 0;
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.xrfaq-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.right_faqs_section .collapse_main {
  margin-bottom: 0;
  width: 576px;
  border-bottom: 2px solid #e4e4e4;
  position: relative;
}

.right_faqs_section .collapse__title:before,
.right_faqs_section .collapse__title:after {
  left: unset;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.collapse_main input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: 1s;
}

.collapse_main input:checked ~ .collapse__body {
  max-height: max-content;
}

.collapse_main input:checked ~ .collapse_body {
  max-height: max-content;
}

.collapse_body .collapse_body_inner {
  padding: 20px;
  background-color: #fff;
}

.collapse__title {
  margin: 0;
  background: #fff;
  display: block;
  padding: 15px 40px;
  border-radius: 5px;
  box-shadow: 0px 0px 24px -20px black;
  position: relative;
  cursor: pointer;
}
.video_section_landing {
  background: url(../img/BG.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -20px 20%;
}
.collapse__title:before,
.collapse__title:after {
  content: "+";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  font-size: 20px;
  transition: 0.5s all ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collapse_main input:checked ~ .collapse__title:before {
  opacity: 0;
}

.sdk_top_block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.collapse_main input:checked ~ .collapse__title {
  border-radius: 5px 5px 0px 0px;
}
.sdk_top_block .sdk_item {
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--font-17);
  color: #0872c6;
}

.sdk_top_block span {
  color: gray;
  font-size: var(--font-13);
  font-weight: 500;
}
.collapse__title:after {
  content: "-";
}

.collapse_body {
  max-height: 0;
  overflow: hidden;
  transition: 1s;
  z-index: 999;
  position: relative;
  background: #eff6f9;
  border-radius: 0px 0px 5px 5px;
}

.collapse_body .collapse_body_inner {
  padding: 20px;
}

.collapse_main input:checked ~ .collapse__body,
.collapse_main input:checked ~ .collapse_body {
  max-height: -webkit-max-content;
  max-height: max-content;
}

.collapse_main input:checked ~ .collapse__title {
  border-radius: 5px 5px 0 0;
}

.ssa_section__common {
  display: none;
}

/* scroll_section */

.ssa_menu_system {
  padding: 25px 0;
  width: 1087px;
  height: 173px;
  margin: auto;
}

.ssa_menu_system ul {
  list-style: none;
  padding: 0;
  display: flex;
  width: 1087px;
  height: 173px;
  padding: 80px 60px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-shrink: 0;
  position: relative;
  border: none;
}

.ssa_menu_system ul li a {
  display: flex;
  width: 164px;
  height: 124px;
  padding: 24px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 100;
}

/* .ssa_menu_system ul li:first-child {
  border-radius: 12px;
  background: linear-gradient(180deg, #EEFAFF 0%, #E9F8FF 100%);
  position: relative;
} */

.ssa_menu_system ul li span {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  display: block;
}

.ssa_menu_system ul li svg {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  position: relative;
}

.ssa_menu_system ul:before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 0; */
  width: 896px;
  height: 1px;
  background: #2cabe1;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 40px;
}

.ssa_menu_system ul {
  list-style: none;
  padding: 0;
  display: flex;
  width: 1087px;
  height: 173px;
  padding: 80px 60px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-shrink: 0;
  position: relative;
}

/* .active {
  border-radius: 12px;
  background: linear-gradient(180deg, #eefaff 0%, #e9f8ff 100%);
  position: relative;
} */

.ssa_menu_system ul li span {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  display: block;
}

.ssa_menu_system ul li svg {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  position: relative;
}

.ssa_menu_system ul li {
  background: #fff;
}
.nav-tabs > li > a:hover {
  border: none;
  border-radius: 12px;
  background: linear-gradient(180deg, #eefaff 0%, #e9f8ff 100%);
}
.ssa_section__common {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.ssa__left_common {
  width: 501px;
  height: 224px;
  flex-shrink: 0;
  text-align: left;
}

.ssr_commo_img {
  width: 356px;
  height: 280px;
}

.ssa__left_common h2 {
  width: 501px;
  flex-shrink: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  margin-bottom: 37px;
}

.ssa__left_common p {
  width: 461px;
  height: 66px;
  flex-shrink: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.ssa_block_system {
  border-radius: 12px;
  background: linear-gradient(
    98deg,
    #a9e5ff -9.1%,
    #28b0ea 36.84%,
    #8fdbfb 97.98%
  );
  width: 1059px;
  height: 376px;
  flex-shrink: 0;
  margin: auto;
}
.fixed__btn {
  position: static;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  margin-top: 40px;
}
.ssa_one_group_left {
  width: 459.6px;
  height: 341.73px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
}

.ssa_one_group_right {
  width: 426px;
  height: 266px;
  flex-shrink: 0;
  margin-right: 40px;
  padding-top: 0px;
  position: relative;
}
.marker__hor {
  position: absolute;
  left: 130px;
}

.marker__vert {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
.ssa_section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 0 15px 0;
}

.ssa_ogl_img {
  position: absolute;
  top: 0;
  left: 0;
}

.ssa_ogl_content {
  padding-left: 220px;
}

.ssa_ogl_content h2 {
  width: 248px;
  color: #fff;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
}

.ssa_ogl_content p {
  width: 215px;
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 20px;
  margin: 0;
}

.ssa_one_group_right h2 {
  width: 351px;
  height: 84px;
  flex-shrink: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}

.ssa_one_group_right p {
  width: 222px;
  height: 47px;
  flex-shrink: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}

.ssa_ogr_img img {
  width: 390px;
  flex-shrink: 0;
  position: relative;
  left: -20px;
}

.ssa_section_inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 323px;
  flex-shrink: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ssa_ogl_img img {
  transform: rotate(0deg);
}

html,
body {
  margin: 0;
  height: 100%;
  font-weight: 300;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden !important;
}
.card {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.card-item {
  background-color: #fff;
  width: 30vw;
  height: 30vw;
  transition: transform 0.2s;
  background-size: cover;
}

/* course */
.Curriculum_inner_section {
  display: flex;
  /* width: 1432px; */
  padding: 60px 0px 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.title_intro_icons {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
}

.tii_innner_block {
  display: flex;
  width: 142px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.tii_innner_block svg {
  width: 40px;
  height: 40px;
}

.tii_innner_block span {
  color: #2cabe1;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}

.Curriculum_inner_section .sub_title_section p {
  margin-bottom: 0 !important;
}

.csm_partner_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.csm_partner_block ul {
  display: flex;
  padding: 0px 24px;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
}

.csm_partner_block ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.csm_certificate_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 45px 0;
}

.csm_card_certificate {
  border-radius: 16px;
  background: #fff;
  box-shadow: 2px 10px 31px -2px rgba(24, 42, 201, 0.18);
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.csm_card_certificate img {
  width: 58px;
  height: 58px;
}

.csm_card_certificate span {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}

.csm___moduale_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
}
.flexible_cool {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexible_cool .s_colum:last-child {
  margin-left: 7px;
}
.csm_model_card {
  width: 1095px;
  margin: auto;
  display: flex;
  padding: 20px 12px;
  justify-content: center;
  align-items: flex-start;
  gap: 193px;
  z-index: 110;
}

.csm_content_blck {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  width: 400px;
}

.__csm_price {
  display: flex;
  padding: 12px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #f1f9fc;
  width: 170px;
  text-align: center;
  justify-content: center;
  margin: 10px 0 0;
}

.__csm_price span {
  color: #2cabe1;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  display: block;
}

.list_of_content {
}

.list_of_content ul {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.list_of_content ul li {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.list_of_content ul span {
  color: #777;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  width: 80px;
  text-align: left;
}

.list_of_content ul li p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  margin: 0;
}

.csm_video_block {
  border-radius: 12px;
  background: url(<path-to-image>),
    lightgray -92.5px -250.5px / 136.875% 243.333% no-repeat;
  overflow: hidden;
}

.csm_video_block video {
  width: 480px;
  height: 271px;
  display: flex;
  justify-content: center;
  align-items: center;
}

strong.list_title {
  padding: 12px 0px 6px;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  display: block;
}
.__flex_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}
.Students__Showcase_inner {
  /* display: flex; */
  padding: 60px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.student_showcase_block {
  width: 1065px;
  height: 400.257px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.div__first {
  width: 488.419px;
  height: 400.257px;
  flex-shrink: 0;
}

.div__first img {
  width: 488.419px;
  height: 400.257px;
  flex-shrink: 0;
}

.psil__innner .sub_title_section {
  margin-bottom: 40px;
}

.partner__content_seciton {
  display: flex;
  /* width: 1440px; */
  /* padding: 60px 10px; */
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin: auto;
}

.partner__row {
  display: flex;
  width: 1130px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 42px;
  flex-wrap: wrap;
}
.card__block img {
  border-radius: 15px;
  transition: 0.1s all ease;
}
.partner_col {
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  background: #f2f6fb;
}

.psil__innner {
  padding: 60px 10px;
}

.overlay_level {
  color: gray;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  position: absolute;
  width: 60px;
  left: -25px;
  background: #fff;
  padding: 5px;
  display: inline-block;
}

li.in-view {
  position: relative;
}
#panels #panels-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
#panels #panels-container .panel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-align: left;
  /* border-right: 1px solid #f00; */
}

#panels #panels-container .panels-navigation {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  right: 2rem;
}

/* .____fixed_menu {
  position: absolute;
  max-width: 1520px;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  top: 20px;
} */

/* timeline */

.timeline {
  padding: 50px;
}

.timeline .default-line {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  background: transparent;
  height: 1450px;
}

.draw-line {
  width: 4px;
  height: 0;
  position: absolute;
  left: 50%;
  background: #2cabe1;
}

.timeline ul li.in-view {
  transition: 0.125s ease-in-out, background-color 0.2s ease-out,
    color 0.1s ease-out, border 0.1s ease-out;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  height:390px;
  background: transparent;
}

.my__timeline_block {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
}

li.in-view .overlay_level {
  color: #2cabe1;
}
.timeline ul li:last-child {
  height: 0px;
}
.overlay_level svg {
  width: 18px;
  height: 13px;
}

.timeline ul li:last-child .overlay_level svg path {
  fill: #fff;
}
.timeline ul li.in-view:last-child .overlay_level svg path {
  fill: #36b3e8;
}
.timeline ul li:last-child .overlay_level {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 25px;
}
.timeline ul li:last-child .overlay_level {
  padding: 0;
  width: auto;
  left: -5px;
}
.ssa_menu_system li {
  background: transparent;
}

.ssa_menu_system li {
  background: transparent;
}

.ssa_content_block .tab-content {
  width: 100%;
  max-height: initial;
  padding-top: 30px;
}

.ssa_content_block {
  display: flex;
  width: 1087px;
  padding: 60px 0px 62px 0px;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: auto;
}

.ssa_content_block .tab-pane {
  width: 100%;
  padding: 0;
  height: 100% !important;
  margin: 0;
}

.ssa_inner_block {
  display: block;
}

.ssa_menu_system ul li {
  margin: 0;
  float: unset !important;
}

.ssa_menu_system ul:after {
  display: none;
}

.ssa_menu_system ul li.active a {
  border-radius: 12px;
  background: linear-gradient(180deg, #eefaff 0%, #e9f8ff 100%);
  position: relative;
  margin: auto;
  border-color: #45bcef;
}

.cycle-tab-container a {
  color: #173649;
  font-size: 16px;
  font-family: roboto;
  text-align: center;
}

.tab-pane {
  text-align: center;
  height: 100px !important;
  margin: 30px auto;
  width: 500px;
  max-width: 100%;
}

.ssa_menu_system .fade {
  opacity: 0;
  transition: opacity 4s ease-in-out;
}

.ssa_menu_system .fade.active {
  opacity: 1;
}

.ssa_menu_system .cycle-tab-item {
  width: 180px;
}

.cycle-tab-item:after {
  display: block;
  content: "";
  border-bottom: solid 3px orange;
  transform: scaleX(0);
  transition: transform 0ms ease-out;
  display: none;
}
.cycle-tab-item.active:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
  transition: transform 5000ms ease-in;
}

.nav-link:focus,
.nav-link:hover,
.cycle-tab-item.active a {
  border-color: transparent !important;
  color: orange;
}
.m__menu {
  display: none;
}
/* footer */
footer {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  background: #eff8fc;
  margin: auto;
}

.footer__menu {
  width: 1210px;
  height: 224px;
  flex-shrink: 0;
}

._f__colum {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer__ineer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.footer__ineer {
  width: 1140px;
  height: 550px;
  margin: auto;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top__footer ._socil__icon ul {
  display: flex;
  align-items: center;
}

._f__colum ul {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

._f__colum ul a {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
}

.f__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.copy_right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.copy_right p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  margin: 0;
  margin: 0 10px;
}

._f__colum h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.ssa_menu_system ul li {
  background: transparent;
}
._f__colum .__ad_para p {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 10px;
}

/* Landing__page_css */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-700px * 2));
  }
}
.__baseactive a {
  color: #39B5EA !important;
  font-weight: 600 !important;
}
.animated__slider {
  height: auto;
  margin: auto 0 0 70px;
  position: relative;
  width: 700px;
  place-items: center;
  overflow: hidden !important;
  position: absolute;
  bottom: 30px;
  opacity: .5;
}

.animated__slider::before,
.animated__slider::after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 9;
}

.animated__slider::before {
  left: 0;
  top: 0;
}

.animated__slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.animated__inner_ss{
  position: relative;
}





.slide_slide {
  height: auto;
  width: 700px;
  display: flex;
  align-items: center;
  padding: 0px;
  margin-left: -3px;
}

.slider_track {
  display: flex;
  width: calc(700px * 4);
  animation: scroll 15s linear infinite;
}

.slide_slide img {
  width: 100%;
}
.hero_section_landing {
  position: relative;
}



/* model Registration */
.model___registraion .modal-dialog {
  border-radius: 24px;
  width: 1220px;
  height: 598px;
}

.model___registraion .model-common-row {
  display: flex;
  width: 1038px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin: auto;
}

.model___registraion .form_img {
  width: 548px;
  height: 470px;
  flex-shrink: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.model___registraion .form_img img {
  width: 100%;
  height: auto;
}

.model___registraion .modal-content {
  border-radius: 24px;
  background: linear-gradient(78deg, #F3FBFF -12.15%, #F4F9FF 25.01%, #F0F9FD 62.17%, #F3FCFF 108.78%);
  box-shadow: 12px 12px 48px 0px rgba(0, 0, 0, 0.25);
}

.model___registraion h2 {
  align-self: stretch;
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}

.model___registraion p {
  color: rgba(0, 0, 0, 0.60);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.model___registraion .btn_form {
  margin-top: 35px;
}

.model___registraion .modal-body {
  padding: 60px 0;
}

.model___registraion .modal-header button {
  position: absolute;
  border: none;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: #F4F4F4 !important;
  right: 20px;
  opacity: 1;
  z-index: 99;
  border-radius: 10px;
}

.model___registraion .modal-header {
  border: none;
}
.model___registraion .modal-header button svg {
  fill: #F4F4F4 !important;
}


.thankyou_model {}

.thankyou_model .modal-dialog {
    width: 742px;
    height: 420px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 12px 12px 48px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.thankyou_model .modal-content {
    box-shadow: none;
    border: none;
}

.thankyou_inner_content a {
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
}

.t__img {
    position: absolute;
    top: 0;
    left: 60px;
}

.thankyou_inner_content p {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    margin: 0;
}

.thankyou_inner_content h2 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

.thankyou_inner_content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    justify-content: center;
    width: 400px;
    margin: auto;
    padding-top: 220px;
}
.thankyou_model .modal-body {
  display: flex;
}

.fixed__note_section {
  display: flex;
  padding: 6px 235px 8px 234px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  background: linear-gradient(90deg, #57CDFF 9.46%, #2CABE1 88.38%);
  width: 100%;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1150;
}

.inner_stick img {
  width: 55px;
  height: 56px;
}

.inner_stick {
  display: flex;
  align-items: center;
}

.inner_stick p {
  margin: 0;
  color: #FAFAFA;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  padding: 0 10px;
}

.inner_stick .Hero_btn {
  border-radius: 24px;
  border: 1px solid #2CABE1;
  background: #FFF;
  color: #2CABE1;
}
.static-div {
  position: relative !important;
}


/* popUp */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
 * Remove all paddings around the image on small screen
 */
  .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
      padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
  }

  .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
  }

  .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0;
  }

  .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%;
  }

  .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.sigma_arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  /* background: red; */
  left: 0;
  height: auto;
  display: flex;
  align-items: center;
}

.review_list_block {
  position: relative;
  overflow: hidden !important;
  transition: .3s all ease;
}

.sigma_arrows i {
  background: #BDE5F5;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  transform: rotate(-5deg);
  transition: .4s all ease;
  cursor: pointer;
}


.sigma_arrows .slider-next {
  left: -40px;
  position: absolute;
}

.sigma_arrows .slider-prev {
  position: absolute;
  right: -40px;
}

.review_list_block:hover .slider-prev {
  right: 10px;
}

.review_list_block:hover .slider-next {
  left: 10px;
}

.showcase_block_.slick-center a img {
  filter: grayscale(0);
}
.showcase_block_ {
    margin: 0 15px;
}

.showcase_block_ a {
    display: block;
}

.showcase_block_ a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* filter: grayscale(1); */
}
.landing-page-1 {
  padding-bottom: 70px;
}
.sigma_showcase-slider .slick-track {
    padding-top: 20px;
    padding-bottom: 20px;
}

.showcase_block_ .slick-center {
    transform: scale(1.5) !important;
}

.showcase_block_.slick-center {
    transform: scale(1.1);
    margin: 0 25px;
}


.sigma_arrows__showcase i {
  background: #BDE5F5;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  transform: rotate(-5deg);
  transition: .4s all ease;
  cursor: pointer;
  z-index: 9;
  top: 0;
    bottom: 0;
    margin: auto;
}
.student__slider_showcase {
  position: relative;
  overflow: hidden;
}

.sigma_arrows__showcase .slider-prev {
  right: -40px;
  position: absolute;
}

.sigma_arrows__showcase .slider-next {
  left: -40px;
  position: absolute;
}
.slick-dots {
  bottom: -10px;
}

.student__slider_showcase:hover .sigma_arrows__showcase .slider-prev {
  right: 10px;
}

.student__slider_showcase:hover .sigma_arrows__showcase .slider-next {
  left: 10px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 2px;
}
.slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: '';
  background: #36B3E8;
  border-radius: 100px;
}


section.panel .new-container {
  margin-right: auto;
  margin-left: 150px;
}
.ssssss {
  position: relative;
}

.ssssss img {
  position: absolute;
  width: 400px;
  top: -50px;
  right: 80px;
}
