/* main css */

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../fonts/Helvetica.woff') format('woff');
}
@font-face {
    font-family: 'Helvetica Bold';
    font-style: normal;
    font-weight: 900;
    src: local('Helvetica Compressed'), url('../fonts/Helvetica-Bold.ttf') format('woff');
}

:root {
  --white: #fff;
  --black: #000;
  --color1: #fb5607;
  --color2: #2d6a7f;
  --color3: #342697;
  --color4: #457b9d;
  --color5: #1d3557;
}

body {
	background-color: var(--white);
    font-family: 'Helvetica';
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Bold';
	color: var(--color2);
	/*letter-spacing:1px;*/
}

.bg-overlay {
	position: relative;
}
.bg-overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0.5
}
.bg-overlay.theme-overlay:before {
	background-color: var(--color5);
}
.bg-overlay.white-overlay:before {
	background-color: #fff;
	opacity: 0.8
}
.bg-overlay.black-overlay:before {
	background-color: #000;
}
.bg-overlay .container {
	position: relative;
	z-index: 1;
}
.line {
	display: inline-block;
	width: 100px;
	height: 3px;
	background-color: var(--color1);
}
.text-justify { text-align: justify; }

.bg-1 { background-color: var(--color1); }
.bg-2 { background-color: var(--color2); }
.bg-3 { background-color: var(--color3); }
.bg-4 { background-color: var(--color4); }
.bg-5 { background-color: var(--color5); }

.btn1 {
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn1:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
  
.btn1:focus {
    outline: none;
}
  
.btn1 {
    background-image: linear-gradient(
      to right,
      #2d6a7f,
      #34829d,
      #3e95b3,
      #397589
	);
}

.element {
	animation: slideOutLeft 1s forwards;
	animation-timeline: scroll();
}

/* header */
header { 
	display: unset; /* required for sticky header */
}
.topbar {  }
.topbar .item {
	display: flex;
	align-items: center;
	column-gap: 15px;
}
.topbar .item i {
    background: var(--white);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    color: var(--color2);
	font-size: 14px;
}
.topbar .item span {
	display: block;
}
.topbar .item a {
	font-size: 14px;
	color: var(--white);
	text-decoration: none;
}
.social li {
	display: inline-block;
	margin: 0 5px;
}
.social li img {
	width: 20px;
	filter: brightness(0) invert(1);
}
.navbar {
	position: fixed;
	/*position: -webkit-sticky;*/
	top: 0; /* required */
	left: 0;
	right: 0;
	z-index: 10;
	/*backdrop-filter: blur(5px);*/
	/*background-color: var(--white);*/
	/*box-shadow: 0 10px 10px rgba(0,0,0,0.2);*/
	margin-top:50px;
	transition: 0.5s;
}
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow:0 10px 10px rgba(0,0,0,0.1);
	margin-top: 0px;
}

.navbar-brand,
.navbar-brand:hover {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	color: var(--color1);
}
.navbar-brand img { height: 70px; }
.nav-item {
	position: relative;
	padding: 0 15px;
}
/*
.nav-item:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	content: '';
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.nav-item:last-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	content: '';
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}*/
.nav-link {
	color: #111;
	font-size: 18px;
	font-weight: 500;
}
/*********************/
/* slider */
.owl-slide .item img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.owl-slide .owl-nav > div {
	position: absolute;
	top: 40%;
	font-size: 3em;
	color: #fff;
	padding: 10px;
}
.owl-slide .owl-nav > div.owl-prev { left: 0;}
.owl-slide .owl-nav > div.owl-next { right: 0;}
.owl-slide .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap:10px;
}
/*********************/
.carousel-item {
	position: relative;
}
.carousel-item .main {
	width: 100%;
	height: 520px;
	object-fit: cover;
}
.carousel-item .carousel-caption {
	height: 520px;
	display: grid;
	place-items:center;
}
.carousel-item p {
	font-size: 10em;
	font-weight: bold;
	position: absolute;
	top: -50px;
	right: 10px;
	line-height: initial;
	margin: 0;
	opacity: 0.5;
}
.carousel-item h1 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 0;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
}

/*********************/
.breadcrumb {
	position: relative;
    background-size:cover;
    padding:150px 0 50px;
}
.breadcrumb:before {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:'';
	background:#fff;
	opacity:0.5;
}
.breadcrumb .container {
	position: relative;
	z-index:1;
}
/* banner */
.banner {
	position: relative;
}
.banner img {
	width: 100%;
	height: calc(100% -140px);
}
.banner .grid_view {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner .item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .item span {
	background-color: #fff;
	padding: 10px;
	outline-offset: 5px;
	outline-width: 2px;
	outline-color: #fff;
	outline-style: solid;
	color: rgb(120,55,250);
	font-size: 24px;
	font-weight: bold;
	transition: 0.5s;
}
.banner .item:hover span {
	background-color: rgb(120,55,250);
	outline-color: rgb(120,55,250);
	color: #fff;
}
/*********************/
/* marquee */
.news {
	display: flex;
	align-items: center;
}
.news > span {
	background-color: #f00;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}
.news p {
	margin: 0;
}
/*********************/
/* home products */
.home_products {
	background-size: 100% 100%;
}
.home_products .item {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:30px;
}
.home_products .desc {
}
.home_products .item {
    margin-bottom:30px;
}
.home_products .item img {
    border-radius:15px;
	/*border: 4px double rgba(255,255,255,0.5);*/
}
.home_products .item figure img {
	width: 150px;
}
.home_products .item:nth-child(even) figure {
    order:2;
}
.home_products .btn1 {
	display: inline-block;
}

.welcome {
	position: relative;
	overflow: hidden;
	/*background-color: #e7e7db;*/
	background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(229,190,124,1) 100%);
}
/*
.welcome:before,
.welcome:after {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	content: '';
}
.welcome:before {
	background-image: url('../upload/tree2.png');
	left: 0;
	width: 400px;
	transform: translateX(-45%) translateY(30px);
	background-position: bottom;
}
.welcome:after {
	background-image: url('../upload/tree.png');
	right: 0;
	width: 400px;
	background-position: bottom;
	transform: rotateY(180deg) translateX(-40%) translateY(10px);
}*/
.welcome .btn {
	background-color: #efcda5;
	border-color: #666;
	font-weight: 500
}
.welcome .btn:hover {
	background-color: #111;
	border-color: #111;
	color: #fff;
}
.welcome img {
    border-radius:15px;
}

/*********************/
.amenities .item {
    margin-top: 40px;
}

.amenities .item figure {
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color2);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    transition: ease all 0.5s;
}

.amenities .item figure img {
    width: 60px;
    filter: brightness(0) invert(1);
}

.amenities .item figure:before {
    content: '';
    background: url(../upload/amenities.webp) center center;
    position: absolute;
    background-size: contain;
    width: 120%;
    height: 120%;
    transition: ease all 0.5s;
}

.amenities .item p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    height: 45px;
}

.amenities .item:hover figure:before {
    transition: ease all 0.5s;
    animation: rotate-object 2s linear infinite;
}

.amenities .item:hover figure {
    transition: ease all 0.5s;
    animation: pulse-cust 2s;
}

@keyframes rotate-object {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(45, 106, 127, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(45, 106, 127, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(45, 106, 127, 0);
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(45, 106, 127, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(45, 106, 127, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(45, 106, 127, 0);
    }
}

/*********************/
/* category */
.category .item {
	display: block;
}
.category .item figure {
	border-radius: 50%;
	border:5px solid #eee;
	overflow: hidden;
}
.category .item img {
	width: 100%;
}
.category .item span {
	display: inline-block;
	background-color: rgb(120,55,250);
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
}
.owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	gap:10px;
	margin-top: 30px;
}
.owl-carousel .owl-dots > div {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #111;
}
.owl-carousel .owl-dots > div.active {
	background-color: #efcda5;
}
/*********************/
/* counter */
.counter_wrap {
	background-size: cover;
	background-attachment: fixed;
}
.counter_wrap h1 {
	font-size: 60px;
	font-weight: 700;
	color: #efcda5;
}
/*********************/
/* testimonials */
.testimonials {
	background-attachment: fixed;
}
.testimonials .item {
	background-color: rgba(255,255,255,0.8);
	padding: 30px;
	border-radius: 15px;
}
.testimonials .item img {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border:4px solid #fff;
	margin: 0 auto;
	margin-bottom: 15px;
}
/*********************/
/* gallery */
.gallery {}
.gallery .grid_view {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 15px; 
    grid-template-areas: 
    "item1 item2 item4 item5"
    "item1 item3 item4 item6"; 
}
.gallery .item:nth-child(1) { grid-area: item1; }
.gallery .item:nth-child(2) { grid-area: item2; }
.gallery .item:nth-child(3) { grid-area: item3; }
.gallery .item:nth-child(4) { grid-area: item4; }
.gallery .item:nth-child(5) { grid-area: item5; }
.gallery .item:nth-child(6) { grid-area: item6; }
.gallery .item {
	display: block;
	position: relative;
	background:#eee;
	border-radius:15px;
	overflow:hidden;
}
.gallery .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery .item:after {
	font-family:'FontAwesome';
	font-size: 30px;
	color: #fff;
	position: absolute;
	text-align: center;
	content: '\f055';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
	transition: 1s;
}
.gallery .item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transform: scale(0);
	transition: 0.5s;
}
.gallery .item:hover:after {
	transform: scale(1);
}
.gallery .item:hover:before {
	transform: scale(1);
}

.galleryinner .item {
    display:block;
    border-radius:10px;
    overflow:hidden;
}
.galleryinner .item img {
    height:250px;
    transition:0.5s;
}
.galleryinner .item:hover img {
    transform:scale(1.1);
}
/*********************/
/* form */
.enquiry {
	background-color: #eee;
}
.form1 {}
.wrap-input-8 .input {
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: #f5f6fd;
  border: 1px solid #ccc; 
  padding: 7px 14px 9px; 
  transition: 0.4s;
}

.wrap-input-8 .input:focus {
  outline: none;
}

.wrap-input-8 {
  position: relative;
  margin-bottom: 10px;
}

.wrap-input-8 .input ~ .focus-border:before,
.wrap-input-8 .input ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color1);
  transition: 0.3s;
}
.wrap-input-8 .input ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.wrap-input-8 .input ~ .focus-border i:before,
.wrap-input-8 .input ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: var(--color1);
  transition: 0.4s;
}
.wrap-input-8 .input ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.wrap-input-8 .input:focus ~ .focus-border:before,
.wrap-input-8 .input:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
.wrap-input-8 .input:focus ~ .focus-border i:before,
.wrap-input-8 .input:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}

/*********************/
/* whyus */
.whyus { background-size: cover; background-attachment: fixed; }
.whyus .grid_view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
.whyus .item {
    padding: 25px;
    border-radius: 10px;
    border:1px solid #fff;
    display: flex;
    gap:15px;
    align-items: center;
    color: #fff;
}
.whyus .item figure {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 50%;
}
.whyus .item figure img {
    width: 50px;
}
@keyframes LeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes RightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.whyus .item:nth-child(odd) {
  -webkit-animation-name: LeftBig;
  animation-name: LeftBig;
}
.whyus .item:nth-child(even) {
  -webkit-animation-name: RightBig;
  animation-name: RightBig;
}

/*********************/
.custom1 .item {
    border:1px solid #fff;
    border-radius:10px;
    padding:10px;
    margin:10px 0;
}
.team {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
}
.team:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: #111;
	opacity: 0.5;
}
.team .container-fluid {
	position: relative;
	z-index: 1
}
.team img {
	border-radius: 15px;
}

/*********************/

/* footer */
footer {
    background: #efcda5;
}
footer h4 {
	position: relative;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
footer h4:after {
	position: relative;
	display: block;
	content: '';
	width:60px;
	height: 3px;
	background-color: var(--color1);
	margin: 20px 0;
}
footer .links {
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
footer .links li {
	display: block;
}
footer .links li a {
	display: block;
	color: var(--white);
}
.footer-bottom {
	background-color: rgba(0,0,0,0.2);
}

.places .item {
	/*background-color: #eee;*/
	padding: 15px;
}
.places .item figure {
	width: 100%;
	aspect-ratio:1/1;
	/*height: 300px;*/
	overflow: hidden;
	margin: 0 0 10px;
	border-radius:50%;
}
.places .item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.places .item:hover figure img {
	transform: scale(1.1);
}
.modal p {
    font-size:14px;
}
.modal .form-control {
    font-size:14px;
    padding:5px 10px;
    margin-bottom:10px;
}
.modal .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    background: #f00;
    border-radius: 50px;
    color: #fff;
    opacity: 1;
    display: block;
    border:#f00;
}

.call-fixed {
  position: fixed;
  box-shadow: 0px 0px 10px #e0e0e0;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  bottom: 25px;
  right: 25px;
  z-index: 10;
}
.call-fixed a {
  display: block;
  margin: 10px 0;
}
.call-fixed a img {
  height:30px;
}

/*********************
Responsive CSS
*********************/
@media only screen and (max-width: 480px) {
	.carousel-item .main { height: 300px; }
	.carousel-item p { font-size: 5em; top: -25px; }
	.carousel-item h1 { font-size: 24px; }
	.counter_wrap h1 { font-size: 48px; text-align: center; }
    .home_products .item {
        display: grid;
        grid-template-columns: none;
        grid-gap: 30px;
    }
    .navbar-brand img {
        height: 55px;
    }
    .lgimg {
        display: none;
    }
    .navbar-collapse {
    background-color: #fff;}

}