@media screen and (max-width: 720px) {
    .header {
        padding: 15px 30px;
    }

    body, html {
        overflow-x: hidden;
    }

    .site-title {
        font-size: 24px;
    }

    .site-title a img {
        height: 60px;
    }

    .header-nav {
        background-color: rgba(0, 0, 0, .6);
        backdrop-filter: blur(10px);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .5s ease-in;
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        z-index: 999;
    }

    .nav-open .header-nav {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateX(0);
    }

    .nav-open .icon-mobile-nav[name=close-outline] {
        display: block;
    }

    .icon-mobile-nav {
        color: #cecece;
    }

    .nav-open .icon-mobile-nav[name=menu-outline] {
        display: none;
    }

    .header-nav-list {
        flex-direction: column;
        align-items: center;
    }

    .header-nav-list li {
        padding: 15px 0;
    }

    .header-nav-list li a:link,
    .header-nav-list li a:visited {
        font-size: 22px;
        font-weight: 500;
    }

    .header-nav-list li:not(:last-child) {
        margin-right: 0;
    }

    .menu-icon {
        font-size: 28px;
    }

    .btn-mobile-nav {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .btn-mobile-nav:focus {
        outline: 0;
    }

    .slider__img-box {
        height: 80vh;
    }

    .slider-img {
        background-position: right;
    }

    .slider__text-box {
        font-size: 16px;
        line-height: 24px;
        width: 90%;
    }

    .slider__text-box h2 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 40px;
    }

    .section-advertising__content {
        height: 90px;
    }
	
	.section-blog {
		padding: 40px 15px 70px;
	}

    .page-banner {
        height: 40vh;
    }

    .page-banner__text-box {
        width: 90%;
    }

    .page-banner__text-box h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .single-post__box {
        justify-content: center;
    }

    .single-post__content {
        flex: 0 0 90%;
        font-size: 16px;
        text-align: left;
    }

    .section-single-post {
        padding: 40px 0 50px;
    }

    .tour-package-heading {
        font-size: 22px;
        padding: 0 5px;
    }

    /*.tour-packages {
        justify-content: space-around;
    }

    .tour-package__item {
        flex: 0 0 47%;
    }

    .tour-package__img-box {
        height: 130px;
    }

    .tour-package__info {
        flex-direction: column;
        align-items: flex-start;
    }

    .tour-package__text-box h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .price {
        margin-bottom: 8px;
    }

    .duration {
        background-color: #f7f7f7;
    }*/
    /*.tour-packages {
        padding: 0 20px;
    }

    .tour-package__item {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .tour-package__img-box {
        height: 250px;
    }

    .tour-package__img-box a img {
        border-right: none;
        border-bottom: 5px solid #02C945;
    }

    .tour-package__text-box h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .tour-package__text-box {
        flex: 0 0 100%;
        padding: 20px 20px;
        height: auto;
    }

    .tour-package__info {
        margin-top: 0;
    }

    .tour-package-details-btn{
    }*/
    .tour-packages {
        flex-direction: column;
        padding: 0 15px;
    }

    .tour-package__item {
        flex-direction: column;
    }

    .tour-package__img-box,
    .tour-package__text-box {
        flex: 1;
    }

    .tour-package__img-box {
        height: 200px;
    }

    .tour-package__img-box a img {
        border-right: none;
        height: 200px;
    }

    .tour-package__text-box {
        padding: 20px 15px;
    }

    .other-post__content {
        flex-direction: column;
    }

    .post-title {
        font-size: 19px;
        line-height: 26px;
    }

    .single-post__sidebar {
        flex: 0 0 90%;
    }

    .blog__container {
        margin-top: 20px;
    }

    .post-slider-img {
        height: 300px;
    }

    .blog__title {
        font-size: 18px;
    }

    .recent-post__img-box img {
        height: 100px;
    }

    .recent-post__title-box h3 {
        font-size: 15px;
        line-height: 22px;
    }

    .pagination__prev,
    .pagination__next {
        height: 30px;
        width: 60px;
        font-size: 12px;
    }

    .pagination__num:link,
    .pagination__num:visited {
        font-size: 14px;
        height: 30px;
        width: 30px;
    }

    .section-page {
        padding: 20px 20px;
    }

    .page__content {
        text-align: left;
    }

    .page__content h1 {
        font-size: 19px;
        line-height: 26px;
    }

    .photo-gallery__img {
        height: 120px;
    }

    .footer__box {
        padding: 0 10px;
        text-align: center;
    }

    .footer__text-logo {
        font-size: 27px;
    }

    .footer__text-logo p {
        font-size: 25px;
        line-height: 1.6;
    }

    .footer__navigation {
        margin-bottom: 0;
    }

    .footer__navigation ul {
        font-size: 15px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
    }

    .footer__navigation ul li:not(:last-child) {
        margin-right: 7px;
        padding-right: 7px;
    }

    .footer__navigation ul li {
        margin-bottom: 3px;
    }

    .footer__copyright {
        font-size: 14px;
    }
}