
/*========================
  1.1 Animation style start
==========================*/
@-webkit-keyframes fireworkLine {
  0% {
    right: 20%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  25% {
    right: 20%;
    width: 6px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    right: 0;
    width: 35%;
  }
  70% {
    right: 0;
    width: 4px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    right: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes fireworkLine {
  0% {
    right: 20%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  25% {
    right: 20%;
    width: 6px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    right: 0;
    width: 35%;
  }
  70% {
    right: 0;
    width: 4px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    right: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-webkit-keyframes fireworkPoint {
  30% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes fireworkPoint {
  30% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-webkit-keyframes rotating-design {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating-design {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bike {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: 4%;
  }
}
@keyframes bike {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: 4%;
  }
}
@-webkit-keyframes marquee-discount {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee-discount {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes marquee-discount-reverse {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@keyframes marquee-discount-reverse {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@-webkit-keyframes animName {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animName {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lineAnimReverse {
  0% {
    right: -40%;
  }
  50% {
    right: 20%;
    width: 60%;
  }
  100% {
    right: 100%;
    width: 100%;
  }
}
@keyframes lineAnimReverse {
  0% {
    right: -40%;
  }
  50% {
    right: 20%;
    width: 60%;
  }
  100% {
    right: 100%;
    width: 100%;
  }
}
@-webkit-keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 60%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}
@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 60%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}
@-webkit-keyframes rotateCircles {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircles {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes smoke {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@keyframes smoke {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@-webkit-keyframes marquee-reverse {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@keyframes marquee-reverse {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@-webkit-keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@-webkit-keyframes shimmy {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}
@keyframes shimmy {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}
@-webkit-keyframes icofont-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icofont-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*========================
  1.2 Variable Style start
==========================*/
/* font family */
/* color variables */
:root {
  --primary-color: #ffd700;
  --secondry-color: #f8f8f8;
  --white-color: #fff;
  --black-color: #111;
}

/* base scss files */
/*=====================
  2.1  Reset Style start
==========================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  cursor: pointer;
}

/* section,
.section-t-space {
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
} */

.section-b-space {
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
}

.section-md-t-space {
  padding-top: calc(30px + 10 * (100vw - 320px) / 1600);
}

.section-md-b-space {
  padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
}

@media (min-width: 1540px) {
  .container {
    padding: 0 20px;
    max-width: 1500px;
  }
}
.custom-container {
  padding: 0 calc(20px + 60 * (100vw - 320px) / 1600);
}

.panel-space {
  padding-top: 85px !important;
}
@media (min-width: 786px) {
  .panel-space {
    display: none;
  }
}

.theme-color {
  color: var(--primary-color) !important;
}

.dark-text {
  color: rgba(var(--dark-text), 1) !important;
  font-weight: 500;
}

.content-color {
  color: rgba(var(--content-color), 1) !important;
}

.bg-color {
  background-color: rgba(var(--box-bg), 1) !important;
}

.bg-theme {
  background-color: rgba(var(--theme-color), 1) !important;
}

.white-bg {
  background-color: rgba(var(--white), 1) !important;
}

.auth-bg {
  background-color: rgba(var(--auth-bg), 1) !important;
}

.error-color {
  color: rgba(var(--error-color), 1) !important;
}

.success-color {
  color: rgba(var(--success-color), 1) !important;
}

.rate-color {
  color: rgba(var(--rate-color), 1) !important;
}

.error-bg {
  background-color: rgba(var(--error-color), 1) !important;
}

.secondary-bg {
  background-color: rgba(var(--secondary-color), 1) !important;
}

.theme-border {
  border: 1px solid rgba(var(--theme-color), 1) !important;
}

[dir="rtl"] .swiper {
  direction: ltr;
}

/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Works for Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 767px) {
  .responsive-space {
    height: calc(70px + 2 * (100vw - 320px) / 1600);
  }
}

.custom-row .col {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1578px) {
  .custom-row .col {
    width: 25%;
  }
}
@media (max-width: 1310px) {
  .custom-row .col {
    width: 33.33%;
  }
}
@media (max-width: 1040px) and (min-width: 992px) {
  .custom-row .col {
    width: 50%;
  }
}
@media (max-width: 695px) {
  .custom-row .col {
    width: 50%;
  }
}
@media (max-width: 455px) {
  .custom-row .col {
    width: 100%;
  }
}

@media (max-width: 416px) {
  .custom-sm-100 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"],
[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"] {
  direction: rtl;
}

.dir-rtl {
  direction: rtl;
}
[dir="rtl"] .dir-rtl {
  direction: rtl;
}

/*========================
  2.2  Typography Style start
==========================*/
body {
  position: relative;
  font-family: "Changa", sans-serif;
  background-blend-mode: screen;
  background: rgba(var(--white), 1) !important;
  overflow-x: hidden;
  direction: ltr;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
/* body::-webkit-scrollbar {
  scrollbar-width: none;
  scrollbar-color: #000000;
  width: 0px;
} */
body::-webkit-scrollbar-track {
  background-color: rgba(var(--box-bg), 1);
}
body::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 0px;
  border: 3px solid rgba(var(--theme-color), 1);
}
body.noice-background {
  background: url("../images/noice.jpg") !important;
}
body.noice-background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1eee9;
  opacity: 0.8;
  z-index: -1;
}

.space-family {
  font-family: "Space Grotesk", sans-serif;
}

h1 {
  font-weight: 700;
  font-size: calc(25px + 55 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

h2 {
  font-weight: 600;
  font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

h3 {
  font-weight: 500;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

h4 {
  font-weight: 400;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

h5 {
  font-weight: 400;
  font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin-bottom: 0;
}

h6 {
  font-weight: 400;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin-bottom: 0;
}

p {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
}

.scroll-bar {
  /* Chrome, Edge, and Safari */
}
.scroll-bar {
  scrollbar-width: auto;
  scrollbar-color: rgba(var(--theme), 1);
}
.scroll-bar::-webkit-scrollbar {
  width: 3px;
}
.scroll-bar::-webkit-scrollbar-track {
  background: rgba(var(--theme), 0.3);
  border-radius: 20px;
}
.scroll-bar::-webkit-scrollbar-thumb {
  background-color: rgba(var(--theme), 1);
  border-radius: 10px;
}

/*Nav Top*/
.navtop {
  background-color: var(--secondry-color);
  height: 40px;
}
.nav-content {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  /* align-items: center; */
  padding: 8px 0;
  gap: 8px;
}
@media (max-width: 991px) {
  .nav-content {
    flex-direction: column !important;
  }
  .featuter-section {
    margin-top: -1rem !important;
    padding: 1.5rem !important;
  }
  .feautures-description {
    margin-bottom: 20px !important;
  }
}
.resize-padding {
  padding: 0 10px;
}
.phoneandemail-nav {
  display: flex;
  /* gap: 15px; */
}
.phone-nav {
  display: flex;
  /* align-items: center; */
}
.phonenav-icon img {
  margin-left: 10px;
  color: #666666;
}
.phonenav-icon svg {
  margin-left: 10px;
  color: #666666;
}
.phonenav-description h6 {
  direction: ltr;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.11px;
  color: #666666;
}
.phonenav-description h6:hover{
  color: #ffd700;

}
.mail-nav {
  display: flex;

}
.fav-description h6 {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.11px;
  color: #666666;
  /* padding-bottom: 2px; */
  margin: 3px 0;
}
.fav-description a :hover {
  color: #ffd700;
}
.return-description h6 {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.11px;
  color: #666666;
  margin: 3px 0;
}
.return-description a :hover {
  color: #ffd700;
}
.mailnav-icon img {
  margin-left: 10px;
  color: #666666;
}
.mailnav-description a {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.11px;
  color: #666666;
}
.header-logo {
  overflow: hidden;
}

.search-field {
  outline: none;
  width: 611px !important;
  height: 48px;
  display: block;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  color: #a5a5a5;
  gap: 4px;
  /* margin-top: 12px; */
}
.search-field::placeholder {
  color: #a5a5a5;
}
.search-field:focus {
  outline: none;
}
.search-form {
  position: relative;
}
.btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #a5a5a5;
}
.signin-head,
.carthead {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.carthead-img a {
  position: relative;
}
.carthead-img a svg {
  background-color: #f8f8f8;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50px;
  gap: 10px;
}
.carthead-img  {
  background-color: #f8f8f8;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50px;
  gap: 10px;
}
.signin-img-head{
  background-color: #f8f8f8;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  gap: 10px;
}
.user-alert-cart {
  background: #f55157;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px !important;
  padding: 10px;
  line-height: normal;
  /* font-size: 10px; */
}
.carthead-img a .user-alert-cart {
  height: 18px;
  left: -14px;
  top: -10px;
}

.signin-content h5,
.carthead-content h5 {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.58px;
  z-index: 3;
}
.signin-content h6,
.carthead-content h6 {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.signin-link {
  display: flex;
  gap: 5px;
}
.header-last {
  background-color: #1a191d;
  height: 44px;
  width: 100%;
}
.menu-bar {
  position: relative;
  width: 30px;
  height: 40px;
  border-radius: 3px;
}

.menu-bar span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background-color: #fff;
}

.menu-bar span:nth-child(1) {
  margin-top: -9px;
}

.menu-bar span:nth-child(3) {
  margin-top: 7px;
}
.nav-menu {
  margin: 0;
  padding: 0;
}
.nav-menu li a {
  color: #fff;
  /* font-family: "Tajawal", sans-serif; */
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-menu li a:hover {
  color: #fff !important;
}
.nav-menu li a span {
  position: relative;
}
.nav-menu li a span:after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background-color: #fff;
  opacity: 0.4;
  transition: all 0.3s;
}
.nav-menu li.dropdown {
  position: relative;
}
.nav-menu li.dropdown .submenu {
  display: none;
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.nav-menu li.dropdown .submenu li a {
  display: block;
  padding: 13px 20px;
  color: #fff;
  font-size: 80%;
  transition: all 0.3s;
}
.nav-menu li.dropdown .submenu li a:hover {
  color: #fff;
}
.main-menu-area .navbar-brand1 {
  display: block;
}

.main-menu-area .navbar-brand2 {
  display: none;
}

/* Fixed top  */
.main-menu-area.fixed-top {
  position: absolute !important;
  top: 40px;
  padding: 0 20px;
}
.flag {
  width: 30px;
  height: 30px;
}
.mian-flag {
  padding-right: 5px;
}
/* Fixed menu */
.main-menu-area.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #212339;
  padding: 10px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.main-menu-area.fixed-menu .navbar-brand1 {
  display: none;
}

.main-menu-area.fixed-menu .navbar-brand2 {
  display: block;
}
@media (max-width: 991px) {
  /* Mobile menu */
  .op-mobile-menu {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: #252531;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }

  .op-mobile-menu .m-menu-header {
    padding: 30px;
  }

  .op-mobile-menu .close-button {
    position: relative;
    width: 20px;
    height: 20px;
  }

  .op-mobile-menu .close-button:before,
  .op-mobile-menu .close-button:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: #999;
    transform-origin: center;
  }

  .op-mobile-menu .close-button:before {
    transform: rotate(45deg);
  }

  .op-mobile-menu .close-button:after {
    transform: rotate(-45deg);
  }

  .mobile-menu-open .op-mobile-menu {
    left: 0;
  }

  .op-mobile-menu .search-option {
    display: none;
  }

  .op-mobile-menu .nav-menu li {
    padding: 0 30px;
  }

  .join-btn {
    padding: 25px 20px;
    text-align: center;
  }

  .op-mobile-menu .nav-menu li a {
    clear: both;
    padding: 10px 0;
    border: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    border-bottom: 2px solid #999;
  }
  .op-mobile-menu .nav-menu li a :hover {
    color: #05ff9f;
  }

  .op-mobile-menu .nav-menu > li:first-child > a {
    padding-top: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: white;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding: 8px 15px;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ffc62a;
}
.navbar .navbar-toggler .navbar-toggler-icon i {
  padding: 3px;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item {
    text-align: left !important;
    color: black !important;
  }
}
@media (max-width: 991px) {
  .navbar .offcanvas {
    width: 100%;
    background-color: white;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    /* color: black;
    text-align: right !important;
    border-bottom: 1px solid #666;
    font-size: 22px; */
  }

  .navbar .offcanvas .offcanvas-header img {
    width: 180px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar .offcanvas .offcanvas-header {
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 991px) {
  .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #666 !important;
    color: black;
    font-weight: 500;
    font-size: 22px;
    padding: 5px 10;
    text-align: right;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .navbar .offcanvas .offcanvas-header .navbar-toggler {
    font-size: 16px;
    margin: 0;
    color: black !important;
  }
}

.header-middle-login .home-panel {
background-color: #FFFFFF;
width: fit-content;
box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
padding: 5px;
border-radius: 13px;

}
.user-panel{
  padding: 28px 10px;

}
.home-panel{
  position: absolute;
  top: 50px;
  z-index: 2000;

}
.user-panel a{
  font-size:15px;
  color: #000000;
  font-weight: 400;
  line-height: 23px;
  margin-top: 15px !important;

}
.user-log-out{
  padding-top: 30px;

}
.user-log-out a{
  font-size:15px;
  color: #FF0000;
  font-weight: 400;
  line-height: 23px;

}
.signin-link a{
  color:#333333 ;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.home-panel .signin-link a::after{
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: -19px;
  left: 15px;
  /* background-color: #DEDEDE  ; */
  border: 1px dashed #DEDEDE;
  transition: all 0.3s ease-in-out 0s;
}
.user-panel a::after{
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 69px;
  left: 15px;
  /* background-color: #DEDEDE  ; */
  border: 1px dashed #DEDEDE;
  transition: all 0.3s ease-in-out 0s;
}
.login-main .overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
/* .home-panel{
  position: relative;
  z-index: 2;
} */

.swiper {
  /* width: 100%;
  height: 100%; */
}

.swiper-slide {
  /* text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; */
}

.product-single__media.vertical-thumbnail .product-single__thumbnail .swiper-slide img {
  /* display: block; */
  width: 50%;
  height: 100%;
  object-fit: cover;
  /* margin-left: 22px; */
  margin-top: 11px;
}
.carousel-control-next-icon {
  color: black !important;
}
.main-features {
  /* bottom: -14%; right: 50%;
  transform: translate(50%,-50%);
  padding: 50px 0;
  align-items: center; */
}
.featuter-section {
  background: #ffffff;
  /* box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15); */
  padding: 2.8rem;
  margin-top: -5rem;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  border-bottom:1px solid #EEEEEE ;
}
.resize-containe {
}
.feautures-description {
  display: flex;
  align-items: center;
  gap: 8px;
  /* border-left: 1px solid #FFFFFF; */
}
@media (max-width: 991px) {
  .left-nav {
    text-align: center !important;
    margin-left: 20px;
    display: none;
  }
  .right-nav {
    text-align: center !important;
  }
  .search-field {
    display: none;
  }
  .logo2 {
    display: none;
  }
  .nav-content {
    text-align: center;
    justify-content: center;
  }
  .navtop {
    background-color: var(--secondry-color);
    /* height: 80px; */
    padding: 10px;
  }
  .header-logo {
    flex-direction: column;
  }
  .search-field {
    width: 100% !important;
    /* display: none; */
  }
}
/*mokup*/
.mokup-section {
  padding-top: 130px;
  padding-bottom: 50px;
  background: linear-gradient(
    to bottom,
    white 0%,
    white 50%,
    #252531 50%,
    #252531 100%
  );
}

.sub-head-mokup-down {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 10px;
}
.des-head-mokup-down {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 10px;
}
.features-thumb img {
  /* width:641px;
  height: 416px; */
  /* max-width: 100%;
  position: relative;
  z-index: 100;
  height: 380px; */
  /* text-align: center;
    position: relative;
    left: 260px; */
}
.section-title-down h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}
.word-title {
  background-color: #ffd700;
  border-radius: 8px;
  height: 2px !important;
  width: 2px !important;
}
.word-title::before {
  /* content: "";
background-color: #ffd700;
position: absolute;
width: 25px;
height: 40px;
border-radius: 12px;
margin: 0;
  padding: 0;
z-index: -2; */
}
.section-title-down h3 span {
  color: #ffd700;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}
.main-mokup-head {
  background-color: #ffd700;
  width: fit-content;
  border-radius: 100px;
}
.main-mokup-head h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  padding: 5px 34px;
}
.sub-head-mokup {
  padding-top: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #333333;
  padding-top: 10px;
}
.desc-head-mokup {
  color: #666666;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  padding-top: 10px;
}
.feature-box {
  flex-direction: column;
  margin-bottom: 123px;
}
@media (max-width: 991px) {
  .features-item {
    padding: 50px;
  }
}
/* .features-item{
  padding: 25px;
} */

.color-gray {
  background-color: #252531;
}
.feature-box2 {
  position: relative;
  z-index: 100;
  margin-top: 150px;
}
/*video steps*/

.vidio-steps {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
  position: relative;
}
.word-title-vidio {
  background-color: #ffd700;
  border-radius: 8px;
}
.vidio-content-text h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 75px;
  color: #333333;
}
.section-title-vidio h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
}
.section-title-vidio-header {
  padding: 40px 0;
}
.vidio-window {
  background-color: #252531;
  border-radius: 23px;
  /* opacity: 50%; */
  position: relative;
  z-index: 2;
}
.vidio-content h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 45px;
  line-height: 60px;
  opacity: 50%;
}
.vidio-logo {
  margin-right: 15px;
  align-items: center;
}
.vidio-logo img {
  width: 150px;
  height: 45px;
}
.vidio-main-logo img {
  width: 62.54px;
  height: 56.46px;
  padding: 0;
  margin: 0;
}
.vidio-logo2 {
  padding: 0;
  margin: 0;
}
.vidio-logo2 img {
  width: 51.2px;
  height: 15.96px;
  padding: 0;
  margin: 0;
}
.vidio-logo-word img {
  width: 26.6px;
  height: 15.29px;
  padding: 0;
  margin: 0;
}
/* .vidio-btn{
  position: absolute;
left: 4%;
bottom: -15% !important;
 transform: translateX(-40%) translateY(-50%);
 } */
.vidio-steps .play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(40% - 211px);
}
.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff0000 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.play-btn:hover::after {
  border-left: 15px solid #f82249;
  transform: scale(20);
}
.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

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

.vidioall {
  position: relative;
  z-index: 12;
}
.vidioall .circle {
  position: absolute;
  right: calc(95% - 50px);
  top: calc(86% - 369px);
  z-index: -2;
}
.vidioall .circle2 {
  position: absolute;
  right: calc(0% - 30px);
  top: calc(86% - 150px);
  z-index: -2;
}
.circle {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border-style: solid;
  border-width: 40px;
  border-color: #ffd600;
  background-color: #ffd600;
  overflow: hidden;
  z-index: -0;
  pointer-events: none;
}
.circle2 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-style: solid;
  border-width: 40px;
  border-color: #ffd600;
  background-color: #ffd600;
  overflow: hidden;
  z-index: -0;
  pointer-events: none;
}

/*product section*/
.product-section {
  padding-top: 65px;
  padding-bottom: 70px;
}
.product-content h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
.product-content p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.product-content-btn a {
  box-sizing: border-box;
  border: none;
  outline: none;
  border: 1px solid #333333;
  background: transparent;
  padding: 10px 16px 11px;
  display: flex;
  gap: 8px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  color: #333333;
}
.blog-content-btn a {
  box-sizing: border-box;
  border: none;
  outline: none;
  border: 1px solid #62d0b6;
  background: transparent;
  padding: 10px 16px 11px;
  display: flex;
  gap: 8px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  color: #62d0b6;
}
.blog-content-btn a:hover {
  background-color: var(--primary-color);
  color: #333333;
  border: 1px solid #333333;
}
.product-content-btn a:hover {
  background-color: var(--primary-color);
}
.product-related-btn button {
  box-sizing: border-box;
  border: none;
  outline: none;
  border: 1px solid #62d0b6;
  background: transparent;
  padding: 10px 16px 11px;
  display: flex;
  gap: 8px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  color: #62d0b6;
}
.product-related-btn button:hover {
  background: #ffd600;
}
.product-content-btn button:hover {
  background: #ffd600;
}
.product-category {
  border: 1px solid #eeeeee;
  /* background: #FFFFFF; */
  border-radius: 4px;
  margin-bottom: 30px;
  /* box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1); */

  border-radius: 8px;
  position: relative;
}
.product-category:hover{
  border: 1px solid #ffd600;
  cursor: pointer;
}
.product-category:hover .product-cart h3{
  background-color: #ffd700;

}
.product-img {
  text-align: center;
}
.product-img2 {
  text-align: center;
}
.product-img p img {
  /* width: 130px;
  height: 205px; */
  padding: 15px;
}
.product-img2 p img {
  width: 220px;
  height: 220px;
  padding: 15px;
}
.product-category-front {
  position: absolute;
  display: block;
  left: 20px;
  top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #f55157;
  transition: all 0.3s;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.product-category-front-new {
  position: absolute;
  display: block;
  left: 20px;
  top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #333333;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #ffd700;
  transition: all 0.3s;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.product-category-front::before {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #f55157;
  height: 0;
  width: 0;
  position: absolute;
  right: -11px;
  top: 11px;
}
.product-category-front-new::before {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #ffd700;
  height: 0;
  width: 0;
  position: absolute;
  right: -12px;
  top: 11px;
}
.product-content h5 {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product-content {
  padding: 0 10px;
}
.product-content h3 {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-content .product-company {
  color: #666666;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product-price h3 {
  color: #f55157;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding-left: 0px !important;
  margin-bottom: 10px;
}
.product-price .new-price {
  color: black;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding-left: 0px !important;
  margin-bottom: 10px;
}
.product-price h3 span del {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.product-cart {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.product-cart h3 {
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 17px 50px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.product-cart h3:hover {
  background-color: #ffd700;
}
.product-favorite {
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

/*Gold Price*/
.gold-price-section {
  background-image: url(../images/banner/gold.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.gold-steps {
  background-image: url(../images/banner/gold.png);
  /* padding: 100px 0; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 500px;
}
.calc-gold{
  /* position: absolute;
  top: 50%; right: 50%;
  transform: translate(50%,-50%); */
  position: relative;
  top: 130px;
  left: 80px;
}
.overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.goldbricks {
  position: relative;
  background-color: #1a1a24;
  border-radius: 25px;
  padding: 10px 20px;
}
.current-price {
  gap: 8px;
}
.current-price h4 {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

.goldbricks-img img {
  width: 230px;
  height: 228px;
}
.gold-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.gold-analysis h3 {
  color: #0aff96;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}
.goldbrick-price h2 {
  color: white;
  margin-bottom: 15px;
}
.buy {
  display: flex;
  gap: 25px;
  align-items: center;
}
.sell {
  display: flex;
  gap: 22px;
  align-items: center;
}
.buy-head h4,
.sell-head h4 {
  color: #fcc200;
  font-size: 25px;
  font-weight: 400;
  line-height: 37px;
}
.buy-description p,
.sell-description p {
  color: #fcc200;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.price-weight {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.price-weight-currancy {
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.compare {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-weight-content {
  display: flex;
  background-color: #373737;
  justify-content: center !important;
  align-items: center;
  /* gap: 30px; */
  border-radius: 6px;
  /* padding: 0px 25px; */
  position: relative;
}
.price-weight-contents {
  display: flex;
  background-color: #373737;
  justify-content: center !important;
  align-items: center;
  gap: 65px;
  border-radius: 6px;
  padding: 0px 25px;
  position: relative;
}
.price-weight-content-currancy,
.price-weight-content-currancyy {
  display: flex;
  justify-content: center !important;
  align-items: center;
  gap: 65px;
  border-radius: 6px;
  padding: 0px 25px;
  position: relative;
}
.price-weight-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -26px;
  left: 0;
  background-color: #5e5e5e;
  transition: all 0.3s ease-in-out 0s;
}
.price-weight-content-currancy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -26px;
  left: 0;
  background-color: #5e5e5e;
  transition: all 0.3s ease-in-out 0s;
}
.amount input[type="number"] {
  /* color: #f8f8f8;
  font-size: 30px;
  font-weight: 700;
  line-height: 44.1px; */
  border: none;
  background-color: transparent;
  padding: 20px 10px;
border-radius: 6px;
text-align: center;
}
.amount input[type="number"]:focus {
  /* color: #f8f8f8;
  font-size: 30px;
  font-weight: 700;
  line-height: 44.1px; */
outline: none;
box-shadow: none;
}
.type h3 {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

select {
  border: none;
  outline: none;
  color: white;
  background: transparent;
  direction: ltr;
  font-size: 30px;
  padding: 0 !important;
  margin: 0 !important;
}

select option {
  background: white;

  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.section-title-gold {
  color: #949494;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  left: 150px;
}

/*payment*/
.payment-sucess {
  padding-top: 40px;
  padding-bottom: 40px;
}
.payment-header h2 {
  color: #333333;
  font-size: 45px;
  line-height: 60px;
  font-weight: 500;
}
.payment-header p {
  color: #333333;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  padding: 25px 0;
}
.payment-list li {
  color: #333333;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}
.payment-list li span {
  padding: 0 10px;
}
/*shooping product*/
.shopping-img {
  background: #f7f7f7;
  width: 137px;
  height: 137px;
  border-radius: 100px;
}
.shopping-descriptions h3 {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.shopping-descriptions p {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.col-20 {
  width: calc(100% / 7);
}
@media (max-width: 991px) {
  .col-20 {
    width: calc(100% / 3);
  }
  .payment-img svg {
    width: 100%;
  }
  .circle2,
  .circle {
    display: none;
  }
}

/*offers*/
.offers {
  padding-top: 60px;
  padding-bottom: 224px;
}
.offer-container {
  border: 2px solid #ffd700;
  border-radius: 4px;
}
.offer-img img {
  /* width: 100% !important; */
}
@media (max-width: 991px) {
  .offer-img img {
    width: 183px !important;
    height: 183px;
    text-align: center;
  }

  .offer-container {
    text-align: center;
  }
  .offer-category-front {
    position: absolute;
    display: block;
    left: 19px !important;
    top: 16px !important;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    background-color: #f55157;
    transition: all 0.3s;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
  }
}
.offer-category {
  position: relative;
}
.offer-category-front {
  position: absolute;
  display: block;
  left: 30px;
  top: -30px;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #f55157;
  transition: all 0.3s;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.offer-category-front::before {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #f55157;
  height: 0;
  width: 0;
  position: absolute;
  right: -11px;
  top: 11px;
}
.offer-content h5 {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 5px;
}
.offer-content {
  margin-right: 35px;
}
.offer-content h3 {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.offer-content .offer-company {
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}
.offer-price h3 {
  color: #f55157;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}
.offer-price h3 span del {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.offer-time .time {
  display: flex;
  align-items: center;
  margin: 20px auto;
  gap: 10px;
  justify-content: center;
}
.offer-time .time .unit {
  background: #f8f8f8;
  border-radius: 6px;
  text-align: center;
  transition: 0.3s;
  padding: 5px 28px;
}
.offer-time .time .unit span {
  display: block;
  transition: 0.3s;
}
.offer-time .time .unit span:first-child {
  font-size: 18px;
  /* padding: 10px; */
  color: #333333;
  font-weight: 500;
}
.offer-time .time .unit span:last-child {
  /* padding: 8px 10px; */
  color: #a5a5a5;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.offer-time .time .unit:hover,
.offer-time .time .unit:hover span:last-child {
  border-color: #ffd700;
}
.offerCart-fav {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.offer-cart a {
  color: #333333;
}
.offer-cart h3 {
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 75px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  background-color:#ffd700 ;
}
.offer-cart h3:hover {
  background-color: transparent;
}
.offer-favorite {
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
/*invset man*/
.theme-arrow {
  position: relative;
}
.theme-arrow .swiper-button-next,
.theme-arrow .swiper-button-prev {
  position: absolute;
  color: #666666;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 100%;
  border: 1px solid #eeeeee;
  bottom: 42px;
  -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.07));
  z-index: 1;
  height: calc(32px + 10 * (100vw - 320px) / 1600);
  width: calc(32px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.theme-arrow .swiper-button-next::after,
.theme-arrow .swiper-button-prev::after {
  font-family: remixicon !important;
  font-size: 24px;
}
.theme-arrow .swiper-button-next:hover,
.theme-arrow .swiper-button-prev:hover {
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-arrow .swiper-button-next {
  right: 0px;
  top: -50px;
}
.theme-arrow .swiper-button-next {
  left: unset;
  right: calc(40px + 10 * (100vw - 320px) / 1600);
}
.theme-arrow .swiper-button-prev {
  left: unset;
  right: calc(40px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .theme-arrow .swiper-button-next {
    top: -60px;
  }
}
@media (max-width: 493px) {
  .theme-arrow .swiper-button-next {
    top: -65px;
  }
}
@media (max-width: 465px) {
  .theme-arrow .swiper-button-next {
    top: -75px;
  }
}
.theme-arrow .swiper-button-next::after {
  content: "\ea6e";
}
.theme-arrow .swiper-button-prev {
  top: -50px;
  right: 50px;
  left: unset;
}
.theme-arrow .swiper-button-prev {
  left: unset;
  /* left: 0; */
}
.theme-arrow .swiper-button-next {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  .theme-arrow .swiper-button-prev {
    top: -60px;
  }
}
@media (max-width: 493px) {
  .theme-arrow .swiper-button-prev {
    top: -65px;
  }
}
@media (max-width: 465px) {
  .theme-arrow .swiper-button-prev {
    top: -75px;
  }
}
.theme-arrow .swiper-button-prev::after {
  content: "\ea64";
}
.invest-category {
  position: relative;
  /* top: -106px; */
  margin-top: 150px;
}

.brand-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  gap: 10px;
  padding: 24px;
  margin-left: 10px;
}
/* Brands */
.brand-title h2 {
  color: #333333;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
}
.sub-title p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

/*vidio banner*/
.vidiobanner {
  background: url(../images/vidiobanner.png);
  background-position: center;
  background-size: cover;
  height: 500px;
  position: relative;
}
.play-btn-vidio {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff0000 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
.vidiobanner .play-btn-vidio {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(40% + 200px);
}
.play-btn-vidio::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn-vidio::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.play-btn-vidio:hover::after {
  border-left: 15px solid #f82249;
  transform: scale(20);
}
.play-btn-vidio:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

/*Testimonials*/
.Testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wrapper {
  width: 100%;
  position: relative;
}
.wrapper .right-btn,
.left-btn {
  top: 50%;
  height: 46px;
  width: 46px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper .right-btn:active {
  transform: translateY(-50%) scale(0.85);
  /* background-color: #ff6b52; */
  color: white;
}
.wrapper .left-btn:active {
  transform: translateY(-50%) scale(0.85);
  /* background-color: #ff6b52; */
  color: white;
}
.wrapper .right-btn:first-child {
  right: 0px;
  top: -50px;
}
.wrapper .right-btn:first-child {
  left: unset;
  right: calc(50px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .wrapper .right-btn:first-child {
    top: -60px;
  }
}
@media (max-width: 493px) {
  .wrapper .right-btn:first-child {
    top: -65px;
  }
}
@media (max-width: 465px) {
  .wrapper .right-btn:first-child {
    top: -75px;
  }
}
.wrapper .left-btn:last-child {
  top: -50px;
  right: 50px;
  left: unset;
}
.wrapper .left-btn:last-child {
  right: unset;
  left: 0;
}
.wrapper .left-btn:last-child {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  .wrapper .left-btn:last-child {
    top: -60px;
  }
}
@media (max-width: 493px) {
  .wrapper .left-btn:last-child {
    top: -65px;
  }
}
@media (max-width: 465px) {
  .wrapper .left-btn:last-child {
    top: -75px;
  }
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
/* .carousel :where(.card, .img) {
  
} */
.carousel .card {
  scroll-snap-align: start;

  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.card-gold-header {
  display: flex;
  align-items: center;
}
.card-gold {
  list-style: none;
  background: #3e4256;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
  height: 100%;
}
.card-gold-img {
  background-color: #252531;
  width: fit-content;
  border-radius: 8px;
  margin: 15px;
}
.card-gold-name h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.card-gold-name p {
  color: #c1b9f9;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
.gold-card-amount {
  margin: 15px;
}
.gold-card-amount h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.gold-card-amount p {
  color: #c1b9f9;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.gold-card-fotter {
  margin: 15px;
}
.gold-card-fotter h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.gold-card-fotter p {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.gold-card-btn button {
  /* width: 100%; */
  width: calc(50% + 50px);
  border: none;
  outline: none;
  padding: 16px;
  background-color: var(--primary-color);
  border-radius: 4px;
  color: #444444;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.carousel .card .img {
  height: 60x;
  width: 60px;
  border-radius: 50%;
  padding: 15px 20px;
}
.card .img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carousel .card span {
  color: #6a6d78;
  font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}

.stars {
  padding: 15px 20px;
}
.star-img {
  padding: 15px 20px;
}
.stars .fill {
  color: #ffc62a;
}
.middle-section {
  padding: 15px 20px;
}
.middle-section p {
  color: #666666;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
.bottom-section {
  display: flex;
  align-items: center;
  gap: 25px;
}
.user-info h5 {
  color: #333333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.user-info p {
  color: #666666;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
/*blog*/
.blog-content {
  position: relative;
}
.blog-category-front {
  position: absolute;
  display: block;
  right: 20px;
  top: 10px;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  padding: 5px 0;
  text-align: center;
  width: 50px;
  height: 48px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: all 0.3s;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.blog-month {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.blog-description h4 {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  padding: 7px 0;
}
.blog-description p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  line-height: 25px;
}
/*brands*/
.brand-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.brand-section .brands-logo .food-brands {
  /* width: calc(50px + 10 * (100vw - 320px) / 1600);
  height: calc(60px + 10 * (100vw - 320px) / 1600);
  margin: 0 auto calc(8px + 6 * (100vw - 320px) / 1600); */
}
.brand-section .brands-logo .brand-box {
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.brand-section .brands-logo .brand-box::after {
  content: "";
  position: absolute;
  border-right: 1px solid rgba(var(--dashed-line), 1);
  width: 1px;
  height: 40%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-section .brands-logo .food-brands {
  position: relative;
  /* width: calc(60px + 40 * (100vw - 320px) / 1600);
  height: calc(60px + 40 * (100vw - 320px) / 1600); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 auto;
}
.brand-section .brands-logo .food-brands .brand-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 0px;
  padding: 10px 0;
}
.food-brands {
}
.brand-section .brands-logo .food-brands:last-child::after {
  border-right: none;
}
.brand-section .brands-logo h4 {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(var(--dark-text), 1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  padding-bottom: 1px;
}
.brand-section .swiper-wrapper .swiper-slide-active .brand-box::after {
  content: unset;
}
.brand-section
  .swiper-button-active
  .brand-section
  .brands-logo
  .brand-box::after {
  border-right: none;
}

/*footer*/
.footer-section {
  position: relative;
  /* background-color: rgb(43, 43, 43); */
  overflow: hidden;
}
.footer-section .item-3 {
  width: 280px;
  position: absolute;
  top: 0;
  right: -100px;
  opacity: 0.1;
}
.footer-section .item-3 {
  left: -100px;
  right: unset;
}
@media (max-width: 1150px) {
  .footer-section .item-3 {
    display: none;
  }
}
.footer-section .subscribe-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* padding-bottom: calc(20px + 60 * (100vw - 320px) / 1600); */
  background-color: #f8f8f8;
  padding: 25px;
}
.footer-section .subscribe-section .subscribe-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer-section .subscribe-section .subscribe-part .subscribe-img{
  background-color: rgba(255, 215, 0, 0.1);
    width: 64px;
    height: 64px;
    padding: 8px;
    border-radius: 50%;

}
@media (max-width: 991px) {
  .footer-section .subscribe-section .subscribe-part {
    display: block;
  }
}
.footer-section .subscribe-section .subscribe-part .subscribe-mail h5 {
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.footer-section .subscribe-section .subscribe-part .subscribe-mail p {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .footer-section .subscribe-section .subscribe-part h5 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.footer-section .subscribe-section .email-form .subscribe-form-control {
  position: relative;
  padding: calc(6px + 9 * (100vw - 320px) / 1600);
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  color: #333333;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.footer-section
  .subscribe-section
  .email-form
  .subscribe-form-control::-webkit-input-placeholder {
  color: #333333;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}

.footer-section
  .subscribe-section
  .email-form
  .subscribe-form-control::-moz-placeholder {
  color: #333333;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.footer-section
  .subscribe-section
  .email-form
  .subscribe-form-control:-ms-input-placeholder {
  color: #333333;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.footer-section
  .subscribe-section
  .email-form
  .subscribe-form-control::-ms-input-placeholder {
  color: #333333;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.footer-section
  .subscribe-section
  .email-form
  .subscribe-form-control::placeholder {
  color: #a5a5a5;
  font-size: 14px;
}
/* .footer-section .subscribe-section .email-form .subscribe-form-control {
  text-align: right;
} */
.footer-section .subscribe-section .email-form .subscribe-btn {
  /* position: absolute;
  top: 0;
  right: 0; */
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  padding: calc(8px + 7 * (100vw - 320px) / 1600);
  border-radius: 6px;
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  background-color: #ffd700;
}
.email-form {
  display: flex;

  align-items: center;
  gap: 20px;
}
.email-input-footer {
  width: 100%;
}
.app-fotter-img {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-section .subscribe-section .email-form .subscribe-btn {
  /* left: -120px; */
  /* right: unset; */
}
.footer-section .subscribe-section .email-form .subscribe-btn {
  /* left: -120px; */
  /* right: unset; */
}
.footer-section .subscribe-section .dropdown .language-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  gap: calc(10px + 30 * (100vw - 320px) / 1600);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #333333;
}
.unsubscribe p {
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}
/* 
.footer-section .subscribe-section .dropdown .dropdown-menu {
  width: 100%;
  background-color: rgb(55, 55, 55);
}
.footer-section .subscribe-section .dropdown .dropdown-menu.show {
  display: block;
}
.footer-section .subscribe-section .dropdown .dropdown-menu li {
  width: 100%;
}

.footer-section .subscribe-section .dropdown .dropdown-menu li .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px 10px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #333333;
}

.footer-section .subscribe-section .dropdown .dropdown-menu li .dropdown-item {
  padding: 0 0 10px 10px;
}
.footer-section
  .subscribe-section
  .dropdown
  .dropdown-menu
  li
  .dropdown-item:last-child {
  padding-bottom: 0;
}
.footer-section
  .subscribe-section
  .dropdown
  .dropdown-menu
  li
  .dropdown-item:hover {
  background-color: #333333;
} */

.footer-section .subscribe-section .form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  gap: calc(10px + 30 * (100vw - 320px) / 1600);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #333333;
  border: none;
}

.footer-section .subscribe-section .form-select.language-btn {
  width: 150px;
}
.footer-section .subscribe-section .form-select.coupons {
  width: 170px;
}
.footer-section .subscribe-section .form-select option {
  width: 100%;
  background-color: rgb(55, 55, 55);
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}

.footer-section .subscribe-section .form-select option:hover {
  background-color: #05ff9f;
}
.footer-section .subscribe-section .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.footer-section .main-footer {
  padding: calc(20px + 60 * (100vw - 320px) / 1600) 0;
}

.footer-section .main-footer .footer-logo-part .logo {
  height: calc(35px + 17 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  cursor: pointer;
}
.footer-section .main-footer .footer-logo-part p {
  width: 100%;
  color: #666666;
  line-height: 30px;
}

@media (max-width: 1200px) {
  .footer-section .main-footer .footer-logo-part p {
    width: 100%;
  }
}
.social-media-part {
  padding: calc(10px + 20 * (100vw - 320px) / 1600) 0 0;
}
@media (max-width: 576px) {
  .social-media-part {
    margin-bottom: 10px;
  }
}

.social-media-part .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
  padding: 0;
}
.social-media-part .social-icon {
  padding: 0;
}
.social-media-part .social-icon li {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.social-media-part .social-icon li .icon {
  display: block;
  width: calc(25px + 15 * (100vw - 320px) / 1600);
  height: calc(25px + 15 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a5a5a5;
  background-color: white;
  border: 1px solid #a5a5a5;
  border-radius: 100%;
  font-size: calc(13px + 8 * (100vw - 320px) / 1600);
}
.social-media-part .social-icon li .icon:hover {
  /* -webkit-transform: translateY(-10px);
          transform: translateY(-10px); */
  border: 1px solid #ffd700;
  color: #ffd700;
  border-radius: 100%;
}

.footer-section .main-footer .footer-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #333333;
  margin-bottom: calc(10px + 15 * (100vw - 320px) / 1600);
  padding-left: 10px;
}
.footer-section .main-footer .footer-title {
  padding-left: unset;
  padding-right: 10px;
}

.footer-section .main-footer .footer-title {
  padding-left: unset;
  padding-right: 10px;
}
@media (max-width: 576px) {
  .footer-section .main-footer .footer-title:after {
    content: "\ea4e";
    font-family: remixicon !important;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .footer-section .main-footer .footer-title:after {
    right: unset;
    left: 0;
  }
  .footer-section .main-footer .footer-title:after {
    right: unset;
    left: 0;
  }
}

/* .footer-section .main-footer .footer-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: calc(15px + 15 * (100vw - 320px) / 1600);
  border: 1px solid var(--primary-color);
} */

/* .footer-section .main-footer .footer-title::before{
  left: unset;
  right: -10px;;
}

 .footer-section .main-footer .footer-title::before {
  left: unset;
  right: 0;
} */

.footer-section .main-footer h5 {
  color: rgba(var(--white), 1);
}
.footer-section .main-footer .open-footer-content .content {
  display: block;
}
.footer-section .main-footer .open-footer-content .footer-title::after {
  content: "\ea78";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-section .main-footer .content {
  padding: 0;
}

@media (max-width: 576px) {
  .footer-section .main-footer .content {
    display: none;
  }
}

.footer-section .main-footer .content li {
  display: block;
  padding-bottom: calc(9px + 12 * (100vw - 320px) / 1600);
}

.footer-section .main-footer .content li:last-child {
  padding-bottom: 0;
}

.footer-section .main-footer .content li a h6 {
  color: #666666;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.footer-section .main-footer .content li a h6:hover {
  margin-right: 5px;
  color: var(--primary-color);
}

.footer-section .main-footer .content li a h6:hover {
  margin-right: unset;
  margin-left: 5px;
}
.footer-section .main-footer .content li a h6:hover .fa-angles-left {
  margin-left: 5px;
  color: var(--primary-color);
}

.footer-section .main-footer .content li a h6:hover .fa-angles-left {
  margin-left: unset;
  margin-right: 5px;
}
.bottom-section-footer {
  background-color: #1d1f1f;
}
.footer-section .bottom-footer-part {
  padding: calc(15px + 15 * (100vw - 320px) / 1600) 0;
}
.bottom-footer-part h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.cards-vat {
  width: 22.5px;
  height: 30px;
}
.fotter-vat h5 {
  color: #f8f8f8;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  justify-content: space-between;
}
.fotter-number {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 991px) {
  .fotter-cards {
    width: 100%;
  }
  .footer-section .subscribe-section .subscribe-part .subscribe-mail h5 {
    font-size: 16px;
    text-align: center;
  }
  .footer-section .subscribe-section .subscribe-part .subscribe-mail p {
    font-size: 12px;
    text-align: center;
  }
  .unsubscribe p {
    font-size: 10px;
    padding: 5px 0;
  }
  .footer-app {
    padding: 10px 0;
  }
  .app-fotter-img {
    padding: 10px 0;
    justify-content: center;
  }
  .blog-description h4 {
    font-size: 18px;
  }
  .blog-description p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .product-content h2 {
    font-size: 18px;
  }
  .product-content p {
    font-size: 14px;
  }
  .offer-container {
    margin-bottom: 15px;
  }
  .product-content-btn button {
    font-size: 14px;
  }
  .payment-header h2 {
    font-size: 25px;
  }
  .payment-header p {
    font-size: 16px;
  }
  .payment-list li span {
    font-size: 14px;
  }
  .section-title-vidio h3 {
    font-size: 25px;
  }
  .payment-sucess {
    padding-top: 0;
  }
  .section-title-gold {
    left: 0;
  }
  .compare {
    padding: 20px 0;
  }
  .price-weight {
    padding: 20px 0;
  }
  .goldbricks-img img {
    display: none;
  }
  .vidio-content-text h3 {
    font-size: 25px;
  }
}
/*modal style*/
.main-terms .customized-modal .filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0;
  /* border-bottom: 1px solid #A5A5A5; */
}
.main-terms .customized-modal .modal-dialog .modal-content {
  width: 1100px !important;
  height: 649px;
  overflow-y: scroll;
  
}
.main-terms .customized-modal .modal-dialog .modal-content::-webkit-scrollbar-thumb{
  background-color: var(--primary-color);
  border: 4px solid #f5f5f5;
  border-radius: 100px;
  background-clip: padding-box; 
}
.main-terms .customized-modal .modal-dialog .modal-content::-webkit-scrollbar{
  width: 16px;
  background-color: #f5f5f5;

}
@media (max-width: 991px) {
  .main-terms .customized-modal .modal-dialog .modal-content {
    width: 80% !important;
    overflow-y: scroll;
    scrollbar-color: var(--primary-color) #f5f5f5;
    scroll-behavior: smooth;
  }
  .main-terms .modal-dialog {
    position: relative !important;
    top: 20% !important;
    left: -10% !important;
  }
}

.main-terms .modal-content::-webkit-scrollbar-thumb {
  border-radius: 15px;
}
/* .modal-content::-webkit-scrollbar {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-color: #007 #bada55;
} */
.main-terms .modal-dialog {
  position: absolute;
  top: 20%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.main-terms .customized-modal .btn-close {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-terms .customized-modal .btn-close {
  right: 20px;
  left: unset;
  background-color: var(--hover-second-color) !important;
}
.main-terms .customized-modal .filter-body {
  padding: 0;
}
.main-terms .customized-modal .filter-body .filter-list {
  margin-top: 10px;
  border-bottom: 1.5px dashed rgba(var(--dark-text), 0.15);
}
.main-terms .profile-modal .modal-dialog .modal-content .modal-header {
  border-bottom-color: rgba(var(--dashed-line), 1);
}
.main-terms
  .profile-modal
  .modal-dialog
  .modal-content
  .modal-header
  .modal-title {
  font-weight: 500;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: red;
}
.filter-title p {
  color: #6b6b6b;
  font-size: 17px;
  font-weight: 510;
  line-height: 26px;
}
.gray-btn {
  color: #ffd700;
}
.gray-btn:hover {
  color: #ffd700;
}
.theme-btn {
  background-color: #ffd700;
  padding: 10px 20px;
}
.theme-btn:hover {
  background-color: #ffd700;
  padding: 10px 20px;
}
.title {
  color: #000000;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
}
.title-description {
  color: #132f41;
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
}
.main {
  height: 100vh;
  width: 100%;
}

.wrapper,
.slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  overflow: hidden;
}
.slide .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: 0;
}
.nav-btn {
  height: 60px !important;
  width: 60px !important;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  background: transparent;
  padding: 15px;
}
.nav-btn:hover {
  background: var(--primary-color);
}
.main .swiper-button-next {
  right: 270px !important;
}
.main .swiper-button-prev {
  left: 250px !important;
}
.nav-btn::before,
.nav-btn::after {
  font-size: 25px;
  color: #fff;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
}

@media screen and (max-width: 768px) {
  .nav-btn {
    visibility: hidden;
  }
  .swiper-pagination-bullet {
    visibility: visible;
  }
  .slide .image {
    height: auto;
  }
  .main {
    height: 200px;
    width: 100%;
  }
}
.nav-btn::before,
.nav-btn::after {
  font-size: 14px !important;
}

/*saudi-invest*/
.saudi-invest {
  /* padding-top: 130px; */
  background-color: #f8f8f8;
  padding-bottom: 60px;
}
.invest-img img {
  margin-top: -6rem;
  margin-right: 40px;
  overflow: hidden !important;
}
@media (max-width:991px) {
  .invest-img  {
   display: none;
  }
}
/*product list page*/
.breacrumb-page {
  padding: 25px;
}
.breadcrumb-item a {
  color: #1d1f1f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 12px;
}
.breadcrumb-item {
  color: #1d1f1f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.active {
  color: #a5a5a5 !important;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  /* padding-right: 5px; */
}

.sidebar-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}
.sidebar-accordion .accordion-item {
  width: 100%;
  background: transparent;
  border: none;
}
.sidebar-accordion .accordion-item::after {
  /* content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -26px;
  left: 0;
  background-color: #5E5E5E;
  transition: all 0.3s ease-in-out 0s; */
}
.sidebar-accordion .accordion-item .accordion-header .accordion-button {
  padding: calc(10px + 5 * (100vw - 320px) / 1600);
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  background-color: rgba(var(--box-bg), 1);
  border-radius: 6px;
  color: rgba(var(--dark-text), 1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar-accordion .accordion-item .accordion-header .accordion-button::after {
  -webkit-filter: invert(1) grayscale(1) brightness(0);
  filter: invert(1) grayscale(1) brightness(0);
}
.sidebar-accordion .accordion-item .accordion-header .accordion-button::after {
  -webkit-filter: invert(1) grayscale(1) brightness(0);
  filter: invert(1) grayscale(1) brightness(0);
}
.sidebar-accordion .accordion-item .accordion-header.collapsed {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  background-color: rgba(var(--box-bg), 1);
  border-radius: 6px;
  border-bottom: 1px solid rgba(var(--dashed-line), 1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar-accordion .accordion-item .accordion-header::after {
  -webkit-filter: invert(1) grayscale(1) brightness(0);
  filter: invert(1) grayscale(1) brightness(0);
}
.sidebar-accordion .accordion-item .accordion-body {
  padding: 15px 0 0;
  background-color: rgba(var(--white), 1);
}
.left-box {
  position: sticky;
  top: 0;
  /* border-right: 1px solid red; */
  height: 100%;
}
.left-box {
  /* border-left: 1px solid red; */
  /* border: 1px solid #EEEEEE ; */
  /* border-right: unset; */
}
.left-box.right-box {
  /* border-left: 1px solid red; */
  border-right: none;
}
.left-box .shop-left-sidebar {
  padding-right: calc(16px + 4 * (100vw - 320px) / 1600);
  position: sticky;
  top: 25px;
  z-index: 1;
}
@media (max-width: 991px) {
  .left-box .shop-left-sidebar {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
  }
}
.left-box .shop-left-sidebar {
  padding-right: 0;
  padding-left: calc(16px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .left-box .shop-left-sidebar {
    padding-left: 0;
  }
}
.left-box .shop-left-sidebar.shop-right-sidebar {
  padding-left: calc(16px + 4 * (100vw - 320px) / 1600);
  padding-right: 0;
}

@media (max-width: 991px) {
  .left-box .shop-left-sidebar.shop-right-sidebar {
    padding-left: 0;
  }
}
.left-box .shop-left-sidebar.shop-right-sidebar {
  padding-right: calc(16px + 4 * (100vw - 320px) / 1600);
  padding-left: 0;
}
@media (max-width: 991px) {
  .left-box .shop-left-sidebar.shop-right-sidebar {
    padding-right: 0;
  }
}
.left-box .shop-left-sidebar .filter-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: calc(5px + 10 * (100vw - 320px) / 1600);
}

.left-box .shop-left-sidebar .filter-item-list li {
  position: relative;
  background-color: red;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.left-box .shop-left-sidebar .filter-item-list li:hover {
  background-color: var(--primary-color);
}
.left-box .shop-left-sidebar .filter-item-list li:hover a {
  color: var(--white-color);
}
.left-box .shop-left-sidebar .filter-item-list li a {
  color: var(--primary-color);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.left-box .shop-left-sidebar .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 10px;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
}
.left-box .shop-left-sidebar .more-category .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 10px;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
}
.left-box .shop-left-sidebar .category-list {
  padding-right: 0;
  padding-left: 10px;
}
.left-box .shop-left-sidebar .more-category .category-list {
  padding-right: 0;
  padding-left: 10px;
}
/* .left-box .shop-left-sidebar .category-list.custom-height {
  max-height: 190px;
  overflow-y: auto;
  height: 100%;
} */
.left-box .shop-left-sidebar .category-list.scroll-bar {
  scrollbar-width: auto;
  scrollbar-color: var(--primary-color);
  margin-top: 8px;
}
.left-box .shop-left-sidebar .category-list.scroll-bar::-webkit-scrollbar {
  width: 3px;
}
.left-box
  .shop-left-sidebar
  .category-list.scroll-bar::-webkit-scrollbar-track {
  background: firebrick;
  border-radius: 20px;
}
.left-box
  .shop-left-sidebar
  .category-list.scroll-bar::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
}
.left-box .shop-left-sidebar .category-list li {
  display: block;
  width: 100%;
}
.left-box
  .shop-left-sidebar
  .category-list
  li:hover
  .form-check
  .form-check-label
  .name,
.left-box
  .shop-left-sidebar
  .category-list
  li:hover
  .form-check
  .form-check-label
  .number {
  color: var(--primary-color);
}
.left-box .shop-left-sidebar .category-list li a {
  cursor: pointer;
  color: #666666;
}
.left-box .shop-left-sidebar .category-list li .active-check {
  cursor: pointer;
  color: #333333;
}
.left-box .shop-left-sidebar .category-list li a .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
.myDiv1 {
  display: none;
}
.left-box .shop-left-sidebar .category-list li a .form-check .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.left-box
  .shop-left-sidebar
  .category-list
  li
  a
  .form-check
  .form-check-label
  .name {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: 80%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.left-box
  .shop-left-sidebar
  .category-list
  li
  a
  .form-check
  .form-check-label
  .number {
  color: rgba(var(--content-color), 1);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.left-box
  .shop-left-sidebar
  .category-list
  li
  a
  .form-check
  .form-check-label
  .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(2px + 3 * (100vw - 992px) / 928);
}
.left-box
  .shop-left-sidebar
  .category-list
  li
  a
  .form-check
  .form-check-label
  .rating
  .icon {
  font-size: 20px;
  color: red;
}
.left-box
  .shop-left-sidebar
  .category-list
  li
  a
  .form-check
  .form-check-label
  .rating
  .fill-icon {
  font-size: 20px;
  color: var(--primary-color);
}
.left-box .shop-left-sidebar .sidebar-title {
  /* margin: 30px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid red; */
}
.left-box .shop-left-sidebar .wrapper .slider {
  /* position: relative;
  height: 3px;
  background-color: green; */
}
.left-box .shop-left-sidebar .wrapper .slider .progress {
  /* position: absolute;
  height: 100%;
  left: 25%;
  right: 25%;
  border-radius: 5px;
  background: fuchsia; */
}
.left-box .shop-left-sidebar .wrapper .range-input {
  /* position: relative; */
}
.left-box .shop-left-sidebar .wrapper .range-input input {
  /* position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; */
}
.left-box
  .shop-left-sidebar
  .wrapper
  input[type="number"]::-webkit-outer-spin-button,
.left-box
  .shop-left-sidebar
  .wrapper
  input[type="number"]::-webkit-inner-spin-button {
  /* -webkit-appearance: none;
          appearance: none; */
}
.left-box .shop-left-sidebar .wrapper .price-input {
  /* width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px; */
}
.left-box .shop-left-sidebar .wrapper .price-input .field input {
  /* width: 100%;
  font-size: 17px;
  text-align: center;
  padding: 5px;
  border: 1px solid rgba(var(--content-color), 0.3);
  border-radius: 4px;
  background-color: transparent;
  outline: none; */
}
.left-box .shop-left-sidebar .wrapper .price-input .separator {
  /* padding: 0 10px; */
}
.left-box
  .shop-left-sidebar
  .wrapper
  input[type="range"]::-webkit-slider-thumb {
  /* height: 17px;
  width: 17px;
  border-radius: 100%;
  background: rgba(var(--theme-color), 1);
  pointer-events: auto;
  -webkit-box-shadow: 0 0 6px rgba(var(--black), 0.05);
          box-shadow: 0 0 6px rgba(var(--black), 0.05);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; */
}
.left-box .shop-left-sidebar .wrapper input[type="range"]::-moz-range-thumb {
  /* height: 17px;
  width: 17px;
  border-radius: 100%;
  background: rgba(var(--theme-color), 1);
  pointer-events: auto;
  box-shadow: 0 0 6px rgba(var(--black), 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer; */
}

.left-box .shop-left-sidebar .product-right-sidebar-list li {
  /* padding-top: 10px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(var(--dark-text), 0.15);
  margin-top: 0; */
}
.left-box .shop-left-sidebar .product-right-sidebar-list li:first-child {
  /* padding-top: 0; */
}
.left-box .shop-left-sidebar .product-right-sidebar-list li:last-child {
  /* border-bottom: none; */
}
.left-box .shop-left-sidebar .product-right-sidebar-list li .offer-product {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; */
}
.left-box
  .shop-left-sidebar
  .product-right-sidebar-list
  li
  .offer-product
  .offer-image {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(var(--box-bg), 1);
  padding: 10px;
}
.left-box
  .shop-left-sidebar
  .product-right-sidebar-list
  li
  .offer-product
  .offer-image
  .img {
  width: 50px;
}
.left-box
  .shop-left-sidebar
  .product-right-sidebar-list
  li
  .offer-product
  .offer-details {
  width: calc(100% - 50px - 10px);
}
.left-box
  .shop-left-sidebar
  .product-right-sidebar-list
  li
  .offer-product
  .offer-details
  .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(var(--dark-text), 1);
  font-weight: 500;
}
.left-box
  .shop-left-sidebar
  .product-right-sidebar-list
  li
  .offer-product
  .offer-details
  span {
  color: rgba(var(--content-color), 1);
}
.left-box .post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-top: calc(10px + 5 * (100vw - 320px) / 1600);
}
.left-box .post-wrap .post-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.left-box .post-wrap .post-box:hover .content-box h6 {
  color: var(--primary-color);
}
.left-box .post-wrap .post-box .img-box .img {
  width: 90px;
  border-radius: 4px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}
.left-box .post-wrap .post-box .content-box {
  width: calc(100% - 90px - 10px);
}
.left-box .post-wrap .post-box .content-box h6 {
  font-weight: 500;
  color: rgba(var(--dark-text), 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.left-box .post-wrap .post-box .content-box span {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: rgba(var(--content-color), 1);
}
.gold-product-category {
  margin-left: unset;
  margin-right: auto;
}
.form-check-label {
  margin-right: unset;
  margin-left: 10px;
}
/* .form-check-input:checked{
  background-color: var(--primary-color);
  border: none;
  color: red;
} */
.gold-product-category input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 3px solid #d6d6d6;
}
.gold-product-category input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 35% 19%;
  border-radius: 50%;
}
.acc-box-line {
  width: 90%;
  margin-right: 15px;
  color: #a5a5a5;
}
.gold-product-category input[type="radio"]:checked:before {
  background: var(--primary-color);
}

.gold-product-category input[type="radio"]:checked {
  border-color: var(--primary-color);
}
.showmore-btn {
  color: #ffd700;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-right: 15px;
  border: none;
  outline: none;
  background-color: transparent;
}
.accordion-item {
  /* border-bottom: 1px solid red; */
}

/* ::selection {
  color: #fff;
  background: #17a2b8;
} */
.wrapper {
  /* width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1); */
}
header h2 {
  font-size: 24px;
  font-weight: 600;
}
header p {
  margin-top: 5px;
  font-size: 16px;
}
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.price-input .field {
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  -moz-appearance: textfield;
  border: none;
}
.box-price-style {
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--primary-color);
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--primary-color);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--primary-color);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.min-range {
  border: 2px solid #eeeeee;
  padding: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.min-range h4 {
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
.shop-left-drsign {
  border: 1px solid #eeeeee;
}
.reset-btn {
  text-align: center;
}
.reset-btn button {
  border: none;
  outline: none;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 1px;
  width: 84%;
  margin-left: 30px;
  margin-right: 24px;
  padding: 10px 20px;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
}
.reset-btn button:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.filter-product {
  border: 1px solid #eeeeee;
  padding: 10px;
  display: flex;
  align-items: center;
}
.filter-icons {
  display: flex;
  gap: 8px;
}
.product-sort h4 {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 21px;
}
.product-sort {
  display: flex;
  align-items: center;
}
.filter-menu a {
  color: #333333;
  font-size: 14px;
  line-height: 21px;
}
.dropdown-menu {
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.08);
  background-color: white;
  text-align: center !important;
}
.filter-menu select {
  border: none;
  outline: none;
  color: #333333;
  background: transparent;
  font-size: 14px;
  /* direction: rtl; */
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

.blog-box {
  padding: 0;
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #eeeeee;
}
.blog-box:hover{
  border: 1px solid var(--primary-color);
}
.blog-box:hover .grid-add-category .grid-add-btn a{
  background-color: var(--primary-color);

}
.blog-box .img-box {
  border-radius: 10px;
}
/* .blog-box .blog-image .bg-size {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 8px;
} */
.blog-box .blog-details h5 {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
/* .blog-box:hover .blog-image .bg-size {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
} */
.blog-box:hover .blog-details h5 {
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(var(--theme-color), 1)), to(rgba(var(--theme-color2), 1)));
  background: linear-gradient(to right, rgba(var(--theme-color), 1), rgba(var(--theme-color2), 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%; */
  color: var(--primary-color);
}
.blog-box.list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #eeeeee;
}

@media (max-width: 768px) {
  .blog-box.list-box {
    display: block;
  }
}
/* .blog-image img {
  width: 136px;
  height: 136px;
} */
.blog-image .img-grid {
  /* width: 88px;
  height: 160px; */
}
/* .blog-box.list-box .blog-image .bg-size {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
} */
.blog-box.list-box:hover .blog-image .bg-size {
  /* -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; */
}
.blog-box.list-box:hover .blog-details h5 a {
  color: rgba(var(--theme-color), 1);
}
.blog-box.list-box .blog-image {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  /* overflow: hidden; */
  border-radius: 8px;
  width: 31%;
  /* padding: 0 18px; */
}
@media (max-width: 768px) {
  .blog-box.list-box .blog-image {
    width: 100%;
  }
}

.blog-box.list-box .blog-image .img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-box.list-box .blog-details {
  padding: calc(8px + 12 * (100vw - 320px) / 1600);
  width: calc(100% - 300px - (8px + 7 * (100vw - 320px) / 1600));
}
@media (max-width: 768px) {
  .blog-box.list-box .blog-details {
    width: 100%;
    padding: calc(10px + 10 * (100vw - 320px) / 1600);
  }
}

.blog-box.list-box .blog-details h6 {
  margin-top: 18px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.blog-box.list-box .blog-details .list-price {
  margin-top: 0px;
  color: #f55157;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.blog-box.list-box .blog-details .list-price span del {
  margin-top: 18px;
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.blog-box.list-box .blog-details h5 {
  padding-bottom: 0;
}
.blog-box.list-box .blog-details p {
  padding-top: calc(5px + 5 * (100vw - 320px) / 1600);
}

.blog-box .blog-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  padding: 25px;
}

.blog-box .blog-image .img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 2px;
}

.blog-box .blog-details {
  padding-top: calc(10px + 5 * (100vw - 320px) / 1600);
}
.blog-box .blog-details h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-weight: 400;
  color: #666666;
}

.blog-box .blog-details h5 {
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}
.blog-box .blog-details h5 a {
  color: rgba(var(--dark-text), 1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.blog-box .blog-details h5 a:hover {
  color: green;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.blog-box .blog-details p {
  padding-top: calc(5px + 5 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 25px;
}
.bg-img {
  display: block !important;
  width: 136px;
  height: 136px;
}
.list-category-front {
  position: absolute;
  display: block;
  left: 12px;
  top: 1px;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  padding: 7px 8px;
  border-radius: 2px;
  background-color: #f55157;
  transition: all 0.3s;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.gridnew-category-front {
  position: absolute;
  display: block;
  left: 33px;
  top: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #666666;
  padding: 7px 13px;
  border-radius: 2px;
  background-color: #ffd700;
  transition: all 0.3s;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.grid-category-front {
  position: absolute;
  display: block;
  left: 28px;
  top: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  padding: 7px 8px;
  border-radius: 2px;
  background-color: #f55157;
  transition: all 0.3s;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.grid-category-front::before {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #f55157;
  height: 0;
  width: 0;
  position: absolute;
  right: -11px;
  top: 11px;
}
.gridnew-category-front::before {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #ffd700;
  height: 0;
  width: 0;
  position: absolute;
  right: -11px;
  top: 11px;
}
.list-new-category-front {
  position: absolute;
  display: block;
  left: 33px;
  top: 1px;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #666666;
  padding: 7px 13px;
  border-radius: 2px;
  background-color: #ffd700;
  transition: all 0.3s;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.list-new-category-front::before {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #ffd700;
  height: 0;
  width: 0;
  position: absolute;
  right: -11px;
  top: 11px;
}
.list-category-front::before {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #f55157;
  height: 0;
  width: 0;
  position: absolute;
  right: -11px;
  top: 11px;
}
.list-fotter-btn {
  display: flex !important;
  gap: 8px;
  align-items: center;
}
.list-fotter-btn .list-add-btn {
  width: 100%;
  
}
.list-fotter-btn .list-add-btn a {
  /* border: none;
  outline: none; */
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  background: transparent;
  border-radius: 4px;
  padding: 10px 35px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #333333;
  font-size: 16px;
}
.list-fotter-btn .list-add-btn a:hover {
  border: 1px solid #eeeeee;
  background: var(--primary-color);
}
.list-fav-btn {
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: -20px;
}
.blog-box.list-box .blog-details .list-price-disc {
  color: #333333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.showmore-list-btn button {
  border: none;
  outline: none;
  box-sizing: border-box;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
  border-radius: 4px;
  padding: 10px 55px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.showmore-list-btn button:hover {
  background-color: var(--primary-color);
  color: #333333;
}
/*grid proucts*/
.grid-add-category {
  display: flex;
  gap: 8px;
  align-items: center;
}
.grid-add-btn {
  width: 100%;
}
.grid-add-category .grid-add-btn a {
  display: block;
  border: none;
  outline: none;
  width: 100% !important;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  background: transparent;
  border-radius: 4px;
  padding: 15px 45px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #333333;
}
.grid-fav-btn {
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: -20px;
}
.grid-add-category .grid-add-btn a:hover {
  background-color: var(--primary-color);
}
.price-grid-disc {
  color: #f55157;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.price-grid-disc span del {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
/*empty product*/
.empty-content h3 {
  color: #666666;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  padding: 15px 0;
}
.empty-content p {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
/*cart*/
.cart-box-img img {
  width: 49px;
  height: 77px;
}
.cart-box-left {
  display: flex;
  gap: 55px;
  align-items: center;
  border: 1px solid #eeeeee;
  padding: 25px;
  border-radius: 4px;
}
.cart-box-content h4 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: 500;
}
.cart-box-content p {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  font-weight: 400;
}
.plus-minus {
  border: 1px solid #eeeeee;
  padding: 10px 35px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: #f9f9f9; */
  text-align: center;
}

.plus-minus i.add {
  padding-left: 5px;
  border-left: 1px solid #eeeeee;
  position: relative;
  right: 15px;
}
.plus-minus i.add {
  padding-left: unset;
  padding-right: 5px;
  border-right: 1px solid #eeeeee;
  border-left: unset;
}
.plus-minus i.sub {
  padding-right: 5px;
  border-right: 1px solid #eeeeee;
  position: relative;
  left: 15px;
}
.plus-minus i.sub {
  padding-right: unset;
  padding-left: 5px;
  border-left: 1px solid #eeeeee;
  border-right: unset;
}
.plus-minus i {
  color: rgba(var(--dark-text), 1);
  cursor: pointer;
}
.plus-minus input {
  background-color: transparent;
  color: #333333;
  border: none;
  font-size: 14px;
  outline: none;
  width: calc(15px + 20 * (100vw - 320px) / 1600);
  text-align: center;
  /* position: relative;
  left: 15px; */
}
.cart-box-right {
  display: flex;
  align-items: center;
  gap: 55px;
}
.cart-box-price h3 {
  color: #333333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.cart-box-remove {
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 50%;
}
.cart-box-remove a {
  color: #444444;
}
.cart-checkout-box {
  border: 1px solid #eeeeee;
  padding: 15px;
  border-radius: 4px;
}
.promo-code {
  display: flex;
  align-items: center;
}
.promo-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 10px 15px;
  border-radius: px;
}
.promo-btn:hover {
  color: #333333;
}
.code-form-control {
  padding: 10px 15px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.code-form-control:focus {
  outline: none;
  box-shadow: none;
}
.cart-checkout-header h4 {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  font-weight: 500;
  padding: 10px 0;
}
.sub-product-content h4 {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.sub-product-price h4 {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.checkout-promocode h4 {
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.total-product-content h4 {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.total-product-price h4 {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.checkout-vat {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.checkout-vat span {
  color: red;
}
.checkout-btn {
  width: 100%;
  padding: 10px 0;
}
.checkout-btn button {
  width: 100%;
  border: none;
  outline: none;
  background: var(--primary-color);
  border: 1px solid #eeeeee;
  padding: 15px 25px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .cart-box-left {
    flex-direction: column;
  }
}
.blog-box .blog-details h5 span {
  color: #00ff0a !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  padding-right: 10px;
}
.investement-desc {
  color: #a5a5a5 !important ;
  font-size: 16px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
}
.investement-modal .modal .modal-dialog .modal-content .btn-close {
  float: right;
  margin-bottom: 25px;
  position: relative;
  top: -35px;
  right: -35px;
}
.investement-modal .modal .modal-dialog .modal-content {
  /* height: 914px; */
  width: 718px;
  padding: 55px;
  border-radius: 37px;
}
@media (max-width: 991px) {
  .investement-modal .modal .modal-dialog .modal-content {
    width: 100%;
    padding: 0;
  }
  .invest-details-box {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .invest-condition {
    margin: 0 !important;
  }
  .invest-fotter {
    flex-direction: column;
  }
  .investement-modal .modal .modal-dialog .modal-content .btn-close {
    float: left;
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
  }
}
/* .investement-modal .modal .modal-dialog .modal-content{
  padding: 35px;
} */
.invest-details-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.invest-desc p {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 0;
}
.invest-desc h5 {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.invest-resize {
  border-right: 1px solid #eeeeee;
}
.invest-details-fetures-content h5 {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  padding-top: 15px;
}
.invest-details-fetures-content p {
  color: #5c616f;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.invest-prescentage {
  display: flex;
  align-items: center;
  gap: 85px;
}
.invest-prescentage-right h5 {
  color: #000000;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}
.invest-prescentage-left h5 {
  color: #000000;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}
.invest-prescentage-left p {
  color: #5c616f;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
.invest-prescentage-right p {
  color: #5c616f;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
.steps-complete {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 20px 0;
}
.steps-complete h5 {
  color: #000000;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
}
.invest-terms {
  margin-right: 85px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 15px !important;
}

.checkbox-group label {
  color: #000000;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
}
.checkbox-group label span {
  color: #ffd700;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
}
.invest-fotter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.subscribe-fotter {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 75px;
  /* margin-top: 85px !important; */
}
.invest-subscribe {
  /* width: 50%; */
  margin-top: 25px;
}
.invest-cancel {
  /* width: 50%; */
  margin-top: 25px;
}
.invest-subscribe a {
  /* width: 50%; */
  color: #1d1f1f;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  border: 1px solid #a5a5a5;
  padding: 5px 65px;
  border-radius: 8px;
  background: var(--primary-color);
}
.invest-cancel a {
  color: #1d1f1f;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  border: 1px solid #a5a5a5;
  padding: 5px 65px;
  border-radius: 8px;
}
.invest-cancel a:hover {
  background: var(--primary-color);
}

/*subscripe*/
.subscribe-plane-price {
  margin-top: 6px;
}
.subscribe-plane-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscribe-plane-price input[type="number"] {
 border: none;
 outline: none;
 width: 160px;
 /* text-align: center; */
 color: #444444;
 font-size: 30px;
 font-weight: 700;
 line-height: 45px;
}
/* .subscribe-plane-price h4 {
  color: #444444;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
} */
.subscribe-plane-price  span {
  color: #444444;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 40px;
  /* padding: 15px 0; */
}
.subscribe-plane-weight {
  /* padding: 15px 0; */
}
.subscribe-plane-weight h4 {
  color: #444444;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}
.subscribe-plane-weight h4 span {
  color: #444444;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 80px;
  /* padding: 15px 0; */
}

.subscribe-plane .amount select {
  border: none;
  outline: none;
  color: #444444;
  background: transparent;
  direction: ltr;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
}
.gold-calc .subscribe-plane-price span{
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin-right: 20px;
}
.gold-calc .subscribe-plane-currency span{
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin-right: 20px;
}
.gold-calc .subscribe-plane-price {
 background-color:#373737 ;
 border-radius: 6px;
/* opacity: 30%; */
margin: 35px 0;
position: relative;
top: 10px;
}
.gold-calc .subscribe-plane-currency {
 background-color:#373737 ;
 border-radius: 6px;
/* opacity: 30%; */
margin: 35px 0;
position: relative;
top: 15px;
display: flex
;
    align-items: center;
    justify-content: space-between;
}
.gold-calc input[type="number"]{
  border: none;
  outline: none;
  width: 160px;
  /* text-align: center; */
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  background-color: transparent;
  text-align: center;
}
.priceday{
  color:#949494 ;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 0;
}
.calc-line{
  color:#5E5E5E ;
  position: relative;
  top: 9px;
  opacity: 1;
}
.calc-line-select{
  color:#5E5E5E ;
  position: relative;
  top: 5px;
  opacity: 1;
}
.gold-calc .subscribe-plane .amount-currency-subscribe .amount select{
color: #ffffff;
 }
.gold-calc .subscribe-plane .amount-currency-subscribe {
  margin: 35px 0;
}
.resize {
  margin-top: 40px;
}
.show-wallet-balance h5 {
  color: #ffffff;
  font-size: 15px;
  line-height: 12px;
  padding: 5px 0;
  cursor: pointer;
}
.amount-currency-subscribe {
  display: flex;
  align-items: center;
  gap: 30px;
}
.gold-amount h3 {
  color: #666666;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 97px;
}
.subscribe-wallet h3 {
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  font-weight: 700;
}
.user-wallet {
  background-color: #3e4256;

  border-radius: 24px;
  position: relative;
  z-index: 100;
  opacity: 1;
  width: 100%;
  
}
.user-wallet-balance .user-img{
  background-color: #BDD6FF;
  width: 74px;
  height: 74px;
  /* padding: 8px; */
  border-radius: 50%;
  display: inline-flex;
}
.overlay-walltes {
  position: absolute;
  z-index: -1000;
  width: 100%;
  height: 100%;
}
.overlay-walltes img{
  height: 100%;
  width: 100%;
  opacity: .3;
}
.show-wallet-balance{
  padding: 10px 17px;
}
.subscribe-wallet h3 {
  color: #333333;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
.user-wallet-detials h5 {
  color: #fafcff;
  font-size: 15px;
  line-height: 12px;
  font-weight: 700;
}
.user-wallet-detials h3 {
  color: #ffda39;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.user-wallet-detials h3 span {
  color: #ffda39;
  font-size: 20px;
  line-height: 12px;
  font-weight: 400;
}
.user-wallet-detials p {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.wallet-invest-details {
  padding-right: 35px;
  padding-left: 35px;
}
.wallet-invest-name h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  padding: 8px 0;
}
.wallet-invest-name span {
  color: #e5f0ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  padding: 8px 0;
}
.wallet-fotter {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 35px;
}
.wallet-fotter a {
  width: 100%;
  color: #1d1f1f;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  background-color: var(--primary-color);
  padding: 10px 35px;
  border-radius: 8px;
}
/* .price-input .field{
  border: 1px solid #EEEEEE;
} */

.shopping-products{
  padding: 30px 0;
}
/*rent store*/
.store-image {
  padding: 25px;
}
/*loans*/
.process-icon {
  width: 40px;
  height: 41px;
  background-color: #000000;
  border-radius: 8px;
  text-align: center;
}

.process-icon-loans {
  width: 40px;
  height: 41px;
  background-color: #f6f6f6;
  border-radius: 8px;
  text-align: center;
}
.process-icon-loans-done {
  width: 40px;
  height: 41px;
  background-color: #000000;
  border-radius: 8px;
  text-align: center;
}
.process-icon-loans svg {
  margin-top: 6px;
}
.process-icon-loans-done svg {
  margin-top: 6px;
}
.process-icon svg {
  margin-top: 6px;
}
.process-section .process-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.process-section-gg .process-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.process-section-loan .process-list-loan {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.process-section .process-list li {
  text-align: center;
  position: relative;
}
.process-section-gg .process-list li {
  text-align: center;
  position: relative;
}
.process-section-loan .process-list-loan li {
  text-align: center;
  position: relative;
}
.process-section .process-list li.active .process-icon {
  /* border: 1px dashed var(--primary-color); */
}
.process-section .process-list li.active .icon {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
}
.process-section-gg .process-list li.active .process-icon {
  /* border: 1px dashed var(--primary-color); */
}
.process-section-gg .process-list li.active .icon {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
}
.process-section-loan .process-list-loan li.active .icon {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
}
.process-section .process-list li.active h6 {
  color: #211f26;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 500;
  margin-top: 10px;
}
.process-section-gg .process-list li.active h6 {
  color: #211f26;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 500;
  margin-top: 10px;
}
.process-section-loan .process-list-loan li.active h6 {
  color: #211f26;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 500;
  margin-top: 10px;
}
.process-section .process-list li.active::before {
  border-bottom-color: var(--primary-color);
}
.process-section-gg .process-list li.active::before {
  border-bottom-color: var(--primary-color);
}
.process-section-loan .process-list-loan li.active::before {
  border-bottom-color: var(--primary-color);
}
.process-section .process-list li.done .process-icon {
  border: 1px solid var(--primary-color);
}
.process-section-gg .process-list li.done .process-icon {
  border: 1px solid var(--primary-color);
}
.process-section-loan .process-list-loan li.done .process-icon {
  border: 1px solid var(--primary-color);
}
.process-section .process-list li.done .icon {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
}
.process-section-gg .process-list li.done .icon {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
}
.process-section-loan .process-list-loan li.done .icon {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
}
.process-section .process-list li.done h6 {
  color: var(--primary-color);
}
.process-section-gg .process-list li.done h6 {
  color: var(--primary-color);
}
.process-section-loan .process-list-loan li.done h6 {
  color: var(--primary-color);
}
.process-section .process-list li.done::before {
  border-bottom-color: var(--primary-color);
}
.process-section-gg .process-list li.done::before {
  border-bottom-color: var(--primary-color);
}
.process-section-loan .process-list-loan li.done::before {
  border-bottom-color: var(--primary-color);
}
.process-section .process-list li:first-child::before {
  content: none;
}
.process-section-gg .process-list li:first-child::before {
  content: none;
}
.process-section-loan .process-list-loan li:first-child::before {
  content: none;
}
.process-section .process-list li::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 30%;
  width: 489px;
  height: 1px;
  border: 1px dashed #edecee;
}
.process-section-gg .process-list li::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 30%;
  width: 489px;
  height: 1px;
  border: 1px dashed #edecee;
}
.process-section-loan .process-list-loan li::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 30%;
  width: 430px;
  height: 1px;
  border: 1px solid #000000;
}
.process-section .process-list li::before {
  right: 63px;
  left: unset;
}
.process-section-gg .process-list li::before {
  right: 63px;
  left: unset;
}
.process-section-loan .process-list-loan li::before {
  right: 63px;
  left: unset;
}

@media (max-width: 1623px) {
  .process-section .process-list li::before {
    width: 390px;
  }
  .process-section-gg .process-list li::before {
    width: 390px;
  }
  .process-section-loan .process-list-loan li::before {
    width: 401px;
  }
}
@media (max-width: 1399px) {
  .process-section .process-list li::before {
    width: 316px !important;
  }
  .process-section-gg .process-list li::before {
    width: 316px !important;
  }
  .process-section-loan .process-list-loan li::before {
    width: 301px !important;
  }
}
@media (max-width: 1540px) {
  .process-section-loan .process-list-loan li::before {
    width: 339px !important;
  }
}
@media (max-width: 1399px) {
  .process-section-loan .process-list-loan li::before {
    width: 271px !important;
  }
}
@media (max-width: 1199px) {
  .process-section-loan .process-list-loan li::before {
    width: 205px !important;
  }
}
@media (max-width: 1199px) {
  .process-section .process-list li::before {
    width: 238px !important;
  }
  .process-section-gg .process-list li::before {
    width: 238px !important;
  }
}
@media (max-width: 990px) {
  .process-section .process-list li::before {
    width: 561px !important;
  }
  .process-section-gg .process-list li::before {
    width: 561px !important;
  }
}
@media (max-width: 990px) {
  .process-section-loan .process-list-loan li::before {
    width: 564px !important;
  }
}
@media (max-width: 768px) {
  .process-section .process-list li::before {
    width: 381px !important;
  }
  .process-section-gg .process-list li::before {
    width: 381px !important;
  }
}
@media (max-width: 768px) {
  .process-section-loan .process-list-loan li::before {
    width: 384px !important;
  }
}
@media (max-width: 470px) {
  .process-section-loan .process-list-loan li::before {
    width: 300px;
  }
}
@media (max-width: 410px) {
  .process-section-loan .process-list-loan li::before {
    width: 300px;
  }
}
@media (max-width: 345px) {
  .process-section-loan .process-list-loan li::before {
    width: 300px;
  }
}
.process-section .process-list li a {
  display: block;
}
.process-section-gg .process-list li a {
  display: block;
}
.process-section-loan .process-list-loan li a {
  display: block;
}

.process-section .process-list li .icon {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
}
.process-section-gg .process-list li .icon {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
}
.process-section-loan .process-list-loan li .icon {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
}
.process-section .process-list li h6 {
  color: #211f26;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center !important;
}
.process-section-gg .process-list li h6 {
  color: #211f26;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center !important;
}
.process-section-loan .process-list-loan li h6 {
  color: #211f26;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center !important;
}
.loan-amount-input {
  margin-top: 10px;
}
.loan-amount-input .loan-number {
  background-color: #fbfbfb;
  border: none;
  padding: 35px 10px;
  border-radius: 13px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
}
.loan-amount-input .loan-number::placeholder {
  color: #d6d6d6;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
}
.loan-amount-input .loan-number:focus {
  border: none;
  outline: none;
}
.loan-amount h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 15px;
}
.loan-Installment h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.loan-Installment .loan-Installment-check label {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  cursor: pointer;
}
.loan-Installment .loan-Installment-check label span {
  color: #666666;
  font-size: 11px;
  font-weight: 300;
  line-height: 25px;
}
.installment-month h4 {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.installment-month span {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}
.loan-Installment .loan-Installment-check input[type="radio"] {
  -webkit-appearance: none;
  position: relative;
  /* width: 100%; */
  cursor: pointer;
}
.loan-Installment .loan-Installment-check input[type="radio"]:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f111";
  font-size: 18px;
  color: var(--primary-color);
  right: 10px;
  top: -14px;
}
.loan-Installment .loan-Installment-check input[type="radio"]:checked:after {
  font-weight: 900;
  content: "\f058";
  color: #2ad352;
}
.loan-Installment-check {
  display: flex !important;
  align-items: center;
  gap: 25px;
  background-color: #fbfbfb;
  padding: 15px 10px;
  border-radius: 10px;
}
.lone-next h5 {
  color: #333333;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.lone-next h5 strong {
  color: #333333;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.learn-more-icon {
  float: right;
}
.lone-next {
  background-color: #fbfbfb;
  padding: 30px 10px;
}
.loan-learn-more a {
  color: var(--primary-color);
}
.next-btn {
  width: 100% !important;
}
.next-btn a {
  display: block;
  color: #211f26;
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  background-color: var(--primary-color);
  width: 100% !important;
  border-radius: 8px;
  padding: 8px 0;
}
.loan-edit {
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 10px;
}
.loan-edit h4 {
  color: #666666;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.loan-edit h4 .loan-edit-currency {
  color: #666666;
  font-size: 10px;
  font-weight: 700;
  line-height: 28px;
}
.loan-box {
  background: #fbfbfb;
  padding: 15px;
}
.loan-box-header h4 {
  color: #666666;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
}
.sub-descgold{
 margin: 25px;
}
.loan-box-header h4 span {
  color: #666666;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}
.loan-box-installment h4 span {
  color: #ffda39;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
}
.loan-box-installment h4 {
  color: #666666;
  font-size: 12px;
  line-height: 28px;
  font-weight: 300;
}
.loan-box-installment .loan-month {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}
.loan-box-installment a {
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}
.loan-box-faetures h5 {
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  line-height: 14px;
}
.loan-box-faetures .precentage-loan {
  font-size: 12px;
  color: #1d1f1f;
  font-weight: 700;
  line-height: 28px;
}
.loan-box-faetures p {
  font-size: 12px;
  color: #a2a0a8;
  font-weight: 400;
  line-height: 28px;
}
.loan-box-faetures h3 {
  font-size: 12px;
  color: #1d1f1f;
  font-weight: 400;
  line-height: 28px;
}
.loan-edit a {
  color: #ffd700;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
.loan-head {
  background: #414355;
  height: 200px;
  border-radius: 37px 37px 0 0;
  position: relative;
  z-index: 1000;
}
.loan-head .loan-main-balance {
  position: relative;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
}
.loan-head .loan-main-balance h3 {
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 0;
}
.loan-head .loan-main-balance h3 span {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}
.loan-head .loan-main-balance h4 {
  color: #ffda39;
  font-size: 40px;
  font-weight: 700;
  line-height: 28px;
}
.loan-head .loan-main-balance h4 span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.loan-head .loan-main-balance h4 .loan-month-popup {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.loan-head .btn-close {
  float: left;
  padding: 25px;
  color: #ffffff !important;
}
.loan-modal .modal .modal-dialog .modal-content {
  /* height: 914px; */
  width: 575px !important;
  border-radius: 37px !important;
  height: 600px;
}
.loan-desc p {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}
.loan-details-fetures-content h5 {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 37px;
}
.loan-details-fetures-content p {
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.loans-section{
  padding-bottom: 250px;
}
.loan-installment-month h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.loan-month-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fbfbfb;
  padding: 20px 10px;
}
.loan-month-choose h5 {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.loan-month-choose h5 span {
  color: #444444;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.loan-month-choose h4 {
  color: #444444;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.loan-month-choose h4 span {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.loan-subscribe a {
  color: #333333;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 2px 55px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
}
.loan-subscribe a:hover {
  background: transparent;
  color: var(--primary-color);
}

.loan-cancel a {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  padding: 2px 65px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
}
.loan-cancel a:hover {
  background: var(--primary-color);
  color: #333333;
}
.learn-more-icon {
  display: flex;
  gap: 5px;
  align-items: center;
}
.learn-more-bar{
  width: 14px;
  height: 5px;
  border-radius: 3.5px;
  background-color: #D9D9D9;
}
.learn-more-barnext{
  width: 36px;
  height: 5px;
  border-radius: 3.5px;
  background-color: #D9D9D9;
}
.activebar{
  background-color: #FFDA39;
}
#loan-text-second .active-loantext{
  display: none;
}
.next-text h5{
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  } */
  @-webkit-keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 
.user-warn h3{
  color:#F55157;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.close-popup {
  float: right;
  position: relative;
  right: 30px;
  top: 10px;
  border: none;
  background: transparent;
  color: #ffffff;

  font-size: 30px;
}
.like-btn {
  position: relative;
}
.fill-icon {
  display: none;
}
/* .like-btn .effect-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
/* .like-btn .effect-group .effect {
  display: block;
  position: absolute;
  top: 38%;
  left: 50%;
  width: 20px;
  -webkit-transform-origin: 0px 2px;
  transform-origin: 0px 2px;
} */
/* .like-btn .effect-group .effect:nth-child(2) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}
.like-btn .effect-group .effect:nth-child(3) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}
.like-btn .effect-group .effect:nth-child(4) {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}
.like-btn .effect-group .effect:nth-child(5) {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
} */
/* .like-btn .effect-group .effect::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  border-radius: 2px;
  height: 3px;
  background: #777777;
}
.like-btn .effect-group .effect::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: rgba(var(--theme-color), 1);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
} */
.like-btn.active .outline-icon {
  display: none;
}
.like-btn.active .fill-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: red;
  font-size: 18px !important;
}
/* .like-btn.active .effect:before {
  -webkit-animation: fireworkLine 0.5s linear 0.1s;
  animation: fireworkLine 0.5s linear 0.1s;
}
.like-btn.active .effect:after {
  -webkit-animation: fireworkLine 0.5s linear 0.1s;
  animation: fireworkLine 0.5s linear 0.1s;
} */
.like-btn .outline-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* font-size: calc(15px + 7 * (100vw - 320px) / 1600); */
  font-size: 18px !important;
  color: #a5a5a5;
}
.like-btn .fill-icon {
  display: none;
}

.weight-gram p {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
/*signin*/
.signin-img img {
  border-radius: 24px;
  width: 816px !important;
  height: 876px !important ;
}
.sign-in-lang {
  float: left;
  padding: 15px;
}
.signin-form {
  padding: 5rem;
  height: 100vh;
  display: flex;
  align-items: center;
}
.products-carousel__prev,
.products-carousel__next {
  width: 35px;
  height: 35px;
  margin-top: -2.2rem;
  transform: translateY(-50%);
  border: 1px solid #e4e4e4;
  border-radius: 100%;
  background-color: #3e4256;
  z-index: 1;
  outline: none;
  position: absolute;
}
.products-carousel__prev svg,
.products-carousel__next svg {
  color: #767676;
  width: 10px;
  height: auto;
}
.products-carousel__prev.type2,
.products-carousel__next.type2 {
  background-color: #eee;
}
.products-carousel__prev.type2 svg,
.products-carousel__next.type2 svg {
  width: 0.75rem;
}
@media (min-width: 1530px) {
  .products-carousel__prev:not(.navigation-sm),
  .products-carousel__next:not(.navigation-sm) {
    width: 46px;
    height: 46px;
    margin-top: -0.875rem;
    border: 0;
    transition: opacity 0.32s;
    /* opacity: 0.5;  */
    position: absolute !important;
  }
  .products-carousel__prev:not(.navigation-sm) svg,
  .products-carousel__next:not(.navigation-sm) svg {
    width: 25px;
  }
  .products-carousel__prev:not(.navigation-sm):hover,
  .products-carousel__next:not(.navigation-sm):hover {
    opacity: 1;
  }
  .products-carousel__prev:not(.navigation-sm).type2,
  .products-carousel__next:not(.navigation-sm).type2 {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.products-carousel__prev {
  right: unset;
  left: 0;
  top: -70px !important;
  cursor: pointer;
}
@media (min-width: 1530px) {
  .products-carousel__prev {
    left: unset;
    right: 0;
    top: -70px !important;
  }
  .products-carousel__prev.type2 {
    right: unset;
    left: 0;
    top: -70px !important;
  }
}

.products-carousel__next {
  right: unset;
  left: calc(50px + 10 * (100vw - 320px) / 1600);
  top: -70px !important;
  cursor: pointer;
}
@media (min-width: 1530px) {
  .products-carousel__next {
    left: unset;
    right: calc(50px + 10 * (100vw - 320px) / 1600);
    top: -70px !important;
  }
  .products-carousel__next.type2 {
    left: unset;
    right: calc(50px + 10 * (100vw - 320px) / 1600);
    top: -70px !important;
  }
}

.products-carousel-with-banner .products-carousel__prev svg,
.products-carousel-with-banner .products-carousel__next svg {
  width: 0.9375rem;
  height: auto;
}
.products-carousel-with-banner__category {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: right top;
}
.invest-box {
  background-color: #3e4256;
  padding: 25px;
  border-radius: 20px;
  overflow: visible !important;
}
.invest-home {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 15px;
}
.invest-header h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.invest-header p {
  color: #c1b9f9;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.invest-cart-amount h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 30px;
}
.invest-cart-amount p {
  color: #dbd6ff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.invest-home-fotter h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 15px;
}
.invest-home-fotter p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 15px;
}
.section-title-invest {
  position: absolute;
  top: -100px;
}
.invest-category #related_products {
  /* top: 60px;
  right: 50px; */
}
.section-title-invest h3 {
  color: #333333;
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
}
.section-title-invest p {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.saudi-invest .swiper-slide-active {
  /* position: absolute; */
}
.product-card.highlighted {
  margin-top: -31px;
  /* position: relative; */
  /* height: 501px !important; */
  /* background-color: lightcoral;  */
}
.swiper-container {
  /* overflow: visible !important; */
  /* overflow-: visible !important; */
}
.swiper-container {
  /* width: 100%; */
  height: auto;
  margin: auto;
}
.saudi-invest .swiper-wrapper {
  /* margin: 50px ; */
  position: relative;
  margin-top: 35px;
}
/* .swiper-slide {

  height: 500px !important;

} */
 .invest-progress{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
 }
.progress-steps{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 4px;
}
 .progress1{
  width: 26.94px;
  height: 4.49px;
  color:#D9D9D9;
  /* border: 1px solid #D9D9D9; */
  background-color: #D9D9D9;
} 
.progress2{
  width: 26.94px;
  height: 4.49px;
  color:#D9D9D9;
  /* border: 1px solid #D9D9D9; */
  background-color: #D9D9D9;
opacity: .3;
} 
.progress1 .progress-icon{
  position: relative;
  top: -23px;

}
.progress-steps .step {
  background-color: #fff;
  min-width: 26.94px;
  height: 4.49px;
  opacity: .3;
  cursor: pointer;
}
.progress-steps .step.active {
  opacity: 1;
}
.progress-text {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  padding-bottom: 10px;
}
.buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons button {
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;

  &:active {
    scale: .98;
  }
}


/* =============== Navigation ================ */
.navigation {
  position: fixed;
  width: 274px;
  height: 100%;
  background: #161622;
  border-right: 10px solid var(--blue);
  transition: 0.5s;
  overflow: hidden;
}
.navigation.active {
  width: 80px;
}

.navigation ul {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.navigation ul li:hover,
.navigation ul li.hovered {
  background-color: #ffffff;
  color: red !important;

}

.navigation ul li:nth-child(1) {
  margin-bottom: 40px;
  pointer-events: none;
}

.navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: red !important;
}
.navigation ul li:hover a,
.navigation ul li.hovered a {
  color: #161622 !important;
}

.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 30px;
  text-align: center;
  padding: 7px 0;
}
/* .navigation ul li a .icon svg {
  font-size: 1.75rem;
} */

.navigation ul li a .title {
  position: relative;
  display: block;
  padding: 7px 10px;
  /* height: 60px;
  line-height: 60px; */
  text-align: start;
  color: #D0D0D3;
  font-size: 18px;
  font-weight: 400;

}

/* --------- curve outside ---------- */
/* .navigation ul li:hover a::before,
.navigation ul li.hovered a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 35px 35px 0 10px #ffffff;
  pointer-events: none;
}
.navigation ul li:hover a::after,
.navigation ul li.hovered a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 35px -35px 0 10px #FFFFFF;
  pointer-events: none;
} */
/* 
.f1{
  color: #F2F2F2;
  margin-top: 70px;
  width: 80%;
  position: relative;
  right: 20px;
}
.main {
  position: absolute;
  width: calc(100% - 300px);
  left: 300px;
  min-height: 100vh;
  background: var(--white);
  transition: 0.5s;
}
.main.active {
  width: calc(100% - 80px);
  left: 80px;
}
.search-head{
  margin-right: 110px;
  width: 100%;
}
.search-form{
  width: 100%;
}
.search-field-dash{
  outline: none;
  width: 100% !important;
  height: 48px;
  display: block;
  padding: 15px 40px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  color: #a5a5a5;
  gap: 4px;
  margin-top: 12px;
  border-radius: 31px;
}
.btn-search-dash{
  position: absolute;
  top: 8px;
  right: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #a5a5a5;
}
.right-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-profile{
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  padding: 5px 15px;
  border-radius: 31px;
}
.change-lang{
  background-color: #ffffff;
padding: 10px;
border-radius: 30px;
}
.main-sidebar {
  position: fixed; }
.main-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
  width: 21.29rem;
  z-index: 810;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
  margin: 0.75rem 0 0.75rem 0.75rem; }
  
  .main-content{
    position: absolute;
    width: calc(100% - 274px);
    right: 274px;
    min-height: 100vh;
    background: var(--white);
    transition: 0.5s;
  }

  .wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: transparent;
    position: relative; }
    .wrapper:before, .wrapper:after {
      content: " ";
      display: table; }
       */
       .lang-dropdown{
        opacity: 0;
        visibility: hidden;
        display: block;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        -webkit-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.08);
                border-radius: 17px;
                /* left: 680px; */
       }
       .phonenav-description a:hover .lang-dropdown {
       }
       @media (min-width: 991px) {
        ul.navbar-nav li > ul.dropdown-menu {
          opacity: 0;
          visibility: hidden;
          display: block;
          -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
          -webkit-transform: translateY(20px);
                  transform: translateY(20px);
          -webkit-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.08);
                  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.08);
                  border-radius: 17px;
                  /* left: 680px; */
                  
        }
        .save-menu{
          left: 400px;
        }
        .invest-menu{
          left: 485px;
        }
        .rent-menu{
          left: 600px;
        }
        .loan-menu{
          left: 681px;
        }
        ul.navbar-nav li > ul.dropdown-menu:after {
          content: "";
          border-width: 10px;
          border-style: solid;
          border-color: transparent transparent #fff transparent;
          position: absolute;
          top: -20px;
          left: 45%;
        }
        ul.navbar-nav li > ul.dropdown-menu:after {
          content: "";
          border-width: 10px;
          border-style: solid;
          border-color: transparent transparent #fff transparent;
          position: absolute;
          top: -20px;
          left: 45%;
        }
        ul.navbar-nav li:hover > ul.dropdown-menu {
          opacity: 1;
          visibility: visible;
          -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
          -webkit-transform: translateY(10px);
                  transform: translateY(10px);
        }
      }
      .megamenu-item {
       
        /* align-items: center;
        text-align: center !important; */
        display: block;
    }
    .menu-link{
      position: relative;
      text-align: center !important;
    }
    .menu-link a,.menu-link-last a{
      color: #000000;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-align: center !important;
    }
    .menu-link:after {
      content: "";
      position: absolute;
      width: 80%;
      height: 1px;
      bottom: -9px;
      left: 15px;
      /* background-color: #DEDEDE; */
      border: 1px dashed #DEDEDE;
      transition: all 0.3s ease-in-out 0s;
    }
    
    .menu-link a:hover{
      color: #000000;
      background: #FFD700;
      border-radius: 7px;
    }
    .menu-link-last a:hover{
      color: #000000;
      background: #FFD700;
      border-radius: 7px;
    }

    .user-profile-admin a:after{
      content: "";
      position: absolute;
      width: 80%;
      height: 1px;
      bottom: 116px;
      left: 15px;
      /* background-color: #DEDEDE; */
      border: 1px dashed #DEDEDE;
      transition: all 0.3s ease-in-out 0s;
    }
    .user-profile-admin {
     padding-bottom: 21px;
    }

    /*About*/
.about-banner-section{
background: url(../images/banner/aboutedit2fis.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 1800px;
height: 600px;
margin: 20px;
border-radius: 25px;
position: relative;
}
@media (max-width:1805px) {
  .about-banner-section{
    width: 1600px;
    }
    .banner-end-text{
      left: 62% !important;
    }
}
@media (max-width:1600px) {
  .about-banner-section{
    width: 1400px;
    }
    .banner-end-text{
      left: 57% !important;
    }
}
.overlay-about {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 25px;
}
.banner-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-banner-head{
  position: relative;
}
.about-banner-head h1{
  position: relative;
  font-size: 80px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 100px;
  text-align: center !important;
}
.about-banner-head p{
  position: relative;
  font-size: 19px;
  color: #BDBDBD;
  font-weight: 400;
  line-height: 40px;
  text-align: center !important;
}
.banner-end-text{
  position: absolute;
  top: 68%;
  left: 65%;
}
.about-banner-end{
  position: relative;
}
.about-banner-end h1{
  color: #F6D021;
  font-size: 60px;
  font-weight: 400;
  line-height: 100px;
  text-align: right;
  opacity: .4;
}
.about-middle-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.head-about {
  color: #000000;
  font-size: 40px;
  font-weight: 300;
  line-height: 100px;
}
.about-right-content h1{
  color: #000000;
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
}
.about-left-content p{
  color: #9B9B9B;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}
.about-last-section{
  padding-bottom: 100px;
}
.know-content h2{
  color: #000000;
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
}
.gallery-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-vidio{
  position: relative;
}
.about-vidio img{
  width: 100%;
  border-radius: 4px;
}
.vidio-overlay {
  position: absolute;
  background-color: rgba(92, 32, 0, 1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .4;
  border-radius: 4px;
}
.vidio-counter{
  position: absolute;
  right: unset;
  left: 5%;
  bottom: 5%;
}
.vidio-counter-container{
  background-color:#570B00 ;
  padding: 5px 8px;
  border-radius: 10px;
}
.vidio-counter-container h4{
  position: relative;
 color: #FFFFFF;
 font-size: 16px;
 font-weight: 400;
 line-height: 32px;
 opacity: 1;
}
.about-play-btn{
  
}
.about-vidio .about-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(40% - 270px);
}
.about-play-btn{
  width: 94px;
  height: 94px;
  /* background: radial-gradient(#ff0000 50%, rgba(101, 111, 150, 0.15) 52%); */
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
.about-play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about-play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about-play-btn:hover::after {
  /* border-left: 15px solid #f82249; */
  /* transform: scale(20); */
}
.about-play-btn:hover::before {
  /* content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0; */
}
/* .nav-megamenu{
  display: flex;
  align-items: center;
  gap: 5px;
}
.lang-menu li{
  display: flex;
} */
.sidegrow {
  width: 202px;
  margin-right: 6px;
}
.box-body {
  padding: 1.5rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 10px;
}
.feautures-content p{
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.feautures-content h4{
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.section-title p{
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.investement-condition{
  background-image: url(../images/Frame\ 20534.png);
  background-position: center;
  background-size: cover;
  width: 160px;
  height: 57px;
}
.investement-condition h4{
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color:#1D1F1F ;
}
.investement-condition h3{
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color:#1D1F1F ;
}