/* .filtercard {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
} */

.home1-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home1-wrapper .home1-text {
    width: 45%;
}

.home1-wrapper .home1-images{
    width: 45%;
        display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    position: relative;
    row-gap: 20px;
}

.home1-wrapper .home1-images img {
    width: 100%;
}

.home1-wrapper .home1-images img:first-of-type{
    grid-column: span 2;
    grid-row: span 2;
    width: 100%;    
    object-fit: cover;
    display: block;
    max-width: 100%;
}

.home1-wrapper .home1-images img:nth-of-type(2){
    height: 443px;
    object-fit: cover;
    /* transform: translateY(-213px); */
    border-top: 20px solid #fff;
    border-left: 20px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}

.title.right-line-title span{
    color: #61CAC4;
}

.right-line-title span::before {
    background-color: #61CAC4;
}

.home-flex-right {
    justify-content: flex-end;
}

.homeFacilities-next, .homeFacilities-prev {
    top: auto;
    transform: none;
    bottom: 0;
}

.homeFacilities-next {
    right: 0;
}

.homeFacilities-prev {
    left: 0;
}

.swiper-pagination-home-facilities {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}

.swiper-pagination-home-facilities .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background-color: #323F4B;
    margin: 0 10px !important;
}

.swiper-pagination-home-facilities .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFB500 !important;
}

.center-title {
    text-align: center;
}

.center-title span {
    color: #61CAC4;
}

.home3 .line-title-wrap {
    background-color: #fff;
    display: flex;
    align-items: center;
}

.home3 .home3-image {
    height: 520px;
}

.homeReviewsWrap .page-width{
    position: relative;
}

.review-next:hover, .review-prev:hover {
    background-color: #fff;
    border: 1px solid #fff;
}

.review-next:hover svg path, .review-prev:hover svg path {
    fill: #A0B0AF;
}

.RoomImageBlockSlider .swiper-button {
    height: 100%;
    background-color: rgba(97, 202, 196, 0.7);
    width: 33px;
    top: 22px;
    transform: none;
    border-radius: 0;
}
 
.RoomImageBlockSlider .swiper-button svg{
    height: 13px;
}

.RoomImageBlockSlider .swiper-button svg path{
    stroke: #fff;
}

.RoomImageBlockSlider .swiper-button.swiper-button-next {
    right: 29.5%;
     transition: right 0.4s ease;
}

.RoomImageBlockSlider .swiper-button.swiper-button-next.swiper-button-disabled {
    right: 0;
     transition: right 0.4s ease;
}

.RoomImageBlockSlider .swiper-button.swiper-button-prev {
    left: 0;
}

.page-width-rooms .col-lg-6 {
    padding-right: 0;
}

.additional-services-section .center-title {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.additional-services-section .center-title span{
font-family: "Dancing Script";
font-size: 24px;
}

.additional-services-section .center-title h2{
    margin-top: 0;
}

.left-line-title2 h2::before {
    content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #FFB500;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
}

.left-line-title2 h2::before {
  right: calc(100% + 25px);
}

.gallery-box::before{
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #FFB500;
}

.hero-content span {
    letter-spacing: 1px;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
}

.home-blog-title h2 {
    font-family: "Jost";
    font-weight: 600;
}


.home-page-text p{
    padding-left: 40px;
    position: relative;
}

.home-page-text p:first-of-type::before{
content: "";
 position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #FFB500;
  top: 10px;
  display: block;
  right: calc(100% - 10px);
}

.home-main-wrapper {
    overflow: visible;
}

.about-first-text .title  span {
    font-family: "Dancing Script";
    font-size: 24px;
}

.left-line-title2 h2{
    position: relative;
}

.home1.left-line-title2 h2::before {
    transform: none;
    top: 20px;
}

.contact-info .title span {
    color: #61CAC4 ;
    font-size: 24px;
    font-family: "Dancing Script";
}

.contact-form .title span {
    color: #61CAC4 ;
    font-size: 24px;
    font-family: "Dancing Script";
}

.contact-form .btn{
    background-color: #61CAC4;
}

.contact-home3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.contact-home3 a {
color: #323F4B;
}

.contact-home3 .btn {
    color: #fff;
    padding: 15px 30px;
}



@media only screen and (max-width: 1200px) {
    .home1-wrapper {
        flex-direction: column;
    }

    .home1-wrapper .home1-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .home1-wrapper .home1-images {
        width: 100%;
    }

    .RoomImageBlockSlider .swiper-button.swiper-button-next {
        right: 23.8%;
    }
}

@media only screen and (max-width: 767px) {
    .home1-wrapper .home1-images{
        row-gap: 10px;
    }

    .home1-wrapper .home1-images img:first-of-type{
        height: 195px;
    }

    .home1-wrapper .home1-images img:nth-of-type(2) {
        height: 300px;
        border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    }

    .review-content {
        width: 100%;
    }

    .reviewSwiper {
height: 300px;
overflow-y: scroll;
    }

    .add-service {
        padding: 20px;
    }

    .left-line-title2 h2::before {
          right: calc(100% + 5px);
    }

    .home-page-text p {
        padding-left: 0;
    }

    .home-page-text p:first-of-type::before {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
.home3 .home3-image{
    height: 240px;
}

footer .phone {
    justify-content: left;
}

.gallery-box::before{ 
    left: -10px;
    top: -10px;
}
}