body
{
    color:#000;
} 
.socialicon
{
    /*filter:invert(1);*/
}
.bg-black
{
    background:#FFF !important;
}
.bg-blacklight
{
    background:#fff !important;
}
    p {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
}
@font-face {
  font-family: 'Lyon';
  src: url('../fonts/Lyon Regular.ttf') format('truetype');
}

.LyonFont {
  font-family: 'Lyon', sans-serif !important; /* Use your font */
}

.banner-header {
    height: 95vh;
    background-position: center;
}       
.banner-header h1 {
    font-size: 170px;
    line-height: 180px;
}
.banner-header h4 {
    font-size: 22px;
    line-height: 30px;
}
.banner-header p {
    font-size: 20px;
    line-height: 20px;
    margin-top:45px;
}
.montserrat
{
     font-family: "Montserrat", serif;
}
.AlegreyaFont
{
     font-family: "Alegreya", serif;
     text-transform:uppercase !important; 
}
.kaisei {
  font-family: "Kaisei HarunoUmi", serif;
}
.urbanist {
  font-family: "Urbanist", serif;
}
.raleway {
  font-family: "Raleway", serif;
}

.fw400
{
    font-weight:400 !important;
}
.fw500
{
    font-weight:500 !important;
}
.fw600
{
    font-weight:600 !important;
}
.fw700
{
    font-weight:700 !important;
}
.section-title {
    font-size: 42px;
    line-height: 80px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.text-justify
{
    text-align:justify;
}

.btn-boutique {
    color: #fff;
    background: #000;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    border-radius: 0;
    padding: 10px 20px;
    border:1px solid #000;
}

.btn-boutique:hover
{
    background: #fff;
    color: #000;
    border:1px solid #000;
}

.boutique-img {
    border-radius: 50% 50% 0 0;
}

.bottom-right-leaf {
    background: url('https://www.auruslife.com/front/assets/img/banners/leaf-bottom-right.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-position-y: bottom;
}
.top-right-leaf {
    background: url('https://www.auruslife.com/front/assets/img/banners/leaf-right-top.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-position-y: top;
}
.leaf-both {
    background: url('https://www.auruslife.com/front/assets/img/banners/leaf-both.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-position-y: top;
}
.bottom-left-leaf {
    background: url('https://www.auruslife.com/front/assets/img/banners/leaf-left-bottom.png');

    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    background-position-y: bottom;
}
.drop-shadow {
    box-shadow: 0px 0px 100px 10px #00000014;
}
.owl-dots
{
    margin-top:15px;
    text-align:Center;
}
.choosebox
{
    display:flex;
}
.chooseicon {
    width: 60px;
    height: 60px;
}
.chooseheading
{
    font-size:20px;
    margin-bottom:5px;
}
ul.chooselist {
    padding-left: 15px !important;
}
.chooselist li {
    list-style-type: disc !important;
    padding: 0  !important;
    font-size: 14px;
    line-height: 18px;
}
.text-boutique {
    color: #9E6747;
}
.subheading
{
    font-size: 18px;
    line-height: 22px;
}
.padding-top-50
{
    padding-top:50px
}
.padding-bottom-50
{
    padding-bottom:50px
}
ul.bulletlist {
    padding-left: 15px !important;
}
.bulletlist li {
    list-style-type: disc !important;
    padding: 0  !important;
}
.amenitybox {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 20px 60px;
}
.amenityheading
{
    font-size:18px;
    margin-bottom:5px;
}

.overflow-hidden-x{
            overflow-x:hidden;
        }
        .testimonialbox {
    background: #fff;
    padding: 10px 30px;
    text-align: center;
    box-shadow: 0px 22px 84px 0px #0000001C;
    transition: transform 0.8s ease-in-out;
    position: relative;
}
.owl-item .testimonialbox{
		    opacity: .8;
		    transform:scale(0.8);
		}

.testimonialbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialbox{
    margin-top: 20px;
    margin-bottom: 70px;
}
.owl-item.center .testimonialbox {
    transform: scale(1);
    box-shadow: 0px 22px 84px 0px #0000001C;
     opacity: 1;
		    
}
.testimg {
    position: relative;
    min-width: 45%;
    max-width: 45%;
    margin-bottom: -70px;
    margin-right: 30px;
}

.quote-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px !important;
}

.profile-img {
    width: 100% !important;
}

.testcontent h5 {
    font-size: 20px;
    font-weight: bold;
    text-align:left;
    color:#000;
}

.testcontent p {
    font-family: Urbanist;
    font-weight: 600;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align:left;
}

    .teststars {
    font-size: 14px;
    color: #f3d73b;
    margin: 6px 0;
    text-align: left;
}

.testcontent h6 {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 900;
    margin-top: 10px;
    color:#000;
    text-align:left;
    margin-bottom:0
}

.designation {
    font-family: Urbanist;
font-weight: 500;
font-size: 14px;
letter-spacing: 0%;
    text-align:left;
    color:#4E5253;
}
  .accordion
    {
        border:none;
    }
    .accordion .accordion-item {
    border: 1px solid #E8E8E8;
    margin-bottom: 14px;
    border-radius: 0;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #cfcfcf
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 0;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #000
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #000
  border: 1px solid #000
}
.accordion button .accordion-title {
  padding: 5px 20px;
  font-family: Raleway;
font-weight: 600;
font-size: 18px;
line-height: 25px;
letter-spacing: -0.4px;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #000
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  font-family: Raleway;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.02px;
margin-left:20px;
color:black;
}
.accordion-content p
{
    color:black !important;
}

    .faqdiv {
        margin-top:70px;
        margin-bottom:70px;
    box-shadow: 0px 0px 35px 5px #00000014;
    padding: 20px;
}
.single-contactbox p {
    font-family: 'Montserrat' !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    margin-bottom: 2px;
}
.single-contactbox h6 {
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    margin-bottom: 2px;
    color: #000;
}
.single-contactbox span {
    background: #ffffff;
}
.single-contactbox span img {
    filter: invert(1);
}
    .faqdiv h4
    {font-family: Raleway;
font-weight: 700;
font-size: 25px;
line-height: 30px;
letter-spacing: -0.47px;
color:#000;

    }
    .boutique-quote
  {
      background:#000;
      
padding:20px;
  }
  .boutique-quote h5
  {
      color:#fff;
font-weight: 400;
font-size: 40px;
line-height: 60px;
letter-spacing: 0%;
  }
  .boutique-contactbox
  {
      padding:30px;
    box-shadow: 8px 8px 20px 5px #0000000D;
    border: 1px solid #CFCFCF;
    border-radius:20px;
  }
  label{
      font-family: Raleway;
font-weight: 500;
font-size: 20px;
line-height: 40px;
letter-spacing: 0%;

  }
  input.form-control,.form-select,textarea {
    background: #F5F6F8 !important;
    border-radius: 0 !important;
    padding: 10px !important;
    border: 0 !important;
    height: 50px !important;
    max-height: 50px !important;
    margin-bottom:25px !important;
}
textarea.form-control
{
    min-height:150px !important;
}
@media only screen and (min-width: 786px) {

.padding-left-desk-50
{
    padding-left:50px;
}
}
@media only screen and (max-width: 480px) {
    .section-padding60 {
    padding: 60px 5px;
}
.banner-header h1 {
    font-size: 100px;
    line-height: 180px;
}
.banner-header {
    height: 70vh;
}
.section-title {
    font-size: 23px !important;
    line-height: 1.2em !important;
}
h2.maintitle
{
    font-size: 40px !important;
    line-height: 1.2em !important;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
.boutique-img {
    margin-bottom: 20px !important;
}
.amenitybox {
    padding: 10px !important;
}
.testimonialbox-inner {
    flex-direction: column !important;
    gap:80px !important;
}
.boutique-quote h5 {
    font-size: 24px !important;
    line-height: 40px !important;
}
.btn-boutique {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    align-items: center !important;
}
.bottom-right-leaf
{
    padding:60px 0 150px 0 !important;
}
.testimonialbox {
    margin-bottom: 10px !important;
}
}

    button.schedulebtn {
    background: black;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 5px 35px;
    border-radius: 50px;
}
.schedulediv
{
    background: #ffffff;
    border-radius: 30px;
    padding: 40px 0px;
    box-shadow: 0px 0px 100px 10px #00000014;
    position: relative;
}
 button.schedulebtn:hover
 {
     background:#ab8a62;
 }
.schedulebtn i
{
    padding-left:10px;
}
    .formhead
    {
        font-family: Montserrat;
font-weight: 500;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color:#000;

    }
    .schedulecheck
    {
        font-weight: 500;
        color:#000;
        padding-left:10px;
    }
    .schedule.form-control, .schedule.form-select, .schedule textarea {
    background: #ffffff !important;
    padding: 10px !important;
    height: 50px !important;
    max-height: 50px !important;
    margin-bottom: 25px !important;
    border-radius: 10px !important;
    border: 1px solid #DEDEDE !important;
}
    .banner-header.banner-height
    {
        height:90vh !important;
    }
    .preivilege-div {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    padding:15px;
}
.preivilege-div p
{
    text-align:left !important;
}
.preivilege-div h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: black;
    margin-bottom: 10px;
    text-align:left !important;
    text-transform:uppercase;
}
    img.preivilege-icon {
    box-shadow: 4px 4px 4px 0px #00000026;
    border: 1px solid #00000026;
    padding: 10px;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    background:white;
}
.single-facility img
{
    /*filter:invert(1) brightness(1.5);*/
}
    .facilties .single-facility p {
    font-weight: 600;
    color:#000;
}
    .hotel_content .hotel_loc {
    color: #B0B0B0;
    font-weight: 300;
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-size: 16px;
}
.hostel_price_main {
    font-family: 'Inter';
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot span
{
    padding:4px;
    background: #48763820;
    border: 1px solid #48763820;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #487638;
    border: 1px solid #487638;
}
    .pointer
    {
        cursor:pointer;
    }
    .sliders-button-674 {
    display: flex;              /* Use flexbox to align the buttons on the same line */
    justify-content: space-between; /* Space them equally within the container */
    align-items: center;        /* Vertically center the buttons */
    gap: 10px;                  /* Optional: Adds space between the buttons */
}

.butn-book, .butn-request {
    display: inline-block;      /* Ensure they remain inline */
    padding: 10px 20px;         /* Adjust padding for a consistent button size */
    font-size: 16px;            /* Set the font size */
    text-align: center;         /* Ensure text is centered */
    text-decoration: none;      /* Remove underline from links */
    background-color: #007bff;  /* Example background color */
    color: white;               /* White text color */
    border-radius: 5px;         /* Rounded corners for buttons */
    width: 48%;                 /* Set width to 48% for equal sizing */
    box-sizing: border-box;     /* Include padding and border in the width calculation */
    transition: background-color 0.3s ease; /* Add a smooth transition for hover effects */
}

.butn-book:hover, .butn-request:hover {
    background-color: #0056b3;  /* Darker shade on hover */
}
    @media only screen and (min-width: 1200px) and (max-width: 1899px) {
    #newChapterModal
        {
            max-height:68%;
            margin:10% auto;
        }
        #newChapterModal .modal-header {
            padding: 1px !important;
        }
    }
    @media only screen and (min-width: 1900px) {
        #newChapterModal
        {
            max-height:55%;
            margin:10% auto;
        }
        #newChapterModal .modal-header {
            padding: 1px !important;
        }
    }
    .btn-white-inquire
    {
    background: white !important;
    color: black !important;
    font-weight: 500 !important;
    padding: 10px 70px !important;
    border-radius: 0 !important;
    font-family: 'Poppins' !important;
    border: 1px solid white !important;
    }
    .section-padding-top
    {
        padding:100px 0 0 0;
    }
    @media only screen and (max-width: 600px) {

    .mb--22 {
    margin-bottom: -22px !important;
}
}

    .testimonial-card img {
     height: 100%; 
    margin-bottom: 5px;
}
.testimonial-card {
    padding: 8px;
}
    .city-image-container {
    position: relative;
}
.hostel-label {
    z-index: 9;
}

.city-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Black opacity */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-radius:15px;
}
.img-greyscale
{
    filter: grayscale(100%);
}
.coming-soon {
    margin: 0;
    font-size: 25px;
    line-height:30px;
    color: white;
    font-weight: 400;
    font-family: "La Luxes", sans-serif !important;

}
    img.worldimg {
    height: 450px;
    object-fit: cover;
}
@media screen and (max-width: 480px) {
    img.worldimg {
    height: 300px;
    object-fit: cover;
}
}
        .owl-carousel .owl-nav button.owl-next, 
        .owl-carousel .owl-nav button.owl-prev{
            width: 35px;
            height: 35px;
            line-height: 0px;
            background: transparent;
            color: #000;
            font-size: 25px;
            margin-right: 10px;
            margin-left: 10px;
            cursor: pointer;
            border: 1px solid rgb(0 0 0 / 70%);
            border-radius: 100%;
            transition: all 0.2s ease-in-out;
            transform: scale(1.0);
            padding-bottom:4px !important; 
        }
        .owl-nav{
            position: absolute;
            right: 0;
        }
        .overflow-hidden-x{
            overflow-x:hidden;
        }
    .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 0px solid #cfcfcf;
}
        .section-padding
        {
            padding:100px 0 !important;
        }
        .section-padding-top
        {
            padding-top:100px  !important;
        }
        .section-padding-bottom
        {
            padding-bottom:100px  !important;
        }
        .leaf-TopRight {
            position: absolute;
            width: 200px;
            right: 0;
            margin-top: -100px;
            filter:brightness(2)
            
        }
        .leaf-TopLeft {
            position: absolute;
            width: 200px;
            left: 0;
            margin-top: -100px;
            filter:brightness(2)
            
        }
        .leaf-BottomLeft {
            position: absolute;
            width: 200px;
            left: 0;
            margin-top: -100px;
            filter:brightness(2)
            
        }
        .leaf-BottomRight {
            position: absolute;
            width: 200px;
            right: 0;
            margin-top: -100px;
            filter:brightness(2)
            
        }
        @media only screen and (max-width: 600px) {

        .banner-header.banner-height {
            height: 40vh !important;
        }
       h2.maintitle {
    font-size: 45px !important;
    line-height: 45px !important;
    margin-top: 80px;
}
.leaf-TopRight {
    position: absolute;
    width: 120px;
    right: 0;
    margin-top: -100px;
    
}
.leaf-BottomLeft {
    position: absolute;
    width: 120px;
    left: 0;
    margin-top: -20px;
}
.leaf-BottomRight {
    position: absolute;
    width: 120px;
    right: 0;
    margin-top: -20px;
}
.leaf-TopLeft {
    position: absolute;
    width: 120px;
    left: 0;
    margin-top: -100px;
}
.firstsection
{
    margin-top:50px;
}
.preivilege-div p
{
    display:none;
}
.preivilege-div {
    align-items: center;
    padding: 5px;
}
.preivilege-div h5 {
    text-align: center !important;
}
        }
        
        
            .review-strip {
    display: flex;
    background: black;
    padding: 2px 20px;
    margin-bottom:20px;
}
.sch-formdiv
{
    padding:10px 30px;
}


.schedulediv {
    box-shadow: 0px 0px 10px 4px #00000063;
    margin-top:50px;
}

.landingfooter
    {
        padding:25px;
        background:black;
    }
    .accordion button .icon
    {
        color: black !important;
    }
    .accordion button .accordion-title {
    color: black !important;
}

.fixed-whtsp {
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    z-index: 9999;
    text-align: center;
}
.fixed-tel {
  position: fixed;
  bottom: 160px;
  right: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
  text-align: center;
}
.closebtn {
    position: absolute;
    z-index: 99999;
    right: 20px;
    top: 60px;
    width:35px;
}
.modal-content {
    background: transparent;
}
@media only screen and (max-width: 600px) {


.mobbtns
{
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width:100%;
}
.mobwhtsp {
    padding: 20px;
    background: white;
    width: 100%;
    color:#487638;
    font-weight:600;
    text-align:center;
    font-size:18px;
}
.mobcall {
    padding: 20px;
    background: #487638;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-align:center;
    font-size:18px;
}
.landingfooter {
    padding-bottom: 80px;
}
}
    