@charset "ISO-8859-1";

body {
	overflow-x: hidden;
	font-family: inter;
	background:linear-gradient(180deg, #FFF9F3 0%, #FFF8F1 95.88%);
}

.container-fluid {
	padding-right: 113px !important;
	padding-left: 113px !important;
}

/* upperHeader CSS  */
.upperHeader {
	border-bottom: 1px solid #B0EFCE;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.13);
}

.upperHeader .np-part {
	float: left;
}

.upperHeader .np-part .logo-text {
	display: inline-block;
	padding-top: 30px;
	font-family: 'inter';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	text-align: end;
	color: #000000;
}

.upperHeader .logo-text .text-5 {
	font-weight: 500 !important;
}

.upperHeader .np-part .logo-part {
	float: left;
	position: relative;
}

.upperHeader .logo-part .logo-container {
	height: 66px;
	width: 69px;
}

/* miniHeader CSS */
.miniHeader {
	background: linear-gradient(180deg, #FF7700 -66.19%, #922F04 198%);
}

.miniHeader .navbar {
	padding: 0px 0px !important;
}

.miniHeader .navbar-toggler {
	background: linear-gradient(93.53deg, #FE7A30 17.37%, #EEA415 69.32%) !important;
	padding: 0px 4px !important;
}

.miniHeader .upper-left-text {
	font-family: 'inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	text-transform: capitalize;
	display: flex;
	align-items: baseline;
	color: #ececec !important;
}

.miniHeader nav .navbar-nav li a {
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	text-transform: capitalize;
	display: flex;
	align-items: baseline;
	color: #ececec !important;
}

.miniHeader nav .navbar-nav li a .fa {
	padding-right: 3px;
	color: #4FCC90;
	font-size: 18px;
}

.miniHeader nav .navbar-nav .active {
	border-bottom: 3px solid #4FCC90;
}

.btns {
	border-radius: 32px;
	padding: 3px 10px 2px 10px;
	margin-left: 5px;
	color: #ececec;
	font-family: 'inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
}

.btns:hover {
	color: #ececec;
}

.guest-btn {
	background: #4AB054;
}

.admin-btn {
	background: linear-gradient(93.53deg, #FE7A30 17.37%, #EEA415 69.32%);
}

/* First Section CSS */

.first_section {
	background: linear-gradient(180deg, #FFF9F3 0%, #FFF8F1 95.88%);
}
.first_section .wrapper {
	padding: 12% 0 15% 10%;
}
.first_section .wrapper .main_text h1 {
    font-family: Geist;
    font-size: 63px;
    font-weight: 700;
    line-height: 70px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FF5C09;
    word-wrap: normal;
    white-space: nowrap;
    z-index: 9999;
    position: relative;
}

.first_section .wrapper .main_text .booking {
	font-weight: 200;
}

.first_section .wrapper .under_text h6 {
	    font-family: 'GEIST';
        font-size: 29px;
        font-weight: 200;
        line-height: 53.73px;
        letter-spacing: 0.2em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FF5C08;
}

.first_section .wrapper .lower_text p {
		font-family: Geist;
        font-size: 18px;
        font-weight: 300;
        line-height: 25px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #252525;
        white-space: normal;
}

.first_section .btn-container {
	 padding-top: 50px;
}

.split-line {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

/* Base button styles */
.first_section .btn {
      font-family: Inter;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0.06em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #ffffff;
      padding: 12px 20px;
      border: none;
      border-radius: 35px;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      z-index: 1;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.first_section .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); /* Semi-transparent fill */
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.first_section .btn:hover::before {
    left: 0;
}

.first_section .btn:hover {
    color: #fff;
    /* transform: translateY(-2px);  */
}

/* Add click effect */
.first_section .btn:active {
    transform: scale(0.95); /* Slight shrink */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); /* Reduce shadow */
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Quick effect */
}

.first_section .login {
    background: linear-gradient(180deg, #FF7700 -66.19%, #922F04 198%);
}

.first_section .login::before {
    background: rgba(255, 119, 0, 0.3); 
}

.first_section .register {
    background: linear-gradient(180deg, #DA966B -66.19%, #944A29 164.17%);
}

.first_section .register::before {
    background: rgba(218, 150, 107, 0.3);
}



/* END */

/* guestHouse List CSS */
.arrow-container {
	background: #FFFFFF;
	border: 0.5px solid #C4C4C4;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.arrow-container:focus {
	outline: 1px solid #e1b032;
	border: 1px solid #e1b032 !important;
}

.midHeader {
	font-family: 'inter';
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
}

.scroll {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	overflow-x: hidden;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.scroll::-webkit-scrollbar {
	-webkit-appearance: none;
}

.child {
	min-width: 335px;
	height: 100%;
	overflow: hidden;
}

.bhawan-card {
     border-radius: 6px !important;
     width: 320px;
     height: 320.02px;
     padding: 15px;
     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.bhawan-card .card-img-top {
	border-radius: 6px !important;
	height: 160px !important;
}

.bhawan-card .card-body {
	padding: 6px 0px 0px 0px !important;
	font-family: 'inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
}

.bhawan-card .card-title {
    color: #F24E1E;
    font-size: 15.5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.bhawan-card .card-text {
	font-size: 13.6px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 7px;
}

/* footer CSS */
.upperFooter {
	/* background: linear-gradient(180deg, #0C2B41 0%, #053E28 100%); */
	width: 100%;
	padding-top: 40px;
    padding-bottom: 0px;
}

.upperFooter .logoo-part .text-1 {
	font-size: 35px;
    color: #FF5C08;
	text-transform: unset;
}

.upperFooter .logoo-part .text-3 {
	color: #000000;
    text-transform: capitalize;
	font-size: 13px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.footer-text {
	font-family: Geist;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
   /*  letter-spacing: 0.135em; */
    color: #1e1e1e;
}

.footer-text li a {
	color: #2a2a2a !important;
	text-decoration: none !important;
}
.footer-text li a:hover {
	color: #9f3433 !important;
	text-decoration: none !important;
}
 
.lowerFooter {
	background: #3D1101;
    width: 100%;
    color: #fff;
    font-family: Geist;
    font-size: 15px;
    font-weight: 400;
    line-height: 20.6px;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.stickToTop {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.banner-wrapper {
	background-image: url("../img/slider-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 62vh;
	box-shadow: 0px 4px 7px rgb(0 0 0/ 15%);
}

.footer-text-lg {
	font-family: 'inter';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #1c1c1c;
	letter-spacing: 0.135em;
}

/* Second Section CSS */
.section-wrapper {
	height: auto;
	/* background:linear-gradient(180deg, #190000 56.11%, #FC8027 127.17%); */
	background: linear-gradient(180deg, #fff1f1 56.11%, #fff5ef 127.17%);
	border-top-left-radius: 70px;
    border-top-right-radius: 70px;
}
.section-wrapper::after {
    content: "";
    background: url('../img/bottom_design.png');
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    background-repeat: no-repeat;
     /* bottom: -42px; */
    box-sizing: border-box; /* Prevent overflow */
}
.second_section {
	position: relative;
	height: auto;
	/* background: linear-gradient(175deg, #f7791f -24.97%, rgb(134 12 19 / 85%) 151.59%); */

    background-repeat: no-repeat;
    background-position: bottom;
    padding: 5% 5% 8% 5%;
	border-radius: 50px;

	background: linear-gradient(-45deg, #f7791f, rgb(134 12 19 / 85%), #f7791f, rgb(134 12 19 / 85%));
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

.second_section div{
	z-index:100
}

.second_section:after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url('../img/transaparent_wave.png');
	background-size: cover;

    background-repeat: no-repeat;
    background-position: bottom;
	border-radius: 50px;
}

.second_section .title {
	font-family: Geist;
	font-size: 36px;
	font-weight: 300;
	line-height: 60px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

	span {
		font-weight: 600;
	}
}

.second_section .title::after {
	content: "";
	background: url('../img/interwave_underdesign.png') no-repeat center;
	background-size: contain;
	display: block;
	position: relative;
	left: 0;
	height: 12px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0px auto;
}

/* copied from login.css */
section.header2 {
	background: #FFF9F3;
    padding: 3px 55px 3px 55px;
    border-bottom: 0.8px solid #E5D3C0;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.13);
}

.text-container {
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 1.5;
	overflow: hidden; /* Ensure animated parts don’t overflow */
	white-space: nowrap; /* Prevent lines from breaking */
  }

nav {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.navbar-toggler {
	margin-bottom: 6px;
}

.logo-part {
	float: left;
	position: relative;
}

.logo-part .logo-container {
	position: absolute;
	top: -3px;
	left: -41px;
	height: 66px;
	width: 69px;
}

.logo-part p {
	font-size: 1.5em;
	margin: .7em 0 .3em 0;
	display: inline-block;
}

.logoo-part {
	display: flex;
	align-items: center;
}

.logoo-part p {
	padding: 0 0px;
	margin: 0;
}

.logoo-part img {
	max-width: 59px;
	float: left;
	margin: 0 5px 0 0;
}

.logoo-part .text-1 {
	font-family: Geist;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FF5C08;
}

.logoo-part .text-2 {
	font-family: 'inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	/* identical to box height */
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: #E48F10;
}

.logoo-part .text-3 {
	font-family: 'inter';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 139.5%;
	text-transform: uppercase;
	color: #000000;
}

.logo-text {
	margin-bottom: 6px;
}

.logo-text p {
	padding: 0 6px;
	margin: 0;
}

.logo-text .text-4 {
	font-family: 'inter';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	margin-top: 25%;
	margin-left: -78%;
	/* margin-left: 22%; */
	color: #000000;
}

.logo-text .text-5 {
	font-family: 'inter';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	text-align: center;
	margin-left: -80%;
	/* margin-left: 24%; */
	color: #000000;
}

.navbar-nav {
	background: #FF874A;
	border-radius: 22px;
}

nav .navbar-nav li a {
	margin-left: 12px;
	margin-right: 12px;
	font-family: 'inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	text-transform: capitalize;
	display: flex;
	align-items: baseline;
	color: #ffffff !important;
	transition: all 0.3s ease-in-out;
}

nav .navbar-nav li a .fa-solid,
nav .navbar-nav li a .fa-regular {
	padding-right: 10px;
	color: #ffffff;
	font-size: 15px;
}

nav .navbar-nav .active {
	 background: #DF672A;
     border-radius: 22px;
     transition: all 0.3s ease-in-out;
}

section.header2 .navbar-container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
} 

.header2 .navbar-collapse {
    align-items: center;
    justify-content: flex-end;
} 


section.header2 .navbar-container .navbar {
	padding: 0 0 0 0;
}

.header2 .nav-link {
	padding: .7rem 1rem;
}
.header2 .nav-item:hover {
	background: #DF672A;
    border-radius: 22px;
	transition: all 0.3s ease-in-out;
}

section.header2 .navbar-container .navbar .left-btn,
section.header2 .navbar-container .navbar .right-btn {
	padding: 0px 5px;
	font-size: 22px;
	font-weight: 900;
	color: #fff;
	border-radius: 6px;
	margin: 0px 1px;
}

section.header2 .navbar-container .navbar .navbar-toggler {
	color: white;
}

section.header2 .navbar-container .navbar .collapse {
	overflow: hidden;
	scroll-behavior: smooth;
	margin: 0px 1% 0 14%;
}

/* End Of Header CSS */
::-webkit-scrollbar {
	/* // margin-top: 20px; */
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ff5c09;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* carousel CSS  */
.carousel-inner {
	border-bottom-left-radius: 80px;
}

.carousel-item {
	height: 400px;
}

.carousel-indicators {
	bottom: -12%;
}

.carousel-indicators li {
	background-color: #d95f1c !important;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border-top: unset;
	border-bottom: unset;
}

.carousel-indicators .active {
	background-color: #ab633f !important;
}

.contactUsBtn {
	margin-left: 5px;
	color: #ececec;
	font-family: 'inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
	text-decoration: none;
	background-color: transparent;
}

.contactUsBtn:hover {
	text-decoration: none;
	color: #ececec;
}


@media screen and (max-width:375px) {
	.navbar {
        margin: 0px -60px !important;
    }
	.second_section .title {
        font-size: 30px;
	}
	
	.first_section .btn {
        padding: 12px 5px;
        margin-bottom: 10px;
	}
	
    .first_section .btn-container {
        padding-top: 35px !important;
    }
	
}



@media screen and (max-width: 993px) {
	section.header2 {
		padding: 6px 0px 6px 0px !important;
		margin-bottom: 0px !important;
	}

	.np-part {
		display: none;
	}

	.imageslider {
		height: 150px !important;
		width: 94% !important;
		margin: 10px !important;
	}

	.lowerFooter img {
		border-left: 0px !important;
		padding-left: 5px !important;
        height: 100% !important;
        width: 100% !important;
	}

	.miniHeader .upper-left-text {
		font-size: 13px !important;
		line-height: 14px !important;
	}

	.miniHeader .btns {
		font-size: 13px !important;
		padding: 0px 6px 2px 6px !important;
		margin-left: 0px !important;
	}

	.midHeader {
		font-size: 15px !important;
	}

	.bhawan-card .card-title {
		font-size: 14px !important
	}

	.bhawan-card .card-text {
		font-size: 13px !important;
	}

	.upperFooter .footer-text {
		font-size: 11px !important;
		line-height: 16px !important;
	}

	.upperFooter .footer-text-lg {
		font-size: 16px !important;
		line-height: 17px !important;
	}
	
	.first_section .wrapper {
	    background: url('../img/inspection_bunglow.png');
        background-position: inherit;
        padding:5%;
	}
	
	.child {
	    min-width: 280px;
	}
	
	.bhawan-card {
		width: 280px;
        height: 360.02px;
	}
}

@media screen and (max-width:1047px) {

	nav .navbar-nav li a {
        margin-left: 0px;
        margin-right: 0px !important;
		font-size: 14px !important;
	}

	.header2 {
		padding: 6px 0px 6px 0px !important;
	}

	.container-fluid {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	
	.logoo-part .text-3 {
		font-size: 12px;
	}
	
   .first_section .wrapper .main_text h1 {
		font-size: 50px;
	}
	
	.first_section .wrapper .under_text h6 {
        font-size: 22px;
        line-height: 45.73px;
	}
	
	.first_section .wrapper .lower_text p {
		font-size: 15px;
        line-height: 25px;
	}
	
	.first_section .btn {
		font-size: 12px;
	} 
	
	.first_section .btn-container {
        padding-top: 85px !important;
	}
	
	.bhawan-card .card-title {
		font-size: 13.5px;
	}
	
	.child {
        min-width: 280px;
	} 
	
	.bhawan-card {
        width: 280px;
	} 
}

@media screen and (max-width:576px) {
	.navbar-toggler {
		padding: 1px 4px;
	}
	
    .first_section .wrapper .main_text h1 {
        font-size: 35px !important;
        line-height: 40px;
   }
     .first_section .wrapper .under_text h6 {
          font-size: 20px;
          line-height: 27.73px;
       }
   
	.carousel-inner {
        border-bottom-left-radius: 0px;
        width: 100%;
        margin-bottom: 25px;
	}
	
	.carousel-item {
        height: auto;
	}
	
	.scroll {
        display: grid;
        width: 100%;
	}
     .child {
         min-width: 100% !important;
         margin-bottom: 10px;
     }
     .bhawan-card {
        width: 100% !important;
        height: auto !important;
     }
     
     .lowerFooter img {
	    height: 13px !important;
        width: 39px !important;
     }
     
     .first_section .btn {
         font-size: 12px;
         padding: 12px 12px;
     }
     
      .first_section .btn-container {
         padding-top: 40px !important;
     }
     
     	.p-sm-00 {
		padding:0 !important;
	}
	
	.second_section {
	   border-radius: 30px;
	}
	
	.carousel-indicators {
        bottom: -17%;
	}
}

@media screen and (max-width:320px) {
    .navbar {
        margin: 0px -60px !important;
    }
	.logoo-part img {
        max-width: 50px;
	}
	.logoo-part .text-3 {
        font-size: 10px;
    }

	.first_section .wrapper .main_text h1 {
        font-size: 32px !important;
        line-height: 40px;
     }
     .first_section .wrapper .under_text h6 {
         font-size: 17px;
         line-height: 35.73px;
     }
     .first_section .btn-container {
        padding-top: 30px !important;
	}
    .first_section .btn {
         font-size: 10px;
         padding: 12px 8px;
   	}
   	
     .second_section .title {
         font-size: 25px;
     }
     
     .second_section .title::after {
     	 height: 6px;
     }
}


@media screen and (max-width:1200px) {
	nav .navbar-nav li a {
		font-size: 14px !important;
	}

	.navbar {
		margin: 0px -42px;
	}

	nav .navbar-nav li a .fa {
		padding-right: 3px;
		color: #0FA958;
		font-size: 18px !important;
	}


	section.header2 {
		padding: 0px 20px 0px 20px !important;
	}
	
}

@media screen and (max-width:1325px) {
 
	section.header2 {
		/* padding: 6px 10px 6px 10px !important; */
		padding: 6px 56px 6px 56px !important;
	}
}