@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yesteryear&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, HTML{
    background: #172322;
    color: white;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
}
* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     
} 
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 35vh; /* Asegura que ocupe toda la altura de la pantalla */
}

nav {
  height: 7vh;
}

/* Estilo específico para pantallas pequeñas (celulares) */
@media screen and (max-width: 768px) {
  nav {
      height: 11vh; /* Ajusta la altura para celulares */
  }
}
.nav-menu{
  background: white;  /*BARRA DE MENU EN GRANDE*/
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 10px;

}
.nav-menu-list
{
  padding-top: 20px;
}
.nav-links{
    display: flex;
    list-style-type: none;
    width: 50%;
    /* font-size: 50px; */
    font-family: 'Poppins', sans-serif;
    /* height: 100%; */
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
   
}
hr{
  height:2px;
  width: 100px;
  align-self:center;
  background-color:WHITE;
}
.nav-links li a{
    text-decoration: none;
    font-size: 25px;
    color: #172322; /*LETRAS DEL MENU*/
}
.nav-links li a:hover
{
    color: #172322;
    position: relative;
    top: 3px;
}
.logo{
    float: left;
}
header
{
    background: url(../images/header.png);
    background-size: cover;
    width: 100%;
    height: 100vh;
}
 .brand{
       text-decoration: none;
    font-size: 16px;
    color: WHITE;
    list-style-type: none;
 }
 .brand:hover
 {
     color: WHITE;
     text-decoration: none;
 }
 .intro{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 4px 30px rgba(199, 199, 199, 0.5);
  color: #00396f;
  background-color: transparent;
    font-family: 'Poppins', sans-serif;
 }
 .intro-1{
     font-size: 51px;
 }
 .lead{
  
     text-align: center;
 }
 .rules
 {
   align-self: center;
 }
 #book{
     text-align: center;
     background-color: #00396f;
     border: none;
     /* position: relative;
     left: 35%; */
 }
 #book a{
     color: white;
     text-decoration: none;

 }
  #rule-book
  {
    display: flex;
    justify-content: center;
  }
 
#rule-book a:hover{
  background-color: #00396f;
  color: #00396f;
}
@media screen and (max-width: 800px){
    .intro-1{
          font-size: 30px;
          text-align: center;
          word-wrap: keep-all;
      }
    .nav-links{
        position: fixed;
        background: WHITE;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        z-index: 2;
        clip-path: circle(50px at 90% -10% );
        -webkit-clip-path: circle(50px at 90% -10% );
        pointer-events: none;
        transition: all 0.5s ease-in-out;
        font-family: 'Poppins', sans-serif;
    }
    .nav-links.open {
        clip-path: circle(2000px at 90% -10%);
        -webkit-clip-path: circle(2000px at 90% -10%);
        pointer-events: all;
    }
   
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.8s;
    }  
  .nav-links li:nth-child(5){
    transition: all 0.5s ease 0.10s;
    }
    
    .nav-links li a{
        font-size: 25px;
        
    }
    .line{
        width: 20px;
        height: 3px;
        background: black;
        margin: 5px;
        transition: 0.4s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-5px, 6px);
        transform: rotate(-45deg) translate(-5px, 6px);
      }
      
      .change .bar2 {opacity: 0;}
      
      .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-5px, -8px);
        transform: rotate(45deg) translate(-5px, -8px);
    }

    nav{
        position: relative;
    }
    .nav-links li a:hover
    {
        color: white;
        
    }
    .hamburger{
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 10;
    }
  .carousel-inner img{
     max-width: 100%;
     height: auto;
     
  }
   .card-body h6{
       font-size: 20px;
   
   }
}

/* rooms */
.carousel-inner img {
    width: 100%;
    height: 100%;
  
  }
  .rooms-hr{
    height:1px;
    width: 130px;
    align-self:center;
    background-color: white; /*linea blanca*/

  }
  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
    color: #2F303A;
   
    text-align: start;
  }
  
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
  }
  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

  }
  .card .container p,.card .container h2
  {
    font-weight: 200;
  }
  #location
  {
    text-align: center;
    font-weight: 200;
  }
  .container {
    padding: 0 16px;
    
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: black;
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #EF5F25;
    text-align: center;
    cursor: pointer;
    width: 25%;
  }
  h1{
    font-weight: 300;
  }
  .button:hover {
    background-color: #FFFFFF;
    color: #EF5F25;
  }
 /* .dont-know .circle-play{
   position: fixed;
  position: absolute;
  top: 285%;
  left: 50%;
  transform: translate(-50%, -50%);
 }
 .dont-know .play{
   position: fixed;
  position: absolute;
  top: 287%;
  left: 50%;
  transform: translate(-50%, -50%);
 } */
 .about-us
 {
  
  background-color:#181920cf ;
 }
 #clear
 {
   height: 30px;
 }
.about-img{
  /* float: left; */
 font-size: 1rem;
  
  text-align: justify;
  
  width:550px;
  height:400px;
  
}
h1.text-center,body > div.vision > h1
{
  margin-top: 50px;
}
body > section.rooms > div
{
  margin-top: 100px;
}
/* @media (max-width: 660px) {
  .about-img{
   
  
    width:600px;
    height:400px;
    
  }
  
} */
.clearfix {
  overflow: auto;
  
  
}
#text-about
{
  
  justify-content: center;
  font-weight: 100;
}


/*
.about- p{
  
  
  position: absolute;
  left: 100px;
}
 body > header > div > h1
{
    font-family: 'p';
} */

a:hover
{
  text-decoration: none;
}

/* footer style-start */
/* footer style-start */
section#contact {
  background-color: #181920cf;
 
}

section#contact #forms {
  color: white;
}

section#contact #forms #media p {
  float: left;
}

section#contact #forms .col-lg-6 {
  height: 70%;
  font-family: "Poppins";
}

section#contact #forms .col-lg-6 h2, section#contact #forms .col-lg-6 p, section#contact #forms .col-lg-6 label {
  font-weight: 300;
  color: white;
}

section#contact #footer .col-lg-3 h5
{
  /* font-weight:bold; */
  font-size: 13px;
  line-height: 40px;
  margin-bottom: 0;
  color: white;
}
section#contact #footer .col-lg-3 ul > li a
{
    color: white;
}

section#contact #footer .col-lg-3 h5:hover, section#contact #footer .col-lg-3 p:hover {
  -webkit-text-decoration: underline white solid;
          text-decoration: underline white solid;
}

section#contact #footer .col-lg-3 .contact-line {
  float: left;
}

section#contact #footer .col-lg-3 .contact-line i {
  color: white;
}

form .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid gray;
  outline: none;
}

form .btn-warning {
  background-color: #EF5F25;
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align: center;
}
form .btn-warning:hover
{
  background-color: #e94200;
  
}
.copyright {
  text-align: center;
  font-family: 'Muli', serif;
  font-style: normal;
  font-size: 14px;
}

@media (max-width: 830px) 
{
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rem {
    display: none;
  }
  #footer > div.col.col-lg-3.logo > div > div:nth-child(1) > img,#media ul
  {
    position: relative;
    left: 30%;
  }
}
/* @media (max-width: 600px) {
  #footer > div.col.col-lg-3.logo > div > div:nth-child(1) > img,#media ul
  {
    position: relative;
    left: 30%;
  }
} */

@media (max-width: 600px)
{
  #forms  h2
  {
    font-size: 14px;
  }
  
}
/* footer style-end */
  /* footer style-end */



  /* offer page styling */
  
  .image {  
    width: 100%;
   
    text-align: center;
 }
 
 h3 {  
    
    align-items: center;
    color: white;
 }
.card{
    border: none;
    box-shadow: 6px 6px 60px rgba(0, 0, 0, 0.2);
    background: white;
}
.card:hover
{
  text-decoration: none;
  position: block;
  transform: block;
}

.card-title{
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 54px;
    display: bñpck;
    align-items: center;
    color: black;
}
.heading{
    color: white;
    text-align: center;
}
.room-items{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    
    display: flex;
    align-items: center;
    
    color: rgba(255, 255, 255, 0.5);
}
#twins-text{
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: white;
}
.room-price{
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}
.card-text{
    font-style: normal;
  font-weight: 300;
  font-size: 14px; 
  line-height: 21px;
  display: block;
  align-items: center;

  color: black;
}
.card .btn{
  background-color:#00396f;
  border: none;
  width: 178px;
  position: block;
  left: 20%;
}

.card .btn:hover{
  background-color:  #00396f;
} 
.underline{
    width: 130px;
    border: 1px solid white;
    margin: auto;
}


@media screen and (max-width: 470px)
{
  header{
    background: url(../images/xs/header.png);
    background-size: cover;
   
  }    
} 
body{
  overflow-x: hidden;
}

@media (max-width:600px)
{
  
  #offers-area > div.image > h2.card-title
  {
    font-size: 24px;
  }
  p.card-text
  {
    font-size: 13px;
    font-weight: 150;
  }
}
@media(max-width:330px)
{
    #offers-area
    {
        margin-top: 25%;
    }
    #offers-area a.btn
    {
       display: none;
    }
}
@media (min-width:331px) and (max-width:418px)
{
  body > nav > a.brand > h1
  {
    font-size: 2rem;
  }

  
}
@media (max-width:330px)
{
  body > nav > a.brand > h1
  {
    font-size: 24px;
  }
  
}
@media (max-width:420px)
{
  #download > a > img
  {
    display: none;
  }
  
  
}
#footer div ul>li
{
  font-weight: 200;
}
#forms > div > div.col-12.col-md-12.col-lg-6.mb-5 > a
{
  color: white;

}
#contact > div.copyright > p
{
    margin-bottom: 0;
    font-weight: 100;
    font-size: 10px;
}

@media (min-width: 768px) {
  #media .social-icons {
    margin-left: 37px; /* Ajusta este valor para desplazar los íconos en pantallas grandes */
  }
}

.card-services {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 54px;
  display: block; /* Corregido */
  align-items: center;
  color: white;
  padding-left: 20px;
  text-align: left;
}

.button-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centra horizontalmente */
  justify-content: center; /* Centra verticalmente, si es necesario */
  text-align: center; /* Centra texto */
  margin: 0 auto; /* Asegura que el contenedor no esté desplazado */
}


@media screen and (max-width: 768px) {
  nav {
      height: 11vh;
  }
  .nav-menu {
      padding-left: 5%;
      padding-right: 5%;
  }
}



@media (max-width: 650px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none; /* Oculta los botones */
  }

  /* Asegura que el carrusel sea deslizable en dispositivos móviles */
  .carousel-inner {
    touch-action: pan-y; /* Habilita el deslizamiento táctil vertical */
  }
}

.img {
  width: 100%;
  height: 100%;
  /*object-fit: cover; /* Esto asegura que la imagen cubra todo el espacio del contenedor */
}