* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

.home {
    background: url(images/homebg.png);
    color: #ffffff;
    background-size: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    height: fit-content;
    background-size: cover;
    background-position: center center;
}

li a {
    color: #ffffff !important;
    font-weight: bold;
}

a {
    color: #20358d !important;
    text-decoration: none !important;
}

.navbar {
    /* background: #20358D; */
    background: linear-gradient(to bottom, #20358d, transparent);
    height: 10vh;
    /* backdrop-filter: blur(44.5px) !important; */
}

.nav-link {
    color: #ffffff !important;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.intro {
    margin-top: 18rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.intro h1 {
    text-align: center;
    font-family: "Alex Brush", cursive;
}

.intro p {
    text-align: center;
    color: #ffffff;
}

.types {
    background: rgba(32, 53, 141, 0.7);
    border-radius: 30px;
}

.types p {
    color: #ffffff;
    margin-top: 10px;
}

.types div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.types div:nth-child(4) {
    border-right: none;
}

hr {
    border: none;
    border-width: 5px solid #ffffff;
    margin-top: 5rem;
}

.why-section {
    border-top: 2px solid #ffffff;
    padding-left: 8rem;
    padding-right: 8rem;
}

.why-section h1 {
    font-family: "Alex Brush", cursive;
    color: #20358d;
}

.why-section p {
    width: 80%;
    color: #20358d;
    /* Body 01 */
    /* font-family: Roboto; */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 2.125rem */
}

.why-section img {
    width: 100%;
}

.services {
    padding: 2rem 10rem;
    color: #ffffff;
    background: #20358d;
    border-radius: 0px 0px 30px 30px;
}

.services p {
    color: #ffffff;
}

.services h1 {
    text-align: center;
    color: #ffffff;
    font-family: "Alex Brush", cursive;
}

.our-rooms h1 {
    color: #20358d;
    font-family: "Alex Brush", cursive;
    text-align: center;
}

.our-rooms h3 {
    margin-top: 3rem;
    color: #20358d;
    font-weight: bold;
    text-align: end;
}

#starfishbg {
    background: url(images/background.png);
    /* opacity: 0.1; */
}
/* switch styles */
.switch6 {
    max-width: 17em;
    margin: 3rem auto;
    background: #fff;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    min-height: 3rem;
}

.toggleSwitch {
    min-width: 13em;
    margin: 3rem auto;
    background: #ffff;
    border: 1px solid #20358d;
    /* box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 18px;
    min-height: 3rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.toggleSwitch h6 {
    color: #0a0a0a;
    text-align: center;
    /* font-family: Inter; */
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem; /* 150% */
}

.toggleSwitch span {
    font-size: 1rem;
    cursor: pointer;
}

.switch6-light > span,
.switch-toggle > span {
    color: #000000;
}

.switch6-light span span,
.switch6-light label,
.switch-toggle span span,
.switch-toggle label {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}

.switch-toggle a,
.switch6-light span span {
    display: none;
}

.switch6-light {
    display: block;
    height: 30px;
    position: relative;
    overflow: visible;
    padding: 0px;
    margin-left: 0px;
}

.switch6-light * {
    box-sizing: border-box;
}

.switch6-light a {
    display: block;
    transition: all 0.3s ease-out 0s;
    border-radius: 20px;
    min-height: 3rem;
}

.switch6-light label,
.switch6-light > span {
    line-height: 30px;
    vertical-align: middle;
}

.switch6-light label {
    font-weight: 700;
    margin-bottom: px;
    max-width: 100%;
}

.switch6-light input:focus ~ a,
.switch6-light input:focus + label {
    outline: 1px dotted rgb(136, 136, 136);
}

.switch6-light input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.switch6-light input:checked ~ a {
    right: 0%;
}

.switch6-light > span {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0px;
    padding-right: 100px;
    text-align: left;
}

.switch6-light > span span {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    margin-top: 5px;
}

.switch6-light > span span:last-child {
    left: 50%;
}

.switch6-light a {
    position: absolute;
    right: 50%;
    top: 0px;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0px;
    background: #20358d;
    border-radius: 30px;
}

/* image slide */
.gallery {
    width: 100%;
}

.gallery-container {
    align-items: center;
    display: flex;
    height: 400px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}

.gallery-container-2 {
    align-items: center;
    display: flex;
    height: 400px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}

.gallery-item {
    height: 200px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 400px;
    z-index: 0;
    border-radius: 15px;
    background-size: contain;
}

.gallery-item-2nd {
    height: 200px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 400px;
    z-index: 0;
    border-radius: 15px;
    background-size: contain;
}

.gallery-item-1 {
    left: 15%;
    opacity: 0.4;
    transform: translateX(-50%);
}

.gallery-item-2-1 {
    left: 15%;
    opacity: 0.4;
    transform: translateX(-50%);
}

.gallery-item-2,
.gallery-item-4 {
    height: 250px;
    opacity: 0.8;
    width: 500px;
    z-index: 1;
}

.gallery-item-2-2,
.gallery-item-2-4 {
    height: 250px;
    opacity: 0.8;
    width: 500px;
    z-index: 1;
}

.gallery-item-2 {
    left: 30%;
    transform: translateX(-50%);
}

.gallery-item-2-2 {
    left: 30%;
    transform: translateX(-50%);
}

.gallery-item-3 {
    box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
    height: 300px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    z-index: 2;
}

.gallery-item-2-3 {
    box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
    height: 300px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    z-index: 2;
}

.gallery-item-4 {
    left: 70%;
    transform: translateX(-50%);
}

.gallery-item-2-4 {
    left: 70%;
    transform: translateX(-50%);
}

.gallery-item-5 {
    left: 85%;
    opacity: 0.4;
    transform: translateX(-50%);
}

.gallery-item-2-5 {
    left: 85%;
    opacity: 0.4;
    transform: translateX(-50%);
}

/* custom controls */
.gallery-controls {
    display: flex;
    justify-content: center;
}

.gallery-controls-2 {
    display: flex;
    justify-content: center;
}

.gallery-controls-previous {
    border: none;
    background: none;
}

.gallery-controls-previous-2 {
    border: none;
    background: none;
}

.gallery-controls-next {
    margin-left: 1rem;
    border: none;
    background: none;
}

.gallery-controls-next-2 {
    margin-left: 1rem;
    border: none;
    background: none;
}

.item-select {
    background: #999999;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: none;
    margin: 12px;
}

.item-select-2nd {
    background: #999999;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: none;
    margin: 12px;
}

.active {
    background: #20358d;
    width: 15px;
    height: 15px;
    transition: transform 0.5s ease-in-out;
}

.active2 {
    background: #20358d;
    width: 15px;
    height: 15px;
    transition: transform 0.5s ease-in-out;
}

.room-details {
    /* border-bottom: 2px solid #20358d; */
    padding-bottom: 2rem;
}

.blue-border-bottom {
    border-bottom: 2px solid #20358d;
}

.room-details p {
    color: #20358d;
    text-align: center;
}

.amenities {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #20358d;
}

.amenities h4 {
    color: #20358d;
}

.amenities h4 {
    text-align: center;
}

.amenity-types {
    display: flex;
    justify-content: space-around;
}

.amenity-types div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.booknow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.booknow button {
    background: #20358d;
    border-radius: 30px;
    color: #ffffff;
    min-height: 3rem;
    padding: 1rem;
    min-width: 10rem;
    border: none;
}

.attractions h1 {
    color: #20358d;
    font-family: "Alex Brush", cursive;
    text-align: center;
}

.attractions p {
    font-size: 1rem;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}

.padding-attractions {
    padding-left: 5rem;
    padding-right: 5rem;
}

.follow-us h1 {
    font-family: "Alex Brush", cursive;
    text-align: center;
    color: #20358d;
}

.insta-pics div {
    padding: 0.5rem;
    position: relative;
    display: flex;
    justify-content: center;
}

.insta-pics div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.insta-pics div svg {
    position: absolute;
    top: 20px;
    right: 30px;
}

.customer-reviews h1 {
    color: #20358d;
    font-family: "Alex Brush", cursive;
    text-align: center;
}

.reviews {
    width: 100%;
}

.reviews-container {
    align-items: center;
    display: flex;
    height: 400px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}

.review-item {
    height: 200px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 330px;
    z-index: 0;
    border-radius: 15px;
    background-size: contain;
}

.review-item-1 {
    left: 15%;
    opacity: 0.4;
    transform: translateX(-50%);
}

.review-item-2,
.review-item-4 {
    height: 250px;
    opacity: 0.8;
    width: 380px;
    z-index: 1;
}

.review-item-2 {
    left: 30%;
    transform: translateX(-50%);
}

.review-item-3 {
    box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
    height: 300px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 430px;
    z-index: 2;
}

.review-item-4 {
    left: 70%;
    transform: translateX(-50%);
}

.review-item-5 {
    left: 85%;
    opacity: 0.4;
    transform: translateX(-50%);
}

.review-controls {
    display: flex;
    justify-content: center;
}

.review-controls-previous {
    border: none;
    background: none;
}

.review-controls-next {
    margin-left: 1rem;
    border: none;
    background: none;
}

.review-select {
    background: #999999;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: none;
    margin: 12px;
}

.review-active {
    background: #20358d;
    width: 15px;
    height: 15px;
    transition: transform 0.5s ease-in-out;
}

.contact {
    width: 75%;
    border-radius: 15px;
    margin: auto !important;
    margin-bottom: 3rem !important;
}

.map {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 4px 15px 0px #00000080 inset;
    /* box-shadow: inset 0 0 30px #00000080; Inner shadow */
    position: relative;
    height: 520px;
    margin: auto;
    overflow: hidden;
  
}

.map-container::after {
    content: "";
    display: block;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1000; /* Place behind the iframe */
    /* box-shadow: inset 0 0 30px #00000080; Inner shadow */
}

.map iframe {
    width: 100%;
    /* height: 510px; */
    height: 100%;
    border: none;
    /* border-radius: 15px; */
    position: absolute;
    z-index: -1;
    object-fit: cover;
}

.contact-us {
    margin-left: -2rem;
    background: #2c2c9f;
    border-radius: 15px;
    padding: 3rem !important;
    z-index: -3;
}

.contact-us h1 {
    font-family: "Freehand", sans-serif;
    color: #ffffff;
}

.contact-us p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.contact-us hr {
    margin-top: 2rem;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.contact-us div p {
    margin-left: 1rem;
}

.contact-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-top: 1px solid #ffffff;
}

@media only screen and (max-width: 1400px) {
    .contact-us {
        margin-left: -2rem;
    }
}

.footer {
    padding-top: 3rem;
    border-top: 2px solid #20358d;
}

.footer h5,
p {
    color: #20358d;
}

.footer h5 {
    font-family: Roboto;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.footer .address {
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer .logo {
    text-align: center;
    margin: auto;
}

.footer .social-media {
    text-align: left;
}

.footer .links {
    text-align: left;
}

.links a {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.modal-content {
    background-color: transparent !important;
    border: none !important;
}

.modal-header {
    border-bottom: none !important;
}

input {
    min-height: 4rem;
    border: 1px solid #20358d !important;
    border-radius: 12px !important;
}

input::placeholder {
    color: #20358d !important;
}

textarea {
    border: 1px solid #20358d !important;
    border-radius: 12px !important;
}

textarea::placeholder {
    color: #20358d !important;
}

.modal .submit {
    background: #2c2c9f;
    border-radius: 15px;
    min-height: 4rem;
    min-width: 10rem;
    color: #ffffff;
    border: none;
}

.modal-footer {
    display: flex;
    flex-direction: row !important;
    justify-content: start !important;
    border-top: none !important;
}

.modal-footer p {
    color: #ffffff;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.success-modal-content {
    background: #2c2c9f !important;
    border-radius: 16.5993px !important;
    color: #ffffff !important;
    text-align: center;
    min-height: 30rem !important;
    margin-top: 30% !important;
}

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

.success-modal-body h1 {
    color: #ffffff !important;
    font-family: "Roboto", sans-serif;
}

.success-modal-body p {
    color: #ffffff !important;
    font-family: "Roboto", sans-serif;
}

/* media query */

/* Medium Brekpoint styles*/
@media only screen and (max-width: 768px) {
    .types div:nth-child(2),
    .types div:nth-child(4) {
        border-right: none;
    }

    .why-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .services {
        padding: 2rem 2rem;
    }

    #midlogo {
        width: 100%;
    }

    .switch6-light span span,
    .switch6-light label,
    .switch-toggle span span,
    .switch-toggle label {
        font-size: 0.8rem;
    }

    .gallery-item {
        height: 180px;
        width: 300px;
    }

    .gallery-item-2,
    .gallery-item-4 {
        height: 200px;
        opacity: 0.8;
        width: 350px;
        z-index: 1;
    }

    .gallery-item-3 {
        box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
        height: 250px;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        z-index: 2;
    }

    /* 2nd carousel */
    .gallery-item-2nd {
        height: 180px;
        width: 300px;
    }

    .gallery-item-2-2,
    .gallery-item-2-4 {
        height: 200px;
        opacity: 0.8;
        width: 350px;
        z-index: 1;
    }

    .gallery-item-2-3 {
        box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
        height: 250px;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        z-index: 2;
    }

    .review-item {
        height: 180px;
        width: 300px;
    }

    .review-item-2,
    .review-item-4 {
        height: 200px;
        opacity: 0.8;
        width: 350px;
        z-index: 1;
    }

    .review-item-3 {
        box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
        height: 250px;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        z-index: 2;
    }
}

/* small */
@media only screen and (max-width: 576px) {
    .types div {
        border-right: none;
        border-bottom: 1px solid #ffffff;
    }

    .types div:nth-child(4) {
        border-bottom: none;
    }

    .gallery {
        width: 100% !important;
    }

    .gallery-container {
        max-width: 200px;
    }

    .gallery-container-2 {
        max-width: 200px;
    }

    .gallery-item {
        height: 150px;
        width: 180px;
    }

    .gallery-item-2,
    .gallery-item-4 {
        height: 180px;
        opacity: 0.8;
        width: 200px;
        z-index: 1;
    }

    .gallery-item-3 {
        box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
        height: 200px;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 250px;
        z-index: 2;
    }

    /* 2nd carousel */
    .gallery-item-2nd {
        height: 150px;
        width: 180px;
    }

    .gallery-item-2-2,
    .gallery-item-2-4 {
        height: 180px;
        opacity: 0.8;
        width: 200px;
        z-index: 1;
    }

    .gallery-item-2-3 {
        box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
        height: 200px;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 250px;
        z-index: 2;
    }

    .amenities {
        border-right: none;
    }

    .reviews {
        width: 100% !important;
    }

    .reviews-container {
        max-width: 200px;
    }

    .review-item {
        height: 150px;
        width: 180px;
    }

    .review-item-2,
    .review-item-4 {
        height: 180px;
        opacity: 0.8;
        width: 200px;
        z-index: 1;
    }

    .review-item-3 {
        box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
        height: 200px;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 250px;
        z-index: 2;
    }

    .contact-us div p {
        margin-left: 0.1rem;
    }

    .contact {
        width: 90%;
    }

    .contact-us .location {
        padding: 0 !important;
    }

    .home {
        /* min-height: 100%; */
        background-size: cover;
        background-repeat: no-repeat !important;
        background-position: left top !important;
        /* background-size: 50%; */
    }

    .follow-us {
        display: flex;
        justify-content: center;
    }
}

/* large */
@media only screen and (max-width: 992px) {
    .gallery {
        width: 70%;
        margin: auto;
    }

    .reviews {
        width: 70%;
        margin: auto;
    }

    .footer .social-media {
        text-align: center;
        margin-top: 2rem;
    }

    .social-media h5 {
        text-align: center;
    }

    .footer .links {
        text-align: center;
        margin-top: 2rem;
    }

    .links h5 {
        text-align: center;
    }

    .padding-attractions {
        padding: 0;
    }

    .contact-us {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) {
    .rightsection {
        margin-left: -2rem;
    }

    .leftsection {
        margin-right: -2rem;
    }
}

/* extra large breakpoint styles */
@media only screen and (max-width: 1400px) {
    .home {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1200px) {
    .why-section p {
        width: 100% !important;
    }
}
