/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */


.home .header {
  position: fixed;
}
.home-hero {
	position: relative;
	/* background-image: url(../images/mobile/hero_02_mobile.webp); */
	background-size: cover;
	background-repeat: no-repeat;
}

.home-hero:after {
  position: absolute;
  content: "";
  background: rgb(1,43,53);
  background: linear-gradient(0deg, rgba(1,43,53,1) 1%, rgba(237,237,236,0) 100%);
  bottom: 0%;
  left: 0;
  height: 120px;
  width: 100%;
  display: none;
}

.home-slider {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
}

.home-hero,
.home-slider,
.home-slider-single {
	/* height: 667px; */
  height: 100vh;
}

.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	/* background-image: url(../images/hero_01.webp); */
  opacity: 0;
}

.home-slider-single.slide-3 {
  background-position-y: -30%;
}

.home-slider .slick-dots li button:before {
	color: #fff;
}

.home-hero .slick-dots {
	z-index: 1;
}

.slick-cloned {
  opacity: 0.3;
}

/* GENERAL > Slick Customizations */
.home .slick-dots {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 2%;
	margin: 0;
}

.home .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	padding: 0;
}

.home .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	background: transparent;
	color: transparent;
	border: 0;
	outline: none;
	padding: 0;
}

.home .slick-dots li button:before {
	content: '';
	background: #B22C25;
	display: block;
	height: 15px;
	width: 15px;
	line-height: 15px;
	border-radius: 50%;
	opacity: 1 !important;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.home .slick-dots li:focus button:before,
.home .slick-dots li:hover button:before {
	background: #fff;
}

.home .slick-dots li.slick-active button:before {
	background: rgb(1,43,53);
}

.slide-inner {
  height: 100%;
  padding: 0 15px;
  margin-top: 140px;
}

.slide-inner h2 {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  color: #5B737A;
}

.slide-inner h2 span.big {
  font-size: 50px;
  font-family: Cormorant;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  color: #012B35;
}

.slick-slide {
	outline: none;
}

.slick-slider {
	visibility: hidden;
}

.slick-slider.slick-initialized {
	visibility: visible;
}

.break-me {
  display: block;
}

@media screen and (min-width: 768px) {
  .break-me {
    display: inline;
  }
}

@media screen and (min-width: 451px) {
  .home-slider-single.slide-2 {
    background-position-x: 20%;
  }
}

@media screen and (min-width: 501px) {
  .slide-inner h2 span.big {
    font-size: 65px;
  }
}


@media screen and (min-width: 640px) {
	.home-hero {
		height: 600px;
	}

  .slide-inner h2 {
    font-size: 32px;
  }
  
  .slide-inner h2 span.big {
    font-size: 75px;
    letter-spacing: 15px;
  }
}

@media screen and (min-width: 768px) {
  .home-hero,
	.home-slider,
	.home-slider-single {
		height: 100vh
	}
  
  .slide-inner h2 span.big {
    font-size: 80px;
  }

  .slide-inner {
    margin-top: 200px;
  }

  .off-canvas-content {
    min-height: auto
  }


  .home-hero:after {
    display: block;
  }

  .home .slick-dots {
    bottom: 200px;
  }
}

@media screen and (min-width: 1025px) {
	.home-slider {
		display: block;
	}
  
	.home-hero {
		background: none;
	}

	.home-hero,
	.home-slider,
	.home-slider-single {
		height: 100vh;
  }

  .slide-inner {
    padding: 0 50px;
    margin-top: 175px;
  }

  .slide-inner h2 {
    font-size: 32px;
  }
  
  .slide-inner h2 span.big {
    font-size: 95px;
    letter-spacing: 15px;
  }

  /* Slide 1 */

  /* Slide 2 */

  .slide-2 .slide-inner {
    text-align: center;
  }

  .slide-2 .slide-inner h2 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }

  .slide-2 .slide-inner h2 span:first-child {
    align-self: flex-start;
  }

  .slide-2 .slide-inner h2 span:last-child {
    align-self: flex-end;
    margin-right: 22px;
  }

  /* Slide 3 */
  .slide-3 .slide-inner {
    text-align: center;
  }

  .slide-3 .slide-inner h2 {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }

  .slide-3 .slide-inner h2 span:first-child {
    align-self: flex-start;
  }

  .slide-3 .slide-inner h2 span:last-child {
    align-self: flex-end;
  }
}

@media screen and (min-width: 1201px) {
  .slide-inner h2 {
    font-size: 40px
  }
  
  .slide-inner h2 span.big {
    font-size: 110px;
    letter-spacing: 20px;
  }

  /* Slide 3 */

  .slide-3 .slide-inner h2 {
    max-width: none;

  }
}

@media screen and (min-width: 1281px) {
  .home-hero,
	.home-slider,
	.home-slider-single {
		height: 1080px;

    height: 100vh;
	}

  /* .slide-inner {
    margin-top: 250px;
  } */

	.home-slider-single {
    background-position-y: 27%; 
  }

  .home-slider-single.slide-2 {
    background-position-y: 43%; 
  }

  .home-slider-single.slide-3 {
    background-position-y: 24%; 
  }

  .home-slider-single.slide-4 {
    background-position-y: 50%; 
  }

}

@media screen and (min-width: 1501px) {
  .slide-inner h2 span.big {
    font-size: 130px;
    letter-spacing: 30px;
  }
}


@media screen and (min-width: 1811px) {
  .slide-inner h2 span.big {
    font-size: 160px;
    letter-spacing: 35px;
  }
}

@media screen and (min-height: 1081px) {
  .home-hero,
	.home-slider,
	.home-slider-single {
		height: 100vh
	}
}

@media screen and (min-width: 1025px) and (max-height: 760px) {
  .home-hero,
	.home-slider,
	.home-slider-single {
		height: 768px;
	}

  .home .slick-dots {
    bottom: 29%;
  }
}

@media screen and (min-width: 1281px) and (max-height: 760px) {
  .home-hero,
	.home-slider,
	.home-slider-single {
		height: 1080px
	}

  .search-cont {
    bottom: 350%;
  }

  .home .slick-dots {
    bottom: 39.5%;
  }
}


/* Animations */

.opacity0 {
  opacity: 0;
}

.slowly {
  animation-duration: 2s;
}

.slowest {
  animation-duration: 3.5s;
}

/* FOOTER */


.home .footer {
  position: absolute !important;
  padding-top: 100px;
  background: rgb(1,43,53);
  background: linear-gradient(0deg, rgba(1,43,53,1) 120px, rgba(1,43,53,0) 100%);
}

@media screen and (min-width: 768px) {
  .home .footer {
    background: none;
  }
}

/* Accessibility */

.mon-logo-container {
  display: none !important;
}

.mon-logo-image-content {
  position: relative;
  width: 100%;
}

.mm-wrapper_opened .mon-logo-container {
  display: flex !important;
  min-height: 87px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99998 !important;
  bottom: 60px !important;
} 

body.monsido-toolbar-body-container>.mon-logo-container .mon-logo-image-content .mon-logo-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

body.monsido-toolbar-body-container:hover>.mon-logo-container .mon-logo-image-content .mon-logo-image,
body.monsido-toolbar-body-container:focus>.mon-logo-container .mon-logo-image-content .mon-logo-image {
  position: relative;
  top: auto;
}

@media screen and (min-width: 1025px) {
  .header-menu-open .mon-logo-container {
    display: flex !important;
  } 

  .mm-wrapper_opened .mon-logo-container {
    left: auto;
    transform: none;
    z-index: 99998 !important;
    bottom: auto !important;
  } 
  
}