/* @media (min-width: 992px) {


} */
@media screen and (min-width: 1920px) {
  .slider,
  .home_slide {
    height: 80vh;
    max-height: 880px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .slider,
  .home_slide {
    height: 75vh;
    max-height: 600px;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1201px) {
  .slider,
  .home_slide {
    height: 80vh;
    max-height: 670px;
    min-height: 600px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1441px) {
  .slider,
  .home_slide {
    height: 80vh;
    max-height: 740px;
  }
}

@media only screen and (max-width: 1920px) and (min-width: 1601px) {
  .slider,
  .home_slide {
    height: 80vh;
    max-height: 810px;
  }
}

.home_slide {
  position: relative;
  transition: none !important;
}

.slide-layes.d-flex.mobile-view {
  display: none !important;
}

.slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 1023px) {
  .slide__img {
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translateY(-50%); */
  }
}

.slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: none !important;
}

.home_slide .slide__img:after {
  content: "";
  width: 100%;
  height: 100%;
  /* background: black; */
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(14, 14, 14, 0.15);
  display: block;
  transition: none;
  animation: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.home_slider .slick-dots li.slick-active button {
  border: 1px solid #000 !important;
  width: 12px;
  height: 12px;
}
.slide__content {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}

.slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide__content--headings {
  color: #fff;
}

.slide__content--headings h2 {
  font-size: 45px;
  margin: 10px 0;
  line-height: 55px;
  text-transform: uppercase;
}

.slide__content.dual-content h2 {
  font-size: 45px;
  line-height: 55px;
}

.slide__content--headings .animated {
  transition: none !important;
}

.slide__content--headings .top-title {
  font-size: 2.5rem;
}

.slide__content--headings .title {
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
}
.home_slide.last-slide .slide__content a.btn {
  margin-top: 5em;
}
.home_slide.last-slide .slide__content {
  top: 60%;
  width: 100%;
  padding: 0px 336px;
}
.home_slide .slide__content.first-content {
  width: 100%;
  padding: 0px 336px;
  top: 60%;
}
.home_slide.second-slide .slide__content {
  top: 76%;
}
.home_slide .slide__content.first-content a.button-custom {
  margin-top: 85px;
}
.home_slide .slide__content.first-content h2 {
  width: 610px;
  margin: auto;
}
.slide__content--headings .button-custom {
  text-decoration: none;
  color: #0e0e0e;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 2em;
  line-height: 15px;
  display: flex;
  width: 315px;
  height: 65px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: none !important;
  transition: none !important;
}

.home_slide .slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.home_slide .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.home_slide .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.home_slide .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: none !important;
}

.home_slide .slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.home_slide .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.home_slide .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.home_slide .simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.home_slide .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.home_slide .stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.home_slide .stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.home_slide .stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.home_slide .stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.home_slide .stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}

.home_slide .slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.home_slide .slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.home_slide .slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.home_slide .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.home_slide .slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.home_slide .slick-nav i:before {
  transform: rotate(-40deg);
}

.home_slide .slick-nav i:after {
  transform: rotate(40deg);
}

.home_slide .slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.home_slide .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.home_slide .slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.home_slide .slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.home_slide .slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.home_slide .slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {
  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {
  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {
  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {
  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

/*video{
  width: 50%;
}*/
.home_slider .slide-layes.d-flex img {
  max-width: 100%;
  /*    height: 100%;*/
  object-fit: cover;
  width: 100%;
}

.home_slider .slick-list.draggable {
  height: 100% !important;
}

.slide__content.dual-content {
  display: flex;
  left: 0%;
  right: 0%;
  margin: auto;
  transform: inherit;
  width: 100%;
  top: 0px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.slide__content.dual-content > div {
  flex: 1;
}

img.rating-img-slider {
  margin: auto;
}

.slide__img.single-slide .slide-layes img {
  width: 100%;
}

.slide__img.single-slide .slide-layes video {
  width: 100%;
}

.home_slider .slick-dots {
  top: 50%;
  transform: rotateZ(90deg);
  left: 92%;
  width: 160px;
  height: 60px;
}

.home_slider .slick-dots li {
  width: 25px;
}

.home_slider .slick-dots li button:before {
  font-size: 0px;
  line-height: 20px;
  opacity: 1;
  color: white;
}

.home_slider .slick-dots li button {
  background: #eeeae3;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transition: none !important;
  /*    border: 1px solid #fff;*/
}

.home_slider .slick-dots li.slick-active button:before {
  /*opacity: 1;
  color: white;
  border: 1px solid #000;
  border-radius: 50px;*/
}

a.button-custom.outline-btn {
  background: transparent;
  color: #fff;
}

.slide-layes.d-flex > div {
  flex: 1;
}

.slide__content.dual-content .right-content-slider .button-custom.outline-btn {
  margin-top: 30px;
}

.slide__img .slide-layes {
  align-items: flex-start;
}

.home_slide .slide__img:after {
  background: none !important;
}

.homeCarousel {
  position: relative;
}

.homeCarousel img,
.homeCarousel video {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 100vh;
  max-height: 850px;
}

.homeCarousel .slide_left,
.homeCarousel .slide_right {
  width: 50%;
}

.homeCarousel .slide_right.slide_single {
  width: 100%;
}

.homeCarousel .slide_1st .slider_content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.homeCarousel .slide_1st .slider_content h1 {
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 850px;
  margin: auto;
}

.homeCarousel .slide_1st .slider_content .sliderBtn {
  width: 315px;
  height: 65px;
  text-decoration: none;
  color: #0e0e0e;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  line-height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  position: absolute;
  bottom: 85px;
  left: 0px;
  right: 0px;
  background: #f2f2f2;
  border-color: #f2f2f2;
  text-align: center;
  border-radius: 2px;
}

.homeCarousel .slide_2nd .slide_right.slide_single {
  width: 100%;
  position: absolute;
  z-index: -9;
}

.homeCarousel .slide_2nd .slide_right.slide_single .showDesktop {
  height: 100%;
}

/* .homeCarousel .slide_2nd .slider_content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 85px;
  margin: auto;
  width: max-content;
  z-index: 9;
} */
.homeCarousel .slide_2nd .slider_content {
  position: static;
  margin: auto;
  width: max-content;
  /* height: calc(100vh - 41px); */
  height: 100vh;
  max-height: 850px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 85px;
}

.homeCarousel .slide_2nd .slider_content .sliderBtn {
  width: 315px;
  height: 65px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  line-height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: none;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 2px;
}

.homeCarousel .slide_3rd .slider_content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 9;
}

.homeCarousel .slide_3rd .slider_content .rating-img-slider {
  height: 15px;
  object-fit: contain;
  margin-bottom: 35px;
  margin-top: 0px;
}

.homeCarousel
  .slide_3rd
  .slider_content
  .slider_content_right
  .rating-img-slider {
  visibility: hidden !important;
}

.homeCarousel .slide_3rd .slider_content h1 {
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.homeCarousel .slide_3rd .slider_content .slider_content_left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.homeCarousel .slide_3rd .slider_content .slider_content_right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.homeCarousel .slide_3rd .slider_content .sliderBtn {
  width: 315px;
  height: 65px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  line-height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  position: static;
  bottom: 95px;
  left: 0px;
  right: 0px;
  background: none;
  border: 1px solid #f2f2f2;
  text-align: center;
  border-radius: 2px;
}

.homeCarousel .slide_3rd .slider_content .slider_content_right .sliderBtn {
  margin-top: 50px;
}

.homeCarousel .slide_4th .slider_content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-direction: column;
}

.homeCarousel .slide_4th .slider_content h1 {
  font-size: 45px;
  margin: 0;
  line-height: 55px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  max-width: 500px;
}

.homeCarousel .slide_4th .slider_content .sliderBtn {
  width: 315px;
  height: 65px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  line-height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: none;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  bottom: 85px;
  border-radius: 2px;
}

.homeCarousel .slide_4th .slide_right.slide_single {
  width: 100%;
  position: absolute;
  z-index: -9;
}

.homeCarousel .slide_4th .slide_right.slide_single .showDesktop {
  height: 100%;
}

/* .homeCarousel .slide_2nd .slider_content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 85px;
  margin: auto;
  width: max-content;
  z-index: 9;
} */
.homeCarousel .slide_4th .slider_content {
  position: static;
  margin: auto;
  width: max-content;
  /* height: calc(100vh - 41px); */
  height: 100vh;
  max-height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}

.homeCarousel .owl-dots {
  position: absolute;
  top: calc(50% - 30px);
  transform: rotateZ(90deg);
  left: inherit;
  width: 160px;
  height: 60px;
  right: -6px;
  margin-top: 0px !important;
}

.owl-theme.homeCarousel .owl-dots .owl-dot span {
  background: #eeeae3;
  opacity: 1;
}

.owl-theme.homeCarousel .owl-dots .owl-dot.active span,
.owl-theme.homeCarousel .owl-dots .owl-dot:hover span {
  outline: 1px solid #0e0e0e;
  background: #eeeae3 !important;
}

@media screen and (max-width: 1023px) {
  .homeCarousel .slide_left {
    width: 100%;
  }

  .homeCarousel .slide_1st .slide_right {
    display: none;
  }

  .homeCarousel .slide_3rd .slide_right,
  .homeCarousel .slide_3rd .slider_content .slider_content_right {
    display: none;
  }

  .homeCarousel .slide_3rd .slider_content .slider_content_left {
    width: 100%;
  }

  .homeCarousel .slide_3rd .slider_content .sliderBtn {
    position: absolute;
    bottom: 85px;
    background: #f2f2f2;
    color: #0e0e0e;
  }

  .homeCarousel .slide_3rd .slider_content h1 {
    margin-bottom: 25px;
  }

  .homeCarousel .slide_3rd .slider_content h1 {
    margin-bottom: 25px;
  }

  .homeCarousel .slide_4th .slider_content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .homeCarousel .slide_3rd .slider_content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .homeCarousel img,
  .homeCarousel video {
    height: calc(100vh - 56px);
  }

  .homeCarousel .owl-dots {
    position: absolute;
    top: inherit;
    transform: rotateZ(0deg);
    left: inherit;
    width: auto;
    height: auto;
    right: -6px;
    margin-top: 0px !important;
    bottom: 25px;
    margin: auto;
    left: 0;
    right: 0;
  }

  .homeCarousel .slide_1st .slider_content .sliderBtn {
    position: static;
  }

  .homeCarousel .slide_1st .slider_content {
    flex-direction: column;
    padding-bottom: 80px;
    justify-content: flex-end;
  }

  .homeCarousel .slide_1st .slider_content h1 {
    font-size: 30px;
    line-height: 40px;
    max-width: 350px;
    margin: 0px auto 35px;
  }

  .homeCarousel .slide_1st .slider_content .sliderBtn {
    margin: 0 auto;
  }
  .homeCarousel .slide_4th .slider_content {
    width: auto;
  }
}
