::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-thumb {
    background-color: #9d968d
}

:root {
    --lm: "LMRoman" --geo: "Geometria"
}

body {
    font-family: 'PP Editorial New';;
    overflow: hidden auto
}

.countHeading {
    font-size: 70px;
    line-height: 100%;
    font-family: 'Julius Sans One';
}

.countHeading span {
    font-size: 35px;
    line-height: 100%
}

.countHeading.experiences {
    font-family: 'PP Editorial New';
}

.countHeading.experiences span {
    font-family: 'Julius Sans One';
}

.innerpageHeading {
    font-size: 35px;
    line-height: 120%;
    font-family: 'Julius Sans One';;
    font-weight: 300
}

.innerpageHeading span {
    font-size: 25px;
    font-family: 'PP Editorial New';;
    line-height: 100%
}

.selfHeading {
    font-size: 50px;
    line-height: 120%
}

@media(min-width: 1200px) {
    .countHeading {
        font-size: 80px
    }

    .countHeading span {
        font-size: 40px
    }
}

@media(max-width: 1199.98px) {
    .innerpageHeading {
        font-size: 33px
    }

    .innerpageHeading span {
        font-size: 22px
    }

    .selfHeading {
        font-size: 45px
    }
}

@media(max-width: 991.98px) {
    .innerpageHeading {
        font-size: 30px
    }

    .innerpageHeading span {
        font-size: 20px
    }

    .selfHeading {
        font-size: 40px
    }
}

@media(max-width: 767.98px) {
    .countHeading {
        font-size: 60px
    }

    .countHeading span {
        font-size: 30px
    }

    .innerpageHeading {
        font-size: 28px
    }

    .innerpageHeading span {
        font-size: 18px
    }

    .selfHeading {
        font-size: 35px
    }
}

@media(max-width: 575.98px) {
    .countHeading {
        font-size: 40px
    }

    .countHeading span {
        font-size: 20px
    }

    .innerpageHeading {
        font-size: 25px
    }

    .innerpageHeading span {
        font-size: 15px
    }

    .selfHeading {
        font-size: 30px
    }
}

.conceptBtn {
    font-size: 14px;
    font-family: 'Julius Sans One';;
    color: #6e6259;
    transition: all ease-in-out .3s
}

.conceptBtn.downloadBtn span img {
    transform: rotate(90deg)
}

.conceptBtn.downloadBtn:hover span img {
    transform: rotate(90deg)
}

.conceptBtn span {
    width: 10px
}

.conceptBtn span img {
    -o-object-fit: contain;
    object-fit: contain;
    transform: rotate(-45deg);
    transition: all ease-in-out .3s
}

.conceptBtn:hover span img {
    transform: rotate(0deg)
}

.conceptBtn.borderdBtn {
    position: relative;
    color: #fff;
    z-index: 1;
    overflow: hidden
}

.conceptBtn.borderdBtn::after,
.conceptBtn.borderdBtn::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50px
}

.conceptBtn.borderdBtn:after {
    width: 100%;
    border: 2px solid #9d968d
}

.conceptBtn.borderdBtn::before {
    width: 82%;
    background-color: #9d968d;
    z-index: -1;
    transition: all ease-in-out .3s
}

.conceptBtn.borderdBtn:hover::before {
    width: 100%
}

.conceptBtn.borderdBtn:hover span img {
    filter: brightness(10)
}

.conceptBtn.borderdBtn.borderwhiteBtn {
    color: #6e6259
}

.conceptBtn.borderdBtn.borderwhiteBtn:after {
    border: 2px solid #fff
}

.conceptBtn.borderdBtn.borderwhiteBtn::before {
    width: 79.5%;
    background-color: #fff
}

.conceptBtn.borderdBtn.borderwhiteBtn span img {
    filter: brightness(10)
}

.conceptBtn.borderdBtn.borderwhiteBtn:hover::before {
    width: 100%
}

.conceptBtn.borderdBtn.borderwhiteBtn:hover span img {
    filter: unset
}

.sendBtn {
    font-size: 14px;
    padding: 0 12px;
    height: 36px;
    font-family: 'Julius Sans One';
}

@media(max-width: 767.98px) {
    .conceptBtn.downloadBtn {
        font-size: 12px
    }
}

@media(max-width: 575.98px) {
    .conceptBtn.borderdBtn::before {
        width: 79%
    }
}

.navbar .toggleBtn {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1
}

.navbar .toggleBtn::before {
    content: "";
    width: 0%;
    border-radius: 100%;
    height: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dee2e6;
    transition: all .3s ease-in-out;
    z-index: -1
}

.navbar .toggleBtn:hover::before {
    width: 100%;
    height: 100%
}

.navbar .toggleBtn span {
    display: inline-flex;
    width: 35px;
    height: 1px;
    background-color: #6e6259
}

.navbar .navbar-brand {
    height: 30px
}

.navbar .navbar-brand img {
    -o-object-fit: contain;
    object-fit: contain;
    filter: contrast(0)
}

.navbar .navtabs .navbar-nav .nav-item .nav-link span::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, .5);
    width: 0px;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out
}

.navbar .navtabs .navbar-nav .nav-item .nav-link:hover span::before,
.navbar .navtabs .navbar-nav .nav-item .nav-link.active span::before {
    width: 100%
}

.navbar .navtabs .navbar-nav .nav-item .nav-link.active {
    position: relative
}

.navbar .navtabs .navbar-nav .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
    width: 1px;
    height: 16px
}

.socialGroup .socialIcon {
    border: 2px solid #9d968d;
    width: 35px;
    height: 35px
}

.socialGroup.footericon .socialIcon img {
    filter: brightness(10);
    transition: all ease-in-out .3s
}

.socialGroup.footericon .socialIcon:hover img {
    opacity: .7
}

.menuoffcanvas .innerbodyPart {
    background-color: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px)
}

.menuoffcanvas .innerbodyPart .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, .7)
}

.menuoffcanvas .innerbodyPart .offcanvas-header .offcanvas-title .logo {
    height: 30px
}

.menuoffcanvas .innerbodyPart .offcanvas-header .offcanvas-title .logo img {
    filter: invert(1)
}

.menuoffcanvas .innerbodyPart .offcanvas-header .closeBtn {
    width: 35px;
    height: 35px;
    border: 1.6px solid #9d968d
}

.menuoffcanvas .innerbodyPart .offcanvas-header .closeBtn img {
    transition: all .3s ease-in-out
}

.menuoffcanvas .innerbodyPart .offcanvas-header .closeBtn:hover img {
    transform: scale(1.1)
}

.menuoffcanvas .innerbodyPart .menubody .tabheading {
    font-family: 'Julius Sans One';;
    font-size: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .7)
}

.menuoffcanvas .innerbodyPart .menubody .navs .items .itemlink {
    font-family: 'Julius Sans One';;
    font-size: 14px;
    font-weight: 300;
    color: #6e6259
}

.menuoffcanvas .innerbodyPart .menubody .navs .items .itemlink::before {
    content: "";
    height: 0px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .7);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    border-radius: 20px;
    opacity: 0
}

.menuoffcanvas .innerbodyPart .menubody .navs .items .itemlink span img {
    height: 20px
}

.menuoffcanvas .innerbodyPart .menubody .navs .items .itemlink span::before {
    content: "";
    background: #ccc9c4;
    position: absolute;
    right: 0;
    height: 100%;
    width: 80px;
    border-radius: 50px;
    z-index: -1;
    transform: translateX(-10px);
    opacity: 0;
    transition: all .3s ease-in-out
}

.menuoffcanvas .innerbodyPart .menubody .navs .items .itemlink:hover::before {
    height: 100%;
    opacity: 1
}

.menuoffcanvas .innerbodyPart .menubody .navs .items .itemlink:hover span::before {
    transform: translateX(0px);
    opacity: 1
}

@media(max-width: 1199.98px) {
    .socialGroup .socialIcon {
        width: 30px;
        height: 30px
    }
}

@media(max-width: 767.98px) {
    .navbar .toggleBtn {
        width: 40px;
        height: 40px
    }

    .navbar .toggleBtn span {
        width: 30px
    }
}

@media(max-width: 575.98px) {
    .navbar .toggleBtn {
        width: 35px;
        height: 35px
    }

    .navbar .toggleBtn span {
        width: 25px
    }
}

.toggleMenu {
    z-index: 100
}

.toggleMenu .innerfluid {
    background-color: rgba(0, 0, 0, .5)
}

/* .footer .innerfluid {
    background: url(../../../src/Assets/images/footer.jpg) no-repeat center;
    background-size: cover
} */

.footer .innerfluid .logo {
    height: 40px
}

.footer .innerfluid .logo img {
    -o-object-fit: contain;
    object-fit: contain;
    filter: invert(1)
}

.footer .innerfluid .address {
    font-size: 18px;
    font-family: 'Julius Sans One';
}

.footer .innerfluid .address a {
    transition: all ease-in-out .3s
}

.footer .innerfluid .address a:hover {
    opacity: 1 !important
}

.footer .innerfluid .copyright {
    font-size: 14px;
    font-family: 'Julius Sans One';
}

.sideIcon ul li .links span {
    height: 35px;
    height: 35px;
    position: relative;
    z-index: 1
}

.sideIcon ul li .links span::before {
    content: "";
    width: 0px;
    z-index: -1;
    height: 0px;
    border-radius: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all ease-in-out .3s;
    background-color: #4d4d4d
}

.sideIcon ul li .links span img {
    -o-object-fit: contain;
    object-fit: contain
}

.sideIcon ul li .links:hover span::before {
    width: 100%;
    height: 100%
}

@media(max-width: 991.98px) {
    .footer .innerfluid .address {
        font-size: 16px
    }

    .footer .innerfluid .copyright {
        font-size: 12px
    }
}

@media(max-width: 575.98px) {
    .footer .innerfluid .logo {
        height: 35px
    }
}

.sectionheading {
    color: #6c757d
}

.textcontent,
.sectionheading {
    font-size: 22px;
    line-height: 170%;
    color: #6e6259
}

.textcontent.lorems,
.sectionheading.lorems {
    font-family: 'Julius Sans One';
}

.textcontent {
    opacity: .8
}

.ethosSection .innersection .ethosImg {
    margin-bottom: -4rem
}

.thatcountFunction .innerfluid {
    background: url(../img/facilitiesBack.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px
}

.gourmentsection .innerfluid .rightsdePopuo {
    overflow: hidden !important;
    margin-top: -80px;
    max-width: 330px;
    display: flex;
    max-height: 200px;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.gourmentsection .innerfluid .rightsdePopuo span {
    width: 100%;
    position: relative
}

.gourmentsection .innerfluid .rightsdePopuo span::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #dee2e6;
    transition: all .3s ease-in-out
}

.gourmentsection .innerfluid .rightsdePopuo:hover span::before {
    top: 0
}

.gourmentsection .innerfluid .rightsdePopuo.innerPagesidePopup .layar {
    background-color: #dee2e6;
    z-index: 1
}

.gourmentsection .innerfluid .rightsdePopuo.innerPagesidePopup span::before {
    display: none
}

.gourmentsection .innerfluid .bottomSide .content {
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Julius Sans One';;
    font-weight: 400;
    color: rgba(0, 0, 0, .7)
}

.gourmentsection .innerfluid .bottomSide .subContent {
    font-size: 22px;
    color: #ced4da
}

.memorableSection .innerfluid {
    background-color: #b5afa8
}

.memorableSection .innerfluid .contentSide .accordions .accordionItem .accordionButton {
    font-family: 'Julius Sans One';;
    font-size: 20px;
    border-bottom: 1px solid #9d968d
}

.memorableSection .innerfluid .contentSide .accordions .accordionItem .accordionButton span {
    width: 30px;
    height: 30px
}

.memorableSection .innerfluid .contentSide .accordions .accordionItem .accordionButton span img {
    filter: brightness(10);
    -o-object-fit: contain;
    object-fit: contain;
    transform: rotate(-45deg);
    transition: all ease-in-out .3s
}

.memorableSection .innerfluid .contentSide .accordions .accordionItem.active .accordionButton span {
    background: #fff
}

.memorableSection .innerfluid .contentSide .accordions .accordionItem.active .accordionButton span img {
    filter: unset;
    transform: rotate(0deg)
}

.memorableSection .innerfluid .contentSide .accordionsImg {
    margin-right: -160px
}

.memorableSection .innerfluid .contentSide .accordionsImg img {
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1399.98px) {

    .textcontent,
    .sectionheading {
        font-size: 18px
    }

    .gourmentsection .innerfluid .bottomSide .content {
        font-size: 22px
    }

    .gourmentsection .innerfluid .bottomSide .subContent {
        font-size: 20px
    }
}

@media(max-width: 991.98px) {

    .textcontent,
    .sectionheading {
        font-size: 16px
    }

    .ethosSection {
        overflow: hidden;
        padding-right: 0px
    }

    .ethosSection .innersection {
        padding-right: 0px
    }

    .ethosSection .innersection .ethosImg {
        margin-bottom: 0rem
    }

    .gourmentsection .innerfluid .rightsdePopuo {
        width: 35vw;
        height: 22vw;
        margin-top: -7vw
    }

    .gourmentsection .innerfluid .bottomSide .content {
        font-size: 20px
    }

    .gourmentsection .innerfluid .bottomSide .subContent {
        font-size: 18px
    }

    .memorableSection .innerfluid .contentSide .accordionsImg {
        margin-right: 0px
    }
}

@media(max-width: 767.98px) {
    .gourmentsection .innerfluid .bottomSide .content {
        font-size: 18px
    }

    .gourmentsection .innerfluid .bottomSide .subContent {
        font-size: 16px
    }

    .memorableSection .innerfluid .contentSide .accordions .accordionItem .accordionButton {
        font-size: 18px
    }

    .memorableSection .innerfluid .contentSide .accordions .accordionItem .accordionButton span {
        width: 28px;
        height: 28px
    }
}

@media(max-width: 575.98px) {
    .gourmentsection .innerfluid .bottomSide .content {
        font-size: 16px
    }

    .gourmentsection .innerfluid .bottomSide .subContent {
        font-size: 14px
    }
}


/* *** ------- Editorial Font ------- */
@font-face {
    font-family: 'PP Editorial New';
    src: url('../fonts/editorial/PPEditorialNew-Ultrabold.woff2') format('woff2'),
        url('assets/fonts/PPEditorialNew-Ultrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Editorial New';
    src: url('../fonts/editorial/PPEditorialNew-Ultralight.woff2') format('woff2'),
        url('assets/fonts/PPEditorialNew-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Editorial New';
    src: url('../fonts/editorial/PPEditorialNew-UltralightItalic.woff2') format('woff2'),
        url('assets/fonts/PPEditorialNew-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Editorial New';
    src: url('../fonts/editorial/PPEditorialNew-Regular.woff2') format('woff2'),
        url('assets/fonts/PPEditorialNew-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Editorial New';
    src: url('../fonts/editorial/PPEditorialNew-UltraboldItalic.woff2') format('woff2'),
        url('assets/fonts/PPEditorialNew-UltraboldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Editorial New';
    src: url('../fonts/editorial/PPEditorialNew-Italic.woff2') format('woff2'),
        url('assets/fonts/PPEditorialNew-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/* ***** ---- julius-sans-one Font ------ */
@font-face {
    font-family: 'Julius Sans One';
    src: url('../fonts/julius/JuliusSansOne-Regular.woff2') format('woff2'),
        url('assets/fonts/JuliusSansOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* 
@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-BoldItalic.woff2") format("woff2"), url("../fonts/geometria/Geometria-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/geometria/Geometria-ExtraBoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-ExtraBold.woff2") format("woff2"), url("../fonts/geometria/Geometria-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-ExtraLightItalic.woff2") format("woff2"), url("../fonts/geometria/Geometria-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-Italic.woff2") format("woff2"), url("../fonts/geometria/Geometria-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-Heavy.woff2") format("woff2"), url("../fonts/geometria/Geometria-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-ExtraLight.woff2") format("woff2"), url("../fonts/geometria/Geometria-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-HeavyItalic.woff2") format("woff2"), url("../fonts/geometria/Geometria-HeavyItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-Light.woff2") format("woff2"), url("../fonts/geometria/Geometria-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-Medium.woff2") format("woff2"), url("../fonts/geometria/Geometria-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-Thin.woff2") format("woff2"), url("../fonts/geometria/Geometria-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-ThinItalic.woff2") format("woff2"), url("../fonts/geometria/Geometria-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-LightItalic.woff2") format("woff2"), url("../fonts/geometria/Geometria-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-MediumItalic.woff2") format("woff2"), url("../fonts/geometria/Geometria-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria.woff2") format("woff2"), url("../fonts/geometria/Geometria.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Julius Sans One';;
    src: url("../fonts/geometria/Geometria-Bold.woff2") format("woff2"), url("../fonts/geometria/Geometria-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "LMRomanCaps10";
    src: url("../fonts/lmroman/LMRomanCaps10-Regular.woff2") format("woff2"), url("../fonts/lmroman/LMRomanCaps10-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "LMRomanDunh10";
    src: url("../fonts/lmroman/LMRomanDunh10-Oblique.woff2") format("woff2"), url("../fonts/lmroman/LMRomanDunh10-Oblique.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "LMRomanDemi10";
    src: url("../fonts/lmroman/LMRomanDemi10-Regular.woff2") format("woff2"), url("../fonts/lmroman/LMRomanDemi10-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "LMRomanDemi10";
    src: url("../fonts/lmroman/LMRomanDemi10-Oblique.woff2") format("woff2"), url("../fonts/lmroman/LMRomanDemi10-Oblique.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "LMRomanDunh10";
    src: url("../fonts/lmroman/LMRomanDunh10-Regular.woff2") format("woff2"), url("../fonts/lmroman/LMRomanDunh10-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "LMRomanSlant10";
    src: url("../fonts/lmroman/LMRomanSlant10-Bold.woff2") format("woff2"), url("../fonts/lmroman/LMRomanSlant10-Bold.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "LMRomanSlant10";
    src: url("../fonts/lmroman/LMRomanSlant10-Regular.woff2") format("woff2"), url("../fonts/lmroman/LMRomanSlant10-Regular.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "LMRoman10";
    src: url("../fonts/lmroman/LMRoman10-BoldItalic.woff2") format("woff2"), url("../fonts/lmroman/LMRoman10-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "LMRoman10";
    src: url("../fonts/lmroman/LMRoman10-Italic.woff2") format("woff2"), url("../fonts/lmroman/LMRoman10-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "LMRoman10";
    src: url("../fonts/lmroman/LMRoman10-Bold.woff2") format("woff2"), url("../fonts/lmroman/LMRoman10-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "LMRomanCaps10";
    src: url("../fonts/lmroman/LMRomanCaps10-Oblique.woff2") format("woff2"), url("../fonts/lmroman/LMRomanCaps10-Oblique.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "LMRoman10";
    src: url("../fonts/lmroman/LMRoman10-Regular.woff2") format("woff2"), url("../fonts/lmroman/LMRoman10-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
} */

.serviceCard .cardImg img {
    -o-object-fit: cover;
    object-fit: cover
}

.serviceCard .title {
    bottom: -15px;
    left: -15px;
    line-height: 100%;
    font-weight: 300;
    font-size: 50px;
    color: rgba(255, 255, 255, .5);
    font-family: 'Julius Sans One';
}

.serviceCard.vrcard .title {
    transform: rotate(-90deg);
    transform-origin: 0 0;
    white-space: nowrap;
    bottom: 0
}

@media(max-width: 1399.98px) {
    .serviceCard .title {
        font-size: 40px
    }
}

@media(max-width: 1199.98px) {
    .serviceCard .title {
        font-size: 35px
    }
}

@media(max-width: 991.98px) {
    .serviceCard .title {
        font-size: 30px
    }
}

@media(max-width: 767.98px) {
    .serviceCard .title {
        font-size: 26px
    }
}

@media(max-width: 575.98px) {
    .serviceCard .title {
        font-size: 23px
    }
}

.partysection .innerfluid {
    background-color: #e4e2df
}

.partysection .innerfluid .partyname {
    font-size: 22px;
    font-family: 'Julius Sans One';
}

.partysection .innerfluid .partyname.methodheading {
    font-family: 'PP Editorial New';
}

.partysection .innerfluid .card .card-body .partylogo {
    height: 48px
}

.partysection .innerfluid .card .card-body .partylogo img {
    -o-object-fit: contain;
    object-fit: contain
}

.partysection .innerfluid .card::before {
    content: "";
    height: calc(100% + 150px);
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border: 15px solid #cfc9c4
}

.contactSection .contactCard {
    background-color: #6e6259
}

.contactSection .contactCard .contactContent .textcontent {
    font-family: 'Julius Sans One';
}

.contactSection .contactCard .contactContent .formData {
    gap: 40px
}

.contactSection .contactCard .contactContent .formData .ContactInput {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #a9a39b;
    outline: none;
    font-family: 'Julius Sans One';
}

.contactSection .contactCard .contactContent .formData .ContactInput::-moz-placeholder {
    font-size: 16px;
    color: #fff
}

.contactSection .contactCard .contactContent .formData .ContactInput::placeholder {
    font-size: 16px;
    color: #fff
}

.contactSection .contactCard .contactContent .formData .textBox {
    max-height: 170px;
    font-family: 'Julius Sans One';
}

.contactSection .contactCard .contactContent .formData .checkInput {
    height: 18px;
    background: rgba(0, 0, 0, 0);
    min-width: 18px;
    max-width: 18px;
    border: 1.5px solid #b8afa8;
    transition: all .3s ease-in-out;
    outline: none
}

.contactSection .contactCard .contactContent .formData .checkInput:checked {
    background-color: #6e6259;
    background-image: none
}

.contactSection .contactCard .contactContent .formData .checkInput:checked::before {
    transform: translate(-25%, -55%) scale(1.2)
}

.contactSection .contactCard .contactContent .formData .checkInput::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: url(../img/checktwo.svg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 60%;
    width: 100%;
    z-index: 5;
    transition: all .3s ease-in-out
}

.contactSection .contactCard .contactContent .formData .checkBtn {
    cursor: pointer
}

.contactSection .contactCard .contactContent .formData .scrollcontent {
    font-size: 14px;
    padding: 10px;
    height: 150px;
    font-family: 'Julius Sans One';
}

.aboutsection .innerfluid {
    background-color: #e4e2df
}

.cards-section .inner-container .text-card {
    position: relative
}

.cards-section .inner-container .text-card .card .card-body {
    background-color: #d7d2cc
}

.cards-section .inner-container .text-card .card .card-body .text {
    position: absolute;
    top: 10px;
    right: 10px
}

.cards-section .inner-container .text-card .card .card-body .text span {
    font-size: 60px;
    line-height: 100%;
    color: #e9ecef;
    font-weight: 300;
    font-family: 'Julius Sans One';;
    text-align: right;
    writing-mode: tb;
    transform: rotate(180deg)
}

.cards-section .inner-container .text-card .card .card-body .content {
    transform: translateY(16px)
}

.cards-section .inner-container .text-card .card .card-body .content .bottom-text {
    font-size: 110px;
    line-height: 100%;
    font-weight: 300
}

.wellnessection {
    font-family: 'Julius Sans One';
}

.wellnessection .getheading {
    font-size: 30px
}

.wellnessection .subheading {
    font-size: 22px
}

@media(min-width: 992px) {
    .sliderSection {
        height: 100vh
    }

    .sliderSection .cornicesImg img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(max-width: 1199.98px) {
    .wellnessection .getheading {
        font-size: 28px
    }

    .wellnessection .subheading {
        font-size: 20px
    }

    .partysection .innerfluid .partyname {
        font-size: 20px
    }

    .partysection .innerfluid .card .card-body .partylogo {
        height: 35px
    }

    .partysection .innerfluid .card::before {
        content: "";
        height: calc(100% + 120px)
    }

    .cards-section .inner-container .text-card .card .card-body .text span {
        font-size: 48px
    }

    .cards-section .inner-container .text-card .card .card-body .content {
        transform: translateY(14px)
    }

    .cards-section .inner-container .text-card .card .card-body .content .bottom-text {
        font-size: 98px
    }
}

@media(max-width: 991.98px) {
    .wellnessection .getheading {
        font-size: 25px
    }

    .wellnessection .subheading {
        font-size: 18px
    }

    .partysection .innerfluid .partyname {
        font-size: 18px
    }

    .partysection .innerfluid .card {
        margin-bottom: -5%
    }

    .partysection .innerfluid .card .card-body .partylogo {
        height: 25px
    }

    .partysection .innerfluid .card::before {
        content: "";
        border-width: 10px;
        height: calc(100% + 0px)
    }

    .contactSection .contactCard {
        background-color: #6e6259
    }

    .contactSection .contactCard .contactContent {
        gap: 30px
    }

    .contactSection .contactCard .contactContent .formData {
        gap: 30px
    }

    .contactSection .contactCard .contactContent .formData .InputInner {
        gap: 30px
    }

    .cards-section .inner-container .text-card .card .card-body .text span {
        font-size: 36px
    }

    .cards-section .inner-container .text-card .card .card-body .content {
        transform: translateY(11px)
    }

    .cards-section .inner-container .text-card .card .card-body .content .bottom-text {
        font-size: 72px
    }
}

@media(max-width: 767.98px) {
    .wellnessection .getheading {
        font-size: 22px
    }

    .wellnessection .subheading {
        font-size: 16px
    }

    .partysection .innerfluid .card::before {
        content: "";
        border-width: 8px
    }

    .cards-section .inner-container .text-card .card .card-body .text span {
        font-size: 30px
    }

    .cards-section .inner-container .text-card .card .card-body .content {
        transform: translateY(8px)
    }

    .cards-section .inner-container .text-card .card .card-body .content .bottom-text {
        font-size: 56px
    }
}

@media(max-width: 575.98px) {
    .wellnessection .getheading {
        font-size: 20px
    }

    .wellnessection .subheading {
        font-size: 14px
    }

    .partysection .innerfluid .card::before {
        content: "";
        border-width: 6px
    }

    .cards-section .inner-container .text-card .card .card-body .text span {
        font-size: 24px
    }

    .cards-section .inner-container .text-card .card .card-body .content {
        transform: translateY(5px)
    }

    .cards-section .inner-container .text-card .card .card-body .content .bottom-text {
        font-size: 32px
    }
}

@media screen and (max-width: 400px) {
    .cards-section .inner-container .text-card .card .card-body .text {
        top: 6px;
        right: 6px
    }

    .cards-section .inner-container .text-card .card .card-body .text span {
        font-size: 14px
    }

    .cards-section .inner-container .text-card .card .card-body .content {
        transform: translateY(4px)
    }

    .cards-section .inner-container .text-card .card .card-body .content .bottom-text {
        font-size: 28px
    }
}

/*# sourceMappingURL=style.min.css.map */