/**
* 2010-2020 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2020 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

#hotelAmenitiesBlock {
  padding-top: 50px;
}

.homeAmenitiesBlock {
  position: absolute;
  z-index: 10;
}
.amenity_img_primary {
  width: 100%;
  height: auto;
}
.amenity_img_secondary{
  height: auto;
  width: 100%;
}
.amenity_desc_primary {
  /* width: 100%;
  height: 100%;
  display: table;
  background-color: #FFFFFF; */
  display: flex;
}

.bg-layer-even{
  opacity: 0.08;
  background-image: linear-gradient(
    -153deg
    , #FD6E6A 5%, #FFC600 100%);
  position: absolute;
  top: 50px;
  bottom: 50px;
  right: -15px;
  left: -15px;
}

.bg-layer-odd{
  opacity: 0.15;
  background-image: linear-gradient(-153deg, #FD6E6A 5%, #FFC600 100%);
  position: absolute;
  top: 50px;
  bottom: 50px;
  right: -15px;
  left: -15px;
}

.amenity_desc_secondary {
  /* display: table-cell;
  text-align: center;
  vertical-align: middle; */
  padding: 0px 25px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.amenity_heading {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
  line-height: 27px;
}
.amenity_description {
  font-family: 'Poppins';
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.45px;
  line-height: 30px;
}
.amenity_desc_hr {
  border-top: 1px solid #333333;
  width: 60px;
}

.amenity_content {
  padding-top: 50px;
}

.amenity_content:nth-child(1) {
  padding-top: 0px;
}

.home_block_description {
  opacity: 0.8;
  font-family: 'Squada One';
  font-size: 20px;
  color: #000000;
  letter-spacing: 1px;
  text-align: right;
  line-height: 27px;
}

.all-facilities {
  position: relative;
  border: none;
} 

@media(max-width:1090px) {
  .amenity_desc_secondary h1, .amenity_desc_primary h1 {
    font-size: 60px;
  }
  .amenity_description {
    font-size: 14px;
  }
}

@media(max-width:900px) {
  .amenity_desc_secondary h1, .amenity_desc_primary h1 {
    font-size: 45px;
  }
  .amenity_description {
    font-size: 12px;
    font-weight: 500;
  }
  .bg-layer-odd , .bg-layer-even{
    top: 40px;
    bottom: 40px;
  }
}

@media(max-width:800px) {
  .amenity_desc_secondary h1, .amenity_desc_primary h1 {
    font-size: 35px;
  }
  .amenity_description {
    font-size: 10px;
    font-weight: 500;
  }
  .bg-layer-odd , .bg-layer-even{
    top: 35px;
    bottom: 35px;
  }
}

@media(max-width:695px) {
  .amenity_desc_secondary h1, .amenity_desc_primary h1 {
    font-size: 30px;
  }
  .amenity_description {
    line-height: 20px;
  }
  .bg-layer-odd , .bg-layer-even{
    top: 25px;
    bottom: 25px;
  }
}

@media(max-width:615px) {
  .amenity_desc_secondary h1, .amenity_desc_primary h1 {
    font-size: 22px;
  }
  .amenity_description {
    line-height: 12px;
  }
  .bg-layer-odd , .bg-layer-even{
    top: 15px;
    bottom: 15px;
  }
}

@media(max-width:500px) {
  .amenity_desc_secondary h1, .amenity_desc_primary h1 {
    font-size: 17px;
  }
  .amenity_description {
    font-size: 8px;
  }
  .bg-layer-odd , .bg-layer-even{
    top: 10px;
    bottom: 10px;
  }
}

@media(max-width:400px) {
  .amenity_desc_secondary h1, .amenity_desc_primary h1 {
    font-size: 17px;
  }
  .amenity_description {
    font-size: 6px;
  }
  .bg-layer-odd , .bg-layer-even{
    top: 8px;
    bottom: 8px;
  }
}

