@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root{
  --teal:#e36414;
  --teal-hover: #f18847; 
}

*{
    font-family: 'Playfair Display', sans-serif;

}

.h-font{
    font-family: 'Lobster', cursive;

}

.h1-font{
    font-family: 'Jost', sans-serif;

}

.h-line{
  width: 150px;
  margin: 0 auto;
  height: 1.7px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
  }
*/
  .swip-img {
    height: 500px;
  } 

  .custom-bg{
    background-color: var(--teal);
    border: 1px solid var(--teal);

  }
  .custom-bg:hover{
    background-color: var(--teal-hover);
    border-color: var(--teal-hover);

  }

  .availability-form{
    margin-top: -50px;
    z-index: 2;
    position: relative;
  }

  @media screen and (max-width: 575px) {
    .availability-form{
        margin-top: 25px;
        padding: 0 35px;
      }
  }

  .pop:hover{
    border-top-color: var(--teal) !important;
    transform: scale(1.03);
    transition: all 0.3s;
  }

  .box{
    border-top-color: var(--teal) !important;
  }

  /* .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
  } */