@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');

:root {
    --bg-color: #effaff;
    --bg-color2: rgb(255, 243, 247);
    --theme-color: #7C0AA8;
    --theme-color2: #121625;
    --theme-color3: #f7f7f7;
    --black-color: #000;
    --white-color: #fff;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) !important;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    line-height: 1.6;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.bg-primary {
    background-color: var(--theme-color) !important;
}

.text-primary {
    color: var(--theme-color) !important;
}

.bg-gray {
    background-color: #f7f7f7;
}

.title span {
    position: relative;
    color: #F70389;
    padding-bottom: 0.5rem;
    background: url(https://hotelnarayani.com/new/assets/images/divider.svg) no-repeat;
    background-position: center bottom;
}

/* .slick-slide {
    margin: 0 0.625rem;
} */

.slick-prev,
.slick-next {
    background-color: var(--theme-color);
    border-radius: 0.75rem;
    z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: var(--black-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.divider {
    width: 200px;
    height: 3px;
    background-color: var(--theme-color);
    margin: 1rem auto;
}

.boxShadow {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

/* Navbar section */
.navbar {
    padding: 0.5rem 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .nav-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 0 0.25rem;
    padding: 0.65rem 1.15rem !important;
    color: var(--white-color);
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.25s ease-in-out;
    height: 2px;
    background-color: var(--primary-color);
}

.navbar .nav-link:hover::after {
    width: 100%;
}

.navbar .nav-link:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 0.5rem;
}

/* navbar on scroll animation */
.navbar.scroll-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: all ease-in-out 0.2s;
    box-shadow: 0 -2px 20px 5px #0000001f;
    animation: fadeInDown 0.5s ease-in-out;
}

.navbar.scroll-on .nav-link {
    color: var(--black-color);
}

.navbar.scroll-on .nav-link:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

@keyframes fadeInDown {
    0% {
        top: -30%;
    }

    50% {
        top: -15%;
    }

    100% {
        top: 0;
    }
}

/* ================================ */
/* Banner Panel */
/* ================================ */
.bannerPanel {
    position: relative;
    height: 70vh;
}

.bannerPanel::before {
    background-image: linear-gradient(180deg, rgb(0, 0, 0, 0.7) 25%, transparent 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.bannerPanel .slick-slide img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.bg-pattern {
    background-image: url(https://hotelnarayani.com/new/assets/images/pattern.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.bg-sky {
    background: #f5f9fd url(../images/skyline.png) bottom center no-repeat;
    background-size: contain;
    padding-bottom: 5rem !important;
}

/* Testimonial Panel */
.testimonialPanel {
    position: relative;
    padding-top: 50px;
    padding-bottom: 90px;
}

.testimonial img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    display: inline-block;
}

/* .testimonailMain .slick-track{
    margin: inherit;
} */
.testimonailMain .slick-center img {
    object-fit: cover;
    transform: scale(1.36);
    box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.3);
}

.testimonailMain-shape {
    position: relative;
}

.testimonailMain-shape .shape-1 {
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: -1;
}

.testimonailMain-shape .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: -1;
}

.testimonailMain-shape p {
    margin-bottom: 0;
}

.testimonialPanel .slick-prev {
    left: calc(50% - 50px);
    top: calc(100% + 20px);
}

.testimonialPanel .slick-next {
    right: calc(50% - 50px);
    top: calc(100% + 20px);
}

footer {
    position: relative;
    background: var(--theme-color2);
    font-size: 0.9rem;
    text-align: center;
    color: var(--white-color);
    padding: 2rem 0;
}

footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0.5rem;
}

footer li {
    margin: 0 0.75rem;
}

footer li:first-child {
    display: block;
}

footer li a {
    color: var(--white-color);
    transition: all 0.2s ease-in-out;
}

/* Contact Us */
.contactForm label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contactForm input,
.contactForm select {
    min-height: 60px;
    border-radius: 1rem;
    padding-left: 1.5rem;
}

.contactDetails {
    border-radius: 0.5rem;
    background: var(--theme-color);
    padding: 0.5rem;
    position: relative;
    margin-left: -4rem;
}

.btn-close {
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    padding: 0.5em;
    outline: none;
    box-shadow: none;
    border-radius: 2rem;
    opacity: 1;
    background: #f00 var(--bs-btn-close-bg) center / 1em auto no-repeat;
}
.getquoteModal .modal-content {
    border: 0;
    border-radius: 0;
}

.getquoteModalPanel {
    display: flex;
    justify-content: center;
    border-radius: 0.25rem;
}
.form-control {
    border-color: #ddd;
    min-height: 44px;
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.form-select {
    border-color: #ddd;
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.form-control:hover,
.form-control:focus,
.form-select:hover,
.form-select:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.btn-check:checked+.btn{
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}

@media(max-width:991px) {
    .navbar .nav-link {
        font-size: 16px;
        color: var(--black-color);
        text-align: center;
    }

}

@media(max-width:800px){
    .bannerPanel img {
        height: 250px;
    }
}
