body .Not-found-page .heading h1, h1.entry-title {
    font-size: 80px;
    max-width: 100%;
    font-weight: 500;
}
body .Not-found-page .heading h2, body .page-section h2 {
    font-size: 64px;
    font-weight: 300;
    line-height: 100%;
}
.no_margin p{
    margin-bottom: 0px !important;
}
.post-content .short_contant,body .Not-found-page .heading h1,body .Not-found-page .heading h2,body .page-section h2 {
    color: #222222;
}
.Not-found-page .heading h2 {
    margin: 40px 0 16px;
}
footer a:hover {
    color: #b2c1bc !important;
}
body main#content {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}
body .container {
    max-width: 1268px !important;
    padding: 0 10px!important;
}
.category .blog-box, .author .blog-box {
    box-shadow: 0px 0px 4px #cccccc73;
    height: 100%;
}
.blog-page .row>div {
    width: calc(33.333% - 20px);
}
.before-footer-form .wpcf7-spinner {
    background-color: #f3e6d8 !important;
    top: -40px !important;
    left: 55% !important;
}
.get_in_touch a, .contact-link a {
    background: #222;
    color: #fff !important;
    white-space: nowrap;
    margin-left: 24px !important;
}
.gradient_border{ 
    border-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)) 1;
}
/*Form Css Start*/
.ge-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 27px;
    width: 100%;
}
.ge-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    color: #373737;
    font-family: inherit;
    position: relative;
}
.ge-form-wrapper p {
    margin: 0 auto;
}
.ge-field input, .ge-field select, .ge-field textarea {
    border: none !important;
}
.ge-form-wrapper input, .ge-form-wrapper select, .ge-form-wrapper textarea {
    max-height: 125px;
    resize: none;
    background: #FFFFFF;
    color: #373737;
    /* border-radius: 8px !important; */
    padding: 10px 16px !important;
    width: 100%;
    font-family: sofiapro;
    font-size: 14px;
}
span.wpcf7-not-valid-tip {
    font-family: 'sofiapro';
    font-size: 14px;
}
span.wpcf7-list-item.first.last {
    margin: 0;
}
p.ge-consent {
    margin-bottom: 24px;
}
.invalid .wpcf7-response-output {
    margin-top: 0px !important;
    border-color: #db3c3c !important;
    font-family: 'sofiapro';
}
.ge-field label {
    font-family: sofiapro;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ge-full {
    grid-column: 1 / -1;
}
.ge-consent input[type="checkbox"] {
    width: 18px;
}
span.wpcf7-list-item.first.last {
    margin: 0 0 24px 0;
}
.ge-submit input {
    width: 100% !important;
    background: #373737;
    color: #fff;
    border: none;
    transition: ease-in-out 1s;
}
.ge-submit input.wpcf7-submit:hover {
    transform: translateY(-10px);
}
.ge-consent label {
    font-family: sofiapro;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    gap: 10px;
    text-transform: uppercase;
}
.footer-width-fixer h3.elementor-icon-box-title a {
    color: #FFFFFF;
}
/*Form Css End*/
.elementor-counter-title {
    text-align: center; 
}
.italic {
    font-style: italic;
    font-weight: 400;
}
.btn-hover a:hover, .get_in_touch a:hover,input.wpcf7-submit:hover, .ceg-pdf-button .ceg-btn:hover {
    transform: scale(1.1);
    transition: ease-in-out .5s;
}
header nav>ul>li:last-child>a,.btn-hover a,.get_in_touch a,.before-footer-form input.wpcf7-submit {
    transition: ease-in-out 0.8s;
}
.before-footer-form textarea {
    height: 145px;
}
.before-footer-form input::placeholder, .before-footer-form textarea::placeholder{
    opacity: 50%;
}
.before-footer-form input, .before-footer-form textarea {
    background: transparent;
    border: 0;
    border-bottom: solid 1px #000;
    width: 100%;
    padding: 0 0 16px;
    color: #222;
}
.before-footer-form input.wpcf7-submit {
    background: #222222;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    text-transform: uppercase;
}
.select-property {
    width: 100%;
    background: transparent;
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #000;
}
.select-property:focus {
    outline: none;
}
.before-footer-form form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.before-footer-form input:focus-visible, .before-footer-form textarea:focus-visible {
    outline: 0;
}
.before-footer-form form p:nth-child(1), .before-footer-form form p:nth-child(2), .before-footer-form form p:nth-child(3) {
    margin-bottom: 24px !important;
}
.before-footer-form p {
    margin-bottom: 0 !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f3e6d8 inset !important;
    -webkit-text-fill-color: #22222280 !important;
}
/*Site-animation*/

/* ----------------------------- ceg-item ---------------------------- */
.ceg-item {
    box-sizing: border-box;
    max-width: calc(50% - 12px);
    background: #F3E6D8;
    text-align: center;
    padding: 20px;
    margin-bottom: 0 !important;
    overflow-x: hidden;
}
.ceg-item img {
    background: #fff;
    width: 100%;
    padding: 50px;
    height: 459px;
    object-fit: contain;
}
.ceg-item h4 {
    outline: none;
    font-size: 40px;
    line-height: 100%;
    color: #222222;
    margin: 20px 0;
    font-weight: 300;
}
.ceg-meta span:not(:last-child)::after {
    display: none;
}
.ceg-meta {
    gap: 8px;
    flex-wrap: wrap;
}
.ceg-meta span {
    background: #222222;
    padding: 8px 16px;
    border-radius: 80px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    color: #fff;
    font-family: 'Schibsted Grotesk';
}
.ceg-grid {
    padding-top: 40px !important;
}
/*--------------header--------------*/
.darkHeader {
    position: fixed !important;
    width: 100%;
    z-index: 999;
}
.nav-bar nav ul li .sub-arrow{
    z-index: 9;
}
/* -------------- swiperslider ----------- */
.custom-container {
    max-width: 1248px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
}
.custom-container .swiper-wrapper {
    width: calc(100% + 60px);
}
.custom-container .swiper-slide {
    width: calc(100% / 3.1) !important;
}
.custom-container .elementor-image-carousel-wrapper {
    overflow: visible;
}
.swiper .elementor-swiper-button {
    position: absolute !important;
    transform: translate(0, -0) !important;
    top: -20% !important;
}
.elementor-swiper-button.elementor-swiper-button-prev {
    left: auto !important;
    right: 80px !important;
}
.swiper .swiper-wrapper {
    order: 3 !important;
}
.swiper figure.swiper-slide-inner img {
    min-height: 518px;
    object-fit: cover;
    object-position: center center;
}
.elementor-lightbox .swiper .elementor-swiper-button {
    position: absolute !important;
    transform: translateY(-50%) !important;
    top: 60% !important;
}
.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0 !important;
}
.elementor-lightbox .elementor-lightbox-item {
    padding: 120px 40px 40px !important;
}
.elementor-image-carousel-wrapper {
    overflow: visible !important; 
    width: 100% !important;
}
.elementor-image-carousel-wrapper .swiper {
    overflow: visible !important;
}
.elementor-image-carousel-wrapper .swiper-wrapper {
    width: calc(100% + 60px) !important;
}
.elementor-image-carousel-wrapper .swiper-slide {
    width: calc(100% / 3.15) !important;
}
.ceg-pdf-button .ceg-btn {
    padding: 16px 32px;
    background: #222222;
    font-family: 'Schibsted Grotesk';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #FFFFFF !important;
    display: block;
}
.default-button .btn.buttonred1 {
    width: fit-content;
    background: #222222;
    color: #fff;
    border-radius: 0;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 100%;
    font-family: 'overused-grotesk';
}
/*floor-tab section css*/
.floor-tab .ceg-filters {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    max-width: max-content;
    padding: 8px;
    background: #222;
    margin: 0 auto;
}
.floor-tab .ceg-filters button {
    color: #fff;
    padding: 19px 20px;
    background: #222;
    border: none;
}
.floor-tab .ceg-filters button.active {
    background: #fff;
    color: #222;
}
.floor-tab .ceg-grid {
    padding-top: 64px
}
.ge-form-wrapper input:focus-visible, .ge-form-wrapper select:focus-visible, .ge-form-wrapper textarea:focus-visible{
    outline: none;
}
.everything-you-sec a span{
    font-family: 'bodoni' !important;
}
@media(min-width: 1201) and (max-widht: 1365){
   .floor-tab .ceg-grid {
        padding-top: 55px
    } 
}
@media(max-widht: 1200){
   .floor-tab .ceg-grid {
        padding-top: 40px
    } 
}

/* ------------------------------ Media ------------------------ */
@media (max-width: 1200px){
    body .Not-found-page .heading h2, body .page-section h2 {
        font-size: 56px;
    }
    .Not-found-page .heading h2 {
        margin: 24px 0 10px;
    }
    .floor-tab .ceg-filters button {
       padding: 16px 20px;
    }
}
@media (max-width:1024px) {
    .elementor-image-carousel-wrapper .swiper-slide {
        width: calc(100% / 2.15) !important;
    }
    .get_in_touch a {
        margin-left: 16px !important;
    }
    .ceg-item img {
        padding: 40px;
        height: 300px;
    }
    .ceg-item h4 {
        font-size: 34px;
    }
    .ceg-meta span {
        padding: 8px 12px;
        font-size: 12px;
    }
    .ceg-item {
        padding: 14px;
    }
    .swiper figure.swiper-slide-inner img {
        min-height: 400px;
    }
    .floor-tab .ceg-filters button {
        padding: 12px 20px;
    }
    .elementor-swiper-button.elementor-swiper-button-prev {
        right: 50px !important;
    }
    .before-footer-form form p:nth-child(1), .before-footer-form form p:nth-child(2), .before-footer-form form p:nth-child(3) {
        margin-bottom: 0px !important;
    }
    .before-footer-form textarea {
        margin-top: 0;
    }
    .before-footer-form input, .before-footer-form textarea {
        padding: 0 0 8px;
    }
    body .Not-found-page .heading h1, h1.entry-title {
        font-size: 54px;
    }
    body .Not-found-page .heading h2, body .page-section h2 {
        font-size: 42px;
    }
    .blog-page, .Not-found-page, .page-section, .single-page {
        padding: 60px 0px;
    }
    .blog-page .row {
        gap: 20px !important;
    }
    .blog-page .row>div {
        width: calc(50% - 15px);
    }
}
@media (min-width:768px){
    header nav { 
        width: 100% !important;
    }
.zoom-animation,
.left-animation,
.right-animation,
.faidin-animation{
    opacity:1 !important;
    transform:none;
    transition:
        transform 1.4s cubic-bezier(.215,.61,.355,1),
        opacity 1.4s cubic-bezier(.215,.61,.355,1);
}
.js-enabled .zoom-animation,
.js-enabled .left-animation,
.js-enabled .right-animation,
.js-enabled .faidin-animation{
    opacity:0;
}

.js-enabled .faidin-animation{
    transform:translateY(40px);
}
.js-enabled .zoom-animation{
    transform:scale(.92);
}
.js-enabled .left-animation{
    transform:translateX(-70px);
}
.js-enabled .right-animation{
    transform:translateX(70px);
}
.js-enabled .zoom-animation.show,
.js-enabled .left-animation.show,
.js-enabled .right-animation.show,
.js-enabled .faidin-animation.show{
    opacity:1;
    transform:none;
}
.mobile-img{
    display: none !important;
}
}
@media(min-width: 768px) and (max-width: 1024px){
    .nav-bar nav>ul>li>ul.sub-menu {
        width: 160px !important;
    }
}
@media(max-width:767px){
     .nav-bar nav {
        overflow-x: hidden;
    }
    .now_playing {
        position: static !important;
    }
    .nav-bar nav ul {
        height: 100vh;
        flex-direction: column;
        justify-content: start !important;
    }
    .nav-bar nav ul li .sub-arrow:focus, 
    .nav-bar nav ul li .sub-arrow:hover{
        border: none !important;
    }
    .ehf-header #masthead {
        width: 100%;
        top: 0px;
    }
    nav.hfe-nav-menu__layout-horizontal {
        z-index: 99 !important;
    }
    .get_in_touch a {
        margin-left: 0px !important;
        color: #222 !important;
    }
    .get_in_touch a:hover {
        transform: scale(1);
    }
    header .menu-is-active {
        top: calc(100% - -20px) !important;
        height: 100vh !important;
    }
    header nav ul li:last-child a{
        margin-left: 0;
    }
    header .menu-is-active ul li a {
        padding: 16px 10px !important;
    }
    .sub-menu-active a, .get_in_touch a:hover, ul.sub-menu.sub-menu-open li a:hover {
        background: #221e19 !important;
        color: #ffff !important;
    }
    ul.sub-menu.sub-menu-open li a {
        background: #B2C1BC !important;
        color: #211C15 !important;
    }
    ul.sub-menu.sub-menu-open li a:hover {
        border-top: 1px solid #ffffff2b;
    }
    header .menu-is-active ul {
        display: block !important;
    }
    .sub-arrow:focus-visible {
        outline: none !important;
        border: none !important;
    }
    .hfe-nav-menu-icon {
        padding: 0;
    }
    .single-page {
        padding: 60px 0;
    }
    .page-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .ceg-item {
        max-width: 100%;
    }
    .elementor-image-carousel-wrapper .swiper-slide {
        width: calc(100% / 1.15) !important;
    }
    .custom-container .elementor-image-carousel-wrapper .swiper-wrapper {
        width: 100% !important;
    }
    .before-footer-form input, .before-footer-form textarea {
        font-size: 15px;
    }
    .swiper {
        gap: 20px 16px !important;
        margin-top: 40px;
    }
    .swiper .elementor-swiper-button {
        top: -5% !important;
    }
    .blog-page .row>div {
        width: 100%;
    }
    .ceg-item img {
        height: auto;
    }
    .before-footer-form form {
        gap: 30px;
    }
    .before-footer-form textarea {
        height: 120px;
    }
    .ceg-pdf-button .ceg-btn {
        padding: 14px 30px;
        margin-top: 30px;
    }
    .floor-tab .ceg-filters button {
        padding: 10px 20px;
    }
    body .Not-found-page .heading h1, h1.entry-title {
        font-size: 30px;
    }
    body .Not-found-page .heading h2, body .page-section h2 {
        font-size: 28px;
    }
    .blog-page, .Not-found-page, .page-section, .single-page {
        padding: 40px 0px;
    }
    .banner {
        height: 100%;
        width: 100%;
    }
    .before-footer-form form .select2-container--open {
        padding-bottom: 10px;
    }
    .everything-you-sec a{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .everything-you-sec a img{
        aspect-ratio: 1;
    }
    .desktop-img-view{
        display: none !important;
    }
}
@media (max-width: 575px){
    .ceg-item img {
       padding: 20px;
    }
    .story-sec {
        max-width: 60% !important;
    }
    .mobile .mobile-responsive{
        width: 100 !important;
        max-width: 100% !important;
        flex: 100% !important;
    }
}
@media(max-width: 600px){
    .darkHeader {
        top: 0;
    }
}
@media (max-width: 420px){
    .ceg-meta span {
        padding: 10px;
        font-size: 12px;
        max-width: calc(50% - 5px);
        flex: 0 0 50%;
    }
    .floor-tab .ceg-filters button {
        color: #fff;
        padding: 10px;
        background: #222;
        border: none;
        font-size: 12px;
    }
    .ceg-pdf-button .ceg-btn {
        padding: 12px 28px;
        margin-top: 25px;
    }
}