.main-testimonial {
    padding-top: 60px;
}
.main-testimonial .testimonial-block_three-inner {
    margin-bottom: 30px;
}
.about-one_content-outer strong {
    color: var(--color-nine);
}

.fix-btn {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 2;
}
.fix-btn li {
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 10px;
    border-radius: 50%;
}
.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}
.fix-btn li:last-child i {
    font-size: 28px;
}
.fix-btn li i {
    color: #fff;
    font-size: 24px;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
    }
}
.mobile-menu .nav-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobile-menu .nav-logo img {
    width: 60px;
    flex-shrink: 0;
}
.mobile-menu .nav-logo h1 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: bolder;
    color: var(--primary-color);
}
.mobile-menu .nav-logo h1 span {
    display: block;
    font-size: 20px;
    color: var(--main-color);
}
/* .sidebar {
    position: sticky !important;
    top: 120px; 
} */
.sidebar .sidebar-inner {
    margin-bottom: 50px;
}
.sidebar .news-block_two-content {
    min-height: auto;
}
.gallery-block_two-inner p {
    text-align: center;
    background: var(--main-color);
    color: var(--white-color);
    font-size: 15px;
    padding: 3px;
}
@media only screen and (max-width: 767px) {
    .slider-one_content-inner {
        padding-top: 60px;
    }
    .main-header .header-lower .logo-box .logo h1 {
        font-size: 24px;
    }
    .main-header .header-lower .logo-box .logo h1 span {
        font-size: 16px;
    }
    .main-header .header-lower .logo-box .logo img {
        width: 70px;
    }
    .mobile-menu .nav-logo {
        padding-bottom: 0;
    }
    .sec-title_text {
        text-align: justify;
    }
    .adventure-one .three-items_slider-prev,
    .adventure-one .three-items_slider-next {
        display: none;
    }
    .adventure-block_one-title {
        font-size: 20px;
        line-height: normal;
    }
    .adventure-block_one-content {
        padding-top: 20px;
    }
    .adventure-one {
        padding-bottom: 70px;
    }
    .shop-one .four-items_slider-next,
    .events-one .three-items_slider-next {
        display: none;
    }
    .shop-one .four-items_slider-prev,
    .events-one .three-items_slider-prev {
        display: none;
    }
    .text-align-left {
        text-align: left;
    }
    .blog-detail_inner {
        padding: 0;
    }
    .blog-detail p {
        text-align: justify;
    }
    .sec-title_title {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .testimonial-three_carousel-column {
        padding: 0;
    }
    .testimonial-block_three-image {
        width: 70px;
        height: 70px;
    }
    .testimonial-block_three-author i {
        display: none;
    }
    .contact-two .contact-form {
        padding: 0;
    }
    .contact-info {
        padding: 60px 0;
    }
    .info-block_one-inner {
        padding: 30px;
    }
}
