@import url('./variable.css?t=2');
@import url('./home.css?t=2');
@import url('./header.css?t=2');
@import url('./footer.css?t=2');
@import url('./product-listing.css?t=2');
@import url('./product-detail.css?t=2');
@import url('./register.css?t=2');
@import url('./login.css?t=2');
@import url('./forgot.css?t=2');
@import url('./cart-listing.css?t=2');
@import url('./checkout.css?t=2');
@import url('./pyment.css?t=2');
@import url('./contact-us.css?t=2');
@import url('./about-us.css?t=2');
@import url('./blog.css?t=2');
@import url('./blog.details.css?t=2');
@import url('./sell-now.css?t=2');
@import url('./shopping-continue.css?t=2');
@import url('./your-detail.css?t=2');
@import url('./sell-gold.css?t=2');
@import url('./sell-platinum.css?t=2');
@import url('./sell-silver.css?t=2');
@import url('./sell-palladium.css?t=2');
@import url('./faq.css?t=2');
@import url('./return-exchanges.css?t=2');
@import url('./terms-and-conditions.css?t=2');
@import url('./privacy-policy.css?t=2');
@import url('./shipping-delivery.css?t=2');
@import url('./guide-to-buying.css?t=2');
@import url('./sitemap.css?t=2');
@import url('./our-showroom.css?t=2');
@import url('./profile.css?t=2');
@import url('./order-detail.css?t=2');
@import url('./vat-free.css?t=2');
@import url('./reset-passowrd.css?t=2');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap');

body {
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  height: auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main {
  flex: 1;
}

.container-fluid {
  padding: 0 48px;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.common-user.map-icon i {
  font-size: 20px;
}

.form-outline .form-control~.form-label {
  padding-top: 10px;
}

.form-check-input[type=radio]:checked:after {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.form-check-input {
  border: .125rem solid var(--primary-color);
}

.form-check-input:checked {
  border-color: var(--primary-color);
}

.form-check-input:checked:focus {
  border-color: var(--primary-color);
}

.common-shadow {
  box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.2);
}

.common-section {
  padding-top: 80px;
}

.common-primary-btn, .header-common-primary-btn {
  background-color: var(--primary-color);
  border-radius: 5px;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  max-width: 180px;
  min-width: 180px;
  border: 1px solid var(--primary-color);
  transition: all 0.90s ease;
  position: relative;
}

.header-sell-btn-box{
 text-align: center;
}

.header-common-primary-btn {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  margin: 0 auto;
  max-width: 110px;
  min-width: 110px;
  border: 1px solid var(--primary-color);
  transition: all 0.90s ease;
  position: relative;
}

.common-primary-btn:hover, .header-common-primary-btn:hover {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  transform: scale(0.96);
  color: var(--primary-color);
}


.video-text-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
}

.common-primary-btn:hover:before, .header-common-primary-btn:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--primary-color) 20%, transparent 30%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--primary-color) 15%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.common-primary-btn:hover::after, .header-common-primary-btn:hover:after {
  bottom: -70%;
  background-image: radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--primary-color) 15%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.common-primary-btn:active, .header-common-primary-btn:active {
  transform: scale(0.96);
}

.common-primary-btn:before,
.common-primary-btn:after,
.header-common-primary-btn:before,
.header-common-primary-btn:after
 {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.common-secondary-btn {
  background-color: transparent;
  border-radius: 5px;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  height: 58px;
  max-width: 180px;
  min-width: 180px;
  border: 1px solid var(--primary-color);
  transition: all 0.90s ease;
  position: relative;
}

.common-secondary-btn:hover {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  transform: scale(0.96);
  color: var(--white);
}

.common-secondary-btn:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--primary-color) 20%, transparent 30%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--primary-color) 15%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.common-secondary-btn:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--primary-color) 15%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.common-secondary-btn:active {
  transform: scale(0.96);
}

.common-secondary-btn:before,
.common-secondary-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.common-title {
  font-size: 48px;
  color: var(--primary-color);
  font-family: "Qwigley", cursive;
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
}


/* animations */
.fade-in {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(4);
  }

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

/* fadeout animataion */
.slide-up {
  transform: translateY(2px);
  opacity: 0;
  animation: slideUp 2.2s ease-out forwards;
}

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

/* left-side animation */
.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  animation: slideInLeft 2.2s ease-out forwards;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-top-right {
  opacity: 0;
  transform: translate(100px, -100px);
  /* Right + Top */
  animation: slideInTopRight 1.5s ease-out forwards;
}

@keyframes slideInTopRight {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.slider-up-load {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpLoad 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes slideUpLoad {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

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

.slider-down-load {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpLoad 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

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

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

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 1s ease-out forwards;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.rotate-in {
  opacity: 0;
  transform: rotate(-30deg) scale(0.8);
  animation: rotateIn 2.8s ease-out forwards;
}

@keyframes rotateIn {
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}


.bounce-in {
  opacity: 0;
  transform: translateY(100px);
  animation: bounceIn 1.2s ease-out forwards;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  60% {
    opacity: 1;
    transform: translateY(-20px);
  }

  80% {
    transform: translateY(10px);
  }

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


.slide-in-bottom-right {
  opacity: 0;
  transform: translate(100px, 100px);
  animation: slideInBottomRight 1.3s ease-out forwards;
}



@keyframes slideInBottomRight {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.product-card {
  background: var(--white);
  border: 1px solid var(--light-white);
  border-radius: 12px;
  overflow: hidden;

  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 10px;
  /* max-width: 340px; */
}

/* product-lising-section */


.product-card::before {
  /* background: linear-gradient(343deg, #7F5000 -6.72%, #F3D986 297.81%) var(--light-black); */
  /* background: var(--liner-light-color); */
  background: var(--gold-color);
  height: 33px;
  width: 53px;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 56px;
  left: -3px;

}

.product-card:after {

  position: absolute;
  content: attr(data-label);
  width: 120px;
  /* background: linear-gradient(343deg, #7F5000 -6.72%, #F3D986 297.81%) var(--light-black); */
  /* background: var(--liner-light-color); */
  background: var(--gold-color);
  color: white;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
  top: 41px;
  left: -7px;
}

.product-card .product-card-container {
  background-color: var(--white);
  position: relative;
}

.hover-table-show {
  background: var(--white);
  box-shadow: var(--shadow);
  min-height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  top: 100%;
  z-index: 10;
  border-bottom: 1px solid var(--active-blue);
  padding: 20px;
  border-radius: 10px;
}

.hover-table-show table {
  width: 100%;
}

table.tblPrice td,
table.tblPrice th {
  text-align: center;
  padding: 8px 0;
  font-size: 15px;
  width: 33.3333333333%;
  border: 1px solid #eee;

}

table.tblPrice th {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}

table.tblPrice td {
  color: var(--bs-gray-700);
  font-size: 14px;
  font-weight: 400;
}

.product-card .stock-box {
  display: flex;
  align-items: center;
  width: 100%;

  justify-content: space-between;
  margin: 6px 0;
}

.product-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--light-black);
  width: 100%;
  min-height: 34px;
  text-transform: capitalize;
}

.stock-box .product-title {
  min-height: 34px;
}

.product-card .stock-box p {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: end;
  font-size: 14px;
  font-weight: 500;
}

.product-card .stock-box p img {
  width: 24px;
  height: auto;
}

.product-lising-section .product-main-box {
  margin-top: 50px;
}

.product-lising-section .product-listing {
  margin-bottom: 30px;
}

.product-lising-section .product-img {
  height: 350px;
}



.product-lising-section .col-xl-3.col-lg-3.col-md-6.col-sm-6.col-6 {
  margin-bottom: 20px;
}

.product-lising-section .product-listing-btn {
  text-align: center;
  margin-top: 20px;
}

.product-lising-section .product-listing-btn .common-primary-btn:hover {
  color: var(--primary-color)
}

.product-lising-section .product-listing-btn .shop-by-category .shop-card {
  position: relative;
}

.product-lising-section .product-listing-btn .shop-by-category .shop-card:hover {
  color: var(--primary-color);
}

.price-eyes-section a i {
  color: var(--light-black);
  font-size: 19px;
}

.form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23002e55' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  color: var(--primary-color);
  box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.2);
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
  width: 100%;
}

.form-select:focus {
  box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.2);
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
  width: 100%;
}

.common-banner-section {
  background-image: url('../assets/image/banner-3.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-position-x: 75%;
  min-height: 400px;
  height: 100%;
  max-height: 650px;
}

.common-banner-section .common-banner-content {
  margin: 80px 0;
  color: var(--white);
  text-align: center;
  background-color: #33333397;
  width: 738px;
  padding: 70px 61px;
  max-width: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.common-banner-content h2 {
  font-size: 35px;
  color: var(--white);
  margin-bottom: 18px;
  letter-spacing: 0;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Qwigley", cursive;
}

.common-banner-content p {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0;
}

/* form validation common */
.is-valid {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 var(--bs-input-btn-focus-blur) var(--bs-input-focus-width) rgba(var(--bs-success-rgb), var(--bs-input-btn-focus-color-opacity));
}

.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 var(--bs-input-btn-focus-blur) var(--bs-input-focus-width) rgba(var(--bs-success-rgb), var(--bs-input-btn-focus-color-opacity));
}

.valid-feedback {
  display: block;
  color: var(--bs-form-valid-color);
}

.invalid-tooltip {
  color: var(--bs-danger);
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
}

.valid-tooltip {
  color: var(--bs-danger);
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
}

/* Invalid State */
.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 var(--bs-input-btn-focus-blur) var(--bs-input-focus-width) rgba(var(--bs-danger-rgb), var(--bs-input-btn-focus-color-opacity));
}

.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 var(--bs-input-btn-focus-blur) var(--bs-input-focus-width) rgba(var(--bs-danger-rgb), var(--bs-input-btn-focus-color-opacity));
}

.invalid-feedback {
  display: block;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  color: var(--bs-danger);
  /* background-color: var(--bs-danger); */
}

/* forgot password page css start*/
.remember-cred-text {
  color: white;
}

/* forgot password page css end */

/* common login register page style */
/* Quantity css */
.common-count-box {
  display: flex;
  align-items: center;
}

.common-count-box .qtyplus,
.common-count-box .qtyminus,
.common-count-box .js-qty-dec,
.common-count-box .js-qty-inc {
  width: 30px;
  height: 28px;
  background: var(--primary-color);
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-count-box .qtyminus,
.common-count-box .js-qty-dec {
  border-radius: 3px 0 0 3px;
}

.common-count-box .qtyplus,
.common-count-box .js-qty-inc {
  border-radius: 0 3px 3px 0;
}

.common-count-box .qty {
  width: 60px;
  text-align: center;
  border: 1px solid var(--primary-color);
  min-height: 24px;
  color: var(--light-black);
  font-weight: 400;
  font-size: 16px;
}

.common-count-box .qtyminus {
  border-radius: 3px 0 0 3px;
}

.common-count-box .qtyplus {
  border-radius: 0 3px 3px 0;
}

.common-count-box .qty {
  width: 60px;
  text-align: center;
  border: 1px solid var(--light-black);
  min-height: 28px;
  color: var(--light-black);
  font-weight: 400;
  font-size: 14px;
}

.cart-lisitng-title {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.common-form {
  margin-top: 20px;
}

.input-icon,
.common-user {
  position: absolute;
  top: 8px;
  right: 22px;
}

.input-icon i,
.common-user i {
  color: var(--white);
  font-size: 14px;
}

.common-form-content {
  text-align: center;
}


.qunaty-box {
  gap: 15px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.delete-icon i {
  color: var(--red-color);
  font-size: 14px;
}

.qunaty-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}

.continue-btn {
  text-align: center;
}

.continue-btn .common-primary-btn {
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.continue-btn .common-primary-btn:hover {
  color: var(--primary-color);
}

.common-form-content {
  color: var(--light-black);
  font-size: 16px;
  font-weight: 400;
}

/* pagination */
.pagination-prev,
.pagination-next {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}


/* service section */
/* services-section */
.services-section {
  background-color: var(--primary-color);
  padding: 30px 0;
}

.services-section .services-card {
  display: flex;
  align-items: center;
  color: var(--white);
  position: relative;
  gap: 18px;
  justify-content: flex-start;
}

.services-section .services-card img {
  max-width: 50px;
  height: 100%;
  width: 100%;
}

.services-section .services-card .service-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.services-section .services-card:after {
  position: absolute;
  content: '';
  border-right: 1px solid var(--white);
  height: 61px;
  right: 22px;
}

.services-section .col-md-3.col-6:last-child .services-card:after {
  content: none;
}

.services-section .services-card .service-content h6 {
  font-size: 18px;
  font-weight: 400;
}

.services-section .services-card .service-content p {
  font-size: 16px;
  font-weight: 300;
}


/* common faq section */
.common-faq-section .faq-container {
  width: 100%;
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* Header Section */
.common-faq-section .faq-header {
  text-align: center;
  padding: 40px 20px;
  background: var(--liner-light-color);
  color: var(--white);
}

.common-faq-section .faq-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.common-faq-section .faq-header p {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* form */
.password-link {
  margin-top: 20px;
}

.password-link a {
  color: var(--primary-color);
}

/* Search Bar */
.common-faq-section .search-container {
  margin: 30px auto;
  max-width: 600px;
}

.common-faq-section .search-box {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: var(--shadow);
}

.common-faq-section .search-box i {
  color: var(--primary-color);
  margin-right: 10px;
}

.common-faq-section .search-box input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  color: var(--text-color);
  color: var(--primary-color);
  background: transparent;
}

.common-faq-section .search-box input::placeholder {
  color: var(--light-text);
}

.common-faq-section .clear-search {
  background: none;
  border: none;
  color: var(--light-text);
  cursor: pointer;
  padding: 5px;
  display: none;
}

.common-faq-section .clear-search.visible {
  display: block;
}

/* Category Filter */
.common-faq-section .category-filter {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.common-faq-section .category-btn {
  padding: 8px 20px;
  border: 2px solid var(--white);
  border-radius: 25px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  transition: var(--transition);
  font-size: 14px;
}

.common-faq-section .category-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.common-faq-section .category-btn.active {
  background: var(--white);
  color: var(--primary-color);
}

/* FAQ Content */
.common-faq-section .faq-content {
  padding: 40px;
}

.common-faq-section .faq-category {
  margin-bottom: 40px;
}

.common-faq-section .faq-category h2 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 16px;
}

.common-faq-section .faq-item {
  background: var(--white);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}

.common-faq-section .faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.common-faq-section .faq-question:hover {
  background: rgb(179 141 34 / 6%);
}

.common-faq-section .faq-question h3 {
  font-size: 14px;
  color: var(--light-black);
  margin: 0;
}

.common-faq-section .faq-icon {
  color: var(--primary-color);
  transition: var(--transition);
}

.common-faq-section .faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.common-faq-section .faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: var(--transition);
}

.common-faq-section .faq-item.active .faq-answer {
  padding: 0 20px 20px;
  max-height: 1000px;
}

.common-faq-section .faq-answer p {
  color: var(--light-gray);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* common scorll button */
/* Back-to-top button styling */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background-color: var(--gold-color);
  /* gold color */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, transform 0.2s ease;
  z-index: 1000;
}

.back-to-top:hover {
  background-color: var(--primary-color);
  /* navy color on hover */
  transform: translateY(-3px);
}

.back-to-top svg {
  stroke: var(--white);
  transition: stroke 0.3s ease;
}

.back-to-top:hover svg {
  stroke: var(--white);
  /* stays white */
}

/* contact-us-section */

.contact-us-section h6 {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
}
.contact-us-section h6 a{
  color: var(--primary-color);
}
.contact-us-section {
  /* background: url('../assets/image/contact-us-bck.jpg') no-repeat center; */
  background: url('../assets/image/contact-us-bg.svg')no-repeat center;
  background-size: cover;
  margin-top: 80px;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.contact-us-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #5a5a5a70;
}

.contact-us-section .contact-box {
  border-color: 1px solid var(--primary-color);
  border-radius: 10px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0 0;
}

.contact-us-section .icon-box {
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--white);
  cursor: pointer;
  transition: all 0.90s ease;
  position: relative;
}

.contact-us-section .icon-box:hover {
  background-color: transparent;
}

.contact-us-section .icon-box:hover i {
  color: var(--primary-color);
}

.contact-us-section .icon-box i {
  color: var(--white);
  font-size: 31px;
}

.contact-us-section .link-box {
  width: 100%;
  text-align: center;
  background: var(--primary-color);
  border-radius: 8px 8px 8px 8px;
  padding: 10px;
  cursor: pointer;
  transition: ease-out 0.50s;
  box-shadow: inset 0 0 0 0 var(--primary-color);
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.contact-us-section .link-box a {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}

.contact-us-section .contact-box:hover .link-box {
  color: var(--white);
  box-shadow: inset 0 -100px 0 0 var(--light-black);
}

.contact-us-section .contact-main-box {
  margin-top: 60px;
  z-index: 999;
  position: relative;
}

.contact-us-section .icon-box .link-box:hover {
  transform: scale(0.96);
}

.contact-us-section .icon-box.link-box:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--primary-color) 20%, transparent 30%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--primary-color) 15%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.contact-us-section .icon-box:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--primary-color) 15%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.contact-us-section .icon-box:active {
  transform: scale(0.96);
}

.contact-us-section .icon-box:before,
.contact-us-section .icon-box:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.contact-us-section h4.common-title {
  position: relative;
  z-index: 999;
  color: var(--white);
}

.contact-us-section h4.common-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 228px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #F9E7C1 8%, #B48A3E 47%, #F9E7C1 93%);
  border-image-slice: 1;
  padding-bottom: 36px;
}

.sell-item-total-section .item-value {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sell-item-total-section .item-value h6 {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 500;
}

.sell-item-total-section .sell-now-main-box {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: end;
  margin-top: 20px;
  border-top: 1px solid var(--primary-color);
  padding-top: 14px;
}

.sell-item-total-section .total-price-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid var(--primary-color);
  padding-right: 40px;
}

.sell-item-total-section .total-price-item .item-img {
  width: 36px;
  height: auto;
}

.sell-item-total-section .total-price-item img {
  width: 100%;
  height: 100%;
}

.sell-item-total-section .sell-now-main-box .item-value .common-primary-btn {
  min-width: 140px;
}

.sell-item-total-section .sell-now-main-box .item-value .common-primary-btn:hover {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.sell-item-total-section .sell-now-main-box .sell-product-desc .totalgrams,
.sell-item-total-section .sell-now-main-box .sell-product-desc .totalpoints {
  font-size: 14px;
  color: var(--light-black);
}

.sell-item-total-section .sell-now-main-box .sell-product-desc .totalpoints {
  color: var(--dark-gray);
}

/* sell-your-section */

.sell-gold-modern {
  background: url('../assets/image/gold-section-5.svg') no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px;
  color: var(--white);
  position: relative;
  overflow: hidden;
  background-position: center;
}

.sell-gold-modern .headline {
  font-size: 32px;
  font-weight: 400;
  color: var(--light-white);
  margin-bottom: 10px;
}

.sell-gold-modern .gold-text {
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
  /* background: linear-gradient(90deg, #FFD700, #C4912F); */
  background: var(--medium-black);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 30px 0;
}

.sell-gold-modern .gold-img img {
  max-width: 23%;
  margin: 30px auto;
  display: block;
  border-radius: 50%;
  /* background: radial-gradient(circle at center, #002e55, #00000030 70%); */
  background: #ffffff40;
  /* background: #0a0a0a40; */
  padding: 20px;
}

.sell-gold-modern .stats {
  margin-top: 40px;
}

.customer-card {
  transition: transform 0.3s ease;
}

.customer-card:hover {
  transform: translateY(-8px);
}

.sell-gold-modern .stat-box {
  background: var(--white);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgb(0 46 85);


}

.sell-gold-modern .stat-number {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.sell-gold-modern .stat-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--light-black);
}

.sell-gold-modern {
  background-color: var(--light-black);
  margin-top: 80px;
  padding: 80px 0;
}

.sell-gold-modern h4.common-title {
  position: relative;
  color: var(--primary-color);
}

.sell-gold-modern h4.common-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 228px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #F9E7C1 8%, #B48A3E 47%, #F9E7C1 93%);
  border-image-slice: 1;
  padding-bottom: 36px;
}

.sell-gold-modern .stat-box-shadow {
  height: 88px;
  max-width: 92px;
  padding: 15px;
  border-radius: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -35px;
  animation: Address-icon-animation 2s infinite;
  text-align: center;
  padding: 0;
  border-radius: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -38px;
  background-color: var(--primary-color);
  animation: Address-icon-animation 2s infinite;
  text-align: center;
}

.sell-gold-modern .stat-box-shadow {
  box-shadow: 0 0 0 var(--primary-color);
}

.sell-gold-modern .stat-box-shadow img {
  width: 30px;
  transform: translateY(13px);
  /* position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto; */
}

@-webkit-keyframes Address-icon-animation-two {
  0% {
    -webkit-box-shadow: linear-gradient(180deg, rgba(73, 101, 204, 1) 0%, rgb(22 32 70) 100%);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(215, 36, 25, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
  }
}

@keyframes Address-icon-animation-two {
  0% {
    -moz-box-shadow: linear-gradient(180deg, rgba(73, 101, 204, 1) 0%, rgb(22 32 70) 100%);
    ;
    box-shadow: linear-gradient(180deg, rgba(73, 101, 204, 1) 0%, rgb(22 32 70) 100%);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(215, 36, 25, 0);
    box-shadow: 0 0 0 20px rgba(215, 36, 25, 0)
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
  }
}

/* location animation */
@-webkit-keyframes Address-icon-animation {
  0% {
    -webkit-box-shadow: linear-gradient(90deg, rgba(0, 255, 169, 1) 0%, rgba(13, 77, 255, 1) 100%);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(215, 36, 25, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
  }
}

@keyframes Address-icon-animation {
  0% {
    -moz-box-shadow: linear-gradient(90deg, rgba(0, 255, 169, 1) 0%, rgba(13, 77, 255, 1) 100%);
    ;
    box-shadow: linear-gradient(90deg, rgba(0, 255, 169, 1) 0%, rgba(13, 77, 255, 1) 100%);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(215, 36, 25, 0);
    box-shadow: 0 0 0 20px rgba(215, 36, 25, 0)
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
  }
}

.sell-gold-modern .sell-btn {
  margin-top: 20px;
}

/* shop-by-category  */
.shop-by-category {
  padding: 80px 0;
  /* background-color: var(--light-black);
  border-top: 1px solid var(--primary-color);
  background: linear-gradient(343deg, #7F5000 -6.72%, #F3D986 297.81%) var(--light-black); */
  /* background-image: url(../assets/image/final-home-banner.png); */
  background-image: url(../assets/image/home-banner-5.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.shop-by-category .shop-card {
  background: #1c1b1973;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
  min-height: 380px;
  max-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s ease;
  position: relative;
  border: 1px solid transparent;
}

.shop-by-category h4.common-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 228px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #F9E7C1 8%, #B48A3E 47%, #F9E7C1 93%);
  border-image-slice: 1;
  padding-bottom: 36px;
}

.shop-by-category h4.common-title {
  position: relative;
  color: var(--white);
}

.shop-by-category .shop-card:hover .ornament_ttl {
  color: var(--primary-color);
}

.shop-by-category .shop-card:hover .discover_link {
  color: var(--primary-color);
}

.shop-by-category .shop-card:hover {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  transform: scale(0.96);
  color: var(--white);
}

.shop-by-category .shop-card:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, var(--gold-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--gold-color) 20%, transparent 30%),
    radial-gradient(circle, var(--gold-color) 10%, transparent 20%),
    radial-gradient(circle, var(--gold-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--gold-color) 15%, transparent 20%),
    radial-gradient(circle, var(--gold-color) 20%, transparent 20%),
    radial-gradient(circle, var(--gold-color) 20%, transparent 20%),
    radial-gradient(circle, var(--gold-color) 20%, transparent 20%),
    radial-gradient(circle, var(--gold-color) 20%, transparent 20%);
  background-size: 10% 10%, 4% 1%, 10% 12%, 10% 10%, 18% 12%, 10% 10%, 13% 12%,
    10% 10%, 12% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 2s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.shop-by-category .shop-card:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, var(--gold-color) 20%, transparent 20%),
    radial-gradient(circle, var(--gold-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--gold-color) 15%, transparent 20%),
    radial-gradient(circle, var(--gold-color) 20%, transparent 20%),
    radial-gradient(circle, var(--gold-color) 20%, transparent 20%),
    radial-gradient(circle, var(--gold-color) 20%, transparent 20%),
    radial-gradient(circle, var(--gold-color) 20%, transparent 20%);
  background-size: 10% 10%, 4% 1%, 10% 12%, 10% 10%, 18% 12%, 10% 10%, 13% 12%,
    10% 10%, 12% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 2s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.shop-by-category .shop-card:active {
  transform: scale(0.96);
}

.shop-by-category .shop-card:before,
.shop-by-category .shop-card:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  transform: translateX(0);
  z-index: -1000;
  background-repeat: no-repeat;
}

.shop-by-category .discover_link {
  color: var(--white);
  font-size: 16px;
  font-family: var(--font-Montserrat);
  display: block;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.shop-by-category .ornament_ttl {
  color: var(--white);
  font-weight: 600;
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 1.3;
  display: block;
  text-align: center;
  min-height: 30px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
}


/* Rain Css Start -- */

.rain {
  background: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 50px;
  position: absolute;
  width: 3px;
  z-index: 9998;
  opacity: 0;
}

.rain:nth-of-type(1) {
  animation-name: rain-1;
  animation-delay: 18s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 10%;
  opacity: 0.53;
  top: -75%;
}

@keyframes rain-1 {
  from {
    left: 10%;
    opacity: 0.53;
    top: -75%;
  }

  to {
    opacity: 0;
    top: 115%;
  }
}

.rain:nth-of-type(2) {
  animation-name: rain-2;
  animation-delay: 8s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 76%;
  opacity: 0.45;
  top: -64%;
}

@keyframes rain-2 {
  from {
    left: 76%;
    opacity: 0.45;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}

.rain:nth-of-type(3) {
  animation-name: rain-3;
  animation-delay: 13s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 1%;
  opacity: 0.38;
  top: -62%;
}

@keyframes rain-3 {
  from {
    left: 1%;
    opacity: 0.38;
    top: -62%;
  }

  to {
    opacity: 0;
    top: 102%;
  }
}

.rain:nth-of-type(4) {
  animation-name: rain-4;
  animation-delay: 0s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 73%;
  opacity: 0.53;
  top: -78%;
}

@keyframes rain-4 {
  from {
    left: 73%;
    opacity: 0.53;
    top: -78%;
  }

  to {
    opacity: 0;
    top: 118%;
  }
}

.rain:nth-of-type(5) {
  animation-name: rain-5;
  animation-delay: 2s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 7%;
  opacity: 0.45;
  top: -53%;
}

@keyframes rain-5 {
  from {
    left: 7%;
    opacity: 0.45;
    top: -53%;
  }

  to {
    opacity: 0;
    top: 93%;
  }
}

.rain:nth-of-type(6) {
  animation-name: rain-6;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 33%;
  opacity: 0.31;
  top: -77%;
}

@keyframes rain-6 {
  from {
    left: 33%;
    opacity: 0.31;
    top: -77%;
  }

  to {
    opacity: 0;
    top: 117%;
  }
}

.rain:nth-of-type(7) {
  animation-name: rain-7;
  animation-delay: 18s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 38%;
  opacity: 0.39;
  top: -51%;
}

@keyframes rain-7 {
  from {
    left: 38%;
    opacity: 0.39;
    top: -51%;
  }

  to {
    opacity: 0;
    top: 91%;
  }
}

.rain:nth-of-type(8) {
  animation-name: rain-8;
  animation-delay: 16s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 37%;
  opacity: 0.45;
  top: -79%;
}

@keyframes rain-8 {
  from {
    left: 37%;
    opacity: 0.45;
    top: -79%;
  }

  to {
    opacity: 0;
    top: 119%;
  }
}

.rain:nth-of-type(9) {
  animation-name: rain-9;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 91%;
  opacity: 0.33;
  top: -94%;
}

@keyframes rain-9 {
  from {
    left: 91%;
    opacity: 0.33;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}

.rain:nth-of-type(10) {
  animation-name: rain-10;
  animation-delay: 10s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 31%;
  opacity: 0.57;
  top: -90%;
}

@keyframes rain-10 {
  from {
    left: 31%;
    opacity: 0.57;
    top: -90%;
  }

  to {
    opacity: 0;
    top: 130%;
  }
}

.rain:nth-of-type(11) {
  animation-name: rain-11;
  animation-delay: 17s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 96%;
  opacity: 0.46;
  top: -91%;
}

@keyframes rain-11 {
  from {
    left: 96%;
    opacity: 0.46;
    top: -91%;
  }

  to {
    opacity: 0;
    top: 131%;
  }
}

.rain:nth-of-type(12) {
  animation-name: rain-12;
  animation-delay: 14s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 80%;
  opacity: 0.59;
  top: -77%;
}

@keyframes rain-12 {
  from {
    left: 80%;
    opacity: 0.59;
    top: -77%;
  }

  to {
    opacity: 0;
    top: 117%;
  }
}

.rain:nth-of-type(13) {
  animation-name: rain-13;
  animation-delay: 16s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 56%;
  opacity: 0.33;
  top: -60%;
}

@keyframes rain-13 {
  from {
    left: 56%;
    opacity: 0.33;
    top: -60%;
  }

  to {
    opacity: 0;
    top: 100%;
  }
}

.rain:nth-of-type(14) {
  animation-name: rain-14;
  animation-delay: 8s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 28%;
  opacity: 0.45;
  top: -70%;
}

@keyframes rain-14 {
  from {
    left: 28%;
    opacity: 0.45;
    top: -70%;
  }

  to {
    opacity: 0;
    top: 110%;
  }
}

.rain:nth-of-type(15) {
  animation-name: rain-15;
  animation-delay: 5s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 44%;
  opacity: 0.34;
  top: -75%;
}

@keyframes rain-15 {
  from {
    left: 44%;
    opacity: 0.34;
    top: -75%;
  }

  to {
    opacity: 0;
    top: 115%;
  }
}

.rain:nth-of-type(16) {
  animation-name: rain-16;
  animation-delay: 7s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 24%;
  opacity: 0.44;
  top: -79%;
}

@keyframes rain-16 {
  from {
    left: 24%;
    opacity: 0.44;
    top: -79%;
  }

  to {
    opacity: 0;
    top: 119%;
  }
}

.rain:nth-of-type(17) {
  animation-name: rain-17;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 26%;
  opacity: 0.49;
  top: -62%;
}

@keyframes rain-17 {
  from {
    left: 26%;
    opacity: 0.49;
    top: -62%;
  }

  to {
    opacity: 0;
    top: 102%;
  }
}

.rain:nth-of-type(18) {
  animation-name: rain-18;
  animation-delay: 15s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 98%;
  opacity: 0.46;
  top: -81%;
}

@keyframes rain-18 {
  from {
    left: 98%;
    opacity: 0.46;
    top: -81%;
  }

  to {
    opacity: 0;
    top: 121%;
  }
}

.rain:nth-of-type(19) {
  animation-name: rain-19;
  animation-delay: 8s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 68%;
  opacity: 0.5;
  top: -73%;
}

@keyframes rain-19 {
  from {
    left: 68%;
    opacity: 0.5;
    top: -73%;
  }

  to {
    opacity: 0;
    top: 113%;
  }
}

.rain:nth-of-type(20) {
  animation-name: rain-20;
  animation-delay: 1s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 44%;
  opacity: 0.47;
  top: -57%;
}

@keyframes rain-20 {
  from {
    left: 44%;
    opacity: 0.47;
    top: -57%;
  }

  to {
    opacity: 0;
    top: 97%;
  }
}

.rain:nth-of-type(21) {
  animation-name: rain-21;
  animation-delay: 5s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 25%;
  opacity: 0.42;
  top: -100%;
}

@keyframes rain-21 {
  from {
    left: 25%;
    opacity: 0.42;
    top: -100%;
  }

  to {
    opacity: 0;
    top: 140%;
  }
}

.rain:nth-of-type(22) {
  animation-name: rain-22;
  animation-delay: 11s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 91%;
  opacity: 0.37;
  top: -96%;
}

@keyframes rain-22 {
  from {
    left: 91%;
    opacity: 0.37;
    top: -96%;
  }

  to {
    opacity: 0;
    top: 136%;
  }
}

.rain:nth-of-type(23) {
  animation-name: rain-23;
  animation-delay: 7s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 29%;
  opacity: 0.56;
  top: -98%;
}

@keyframes rain-23 {
  from {
    left: 29%;
    opacity: 0.56;
    top: -98%;
  }

  to {
    opacity: 0;
    top: 138%;
  }
}

.rain:nth-of-type(24) {
  animation-name: rain-24;
  animation-delay: 8s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 65%;
  opacity: 0.42;
  top: -70%;
}

@keyframes rain-24 {
  from {
    left: 65%;
    opacity: 0.42;
    top: -70%;
  }

  to {
    opacity: 0;
    top: 110%;
  }
}

.rain:nth-of-type(25) {
  animation-name: rain-25;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 7%;
  opacity: 0.34;
  top: -82%;
}

@keyframes rain-25 {
  from {
    left: 7%;
    opacity: 0.34;
    top: -82%;
  }

  to {
    opacity: 0;
    top: 122%;
  }
}

.rain:nth-of-type(26) {
  animation-name: rain-26;
  animation-delay: 12s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 48%;
  opacity: 0.45;
  top: -90%;
}

@keyframes rain-26 {
  from {
    left: 48%;
    opacity: 0.45;
    top: -90%;
  }

  to {
    opacity: 0;
    top: 130%;
  }
}

.rain:nth-of-type(27) {
  animation-name: rain-27;
  animation-delay: 3s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 43%;
  opacity: 0.34;
  top: -81%;
}

@keyframes rain-27 {
  from {
    left: 43%;
    opacity: 0.34;
    top: -81%;
  }

  to {
    opacity: 0;
    top: 121%;
  }
}

.rain:nth-of-type(28) {
  animation-name: rain-28;
  animation-delay: 15s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 96%;
  opacity: 0.54;
  top: -99%;
}

@keyframes rain-28 {
  from {
    left: 96%;
    opacity: 0.54;
    top: -99%;
  }

  to {
    opacity: 0;
    top: 139%;
  }
}

.rain:nth-of-type(29) {
  animation-name: rain-29;
  animation-delay: 15s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 99%;
  opacity: 0.54;
  top: -95%;
}

@keyframes rain-29 {
  from {
    left: 99%;
    opacity: 0.54;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}

.rain:nth-of-type(30) {
  animation-name: rain-30;
  animation-delay: 0s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 1%;
  opacity: 0.33;
  top: -78%;
}

@keyframes rain-30 {
  from {
    left: 1%;
    opacity: 0.33;
    top: -78%;
  }

  to {
    opacity: 0;
    top: 118%;
  }
}

.rain:nth-of-type(31) {
  animation-name: rain-31;
  animation-delay: 7s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 3%;
  opacity: 0.49;
  top: -68%;
}

@keyframes rain-31 {
  from {
    left: 3%;
    opacity: 0.49;
    top: -68%;
  }

  to {
    opacity: 0;
    top: 108%;
  }
}

.rain:nth-of-type(32) {
  animation-name: rain-32;
  animation-delay: 15s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 9%;
  opacity: 0.35;
  top: -53%;
}

@keyframes rain-32 {
  from {
    left: 9%;
    opacity: 0.35;
    top: -53%;
  }

  to {
    opacity: 0;
    top: 93%;
  }
}

.rain:nth-of-type(33) {
  animation-name: rain-33;
  animation-delay: 9s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 68%;
  opacity: 0.43;
  top: -58%;
}

@keyframes rain-33 {
  from {
    left: 68%;
    opacity: 0.43;
    top: -58%;
  }

  to {
    opacity: 0;
    top: 98%;
  }
}

.rain:nth-of-type(34) {
  animation-name: rain-34;
  animation-delay: 13s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 1%;
  opacity: 0.6;
  top: -54%;
}

@keyframes rain-34 {
  from {
    left: 1%;
    opacity: 0.6;
    top: -54%;
  }

  to {
    opacity: 0;
    top: 94%;
  }
}

.rain:nth-of-type(35) {
  animation-name: rain-35;
  animation-delay: 18s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 22%;
  opacity: 0.32;
  top: -63%;
}

@keyframes rain-35 {
  from {
    left: 22%;
    opacity: 0.32;
    top: -63%;
  }

  to {
    opacity: 0;
    top: 103%;
  }
}

.rain:nth-of-type(36) {
  animation-name: rain-36;
  animation-delay: 11s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 55%;
  opacity: 0.42;
  top: -64%;
}

@keyframes rain-36 {
  from {
    left: 55%;
    opacity: 0.42;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}

.rain:nth-of-type(37) {
  animation-name: rain-37;
  animation-delay: 13s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 20%;
  opacity: 0.39;
  top: -78%;
}

@keyframes rain-37 {
  from {
    left: 20%;
    opacity: 0.39;
    top: -78%;
  }

  to {
    opacity: 0;
    top: 118%;
  }
}

.rain:nth-of-type(38) {
  animation-name: rain-38;
  animation-delay: 18s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 70%;
  opacity: 0.38;
  top: -68%;
}

@keyframes rain-38 {
  from {
    left: 70%;
    opacity: 0.38;
    top: -68%;
  }

  to {
    opacity: 0;
    top: 108%;
  }
}

.rain:nth-of-type(39) {
  animation-name: rain-39;
  animation-delay: 12s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 73%;
  opacity: 0.52;
  top: -64%;
}

@keyframes rain-39 {
  from {
    left: 73%;
    opacity: 0.52;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}

.rain:nth-of-type(40) {
  animation-name: rain-40;
  animation-delay: 9s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 60%;
  opacity: 0.49;
  top: -71%;
}

@keyframes rain-40 {
  from {
    left: 60%;
    opacity: 0.49;
    top: -71%;
  }

  to {
    opacity: 0;
    top: 111%;
  }
}

.rain:nth-of-type(41) {
  animation-name: rain-41;
  animation-delay: 15s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 13%;
  opacity: 0.6;
  top: -71%;
}

@keyframes rain-41 {
  from {
    left: 13%;
    opacity: 0.6;
    top: -71%;
  }

  to {
    opacity: 0;
    top: 111%;
  }
}

.rain:nth-of-type(42) {
  animation-name: rain-42;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 60%;
  opacity: 0.55;
  top: -79%;
}

@keyframes rain-42 {
  from {
    left: 60%;
    opacity: 0.55;
    top: -79%;
  }

  to {
    opacity: 0;
    top: 119%;
  }
}

.rain:nth-of-type(43) {
  animation-name: rain-43;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 22%;
  opacity: 0.32;
  top: -66%;
}

@keyframes rain-43 {
  from {
    left: 22%;
    opacity: 0.32;
    top: -66%;
  }

  to {
    opacity: 0;
    top: 106%;
  }
}

.rain:nth-of-type(44) {
  animation-name: rain-44;
  animation-delay: 10s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 59%;
  opacity: 0.58;
  top: -54%;
}

@keyframes rain-44 {
  from {
    left: 59%;
    opacity: 0.58;
    top: -54%;
  }

  to {
    opacity: 0;
    top: 94%;
  }
}

.rain:nth-of-type(45) {
  animation-name: rain-45;
  animation-delay: 8s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 88%;
  opacity: 0.32;
  top: -60%;
}

@keyframes rain-45 {
  from {
    left: 88%;
    opacity: 0.32;
    top: -60%;
  }

  to {
    opacity: 0;
    top: 100%;
  }
}

.rain:nth-of-type(46) {
  animation-name: rain-46;
  animation-delay: 4s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 42%;
  opacity: 0.47;
  top: -94%;
}

@keyframes rain-46 {
  from {
    left: 42%;
    opacity: 0.47;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}

.rain:nth-of-type(47) {
  animation-name: rain-47;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 100%;
  opacity: 0.49;
  top: -95%;
}

@keyframes rain-47 {
  from {
    left: 100%;
    opacity: 0.49;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}

.rain:nth-of-type(48) {
  animation-name: rain-48;
  animation-delay: 17s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 8%;
  opacity: 0.31;
  top: -85%;
}

@keyframes rain-48 {
  from {
    left: 8%;
    opacity: 0.31;
    top: -85%;
  }

  to {
    opacity: 0;
    top: 125%;
  }
}

.rain:nth-of-type(49) {
  animation-name: rain-49;
  animation-delay: 7s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 14%;
  opacity: 0.48;
  top: -87%;
}

@keyframes rain-49 {
  from {
    left: 14%;
    opacity: 0.48;
    top: -87%;
  }

  to {
    opacity: 0;
    top: 127%;
  }
}

.rain:nth-of-type(50) {
  animation-name: rain-50;
  animation-delay: 9s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 84%;
  opacity: 0.47;
  top: -66%;
}

@keyframes rain-50 {
  from {
    left: 84%;
    opacity: 0.47;
    top: -66%;
  }

  to {
    opacity: 0;
    top: 106%;
  }
}

.rain:nth-of-type(51) {
  animation-name: rain-51;
  animation-delay: 15s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 75%;
  opacity: 0.36;
  top: -66%;
}

@keyframes rain-51 {
  from {
    left: 75%;
    opacity: 0.36;
    top: -66%;
  }

  to {
    opacity: 0;
    top: 106%;
  }
}

.rain:nth-of-type(52) {
  animation-name: rain-52;
  animation-delay: 0s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 59%;
  opacity: 0.32;
  top: -100%;
}

@keyframes rain-52 {
  from {
    left: 59%;
    opacity: 0.32;
    top: -100%;
  }

  to {
    opacity: 0;
    top: 140%;
  }
}

.rain:nth-of-type(53) {
  animation-name: rain-53;
  animation-delay: 6s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 62%;
  opacity: 0.31;
  top: -59%;
}

@keyframes rain-53 {
  from {
    left: 62%;
    opacity: 0.31;
    top: -59%;
  }

  to {
    opacity: 0;
    top: 99%;
  }
}

.rain:nth-of-type(54) {
  animation-name: rain-54;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 46%;
  opacity: 0.6;
  top: -82%;
}

@keyframes rain-54 {
  from {
    left: 46%;
    opacity: 0.6;
    top: -82%;
  }

  to {
    opacity: 0;
    top: 122%;
  }
}

.rain:nth-of-type(55) {
  animation-name: rain-55;
  animation-delay: 6s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 96%;
  opacity: 0.31;
  top: -84%;
}

@keyframes rain-55 {
  from {
    left: 96%;
    opacity: 0.31;
    top: -84%;
  }

  to {
    opacity: 0;
    top: 124%;
  }
}

.rain:nth-of-type(56) {
  animation-name: rain-56;
  animation-delay: 6s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 82%;
  opacity: 0.34;
  top: -59%;
}

@keyframes rain-56 {
  from {
    left: 82%;
    opacity: 0.34;
    top: -59%;
  }

  to {
    opacity: 0;
    top: 99%;
  }
}

.rain:nth-of-type(57) {
  animation-name: rain-57;
  animation-delay: 13s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 45%;
  opacity: 0.31;
  top: -63%;
}

@keyframes rain-57 {
  from {
    left: 45%;
    opacity: 0.31;
    top: -63%;
  }

  to {
    opacity: 0;
    top: 103%;
  }
}

.rain:nth-of-type(58) {
  animation-name: rain-58;
  animation-delay: 15s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 1%;
  opacity: 0.55;
  top: -77%;
}

@keyframes rain-58 {
  from {
    left: 1%;
    opacity: 0.55;
    top: -77%;
  }

  to {
    opacity: 0;
    top: 117%;
  }
}

.rain:nth-of-type(59) {
  animation-name: rain-59;
  animation-delay: 16s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 12%;
  opacity: 0.49;
  top: -84%;
}

@keyframes rain-59 {
  from {
    left: 12%;
    opacity: 0.49;
    top: -84%;
  }

  to {
    opacity: 0;
    top: 124%;
  }
}

.rain:nth-of-type(60) {
  animation-name: rain-60;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 98%;
  opacity: 0.37;
  top: -69%;
}

@keyframes rain-60 {
  from {
    left: 98%;
    opacity: 0.37;
    top: -69%;
  }

  to {
    opacity: 0;
    top: 109%;
  }
}

.rain:nth-of-type(61) {
  animation-name: rain-61;
  animation-delay: 9s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 72%;
  opacity: 0.32;
  top: -83%;
}

@keyframes rain-61 {
  from {
    left: 72%;
    opacity: 0.32;
    top: -83%;
  }

  to {
    opacity: 0;
    top: 123%;
  }
}

.rain:nth-of-type(62) {
  animation-name: rain-62;
  animation-delay: 4s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 14%;
  opacity: 0.46;
  top: -79%;
}

@keyframes rain-62 {
  from {
    left: 14%;
    opacity: 0.46;
    top: -79%;
  }

  to {
    opacity: 0;
    top: 119%;
  }
}

.rain:nth-of-type(63) {
  animation-name: rain-63;
  animation-delay: 18s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 21%;
  opacity: 0.35;
  top: -53%;
}

@keyframes rain-63 {
  from {
    left: 21%;
    opacity: 0.35;
    top: -53%;
  }

  to {
    opacity: 0;
    top: 93%;
  }
}

.rain:nth-of-type(64) {
  animation-name: rain-64;
  animation-delay: 17s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 68%;
  opacity: 0.37;
  top: -89%;
}

@keyframes rain-64 {
  from {
    left: 68%;
    opacity: 0.37;
    top: -89%;
  }

  to {
    opacity: 0;
    top: 129%;
  }
}

.rain:nth-of-type(65) {
  animation-name: rain-65;
  animation-delay: 13s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 26%;
  opacity: 0.55;
  top: -88%;
}

@keyframes rain-65 {
  from {
    left: 26%;
    opacity: 0.55;
    top: -88%;
  }

  to {
    opacity: 0;
    top: 128%;
  }
}

.rain:nth-of-type(66) {
  animation-name: rain-66;
  animation-delay: 4s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 99%;
  opacity: 0.34;
  top: -69%;
}

@keyframes rain-66 {
  from {
    left: 99%;
    opacity: 0.34;
    top: -69%;
  }

  to {
    opacity: 0;
    top: 109%;
  }
}

.rain:nth-of-type(67) {
  animation-name: rain-67;
  animation-delay: 4s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 2%;
  opacity: 0.52;
  top: -61%;
}

@keyframes rain-67 {
  from {
    left: 2%;
    opacity: 0.52;
    top: -61%;
  }

  to {
    opacity: 0;
    top: 101%;
  }
}

.rain:nth-of-type(68) {
  animation-name: rain-68;
  animation-delay: 1s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 87%;
  opacity: 0.53;
  top: -100%;
}

@keyframes rain-68 {
  from {
    left: 87%;
    opacity: 0.53;
    top: -100%;
  }

  to {
    opacity: 0;
    top: 140%;
  }
}

.rain:nth-of-type(69) {
  animation-name: rain-69;
  animation-delay: 17s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 95%;
  opacity: 0.38;
  top: -52%;
}

@keyframes rain-69 {
  from {
    left: 95%;
    opacity: 0.38;
    top: -52%;
  }

  to {
    opacity: 0;
    top: 92%;
  }
}

.rain:nth-of-type(70) {
  animation-name: rain-70;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 96%;
  opacity: 0.37;
  top: -76%;
}

@keyframes rain-70 {
  from {
    left: 96%;
    opacity: 0.37;
    top: -76%;
  }

  to {
    opacity: 0;
    top: 116%;
  }
}

.rain:nth-of-type(71) {
  animation-name: rain-71;
  animation-delay: 17s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 44%;
  opacity: 0.33;
  top: -100%;
}

@keyframes rain-71 {
  from {
    left: 44%;
    opacity: 0.33;
    top: -100%;
  }

  to {
    opacity: 0;
    top: 140%;
  }
}

.rain:nth-of-type(72) {
  animation-name: rain-72;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 7%;
  opacity: 0.55;
  top: -95%;
}

@keyframes rain-72 {
  from {
    left: 7%;
    opacity: 0.55;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}

.rain:nth-of-type(73) {
  animation-name: rain-73;
  animation-delay: 7s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 1%;
  opacity: 0.37;
  top: -82%;
}

@keyframes rain-73 {
  from {
    left: 1%;
    opacity: 0.37;
    top: -82%;
  }

  to {
    opacity: 0;
    top: 122%;
  }
}

.rain:nth-of-type(74) {
  animation-name: rain-74;
  animation-delay: 12s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 99%;
  opacity: 0.37;
  top: -69%;
}

@keyframes rain-74 {
  from {
    left: 99%;
    opacity: 0.37;
    top: -69%;
  }

  to {
    opacity: 0;
    top: 109%;
  }
}

.rain:nth-of-type(75) {
  animation-name: rain-75;
  animation-delay: 3s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 2%;
  opacity: 0.31;
  top: -93%;
}

@keyframes rain-75 {
  from {
    left: 2%;
    opacity: 0.31;
    top: -93%;
  }

  to {
    opacity: 0;
    top: 133%;
  }
}

.rain:nth-of-type(76) {
  animation-name: rain-76;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 93%;
  opacity: 0.33;
  top: -69%;
}

@keyframes rain-76 {
  from {
    left: 93%;
    opacity: 0.33;
    top: -69%;
  }

  to {
    opacity: 0;
    top: 109%;
  }
}

.rain:nth-of-type(77) {
  animation-name: rain-77;
  animation-delay: 1s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 48%;
  opacity: 0.54;
  top: -87%;
}

@keyframes rain-77 {
  from {
    left: 48%;
    opacity: 0.54;
    top: -87%;
  }

  to {
    opacity: 0;
    top: 127%;
  }
}

.rain:nth-of-type(78) {
  animation-name: rain-78;
  animation-delay: 3s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 45%;
  opacity: 0.48;
  top: -65%;
}

@keyframes rain-78 {
  from {
    left: 45%;
    opacity: 0.48;
    top: -65%;
  }

  to {
    opacity: 0;
    top: 105%;
  }
}

.rain:nth-of-type(79) {
  animation-name: rain-79;
  animation-delay: 4s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 67%;
  opacity: 0.6;
  top: -74%;
}

@keyframes rain-79 {
  from {
    left: 67%;
    opacity: 0.6;
    top: -74%;
  }

  to {
    opacity: 0;
    top: 114%;
  }
}

.rain:nth-of-type(80) {
  animation-name: rain-80;
  animation-delay: 12s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 8%;
  opacity: 0.42;
  top: -94%;
}

@keyframes rain-80 {
  from {
    left: 8%;
    opacity: 0.42;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}

.rain:nth-of-type(81) {
  animation-name: rain-81;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 37%;
  opacity: 0.54;
  top: -77%;
}

@keyframes rain-81 {
  from {
    left: 37%;
    opacity: 0.54;
    top: -77%;
  }

  to {
    opacity: 0;
    top: 117%;
  }
}

.rain:nth-of-type(82) {
  animation-name: rain-82;
  animation-delay: 8s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 61%;
  opacity: 0.59;
  top: -74%;
}

@keyframes rain-82 {
  from {
    left: 61%;
    opacity: 0.59;
    top: -74%;
  }

  to {
    opacity: 0;
    top: 114%;
  }
}

.rain:nth-of-type(83) {
  animation-name: rain-83;
  animation-delay: 10s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 44%;
  opacity: 0.45;
  top: -77%;
}

@keyframes rain-83 {
  from {
    left: 44%;
    opacity: 0.45;
    top: -77%;
  }

  to {
    opacity: 0;
    top: 117%;
  }
}

.rain:nth-of-type(84) {
  animation-name: rain-84;
  animation-delay: 17s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 97%;
  opacity: 0.56;
  top: -85%;
}

@keyframes rain-84 {
  from {
    left: 97%;
    opacity: 0.56;
    top: -85%;
  }

  to {
    opacity: 0;
    top: 125%;
  }
}

.rain:nth-of-type(85) {
  animation-name: rain-85;
  animation-delay: 14s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 84%;
  opacity: 0.32;
  top: -82%;
}

@keyframes rain-85 {
  from {
    left: 84%;
    opacity: 0.32;
    top: -82%;
  }

  to {
    opacity: 0;
    top: 122%;
  }
}

.rain:nth-of-type(86) {
  animation-name: rain-86;
  animation-delay: 17s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 57%;
  opacity: 0.42;
  top: -85%;
}

@keyframes rain-86 {
  from {
    left: 57%;
    opacity: 0.42;
    top: -85%;
  }

  to {
    opacity: 0;
    top: 125%;
  }
}

.rain:nth-of-type(87) {
  animation-name: rain-87;
  animation-delay: 14s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 65%;
  opacity: 0.55;
  top: -73%;
}

@keyframes rain-87 {
  from {
    left: 65%;
    opacity: 0.55;
    top: -73%;
  }

  to {
    opacity: 0;
    top: 113%;
  }
}

.rain:nth-of-type(88) {
  animation-name: rain-88;
  animation-delay: 19s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 18%;
  opacity: 0.45;
  top: -73%;
}

@keyframes rain-88 {
  from {
    left: 18%;
    opacity: 0.45;
    top: -73%;
  }

  to {
    opacity: 0;
    top: 113%;
  }
}

.rain:nth-of-type(89) {
  animation-name: rain-89;
  animation-delay: 16s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 51%;
  opacity: 0.38;
  top: -77%;
}

@keyframes rain-89 {
  from {
    left: 51%;
    opacity: 0.38;
    top: -77%;
  }

  to {
    opacity: 0;
    top: 117%;
  }
}

.rain:nth-of-type(90) {
  animation-name: rain-90;
  animation-delay: 8s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 91%;
  opacity: 0.41;
  top: -62%;
}

@keyframes rain-90 {
  from {
    left: 91%;
    opacity: 0.41;
    top: -62%;
  }

  to {
    opacity: 0;
    top: 102%;
  }
}

.rain:nth-of-type(91) {
  animation-name: rain-91;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 54%;
  opacity: 0.45;
  top: -51%;
}

@keyframes rain-91 {
  from {
    left: 54%;
    opacity: 0.45;
    top: -51%;
  }

  to {
    opacity: 0;
    top: 91%;
  }
}

.rain:nth-of-type(92) {
  animation-name: rain-92;
  animation-delay: 16s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 67%;
  opacity: 0.52;
  top: -76%;
}

@keyframes rain-92 {
  from {
    left: 67%;
    opacity: 0.52;
    top: -76%;
  }

  to {
    opacity: 0;
    top: 116%;
  }
}

.rain:nth-of-type(93) {
  animation-name: rain-93;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 2%;
  opacity: 0.6;
  top: -65%;
}

@keyframes rain-93 {
  from {
    left: 2%;
    opacity: 0.6;
    top: -65%;
  }

  to {
    opacity: 0;
    top: 105%;
  }
}

.rain:nth-of-type(94) {
  animation-name: rain-94;
  animation-delay: 5s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 88%;
  opacity: 0.43;
  top: -74%;
}

@keyframes rain-94 {
  from {
    left: 88%;
    opacity: 0.43;
    top: -74%;
  }

  to {
    opacity: 0;
    top: 114%;
  }
}

.rain:nth-of-type(95) {
  animation-name: rain-95;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 61%;
  opacity: 0.38;
  top: -74%;
}

@keyframes rain-95 {
  from {
    left: 61%;
    opacity: 0.38;
    top: -74%;
  }

  to {
    opacity: 0;
    top: 114%;
  }
}

.rain:nth-of-type(96) {
  animation-name: rain-96;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 40%;
  opacity: 0.36;
  top: -93%;
}

@keyframes rain-96 {
  from {
    left: 40%;
    opacity: 0.36;
    top: -93%;
  }

  to {
    opacity: 0;
    top: 133%;
  }
}

.rain:nth-of-type(97) {
  animation-name: rain-97;
  animation-delay: 10s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 56%;
  opacity: 0.41;
  top: -73%;
}

@keyframes rain-97 {
  from {
    left: 56%;
    opacity: 0.41;
    top: -73%;
  }

  to {
    opacity: 0;
    top: 113%;
  }
}

.rain:nth-of-type(98) {
  animation-name: rain-98;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 85%;
  opacity: 0.45;
  top: -59%;
}

@keyframes rain-98 {
  from {
    left: 85%;
    opacity: 0.45;
    top: -59%;
  }

  to {
    opacity: 0;
    top: 99%;
  }
}

.rain:nth-of-type(99) {
  animation-name: rain-99;
  animation-delay: 9s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 78%;
  opacity: 0.43;
  top: -63%;
}

@keyframes rain-99 {
  from {
    left: 78%;
    opacity: 0.43;
    top: -63%;
  }

  to {
    opacity: 0;
    top: 103%;
  }
}

.rain:nth-of-type(100) {
  animation-name: rain-100;
  animation-delay: 14s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 100%;
  opacity: 0.46;
  top: -54%;
}

@keyframes rain-100 {
  from {
    left: 100%;
    opacity: 0.46;
    top: -54%;
  }

  to {
    opacity: 0;
    top: 94%;
  }
}

.rain:nth-of-type(101) {
  animation-name: rain-101;
  animation-delay: 16s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 34%;
  opacity: 0.55;
  top: -97%;
}

@keyframes rain-101 {
  from {
    left: 34%;
    opacity: 0.55;
    top: -97%;
  }

  to {
    opacity: 0;
    top: 137%;
  }
}

.rain:nth-of-type(102) {
  animation-name: rain-102;
  animation-delay: 4s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 59%;
  opacity: 0.35;
  top: -58%;
}

@keyframes rain-102 {
  from {
    left: 59%;
    opacity: 0.35;
    top: -58%;
  }

  to {
    opacity: 0;
    top: 98%;
  }
}

.rain:nth-of-type(103) {
  animation-name: rain-103;
  animation-delay: 13s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 47%;
  opacity: 0.32;
  top: -95%;
}

@keyframes rain-103 {
  from {
    left: 47%;
    opacity: 0.32;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}

.rain:nth-of-type(104) {
  animation-name: rain-104;
  animation-delay: 3s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 5%;
  opacity: 0.45;
  top: -99%;
}

@keyframes rain-104 {
  from {
    left: 5%;
    opacity: 0.45;
    top: -99%;
  }

  to {
    opacity: 0;
    top: 139%;
  }
}

.rain:nth-of-type(105) {
  animation-name: rain-105;
  animation-delay: 17s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 13%;
  opacity: 0.34;
  top: -100%;
}

@keyframes rain-105 {
  from {
    left: 13%;
    opacity: 0.34;
    top: -100%;
  }

  to {
    opacity: 0;
    top: 140%;
  }
}

.rain:nth-of-type(106) {
  animation-name: rain-106;
  animation-delay: 19s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 61%;
  opacity: 0.48;
  top: -64%;
}

@keyframes rain-106 {
  from {
    left: 61%;
    opacity: 0.48;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}

.rain:nth-of-type(107) {
  animation-name: rain-107;
  animation-delay: 13s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 21%;
  opacity: 0.56;
  top: -86%;
}

@keyframes rain-107 {
  from {
    left: 21%;
    opacity: 0.56;
    top: -86%;
  }

  to {
    opacity: 0;
    top: 126%;
  }
}

.rain:nth-of-type(108) {
  animation-name: rain-108;
  animation-delay: 18s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 84%;
  opacity: 0.39;
  top: -93%;
}

@keyframes rain-108 {
  from {
    left: 84%;
    opacity: 0.39;
    top: -93%;
  }

  to {
    opacity: 0;
    top: 133%;
  }
}

.rain:nth-of-type(109) {
  animation-name: rain-109;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 95%;
  opacity: 0.5;
  top: -55%;
}

@keyframes rain-109 {
  from {
    left: 95%;
    opacity: 0.5;
    top: -55%;
  }

  to {
    opacity: 0;
    top: 95%;
  }
}

.rain:nth-of-type(110) {
  animation-name: rain-110;
  animation-delay: 3s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 19%;
  opacity: 0.38;
  top: -65%;
}

@keyframes rain-110 {
  from {
    left: 19%;
    opacity: 0.38;
    top: -65%;
  }

  to {
    opacity: 0;
    top: 105%;
  }
}

.rain:nth-of-type(111) {
  animation-name: rain-111;
  animation-delay: 18s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 91%;
  opacity: 0.35;
  top: -60%;
}

@keyframes rain-111 {
  from {
    left: 91%;
    opacity: 0.35;
    top: -60%;
  }

  to {
    opacity: 0;
    top: 100%;
  }
}

.rain:nth-of-type(112) {
  animation-name: rain-112;
  animation-delay: 19s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 36%;
  opacity: 0.54;
  top: -69%;
}

@keyframes rain-112 {
  from {
    left: 36%;
    opacity: 0.54;
    top: -69%;
  }

  to {
    opacity: 0;
    top: 109%;
  }
}

.rain:nth-of-type(113) {
  animation-name: rain-113;
  animation-delay: 7s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 79%;
  opacity: 0.51;
  top: -53%;
}

@keyframes rain-113 {
  from {
    left: 79%;
    opacity: 0.51;
    top: -53%;
  }

  to {
    opacity: 0;
    top: 93%;
  }
}

.rain:nth-of-type(114) {
  animation-name: rain-114;
  animation-delay: 15s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 62%;
  opacity: 0.43;
  top: -54%;
}

@keyframes rain-114 {
  from {
    left: 62%;
    opacity: 0.43;
    top: -54%;
  }

  to {
    opacity: 0;
    top: 94%;
  }
}

.rain:nth-of-type(115) {
  animation-name: rain-115;
  animation-delay: 6s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 93%;
  opacity: 0.48;
  top: -63%;
}

@keyframes rain-115 {
  from {
    left: 93%;
    opacity: 0.48;
    top: -63%;
  }

  to {
    opacity: 0;
    top: 103%;
  }
}

.rain:nth-of-type(116) {
  animation-name: rain-116;
  animation-delay: 10s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 52%;
  opacity: 0.32;
  top: -93%;
}

@keyframes rain-116 {
  from {
    left: 52%;
    opacity: 0.32;
    top: -93%;
  }

  to {
    opacity: 0;
    top: 133%;
  }
}

.rain:nth-of-type(117) {
  animation-name: rain-117;
  animation-delay: 16s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 44%;
  opacity: 0.31;
  top: -94%;
}

@keyframes rain-117 {
  from {
    left: 44%;
    opacity: 0.31;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}

.rain:nth-of-type(118) {
  animation-name: rain-118;
  animation-delay: 3s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 63%;
  opacity: 0.58;
  top: -95%;
}

@keyframes rain-118 {
  from {
    left: 63%;
    opacity: 0.58;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}

.rain:nth-of-type(119) {
  animation-name: rain-119;
  animation-delay: 17s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 6%;
  opacity: 0.35;
  top: -95%;
}

@keyframes rain-119 {
  from {
    left: 6%;
    opacity: 0.35;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}

.rain:nth-of-type(120) {
  animation-name: rain-120;
  animation-delay: 19s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 3%;
  opacity: 0.55;
  top: -75%;
}

@keyframes rain-120 {
  from {
    left: 3%;
    opacity: 0.55;
    top: -75%;
  }

  to {
    opacity: 0;
    top: 115%;
  }
}

.rain:nth-of-type(121) {
  animation-name: rain-121;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 15%;
  opacity: 0.31;
  top: -55%;
}

@keyframes rain-121 {
  from {
    left: 15%;
    opacity: 0.31;
    top: -55%;
  }

  to {
    opacity: 0;
    top: 95%;
  }
}

.rain:nth-of-type(122) {
  animation-name: rain-122;
  animation-delay: 6s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 39%;
  opacity: 0.6;
  top: -67%;
}

@keyframes rain-122 {
  from {
    left: 39%;
    opacity: 0.6;
    top: -67%;
  }

  to {
    opacity: 0;
    top: 107%;
  }
}

.rain:nth-of-type(123) {
  animation-name: rain-123;
  animation-delay: 7s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 56%;
  opacity: 0.34;
  top: -85%;
}

@keyframes rain-123 {
  from {
    left: 56%;
    opacity: 0.34;
    top: -85%;
  }

  to {
    opacity: 0;
    top: 125%;
  }
}

.rain:nth-of-type(124) {
  animation-name: rain-124;
  animation-delay: 13s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 4%;
  opacity: 0.52;
  top: -67%;
}

@keyframes rain-124 {
  from {
    left: 4%;
    opacity: 0.52;
    top: -67%;
  }

  to {
    opacity: 0;
    top: 107%;
  }
}

.rain:nth-of-type(125) {
  animation-name: rain-125;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 69%;
  opacity: 0.49;
  top: -63%;
}

@keyframes rain-125 {
  from {
    left: 69%;
    opacity: 0.49;
    top: -63%;
  }

  to {
    opacity: 0;
    top: 103%;
  }
}

.rain:nth-of-type(126) {
  animation-name: rain-126;
  animation-delay: 3s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 8%;
  opacity: 0.47;
  top: -65%;
}

@keyframes rain-126 {
  from {
    left: 8%;
    opacity: 0.47;
    top: -65%;
  }

  to {
    opacity: 0;
    top: 105%;
  }
}

.rain:nth-of-type(127) {
  animation-name: rain-127;
  animation-delay: 9s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 90%;
  opacity: 0.45;
  top: -82%;
}

@keyframes rain-127 {
  from {
    left: 90%;
    opacity: 0.45;
    top: -82%;
  }

  to {
    opacity: 0;
    top: 122%;
  }
}

.rain:nth-of-type(128) {
  animation-name: rain-128;
  animation-delay: 16s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 61%;
  opacity: 0.31;
  top: -71%;
}

@keyframes rain-128 {
  from {
    left: 61%;
    opacity: 0.31;
    top: -71%;
  }

  to {
    opacity: 0;
    top: 111%;
  }
}

.rain:nth-of-type(129) {
  animation-name: rain-129;
  animation-delay: 9s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 84%;
  opacity: 0.35;
  top: -76%;
}

@keyframes rain-129 {
  from {
    left: 84%;
    opacity: 0.35;
    top: -76%;
  }

  to {
    opacity: 0;
    top: 116%;
  }
}

.rain:nth-of-type(130) {
  animation-name: rain-130;
  animation-delay: 18s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 35%;
  opacity: 0.5;
  top: -60%;
}

@keyframes rain-130 {
  from {
    left: 35%;
    opacity: 0.5;
    top: -60%;
  }

  to {
    opacity: 0;
    top: 100%;
  }
}

.rain:nth-of-type(131) {
  animation-name: rain-131;
  animation-delay: 0s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 63%;
  opacity: 0.52;
  top: -77%;
}

@keyframes rain-131 {
  from {
    left: 63%;
    opacity: 0.52;
    top: -77%;
  }

  to {
    opacity: 0;
    top: 117%;
  }
}

.rain:nth-of-type(132) {
  animation-name: rain-132;
  animation-delay: 1s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 33%;
  opacity: 0.56;
  top: -94%;
}

@keyframes rain-132 {
  from {
    left: 33%;
    opacity: 0.56;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}

.rain:nth-of-type(133) {
  animation-name: rain-133;
  animation-delay: 16s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 87%;
  opacity: 0.46;
  top: -58%;
}

@keyframes rain-133 {
  from {
    left: 87%;
    opacity: 0.46;
    top: -58%;
  }

  to {
    opacity: 0;
    top: 98%;
  }
}

.rain:nth-of-type(134) {
  animation-name: rain-134;
  animation-delay: 1s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 31%;
  opacity: 0.35;
  top: -67%;
}

@keyframes rain-134 {
  from {
    left: 31%;
    opacity: 0.35;
    top: -67%;
  }

  to {
    opacity: 0;
    top: 107%;
  }
}

.rain:nth-of-type(135) {
  animation-name: rain-135;
  animation-delay: 11s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 45%;
  opacity: 0.32;
  top: -68%;
}

@keyframes rain-135 {
  from {
    left: 45%;
    opacity: 0.32;
    top: -68%;
  }

  to {
    opacity: 0;
    top: 108%;
  }
}

.rain:nth-of-type(136) {
  animation-name: rain-136;
  animation-delay: 14s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 26%;
  opacity: 0.43;
  top: -54%;
}

@keyframes rain-136 {
  from {
    left: 26%;
    opacity: 0.43;
    top: -54%;
  }

  to {
    opacity: 0;
    top: 94%;
  }
}

.rain:nth-of-type(137) {
  animation-name: rain-137;
  animation-delay: 12s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 14%;
  opacity: 0.59;
  top: -98%;
}

@keyframes rain-137 {
  from {
    left: 14%;
    opacity: 0.59;
    top: -98%;
  }

  to {
    opacity: 0;
    top: 138%;
  }
}

.rain:nth-of-type(138) {
  animation-name: rain-138;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 99%;
  opacity: 0.55;
  top: -70%;
}

@keyframes rain-138 {
  from {
    left: 99%;
    opacity: 0.55;
    top: -70%;
  }

  to {
    opacity: 0;
    top: 110%;
  }
}

.rain:nth-of-type(139) {
  animation-name: rain-139;
  animation-delay: 8s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 45%;
  opacity: 0.35;
  top: -93%;
}

@keyframes rain-139 {
  from {
    left: 45%;
    opacity: 0.35;
    top: -93%;
  }

  to {
    opacity: 0;
    top: 133%;
  }
}

.rain:nth-of-type(140) {
  animation-name: rain-140;
  animation-delay: 13s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 69%;
  opacity: 0.33;
  top: -52%;
}

@keyframes rain-140 {
  from {
    left: 69%;
    opacity: 0.33;
    top: -52%;
  }

  to {
    opacity: 0;
    top: 92%;
  }
}

.rain:nth-of-type(141) {
  animation-name: rain-141;
  animation-delay: 2s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 51%;
  opacity: 0.47;
  top: -91%;
}

@keyframes rain-141 {
  from {
    left: 51%;
    opacity: 0.47;
    top: -91%;
  }

  to {
    opacity: 0;
    top: 131%;
  }
}

.rain:nth-of-type(142) {
  animation-name: rain-142;
  animation-delay: 0s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 86%;
  opacity: 0.51;
  top: -81%;
}

@keyframes rain-142 {
  from {
    left: 86%;
    opacity: 0.51;
    top: -81%;
  }

  to {
    opacity: 0;
    top: 121%;
  }
}

.rain:nth-of-type(143) {
  animation-name: rain-143;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 62%;
  opacity: 0.54;
  top: -73%;
}

@keyframes rain-143 {
  from {
    left: 62%;
    opacity: 0.54;
    top: -73%;
  }

  to {
    opacity: 0;
    top: 113%;
  }
}

.rain:nth-of-type(144) {
  animation-name: rain-144;
  animation-delay: 7s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 84%;
  opacity: 0.39;
  top: -65%;
}

@keyframes rain-144 {
  from {
    left: 84%;
    opacity: 0.39;
    top: -65%;
  }

  to {
    opacity: 0;
    top: 105%;
  }
}

.rain:nth-of-type(145) {
  animation-name: rain-145;
  animation-delay: 17s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 4%;
  opacity: 0.33;
  top: -80%;
}

@keyframes rain-145 {
  from {
    left: 4%;
    opacity: 0.33;
    top: -80%;
  }

  to {
    opacity: 0;
    top: 120%;
  }
}

.rain:nth-of-type(146) {
  animation-name: rain-146;
  animation-delay: 7s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 29%;
  opacity: 0.6;
  top: -73%;
}

@keyframes rain-146 {
  from {
    left: 29%;
    opacity: 0.6;
    top: -73%;
  }

  to {
    opacity: 0;
    top: 113%;
  }
}

.rain:nth-of-type(147) {
  animation-name: rain-147;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 54%;
  opacity: 0.4;
  top: -88%;
}

@keyframes rain-147 {
  from {
    left: 54%;
    opacity: 0.4;
    top: -88%;
  }

  to {
    opacity: 0;
    top: 128%;
  }
}

.rain:nth-of-type(148) {
  animation-name: rain-148;
  animation-delay: 15s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 93%;
  opacity: 0.42;
  top: -99%;
}

@keyframes rain-148 {
  from {
    left: 93%;
    opacity: 0.42;
    top: -99%;
  }

  to {
    opacity: 0;
    top: 139%;
  }
}

.rain:nth-of-type(149) {
  animation-name: rain-149;
  animation-delay: 17s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 14%;
  opacity: 0.58;
  top: -62%;
}

@keyframes rain-149 {
  from {
    left: 14%;
    opacity: 0.58;
    top: -62%;
  }

  to {
    opacity: 0;
    top: 102%;
  }
}

.rain:nth-of-type(150) {
  animation-name: rain-150;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 32%;
  opacity: 0.6;
  top: -80%;
}

@keyframes rain-150 {
  from {
    left: 32%;
    opacity: 0.6;
    top: -80%;
  }

  to {
    opacity: 0;
    top: 120%;
  }
}




/* wht we buy-section */
.what-we-buy-section .what-we-title {
  margin-bottom: 40px;
}

.what-we-buy-section .what-we-title h4.common-title {
  position: relative;
}

.what-we-buy-section .what-we-title h4.common-title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  width: 228px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #F9E7C1 8%, #B48A3E 47%, #F9E7C1 93%);
  border-image-slice: 1;
  padding-bottom: 40px;
}

.what-we-buy-section .what-we-title p {
  font-size: 16px;
  color: var(--light-gray);
  text-align: center;
  padding-top: 30px;
  max-width: 850px;
  margin: 0 auto;
}

.what-we-buy-section .what-buy-card {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
  box-shadow: var(--shadow);
  transition: transform 0.4s ease;
  min-height: 170px;
  background: linear-gradient(rgb(0 0 0 / 86%), rgba(0, 0, 0, 0.5)), url(../assets/image/golden-rmb-coins-cloth-bag.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.what-we-buy-section .what-buy-card:hover {
  transform: rotateY(10deg) rotateX(5deg) scale(1.05);
}

.what-we-buy-section .what-buy-card .gold-box {
  background-color: var(--white);
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: ease-out 0.50s;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 var(--primary-color);
  min-width: 144px;
  margin-top: 10px;

}

.what-we-buy-section .what-buy-card .gold-box:hover {
  color: var(--white);
  box-shadow: inset 0 -100px 0 0 var(--light-black);
}

.what-we-buy-section .what-buy-card img {
  width: 100%;
  height: 40px;
}

.what-we-buy-section .what-buy-card .gold-box:hover .gold-name {
  color: var(--white);
}

.what-we-buy-section .what-buy-card .gold-box .gold-name {
  font-size: 14px;
  color: var(--dark-black);
  font-weight: 500;
}


.buy-card-animation {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  gap: 16px;
  background: #33333397;
  border-radius: 12px;
  padding: 10px;
  transition: all 0.2s ease;
  position: relative;
}

.buy-card-animation:hover {
  transform: scale(0.96);
  color: var(--white);
}

.buy-card-animation:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--primary-color) 20%, transparent 30%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--primary-color) 15%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 2s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.buy-card-animation:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--primary-color) 15%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%),
    radial-gradient(circle, var(--primary-color) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 2s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.buy-card-animation:active {
  transform: scale(0.96);
}

.buy-card-animation:before,
.buy-card-animation:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}


.about-us-section .about-us-img {
  max-width: 600px;
  max-height: 500px;
  transition: transform 0.3s ease-in-out;
  transform: scale(0.9);
  height: 450px;
}

.about-us-section .about-us-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}


.about-us-section .about-us-img:hover {
  transform: scale(1);
}


.about-us-section .bottom-about-card {
  margin: 80px 0;
}

.about-us-section .common-primary-btn:hover {
  color: var(--primary-color);
}

.about-us-section .common-title {
  text-align: left;

}

.bottom-about-us .common-title {
  color: var(--gold-color);
}

.about-us-section .row {
  align-items: center;
}

.about-us-section span {
  color: var(--light-black);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-us-section p {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
}


/* bottom-about-us */
.bottom-about-us {
  background-color: var(--light-black);

  padding: 40px 0;
  margin: 80px 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom-about-us p {
  color: var(--white);
}

.bottom-about-us span {
  color: var(--white);
}

/* .gallary-about-us */
.gallary-about-us {
  margin: 80px 0;
}

.gallary-about-us .common-title {
  position: relative;
}

.gallary-about-us .common-title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 228px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #F9E7C1 8%, #B48A3E 47%, #F9E7C1 93%);
  border-image-slice: 1;
  padding-bottom: 36px;
}

.gallary-about-us a:visited,
.gallary-about-us a:hover,
.gallary-about-us a:active,
.gallary-about-us a:focus {
  text-decoration: none;
  outline: none;
}

.gallary-about-us .slick-track * {
  outline: none;
}

.gallary-about-us .property-wrapper {
  text-align: center;
}

.gallary-about-us .property-slide {
  margin: 0 -7px;
}

.gallary-about-us .property-slide:not(.slick-initialized) .property-item:nth-child(n + 4)~div {
  display: none;
}

.gallary-about-us .property-item {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 4);
  padding: 0 7px;
}

.gallary-about-us .property-slide {
  padding: 38px 0 0;
}

.gallary-about-us .property-slide button.slick-arrow {
  display: inline-block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(20px);
  border: none;
  outline: none;
  border-radius: 50%;
  background: var(--primary-color);
}

.gallary-about-us .property-slide button:before {
  color: var(--white);
  font-size: 20px;
}

.gallary-about-us .property-slide button.slick-prev {
  left: -50px;
}

.gallary-about-us .property-slide button.slick-next {
  right: -50px;
}

.gallary-about-us .property-item .property-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(153, 126, 67, 0.3);
  opacity: 0;
  outline: 1px solid var(--primary-color);
  outline-offset: -10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.gallary-about-us .property-item .property-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.gallary-about-us .property-img {
  position: relative;
}

.gallary-about-us .property-img img {
  display: inline-block;
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

.gallary-about-us .property-details {
  padding: 20px 0;
  transition: all 0.3s ease;
}

.gallary-about-us .property-item:hover .gallary-about-us .property-img:before,
.gallary-about-us .property-item:hover .gallary-about-us .property-img:after {
  opacity: 1;
}

.gallary-about-us .property-item a:hover .property-details {
  opacity: 1;
}

.is-favorited {
  color: red !important;
}

.price-eyes-section button {
  border: 0;
  background: transparent;
}

.alert-box {
  background-color: transparent;
  color: #73510d;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  flex-direction: column;
  padding: 60px 20px;
  text-align: center;
  
}

.alert-box .aleat-face-icon i {
  color: var(--primary-color);
  font-size: 40px;
  margin-bottom: 20px;
}

.alert-box .common-primary-btn {
  max-width: 220px;
  min-width: 220px;
  flex-direction: row;
  font-size: 16px;
  height: 50px;
}
.alert-box .common-secondary-btn
{
  min-width: 220px;
  max-width: 220px;
  font-size: 16px;
  height: 50px;
}
.alert-box .common-secondary-btn:hover, .alert-box .common-primary-btn:hover i, .alert-box .common-primary-btn:hover {
  color: var(--primary-color);
}
.alert-box i {
  color: var(--white);
}

.alert-box h5 {
  font-size: 20px;
  color: var(--gold-color);
  font-weight: 500;
}

.alert-box p {
  font-size: 16px;
  color: var(--dark-gray);
  font-weight: 400;
  padding-top: 10px;
}

/* Thank you Page */
.thank-you-page .common-primary-btn,
.thank-you-page .common-secondary-btn,
.already-declare-page .common-primary-btn,
.already-declare-page .common-secondary-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  max-width: 220px;
  min-width: 220px;
  height: 50px;
}

.thank-you-page .common-primary-btn:hover,
.thank-you-page .common-secondary-btn:hover,
.already-declare-page .common-primary-btn:hover,
.already-declare-page .common-secondary-btn:hover {
  color: var(--primary-color);
}

.thank-you-page h1,
.already-declare-page h1 {
  color: var(--gold-color);
  font-size: 48px;
}

.thank-you-page p,
.already-declare-page p {
  color: var(--black);
}

.thank-you-page .card,
.already-declare-page .card {
  padding: 80px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width:1440px) {
  .common-banner-section .common-banner-content {
    padding: 55px 89px;
    width: 644px;
  }

  .common-banner-content h2 {
    font-size: 40px
  }

  .services-section .services-card .service-content h6 {
    font-size: 14px;
  }

  .services-section .services-card .service-content p {
    font-size: 12px;
  }

  .services-section .services-card:after {
    right: 18px;
  }

  .services-section .services-card {
    gap: 10px;
  }

  .services-section .services-card img {
    max-width: 34px;
  }
}

@media (max-width:1199px) {

  .services-section .services-card:after {
    right: -2px;
  }

  .contact-us-section .link-box {
    min-height: 90px;
    font-size: 14px;
  }

  .contact-us-section .link-box a {
    font-size: 14px;
    word-break: break-all;
  }

}

@media (max-width:1024px) {
  .common-primary-btn {
    height: 50px;
    max-width: 120px;
    min-width: 120px;
    font-size: 16px;
  }

  .thank-you-page .common-secondary-btn,
  .already-declare-page .common-secondary-btn {
    height: 50px;
    font-size: 16px;
  }

  .common-section {
    padding-top: 50px;
  }

  .common-title {
    font-size: 40px;
  }

  .product-lising-section .product-img {
    height: 220px;
  }

  .common-banner-section .common-banner-content {
    padding: 40px 71px;
    width: 516px;
  }

  .common-banner-content h2 {
    font-size: 34px;
    margin-bottom: 6px;
  }

  .common-banner-content p {
    font-size: 16px;
  }

  .contact-us-section {
    margin-top: 50px;
    padding: 50px 0;
  }

  .sell-gold-modern .gold-text {
    font-size: 40px;
  }

  .sell-gold-modern {
    margin-top: 50px;
  }

  .sell-gold-modern .stat-number {
    font-size: 24px;
  }


  .shop-by-category {
    padding: 50px 0;
  }

  .bottom-about-us {
    margin: 50px 0 0;
  }

  .gallary-about-us {
    margin: 50px 0;
  }

  .thank-you-page h1 {
    font-size: 44px;
  }

  .thank-you-page .card {
    padding: 50px 0;
  }
}

@media (max-width:991px) {
  .common-banner-section .common-banner-content {
    padding: 38px 69px;
    width: 498px;
  }

  .shop-by-category .shop-card {
    margin-bottom: 20px;
  }

  .shop-by-category .categary_list_slider .col-lg-2.col-sm-6.col-6:nth-child(5) .shop-card,
  .shop-by-category .categary_list_slider .col-lg-2.col-sm-6.col-6:nth-child(6) .shop-card {
    margin-bottom: 0;
  }

  .services-section .services-card {
    flex-direction: column;
  }

  .services-section .services-card:after {
    right: -10px;
    height: 93px;
  }

  .services-section .services-card .service-content {
    align-items: center;
  }

  .contact-us-section .contact-box {
    margin-bottom: 30px;
  }

  .about-us-section p {
    font-size: 12px;
  }

  .about-us-section .common-title {
    font-size: 30px;
  }

  .about-us-section span {
    font-size: 12px;
  }

  .gallary-about-us {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .gallary-about-us .property-slide button.slick-arrow {
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 34px;
    top: unset;
    bottom: -23px;
  }

  .gallary-about-us .property-slide button.slick-prev {
    right: 60px;
    left: 0;
    margin: 0 auto;
  }

  .gallary-about-us .property-slide button.slick-next {
    right: -34px;
    left: 0;
    margin: 0 auto;
  }

  .gallary-about-us .property-slide button:before {
    font-size: 16px;
  }
}

@media (max-width:767px) {
  .container-fluid {
    padding: 0 10px;
  }

  .common-title {
    font-size: 30px;
  }

  .password-link {
    margin-top: 20px;
  }

  .product-lising-section .product-img {
    height: 237px;
  }

  .product-lising-section .product-title {
    font-size: 12px;
  }

  .product-lising-section .product-info small {
    font-size: 12px;
  }

  .product-lising-section .product-info {
    padding: 10px;
  }

  .product-lising-section .product-price {
    font-size: 12px;
  }

  .product-lising-section .price-eyes-section a i {
    font-size: 12px;
  }

  .product-lising-section .product-listing {
    margin-bottom: 10px;
  }

  .product-lising-section .col-xl-3.col-lg-3.col-md-6.col-sm-6.col-6 {
    margin-bottom: 10px;
  }

  .product-card .stock-box {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 8px;
  }

  .price-eyes-section a i {
    font-size: 15px;
  }

  .product-card .stock-box p {
    gap: 2px;
    justify-content: flex-start;
    font-size: 12px;
  }

  .common-banner-section .common-banner-content {
    padding: 20px 18px;
    width: 280px;
    margin: 40px 0
  }

  .common-banner-content h2 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .common-banner-section {
    min-height: 200px;
  }

  .common-banner-content p {
    font-size: 14px;

  }

  .common-primary-btn:before,
  .common-primary-btn:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: unset;
  }

  .cart-lisitng-title {
    font-size: 16px;
  }

  .form-outline .form-control~.form-label {
    font-size: 14px;
  }

  .common-form-content {
    font-size: 14px;
  }

  .services-section .col-md-3.col-6:nth-child(2) .services-card:after {
    content: none;
  }

  .services-section .services-card .service-content h6 {
    font-size: 12px;
  }

  .services-section .services-card .service-content {
    align-items: center;
  }

  .services-section .services-card .service-content p {
    font-size: 10px;
  }

  .services-section .services-card {
    padding-bottom: 20px;
    align-items: center;
  }

  .contact-us-section {
    background-position: left;
  }

  .contact-us-section .icon-box {
    width: 50px;
    height: 50px;
  }

  .contact-us-section .icon-box i {
    font-size: 23px;
  }

  .contact-us-section .link-box {
    min-height: 60px;
  }

  .contact-us-section .contact-main-box {
    margin-top: 40px;
  }

  .common-faq-section .faq-content {
    padding: 20px;
  }

  .common-faq-section .category-btn {
    padding: 8px 15px;
    font-size: 12px;
  }

  .common-faq-section .faq-header {
    padding: 20px 20px;
  }

  .common-faq-section .faq-category h2 {
    font-size: 14px;
  }

  .common-faq-section .faq-question h3 {
    font-size: 12px;
  }

  .common-faq-section .faq-section-content {
    font-size: 14px;
  }

  .common-faq-section .faq-question {
    padding: 15px 15px;
  }

  .sell-item-total-section .sell-now-main-box {
    justify-content: center;
  }

  .sell-item-total-section .item-value h6 {
    font-size: 20px;
  }

  .sell-gold-modern .sell-btn {
    margin-top: 0;
  }

  .sell-gold-modern .gold-img img {
    max-width: 52%;
  }

  .sell-gold-modern .stat-label {
    font-size: 14px;
  }

  .sell-gold-modern .stat-box-shadow img {
    width: 25px;
  }

  .sell-gold-modern .gold-img img {
    margin: 0 auto;
  }

  .shop-by-category .shop-card {
    margin-bottom: 10px;
    min-height: 340px;
    padding: 20px 10px;
    max-height: 350px;
  }

  .shop-by-category .ornament_ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .what-we-buy-section .what-buy-card {
    margin-bottom: 20px;
  }

  .what-we-buy-section .what-we-title p {
    font-size: 14px;
  }


  .about-us-section .row {
    flex-direction: column-reverse;
  }

  .about-us-section .first-colomn-about {
    text-align: center;
  }

  .bottom-about-us .second-colomn-about {
    text-align: center;
  }

  .bottom-about-us .row {
    flex-direction: column;
  }

  .about-us-section .common-title {
    text-align: center;
    font-size: 24px;
  }

  .about-us-section .about-us-img {
    height: 200px;
  }

  .alert-box {
    padding: 40px 0;
  }

  .invalid-tooltip {
    font-size: 10px;
  }

  .thank-you-page h1,
  .already-declare-page h1 {
    font-size: 34px;
  }

  .thank-you-page .card,
  .already-declare-page .card {
    padding: 30px 0;
  }

  .thank-you-page .common-secondary-btn,
  .already-declare-page .common-secondary-btn {
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width:576px) {
  .common-primary-btn {
    max-width: 100px;
    min-width: 100px;
    font-size: 14px;
    height: 40px;
  }

  .common-title {
    font-size: 28px;
  }

  .product-lising-section .product-img {
    height: 150px;
  }

  .common-banner-content p {
    font-size: 12px;
  }

  .contact-us-section .link-box {
    font-size: 14px;
  }

  .contact-us-section .link-box a {
    font-size: 14px;
  }

  .sell-item-total-section .sell-now-main-box {
    flex-direction: column;
  }

  .sell-item-total-section .total-price-item {
    border-right: 0;
    padding-right: 0;
  }

  .common-user.map-icon i {
    font-size: 17px;
  }

  .shop-by-category .ornament_ttl {
    font-size: 16px;
  }

  .back-to-top {
    width: 35px;
    height: 35px;
    right: 20px;
  }

  .shop-by-category {
    background-position: left;
  }

  .sell-gold-modern {
    background-position: left;
  }
}