html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Quicksand', sans-serif;
    background-color: #f4f4f4d9;
}

/* header{
    opacity: 0;
} */
.mont {
    font-family: 'Montserrat', sans-serif !important;
}

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99991030;
    /* background: rgb(96 8 22); */
}

.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99991030;
    background-color: rgb(96 8 22);
    box-shadow: 0px 7px 12px #00000061;

}

.animateHeader {
    animation: sdb05 1.5s;
}

.banner {
    margin-top: 7rem;
}

@keyframes sdb05 {
    0% {
        transform: translateY(-80px);
    }

    100% {
        transform: translateY(0);
    }
}


header nav .nav-item {
    padding: 0 11px;
}

header nav .nav-item .nav-link {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #fdfdfd;
    text-transform: uppercase;
}

.navbar-toggler i {
    color: #fdfdfd;
}


header nav .nav-item .nav-link.active {
    border-bottom: 3px solid #e9efe6;
    font-weight: 600;
}

.navbar-nav li a {
    color: #00304F;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    /*  border-bottom: 1px solid #027ece;*/
    padding-bottom: 5px;
    transition: .6s;
}

.navbar-nav li a::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    bottom: -3px;
    background-color: #e9efe6;
    transition: .6s;
}

.navbar-nav li a:hover::before {
    width: 100%;
    transition: .7s;
}

/* ******************************** BANNER ******************************** */
.banner .banner-info {
    padding: 4rem;
    background-color: rgb(96 8 22);
    /* background: rgb(170,93,103); */
    /* background: radial-gradient(circle, rgba(170,93,103,1) 26%, rgba(96,7,21,1) 100%); */
}

.banner .banner-info h1 {
    color: #fff;
    font-size: 32px;
    margin-top: 10rem;
    font-family: 'Montserrat', sans-serif !important;
}

.banner .banner-info h1 span {
    color: #fff;
    font-size: 50px;
    text-shadow: 0px 0px 3px #fff;
    font-weight: 700;
}

.banner .banner-info h6 {
    font-size: 13px;
    color: #fff;
}

.banner .owl-dots {
    position: absolute;
    text-align: center;
    display: block;
    left: 100%;
    transform: rotate(-90deg);
    bottom: -25%;
}

.banner .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 37px;
    margin: 1px 0;
    background: #aa5d67;
    border-radius: 0px;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #600715;
}

button:focus {
    outline: none;
    outline: none;
}

.main {
    background: #fff;
}

/* ******************************** ABOUT ******************************** */
.about-info h2 {
    color: #00304f;
    font-size: 42px;
    font-weight: 600;
    /* font-family: 'Open Sans', sans-serif !important; */
}

.about-info h3 {
    color: #00304f;
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 45px;
    font-weight: 500;
    margin-right: 7rem;
    /* font-family: 'Open Sans', sans-serif !important; */
}

.about-info h4 {
    color: #00304F;
    font-size: 18px;
    font-weight: 500;
}

.about-info p {
    font-size: 18px;
    color: #00304F;
}

h5.learn-more a {
    color: #00304F;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #027ece;
    padding-bottom: 5px;
    transition: .6s;
}

h5.learn-more a::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    bottom: -2px;
    background-color: #00304f;
    transition: .6s;
}

h5.learn-more a:hover::before {
    width: 100px;
    transition: .6s;
}

/* ******************************** INDULGE ******************************** */

.indulge1 img {
    box-shadow: 22px -18px 0px #edf2eb;
}

.indulge2 {
    margin-top: -9rem;
}

.indulge2 img {
    box-shadow: -22px -18px 0px #edf2eb;
}

.indulge-info h2 {
    font-size: 26px;
    color: #00304f;
    font-weight: 500;
    letter-spacing: 2px;
}

.indulge-info p {
    font-size: 18px;
    color: #00304f;
    letter-spacing: 1px;
}

/* ******************************** OPULENCE ******************************** */

.opulenceTitle h2 {
    font-size: 28px;
    color: #00304f;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: capitalize;
}

.opulenceTitle h3 {
    color: #00304f;
    font-size: 42px;
    font-weight: 600;
}

.opulence1,
.opulence3 {
    margin-top: -2rem;
    position: relative;
}

.opulence2,
.opulence4 {
    margin-top: 2rem;
    position: relative;
}

.opulence1 img,
.opulence2 img,
.opulence3 img,
.opulence4 img {
    width: 100%;
}

.opulence1::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 35px;
    left: 7.9rem;
    top: -35px;
    background-color: #0a304e;
}

/* .opulence1::after {
    content: '';
    position: absolute;
    width: 26.4rem;
    height: 3px;
    right: -9px;
    top: -35px;
    background-color: #0a304e;
} */

.opulence1::after {
    content: '';
    position: absolute;
    width: 29.4rem;
    height: 3px;
    right: -57px;
    top: -35px;
    background-color: #0a304e;
}

.opulence2::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 56px;
    right: 7.9rem;
    top: -3.5rem;
    background-color: #0a304e;
}

.opulence2::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 88px;
    right: 7.9rem;
    bottom: -5.5rem;
    background-color: #0a304e;
}

.opulence3::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 4.5rem;
    left: 7.9rem;
    top: -4.5rem;
    background-color: #0a304e;
}

.opulence3::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3rem;
    left: 7.9rem;
    bottom: -3rem;
    background-color: #0a304e;
}

.opulence4::before {
    content: '';
    position: absolute;
    width: 27.7rem;
    height: 3px;
    left: -27.7rem;
    bottom: 47px;
    background-color: #0a304e;
}

.opulence-info {
    background-color: #edf2eb;
}

.opulence-info h4 {
    color: #00304f;
    font-size: 18px;
    padding-left: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.opulence-info h4.empty {
    height: 21px;
    opacity: 0;
}

.opulence-info h4::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 6px;
    border-radius: 50%;
    background-color: #1a713b;
}

li::marker {
    color: #1a713b;
}

/* ****************************** Royal Exp *********************************** */
#royel-experience .card-content {
    background: #ffffff;
    border: 4px;
    margin-top: 40px;
    min-height: 620px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

#royel-experience .card-desc ul li {
    color: #00304f;
    padding: 2px;
    font-weight: 600;
    font-size: 14px;
}

#royel-experience h4 {
    color: #00304f;
    padding: 2px;
    font-weight: 800;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
}

#royel-experience .card-img img {
    width: 100%;
}

#royel-experience .card-desc ul {
    padding-bottom: 10px;
}

/* ******************************** LOCATION  ************************************* */
.location .container>h2 {
    color: #00304f;
    font-size: 42px;
    font-weight: 600;
}

.location-info {
    /* background-color: #00304f; */
    background-color: #600816;
    color: #edf2eb;
}

.location-info>div:first-child h2 {
    color: #edf2eb;
    font-size: 42px;
    font-weight: 700;
}

.location-info>div:first-child p {
    font-size: 18px;
    color: #edf2eb;
    letter-spacing: 0.03rem;
}

.location-info>div:first-child h5 {
    font-size: 18px;
    color: #edf2eb;
    font-weight: 600;
}

.location-info .loc>div {
    padding: 0;
}

.location-info .loc12 {
    border: none;
    border-right: none;
}

.location-info .loc1 {
    border-right: 1px solid #fff;
    height: 100%;
}

.loc1 h4,
.loc12 h4 {
    font-size: 14px;
    color: #e9efe6;
    font-weight: 400;
    line-height: 20px;
}

/* *************************** Feature ******************************* */
.blue-color {
    /* background-color: #002f4e; */
    background-color: #600816;
    color: white;
    padding-left: 1rem;
    padding-top: 2rem;
    min-height: 175px;
}

.blue-color ul li {
    list-style: circle;
}

.blue-color ul li::marker {
    color: #fff;
}

.gray-color {
    /* background-color: #eefbd6; */
    background-color: #60081629;
    color: black;
    padding-left: 1rem;
    padding-top: 2rem;
    min-height: 175px;
}

.gray-color ul {
    padding-left: 0;
}

.gray-color ul li {
    color: #00304f;
    padding: 2px;
    font-weight: 600;
    font-size: 14px;
    list-style: circle;
    list-style: none;
    margin-bottom: 3px;
}

.gray-color ul li::marker {
    color: #00304f;
}

.gray-color h4 {
    color: #00304f;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    margin-left: 20px;
}

.blue-color h4 {
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    margin-left: 20px;
}

.blue-color ul {
    padding-left: 0;
}

.blue-color ul li {
    color: #fff;
    padding: 2px;
    font-weight: 600;
    font-size: 14px;
    list-style: none;
    margin-bottom: 3px;
}

/* ********************************* footer-gallery ************************ */
.footer-gallery .caption-item {
    position: absolute;
    top: 25%;
    background: #fff;
    padding: 3rem 1rem 1rem 2rem;
    min-width: 500px;
    min-height: 219px;
}

/* ******************************** FOOTER  ************************************* */
.footer-bottom {
    /* background-color: #e9efe6; */
    /* margin-bottom: 3.5rem; */
}

.footer-bottom p {
    color: #707070;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
}

.footer-bottom a {
    color: #707070;
    font-size: 12px;
}


/* **************************** Form  ******************************* */
.form {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.form h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.gradient-btn {
    background: #fff;
    padding: 7px 30px;
    border: 2px solid #000;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: -3px;
    color: #000 !important;
    transition: .7s;
}

.gradient-btn::before {
    display: none;
}

.form .form-group {
    margin-bottom: 15px;
}

.gradient-btn:hover {
    background: #600816;
    padding: 7px 30px;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: -3px;
    color: #fff !important;
    transition: .7s;
}

.form .form-group h5 {
    color: #fff;
}

label {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.checkbox {
    display: inline;
    width: auto;
}

/* ***********************************************Cursor Script IMP ************************ */
/* img:hover{
    cursor: pointer;
} */

canvas {
    display: none !important;
}


.cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 65px;
    height: 65px;
    font-weight: 600;
    font-size: 17px;
    margin: -12px 0 0 20px;
    opacity: 0;
    color: #fff;
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

.cursor--hover .cursor-inner {
    transform: scale(0.5);
    opacity: 0;
}

.cursor--hover .cursor-outer {
    transform: scale(1.4);
    border-color: #000;
    opacity: 1;
}

.cursor-move-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-top: -13px;
    margin-left: -17px;
}

.cursor-move-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cursor-inner {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor-outer {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    box-sizing: border-box;
    transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* background-color: #fff; */
}

/***********************footer-bg******************/
.footer-bg {
    background-color: #600816;
    color: #ffffff;
}



.whatsapp-logo {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 9999999;
    box-shadow: 0 0 7px 2px #000000c4;
    border-radius: 12px;
    background: #fff;
    padding: 4px 3px;
}

/* ****************************** social media *************************** */

.fas {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
}

.fa:hover {
    opacity: 0.7;
    color: white;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

#configuration {
    text-align: center
}
#configuration h2{
    font-weight: 600;
}
#Features h2{
    font-weight: 600;
}

/* ***************************** MEDIA QUERY ****************************** */



@media (max-width: 1200px) {
    header {
        background: rgb(96 8 22);
    }

    .gradient-btn {
        padding: 7px 30px !important;
        margin-top: 5px;
        display: inline-block;
    }

    header nav .nav-item {
        padding: 0 4px;
    }

    .banner .banner-info {
        padding: 3rem;
    }

    .banner .banner-info h1 {
        font-size: 22px;
        margin-top: 10rem;
    }

    .banner .banner-info h1 span {
        font-size: 38px;
    }

    .banner .banner-info h6 {
        font-size: 10px;
    }

    .banner .owl-dots {
        bottom: -30%;
    }
    .banner .owl-theme .owl-dots {
        display: none;
    }

    
    .about-info h2 {
        font-size: 28px;
    }

    .about-info h4 {
        font-size: 16px;
    }

    .about-info p {
        font-size: 16px;
    }

    h5.learn-more a {
        font-size: 15px;
    }

    .opulence-info {
        height: 80px;
    }

    .opulenceTitle h2 {
        font-size: 20px;
    }

    .opulence-info h4 {
        font-size: 16px;
    }

    .indulge-info p br {
        display: none;
    }

    .opulence1::after {
        /* width: 20.8rem; */
        display: none;
    }

    .opulenceTitle h2 br {
        display: none;
    }

    .opulence2::before,
    .opulence1::before,
    .opulence3::before,
    .opulence2::after,
    .opulence1::after {
        /* height: 40px;
        top: -2.5rem; */
        display: none;
    }

    .opulence1 .heading,
    .opulence2 .heading,
    .opulence3 .heading,
    .opulence4 .heading {
        top: 50%;
        right: 1.7rem;
    }

    .opulence2 .heading,
    .opulence4 .heading {
        right: .7rem;
    }

    .opulence1,
    .opulence3,
    .opulence2,
    .opulence4 {
        margin-top: 0;
    }


    .opulence4::before {
        /* width: 21.9rem;
        left: -21.9rem; */
        display: none;
    }

    .opulence3::after {
        /* height: 3rem;
        bottom: -3rem; */
        display: none;
    }

    .indulge-info h2 {
        font-size: 20px;
    }

    .indulge-info p {
        font-size: 15px;
    }

    #royel-experience h4 {
        font-size: 20px;
    }

    #royel-experience .card-content {
        min-height: 555px;
    }

    #Features h2 {
        font-size: 22px;
    }

    .footer-gallery h2,
    .location .container>h2 {
        font-size: 22px;
    }

    .loc1 h4,
    .loc12 h4 {
        padding-right: 10px;
    }

    .form h4 {
        font-size: 15px;
    }

    .form .gradient-btn {
        margin-top: -3px;
    }

    .top-divs {
        margin-top: 2rem !important;
    }

    .footer-bottom {
        /* margin-bottom: 3rem; */
    }

    .z {
        display: block !important;
        position: fixed;
        padding: 0px 0px !important;
        z-index: 99;
        text-transform: uppercase;
        background: #002f4ee0;
        color: #fff;
        bottom: 0%;
        left: 0%;
        width: 100%;
        border-radius: 0;
    }

    .icon_footers {
        justify-content: space-around;
        display: flex;
        font-size: 1.7rem;
        margin-bottom: .3rem;
    }

    .icon_footers li {
        list-style: none;
        margin-left: -1rem;
    }

    .btn-footer {
        color: #fff;
        background-color: #027ece;
        border-color: #fff;
        border-radius: .1rem !important;
        font-weight: 700;
    }

    .btn-footer:hover {
        color: #fff;
        background-color: #002f4ee0;
        border-color: #fff;
    }

    .modal {
        position: fixed;
        top: 116px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;
    }

}

@media (max-width: 991px) {
    .banner {
        margin-top: 7.8rem;
    }

    .banner .banner-info h1 {
        margin-top: 3rem;
    }

    .banner .owl-dots {
        bottom: -40%;
    }

    .about-info h2 {
        font-size: 22px;
    }

    .about-info h4 {
        font-size: 13px;
    }

    .about-info p {
        font-size: 14px;
    }

    h5.learn-more a {
        font-size: 13px;
    }

    .opulence-info h4 {
        font-size: 14px;
    }

    .opulence1::after {
        width: 13.3rem;
    }

    .opulence4::before {
        width: 14.6rem;
        left: -14.6rem;
    }

    .opulence3::after {
        height: 2.3rem;
        bottom: -2.3rem;
    }

    .opulence3::before {
        height: 5rem;
        top: -5rem;
    }

    .indulge-info h2,
    .indulge-info p {
        letter-spacing: inherit;
    }

    .indulge-info h2 br {
        display: none;
    }

    .blue-color,
    .gray-color {
        margin-top: 1rem;
    }

    .footer-gallery .caption-item {
        min-height: 150px;
        min-width: 400px;
    }

    .location-info .loc1,
    .location-info .loc12 {
        border-right: 1px solid #fff;
        height: 94%;
        border: 1px solid #fff;
        margin: 5px;
        padding-top: 10px;
    }

}

@media (max-width: 767px) {
    .banner .banner-info {
        padding: 0rem;
    }
    .opulence-info {
        height: auto;
        margin-bottom: 1rem;
    }

    .opulence1::after,
    .opulence2::after,
    .opulence3::after,
    .opulence4::after,
    .opulence1::before,
    .opulence2::before,
    .opulence3::before,
    .opulence4::before {
        display: none;
    }

    .banner .owl-dots {
        display: none;
    }
    .form{
        text-align: center;
    }

    #configuration{
        text-align: center;
    }
    .indulge2 {
        margin-top: 2rem;
    }

    .indulge1 img {
        box-shadow: 0px 0px 12px #ccc;
    }

    .indulge2 img {
        box-shadow: 0px 0px 12px #ccc;
    }

    .footer-gallery .item {
        border: 1px solid #000;
    }

    .footer-gallery .caption-item {
        position: static;
        min-height: 220px;
        min-width: auto;
    }

    h5.learn-more a {
        margin-bottom: 1rem;
        display: inline-block;
    }

    .opulence1,
    .opulence3,
    .opulence2,
    .opulence4 {
        margin-top: 2rem;
    }

    .opulence1 {
        margin-top: 1rem;
    }

    .opulenceTitle h2 {
        letter-spacing: inherit;
        margin-top: 2rem;
    }

    #why_2 {
        order: 2;
    }

    #why_1 {
        order: 1;
    }

    #ban_2 {
        order: 2;
    }

    #ban_1 {
        order: 1;
    }

    .blue-color,
    .gray-color {
        padding-left: 10px;
        padding-right: 10px;
    }

    .opulence-info {
        padding: 10px;
    }
    .footer-bg p,.footer-bg a{
        font-size: 14px;
    }
    .footer-bg h3{
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    #royel-experience .card-desc ul {
        padding-right: 10px;
    }

}

@media (min-width: 1200px) {
    .owl-nav {
        position: absolute;
        top: 180px;
    }

    .owl-next {
        position: relative;
        left: 1050px;
    }
}