/* .filtercard {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
} */

.blog-details-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
}

.blog-details-gallery a{
    width: 100%;
    height: 250px;
    display: none;
}

.blog-details-gallery a:nth-of-type(1), .blog-details-gallery a:nth-of-type(2), .blog-details-gallery a:nth-of-type(3), .blog-details-gallery a:nth-of-type(4), .blog-details-gallery a:nth-of-type(5){
display: block;
}

.blog-details-gallery a:first-of-type{
    grid-column: span 2;
    grid-row: span 2;
    height: 530px;
}

.blog-details-gallery {
    height: auto;
}

.blog-details-gallery a img{
    border-radius: 22px;
}

.BlogCard .artical-image {
    height: 360px;
        border-radius: 20px;
    
}

.BlogCard .artical-image img {
    border-radius: 20px;
}

.ArticalDate {
    top: 0;
    left: 0;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(12, 22, 40, 0.7);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 96px;
}

.article-content h2{
    font-size: 32px;
}


.article-content p {
    color: #0C1628;
}

@media (max-width: 580px) {
   .article-content h2{
        font-size: 28px;
    }
    .article-content p {
        margin: 10px 0;
        line-height: 140%;
    } 
}
.open-more-btn {
  background-color: #fff;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 25px;
  padding-left: 50px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
}

.open-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  background-image: url("../images/arr-more-w.svg");
  background-color: #2C8339;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out;
}

.open-more-btn:hover {
  padding-right: 50px;
  padding-left: 25px;
}

.open-more-btn:hover::before {
  left: 100%;
  transform: translate(-38px, -50%);
  transition: all 0.5s ease-in-out;
}

.blog-feature-image img{
height: 390px;
border-radius: 20px;
}

.share a:hover svg path {
    fill: #2C8339;
}

.blog-full-details ul {
    list-style: none;
    padding-left: 0;
}

.blog-full-details ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.blog-full-details ul li:last-of-type{
    margin-bottom: 0;
}

.blog-full-details ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url('../images/circle-green.svg');
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    background-size: contain;
    display: block;
}

.hero-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.BlogList_hero-banner .page-width{
    z-index: 1;
}

.about-page-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-page-wrapper .top-part {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 48%;
}

.about-page-wrapper .top-part .about-first-text {
    padding: 0;
    width: 100%;
}

.about-page-wrapper .top-part .about-first-text h2 {
    margin-bottom: 20px;
}

.about-page-wrapper .top-part .about-first-text p {
    margin-bottom: 15px;
    line-height: 28px;
}

.about-page-wrapper .top-part .left-about-image {
    width: 100%;
}

.about-page-wrapper .top-part .left-about-image img {
    width: 100%;
    height: 285px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}

.about-page-wrapper .bottom-part {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-page-wrapper .bottom-part .about-first-img {
    padding: 0;
    align-items: stretch;
    width: 100%;
}

.about-page-wrapper .bottom-part .about-first-img img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}

.about-page-wrapper .bottom-part .second-about-paragraph p {
    margin-bottom: 15px;
    line-height: 28px;
}

.VideoWithPopup .video-text .page-width {
    justify-content: center;
}

.text-primary {
    color: #2C8339;
}

.center-title span, .center-title h2{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.why-choose-us-wrapper {
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
    gap: 100px;
    margin-top: 50px;
}

.why-choose-us-wrapper .item {
    flex: 0 0 calc(33.33% - 100px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-choose-us-wrapper .item img {
    object-fit: contain;
    object-position: center;
}

.why-choose-us-wrapper .item h3{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}

.documents-list ul {
    list-style: none;
    padding-left: 0;
}

.documents-list ul li {
    padding: 25px;
    padding-right: 30px;
    padding-left: 110px;
    background-color: #F8F8F8;
    border-radius: 500px;
    margin-bottom: 20px;
    position: relative;
}

.documents-list ul li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/pdf-icon.svg');
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: center;
    width: 70px;
    height: 100%;
    display: block;
    border-right: 1px solid rgba(12, 22, 40, 0.2);
}

.documents-list ul li::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/pdf-download.svg');
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: center;
    width: 50px;
    height: 100%;
    display: block;
}

.documents-list ul li:last-of-type{
    margin-bottom: 0;
}

.documents-list ul li a{
    font-size: 16px;
    font-weight: 600;
    color: #0C1628;
    letter-spacing: 0.35px;
}

.ContactUs {
    margin-top: 0;
}

.contact-card {
    border-radius: 20px;
}

.contact-img {
    background-color: transparent;
    height: 78px ;
    border-right: 1px solid rgba(12, 22, 40, 0.2);
}

.contact-info {
    width: 100%;
}

.contact-info a {
    font-size: 24px;
    font-weight: 500;
    color: rgba(12, 22, 40, 0.7);

}

.contact-img2 img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.line-title h3::before, .line-title h2::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #2C8339;
    width: calc(100vw - 700px - 5px);
    right: calc(100% + 5px);
}

.line-title h3, .line-title h2 {
    position: relative;
}

.ContactInformation form .form-group input, .ContactInformation form .form-group textarea {
    border-radius: 0;
}

.ContactInformation form .form-group input#phone2{
    padding-bottom: 5px;
} 

.ContactInformation form .form-group select:focus {
outline: none;
}

.ContactInformation form button {
    width: 100%;
    max-width: 245px;
    border: none;
    height: 38px;
    justify-content: center;
    font-size: 16px;
}

.ContactInformation form .form-group label {
    font-weight: 600;
}


.general-page-text h3{
font-weight: 700;
margin-bottom: 15px;
}

.general-page-text h2{
    position: relative;
}

.general-page-text h2::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #2C8339;
    width: calc(100vw - 700px - 5px);
    right: calc(100% + 5px);
}


.rooms-photos img{
    border-radius: 20px;
}

.rooms-photos, .r-photos-grid {
    gap: 20px;
}

.rooms-photos a{
    height: 260px;
}

.rooms-photos .r-photo-iteam {
    height: 540px;
}

.room-description ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}


.room-description ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.room-description ul li:last-of-type{
    margin-bottom: 0;
}

.room-description ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url('../images/circle-green.svg');
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    background-size: contain;
    display: block;
}

.room-description h3{
    font-weight: 700;
    margin-bottom: 15px;
}


@media screen and (max-width: 1199px) {
    .about-page-wrapper {
        flex-direction: column;
    }

.about-page-wrapper .top-part {
        width: 100%;
    }

    .about-page-wrapper .bottom-part {
        width: 100%;
        order: 2;
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .about-page-wrapper .bottom-part .about-first-img img{
        height: 285px;
      
    }
}

@media screen and (max-width: 991px) {
    .why-choose-us-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .why-choose-us-wrapper .item {
        flex: 0 0 100%;
    }

    
}

@media screen and (max-width: 767px) {
.blog-details-gallery a:nth-of-type(4), .blog-details-gallery a:nth-of-type(5){
    display: none;
}

.blog-details-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.blog-details-gallery a {
    height: 180px;
}

.blog-details-gallery a:first-of-type{
    height: 370px;
}

.blog-feature-image img {
    height: 300px;
}

.why-choose-us-wrapper .item img {
        width: 100px;
        height: auto;
    }

.about-page-wrapper .top-part .left-about-image img {
    height: 220px;
}

.about-page-wrapper .bottom-part .about-first-img img {
    height: 220px;
}

.documents-list ul li::after {
    display: none;
}

.documents-list ul li {
    padding: 20px;
    padding-left: 85px;
    padding-right: 20px;
}

.documents-list ul li::before {
    left: 10px;
    width: 60px;
    
}

.general-page-text h2::before {
    display: none;
}

.line-title h3::before, .line-title h2::before {
    display: none;
}

.rooms-photos .r-photo-iteam{
    height: 240px;
}

}

@media (max-width: 680px) {
.contact-info a {
  font-size: 16px;
  line-height: normal;
}
.contact-img {
  width: 40px;
  height: 40px;
}
.contact-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.contact-img-text {
    gap: 15px;
}
.contact-card {
    padding: 20px 15px;
}
.ContactUs .row {
    gap: 0 !important;
}
}

.r-photos-grid a {
    position: relative;
}
.r-photos-grid a:nth-child(4)::after {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 28px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}