<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==========Blog List Page CSS Start==========*/
.blog-details-wrapper {
    position: relative;
    background-color: var(--main-grey);
}

.categories,
.recent-post,
.blog-search-from,
.blog-post-detail,
.tag.side-bar,
.related-blog {
    background-color: var(--white-color);
    box-shadow: var(--boxShadow);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px !important;
}

.blog-details-wrapper .blog-box {
    margin-bottom: 30px;
}

.h3-title {
    font-size: 25px;
    line-height: 35px;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-img.back-img img {
    position: relative;
    height: 500px;
    border-radius: 20px;
    margin-bottom: 20px;
    min-width: 100%;
}

.blog-details-wrapper .blog-text .h3-title a {
    color: var(--main-color);
    text-decoration: unset !important;
    transition: 0.3s;
}

.blog-details-wrapper .blog-text .h3-title a:hover {
    color: var(--second-color);
}

.blog-post-footer {
    border-top: 1px dashed #777777;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-post-social a {
    width: 41px;
    height: 41px;
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--second-color);
    border-radius: 50%;
    margin-left: 14px;
    position: relative;
    transition: 0.3s;
}

.blog-post-social a i {
    position: relative;
}

.blog-post-social a:first-child {
    margin-left: 0;
}

.blog-post-social a:last-child {
    margin-right: 0;
}

.blog-post-social a:hover {
    color: #ffffff;
}

.blog-post-social a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--main-color), var(--second-color));
    border-radius: 50%;
    opacity: 0.3;
    transition: 0.3s;
}

.blog-post-social a:hover:before {
    opacity: 1;
}

.post-comment-box {
    padding: 33px 40px 32px 40px;
    position: relative;
    background: var(--white-color);
    box-shadow: 2px 2px 60px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    margin: 22px 0;
}

.post-comment-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--second-color);
}

.post-comment-box .h3-title {
    font-style: italic;
    margin-bottom: 0;
}

.post-comment-box img {
    width: 42px;
    height: 38px;
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: -38px;
}

.blog-post-text-list {
    list-style: none;
    margin-bottom: 23px;
}

.blog-post-img {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 23px;
    margin-bottom: 23px;
}

.post-img-box {
    width: 50%;
    padding: 0 15px;
}

.post-img-box img {
    min-width: 100%;
    height: 370px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    object-fit: cover;
}

.blog-post-text-list li {
    min-height: 35px;
    position: relative;
    padding-left: 50px;
    color: var(--main-color);
    margin-bottom: 17px;
}

.blog-post-text-list li:before {
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    background: linear-gradient(to right, #f00, #000);
    border-radius: 50%;
    font-size: 15px;
    color: var(--white-color);
    font-family: 'FontAwesome';
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-text.no-img {
    margin-top: 0;
    width: 100%;
    padding-top: 30px;
}

.blog-text .blog-date {
    padding: 0;
    margin-bottom: 22px;
    position: relative;
}

.blog-text .blog-date a {
    color: var(--white-color);
    text-decoration: unset !important;
    font-weight: normal;
}

.blog-text .blog-date a i {
    font-size: 15px;
    vertical-align: text-top;
    margin-left: 0;
}

.blog-img .blog-date {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 30%;
    right: 30%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(5px);
}

.blog-img .blog-date a {
    color: var(--second-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: 0.3s;
}

.blog-img .blog-date a i {
    margin-right: 7px;
}

.blog-details-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-details-video .playBut .triangle {
    stroke: var(--main-color);
}

.blog-post-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 0;
}

.blog-img-slide,
.blog-post-slider .slick-list,
.blog-post-slider .slick-track,
.blog-post-slider .slick-slide {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.blog-pagination {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.pagination-arrow {
    color: var(--second-color);
    font-size: 35px;
    display: inline-block;
    margin: 0 18px;
    vertical-align: middle;
    transition: 0.3s;
}

.pagination-arrow:hover {
    color: var(--second-color);
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.blog-pagination ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: transparent;
    border: 1px solid #777777;
    border-radius: 4px;
    color: #777777;
    font-size: 20px;
    margin: 0 7px;
    cursor: pointer;
    transition: 0.3s;
}

.blog-pagination ul li:hover {
    background: var(--second-color);
    border-color: var(--second-color);
    color: var(--white-color);
}

.blog-pagination ul li.active,
.blog-pagination ul li.active:hover {
    background: #d7d7d7;
    border-color: #d7d7d7;
    color: #777777;
    cursor: default;
}

.blog-sidebar {
    position: relative;
}

.blog-search-from {
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 26px;
    line-height: 35px;
    color: var(--main-color);
    font-weight: bold;
    font-family: var(--font-heading);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 4px;
}

.sidebar-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: linear-gradient(to right, var(--main-color), var(--second-color));
    transform: skew(327deg, 0deg);
}

.blog-search-from input {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    background: var(--white-color);
    border-radius: 4px;
    box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
    color: #777777;
    font-size: 16px;
    padding: 10px 60px 10px 30px;
}

.form-box {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.blog-search-from .sec-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 4px;
}

.sec-btn span {
    position: relative;
    z-index: 1;
}

.blog-search-from .sec-btn:before {
    border-radius: 4px;
}

.blog-search-from .sec-btn span i {
    margin: 0;
    font-size: 16px;
}

.recent-post {
    margin-bottom: 63px;
}

.recent-post-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.recent-post-link {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}


.recent-post-img.back-img:hover .recent-post-link {
    transition: 0.3s all ease-in-out;
    transform: scale(1);
}

.recent-post-img {
    display: inline-block;
    position: relative;
}

.recent-post-img img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px;
    object-fit: cover;
}

.recent-post-text {
    width: calc(100% - 110px);
    display: inline-block;
    padding-left: 20px;
}

.recent-post-text h6 {
    font-size: 18px;
    line-height: 24px;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 8px;
}

.recent-post-text h6 a {
    display: inline-block;
    color: var(--main-color);
    transition: 0.3s;
}

.recent-post-text h6 a:hover {
    color: var(--second-color);
}

.recent-post-text p {
    color: var(--second-color);
    margin-bottom: 0;
}

.recent-post-text p i {
    margin-right: 5px;
}

.related-tours-info {
    background-color: #eee;
    padding: 0.5rem;
    border-radius: 5px;
}

.related-tours-info i {
    color: var(--second-color);
}
.related-tours-info span {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-heading);
}
.categories {
    margin-bottom: 70px;
}

.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories ul li {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.categories ul li a {
    display: flex;
    align-items: center;
    position: relative;
    height: 45px;
    background: transparent;
    border-radius: 4px;
    color: #777777;
    padding: 5px 45px 5px 25px;
    transition: 0.3s;
}

.categories ul li a:hover {
    color: var(--second-color);
    background: var(--white-color);
    box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
}

.categories ul li a .categories-text {
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.categories ul li a .categories-text:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 8px;
}

.categories ul li a span:last-child {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #e1e1e1;
    border-radius: 4px;
    color: #777777;
    transition: 0.3s;
}

.categories ul li a:hover span:last-child {
    background: linear-gradient(to right, var(--main-color), var(--second-color));
    color: var(--white-color);
}

.advertising {
    margin-bottom: 63px;
}

.advertising-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.advertising-box img {
    min-width: 100%;
    height: 370px;
    border-radius: 10px;
}

.advertising-text {
    width: calc(100% - 100px);
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.advertising-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--main-color), var(--second-color));
    border-radius: 4px;
    opacity: 0.8;
    z-index: 0;
}

.advertising-text .sidebar-title {
    color: var(--white-color);
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.advertising-text .sidebar-title:before {
    display: none;
}

.blog-page-content .tag {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.tag p {
    color: var(--main-color);
}

.tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.tag ul li {
    display: inline-block;
}

.tag ul li a {
    display: inline-block;
    padding: 5px 25px;
    background: transparent;
    border: 1px solid #777777;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    color: #777777;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 15px;
    transition: 0.3s;
}

.tag ul li a:hover {
    background: var(--second-color);
    border-color: var(--second-color);
    color: var(--white-color);
}

.gallery-boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.gallery-img-box {
    width: 33.3333%;
    padding: 0 10px;
}

.gallery-img {
    width: 100%;
    height: 110px;
    border-radius: 4px;
    margin-bottom: 20px;
}

/*==========Blog List Page CSS End==========*/</pre></body></html>