* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.black_bg_sh {
  background-color: #090909;
}
header,
footer {
  background-color: #121212;
}
.sh_logo img {
  width: 166.75px;
  height: 43.84px;
}
.sh_header {
  padding: 24px 32px;
  display: flex;
 /* justify-content: space-between;*/
 justify-content: start;
  
  width: 100%;
  z-index: 99;
  background-color: #121212;
}
.sh_menu {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.each_nav.active a {
  font-size: 24px;
  color: white;
  transition: all 0.3s ease-in-out;
}
.sh_menu a {
  color: #a7a4a4;
  font-size: 22.17px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.lato_sh {
  font-family: "Lato", sans-serif;
}
.below_line {
  background: linear-gradient(to right, #00000000, #d700f6, #00000000);
  width: 107px;
  height: 2px;
}
.each_nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.banner_sh video {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.banner_sh {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

}
.banner_overlay {
  width: 767px;
}
.banner_overlay img {
  width: 100%;
}
.menu_each {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 16px;
  background-color: #6f6f6f33;
}

.static_menu,
.absolute_menu {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: white;
  transition: transform 0.5s ease-in-out;
}

.static_menu {
  transform: translateY(0);
}

.absolute_menu {
  position: absolute;
  top: 13px;
  transform: translateY(297%);
}

.menu_each:hover .static_menu {
  transform: translateY(-57px);
}

.menu_each:hover .absolute_menu {
  transform: translateY(0);
}

.banner_overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  z-index: 10;
}
.overlay_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 94%;
}
.page_width {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0px 25px;
}
.idea h1 {
  background: linear-gradient(to right, #b10dc9, #1cffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: 400;
  width: 770.15px;
  line-height: 147%;
  font-size: 52px;
}
.idea {
  width: 89%;
  box-shadow: 0px 0px 12px #2f8abc;
  margin: auto;
  height: 459.34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  position: relative;
  background-color: black;
  z-index: 9;
}
.section_gap {
  padding: 80px 0px;
}
.section_gap_ar {
  padding: 94px 0px 143px 0px;
}
.our_work img,
.contact_sh img {
  width: 100%;
}
.h1_heading {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  letter-spacing: 8.4px;
  color: white;
}
.gray_text32 {
  margin-top: 14px;
  font-size: 28px;
  color: #dadada;
  font-family: "Lato", sans-serif;
  letter-spacing: 3.2px;
  text-align: center;
  font-weight: 300;
}
.gray_text24 {
  font-size: 20px;
  color: #c8c8c8cc;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: 400;
}
.label_fields {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: self-start;
}
.contact_form_sh {
  padding: 0px 32px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.above_field,
.below_field {
  display: flex;
  gap: 100px;
}
input.input_sh {
  background: transparent;
  box-shadow: unset;
  border: unset;
  border-bottom: 1px solid white;
  width: 96%;
  color: white;
  padding: 20px 0px 15px 0px;
  font-size: 16px;
}
input.input_sh:focus-visible {
  outline: unset;
}
.form_full {
  width: 100%;
}
.overlay_btn_form {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.overlay_btn_form .static_menu,
.overlay_btn_form .absolute_menu {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #dadada;
  transition: transform 0.5s ease-in-out;
}
.label_fields.form_full {
  gap: 32px;
}
.specia_request.form_fields .label_fields {
  width: 100%;
}
.submit_sh button {
  background: transparent;
  border: unset;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  letter-spacing: 1.2px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  color: white;
}
.submit_sh svg {
  fill: white;
  transition: all 0.3s ease-in-out;
}
.submit_sh {
  width: 534px;
  height: 82px;
  background: #b10dc9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  gap: 12px;
}

.submit_sh:hover {
  background: white;
}
.submit_sh:hover button {
  color: black;
}
.submit_sh:hover svg {
  fill: black;
}

/* // slider styles */
:root {
  --slide-offset: calc(min(350px, (100vw - 300px) / 3) + 100px);
}
.width_100_ar {
  width: 100%;
}

/* --- Mobile Menu Specific Styling --- */
.hamburger {
  display: none; /* Hidden by default on desktop */
  font-size: 24px;
  cursor: pointer;
  padding: 10px 0px;
  text-align: right;
}

.mobile_menu_overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.mobile_menu_content {
  background-color: black;
  color: white;
  width: 70%; /* Adjust as needed */
  height: 100%;
  position: absolute;
  right: -70%; /* Start off-screen */
  top: 0;
  transition: right 0.3s ease-in-out;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  padding-top: 60px; /* Space for close button */
}

.mobile_menu_content.active {
  right: 0; /* Slide in */
}

.mobile_menu_content .each_nav {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
}

.mobile_menu_content .each_nav a {
  color: white;
  font-weight: normal;
  font-size: 18px;
  list-style: none;
  text-decoration: none;
}
.each_nav a {
   text-decoration: none;
}

.mobile_menu_content .below_line {
  display: none; /* Hide for mobile menu items */
}

.close_btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}

@media (max-width: 768px) {
  .static_menu,
  .absolute_menu {
    font-size: 11px;
  }
  .overlay_btn {
    gap: 9px;
  }
  .overlay_btn_form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .gradiant_border {
    padding: 9px 14px !important;
  }
  .menu_each {
    padding: 9px 14px;
    border-radius: 8px !important;
    border: none !important;
  }
  .success_popup {
    width: 100% !important;
    padding: 16px;
  }
  .submit_sh {
    height: auto !important;
  }
  .socialbox {
    gap: 8px !important;
  }
  .footer {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .mailbox img {
    width: 24px;
    height: 24px;
  }

  .mailbox {
    display: flex;
    flex-direction: row;
    gap: 7px !important;
    align-items: center;
  }
  .callussh {
    justify-content: end;
  }
  .submit_sh button {
    font-size: 18px;
  }
  .submit_sh svg {
    fill: white;
    transition: all 0.3s ease-in-out;
    width: 20px;
  }
  .overlay_btn_form .static_menu,
  .overlay_btn_form .absolute_menu {
    font-size: 12px;
  }
  .section_gap {
    padding-top: 53px;
    padding-bottom: 48px;
  }
  h1.contact_heading.h1_heading {
    font-size: 24px;
  }
  .above_field.form_fields,
  .below_field.form_fields {
    flex-direction: column;
    gap: 20px;
  }
  .submit_sh {
    margin-top: 4px;
  }
  .label_fields {
    width: 100%;
  }
  .contact_form_sh {
    gap: 20px;
  }
  .contact_sh.page_width .gray_text32 {
    margin-top: 8px;
    font-size: 14px;
  }

  .slide h2 {
    margin: 10px 0px 26px 0px !important;
  }
  .slider .slide h2 {
    font-size: 21px;
  }
  .slide::after {
    top: 54px !important;
  }
  :root {
    --slide-offset: calc(min(200px, 34vw) + 2px);
  }
  .banner_overlay {
    width: 100%;
  }
  .sh_menu {
    display: none; /* Hide desktop menu on small screens */
  }

  .hamburger {
    display: block; /* Show hamburger icon */
  }
  .submit_sh {
    width: auto !important;
    padding: 10px 14px;
    border-radius: 24px;
  }
  .submit_sh svg{
    width: 18px !important;
  }
  .slider-wrapper {
    height: 270px !important;
    min-height: 270px !important;
  }
}

@media (max-width: 480px) {
   .mailbox img {
    width: 14px !important;
    height: 14px !important;
  }
  .label_fields.form_full{
    gap: 12px;
  }
  input.input_sh{
    padding: 10px 0px 8px 0px;
  }
  .page_width {
    padding: 0px 9px !important;
  }
  .h1_heading {
    font-size: 24px;
  }
  .gray_text32 {
    font-size: 14px;
  }
  :root {
    --slide-offset: calc(min(107px, 40vw) + 10px);
  }
  .banner_overlay img {
    width: 300px;
  }
  .submit_sh {
    width: 300px;
  }
  .section_gap_ar {
    padding: 40px 0px;
  }
  .slider-wrapper {
    height: 200px !important;
    min-height: 200px !important;
  }
  .slider {
    padding-bottom: 20px !important;
  }
  .idea h1 {
    font-size: 12px;
    max-width: 160px;
  }
  .idea {
    height: 120px;
  }
  .swiper-navigation {
    bottom: -30px !important;
    width: 150px !important;
  }
  .above_field,
  .below_field {
    flex-direction: column;
  }
  .label_fields {
    width: 100%;
  }
  .gray_text24 {
    text-align: left;
    font-size: 14px;
  }
  
  .lato_sh_grey {
    font-size: 12px !important;
  }
  .lato_sh {
    font-size: 14px !important;
  }
  .arr::after {
    padding: 0px 15px !important;
    height: 38px !important;
    font-size: 14px !important;
  }
}
.arr::after {
  font-size: 20px !important;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 90vh;
  /* min-height: 400px; */
  max-height: 652px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
}

.submit_sh:hover {
  background-color: white;
  color: black;
}
.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 0;
}

.slide img {
  width: min(430px, calc((100vw - 200px) / 3));
  min-width: 107px;
  height: min(505px, calc(((100vw - 200px) / 3) * 1.14));
  min-height: 125px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  display: block;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  transition: opacity 0.6s ease;
  height: min(505px, calc(((100vw - 200px) / 3) * 1.14));
  min-height: 125px;
  top: 110px;

  width: min(430px, calc((100vw - 200px) / 3));
  min-width: 107px;
}

.slide.center {
  transform: translate(-50%, -50%) scale(1.05);
  opacity: 1;
  z-index: 3;
}

.slide.center::after {
  opacity: 0;
}

.slide.left {
  transform: translate(calc(-50% - var(--slide-offset)), -50%) scale(0.85);
  opacity: 1;
  z-index: 2;
}

.slide.right {
  transform: translate(calc(-50% + var(--slide-offset)), -50%) scale(0.85);
  opacity: 1;
  z-index: 2;
}

.slide.out-left {
  animation: outLeft 0.6s forwards;
}

.slide.out-right {
  animation: outRight 0.6s forwards;
}

.slide.to-center {
  animation: moveToCenter 0.6s forwards;
  z-index: 3;
}
.slide.to-center h2,
.slide.to-center-prev h2 {
  opacity: 1;
}
.slide h2 {
  font-size: 32px;
  line-height: 100%;
  color: #dadada;
  text-align: center;
  margin: 10px 0px 68px 0px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}

.slide.to-center-prev {
  animation: moveToCenterPrev 0.6s forwards;
  z-index: 3;
}

.slide.to-left {
  animation: moveToLeft 0.6s forwards;
  z-index: 2;
}

.slide.to-right {
  animation: moveToRight 0.6s forwards;
  z-index: 2;
}

.slide.in-as-right {
  animation: inAsRight 0.6s forwards;
}

.slide.in-as-left {
  animation: inAsLeft 0.6s forwards;
}

@media (max-width: 600px) {
  .slide.to-left {
    animation: moveToLeftMobile 0.6s forwards;
    z-index: 2;
  }

  .slide.to-right {
    animation: moveToRightMobile 0.6s forwards;
    z-index: 2;
  }

  .slide.in-as-right {
    animation: inAsRightMobile 0.6s forwards;
  }

  .slide.in-as-left {
    animation: inAsLeftMobile 0.6s forwards;
  }
  .slide.to-center-prev {
    animation: moveToCenterPrevMobile 0.6s forwards;
    z-index: 3;
  }
}
@keyframes outLeft {
  0% {
    opacity: 1;
    transform: translate(calc(-50% - var(--slide-offset)), -50%) scale(0.85)
      rotate(0);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% - var(--slide-offset) * 1.5), -30%)
      scale(0.6) rotate(-10deg);
  }
}

@keyframes outRight {
  0% {
    opacity: 1;
    transform: translate(calc(-50% + var(--slide-offset)), -50%) scale(0.85)
      rotate(0);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--slide-offset) * 1.5), -30%)
      scale(0.6) rotate(10deg);
  }
}

@keyframes moveToCenter {
  0% {
    transform: translate(calc(-50% + var(--slide-offset)), -50%) scale(0.85);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes moveToCenterPrev {
  0% {
    transform: translate(calc(-50% - var(--slide-offset)), -50%) scale(0.85);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes moveToCenterPrevMobile {
  0% {
    transform: translate(calc(-50% - var(--slide-offset)), -50%) scale(0.75);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes moveToLeft {
  0% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(calc(-50% - var(--slide-offset)), -50%) scale(0.85);
  }
}

@keyframes moveToLeftMobile {
  0% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(calc(-50% - var(--slide-offset)), -50%) scale(0.75);
  }
}

@keyframes moveToRight {
  0% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(calc(-50% + var(--slide-offset)), -50%) scale(0.85);
  }
}

@keyframes moveToRightMobile {
  0% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(calc(-50% + var(--slide-offset)), -50%) scale(0.75);
  }
}

@keyframes inAsRight {
  0% {
    opacity: 0;
    transform: translate(calc(-50% + var(--slide-offset) * 1.5), 80%) scale(0.6)
      rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50% + var(--slide-offset)), -50%) scale(0.85)
      rotate(0);
  }
}

@keyframes inAsRightMobile {
  0% {
    opacity: 0;
    transform: translate(calc(-50% + var(--slide-offset) * 1.5), 80%) scale(0.6)
      rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50% + var(--slide-offset)), -50%) scale(0.75)
      rotate(0);
  }
}

@keyframes inAsLeft {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - var(--slide-offset) * 1.5), 80%) scale(0.6)
      rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50% - var(--slide-offset)), -50%) scale(0.85)
      rotate(0);
  }
}

@keyframes inAsLeftMobile {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - var(--slide-offset) * 1.5), 80%) scale(0.6)
      rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50% - var(--slide-offset)), -50%) scale(0.85)
      rotate(0);
  }
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(2rem, 4vw, 3rem);
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: clamp(8px, 2vw, 20px) clamp(12px, 3vw, 20px);
  user-select: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.nav:hover {
  background: rgba(0, 0, 0, 0.6);
}

.nav.prev {
  left: 10px;
}

.nav.next {
  right: 10px;
}

/* // transformaer settings */
@property --a {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page-wrapper {
  background: #0a0a12;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Playwrite IS", cursive;
}

svg[aria-hidden="true"] {
  position: absolute;
  width: 0;
  height: 0;
}

.glow-wrapper {
  --a: 0deg;
  --l: #0000 0% 80%, #00f7ff7f;
  border-radius: 20px;
  padding: 1px; /* border thickness */
  background: repeating-conic-gradient(from var(--a), var(--l));
  animation: rotateBorder 8s linear infinite;
  filter: url(#glow-0);
  width: 100%;
  box-shadow: 0px 0px -10px rgba(255, 255, 255, 0);
  height: 100%;
}

.glow-box {
  background-color: #0a0a12;
  color: white;
  font-size: 1.5rem;
  border-radius: 14px;
  margin: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
}

@keyframes rotateBorder {
  to {
    --a: -1turn;
  }
}

/* tablet optimization  */
@media (max-width: 890px) and (min-width: 481px) {
  .banner_overlay img {
    width: 500px;
  }
  .idea h1 {
    width: 100%;
    line-height: 126%;
    font-size: 42px;
  }
  .banner_overlay {
    width: 100%;
  }
}

.mobile_footer {
  display: none !important;
}

@media (max-width: 875px) {
  .desktop_footer {
    display: none !important;
  }
  .mobile_footer,
  .footerbox {
    display: block !important;
  }
  .footerbox {
    flex-direction: column;
    gap: 32px;
  }
  .footer_mobile_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .footer_image {
    width: 120px;
  }
  .ulitems {
    justify-content: center;
    margin-top: 32px;
  }
}

@media (max-width: 480px) {
  .absolute_menu{
    top: 9px !important;
  }
  .static_menu,
  .absolute_menu {
    font-size: 8px;
  }
  .slide::after {
    top: 49px !important;
  }
  .slider_gradient{
    transform: scale(0.7);
   top: 0px !important;
  }
  .contact_us_sh{
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .contact_us_sh {
    padding-top: 148px;
    padding-bottom: 129px;
  }
}
.gradiant_border {
  display: inline-block;
  padding: 15px 20px;
  background-color: rgba(111, 111, 111, 0.2); /* #6F6F6F33 */
  border: 1px solid rgba(111, 111, 111, 0.3);
  border-radius: 16px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.gradiant_border:hover {
  position: relative;
  border: 1px solid transparent;
  background-color: rgba(111, 111, 111, 0.2);
}
.gradiant_border:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(250deg, #00bcd4, #9b27b03f, #9c27b0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}
.contact_btn_sh:hover {
  background-color: #b10dc9;
}
.contact_btn_sh:hover div {
  font-weight: bold;
}
.contact_btn_sh.selected {
  background-color: #b10dc9;
}
.below_line {
  opacity: 0;
  transition: opacity 0.9s ease;
}
.each_nav.active .below_line {
  opacity: 1 !important;
}
.each_nav a {
  cursor: pointer;
}
.success_popup {
  width: 900px;
  height: 364px;
  background: #000000;
  margin: auto;
}

.inner_thanku {
  background-color: #201c37;
  border-radius: 100%;
  /* width: fit-content; */
  width: 100px;
  height: 99px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.thanku_gradient {
  display: inline-block;
  padding: 15px 20px;
  background-color: rgba(111, 111, 111, 0.2); /* #6F6F6F33 */
  border: 1px solid rgba(111, 111, 111, 0.3);
  border-radius: 100%;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.thanku_gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  padding: 1px;
  background: linear-gradient(90deg, #00bcd4, #2196f3, #9c27b0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}
/* .black_bg_sh {
    background-color: white;
} */

.thanku_heading {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: white;
}
.thankyu_sumb {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 38px;
  color: #dadada;
  text-align: center;
}
.thanku_sh {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.success_popup {
  width: 900px;
  height: 364px;
  background: #000000;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  border-top: 10px solid #9a03b0;
}
.popUp_transparent {
  top: 1px; /* Changed from top: 1px to proper positioning */
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  background: #000000a6;
  padding: 40px;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
.slider_gradient {
  display: inline-block;
  padding: 25px 25px;
  background-color: rgba(111, 111, 111, 0.2); /* #6F6F6F33 */
  border: 1px solid rgba(111, 111, 111, 0.3);
  border-radius: 100%;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.slider_gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  padding: 1px;
  background: linear-gradient(90deg, #00bcd4, #2196f3, #9c27b0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}
.banner_sh::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000b0;
  position: absolute;
  top: 0px;
  display: block;
}
@media (min-width: 768px) {
  .socialbox {
    width: 13%;
  }
}

@media (max-height: 750px) {
  .banner_sh1 {
    height: calc(100vh + 175px) !important;
  }
.slider-wrapper{
  height: 100vh;
}
}
