@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,200,300,800');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
 
  .header {
    height: 50vh;
    background-image: linear-gradient( rgba(0,0,0,0.8), rgba(0,0,0,0.8) ),
     url(./images/photo4.jpeg);
    background-size: cover;
    background-position: top;
    position: relative;
    margin-top: 20px;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
  
  .page-heading {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #aaa;
    white-space: nowrap;
  }
  
  .page-heading-primary {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #3498db;
}
  
.page-heading-secondary {
    display: block;
    font-size: 54px;
    font-weight: 300;
    /* text-transform: uppercase; */
    letter-spacing: 4.5px;
    color: #CD853F;
    margin-top: 20px;
    text-align: center;
    font-family: 'Dancing Script', cursive;
}
.banner-img{
    height: 540px;
}

* {
    padding: 0;
    margin: 0;
}
body {
   overflow-x: hidden;
}


/* navbar starts here */


.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
  }
  
  .navbar-dark .navbar-nav .nav-link {
    color: black !important;
    font-size: 14px;
    font-weight: 400;
  }
 
   .nav-item :hover{
       color: #CD853F !important;
  
   }
  
  .navbar{
    height: 87px;
    opacity: 0.85;
    background-color: #fff;
  
  }
  
  .image-wrapper {
    display: block;
    margin: auto;
  }
  /****** Navigation Bar *********/
  nav {
    background-color: transparent;
  }
  
  nav.navbar{
    top: 0;
    z-index: 1020;
    width: 100%;
  }
  
  .logo-wrapper {
    display: block;
    margin: auto;
    width: 200px;
    padding: 10px;
  }
  
  .nav-item {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 20px;
  }
  
  .nav-item a {
    padding: 7px 44px;
    text-decoration: none;
    ;
  }
  .nav-link{
     color: black;
  }
  
  .dropdown-menu{
    border-top: 8px solid #CD853F;
  
  }
  img {
      max-width: 100%;
    }
   



/* navbar ends here */
  .inner-container {
    width: 100%;
    height: 530px;
}
  
  
/* second block starts */
.fi-ourstory {
    padding: 15px 0;
}
.fi-thirdBlock{
    display: flex;
    justify-content: center;
}
.title_ourstory_fi {
    font-size: 17px;
    line-height: 54.4px;
    color: #212121;
    position: relative;
    padding: 8px 0;
    margin: 0;
    text-align: center;
    letter-spacing: 3px;
}
/* h3 {
    font-size: 22px;
    line-height: 44px;
} */
.ourstory_content {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    padding: 12px 50px;
}

.ourstory_content p {
    padding: 18px 70px;
    margin: 0px;
    font-size: 12px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    text-align: center;
    letter-spacing: 0.4px;
    text-align: justify;
}
p {
    color: #777777;
    display: block;
    font-family: 'Varela', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 12px 0;
}
.title_ourstory_fi:after {
    width: 70px;
    height: 2px;
    background: #CD853F;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    content: '';
}



/* Third block starts */

.fi-introduct-img img{
    width: 304px;
    height: 350px;
}
    
    
    .zoom, .small {
        overflow: hidden;
        padding: 0;
        width: 100%;
        height: 100%;
        float: left;
        margin-right: 30px;
        /* margin: 10px; */
    }
    .zoom img {
        transition-duration: 4s;
        margin: 0 auto;
        display: block;
    }
    .zoom img:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        z-index: 0;
    }
    .small img{
      transition-duration: 4s;
        margin: 0 auto;
        display: block;
      transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
    .small img:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        z-index: 0;
    }
    
    
    
    
    .fi-background {
        padding-top: 85px !important;
        padding-bottom: 90px !important;
        background-color: #eae3e1;
    }
 
    .vc_col-lg-4, .vc_col-sm-12 {
        position: relative;
        min-height: 1px;
        box-sizing: border-box;
    }
    .fi-introduct {
        text-align: center;
        cursor: pointer;
        padding-bottom: 30px;
    }
    
    .fi-introduct h3 {
        display: block;
        font-size: 17px;
        letter-spacing: 3px;
        line-height: 54.4px;
        /* margin: 0 0 28px; */
        padding: 0 0 6px;
        position: relative;
        text-align: center;
        color: #212121;
    }
    .fi-introduct h3:after {
        background: none repeat scroll 0 0 #CD853F;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -35px;
        position: absolute;
        width: 70px;
    }
    
    .fi-introduct-img {
        position: relative;
        overflow: hidden;
    }
    .fi-introduct p {
        display: block;
        font-size: 12px;
        letter-spacing: 0.4px;
        line-height: 24px;
        margin: 0;
        padding: 30px 10px 50px;
        position: absolute;
        text-align: center;
        color: #666666;
        background: #fff;
    }
    p {
        color: #777777;
        display: block;
        font-family: 'Varela', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
        padding: 12px 0;
    }
    
    .fi-introduct-img {
        position: relative;
        overflow: hidden;
    }
    
    .fi-introduct p {
         
        padding:10px 10px 20px 10px;
        margin-right: 15px;
    }

/* Third block ends */

/* Fourth block starts */


.contenedor {
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}

.subtitulo {
    text-align: center;
    font-weight: 700;
    color: #9f8ad0;
    margin-bottom: 40px;
    font-size: 40px;
}

.gallery {
    background: #fff;
}

.contenedor-stock-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.stock-img-gallery {
    
    width: 449px;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
    cursor: pointer;
    height: 510px;
}

.stock-img-gallery:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

.imagen-light{
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}

.show{
    transform: translate(0);
}

.agregar-imagen {
    object-fit: cover;
    width: 550px;
    height: 100%;
    border-radius: 10px;
    transform: scale(0);
    transition: transform .3s .2s;
}

.showImage{
    transform: scale(1);
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
    color:#fff;
    font-size: 25px;
}
.service-button{
    background-color: #CD853F;
    color: #fff;
}
.service-button:hover{
    background-color: #CD853F;
    color: #fff !important;
}


/* Fourth block ends */
  

/* Fifth block starts */

  
  .w-100{
    width: 100%;
  }
  .form-logo {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}
.img-wrap {
    width: 295px;
    height: 134px;
    display: inline-block;
}
  
  input[type="text"], input[type="date"], input[type="tel"], select {
    width: 100%;
}
  .dest-text-wrapper a{
    text-decoration: none;
  }
  
  .dest-text-wrapper a:hover h3{
    color: #fff;
  }
  
  .dest-text-wrapper p, .dest-text-wrapper span, .dest-text-wrapper a{
      zoom: 1;
      filter: alpha(opacity=75);
      -webkit-opacity: 0.9;
      -moz-opacity: 0.9;
      opacity: 0.9;
      font-size: 14px;
      margin-bottom: 0;
      color: #fff;
      text-align: left;
  }
  
  .dest-text-wrapper .arrow{
    color: #d3c19f;
  }
  
  .right {
    float: right;
    padding-right: 25px;
    color: black;
    font-weight: 800;
    font-size: 20px;
  }
  .right1 {
    float: right;
    font-weight: 800;
    font-size: 20px;
    color: #b1a795;
  }
  .form-dropdown {
   
    width: 100%;
}
.contactus-button:link, .contactus-button:visited{
    background-color: #CD853F;
    border: 1px solid #fff;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right:15px;
  }
  
  .contactus-button:hover, .contactus-button:active {
    background-color: #f5ac64;
  }

  .button-class {
    background-color: #CD853F;
    color: #fff !important;
    padding: 11px 37px;
    text-align: right !important;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: auto;
    display: block;
  }
  .dropdown-item {
   
    background-color: #eae3e1 !important;
   
}





/* Fifth block ends */


/* sixth block starts */

.carousoul-text {
    font-family: 'Rouge Script', cursive !important;
    line-height: 400px;
    font-size: 70px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.4px;
   
}
.carousoul-img{
    height:500px;
}
    
/* sixth block ends */



/* seventh block starts */


.fi-footer {
    background: #33373a;
    padding-top:50px;
}

.footerattr aside {
    color: #fff;
    text-align: center;
}
.footerattr aside {
    margin-bottom: 30px;
}

.fi-footer .module-title {
    display: block;
    font-size: 16px;
    line-height: 51.2px;
    /* margin: 0 0 20px 0; */
    padding: 5px 0;
    position: relative;
    text-align: center;
}
.fi-footer .module-title span {
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}
.fi-widget-contact {
    margin-top: 28px;
}
.fi-widget-contact address {
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
}
.fi-widget-contact a {
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    display: block;
}
.footerattr aside {
    color: #fff;
    text-align: left;
}
.footerattr aside {
    margin-bottom: 30px;
}
.fi_logo_widget {
    text-align: center;
}
.footerattr aside a {
    color: #fff;
}

.fi_logo_widget a {
    display: inline-block;
    /* padding: 40px 0 26px; */
}
.fi_logo_widget p {
    font-size: 12px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
}

.fi_social {
    text-align: center;
    margin-top: 40px;
}

.fi_social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    color: #fff !important;
    text-align: center;
    border: 1px solid #f8b46f;
    border-radius: 50%;
    margin: 8px 0 0 0px;
    transition: all 0.3s linear 0s;
}
.fi_social a i {
    /* margin-left: -14px; */
}
.fi-footer .module-title:after {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}
.fi_social :hover{
    background-color: #f8b46f;
    text-decoration: none;
    
}
.footer-logo{
    width:200px
}


.copyright-block {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: center;
}
.footer-text{
    color: #fff;
}
/* seventh block ends */

.slider-slide{
    margin: 0px 10px;
}

.slick-img{
    height:100%;
    width: 100%;
}
.slide-img-wrap{
    width: 100%;
    height: 350px;
}
.slick-slide{
    margin: 0 10px;
}
.home-banner{
    width:100%;
    height: 100%;
}
#banner-img{
    height:550px;
}
.home-video {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width:534px;
     height:300px;
     margin-top: 20px;

}