@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter:wght@100..900&display=swap');

* {
    padding: 0;
    margin: 0 !important;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
    scroll-behavior: smooth;
    font-family: "Inter", sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #AB1E14;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    background: #fef9f1 !important;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

li {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.navbar-nav li a {
    color: #AB1E14 !important;
}

.navbar-toggler {
    box-shadow: none !important;
    border: none !important;
}

.smallheading {
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
}

.styledsmallheading {
    text-wrap: nowrap;
    font-family: Cinzel;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.3em;
    text-align: center;
    color: white;
}

.footerTexts a {
    color: #333333;
    text-decoration: none;
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

}

.bannerheading {
    font-family: "Cinzel", serif;
    letter-spacing: 0em;
    text-align: left;
}

.aboutheading {
    text-wrap: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 10px;
    color: #333333;
}

.secondheading {
    font-family: "Cinzel", serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    color: #AB1E14;
    text-transform: uppercase;
}

.thirdheading {
    font-family: "Cinzel", serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    color: #AB1E14;
    text-transform: uppercase;
}

.bookNowBtn {
    background: transparent;
    position: relative;
    padding: 7px 20px !important;
    display: flex;
    align-items: center;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #AB1E14 !important;
    border-radius: 30px;
    outline: none;
    overflow: hidden;
    color: #AB1E14 !important;
    transition: color 0.3s 0.1s ease-out;
    text-align: center;
}

.bookNowBtn::before {
    position: absolute;
    inset: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 20em;
    height: 20em;
    left: -5em;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

.bookNowBtn:hover {
    color: #fff !important;
    border: 2px solid #AB1E14;
}

.bookNowBtn:hover::before {
    box-shadow: inset 0 0 0 10em #AB1E14;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

input::placeholder {
    color: white !important;
}

.inputstyle {
    background: transparent !important;
    border-radius: 0 !important;
    border: transparent !important;
    border-bottom: 2px solid white !important;
    color: white !important;
    padding: 0 !important;
}

.inputstyle:focus {
    box-shadow: none !important;
}

.bookNowBtn2 {
    flex-shrink: 0;
    padding: 7px 30px;
    border: 2px solid white;
    text-decoration: none;
    color: white !important;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}

.bookNowBtn2:hover {
    background: rgba(255, 255, 255, 0.32);
}

.imgTransform {
    transform: scale(1);
    transition: 0.5s ease-in-out;
}

.imgTransform:hover {
    transform: scale(1.1);
}

.decorSet {
    position: absolute;
    top: 0;
    right: -100px;
    z-index: -1;
}

.decorSet2 {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: -1;
}

.decorSet3 {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 120px;
}

.decorSet4 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, -50%);
    width: 170px;
}

.highlightBox {
    text-transform: uppercase;
    padding: 10px 25px;
    background: #AB1E14;
    color: white;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.exploreBtn {
    transition: 0.3s ease-in-out;
    border-radius: 50px;
    background: transparent;
    padding: 5px 10px;
    color: black;
}

.exploreBtn::after {
    content: '\F138';
}

.exploreBtn:hover {
    border-radius: 50px;
    background: #AB1E14;
    padding: 5px 10px;
    color: white;
}

.imgFilter {
    transition: 0.3s ease-in-out;
}

.imgFilter:hover {
    filter: brightness(0.6);
}

.bookNowBtn3 {
    flex-shrink: 0;
    padding: 7px 30px;
    background: white;
    border: 2px solid transparent;
    text-decoration: none;
    color: #AB1E14;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}

.bookNowBtn3:hover {
    background: transparent;
    border: 2px solid white;
    text-decoration: none;
    color: white;
}

.glide__arrow--left,
.glide__arrow--right {
    padding: 10px 15px;
    background: #AB1E14;
    border: none;
    color: white;
}

.testSet {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.test-cards img {
    min-width: 300px;
    max-width: 380px;
    height: 430px;
}

.overlyText {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    background: rgba(255, 255, 255, 0.817);
    padding: 12px;
}

.inputStyle {
    border: 0;
    border-bottom: 1.5px solid #333333;
    background: transparent;
}

.inputStyle:focus {
    outline: none;
}

input[type="email"]::placeholder {
    color: #333333 !important;
    font-size: small;
    font-family: "Cinzel", serif;
}

.footer-bottom {
    margin-top: 30px !important;
    border: 0;
    border-top: 1.5px solid #333333;
    padding: 20px 0px;
}

/* ********************************** */
/* About Us */
/* ********************************** */
.banner-space {
    display: flex;
    justify-content: center;
    align-items: center;
}

.red-button {
    background: #a91c12;
    padding: 8px 20px;
    border-radius: 50px;
    color: white !important;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
}

.white-border-box {
    border-left: 1.5px solid white;
    padding: 0px 0px 0px 15px;
}

#myVideo {
    pointer-events: none;
}

.svg-hover img {
    transform: rotateY(0deg);
    transition: 1.5s ease-in-out;
    
}

.svg-hover:hover img {
    transform: rotateY(360deg);
}

.img-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('./Images/aboutfooter.webp') fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
}

.img-section h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ********************************** */
/* Rooms */
/* ********************************** */

.dining-food {
    min-width: 350px;
    max-width: 900px;
}

.form-control-border {
    border: 1.5px solid #333333 !important;
}

.form-control:focus {
    box-shadow: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.svg-change {
    fill: #333333;
    transition: 0.3s ease-in-out;
}

.svg-change:hover {
    fill: #a91c12;
}

.svg-change-nav{
    fill: #ffffff;
    transition: 0.3s ease-in-out;
}
/*.svg-change-nav:hover {*/
/*    fill: #a91c12;*/
/*}*/

.modal-dialog{
    margin-right: auto !important;
    margin-left: auto !important;
}
.hovered{
    position:relative;
}
.hovered::after{
    content:"";
    position:absolute;
    width:60px;
    height:2px;
    background:#ac1e15;
    bottom: -40%;
    left: 50%;
    transform: translate(-50%, 50%);
    transition:0.3s ease-in-out;
    opacity:0;
}
.current{
    position:relative;
}
.current::before{
    content:'';
    position:absolute;
    background:#ab1e14;
    width:20px;
    height:3px;
    border-radius:50px;
    bottom:0;
    left:50%;
    transform:translate(-50%,0%);
    
}
.hovered:hover::after{
    bottom:0%;
    opacity:1;
}
.uk-light .uk-dotnav>*>*{
    background:#525252 !important;
}
.uk-light .uk-dotnav>.uk-active>*{
    background:#ab1e14 !important;
}
.uk-margin {
    margin-bottom: 30px !important;
}

.bottom-border{
    border-bottom:2px solid white;
    padding:15px 5px;
}
.hoveredImg {
        position: absolute;
        z-index:5;
        width:190px;
        height:190px;
        border-radius:50%;
    }

    .hvrBox {
        position: relative;
    }