:root {
    --section-desc-color: #252525;
    --default-transition: all 0.35s ease-in-out;
}

#content .entry>div {
    margin: 0 auto;
    position: relative;
}

.site-easing {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.ip-banner .container {
    width: 100%;
}

.section-wrap {
    position: relative;
}

.custom-margin {
    width: 100%;
    /*    max-width: 1490px;*/
    margin: auto;
    padding: 0 15px;
}

.ip-ec-content {
    position: relative;
}

.breadcrumbs-wrap {
    padding: 33px 120px;
    background: #162148;
    text-align: center;
    width: fit-content;
}

.breadcrumbs {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Mulish';
    text-transform: uppercase;
}

.breadcrumbs a {
    color: #ffffff;
}

.sec-title h2 {
    font-family: var(--font-family-title);
    font-size: 60px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 !important;
}

.sec-a {
    padding: 88px 11.12% 88px;
}

.sec-a .sec-title {
    margin: 0 0 45px;
}

.sec-stats {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-stats>div {
    display: flex;
    flex-flow: row wrap;
    width: 33.33%;
    max-width: 402px;
}

.stat-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.stat-title em,
.stat-title h2 {
    font-size: 25px;
    font-weight: 600 !important;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 !important;
    font-style: normal !important;
}

.stat-title span {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 3px 0 0;
}

.stat-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    margin: 20px 0 0;
}

.stat-item {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
    position: relative;
}

.stat-item::before {
    content: '';
    width: 1px;
    height: 27px;
    background: #000;
}

.stat-item.center::before {
    height: 60px;
}

.stat-item span {
    display: block;
    font-size: 20.55px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 6px 0 0;
}

.stat-item em {
    display: block;
    font-size: 12px;
    font-weight: 500;
    font-style: normal !important;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 6px 0 0;
}

.sec-stats>div:nth-child(2) {
    margin-left: 40px;
}

.sec-stats>div:last-child {
    margin-right: 50px;
}

.sec-stats>div:first-child .stat-title+.stat-item {
    padding-right: 30px;
}

.sec-stats>div:nth-child(2) .stat-title+.stat-item {
    padding-right: 59px;
}

.sec-stats>div:nth-child(2) .stat-title+.stat-item+.stat-item+.stat-item {
    padding-left: 80px;
}

.sec-stats>div:last-child .stat-title+.stat-item {
    padding-right: 80px;
}

.sec-stats>div:last-child .stat-title+.stat-item+.stat-item+.stat-item {
    padding-left: 70px;
}

.sec-b {
    /*    max-width: 1570px !important;*/
    margin-top: 45px;
    padding: 0 11.12%;
}

.sec-b .sec-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.sec-toc {
    width: 25.195%;
}

.sec-toc>div {
    background: var(--secondary-background-color);
    padding: 134px 172px 131px 44px;
    margin: 0 -142px 0 0;
    height: 100%;
}

.sec-toc h2 {
    font-family: 'Scheherazade New', serif;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.sec-toc ol {
    margin: 0 !important;
    list-style: auto;
    list-style-position: inside;
}

.sec-toc ol li {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 2;
    color: #fff;
}

.sec-photo {
    width: 74.805%;
    padding: 50px 0;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.sec-b .sec-text {
    width: 100%;
    padding: 88px 0 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.sec-b .sec-text>div {
    background: #fff;
    padding: 60px 0 0;
    height: 100%;

}

.sec-text h2 {
    font-family: var(--font-family-title);
    font-size: 55px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 12px !important;
}

.desc p {
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0.03em !important;
    line-height: 1.75;
    color: #252525 !important;
    margin: 0 0 28px !important;
}

.sec-c {
    padding: 60px 11.12% 80px;
}

.sec-content {
    position: relative;
}

.sec-listings {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -14px;
}

.sec-listing {
    width: 33.33%;
    padding: 0 14px;
    margin: 0 0 28px;
}

.sec-listing a {
    display: block;
    position: relative;
}

.sec-listing a:hover .sec-listing-photo img {
    transform: scale(1.05);
}

.sec-listing-info {
    width: 100%;
    max-width: 286px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    margin: auto;
    padding: 22px 26px;
}

.sec-listing-info span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.sec-button {
    display: flex;
    justify-content: center;
}

.sec-c .sec-button {
    margin: 28px 0 0;
}

.sec-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 302px;
    height: 60px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #1c1c1c;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
}

.sec-button a:hover {
    background: var(--secondary-background-color);
    color: #fff;
}

.sec-text {
    position: relative;
}

.comm-desc-content {
    position: relative;
    z-index: 2;
}

.comm-desc-content ul {
    list-style: none !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
}

.comm-desc-content ul li {
    position: relative;
}

.comm-desc-content ul:not(.no-spacing) li:not(:last-child) {
    margin: 0 0 28px;
}

.comm-desc-content ul:not(.no-bullets) li {
    padding: 0 0 0 36px;
}

.comm-desc-content ul:not(.no-bullets) li::before {
    content: '';
    width: 15px;
    min-width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin: 7px 21px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.comm-desc-content ul:not(.no-bullets) li::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    position: absolute;
    top: 11px;
    left: 4px;
}

.sec-text h3.desc-title,
.sec-text .desc-title {
    font-family: 'Scheherazade New';
    font-size: 45px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 22px !important;
}

.desc-subtitle {
    font-size: 17px;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/*
.with-bullet {
    position: relative;
}

.with-bullet::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2023/09/text-bullet-1.png);
    margin-right: 20px;
    margin-bottom: -1px;
}
*/

.desc-paragraph {
    position: relative;
    /*margin-bottom: 62px;*/
}

.desc-paragraph ul li {
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0.03em !important;
    line-height: 1.75;
    color: #252525 !important;
}

.white-bg {
    position: relative;
    width: 100%;
    max-width: 939px;
}

.white-bg:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sec-d {
    padding: 90px calc(31.649% + 70px) 0 11.12%;
}

.sec-d .comm-desc-content {
    padding: 0 60px;
    width: 1076px;
    background: #fff;
}

.sec-d .white-bg {
    padding-right: 145px;
    padding-top: 80px;
}

.sec-d .white-bg:before {
    left: -72px;
}

.sec-d ul {}

.bg-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 100%;
    top: 90px;
    left: 0;
    z-index: 1;
    background: #000;
    overflow: hidden;
}

.bg-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-wrapper.dark canvas {
    opacity: 0.4;
}

.sec-d .sec-bg-1 {
    width: calc(11.12% + calc(calc(100vw - 100%) / 2));
    left: calc(calc(-100vw + 100%) / 2);
}

.sec-d .sec-bg-2 {
    width: calc(31.649% + calc(calc(100vw - 100%) / 2));
    left: auto;
    right: calc(calc(calc(-100vw + 100%) / 2) + 70px);
}

.sec-e {
    padding-top: 80px;
}

.sec-e .sec-bg-1 {
    width: 28.25%;
    left: 2.375%;
}

.sec-e .sec-bg-2 {
    /*width: 18.75%;*/
    width: 16.9%;
    left: unset;
    right: 0;
}

.sec-e .white-bg {
    max-width: 925px;
    margin-left: auto;
    padding: 57px 60px 0 70px;
}

.sec-e .sec-text h3.desc-title,
.sec-e .sec-text .desc-title {
    margin-bottom: 17px !important;
}

.sec-e .desc p {
    text-align: right;
}

.sec-e .white-bg .desc-paragraph {
    margin-bottom: 40px;
}

.sec-f {
    /*padding-top: 6%;*/
    padding-top: 9%;
    margin-top: 30px;
}

.sec-f .sec-bg-1 {
    width: 18.75%;
}

.sec-f .sec-bg-2 {
    width: 35.25%;
    left: unset;
    right: 4.375%;
}

.sec-f .sec-text h3.desc-title,
.sec-f .sec-text .desc-title {
    font-family: var(--font-family-title);
}

.sec-f .white-bg {
    padding-top: 55px;
    padding-right: 150px;
    padding-bottom: 1px;
}

.sec-f .white-bg .desc-paragraph {
    margin-bottom: 50px;
}

.sec-f .white-bg::before {
    left: -75px;
}

.sec-f .white-bg ul {
    margin-left: -5px;
    margin-top: -8px;
}

.sec-f .white-bg ul li {
    padding-left: 55px;
    margin-bottom: 10px;
}

.sec-f .white-bg ul .with-bullet::before {
    position: absolute;
    top: 8px;
    left: 0;
}

.sec-f .desc-subtitle {
    margin-bottom: 28px;
    margin-top: 32px;
}

.sec-f .rec-list {
    padding-left: 45px;
    margin-right: -45px;
}

.rec-item .with-bullet::before {
    position: absolute;
    left: -35px;
}

.rec-title {
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 17px;
}

.sec-g {
    padding-top: 15px;
}

.sec-g .sec-text h3.desc-title,
.sec-g .sec-text .desc-title {
    font-family: var(--font-family-title);
}

.sec-g .desc-paragraph {
    margin-bottom: 0;
}

.dining-item-title {
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

.dining-list {
    display: flex;
    flex-flow: row wrap;
    margin-top: 60px;
}

.dining-item {
    width: 50%;
    padding-left: 35px;
    padding-right: 39px;
    margin-bottom: 12px;
}

.dining-item:last-child {
    width: 100%;
}

.dining-item .with-bullet::before {
    position: absolute;
    left: -35px;
    top: 2px;
}

.sec-h .sec-text h3.desc-title,
.sec-h .sec-text .desc-title {
    font-family: var(--font-family-title);
}

.sec-h ul {
    column-count: 2;
    max-width: 745px;
    margin-top: -20px;
}

.sec-h ul p {
    display: inline-block;
}

.sec-i {
    padding-top: 7.5%;
    margin-top: 30px;
}

.sec-i .sec-bg-1 {
    width: 35.25%;
    left: 4.375%;
}

.sec-i .white-bg .desc-paragraph {
    margin-bottom: 0;
}

.sec-i .sec-bg-2 {
    width: 18.75%;
    left: unset;
    right: 0;
}

.sec-i .white-bg {
    padding: 55px 60px 15px 50px;
    margin-left: auto;
    max-width: 925px;
}

.sec-i .desc p {
    text-align: right;
}

.sec-i .sec-text h3.desc-title,
.sec-i .sec-text .desc-title {
    text-align: right;
}

.desc p a {
    color: #252525;
    transition: var(--default-transition);
}

.desc p a:hover {
    color: var(--secondary-background-color);
    opacity: 0.6;
}


/*BG*/

.sec-d .bg-wrapper canvas {
    max-height: 644px;
}

.sec-e .bg-wrapper canvas {
    max-height: 384px;
}

.sec-f .bg-wrapper canvas {
    max-height: 645px;
}

.sec-f .bg-wrapper.dark canvas {
    opacity: 0.5;
}

.sec-i .bg-wrapper canvas {
    max-height: 478px;
}

.sec-i .bg-wrapper.dark canvas {
    opacity: 0.5;
}

#content p {
    font-size: 16px;
}

.bg-wrapper canvas[data-bgset=""] {
    display: none
}

/**************************************************/


/*MEDIA AND OTHER MOBILE STYLES*/


/**************************************************/

@media only screen and (min-width: 992px) {
    body.postid-9675 .sec-d.addPadding {
        padding: 140px calc(31.649% + 70px) 0 11.12%;
    }
}

@media only screen and (max-width: 1480px) {
    .sec-stats>div {
        margin: 0 !important;
    }

    .stat-item {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1366px) {
    .sec-stats>div {
        padding: 0 15px;
    }

    .sec-toc {
        padding: 5.4% 0 0;
    }

    .sec-toc>div {
        padding: 101px 120px 100px 30px;
    }

    .sec-toc h2 {
        font-size: 26px;
    }

    .sec-b .sec-text>div {
        padding: 50px 50px 0 50px;
    }

    .sec-f .rec-list {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1300px) {
    .sec-d .white-bg:before {
        left: -15px;
    }

    .sec-d .white-bg {
        padding-right: 50px;
    }

    .sec-f .white-bg:before {
        left: -15px;
    }

    .sec-f .white-bg {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1199px) {

    .stat-title em,
    .stat-title h2 {
        font-size: 20px;
    }

    .stat-item span {
        font-size: 16px;
    }

    .sec-b .sec-text>div {
        padding: 30px 30px 0 30px;
        margin: 0 0 0 -150px;
    }

    .sec-toc h2 {
        font-size: 22px;
    }

    .sec-toc>div {
        padding: 101px 145px 100px 15px;
    }

    .sec-toc ol li {
        font-size: 13px;
    }

    .desc p {
        font-size: 13px !important;
    }

    .sec-listing-info span {
        font-size: 13px;
    }

    .sec-listing-info {
        max-width: 255px;
    }

    .sec-d .sec-bg-2 {
        right: 15px;
    }

    .sec-e .sec-bg-1 {
        left: 15px;
    }

    .desc-paragraph ul li {
        font-size: 13px !important;
    }

    .sec-f .sec-bg-2 {
        right: 15px;
    }

    .sec-i .sec-bg-1 {
        left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .sec-stats>div {
        width: 100%;
        max-width: 500px;
        margin: auto !important;
        margin-bottom: 40px !important;
    }

    .desc p {
        font-size: 16px !important;
        text-align: center;
    }

    .sec-toc {
        padding: 0;
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .sec-toc>div {
        padding: 60px 50px;
        margin: 0;
    }

    .sec-toc h2 {
        text-align: center;
        font-size: 30px;
    }

    .sec-toc ol li {
        font-size: 15px;
        text-align: center;
    }

    .sec-photo {
        width: 100%;
        max-width: 500px;
        margin: 15px auto;
    }

    .sec-b .sec-text {
        width: 100%;
        max-width: 800px;
        margin: auto;
        padding: 0;
    }

    .sec-b .sec-text>div {
        margin: 0;
    }

    .sec-text h2 {
        text-align: center;
        font-size: 50px !important;
    }

    .sec-listing {
        width: 50%;
        margin: 0 auto 28px;
    }

    .sec-listings {
        width: 100%;
        max-width: 850px;
        margin: auto;
    }

    .bg-wrapper {
        display: none;
    }

    .white-bg {
        padding: 0 !important;
    }

    .white-bg:before {
        opacity: 0;
    }

    .sec-text h3.desc-title,
    .sec-text .desc-title {
        text-align: center;
    }

    .desc-subtitle {
        text-align: center;
    }

    .sec-d ul {
        width: max-content;
        margin: auto;
        column-count: 1;
    }

    .sec-d {
        padding-top: 0;
        padding: 0;
    }

    .sec-e .desc p {
        text-align: center;
    }

    .sec-e {
        padding-top: 0;
    }

    .desc-paragraph ul li {
        font-size: 16px !important;
    }

    .sec-f {
        margin-top: 0;
    }

    .sec-f .rec-list {
        padding-left: 0;
    }

    .rec-title {
        text-align: center;
    }

    .rec-item .with-bullet::before {
        position: relative;
        left: 0;
    }

    .dining-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .dining-item .with-bullet::before {
        position: relative;
        left: 0;
        top: 1px;
    }

    .dining-item-title {
        text-align: center;
    }

    .sec-h ul {
        width: max-content;
        margin: auto;
        column-count: 1;
    }

    .sec-i .desc p {
        text-align: center;
    }

    .sec-i .sec-text h3.desc-title,
    .sec-i .sec-text .desc-title {
        text-align: center;
    }

    .sec-i {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .sec-listing {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 14px;
    }
}

@media only screen and (max-width: 480px) {
    .breadcrumbs-wrap {
        padding: 33px 0;
        width: 100%;
    }

    .sec-title h2 {
        font-size: 35px !important;
    }

    .desc p {
        font-size: 13px !important;
        margin-bottom: 15px !important;
    }

    .sec-b {
        margin-top: 20px;
    }

    .sec-toc>div {
        padding: 60px 15px;
    }

    .sec-text h2 {
        font-size: 35px !important;
    }

    .sec-b .sec-text>div {
        margin: 0;
        padding: 30px 0;
    }

    .sec-c {
        padding: 0px 0 80px;
    }

    .desc-paragraph ul li {
        font-size: 13px;
    }

    .desc-paragraph {
        margin-bottom: 35px;
    }

    .sec-text h3.desc-title,
    .sec-text .desc-title {
        font-size: 35px !important;
    }

    .desc-paragraph ul li {
        font-size: 13px !important;
    }

    .sec-f .white-bg ul li {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 400px) {

    .sec-text h3.desc-title,
    .sec-text .desc-title {
        font-size: 27px !important;
    }
}

/* venice clone */
/* :is(.post-aios-communities-venice-clone, .post-aios-communities-venice) .sec-d .sec-bg-2.bg-wrapper {
    background: transparent;
}
:is(.post-aios-communities-venice-clone, .post-aios-communities-venice) .sec-d .sec-bg-2.bg-wrapper canvas {
    max-width: 300px;
    height: 476px;
} */

@media(min-width: 992px) {
    :is(.post-aios-communities-venice-clone, .post-aios-communities-venice) .comm-desc-content ul:not(.no-bullets) {
        margin: 0 -25vw 28px 0 !important;
        columns: 2;
    }

    :is(.post-aios-communities-venice-clone, .post-aios-communities-venice) .comm-desc-content ul:not(.no-bullets) li {
        position: relative;
    }

    :is(.post-aios-communities-venice-clone, .post-aios-communities-venice) p.p-full {
        margin-right: -25vw !important;
    }
}

@media (max-width: 1600px) {
    :is(.post-aios-communities-venice-clone, .post-aios-communities-venice) .comm-desc-content ul:not(.no-bullets) {
        margin: 0 -12vw 28px 0 !important;
    }
}

@media (max-width: 1440px) {
    :is(.post-aios-communities-venice-clone, .post-aios-communities-venice) .comm-desc-content ul:not(.no-bullets) {
        margin: 0 !important;
    }
}

@media(max-width: 991px) {
    :is(.post-aios-communities-venice-clone, .post-aios-communities-venice) .sec-d {
        padding: 0;
    }

    :is(.post-aios-communities-venice-clone, .post-aios-communities-venice) .sec-d h3 {
        text-align: center;
    }

    :is(.post-aios-communities-venice-clone, .post-aios-communities-venice) .sec-d ul {
        width: 100%;
    }

    :is(.post-aios-communities-venice-clone, .post-aios-communities-venice) .comm-desc-content ul:not(.no-bullets) li p {
        text-align: left;
    }

    .sec-d .comm-desc-content {
        width: 100% !important;
    }
}