body,
html {
  width: 100%;
  height: 100%; scroll-behavior: smooth;
}

body,
div,
ul,
li,
table,
td,
tr,
th,
ol,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
span,
form {
  margin: 0px;
  padding: 0px;
  font-family: 'unbounded';
}

ul {
  list-style: none;
}

body {
  font-size: 16px;
  font-weight: normal;
  color: #181818;
  background: #FFF;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

a {
  color: #000;
  text-decoration: none;
}

body img {
  max-width: 100%;
  display: flex;
}

.baskervville {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  /* 400 - 700 */
  font-style: normal;
}

.unbounded {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  /* 200 - 900 */
  font-style: normal;
}

/*----------------------------------------------menu*/
.mobile-logo {
  display: none;
}
.sticky-header .mobile-logo img{filter: brightness(0) invert(1);}


.header {
  width: 100%;
  border-top: 3px solid #D5AF32;
  background-color: #FFF;
}

.sticky-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  
  transition: all 0.5s ease 0s;
  z-index: 100;
  background-color: #1F1F1F; 
  box-shadow: 0 2px 4px rgba(0,0,0,0.1),
              0 4px 8px rgba(0,0,0,0.05),
              0 8px 16px rgba(0,0,0,0.05);
}


/*-------------------------------------------menu*/


/*old menu code -- not proper work*/

/*.mobile-logo {
  display: none;
}

.sticky-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
  z-index: 100;
}

.header {
  width: 100%;
  border-top: 3px solid #D5AF32;
  background-color: #FFF;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1),
              0 4px 8px rgba(0,0,0,0.05),
              0 8px 16px rgba(0,0,0,0.05);
}*/

/*end*/
.banner {
  width: 100%;
  float: left;
  color: black;
  z-index: 100; padding-bottom: 0; margin-bottom: 0;
}

.banner .slide {
  width: 100%;
  height: 600px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
	
}

.banner .slide.image01 {
  background: #667A6E url("../images/banner/bannerbg01.png");
}

.banner .slide.image02 {
  background-image: url("../images/banner/banner-top01.jpg");
}

.banner .slide.image03 {
  background-image: url("../images/banner/banner-top02.jpg");
}

.banner .slide img {
  max-width: 100%;
  height: auto; 
  margin-top: 100px;
  ;
}

.banner h5 {
  font-family: 'baskervville';
  font-size: 50px;
  color: #FFF;
}

.bottomslider {
  width: 100%;
  float: left;
  color: black;
  z-index: 100;
}

.bottomslider .carousel-dark .carousel-control-next-icon,.bottomslider .carousel-dark .carousel-control-prev-icon {
 filter: brightness(0) invert(1);
}
.bottomslider .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}

.bottomslider .slide {
  width: 100%;
  height: 750px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.bottomslider .slide::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.bottomslider .slide.image01 {
  background: url(../images/slide01.jpg) center center;
}

.bottomslider .slide.image02 {
  background: url(../images/slide02.jpg) center center;
}

.bottomslider .slide.image03 {
  background: url(../images/slide03.jpg) center center;
}

.bottomslider .slide.image04 {
  background: url(../images/slide04.jpg) center center;
}

.bottomslider .slide img {
  max-width: 100%;
  height: auto;
  margin-top: 100px;
  ;
}

.bottomslider h5 {
  font-family: 'baskervville';
  font-size: 60px;
  color: #FFF;
  margin-bottom: 25px;
  width: 100%;
}

.bottomslider p {
  color: #FFF;
  font-size: 24px;
  width: 70%;
  font-weight: 100;
  line-height: 30px;
  font-family: "Unbounded", sans-serif;
  text-align: left;
  letter-spacing: 2px;
}

.bottomslider .container {
  position: relative;
  z-index: 1;
}

.animated-text {
  opacity: 1; color: #FFF;
  transform: translateY(20px);
  animation: slideInUp 5s forwards;
}

.animated-text.delay-1 {
  animation-delay: 5s;
  /* Delay the second text animation */
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.sub-heading {
  font-family: 'unbounded';
  color: #D5AF32;
  font-size: 18px;
  letter-spacing: 2px;
  ;
  text-transform: uppercase;
  margin-bottom: 50px;
  ;
}

.main-heading {
  font-family: 'baskervville';
  color: #667A6E;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 60px;
}

.text {
  font-family: 'unbounded';
  color: #666666;			/*#414141*/
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

.vertical-align-center {
  
}
.container-leftright-pd{
	padding-left:30px; padding-right:30px;
}
.explore-panel {
  width: 100%;
  background: url(../images/contectBGimg.png) no-repeat right bottom;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eeedeb;
  
}

.explore-img {
  width: 100%;
  display: flex;
}

.explore-text {
  width: 47%;
}

.cta {
    overflow: hidden;
    background:url("../images/frames01.png") fixed center no-repeat;
    background-size:100%; /*cover*/
	z-index: 1001;
    padding: 300px 0;
}

.ethos {
  width: 100%;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eeedeb;	
}

.ethos .main-heading {
  font-size: 50px;
}

.ethos .text {
  font-size: 18px;
}

.ethosslider .slide img{ width: 100%; height: 100%; padding-top: 0; margin-top: 0;}

/*.ethos .ethos-img {
	width: 528px;
	height: 500px; margin-right: 0; padding-right: 0;
}*/

.work-top {
  width: 100%;
  background: #667A6E;
  display: flex;
  padding-top: 150px;
  padding-bottom: 30px;
}

.work-top .main-heading {
  color: #FFF;
}


.ter-row {
  display: flex;
}

.ter-col {
  flex: 0 0 20%
}

.row-container {
  display: flex;
  overflow: hidden;
}

.service-box {
  position: relative;
  flex: 0 0 20%;

  background-color: #ffffff;


  overflow: hidden;
  transition: all 0.5s ease;
}

.service-box:hover {
  transform: scale(1.05);

}

.initial-content,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
}


.overlay {
  background: #55675C;
  color: #fff;
  opacity: 0;
  transform: translateY(100%);
}


.service-box:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.overlay img {
  font-size: 48px;
  margin-bottom: 10px;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
}

.service-box:hover .overlay img {
  transform: scale(1);
  opacity: 1;
}

.overlay p {
  text-align: center;
  font-size: 16px;
  padding: 0 18px;
  opacity: 0;
  transition: opacity 0.4s ease 0.3s;
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif;
  letter-spacing: 2px;
  ;
}

.overlay span {
	font-size: 12px;
	text-align: center;
	padding: 0 10px;
	letter-spacing: 1px;
	font-weight: 300;
}

.service-box:hover .overlay p {
  opacity: 1;
}


.work-bottom {
  width: 100%;
  background: #D5AF32;
  color: #FFF;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.work-bottom p {
  font-weight: 400;
  font-size: 38px;
  font-family: 'baskervville';
  font-style: italic;
  text-align: center;
  line-height: 40px;
}

.moments {
  width: 100%;
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
}

.blog {
  width: 100%;
  display: flex;
  padding-top: 100px;
  padding-bottom: 80px;
}

.blog h4 {
  font-size: 11px;
  color: #444444;
  margin-bottom: 15px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;

}

.blog p {
  font-size: 16px;
  font-family: "Unbounded", sans-serif;
  color: #667A6E;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  list-style: 28px;
  margin-bottom: 50px;
}

.blog a {
  font-size: 14px;
  text-transform: uppercase;
  color: #D0A61A;
  display: flex;
  transition: all 0.5s ease 0s;
}

.blog a:hover {
  color: #667A6E;
}

.blog a img {
  position: relative;
  margin-top: 0;
  margin-left: 8px;
  transition: all 0.5s ease 2s;
  width: 20px; height: 20px;
}

.blog img {
  
  margin-bottom: 25px;
}


/*blog img hover effect*/
.effectbox {
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
    transform: rotate(0);
}

.effectbox:hover img {
    filter: grayscale(100%); 
    transform: rotate(2deg) scale(1.2);
}

/*end*/




.arrow-45 {
    transform: rotate(45deg) scale(0.9); transform-origin: center; margin-left: 10px;
}

.footer {
  width: 100%;
  float: left;
  background: #6E8778 url(../images/footerbg.png) top center;
  padding-top: 80px;
  padding-bottom: 150px;
}

.footer img {
  margin-bottom: 50px; width: 250px; 
}

.footer p {
  color: #FFF;
}

.footer h3 {
  color: #FFF;
  font-size: 15px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  ;
}

.footer p {
  font-size: 13px;
  text-align: left;
  font-weight: 300;
  margin-bottom: 15px;
  margin-right: 70px;
}

.footer a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
  color: #FFF;
}

/*Mobile version - after review*/
.footer-mob {
  width: 100%;
  /*float: left;*/ text-align: center;
  background: #6E8778 url(../images/footerbg.png) top center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-mob p {
  color: #FFF;
  font-size: 13px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0;
  /*margin-right: 70px;*/
}

.footer-mob img {
  margin-bottom: 10px; width: 120px; height: 30px;
}


.copyright {
  display: flex;
  width: 100%;
  font-size: 14px;
  padding: 10px 0px;
  font-weight: 200;
  color: #637E6E;
  background-color: #eeedeb;
}

.copyright p {
	font-size: 14px;
	font-weight: 300;
	padding-top: 15px;
	
}
.copyright a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #637E6E;
  padding-top: 15px;
}

.copyright .link {
  display: flex;
  justify-content: right;
  gap: 30px;
  font-size: 14px;
}



.ethosslider{ width:100%; float:left; position:relative; overflow:hidden;
}

.ethos-contact{position:absolute; width:100%; left:0; bottom:-100px; padding:15px; background-color: rgba(85, 85, 85, 0.77); color:#FFF;  transition: all 0.5s ease 0s; z-index:10; display:flex; gap: 20px; justify-content: center; font-size: 13px; font-weight:300; font-family: "Unbounded", sans-serif; letter-spacing:2px; text-transform:uppercase; 
}

.ethosslider .ethos-contact{bottom:0px; transition: all 0.5s ease 0s;
}
.ethosslider .carousel-indicators [data-bs-target] {
      width: 10px;
      height: 10px;
      background: rgba(255,255,255,0.6);
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.3s ease;
	  border-top:none;  
      border-bottom:none;
	  opacity:.8;
	  background-color: #FFF;
	  
    }
 .ethosslider .carousel-indicators .active {
      width: 35px;
      height: 10px;
      border-radius: 20px;
      background: #D5AF32;
      box-shadow: 0 0 6px rgba(0,0,0,0.6);
    }
 .ethosslider .carousel-dark  .ethosslider .carousel-indicators [data-bs-target] {
    background-color: #FFF;
}

.ethosslider .carousel-indicators{bottom: 51px;}



/*Back Top*/
#back-top {position: fixed;	bottom: 50px;	right: 50px;	z-index: 10000;}
#back-top a {width: 30px;	display: block;	text-align: center;	transition: 1s;}
#back-top span {width: 30px;	height: 30px;	display: block;	margin-bottom: 7px;	background: #667A6E;	border-radius: 4px;	transition: 1s;	position: relative;}#back-top span:hover {background: #D5AF32; } 
#back-top span::after {position: absolute;	 content: "\f126"; font-family: "Ionicons";	font-size: 20px;	color: #FFF;	left: 6px;	top: 2px;}
/*end*/