/* contact us page css */
.contactus-section {
    padding: 3rem 2.5rem;
    background-repeat: no-repeat;
    min-height: 30vh;
    box-shadow: inset 0 1700px rgb(0 0 0 / 30%);
    background-size: cover !important;
    position: relative;
}
.contactus-header {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contactus-icons {
    position: absolute;
    bottom: 10%;
    left: 48%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: flex;
    gap: 50px;
}
.contactus-icons a {
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6rem;
    color: #ffffff;
}
.contactus-icons .fa-solid {
    color: #f34db3;
    color: #f34db3;
}
.contactus-header1 {
    text-align: center;
}
.contactus-header1 p {
    width: 60%;
    margin: auto;
}
.contactus-icons1 {
    margin: 0;
    justify-content: center;
    display: flex;
    row-gap: 5px;
    column-gap: 25px;
    flex-wrap: wrap;
}
.contactus-icons1 a {
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6rem;
    color: #ffffff;
}
.contactus-icons1 .fa-solid {
    color: #d8622a;
    color: #f34db3;
}
.contactus-header h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.001em;
    color: #ffffff;
}
.contactus-header p {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.6rem;
    color: #ffffff;
}
.contactus-email {
    display: flex;
    gap: 4px;
}
.contactus-header1 h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.001em;
    color: #ffffff;
}
.contactus-header1 p {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.6rem;
    color: #ffffff;
}
.contactus-email1 {
    display: flex;
    gap: 4px;
}

.form-detail {
    padding: 40px;
    margin-top: 20px;
}
.form-desc {
    text-align: center;
}
.form-desc h2 {
    font-weight: 600;
}
.form-desc p {
    font-weight: 400;
    font-size: 17px;
    line-height: 2rem;
    color: #2b2a29;
}
.form-detail .form-control {
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #7a7777;
    margin-top: 12px;
}
.form-detail .form-control:focus {
    outline: none !important;
    box-shadow: none;
    border: 2px solid #f34db3;
}
.contact-submit-btn {
    box-shadow: inset 0 0 0 0 #f34db3;
    border: 2px solid #f34db3;
    border-radius: 25px;
    background: #f34db3;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 50px;
}
.contact-submit-btn:hover {
    box-shadow: inset 250px 0 0 0 #ffffff;
    color: #f34db3;
    border: 2px solid #f34db3;
}
/* contact us page css */
/* gallery page css */
.gallery-section {
    padding: 6rem;
}
.gallery-desc {
    margin: 0 20%;
}
.gallery-desc h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.001em;
    color: #f34db3;
}
.gallery-desc p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin: 3% 0 8%0;
    text-align: center;
    color: #2b2a29;
}
.gallery-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    min-height: 50vh;
    /* max-height: 90vh; */
}

.img-box {
    flex: 1;
    overflow: hidden;
    transition: 0.5s;
    margin: 0 2%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    line-height: 0;
}

.img-box > img {
    width: 200%;
    height: calc(100%);
    object-fit: cover;
    transition: 0.5s;
}

.img-box:hover {
    flex: 1 70%;
}
.img-box:hover > img {
    width: 100%;
    height: 100%;
}
/* gallery page css */
/* blogs page css */
.blogs-section,
.blog_list_sec {
    padding: 5rem;
}
.blog-img {
    width: 100%;
}
.blog-img img {
    border-radius: 10px;
}
.blog-content h5 {
    font-size: 14px;
    font-weight: 400;
    color: #adaaaa;
}
.blog-content h1,
.related_blog_heading h1 {
    margin: 20px 0;
    font-weight: 700;
    font-size: 34px;
    line-height: 3rem;
    color: #f34eb4;
}
.blog-content p {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
}
.card {
    border: none;
}
.article-card {
    margin: 13px 0px;
    transition: 0.4s;
}
.article-card img {
    border-radius: 10px;
}
.card-desc h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.001em;
    color: #2b2a29;
    margin-top: 10px;
    display: inline-block;
}
.card-desc h2:after {
    content: "";
    display: block;
    border-bottom: 2px solid #dd6227;
    width: 100%;
    margin: 20px 0;
}
.card-desc h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6rem;
    color: #656161;
}
.article-card:hover .marketing-title {
    color: #dd6227;
}
.article-card:hover .carddesc-date {
    color: #dd6227;
}
.article-card:hover .blog-icon {
    color: #dd6227;
}
.article-card:hover p {
    color: rgb(100%, 100%, 100%);
}
.article-card:hover .slider-text {
    color: rgb(100%, 100%, 100%);
}
.card-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #0e1112;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogtop_sec {
    background: #f34db3;
    padding: 4.5rem 0rem;
}
.bfeatured_title {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.bfeatured_title h2 {
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 0.001em;
    margin-bottom: 20px;
    color: #ffffff;
}
.bfeatured_title h5 {
    color: #fff;
}
.bfeatured_title h5,
.related_blog_heading h5 {
    font-weight: 500;
    line-height: 32px;
    letter-spacing: none;
    margin-bottom: 0;
}
.related_blog_heading h1 {
    margin: 0;
}
.blog_list_sec {
    background: #fff5fb;
}
.blog_list_sec .right-blog {
    margin-top: 30px;
}
.blog_list_sec .blog-short-content {
    min-height: 172px;
}
.read-btn {
    background: #dd6227;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
    color: #ffffff;
}
.read-btn:hover {
    color: #dd6227;
    background: #ffffff;
    border: 2px solid #dd6227;
}
.dot {
    height: 10px;
    width: 10px;
    background-color: #dd6227;
    border-radius: 50%;
    display: inline-block;
}
.blog-bottom {
    display: flex;
    gap: 40px;
}
.blog-icon {
    color: #656161;
}
/* blogs page css */
/* blog detail section */
.blog-detail-section {
    padding: 5rem 6rem;
}
.blog-top {
    display: flex;
    gap: 20px;
}
.blog-top p {
    font-weight: 700;
    font-size: 17px;
    line-height: 2rem;
    color: #f34db3;
}
.arrow {
    height: 4px;
    width: 40px;
    border-radius: 4px;
    background-color: #f34db3;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 4px;
}
.blog-top {
    display: flex;
    gap: 40px;
}
.blog-top h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6rem;
    color: #f34db3;
}
.blog-top-icon {
    font-weight: 500;
    font-size: 18px;
    color: #f34db3;
}
.blog-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.blog-heading h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 2.8rem;
    letter-spacing: 0.001em;
    color: #170c1e;
    margin-bottom: 25px;
}
.featured-blog-image {
    width: 100%;
    text-align: center;
}
.featured-blog-image img {
    max-width: 100%;
    max-height: 100%;
}
.blog-ref {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.blog-ref h4 {
    font-weight: 500;
    font-size: 18px;
    color: #f34eb4;
}
.blog-ref .fa-solid {
    font-size: 20px;
    color: #f34eb4;
}
.blog-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7rem;
    margin: 10px 0;
    letter-spacing: 0.001em;
    color: #000000;
}
.blog-content {
    margin-left: 1.5rem;
}
.share-block {
    margin-top: 25px;
}
.share-block ul {
    padding: 0;
    margin: 0;
}
.share-block h3 {
    font-size: 20px;
    font-weight: 600;
}
.share-block ul li {
    list-style: none;
    display: inline-block;
}
.share-block ul li a {
    font-size: 0.8rem;
    color: #fff;
    text-indent: -999px;
    text-align: center;
    width: 2.29rem;
    height: 2.29rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0.2857em 0.5714em 0.2857em 0;
}
.share-block ul li a::before {
    font-family: "Font Awesome 5 Brands";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 23px;
    height: 22px;
    margin: auto;
    z-index: 2;
}
.fb-icon {
    background: #3b5a9a;
}
.fb-icon::before {
    content: "\f39e";
}
.twitter-icon {
    background: #00acee;
}
.twitter-icon::before {
    content: "\f099";
}
.linkedin-icon {
    background: #0072b1;
}
.linkedin-icon::before {
    content: "\f0e1";
}
.insta-icon {
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.insta-icon::before {
    content: "\f16d";
}
aside {
    background: #f34eb4;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
}
.aside-blog h3 {
    font-size: 24px;
    /* border-bottom: 2px solid #170C1E; */
    padding-bottom: 10px;
    font-weight: 700;
}
.aside-blog ul {
    padding: 0;
    margin: 0;
}
.aside-blog ul li {
    list-style: none;
}
.aside-blog ul li a {
    color: #fff;
    display: block;
    border-top: 2px solid #ffffff;
    text-decoration: none;
    transition: 0.25s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.aside-blog ul li a:hover,
.aside-blog ul li a h4:hover,
.aside-blog ul li a p:hover {
    color: #ffb7e4;
}
.aside-blog-title {
    display: flex;
    gap: 12px;
    margin: 15px 0px;
}
.aside-blog-icon {
    width: 90px;
}
.aside-blog-icon img {
    border-radius: 4px;
}
.aside-blog ul li a h4 {
    font-size: 1rem;
    font-weight: 700;
    width: 61%;
    display: inline-block;
}
.aside-blog ul li a p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}
/* blog detail section */
/* about us section */
.aboutus-section {
    padding: 6rem 6rem 4rem 6rem;
}
.dash {
    height: 6px;
    width: 80px;
    margin: 10px 0;
    color: #0a0e14;
    border-radius: 4px;
    background-color: #f34eb4;
    display: inline-block;
}
.about-header h2 {
    color: #455db2;
    font-weight: 600;
    font-size: 38px;
}
.about-desc p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #6475ae;
    margin: 0;
}
.about-img {
    width: 100%;
}
.about-bottom {
    background: #ffe9f6;
    padding: 6rem;
}
.about-img img {
    max-width: 100%;
    min-height: 30vh;
    object-fit: cover;
}
.about-btn {
    border: 2px solid #0a0e14;
    padding: 10px 20px;
    text-decoration: none;
    color: #0a0e14;
}
.about-btn:hover {
    background: #e96f33;
    color: #ffffff;
    border: 2px solid #e96f33;
}
.about-third-sec h2 {
    font-size: 38px;
    font-weight: 600;
    color: #455db3;
    line-height: 134%;
    margin-bottom: 25px;
}
.ourvalues-section {
    background-color: #ffffff;
    text-align: center;
    padding: 6rem;
}
.ourvalues-heading,
.team-heading {
    text-align: center;
    color: #171717;
}
.ourvalues-heading {
    margin-bottom: 2.05rem;
}
.ourvalues-section .three-columns {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.ourvalues-section .three-columns .col {
    width: 33.33%;
}
.block {
    padding: 10px;
    margin: 10px;
    background: linear-gradient(
        180deg,
        #ffdaf1 0%,
        #ffe9f6 24.12%,
        #ffdaf1 90.66%
    );
    border: 1px solid #ffdef3;
    /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); */
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
}
.block-icon {
    /* width: 140px;
    height: 140px; */
    margin: 0 auto;
    text-align: center;
}
.block-icon img {
    border-radius: 8px;
}
.block-para {
    margin-top: 10px;
    text-align: center;
    min-height: 180px;
    color: #455db2;
}
.block-para p {
    color: #170c1e;
}
.about-bottom-section {
    padding: 6rem;
    background: #ffdbf2;
}
.block-para h3 {
    font-size: 1.6rem;
    font-weight: 600;
}

/* accommodation page css*/
.accommodation-page-section {
    padding: 6rem;
    background-repeat: no-repeat;
    height: 40vh;
    box-shadow: inset 0 1700px rgb(0 0 0 / 30%);
    background-size: cover !important;
    position: relative;
}
.accommodation-lists {
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.accommodation-lists li {
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    list-style: none;
    margin-bottom: 12px;
    padding-left: 10px;
}
.accommodation-lists li::marker {
    content: "\f0a9";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 0;
    margin-left: 1.3em;
    width: 1.3em;
}
.accommodation-details {
    background-color: #d8622a;
}
.accommodation-details .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accommodation-header {
    padding: 40px 6rem;
}
.accommodation-header h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
}
.book-tour-btn {
    background-color: #58a644;
    padding: 1rem;
    border: 2px solid #58a644;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.book-tour-btn:hover {
    background-color: #ffffff;
    padding: 1rem;
    border: 2px solid #d8622a;
    color: #d8622a;
}
.accommodation-section-details {
    padding: 6rem;
}
.property-detail li {
    list-style: none;
    margin-bottom: 12px;
    padding-left: 10px;
}
.property-detail li::marker {
    content: "\f0a9";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 0;
    margin-left: 1.3em;
    width: 1.3em;
}
.property-detail p {
    font-weight: 400;
    font-size: 18px;
}
.property-detail a {
    text-decoration: none;
    color: #0a0e14;
    line-height: 3rem;
    font-weight: 400;
    font-size: 18px;
}
.property-detail-img {
    padding: 20px;
    position: relative;
}
.property-label {
    background: #dd6227;
    display: inline;
    color: #ffffff;
    position: absolute;
    z-index: 99;
    top: 12%;
    max-width: 60%;
    right: 10%;
}
.property-label h5 {
    font-size: 18px;
    font-weight: 700;
    padding: 2px 10px;
    margin-bottom: 0;
}
.property-detail-img img {
    max-height: 100%;
    max-width: 100%;
}
.property-detail h4 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.accommodation-section-details .row {
    display: flex;
    align-items: center;
}
.property-images {
    display: flex;
    justify-content: space-between;
}
/* media query */
@media only screen and (max-width: 535px) {
    .contactus-icons1 {
        margin: 0;
        justify-content: flex-start;
        display: flex;
        row-gap: 5px;
        column-gap: 25px;
        flex-wrap: wrap;
    }
    .contactus-header1 {
        text-align: left;
    }
    .contactus-header1 h1 {
        text-align: left;
    }
    .contactus-header1 p {
        margin: 0;
        /* width: 70%; */
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .aboutus-section,
    .blogs-section,
    .blog-detail-section,
    .gallery-section {
        padding: 1.5rem;
    }

    .about-featured-content {
        padding: 1rem;
    }
    .contactus-header1 p {
        width: 100%;
        margin: 0;
    }
    .about-bottom,
    .about-bottom-section {
        padding: 2rem 1.2rem 2rem 1.2rem;
    }
    .ourvalues-section {
        padding: 1.5rem 1.2rem 1.5rem 1.2rem;
    }
    .featured-blog h2 {
        font-weight: 700;
        font-size: 60px;
        line-height: 7rem;
    }
    .blog-content {
        margin-top: 20px;
    }
    .blog-content h1 {
        margin: 0;
        font-weight: 500;
        font-size: 28px;
        line-height: 2rem;
    }
    .blog-heading h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 2rem;
        margin: 20px 0;
        text-align: center;
        letter-spacing: 0.001em;
        color: #000000;
    }
    .blog_list_sec {
        padding: 1rem;
    }
    .blog-content {
        margin-left: 0rem;
    }
    .bfeatured_title {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    .blog-content h5 i {
        margin-right: 10px;
    }
    .blog-ref {
        gap: 20px;
    }
    .blog-ref h4 {
        font-weight: 500;
        font-size: 15px;
        color: #7a7777;
        line-height: 1.6;
    }
    .blog-ref span {
        display: none;
    }

    .featured-blog-image {
        width: 100%;
        text-align: center;
        height: 30vh;
    }
    .blog-heading p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6rem;
        margin: 0;
        letter-spacing: 0.001em;
        color: #000000;
    }
    .blog-top-icon {
        font-weight: 500;
        font-size: 14px;
        color: #dd6227;
        display: none;
    }
    .blog-top {
        display: flex;
        flex-direction: column;
        gap: 20px;
        /* flex-wrap: nowrap; */
    }
    .blog-top h5 {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.6rem;
        color: #2b2a29;
        color: #7a7777;
    }
    .gallery-desc {
        margin: 0;
    }
    .gallery-desc h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        text-align: left;
        letter-spacing: 0.001em;
        /* color: #dd6227; */
        color: #e9a61b;
    }
    .gallery-desc p {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.4rem;
        margin: 20px 0;
        color: #2b2a29;
        text-align: left !important;
    }
    .contactus-icons {
        position: absolute;
        bottom: 0;
        top: 65%;
        left: 48%;
        transform: translate(-50%, -50%);
        margin: 0;
        display: block;
    }
    .contactus-header h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 27px;
    }
    .contactus-header {
        text-align: center;
        position: absolute;
        top: 5%;
        left: 3%;
        transform: translate(0, 0);
    }
    .contactus-email {
        display: flex;
        gap: 4px;
        margin: 10px;
    }
    .form-detail {
        padding: 20px;
        margin-top: 20px;
    }

    /*    accommodation */
    .accommodation-lists {
        padding: 0;
        left: 50%;
    }
    .accommodation-lists li {
        font-size: 20px;
    }
    .accommodation-details .row {
        padding: 20px 1rem;
    }
    .accommodation-header {
        padding: 0;
        margin-bottom: 20px;
    }
    .book-tour-btn {
        padding: 4px 20px;
        font-size: 18px;
    }
    .accommodation-header h4 {
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        font-size: 20px;
    }
    .property-detail h4 {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .accommodation-section-details {
        padding: 2rem;
    }
    .property-images {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .blog-detail-section {
        padding: 5rem 3rem;
    }
}
@media only screen and (max-width: 768px) {
    .gallery-section {
        padding: 1rem;
    }
    .gallery-desc {
        margin: 0 5%;
    }
}
@media only screen and (max-width: 588px) {
    .blog-top-icon span {
        display: none;
    }
}
@media only screen and (min-width: 534px) and (max-width: 888px) {
    .contactus-icons1 {
        justify-content: flex-start;
        margin-left: 8rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ourvalues-section {
        background-color: #f8f8f8;
        text-align: center;
        padding: 4rem;
    }
    .about-img {
        width: 100%;
        height: auto;
    }
    .contactus-header {
        text-align: center;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .contactus-icons {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .form-detail {
        padding: 10px;
        margin-top: 0;
    }

    .gallery-section {
        padding: 3rem;
    }
    .gallery-desc {
        margin: 0;
        margin-bottom: 3rem;
    }
    .gallery-desc p {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.4rem;
        margin: 2% 0;
        color: #2b2a29;
    }

    .blogs-section {
        padding: 3rem;
    }
    .blog-detail-section {
        padding: 5rem 3rem;
    }
    .featured-blog h2 {
        font-size: 60px;
    }

    .featured-blog {
        display: flex;
        flex-direction: column;
    }
    .blog-content {
        width: 60ch;
    }
    .blog-content {
        margin-left: 0rem;
    }
    .bfeatured_title {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .blog-content h1 {
        margin: 10px 0;
        font-weight: 700;
        font-size: 34px;
        line-height: 3rem;
    }
    .card-desc h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .blog-bottom {
        display: flex;
        gap: 12px;
    }
    .blog-heading h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 2.4rem;
        margin: 6% 0;
        text-align: center;
        letter-spacing: 0.001em;
        color: #000000;
    }
    .featured-blog-image {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .blog-heading p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.8rem;
        margin: 2% 0;
    }
    /*    accommodation css */
    .accommodation-lists {
        padding: 0;
        left: 40%;
    }
}
@media only screen and (max-width: 930px) {
    .aside-blog-title {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .agility-details a {
        display: block;
        width: 290px;
    }
}
