html {
    scroll-behavior: smooth;
}

/* common button */
.button {
    background-color: black;
    padding: 20px !important;
    color: white !important;
    border: none;
    font-weight: bold;
}


.button2 {
    background-color: white;
    padding: 20px !important;
    color: black !important;
    border: 1px solid black;
    font-weight: bold;
}

/* common heading */
.heading .title {
    font-weight: 700;
    color: #b11412;
}

.heading .sub-title {

    font-weight: 700;
}

/* common color */
p {
    color: grey;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
}

.p2 {
    font-weight: 700;
    font-size: 18px;
}

/* brouchure - first section */
.brochure .col-xl-5 {
    background-color: black;
}

.brochure .col-xl-5 p {
    color: white !important;
}

.brochure .col-xl-7 a {
    padding-left: 30px;
    padding-right: 30px;
    color: grey;
    font-weight: bold;
}

.brochure .col-xl-7 h1 {
    font-size: 48px;
    position: relative;
    color: #b11412;
}

.brochure .col-xl-7 h1::before {
    content: '';
    position: absolute;
    background-color: black;
    width: 50px;
    height: 4px;
    left: 0;
    bottom: -10px;
}

.brochure .col-xl-7 p span {
    color: black;
}

.brochure .sobhatitle {
    padding-top: 150px;
    padding-bottom: 150px;
}

.brochure .row {
    position: relative;
}

.brochure .row .mainimage {
    position: absolute;
    bottom: 0;
    right: 15.5%;
    height: 80%;
    width: 50%;
}

.explore .row .text-center {
    position: relative;
}

.explore .row .heading:after {
    position: absolute;
    content: '';
    background-color: lightgrey;
    width: 75%;
    height: 3px;
    left: 0px;
}

.explore .row .heading2:after {
    position: absolute;
    content: '';
    background-color: lightgrey;
    width: 75%;
    height: 3px;
    left: auto;
    right: 0px;
}

.explore .row h5 {
    margin-top: 5%;
    margin-bottom: 10%;
}

.about {
    background-image: linear-gradient(to bottom, #ffff 20%, #F5F5F5 80%);
}

.location {
    background-image: linear-gradient(to bottom, #ffff 20%, #F5F5F5 80%);
}

/* premium amenities */
.Pamenities .carousel-control-prev {
    position: absolute;
    top: -65px;
    right: 115px;
    left: unset;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.Pamenities .carousel-control-next {
    position: absolute;
    top: -65px;
    right: 45px;
    left: unset;
    height: 50px;
    width: 50px;
    opacity: 1;
}

.Pamenities .carousel-control-prev-icon {
    background-image: url(images/leftarrow.jpg);
    width: 50px;
    height: 50px;
}

.Pamenities .carousel-control-next-icon {
    background-image: url(images/rightarrow.jpg);
    width: 50px;
    height: 50px;
}

.Pamenities .carousel-control-prev-icon:hover {
    background-image: url(images/leftarrow_h.jpg);
    width: 50px;
    height: 50px;
}

.Pamenities .carousel-control-next-icon:hover {
    background-image: url(images/rightarrow_h.jpg);
    width: 50px;
    height: 50px;
}

.Pamenities .carousel-item a {
    width: 30%;
    height: 100%;
    position: relative;
}

.Pamenities .carousel-item a img {
    width: 100%;
    height: 100%;
}

.Pamenities .carousel-item a .heading {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: white;
}

.Pamenities .andalso p {
    width: 30%;
}

/* consultation */
.consultation form .form-control {
    margin-bottom: 20px;
}

.consultation p {
    font-weight: 700;
}


/* gallery  */
.gallery .heading .p2 {
    position: relative;
}

/* footer */
footer {
    background-color: black;
    position: relative;
}

footer .d-flex a {
    color: white;
    margin-right: 20px;
}

footer .row a {
    color: white;
}

footer .d-flex a:hover,
footer .row a:hover {
    color: white;
}

footer .form {
    position: absolute;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    top: -60px;
}

footer .form .form-control {
    color: black;
    font-weight: bold;
    border: none;
    outline: none;
    border-bottom: 2px solid lightgrey;
}
