
.custom_swiper_sec .swiper,
.custom_swiper_sec .sw-overlay{
    position: absolute;
    width: 100%;
    height: 100% !important;
}

.custom_swiper_sec .swiper-slide{
    position: relative;
    background: var(--bg-dark-1);
}

.custom_swiper_sec .sw-caption{
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.custom_swiper_sec .sw-overlay{
    background: rgba(var(--bg-dark-1-rgb), .25);
}

.custom_swiper_sec .swiper-scrollbar,
.custom_swiper_sec .swiper-scrollbar-horizontal,
.custom_swiper_sec .swiper-scrollbar-drag{
    display: none;
}

.custom_swiper_sec .swiper-inner{
  display: block;
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
}

.custom_swiper_sec .slider-text{
  color:rgba(255, 255, 255, .75);
}

.custom_swiper_sec .swiper-slide-active .subtitle {
  animation-delay: 0s;
  animation: fadeInUp 1.5s;
}


.custom_swiper_sec .swiper-slide-active .slider-title {
  animation-delay: 1s;
  animation: fadeInUp 1.5s;
}

.custom_swiper_sec .swiper-slide-active .slider-text {
  animation-delay: 1.2s;
  animation: fadeInUp 1.5s;
}

.custom_swiper_sec .swiper-slide-active .btn-main {
  animation-delay: 1.4s;
  animation: fadeInUp 1.5s;
}

.custom_swiper_sec .swiper-slide .sw-image {
  animation-delay: 0s;
  animation: flipOutY .75s;
}


.custom_swiper_sec .swiper-slide-active .sw-image {
  animation-delay: 8s;
  animation: flipInY 2s;
}


.custom_swiper_sec .swiper-pagination{
  width: 100px;
  font-size: 20px;
  text-align: right;
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 40px;
  font-weight: 400;
}

.custom_swiper_sec .swiper-pagination-current{
  color:#ffffff;
  font-size: 40px;
}

.custom_swiper_sec .swiper-button-next{
  right: 20px;
}

.custom_swiper_sec .swiper-button-prev{
  left: 20px;
}

.custom_swiper_sec .sw-price{
  color:#ffffff;
}
.custom_swiper_sec .sw-price .d-starting{
  font-size: 14px;
}
.custom_swiper_sec .sw-price .d-starting,
.custom_swiper_sec .sw-price .d-title{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.custom_swiper_sec .sw-price .d-price{
  font-size: 56px;
  font-family: var(--title-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.custom_swiper_sec .sw-price .d-val{
  background: -webkit-linear-gradient(0deg,#888888 0%, #ffffff 75%);
  background: -moz-linear-gradient(0deg,#888888 0%, #ffffff 75%);
  background: linear-gradient(0deg,#888888 0%, #ffffff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom_swiper_sec .sw-price .d-cur, .sw-price .d-period{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.custom_swiper_sec .sw-price .d-cur{
  font-weight: bold;
}

.custom_swiper_sec .de-flag-small img{
  width: 32px;
  height: 32px;
  padding: 4px;
}


/* swiper end */


/* swiper #2 begin */

.custom_swiper_sec .swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .custom_swiper_sec .swiper-container {
    min-height: 320px;
  }
}
.custom_swiper_sec .swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .custom_swiper_sec .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

#swiper-s2.custom_swiper_sec .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-dark-1);
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.custom_swiper_sec .swiper-slide .description,
.custom_swiper_sec .swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.custom_swiper_sec .swiper-slide-active .description,
.custom_swiper_sec .swiper-slide-active .title {
  opacity: 1;
}
.custom_swiper_sec .swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.custom_swiper_sec .swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.custom_swiper_sec .gallery-top {
  position: relative;
  width: 100%;
  height: 75vh;
}
@media (min-width: 480px) {
  .custom_swiper_sec .gallery-top {
    width: 80%;
    height: 100vh;
    margin-right: 10px;
  }
}

.custom_swiper_sec .gallery-thumbs {
  width: 100%;
  height: 25vh;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .custom_swiper_sec .gallery-thumbs {
    width: 20%;
    height: 100vh;
    padding: 0;
  }
}
.custom_swiper_sec .gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .custom_swiper_sec .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.custom_swiper_sec .gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
@media (min-width: 480px) {
  .custom_swiper_sec .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.custom_swiper_sec .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.custom_swiper_sec .sw-caption-thumb h3{
  font-size: 22px
}

.custom_swiper_sec .sw-caption-thumb .d-tag{
  color:#ffffff;
  font-size: 12px;
  font-weight: bold;
  background: var(--primary-color);
  padding: 2px 10px;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}

/* swiper #2 end */

.custom_swiper_sec .swiper-slide-active .slider-title {
  animation-delay: 1s;
  animation: fadeInUp 1.5s;
}