:root {
  --primary: #b9894b;
  --light: #f5f5f5;
  --dark: #353535;
}
html {
  scroll-behavior: smooth;
}
.owl-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -300px;
}
.custom-modal {
  max-width: 80%;
}
@media screen and (max-width: 576px) {
  .custom-modal {
    max-width: 100%;
  }
}

.owl-prev {
  position: relative;
  left: -30px;
}
.owl-next {
  position: relative;
  right: -40px;
}
@media screen and (max-width: 595px) {
  .owl-nav {
    display: none;
  }
}
/* Font Weights */
.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}
.large-about {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .large-about {
    margin-bottom: 0px;
  }
}
.mob-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .mob-hide {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .mob-hide {
    font-size: small;
  }
}
.modal-body img {
  object-fit: cover;
}

/* Swipe for more */
.swipe-svg {
  height: 35px;
  z-index: 100;
}
.home-swipe {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.swipe-message {
  position: relative;
  z-index: 0;
}

/* Talk to Us */
.back-to-top {
  position: fixed;
  right: 0px !important;
  bottom: 30px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .back-to-top {
    bottom: 0px;
  }
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bolder;
  text-transform: capitalize;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 768px) {
  .testim .arrow.right {
    right: 20px !important;
  }
  .testim .arrow.left {
    left: 20px !important;
  }
  #testim-dots {
    display: none;
  }
}
.prop-arrow {
  color: #c9a12d !important;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    height: 300px;
  }
  .header-carousel .custom-min-height {
    min-height: 300px !important;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-carousel .owl-carousel-item video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item h5,
  .header-carousel .owl-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  width: 200px;
  height: 45px;
  bottom: 30px;
  left: 50.5%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.header-carousel .owl-dots {
  position: absolute;
  height: 45px;
  bottom: 30px;
  left: 50.5%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1124px) {
  .header-carousel .owl-dots {
    height: 35px;
    bottom: 20px;
  }
  .header-carousel .owl-nav {
    width: 180px;
    height: 25px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1046px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .header-carousel .owl-dots {
    display: none;
  }
  .header-carousel .owl-nav {
    display: none;
  }
}

.header-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  transition: 0.5s;
}

.header-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: transparent;
  border: 1px solid #ffffff;
}

.header-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(53, 53, 53, 0.7), rgba(53, 53, 53, 0.7)),
    url(../img/contact-us.webp) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title h1 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}

.section-title.text-start h1 {
  padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 5px;
  bottom: 0;
  background: var(--dark);
}

.section-title h1::before {
  left: 0;
}

.section-title h1::after {
  right: 0;
}

.section-title.text-start h1::before {
  display: none;
}

/*** About ***/
@media (min-width: 992px) {
  .container.about {
    max-width: 100% !important;
  }
}

/*** Service ***/
.service-item img {
  transition: 0.5s;
}

.service-item:hover img {
  transform: scale(1.1);
}

/*** Feature ***/
@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Properties ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-item img {
  transition: 0.5s;
}

.portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  background: rgba(53, 53, 53, 0.7);
  transition: 0.5s;
}

.portfolio-item:hover .portfolio-overlay {
  width: 100%;
  height: 100%;
  left: 0;
}

.portfolio-item .portfolio-overlay .btn {
  opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
  opacity: 1;
}

/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .quote-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .quote-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .quote-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item .team-social {
  position: absolute;
  width: 38px;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background: #ffffff;
  transition: 0.5s;
}

.team-item .team-social .btn {
  color: var(--primary);
  background: #ffffff;
}

.team-item .team-social .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

.team-item:hover .team-social {
  left: 0;
}

/*** FeedBacks ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text {
  border: 1px solid var(--primary);
  transform: scale(0.8);
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  transform: scale(1);
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

/*** Team ***/
.team-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgb(219, 218, 218) 0%,
    rgba(219, 218, 218, 0.445) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.team-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgb(219, 218, 218) 0%,
    rgba(219, 218, 218, 0.445) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .team-carousel::before,
  .team-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .team-carousel::before,
  .team-carousel::after {
    width: 300px;
  }
}

.team-carousel .owl-item .team-text {
  border: 5px solid var(--light);
  transform: scale(0.8);
  transition: 0.1s;
}

.team-carousel .owl-item.center .team-text {
  transform: scale(1);
}

.team-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.team-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

/*** Contact ***/
@media (min-width: 992px) {
  .container.contact {
    max-width: 100% !important;
  }

  .contact-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .contact-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .contact-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Footer ***/
.footer {
  background: linear-gradient(rgba(53, 53, 53, 0.7), rgba(53, 53, 53, 0.7)),
    url(../img/footer.jpg) center center no-repeat;
  background-size: cover;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  /* border: 1px solid #ffffff; */
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}
.started-arrow {
  background: linear-gradient(#dba55f, #cf9a58, #c69455, #b9894b, #b38548);
}
@media screen and (max-width: 1132px) {
  .started-arrow {
    display: none;
  }
}
.custom-display {
  display: none;
}
@media screen and (max-width: 482px) {
  .d-none-custom1 {
    display: none !important;
  }
  .custom-display {
    display: flex;
  }
}
.main-logo {
  width: 230px;
  height: 80px;
}
@media screen and (max-width: 600px) {
  .main-logo {
    width: 230px;
  }
}
@media screen and (max-width: 500px) {
  .h1-500 {
    font-size: 20px !important;
  }
  .h5-500 {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 439px) {
  .h5-500 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .custom-padding {
    padding: 0.275rem 0.65rem;
    font-size: small;
  }
}
.app-btn {
  width: 20%;
}
@media screen and (max-width: 550px) {
  .app-btn {
    width: 40%;
  }
}
.select-container {
  width: 300px !important;
}

.select-dropdown {
  width: 100%;
  position: relative;
  color: white;
}
.select-dropdown .select-label {
  color: #2b3044;
  margin-bottom: 5px;
}
.select-dropdown .select-select {
  cursor: pointer;
  transition: 0.3s;
  background-color: #b9894b;
  border-radius: 5px;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
}
.select-dropdown .select-select .select-selected {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-dropdown .select-select .select-selected.placeholder {
  color: #6b728c;
}
.select-dropdown .select-select .select-caret {
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid white;
  transition: 0.3s;
}
.select-dropdown .select:hover {
  background-color: #e1b940;
}
.select-dropdown .select-menu {
  visibility: hidden;
  background-color: #dab33f;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 120%;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  z-index: 1;
}
.select-dropdown .select-menu li {
  cursor: pointer;
  padding: 10px;
}
.select-dropdown .select-menu li:hover {
  background-color: #b9894b;
}
.select-dropdown .select-menu-open {
  visibility: visible;
  opacity: 1;
}

.select-caret-rotate {
  transform: rotate(180deg);
}
.select-active {
  background-color: #8d7429;
}

header h2 {
  font-size: 14px;
  font-weight: 600;
}
header p {
  margin-top: 5px;
  font-size: 16px;
}
.price-input {
  width: 100%;
  display: flex;
  margin: 15px 0 17.5px;
}
.price-input .field {
  display: flex;
  width: 300px;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 10px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 20px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #b9894b;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #8d7429;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #8d7429;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.b-btn.paypal i {
  color: blue;
}
.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}
.custom-background {
  background-image: linear-gradient(
      135deg,
      transparent 0%,
      transparent 6%,
      rgba(71, 71, 71, 0.04) 6%,
      rgba(71, 71, 71, 0.04) 22%,
      transparent 22%,
      transparent 100%
    ),
    linear-gradient(
      45deg,
      transparent 0%,
      transparent 20%,
      rgba(71, 71, 71, 0.04) 20%,
      rgba(71, 71, 71, 0.04) 47%,
      transparent 47%,
      transparent 100%
    ),
    linear-gradient(
      135deg,
      transparent 0%,
      transparent 24%,
      rgba(71, 71, 71, 0.04) 24%,
      rgba(71, 71, 71, 0.04) 62%,
      transparent 62%,
      transparent 100%
    ),
    linear-gradient(
      45deg,
      transparent 0%,
      transparent 73%,
      rgba(71, 71, 71, 0.04) 73%,
      rgba(71, 71, 71, 0.04) 75%,
      transparent 75%,
      transparent 100%
    ),
    linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
}
.on-hover:hover {
  background-color: #b0ab15 !important;
}

.on-hover:hover .whats-icon {
  color: white;
}

.mission-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-list li {
  flex: 1 1 50%; /* Flex-grow: 1, Flex-shrink: 1, Flex-basis: 50% */
  box-sizing: border-box; /* Ensures padding and borders are included in the total width and height */
  padding: 0 15px; /* Adjust the padding as needed */
  margin-bottom: 20px; /* Adds spacing between rows */
}
.mission-list li:before {
  content: "\2022";
  color: #b0ab15;
  font-size: 1.2em;
  margin-right: 0.5em;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .mission-list li {
    flex-basis: 100%; /* On smaller screens, make each item take up full width */
  }
}

.mt-custom {
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
  .resp-logo {
    display: none;
  }
  .mt-custom {
    margin-top: 20px;
  }
}
.translate-btn {
  transition: transform 0.3s ease;
  transform: translateY(0);
}

.translate-btn:hover {
  transform: translateY(-5px);
}
.translate-btn-left {
  transition: transform 0.3s ease;
  transform: translateX(0);
}

.translate-btn-left:hover {
  transform: translateX(-5px);
}
.translate-btn-right {
  transition: transform 0.3s ease;
  transform: translateX(0);
}

.translate-btn-right:hover {
  transform: translateX(5px);
}
.teams {
  font-family: "Raleway", sans-serif;
}
.teams .shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-teams .item {
  height: fit-content !important;
  text-align: center;
  padding: 50px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 400px) {
  #customers-teams .item {
    padding: 10px;
    padding-bottom: 50px;
  }
}
#customers-teams .item p {
  font-size: 12px;
}
#customers-teams .item h2 {
  font-size: 28px !important;
  font-weight: 500 !important;
}
#customers-teams .item .title {
  font-size: 14px;
}
#pastexp {
  margin-top: 20px;
}
#customers-teams .item h5 {
  font-size: 15px !important;
  font-weight: 700 !important;
}
#customers-teams .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.teams .owl-carousel .owl-item .img-circle {
  transform-style: preserve-3d;
  max-width: 200px;
  margin: 0 auto 17px;
  transition: transform 0.5s;
}
.teams .owl-carousel .owl-item .img-circle:hover {
  transform: scale(0.9);
}
#customers-teams.owl-carousel .owl-dots .owl-dot.active span,
#customers-teams.owl-carousel .owl-dots .owl-dot:hover span {
  background: #b9894b;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-teams.owl-carousel .owl-dots {
  display: none;
  width: 100%;
  text-align: center;
}
#customers-teams.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-teams.owl-carousel .owl-dots .owl-dot span {
  background: #b9894b;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  margin-top: 50px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  outline: none;
  border-radius: 50% !important;
}
.owl-dot,
.owl-dot:active,
.owl-dot:focus {
  outline: 0 !important;
}

@media only screen and (max-width: 1000px) {
  #customers-teams.owl-carousel .owl-dots .owl-dot span {
    height: 20px;
    width: 20px;
    margin-top: 30px;
  }
}

#teamsocial {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 10px auto;
  margin-top: 20px;
}
#teamsocial #socialicon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
#teamsocial #socialicon:hover {
  font-size: 2rem;
  width: 50px;
  height: 50px;
}
.customers-teams .owl-stage-outer {
  height: 400px !important;
}
.custom-link {
  display: none;
}
@media screen and (max-width: 992px) {
  .custom-link {
    display: inline-block;
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.shake-animation {
  animation: shake 0.5s ease-in-out infinite;
}

/* Partners */
.partners-container {
  background: white;
  color: #636e72;
}

.partners {
  padding: 10px;
}

@-webkit-keyframes slideleft {
  0% {
    background-position: 385000px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes slideleft {
  0% {
    background-position: 385000px;
  }
  100% {
    background-position: 0;
  }
}
.partners-img-container {
  height: 100px;
  width: 100%;
  overflow: auto;
}

.partners-img-container::-webkit-scrollbar {
  width: 0 !important;
}

.partners-img-container {
  scrollbar-width: none;
}

.partners-img-container {
  -ms-overflow-style: none;
}

.partners-img-container .partners-img {
  height: 75%;
  width: 100%;
  background: transparent url("../img/partners/partners-logos.webp") repeat-x
    50% 0;
  -webkit-animation: slideleft 3000s linear infinite;
  animation: slideleft 3000s linear infinite;
  cursor: grab;
}
.partners-img {
  transform: translate3d(0, 0, 0);
}

/* Testimonials */
.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #333;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #b9894b;
}

.testim .arrow.left {
  left: 70px;
}

.testim .arrow.right {
  right: 70px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #b9894b;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #b9894b;
  border-color: #b9894b;
}

.testim .dots .dot.active {
  transform: scale(1.5);
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #b9894b;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #333;
  width: 70%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}
.million {
  font-size: x-small;
  vertical-align: super;
}

.more-btn {
  width: 10em;
  position: relative;
  height: 3.5em;
  border: 3px ridge #b9894b;
  outline: none;
  background-color: transparent;
  color: #b9894b;
  transition: 1s;
  border-radius: 0.3em;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.more-btn::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #ffffff;
  transition: 0.5s;
  transform-origin: center;
}

.more-btn::before {
  content: "";
  transform-origin: center;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #ffffff;
  transition: 0.5s;
}

.more-btn:hover::before,
.more-btn:hover::after {
  transform: scale(0);
}

.more-btn:hover {
  box-shadow: inset 0px 0px 25px #b9894b;
}

/* Chat with agent */
#btn-message {
  --text-color: #000;
  --bg-color-sup: #d2d2d2;
  --bg-color: #f4f4f4;
  --bg-hover-color: #ffffff;
  --online-status: #00da00;
  --font-size: 16px;
  --btn-transition: all 0.2s ease-out;
}

.button-message {
  display: flex;
  justify-content: center;
  align-items: center;
  font: 400 var(--font-size) Helvetica Neue, sans-serif;
  box-shadow: 0 0 2.17382px rgba(0, 0, 0, 0.049),
    0 1.75px 6.01034px rgba(0, 0, 0, 0.07),
    0 3.63px 14.4706px rgba(0, 0, 0, 0.091), 0 22px 48px rgba(0, 0, 0, 0.14);
  background-color: var(--bg-color);
  border-radius: 68px;
  cursor: pointer;
  padding: 6px 10px 6px 6px;
  width: fit-content;
  height: 40px;
  border: 0;
  overflow: hidden;
  position: relative;
  transition: var(--btn-transition);
}

.button-message:hover {
  height: 56px;
  padding: 8px 20px 8px 8px;
  background-color: var(--bg-hover-color);
  transition: var(--btn-transition);
}

.button-message:active {
  transform: scale(0.99);
}

.content-avatar {
  width: 30px;
  height: 30px;
  margin: 0;
  transition: var(--btn-transition);
  position: relative;
}

.button-message:hover .content-avatar {
  width: 40px;
  height: 40px;
}

.avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bg-color-sup);
}

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

.status-user {
  position: absolute;
  width: 6px;
  height: 6px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  outline: solid 2px var(--bg-color);
  background-color: var(--online-status);
  transition: var(--btn-transition);
  animation: active-status 2s ease-in-out infinite;
}

.button-message:hover .status-user {
  width: 10px;
  height: 10px;
  right: 1px;
  bottom: 1px;
  outline: solid 3px var(--bg-hover-color);
}

.notice-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 8px;
  text-align: initial;
  color: var(--text-color);
}

.username {
  letter-spacing: -6px;
  height: 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: var(--btn-transition);
}

.user-id {
  font-size: 12px;
  letter-spacing: -6px;
  height: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: var(--btn-transition);
}

.lable-message {
  display: flex;
  align-items: center;
  opacity: 1;
  transform: scaleY(1);
  transition: var(--btn-transition);
}

.button-message:hover .username {
  height: auto;
  letter-spacing: normal;
  opacity: 1;
  transform: translateY(0);
  transition: var(--btn-transition);
}

.button-message:hover .user-id {
  height: auto;
  letter-spacing: normal;
  opacity: 1;
  transform: translateY(0);
  transition: var(--btn-transition);
}

.button-message:hover .lable-message {
  height: 0;
  transform: scaleY(0);
  transition: var(--btn-transition);
}

.lable-message,
.username {
  font-weight: lighter;
}

.number-message {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 8px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  background-color: var(--bg-color-sup);
  border-radius: 20px;
}
@keyframes active-status {
  0% {
    background-color: var(--online-status);
  }

  33.33% {
    background-color: #93e200;
  }

  66.33% {
    background-color: #93e200;
  }

  100% {
    background-color: var(--online-status);
  }
}

/* get in touch */
.main_back {
  position: absolute;
  border-radius: 10px;
  transform: rotate(90deg);
  width: 7em;
  height: 7em;
  background: linear-gradient(#dba55f, #cf9a58, #c69455, #b9894b, #b38548);
  z-index: 19;
}

.main {
  display: flex;
  flex-wrap: wrap;
  width: 10em;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: transform 0.3s ease-in-out;
}

.card {
  width: 60px;
  height: 60px;
  border-top-left-radius: 10px;
  background: rgb(184, 182, 182);
  transition: 0.4s ease-in-out, 0.2s background-color ease-in-out,
    0.2s background-image ease-in-out;
  background: rgba(255, 255, 255, 0.596);
  backdrop-filter: blur(5px);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card:nth-child(2) {
  border-top-right-radius: 10px;
  border-top-left-radius: 0px;
}

.card:nth-child(3) {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0px;
}

.card:nth-child(4) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
}

.main:hover {
  width: 14em;
  cursor: pointer;
  transform: rotate(-45deg);
}

.main:hover .main_back {
  opacity: 0;
  width: 1px;
}

.main:hover .card {
  margin: 0.2em;
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.875);
}

.main:hover .card svg {
  transform: rotate(45deg);
}

.main:hover .text {
  opacity: 0;
  z-index: 18;
  display: none;
}

.card:nth-child(1):hover {
  background-color: #bfc54b;
}

.card:nth-child(2):hover {
  background-color: #51cc39;
}

.card:nth-child(3):hover {
  background-color: #b4cceb;
}

.card:nth-child(4):hover {
  background-color: #d6b142;
}

.disable-pointer-events {
  pointer-events: none;
}

.text {
  position: absolute;
  font-size: 1em;
  transition: 0.4s ease-in-out;
  color: white;
  text-align: center;
  font-weight: bold;
  z-index: 21;
}
/* header buttons */
.continue-application {
  --color: #fff;
  --background: #b9894b;
  --background-hover: #3a4059;
  --background-left: #9c802b;
  --folder: #f3e9cb;
  --folder-inner: #beb393;
  --paper: #ffffff;
  --paper-lines: #bbc1e1;
  --paper-behind: #e1e6f9;
  --pencil-cap: #fff;
  --pencil-top: #275efe;
  --pencil-middle: #fff;
  --pencil-bottom: #5c86ff;
  --shadow: rgba(13, 15, 25, 0.2);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 17px 29px 17px 69px;
  transition: background 0.3s;
  color: var(--color);
  background: var(--bg, var(--background));
}

.continue-application > div {
  top: 0;
  left: 0;
  bottom: 0;
  width: 53px;
  position: absolute;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  background: var(--background-left);
}

.continue-application > div .folder {
  width: 23px;
  height: 27px;
  position: absolute;
  left: 15px;
  top: 13px;
}

.continue-application > div .folder .top {
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: translateX(var(--fx, 0));
  transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application > div .folder .top svg {
  width: 24px;
  height: 27px;
  display: block;
  fill: var(--folder);
  transform-origin: 0 50%;
  transition: transform 0.3s ease var(--fds, 0.45s);
  transform: perspective(120px) rotateY(var(--fr, 0deg));
}

.continue-application > div .folder:before,
.continue-application > div .folder:after,
.continue-application > div .folder .paper {
  content: "";
  position: absolute;
  left: var(--l, 0);
  top: var(--t, 0);
  width: var(--w, 100%);
  height: var(--h, 100%);
  border-radius: 1px;
  background: var(--b, var(--folder-inner));
}

.continue-application > div .folder:before {
  box-shadow: 0 1.5px 3px var(--shadow), 0 2.5px 5px var(--shadow),
    0 3.5px 7px var(--shadow);
  transform: translateX(var(--fx, 0));
  transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application > div .folder:after,
.continue-application > div .folder .paper {
  --l: 1px;
  --t: 1px;
  --w: 21px;
  --h: 25px;
  --b: var(--paper-behind);
}

.continue-application > div .folder:after {
  transform: translate(var(--pbx, 0), var(--pby, 0));
  transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application > div .folder .paper {
  z-index: 1;
  --b: var(--paper);
}

.continue-application > div .folder .paper:before,
.continue-application > div .folder .paper:after {
  content: "";
  width: var(--wp, 14px);
  height: 2px;
  border-radius: 1px;
  transform: scaleY(0.5);
  left: 3px;
  top: var(--tp, 3px);
  position: absolute;
  background: var(--paper-lines);
  box-shadow: 0 12px 0 0 var(--paper-lines), 0 24px 0 0 var(--paper-lines);
}

.continue-application > div .folder .paper:after {
  --tp: 6px;
  --wp: 10px;
}

.continue-application > div .pencil {
  height: 2px;
  width: 3px;
  border-radius: 1px 1px 0 0;
  top: 8px;
  left: 105%;
  position: absolute;
  z-index: 3;
  transform-origin: 50% 19px;
  background: var(--pencil-cap);
  transform: translateX(var(--pex, 0)) rotate(35deg);
  transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application > div .pencil:before,
.continue-application > div .pencil:after {
  content: "";
  position: absolute;
  display: block;
  background: var(
    --b,
    linear-gradient(
      var(--pencil-top) 55%,
      var(--pencil-middle) 55.1%,
      var(--pencil-middle) 60%,
      var(--pencil-bottom) 60.1%
    )
  );
  width: var(--w, 5px);
  height: var(--h, 20px);
  border-radius: var(--br, 2px 2px 0 0);
  top: var(--t, 2px);
  left: var(--l, -1px);
}

.continue-application > div .pencil:before {
  -webkit-clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
  clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
}

.continue-application > div .pencil:after {
  --b: none;
  --w: 3px;
  --h: 6px;
  --br: 0 2px 1px 0;
  --t: 3px;
  --l: 3px;
  border-top: 1px solid var(--pencil-top);
  border-right: 1px solid var(--pencil-top);
}

.continue-application:before,
.continue-application:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: var(--color);
  transform-origin: 9px 1px;
  transform: translateX(var(--cx, 0)) scale(0.5) rotate(var(--r, -45deg));
  top: 26px;
  right: 16px;
  transition: transform 0.3s;
}

.continue-application:after {
  --r: 45deg;
}

.continue-application:hover {
  --cx: 2px;
  --bg: var(--background-hover);
  --fx: -40px;
  --fr: -60deg;
  --fd: 0.15s;
  --fds: 0s;
  --pbx: 3px;
  --pby: -3px;
  --pbd: 0.15s;
  --pex: -24px;
}

/* newbtn */
.about-button {
  cursor: pointer;
  position: relative;
  padding: 10px 24px;
  font-size: 18px;
  color: rgb(193, 163, 98);
  border: 2px solid rgb(193, 163, 98);
  border-radius: 12px;
  background-color: transparent;
  /* font-weight: 600; */
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  box-shadow: 0 0px 10px rgb(201, 199, 199);
}

.about-button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #b9894b;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.about-button:hover::before {
  scale: 3;
}

.about-button:hover {
  color: #ffffff;
  scale: 1.1;
  box-shadow: 0 0px 15px gray;
}

.about-button:active {
  scale: 1;
}
.iti {
  width: 100% !important;
}
.custom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#youtube-video {
  width: 700px;
  height: 395px;
}
#youtube-video2 {
  width: 700px;
  height: 395px;
}
#youtube-video3 {
  width: 700px;
  height: 395px;
}
#youtube-video4 {
  width: 700px;
  height: 395px;
}
#youtube-video5 {
  width: 700px;
  height: 395px;
}
#youtube-video6 {
  width: 700px;
  height: 395px;
}
#youtube-video7 {
  width: 700px;
  height: 395px;
}
#youtube-video8 {
  width: 700px;
  height: 395px;
}
#youtube-video9 {
  width: 700px;
  height: 395px;
}
#youtube-video10 {
  width: 700px;
  height: 395px;
}
#youtube-video11 {
  width: 700px;
  height: 395px;
}
@media screen and (max-width: 780px) {
  #youtube-video {
    width: 560px;
    height: 315px;
  }
  #youtube-video2 {
    width: 560px;
    height: 315px;
  }
  #youtube-video3 {
    width: 560px;
    height: 315px;
  }
  #youtube-video4 {
    width: 560px;
    height: 315px;
  }
  #youtube-video5 {
    width: 560px;
    height: 315px;
  }
  #youtube-video6 {
    width: 560px;
    height: 315px;
  }
  #youtube-video7 {
    width: 560px;
    height: 315px;
  }
  #youtube-video8 {
    width: 560px;
    height: 315px;
  }
  #youtube-video9 {
    width: 560px;
    height: 315px;
  }
  #youtube-video10 {
    width: 560px;
    height: 315px;
  }
  #youtube-video11 {
    width: 560px;
    height: 315px;
  }
}
@media screen and (max-width: 600px) {
  #youtube-video {
    width: 460px;
    height: 285px;
  }
  #youtube-video2 {
    width: 460px;
    height: 285px;
  }
  #youtube-video3 {
    width: 460px;
    height: 285px;
  }
  #youtube-video4 {
    width: 460px;
    height: 285px;
  }
  #youtube-video5 {
    width: 460px;
    height: 285px;
  }
  #youtube-video6 {
    width: 460px;
    height: 285px;
  }
  #youtube-video7 {
    width: 460px;
    height: 285px;
  }
  #youtube-video8 {
    width: 460px;
    height: 285px;
  }
  #youtube-video9 {
    width: 460px;
    height: 285px;
  }
  #youtube-video10 {
    width: 460px;
    height: 285px;
  }
  #youtube-video11 {
    width: 460px;
    height: 285px;
  }
}
@media screen and (max-width: 480px) {
  #youtube-video {
    width: 400px;
    height: 225px;
  }
  #youtube-video2 {
    width: 400px;
    height: 225px;
  }
  #youtube-video3 {
    width: 400px;
    height: 225px;
  }
  #youtube-video4 {
    width: 400px;
    height: 225px;
  }
  #youtube-video5 {
    width: 400px;
    height: 225px;
  }
  #youtube-video6 {
    width: 400px;
    height: 225px;
  }
  #youtube-video7 {
    width: 400px;
    height: 225px;
  }
  #youtube-video8 {
    width: 400px;
    height: 225px;
  }
  #youtube-video9 {
    width: 400px;
    height: 225px;
  }
  #youtube-video10 {
    width: 400px;
    height: 225px;
  }
  #youtube-video11 {
    width: 400px;
    height: 225px;
  }
}
@media screen and (max-width: 400px) {
  #youtube-video {
    width: 370px;
    height: 200px;
  }
  #youtube-video2 {
    width: 370px;
    height: 200px;
  }
  #youtube-video3 {
    width: 370px;
    height: 200px;
  }
  #youtube-video4 {
    width: 370px;
    height: 200px;
  }
  #youtube-video5 {
    width: 370px;
    height: 200px;
  }
  #youtube-video6 {
    width: 370px;
    height: 200px;
  }
  #youtube-video7 {
    width: 370px;
    height: 200px;
  }
  #youtube-video8 {
    width: 370px;
    height: 200px;
  }
  #youtube-video9 {
    width: 370px;
    height: 200px;
  }
  #youtube-video10 {
    width: 370px;
    height: 200px;
  }
  #youtube-video11 {
    width: 370px;
    height: 200px;
  }
}

.custom-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close-button {
  position: absolute;
  background-color: transparent;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.close-button:hover {
  background-color: white;
}

.custom-ms-4 {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hide {
    display: none;
  }
  .custom-ms-4 {
    margin-left: 0.8rem;
  }
}
.input-filter-container {
  max-width: 400px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #f1f1f1;
}
.type-select {
  padding: 8px 5px;
  font-size: medium;
  border: none;
  width: 135px;
  color: gray;
}
@media screen and (max-width: 610px) {
  .input-filter-container {
    max-width: 150px;
  }
  .type-select {
    padding: 6px 3px;
    font-size: medium;
  }
  .input-wrapper-first label {
    font-size: 11px !important;
  }
  .input-wrapper-first label.active {
    font-size: 13px;
    color: #8d7429;
    bottom: 35px;
  }
}
@media screen and (max-width: 460px) {
  .input-filter-container {
    max-width: 130px;
  }
  .type-select {
    padding: 6px 3px;
    font-size: small;
  }
}
.input-wrapper-first {
  display: flex;
  flex-direction: column;
  position: relative;
}
.input-wrapper-first label {
  position: absolute;
  transition: ease-out 0.2s;
  pointer-events: none;
  font-size: 15px;
  bottom: 7px;
  color: #9e9e9e;
}
.input-wrapper-first label.active {
  font-size: 10px;
  color: #8d7429;
  bottom: 35px;
}
.input-wrapper-first label.active ~ input {
  border-bottom: 1px solid #a69d26;
  box-shadow: 0 1px 0 0 #a6a426;
}
.input-wrapper-first label span {
  color: red;
  padding-right: 3px;
}
.input-wrapper-first input {
  border: 0;
  height: 40px;
  font-size: 15px;
  transition: ease-out 0.2s;
  border-bottom: 1px solid #9e9e9e;
}
.input-wrapper-first input:focus {
  outline: none;
}
.input-wrapper-first input:active {
  color: red;
}
.mobile-screen {
  display: none;
}
@media screen and (max-width: 768px) {
  .large-screen {
    display: none;
  }
  .mobile-screen {
    display: flex;
    margin-bottom: 30px;
  }
}
.prop-name:hover {
  text-decoration: underline;
  color: #8d7429;
}

.custom-item {
  width: 100%;
}
#testimonialCSS {
  all: reset;
}

.feedback-img {
  max-width: 100%;
}

.section-title2 {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.section-title2:after,
.section-title2:before {
  content: "";
  position: absolute;
  bottom: 0;
}

.customer-feedback .owl-item img {
  width: 85px;
  height: 85px;
}

.feedback-slider-item {
  position: relative;
  padding: 40px;
  padding-bottom: 10px;
  margin-top: -40px;
}

.customer-name {
  font-family: inherit;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}
.customer-testimonial {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.67;
  text-align: center;
  color: #444;
}
.feedback-slider-item p {
  line-height: 1.875;
}

.customer-stars {
  color: #fec700;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: #fec700;
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

.feedback-slider-item:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-color: #f6f6f6;
  border: 0.3px solid #d8c898;
  border-radius: 10px;
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: 0.8;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
  background-color: transparent;
  color: #b9894b;
  font-size: 25px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #b9894b;
  display: block;
  backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: #b9894b;
}

@media screen and (max-width: 767px) {
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }
  .customer-feedback .owl-prev {
    left: 0;
  }
  .customer-feedback .owl-next {
    right: 0;
  }
}
.bootstrap-iso .owl-stage-outer {
  width: 100%;
}
.bootstrap-iso .feedback-slider {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .feedback-slider-item:after {
    width: 90% !important;
  }
}

.rev-button {
  max-width: 320px;
  display: flex;
  padding: 0.5rem 1.4rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  gap: 0.75rem;
  color: rgb(65, 63, 63);
  background-color: #fff;
  cursor: pointer;
  transition: all 0.6s ease;
}

.rev-button svg {
  height: 24px;
}

.rev-button:hover {
  transform: scale(1.02);
}

.testm-holder {
  width: 100% !important;
}
.view {
  position: relative;
  height: fit-content;
  width: 100%;
  background: #fcfcfc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card__list {
  padding: 0.75rem;
}
.card__item {
  margin: 0 0 0.75rem;
  width: 100%;
  padding: 2.25rem 1.5rem;
  border-top: 4px solid #404040;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.card__item--yellow {
  border-top-color: #b38548;
}
.card__item--yellow p.info-player__num {
  background: #b38548;
  text-shadow: 1px 1px rgba(129, 122, 36, 0.7),
    2px 2px rgba(134, 127, 38, 0.715), 3px 3px rgba(139, 132, 39, 0.73),
    4px 4px rgba(144, 136, 40, 0.745), 5px 5px rgba(148, 140, 41, 0.76),
    6px 6px rgba(152, 143, 43, 0.775), 7px 7px rgba(156, 147, 44, 0.79),
    8px 8px rgba(159, 150, 45, 0.805), 9px 9px rgba(162, 153, 45, 0.82),
    10px 10px rgba(165, 156, 46, 0.835), 11px 11px rgba(168, 158, 47, 0.85),
    12px 12px rgba(171, 161, 48, 0.865), 13px 13px rgba(173, 163, 49, 0.88),
    14px 14px rgba(176, 165, 49, 0.895), 15px 15px rgba(178, 168, 50, 0.91),
    16px 16px rgba(180, 169, 50, 0.925), 17px 17px rgba(182, 171, 51, 0.94),
    18px 18px rgba(184, 173, 52, 0.955), 19px 19px rgba(186, 175, 52, 0.97),
    20px 20px rgba(187, 176, 53, 0.985);
}
.card__item--yellow:hover .info-player__name,
.card__item--yellow:hover .info-place {
  color: #b38548;
}

.card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__info .info-player {
  display: flex;
  align-items: center;
}
.card__info .info-player__num {
  width: 60px;
  height: 60px;
  line-height: 36px;
  padding: 0.75rem;
  margin: 0 0.75rem 0 0;
  text-align: center;
  background: silver;
  border-radius: 50%;
  font-size: 36px;
  color: white;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.card__info .info-player__name {
  line-height: 1.1;
  font-size: 20px;
  margin: 0;
}
.card__info .info-player__name small {
  font-size: 14px;
}
.card__info .info-place {
  margin: 0;
  font-size: 24px;
}

.logo {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 2;
}
.logo img {
  width: 45px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: rotate(0);
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.logo img:hover {
  transform: rotate(180deg) scale(1.1);
}
.info-player .filter-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.input-wrapper-first,
.type-select {
  margin: 5px;
}
.name-search {
  width: fit-content;
}

@media (max-width: 768px) {
  .info-player .filter-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .input-wrapper-first,
  .type-select {
    width: 100%;
  }
  .name-search {
    width: 110px;
    position: relative;
    top: -5px;
  }
}
.carousel-button {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  background-color: #b9894b;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .carousel-button {
    padding: 0.8em 1.8em;
    font-size: 12px;
  }
}

.carousel-button:hover {
  color: #b9894b;
  transform: scale(1.1);
  outline: 2px solid whitesmoke;
  box-shadow: 4px 5px 17px -4px whitesmoke;
}

.carousel-button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: whitesmoke;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.carousel-button:hover::before {
  width: 250%;
}

.carousel-button2 {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  color: #b9894b;
  background-color: whitesmoke;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .carousel-button2 {
    padding: 0.8em 1.8em;
    font-size: 12px;
  }
}

.carousel-button2:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #b38548;
  box-shadow: 4px 5px 17px -4px #b38548;
}

.carousel-button2::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #b38548;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.carousel-button2:hover::before {
  width: 250%;
}
/* New Filtering */

.view > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(248, 248, 237);
  padding: 8px 10px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.view .fa-search {
  color: white;
}

.card__list {
  list-style: none;
  padding-top: 0;
  width: 100%;
  margin: 0;
}

.card__item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-top: 15px;
}

.card__item--yellow {
  border-top: 5px solid #b38548;
}

.view > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 8px 10px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.view .fa-search {
  color: white;
}

.card__list {
  list-style: none;
  padding-top: 0;
  width: 100%;
  margin: 0;
}

.card__item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-top: 15px;
}

.card__item--yellow {
  border-top: 5px solid #b38548;
}

/* New Filtering */
.tabs {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15),
    0 6px 12px 0 rgba(24, 94, 224, 0.15);
  padding: 0.75rem;
  border-radius: 99px;
}

.tabs * {
  z-index: 2;
}

.container input[type="radio"] {
  display: none;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 100px;
  font-size: 1rem;
  color: black;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
}

.container input[type="radio"]:checked + label {
  color: #b9894b;
}

.glider {
  position: absolute;
  display: none; /* Hide the glider initially */
  height: 30px;
  width: 100px;
  background-color: #e8debf;
  z-index: 1;
  border-radius: 99px;
  transition: 0.25s ease-out;
}

.glider.visible {
  display: flex; /* Show the glider when the 'visible' class is added */
}

@media screen and (max-width: 530px) {
  .tabs {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 450px) {
  .tabs {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 420px) {
  .tabs {
    transform: scale(0.77);
  }
}
@media screen and (max-width: 410px) {
  .tabs {
    transform: scale(0.75);
  }
}
@media screen and (max-width: 400px) {
  .tabs {
    transform: scale(0.73);
  }
}
@media screen and (max-width: 390px) {
  .tabs {
    transform: scale(0.72);
  }
}
@media screen and (max-width: 383px) {
  .tabs {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 370px) {
  .tabs {
    transform: scale(0.67);
  }
}
@media screen and (min-width: 530px) {
}
.input {
  display: flex;
  flex-direction: column;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15),
    0 6px 12px 0 rgba(24, 94, 224, 0.15);
  justify-content: center;
  border-radius: 5px;
}

.value {
  background-color: transparent;
  border: none;
  padding: 10px;
  color: black;
  display: flex;
  position: relative;
  font-size: 0.8rem;
  gap: 5px;
  cursor: pointer;
  border-radius: 4px;
}

.value:not(:active):hover,
.value:focus {
  background-color: #c2c2c2;
}

.value:focus,
.value:active {
  background-color: #bfc0c1;
  outline: none;
}

.value::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -10px;
  width: 5px;
  height: 80%;
  background-color: #b9894b;
  border-radius: 5px;
  opacity: 0;
}

.value:focus::before,
.value:active::before {
  opacity: 1;
}
/* Add a class to the selected bedroom button */
.value.selected::before {
  opacity: 1;
}

.value svg {
  width: 15px;
}

.loader {
  width: 250px;
  height: 100px;
  border-radius: 10px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
  /* box-shadow: 2px 2px 10px -5px lightgrey; */
}
.loading {
  width: 100%;
  height: 10px;
  background: lightgrey;
  border-radius: 10px;
  position: relative;
}
.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background: #b9894b;
  border-radius: 10px;
  z-index: 1;
  animation: loading 0.6s alternate infinite;
}
.label-loading {
  color: #b9894b;
  font-size: 18px;
  animation: bit 0.6s alternate infinite;
}

@keyframes bit {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    left: 25%;
  }
  100% {
    left: 50%;
  }
  0% {
    left: 0%;
  }
}

.card1 {
  display: inline-block;
  height: 288px;
  margin: 10px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.173);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
}

.element1 {
  top: 12px;
  position: relative;
  height: 200px;
  border-radius: 4px;
}
.element2 {
  margin-top: 28px;
  position: relative;
  height: 16px;
  border-radius: 4px;
}

.gradient {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);
  background-size: 1000px 640px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.soc-card {
  display: flex;
  height: 45px;
  width: 170px;
}

.soc-card svg {
  position: absolute;
  display: flex;
  width: 60%;
  height: 100%;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.25s;
  z-index: 2;
  cursor: pointer;
}

.soc-card .social-link1,
.soc-card .social-link2,
.soc-card .social-link3,
.soc-card .social-link4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  color: whitesmoke;
  font-size: 24px;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 50px;
}

.soc-card svg {
  transform: scale(1);
}

.soc-card .social-link1 {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  animation: bounce_613 0.4s linear;
}

.soc-card .social-link2 {
  background-color: #00ccff;
  animation: bounce_613 0.4s linear;
}

.soc-card .social-link3 {
  background-color: #5865f2;
  animation: bounce_613 0.4s linear;
}

.soc-card .social-link4 {
  background-color: #12a50b;
  animation: bounce_613 0.4s linear;
}

@keyframes bounce_613 {
  40% {
    transform: scale(1.4);
  }

  60% {
    transform: scale(0.8);
  }

  80% {
    transform: scale(1.2);
  }

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

/* Filter Loading */
.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #ffffff87;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filter-loader {
  border: 8px solid #ffffff;
  border-top: 8px solid #0000005f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

.loading-text {
  font-size: 20px;
  color: #121212;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swipe-hand {
  width: 50px; /* Adjust the size as needed */
  animation: swipe 3s infinite;
}

@keyframes swipe {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px); /* Adjust the distance as needed */
  }
  100% {
    transform: translateX(0);
  }
}

ul.ul-cards {
  width: min(100%, 60rem);
  /* margin-inline: auto; */
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  justify-content: center;
}
ul.ul-cards > li {
  --bg-color: #f2f2f2;
  --text-color: #333;
  --padding: 1rem;
  --circle-size: 5rem;
  --circle-expand: 1rem;
  --flap-height: 1.25rem;
  --flap-offset: 0.5rem;
  max-width: 15rem;
  margin-top: calc(var(--circle-size) / 2 + var(--circle-expand));
  margin-bottom: var(--flap-offset);
  background-color: var(--bg-color);
  background-image: linear-gradient(
    to bottom left,
    transparent 50%,
    rgba(0 0 0 / 0.125)
  );
  border-radius: var(--padding);
  padding: var(--padding);

  --bs-rim: inset -0.1rem 0.1rem 0.1rem rgb(255 255 255 / 0.5);
  --bs-card-spread: 0.25rem;
  --bs-card-color: rgb(0 0 0 / 0.02);
  --bs-card: -0.1rem 0.1rem var(--bs-card-spread) var(--bs-card-color),
    -0.2rem 0.2rem var(--bs-card-spread) var(--bs-card-color),
    -0.3rem 0.3rem var(--bs-card-spread) var(--bs-card-color),
    -0.4rem 0.4rem var(--bs-card-spread) var(--bs-card-color),
    -0.5rem 0.5rem var(--bs-card-spread) var(--bs-card-color),
    -0.6rem 0.6rem var(--bs-card-spread) var(--bs-card-color),
    -0.7rem 0.7rem var(--bs-card-spread) var(--bs-card-color),
    -0.8rem 0.8rem var(--bs-card-spread) var(--bs-card-color),
    -0.9rem 0.9rem var(--bs-card-spread) var(--bs-card-color),
    -1rem 1rem var(--bs-card-spread) var(--bs-card-color),
    -1.1rem 1.1rem var(--bs-card-spread) var(--bs-card-color),
    -1.2rem 1.2rem var(--bs-card-spread) var(--bs-card-color),
    -1.3rem 1.3rem var(--bs-card-spread) var(--bs-card-color),
    -1.4rem 1.4rem var(--bs-card-spread) var(--bs-card-color),
    -1.5rem 1.5rem var(--bs-card-spread) var(--bs-card-color),
    -1.6rem 1.6rem var(--bs-card-spread) var(--bs-card-color),
    -1.7rem 1.7rem var(--bs-card-spread) var(--bs-card-color),
    -1.8rem 1.8rem var(--bs-card-spread) var(--bs-card-color),
    -1.9rem 1.9rem var(--bs-card-spread) var(--bs-card-color);
  box-shadow: var(--bs-rim), var(--bs-card);
  display: grid;
  grid-template-rows: max-content max-content auto;
  justify-items: center;
  text-align: center;
  gap: 0.75rem;
  position: relative;
}
ul.ul-cards > li > .icon {
  width: var(--circle-size);
  margin-top: calc(var(--circle-size) / -2 - var(--padding));
  aspect-ratio: 1;
  background-color: var(--bg-color);
  justify-self: center;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--bs-rim), -0.1rem 0.1rem 0.25rem rgb(0 0 0 / 0.25);
}
ul.ul-cards > li > .icon > i {
  font-size: calc(var(--circle-size) / 3);
  color: var(--accent-color);
}
ul.ul-cards > li > .title {
  margin-top: 0.5rem;
  color: var(--accent-color);
  font-weight: 700;
}
ul.ul-cards > li > .content {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  color: var(--text-color);
}
ul.ul-cards > li::before,
ul > li::after {
  content: "";
  position: absolute;
}
ul.ul-cards > li::before {
  top: calc(var(--circle-size) / -2 - var(--circle-expand));
  width: calc(var(--circle-size) * 1 + var(--circle-expand) * 2);
  height: calc(
    100% + var(--circle-size) / 2 + var(--padding) + var(--flap-offset)
  );
  background-color: var(--accent-color);
  background-image: linear-gradient(transparent 50%, rgb(0 0 0 / 0.25) 0);
  border-top-left-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
  border-top-right-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--flap-offset)),
    calc(100% - var(--flap-offset)) 100%,
    var(--flap-offset) 100%,
    0 calc(100% - var(--flap-offset))
  );
  z-index: -1;
}
ul.ul-cards > li::after {
  width: calc(
    var(--circle-size) * 1 + var(--circle-expand) * 2 - var(--flap-offset) * 2
  );
  height: var(--flap-height);
  bottom: calc(var(--flap-offset) * -1);
  border-top-left-radius: var(--flap-height);
  border-top-right-radius: var(--flap-height);
  background-color: var(--accent-color);
}
.d-none-993 {
  display: flex;
}
.w-cus-993 {
  width: 60%;
}
@media screen and (max-width: 993px) {
  .d-none-993 {
    display: none;
  }
  .w-cus-993 {
    width: 95%;
  }
}
/* From Uiverse.io by aadium */
.social-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  box-shadow: 0px 0px 15px #00000027;
  padding: 10px 5px;
  border-radius: 5em;
}

.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #00000027;
  transition: 0.3s;
}

.social-button:hover {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 6px 3px #00000027;
}

.social-buttons svg {
  transition: 0.3s;
  height: 20px;
}

.facebook {
  background-color: #3b5998;
}

.facebook svg {
  fill: #f2f2f2;
}

.facebook:hover svg {
  fill: #3b5998;
}

.github {
  background-color: #333;
}

.github svg {
  width: 25px;
  height: 25px;
  fill: #f2f2f2;
}

.github:hover svg {
  fill: #333;
}

.linkedin {
  background-color: #0077b5;
}

.linkedin svg {
  fill: #f2f2f2;
}

.linkedin:hover svg {
  fill: #0077b5;
}

.instagram {
  background-color: #c13584;
}

.instagram svg {
  fill: #f2f2f2;
}

.instagram:hover svg {
  fill: #c13584;
}
.d-none-572 {
  display: block;
}
.d-flex-572 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
}

@media screen and (max-width: 573px) {
  .d-none-572 {
    display: none;
  }
  .d-flex-572 {
    justify-content: center;
  }
}

.feat-container {
  margin: 0%;
  width: 90%;
}
.container-heading {
  text-align: center;
  color: #262f68;
  font-size: 25px;
  margin: 50px 0%;
  margin-top: 0;
}
.items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 50px;
}
.cus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 150px;
}
.item-icon {
  width: 60px;
  height: 60px;
  padding: 5%;
  border-radius: 50px;
}
#map-icon {
  background-color: #ffe6df;
}
#coin-icon {
  background-color: #dff0fe;
}
#comparison-icon {
  background-color: #fcf3df;
}
#laptop-icon {
  background-color: #eff2ff;
}
.item-details {
  font-size: 17px;
  text-align: center;
  color: #7980a3;
}

@media screen and (max-width:450px) {
  .cus-padding{
    padding-top: 0px !important;
  }
}
