@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.containerr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px 20px 0 20px;
}

.heading{
	text-align: center;
	color: #939580;
  margin-top: 40px;
	padding: 8px 0;
	font-size: 48px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital@1&display=swap');
.mini-heading{
	text-align: center;
	color: #333;
	font-family: 'Poppins', sans-serif !important;
	font-style: italic;
    font-size: 32px;
    line-height: 1.2;
	padding: 4px 0;
}

.containerr .headingg h3 {
  font-size: 3em;
  font-weight: bolder;
  padding-bottom: 10px;
  border-bottom: 3px solid rgb(34, 34, 34);
}

.containerr .headingg h3 span {
  font-weight: 100;
}

.containerr .boxx {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.containerr .boxx .imgbox {
  display: flex;
  flex-direction: column;
  width: 32.5%;
}

.containerr .boxx .imgbox img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}

.imgbox img:hover{
  opacity: 0.8;
  transition: 0.3s;
}

.containerr .btnn {
  justify-content: center;
	text-align: center;
  margin: 40px 0 70px 0;
}

.btnn-appoinment
{
	margin-top: 16px;
	display: inline-block;
	padding: 14px 32px;
	font-size: 18px;
	color: var(--bg);
	position: relative;
	overflow: hidden;
	background: rgba(160, 129, 115, 0.7);
}
.btnn-appoinment:hover
{
    background-color: rgb(160, 129, 115);
}

.popup-img{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;

}

.popup-img span{
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  z-index: 100;
}

.popup-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 750px;
  max-height: 100%;
  object-fit: cover;
  
}

@media only screen and (max-width: 769px) {
  .container .box {
    flex-direction: column;
  }

  .container .box .imgbox {
    width: 100%;
  }

  .popup-img img{
    width: 96%;
  }

}

@media only screen and (max-width: 672px) {

  .container .heading {
    width: 100%;
  }

  .container .heading h3 {
    font-size: 2em;

  }

}

/* NAVBAR STARTS */

:root {
  --main-color: #A08173;
  --black: #e6bcb7;
  --bg: #fff;
}

* {
  outline: none;
  border: none;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: .3s linear;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 40px;
}

body {
  background: var(--bg) !important;
  overflow-x: hidden;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - LOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#loader-wrapper{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: white; z-index: 500;}

.loader {
  position: absolute;
  top: 55%; margin-top: -50px;
  left: 50%; margin-left: -50px;
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #222; /* Green */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.header {
  /* background: rgba(113,48,56, 0.7); */
background: transparent;
  display: flex;
  color: #939580;
  align-items: center;
  justify-content: space-between;
  padding: 16px 7%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
}


.header .links a {
  margin: 0 16px !important;
  color: white;
  font-size: 15px !important;
  letter-spacing: .2px !important;
}

.header .icons div {
  color: white;
  font-size: 18px;
  margin-left: 28px;
}

.header .icons div:hover {
  color: var(--main-color);
}

#menu-btnn {
  display: none;
}

/*on scroll effect*/
.nav-change {
  background: rgb(113,48,56);

}


/*backgroung image and breadcrumb */
.wpo-page-title{
background: url(/img/back.jpg) no-repeat top/cover;
  min-height: 360px;
  position: relative;
  display: flex;
text-align: center;
  justify-content: center;
  flex-direction: column;
color: #fff;
  z-index: 1;
}
.wpo-bread-crumb-wrap{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0px;
padding: 0px;
gap: 30px;
list-style-position: outside;
}
.wpo-bread-crumb-wrap li:first-child{
list-style: none;
color: #fff;
}

/* footer style*/
.footer {
  background: #FBF7F6;
  padding: 30px 0px;
  font-family: "Play", sans-serif;
  padding: 40px 0;
  text-align: center;
}

.footer .row {
  width: 100%;
  margin: 1% 0%;
  padding: 0.6% 0%;
  color: gray;
  font-size: 0.8em;
}

.footer .row a {
  color: gray;
  transition: 0.5s;
}

.footer .row a:hover {
  color: #D4B0A5;
}

.footer .row a i {
  font-size: 2em;
  margin: 0% 1%;
}

.footer-link ul {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 20px;
}

.footer-link ul :first-child {
  list-style: none;
}

.menu__link {
  font-size: 20px;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  opacity: 0.75;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 500;
}

.menu__link:hover {
  opacity: 1;
}

.fa-facebook-f{
  color: #3B5999;
  }
  .fa-twitter{
  color: #55ACEE;
  }
  .fa-instagram{
  color: #C80DE9;
  }
  .fa-youtube{
  color: #FE0000;
  }
  .fa-facebook-f:hover{
      color: #333;
      transition: all ease-in-out 0.3s;
  }
  .fa-twitter:hover{
      color: #333;
      transition: all ease-in-out 0.3s;
  }
  .fa-instagram:hover{
      color: #333;
      transition: all ease-in-out 0.3s;
  }
  .fa-youtube:hover{
      color: #333;
      transition: all ease-in-out 0.3s;
  }

/*media query start*/
@media (max-width: 991px) {
  .header {
      padding: 12px 20px;
  }

  #icons-none {
      display: none;
  }

  #icons-none {
      display: none;
  }
  .mini-heading{
		font-size: 28px !important;
	}
}

@media (max-width: 768px) {

.header .links a {
  color: #ccc;
  display: block;
  margin: 15px;
  padding: 14px;
  border-bottom: var(--border);
}
.header .links a:hover{
  padding-bottom: 15px;
}

.header.active{
  background: #713038;
}

.header .links.active{
  right: 0;
}	

#menu-btnn{
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  margin-right: 4px;
}

.header .links{
  position: absolute;
  top: 100%;right: -100%;
  background: rgba(113, 48, 56, .96);
  width: 100%;
  height: calc(100vh - 9.5rem);
  text-align: left;
}

.heading{
  font-size: 36px;
}

.wpo-page-title {
  min-height: 250px;
}

.line-none{
  display: none;
}
}

@media (max-width: 450px){
	.heading{
		font-size: 28px;
	}
  .mini-heading{
		font-size: 20px !important;
	}
}

/*media query end*/


/* Bottom to top button */
.to-top {
  background-color: #FFFFFF;
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f1f1f;
  box-shadow: 0 0 5px rgb(0 0 0 / 17%);
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
}

.to-top i {
  color: black;
  font-size: 22px;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
}

/* Bottom to top button end */

/* NAVBAR ENDS */