* {
    margin: 0;
    padding: 0;
}

.mr-9 {
    margin-right: 9rem !important;
}

.navbar {
    z-index: 100 !important;
}

.main {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: fit-content;
    background-image: url(images/mainbg.png);
}

.nav-link {
    font-family: Raleway !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 23px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: white !important;
    position: relative;
    z-index: 100;
}

.welcomeboard {
    position: relative;
    width: 43%;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    max-height: fit-content;
    margin-left: 6rem;
    margin-top: -6.5rem;
    padding-left: 5rem;
    padding-right: 3rem;
    z-index: 10;
    backdrop-filter: blur(4px);
}

.welcomeboard img {
    width: 10rem;
    margin-top: 4rem;
}

.welcomeboard h1 {
    font-family: Raleway;
    font-size: 48px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffdb4a;
}

.welcomeboard p {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

.booknowbtn {
    border: none;
    outline: none;
    border-radius: 10px;
    background: #ffdb4a;
    color: black;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    width: 12rem;
    height: 3rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booknowbtn:hover{
    color: black;
}

.contactuslink {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: yellow;
}

.contactuslink:hover {
    color: yellow;
}

.why {
    width: 100%;
    background: url(images/whysectionbg.png);
}

.why p {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #545454;
}

.featbox p {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
    margin-top: 10px;
}

.rooms {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.roomtile1,
.roomtile2 {
    width: 22rem;
    height: 23rem;
    border-radius: 10px;
    overflow: hidden;
}

.roomtile1 {
    background-image: url(images/deluxebg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.roomtile2 {
    background-image: url(images/standardbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.tilebooknowbtn {
    width: 10rem;
    height: 5rem;
    border: 1px solid #ffdb4a;
    color: #ffdb4a;
    background: #00000073;
    margin-top: 5rem;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tilebooknowbtn:hover {
    color: #ffdb4a;
}

.tilefooter1,
.tilefooter2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000000a1;
    text-align: center;
    padding: 2rem 1rem;
    transform: translateY(75%);
    height: 100%;
    width: 100%;
    transition: transform, padding;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
}

.roomtile1:hover .tilefooter1,
.roomtile2:hover .tilefooter2 {
    transform: translateY(0);
    padding-top: 9rem;
}

.tilefooter1 span,
.tilefooter2 span {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffdb4a;
}

.sandbg {
    background-image: url(images/sandbg.jpg);
}

.wavesbg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 8rem;
    z-index: 1;
    top: 7rem;
}

.wavesbg2 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 8rem;
    z-index: 1;
    top: 11rem;
}

.margin-top-wave {
    margin-top: 8rem;
}

.margin-top-wave2 {
    margin-top: 18rem;
}

/* carousel */

.carouselsection {
    z-index: 3;
}

.carousel-control-prev {
    left: 32% !important;
    justify-content: end !important;
}

.carousel-control-next {
    right: 32% !important;
    justify-content: start !important;
}

.carousel-control-next,
.carousel-control-prev {
    color: #000000 !important;
    bottom: -3rem !important;
    top: 100% !important;
    z-index: 100 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: none !important;
}

.carousel-indicators {
    bottom: -3.5rem !important;
}

.carousel-indicators button {
    height: 1rem !important;
    width: 1rem !important;
    background-color: #999999 !important;
    border-radius: 50% !important;
}

.carousel-indicators > .active {
    background-color: #ffdb4a !important;
}

.carousel-item.active {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.testmonialbox {
    width: 800px;
    height: 400px;
    border-radius: 40px;
    background: linear-gradient(0deg, #ffdb4a, #ffdb4a),
        linear-gradient(0deg, #ffffff, #ffffff);
    box-shadow: 0px 4px 35px 0px #00000080;
    border: 4px solid #ffffff;
    padding: 2rem;
    margin: 1rem;
}

.testmonialbox h3 {
    font-family: Raleway;
    font-size: 48px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.testmonialbox p {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 1rem;
    min-height: 180px;
    color: black;
}

.ourrooms,
.why,
.testimonial,
.followus,
.contactus,
footer,
.roomdetailssection {
    position: relative;
    padding: 4rem 11rem;
}

.why h2,
.ourrooms h2,
.testimonial h2,
.followus h2 {
    font-family: Raleway;
    font-size: 48px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: left;
    color: #545454;
}

.contactus {
    width: 100%;
    background: url(images/whysectionbg.png);
}

.contactus h2 {
    font-family: Raleway;
    font-size: 48px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.contactus iframe {
    border-radius: 10px;
    width: 100%;
    min-height: 32rem;
}

#contact-form {
    min-height: 34rem;
}

.submit {
    background-color: #000000;
    color: #ffdb4a;
    width: 20rem;
    height: 3.5rem;
    border-radius: 10px;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    border: none;
    outline: none;
}

.contactus p {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}

#contact-form input {
    height: 3.5rem;
    width: 100%;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border: none;
    outline: none;
}

#contact-form textarea {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border: none;
    outline: none;
}

#contact-form textarea::placeholder,
#contact-form input::placeholder {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.borderBottom {
    border-bottom: 2px solid #000000;
}

footer {
    background: #000000;
}

footer h6 {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffdb4a;
}

footer a,
p {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

footer a {
    text-decoration: none;
}

@media only screen and (max-width: 1500px) {
    .mr-9 {
        margin-right: 5rem !important;
    }
}

@media only screen and (max-width: 1393px) {
    .welcomeboard {
        width: 60%;
    }

    .why,
    .ourrooms,
    .testimonial,
    .followus,
    .contactus,
    footer,
    .roomdetailssection {
        padding: 4rem 6rem;
    }
}

@media only screen and (max-width: 1200px) {
    .welcomeboard {
        margin-top: -3.5rem;
    }

    .navbar-collapse {
        position: absolute;
        left: 6rem;
        top: 0;
    }

    .show.navbar-collapse {
        background-color: #000000b0 !important;
    }

    .why,
    .ourrooms,
    .testimonial,
    .followus,
    .contactus,
    footer,
    .roomdetailssection {
        padding: 4rem 3rem;
    }
}

@media only screen and (max-width: 998px) {
    .welcomeboard {
        width: 80%;
    }
}

@media only screen and (max-width: 992px) {
    footer p,
    h6 {
        text-align: center !important;
    }

    footer .col-lg-2 {
        text-align: center !important;
    }
}

@media only screen and (max-width: 749px) {
    .welcomeboard {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 700px) {
    .carousel-control-prev {
        left: 29% !important;
    }

    .carousel-control-next {
        right: 29% !important;
    }

    .testmonialbox {
        width: 100%;
        height: fit-content;
        margin: 1rem;
    }
}

@media only screen and (max-width: 599px) {
    .main,
    .roomDetailedmain {
        height: fit-content !important;
    }

    .welcomeboard {
        padding-bottom: 2rem;
    }

    .testimonial div > svg {
        width: 100%;
    }
}

@media only screen and (max-width: 419px) {
    .carousel-control-prev {
        left: 24% !important;
    }

    .carousel-control-next {
        right: 24% !important;
    }
}

/* Room detailed Page */
.roomDetailedmain {
    position: relative;
    width: 100%;
    height: fit-content;
    max-height: fit-content;
    background-image: url(images/roombg.png);
    background-size: cover;
    background-position: center;
    /* margin-top: -7rem; */
}

.roomdetailssection {
    margin-top: -5rem;
}

.roomdetailssection h1 {
    font-family: Raleway;
    font-size: 48px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffdb4a;
}

.roomdetailssection p {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}

.roomdetailssection h5 {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}

#ac,
#nonac {
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
}

#nonac {
    margin-left: 3rem;
    color: white;
}

#ac span,
#nonac span {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

#activatednonac {
    display: none;
}

#inactivatedac {
    display: none;
}

.amenityhead {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left !important;
    color: #000000;
}

.amenities p {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
}

.roomdetailssection .carousel-indicators button {
    height: 1rem !important;
    width: 1rem !important;
    background-color: white !important;
    border-radius: 50% !important;
    border: 1px solid #000000 !important;
}

.roomdetailssection .carousel-indicators > .active {
    background-color: #ffdb4a !important;
    width: 28px !important;
    border-radius: 25px !important;
    border: 1px solid #000000 !important;
}

#carouselB {
    margin-top: 5rem !important;
}

#carouselB .carousel-item {
    display: inline-flex !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin: 10px !important;
    cursor: pointer;
}

#carouselB .carousel-item img {
    border-radius: 10px !important;
}

#carouselB .carousel-item.active {
    border: 2px solid #feda49;
    border-radius: 10px !important;
}

/* success modal styles */
.modal-header {
    border-bottom: none !important;
}

.btn-close {
    border: 2px solid #000000 !important;
    margin-top: 2rem !important;
    margin-right: 2rem !important;
}

.success-modal-content {
    background: #ffdb4a !important;
    border-radius: 16.5993px !important;
    color: black !important;
    text-align: center;
    min-height: 30rem !important;
}

.success-modal-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.success-modal-body h1 {
    color: black !important;
    font-family: Raleway !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;
}

.success-modal-body p {
    color: black !important;
    font-family: Raleway !important; 
}
