*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: "Schibsted Grotesk", sans-serif;
}

img{
    max-width: 100%;
}
p{line-height: 28px;}
.space, .space-top{
    padding-top: 50px;
}

.space, .space-bottom{
    padding-bottom: 50px;
}

.highlight{
    /* display: inline-block; */
    padding: 25px;
    background: linear-gradient(45deg, #1c210c, #1c210c);
    color: #fff;
    border-radius: 6px;
    margin: 15px 0;
    position: relative;
    border: 1px solid transparent;
    z-index: 1;
    transition: 0.3s ease-in-out;
    max-width: 500px;
}
.highlight::before{
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    transform: translate(0);
    transition: 0.3s ease-in-out;
}
.highlight:hover{
    color: #1c210c;
    border:  1px solid #1c210c;
    z-index: 1;
}
.highlight:hover::before{
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 6px;
    z-index: -1;
    transform: translate(10px, 10px);
}
.alig{
    max-width: 20%;
}
.al-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.al-img img{
    width: 350px;
}
.title{
    text-align: center;
    margin-bottom: 25px;
}
.title-color{
    text-align: center;
    margin-bottom: 25px;
    color: #1c210c;
}
.title h2, .title-color h2{
    font-size: 28px;
}
.title p, .title-color p{
    margin-bottom: 5px;
    font-size: 30px;
}
.about-use-content p{
    line-height: 28px;
}
.bck-color{
    background: #1c210c;
    color: #fff;
}
.bck-color1{
    background: #f6f8ff;;
}
.amenities-content{
        background-color: #f6f8ff;
    /* display: inline-block; */
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    margin: 10px 0;
}
.amenities-content p{
        margin: 15px 0;
}
.floor-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.floor-img img{
    height: 525px;
}
.content1{
    text-align: center;
}
.content1 h2{
    color: #1c210c;
}
.gallery-img img{
    border-radius: 10px;
}
.accordion-item{
    background: transparent;
    margin-bottom: 10px;
}
.accordion-button{
    background: #f6f8ff;
}
.accordion-body p{
    margin-bottom: 7px;
}

@media (max-width:767px) {
    .alig{
        max-width: 100%;
    }
    .about-use-content{
        margin-top: 20px;
    }
    .floor-img{
        margin-top: 20px;
    }
}

section, .floor-plan, main{
    overflow: hidden;
}
.ft-section p{
    margin-bottom: 0;
    padding: 10px 0;
}

.slide-btn {
    position: fixed;
    right: -33px;
    top: 32%;
    display: block;
    z-index: 99999999;
    background: #f6f8ff;
    color: #1c210c;
    padding: 10px;
    border: none;
    transform: rotate(-90deg);
    transition: 0.3s ease-in-out;
    border: 1px solid #1c210c;
}

.dwn-btn {
    position: fixed;
    right: -58px;
    top: 60%;
    display: block;
    z-index: 99999999;
    background: #f6f8ff;
    color: #1c210c;
    padding: 10px;
    border: none;
    transform: rotate(-90deg);
    transition: 0.3s ease-in-out;
    border: 1px solid #1c210c;
}

.form-control {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.sbt-btn button {
    width: 100%;
    padding: 5px;
    border: none;
    background: #f6f8ff;
    border-radius: 20px;
    color: #1c210c;
    border: 1px solid #1c210c;
}
.form-p {
    font-weight: 500;
    color: #1c210c;
    font-size: 18px;
}
.modal-title {
    text-align: center;
    width: 100%;
}
.thank-content{
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.thank-content a{
    border: 1px solid #1c210c;
    padding: 10px;
    width: 200px;
    text-align: center;
    color: #1c210c;
    text-decoration: none;
}