html {
    width: 100%;
    --green: #304a46;
    --orange: #db7b1b;
    --beige: #fefcf4;
    --grey: #676767;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
}

/*Color & Font Scheme*/
.green {
    color: #304a46;
}

.orange {
    color: #db7b1b;
}

.beige {
    color: #fefcf4;
}

.grey {
    color: #676767;
}

.white {
    color: white;
}

.serif {
    font-family: DM Serif Display;
}

@font-face {
    font-family: "AvenirNext";
    src: url("/Fonts/AvenirNext.ttc") format('truetype');
    font-weight:normal;
}

.avenir{
    font-family: "AvenirNext" !important;
}

.gothic {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.gothic-letter-spacing {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    letter-spacing: 0.18em;
    line-height: 25px;
}

.serif-letter-spacing {
    font-family: DM Serif Display;
    letter-spacing: 0.05em;
}

body {
    background-color: #fefcf4;
    height: 100%;
}

#wrapper { 
    overflow: hidden;
}

#scrollToTop {
    display: none;
    position: fixed;
    bottom: 88px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
}

#scrollToTop img {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 600px) {
    body {
        position: relative;
    }

    #scrollToTop {
        display: block;
        bottom: 88px;
        right: 8vw;
    }
}

.page-background {
    width: 100vw;
    height: 100%;
    z-index: 1;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--bg-image);
}

h1,
h2 {
    font-weight: bold;
    color: #304a46;
    font-family: DM Serif Display;
}

.weight {
    font-weight: bold;
}

/* Navbar */

.navbar {
    background-color: var(--beige);
    width: 100vw;
    position: inherit;
    top: 0;
    z-index: 999999;
}

.navbar li:hover {
    text-decoration: dashed;
    text-decoration-color: #304a46;
}

.navbar-brand img {
    position: relative;
    width: 40%;
    display: block;
}

.navbar-toggler {
    position: absolute;
    color: #304a46;
    top: 0px;
    left: 5px;
    transform: translate(0, 50%);
    padding: 0.12rem 0.25rem;
    border: none;
    width: auto;
}

.nav-toggle-button span {
    background-color: black;
}

.nav-item a {
    padding-left: 18px;
    padding-right: 15px;
    font-size: 18px;
    font-family: DM Serif Display;
    font-style: italic;
    font-weight: normal;
    line-height: 180%;
    /* or 43px */
    letter-spacing: 0.05em;
    color: #000000;
}

.nav-item {
    align-self: center;
}

@media only screen and (max-width:765px)
{
    .nav-item #referral-programme{
    margin:0 auto;
}
}

.nav-item-last {
    padding-right: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    text-align: center;
}

.navbar-custom {
    box-shadow: 0 2px 4px 0 #db7b1b;
    font-size: 14px;
    z-index: 999 !important;
    position: fixed;
}

/*Footer*/

footer {
    top: -100px;
    width: 100vw;
    letter-spacing: 0.1em;
    color: white;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    z-index: 1;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    box-shadow: #304a46;
}

.footer-container label {
    font-size: 20px;
}
.footer {
    background-color: #304a46;
}

.footer-label {
    font-size: 16px;
    font-weight: bold;
}

.footer-container {
    position: relative;
    width: 100%; 
    margin-top: 32px;
}

footer a:hover {
    background-color: none;
    color: #db7b1b;
    text-decoration: none;
}

footer a {
    color: white;
    font-size: 14px;
}

.footer-container img {
    width: 80%;
}

/*CTA*/
.chat {
    position: fixed;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
    width: 100px;
    border: none;
    background: none;
}

.back-to-menu {
    width: 30px;
    position: absolute;
    top: 7px;
    z-index: 10;
    left: 20px;
}

.modal-dialog {
    width: auto;
    height: auto;
}
.modal-content {
    background-color: #fefcf4;
}

#regForm {
    background-color: #fefcf4;
    width: 100%;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
    cursor: pointer;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

.survey-button {
    color: #777;
    float: right;
    background-repeat: no-repeat;
    background-size: 30% 105%;
    display: inline-block;
    width: 100px;
    height: 30px;
    content: "";
}

.customer-survey-select-button {
    height: 50px;
    width: 97%;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    text-align: center;
    background-color: transparent;
    color: #304a46;
    margin-top: 0;
}

.survey-button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}

.selection-row {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    width: 93%;
}
/* Make progress bar:indicate the steps of the form: */
.step {
    height: 6px;
    width: 100px;
    background-color: #bbbbbb;
    border: none;
    display: inline-block;
    opacity: 0.5;
    margin-bottom: 20px;
}

.step-at-right {
    right: -12px;
    top: 10px;
}

.step-at-right .step {
    width: 7vw;
}

.step.active,
.step-at-right.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish,
.step-at-right.finish {
    background-color: #db7b1b;
}
.modal {
    top: 10vh;
}

/*Book Now Modal*/
.bookTab {
    display: none;
}

#bookModal .customer-survey-select-button {
    width: 42%;
}
/*Homepage*/

#homepage-landing-page-curve {
    top: -15px;
    left: -10px;
    width: 60%;
    /* z-index: 1; */
}

.homepage-section {
    z-index: 999 !important;
}
.title {
    margin-top: 50px;
    color: #304a46;
    font-size: 2.2em;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: bold;
    z-index: 999;
}

.desc {
    font-size: 14px;
}

#homepage-landing-page-curve span {
    color: #db7b1b;
}

#homepage-landing-page-curve form {
    width: 30%;
}

#homepage-landing-page-curve form .select {
    width: 70%;
    height: 40px;
    background: #fbfbfb;
    border: 0.5px solid #676767;
    color: #676767;
    padding-left: 10px;
    padding-right: 10px;
}

select {
    width: 30%;
    height: 50px;
    left: 79px;
    top: 574px;
    margin-bottom: 3px;
    background: #fbfbfb;
    padding-left: 10px;
    border: 0.5px solid #000000;
    box-sizing: border-box;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    color: grey;
}

.findHome_button {
    border: none;
    width: 20%;
}

.centered {
    letter-spacing: 0.1em;
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homepage-banner img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
    width: 100vw;
}
.co-living img {
    width: 80%;
}

.community-driven {
    width: 100%;
}

.carousel-indicators {
    top: 77%;
    bottom: 3%;
    left: 71%;
    width: 8%;
    cursor: pointer;
}
.carousel-indicators .active {
    background-color: #db7b1b;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    color: #304a46;
    background-color: #304a46;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 50%;
}

/*FAQ*/

.faq button.accordion{
    padding-bottom:10px;
}
button.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.4s;
    border: 5px dashed #889e81;
    padding-top: 10px;
}

button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}

button.accordion::after {
    color: #777;
    background-image: url(../img/faq/open-more.png);
    background-repeat: no-repeat;
    background-size: 30% 105%;
    background-position-x: right;
    margin-top: -5px;
    float: right;
    display: inline-block;
    width: 100px;
    height: 25px;
    content: "";
}

button.accordion.active:after {
    content: ""; /* Unicode character for "minus" sign (-) */
    background-image: url(../img/faq/close.png);
    background-position-x: right;
}

button.accordion p {
    margin-top: 0px;
    margin-bottom: -10px;
    width: 95%;
    padding-left: 32px;
}
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    max-width: 90vw;
}

div.panel.show {
    opacity: 1;
    max-width: 100%;
    max-height: 500px;
}

div.panel p {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    padding-left: 32px;
    padding-top:10px;
    padding-bottom:10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 70%;
        margin: 1.75rem auto;
    }
}

@media only screen and (max-width: 600px) {
    .footer-container img {
        width: 50%;
    }

    .modal-content {
        height: 100%;
        text-align: -webkit-center;
    }

    .modal-body {
        height: 100%;
        text-align: -webkit-center;
    }

    .modal-dialog {
        height: 95%;
    }

    .carousel-indicators {
        top: 90%;
        left: 22%;
        /* bottom: 7%; */
        width: 21%;
        height: 17%;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin-top: 26px;
    }

    .chat {
        bottom: 1vh;
        right: 1vw;
        width: 100px;
    }

    .step {
        height: 5px;
        width: 20%;
    }

    .selection-row {
        position: inherit;
        /* bottom: -230px; */
        padding: 2px 2px 10px 2px;
        /* margin-top: 20px; */
    }

    .modal-dialog h2 {
        font-size: 20px;
    }

    .modal-body {
        overflow-x: auto;
    }


    .nav-item {
        padding: 0px;
    }

    #bookModal .customer-survey-select-button {
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
    .selection-row {
        position: inherit;
        /* bottom: -230px; */
        padding: 2px 2px 10px 2px;
        /* margin-top: 20px; */
    }
}

/* Blogs */
.blog-bg {
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    background-position: center;
}

@media only screen and (min-width: 1280px) {
    #homepage-landing-page-curve {
        width: 55% !important;
        /* z-index: 1; */
    }
}

@media only screen and (device-width: 375px)and (device-height:812px){
    #homepage-landing-page-curve {
        width: 120% !important;
    }
    .section0 { 
        height: 100% !important;
    }
}

/*IPHOEN 5/SE*/
@media only screen and (min-width: 320) and (max-height:568px){
    #homepage-landing-page-curve {
        width: 140% ;
    }
}

  
.fadein{
    opacity: 0;
}

.container{
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
     -ms-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in;
         transition: opacity 1s ease-in; 
}

.container.load {
    opacity: 1;
}

.swal2-styled.swal2-confirm{
    text-align: center !important;
    background-color:#304a46  !important;
    color:white !important;
}