@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

* {
    font-family: "Maven Pro", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome, Safari, Edge */
    margin: 0;
}

:root {
    --sec-pad-tb: 4.5vw;
    --sec-pad-rl: 4.5vw;

    --heading-font: 2.8vw;
    --body-font: 1.3vw;
    --tagline-font: 1.5vw;
    --gallery-font: 4vw;

    --sec-elem-gap: 5vw;
    --logo-size: 20%;

    --middle-sec-wd: 60%;
}

@media (max-width: 1000px) {
    :root {
        --sec-elem-gap: 5vw;
        --logo-size: 25%;

        --gallery-font: 6vw;
    }
}


@media (max-width: 768px) {
    :root {
        --sec-pad-tb: 4.5vh;
        --sec-pad-rl: 4.5vh;

        --heading-font: 2.8vh;
        --body-font: 1.8vh;
        --tagline-font: 2.2vh;

        --sec-elem-gap: 6vh;
    }
}


@media (max-width: 700px) {

    :root {
        --logo-size: 40%;
        --middle-sec-wd: 80%;
    }
}

@media (max-width: 450px) {

    :root {
        --tagline-font: 1.8vh;
        --body-font: 1.5vh;
        --logo-size: 45%;
        --middle-sec-wd: 90%;
    }
}

@media (max-width: 400px) {

    :root {
        --logo-size: 50%;
    }
}

.hero-sec .bottom p, .enq-btn p {
        cursor: pointer;
    }
/* hero section */

.hero-sec {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--sec-elem-gap);

    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../imgs/Gifs/water 1.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: relative;

    padding: var(--sec-pad-tb) var(--sec-pad-rl);

    overflow-x: hidden;
}

.hero-sec::after,
.location-sec::after,
.heading::after,
.gallery-sec::after {
    content: "";

    width: 100%;
    aspect-ratio: 10220 / 1200;

    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;

    background-image: url("../imgs/pngs/top\ wave.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    overflow-x: hidden;
}


.hero-sec .top {
    width: var(--logo-size);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.menu-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.menu-box a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;

    font-size: var(--tagline-font);
}

.hero-sec .middle {
    width: var(--middle-sec-wd);
}

.hero-sec .bottom {
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.hero-sec .bottom p {
    text-align: center;
    line-height: 1.8;
    letter-spacing: 1.5px;

    font-weight: 500;

    font-size: var(--tagline-font);
}

.enq-btn {
    background: none;
    border: 1px solid transparent;
    border-radius: 40px;
    outline: none;

    padding: .5rem 1rem;

    font-size: var(--tagline-font);
    font-weight: 600;
    outline: none;
}

.enq-btn div {
    padding: 1rem;

    background-image: url("../imgs/Button\ Asset\ for\ clients/Transparent button 04.png");

    background-position: center;
    background-size: cover;
}

.enq-btn p {
    padding: .5rem;
    background-color: #fff;
    border-radius: 30px;
}

.overview-sec .enq-btn,
.location-sec .enq-btn,
.price-sec .enq-btn,
.amenities-sec .enq-btn {
    background-image: url("../imgs/Button\ Asset\ for\ clients/water 2.gif");
    background-position: center;
    background-size: cover;
}

.btm-wave {
    width: 100%;
    aspect-ratio: 10220 / 1200;
}

@media (max-width: 1100px) {
    .enq-btn div {
        padding: .8rem;

    }

}

@media (max-width: 900px) {
    .enq-btn div {
        padding: .7rem;

    }
}

@media (max-width: 820px) {
    .enq-btn div {
        padding: .6rem;

    }
}

@media (max-width: 500px) {
    .enq-btn div {
        padding: .7rem;

    }

}


/* overview */

.overview-sec {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: var(--sec-elem-gap);

    position: relative;

    padding: var(--sec-pad-tb) 0;

    padding-bottom: 0;
}

.overview-sec .top {
    width: var(--logo-size);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overview-sec .middle,
.location-sec .middle,
.plan-sec .middle {
    width: var(--middle-sec-wd);
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1.2px;
    font-size: var(--body-font);
}

.bottom-1{
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 4rem;

    width: 70% !important;

    margin: auto;
}

.owl-item,
.owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-1 .img-box{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.location-sec .bottom-1 .img-box{
    width: 60%;
    gap: .7rem;
    flex-direction: column;
    align-items: center;
    
}

.location-sec .bottom-1 .img-box p{
    font-size: .7rem;
    font-weight: 600;
    text-align: center;
}


.overview-sec .enq-btn,
.location-sec .enq-btn,
.price-sec .enq-btn,
.amenities-sec .enq-btn {
    /* border: 1px solid #000; */
}



@media (max-width: 500px) {

    .bottom-1 .img-box{
        width: 60%;
    }
    
    .bottom-1{
        width: 90% !important;
    }

}

/* location-sec */

.location-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: var(--sec-elem-gap);

    position: relative;

    padding: var(--sec-pad-tb) 0;
}

.location-sec::after {
    background-image: url("../imgs/Gifs/riverin-wave-gif.gif");
    aspect-ratio: 1440 / 313;
    top: 0;
    bottom: auto;
}

.btm-wave-2 {
    width: 100%;
    aspect-ratio: 1440 / 313;
    margin-top: calc(-1 * var(--sec-elem-gap));
}

.heading {
    font-size: var(--heading-font);
    font-weight: 500;

    padding-bottom: 2rem;

    position: relative;
}

.heading::after {
    width: 10rem;
    aspect-ratio: 974 / 57;
    background-image: url("../imgs/pngs/Underline wave 3.png");
    left: 50%;
    transform: translateX(-50%);
}

.location-sec .bottom {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 4rem;

    width: 70%;
}

.location-sec .bottom iframe {
    width: 100%;
}

@media (max-width: 700px) {
    .location-sec .bottom {
        width: 100%;
    }
}

/* plan section */

.plan-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: var(--sec-elem-gap);

    position: relative;

    padding: var(--sec-pad-tb) 0;
}

.plan-sec .middle {
    font-size: var(--tagline-font);
    font-weight: 500;
}

.plan-sec .bottom {

    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    gap: 3rem;

    background-image: url("../imgs/Gifs/riverin-wave-gif_1.gif");
    background-color: #e1f4fd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    padding: 6rem 4rem;

}

.plan-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    width: 320px;

    gap: 1rem;

    padding: 1.5rem;

    background: #fff;

    border-radius: 20px;
}



/*   emi cal css  */

.price-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: var(--sec-elem-gap);

    position: relative;

    padding: var(--sec-pad-tb);
}

.price-sec .middle {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;

    gap: 3rem;

    width: 100%;
}

.pricing-table {
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    background-color: #fff;
}

.pricing-header {
    background-color: #39a9dc;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    font-weight: bold;
}

.pricing-body {
    padding: 15px;
    border: 1px solid #e0e0e0;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.pricing-row:last-child {
    border-bottom: none;
}

.pricing-type {
    font-weight: 500;
}

.pricing-price {
    color: #333;
    font-weight: bold;
}

.additional-info {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
    font-weight: 600;
}

@media (max-width: 480px) {
    .pricing-row {
        align-items: flex-start;
    }

    .pricing-price {
        margin-top: 5px;
    }
}

.emi-calculator {
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2rem;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.emi-calculator h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.input-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.slider-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px;
}

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
    transition: background 0.3s;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 2px solid #333;
    cursor: pointer;
    transition: transform 0.3s;
}

input[type="range"]:hover::-webkit-slider-thumb {
    transform: scale(1.2);
}

.emi-result {
    text-align: center;
    margin-top: 20px;
}

.emi-result h3 {
    font-size: 16px;
}

.emi-result p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}


.gallery-sec::after {
    background-image: url("../imgs/pngs/down\ wave.png");
    bottom: auto;
    top: 0;
    aspect-ratio: 10222 / 1151;
}

.gallery-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
}

.g-box {

    width: 100%;
    aspect-ratio: 2099 / 700;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;

    position: relative;


}

.g-box img {

    width: 100%;
    aspect-ratio: 2099 / 1428;
    object-fit: cover;

    position: absolute;

    top: 0;

    filter: brightness(.8);

}

.g-box p {
    font-size: var(--gallery-font);
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    text-align: center;
}

@media (max-width: 1000px) {
    .g-box {
        aspect-ratio: 2099 / 1128;
    }

    .g-box img {
        width: 150%;
    }
}

@media (max-width: 1000px) {
    .g-box {
        aspect-ratio: 2099 / 2028;
    }

    .g-box img {
        width: 250%;
    }
}

/* amenities-sec */

.amenities-sec {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: var(--sec-elem-gap);

    position: relative;

    padding: var(--sec-pad-tb);
}

.amenity-box {
    position: relative;
}

.amenity-box p {
    padding: 2rem;

    background-color: #28282865;
    text-align: start;

    color: #fff;

    font-size: var(--heading-font);

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}

/* footer */

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: calc(var(--sec-elem-gap) / 2);

    position: relative;

    padding: 0;

    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 9, 0.3) 100%), url(../imgs/Images/Footer\ image.webp);
    background-size: cover;
    background-position: 50% 50%;
}

footer .after {
    width: 100%;
    aspect-ratio: 10222 / 1151;

    background-image: url(../imgs/pngs/down\ wave.png);
    background-size: contain;
    background-position: top;
}

footer .top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 var(--sec-pad-rl);
}

footer .top p {
    font-size: 2.5vw;
    color: #fff;
    font-weight: 600;
}

footer .top img {
    width: 30%;
}

footer .middle {
    padding: 0 var(--sec-pad-rl);
    color: #fff;
    font-size: var(--body-font);
}

footer .bottom {
    width: 100%;
    aspect-ratio: 1440 / 313;

    background-image: url(../imgs/Gifs/riverin-wave-gif_1.gif);
    background-size: contain;
    background-position: center;

    margin-top: calc(-1 * var(--sec-elem-gap) / 2);

}

@media (max-width: 500px) {
    footer .top p {
        font-size: 2.2vh;
    }

    footer .top img {
        width: 40%;
    }
}



/* form */

.form-modal{
    display: none;
    justify-content: center;
    align-items: center;
    
    width: 100vw;
    height: 100vh;
    
    position: fixed;
    top:0;
    left: 0;
    z-index:1000;
    
    background: #00000080;
    backdrop-filter: blur(5px);
}


.form-container {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.form-header h2 {
  margin: 0;
  font-size: 20px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

form label {
  display: block;
  margin: 10px 0 5px;
  font-size: 14px;
}

form input,
form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.checkbox-container input {
  margin-right: 10px;
  width: auto;
}

.submit-btn {
  width: 100%;
  padding: 10px;
  background-color: #c49a5a;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #b88a4a;
}


















