@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&family=Oswald:wght@200;300;400;500;600;700&display=swap');

* {
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

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

:root {
  --brand2: white;
  --brand: linear-gradient(to right, #e0e0e0, #818186, #e0e0e0);
  --font1: 'Nothing You Could Do', cursive;
  --font2: 'Oswald', sans-serif;
  --menuColor1: black;
  --submenuColor1:rgba(0, 0, 0, 0.7); /* negro con 70% de opacidad */
  --background1: #ffffff;
  --background2: #6e6969;
  --white-trans-1: rgba(255, 255, 255, 0.04);
  --white-trans-2: rgba(255, 255, 255, 0.03);
  --green-trans: rgba(0, 255, 128, 0.09);
  --pink-trans: rgba(0, 52, 255, 0.32);
  --green-glow: rgba(34, 255, 145, 0.05);
}

 .texto-fluid {
    font-size: clamp(0.5rem, 5vw, 1.2rem);
  }

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 300px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: blur(1px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide-active {
  filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  /*background: transparent;*/
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.span-01 {
  background: #62667f;
}

.span-02 {
  background: #087ac4;
}

.span-03{
  background: #b45205;
}


.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 25px 45px 0 25px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.swiper-slide p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0 25px 35px 25px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}


/* Fondo Footer new ------------------------- */
.fondo-footer {
  background-color: #020617;
  background-image:
    repeating-linear-gradient(0deg, var(--white-trans-1) 0, var(--white-trans-1) 1px, transparent 1px, transparent 40px),
    repeating-linear-gradient(45deg, var(--green-trans) 0, var(--green-trans) 1px, transparent 1px, transparent 20px),
    repeating-linear-gradient(-45deg, var(--pink-trans) 0, var(--pink-trans) 1px, transparent 1px, transparent 30px),
    repeating-linear-gradient(90deg, var(--white-trans-2) 0, var(--white-trans-2) 1px, transparent 1px, transparent 80px),
    radial-gradient(circle at 60% 40%, var(--green-glow) 0, transparent 60%);
  background-size: 80px 80px, 40px 40px, 60px 60px, 80px 80px, 100% 100%;
  background-position: 0 0, 0 0, 0 0, 40px 40px, center;
}

/* Fondo Imagenes ------------------------- */
.background-img {
  border-radius: 30px;
  background: rgb(245, 243, 243);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

/* Metal ------------------------- */
.metal {
  /*position: relative;
  margin: 40px auto;
  outline: none;
  text-align: center;*/
  color: hsla(0, 0%, 20%, 1);
  text-shadow: hsla(0, 0%, 40%, .5) 0 -1px 0, hsla(0, 0%, 100%, .6) 0 2px 1px;

  background-color: hsl(0, 0%, 90%);
  box-shadow: inset hsla(0, 0%, 15%, 1) 0 0px 0px 4px,
    /* border */
    inset hsla(0, 0%, 15%, .8) 0 -1px 5px 4px,
    /* soft SD */
    inset hsla(0, 0%, 0%, .25) 0 -1px 0px 7px,
    /* bottom SD */
    inset hsla(0, 0%, 100%, .7) 0 2px 1px 7px,
    /* top HL */

    hsla(0, 0%, 0%, .15) 0 -5px 6px 4px,
    /* outer SD */
    hsla(0, 0%, 100%, .5) 0 5px 6px 4px;
  /* outer HL */

  transition: color .2s;
}

/* Linear ------------------------- */
.metal.linear {
  width: 100%;
   /*position: relative;
  font-size: 2em;
    */
  height: 50px;
  border-radius: .5em;

  background-image: -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 6%, hsla(0, 0%, 100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 4%, hsla(0, 0%, 0%, .03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 1.2%, hsla(0, 0%, 100%, .15) 2.2%),
    linear-gradient(180deg, hsl(0, 0%, 78%) 0%, hsl(0, 0%, 90%) 47%, hsl(0, 0%, 78%) 53%, hsl(0, 0%, 70%)100%);
  text-align: center;
 
}

.metal-text {
  font-size: 60px;
  font-weight: bold;
  background: linear-gradient(135deg,
      #d7d7d7 0%,
      #ffffff 30%,
      #c0c0c0 50%,
      #f0f0f0 70%,
      #999999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow:
    1px 1px 1px #aaa,
    -1px -1px 1px #fff,
    2px 2px 5px rgba(255, 255, 255, 0.2);
}

.main-fondo {
  background-image: url(../images/banner/banner-primary.jpg) !important;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.main-fondo-footer {
  background-image: url(../images/banner/banner-footer.jpg) !important;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.main-clients {
  /*background-color: white;*/
  background-image:
    repeating-linear-gradient(22.5deg, transparent, transparent 2px, rgba(75, 85, 99, 0.06) 2px, rgba(75, 85, 99, 0.06) 3px, transparent 3px, transparent 8px),
    repeating-linear-gradient(67.5deg, transparent, transparent 2px, rgba(107, 114, 128, 0.05) 2px, rgba(107, 114, 128, 0.05) 3px, transparent 3px, transparent 8px),
    repeating-linear-gradient(112.5deg, transparent, transparent 2px, rgba(55, 65, 81, 0.04) 2px, rgba(55, 65, 81, 0.04) 3px, transparent 3px, transparent 8px),
    repeating-linear-gradient(157.5deg, transparent, transparent 2px, rgba(31, 41, 55, 0.03) 2px, rgba(31, 41, 55, 0.03) 3px, transparent 3px, transparent 8px);
}

.enlace-imagen {
  display: flex;
  justify-content: center;
  /* centra horizontalmente */
  align-items: center;
  /* centra verticalmente */
  text-align: center;
  /* define altura si es necesario */
  background-color: #f0f0f0;
  /* solo para ver el área del enlace */
}

/* ===== Video Area CSS ===== */
.repair_video_area {
  background-image: url(../images/gallery/mercado-libre/img-15.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.witr_all_color_v h3 {
  color: #fff;
  font-size: 40px;
  padding: 0;
  line-height: 1.1;
}

.video-overlay {
  padding: 70px 0 50px;
}

.video-item a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 28px;
  border-radius: 100%;
  margin-bottom: 36px;
}

.play-overlay a,
.play-overlay a:before,
.title_btn a,
.title_in:after,
.title_in:before,
.video-item a,
.video-item a:before,
.witr_bar_inner {
  background: #c54a15;
}

.tx_svd_icon {
  line-height: 75px;
  text-align: center;
  animation: witr-shadow 1s linear infinite;
  -webkit-transition: .5s;
}

.tx_svd_icon,
.tx_svd_icon i {
  color: #fff;
}

.video-item i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-overlay i,
.poket_slider_icon ul li a i,
.slider_btn .witr_btn.active:hover,
.video-item i,
.witr_video_btn i,
.witr_videos_title_text h3 {
  color: #fff;
}

@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3),
      0 0 0 10px rgba(255, 255, 255, .3),
      0 0 0 20px rgba(255, 255, 255, .3)
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .3),
      0 0 0 20px rgba(255, 255, 255, .3),
      0 0 0 30px rgba(255, 255, 255, 0)
  }
}

/* youtube video area css */
.video_page_area .witr_swiper_height {
  z-index: -1;
}

.video_page_area .witr_swiper_content h1,
.video_page_area .witr_swiper_content h2,
.video_page_area .witr_swiper_content h3,
.video_page_area .witr_swipers_title h4,
{}

.video_page_area .witr_swiper_content h1,
.video_page_area .witr_swiper_content h2,
.video_page_area .witr_swiper_content h3,
.video_page_area .witr_swipers_title h4,
.video_page_area .witr_swiper_content p {
  color: #fff;
}

.video_page_area .witr_ds_content_inner h1,
.video_page_area .witr_ds_content_inner h2,
.video_page_area .witr_ds_content_inner h3,
.video_page_area .witr_ds_content_inner p,
.video_page_area .witr_slicks_title h4 {
  color: #fff;
}

.witr_youtube_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -99;
}

.witr_youtube_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/******************* START Form Contact ******************/
.form-card1 {
  background-image: linear-gradient(163deg, #1b2b51cc 0%, #13131300 100%);
  border-radius: 22px;
  transition: all 0.3s;
}

.form-card1:hover {
  box-shadow: 0px 0px 30px 1px rgba(100, 255, 218, 0.3);
}

.form-card2 {
  border-radius: 0;
  transition: all 0.2s;
}

.form-card2:hover {
  transform: scale(0.98);
  border-radius: 20px;
}

/* From Uiverse.io by DavidTM96 */
.form {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-family: inherit;
  gap: 10px;
  padding-inline: 2em;
  padding-bottom: 0.4em;
  border-radius: 20px;
}

.form-heading {
  text-align: center;
  margin: 2em;
  color: #64ffda;
  font-size: 1.2em;
  background-color: transparent;
  align-self: center;
}

.form-field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 10px;
  padding: 0.6em;
  border: none;
  outline: none;
  color: white;
  background-color: #171717;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
}

.input-field {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  color: #ccd6f6;
  padding-inline: 1em;
}

/******************* START BUTTON ******************/
.sendMessage-btn {
  cursor: pointer;
  margin-bottom: 3em;
  padding: 1em;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #64ffda;
  font-weight: bold;
  outline: 1px solid #64ffda;
  transition: all ease-in-out 0.3s;
}

.sendMessage-btn:hover {
  transition: all ease-in-out 0.3s;
  background-color: #c4d5ea;
  color: #000;
  cursor: pointer;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
}

/******************* END BUTTON ******************/


/******************* START From Uiverse.io ******************/

.retro {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  border: 1px;
  border-color: #0a3257;
  color: rgb(202, 202, 202);
  text-align: center;
  text-transform: uppercase;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 10px;
  text-shadow: 0 2px 0 rgb(255, 255, 255), 2px 4px 0 rgb(30, 30, 30);
}

.button-silver-container {
  perspective: 1000px;
}

/* Base button-silver styles with capsule shape and glass effect */
.button-silver {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  /* Creates the capsule shape */
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.05));
  /* Transparent glass gradient */
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    /* Top highlight */
    inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    /* Bottom shadow */
    0 4px 8px rgba(0, 0, 0, 0.2),
    /* Drop shadow */
    0 0 20px rgba(255, 255, 255, 0.1);
  /* Subtle glow */
  transform: rotateX(15deg) translateZ(0);
  /* Initial 3D tilt */
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  /* Springy transition */
  position: relative;
  cursor: pointer;
  animation: pulse 2s infinite ease-in-out;
  /* Pulsing glow animation */
  overflow: hidden;
}

/* Moving shine effect for glass-like reflection */
.button-silver::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background: linear-gradient(to right,
      transparent,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.1),
      transparent);
  /* Shine gradient */
  transform: skewX(-25deg);
  /* Tilted shine */
  animation: shine 3s infinite linear;
  /* Continuous shine movement */
  pointer-events: none;
  z-index: 1;
}

/* Ground shadow to enhance 3D effect */
.button-silver::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 10px;
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.3) 0%,
      transparent 70%);
  /* Soft shadow */
  z-index: -1;
}

/* Text inside the button-silver */
.button-silver span {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 18px;
  /*font-family: Arial, sans-serif;*/
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  /* Depth for text */
  display: block;
  line-height: 60px;
  /* Center vertically */
  text-align: center;
}

/* Hover state: Straighten, lift, and enhance glow */
.button-silver:hover {
  transform: rotateX(0deg) translateZ(15px) scale(1.05);
  /* Lift and scale */
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.3),
    /* Stronger shadow */
    0 0 40px rgba(255, 255, 255, 0.25);
  /* Brighter glow */
}

/* Active state: Depress and dim glow */
.button-silver:active {
  transform: rotateX(0deg) translateZ(-5px) scale(0.95);
  /* Push down */
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    0 2px 4px rgba(0, 0, 0, 0.2),
    /* Reduced shadow */
    0 0 10px rgba(255, 255, 255, 0.1);
  /* Dimmed glow */
}

/* Pulsing animation for idle state */
@keyframes pulse {

  0%,
  100% {
    box-shadow:
      inset 0 1px 2px rgba(255, 255, 255, 0.4),
      inset 0 -1px 2px rgba(0, 0, 0, 0.2),
      0 4px 8px rgba(0, 0, 0, 0.2),
      0 0 20px rgba(255, 255, 255, 0.1);
  }

  50% {
    box-shadow:
      inset 0 1px 2px rgba(255, 255, 255, 0.4),
      inset 0 -1px 2px rgba(0, 0, 0, 0.2),
      0 4px 8px rgba(0, 0, 0, 0.2),
      0 0 30px rgba(255, 255, 255, 0.2);
    /* Peak glow */
  }
}

/* Shine animation for dynamic glass effect */
@keyframes shine {
  0% {
    left: -50px;
    /* Start off-screen */
  }

  100% {
    left: 250px;
    /* Move past button-silver width (200px + buffer) */
  }
}

/******************* END From Uiverse.io ******************/

/********** START  Buttons Redes ***********/
/* From Uiverse.io by wilsondesouza */
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}

.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}

.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.example-2 .icon-content a i {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.example-2 .icon-content a:hover {
  color: white;
}

.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"]~.tooltip {
  background-color: #128c7e;
}

.example-2 .icon-content a[data-social="email"] .filled,
.example-2 .icon-content a[data-social="email"]~.tooltip {
  background-color: #1c2221;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"]~.tooltip {
  background-color: #3b5998;
}

.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"]~.tooltip {
  background: linear-gradient(45deg,
      #405de6,
      #5b51db,
      #b33ab4,
      #c135b4,
      #e1306c,
      #fd1f1f);
}

.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"]~.tooltip {
  background-color: #ff0000;
}

/**********  END  Buttons Redes ***********/

.font1 {
  font-family: var(--font1);
}

.font2 {
  font-family: var(--font2);
}



/*//////////////////////////////////////////////////////////////////
[ button style ]*/
.btn-style {
  font-size: 14px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  font-weight: 800;
  box-shadow: 0 8px 28px rgba(255, 109, 4, 0.2);
}

.btn-style::before,
.btn-style::after {
  inset: 0;
  content: "";
  transition: all ease 0.5s;
  position: absolute;
  border-radius: 50px;
}

.btn-style::before {
  background: linear-gradient(180deg, #0a3257 -1.75%, #ceb215 100.23%);
}

.btn-style:hover::before {
  opacity: 0;
}

.btn-style::after {
  background: linear-gradient(180deg, #ceb215 -1.75%, #0a3257 100.23%);
  opacity: 0;
}

.btn-style:hover::after {
  opacity: 1;
  box-shadow: 0 8px 28px rgba(36, 127, 213, 0.5);
}

.btn-style span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  font-family: var(--font2);
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
}

/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {
  max-width: 1380px;
}

@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}

/*------------------------------------------------------------------
[ Slick2 ]*/
.slick-slide {
  outline: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Go to Top ]*/
.go-top {
  color: #ffffff;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 15px;
  width: 45px;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  background-color: var(--brand);
  -webkit-transition: .9s;
  transition: .9s;
  cursor: pointer;
}

.go-top.active {
  top: 80%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

.go-top i:last-child {
  top: 60%;
  opacity: 0;
  visibility: hidden;
}

.go-top::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  background-color: var(--brand);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.go-top:hover,
.go-top:focus {
  color: #808080;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.container-menu-desktop {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


.header .container-menu-desktop {
  height: auto;
}



/*==================================================================
[ Top bar ]*/
.top-bar {
  height: 40px;
  background-color: #222;
}

/*---------------------------------------------*/
.left-top-bar {
  font-size: 12px;
  line-height: 1.8;
  color: #b2b2b2;
}


/*---------------------------------------------*/
.right-top-bar a {
  font-size: 12px;
  line-height: 1.8;

  height: 100%;
  color: #b2b2b2;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.right-top-bar a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.right-top-bar a:hover {
  color: var(--brand);
}


/*---------------------------------------------*/
.topbar-mobile li {
  padding: 8px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background-color: #222;
}




/*==================================================================
[ Section Header ]*/

.header_title_after {
  position: relative;
  display: inline-block;
}

.header_title_after::after {
  position: absolute;
  content: attr(data-header);
  left: 60px;
  top: -23px;
  color: var(--brand);
  font-size: 20px;
  font-family: var(--font1);
  font-weight: 800;
  animation: glitch 2s steps(100) infinite;
  -webkit-animation: glitch 2s steps(100) infinite;
  transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
}

/*==================================================================
[ Single product detail  ]*/
.product-menu {
  display: flex !important;
  flex-wrap: wrap;
}

.product-main-menu {
  position: relative;
}

.product-menu-fix {
  position: fixed;
  left: 0px;
  top: 70px;
  z-index: 99;
  width: 100%;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

@media (max-width: 991px) {
  .product-menu-fix {
    top: 0px;
  }
}

@media (max-width: 575.98px) {
  .product-menu ul {
    margin: 5px 5px !important;
  }
}

.product-menu {
  display: block ruby;
}

.product-menu h5 {
  margin: auto 0;
}

.product-menu .nav button {
  color: #fff;
}

.product-menu .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--brand);
}

.product-menu .nav {
  margin: 0 0 0 auto;
}

.product-menu .dropdown-menu {
  background: #222;
}

/* product details */
.select-color h4 {
  color: #222;
  font-size: 14px;
  position: relative;
}

.select-color h4::after {
  position: absolute;
  right: 140px;
  top: 8px;
  width: 70px;
  height: 2px;
  content: "";
  background: #c9c9c9;
}

.select-color h4::before {
  position: absolute;
  left: 140px;
  top: 8px;
  width: 70px;
  height: 2px;
  content: "";
  background: #c9c9c9;
}

.car-color {
  display: flex;
  justify-content: center;

}

.car-color button {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.car-color .color1 {
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgba(0, 0, 0, 1) 50%, rgba(213, 36, 36, 1) 50%);
}

.car-color .color2 {
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgba(0, 0, 0, 1) 50%, rgba(84, 82, 81, 1) 50%);
}

.car-color .color3 {
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgb(206, 0, 0) 50%, rgba(213, 36, 36, 1) 50%);
}

.car-color .color4 {
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgb(139, 47, 47) 50%, rgb(150, 69, 55) 50%);
}

.car-color .color5 {
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgb(242, 236, 236) 50%, rgb(217, 203, 201) 50%);
}

.car-color .color6 {
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgb(155, 155, 155) 50%, rgb(125, 118, 117) 50%);
}

.car-color .color7 {
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgb(30, 27, 27) 50%, rgb(0, 0, 0) 50%);
}

.car-color .color8 {
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgb(230, 222, 222) 50%, rgb(244, 244, 244) 50%);
}

.car-color .nav-pills .nav-link {
  border-radius: 50%;
}

.car-color .nav-pills .nav-link.active {
  position: relative;
}

.car-color .nav-pills .nav-link.active::after {
  font: var(--fa-font-solid);
  content: "\f00c";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

/* product gallery */

.gallery__item a {
  display: inline;
}

.gallery__item .image {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  cursor: zoom-in !important;

}

.product_gallery img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.product_gallery img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gallery__item {
  overflow: hidden;
}

/*==================================================================
[ Video banner ]*/
.video_banner {
  position: relative;
}

.video_banner .slider_overlay h2 {
  font-size: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .video_banner .slider_overlay {
    left: 35% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .video_banner .slider_overlay {
    top: 75% !important;
    left: 35% !important;
  }
}

@media (max-width: 575.98px) {
  .video_banner .slider_overlay h2 {
    font-size: 20px;
  }

  .video_banner .slider_overlay h3 {
    font-size: 15px !important;
  }

  .video_banner .slider_overlay p {
    font-size: 13px !important;
  }

  .video_banner .slider_overlay {
    top: 55% !important;
    left: 34% !important;
  }

}

.video_banner .slider_overlay h3 {
  font-size: 25px;
  display: inline-block;
}

.video_banner .slider_overlay h3 span {
  font-weight: 600;
}

.video_banner .slider_overlay p {
  font-size: 16px;
}

.video_banner .slider_overlay {
  position: absolute;
  top: 80%;
  left: 30%;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.product-video::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  color: var(--brand);
}

@media (max-width: 575.98px) {}

/*==================================================================
[ Menu ]*/
.wrap-menu-desktop {
  position: relative;
  z-index: 991;
  background-color: transparent;
  width: 100%;
  height: 84px;
  top: 40px;
  left: 0px;
  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
}

.header .wrap-menu-desktop {
  background-color: #020617;
  background-image:
    repeating-linear-gradient(0deg, var(--white-trans-1) 0, var(--white-trans-1) 1px, transparent 1px, transparent 40px),
    repeating-linear-gradient(45deg, var(--green-trans) 0, var(--green-trans) 1px, transparent 1px, transparent 20px),
    repeating-linear-gradient(-45deg, var(--pink-trans) 0, var(--pink-trans) 1px, transparent 1px, transparent 30px),
    repeating-linear-gradient(90deg, var(--white-trans-2) 0, var(--white-trans-2) 1px, transparent 1px, transparent 80px),
    radial-gradient(circle at 60% 40%, var(--green-glow) 0, transparent 60%);
  background-size: 80px 80px, 40px 40px, 60px 60px, 80px 80px, 100% 100%;
  background-position: 0 0, 0 0, 0 0, 40px 40px, center;

  /*background-color: var(--menuColor1);
*/
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


/*---------------------------------------------*/
.limiter-menu-desktop {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
}

/*------------------------------------------------------------------
[ Logo ]*/
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 50px;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
  min-height: 60px;
}

/*------------------------------------------------------------------
[ Menu ]*/
.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.main-menu {
  list-style-type: none;
  margin: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.main-menu>li {
  display: block;
  position: relative;
  /*padding: 20px 10px 20px 0px;*/
  margin: 0px 4px 0px 14px;
}

.main-menu>li>a {
  color: white;
  border-radius: 0.5rem;
  padding: 2px 3px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  background: linear-gradient(rgb(170, 170, 170), rgb(78, 78, 78));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
 
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;

}

/*---------------------------------------------*/
.sub-menu {
  list-style-type: none;
  position: absolute;
  /*text-align: center !important;*/
  padding: 2px 3px;
  top: 0;
  left: 100%;
  min-width: 260px;
  max-width: 260px;
  background-color: var(--submenuColor1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 0.4s;
}

.sub-menu li {
  position: relative;
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.main-menu>li>.sub-menu {
  top: 100%;
  left: 0;
}

.sub-menu a {
  display: block;
  padding: 5px 15px;
  width: 100%;
  line-height: 1.5;
  margin: 3px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3rem;
  border-radius: .5rem;
  background: linear-gradient(rgb(170, 170, 170), rgb(78, 78, 78));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  font-weight: 500;
  -ms-transition: all 0.4s;
}

/*---------------------------------------------*/
.main-menu>li:hover>a {
  text-decoration: none;
  font-size: 20px;
  background: linear-gradient(135deg, #c9c9c9, #c0baba);
  color: black;
  box-shadow: inset 0 1px 0 #fff, 0 0 10px rgba(255, 255, 255, 0.5);
  margin: 5px;
}

.main-menu>li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  font-size: 20px;

}

.sub-menu li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  font-size: 20px;
}

.sub-menu li:hover {
  background-color: transparent;
}

.sub-menu>li:hover>a {
  text-decoration: none;
  font-size: 20px;
  background: linear-gradient(135deg, #c9c9c9, #888);
  color: black;
  box-shadow: inset 0 1px 0 #fff, 0 0 10px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1300px) {
  .main-menu>.respon-sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }

  .main-menu>.respon-sub-menu>.sub-menu {
    right: 0px;
    left: auto;
  }
}

/*------------------------------------------------------------------
[ Icon header ]*/

.wrap-icon-header {
  flex-grow: 1;
}

.icon-header-item {
  position: relative;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}


/*---------------------------------------------*/
.icon-header-noti::after {
  content: attr(data-notify);
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;

  display: block;
  position: absolute;
  top: -7px;
  right: 0;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  background-color: var(--brand);
}

/*---------------------------------------------*/
.wrap-header-mobile .wrap-icon-header {
  flex-grow: unset;
}


/*------------------------------------------------------------------
[ Coming Soon Page ]*/
#coming_soon {
  position: relative;
}

.coming_soon_details h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  font-weight: 800;
  font-family: var(--font2);
}

.coming_soon_details h3 {
  color: red;
  text-transform: uppercase;
  font-size: 70px;
  text-align: center;
  font-weight: 800;
  font-family: var(--font1);
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 50px rgba(255, 255, 255, .8), 0 0 75px rgba(255, 255, 255, .6), 0 0 76px rgba(255, 255, 255, .4), 0 0 77px rgba(255, 255, 255, .5), 0 0 78px rgba(255, 255, 255, .4), 0 0 79px rgba(255, 255, 255, .3), 0 0 80px rgba(255, 255, 255, .2), 0 0 85px rgba(255, 255, 255, .1);
}

/* Time Flipper */
.flipper {
  color: #333;
  display: block;
  font-size: 50px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 1.7em;
}

.flipper.flipper-invisible {
  font-size: 0px !important;
}

.competition-time h4 {
  font-family: var(--ff1);
  background: linear-gradient(180deg, #FFC876 -1.75%, #FF6E04 100.23%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 4px 0;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 29%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: .5em;
  font-family: var(--font2);
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}

.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
  transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}

.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}

.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}

.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

.flipper-dark {
  color: #fff;
}

.flipper-dark .flipper-delimiter {
  color: #333;
}

.flipper-dark .digit-next {
  background: #333;
}

.flipper-dark .digit-top {
  background: #333;
}

.flipper-dark .digit-top.r {
  background: black;
}

.flipper-dark .digit-top2 {
  background: black;
}

.flipper-dark .digit-top2.r {
  background: #333;
}

.flipper-dark .digit-bottom {
  background: #333;
}

.flipper-dark-labels .flipper-group label {
  color: #333;
}

/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  bottom: 101%;
  left: 0;
  background-color: rgba(199, 213, 221, 0.9);
  padding: 50px 15px 100px 15px;
}

.show-modal-search {
  bottom: 0;
}

.container-search-header {
  width: auto;
  max-width: 100%;
  position: relative;
}


.table td,
.table th {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

.cart_about .table td,
.table th {
  padding: 2px;
  vertical-align: top;
  border-top: 1px solid transparent;
}

/*---------------------------------------------*/
.btn-hide-modal-search {
  position: absolute;
  padding: 5px;
  right: 0;
  top: -45px;
  opacity: 0.8;
}

.btn-hide-modal-search:hover {
  opacity: 1;
}

.wrap-search-header {
  width: 880px;
  max-width: 100%;
  height: 90px;
  border: 2px solid var(--brand2);
  background: #fff;
  margin: 0 0 286px 0;
}

/*---------------------------------------------*/
.wrap-search-header input {
  font-size: 50px;
  line-height: 1.2;
  color: #333;

  padding: 0px 30px 0px 0px;
  width: calc(100% - 70px);
  height: 100%;
  background-color: transparent;
}

.wrap-search-header button {
  font-size: 50px;
  color: var(--brand2);
  width: 70px;
  height: 100%;
}

.wrap-search-header button:hover {
  color: var(--brand);
}

/*---------------------------------------------*/
@media (max-width: 767px) {

  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 30px;
  }

  .wrap-search-header {
    height: 90px;
  }
}

@media (max-width: 575px) {

  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 20px;
  }

  .wrap-search-header button {
    width: 40px;
  }

  .wrap-search-header {
    height: 80px;
  }
}


/*==================================================================
[ Fixed menu desktop ]*/

.fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
  background-color: #000;
  box-shadow: 0px 0px 14px 0px var(--brand2);
}


.header .fix-menu-desktop .wrap-menu-desktop {
  background-color: var(--menuColor1);
  position: fixed;
}


/*---------------------------------------------*/
.main-menu>li.active-menu>a {

  font-size: 20px;
  margin: 5px;
  border-radius: .5em;
  background:
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 6%, hsla(0, 0%, 100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 4%, hsla(0, 0%, 0%, .03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 1.2%, hsla(0, 0%, 100%, .15) 2.2%),
    linear-gradient(180deg, hsl(0, 0%, 78%) 0%, hsl(0, 0%, 90%) 47%, hsl(0, 0%, 78%) 53%, hsl(0, 0%, 70%)100%);
  background-size: 250%;
  background-position: left;
  color: black;

  transition: color .2s;
  width: 100%;
  border-radius: .2em;
  text-align: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;

}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #000000;
  padding: 15px;
  display: none;

  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
  display: block;
  position: relative;
  height: 80%;
  padding-right: 25px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.logo-mobile img {
  max-width: calc(100% - 20px);
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  min-height: 50px;
}

/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.hamburger:hover {
  opacity: 1;
}

/*---------------------------------------------*/
@media (max-width: 991px) {
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .container-menu-desktop {
    display: none;
  }
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
  width: 100%;
  background-color: var(--menuColor1);
  display: none;
}

.main-menu-m {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--menuColor1);
}

.main-menu-m>li>a {
  font-size: 14px;
  color: white;
  line-height: 2.8;
  padding: 8px 20px 8px 20px;
}

.main-menu-m>li {
  color: white;
  position: relative;
}

.arrow-main-menu-m {
  font-size: 14px;
  color: #fff;
  ;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 10px;
  cursor: pointer;
}

.arrow-main-menu-m i {
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
  background-color: var(--menuColor1);
  padding: 10px 15px 10px 32px;
  display: none;
}

.sub-menu-m a {
  font-size: 14px;
  color: #666;
  line-height: 2.5;
  padding: 5px 0 5px 0;
}

.sub-menu-m a:hover {
  text-decoration: none;
  color: #555555;
}

@media (min-width: 992px) {
  .menu-mobile {
    display: none;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Sidebar ]*/
.wrap-sidebar {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.0);
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: var(--menuColor1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.show-sidebar {
  visibility: visible;
  background-color: rgba(199, 213, 221, 0.9);
}

.show-sidebar .sidebar {
  right: 0;
}

@media (max-width: 991px) {
  .wrap-sidebar {
    display: none;
  }
}

/*---------------------------------------------*/
.sidebar-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

/*---------------------------------------------*/
.wrap-item-gallery {
  width: calc((100% - 20px) / 3);
}

.item-gallery {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.item-gallery::after {
  font: var(--fa-font-solid);
  content: "\f424";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(199, 213, 221, 0.9);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;
  color: var(--brand2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.item-gallery:hover:after {
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ pricingTable ]*/
.pricingTable {
  margin: 40px auto;
}

.pricingTable>.pricingTable-title {
  text-align: center;
  color: var(--brand2);
  font-size: 45px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.pricingTable>.pricingTable-subtitle {
  text-align: center;
  color: rgba(36, 127, 213, 0.5);
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}

.pricingTable-firstTable {
  list-style: none;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}

.pricingTable-firstTable_table {
  background-color: rgba(199, 213, 221, 0.9);
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.pricingTable-firstTable_table:hover {
  transform: scale(1.08);
}

.pricingTable-firstTable_table:not(:last-of-type) {
  margin-right: 3.5%;
}

.pricingTablepopular {
  position: relative;
}

.pricingTablepopular::before {
  content: attr(data-header);
  position: absolute;
  color: white;
  display: flex;
  background-color: var(--brand);
  text-align: center;
  right: 15px;
  top: -24px;
  height: 65px;
  width: 65px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition: all 0.5s ease;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.pricingTable-firstTable_table:nth-of-type(2):hover:before {
  transform: rotate(360deg);
}

.pricingTable-firstTable_table__header {
  font-size: 1.6em;
  padding: 40px 0px;
  border-bottom: 2px solid #ebedec;
  letter-spacing: 0.03em;
  color: var(--brand2);
}

.pricingTable-firstTable_table__pricing {
  font-size: 3em;
  padding: 30px 0px;
  border-bottom: 2px solid #ebedec;
  line-height: 0.7;
  color: var(--brand);
}

.pricingTable-firstTable_table__pricing span:first-of-type {
  font-size: 0.35em;
  vertical-align: top;
  letter-spacing: 0.15em;
}

.pricingTable-firstTable_table__pricing span:last-of-type {
  vertical-align: bottom;
  font-size: 0.3em;
  letter-spacing: 0.04em;
  padding-left: 0.2em;
}

.pricingTable-firstTable_table__options {
  list-style: none;
  padding: 15px;
  font-size: 0.9em;
  border-bottom: 2px solid #ebedec;
}

.pricingTable-firstTable_table__options>li {
  padding: 8px 0px;
}

.pricingTable-firstTable_table__options>li:before {
  content: "✓";
  display: inline-flex;
  margin-right: 15px;
  color: white;
  background-color: #74ce6a;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 0.8em;
  padding: 2px;
  align-items: center;
  justify-content: center;
}

.pricingTable-firstTable_table__getstart {
  color: white;
  border: 0;
  background-color: #247fd5;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  box-shadow: 0px 3px 0px 0px #164878;
  letter-spacing: 0.07em;
  transition: all 0.4s ease;
}

.pricingTable-firstTable_table__getstart:hover {
  transform: translateY(-10px);
  box-shadow: 0px 40px 29px -19px #247fd5;
}

.pricingTable-firstTable_table__getstart:active {
  box-shadow: inset 0 0 10px 1px #66a564, 0px 40px 29px -19px rgba(102, 172, 100, 0.95);
  transform: scale(0.95) translateY(-9px);
}

/*//////////////////////////////////////////////////////////////////
[ Header wishlist ]*/
.wrap-header-wishlist {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.0);
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.header-wishlist {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: var(--brand2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-wishlist::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 30px;
}

.show-header-wishlist {
  visibility: visible;
  background-color: rgba(199, 213, 221, 0.9);
}

.show-header-wishlist .header-wishlist {
  right: 0;
}

/*---------------------------------------------*/
.header-wishlist-title {
  width: 260px;
  max-width: 100%;
  height: 16.5%;
  min-height: 85px;
}

.header-wishlist-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

.header-wishlist-wrapitem {
  flex-grow: 1;
}

/*---------------------------------------------*/
.header-wishlist-item-img {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.header-wishlist-item-img img {
  width: 100%;
}

.header-wishlist-item-img::after {
  content: '\e870';
  font-family: Linearicons-Free;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.header-wishlist-item-img:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.header-wishlist-item-txt {
  width: calc(100% - 80px);
}

.header-wishlist-item-name {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 1.3;
}

.header-wishlist-item-info {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.header-wishlist-total {
  font-size: 18px;
  color: #222;
  line-height: 1.3;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .header-wishlist {
    padding: 30px;
  }

  .header-wishlist-title {
    padding-bottom: 35px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0px;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  color: #555;
  line-height: 1.2;
  padding-left: 20px;
  background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 38px;
  height: 20px;
  top: calc(50% - 10px);
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--brand);
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 13px;
  color: #808080;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow:hover:after {
  color: var(--brand);
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0px;
  overflow: hidden;
  background-color: white;
  left: 0px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.rs1-select2 .select2-dropdown--above {
  top: -2px;
}

.rs1-select2 .select2-dropdown--below {
  top: 2px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: var(--brand);
  color: white;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
  background: var(--brand);
  color: white;
}

.rs1-select2 .select2-results__options {
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select2 .select2-container .select2-selection--single {
  height: 40px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 35px;
  right: 0px;
  border-left: none;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0d7";
}



/*//////////////////////////////////////////////////////////////////
[ Slick1 ]*/
.wrap-slick1 {
  position: relative;
}

.item-slick1 {
  height: calc(100vh - 40px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.rs1-slick1 .item-slick1 {
  height: calc(100vh - 84px);
}

.rs2-slick1 .item-slick1 {
  height: 100vh;
}

@media (max-width: 991px) {
  .item-slick1 {
    height: calc(100vh - 70px) !important;
  }
}

.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  opacity: 0;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 1;
}

.arrow-slick1:hover {
  color: var(--brand);
}

.next-slick1 {
  right: 50px;
  left: auto;
}

.prev-slick1 {
  left: 50px;
  right: auto;
}

@media (max-width: 991px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/*---------------------------------------------*/
.rs2-slick1 .arrow-slick1 {
  color: rgba(255, 255, 255, 0.3);
}

.rs2-slick1 .arrow-slick1:hover {
  color: var(--brand2);
}

.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.slick1-dots li {
  max-width: 190px;
  position: relative;
  cursor: pointer;
  margin-right: 1px;
}

.slick1-dots li img {
  width: 100%;
}

.caption-dots-slick1 {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-align: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.slick1-dots li:hover .caption-dots-slick1 {
  opacity: 1;
}

.slick1-dots li.slick-active .caption-dots-slick1 {
  opacity: 1;
}

@media (max-width: 575px) {
  .caption-dots-slick1 {
    font-size: 13px;
  }

  .wrap-slick1-dots {
    bottom: 25px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/

.wrap-slick2 {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  top: calc((100% - 60px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 39px;
  color: #ccc;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick2:hover {
  color: #666;
}

.next-slick2 {
  right: -40px;
}

.prev-slick2 {
  left: -40px;
}

@media (max-width: 1300px) {
  .next-slick2 {
    right: 6px;
  }

  .prev-slick2 {
    left: 6px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
  position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
  position: absolute;
  z-index: 100;
  width: 83.333333%;
  right: 0;
  top: calc(50% - 20px);
}

.arrow-slick3 {
  font-size: 25px;
  color: #fff;

  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

preloader .arrow-slick3:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.prev-slick3 {
  left: 0px;
}

.next-slick3 {
  right: 0px;
}

/*---------------------------------------------*/
.wrap-slick3-dots {
  width: 11.111111%;
}

.slick3 {
  width: 83.333333%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 27px;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dot-overlay:hover {
  border-color: var(--brand2);
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border-color: var(--brand);
}


/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
  z-index: 10000;
  background-color: #000;
  opacity: 0.9;
}

#map {
  width: 100%;
  height: 100%;
}

.mfp-wrap {
  z-index: 10000;
}

.mfp-arrow:after,
.mfp-arrow:before {
  display: none;
}

.mfp-arrow {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

button.mfp-arrow-right {
  background-image: url(../images/icons/icon-next.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-arrow-left {
  background-image: url(../images/icons/icon-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-close {
  width: 75px !important;
  height: 58px !important;
  line-height: 44px;
  position: fixed;
  right: 0;
  top: 0;
  color: transparent !important;
  background-image: url(../images/icons/icon-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}

.tab01 .nav-tabs .nav-item {
  margin: 0px 15px;
}

.tab01 .nav-link {
  font-size: 15px;
  color: #888;
  line-height: 1.2;

  padding: 0;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid transparent;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.tab01 .nav-link.active {
  color: #333;
  border-color: #797979;
}

.tab01 .nav-link:hover {
  color: #333;
  border-color: #797979;
}



/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {
  overflow-y: auto;
}

.swal-button:focus {
  outline: none;
  box-shadow: none;
}

.swal-button {
  background-color: var(--brand2);
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: unset;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.swal-button:hover {
  background-color: #333;
}

.swal-button:active {
  background-color: #333;
}

.swal-title {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  color: #555555;
  font-size: 16px;
  line-height: 1.666667;
  text-align: center;
}

.swal-footer {
  margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ client logo ]*/
.client img {
  width: 70%;
}

.client a {
  display: contents;
}

/*//////////////////////////////////////////////////////////////////
[ Filter ]*/
.icon-close::before {
  font: var(--fa-font-solid);
  content: "\f00d";
}

.show-search .icon-search,
.show-filter .icon-filter {
  display: none;
}

.show-search .icon-close-search,
.show-filter .icon-close-filter {
  display: unset;
}

.show-search,
.show-filter {
  background-color: #f2f2f2;
  border-color: #e7e7e7;
  position: relative;
}

.show-search::after,
.show-filter::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--brand2);
  border-left: 1px solid var(--brand2);
  border-bottom: 1px solid var(--brand2);
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: calc(50% - 7px);
  bottom: -7px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.show-search:hover::after,
.show-filter:hover::after {
  background-color: var(--brand2);
  border-color: var(--brand2);
}

/*---------------------------------------------*/

/*---------------------------------------------*/
.filter-col1 {
  width: 27%;
}

.filter-col2 {
  width: 27%;
}

.filter-col3 {
  width: 26%;
}

.filter-col4 {
  width: 20%;
}

/*---------------------------------------------*/
.filter-link {
  color: #000;
  border-bottom: 1px solid transparent;
}

.filter-link:hover {
  color: var(--brand2);
  border-bottom: 1px solid var(--brand2);
}

.filter-link-active {
  color: var(--brand2);
  border-bottom: 1px solid var(--brand2);
}

@media (max-width: 767px) {

  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {
    width: 50%;
  }
}

@media (max-width: 575px) {

  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {
    width: 100%;
  }
}


/*//////////////////////////////////////////////////////////////////
[ content-block ]*/
.content-block {
  position: relative;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.content-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.626);
  opacity: 0;
  z-index: 1;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.content-block:hover:after {
  opacity: 1;
}

.content-block img {
  position: relative;
  z-index: 2;
}

.content-block h2 {
  position: relative;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .content-block h2 {
    font-size: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 478.98px) {
  .content-block h2 {
    font-size: 10px !important;
  }

  .content-block img {
    width: 100%;
  }
}



/*//////////////////////////////////////////////////////////////////
[ Modal1 ]*/
.wrap-modal1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1 !important;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal1 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(199, 213, 221, 0.9);
}

.show-modal1 {
  z-index: 991 !important;
  visibility: visible;
  opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
  position: relative;
}

.block1-txt {
  background-color: rgba(0, 0, 0, 0.2);
}

.star {
  color: #fea41c;
  font-size: 17px;
}

/*---------------------------------------------*/
.block1-name {
  color: #fff;
}

.block1-info {
  color: #fff;
}

/*---------------------------------------------*/
.block1-txt-child2 {
  border-bottom: 2px solid #fff;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.block1-link {
  -webkit-transform: translateY(250%);
  -moz-transform: translateY(250%);
  -ms-transform: translateY(250%);
  -o-transform: translateY(250%);
  transform: translateY(250%);
}

/*---------------------------------------------*/
.block1-txt:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.block1-txt:hover .block1-txt-child2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.block1-txt:hover .block1-link {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}


/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2 {
  padding: 15px;
  box-shadow: 0px 0px 4px 2px #eee;
  background: #c7d5dd;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.block2:hover {
  box-shadow: 0px 0px 4px 2px var(--brand2);
}

.block2-pic {
  position: relative;
  border: 2px solid var(--brand2);
}

.block2-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block2:hover .block2-btn {
  bottom: 20px;
}

.New {
  position: relative;
}

.New:after {
  position: absolute;
  content: "NEW";
  top: 5px;
  left: 5px;
  font-size: 15px;
  font-weight: 800;
  background: red;
  padding: 5px;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.block2 .block2-pic .img-2 {
  display: none;
}

.block2 .block2-pic .img-1 {
  display: block;
}

.block2:hover .block2-pic .img-1 {
  display: none;
}

.block2:hover .block2-pic .img-2 {
  display: block;
}

/*---------------------------------------------*/
.block2-txt-child1 {
  width: calc(100% - 30px);
}

.block2-txt-child2 {
  width: 30px;
}

.btn-addwish-b2 .icon-heart2 {
  opacity: 0;
}

.btn-addwish-b2:hover .icon-heart2 {
  opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
  opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
  opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
  opacity: 0;
}

/*---------------------------------------------*/
.label-new {
  position: relative;
}

.label-new::after {
  content: attr(data-label);
  font-size: 12px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: 50px;
  height: 22px;
  border-radius: 11px;
  padding: 0 6px;
  background-color: #fb0000;
  top: 42px;
  left: 12px;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.cl0 {
  color: #fff;
}

.cl1 {
  color: var(--brand);
}

.cl2 {
  color: var(--brand2);
}

.cl3 {
  color: #000;
}

.cl4 {
  color: #666;
}

.cl5 {
  color: #999;
}

.cl6 {
  color: #222;
}

.cl7 {
  color: #888;
}

.cl8 {
  color: #b2b2b2;
}

.cl9 {
  color: #555;
}

.cl10 {
  color: #aaa;
}

.cl11 {
  color: #1d1d1d;
}

.cl12 {
  color: #f9ba48;
}

.cl13 {
  color: #ccc;
}

.cl14 {
  color: red;
}

.cl16 {
  color: green;
}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.stext-101 {
  font-size: 15px;
  line-height: 1.466667;
  text-transform: uppercase;
}

.stext-102 {
  font-size: 14px;
  line-height: 1.7;
}

.stext-103 {
  font-size: 15px;
  line-height: 1.466667;
}

.stext-104 {
  font-size: 14px;
  line-height: 1.466667;
}

.stext-105 {
  font-size: 14px;
  line-height: 1.466667;
  letter-spacing: 1px;
}

.stext-106 {
  font-size: 15px;
  line-height: 1.2;
}

.stext-107 {
  font-size: 13px;
  line-height: 1.923;
}

.stext-108 {
  font-size: 14px;
  line-height: 1.7143;
}

.stext-109 {
  font-size: 12px;
  line-height: 1.833333;
}

.stext-110 {
  font-size: 15px;
  line-height: 1.466667;
}

.stext-111 {
  font-size: 13px;
  line-height: 1.6923;
}

.stext-112 {
  font-size: 13px;
  line-height: 1.6923;
  text-transform: uppercase;
}

.stext-113 {
  font-size: 14px;
  line-height: 1.7857;
}

.stext-114 {
  font-size: 15px;
  line-height: 1.666667;
}

.stext-115 {
  font-size: 15px;
  line-height: 1.666667;
}

.stext-116 {
  font-size: 15px;
  line-height: 1.266667;
}

.stext-117 {
  font-size: 15px;
  line-height: 1.666667;
}


/*---------------------------------------------*/
.stext-301 {
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
/* font_size */
.mtext-101 {
  font-size: 18px;
  line-height: 1.333333;
}

.mtext-102 {
  font-size: 16px;
  line-height: 1.6;
}

.mtext-103 {
  font-size: 18px;
  line-height: 1.333333;
  text-transform: uppercase;
}

.mtext-104 {
  font-size: 16px;
  line-height: 1.6;
}

.mtext-105 {
  font-size: 24px;
  line-height: 1.5;
}

.mtext-106 {
  font-size: 18px;
  line-height: 1.388888;
}

.mtext-107 {
  font-size: 16px;
  line-height: 1.625;
}

.mtext-108 {
  font-size: 20px;
  line-height: 1.3;
}

.mtext-109 {
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mtext-110 {
  font-size: 18px;
  line-height: 1.222222;
}

.mtext-111 {
  font-size: 25px;
  line-height: 1.2;
}

.mtext-112 {
  font-size: 22px;
  line-height: 1.333333;
}

.mtext-113 {
  font-size: 22px;
  line-height: 1.333333;
}



/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
  font-size: 28px;
  line-height: 1.2857;
}

.ltext-102 {
  font-size: 28px;
  line-height: 1.1;
}

.ltext-103 {
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-104 {
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-105 {
  font-size: 50px;
  line-height: 1.1;
}

.ltext-106 {
  font-size: 36px;
  line-height: 1.2;
}

.ltext-107 {
  font-size: 30px;
  line-height: 1.1;
}

.ltext-108 {
  font-size: 26px;
  line-height: 1.3846;
}

.ltext-109 {
  font-size: 36px;
  line-height: 1.2;
}


/*---------------------------------------------*/
.ltext-201 {
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-202 {
  font-size: 28px;
  line-height: 1.2857;
}

.ltext-203 {
  font-size: 100px;
}




/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-101 {
  min-width: 161px;
  height: 46px;
}

.size-102 {
  min-width: 139px;
  height: 40px;
}

.size-103 {
  min-width: 179px;
  height: 46px;
}

.size-104 {
  min-width: 94px;
  height: 40px;
}

.size-105 {
  min-width: 111px;
  height: 40px;
}

.size-106 {
  width: 88px;
  height: 100%;
}

.size-107 {
  min-width: 145px;
  height: 40px;
}

.size-108 {
  width: 40px;
  height: 40px;
}

.size-109 {
  width: 60px;
  height: 60px;
}

.size-110 {
  width: 100%;
  min-height: 100px;
}

.size-111 {
  width: 100%;
  height: 40px;
}

.size-112 {
  min-width: 134px;
  height: 43px;
}

.size-113 {
  width: 38px;
  height: 60px;
}

.size-114 {
  width: calc(100% - 38px);
  height: 60px;
}

.size-115 {
  min-width: 185px;
  height: 45px;
}

.size-116 {
  width: 100%;
  height: 50px;
}

.size-117 {
  width: 220px;
  height: 45px;
}

.size-118 {
  min-width: 163px;
  height: 45px;
}

.size-119 {
  min-width: 156px;
  height: 45px;
}

.size-120 {
  width: 100%;
  min-height: 199px;
}

.size-121 {
  width: 100%;
  height: 46px;
}

.size-122 {
  width: 55px;
  height: 100%;
}

.size-123 {
  width: 70px;
  min-height: 70px;
}

.size-124 {
  width: 100%;
  min-height: 150px;
}

.size-125 {
  min-width: 180px;
  height: 40px;
}

.size-126 {
  min-width: 123px;
  height: 30px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-201 {
  max-width: 270px;
}

.size-202 {
  width: calc(100% / 3);
}

.size-203 {
  width: 105px;
}

.size-204 {
  width: calc(100% - 105px);
}

.size-205 {
  width: 145px;
}

.size-206 {
  width: calc(100% - 145px);
}

.size-207 {
  width: calc(100% - 78px);
}

.size-208 {
  width: 34.5%;
}

.size-209 {
  width: 65.5%;
}

.size-210 {
  width: 50%;
}

.size-211 {
  width: 60px;
}

.size-212 {
  width: calc(100% - 60px);
}

.size-213 {
  max-width: 245px;
}

.size-214 {
  width: 90px;
}

.size-215 {
  width: calc(100% - 110px);
}

.size-216 {
  width: 55px;
}

.size-217 {
  width: calc(100% - 55px);
}

.size-218 {
  max-width: 286px;
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-301 {
  min-height: 30px;
}

.size-302 {
  min-height: 80px;
}

.size-303 {
  height: 390px;
}


/*==================================================================
   text animation text animation text animation text animation
==================================================================*/

/* text animation start */
/* ----------------------------------------------
 * Generated by Animista on 2025-6-21 2:30:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- 
 * ----------------------------------------
 * animation focus-in-expand-fwd
 * ----------------------------------------
 */
.text_animation {
  -webkit-animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s infinite both;
  animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-7-6 0:16:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

/* text animation end */

/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/
.bg-none {
  background-color: transparent;
}

.bg0 {
  background-color: #fff;
}

.bg1 {
  background-color: var(--brand2);
}

.bg2 {
  background-color: var(--menuColor1);
}

.bg3 {
  background-color: #000;
}

.bg5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg6 {
  background-color: #c7d5dd;
}

.bg7 {
  background-color: #333;
}

.bg8 {
  background-color: #f3f3f3;
}

.bg9 {
  background-color: #c7d5dd;
}

.bg10 {
  background-color: red;
}

/*---------------------------------------------*/
.bg-overlay1 {
  position: relative;
}

.bg-overlay1::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}

/*---------------------------------------------*/
.bg-img1 {
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
}




/*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
==================================================================*/
.bor-none {
  border: 0 !important;
}

.bor0 {
  border-radius: 50%;
}

.bor1 {
  border-radius: 23px;
}

.bor2 {
  border-radius: 20px;
}

.bor3 {
  border-top: 1px solid #fff;
}

.bor4 {
  border: 1px solid var(--brand);
  border-radius: 3px;
}

.bor5 {
  border-left: 1px solid var(--brand);
  border-right: 1px solid var(--brand);
}

.bor6 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bor7 {
  border: 1px solid var(--brand);
  border-radius: 15px;
}

.bor8 {
  border: 1px solid var(--brand);
  border-radius: 2px;
}

.bor9 {
  border-right: 1px solid var(--brand);
}

.bor10 {
  border: 1px solid var(--brand);
}

.bor11 {
  border-radius: 21px;
}

.bor12 {
  border-bottom: 1px dashed var(--brand);
}

.bor13 {
  border: 1px solid var(--brand);
  border-radius: 22px;
}

.bor14 {
  border-radius: 25px;
}

.bor15 {
  border-left: 1px solid var(--brand);
  border-right: 1px solid var(--brand);
  border-bottom: 1px solid var(--brand);
}

.bor16 {
  border-left: 3px solid var(--brand);
}

.bor17 {
  border: 1px solid var(--brand2);
}

/*---------------------------------------------*/
.bor18 {
  border-top: 1px solid var(--brand);
}

.bor18:last-child {
  border-bottom: 1px solid var(--brand);
}

/*---------------------------------------------*/
.bor19 {
  border: 1px solid var(--brand);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.bor20 {
  border: 2px dotted var(--brand);
}

.bor21 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bor22 {
  border: 2px solid var(--brand);
}

/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.plh0::-webkit-input-placeholder {
  color: #999999;
}

.plh0:-moz-placeholder {
  color: #999999;
}

.plh0::-moz-placeholder {
  color: #999999;
}

.plh0:-ms-input-placeholder {
  color: #999999;
}

.plh1::-webkit-input-placeholder {
  color: #b2b2b2;
}

.plh1:-moz-placeholder {
  color: #b2b2b2;
}

.plh1::-moz-placeholder {
  color: #b2b2b2;
}

.plh1:-ms-input-placeholder {
  color: #b2b2b2;
}

.plh2::-webkit-input-placeholder {
  color: #333;
}

.plh2:-moz-placeholder {
  color: #333;
}

.plh2::-moz-placeholder {
  color: #333;
}

.plh2:-ms-input-placeholder {
  color: #333;
}

/*
.plh3::-webkit-input-placeholder {
  color: #555;
}

.plh3:-moz-placeholder {
  color: #555;
}

.plh3::-moz-placeholder {
  color: #555;
}

.plh3:-ms-input-placeholder {
  color: #555;
}

.plh4::-webkit-input-placeholder {
  color: #888;
}

.plh4:-moz-placeholder {
  color: #888;
}

.plh4::-moz-placeholder {
  color: #888;
}

.plh4:-ms-input-placeholder {
  color: #888;
}
*/
/*---------------------------------------------*/
.js-addedwish-detail {
  color: var(--brand2);
}

/*---------------------------------------------*/
.label1 {
  position: relative;
}

.label1::after {
  content: attr(data-label1);
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;

  display: block;
  position: absolute;
  top: 3px;
  right: -9px;
  height: 15px;
  min-width: 32px;
  border-radius: 7px;
  padding: 0 4px;
  background-color: #f74877;
}

.label1.rs1::after {
  top: calc(50% - 8px);
  right: auto;
  left: 90%;
}

/*---------------------------------------------*/
.how-active1 {
  color: var(--brand);
  border-color: var(--brand);
}


/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  border-bottom: 2px solid rgba(204, 204, 204, 0.1);
}

.input1 {
  background-color: transparent;
  width: 100%;
}

.focus-input1 {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--brand2);
  left: 0;
  bottom: -2px;
}

.input1:focus+.focus-input1 {
  width: 100%;
}


/*---------------------------------------------*/
.how-pagination1 {
  font-size: 14px;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #222;
  background: #444;
}

.how-pagination1:hover {
  background-color: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.active-pagination1 {
  background-color: var(--brand2);
  border-color: var(--brand2);
  color: #fff;
}

/*---------------------------------------------*/
.how-shadow1 {
  box-shadow: 8px -8px 0px 0px var(--brand2);
  border: 1px solid var(--brand2);
}

/*---------------------------------------------*/
.how-pos1 {
  position: absolute;
  top: 0px;
  right: 0px;
}

/*---------------------------------------------*/
.how-pos2 {
  padding-left: 10.7%;
  padding-right: 11%;
}

@media (max-width: 991px) {
  .how-pos2 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/*---------------------------------------------*/
.how-pos3-parent {
  position: relative;
}

.how-pos3 {
  position: absolute;
  top: -35px;
  right: 0px;
}

/*---------------------------------------------*/
.how-pos4-parent {
  position: relative;
}

.how-pos4 {
  position: absolute;
  top: calc(50% - 9px);
  left: 28px;
}

/*---------------------------------------------*/
.how-pos5-parent {
  position: relative;
}

.how-pos5 {
  position: absolute;
  top: 15px;
  left: 10px;
}



/*---------------------------------------------*/
.how-itemcart1 {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.how-itemcart1 img {
  width: 100%;
}

.how-itemcart1::after {
  content: '\e870';
  font-family: Linearicons-Free;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.how-itemcart1:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.how-bor2,
.how-bor1 {
  position: relative;
  z-index: 1;
}

.how-bor2::before,
.how-bor1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 3px solid var(--brand2);
}

.how-bor1::before {
  bottom: -21px;
  left: -21px;
}

@media (max-width: 767px) {
  .how-bor1::before {
    bottom: -21px;
    right: -21px;
    left: auto;
  }
}

.how-bor2::before {
  bottom: -21px;
  right: -21px;
}



/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder {
  color: transparent;
}

.focus-in0:focus:-moz-placeholder {
  color: transparent;
}

.focus-in0:focus::-moz-placeholder {
  color: transparent;
}

.focus-in0:focus:-ms-input-placeholder {
  color: transparent;
}




/*//////////////////////////////////////////////////////////////////
[ Signup / login ]*/
.user-card {
  width: 350px;
  height: 350px;
  margin: 50px auto;
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.user-card input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #dee3e4;
  padding: 3px 12px;
  margin: 6px 0;
}

.user-card input:focus {
  outline: none;
  border: 1px solid #03b3b5;
  transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.login-box,
.signup-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 25px);
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.login-box {
  padding: 20px 40px;
  right: 0px;
}

.signup-box {
  padding: 40px;
  right: -350px;
}

.login,
.signup {
  text-align: center;
  color: #fff;
  background: var(--brand2);
  line-height: 30px;
  opacity: 0.95;
  cursor: pointer;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.login:hover {
  opacity: 1
}

.user-card .or {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dee3e4;
  position: relative;
  margin: 20px 0;
}

.user-card .or:before {
  content: 'or';
  width: 40px;
  height: 18px;
  position: absolute;
  top: -5px;
  right: calc(50% - 20px);
  background-color: #fff;
  text-align: center;
  line-height: 10px;
  color: #555
}

.login-with-fb,
.login-with-google {
  width: 100%;
  height: 40px;
  display: block;
  margin: 15px 0;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  opacity: .95;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.login-with-fb:hover {
  opacity: 1;
  background: #5F88C4;
  color: #fff;

}

.login-with-google:hover {
  opacity: 1;
  background: #C86F63;
  color: #fff;
}

.login-with-fb {
  background: #527EBF
}

.login-with-google {
  background: #DB4A37;
}

.login-with-fb .icon,
.login-with-google .icon {
  float: left;
  font-size: 21px;
  width: 50px;
  height: 26px;
  margin: 7px;
  padding: 2px;
  text-align: center;
  border-right: 1px solid #fff;
}

@media (max-width: 575px) {
  .user-card {
    width: 266px;
  }
}



/**** footer *****/

.user-card .footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25px;
  text-align: center;
  color: #666;
  font-size: 13px;
  font-family: sans-serif;
}

.user-card .footer a {
  color: #03b3b5;
}


/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {
  color: #fff;
}

.hov-bg0:hover {
  background-color: #fff;
}

.hov-cl1:hover {
  color: #8cb5dd;
}

.hov-cl2:hover {
  color: var(--brand);
}

.hov-bg1:hover {
  background-color: var(--brand2);
}


/*---------------------------------------------*/
.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 img {
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img0:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.hov-img1 {
  display: block;
  overflow: hidden;
}

.hov-img1 img {
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img1:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}



/*---------------------------------------------*/
.hov-btn1:hover {
  border-color: var(--brand);
  background-color: var(--brand);
  color: #fff;
}

.hov-btn1:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
  border-color: #0a3257;
  background-color: black;
  color: white;
}

/*---------------------------------------------*/
.hov-btn3:hover {
  border-color: var(--brand2);
  background-color: var(--brand2);
  color: #fff;
}

.hov-btn3:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-tag1:hover {
  color: var(--brand2);
  border-color: var(--brand2);
}


/*---------------------------------------------*/
.hov-ovelay1 {
  position: relative;
}

.hov-ovelay1::after {

  font: var(--fa-font-solid);
  content: "\f07a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #247fd599;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;

}

.hov-ovelay1:hover:after {
  opacity: 1;
}


/*---------------------------------------------*/
.hov1:hover {
  color: var(--brand2);
  border-color: var(--brand2);
}

/*---------------------------------------------*/
.hov2:hover {
  background-color: #f2f2f2;
}

/*---------------------------------------------*/
.hov3 {
  opacity: 0.6;
}

.hov3:hover {
  opacity: 1;
}




/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
  .m-0-xl {
    margin: 0;
  }

  .m-lr-0-xl {
    margin-left: 0;
    margin-right: 0;
  }

  .m-lr-15-xl {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-l-0-xl {
    margin-left: 0;
  }

  .m-r-0-xl {
    margin-right: 0;
  }

  .m-l-15-xl {
    margin-left: 15px;
  }

  .m-r-15-xl {
    margin-right: 15px;
  }

  .p-0-xl {
    padding: 0;
  }

  .p-lr-0-xl {
    padding-left: 0;
    padding-right: 0;
  }

  .p-lr-15-xl {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-l-0-xl {
    padding-left: 0;
  }

  .p-r-0-xl {
    padding-right: 0;
  }

  .p-l-15-xl {
    padding-left: 15px;
  }

  .p-r-15-xl {
    padding-right: 15px;
  }

  .w-full-xl {
    width: 100%;
  }

  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
  .m-0-lg {
    margin: 0;
  }

  .m-lr-0-lg {
    margin-left: 0;
    margin-right: 0;
  }

  .m-lr-15-lg {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-l-0-lg {
    margin-left: 0;
  }

  .m-r-0-lg {
    margin-right: 0;
  }

  .m-l-15-lg {
    margin-left: 15px;
  }

  .m-r-15-lg {
    margin-right: 15px;
  }

  .p-0-lg {
    padding: 0;
  }

  .p-lr-0-lg {
    padding-left: 0;
    padding-right: 0;
  }

  .p-lr-15-lg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-l-0-lg {
    padding-left: 0;
  }

  .p-r-0-lg {
    padding-right: 0;
  }

  .p-l-15-lg {
    padding-left: 15px;
  }

  .p-r-15-lg {
    padding-right: 15px;
  }

  .w-full-lg {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon4 {
    width: 50%;
  }

  /*---------------------------------------------*/
  .respon5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
  .m-0-md {
    margin: 0;
  }

  .m-lr-0-md {
    margin-left: 0;
    margin-right: 0;
  }

  .m-lr-15-md {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-l-0-md {
    margin-left: 0;
  }

  .m-r-0-md {
    margin-right: 0;
  }

  .m-l-15-md {
    margin-left: 15px;
  }

  .m-r-15-md {
    margin-right: 15px;
  }

  .p-0-md {
    padding: 0;
  }

  .p-lr-0-md {
    padding-left: 0;
    padding-right: 0;
  }

  .p-lr-15-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-l-0-md {
    padding-left: 0;
  }

  .p-r-0-md {
    padding-right: 0;
  }

  .p-l-15-md {
    padding-left: 15px;
  }

  .p-r-15-md {
    padding-right: 15px;
  }

  .w-full-md {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon4 {
    width: 100%;
  }

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
  .m-0-sm {
    margin: 0;
  }

  .m-lr-0-sm {
    margin-left: 0;
    margin-right: 0;
  }

  .m-lr-15-sm {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-l-0-sm {
    margin-left: 0;
  }

  .m-r-0-sm {
    margin-right: 0;
  }

  .m-l-15-sm {
    margin-left: 15px;
  }

  .m-r-15-sm {
    margin-right: 15px;
  }

  .p-0-sm {
    padding: 0;
  }

  .p-lr-0-sm {
    padding-left: 0;
    padding-right: 0;
  }

  .p-lr-15-sm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-l-0-sm {
    padding-left: 0;
  }

  .p-r-0-sm {
    padding-right: 0;
  }

  .p-l-15-sm {
    padding-left: 15px;
  }

  .p-r-15-sm {
    padding-right: 15px;
  }

  .w-full-sm {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon1 {
    font-size: 40px;
  }

  /*---------------------------------------------*/
  .respon2 {
    font-size: 20px;
  }

  /*---------------------------------------------*/
  .respon6 {
    width: 65px;
  }

  .respon6-next {
    width: calc(100% - 65px);
  }

  /*---------------------------------------------*/
  .respon7 {
    padding-left: 60px;
  }


}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {
    margin: 0;
  }

  .m-lr-0-ssm {
    margin-left: 0;
    margin-right: 0;
  }

  .m-lr-15-ssm {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-l-0-ssm {
    margin-left: 0;
  }

  .m-r-0-ssm {
    margin-right: 0;
  }

  .m-l-15-ssm {
    margin-left: 15px;
  }

  .m-r-15-ssm {
    margin-right: 15px;
  }

  .p-0-ssm {
    padding: 0;
  }

  .p-lr-0-ssm {
    padding-left: 0;
    padding-right: 0;
  }

  .p-lr-15-ssm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-l-0-ssm {
    padding-left: 0;
  }

  .p-r-0-ssm {
    padding-right: 0;
  }

  .p-l-15-ssm {
    padding-left: 15px;
  }

  .p-r-15-ssm {
    padding-right: 15px;
  }

  .w-full-ssm {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon3 {
    padding: 20px;
  }

}