/* CSS Document */
.page {
  padding-top: 0 !important;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 585px;
  background-color: #1D1D1D;
}
.home-banner:before {
  content: '';
  position: absolute;
  z-index: 3;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgb(0 0 0 / 35%);
}
.home-banner > .slider-wrapper {
  position: relative;
  z-index: 2;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 585px;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn > span.parallax {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-banner .text-content {
  position: absolute;
  text-align: center;
  z-index: 4;
  left: 15px;
  right: 15px;
  top: 45%;
  max-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0,-50%);
}
.home-banner.ready .text-content {
  top: 55%;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.home-banner .text-content h1 {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 25px;
  text-shadow: 0px 0px 17px rgba(0,0,0,0.7);
}
.home-banner .text-content h1 span {
  font-size: 68px;
  letter-spacing: 6px;
}
.home-banner .text-content h1 strong {
  color: #ff0000;
}
.home-banner .text-content span.subheading {
  background-color: #1d2945;
  padding: 5px 15px;
  color: #fff;
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0 auto;
}

/*=========================================== ABOUT SCETION ======================================================*/
.about-section {
  position: relative;
  z-index: 4;
  padding: 30px 0 12px;
  background-color: #fff;
}
.about-section .container span.carlos {
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  bottom: 0;
  right: 15px;
  width: 42%;
  background-size: cover;
  background-position: center;
  background-image: url("../img/carlos.jpg");
}
.about-section .container span.carlos:after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.about-section .container span.carlos > span.title {
  font-family: 'Playfair Display', serif;
  display: block;
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 10px;
  border-bottom: solid 1px #fff;
}
.about-section .container span.carlos > span.title span {
  display: block;
  font-size: 20px;
  font-weight: 900;
}
.about-section .container {
  position: relative;
  z-index: 3;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-section.ready .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.about-section p span {
  color: #ab2d2a;
}


@media (max-width: 1200px) {
  .home-banner .text-content h1 {
    font-size: 38px;
    letter-spacing: 4px;
    margin: 15px 0;
  }
  .home-banner .text-content h1 span {
    font-size: 36px;
    letter-spacing: 4px;
  }
  .home-banner .text-content span.subheading {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 10px;

  }
}
@media (max-width: 991px) {
  .about-section .container span.carlos {
    position: absolute;
    height: 320px;
    width: 250px;
    top: -180px;
  }
  .about-section .container span.carlos > span.title {
    font-size: 13px;
  }
  .about-section .container span.carlos > span.title span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home-banner .text-content h1 {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 10px 0;
  }
  .home-banner .text-content h1 span {
    font-size: 23px;
    letter-spacing: 1px;
  }
  .home-banner .text-content span.subheading {
    display: block;
    font-size: 13px;
    line-height: 1.4em;
    letter-spacing: 0;
    padding: 3px 6px;
    max-width: 250px;

  }
  .about-section .container span.carlos {
    position: absolute;
    height: 280px;
    width: 220px;
    top: -170px;
  }
}
@media (max-width: 490px) {
  .about-section {
    text-align: center;
  }
  .about-section h2 {
    margin-top: 130px;
  }
  .about-section .container span.carlos {
    left: 50%;
    transform: translate(-50%, 0);
  }
}