@import url('https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meddon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Eagle+Lake&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

:root {
    color-scheme: light;
    /* tells browsers to use light mode form controls, scrollbars, etc. */
}

* {
    outline: none;
}

html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #ea0776;
}

h6,
p,
label {
    font-family: 'Poppins', sans-serif;
}

.subtitle {
    font-size: 25px;
    color: #000000;
}

.pink-text {
    color: #ea0776;
    -webkit-text-fill-color: #ea3275;
    -webkit-text-stroke: #fad42d 1px;
    /* text-shadow: 2px 2px black; */
}

.menu-icon {
    position: absolute;
    right: -20px;
    top: 35px;
    padding: 5px;
    width: auto;
    background-color: #ffffff;
    color: grey;
    transform: rotate(90deg);
    border-radius: 5px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* .subtitle::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ea0776;
    margin: 10px auto;

} */

.fs-big {
    font-size: 3rem;
}

.fs-huge {
    font-size: 6rem;
}

/* .main {
    margin: 0 20px;
} */

.common-background {}

.bg-fixed {
    background-attachment: fixed;
}

/* .inclined-shadow {
margin: 25vh auto 0 auto;
padding: 0 20px;
position: relative;
display: block;
text-align: left;
color: #ec0877;
font-size: 80px;
font-weight: 800;
transform: scaleY(1.2);
} */

/* .inclined-shadow::after {
    width: 100%;
    content: "RANN OF KUTCH";
    position: absolute;
    left: 0px;
    top: 70px;
    color: rgba(0, 0, 0, 0.25);
    transform: skewX(301deg) translate(10px, 10px);
    filter: blur(4px);
} */

a.nav-link {
    font-size: 25px;
    color: #000000;
    margin: 0 10px;
}

a.nav-link:hover {
    cursor: pointer;
}

.navbar-toggler {
    border: none;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

.section {
    padding: 100px 0;
}

/* .section-margin {
    margin: 0 20px;
} */

#banner {
    height: 100vh;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 85%, #ffffff),
        url('./banner.jpg?v=0.2') center center / cover no-repeat;
    /* border-radius: 40px 40px 0 0; */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: top center; */
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-text {
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 3px 2px 3px #0000004f;
}

.light-text-stroke {
    -webkit-text-fill-color: #ea3275;
    -webkit-text-stroke: #fad42d 1px;
}

/* .dark-text-stroke {
    -webkit-text-stroke: #000 0.5px;
} */

#about {
    /* height: 600px; */
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%),
        linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%),
        url('./about-bg.jpg?v=0.2');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 42%;
    /* border-radius: 40px 40px 0 0; */
}

#about-title {
    /* font-family: "Meddon", cursive; */
}

.about-para {
    text-align: justify;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px -1px 3px #0000004f;
}

.about-div {
    padding-right: 3rem;
    padding-left: 3rem;
}

#countdown-section {
    /* height: 450px; */
    /* background-color: #07243d; */
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.3)),
        url('./countdown-bg.jpg?v=0.2') top center / cover no-repeat;
    padding: 80px 0px;
    /* border-radius: 0 0 40px 40px; */
}

#countdown {
    font-size: 2.6rem;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Lexend Mega', sans-serif;
}

.countdown-subtext {
    font-size: 1rem;
    color: #ffffff;
}

#book-now-button {
    color: #000000;
    letter-spacing: 3px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    background-color: #fad42c;
    font-weight: 900;
    border-radius: 20px;
    transition: transform 0.5s;
    animation: blur 1s infinite;
    -webkit-animation: blur 1s infinite;
    animation-iteration-count: infinite;
}

@keyframes blur {

    0%,
    100% {
        box-shadow: 0 0 10px #fad42c;
    }

    50% {
        box-shadow: 0 0 36px #fad42c;
    }
}

.sticky-button {
    position: fixed;
    top: 0px;
    right: 20px;
    bottom: auto;
    z-index: 1000;
}

#booking {
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%),
        linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.3) 10%), url('./background.jpg?v=0.2') top center / cover no-repeat;
    /* box-shadow: 0 0 5px #35621f; */
    /* border-radius: 40px; */
    /* padding: 80px 40px; */
}

.form-control,
.form-select {
    font-size: 18px;
    font-weight: 200;
    padding-left: 30px;
    height: 60px;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    color: #585858;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #a7a7a7;
    border-bottom: 1px solid #ea0776;
}

.form-row>div {
    padding: 0 20px;
}

.form-label {
    font-weight: 600;
    color: #ea0776;
}

#booking-form {
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border-radius: 40px;
}

input::placeholder,
input::-webkit-input-placeholder {
    color: #585858 !important;
}

/* #booking-form .row {
    margin-bottom: 25px;
} */

.send-itinerary-button {
    margin: auto;
    display: flex;
    background-color: #fad42d;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #fad42d;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 22px;
    box-shadow: 0px 0px 4px #000;
}

.send-itinerary-button:hover {
    background-color: #ea0776;
    border: 1px solid #ea0776;
    color: #fff;
}

#festival {
    /* padding: 0 0 20px 0px; */
    /* border-radius: 0 0 40px 40px; */
    background: linear-gradient(to bottom right, rgb(35 35 35 / 70%) 65%, rgb(234 105 7 / 67%)), url('./festival-bg.jpg?v=0.2') center center / cover no-repeat;
    background-attachment: fixed;
}

#activities {
    /* height: 1600px; */
    margin-top: -1px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 40%), linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%), url('./activities-bg.jpg?v=0.2') center center / cover no-repeat;
}

.activity-card {
    border-radius: 40px;
    border: none;
}

.card-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 1.5rem;
}

.activity {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 0px;
    z-index: 0;
    background-size: cover;
    color: #fff;
}

.activity:hover {
    transform: scale(1.05);
}

.activity#folk-dance-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/folk-dance.jpg?v=0.2') center 40% / cover no-repeat;
}

#handicraft-exhibitions-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/handicraft-exhibitions.jpg?v=0.2') center center / cover no-repeat;
}

#kutchi-cuisine-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/kutchi-cuisine.jpg?v=0.2') center center / cover no-repeat;
}

#desert-safari-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/desert-safari.jpg?v=0.2') center 58% / cover no-repeat;
}

#hot-air-balloon-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/hot-air-balloon.jpg?v=0.2') center 8% / cover no-repeat;
}

#paragliding-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/paragliding.jpg?v=0.2') center center / cover no-repeat;
}

#atv-rides-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/atv-rides.jpg?v=0.2') center 64% / cover no-repeat;
}

#village-visits-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/village-visits.jpg?v=0.2') center 70% / cover no-repeat;
}

#night-bazaar-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/night-bazaar.jpg?v=0.2') center 75% / cover no-repeat;
}

#full-moon-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/full-moon.jpg?v=0.2') center center / cover no-repeat;
}

#bhunga-stay-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/bhunga-stay.jpg?v=0.2') center center / cover no-repeat;
}

#yoga-card {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%)), url('./activities/yoga.jpg?v=0.2') center center / cover no-repeat;
}

.activity-carousel {
    overflow: scroll;
    position: relative;
    scrollbar-width: none;
}

.activity-track {
    display: flex;
    width: max-content;
    animation: scroll-left 120s linear infinite;
}

.activity-track:hover {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-85%);
    }
}

.activity-carousel-item {
    flex: 0 0 auto;
    width: 300px;
    /* Set fixed width so scroll is smooth */
    margin-right: 20px;
}

#festival-dance-img {
    background: linear-gradient(to right, rgba(234, 7, 118, 0.3), rgba(255, 255, 255, 0));
    /* border-radius: 0 0 0 40px; */
}

#gallery {
    /* border-radius: 40px 40px 0 0; */
    overflow: hidden;
}

.carousel-custom-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    gap: 0.5rem;
}

.carousel-custom-controls .carousel-control-prev,
.carousel-custom-controls .carousel-control-next {
    position: static;
    /* Remove absolute positioning */
    width: auto;
    height: auto;
    background: #000;
    opacity: 1;
    border-radius: 0.25rem;
    padding: 0.5rem;
}

.carousel-custom-controls .carousel-control-prev-icon,
.carousel-custom-controls .carousel-control-next-icon {
    background-size: 1rem 1rem;
}

#brought-by {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

#footer {
    height: 100vh;
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0) 10%),
        url('./footer.jpg?v=0.2') center center / cover no-repeat;
    /* border-radius: 0 0 40px 40px; */
}

#footer .container {
    display: flex;
    height: 100% !important;
    flex-direction: column;
    justify-content: flex-end;
}

#footer a {
    text-decoration: none;
}

#footer-logo {
    width: 21%;
    margin-top: 20px;
}

#header-logo {
    width: 120%;
}

.banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    margin-left: auto;
    align-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    /* pushes container to the right */
}

.banner-container {
    padding: 0 6% 0 0;
    /* height: 700px; */
}

.banner-container .rann-of-kutch-logo {
    width: 30%;
    margin: 0 auto;
    display: block;
}

.banner-container .date-card-img {
    width: 25%;
    margin: 0 auto;
    display: block;
}

.banner-container p {
    font-size: 24px;
}

.tagline {
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Bricolage Grotesque';
}


@media screen and (max-width: 768px) {

    .section {
        padding: 50px 0;
    }

    #banner {
        background:
            linear-gradient(to bottom, rgba(0, 0, 0, 0) 85%, #ffffff),
            url('./banner-mob.jpg?v=0.2') center center / contain no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-position: top center; */
    }

    .subtitle {
        font-size: 18px;
    }

    #header-logo {
        width: 100%;
    }

    .section-title {
        text-align: center;
        font-size: 1.9rem;
        padding: 0 20px;
    }

    .about-div {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    #countdown-section {
        height: auto;
        margin-top: -2px;
    }

    #countdown {
        font-size: 2rem;
    }

    .fs-big {
        font-size: 2rem;
    }

    #about {
        /* background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0) 10%), url('./about-bg.png'); */
        background-position: 60% center;
        background-size: cover;
    }

    #booking {
        /* padding: 20px; */
    }

    #booking-form {
        padding: 40px 10px;
    }

    #activities {
        height: auto;
        /* background: #fff; */
    }

    .inclined-shadow {
        font-size: 50px;
        margin-top: 5vh;
    }

    .inclined-shadow::after {
        left: 10px;
        top: 5px;
        transform: skewX(0deg) translate(10px, 10px);
        z-index: -1;
    }

    .navbar .container {
        flex-wrap: nowrap;
    }

    .form-control,
    .form-select {
        font-size: 16px;
    }

    .navbar-collapse {
        position: absolute;
        top: 80%;
        text-align: center;
        margin: auto;
        width: 100%;
        left: 0px;
    }

    .navbar-collapse ul.navbar-nav {
        background-color: #fff;
    }

    .navbar-collapse ul.navbar-nav li>a.nav-link {
        color: #4a4a4a;
        border-bottom: 1px solid #dcdcdc;
    }

    #gallery .carousel-item .row {
        flex-direction: column;
    }

    #gallery .carousel-item .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #gallery .carousel-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    #footer-logo {
        width: 72%;
    }

    #book-now-button {
        font-size: 16px !important;
    }

    .banner-container {
        padding: 0;
        height: 100%;
    }

    .banner-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: auto;
        height: 80vh;
        margin-top: 10px;
        align-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        /* pushes container to the right */
    }

    .banner-container .rann-of-kutch-logo {
        width: 60%;
    }

    .banner-container .date-card-img {
        width: 46%;
    }

    .tagline {
        font-size: 16px;
    }

    .banner-text p {
        margin-bottom: 0;
    }
}