/* fonts */
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Medium.woff2") format("woff2"),
    url("../fonts/Urbanist-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmULtIt.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmULtIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmRg.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmRg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmTh.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmTh.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmRgIt.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmRgIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmThIt.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmThIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmMd.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmMd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmMdIt.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmMdIt.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmLt.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmLt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmBd.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmBd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmULt.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmULt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmBlIt.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmBlIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmBl.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmBl.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmLtIt.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmLtIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../fonts/GTAmericaTrial-CmBdIt.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CmBdIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* fonts */
:root {
  --c_primary: #29b4fe;
  --c_black: #000000;
  --c_white: #ffffff;
  --font_GtAmerica: "GT America Trial";
  --transition: all 0.3s ease-in-out 0s;
  --shadow: 0 0px 23px #00000021;
}

/***** Reset Css | Start *****/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font_GtAmerica);
  background: #001119;
}

:is(body, p, li) {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--c_text);
}

:is(p, li) small {
  font-size: 16px;
  display: block;
}

a,
a:hover {
  outline: 0;
  text-decoration: none;
  transition: var(--transition);
}

.hd_1 :where(h1, h2, h3, h4, h5, h6),
h1 {
  font-size: 56px;
}

.hd_2 :where(h1, h2, h3, h4, h5, h6),
h2 {
  font-size: 48px;
}

.hd_2_1 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 40px;
}

.hd_3,
.hd_3 :where(h1, h2, h3, h4, h5, h6),
h3 {
  font-size: 30px;
}

.hd_3_1 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 36px;
}

.hd_4 :where(h1, h2, h3, h4, h5, h6),
h4 {
  font-size: 26px;
}

.hd_5 :where(h1, h2, h3, h4, h5, h6),
h5 {
  font-size: 24px;
}

.hd_6 :where(h1, h2, h3, h4, h5, h6),
h6 {
  font-size: 22px;
}

.hd_7 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 20px;
}

:is(h1, h2, h3, h4, h5, h6) {
  color: var(--c_heading);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

:is(h1, h2, h3, h4, h5, h6) strong {
  font-weight: 900;
}

:is(p, ol, ul, li, figure) {
  margin: 0;
}

figure {
  line-height: 0;
}

figure figcaption {
  line-height: 1.5;
}

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

img {
  max-width: 100%;
}

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

.ut_spc {
  padding-top: 80px;
}

.ub_spc {
  padding-bottom: 80px;
}

.uh_spc {
  padding-top: 30px;
  padding-bottom: 30px;
}

.uht_spc {
  padding-top: 30px;
}

.uhb_spc {
  padding-bottom: 30px;
}

.mt_40 {
  margin-top: 40px;
}
.mt_20 {
  margin-top: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

.text_center {
  text-align: center;
}

.text_white,
.text_white *:not(.btn) {
  color: var(--c_white);
}

.conta_iner {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.conta_iner_fluid {
  padding: 0 15px;
}

.br {
  display: block;
}

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

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

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c_primary);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c_primary);
}

/* Buttons */
button {
  font-family: var(--font_GtAmerica);
  cursor: pointer;
  font-family: "Urbanist";
}

.btn {
  font-size: 20px;
  font-weight: 500;
  min-height: 48px;
  border-radius: 6px;
  font-family: "Urbanist";
  box-shadow: 0 2px 36px #0000000f;
  padding-inline: 20px;
  padding-block: 5px;
  width: fit-content;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  color: var(--c_white);
  background: var(--c_primary);
  border: 1px solid var(--c_primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background: none;
  border: 1px solid var(--c_white);
}

.btn_center {
  margin-inline: auto;
}

/***** Reset Css | End *****/

/* slider */

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.hero-slider .swiper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  height: 700px;
  transition: 0.3s;
}

.hero-slider .swiper-slide:nth-child(5n + 1) .card_outer {
  transform: rotate3d(1, 1, 1, 5deg);
}

.hero-slider .swiper-slide:nth-child(5n + 2) .card_outer {
  transform: rotate3d(1, 1, 1, 3deg);
}

.hero-slider .swiper-slide:nth-child(5n + 3) .card_outer {
  transform: rotate3d(1, 1, 1, -5deg);
}

.hero-slider .swiper-slide:nth-child(5n + 4) .card_outer {
  transform: rotate3d(1, 1, 1, 4deg);
}

.hero-slider .swiper-slide:nth-child(5n + 5) .card_outer {
  transform: rotate3d(1, 1, 1, -5deg);
}

.hero-slider .swiper-slide {
  /* position: absolute; */
}

.hero-slider .swiper-container-initialized .swiper-slide {
  padding: 50px 10px;
  max-width: 370px;
  /* position: relative; */
}

.hero-slider .swiper-slide.swiper-slide-active {
  z-index: 4;
}

.hero-slider .swiper-slide-next {
  z-index: 3;
}

.hero-slider .swiper-slide-prev {
  z-index: 5;
}

/* .swiper-container.swiper-container-initialized .swiper-slide:nth-child(5n + 1) {
  transform: rotate3d(1, 1, 1, 5deg);
}
.swiper-container.swiper-container-initialized .swiper-slide:nth-child(5n + 2) {
  transform: rotate3d(1, 1, 1, 3deg);
}
.swiper-container.swiper-container-initialized .swiper-slide:nth-child(5n + 3) {
  transform: rotate3d(1, 1, 1, -5deg);
}
.swiper-container.swiper-container-initialized .swiper-slide:nth-child(5n + 4) {
  transform: rotate3d(1, 1, 1, 4deg);
}
.swiper-container.swiper-container-initialized .swiper-slide:nth-child(5n + 5) {
  transform: rotate3d(1, 1, 1, -5deg);
} */
/* .swiper-container.swiper-container-initialized .swiper-slide {
  position: unset;
} */
.hero-slider .swiper-slide .card_outer {
  transition: 1s all !important;
}

.hero-slider .swiper-slide:hover .card_outer {
  transform: rotate(0deg) scale(1.05) !important;
}

.hero-slider .swiper-slide:hover h2 {
  color: var(--c_primary);
  transition: 0.5s all;
}

.hero-slider .swiper-slide:hover h2 span {
  color: var(--c_white);
  transition: 0.5s all;
}

.hero-slider .swiper-slide.swiper-slide-active img {
  border-radius: 00px;
}

.hero-slider {
  padding: 80px 0 0;
  position: relative;
  min-height: calc(100vh - 250px);
  overflow: hidden;
}

.hero-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/shade.png");
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 370px;
}

.hero-slider .swiper-container-initialized .swiper-slide:hover img {
  transform: scale(1.1);
  transition: 1s all;
}

.content-slider {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  width: 100%;
}

.content-slider h2 {
  color: var(--c_white);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #00000059;
  font-size: 62px;
  transition: 0.5s all;
}

.content-slider h2 span {
  color: var(--c_primary);
  transition: 0.5s all;
}

.dash-logo {
  width: 243px;
}

.dash-logo .logo-box {
  margin: 0 auto;
}

/* slider */
header {
  position: absolute;
  width: 100%;
  z-index: 1024;
  top: 0;
  padding: 15px 0;
}

.logo-box {
  width: 100px;
}

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

.nav_list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav_list li a {
  font-size: 16px;
  color: var(--c_white) !important;
  text-transform: uppercase;
  cursor: pointer;
}

.logo-box img {
  width: 100%;
}

footer {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(#001119, black);
}

footer::before {
  content: "";
  position: absolute;
  bottom: -290px;
  left: 0;
  width: 100%;
  height: 660px;
  background-image: url("../images/ftr_shape.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

footer::after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: 100px;
  width: 82px;
  height: 99px;
  background-image: url("../images/diamond_rt.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  animation: hithere 1s ease infinite;
}

@keyframes hithere {
  30% {
    transform: scale(1.2);
  }

  40%,
  60% {
    transform: rotate(-20deg) scale(1.2);
  }

  50% {
    transform: rotate(20deg) scale(1.2);
  }

  70% {
    transform: rotate(0deg) scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.ftr_heading h2 {
  font-size: 9vw;
  color: var(--c_white);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.ftr_heading h2 span {
  color: var(--c_primary);
}

.ftr_flx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 100px;
}

.ftr_one li {
  margin-top: 20px;
}

.ftr_one li a {
  display: block;
  width: 200px;
  background: #3737373d;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  font-weight: lighter;
  font-size: 22px;
}

.ftr_one li a:hover {
  background: var(--c_primary);
  color: var(--c_white);
}

.ftr_one {
  width: 25%;
}

.ftr_center {
  width: 50%;
  position: relative;
  text-align: center;
}

.hd_1 h2 {
  color: var(--c_white);
  font-weight: 500;
}

.hd_1 h2 span {
  color: var(--c_primary);
}

.map-box {
  z-index: 2;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 430px;
  min-width: 430px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map-view {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  display: flex;
  position: relative;
}

.map-view img {
  border-radius: 100vw;
  width: 0;
  max-width: none;
  height: 0;
  display: block;
  position: absolute;
  transition: 0.5s all;
}

.wot_hvr p {
  font-size: 20px;
  color: var(--c_white);
}

.wot_hvr {
  background-color: var(--c_primary);
  border-radius: 100px;
  flex: 0 auto;
  width: auto;
  padding: 17px 43px;
  position: absolute;
  bottom: auto;
  right: -5.7vw;
  transform: rotate(-7deg);
}

.map-box:hover .map-view img {
  width: 320px;
  height: 320px;
  transition: 0.5s all;
}

.arrow-map {
  position: absolute;
}

.arrow-map img {
  width: 24px;
}

.main-map:hover .arrow-map img {
  filter: brightness(0);
}

.main-map {
  margin-top: -10vw;
  text-decoration: none;
  max-width: 100%;
  display: inline-block;
}

.car-view {
  -webkit-animation: mover 0.5s infinite alternate;
  animation: mover 0.5s infinite alternate;
  pointer-events: none;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.glry_heading {
  text-align: center;
  position: sticky;
  z-index: 5;
  top: 40%;
}

.glry_heading h2 {
  font-size: 150px;
  color: var(--c_white);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.glry_heading h2 span {
  color: var(--c_primary);
}

.gallery_sec {
  position: relative;
  margin: 80px 0 0;
}

.gallery_sec:before {
  bottom: 100px;
  left: 0;
  width: 100%;
  content: "";
  height: 1000px;
  position: absolute;
  background-image: url("../images/cn_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.5;
}

.gallery_slider {
  min-height: 200vh;
  margin-top: 110px;
}

.gallery_slider figure {
  position: absolute;
  transition-timing-function: ease;
  transition-property: opacity, transform;
  z-index: 9;
}

.gallery_slider figure img {
  max-width: 420px;
  max-height: 400px;
}

.gallery_slider figure:nth-child(odd) img {
  transform: rotate(5deg);
}

.gallery_slider figure:nth-child(even) img {
  transform: rotate(-5deg);
}

.gallery_slider figure:nth-child(1) {
  left: 15px;
  top: 30%;
  transition-duration: 0.4s;
}

.gallery_slider figure:nth-child(2) {
  right: 20px;
  top: 30%;
  transition-duration: 0.2s;
}

.gallery_slider figure:nth-child(3) {
  left: 2%;
  bottom: -18%;
  transition-duration: 0.6s;
}

.gallery_slider figure:nth-child(4) {
  right: 43%;
  bottom: -220px;
  transition-duration: 0.5s;
}

.gallery_slider figure:nth-child(5) {
  right: 22%;
  bottom: -5%;
  transition-duration: 0.2s;
}

.gallery_slider figure:nth-child(6) {
  right: 50%;
  top: 30%;
  transition-duration: 0.5s;
}

.gallery_slider figure:nth-child(7) {
  right: 20px;
  top: 54%;
  transition-duration: 0.4s;
}

.gallery_slider figure:nth-child(8) {
  right: 62px;
  top: 75%;
  transition-duration: 0.2s;
}

.gallery_slider figure:nth-child(9) {
  left: 38%;
  bottom: 11%;
  transition-duration: 0.5s;
}

.gallery_slider figure:nth-child(10) {
  right: 50%;
  top: 54%;
  transition-duration: 0.4s;
}

.gallery_slider figure:nth-child(11) {
  right: 5%;
  bottom: -20%;
  transition-duration: 0.3s;
}

.gallery_slider figure:nth-child(12) {
  left: 6%;
  top: 50%;
  transition-duration: 0.6s;
}

.gallery_slider figure:nth-child(13) {
  left: 60px;
  top: 67%;
  transition-duration: 0.2s;
}

.gallery_slider figure:nth-child(14) {
  left: 11%;
  bottom: 0;
  transition-duration: 0.2s;
}

.gallery_slider figure:nth-child(15) {
  right: 31%;
  top: 48%;
  transition-duration: 0.7s;
}

.ftr_heading {
  position: relative;
}

.ftr_heading::before {
  content: "";
  position: absolute;
  left: -166px;
  top: 20px;
  background-image: url("../images/diamond_lt.png");
  background-size: contain;
  background-position: center;
  width: 172px;
  height: 166px;
  animation: hithere 1s ease infinite;
}

/* cursor */
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 1001;
  display: none;
}

#moving-image {
  position: absolute;
  pointer-events: none;
  /* This ensures that the image does not interfere with mouse events */
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  background-color: rgba(#dbc189, 0.5);
  z-index: 1000;
  transition: transform ease 0.4s;
  text-align: center;

  span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    transform: scale(0);
  }

  &.is-active {
    transform: scale(10);
  }
}

#map {
  position: relative;
  height: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
}

/* about page*/
.about_sec {
  padding: 100px 0 150px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.about_view figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_view {
  transform: rotate(5deg);
  transition: 0.8s all;
}

.contact_view {
  transform: none;
}

.about_view:hover {
  transform: rotate(0deg) scale(1.1);
}

.back_bt {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--c_white);
  z-index: 2;
  position: relative;
}

.back_bt:hover {
  color: var(--c_primary);
}

.back_bt:hover i {
  border-color: var(--c_primary);
}

.back_bt i {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.abt_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.abt_rt,
.abt_lt {
  width: 48%;
}

.abt_rt h2 {
  font-size: 85px;
  color: var(--c_white);
  font-style: italic;
}

.abt_rt h2 span {
  color: var(--c_primary);
}

.abt_rt p {
  color: #fff;
  max-width: 70%;
  margin-bottom: 30px;
}

/* about page*/
.cursorFollower {
  position: fixed;
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--c_primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  mix-blend-mode: difference;
  z-index: 999;
  pointer-events: none;
}

.cursorFollowerDot {
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--c_white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  mix-blend-mode: difference;
  z-index: 999;
  pointer-events: none;
}

.about_sec:before {
  content: "";
  background-image: linear-gradient(145deg, #29b4fe82, #29b4fe08);
  width: 1620px;
  height: 1450px;
  position: absolute;
  right: -560px;
  top: -1450px;
  border-radius: 50%;
  transition: 1s all;
}

.about_sec.afterLoad:before {
  transition: 1s all;
  top: -250px;
}

.about_sec .conta_iner:after {
  content: "";
  background-image: linear-gradient(90deg, transparent, #005b8b);
  width: 1000px;
  height: 1000px;
  position: absolute;
  left: 50%;
  bottom: -1020px;
  transform: translate(-50%, 0);
  border-radius: 50%;
  z-index: -1;
  filter: blur(4px);
  transition: 0.1s all;
}

.about_sec.afterLoad .conta_iner:after {
  bottom: -300px;
  transition: 1s all;
}

.about_sec:after {
  content: "";
  background: transparent
    linear-gradient(
      180deg,
      #00000000 0%,
      #00000000 14%,
      #00111900 30%,
      #001119 70%,
      #001119 100%
    )
    0% 0% no-repeat padding-box;
  width: 100%;
  height: 230px;
  position: absolute;
  left: 0;
  bottom: -30px;
  filter: blur(14px);
}

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

.cmpny_lt {
  width: 48%;
}

.cmpny_rt {
  width: 48%;
}

.ab_sh :where(h2, h3) {
  font-size: 40px;
  color: var(--c_white);
  margin-bottom: 10px;
}

.ab_sh p {
  color: var(--c_white);
  font-weight: 300;
  line-height: 1.5;
}

.product_pin {
  min-height: 950px;
  position: relative;
}

.product_area_st {
  min-height: 950px;
  overflow: hidden;
}

.product_lt p {
  color: var(--c_white);
  max-width: 75%;
}

.bottle2 {
  top: 0;
  right: 0;
}

.watch1 {
  top: 30%;
  right: 30%;
}

.diamond_rt2 {
  bottom: 10%;
  left: 40%;
}

.cmpny_lt figure {
  max-width: 400px;
}

.product_lt {
  width: 40%;
  height: 100%;
  display: flex;
}

.product_rt {
  height: 100vh;
  width: 60%;
  display: flex;
  /* position: relative; */
}

.product_rt img,
.product_lt img {
  position: absolute;
}

.diamond_rt1 {
  left: 26%;
  top: -20px;
}

.ab_head {
  text-align: center;
  padding: 90px 0;
  overflow: hidden;
}

.ab_head h2 {
  color: var(--c_white);
  font-size: 60px;
  text-transform: uppercase;
  font-style: italic;
  max-width: fit-content;
  position: relative;
  margin: 0 auto;
}

.ab_head h2 span {
  color: var(--c_primary);
}

.ab_head h2:before {
  content: "OUR";
  font-size: 300px;
  position: absolute;
  left: -370px;
  top: -150px;
  -webkit-text-stroke: 2px #2196f3;
  color: transparent;
  opacity: 0.2;
  font-style: normal;
}

.media_center .ab_head h2:before {
  content: "MEDIA";
}

.portfolio_sec .ab_head h2:before {
  content: "GALLERY";
}

.instruction-sec .ab_head h2:before {
  content: "INSTRUCTIONS";
  left: unset;
  right: 0%;
}

.marquee {
  background: var(--c_primary);
  padding: 5px 0;
  transform: rotate(-5deg);
  position: relative;
  top: 20px;
}

.copy_marquee {
  background: var(--c_white);
  padding: 5px 0;
  transform: rotate(5deg);
  margin-top: -70px;
}

.maque-box ul {
  display: flex;
  align-items: center;
  gap: 100px;
}

.maque-box ul li {
  text-align: center;
}

.track li h2 {
  font-size: 40px;
  color: var(--c_black);
}

.track-2 li h2 {
  font-size: 40px;
  color: var(--c_primary);
}

.instruction-sec {
  margin-bottom: 50px;
}

.ins-box figure {
  width: 69px;
  height: 72px;
  margin-bottom: 20px;
}

.ins-box {
  width: 32%;
  background: #595959;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid white;
}

.ins-box p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 90px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.track-2 {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee2 20s linear infinite;
}

@keyframes marquee2 {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.about_box {
  padding: 150px 0;
}

.ab_head p {
  font-size: 24px;
  color: #fff;
  margin: 90px auto 0;
  font-weight: 300;
  max-width: 70%;
}

.gallery_tab .nav {
  display: block;
  text-align: right;
}

.gallery_tab .nav li {
  max-width: fit-content;
  margin: 30px 0 30px auto;
}

.gallery_tab .nav {
  margin: 100px 0;
}

.gallery_tab .nav li button {
  position: relative;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.3;
  background: none !important;
}

.gallery_tab .nav li button:before {
  content: "";
  background: linear-gradient(45deg, transparent, #646464);
  position: absolute;
  width: 186px;
  height: 2px;
  left: -190px;
  top: 22px;
}

.gallery_tab .nav li button.active {
  opacity: 1;
}

/* loader css */
@keyframes load {
  1% {
    content: "1";
  }

  5% {
    content: "5";
  }

  10% {
    content: "10";
  }

  15% {
    content: "15";
  }

  20% {
    content: "20";
  }

  25% {
    content: "25";
  }

  30% {
    content: "30";
  }

  35% {
    content: "35";
  }

  40% {
    content: "40";
  }

  50% {
    content: "50";
  }

  60% {
    content: "60";
  }

  65% {
    content: "65";
  }

  70% {
    content: "70";
  }

  80% {
    content: "80";
  }

  85% {
    content: "85";
  }

  91% {
    content: "91";
  }

  100% {
    content: "100";
  }
}

#loading-page {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1025 !important;
  background-color: var(--c_black);
}

#loading-page .counter {
  text-align: center;
}

#loading-page .counter h2 {
  color: var(--c_white);
  font-size: 100px;
  font-weight: 500;
  color: var(--c_white);
  text-transform: uppercase;
  font-style: italic;
}

/* loader css end */
.image-marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
}

.image-track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: img-marquee 32s linear infinite;
}

.image-track ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

@keyframes img-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* slider gallery */
.gallery_tab .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 30px 0;
}

.gallery_tab .swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}

.gallery_tab .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.gallery_tab .swiper-slide {
  width: 350px;
  position: relative;
  overflow: hidden;
  padding: 0 18px;
  height: 170px;
}

.gallery_tab .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

@-webkit-keyframes line-slide {
  0% {
    background-position: -5% 0;
  }

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

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }

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

/* galler slider end */
.single_lt {
  padding-top: 50px;
  width: 40%;
  position: absolute;
  left: 0;
  height: calc(100% - 200px);
  top: 50%;
  display: flex;
  transform: translate(0, -50%);
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.single_rt {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  /* top: 50%;
  transform: translate(0, -50%); */
  pointer-events: none;
  /* opacity: 0; */
}

.product_rt .single_rt:has(~ .active) {
  /* opacity: 0 !important; */
}

.product_rt .single_rt.active {
  /* opacity: 1 !important; */
}

.single_lt:first-child,
.single_rt:first-child {
  opacity: 1;
}

.media_box {
  margin-top: 50px;
}

.box-1 {
  width: 32%;
}

.box-1 figure {
  width: 100%;
  aspect-ratio: 9 / 16;
}

.product_rt .prdc1.lax {
  width: 500px;
  height: 500px;
  object-fit: contain;
  text-align: center;
}
.login-modal .nav-tabs {
  max-width: fit-content;
  border-bottom: none;
  margin: 0 auto 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
}
.login-modal .nav-tabs .nav-link.active {
  background-color: #29b4fe;
  border-color: #29b4fe #dee2e6 #fff;
}
.login-modal .nav-tabs .nav-link {
  color: #ffffff;
  border: 1px soli #fff !important;
}
.login-modal .nav-tabs .nav-link {
  border: none;
  width: 170px;
  border-radius: 5px;
  font-size: 16px;
}
.login-modal .iti{
  width: 100%;
  margin-bottom: 20px;
}
.login-modal .iti__selected-dial-code{
  color: #fff;
  font-size: 16px;
}
.login-modal .iti__arrow {
  border-top: 4px solid #fff;
}
.login-modal .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
.product_rt .prdc1.lax1 {
  width: 400px;
  height: 400px;
  object-fit: contain;
  text-align: center;
}

.product_rt .prdc1.lax1.prdc2 {
  width: 500px;
  height: 500px;
}

.box-1 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.bubble1 {
  left: 15%;
  top: 25%;
}

.lax {
  position: absolute;
}

.prdc2 {
  top: 10%;
  right: -70px;
}

.lax,
.lax1 {
  -webkit-transition: 2.5s;
  transition: 2.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}

.object-1 {
  left: 30%;
  bottom: 10%;
}

.prdc1 {
  top: -100%;
  right: 0;
  transition: 2s all;
}

.our_products {
  overflow: hidden;
}

.diamond_rt2 {
  bottom: 40%;
  left: 40%;
}

.object3 {
  left: 0;
  top: 50%;
}

.prdc4 {
  top: 0;
  right: 0;
}

.bubble2 {
  bottom: 38%;
}

.bottle4 {
  top: 6%;
  right: 2%;
}

.bottle5 {
  top: 24%;
  right: 14%;
}

.diamond_rt22 {
  top: 20%;
  right: 10%;
}

.object22 {
  right: 30%;
  top: 0%;
}

.prdc6 {
  top: 20%;
  right: 0;
}

.prdc7 {
  top: 5%;
  right: 16%;
  z-index: -1;
}

.bg_prdc {
  position: relative;
}

.bottle10 {
  right: 0%;
  top: 20%;
}

.bottle8 {
  right: 0;
  top: 15%;
}

.bottle9 {
  top: 10%;
  right: 20%;
}

.bottle11 {
  top: 15%;
  right: 10%;
}

.tube1 {
  top: 15%;
  right: 10%;
}

.tube2 {
  top: 10%;
  right: 0%;
}

.bg_prdc::before {
  content: "";
  position: absolute;
  left: 0;
  top: -160px;
  height: 100%;
  width: 100%;
  background-image: url(../images/bg-light.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.bg_prdc .center-coating {
  color: #c3c3c3;
}

.center-coating {
  font-size: 100px;
  text-transform: uppercase;
  color: var(--c_primary);
  transform: translate(-50%) scale(-1);
  writing-mode: vertical-rl;
  left: 125%;
  position: absolute;
  top: 25px;
}

.single_lt:before {
  content: attr(data_attr);
  font-size: 170px;
  position: absolute;
  right: 0;
  top: 100px;
  -webkit-text-stroke: 2px #2196f3;
  color: transparent;
  opacity: 0.2;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}

.product-flx {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 950px;
  position: relative;
  max-width: 1050px;
  padding: 100px 0;
}

.rotateslider-text .car-des {
  max-width: 320px;
  margin: -80px 0 0 230px;
}

.our_products .ab_head {
  margin-bottom: 100px;
}

.product_pin {
  position: relative;
}

.product_pin::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100px;
  background-image: url("../images/car.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 726px;
  height: 416px;
}

/* our work page */
.floating-images:where(.astro-WGOBV7GS) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 100%;
  height: 85%;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
}

.floating-container:where(.astro-ARMMNGO5) {
  width: 280px;
  height: 380px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.media-placeholder {
  animation: media-placeholder 2s ease-in-out infinite;
}

.floating-image:where(.astro-ARMMNGO5) {
  position: absolute;
  transform: translate(0);
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  transform: perspective(1000px);
  transform-style: preserve-3d;
  object-fit: contain;
}

.our-work {
  position: relative;
  min-height: 700vh;
  margin: 100px 0;
}

.work_head {
  height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.work_head h2 {
  font-size: 200px;
  text-align: center;
  font-weight: 900;
  background: linear-gradient(black, white);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.work_head h2 span {
  background: linear-gradient(#29b4fe, #001119);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scroll-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -140px;
}

.scroll-container.diamond-element {
  top: 0;
}

.scroll-image {
  transition: 1.5s;
  transform: translateY(-185px);
}

.scroll-image2 {
  transition: 1.5s;
  transform: translateY(-200px);
}

.booking-heading h2 {
  font-size: 30px;
  color: #fff;
  position: relative;
  max-width: fit-content;
  margin: 0 auto;
}

.booking-heading h2:before {
  content: "01";
  position: absolute;
  font-size: 90px;
  color: #ffffff2e;
  left: -110px;
  top: -30px;
}

.service-plan .booking-heading h2:before {
  content: "02";
}

/* car slider */
.car-slider {
  position: relative;
}

.car-slider .swiper-images {
  position: relative;
  width: 90vw;
  height: 500px;
  margin: 100px auto 0;
}

.car-slider:after {
  content: "";
  background-image: url(../images/object.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 36%;
  top: 24%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.car-slider:before {
  content: "";
  background-image: url(../images/diamond_lt.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  right: 27%;
  top: 31%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.car-slider .swiper-images > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.car-slider .swiper-slide {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.5);
}

.car-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.5);
}

.car-slider .swiper-slide__content {
  height: 300px;
}

.car-slider .swiper-text .swiper-slide .car-des {
  max-width: 330px;
  position: absolute;
  top: 0;
  left: 220px;
}

.car-des h3 {
  font-size: 40px;
  color: #fff;
}

.car-des p {
  color: #fff;
  margin-bottom: 10px;
}

.car-slider .swiper-text .swiper-slide {
  height: auto;
}

.swiper-text.swiper-container {
  min-height: 200px;
  top: -160px;
}

.swiper-text .swiper-slide .car-des {
  opacity: 0;
  transition: 0.2s all;
}

.swiper-text .swiper-slide.swiper-slide-active .car-des {
  opacity: 1;
  transition: 0.2s all;
}

/* car slider end */

/* about products */

/* crousel css start */
.hero_Sec {
  display: flex;
  align-items: center;
  gap: 60px;
  overflow: auto;
  width: 100%;
  min-height: 100vh;
  padding: 100px 0;
}

.swiper-container.swiper-container-initialized .card {
  min-width: 100%;
  max-width: 100%;
}

.card {
  position: relative;
  max-width: 350px;
  width: 100%;
  height: 500px;
  border: 12px solid var(--c_primary);
  transform-style: preserve-3d;
  max-width: 358px;
  margin: 0 auto;
  overflow: hidden;
  /* position: absolute; */
  background: #001119;
  max-width: 370px;
}

.card figure {
  width: 100%;
  height: 100%;
}

.card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .swiper-slide {
  position: absolute;
}
.swiper-container.swiper-container-initialized .swiper-slide {
  position: unset;
} */
#portfolio {
  padding: 60px 0;
  overflow: hidden;
}

.footer_sec {
  position: relative;
  overflow: hidden;
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.horiz-gallery-strip,
.horiz-gallery-wrapper {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
  align-items: center;
}

.project-wrap {
  width: 22vw;
  padding: 2rem;
  box-sizing: content-box;
  aspect-ratio: 9 / 16;
}

.project-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border: 10px solid var(--c_primary);
}

/* contact css */
.contact-box {
  border-radius: 30px;
  background: #ffffff24;
  text-align: center;
  padding: 30px;
  position: relative;
  max-width: 480px;
}

.contact-box h2 {
  font-size: 85px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

.contact-box p {
  font-size: 25px;
  max-width: 100%;
}

.wts-app-box {
  /* background: #000; */
  /* padding: 20px; */
  /* border-radius: 20px; */
  /* max-width: 255px; */
  overflow: hidden;
  margin: 0 auto;
}

.wts-app-box p {
  font-size: 20px;
  margin-bottom: 0;
}

.booklet-table td,
.booklet-table th {
  color: #fff;
  padding: 15px;
  width: 25%;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}

.booklet-table th,
.bg_blue {
  background: #29b4fe4d;
}

/* 3d slider */
.rotateslider-text.active {
  display: block;
}

.rotateslider-text {
  display: none;
}

.booking-heading p {
  font-size: 20px;
  color: #fff;
  margin: 20px 0;
}

.rotateslider-container {
  position: relative;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  transform: unset !important;
}

.rotateslider-container .rotateslider-item {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.6);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0.6);
  transform: translateY(-50%) translateX(-50%) scale(0.6);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.rotateslider-container .rotateslider-item.next {
  left: 80%;
  opacity: 0.5;
}

.rotateslider-container .rotateslider-item.prev {
  left: 20%;
  opacity: 0.5;
}

.rotateslider-container .rotateslider-item.now {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.rotateslider-container .arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  color: #fff;
  text-align: center;
}

.rotateslider-container .arrow.left {
  left: 0;
}

.rotateslider-container .arrow.right {
  right: 0;
}

.service-plan {
  position: relative;
}

.service-plan:before {
  content: "";
  background-image: url(../images/object.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 33%;
  top: 61%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.service-plan:after {
  content: "";
  background-image: url(../images/diamond_lt.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 26%;
  top: 24%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

/* 3d slider end */

/* booking online r */
.pckg_sec .booking-heading h2 {
  margin: 0;
  font-style: italic;
}

.pckg_sec .booking-heading h2::before {
  content: unset;
}

.pckg_li {
  background: var(--c_black);
  border-radius: 18px;
  max-width: 327px;
  padding: 62px 50px 32px 26px;
  min-height: 552px;
  position: relative;
  width: 100%;
}

.pckg_lst {
  margin-top: 63px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
}

.pckg_lst .txt_clr {
  color: var(--c_primary);
  font-size: 36px;
  font-weight: 700;
  margin-top: 22px;
}

.pckg_lst .txt_clr span {
  color: var(--c_primary);
  font-size: 16px;
}

.pckg_inr li {
  display: flex;
  align-items: center;
  margin-top: 22px;
  gap: 7px;
}

.pckg_inr li p {
  font-size: 16px;
}

.pckg_inr li p span {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 1px solid var(--c_white);
}

.pckg_inr {
  margin: 36px 0 30px;
}

.pckg_lst .btn-primary {
  border: 1px solid var(--c_white);
  border-radius: 6px;
  background: unset;
  font-size: 16px;
  max-width: 243px;
  min-height: 50px;
  width: 100%;
  margin-bottom: 50px;
}

.clk_flx {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(32, 32, 32, 1);
  padding-top: 20px;
}

.pckg_mn {
  margin-top: 20px;
}

.pckg_mn li {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.pckg_li.active {
  border-radius: 18px;
  background: #202020;
  border: 2px solid var(--c_primary);
  min-height: 624px;
  box-shadow: 0px 0px 80px 0px rgba(41, 180, 254, 0.4);
  max-width: 361px;
}

.pckg_li.active h3 {
  text-align: center;
  background: var(--c_primary);
  padding: 11px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  border-radius: 18px 18px 0 0;
}

.pckg_li.active .btn-primary {
  background: var(--c_primary);
  border: unset;
}

.pckg_li.active .clk_flx {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 20px;
}

.mn_hdg .booking-heading h2:before {
  left: 20%;
}

.srve_sec .booking-heading h2:before {
  content: "03";
}

.mn_hdg .booking-heading h2 {
  max-width: unset;
  font-style: italic;
}

.mn_hdg .booking-heading p {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
}

.srve_lst {
  display: flex;
  align-items: stretch;
  gap: 19px;
  flex-wrap: wrap;
  margin-top: 70px;
}

.srve_lst > li {
  width: 32%;
  border-radius: 6px 6px 95px 6px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 20px;
  background: rgba(0, 0, 0, 1);
  position: relative;
}

.srve_lst > li::after {
  position: absolute;
  content: "";
  background: url("../images/tick.png") no-repeat;
  width: 24px;
  height: 24px;
  bottom: 0;
  right: 0;
  background-size: contain;
  opacity: 15%;
}

.srve_lst > .active::after {
  opacity: unset;
}

.srve_lst .active {
  border: 2px solid var(--c_primary);
  box-shadow: 0px 0px 80px 0px rgba(41, 180, 254, 0.4);
  background: #181818;
}

.srve_cnt .txt_clr {
  color: var(--c_primary);
  font-size: 30px;
}

.srve_cnt .txt_clr span {
  font-size: 14px;
  color: var(--c_primary);
  margin-left: 15px;
}

.srve_cnt {
  display: flex;
  gap: 30px;
}

.srve_inr p:nth-child(1) {
  margin-bottom: 34px;
}

.srve_lst .pckg_mn li {
  font-weight: 400;
}

.srve_lst .pckg_mn img {
  filter: brightness(0) invert(1);
}

.srve_lst .srve_cnt figure,
.smry_lst li figure {
  position: relative;
  z-index: 1;
}

.srve_lst .srve_cnt figure::after,
.smry_lst li figure::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  inset: 0;
  background: rgba(41, 180, 254, 0.18);
  z-index: -1;
}

.srve_lst .clk_flx {
  border-top: unset;
  padding: 0;
}

.srve_lst .pckg_mn {
  margin-bottom: 22px;
  min-height: 73px;
}

.srve_cnt p {
  font-size: 16px;
}

.trnsprt_sec .booking-heading h2:before {
  content: "04";
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 58px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(173, 173, 173, 1);
  border-radius: 100%;
  padding: 7px;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--c_primary);
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  background: var(--c_white);
  transform: scale(1);
}

.trns_rdo p:not(:last-child) {
  margin-bottom: 20px;
}

.trns_flx {
  margin-top: 70px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trns_lt {
  width: 30%;
}

.trns_lt figure {
  position: relative;
}

.trns_rdo {
  margin-bottom: 200px;
}

.trns_lt figure::after {
  position: absolute;
  content: "";
  background: rgba(41, 180, 254, 0.5);
  width: 322px;
  height: 322px;
  border-top-right-radius: 80px;
  left: -164px;
  top: -85px;
  z-index: -1;
}

.trns_rt {
  width: 100%;
}

.bok_sumry .booking-heading h2:before {
  content: "05";
}

.smry_mn {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 125px;
}

.smry_lst {
  width: 40.5%;
}

.smry_lst li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  display: flex;
  align-items: stretch;
  gap: 58px;
  border-radius: 5px;
  margin-bottom: 23px;
}

.smry_lst p {
  color: #ffffffcc !important;
  font-weight: 500;
}

.smry_lst .br {
  color: var(--c_white);
  font-weight: 600;
}

.smry_rt {
  width: 42%;
}

.frmn input {
  width: 100%;
  border-radius: 6px;
  min-height: 48px;
  background: transparent;
  border: 1px solid #dcdbdd;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.frmn input[type="submit"] {
  background: var(--c_primary);
  border: unset;
  font-size: 14px;
}

.frmn label {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: -9px;
  left: 16px;
  z-index: 1;
  background: #001119;
  padding: 0 8px;
}

.frmn {
  position: relative;
}

.pymt_dtl {
  padding: 65px 0 160px;
  background: var(--c_black);
}

.pymt_dtl_mn {
  width: 70%;
  margin: auto;
}

.pymt_dtl_mn .frmn {
  max-width: 474px;
  margin: 43px auto 0;
  display: flex;
  align-items: stretch;
  gap: 35px;
}

.pymt_dtl_mn .frmn input {
  margin-bottom: 0;
}

.pymt_lst li {
  border: 1px solid #efefef;
  padding: 12px 12px 12px 24px;
  text-align: left;
}

.pymt_lst {
  max-width: 725px;
  margin: 35px auto 0;
}

.pymt_lst [type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  border: 1px solid var(--c_white);
}

.pymt_lst [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  background: var(--c_white);
}

.pymt_lst [type="radio"]:not(:checked) + label:after {
  background: rgba(255, 255, 255, 0.37);
}

.datetime-table {
  background: #000;
  border-radius: 20px;
}

.date-head {
  background: #202020;
  padding: 15px;
}
.datetime-table table {
  width: 100%;
}
.datetime-table table th {
  background: #090909;
  padding: 15px;
  font-size: 18;
  font-weight: 500;
}

.datetime-table table td {
  padding: 15px;
}

.datetime-table table td button {
  background: #0f0f0f;
  color: var(--c_primary) !important;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  width: 106px;
  height: 42px;
}

.datetime-table table td button.active {
  background: var(--c_primary);
  color: var(--c_white) !important;
}

.datetime-table table td button.disable {
  background: Grey !important;
  color: var(--c_black) !important;
}

.datetime-table {
  overflow: auto;
  margin-top: 20px;
}
.login-modal h5 {
  color: #fff;
}
.login-modal .frmn label {
  background: #202020;
  color: #fff;
}
.login-modal .frmn input {
  color: #fff;
}
.login-modal .frmn input::placeholder {
  color: #fff;
}

/* otp css */
.otp-input {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.otp-input input {
  width: 50px;
  height: 50px;
  margin: 0 8px;
  text-align: center;
  font-size: 1.5rem;
  border: 2px solid #29b4fe;
  border-radius: 12px;
  background-color: rgba(42, 42, 42, 0.8);
  color: #ffffff;
  transition: all 0.3s ease;
}
.otp-input input:focus {
  border-color: #29b4fe;
  box-shadow: 0 0 0 2px #66c3f5;
  outline: none;
}
.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input input[type="number"] {
  -moz-appearance: textfield;
}
/* otp css */

.about_sec.animation-hide:before,
.about_sec.animation-hide.afterLoad .conta_iner:after {
  display: none;
}
/* Responsive Design */
@media screen and (max-width: 1600px) {
  .wot_hvr {
    right: -7.7vw;
  }

  .gallery_slider img {
    max-width: 78%;
    text-align: center;
  }

  .card {
    height: 460px;
  }

  .hero-slider .swiper-full-mobile {
    padding: 20px 0;
    height: 600px;
  }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
  .hero-slider .swiper-full-mobile .swiper-slide img {
    height: 401px;
  }

  .content-slider h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 690px) {
}

/* sign in css */
.lang-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.lang-box li a {
  color: #000 !important;
  font-weight: 500;
}

.afl_header {
  background: #000;
}

.sigin-sec {
  background-image: url("../images/sign-up.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 80px 0;
  display: flex;
  align-items: center;
}

.sign_lhs {
  width: 45%;
  color: #fff;
}

.dropdown-toggle::after {
  border-top: 0.3em solid #fff !important;
}

.user-prf {
  display: flex;
  align-items: center;
}

.people-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.user-prf li figure {
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.user-prf li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-prf li {
  margin-left: -7px;
}

.user-prf li:nth-child(1) {
  margin-left: 0;
}

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

.sign_rhs {
  width: 48%;
}

.signin-form {
  background: #001119;
  padding: 30px;
  border-radius: 20px;
}

.signin-form .frmn label {
  color: #fff;
}

.signin-form h2 {
  color: #fff;
}

.signin-form p {
  color: #fff;
  font-size: 16px;
}

.signin-form p a {
  color: #29b4fe;
}

.signin-form .mb_50 {
  margin-bottom: 50px;
}

.signin-form .frmn input[type="submit"] {
  font-size: 20px;
}

.signin-form .frmn input {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.frmn.otp-box {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 280px;
  margin: 0 auto;
}

.frmn.otp-box input {
  padding: 0;
  text-align: center;
  font-size: 30px;
}

.resend_code {
  text-align: center;
  margin: 40px 0;
}

.resend_code a {
  color: #29b4fe !important;
  cursor: pointer;
}

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

.frm_flx .w_50 {
  width: 49%;
}

.frm_flx .w_100 {
  width: 100%;
}

.profile_upload {
  width: 104px;
  height: 104px;
  border-radius: 10px;
  margin: 50px auto;
  position: relative;
}

.upld-box input {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.profile_upload img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.upld-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 15px);
  background: #29b4fe;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

/* sign in css */

/* sidebar css */
.main_sec {
  margin-top: 73px;
}

.side-list {
  background: black;
  padding: 20px;
  height: calc(100vh - 73px);
  width: 280px;
  position: fixed;
  top: 73px;
  left: 0;
}

.side-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 10px;
  color: #fff;
  font-size: 18px;
}

.side-list a img {
  filter: brightness(0) invert(1);
}

.side-list li.active {
  background: #2ab7f9;
  border-radius: 10px;
  position: relative;
}

.side-list li.active:before {
  content: "";
  background: #2ab7f9;
  width: 10px;
  height: 100%;
  position: absolute;
  left: -24px;
  border-radius: 10px;
}

.dash-box {
  width: 100%;
  min-height: calc(100vh - 73px);
  padding: 35px 20px 20px 300px;
}

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

.page_title h2 {
  font-size: 24px;
  color: #fff;
}

.card-boxes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
  gap: 1%;
}

.card-boxes li {
  width: 24%;
  background: #000000;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #212121;
  color: #fff;
}

.card-flx {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.card-boxes li p {
  font-size: 16px;
}

.green_text {
  color: #00b69b;
}

.red_text {
  color: #f93c65;
}

.discount-box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 50px 0;
}

.discount-box h4 {
  font-size: 22px;
  color: #fff;
}

.coupon-input {
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}

.coupon-input input {
  border: none !important;
  background: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  min-width: 300px;
}

.coupon-input input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.coupon-input button {
  cursor: pointer;
  background: none;
  border: none;
  margin: 0 7px;
}

.sub_title h2 {
  font-size: 22px;
  color: #fff;
}

.table_box {
  border-radius: 10px;
  background: black;
  border: 1px solid #212121;
  color: #fff;
}

.table_box table {
  width: 100%;
}

.table_box tr th {
  font-size: 16px;
  padding: 15px;
  background: #29b4fe;
}

.table_box tr th:first-child {
  border-radius: 10px 0 0 0;
}

.table_box tr th:last-child {
  border-radius: 0 10px 0 0;
}

.table_box tr td {
  font-size: 16px;
  padding: 15px;
}

.user-dtl {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-dtl h4 {
  font-size: 16px;
}

.user-dtl p {
  font-size: 14px;
}

.btn-dlvr {
  border-radius: 35px;
  padding: 7px 15px;
  color: #fff;
  border: none;
  font-size: 14px;
  width: 82px;
}

.btn-dlvr.green {
  background: #00b69b;
}

.btn-dlvr.yellow {
  background: #fcbe2d;
}

.btn-dlvr.red {
  background: #fd5454;
}

.sub_title {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub_title select {
  background-color: #ffffff;
  color: #000;
  max-width: 100px;
  font-weight: 600;
  cursor: pointer;
}

.sub_title select option {
  font-weight: 500;
}

.fltr-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dash-box .nav-tabs {
  max-width: fit-content;
}

.dash-box .nav-tabs .nav-link.active {
  background-color: #29b4fe;
}

.dash-box .nav-tabs .nav-link {
  color: #fff;
  border: 1px solid #fff;
  min-width: 200px;
  border-radius: 0;
}

.modal-content {
  background-color: #202020;
  border-radius: 25px !important;
  border: 1px solid #29b4fe42 !important;
}

.modal-header h2 {
  color: #fff !important;
  font-size: 24px;
}

.btn-close {
  opacity: 1;
  background-color: #29b4fe;
  border-radius: 50%;
  background-size: 10px;
  width: 10px;
  height: 10px;
}

.modal-header {
  border-bottom: 1px solid #29b4fe2e;
}

.modal-body .signin-form .frmn:last-child input {
  margin-bottom: 0;
}

.modal-body .signin-form {
  padding: 30px 20px;
}

.discount-box .card-boxes {
  width: 100%;
}

.discount-box .card-boxes li {
  width: 100%;
  max-width: 350px;
}

.trnsc_code {
  background: #000000;
  padding: 34px 20px;
  border-radius: 15px;
  border: 1px solid #212121;
  color: #fff;
  width: 100%;
  max-width: 385px;
}

.trnsc_code .coupon-input {
  display: flex;
  align-items: center;
  max-width: fit-content;
}

.profile-modal .profile_upload {
  margin: 0 auto 50px;
}

.profile-modal .mt_20 {
  margin-top: 20px;
  display: block;
}

.nitification_modal li {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgb(138, 138, 138);
}

.nitification_modal li:last-child {
  border-bottom: none;
}

.nitification_modal li figure {
  width: 45px;
  min-width: 45px;
  height: 45px;
}

.nitification_modal li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.nitification_modal li p {
  font-size: 16px;
  color: #fff;
}

.nitification_modal li span {
  color: #9e9e9e;
  font-size: 12px;
}

.nitification_modal li i {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.contact_modal li {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 15px 0;
}

.contact_modal li figure {
  width: 30px;
  text-align: center;
}

.contact_modal li figure img {
  filter: brightness(0) invert(1);
}

.lang-box li a {
  color: #000 !important;
  font-weight: 500;
  display: flex;
  gap: 12px;
  padding: 7px 10px;
  border-bottom: 1px solid #f3f3f3;
}

.lang-box li a i {
  width: 25px;
}

.lang-box li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}

.sale-graph {
  background: #000000;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #212121;
  color: #fff;
  margin: 50px 0;
}

.afl_header {
  position: fixed;
  width: 100%;
}

.lang-box select {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 500;
}

.lang-box {
  cursor: pointer;
}

.lang-box select.form-select {
  background-image: url("../images/down.svg");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding-right: 20px;
}

.lang-box select option {
  color: #000;
  font-weight: 500;
}

.lang-box span {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.container_mouse {
  --color: rgba(122, 122, 124, 0.918);
  text-align: center;
  color: var(--color);
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 30px;
}

.container_mouse .mouse-btn {
  margin: 0 auto;
  width: 40px;
  height: 70px;
  border: 2px solid var(--color);
  border-radius: 30px;
  display: flex;
  cursor: pointer;
}

.container_mouse .mouse-btn .mouse-scroll {
  display: block;
  width: 18px;
  height: 18px;
  background: var(--c_primary);
  border-radius: 50%;
  margin: auto;
  animation: scrolling 1s linear infinite;
}

@keyframes scrolling {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }

  100% {
    opacity: 1;
    transform: translateY(15px);
  }
}

.pay-now {
  margin: 30px 0 0;
}

.pay-now .btn {
  font-size: 14px;
  min-width: 200px;
  margin: 0 auto;
}

.payment-modal {
  text-align: center;
  color: #fff;
}

.payment-modal p {
  font-size: 14px;
}

.btn-grp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 50px;
  gap: 20px;
}

.payment-modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.btn-grp .btn-secondary {
  font-size: 14px;
  background: none;
  border: 1px solid #fff;
  min-width: 170px;
  min-height: 44px;
}

.btn-grp .btn {
  font-size: 14px;
  min-width: 170px;
  min-height: 44px;
}

.invoice-sec h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
}

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

.service_head h2 {
  font-size: 20px;
  color: #fff;
}

.invoice-sec {
  position: relative;
  top: -40px;
}

.service-box {
  border: 1px solid white;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
}

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

.service-name h3 {
  font-size: 18px;
  color: #fff;
}

.service-name h3 span {
  font-weight: 100;
  margin-right: 20px;
}

.service_list {
  margin-top: 20px;
}

.service_list li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.service_list li:before {
  content: "";
  position: absolute;
  background-image: url("../images/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: 0;
  top: 2px;
}

.service_list li:last-child {
  margin-bottom: 0;
}

.net-price {
  max-width: 350px;
  margin-left: auto;
  color: #fff;
}

.net-price li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.net-price li p {
  font-size: 16px;
}

.net-price li h4 {
  font-size: 16px;
}

.net-price li h5,
.net-price li h6 {
  font-size: 18px;
}

.payment-mode p {
  font-size: 18px;
  color: #fff;
}

.payment-mode p span {
  font-weight: 300;
}

.my-booking-tab {
  margin-top: 100px;
}

.my-booking-tab > ul {
  background: #ffffff1f;
  max-width: fit-content;
  border-radius: 5px;
}

.my-booking-tab > ul .nav-link {
  font-size: 18px;
  padding: 12px 30px;
}

.my-booking-tab > ul .nav-link {
  color: #fff;
}

.my-booking-tab > ul .nav-link.active {
  background: #fff;
  color: #000;
}

.booking-listing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 70px;
}

.booking-listing li {
  width: 32%;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}

.trns-box {
  padding: 15px;
  color: #fff;
  width: 50%;
}

.fill-box {
  padding: 15px;
  background-color: #fff;
  width: 50%;
  border-radius: 0 5px 5px 0;
}

.booking-listing li p {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0;
}

.booking-listing li p:first-child {
  margin: 0 0 30px;
}

.upload-booking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 70%;
  margin: 0 auto 30px;
  color: #fff;
}

.upld-img {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 316px;
  height: 149px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.upld-img input {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.photo-view {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  max-width: fit-content;
  border: 1px solid #fff;
  border-radius: 12px;
}

.photo-view figure {
  width: 297px;
  height: 275px;
  overflow: hidden;
}

.photo-view figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-view figure:first-child {
  border-radius: 10px 0 0 10px;
}

.photo-view figure:last-child {
  border-radius: 0 10px 10px 0;
}

.invoice-sec .form-check label {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.invoice-sec .form-check {
  margin: 20px 0;
  line-height: 30px;
}

.invoice-sec .form-check input {
  cursor: pointer;
  background: none;
  border-radius: 0;
  border: 1px solid #fff;
  box-shadow: none;
}

.invoice-sec .form-check-input:checked[type="checkbox"] {
  background-color: #29b4fe;
}
.pictures_list {
  display: flex;
  align-items: center;
  gap: 2%;
  flex-wrap: wrap;
  margin-top: 10px;
}
.pictures_list li {
  width: 24%;
}
.pictures_list li figure {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
.pictures_list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picture_box .service_head {
  margin-top: 50px;
}
.flx_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flx_input .frmn {
  width: 49%;
}
.trns_rdo.flx_rdo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.trns_rdo.flx_rdo label {
  padding-left: 35px;
  padding-top: 3px;
}
.invoice-page .invoice-sec {
  top: 0;
  margin-top: 70px;
}

.progress-bar.invoice-progress {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: none;
}
.progress-bar.invoice-progress .progress {
  width: 100%;
  list-style: none;
  counter-reset: step;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  height: 64px;
  padding: 0 20px;
}
.progress-bar.invoice-progress .progress li {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffffb8;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-bar.invoice-progress .progress li.active {
  background-color: #fff;
  box-shadow: 0 0 12px #fff;
}
.progress-bar.invoice-progress .progress li:before {
  content: counter(step);
  counter-increment: step;
  font-size: 0.875rem;
  color: #633;
}
.progress-bar.invoice-progress .progress li span {
  position: absolute;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  top: 24px;
}
.progress-bar.invoice-progress .bar {
  position: absolute;
  width: 99%;
  height: 3px;
  overflow-x: hidden;
  background-color: #ffffff29;
}
.progress-bar.invoice-progress .bar .fill {
  position: absolute;
  height: 3px;
  background-color: rgb(255, 255, 255);
}
.pymt_dtl_mn label span {
  display: block;
  font-size: 14px;
}
