@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --primary: #964734;
    --secondary: #0FA4AF;
    --white: #fff;
    --dark: #003135;
    --grey: #AFDDE5;
}

body {
    margin: 0;
    padding: 0 !important;
	font-family: "Rubik", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], textarea, select, label {
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
    font-family: "Rubik", sans-serif;
    border: 1px solid #0fa4af26;
    margin: 0px 0 8px;
    border-radius: 10px;
    padding: 13px 20px;
    font-weight: 300;
    letter-spacing: .5px;
    background: #f1f1f1;
}
form#commentform textarea, form#commentform input[type="text"] {
    background: #ffffff0d;
}
.comments label {
    background: no-repeat;
    border: none;
    padding: 5px 0;
}
::placeholder {
  	font-weight:400;
	color:#333;
}

select,
input[type="date"] {
    padding: 14px 17px;
}
input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    font-size: 14.5px;
    border: 0;
    outline: none;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    padding: 13px 20px;
    letter-spacing: 1px;
    border-radius: 10px;
    line-height: normal;
    width: 100%;
}
input[type="submit"]:hover {
    background: var(--primary);
    color: var(--white);
    transition: 0.8s;
}

textarea {
    height: 100px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0 0;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Poppins", sans-serif;
    color: #555555;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

ul,
li,
a {
    list-style-type: none;
    font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
}

a:hover {
    transition: 0.8s;
    text-decoration: none;
}
.heading, .leftheading {
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: var(--black);
    letter-spacing: .5px;
}
.leftheading span {
    color: var(--secondary);
}
.heading span{
 color:var(--secondary);
}
.leftheading {
    margin-bottom:30px;
}
.heading {
    text-align: center;
}
.subheading {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Poppins';
}
a.btn.btn-primary {
    padding: 12px 30px;
    background: var(--primary);
    color: var(--white);
    border-radius: 10px;
}

/* TOP CONTACT CSS */

.topbar {
    padding: 5px 0;
}
.volunteers figure {
    background: var(--secondary);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.volunteers img {
    width: 20px;
}
.volunteers {
    column-gap: 5px;
    font-family: "Caveat", cursive;
    font-size: 22px;
    font-weight: 600;
}
.top-contact {
    column-gap: 20px;
}
.top-contact p, .top-contact p a {
    color: var(--white);
    font-size: 15px;
}
.topcontact {
    column-gap: 10px;
    align-items: center;
    justify-content: end;
}

.smoicons {
    column-gap: 3px;
    background: #ffffff26;
    padding: 4px;
    border-radius: 50px;
    display: inline-flex !important;
}
.smoicons li {
    margin: 0 !important;
    padding: 0 !important;
}
.smoicons li i {
    position: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
}
.smoicons li a {
    color: var(--white);
    background: var(--secondary);
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: inset 0 0 10px #ffffff14;
    font-size: 15px;
}
.smoicons li img {
    width: 18px;
}

.smoicons svg path {
    fill: var(--white);
}

.topcontact ul {
    column-gap: 20px;
}
.topcontact i {
    color: var(--white);
    background: #564e9585;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50px;
}
.topcontact li {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.topcontact a {
    font-size: 16px;
}

/* Header */

header .row {align-items: center;}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: linear-gradient(180deg, #000000 0%, #00000061 70%, #00000000 100%);
    padding: 10px 0;
}
.hdrlogo img {
    width: 180px;
}
figure.hdrlogo {
    background: var(--white);
    border-radius: 6px;
}
/* Menubar */

.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
}
.menubar .btn-secondary {
    border-radius: 10px 10px 0 10px;
    padding: 10px 20px !important;
    margin: 0 !important;
}
.menubar .btn:before {
    border-radius: 10px 10px 0 10px !important;
}
.login {
    color: var(--black);
    font-weight: 300;
    column-gap: 5px;
    padding-right: 15px;
}
.login i {
    color: var(--white);
    background: #564e9585;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 50px;
}
.menubar .btn-primary {
    background: none !important;
    border: 1px solid var(--white);
}

/* SLIDER SECTION CSS */

.mainslider {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mainslider:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(0deg, #000000d1 0%, #00000000 100%);
    height: 200px;
    z-index: 9;
}
.carousel-content {
    width: 60%;
    text-align: left;
    margin: 0 auto;
}

.mainslider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    filter: brightness(0.7);
}
.mainslider .carousel-caption small {
    font-size: 14px;
    padding: 6px 17px 6px 0;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 6px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 2px;
    border-bottom: 1px solid var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 42px;
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--white) !important;
    line-height: 51px;
    margin-bottom: 20px;
}
.mainslider .carousel-caption h2 span {
    color: var(--secondary);
}
.mainslider .carousel-caption p {
    font-size: 16px;
    line-height: 29px;
}

.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
#large-header {
    position: absolute;
    top: 50%;
    z-index: 11;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
}
.slider-contact {
    column-gap: 15px;
}
.slider-contact i {
    background: #0000007d;
    height: 43px;
    width: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #ffffffd1;
    font-size: 18px;
    color: var(--white);
}
.contact-info span {
    font-weight: 200;
    font-size: 15px;
    margin-bottom: 5px;
}

/* about us section  */
.aboutus{
  padding:50px 0;
}
.aboutus img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.aboutus ul {
    display: flex;
    padding-top: 18px;
    justify-content: space-between;
}
.aboutus ul li {
    background: #f5f5f5;
    width: 31%;
    border-radius: 10px;
    padding: 15px;
}
.aboutus ul li h3 {
    color: var(--dark);
    text-align: center;
    font-family: 'Poppins';
    font-size:35px;
    font-weight:600;
}
.aboutus ul li h6 {
    color:var(--dark);
    text-align: center;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-size:15px;
}

/* services section  */
.ourservices {
    background: #0fa4af14;
    padding: 50px 0 60px;
}
svg.svg-img.left-side {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-135px);
}
svg.svg-img.right-side {
    position: absolute;
    right: 50%;
    transform: translateX(135px);
    top: 5px;
}
path.cls-1 {
    fill: var(--primary);
}
path.cls-2 {
    stroke: var(--primary);
    fill: transparent;
    stroke-width: 2px;
}
circle.cls-3 {
    stroke-width: 2px;
    stroke: var(--primary);
    fill-opacity: 0;
}
.aboutservices {
    background: var(--white);
    padding: 20px;
    border-radius: 20px;
    transition: .3s ease-in-out;
    border: 1px solid #f5f5f5;
    height: 100%;
}
.servicesinfo ul li {
    margin-bottom: 5px;
    color: var(--secondary);
}
.servicesinfo h3 {
    font-weight: 600;
    margin-bottom: 13px;
    font-size: 21px;
}
.servicesinfo {
    padding: 20px 0 0;
}
.ourservices .row {
    row-gap: 20px;
}
.aboutservices figure img {
    transition: transform 0.3s ease;
    width:55px;
}
.aboutservices:hover figure img {
    animation: shake 0.6s ease;
}
.aboutservices:hover{
 border:1px solid var(--primary);
 transition: .3s ease-in-out;
}
.servicesinfo a {
    color: var(--primary);
    font-family: cursive;
    font-style: italic;
    letter-spacing: 1px;
    text-decoration: underline;
    font-size: 14px;
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
}
/* rooms section  */

.rooms {
    padding: 50px 0 60px;
}
.rx-rooms-main-box {
  position: relative;
  -webkit-perspective: 1000px;
}
.rooms .btn-primary {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
}
.rx-rooms-main-box .rooms-box-front {
  text-align: center;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  border-radius: 20px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  background-color: transparent;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
.rx-rooms-main-box .rooms-box-front img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}
.rx-rooms-main-box .rooms-box-front .content-wrap {
  width: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 50px) scale(0.9);
          transform: translate3d(0, 0, 50px) scale(0.9);
}
.rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact {
    position: absolute;
    bottom: 55px;
    left: 30px;
    right: 30px;
    padding: 13px 0;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50px;
}
.rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.rx-rooms-main-box .rooms-box-back {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  border-radius: 20px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(245, 245, 245, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rx-rooms-main-box .rooms-box-back img {
  position: absolute;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 30px;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px;
}
.rx-rooms-main-box .rooms-box-back .content-wrap {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 50px) scale(0.9);
          transform: translate3d(0, 0, 50px) scale(0.9);
}
.rx-rooms-main-box .rooms-box-back .content-wrap .box-overlay {
  content: "";
  background-color: rgba(245, 245, 245, 0.9);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #131618;
  border-radius: 20px;
}
.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .rx-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .rx-price span {
  padding: 8px 18px;
  background-color: #131618;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}
.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact {
    height: calc(100% - 75px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
}
.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight:600;
  line-height: 1.2;
  color: #000;
}
.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact ul li {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
}
.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button {
  background-color: #131618;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}
.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button i {
  font-size: 16px;
}
.rx-rooms-main-box:hover .rooms-box-front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.rx-rooms-main-box:hover .rooms-box-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.sub-inner-contact ul li {
    margin-bottom: 5px;
    color: var(--primary) !important;
    font-weight: 500 !important;
    letter-spacing: .5px;
}
.rooms .row {
    row-gap: 20px;
}
.rooms svg.svg-img.left-side {
    transform: translateX(-153px);
}
.rooms svg.svg-img.right-side {
    transform: translateX(153px);
}
.sub-inner-contact i {
    background: var(--primary);
    color: var(--white);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 20px;
}


/* AMENITIES SECTION CSS */

.amenities {
    padding: 50px 0 50px;
    background: #0fa4af14;
}
.amenities figure img {
    width: 100%;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 0;
}
.amenities-desc h2 {
    font-size: 65px;
    letter-spacing: 2px;
    margin-left: -105px;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555555;
    font-weight: 600;
	margin-bottom:20px;
}
.amenities svg.svg-img.left-side {
    transform: translateX(-170px);
}
.amenities svg.svg-img.right-side {
    transform: translateX(170px);
}


/* FOUNDER DETAILS SECTION CSS */

.founder .row {
    margin: 22px 0;
}
.founder .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.founder-content {
    background: linear-gradient(90deg, #0fa4af1a, transparent);
    padding: 22px;
    border-radius: 15px;
    border-left: 3px solid var(--secondary);
}
.founder .row:nth-child(odd) .founder-content {
    background: linear-gradient(270deg, #0fa4af1a, transparent);
    border-right: 3px solid var(--secondary);
    border-left: none;
}
.founder-content h3 {
    margin-bottom: 10px;
    font-weight: 600;
}
.founder-content p:last-child {
    margin: 0 !important;
}
.founder-content strong {
    font-weight: 500;
    color: var(--primary);
}
.founder-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.behindcnt{
    background: #e8f6f7;
    padding: 18px;
    border-radius: 10px;
    border-left: 2px solid var(--secondary);
    border-right: 2px solid var(--secondary);
    color: #000000ad;
    margin: 55px 0;
    height:100%;
}
.behindcnt h3 {
    font-weight: 600;
    margin-bottom: 10px;
}
.behindcnt strong {
    color: var(--primary);
    font-weight: 500;
}
.behindus .row .col-lg-6:first-child {
    width: 60%;
}
.behindus .row .col-lg-6:nth-child(2) {
    width: 40%;
}
.behindus span {
    color: var(--primary);
    font-weight: 600;
}
.ourdaughter {
    background: #f9f9f9;
    padding: 40px 0;
    text-align: center;
    margin-top: 55px;
}
.ourdaughter span {
    color: var(--primary);
    font-weight: 600;
}
.mrittika-info ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 28px;
}
.mrittika-info ul li:after {
    position: absolute;
    top: 9px;
    left: 0;
    height: 6px;
    width: 6px;
    background: var(--primary);
    border-radius: 50%;
    content: '';
    outline: 1px solid #ccc;
    outline-offset: 5px;
}
.mrittika-info ul li span {
    font-weight: 500;
}

/* tab panel section  */
.nav-pills .nav-link {
    border: 0;
    background: var(--white);
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 50px;
    padding: 5px 20px 5px 5px;
    text-align: left;
}
.nav-link figure {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9647342b;
    border-radius: 50%;
}
.mrittika-info strong {
    color: var(--primary);
    font-weight: 500;
    margin: 10px 0;
    display: block;
}

/* MRITTIKA DETAILS SECTION CSS */

.nav-sidebar {
    background: #96473414;
    padding: 25px;
    border-radius: 4px;
}
.nav-item button figure {
    background: #e6d3ce6b;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.mrittika-content img {
    height: 450px;
    object-fit: cover;
    border-radius: 4px;
}
.mrittika-info {
    background: #96473414;
    padding: 20px;
    margin-top: 15px;
    border-radius: 4px;
}
.mrittikaexperience-info {
    background: #96473414;
    padding: 20px;
    margin-top: 15px;
    border-radius: 4px;
}
.mrittikaexperience-content img {
    height: 450px;
    object-fit: cover;
    border-radius: 4px;
}
.mrittika-content h3 {
    font-size: 26px;
    margin-bottom: 8px;
}
.mrittikaexperience-info h3 {
    margin-bottom: 8px;
}
.mrittika-info p {
    margin: 0;
}



/* pricing section  */
.modaldesc ul li {
    font-size: 14px;
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
}
.modaldesc ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    height: 10px;
    width: 10px;
    background: var(--primary);
    border-radius: 50px;
    outline: 2px solid #e97b1052;
}
.modalimage img {
    border-radius: 6px;
}
.modaldesc ul li span {
    font-weight: 500;
}
li.pricedesc .btn {
    background: var(--primary);
    color: var(--white);
    border: 1px solid var(
    --primary);
    padding: 5px 18px !important;
    font-size: 12px;
    border-radius: 50px;
}
.pricing .btn-primary {
    display: block;
    width: fit-content;
    margin: 10px auto;
}

.mindful {
    background: #0fa4af17;
    padding: 60px 0;
    margin-bottom: 60px;
}
.mindful-image img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
}
.coming-soon {
    background: #0fa4af17;
    padding: 60px 0;
    margin-top: 60px;
}
.tentsize {
    padding-top: 60px;
}
.tentsize img {
    width: 100%;
    border-radius: 6px;
}
.tentsize .row {
    background: #96473414;
    padding: 12px 0;
    border-radius: 6px;
    align-items: baseline;
    border: 1px dashed #96473442;
}
.tentsize span {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
}
.priceperperson i {
    height: 45px;
    width: 45px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 10px;
    color: var(--white);
    font-size: 20px;
}
.tentsize .row:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 15px;
    margin-bottom: 15px;
}
.mindful-content p {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.mindful-content .leftheading {
    margin-bottom: 15px;
}
.pricing {
    padding: 45px 0 50px;
}
.pricing .row {
    margin: 20px 0;
}
.pricing .pricingimg img {
    width: 100%;
    border-radius: 200px;
    border: 1px solid #96473433;
}
.aboutprice h2 {
    color: var(--primary);
    font-size: 52px;
    opacity: 0.2;
    font-weight: 600;
    margin-bottom: 12px;
    transition: .3s ease-in-out;
}
.pricinglist:hover h2{
  color:var(--primary);
  opacity:1;
  transition: .3s ease-in-out;
}
.aboutprice h2 span {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);
}
.aboutprice h3 {
    font-size: 20px;
    font-family: 'Poppins';
    letter-spacing: .5px;
}
.pricinglist {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 20px 0;
    position:relative;
    transition: all .3s ease-in-out;
}
.pricinglist:hover{
  border-top: 2px solid #555555;
  border-bottom: 2px solid #555555;
  transition: all .3s ease-in-out;
}
.pricedesc li {
    margin-bottom: 6px;
    color: var(--secondary);
}
.pricinglist figure {
    height: 45px;
    width: 45px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #eee;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-25px);
    transition:all .3s ease-in-out;
}
.pricinglist:hover figure{
 border:2px solid #555555;
 transition:all .3s ease-in-out;
}
.pricinglist figure img {
    width: 12px;
}
.pricing svg.svg-img.left-side {
    transform: translateX(-145px);
}
.pricing svg.svg-img.right-side {
    transform: translateX(145px);
}
.pricinglist li:nth-child(1) {
    width: 40%;
}
.pricinglist li:nth-child(2) {
    width: 40%;
}
.pricinglist li:nth-child(3) {
    width: 20%;
}

/* FOOTER SECTION CSS  */

footer {
    background: #060606;
    padding: 50px 0 0;
}
a.footer-logo {
    background: var(--white);
    width: 240px;
    border-radius: 6px;
}
.footerabout img {
    width: 200px;
}
.footerabout p {
    color: #d9d9d9;
    line-height: 27px;
    margin: 15px 0;
    font-size: 14px;
    letter-spacing: .2px;
}
footer h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
footer li a {
    color: #d9d9d9;
    display: inline-block;
    font-size: 14px;
}
.footer-details li i {
    height: 38px;
    width: 38px;
    background: #0fa4af47;
    border: 1px solid #ffffff3b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 12px;
    margin-right: 10px;
    color: var(--white);
}
.ftricons {
    column-gap: 5px;
}
.ftricons li i {
    height: 38px;
    width: 38px;
    border: 1px solid #00800030;
    background: #0fa4af47;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}
.copyright p {
    background: var(--secondary);
    color: var(--white);
    padding: 10px 0;
    border-radius: 25px 25px 0 0;
    letter-spacing: .5px;
}
.copyright p a {
    color: var(--white);
    font-size: 15px;
    transition:all .3s ease-in-out;
}
footer .menu li {
    position: relative;
    padding-left: 30px;
    line-height: 40px;
}
footer .menu li:before {
    position: absolute;
    content: '\f0a4';
    color: var(--secondary);
    font-family: 'Font Awesome 5 Free';
    top: 0px;
    left: 0;
}
.copyright p a:hover{
 color:var(--primary);
  transition:all .3s ease-in-out;
}

/* BREDCRUMB SECTION CSS  */

.secondary-container {
    padding: 60px 0;
}
.breadcrumb {
    background: linear-gradient(0deg, #00000094, #00000000), url(../images/bredcrumbbg.jpg);
    padding: 150px 0 70px;
    text-align: center;
    background-size: cover;
    background-position: bottom;
}
.breadcrumb h1, .breadcrumb p{
 color: var(--white);	
}
.breadcrumb p {
    margin: 0;
}
.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}

/* About us section  */
.whymrittika {
    padding-bottom: 50px;
}
.mrittikacnt {
    background: #9647341f;
    text-align: center;
    padding: 25px 15px;
    border-radius: 6px;
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}
.mrittikacnt p {
    color: #1a1a1ae3;
    width: 91%;
    margin: 0 auto;
}
.whatawaits {
    background: #0fa4af0d;
    padding: 45px 0;
}
.whatawaits .row{
 row-gap:15px;
}
.aboutawaits {
    background: var(--white);
    padding: 20px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    border: 1px solid #0fa4af38;
}
.aboutawaits figure {
    height: 85px;
    width: 85px;
    background: #0fa4af26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 15px;
}
.aboutawaits figure img {
    width: 55px;
}
.aboutawaits h3 {
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 10px;
}
.text {
    margin-bottom: 35px;
}
.treasures {
 padding-bottom:50px;
}
.treasures figure img {
    width: 100%;
}
.abouttreasure {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    overflow: hidden;
    background: #96473412;
    height: 100%;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}
.treasure-info {
    padding: 12px;
}
.treasure-info h3 {
    font-weight: 600;
    margin: 10px 0 8px;
}
.abouttreasure figure img {
    height: 230px;
    object-fit: cover;
    object-position: right;
     transition: .5s; 
}
.abouttreasure figure{
  position:relative;
  overflow:hidden;
}
.abouttreasure figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.abouttreasure figure:after {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.abouttreasure:hover figure:before{
    left: 50%;
    opacity: 1;
    right: 50%;
}
.abouttreasure:hover figure:after{
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.abouttreasure:hover figure img{
	transform:scale(1.1);
    transition: .5s; 
}
.tranquility {
    margin-bottom: 50px;
    background: linear-gradient(#00000030, #000000a8), url('../images/Step into tranquility .jpg');
    padding: 50px 0px 60px;
    background-attachment:fixed;
    background-position: center center;
    background-size: cover; 
}
.tranquility p {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    color: var(--white);
}
.tranquility-cnt figure {
    height: 85px;
    width: 85px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 15px;
}
.tranquility-cnt figure img {
    width: 60px;
}
/* services page  */
.secondary-container.service {
    padding: 0 0 60px;
}
.farmingstyle{
  padding-top:50px;
}
.farmingstyle figure img {
    width: 100%;
    filter:brightness(0.9);
}
.aboutfarming figure {
    overflow: hidden;
    position: relative;
    border-radius: 6px 6px 0 0;
}
.farmingcnt {
    width: 100%;
    text-align: center;
    background: #afdde554;
    padding: 12px;
    border-radius: 0 0 6px 6px;
}
.farmingcnt h3 {
    margin-bottom: 8px;
    font-weight: 600;
}
.farmingcnt p {
    color: #000000d6;
}
.localcuisinecnt {
    margin: 0 auto;
    background: #96473421;
    border-radius: 6px;
    padding: 16px;
    border: 1px dashed #96473440;
}
.localcuisinecnt p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #000000c7;
}
.localcuisinecnt h2 {
    font-size: 30px;
}
.localcuisine {
    padding-top: 50px;
}


/* CONTACT US PAGE CSS */

.contactus_details {
    box-shadow: inset 0 0 15px #00888a4d;
    padding: 20px;
    height: 100%;
    border-radius: 6px;
    background: var(--white);
}
.contactus_details i {
    background: var(--secondary);
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    border-radius: 50px;
    color: var(--white);
    font-size: 20px;
}
.contact-info {
    margin-bottom: 0 !important;
}
.contactus .contact-info {
    margin-bottom: 50px !important;
}
.google-map iframe {
    width: 100%;
    border-radius: 6px;
    height: 435px;
}
.contact-form {
    background: #0fa4af26;
    padding: 60px 0;
}
.contactform-sidebar {
    background: var(--white);
    padding: 25px;
    border-radius: 6px;
}

/* our partners page  */
.aboutpartners .row {
    background: #0fa4af2b;
    padding: 15px 0 20px;
    text-align: center;
    border-radius: 6px;
}
.aboutpartners .row p {
    color: #000000ba;
    width: 90%;
    margin: 0 auto;
}
.sharedvision {
    background: #d7f0f23b;
    margin: 55px 0;
    padding: 40px 0;
    text-align: center;
}
.whatweoffer img {
    width: 100%;
    border-radius:6px;
}
.whatweoffer .row {
    background: #9647341f;
    padding: 15px 0;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 1px dashed #96473442;
    align-items:center;
}
.whatweoffer .row:nth-child(even){
 flex-direction:row-reverse;
}
.whatweoffer .leftheading {
    font-size: 28px;
    margin-bottom: 15px;
}
.whatweoffer strong {
    color: #000000b3;
}
.joinus {
    background: #0fa4af1f;
    padding: 40px 0;
    text-align: center;
    margin-top: 55px;
}
.joinuscontent span {
    font-weight: 500;
    color: var(--primary);
}
.joinuscontent p {
    color: #000000d6;
}
/*  tent details section  */
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}
th, td {
    border: 1px solid #0000001a;
    padding: 10px;
}
.tentdetails table th {
    font-weight: 500;
    padding: 15px;
    color: var(--primary);
    background: #9647341f;
}
table tr:nth-child(even) {
    background: #f9f9f9;
}
.tentdetails table img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 6px;
}
.tentdetails .btn {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    padding: 8px 18px !important;
    font-size: 14px;
}
td.coming {
    color: red;
}
.terms ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
}
.terms ul li:before{
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    height: 10px;
    width: 10px;
    background: var(--primary);
    border-radius: 50px;
    outline: 2px solid #e97b1052;
}
.cancellation ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
}
.cancellation ul li:before{
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    height: 10px;
    width: 10px;
    background: var(--primary);
    border-radius: 50px;
    outline: 2px solid #e97b1052;
}
.cancellationcnt {
    text-align: center;
    background: #0fa4af14;
    padding: 40px 0;
    margin-top: 60px;
}
.policies {
    padding-top: 60px;
}
.restictions {
    margin-top: 60px;
    text-align: center;
}
.restictions p {
    background: var(--primary);
    padding: 20px;
    border-radius: 20px 0 20px 0;
    color: var(--white);
}
.meals {
    background: var(--white);
    box-shadow: 0 5px 10px #ddd !important;
    padding: 20px;
    border-radius: 6px;
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    position: sticky;
    top: 0;
}
.cancellation h5 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 17px;
    background: #96473438;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
}
.meals h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.policies .leftheading {
    font-size: 26px;
}
.meals span {
    color: var(--primary);
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}
.meals li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color:#222222cf;
}
.meals li:after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    height: 7px;
    width: 7px;
    background: var(--primary);
    border-radius: 50%;
    outline: 1px solid #00000042;
    outline-offset: 5px;
}
.meals strong {
    color: var(--primary);
    font-weight: 500;
}
.calendly {
    text-align: center;
    margin-bottom: 45px;
}



@media only screen and (max-width:1199px){
.menutop li a {
    font-size: 14px;
    padding: 30px 15px;
}
.tentdetails .btn {
    display: block;
    width: fit-content;
    margin: 12px 0;
    padding: 8px 18px !important;
    font-size: 14px;
}
th, td {
    text-align: left;
}
.menutop li a {
    padding: 17px 4px !important;
}
}
@media only screen and (max-width:991px){
.menutop {
    display: none;
}
header .col-sm-2 {
    width: 25%;
}
header .col-sm-10 {
    width:75%;
}
.mainslider .carousel-caption h2 {
    font-size: 35px;
    margin-bottom: 12px;
}
.aboutus img {
    height: 100%;
}
.aboutus .row {
    row-gap: 15px;
}
.rx-rooms-main-box .rooms-box-front img {
    height: 100%;
}
.amenitiesldr .row .col-lg-8 {
    width: 100%;
}
.amenitiesldr .row .col-lg-4 {
    width: 100%;
}
.slick-dots {
    margin-top: 0 !important;
}
.amenities-desc {
    text-align: center;
    margin-top: 15px;
}
.amenities-desc h2 {
    font-size: 40px;
    display: inline-block;
    margin: 0 auto 10px;
}
.pricing .pricingimg img {
    height: 250px;
    object-fit: cover;
    margin-bottom: 12px;
}
.pricinglist li:nth-child(3) {
    width: 8%;
}
footer .row {
    row-gap: 15px;
}
button#rmp_menu_trigger-573 {
    background: var(--primary);
}
.tranquility p {
    width: 100%;
}
.abouttreasure figure img {
    height: 100%;
}
.treasures .row {
    row-gap: 18px;
}	
.treasure-info h3 {
    font-size: 25px;
}	
.mrittikaexperience .col-sm-4 {
    width: 100%;
}
.mrittikaexperience .col-sm-8 {
    width: 100%;
}
.mrittikaexperience .row {
    row-gap: 15px;
}
.founder .col-sm-8 {
    width: 100%;
}
.founder .col-sm-4 {
    width: 100%;
}
.founder .row{
 row-gap:15px;
}
.mindful-content p {
    width: 100%;
}
.tentsize .row {
    row-gap: 15px;
}
.mrittika .col-sm-4 {
    width: 100%;
}
.mrittika .col-sm-8 {
    width: 100%;
}
.mrittika .row{
 row-gap:15px;
}
.aboutpartners .row p {
    width: 100%;
}
.whatweoffer .row {
    row-gap: 15px;
}
.contact-info .col-md-3 {
    width: 100%;
}
.contact-info .row {
    row-gap: 15px;
}
.contact-form .col-sm-5 {
    width: 100%;
}
.contact-form .col-sm-7 {
    width: 100%;
}
.contact-form .row {
    row-gap: 15px;
}
  table, thead, tbody, th, td, tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }
.tentdetails table img {
    height: 100%;
}

  td {
    display: block;
    text-align: center;
  }

  td:before {
    content: attr(data-label);
    font-weight: normal;
    display: block;
    text-align: left;
  }
.tentdetails .btn {
    display: block;
    width: fit-content;
    margin: 12px auto;
    padding: 8px 18px !important;
    font-size: 14px;
}
}
@media (max-width:767px){
.carousel-caption {
    left: 45%;
    width: 65%;
}
.carousel-content {
    width: 100%;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}
.mainslider .carousel-caption small {
    font-size: 12px;
}
.heading, .leftheading {
    font-size: 29px;
}
a.btn.btn-primary {
    padding: 9px 22px !important;
    font-size: 13px;
}
.rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact {
    bottom: 30px;
}
.heading, .leftheading {
    margin-bottom: 20px;
}
.pricinglist figure {
    position: inherit;
    transform: translateY(0);
    margin: 10px auto 0;
}	
.pricinglist {
    flex-wrap: wrap !important;
}
.pricinglist li {
    width: 100% !important;
    text-align: center;
}
.mrittikaexperience-content img {
    height: auto;
}
.policies .row {
    row-gap: 20px;
}
.cancellationcnt {
    margin-top: 40px;
}
.restictions {
    margin-top: 40px;
}
.tentdetails {
    padding: 40px 0;
}
.policies {
    padding-top: 40px;
}
}
@media (max-width:667px){
header .col-sm-2 {
    width: 35%;
}
header .col-sm-10 {
    width: 65%;
}
.slick-track {
    height: 420px;
}
.tentdetails .btn {
    margin: 10px auto 0;
}
.aboutus {
    padding: 40px 0;
}
.ourservices {
    padding: 40px 0;
}
.rooms {
    padding: 40px 0;
}
.amenities {
    padding: 40px 0;
}
.pricing {
    padding: 40px 0;
}
.bestexperience {
    padding: 40px 0;
}
.behind-mrittika {
    padding: 40px 0;
}
.mrittika-details {
    padding: 40px 0;
}
.ourpartners {
    padding: 40px 0 0;
}
.joinus {
    margin-top: 40px;
    padding: 25px 0;
}
.sharedvision {
    margin: 40px 0;
    padding: 40px 0;
}
.contactus {
    padding: 40px 0 0;
}
.contactus .contact-info {
    margin-bottom: 40px !important;
}
.contact-form {
    padding: 40px 0;
}
.mrittika-content img {
    height: auto;
}
.mindful {
    padding: 40px 0;
    margin-bottom: 0;
}
.tentsize {
    padding-top: 0;
}
.coming-soon {
    padding: 40px 0;
    margin-top: 40px;
}
.modal-body .col-sm-5 {
    width: 100%;
}
.modal-body .col-sm-7 {
    width: 100%;
}
.modal-body .row {
    row-gap:15px;
}
.modalimage img {
    border-radius: 6px;
    height: 250px;
    object-fit: cover;
}
.tentdetails table img {
    height: 230px;
    object-fit: contain;
}
}
@media (max-width:568px){
.amenities-desc h2 {
    font-size: 30px;
}
.pricing .pricingimg img {
    height: 200px;
}
}
@media (max-width:479px){
.hdrlogo img {
    width: 140px;
}	
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 38px;
}
.carousel-control-prev {
    left: 5px;
}
.carousel-control-next{
 right:5px;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
}
 .leftheading {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 8px !important;
}
.servicesinfo h3 {
    font-size: 20px;
}
.heading{
    font-size: 22px;
    margin-bottom: 17px !important;
}
.amenities-desc p {
    margin-bottom: 0;
}
.amenities-desc {
 margin-top: 12px; 
}
.slick-track {
    height: 385px;
}
.aboutprice h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.aboutprice h3 {
    margin-bottom: 8px;
}
.footerabout img {
    width: 165px;
}
a.footer-logo {
    width: 200px;
}
.whatweoffer .leftheading {
    font-size: 22px;
}
}
@media (max-width:414px){
header .col-sm-2 {
    width: 40%;
}
header .col-sm-10 {
    width: 60%;
}
.carousel-caption {
    left: 53%;
    width: 100%;
}
.mainslider .carousel-caption h2 {
    font-size: 22px;
    line-height: 35px;
}
.aboutus-content p {
    margin-bottom: 5px;
}
.rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact h4 {
    font-size: 18px;
}
.rooms .btn-primary {
    margin: 20px auto 0;
}
.amenities-desc h2 {
    font-size: 23px;
}
.rooms-box-back p {
    display: none;
}
.founder-content p {
    margin-bottom: 6px;
}
.tentdetails table img {
    height: 200px;
    object-fit: contain;
}
}
@media (max-width:375px){
.hdrlogo img {
    width: 120px;
}
.tentdetails table img {
    height: 180px;
    object-fit: contain;
}
}











