
/* https://themeforest.net/item/sharan-hotel-resort-booking-template/24074381 */


:root {
    --primaryColor: #a87373;
    --darkColor: black;
}

/* ==============common-css-styling-start==============*/

*, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: "Poppins", serif;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

/*--------=============================--------*/
/*           css-common-styling-start          */
/*--------=============================--------*/

.w-10 {
    width: 10%;
    float: left;
}

.w-70 {
    width: 70%;
    float: left;
}

.w-20 {
    width: 20%;
    float: left; 
}

.w-50 {
    width: 50%;
    float: left; 
}

.w-50 {
    width: 50%;
    float: left; 
}

.w-60 {
    width: 60%;
    float: left; 
}

.w-40 {
    width: 40%;
    float: left; 
}

.w-33-33 {
    width: 33.33%;
    float: left; 
}


.w-40 {
    width: 40%;
    float: left; 
}


.w-60 {
    width: 60%;
    float: left; 
}




:root {
    --defaultwidth: 100%;
    --primarycolor: #58d5ab;
    
}

/*--------=============================--------*/
/*           css-common-styling-End            */
/*--------=============================--------*/


/* ===============common-css-styling-end===============*/

/* ==================header-area-start================= */

#header-area {
    background: rgb(193, 185, 112);
    display: flex;
    height: 120px;
    animation-name: background-c;
    animation-duration: 5s;
}

@keyframes background-c {
    from {
        background:#ff9001;
    }
    to {
        background: rgb(193, 185, 112);
    }
}

#header-area .logo-area {
    flex-basis: 40%;
    margin-top: 5px;
}


#header-area .logo-area img {
    width: 237px;
    margin-left: 10px;
}

#header-area .contact-area {
    flex-basis: 60%;
    display: flex;
    justify-content: space-evenly;
    padding-left: 20px;
    margin-top: 25px;
}


#header-area .contact-area .child-contact {
    padding-left: 20px;
    position: relative;
}

#header-area .fa-solid {
	position: absolute;
	top: 1px;
	left: -2px;
	color: #fff;
	background: #ff9001;
	padding: 12px 12px;
	border-radius: 50%;
    font-size: 1.25rem;
}
#header-area .fa-location-dot {
	padding: 12px 14px;

}


#header-area .fa-regular {
    position: absolute;
	top: 1px;
	left: -2px;
    color: #fff;
    background: #ff9001;
    padding: 15px;
    border-radius: 50%;
    padding: 12px 12px;
    font-size: 1.25rem;
}


#header-area .contact-area .child-contact p {
    display: inline-block;
    color: #090808;
    font-weight: 500;
    padding-left: 30px;
}


#header-area .color-grey {
    color: #575252;
}



/* ==================header-area-end================= */


/* ==================main-area-start================= */

#menu-body {
    position: sticky;
    top: 26px;
    left: 0;
    z-index: 5;
}



#main-menu {
	width: 95%;
	margin: auto;
	background: #ff9001;
    padding: 15px 0;
	padding-left: 38px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -26px;
	left: 33px;
    animation-name: menu-ani;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@keyframes menu-ani {
    from {
        /* visibility: hidden; */
        transform: translate(0px, 30px)
    }

    to {
        transform: translate(0px, 0px)
    }
}


#main-menu ul {
    list-style: none;
}


#main-menu ul li {
   display: inline-block;
}


#main-menu ul li a {
   display: inline-block;
   color: #fff;
   margin-right: 35px;
   font-size: 1.125rem;
   transition: 0.5s;
}


#main-menu ul li a:hover {
    transform: scale(1.2);
    color: green;
}


#main-menu .menu {
   flex-basis: 70%;
}


#main-menu .search-area {
   flex-basis: 30%;
}


#main-menu .search-area input {
	width: 261px;
	height: 22px;
    padding: 10px;
    border-radius: 10px;
    border: none;
}


#main-menu .search-area {
    text-align: right;
}

#main-menu .fa-magnifying-glass {
	color: #fff;
	margin-right: 20px;
	position: relative;
	top: 0;
	left: -29px;
	color: grey;
	font-size: 14px;
}

#main-menu .fa-envelope {
    color: #fff;
    margin-right: 40px;
}



/* ==================main-area-end================= */


/* ==================hero-area-start================= */

.hero-area {
    background: url(images/room-background.jpg) no-repeat center center  / cover; 
    height: 650px;
    
}

.hero-area::before {
    content: '';
    display: block;
    width: 100%;
    height: 650px;
    background: var(--darkColor);
    position: absolute;
    opacity: 0.5;
}


.hero-area .heading {
    width: 100%;
	padding-top: 250px;
	color: #fff;
	position: absolute;
    text-align: center;
}


.hero-area .heading h3 {
    font-size: 1.125rem;
}

.hero-area .heading h1 {
    margin-bottom: 10px;
    animation-name: h3color;
    animation-duration: 5s;
    font-size: 4rem;
}

.hero-area .heading p {
    font-size: 0.8125rem;
    animation-name: h3color;
    animation-duration: 2s;
}

#top-scroll {
    width: 35px;
    height: 40px;
    position: fixed;
    top: 600px;
    right: 0;
    text-align: center;
    z-index: 10;
}

.fa-angle-up {
    background:#fb8620;
    width: 35px;
    height: 40px;
    color: black;
    font-size: 18px;
    display: block;
    padding: 8px 10px;
    animation-name: icon-up-down;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes icon-up-down {
    0%{
        padding-top: 8px;
    }

    100%{
        padding-top: 15px;
    }
}


.settings {
	position: fixed;
	top: 406px;
	z-index: 5;
	background: #18c4b3;
	width: 40px;
	height: 38px;
}


.fa-gear {
	color: black;
	font-size: 20px;
	position: absolute;
    padding: 8px;
    animation-name: roll;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes roll {
    0% {
        transform: rotate(-390deg);  
    }
    /* 50% {
        transform: rotate(200deg);  
    } */
    100% {
        transform: rotate(390deg);  
    }
}


/* ==================hero-area-end================= */



.contact-area-2 {
    overflow: hidden;
    width: var(--defaultwidth);
    margin: auto;
    background: #c6eedd;
    padding: 60px 0;
}


.contact-area-2 .heading-1 {
    text-align: center;
}

.contact-area-2 .heading-1 h3 {
	color: #d025ae;
	font-size: 1.5rem;
    margin-bottom: 5px;
}


.contact-area-2 .heading-1 h1 {
	font-size: 3.5rem;
    margin-bottom: 70px;
}

.contact-area-2 .heading {
	padding-left: 140px;
    margin-bottom: 25px;
    position: relative;
}

.contact-area-2 .heading h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.contact-area-2 .heading h4 {
    font-size: 1.1rem;
    color: #24b318;
}

.contact-area-2 .fa-solid {
    background: green;
    font-size: 20px;
    padding: 20px 20px;
    color: #fff;
    border-radius: 50%;
}


.contact-area-2 .fa-location-dot {
	position: absolute;
	top: 3px;
	left: 54px;
	padding: 20px 23px !important;
}

.contact-area-2 .fa-phone {
    position: absolute;
	top: 3px;
	left: 54px;
}
.contact-area-2 .fa-envelope {
    position: absolute;
	top: 3px;
	left: 54px;
}


.contact-area-2 .form-area form {
	padding-left: 40px;
}


.contact-area-2 .form-area input {
	width: 45%;
	height: 57px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #2abf1e;
	border-radius: 5px;
	padding-left: 20px;
}


.contact-area-2 .form-area textarea {
	width: 93%;
	height: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #2abf1e;
	border-radius: 5px;
	padding-left: 20px;
	padding-top: 20px;
}


::placeholder {
    font-size: 1.125rem;
}


.contact-area-2 .links {
	padding: 0 58px;
}

.contact-area-2 .links button {
	text-decoration: none;
	display: inline-block;
	background: #1dce49;
	padding: 15px 40px;
	border-radius: 5px;
	color: white;
	font-weight: 500;
    transition: 0.5s;
    font-size: 1.25rem;
    cursor: pointer;
    border: none;
}


.contact-area-2 .links button:hover {
    background: #0028ff;
    color: pink;
}



#footer-area {
    width: 100%;
    background: #f2eeee;
    padding: 20px 30px;
}

#footer-area .footer-heading {
    width: 95%;
    background: red;
    margin: auto;
    padding: 20px 10px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}


#footer-area .footer-heading {
    width: 95%;
    background: #f5bf23;
    margin: auto;
    padding: 20px 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}


#footer-area .footer-heading .left-side h2 {
    font-weight: 400;
}

#footer-area .footer-heading .left-side p {
    font-size: 0.875rem;
}


#footer-area .footer-heading .right-side input {
    background: black;
    border: none;
    padding: 10px 10px;
    padding-right: 120px;
    margin-right: -10px;
}

#footer-area .footer-heading .right-side button {
	background: #fff;
	padding: 7px 30px;
	padding-bottom: 10px;
	cursor: pointer;
	color: black;
}

#footer-area .footer-heading .right-side input::placeholder {
    color: grey;
}




#footer-area .child-footer {
    display: flex;
    justify-content: space-evenly;
}

#footer-area .child-footer .logo-area {
    flex-basis: 25%;
}

#footer-area .child-footer .logo-area p {
    flex-basis: 25%;
    font-size: 0.8rem;
    margin-left: 20px;
}

#footer-area .child-footer .logo-area .icon {
    font-size: 0.8375rem;
    margin-left: 20px;
    margin-top: 20px;
    cursor: pointer;
}

#footer-area .child-footer .logo-area .icon .fa-brands {
    width: 35px;
    border: 1px solid #f75708;
    text-align: center;
    padding: 8px 0;
    color: #f75708;
    transition: 0.5s;
}


#footer-area .child-footer .logo-area .icon .fa-brands:hover {
    border: 1px solid yellow;
    background: yellow;
    color: black;
}




#footer-area .child-footer .logo-area .icon .fa-solid {
    width: 35px;
    border: 1px solid #f75708;
    text-align: center;
    padding: 8px 0;
    color: #f75708;
    transition: 0.5s;
    
}

#footer-area .child-footer .logo-area .icon .fa-solid:hover {
    border: 1px solid yellow;
    background: yellow;
    color: black;
}



#footer-area .child-footer .contact-area {
    flex-basis: 25%;
}

#footer-area .child-footer .contact-area h1 {
	flex-basis: 25%;
    margin-bottom: 20px;
	font-size: 1.5rem;
	margin-top: 15px;
}

#footer-area .child-footer .contact-area p {
    margin-bottom: 17px;
    font-size: 0.85rem;
}

#footer-area .child-footer .links-area {
    flex-basis: 25%;
}


#footer-area .child-footer .links-area h1 {
    margin-bottom: 20px;
	font-size: 1.5rem;
	margin-top: 15px;
}



#footer-area .child-footer .links-area a {
    display: block;
    font-size: 0.85rem;
    border-bottom: 1px dotted black;
    width: 90%;
    padding: 6px 0px;
    color: black;
    transition: 0.5s;
}

#footer-area .child-footer .links-area a:hover {
    color: #ea6a0c;
}

#footer-area .child-footer .post-area {
    flex-basis: 25%;
}



#footer-area .child-footer .post-area > h1 {
    margin-bottom: 20px;
	font-size: 1.5rem;
	margin-top: 15px;
}


#footer-area .child-footer .post-area p {
    font-size: 0.75rem;
}



#footer-area .child-footer .post-area .child-post {
    display: flex;
    justify-content: space-between;

}


#footer-area .child-footer .post-area .left-area {
    background: #ffaa075c;
    margin-top: 10px;
    flex-basis: 15%;
    color:rgb(255, 255, 255);
    text-align: center;

}


#footer-area .child-footer .post-area .left-area h1 {
    font-size: 1.4rem;
    padding: 3px;
    transition: 0.5s;
    color: #0b0a0a;
}

#footer-area .child-footer .post-area .left-area h1:hover {
    color: red;
}


#footer-area .child-footer .post-area .left-area p{
    font-size: .625rem;
    color: #6a3a3a;
    
}


#footer-area .child-footer .post-area .right-area {
    margin-top: 10px;
    flex-basis: 85%;
    padding-left: 20px;
}


#footer-area .child-footer .post-area .right-area > p {
    margin-bottom: 10px;
}


#footer-area .child-footer .post-area .right-area p:last-child {
    color: #534343;
}





#footer-area img {
    width: 200px;
}

#copy-right-area {
    background: black;
    text-align: center;
    padding: 20px;
}


#copy-right-area  p {
    color: grey;
    font-size: 0.8rem;
}

