
html {
    scroll-padding-top: 100px;
}

/*==========Blog List Page CSS Start==========*/
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1414px;
    }
}

.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(--bs-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-img.back-img img {
    position: relative;
    height: 500px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 20px;
    min-width: 100%;
}

.blog-details-wrapper .blog-text .h3-title a {
    color: var(--bs-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;
    bottom: -36px;
    left: 0;
    right: 0;
    display: flex;
    padding: 1rem;
    background: rgba(0, 0, 0, .2);
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(5px);
    justify-content: space-between;
}

.blog-img .blog-date a {
    color: #223740;
    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: 29px;
    line-height: 35px;
    color: var(--bs-color);
    font-weight: bold;
    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, #000, 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: 106px;
    height: 106px;
    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;
}

.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: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #000;
    padding: 5px 45px 5px 25px;
    transition: 0.3s;
    font-size: 17px;
}

.categories ul li a:hover {
    color: var(--second-color);
    background: #ffffff;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 40%);
    transform: translateX(11px);
}

.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: rgba(0, 0, 0, .2);
    border-radius: 4px;
    color: #777777;
    transition: 0.3s;
    font-size: 20px;
}

.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: 26px;
}

.advertising-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.advertising-box img {
    width: 416px;
    height: 277px;
    border-radius: 10px;
}

.advertising-text {
    width: 100%;
    height: 276px;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    align-items: flex-end;
    overflow: hidden;
}

.advertising-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0e3d8624, #e4821624);
    border-radius: 4px;
    opacity: 0.8;
    z-index: 0;
}

.advertising-text .sidebar-title a{
    color: var(--white-color);
    /* padding-bottom: 0; */
    /* margin-bottom: 0; */
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 11px;
    font-size: 23px;
}

.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;
}

.tour_top {
    width: 100%;
    height: 370px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    justify-content: flex-end;
}

.items-count {
    color: var(--white-color);
    position: relative;
    z-index: 1;
    top: 63px;
    right: 28px;
    font-size: 23px;
    background-color: #015cb5a6;
    padding: 7px;
    border-radius: 8px;
}

.text_blog {
    font-size: 27px;
    line-height: 35px;
    color: #e48216;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}


.text_blog p {
    font-size: 29px;
    line-height: 35px;
    color: var(--bs-color);
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

blockquote {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #eee;
    position: relative;
    border-left: 4px solid var(--main-color);
}

/* blockquote::before {
    font: var(--fa-font-solid);
    content: "\f10d";
    position: absolute;
    font-size: 50px;
    color: white;
    text-align: center;
    top: 0;
    right: 0px;
    height: 80px;
    width: 80px;
    border-radius: 0 10px 0 95%;
    background-color: var(--main-color);
} */

blockquote p {
    line-height: 1.5;
    font-style: italic;
}

blockquote cite {
    display: inline-block;
    font-size: 20px;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    font-weight: 600;
    margin-top: 22px;
    font-style: normal;
    color: var(--title-color);
}

blockquote cite::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--main-color);
}

.blockquote_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blockquote_list .title {
    font-size: 20px;
}

/*==========Blog List Page CSS End==========*/

.social-media a {
    width: 36px !important;
    height: 36px !important;
}

@media (max-width: 767.98px) {

    .categories,
    .recent-post,
    .blog-search-from,
    .blog-post-detail,
    .tag.side-bar,
    .related-blog {
        padding: 13px;
    }
    .h3-title {
        font-size: 22px;
    }
    .blog-img.back-img img {
        height: 361px;
    }


}


.title a {
    color: var(--bs-color);
}/*==========Blog List Page CSS Start==========*/

.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(--bs-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-img.back-img img {
    position: relative;
    height: 500px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 20px;
    min-width: 100%;
}

.blog-details-wrapper .blog-text .h3-title a {
    color: var(--bs-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;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    padding: 1rem;
    background: rgba(0, 0, 0, .2);
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(5px);
    justify-content: space-between;
}

.blog-img .blog-date a {
    color: #ffffff;
    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: 29px;
    line-height: 35px;
    color: var(--bs-color);
    font-weight: bold;
    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, #000, 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: 106px;
    height: 106px;
    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: #000;
    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;
}

.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: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #000;
    padding: 5px 45px 5px 25px;
    transition: 0.3s;
    font-size: 17px;
}

.categories ul li a:hover {
    color: var(--second-color);
    background: #ffffff;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 40%);
    transform: translateX(11px);
}

.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: rgba(0, 0, 0, .2);
    border-radius: 4px;
    color: #777777;
    transition: 0.3s;
    font-size: 20px;
}

.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: 26px;
}

.advertising-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.advertising-box img {
    width: 416px;
    height: 277px;
    border-radius: 10px;
}

.advertising-text {
    width: 100%;
    height: 276px;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    align-items: flex-end;
    overflow: hidden;
}

.advertising-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0e3d8624, #e4821624);
    border-radius: 4px;
    opacity: 0.8;
    z-index: 0;
}

.advertising-text .sidebar-title a{
    color: var(--white-color);
    /* padding-bottom: 0; */
    /* margin-bottom: 0; */
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 11px;
    font-size: 23px;
}

.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;
}

.tour_top {
    width: 100%;
    height: 370px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    justify-content: flex-end;
}

.items-count {
    color: var(--white-color);
    position: relative;
    z-index: 1;
    top: 63px;
    right: 28px;
    font-size: 23px;
    background-color: #015cb5a6;
    padding: 7px;
    border-radius: 8px;
}

.text_blog {
    font-size: 27px;
    line-height: 35px;
    color: #e48216;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}


.text_blog p {
    font-size: 29px;
    line-height: 35px;
    color: var(--bs-color);
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

blockquote {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #eee;
    position: relative;
    border-left: 4px solid var(--main-color);
}

/* blockquote::before {
    font: var(--fa-font-solid);
    content: "\f10d";
    position: absolute;
    font-size: 50px;
    color: white;
    text-align: center;
    top: 0;
    right: 0px;
    height: 80px;
    width: 80px;
    border-radius: 0 10px 0 95%;
    background-color: var(--main-color);
} */

blockquote p {
    line-height: 1.5;
    font-style: italic;
}

blockquote cite {
    display: inline-block;
    font-size: 20px;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    font-weight: 600;
    margin-top: 22px;
    font-style: normal;
    color: var(--title-color);
}

blockquote cite::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--main-color);
}

.blockquote_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blockquote_list .title {
    font-size: 20px;
}

/*==========Blog List Page CSS End==========*/

.social-media a {
    width: 36px !important;
    height: 36px !important;
}

@media (max-width: 767.98px) {

    .categories,
    .recent-post,
    .blog-search-from,
    .blog-post-detail,
    .tag.side-bar,
    .related-blog {
        padding: 13px;
    }
    .h3-title {
        font-size: 22px;
    }
    .blog-img.back-img img {
        height: 361px;
    }


}


.title a {
    color: var(--bs-color);
}


 .social-media ul li a {
    padding: 5px 4px !important;
}

.tags{
    background-color: var(--white-color);
    box-shadow: var(--boxShadow);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px !important;
}

.blog__card-content {
    height: 274px;
}

.blog-card-three .blog__card-title {
    height: 60px;
}

/*===============================================================
                         Start Section Blog
===============================================================*/
.our-blogs {
    background-color: var(--white-color);
  }
  
  .blog {
    background-color: #fff;
  }
  
  .blog .blog-item {
    margin-bottom: 30px;
    border-radius: 10px;
  }
  
  /* .blog-item {
  box-shadow:0 4px 30px 0 rgba(0, 0, 0, 0.1);
  } */
  .blog-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
  }
  
  .blog-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
    background: transparent;
  }
  
  .blog-img:hover::before {
    opacity: 1;
    border-radius: 20px;
  }
  
  .our-blogs .blog-shape-map {
    position: absolute;
    left: 0;
    top: 3rem;
    animation: jumpping var(--duration, 6s) infinite linear;
  }
  
  .our-blogs .blog-shape-rocket {
    position: absolute;
    right: 3rem;
    animation: scaleup 2s infinite linear;
  }
  
  .our-blogs .blog-item a img {
    width: 500px;
    border-radius: 20px;
    height: 323px;
  }
  
  .our-blogs .blog-item:hover a img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    border-radius: 20px;
  }
  
  .blog-info {
    background: var(--main-grey);
    padding: 20px 30px 0px 30px;
    z-index: 1;
    border: 1px solid #f3f2f2;
    position: relative;
    margin: -50px 8px 0 8px;
    border-radius: 10px;
    height: 220px;
  }
  
  .blog-meta-box {
    justify-content: space-between;
  }
  
  .it-blog-meta i {
    padding-right: 0.2rem;
    color: var(--main-color);
  }
  
  .blog-info .title-post a h5 {
    display: block;
    color: var(--second-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  
  .blog-info .title-post a h5:hover {
    color: var(--main-color);
  }
  
  .blogs-btn {
    margin-top: 20px;
  }
  
  .blogs-btn a {
    padding: 10px;
    background: #ff950026;
    color: var(--main-color);
  }
  
  .blogs-btn a:hover {
    padding: 10px;
    background: var(--main-color);
    color: #fff;
  }
  
  .p-date {
    padding: 10px;
    text-align: center;
    position: absolute;
    top: -0.3rem;
    right: 1.5rem;
    min-width: 50px;
    height: auto;
    font-weight: 600;
    z-index: 20;
  }
  
  .our-blogs .p-date {
    background-color: var(--main-color);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .day {
    color: #fff;
    margin: 2px auto;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    display: inline-block;
  }
  
  .p-date .discount {
    color: #fff;
    margin: 2px auto;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    display: inline-block;
    margin-right: 10px;
    padding: 7px;
    border-radius: 4px;
    background-color: var(--main-color);
  
  }
  
  .p-date .classification {
    color: var(--second-color);
    margin: 2px auto;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    display: inline-block;
    margin-right: 10px;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
  }
  
  @keyframes scaleup {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  
  .title-post {
    /* height: 59px; */
    /* overflow: hidden; */
  } 
  
  .title-post p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* color: #000; */
  }
  
  
  /*===============================================================
                        End Section Blog 
  ===============================================================*/
  
  
  /*===============================================================
                        End Section Blog 
  ===============================================================*/
  
  .block_banner_small {
    background: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: -1px 18px 15px 17px #dfdfdf;
    text-align: center;
    margin: 0 0 30px 0;
    height: 440px;
  }
  
  .tour-box {
    position: relative;
    background-color: var(--white-color);
    border: 1px solid #BCCED2;
    border-top: transparent;
    border-radius: 16px;
    overflow: hidden
  }
  
  .tour-box.style-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #BCCED2
  }
  
  @media (max-width: 1299px) {
    .tour-box.style-flex {
        display: block
    }
  }
  
  .tour-box.style-flex .tour-content {
    padding: 0
  }
  
  @media (max-width: 1299px) {
    .tour-box.style-flex .tour-content {
        padding: 30px
    }
  }
  
  @media (max-width: 375px) {
    .tour-box.style-flex .tour-content {
        padding: 20px
    }
  }
  
  .tour-box.style-flex .tour-action {
    gap: 30px
  }
  
  .tour-box.style-flex .tour-box_img {
    border-radius: 16px 0px 0 0;
    width: 50%
  }
  
  @media (max-width: 1299px) {
    .tour-box.style-flex .tour-box_img {
        width: 100%
    }
  }
  
  @media (max-width: 991px) {
    .tour-box.style-flex .tour-box_img {
        margin-bottom: 0
    }
  }
  
  .tour-box.style-flex .tour-box_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px 0px 0 0
  }
  
  
  .tour-box .tour-action i {
    margin-right: 8px
  }
  
  .tour-box .tour-action .th-btn {
    border: 1px solid var(--gray-color);
    font-weight: 500;
    padding: 10px 19.5px
  }
  
  @media (max-width: 1199px) {
    .tour-box .tour-action .th-btn {
        padding: 10px 15px
    }
  }
  
  .tour-box .tour-action .th-btn:after {
    -webkit-mask-image: url(../images/icons/arrow-right3.svg);
    mask-image: url(../images/icons/arrow-right3.svg);
  }
  
  .tour-box:hover {
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
    border-radius: 16px
  }
  
  .tour-box:hover .tour-box_img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
  }
  
  .tour-box {
    position: relative;
    background-color: var(--white-color);
    border: 1px solid #BCCED2;
    border-top: transparent;
    border-radius: 16px;
    overflow: hidden
  }
  
  .tour-box.style-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #BCCED2
  }
  
  @media (max-width: 1299px) {
    .tour-box.style-flex {
        display: block
    }
  }
  
  .tour-box.style-flex .tour-content {
    padding: 0
  }
  
  @media (max-width: 1299px) {
    .tour-box.style-flex .tour-content {
        padding: 30px
    }
  }
  
  @media (max-width: 375px) {
    .tour-box.style-flex .tour-content {
        padding: 20px
    }
  }
  
  .tour-box.style-flex .tour-action {
    gap: 30px
  }
  
  .tour-box.style-flex .tour-box_img {
    border-radius: 16px 0px 0 0;
    width: 50%
  }
  
  @media (max-width: 1299px) {
    .tour-box.style-flex .tour-box_img {
        width: 100%
    }
  }
  
  @media (max-width: 991px) {
    .tour-box.style-flex .tour-box_img {
        margin-bottom: 0
    }
  }
  
  .tour-box.style-flex .tour-box_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px 0px 0 0
  }
  
  .tour-box.style2 .box-title {
    font-size: 24px;
    font-weight: 600
  }
  .tour-box-title  .box-title{
    position: absolute;
    top: 40px;
    background: #ffc107;
    padding: 10px 40px 10px 20px;
    /* border-radius: 0 30px 30px 0; */
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  }
  
  .tour-box.style2 .woocommerce-review-link {
    font-weight: 600
  }
  
  .tour-box.style2 .tour-content {
    padding: 24px
  }
  
  .tour-box.style2 .tour-list ul {
    padding: 0
  }
  
  .tour-box.style2 .tour-list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #BCCED2;
    color: var(--black-color);
    padding-bottom: 10px;
    margin-bottom: 15px
  }
  
  .tour-box.style2 .tour-list ul li span {
    color: var(--second-color)
  }
  
  .tour-box.style2 .tour-action {
    margin-top: 30px
  }
  
  @media (max-width: 340px) {
    .tour-box.style2 .tour-action {
        display: block
    }
  }
  
  .tour-box.style2 .tour-box_price {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
  }
  
  .tour-box.style2 .currency {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: var(--black-color)
  }
  
  @media (max-width: 1299px) {
    .tour-box.style2 .currency {
        font-size: 18px
    }
  }
  
  .tour-box.style3 .tour-box_img:before {
    display: none
  }
  
  .tour-box.style4 {
    padding: 16px;
    border: 1px solid #BCCED2
  }
  
  .tour-box.style4 .tour-box_img {
    border-radius: 16px
  }
  
  .tour-box.style4 .tour-content {
    padding: 24px 0 0 0
  }
  
  .tour-box_img {
    position: relative;
    border-radius: 16px 16px 0 0;
    z-index: 2;
    overflow: hidden
  }
  
  @media (max-width: 991px) {
    .tour-box_img {
        margin-bottom: 0
    }
  }
  
  .tour-box_img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%)
  }
  
  .tour-box_img img {
    width: 100%;
    border-radius: 16px 16px 0 0;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
  }
  
  .tour-box .tour-content {
    padding: 24px 24px 16px 24px
  }
  
  .tour-box .box-title {
    color: var(--second-color);
    font-size: 20px;
    font-weight: 500;
    /* margin-bottom: 15px; */
    font-family: 'Poppins', sans-serif;
  }
  
  .tour-box .box-title a {
    color: inherit;
  }
  
  .category-card-body{
  height: 90px;
  overflow: hidden;
  }
  
  .category-card-body p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .tour-box .tour-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 13px
  }
  
  .tour-box .star-rating {
    font-size: 14px
  }
  
  .tour-box .star-rating span:before {
    color:var(--second-color)
  }
  
  .tour-ratings-star {
    gap: 2px;
    color: var(--main-color);
  }
  
  .tour-box .woocommerce-review-link {
    font-size: 16px;
    line-height: 16px;
    color: var(--black-color)
  }
  
  .tour-box_price {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--main-color);
    /* margin-bottom: 15px; */
  }
  
  .tour-box_price .currency {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: var(--black-color);
    font-family: 'Poppins', sans-serif;
  }
  
  .tour-box .tour-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .tour-box .tour-action i {
    margin-right: 8px
  }
  
  /* .tour-box .tour-action span {
    font-weight: 400;
    font-size: 16px;
    color: var(--main-color)
  } */
  
  .tour-box .tour-action .th-btn {
    border: 1px solid var(--main-grey);
    font-weight: 500;
    padding: 10px 19.5px
  }
  
  @media (max-width: 1199px) {
    .tour-box .tour-action .th-btn {
        padding: 10px 15px
    }
  }
  
  .tour-box .tour-action .th-btn:after {
    -webkit-mask-image: url(../images/icons/arrow-right3.svg);
    mask-image: url(../images/icons/arrow-right3.svg);
  }
  
  .tour-box:hover {
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
    border-radius: 16px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  
  
  .tour-box:hover .tour-box_img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
  }
  
  

  .global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
  }
  
  .global-img:after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
  }
  
  .global-img img {
    min-width: 100%;
    height: 270px;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
  }
  
  .global-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
  }
  
  .top_destinations_box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}.heart_destinations {
    right: 17px;
    position: absolute;
    top: 12px;
    cursor: pointer;
    z-index: 9;
}.heart_destinations i {
    color: var(--white-color);
    font-size: 24px;
}.img_hover img {
    transition: .4s all ease-in-out;
    width: 100%;
    overflow: hidden;
    height: 300px;
}.top_destinations_box_content {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 10px 40px 10px 20px;
    width: 100%;
    background: #f7921f;
    text-align: center;
}
.top_destinations_box_content h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    font-size: 21px;
}

.top_destinations_box_content h4 a {
    color: #fff;
}

.top_destinations_box_content h4 a:hover {
    color: #fff;
}

.top_destinations_box_content p {
    padding: 6px 0px;
    font-size: 14px;
    color: var(--white-color);
}

.top_destinations_box_content p .review_rating {
    color: #fff;
    background-color:#f7921f;
    padding: 5px;
    border-radius: 9px;
}

.top_destinations_box_content p .review_count {
    margin-left: 10px;
}

.top_destinations_box_content h3 {
    font-weight: 500;
    color: var(--white-color);
}

.top_destinations_box_content h3 span {
    font-weight: 400;
    font-size: 14px;
}
.img_hover:hover img {
    transform: scale(1.2);
}

.article .top_destinations_box_content {
    background: transparent;
    padding-left: 19px;
    text-align: left;
}

.social-media li a {
    background: #f7921f;
}

.primary-button {
    min-width: 140px;
}


@media (max-width: 767.98px) {
    .text_blog p {
        font-size: 16px;
        line-height: 17px;
    }
    .tag ul li a {
        margin-right: 3px;
    }
    .tags .social-media {
        display: block;
      }




}


.about-section__image__two img{
    height: 498px !important;
}
.about-section__image__one img:first-child {
    max-width: 100%;
    height: 45%;
    border-radius: 50%;
}
.about-section__image__one img {
    max-width: 100%;
    height: 52%;
 }