* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "poppins";
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Regular.ttf);
}

.space, .space-top {
    margin-block-start: 70px;
}
.space, .space-bottom {
    margin-block-end: 70px;
}

.border-none {
    border: none !important;
}

img {
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.enq-btn {
    padding: 10px 16px;
    background: linear-gradient(45deg, #001f1b, #000);
    font-size: 1rem;
    color: #fff;
    display: inline-block;
    border-radius: 0 25px 0 0;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}
.enq-btn:hover {
    background: #fff;
    color: #001f1b;
    border: 1px solid #001f1b;
}
.client-title {
    border-left: 3px solid #001f1b;
    margin-bottom: 35px;
}
.title-content {
    font-size: 40px;
    color: #000;
    padding-left: 20px;
}
.client-name {
    font-size: 20px;
    color: #001f1b;
    margin: 0 !important;
    padding-left: 20px;
}

.project-highlights__details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #001f1b;
}

.project-highlights__details p {
    margin: 1rem;
    font-size: 20px;
}
.about-img {
    position: relative;
}
.about-img::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #ffffff, transparent 25%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-img img{
 border-radius: 0 90px 0 0;
 border: 5px solid #b99435;
}
.about-us__content {
    padding-left: 25px;
}
@media (max-width:768px) {
    .about-us__content {
        padding-left: 0;
        margin-top: 30px;
    }

    .location-list {
        margin-bottom: 30px;
    }
}
.about-us__content p {
  margin-block: 1rem;
}

.form-group input {
    border: none;
    border-bottom: 1px solid #001f1b;
    border-radius: 0;
    margin-bottom: 16px;
}

.sbt-btn button {
    width: 100%;
    color: #fff;
    background-color: #001f1b;
    border: 1px solid transparent;
    border-radius: 0 25px 0 0;
    padding: 10px 0;
}

.sbt-btn button:hover {
    background-color: #fff;
    border:  1px solid #001f1b;
    color: #001f1b;
}

.amenities-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 25px;
    
}

.amenities-item:hover .amenities-img {
    border-radius: 0;
}

.amenities-img {
    border: 2px solid #001f1b;
    display: inline-block;
    padding: 1rem;
    border-radius: 0 30px 0 0;
    margin-bottom: 1rem;
    transition: 0.3s ease-in-out;
}
.amenities-img img {
    width: 32px;
}
.amenities-content p {
    font-size:  18px;
    font-weight: 600;
    color: #001f1b;
}
.contents h2 {
    border-left: 3px solid #001f1b;
    margin-bottom: 35px;
    padding-left: 20px;
    color: #001f1b;
    font-size: 35px;
}

.location-list h3 {
    border-left: 3px solid #001f1b;
    margin-bottom: 35px;
    padding-left: 20px;
    color: #001f1b;
    font-size: 25px;
    font-weight: bold;
}
.location-content {
    background-color: #001f1b4f;
    padding: 20px;
    border-radius: 0 55px 0 0;
}
.slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.one-time img {
    width: 600px;
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.desk {
    display: block;
}

.mob {
    display: none;
}

@media (max-width: 768px) {
    .desk {
        display: none;
    }
    .mob{
        display: block;
    }
}

.footer-section {
    background: linear-gradient(45deg, #001f1b, #000);
    color: #fff;
}
.footer-section p {
    margin: 20px 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;
}
