.events-breakway-events {
    padding: 100px 0 0 0;
    text-align: center;
}

.heading.events-breakway-heading {
    margin-bottom: 40px;
}

.description {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.description+.btn {
    margin-top: 20px;
}
.sleep-page .card-sub p:first-child{
margin-bottom: 6px;
}
.sleep-page .card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con{
    width: 80%;
}
.page-template-sleep .events {
    background: #fff;
    background-image: none;
}
.page-template-sleep .unique {
    padding: 100px 0;
    background: #FBF5E5;
    overflow: hidden;
}
.page-template-sleep .unique::after {
    background: url(../image/sleep-bg.png) right bottom no-repeat;
        background-size: 48%;
            bottom: -30px;
}
.page-template-sleep .pspring_inner {
    max-width: 1040px;
}
.content {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 60px;
}
.page-template-sleep .spring_main::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 500px;
    background: url(../image/spring-bg.png) left bottom no-repeat;
    bottom: 0;
    background-size: 100%;
}
section.matterplot {
    margin: 100px 0;
}
.fram-inner{
	text-align:center;
}
.card-content{
	pointer-events:all;
}
.matterpor-slider .slick-list {
  overflow: hidden;
}

.matterpor-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.matterpor-slider .slick-slide {
  height: auto;
}

.matterpor-slider .slick-slide > div {
  height: 100%;
}
span.pager-current-slider {
    position: relative;
}
.pager-current-slider::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -13px;
    width: 2px;
    bottom: 3px;
    background-color: #ccc7ba;
}
.matterplot-slider .card-title{
        font-size: 30px;
        margin: 0;

}
.sleep-page .matterplot-slider .card-content {
        padding: 0 0 20px 20px;
    }
.matterplot-slider {
    margin: 100px 0;
}
@media only screen and (max-width: 1799px) {
        .con{
    width: 70%;
}
.sleep-page .card-content {
    padding: 20px;
}
}
@media only screen and (max-width: 1439px) {
    .events-breakway-events {
        padding: 80px 0 0 0;
    }
.matterplot-slider .card-title{
        font-size: 25px;

}
}
@media only screen and (max-width: 1365px){
    .con {
    width: 100%;
    margin-bottom: 16px;
}
.sleep-page .card-content {
    flex-wrap: wrap;
}
.page-template-sleep .unique {
    padding: 80px 0;
}
.page-template-sleep .unique::after {
    bottom: 0px;
}
}
@media only screen and (max-width: 1023px) {
    .page-template-sleep .unique_main h2 {
    font-size: 24px;
}
.matterplot-slider .card-title{
        font-size: 15px;

}
.matterplot-slider {
    margin: 60px 0;
}
}
@media only screen and (max-width: 811px) {
.page-template-sleep .unique {
    padding: 60px 0 120px;
}
.page-template-sleep .unique::after {
    background: url(../image/sleep-bg.png) right bottom no-repeat;
    background-size: 100%;
    bottom: -50px;
}
.page-template-sleep .spring_main {
    padding-bottom: 140px;
}
	section.matterplot {
    margin: 60px 0;
}
}
@media only screen and (max-width: 767px) {



    .events-breakway-events {
        padding: 60px 0 0 0;
    }
    .heading.events-breakway-heading {
        margin-bottom: 30px;
    }

    .description {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .description+.btn {
        margin-top: 18px;
    }
    .sleep-page .card-content .book-now-btn {
    display: block;
}

}
//matterplot 3d start
.matterport-frame,
.js-matterport-embed {
    position: relative;
    width: 100%;
}

.js-matterport-embed {
    min-height: 480px;
    height: 480px;
    overflow: hidden;
    background: #000;
}

.matterport-poster img,
.card-img {
    width: 100%;
    display: block;
    height: auto;
}

.matterport-poster--fallback {
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
}

.matterport-load-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.js-matterport-embed iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

//matterploat3d end
