@import url("./assets/web-fonts/aktiv-grotek/aktiv-grotek.css");

@import url("./assets/web-fonts/copper-black/copper-black.css");

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

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
    height: 100%;
}

body {
    font-family: 'Aktiv Grotesk Trial';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    /* font-family: 'Segoe UI'; */
    margin: 0 0 15px;
}


/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.left__sticky {
    position: relative;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.wraper__area {
    display: grid;
    grid-template-columns: 3fr 9fr;
}

.left__siteNav {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
}

.main__content__right {
    /* padding-left: 5%; */
}

.banner__bg img {
    width: 100%;
}



.navTop h4 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    padding-top: 30px;
    margin: 0;
    font-family: 'CooperFiveOpti';
}

.navTop {
    text-align: center;
    padding: 0px 30px;
}

.navTop h2 {
    font-size: 70px;
    color: #F18F27;
    font-weight: 400;
    margin: 0;
    font-family: 'CooperFiveOpti';
}

.navTop p {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}

.logo {
    padding: 0px 50px;
}

.nav__bottom {
    text-align: center;
    padding: 0px 30px;
    position: relative;
    z-index: 1;
}

.nav__bottom h2 {
    font-size: 75px;
    color: #E75C9A;
    margin: 0;
    font-family: "Lobster", sans-serif;
}

.nav__bottom h3 {
    font-size: 42px;
    font-family: "Inter", sans-serif;
}

a.reservation__btn {
    font-size: 30px;
    color: #F18F27;
    font-weight: 500;
    border-radius: 12px;
    border: 2px solid #F18F27;
    background: #fff;
    display: inline-block;
    padding: 20px 25px;
    font-family: 'CooperFiveOpti';
    cursor: pointer;
}

.nav__bottom h4 {
    font-weight: 500;
    font-size: 22px;
    margin-top: 15px;
    font-family: "Inter", sans-serif;
}

.nav__bottom a.tell {
    color: #F18F27;
    font-weight: 700;
    font-size: 47px;
    font-family: "Inter", sans-serif;
}

.nav__social {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.nav__social img {
    height: 50px;
}

.nav__bg {
    margin-top: -100px;
}

.section__title {
    text-align: center;
}

.section__title h2 {
    color: #E75C9A;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 3px;
}

.content__area {
    padding-top: 50px;
}

.section__title h3 {
    font-size: 36px;
    font-style: italic;
    font-weight: 250;
    font-family: 'Aktiv Grotesk Trial';
}

.section__title {
    margin-bottom: 50px;
}

.card__img img {
    width: 100%;
}

.global__card {
    border-radius: 16.055px;
    background: #FFF;
    box-shadow: 0px 3.38px 3.38px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;margin-bottom: 30px;border-radius: 12px;
}

.card__txt h4 {
    font-size: 25px;
    color: #F18F27;
    font-weight: 400;
    text-align: center;
     font-family: 'CooperFiveOpti';
}

.card__img {
    margin-bottom: 15px;
}

.card__txt p {
    margin: 0;
}

.facebook__feed h4 {
    color: #4A9DEC;
    font-size: 30px;
    text-align: center;
}

.comfort__card h4 {
    font-size: 30px;
    color: #F18F27;
    text-align: center;
    font-weight: 400;
     font-family: 'CooperFiveOpti';
}

.comfort__card p {
    font-size: 16px;
    line-height: 1.5;
}

.comfort__card ul li {
    list-style: disc;
    margin-left: 20px;
    color: #000000;
    font-weight: 600;
    padding: 20px 0px;
}

.comfort__card ul {
    border-top: 2px solid #F18F27;
    border-bottom: 2px solid #F18F27;
    border-top: 2px solid #F18F27;
    padding: 10px 0px;
    margin-top: 35px;
    margin-bottom: 38px;
}

.table__list__ {
    border: 1px solid #4A9DEC;
    border-radius: 16px;
    margin-top: 80px;
}

.table__title h4 {
    color: #4A9DEC;
    font-size: 32px;
    text-align: center;
    border-bottom: 1px solid #4A9DEC;
    padding: 15px 0px;
     font-family: 'CooperFiveOpti';
}

.table__heading h5 {
    font-size: 24px;
    color: #4A9DEC;
    font-weight: 700;
}

.table__heading {
    display: grid;
    grid-template-columns: 4fr 6fr;
    padding: 0px 10%;
    text-align: center;
}

.table__grid {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    text-align: center;
    border-bottom: 1px solid #828282;
}

.table__list {
    padding: 0px 10%;
}

.table__left p {
    color: #4A9DEC;
    font-weight: 600;
}

.table__grid p {
    margin: 0;
    padding: 15px 0px;
}

.table__left {
    border-right: 1px solid #828282;
}

.table__center {
    border-right: 1px solid #828282;
}

.head__ {
    background: #4A9DEC;
    height: 100%;
}

.head__ p {
    color: #fff;
    font-weight: 700;
}

.table__footer {
    text-align: center;
    padding: 0 10%;
}

.table__footer span {
    font-weight: 700;
    color: #4A9DEC;
}

.table__footer p {
    font-size: 18px;
    margin-top: 10px;
}

.table__footer {
    margin-top: 10px;
}

.bottom__card {
    border-radius: 16.274px;
    border: 1px solid #E75C9A;
    background: #fff;
    box-shadow: 0px 5.425px 5.425px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin: 40px 0px;
    border-radius: 16px;
}

.grid__2 {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 15px;
}

.bottom__card h4 {
    color: #F18F27;
    text-align: center;
    font-size: 45px;
    margin-bottom: 35px;
     font-family: 'CooperFiveOpti';
}

.card__right p {
    font-size: 22px;
    margin: 0;
}

.card__right .tel {
    font-weight: 700;
    color: #000;
    font-size: 27px;
    margin-top: 12px;
    display: inline-block;
}

.card__right a.reservation__btn {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

.footer__top h4 {
    font-size: 34px;
    color: #E75C9A;
    margin-top: 40px;
}

.footer__area {
    background: #F18F27;
    padding: 50px 0px;
    margin-top: 30px;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__logo h4 {
    font-size: 30px;
    color: #fff;
}

.footer__right h5 {
    color: #fff;
    margin-top: 15px;
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 10px;
    gap: 10px;
    justify-content: end;
}

.footer__right {
    text-align: right;
}

.footer__social a {
    color: #fff;
    font-size: 24px;
    text-decoration: underline;
    font-weight: 700;
}

.footer__bottom {
    background: #E75C9A;
    padding: 30px 0px;
    color: #fff;
}

.footerTxt p {
    font-size: 24px;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

.logo__365 img {
    height: 50px;
}

.logo__365 {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.logo__365 a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.content__sec1 {
    position: relative;
    z-index: 1;
}

.content__sec1:after {
    position: absolute;
    left: 0;
    top: 150px;
    height: 100%;
    width: 100%;
    content: "";
    background: url(assets/img/home-pattern-1.png);
    z-index: -1;
    background-size: cover;
    background-position: right;
}

.content__sec2 {
    position: relative;
    z-index: 1;
}

.content__sec2:after {
    position: absolute;
    left: 0;
    top: 200px;
    height: 100%;
    width: 100%;
    content: "";
    background: url(assets/img/home-pattern-2.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.table__list__ {
    background: #fff;
}

.content__sec3 {
    position: relative;
    z-index: 1;
}

.mobile__header {
    display: none;
}