/*

TemplateMo 588 ebook landing

https://templatemo.com/tm-588-ebook-landing

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: #988a5b;
  --secondary-color: #988a5b;
  --section-bg-color: #f0f8ff;
  --custom-btn-bg-color: #6b02b9;
  --custom-btn-bg-hover-color: #6b02b9;
  --dark-color: #000000;
  --p-color: #717275;
  --link-hover-color: #6b02b9;

  --h1-font-size: 42px;
  --h2-font-size: 36px;
  --h3-font-size: 28px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --p-font-size: 16px;
  --menu-font-size: 12px;
  --btn-font-size: 14px;
  --copyright-font-size: 14px;

  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-primary:hover {
  background-color: #fff !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.form-check-input:focus {
  cursor: pointer;
  border-color: #988a5b61 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(15 147 134 / 43%) !important;
}

.form-check-label {
  cursor: pointer !important;
}

.form-check .form-check-input {
  margin-left: 0 !important;
}

ul {
  list-style: none !important;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  font-family: "IBM Plex Sans Arabic", serif !important;
  background-color: #fff;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
.link-product:hover {
  text-decoration: revert !important;
}

input {
  direction: rtl !important;
}

.form-control:focus {
  border-color: var(--primary-color) !important;
  box-shadow: none !important;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: #988a5bbd;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

::selection {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.shearsh_icon {
  position: absolute;
  right: 16px;
  top: 16px;
  background: #c5c5c5;
  color: #fff;
  padding: 10px;
  border-radius: 0px 0.375rem 0.375rem 0px;
  border: 1px solid #ced4da;
}

.currency-item {
  border: 1px solid #ced4da;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.currency-item:hover {
  background: #c5c5c5;
  color: #fff;
}

.logo_hero {
  width: 100px;
}

/*---------------------------------------
  AVATAR IMAGE               
-----------------------------------------*/
.avatar-image {
  border: 4px solid var(--white-color);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.avatar-image-left {
  position: relative;
  left: -10px;
}

.avatar-image-left+.avatar-image-left {
  left: -20px;
}

.avatar-image-left+.avatar-image-left+.avatar-image-left {
  left: -30px;
}

.avatar-image-left+.avatar-image-left+.avatar-image-left+.avatar-image-left {
  left: -40px;
}

.avatar-group,
.reviews-group {
  position: relative;
  z-index: 22;
}

.reviews-group {
  display: inline-block;
  vertical-align: top;
}

.reviews-group strong {
  font-size: var(--h3-font-size);
  margin-right: 10px;
}

/*---------------------------------------
  CUSTOM LINK              
-----------------------------------------*/
.link {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  color: var(--white-color);
}

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.link::before {
  content: "";
}

.link--kale::before {
  height: 10px;
  top: 100%;
  opacity: 0;
}

.link--kale:hover::before {
  opacity: 1;
  animation: lineUp 0.3s ease forwards;
}

@keyframes lineUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }

  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }

  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }

  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}

.link--kale::after {
  content: "";
  transition: opacity 0.3s;
  opacity: 0;
  transition-delay: 0s;
}

.link--kale:hover::after {
  opacity: 1;
  transition-delay: 0.3s;
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

.btn-naira {
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn-naira::before {
  content: "";
  position: absolute;
  left: -50%;
  width: 200%;
  height: 200%;
  background: var(--primary-color);
  top: -50%;
  z-index: -1;
  -webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
  transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}

.btn-naira.btn-inverted::before {
  background: var(--primary-color);
}

.btn-naira>span {
  display: block;
  vertical-align: middle;
}

.btn-naira .btn-icon {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: var(--white-color);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.btn-naira>span,
.btn-naira .btn-icon {
  padding: 10px 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-naira:hover::before {
  -webkit-animation: anim-naira-1 0.3s forwards ease-in;
  animation: anim-naira-1 0.3s forwards ease-in;
}

@-webkit-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}

.btn-naira:hover {
  background-color: var(--primary-color);
  -webkit-transition: background-color 0s 0.3s;
  transition: background-color 0s 0.3s;
}

.btn-naira.btn-inverted:hover {
  background-color: var(--primary-color);
}

.btn-naira:hover .btn-icon {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn-naira:hover>span {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.dro-down {
  position: absolute;
  background: #ffffff;
  left: 0;
  border-radius: 6px;
  padding: 0;
  width: 118px;
}

.showdo {
  display: block;
}

.hidingdo {
  display: none;
}

.dro-down li {
  padding: 3px 10px;
}

.dro-down li:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: #ffffff;
  border-radius: 0px 0px 30px 30px;
}

.navbar {
  background-color: #ffffff !important;
  border: 2px #999 solid;
  border-radius: 0px 0px 30px 30px;
  z-index: 99;
  width: 100% !important;
  position: fixed;
  top: 0px;
}

.section-request .dropdown-option div span {
  margin-inline-end: 0.25rem !important;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
  color: var(--white-color);
}

.navbar-brand-icon {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  display: inline-block;
  vertical-align: top;
  color: var(--white-color);
  font-size: var(--h6-font-size);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.navbar-brand-icon::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent var(--secondary-color) transparent;
  pointer-events: none;
  transform: rotate(65deg);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 4px 8px;
  font-size: 15px;
  color: #000000;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.5px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
  background-color: #f3f3f3;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease,
    -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: #99895b;
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease,
    -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: #99895b;
  width: 30px;
  height: 2px;
  content: "";
}

.why-us-section {
  background-color: var(--primary-color);
  border-radius: 48px;
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  border-radius: 0px 0px 48px 48px;
  background: #fff;
  z-index: 3;
  padding: 0px 5px;
  padding-top: 120px;
}

.hero-section .evenly {
  background-image: url(../images/background.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  border-radius: 0px 0px 48px 48px;
  filter: contrast(0.5);
}

@media (max-width: 773px) {
  .hero-section .evenly {
    background-image: url(../images/websitmobile.png) !important;
  }

  .back-mo {
    display: none !important;
  }

  .hero-section {
    padding-top: 100px !important;
  }

  .logo_hero {
    width: 70px;
  }
}

.apple-button .slider-button-icon {
  padding: 0 3px 6px 20px;
  float: right;
}

.apple-button .slider-button-icon i {
  font-size: 32px;
  line-height: 36px;
}

/*---------------------------------------
  FEATURED              
-----------------------------------------*/
.featured-section {
  background-color: var(--custom-btn-bg-color);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.featured-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 450px 450px;
  border-color: transparent transparent var(--white-color) transparent;
  pointer-events: none;
}

/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
  background-image: url("../images/businessman-sitting-by-table-cafe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.custom-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.45);
}

.custom-block .avatar-image {
  min-width: 60px;
  margin: auto;
  left: 0;
}

.custom-block .bi-star {
  color: var(--white-color);
}

.custom-block .bi-star-fill {
  color: var(--secondary-color);
}

.custom-block-image-wrap {
  background-color: rgba(231, 111, 81, 0.85);
  border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium);
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: auto;
  padding: 25px 45px;
}

.custom-block-info {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.custom-block-info strong,
.custom-block-info p {
  color: var(--white-color);
}

.custom-block-info p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

/*---------------------------------------
  THE BOOK SECTION            
-----------------------------------------*/
.book-section-info {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.nav-pills {
  border: 2px solid var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: sticky;
  top: 120px;
  padding: 30px;
}

.nav-pills .nav-link {
  background: var(--section-bg-color);
  color: var(--p-color);
  border-radius: var(--border-radius-large);
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 15px 30px;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: var(--primary-color);
  color: var(--white-color);
}

.scrollspy-example-2 {
  padding-right: 30px;
  padding-left: 30px;
}

.scrollspy-example-item {
  border-bottom: 5px dotted var(--p-color);
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.scrollspy-example-item:last-child {
  border-bottom: 0;
}

.scrollspy-example-item-image {
  border-radius: var(--border-radius-medium);
}

.scrollspy-example-item h5 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.blockquote {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-semibold);
  color: var(--site-footer-bg-color);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 80px 40px 40px 40px;
  text-align: center;
}

.blockquote::before {
  content: "â€œ";
  color: var(--custom-btn-bg-color);
  font-size: 100px;
  line-height: 1rem;
  display: block;
}

/*---------------------------------------
  AUTHOR SECTION            
-----------------------------------------*/
.author-section {
  background-image: url("../images/circle-scatter-haikei.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: relative;
  margin-top: 50px;
}

.author-image {
  border: 10px solid var(--secondary-color);
  border-radius: 100%;
  display: block;
  margin: auto;
  width: 350px;
  height: 350px;
  object-fit: cover;
}

/*---------------------------------------
  DIVIDER SECTION               
-----------------------------------------*/
.divider-section {
  background-image: url("../images/wave-haikei.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  background-color: var(--primary-color);
  padding-top: 20px;
  padding-bottom: 40px;
}

/*---------------------------------------
  EBOOK DOWNLOAD FORM               
-----------------------------------------*/
.ebook-download-form {
  border-radius: var(--border-radius-medium);
  position: relative;
  z-index: 2;
  padding: 50px;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  box-shadow: none;
  color: var(--p-color);
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 40px;
  padding-left: 20px;
  outline: none;
}

.custom-form .form-control:focus,
.custom-form .form-control:hover {
  border-color: var(--primary-color);
}

.custom-form .form-control:focus+.input-group-text .custom-form-icon,
.custom-form .form-control:hover+.input-group-text .custom-form-icon {
  opacity: 1;
}

.custom-form .input-group-text {
  background: transparent;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
}

.custom-form-icon {
  position: relative;
  z-index: 22;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-radius: var(--border-radius-large);
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar {
    background-color: rgb(255, 255, 255);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 10px;
  }

  .scrollspy-example-2 .scrollspy-example-item:first-child {
    padding-top: 0;
  }

  .scrollspy-example-item h5 {
    padding-bottom: 5px;
  }

  .book-section-info {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ebook-download-form {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .navbar-brand {
    font-size: var(--p-font-size);
  }

  .navbar-brand-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .navbar-brand-icon::after {
    top: 5px;
  }

  .btn-naira>span,
  .btn-naira .btn-icon {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.feature-card {
  background: rgba(255, 255, 255);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px var(--primary-color);
}

.custom-btn-outline {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
  padding: 12px 24px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.custom-btn-outline:hover {
  background: var(--primary-color);
  color: white;
}

.appScreenshots {
  padding: 80px 0;
  background: #988a5b;
  overflow: hidden;
}

.designs-slider {
  width: 100%;
  padding: 50px 0;
}

.swiper-slide {
  transition: all 0.3s ease;
}

/* .swiper-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
} */

.swiper-slide-active {
  transform: scale(1.2);
}

.swiper-pagination {
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color);
}

/* @media (max-width: 768px) {
  .swiper-slide img {
    height: 300px;
  }

  .swiper-slide-active {
    transform: scale(1.1);
  }
} */

.apple-button .slider-button-icon {
  padding: 0 3px 6px 20px;
  float: right;
}

.apple-button .slider-button-icon i {
  font-size: 32px;
  line-height: 36px;
}

.apple-button,
.google-button {
  display: inline-block;
  margin-left: 15px;
  margin-top: 30px;
}

.img-anmation {
  animation: floating2 7s infinite;
}

@keyframes floating2 {
  0% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }

  50% {
    -webkit-transform: rotateX(0) translateY(15px);
    -moz-transform: rotateX(0) translateY(15px);
    -ms-transform: rotateX(0) translateY(15px);
    -o-transform: rotateX(0) translateY(15px);
    transform: rotateX(0) translateY(15px);
  }

  100% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
}

@-webkit-keyframes floating2 {
  0% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }

  50% {
    -webkit-transform: rotateX(0) translateY(15px);
    -moz-transform: rotateX(0) translateY(15px);
    -ms-transform: rotateX(0) translateY(15px);
    -o-transform: rotateX(0) translateY(15px);
    transform: rotateX(0) translateY(15px);
  }

  100% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
}

.section-block {
  padding: 24px 0;
  margin-top: -48px;
  border-radius: 0px 0px 48px 48px;
}

.section-block h1 {
  font-weight: 500;
  color: #ffffff;
}

.section-block p {
  font-size: 12.46px;
  font-weight: 400;
  line-height: 14.95px;
  color: #000000;
}

.section-block h5 {
  font-size: 14.02px;
  font-weight: 500;
  line-height: 16.82px;
  color: #000000;
}

.section-block .link_one {
  font-size: 12.46px;
  font-weight: 500;
  color: #ffffff;
  top: 140px;
  left: 25px;
  direction: ltr !important;
}

.section-block .link_tow {
  padding: 6.23px 62.29px 6.23px 62.29px;
  border-radius: 6.23px;
  font-size: 12.46px;
  font-weight: 500;
  line-height: 14.95px;
  width: 100%;
  height: 48px;
  color: #ffffff;
  background-color: #988a5b;
  height: 36px !important;
}

.how-to-section h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 57.6px;
  color: #023f3a;
}

.how-to-section p {
  font-size: 20px;
  font-weight: 500;
  line-height: 31.2px;
  color: #000000;
}

.how-to-section span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.8px;
  color: #939393;
}

.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h1 {
  font-size: 34px;
  line-height: 48px;
  color: #263b5e;
  margin-bottom: 15px;
}

.logo-height {
  height: 40px;
  vertical-align: middle;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  text-align: center;
  line-height: 40px;
  color: #222;
  font-size: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.owl-nav .owl-next {
  left: -50px;
}

.owl-nav .owl-prev {
  right: -50px;
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  background: linear-gradient(to right top, #a00505, #a00505) !important;
  color: #fff !important;
}

.item img {
  max-width: 100%;
  height: auto;
}

.list_screen_slide .item,
.list_screen_slide2 .item {
  padding: 15px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 370px !important;
}

@media (max-width: 768px) {

  .list_screen_slide .item,
  .list_screen_slide2 .item {
    height: 400px !important;
  }
}

.eys-password {
  left: 19px;
  top: 48%;
  color: gray;
}

.list_screen_slide .item img,
.list_screen_slide .item img {
  display: block;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}

.list_screen_slide .center .item,
.list_screen_slide .center .item {
  transform: scale(1.15);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .m-smol-item {
    padding-right: 20px !important;
  }

  .m-smol-item2 {
    margin-right: 20px !important;
  }

  .befor-number::before {
    width: 87% !important;
  }
}

.app-buttons {
  margin-top: 20px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  min-width: 160px;
}

.google-play {
  background-color: #000000;
}

.app-store {
  background-color: #000000;
}

.store-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.store-name {
  font-size: 12px;
  opacity: 0.9;
}

.brand-name {
  font-size: 20px;
  font-weight: 500;
}

.store-button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dot span {
  width: 15px;
  height: 8px;
  background: #ccc;
  border-radius: 20px;
  display: block;
  transition: all 0.3s ease;
}

.owl-dot.active span {
  background: rgb(255, 255, 255);
  width: 22px;
}

select:focus {
  outline: none !important;
  border-color: var(--primary) !important;
}

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #988a5b;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.icon-per {
  margin-top: 10px;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #988a5b;
  border-radius: 50%;
}

.icon-number {
  background: #000000;
  color: #fff;
  padding: 15px 22.5px;
  font-size: 30px;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: #988a5b !important;
  color: #fff !important;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background: #988a5b !important;
  color: #fff !important;
}

.owl-carousel .owl-nav button.owl-next {
  left: -7px;
  width: 0;
  height: 0;
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev {
  right: -7px;
  width: 0;
  height: 0;
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev span {
  font-size: 20px;
}

.owl-carousel .owl-nav button.owl-next span {
  font-size: 20px;
}

.feature-icon i {
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon i {
  transform: scale(1.1);
}

.owl-stage {
  align-items: center;
  justify-content: center;
  display: flex;
}

.step-card {
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background: white;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.step-card .step-icon {
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  background: #f8f9fa;
}

.step-card:hover .step-icon i {
  color: white;
}

.step-card h4 {
  transition: all 0.3s ease;
}

.step-card:hover h4 {
  color: var(--bs-primary);
}

.owl-stage .owl-item .item {
  border-radius: 16px;
}

.ul-li-how {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #939393;
}

.loading {
  display: flex;
  flex-direction: row;
}

.loading__letter {
  font-size: 88px;
  font-weight: normal;
  letter-spacing: 4px;
  color: #988a5b;
  animation-name: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  font-family: "Fira Code", monospace !important;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.loading__letter:nth-child(10) {
  animation-delay: 0.1s;
}

.loading__letter:nth-child(9) {
  animation-delay: 0.2s;
}

.loading__letter:nth-child(8) {
  animation-delay: 0.3s;
}

.loading__letter:nth-child(7) {
  animation-delay: 0.4s;
}

.loading__letter:nth-child(6) {
  animation-delay: 0.5s;
}

.loading__letter:nth-child(5) {
  animation-delay: 0.6s;
}

.loading__letter:nth-child(4) {
  animation-delay: 0.8s;
}

.loading__letter:nth-child(3) {
  animation-delay: 1s;
}

.loading__letter:nth-child(2) {
  animation-delay: 1.2s;
}

.loading__letter:nth-child(1) {
  animation-delay: 1.4s;
}

@keyframes bounce {
  0% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-40px);
  }

  80%,
  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 700px) {
  .loading__letter {
    font-size: 50px;
  }
}

@media (max-width: 340px) {
  .loading__letter {
    font-size: 30px;
  }
}

.befor-number::before {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  width: 100%;
  height: 1.39px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 992px) {
  .marg-lf-20 {
    margin-left: 20px;
  }
}

.why-us-section .col-12 h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  text-align: right;
}

.why-us-section .col-12 p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: right;
  color: #fff;
  opacity: 0.5;
}

.why-us-section .item_1 p {
  width: 57.01px;
  height: 57.01px;
  padding: 16.69px 22.25px 16.69px 22.25px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 2;
  position: relative;
}

.why-us-section .item_1 p span {
  font-size: 19.47px;
  font-weight: 700;
  color: #988a5b;
}

.why-us-section .item_2:not(:last-child) {
  margin-left: 20px !important;
}

.why-us-section .item_2:not(:first-child) {
  margin-left: 20px !important;
}

.why-us-section .item_2 {
  height: calc(100% - 78px);
}

.why-us-section .item_2 h4 {
  font-size: 28px;
  font-weight: 700;
}

.why-us-section .item_2 p {
  font-weight: 500;
  line-height: 24px;
  margin: 0px;
}

.hero-section h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
}

.hero-section p {
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  color: #ffffff;
}

.img-reloding {
  width: 50%;
}

.rtn-or {
  text-align: start;
}

.hero-section .link_one {
  width: 150px;
  height: 48px;
  color: #ffffff;
  background-color: #988a5b;
  border-radius: 20px;
  font-weight: 700;
}

.hero-section .link_one:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.hero-section .link_tow {
  width: 150px;
  height: 48px;
  color: var(--primary-color);
  background-color: #ffffff;
  border-radius: 20px;
  font-weight: 700;
  transition: all 0.3s;
}

.hero-section .link_tow:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.testimonials-slider .owl-carousel .owl-nav button.owl-prev,
.testimonials-slider .owl-carousel .owl-nav button.owl-next {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.testimonials-slider .owl-dot.active span {
  background-color: #988a5b9e !important;
}

.testimonials-slider .owl-dot.active span {
  background-color: var(--primary-color) !important;
}

.swiper-wrapper {
  cursor: auto !important;
}

.swiper-slide {
  cursor: pointer !important;
}

.slider {
  color: black;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0.625rem;
  border: 1px solid var(--bs-card-border-color);
  gap: 40px;
  padding: 0;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}

.slider__flex {
  display: flex;
  align-items: center;
  gap: 25px;
  overflow: hidden;
}

.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  position: relative;
}

.slider__prev {
  top: -50px;
}


.slider__prev i,
.slider__next i {
  font-size: 24px;
  z-index: 999999;
}

.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  position: absolute;
  transform: translateX(-50%);
  z-index: 999;
}

.slider__prev:focus,
.slider__next:focus {
  outline: none;
}

.slider__thumbs {
  height: calc(400px);
  overflow: hidden;
}

.slider__thumbs .slider__image {
  transition: 0.25s;
  /* filter: grayscale(100%); */
  /* opacity: 0.5; */
}

.slider__thumbs .swiper-slide-active .slider__image {
  filter: grayscale(0%);
  opacity: 1;
}

.slider__images {
  height: 400px;
  overflow: hidden;
  width: 100%;
  border: dashed 2px #99895b;
  padding: 20px;
  z-index: 9;
  border-radius: 10px;
}

.slider__images .slider__image img {
  transition: 3s;
}

.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-1 {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-left: 5px;
}

.icon-1 i {}

@media (max-width: 767.98px) {
  .img-reloding {
    width: 100% !important;
  }

  .slider__flex {
    flex-direction: column-reverse;
  }

  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }

  .slider__images {
    width: 100%;
  }

  .slider__thumbs {
    height: 100px;
    width: 100%;
  }

  .slider__prev {
    left: 101%;
  }

  .swiper-slide {
    margin-right: 0px !important;
  }
}

@media (max-width: 1430px) {
  .slider {
    flex-direction: column;
  }

  .slider__flex,
  .main_text {
    width: 100% !important;
  }
}

iframe {
  transition: height 0.3s ease;
}

.shameck p {
  margin: 0;
}

.befor_slider::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #f0fdfa;
  border-radius: 50px;
}

.section-request {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #fff;
}

.section-request .form-control:focus {
  color: #212529;
  background-color: #fff;
  outline: 0;
  border-color: #988a5b;
  box-shadow: 0 0 0 0.25rem rgb(15 147 134 / 25%);
}

.form-select:focus {
  border-color: #988a5b;
  box-shadow: 0 0 0 0.25rem rgb(15 147 134 / 25%);
}

.section-request h1 {
  color: var(--primary-color);
}

.section-request form p {
  font-size: 17px;
  font-weight: 500;
  text-align: right;
}

.checkbox-wrapper-12 {
  position: relative;
  background-color: #988a5b87;
  transition: all 0.6s;
}

.checkbox-wrapper-12 input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  margin: 0;
}

.checkbox-wrapper-12 input[type="checkbox"]:focus {
  outline: 0;
}

.checkbox-wrapper-12 .cbx {
  width: 24px;
  height: 24px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.checkbox-wrapper-12 .cbx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
}

.checkbox-wrapper-12 .checkbox__label {
  font-size: 16px;
  cursor: pointer;
  color: #00403a;
  margin-right: 30px;
}

.checkbox-wrapper-12 .cbx label {
  width: 24px;
  height: 24px;
  background: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: trasnlate3d(0, 0, 0);
  pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg {
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
  pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg path {
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
  transition: stroke-dashoffset 0.3s ease;
  transition-delay: 0.2s;
}

.checkbox-wrapper-12:has(.cbx input:checked) {
  background-color: var(--primary-color);
  color: #fff !important;
}

.checkbox-wrapper-12:has(.cbx input:checked) .checkbox__label {
  color: #fff !important;
}

.checkbox-wrapper-12 .cbx input:checked+label {
  animation: splash-12 0.6s ease forwards;
  border: 2px solid #ffffff;
}

.checkbox-wrapper-12 .cbx input:checked+label+svg path {
  stroke-dashoffset: 0;
}

@media (max-width: 600px) {
  .checkbox-wrapper-12 .checkbox__label {
    font-size: 14px;
    margin-right: 30px !important;
  }
}

@media (max-width: 373px) {
  .width_100 {
    width: 100% !important;
  }
}

@-moz-keyframes splash-12 {
  40% {
    background: var(--primary-color);
    box-shadow: 0 -18px 0 -8px var(--primary-color),
      16px -8px 0 -8px var(--primary-color),
      16px 8px 0 -8px var(--primary-color), 0 18px 0 -8px var(--primary-color),
      -16px 8px 0 -8px var(--primary-color),
      -16px -8px 0 -8px var(--primary-color);
  }

  100% {
    background: var(--primary-color);
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
      32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
      -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@-webkit-keyframes splash-12 {
  40% {
    background: var(--primary-color);
    box-shadow: 0 -18px 0 -8px var(--primary-color),
      16px -8px 0 -8px var(--primary-color),
      16px 8px 0 -8px var(--primary-color), 0 18px 0 -8px var(--primary-color),
      -16px 8px 0 -8px var(--primary-color),
      -16px -8px 0 -8px var(--primary-color);
  }

  100% {
    background: var(--primary-color);
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
      32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
      -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@-o-keyframes splash-12 {
  40% {
    background: var(--primary-color);
    box-shadow: 0 -18px 0 -8px var(--primary-color),
      16px -8px 0 -8px var(--primary-color),
      16px 8px 0 -8px var(--primary-color), 0 18px 0 -8px var(--primary-color),
      -16px 8px 0 -8px var(--primary-color),
      -16px -8px 0 -8px var(--primary-color);
  }

  100% {
    background: var(--primary-color);
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
      32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
      -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@keyframes splash-12 {
  40% {
    background: var(--primary-color);
    box-shadow: 0 -18px 0 -8px var(--primary-color),
      16px -8px 0 -8px var(--primary-color),
      16px 8px 0 -8px var(--primary-color), 0 18px 0 -8px var(--primary-color),
      -16px 8px 0 -8px var(--primary-color),
      -16px -8px 0 -8px var(--primary-color);
  }

  100% {
    background: var(--primary-color);
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
      32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
      -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

.section-request .button {
  --bezier: cubic-bezier(0.22, 0.61, 0.36, 1);
  --edge-light: hsla(0, 0%, 50%, 0.8);
  --text-light: rgba(255, 255, 255, 0.4);
  --back-color: 240, 40%;
  cursor: pointer;
  padding: 0.7em 1em;
  border-radius: 0.5em;
  min-height: 2.4em;
  min-width: 3em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  background: var(--primary-color);
  color: hsla(0, 0%, 90%);
  border: 0;
  box-shadow: inset 0.4px 1px 4px var(--edge-light);

  transition: all 0.1s var(--bezier);
}

.section-request .button:hover {
  --edge-light: hsla(0, 0%, 50%, 1);
  text-shadow: 0px 0px 10px var(--text-light);
  box-shadow: inset 0.4px 1px 4px var(--edge-light),
    2px 4px 8px hsla(0, 0%, 0%, 0.295);
}

.section-request .button:active {
  --text-light: rgba(255, 255, 255, 1);
  background: var(--primary-color);
  box-shadow: inset 0.4px 1px 8px var(--edge-light),
    0px 0px 8px hsl(174.09deg 81.48% 31.76%);
  text-shadow: 0px 0px 20px var(--text-light);
  color: hsla(0, 0%, 100%, 1);
  letter-spacing: 0.1em;
  transform: scale(1);
}

.custom-confirm-button-class {
  border-radius: 10px;
  width: 200px;
  opacity: 0px;
  background-color: var(--primary-color);
}

div:where(.swal2-icon).swal2-success {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
  background-color: var(--primary-color) !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border-color: var(--primary-color) !important;
}

.section-request .custom-dropdown {
  position: relative;
  width: 100%;
  font-family: Arial, sans-serif;
}

.section-request .dropdown-selected {
  border: 1px solid #ced4da;
  cursor: pointer;
}

.section-request .dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 0.375rem;
}

.section-request .dropdown-option {
  padding: 10px;
  cursor: pointer;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.section-request .dropdown-option img {
  width: 24px;
  height: 24px;
}

.section-request .dropdown-option:hover {
  background-color: #f1f1f1;
}

.section-request .dropdown-option.selected {
  background-color: #d3d3d3;
}

.user_layout .card {
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.user_layout .card-header {
  background: #ffffff;
  border-radius: 15px 15px 0 0 !important;
  padding: 20px;
}

.user_layout .card-header h3 {
  margin: 0;
  font-weight: 600;
  color: var(--primary-color);
}

.user_layout .card-body {
  padding: 10px;
}

.user_layout .form-label {
  font-weight: 500;
  margin-bottom: 8px;
}

.user_layout .form-control,
.user_layout .form-select {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 14px;
  direction: ltr;
}

.user_layout .text-muted {
  font-size: 12px;
}

.user_layout .custom-dropdown {
  margin-bottom: 15px;
}

.user_layout .dropdown-selected {
  font-size: 14px;
}

.user_layout .dropdown-option {
  font-size: 14px;
}

.user_layout .custom-dropdown {
  position: relative;
}

.user_layout .dropdown-selected {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.user_layout .dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.user_layout .dropdown-option {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user_layout .dropdown-option:hover {
  background-color: #f8f9fa;
}

.user_layout .dropdown-option img {
  width: 24px;
  height: 16px;
  margin-right: 8px;
}

.user_layout .phone-code-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
}

.user_layout .phone-code-option img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.user_layout .country-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user_layout #phone_code {
  min-width: 250px;
}