
.colum-gap-2{
    gap: 100px;
}

.amenities-details{
    font-size: 17px;
    padding: 20px 80px 40px 80px;
}

.frst-amenties-column{
    border-bottom: 2px solid #d58c00;
}

.amenities-column-3{
    position: relative;
    top: 40%;
}

.image-form {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
}

/* .form-row{
    display: ;
} */

.about-second-column{
    background-image: url(../img/falcon/falcon-bg.webp);
    background-position: center;
    background-size: cover;
}


.about-txt{
    width: 550px;
    padding: 50px;
    text-align: justify;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.about-txt p {
    line-height: 30px;
}


.about-txt h2{
    font-family: FontAwesome;
    font-size: 48px;
    font-weight: 600;
}

.button-about{
    padding-top: 50px;

}

.about-txt a{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    font-size: 20px;
    position: relative;
    font-family: Barlow,sans-serif;
    background: #d58c00;
    padding: 20px 25px;
    border: 2px solid #fff;
    border-radius: 50px;

}

.about-txt a:hover{
   scale: 0.2;

}

.amenities-hornbill-heading{
    font-size: 48px;
    padding-top: 70px;
}

.master-layout-hornbill-heading{
    font-family: FontAwesome;
    color: #043b57;
    padding-top: 20px;
    font-size: 48px;
    font-weight: 600;
}


.form-style{
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
	width: 350px;
	padding: 30px;
	background: #FFFFFF;
	/* margin: 50px auto; */
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}
.form-style h2{

	color: #000;
	font-size: 20px;
	padding: 20px 0;

}
.form-style input[type="text"],
.form-style input[type="date"],
.form-style input[type="datetime"],
.form-style input[type="email"],
.form-style input[type="number"],
.form-style input[type="search"],
.form-style input[type="time"],
.form-style input[type="url"],
.form-style input[type="password"],
.form-style textarea,
.form-style select
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;
	height: 45px;
}
.form-style textarea{
	resize:none;
	overflow: hidden;
}

.submit-row a{
    color: #000;
   font-size: 18px;
   font-weight: 500;
   padding-left: 10px;
}


.form-style input[type="button"],
.form-style input[type="submit"]{
	background: #d58c00;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 20px;
    font-weight: 500;
    border: 1px solid black;
    border-radius: 50px;
	padding: 5px 18px;
	text-decoration: none;
}

.form-style-2{
	width: 500px;
    height: 100%;
	padding: 50px;
	background: #FFFFFF;

}


.form-style-2 input[type="text"],
.form-style-2 input[type="date"],
.form-style-2 input[type="datetime"],
.form-style-2 input[type="email"],
.form-style-2 input[type="number"],
.form-style-2 input[type="search"],
.form-style-2 input[type="time"],
.form-style-2 input[type="url"],
.form-style-2 input[type="password"],
.form-style-2 textarea,
.form-style-2 select
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px 20px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;
	height: 45px;
}

.form-style-2 textarea{
	resize:none;
	overflow: hidden;
}

.submit-row{
    display: grid;
    padding-top: 10px;
    gap: 10px;

}


.submit-row-2{
    padding: 20px 0;
}

.submit-row-2 a{
    color: #000;
   font-size: 20px;
   font-weight: 500;
   padding-left: 10px;
}


.form-style-2 input[type="button"],
.form-style-2 input[type="submit"]{
	background: #d58c00;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 20px;
    font-weight: 500;
    border: 1px solid black;
    border-radius: 50px;
	padding: 5px 18px;
	text-decoration: none;
}

.pheripheral-clm{
    border-left: 2px solid #d58c00;
}

.colum-gap{
    gap: 30px;
}

.podium-heading{
    width: 20px;
    height: 20px;
    background-color: #A82582;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 20px;
    display: inline-block;

}

.ground-heading{
    width: 20px;
    height: 20px;
    background-color: #DF2025;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 20px;
    display: inline-block;

}


@media(max-width:769px) {
    .about-txt{
        width: auto;
        padding: 30px;
        position: relative;

    }

    .about-txt h2{
        font-size: 40px;
        padding: 20px 0;
    }

    .about-txt a {
        font-size: 15px;
        padding: 10px 25px;

    }

    .button-about{
        padding: 20px;
    }

    .pheripheral-clm{
        border-left: none;
        border-top: 2px solid #d58c00;
        padding-bottom: 60px;
    }


    .form-style{
    position: inherit;
    transform: translate(0);
    width: auto;
    padding: 30px;
    margin: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    }


    .form-style-2{
    width: auto;
    height: 100%;
    padding: 50px 0;
    background: #FFFFFF;
    }

    .submit-row{
        display: inline-grid;
        gap:10px;
    }
    .form-style input[type="button"]{
        margin-top: 10px;
    }

    .about-image{
        padding: 20px;
    }


    .amenities-hornbill-heading{
        font-size: 40px;
    }

    .amenities-details{
        padding: 0 10px;
    }

    .colum-gap-2{
        gap:30px;
    }
}



/* Specfication section start */

.hero-bg-image{
    height: fit-content;
    margin: auto;
    padding: 0 40px;
}

.info-bg-content-image{
    padding: 40px 0;
    height: 565px;
}
.info-bg-content{
    height: fit-content;
    background-color: #9299A1;
    padding: 20px 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    text-align: justify;
    width: 720px;
}

  .card{
    width: 229px;
    height: 220px;
    background-color: transparent;
    color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-top-color: #fff;
    border-left-color: transparent;

  }



  .info-bg-content li{
    list-style: disc;
    font-size: 16px;
  }
  .card p{
    font-weight: bold !important;
    color: #fff;
    font-size: 15px;
  }
  .slick-current .card {
    background-color: #fff;
    font-weight: bold !important;
  }
  .slick-current .card p{
    color: #3D5A6C !important;
  }
  .white-custom-slide{
    filter: brightness(200) contrast(110%);
  }
  .slick-current .custom-slide{
    filter: invert(43%) sepia(65%) saturate(655%) hue-rotate(347deg) brightness(89%) contrast(80%);
  }

  .slick-nav {
    cursor: pointer;
    font-size: 25px;
    color: #fff !important;
}
  .slick-nav .fa-chevron-left{
    position: absolute;
    left: -35px;
    top: 90px;
    color: #fff !important;
}
  .slick-nav .fa-chevron-right{
    position: absolute;
    right: -35px;
    top: 90px;
    color: #fff !important;
}
.custom-slide{
    padding: 25px  0;
}






@media (max-width: 767px) {
    .info-bg-content-image{
        background-image: url('../img/spec-bg-content-image-02.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        padding: 0;
        height: fit-content;
    }
    .info-bg-content{
        height: fit-content;
        background-color: #ffffffb8;
        position: unset;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
    }
}

@media (max-width: 479px) {
    .card{
        width: auto;
        height: 220px;
        background-color: transparent;
        color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        border-top-color: #fff;
        border-left-color: transparent;
      }
}


@media (max-width: 1024px) {
    .info-bg-content {
        width: 650px;
    }
}
@media (max-width: 768px) {
    .info-bg-content {
        width: 500px;
    }
}

/* Specfication section End */
