* {
    outline: 1px solid red;
}

body {
    overflow-x: hidden;
}

@media (max-width: 1199.98px) {
    .info-contact a {
        font-size: 1.8rem;
    }

    .wrapper-bg .img-media img {
        height: 91.8%;
        width: 70%;
        top: 4%;
        left: 21%;
    }
    .hero-media .wrapper-bg .img-right {
        width: 40px;
        z-index: 10;
    }

    .hero-media .wrapper-bg .img-right img {
        width: 110px;
    }

    .wrapper-bg .img-yellow img {
        bottom: 22px;
        left: 0px;
    }
    .wrapper-bg .img-play > img {
        top: -32px;
        left: -50px;
    }
    .img-play .img-animation img {
        top: -74px;
        left: -92px;
    }

    .features .row:last-of-type .img-feature span {
        top: 212px;
    }

    .about {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-content {
        margin-left: 30px;
    }

    .about-content .about-title {
        font-size: 3.6rem;
        line-height: 46px;
    }

    .img-direction img {
        top: 44%;
        right: -40px;
    }
}

@media (max-width: 1067.98px) {
    .hero-media .wrapper-bg .img-right {
        right: 42px;
    }
}

@media (max-width: 991.98px) {
    .sub-nav .nav-item {
        font-size: 1.4rem;
        padding: 24px 16px;
    }

    .info-contact a {
        font-size: 1.6rem;
    }
    .nav-item i,
    .nav-item:first-child i {
        right: 0px;
    }
    .hero .hero-content p {
        font-size: 1.4rem;
    }
    .hero .hero-content .hero-title {
        font-size: 4rem;
        line-height: 1.2;
    }
    .hero .hero-content .hero-description {
        font-size: 1.4rem;
    }

    .hero-media .wrapper-bg .img-media {
        height: 100%;
    }

    .wrapper-bg .img-media img {
        width: min-content;
        top: 5%;
        left: 10%;
    }

    .wrapper-bg .img-yellow img {
        bottom: 0px;
        left: 0px;
        width: 60%;
        height: 80%;
    }

    .wrapper-bg .img-play > img {
        width: 80px;
        top: -40px;
        left: -38px;
    }
    .img-play .img-animation img {
        top: -65px;
        left: -64px;
        width: 130px;
        z-index: 11;
    }

    .about-content {
        gap: 15px;
    }

    .about-content .about-tagline {
        font-size: 1.4rem;
    }

    .about-content .about-title {
        font-size: 3.6rem;
    }

    .about-content .about-description {
        font-size: 1.4rem;
    }

    .about-content .about-list h3 {
        font-size: 1.8rem;
    }

    .about-content .about-list p {
        font-size: 1.2rem;
    }

    .img-info .img-direction img {
        width: 90px;
        top: 40%;
        right: -56px;
    }
    .img-feature span {
        height: 160px;
    }

    .features .row:last-of-type .img-feature span {
        top: 152px;
    }

    .features-content .features-title {
        font-size: 3.6rem;
    }

    .features-content .features-description {
        font-size: 1.4rem;
    }

    .features-content .features-list li {
        font-size: 1.4rem;
    }

    .img-feature .img-direction img {
        width: 90px;
        top: 40%;
        right: -16px;
    }

    .blog-card .desc {
        gap: 10px;
    }

    .blog-card .desc img {
        width: 60px;
        height: 60px;
    }

    .desc h4 {
        font-size: 1.6rem;
    }

    .desc p {
        font-size: 1.2rem;
    }

    .blog-card h3 {
        font-size: 1.7rem;
    }

    .blog-card a {
        font-size: 1.4rem;
    }

    .img-feature .img-direction {
        left: 15px;
    }

    .testimonial-card .desc {
        font-size: 1.4rem;
    }

    .testimonial-card .name {
        font-size: 1.8rem;
    }

    .testimonial-card .job {
        font-size: 1.2rem;
    }

    .blog-card {
        padding: 10px 10px;
    }
}

@media (max-width: 785.98px) {
    .hero-media .wrapper-bg .img-right img {
        width: 85px;
    }
}

@media (max-width: 767.98px) {
    .header nav .row > div:first-child {
        display: none;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        padding: 4px;
        position: relative;
        z-index: 100;
    }

    .hamburger span {
        display: block;
        width: 100%;
        height: 3px;
        background: #000;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    #nav-toggle:checked ~ .hamburger span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }

    #nav-toggle:checked ~ .hamburger span:nth-child(2) {
        opacity: 0;
    }

    #nav-toggle:checked ~ .hamburger span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }

    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #f8ebc9;
        z-index: 99;
        padding: 10px 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    #nav-toggle:checked ~ .nav {
        display: block;
    }

    .header .nav .sub-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .sub-nav .nav-item {
        width: 100%;
        padding: 14px 24px;
        font-size: 1.6rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .sub-nav .nav-item:last-child {
        border-bottom: none;
    }

    .nav-item i,
    .nav-item:first-child i {
        right: 24px;
    }

    .col-6.col-lg-7.col-md-7 {
        position: relative;
    }

    .hero-media {
        min-height: 400px;
        margin-top: 40px;
    }

    .info-contact {
        display: none;
    }

    .wrapper-bg .img-media img {
        height: 100%;
        top: 0;
        left: 22%;
    }
    .wrapper-bg .img-yellow img {
        left: 22px;
    }
    .hero-media .wrapper-bg .img-right {
        right: 33px;
    }

    .wrapper-bg .img-play > img {
        left: -14px;
    }
    .img-play .img-animation img {
        left: -38px;
    }

    .about .row > .col:first-child {
        display: none;
    }

    .features .row:first-of-type {
        flex-direction: column-reverse;
    }

    .features-content {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .img-feature span {
        width: 20px;
        height: 220px;
        top: 0%;
    }
    .features .row:last-of-type .img-feature span {
        top: 0;
    }

    .img-feature .img-direction {
        top: 35%;
        left: -40px;
    }

    .img-feature .img-direction img {
        width: 110px;
        right: auto;
        left: 0;
    }

    .space {
        margin-bottom: 60px;
    }

    .faq-heading .faq-title {
        font-size: 3.2rem;
    }

    .blog-heading .btn-blog {
        display: none;
    }
    .blog .row {
        justify-content: center;
        align-items: center;
    }

    .blog .row .col:last-child > .btn-blog {
        display: block;
        width: fit-content;
        height: fit-content;
        padding: 15px 20px;
        font-family: manrope;
        font-weight: 600;
        color: #fff;
        font-size: 1.8rem;
        background: #fd6038;
        background: #fd6038;
        outline: none;
        border: none;
        margin: 0 auto;
    }

    .blog-card .desc img {
        width: 50px;
        height: 50px;
    }
}



@media (max-width: 575.98px) {
    .hero .row > div:last-child {
        display: flex;
        justify-content: center;
    }

    .hero .hero-content {
        padding: 0 40px;
    }

    .hero-media {
        width: 240px;
        height: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 40px;
    }

    .hero-media .wrapper-bg {
        min-width: 450px;
    }

    .features .row .col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .features .img-feature {
        position: relative;
        width: 350px;
        max-width: 100%;
    }
}
