/******************************************************************************
						Home Page Slider
*******************************************************************************/

#homepage-slider {
  /* padding-left: 0; */
  padding-right: 0;
  margin-bottom: 14px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;


  /*****************************************************************************
  						BXSlider Styles
  ********************************************************************************/
  font-family: var(--theme-secondary-font);
}


#homepage-slider img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  #homepage-slider {
    width: 100%;
    max-width: 100%;
    /* padding-top: 20px; */
  }
}

#homepage-slider #homeslider {
  margin: 0 auto;
  padding: 0;
}

#homepage-slider .homeslider-image {
  position: absolute;
  left: 0;
  top: 0;
}

.homeslider-descr-wrapper {
  position: absolute;
  top: 50%;
  left: 32%;
  width: 100%;
  transform: translate(-50%, -50%);
  max-width: 686px;
  padding: 34px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .homeslider-descr-wrapper{
    max-width: 400px;
    padding: 20px;
  }
  .homeslider-descr-wrapper .caption__headline {
    font-size: 32px!important;
    line-height: 32px!important;
  }
  .homeslider-descr-wrapper .caption_description  {
    font-size: 14px!important;
  }
  .caption_sale {
    right: -20px!important;
    top: -20px!important;
    width:70px!important;
    height: 70px!important;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 70px!important;
  }
  .homeslider-descr-wrapper .show-detail {
    max-width: 140px!important;
    padding: 12px 10px!important;
    font-weight: 100!important;
    margin-top: 10px!important;
    text-align: center!important;
    font-size: 12px!important;
  }
}
@media (max-width: 744px) {
  .homeslider-descr-wrapper{
    display: none!important;
  }
}

.caption_sale {
  position: absolute;
  right: -40px;
  top: -40px;
  background-color: #ce1717;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 120px;
}
.homeslider-descr-wrapper .caption__headline {
  font-size: 70px;
  color: var(--theme-font-color);
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 20px;
}
.homeslider-descr-wrapper .caption_description {
  font-size: 24px;
  color: var(--theme-font-color);
}

.homeslider-descr-wrapper .show-detail {
  display: block;
  background-color: #ce1717;
  color: #fff;
  text-decoration: none;
  max-width: 162px;
  box-sizing: border-box;
  padding: 20px 14px;
  font-weight: 100;
  margin-top: 20px;
  text-align: center;
}
.homeslider-descr-wrapper .show-detail:hover {
  filter: brightness(1.2);
}

.homeslider-descr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin-left: 230px;
  text-align: center;
}

.homeslider-descr-main {
  margin: 0;
  font-size: 76px;
  font-weight: 400;
  line-height: 105px;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #00275b;
}

.homeslider-descr-secondary {
  margin: 0 0 35px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  text-transform: lowercase;
}

@media (max-width: 1440px) {
  .homeslider-descr {
    margin-left: 90px;
  }
}

@media (max-width: 1199px) {
  .homeslider-descr {
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .homeslider-descr {
    max-width: 360px;
    margin-left: 0;
  }

  .homeslider-descr-main {
    font-size: 60px;
    line-height: 80px;
  }

  .homeslider-descr-secondary {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .homeslider-descr-main {
    font-size: 50px;
    line-height: 65px;
  }
}

@media (max-width: 575px) {
  .homeslider-descr {
    max-width: 280px;
  }

  .homeslider-descr-main {
    font-size: 40px;
    line-height: 50px;
  }

  .homeslider-descr-secondary {
    margin-bottom: 10px;

    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .homeslider-descr {
    max-width: 220px;
  }

  .homeslider-descr-main {
    font-size: 34px;
    line-height: 38px;
  }
}

@media (max-width: 400px) {
  .homeslider-descr {
    max-width: 200px;
  }

  .homeslider-descr-main {
    font-size: 30px;
    line-height: 34px;
  }
}


#homeslider .homeslider-descr-btn {
  position: relative;
  padding: 12px 50px 18px 70px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: lowercase;
  color: #fff;
  background: #000;

  transition: 0.2s ease-in-out background;
}

#homeslider .homeslider-descr-btn:hover,
#homeslider .homeslider-descr-btn:focus,
#homeslider .homeslider-descr-btn:active {
  background-color: #00275b;
}

#homeslider .homeslider-descr-btn::before {
  content: "\f055";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-family: "FontAwesome";
  font-size: 28px;
  vertical-align: middle;
  color: #ffea00;
}

@media (max-width: 575px) {
  #homeslider .homeslider-descr-btn {
    padding: 10px 40px 15px 65px;

    font-size: 18px;
    line-height: 18px;
  }

  #homeslider .homeslider-descr-btn::before {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #homeslider .homeslider-descr-btn {
    padding: 5px 20px 10px 40px;

    font-size: 16px;
    line-height: 16px;
  }

  #homeslider .homeslider-descr-btn::before {
    left: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

/* #homeslider .homeslider-descr-btn:hover::before,
#homeslider .homeslider-descr-btn:focus::before,
#homeslider .homeslider-descr-btn:active::before {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.4s linear;
} */

/*
@keyframes rotate {
  from {
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    transform: translateY(-50%) rotate(90deg);
  }
} */

@media (max-width: 1200px) {
  #homepage-slider .homeslider-description {
    padding: 1rem;
    font-size: 0.8em;
  }
}

@media (max-width: 768px) {
  #homepage-slider .homeslider-description {
    padding: 1rem;
    font-size: 0.7em;
  }

  #homepage-slider .homeslider-description p {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  #homepage-slider .homeslider-description {
    padding: 1rem;
    font-size: 0.5em;
  }

  #homepage-slider .homeslider-description p {
    font-size: 1.7em;
  }
}

#homepage-slider .bx-wrapper {
  margin: 0 auto !important;
  max-width: 100%!important;
}

#homepage-slider .bx-wrapper img {
  width:100%;
  height: auto;
}

#homepage-slider .bx-wrapper .bx-viewport {
  direction: ltr !important;
}

#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
}

@media (max-width: 575px) {
  #homepage-slider .bx-controls {
    display: none;
  }
}

#homepage-slider .bx-wrapper .bx-controls-direction {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 52;
  transform: translateY(-50%);

  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#homepage-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0;

  opacity: 0.9;
  transition: 0.2s ease-in-out opacity;
}

/* #homepage-slider .bx-wrapper .bx-controls-direction a.disabled {
  display: block;
} */

#homepage-slider .bx-wrapper .bx-controls-direction a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 75px;
  color: #ffffff;
}

#homepage-slider .bx-wrapper .bx-controls-direction a:hover,
#homepage-slider .bx-wrapper .bx-controls-direction a:focus,
#homepage-slider .bx-wrapper .bx-controls-direction a:active {
  opacity: 1;
}


#homepage-slider .bx-wrapper .bx-prev::before {
  content: "\f104";
}

#homepage-slider .bx-wrapper .bx-next::before {
  content: "\f105";
}

/* Custom nav dots */

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 25px;
  z-index: 52;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.bx-pager-item {
  margin-right: 4px;
}

.bx-pager-item:last-child {
  margin-right: 0;
}

.bx-pager-link {
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;

  background: #ffffff !important;
  border-radius: 50% !important;
}

.bx-pager-link.active {
  background: var(--theme-main-color)!important;
}

.homeslider-description {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
}
.homeslider-description .nivo-caption__description {
  display: none;
}
#homepage-slider .bx-controls {
  display: none;
}
.homeslider-description .nivo-caption__btn {
  margin-top: .5rem;
}
.homeslider-description h1 {
  text-align: center;
}



/* -1- */









/* -2- */









/* -3- */

















/* --- */









