@font-face {
  font-family: 'Poppins';
  src: url('../fonts/index.html') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;500;700&display=swap");


:root {
  --color-primary: #c39f43;
  --color-primary-50: #f9f7ed;
  --color-primary-100: #f0ecd1;
  --color-primary-200: #e3d7a5;
  --color-primary-300: #d3bb71;
  --color-primary-400: #c39f43;
  --color-primary-500: #b68e3c;
  --color-primary-600: #9c7132;
  --color-primary-700: #7d552b;
  --color-primary-800: #6a4629;
  --color-primary-900: #5b3c28;
  --color-primary-950: #341f14;

  --color-secondary: #575555;
  --color-secondary-50: #f6f5f5;
  --color-secondary-100: #e7e6e6;
  --color-secondary-200: #d1d0d0;
  --color-secondary-300: #b1afaf;
  --color-secondary-400: #898787;
  --color-secondary-500: #6e6c6c;
  --color-secondary-600: #575555;
  --color-secondary-700: #504f4e;
  --color-secondary-800: #464544;
  --color-secondary-900: #3d3c3c;
  --color-secondary-950: #262626;

  --primary-font: 'Poppins', sans-serif;
  --secondary-font: 'Poppins', sans-serif;

}

/* Hover Start ================================*/
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none !important;
  text-decoration: none !important;
  transition: auto;
  color: var(--color-primary);
}

.primary-color {
  color: var(--color-primary);
  display: contents;
}

.input-control:hover,
.input-control:focus {
  background: rgba(110, 90, 38, 0.5) !important;
  transition: 0.7s all;
  box-shadow: 0 0 0 .2rem var(--color-primary-600) !important;
  color: #fff;
}

.input-control:hover::-moz-placeholder,
.input-control:focus::-moz-placeholder {
  color: #fff;
}

.input-control:hover::placeholder,
.input-control:focus::placeholder {
  color: #fff;
}

.input-control::-moz-placeholder {
  color: #848484;
}

.input-control::placeholder {
  color: #848484;
}

.bottom-form .input-control::placeholder {
  color: #fff;
}

/* Hover End ================================*/
section {
  padding: 60px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
btn {
  font-family: 'Poppins';
  font-weight: 600;
  margin: 0;
}

p,
ul li,
ul li a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  color: #595959;
  transition: 0.5s all ease-in;
}

ul li a:hover {
  color: var(--color-primary);
}

.main-banner h1 span {
  color: var(--color-primary);
}

/*Mobile Screen viewport ================================*/
.mobile-screen {
  display: none;
}

#cross {
  display: none;
}

/*End Mobile Screene ================================*/
/* Poooosition fixed============================================================ */
.sticky-nav-bar {
  position: fixed;
  top: 0;
  padding: 10px 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
}

.nav-hidden {
  transform: translateY(-110%);
  transition: transform .3s ease;
}

@keyframes header-animation {
  0% {
    transform: translateY(-106px);
  }

  100% {
    transform: translateY(0);
  }
}

.top-bar {
  padding: 10px 0;
  background-color: var(--color-primary);
}

.top-bar ul.menu.social-icons {
  display: flex;
  justify-content: end;
  align-items: center;
}

.top-bar li.side-bar-one {
  position: relative;
}

.top-bar ul.menu.social-icons li a {
  color: #fff;
}

.top-bar ul.menu.social-icons li a i {
  color: var(--color-secondary);
}

.top-bar .social-icons li {
  padding-top: 0;
}

.nav-bar {
  padding: 10px 0;
}

.logo img {
  max-width: 220px;
  border-radius: 0;
}

footer .logo img {
  max-width: 300px;
  border-radius: 0;
}

.nav-bar ul.menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-bar ul.menu li {
  display: inline-block;
  padding: 0 16px;
}

.nav-bar ul.menu .btn-nav li {
  padding: 0;
}

.nav-bar ul.menu .btn-nav li a {
  margin-right: 0;
}

.nav-bar ul.menu li a:not(.btn) {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: 0.5s all;
}

.nav-bar ul.menu li a:not(.btn):hover,
.nav-bar ul.menu li a:not(.btn).active,
.nav-bar ul.menu li a:not(.btn):focus {
  color: var(--color-primary);
  background: none;
}

/* Dropdown List Start */
.nav-bar ul.menu.dropdown {
  display: none;
}

.top-bar .side-bar-one::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5px;
  height: 20px;
  background: var(--color-primary-300)
}

header nav ul li .dropdown-menu {
  display: block;
  top: 30px;
  left: -50px;
  padding: 0px;
  border-radius: 0px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  border: none;
  transform: translateY(30px);
  transition: 0.5s all;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 300px;
}

header nav ul li.dropdown.show_dropdown .dropdown-menu,
.dropdown-menu-submenu {
  position: absolute;
  pointer-events: auto;
  z-index: 100 !important;
  transform: translateY(0);
  opacity: 1;
}

header nav ul li .dropdown-menu h6 {
  color: #E26336;
  font-size: 17px;
  margin: 3px 0;
  padding-bottom: 7px;
  border-bottom: 2px solid #E26336;
}

header nav ul li.dropdown {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
}

header nav ul li .dropdown-menu a {
  color: #fff !important;
  padding: 8px 10px;
  font-size: 14px !important;
  margin: 0;
  display: flex;
  background: var(--color-primary);
  align-items: center;
  justify-content: space-between;
  z-index: 100 !important;
}

header nav ul li .dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav ul li .dropdown-menu a:hover,
header nav ul li .dropdown-menu a.active {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
  background: var(--color-primary-800) !important;
  color: #fff !important;
}

.dropdown-toggle::after {
  transition: transform .3s ease;
}

header nav ul li .dropdown-menu a:hover::after,
header nav ul li .dropdown-menu a.active::after {
  transform: rotate(-90deg);
}

.dropdown-menu-submenu a.dropdown-item {
  width: 100%;
  display: inline-block;
  padding-block: 8.75px;
  background: var(--color-primary-800) !important;
  font-size: 13px !important;
}

header nav ul li .dropdown-menu-submenu a:hover,
header nav ul li .dropdown-menu-submenu a.active {
  background: var(--color-primary) !important;
}

header nav ul li .dropdown-menu a:hover::before,
.dropdown-menu-submenu a:hover::before {
  display: none;
}

.nav-bar ul.menu a.dropdown-item.active::before {
  display: none;
}

.dropdown-menu-submenu {
  display: block;
  opacity: 0;
  transform: translateX(20px);
  pointer-events: none;
  z-index: -1;
  position: absolute;
  min-width: 220px;
  top: 0px;
  left: 100%;
  background: var(--color-primary-800);
  transition: 0.3s all ease-in-out;
}

.submenu-list:hover .dropdown-menu-submenu {
  opacity: 1;
  transform: translateX(0px);
  pointer-events: auto;
  z-index: 100 !important;
}

header {
  background: transparent;
  position: relative;
  z-index: 2;
}

.nav-bar ul li a img {
  max-width: 60%;
}

.nav-bar ul li a.active::before {
  content: "";
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  transition: width 0.5s !important;
  width: 100%;
  animation: fill 1s forwards;
  color: #606060 !important;
}

.nav-bar ul li a:not(.btn)::before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0px;
  transition: width 0.5s !important;
}

.nav-bar ul li a:not(.btn):hover::before {
  width: 100%;
  animation: fill 1s forwards;
  color: var(--color-primary) !important;
}

/* /////////////// */
.nav-bar ul.menu li a i.fa-phone-alt {
  font-size: 20px;
  padding-right: 10px;
  color: var(--color-primary);
}

.btn-blue,
.btn-red,
.btn-white-border {
  padding: 10px 57px 10px 20px !important;
  background: linear-gradient(180deg, var(--color-primary) 50%, var(--color-primary) 100%);
  border-radius: 40px;
  border: 2px solid transparent;
  font-family: Poppins, sans-serif;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 1s ease !important;
}

.btn-blue i,
.btn-red i,
.btn-white-border i {
  font-size: 17px;
  background: #fff;
  color: var(--color-primary);
  border-radius: 20px;
  font-weight: 600;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 4px;
  height: 34px;
  width: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: 1.5s infinite swing;
  animation: 1.5s infinite swing;
}

.btn-white-border {
  border: 1px solid #fff;
  font-size: 14px;
  background: 0 0;
  box-shadow: none;
}

.btn-blue {
  background: none;
  border-color: #fff;
}

.btn-blue:hover {
  border: 2px solid var(--color-primary);
  color: var(--color-primary) !important;
}

.btn-red::before,
.btn-blue::before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 40px;
  transition: 0.5s all cubic-bezier(0.4, 0, 1, 1);
}

.nav-bar .btn.btn-red::before {
  background: var(--color-secondary);
}

.btn-red:hover::before,
.btn-blue:hover::before {
  width: 100%;
  right: 0;
}

header {
  background: 0 0;
  z-index: 999;
  background-color: #ffffff;
  height: 120px;
}

.nav-bar ul.menu li a:not(.btn).active::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #606060 !important
}

.nav-bar ul.menu li a:not(.btn)::before {
  width: 0
}

.nav-bar ul.menu li a:not(.btn):hover::before {
  width: 100%;
  animation: 1s forwards fill;
  color: var(--color-primary) !important;
}

.btn-red:hover {
  border: 2px solid var(--color-primary);
  color: var(--color-primary) !important;
  background: none;
}

.get-started-form .main-form .btn-red:hover {
  border: 2px solid #fff;
  background: none;
}

.zi-2 {
  z-index: 1;
}

.input-control {
  margin: 7px 0;
  font: -webkit-control;
  padding: 8px 15px;
  width: 100%;
  font-family: Poppins, sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #ffffff00;
  border: 1px solid #fff !important;
  outline: 0;
  border-radius: 4px;
}

.input-control::placeholder {
  color: #fff;
}

.chota_fnt,
.list-item li {
  font-family: Poppins, sans-serif
}

.copyright,
footer {
  background: #071A22
}

textarea.input-control.form-control {
  margin: 7px 0 !important;
  width: 100%;
  height: 40px;
  padding: 7px 15px;
  font-family: Poppins, sans-serif;
  overflow: hidden;
  border-radius: 5px;
  resize: none
}

.get-started-form form {
  padding: 30px 30px 20px;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom right, rgba(84, 65, 16, 0.5) 30%, rgba(87, 85, 85, 0.8));
  box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}

.chota_fnt {
  font-size: 10px;
  margin: 10px 0;
  color: #fff;
  display: block;
  line-height: 15px
}

.bottom-form input#register {
  margin-top: 30px;
  background: #ffffff;
  color: #000 !important;
  padding: 15px 40px !important;
}

.chota_fnt a {
  color: #fff;
  text-decoration: underline
}

.chota_fnt input {
  margin: 0 5px 0 0;
  height: auto !important;
  width: auto !important;
  transform: translateY(3px);
}

label.error {
  display: none !important
}

.banner input.input-control,
select#ser-select {
  width: 16% !important;
  border-radius: 20px
}

select:focus {
  background: #104b8d87;
  color: #fff
}

.banner .get-started-form option:focus,
.banner .get-started-form option:hover,
.banner .get-started-form option:selected {
  background-color: #e6e6e6 !important;
  color: #000 !important
}

.banner .get-started-form {
  width: 100%
}

.get-started-form.main-form {
  padding-left: 20px;
}

.get-started-form.main-form :is(input.input-control, textarea, select#ser-select) {
  width: 100% !important;
  border-radius: 10px !important;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.get-started-form.main-form :is(input.input-control, textarea, select#ser-select)::placeholder {
  color: #ccc;
}

.get-started-form.main-form :is(input.input-control, textarea, select#ser-select):focus {
  border-color: #fff !important;
  outline: 1px solid #fff;
}

.get-started-form.main-form select#ser-select {
  padding: 0 15px;
  height: 40px
}

a#goto-top {
  position: fixed;
  bottom: 90px;
  right: 30px;
  background: var(--color-primary);
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 22px;
  border-radius: 50px;
  z-index: 99;
  transition: .5s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

a#goto-top.show {
  opacity: 1;
  visibility: visible
}

a#goto-top:hover {
  transform: scale(1.2)
}

h1 {
  color: #fff;
  font-size: 45px;
  padding: 0;
  line-height: 1.3;
  letter-spacing: -2px;
  margin: 0;
}

h1 span {
  display: block
}

footer {
  padding: 50px 0 0;
  color: #fff
}

footer p {
  font-size: 14px;
  color: #777;
  padding: 0 0 20px;
  font-weight: 300
}

footer ul.menu li :where(a, span) {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 10px;
  display: inline-block;
  color: #777;
  cursor: pointer;
  letter-spacing: 0;
  transition: .5s
}

footer ul.menu li a:active,
footer ul.menu li a:hover span,
footer ul.menu li a:hover {
  color: #fff;
}

footer ul.menu li :where(a, span) i {
  color: #777;
  margin-right: 10px
}

footer ul.menu li a .d-block {
  line-height: 10px;
  padding-left: 25px
}

footer ul.s_menu li :where(a, span) {
  display: flex;
  align-items: start;
}

.social-icons li {
  display: inline-block;
  padding: 10px 20px 0 0;
}

.social-icons li a {
  font-size: 16px;
}

.s_menu .s_icn {
  transform: translateY(5px);
}

.s_menu li {
  display: inline-block;
}

.s_icn.phone i {
  color: var(--color-primary-300);
}

.s_icn.msg i {
  color: #a78300;
}

.s_icn.loc i {
  color: #920000;
}

.social-icons li a i:hover {
  color: #fff !important;
}

@media (width > 992px) {
  .col-lg-sm {
    max-width: 13%;
    flex: 0 0 13%;
  }

  .col-lg-sm2 {
    max-width: 18.66667%;
    flex: 0 0 18.66667%;
  }

  .col-lg-md {
    max-width: 29%;
    flex: 0 0 29%;
  }

  .col-lg-md2 {
    max-width: 30%;
    flex: 0 0 30%;
  }
}

.copyright {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright ul.menu li :where(a, span) {
  color: #555;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 0;
}

.copyright a,
.copyright p {
  color: #555;
  font-size: 13px;
  padding: 0;
  font-weight: 300;
  display: inline-block;
}

.copyright li {
  line-height: 1;
}

h2 {
  font-size: 38px;
  line-height: 1.3;
  padding: 10px 0;
}

.book-sell h2 {
  font-size: 34px;
}

h2 span {
  vertical-align: baseline
}

.banner {
  margin-top: -170px;
  padding: 240px 0 80px;
}

.main-banner {
  position: relative;
}

.hero_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.banner video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.zi-1 {
  z-index: 1;
}

p a {
  color: var(--color-primary);
}

.faq-sec .card-header {
  background-color: transparent;
  border: none;
  outline: 0 !important;
  position: relative;
  width: 100%;
  padding: 0 30px 0 60px;
  height: 54px;
  display: flex;
  align-items: center;
}

.faq-sec .card-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color-primary);
  z-index: 0;
  transition: width .3s linear;
}

.faq-sec .card-header:not(:has(.card-link.collapsed))::before {
  width: 100%;
}

.faq-sec .card-header a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 500;
}

.faq-sec .card-header a:not(.collapsed) {
  color: #fff;
}

.faq-sec .card-header a>div {
  position: relative;
  z-index: 1;
  width: 100%;
}

.faq-sec .card-header a span {
  color: #fff;
  background: var(--color-primary);
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.faq-sec .card {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  line-height: 24px;
  padding: 0;
}

.faq-sec .card-body {
  padding: 20px 25px 20px;
  background: rgba(0, 0, 0, 0.05);
}

#accordion-location .card-header a.card-link.collapsed:after,
.faq-sec .card-header a.card-link.collapsed:after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  height: 30px;
  width: auto;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-primary);
}

#accordion-location .card-header a.card-link:after,
.faq-sec .card-header a.card-link:after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  height: 30px;
  width: auto;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.faq-sec .card-body p {
  color: #1e1e1e;
  font-size: 14px
}

.cta {
  background: url('../images/process-bg.html') 0 0/cover no-repeat;
  padding: 80px 0
}

.cta h2 {
  line-height: 45px;
  font-size: 45px
}

.cta .cta-left {
  position: absolute;
  bottom: -260px;
  left: 0
}

.cta .cta-right {
  position: absolute;
  right: 0;
  top: -190px;
  max-width: 100%
}

.cta-signup {
  background-image: linear-gradient(to bottom right, rgba(3, 52, 72, 0.8), rgba(5, 72, 99, 0.9)), url('../images/cta-signup.webp');
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0;
  background-size: 100% 100%;
  border-radius: 20px;
  width: 100%;
  max-width: 1110px;
  margin: 60px auto 20px;
}

.signup-cta {
  background: url('../images/signup-cta.webp') no-repeat;
  background-size: 100% 100%;
}

.cta-signup h2 {
  font-size: 45px;
}

.pricing .price {
  background: url('../images/pr-arrow.html') left center/30% no-repeat;
  padding-left: 50px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -4px
}

.porfilio-slider {
  text-align: center;
  padding: 60px 0
}

.reason-des {
  margin: 20px 0;
  padding: 20px;
  background: #003896;
  border-radius: 10px;
  box-shadow: 1px 2px 9px #f5f5
}

.author-info h6,
.blog-detail p,
.reason-des p {
  font-size: 15px
}

.reason-des h4 {
  font-size: 18px;
  margin-bottom: 5px
}

.reason-des:hover {
  background: linear-gradient(180deg, #d93424 50%, #9d0a07 100%);
  box-shadow: 1px 1px 20px 4px #9d0a07
}

.why-choose .get-started-form.main-form select#ser-select,
.why-choose input.input-control,
.why-choose textarea.required.input-control.form-control {
  background: #658ac0 !important;
  width: 100% !important;
  color: #fff !important
}

.why-choose .input-control::placeholder,
.why-choose select#ser-select {
  color: #fff !important
}

.why-choose .btn-red {
  display: block;
  width: 100%
}

.cta-get-started {
  background: url(../images/cta2.html) 100%/100% no-repeat;
  color: #fff;
  text-align: center;
  border-radius: 20px
}

div#popupform {
  padding: 0;
  background: 0 0;
  overflow: unset;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.popupform .popup-bann {
  position: relative;
  z-index: 3;
  top: 20px;
  transform: rotate(-4deg);
  left: 20px;
}

.popupform .popup-bann img {
  width: 360px;
}

.popupform .popup-content {
  max-width: 650px;
  height: 500px;
  position: relative;
  z-index: 1;
  padding: 40px 50px 21px 200px;
  margin: 20px 9px 0 -150px;
  border-radius: 20px;
}

.popupform .popup-content h2 {
  position: relative;
  font-size: 28px;
  font-family: Poppins, sans-serif;
  padding-bottom: 0;
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: 27px;
}

.popupform .popup-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 0;
  color: #000
}

.popupform .form-control {
  margin-bottom: 10px;
  font-size: 14px;
  height: 40px;
  font-family: Poppins, sans-serif;
  border: 1px solid var(--color-primary);
  color: #000;
  border-radius: 10px;
}

.popupform textarea.required.form-control {
  height: 80px !important;
}

.popupform button.fancybox-button.fancybox-close-small {
  background: #9f0b07;
  padding: 0;
  opacity: 1;
  top: 10px;
  border-radius: 5px;
  width: 35px;
  height: 35px
}

.popupform .fancybox-button svg {
  color: #fff;
  top: 0px;
  left: 1px;
  font-weight: 900;
  padding: 3px
}

input.btn.btn_brown {
  margin-bottom: 15px !important
}

.popupform ::placeholder {
  color: #000
}

.required.error,
select.required.error,
textarea.required.error {
  border: 0 !important;
  border-bottom: 2px solid red !important;
  color: red !important
}

img {
  transition: .5s;
  border-radius: 30px;
}

img:hover {
  animation: 3s linear infinite pulse;
  -moz-animation: 3s linear infinite pulse;
  -webkit-animation: 3s linear infinite pulse;
  cursor: pointer;
}

.services {
  background-color: #efefef;
  padding-block: 60px 80px;
}

.reason .ser-box,
.services .ser-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 30px #d6d6d6,
    -10px -10px 30px #ffffff;
  padding: 20px;
  border-radius: 16px;
  min-height: 340.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .5s;
  position: relative;
  overflow: hidden;
}

.ser-box:before {
  content: "";
  position: absolute;
  background-color: var(--color-primary-800);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  clip-path: circle(0 at 0 0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

.ser-box:hover:before {
  clip-path: circle(101% at 100% 60%);
}

.services .ser-box:hover {
  box-shadow: none;
  cursor: pointer;
  cursor: pointer;
  color: #fff;
}

.ser-box:hover h4,
.ser-box:hover p {
  color: #fff;
}

.services .ser-box h4 {
  font-size: 20px;
  padding: 20px 0;
  line-height: 30px;
}

.services .ser-box p {
  font-size: 14px;
  padding-bottom: 20px;
}

.btn-red-border {
  font-size: 15px;
  border: 1px solid #dd1423;
  color: #dd1423
}

.book-mark-ser::before {
  background: url('../images/book-mark-ser-before.html') 0 0/29% no-repeat;
  left: 0;
  top: -70px;
  width: 90%;
  height: 100%
}

.bottom-form form {
  background: #fff;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 30px 30px;
  border-radius: 30px !important;
  margin: auto
}

.bottom-form img:hover {
  animation: none;
}

.bottom-form .get-started-form.main-form :is(input.input-control, textarea, select#ser-select) {
  padding-block: 10px;
  height: auto;
  margin: 0 0 0 0 !important;
  background: 0 0;
  border: 1px solid #959595 !important;
  color: #000 !important;
}

.bottom-form .get-started-form.main-form :is(input.input-control, textarea, select#ser-select)::placeholder {
  color: #6b6b6b;
}

.bottom-form .get-started-form.main-form :is(input.input-control, textarea, select#ser-select):hover {
  box-shadow: none !important;
}

.bottom-form .get-started-form.main-form :is(input.input-control, textarea, select#ser-select):hover,
.bottom-form .get-started-form.main-form :is(input.input-control, textarea, select#ser-select):focus {
  background: #fff !important;
}

.bottom-form .get-started-form.main-form :is(input.input-control, textarea, select#ser-select):focus {
  box-shadow: 0 0 0 .2rem var(--color-primary-100) !important;
  border-color: var(--color-primary) !important;
  outline: 1px solid var(--color-primary) !important;
}

.select2.select2-container--default {
  width: 100% !important;
}

.select2.select2-container .select2-selection--single {
  height: auto;
  background-color: transparent;
  border: 1px solid #959595;
  border-radius: 10px;
}

.select2.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--color-primary);
  outline: 1px solid var(--color-primary);
}

.select2-container .select2-dropdown {
  border-color: var(--color-primary);
  outline: 1px solid var(--color-primary);
}

.select2.select2-container .select2-selection--single:hover {
  border-color: var(--color-primary);
  outline: 1px solid var(--color-primary);
}

.select2.select2-container .select2-selection--single .select2-selection__rendered {
  color: #6b6b6b;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-block: 10px;
  padding-left: 15px;
  font-size: 14px;
  height: auto;
  margin: 0;
  width: 100%;
  line-height: 1.5;
}

.select2.select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 5px;
}

.bottom-form .get-started-form.main-form {
  width: 100%;
  padding-left: 0px;
  margin: auto
}

.bottom-form .chota_fnt {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 9px;
}

.bottom-form .chota_fnt a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease-in-out;
}

.bottom-form .chota_fnt a:hover {
  text-decoration: underline !important;
  text-decoration-color: #000 !important;
}

.gap-y-6 {
  row-gap: 18px;
}

.-mt-3 {
  margin-top: -12px;
}

.bottom-form .get-started-form.main-form select#ser-select,
.bottom-form .get-started-form.main-form textarea {
  margin: 7px 5px 0px 0px !important;
  background: var(--color-primary);
  border: 1px solid #fff;
  color: #fff !important;
}

.bottom-form .get-started-form.main-form textarea {
  width: 98.5% !important;
  color: #fff;
}

.book-sell .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-sell-slider {
  margin-top: 20px;
}

.book-sell-slider img {
  max-width: 50% !important;
  vertical-align: -webkit-baseline-middle
}

.reason .ser-box {
  border: none;
  border-radius: 5px;
}

.reason .ser-box img {
  max-width: 20%;
  padding: 21px 0;
  filter: brightness(1);
  -webkit-animation: 3s infinite wobble ease-in;
  animation: 3s infinite wobble ease-in;
}

.reason .ser-box h4 {
  color: #DD1423;
  font-size: 23px;
  padding-bottom: 15px;
}

.reason .ser-box p {
  height: 130px;
}

.reason .ser-box:hover img {
  filter: brightness(25);
  transition: 0.1s;
}

.trustpilot {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/reviews_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.trustpilot .owl-item .item {
  padding: 40px 60px 50px;
}

.review-box {
  border-radius: 10px;
  padding: 0px 30px;
  height: 250px;
  transition: .2s;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.rw_img {
  position: absolute;
  width: 220px;
  top: -35px;
  left: 20px;
}

.author-info {
  padding: 20px 0;
}

.review-box .review-para {
  padding: 20px 0;
  display: flex;
  align-items: center;
  text-align: left;
}

.book1.terms h2 {
  font-size: 28px;
}

.terms h3 {
  font-size: 23px;
  text-transform: capitalize;
  padding: 10px 0;
}

.list-item li.pl-5 {
  list-style: none;
}

.title {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}

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

.am-pub h2 {
  font-size: 36px;
}

.am-pub h6 {
  font-weight: 500;
}

.am-pub p.py-3 {
  text-align: left;
  width: calc(100% - 120px);
  margin: 0 0 0 auto;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
}

.am-pub p.py-3:before,
.empower .emt:before {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  top: 30px;
  left: -100px;
  background: #fff;
}

.green-box {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  margin: auto;
}

.green-box p {
  position: relative;
  z-index: 1;
}

.green-box::before,
.green-box::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  filter: blur(20px);
  z-index: 0;
  opacity: .5;
}

.green-box::before {
  width: 100px;
  height: 100px;
  top: -10px;
  left: -10px;
  background-color: var(--color-primary);
}

.green-box span {
  display: block;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  font-family: 'Poppins';
  letter-spacing: -3px;
}

.green-box p {
  line-height: 20px;
}

.reason {
  text-align: center;
  padding-bottom: 260px;
}

.circle-box:nth-child(6n + 1) {
  --accent-color: #b8df4e
}

.circle-box:nth-child(6n + 2) {
  --accent-color: #4cbccb
}

.circle-box:nth-child(6n + 3) {
  --accent-color: #7197d3
}

.circle-box:nth-child(6n + 4) {
  --accent-color: #ae78cb
}

.circle-box:nth-child(6n + 5) {
  --accent-color: #7dc7a4
}

.circle-box:nth-child(6n + 6) {
  --accent-color: #f078c2
}

.circle-box {
  width: 100%;
  counter-increment: stepnr;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2.5rem;
  position: relative;
}

.circle-box::before {
  inset: 0;
  position: absolute;
  border-radius: 50%;
  border: 1rem solid #fff;
  line-height: 1.5;
  content: counter(stepnr);
  padding-left: 10.5rem;
  color: var(--accent-color);
  font-family: "Exo 2", sans-serif;
  font-size: 9rem;
  font-weight: 700;
  overflow: hidden;
  z-index: 0;
}

.circle-box::after {
  inset: 0;
  position: absolute;
  border-radius: 50%;
  border: 1rem solid #fff;
  line-height: 1.1;
  content: "";
  filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(0, 0, 0, 0.75)) blur(5px);
}

.cb_inner {
  margin-top: 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-right: 2.5rem;
}

.circle-box h6 {
  color: #000;
  font-size: 14px;
}

.circle-box p {
  font-size: 10px !important;
  padding: 0;
  color: #000;
  position: relative;
}

.cb_inner .rel {
  position: relative;
  z-index: 1;
}

.cb_inner p span:not(.rel) {
  position: absolute;
  inset: 0;
  -webkit-text-stroke: 2px #fff;
  z-index: 0;
}

.parent-circles {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.parent-circles>div {
  max-width: 20%;
  aspect-ratio: 1/1 !important;
}

.reason .row {
  padding-left: 15px;
}

.gap-y-20 {
  row-gap: 80px;
}

.circle-box img {
  width: 120px;
}

.circle-box.b-four,
.circle-box.b-five {
  top: 140px;
}

.circle-box.b-four img,
.circle-box.b-five img {
  position: absolute;
  top: -80px;
  right: 14px;
  animation: 2.5s linear infinite headShake;
  -webkit-animation: 2.5s linear infinite headShake;
  -moz-animation: 2.5s linear infinite headShake;
}

.circle-box img {
  position: absolute;
  bottom: -95px;
  right: -70px;
  animation: 2.5s linear infinite swing;
  -webkit-animation: 2.5s linear infinite swing;
  -moz-animation: 2.5s linear infinite swing;
}

.empower {
  background: var(--color-primary-800);
}

/* .empower img {
  max-width: 70%;
} */

.empower .emt {
  position: relative;
  width: calc(100% - 100px);
  margin-left: auto;
  font-size: 37px;
}

.owl-dot.active span,
.owl-dot:hover span {
  background: var(--color-primary) !important;
}

.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 175px;
  font-size: 35px;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 35px;
  vertical-align: middle;
  bottom: 0;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -6px 6px 0px #fff;
  box-shadow: -6px 6px 0px #fff;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  -webkit-transform: rotate(45deg) scale(1.1);
  -ms-transform: rotate(45deg) scale(1.1);
  transform: rotate(45deg) scale(1.1);
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 35px;
  vertical-align: middle;
  bottom: 0px;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 6px -6px 0px #fff;
  box-shadow: 6px -6px 0px #fff;
}

.owl-carousel .owl-nav i {
  display: none !important;
}

[class*=owl-next]:hover,
[class*=owl-prev]:hover {
  background: transparent !important;
}

.trustpilot .owl-theme .owl-dots {
  margin-top: -63px;
  position: relative;
  z-index: 2;
}

.trustpilot .owl-theme .owl-dots .owl-dot span {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 15px;
  height: 15px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.trustpilot .owl-theme .owl-dots .owl-dot:not(.active):hover span {
  background-color: var(--color-primary-100) !important;
}

.list-item li {
  list-style: disc;
  margin-left: 17px;
}

.list-item li::marker {
  color: var(--color-primary);
  font-size: 19px;
}

.box-shade {
  box-shadow: 0px 0px 10px #ccc;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.tailor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/tailor.webp') no-repeat;
  background-size: 50% 100%;
}

.dark-blue {
  background: var(--color-primary-800);
}

.cont-detail {
  margin: 100px 0;
}

.faq-sec {
  padding-top: 0;
}

.faq-sec img {
  height: 100%;
  width: auto;
  max-height: 450px;
  object-fit: cover;
}

.bottom-form h2 {
  font-size: 32px;
}

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

.inner-banner {
  background: url('../images/b-mark4.webp') no-repeat 100% / 100%;
}

.owl-carousel .owl-item img {
  border-radius: 0;
}

.icon-content span {
  font-size: 30px;
  font-weight: 800;
  -webkit-text-stroke-color: var(--color-primary);
  right: 10px;
  padding: 15px 0
}

.icon-content {
  background: #fff;
  box-shadow: 2px 3px 10px #cccc;
  padding: 20px;
  border-radius: 10px;
  height: 330px;
  margin: 10px;
}

.icon-content h6 {
  font-size: 18px;
  padding: 25px 0 10px
}

.list-banner li {
  color: #fff !important;
  text-align: left;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-right: 5px
}

.list-banner li::before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  color: #ffffff;
  font-weight: 600;
  margin-right: 10px;
}

/* ------------- */
.book-mock {
  display: inline-block;
  width: 35%;
  background: #fff;
}

.book-des {
  display: inline-block;
  width: 60%;
}

.book-mock img {
  max-width: 100%;
  border-radius: 0;
}

.parent-bk-moc {
  padding: 10px;
  transition: 0.4s ease-in;
}

.book-des h3 {
  font-size: 22px;
}

.parent-bk-moc:hover {
  background: #fff;
  box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
  transition: 0.4s ease-in;
  cursor: pointer;
}

.parent-bk-moc p {
  font-size: 13px;
}

.ser-box .ser_icn {
  width: 80px;
  height: 80px;
  background-color: var(--color-primary);
  padding: 10px;
  border-radius: 10px;
}

.ser-box .ser_icn img {
  border-radius: 0px;
  filter: invert(1);
}

.porfolio-cards {
  margin-top: 50px;
}

.portfolio_wrapper {
  display: grid;
  column-gap: 40px;
  row-gap: 65px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portfolio_item {
  transition: all .3s ease;
  transform-origin: right;
  cursor: pointer;
}

@media screen and (min-width: 981px) {
  .portfolio_wrapper:has(.portfolio_item:last-child:hover) .portfolio_item:first-child {
    transform-origin: left;
    transform: scaleX(.75);
    opacity: .6;
    filter: grayscale(100%);
  }

  .portfolio_wrapper:has(.portfolio_item:first-child:hover) .portfolio_item:last-child {
    transform-origin: right;
    transform: scaleX(.8);
    opacity: .6;
    filter: grayscale(100%);
  }

  .portfolio_wrapper .portfolio_item:first-child:hover {
    transform: translateX(110px);
  }
}

.portfolio_wrapper .portfolio_item:hover .portfolio_card {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  perspective: 1200px;
}

.portfolio_card {
  display: flex;
  justify-content: start;
  width: 100%;
  background-color: var(--color-primary-50);
  border: 1px solid var(--color-primary-200);
  border-radius: 12px;
}

.pc_img {
  position: relative;
}

.pc_i2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 338px;
  opacity: 0;
  transform: scale(0.85);
  transform-origin: bottom right;
  pointer-events: none;
  backface-visibility: hidden;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.portfolio_item:hover .pc_i2 {
  opacity: 1;
  transform: scale(1);
}

.pc_img img {
  border-radius: 0px;
}

.pc_img img.pc_i {
  height: 300px;
  width: 190px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.pc_img img:hover {
  animation: none;
}

.pc_header {
  margin-bottom: 15px;
}

.pc_body {
  display: flex;
  width: calc(100% - 190px);
  flex-direction: column;
  justify-content: space-between;
}

.pc_text {
  padding: 10px;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pc_text p {
  margin-bottom: 10px;
  height: 100%;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
}

.pc_btn {
  background-color: var(--color-primary-100);
  padding: 7px 10px;
  cursor: pointer;
  border-bottom-right-radius: 12px;
  text-align: left;
  transition: all .3s linear;
}

.pc_btn:hover {
  background-color: var(--color-primary-200);
}

.pc_btn:hover i {
  transform: translateX(4px);
}

.pc_btn span {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-primary-600);
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.pc_btn i {
  font-size: 13px;
  transition: all .3s linear;
}

.pc_title {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  padding: 0;
}

.pc_subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  position: relative;
  color: var(--color-primary);
}

@media screen and (min-width: 767px) and (max-width: 980px) {
  .portfolio_item:hover {
    transform: translateX(65px);
  }
}

.gap-y-30 {
  row-gap: 30px;
}

.my-80 {
  margin-block: 65px;
}


.modal-content {
  border-radius: 30px;
  max-width: 650px;
  width: 100%;
}

button.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  border: none;
  background-color: var(--color-primary);
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

/* Modal Backdrop with Fade */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black background */
  z-index: 1040;
  /* Below modal but above other content */
  opacity: 0;
  /* Initially invisible */
  pointer-events: none;
  /* Prevent interactions when hidden */
  transition: opacity 0.3s ease-in-out;
  /* Fade-in/out transition */
}

/* Modal Content */
.popupform.modal {
  z-index: 1050;
  /* Ensures modal appears above the backdrop */
  display: none;
  /* Initially hidden */
  opacity: 0;
  /* Initially invisible */
  transition: opacity 0.3s ease-in-out;
  /* Fade-in/out transition */
}

/* Modal Visible (when showing) */
.popupform.modal.show {
  display: flex;
  opacity: 1;
  /* Make modal visible */
}

.modal-backdrop.show {
  opacity: 1;
  /* Show the backdrop */
  pointer-events: auto;
  /* Enable interactions */
}

.modal {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}


.disclaimer_sec {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  background-color: var(--color-primary-500);
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}

.disclaimer_wrapper {
  width: 100%;
  margin: 0 auto;
  user-select: none;
}

.ds_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ds_left {
  width: 150px;
  text-align: center;
}

.ds_left h4 {
  font-size: 1.3rem;
  font-weight: 700;
}

.ds_right {
  width: calc(100% - 150px);
}

.disclaimer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.ds_inner {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.ds_inner-item {
  display: flex;
  align-items: baseline;
  animation: text-marquee 120s linear infinite;
}

.ds_inner-item_rev {
  display: flex;
  align-items: baseline;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
  animation: text-marquee-copy 120s linear infinite;
}

.ds_inner-item_text {
  font-size: 16px;
  padding-inline: 25px;
}

@keyframes text-marquee {
  0% {
    transform: translateX(0) translateZ(0);
  }

  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes text-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }

  100% {
    transform: translateX(0) translateZ(0);
  }
}


/* From Uiverse.io by 00Kubi */
.neon-checkbox {
  --primary: var(--color-primary);
  --primary-dark: var(--color-primary-600);
  --primary-light: var(--color-primary-100);
  --size: 25px;
  position: relative;
  width: var(--size);
  height: var(--size);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-top: 1px;
}

.neon-checkbox input {
  display: none;
}

.neon-checkbox__frame {
  position: relative;
  width: 22px;
  height: 100%;
}

.neon-checkbox__box {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 2px solid var(--primary-dark);
  transition: all 0.4s ease;
}

.neon-checkbox__check-container {
  position: absolute;
  inset: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neon-checkbox__check {
  width: 80%;
  height: 80%;
  fill: none;
  stroke: var(--primary);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  transform-origin: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.neon-checkbox__glow {
  position: absolute;
  inset: -2px;
  border-radius: 6px;
  background: var(--primary);
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.2);
  transition: all 0.4s ease;
}

.neon-checkbox__borders {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  overflow: hidden;
}

.neon-checkbox__borders span {
  position: absolute;
  width: 40px;
  height: 1px;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.neon-checkbox__borders span:nth-child(1) {
  top: 0;
  left: -100%;
  animation: borderFlow1 2s linear infinite;
}

.neon-checkbox__borders span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 1px;
  height: 40px;
  animation: borderFlow2 2s linear infinite;
}

.neon-checkbox__borders span:nth-child(3) {
  bottom: 0;
  right: -100%;
  animation: borderFlow3 2s linear infinite;
}

.neon-checkbox__borders span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 1px;
  height: 40px;
  animation: borderFlow4 2s linear infinite;
}

.neon-checkbox__particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 6px var(--primary);
}

.neon-checkbox__rings {
  position: absolute;
  inset: -20px;
  pointer-events: none;
}

.neon-checkbox__rings .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid var(--primary);
  opacity: 0;
  transform: scale(0);
}

.neon-checkbox__sparks span {
  position: absolute;
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, var(--primary), transparent);
  opacity: 0;
}

/* Hover Effects */
.neon-checkbox:hover .neon-checkbox__box {
  border-color: var(--primary);
  transform: scale(1.05);
}

/* Checked State */
.neon-checkbox input:checked~.neon-checkbox__frame .neon-checkbox__box {
  border-color: var(--primary);
  background: rgba(195, 159, 67, 0.1);
}

.neon-checkbox input:checked~.neon-checkbox__frame .neon-checkbox__check {
  stroke-dashoffset: 0;
  transform: scale(1.1);
}

.neon-checkbox input:checked~.neon-checkbox__frame .neon-checkbox__glow {
  opacity: 0.2;
}

.neon-checkbox input:checked~.neon-checkbox__frame .neon-checkbox__borders span {
  opacity: 1;
}

/* Particle Animations */
.neon-checkbox input:checked~.neon-checkbox__frame .neon-checkbox__particles span {
  animation: particleExplosion 0.6s ease-out forwards;
}

.neon-checkbox input:checked~.neon-checkbox__frame .neon-checkbox__rings .ring {
  animation: ringPulse 0.6s ease-out forwards;
}

.neon-checkbox input:checked~.neon-checkbox__frame .neon-checkbox__sparks span {
  animation: sparkFlash 0.6s ease-out forwards;
}

/* Animations */
@keyframes borderFlow1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(200%);
  }
}

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

  100% {
    transform: translateY(200%);
  }
}

@keyframes borderFlow3 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

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

  100% {
    transform: translateY(-200%);
  }
}

@keyframes particleExplosion {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    transform: translate(calc(-50% + var(--x, 20px)),
        calc(-50% + var(--y, 20px))) scale(0);
    opacity: 0;
  }
}

@keyframes ringPulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes sparkFlash {
  0% {
    transform: rotate(var(--r, 0deg)) translateX(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: rotate(var(--r, 0deg)) translateX(30px) scale(0);
    opacity: 0;
  }
}

/* Particle Positions */
.neon-checkbox__particles span:nth-child(1) {
  --x: 25px;
  --y: -25px;
}

.neon-checkbox__particles span:nth-child(2) {
  --x: -25px;
  --y: -25px;
}

.neon-checkbox__particles span:nth-child(3) {
  --x: 25px;
  --y: 25px;
}

.neon-checkbox__particles span:nth-child(4) {
  --x: -25px;
  --y: 25px;
}

.neon-checkbox__particles span:nth-child(5) {
  --x: 35px;
  --y: 0px;
}

.neon-checkbox__particles span:nth-child(6) {
  --x: -35px;
  --y: 0px;
}

.neon-checkbox__particles span:nth-child(7) {
  --x: 0px;
  --y: 35px;
}

.neon-checkbox__particles span:nth-child(8) {
  --x: 0px;
  --y: -35px;
}

.neon-checkbox__particles span:nth-child(9) {
  --x: 20px;
  --y: -30px;
}

.neon-checkbox__particles span:nth-child(10) {
  --x: -20px;
  --y: 30px;
}

.neon-checkbox__particles span:nth-child(11) {
  --x: 30px;
  --y: 20px;
}

.neon-checkbox__particles span:nth-child(12) {
  --x: -30px;
  --y: -20px;
}

/* Spark Rotations */
.neon-checkbox__sparks span:nth-child(1) {
  --r: 0deg;
  top: 50%;
  left: 50%;
}

.neon-checkbox__sparks span:nth-child(2) {
  --r: 90deg;
  top: 50%;
  left: 50%;
}

.neon-checkbox__sparks span:nth-child(3) {
  --r: 180deg;
  top: 50%;
  left: 50%;
}

.neon-checkbox__sparks span:nth-child(4) {
  --r: 270deg;
  top: 50%;
  left: 50%;
}

/* Ring Delays */
.neon-checkbox__rings .ring:nth-child(1) {
  animation-delay: 0s;
}

.neon-checkbox__rings .ring:nth-child(2) {
  animation-delay: 0.1s;
}

.neon-checkbox__rings .ring:nth-child(3) {
  animation-delay: 0.2s;
}
