﻿/* carousel */

#GrandCarousel {
  width: calc(100vw - 10px);
}

#GrandCarousel .carousel-item.img-desc,
#GrandCarousel .carousel-item.img-desc .carousel-caption {
  height: auto;
}

#GrandCarousel .carousel-item .carousel-caption {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

#GrandCarousel .carousel-item.with-bg .carousel-caption {
  position: absolute;
}
#GrandCarousel .carousel-caption p {
  margin-bottom: 0;
}
#GrandCarousel .carousel-item .slideRow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#GrandCarousel .carousel-item:not(.img-desc) img {
  width: 100%;
  height: auto;
  margin: auto;
}

#GrandCarousel .carousel-item.img-desc img {
  width: 100%;
  height: auto;
  margin: auto;
}

#GrandCarousel .carousel-item .slide-title h2 {
  font-size: 38px;
  font-weight: 500;
  color: #1d1f20;
}
#GrandCarousel .carousel-item .slide-title.grandslide h2 {
  font-size: 44px;
  font-weight: 400;
}

#GrandCarousel .carousel-item .slide-content {
  font-size: 20px;
  font-weight: 300;
  color: #dfdfdf;
  text-align: left;
}
#GrandCarousel .carousel-item .slide-content.grandslide {
  max-width: 90%;
  margin: 0 auto 0 auto;
  font-size: 32px;
  text-align: center;
  color: #dfdfdf;
}

#GrandCarousel .carousel-item .slide-price .actual {
  font-size: 32px;
  font-weight: 500;
  color: #1d1f20;
  margin-right: 15px;
  margin-bottom: 0;
}

#GrandCarousel .carousel-item .slide-price .old-price {
  font-size: 24px;
  font-weight: 300;
  color: #888;
  text-decoration: line-through;
  margin-bottom: 0;
}

#GrandCarousel .btn {
  font-size: 18px;
  font-weight: 500;
  border-width: 2px;
  padding: 10px 20px;
}

#GrandCarousel .carousel-control-prev,
#GrandCarousel .carousel-control-next {
  top: calc(50% - 25px);
  width: 5%;
  height: 50px;
  color: #1d1f20;
  font-size: 30px;
  opacity: 0;
  transition: all 0.3s ease;
}

#GrandCarousel:hover .carousel-control-prev,
#GrandCarousel:hover .carousel-control-next {
  opacity: 1;
}

#GrandCarousel .carousel-control-prev {
  left: 0;
}

#GrandCarousel .carousel-control-next {
  right: 0;
}

@media screen and (max-width: 1200px) {
  #GrandCarousel .carousel-item .slide-content.grandslide {
    font-size: 18px;
  }
  #GrandCarousel .carousel-item .slide-title.grandslide h2 {
    font-size: 36px;
  }
  #GrandCarousel .carousel-item .slide-title h2,
  #GrandCarousel .carousel-item .slide-price .actual {
    font-size: 26px;
  }

  #GrandCarousel .carousel-item .slide-content {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  #GrandCarousel {
    width: 100vw;
  }
}

@media (max-width: 991px) {
  #GrandCarousel .carousel-item .slideRow {
    margin: 0;
  }
  #GrandCarousel .btn {
    padding: 5px 20px;
    font-size: 16px;
  }
  #GrandCarousel .carousel-item.img-desc,
  #GrandCarousel .carousel-item.img-desc .carousel-caption {
    height: auto;
  }
  #GrandCarousel .carousel-item.grandslide .slide-content p {
    font-size: 16px !important;
  }
  #GrandCarousel .carousel-item .slide-content:not(.grandslide) {
    display: none;
  }

  #GrandCarousel .carousel-item .slide-title h2 {
    font-size: 18px;
  }

  #GrandCarousel .carousel-item .slide-price p {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  #GrandCarousel {
    display: none;
  }
}

/*our-css*/
.slide-title {
  text-align: left;
  width: 100%;
}
.slide-title h2 {
  font-size: 38px;
}
.slide-content {
  max-width: 100% !important;
  margin: 0 !important;
  width: 100%;
}
.slide-content p {
  text-align: left !important;
}
.slide-button {
  width: 100%;
  text-align: left;
}

.slide-title,
.slide-content,
.slide-button,
slide-price {
  display: none !important;
}
.carousel-control-prev span.mdi.mdi-chevron-left,
.carousel-control-next span.mdi.mdi-chevron-right {
  font-size: 40px !important;
}
.custom-btn,.custom-btn:hover{
    background: #3d6ad6;
    color: #fff;
    line-height: 5px !important;
    padding: 10px !important;
    border-radius: 3px;
}
