

@font-face {
    font-family: 'matterlight';
    src: url('../fonts/matter-light-webfont.woff2') format('woff2'),
         url('../fonts/matter-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





.about-us{background: #fef7ec}
.about-us .tt-heading-title{color:#7c6f63}
.about-us h2{font-size:40px; color:#7c6f63; text-transform: uppercase;}
.about-us h3{font-size:30px; color:#7c6f63; text-transform: uppercase;}
.about-us p{color:#20211f; font-size: 18px;}
.about-us ul li{color:#20211f; font-size: 18px;}

.alignitem{align-items: center;}


.Journey{background-image: url("../../images/white-bg.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;}

.Journey h2{font-size:40px; color:#000000; text-transform: uppercase;}
.Journey p{color:#000000; font-size: 16px;}
.footer{background: #000000; padding: 30px 0px !important}

.footer h2{color: #c79251;text-transform: uppercase;font-size: 20px;}
.footer ul {
    color: #ffffff;
    list-style-type: none;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.8;
    text-transform: uppercase;
}
.footer p{color:#ffffff; font-size: 16px;}


.page-banner{
    position: relative;
    width: 100%;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);

}

.banner-content h1{color: #ffffff;text-transform: uppercase;font-size:36px; margin-left: 60px;}

.contact-us{background-image: url("../../images/contact-bg.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;}
 .contact-us h2{color: #7c6f63;text-transform: uppercase;font-size:40px}

 .contact-us h3{color: #7c6f63;text-transform: uppercase;font-size:30px; margin-top:30px }
.white-bg{background: white;padding: 20px;}

.white-bg .form-control {
    border: none;
    border-bottom: 1px solid #939598;
    font-size: 14px;
    border-radius: 0px;
    padding-left: 0px;
    background: none;
    color: #000;
    outline: none;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 20px;
}

.form-btn {
    background: #242a3a;
    color: #fff;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    width: 150px !important;
    border-radius: 0px;
    margin-bottom: 0px;
    border-radius: 0px !important;
    font-size: 14px !important;
    padding: 6px 5px !important;
}
body{background-image: url("../../images/white-bg.webp");
 }

.tabsection{background: #181c14; padding: 0px;margin-top: -10px;}




.specifications{background-image: url("../../images/specifications-bg.webp");
background-repeat: no-repeat;
background-position: top left;
background-size: cover;}


.specifications .tt-col-lg-3:nth-child(1) {
  margin-top: 100px;
}
.specifications .tt-col-lg-3:nth-child(2) {
  margin-top: 0;
}
.specifications .tt-col-lg-3:nth-child(3) {
  margin-top: 50px;
}
.specifications .tt-col-lg-3:nth-child(5) {
  margin-top: 50px;
}
.recent-gallery {
    width: 100%;

    padding: 50px 0;
}

.recent-gallery h4 {
    display: block;
    font-size: 30px;

    margin-bottom: 15px;
}
.recent-gallery h4 span {
    color: #9f8054;
}

.recent-gallery h3 {
    font-weight: 600;

    margin-bottom: 30px;
    color: #000;
}

.amenities .aligned {
    display: flex
;
    align-items: center;
    margin-bottom: 28px;
}

.amenities .aligned span {
    padding-left: 10px;
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 1px;
}

.recent-gallery .tt-col-lg-4:nth-child(1) {
  margin-top: 100px;
}
.recent-gallery .tt-col-lg-4:nth-child(2) {
  margin-top: 0;
}
.recent-gallery .tt-col-lg-4:nth-child(3) {
  margin-top: 80px;
}



.specifications h2{font-size:40px; color:#c5975d; text-transform: uppercase; text-align: center;}
.specifications h3{font-size:25px; color:#000;  text-align: center;}
.specifications img{margin: 0 auto; text-align: center;}

.overview h2{font-size:40px; color:#c5975d; text-transform: uppercase;}
.overview h4{font-size:25px; color:#000000; text-transform: uppercase; font-weight: 500; text-align: center;margin-top: 0px;
    margin-bottom: 20px;}
.overview p{color:#20211f; font-size: 18px; font-weight: 600;}

.overview ul li{color:#20211f; font-size: 18px;}

/* Estilos del panel de control */
.tabsection ul {
  border-bottom: 0px solid black;
}
.tabsection ul li {
  display: inline-block;
  background-color: #181c14;
  color: #ffffff;
  padding: 5px 20px;
  cursor: pointer;
}

.tabsection .active-tab {
border-bottom: 1px solid #ffffff;
  position: relative;
  bottom: -1px;

}
.panel {

  display: none;
  padding: 20px;
  border-top: 0;

}
.active-panel {
  display: block;
}

.tt-gallery-item-inner{margin-bottom: 20px;}



@media only screen and (max-width: 767px) {

  .page-banner {
    position: relative;
    width: 100%;
    margin-top: 80px;
}

.banner-content h1 {

    font-size: 25px;
    margin-left: 20px;
}

.contact-us h2, .about-us h2, .Journey h2, .overview h2 {

    font-size: 30px;

}

}
