@media(max-width: 1200px) {
    .main {
        max-width: 960px;
    }

    .section-title h4 {
        font-size: 36px;
    }

}

@media(max-width: 1024px) {
    .main {
        max-width: 720px;
    }

    .header-logo img {
        width: 150px;
    }

    .header-text {
        gap: 0;
        font-size: 14px;
    }

    .header-text li a {
        border: 1px solid transparent;
        padding: 5px 10px;
    }

    .try-btn {
        padding: 5px 10px;
        gap: 0;
    }

    .wall-title {
        top: 40%;
    }

    .wall-title h2 {
        font-size: 32px;
    }

    .pricing-box h5 strong {
        font-size: 35px;
    }

    .pricing-box h5 {
        font-size: 14px;
    }

    .compnay-logos ul {
        grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
        gap: 10px;
    }

    .compny-title h3,
    .compny-title h3 span {
        font-size: 30px;
    }

    .compny-title h4 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .sussces-ratio ul li p {
        font-size: 35px;
        line-height: 30px;
    }

    .sussces-ratio ul li h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .sussces-btn a {
        padding: 10px 25px;
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
    }

    .test-box ul {
        display: grid;
        gap: 0;
    }

    .section-title h6 {
        font-size: 18px;
    }

    .faq-item {
        margin: 20px 0;
    }

    .project-sec ul li p {
        font-size: 35px;
    }

    .project-btn a {
        padding: 15px 15px;
    }

    .media-footer {
        width: 33% !important;
        margin: 30px 0;
        margin-top: 0 !important;
    }
    

    .main-footer {
        padding-bottom: 0;
    }

    .bottom-top {
        left: 90%;
        bottom: 75px;
    }

}

@media(max-width: 769px) {
    .openbtn {
        display: block;
      }

      .sidepanel a {
        font-size: 18px;
    }
    .main {
        width: 90%;
    }

    .header-text {
        display: none;
    }

    .mobile-menu img {
        display: block;
    }

    .wall-title {
        top: 50%;
        width: 55%;
    }

    .wall-title h2 {
        font-size: 24px;
    }

    .about-section {
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    }

    .about-box img {
        width: 40px;
    }

    .about-box p {
        margin-bottom: 50px;
        font-size: 12px;
    }

    .about-box a {
        font-size: 14px;
    }

    .section-title h3 {
        font-size: 40px;
    }


    .compnay-logos ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
        font-size: 0;
        gap: 10px;
    }

    .sussces-ratio {
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    .sussces-btn {
        display: block;
        width: 100%;
        text-align: left;
    }

    .test-box ul {
        display: flex;
        gap: 20px;
    }

    .section-title h6 {
        font-size: 16px;
    }

    .contact-section {
        display: block;
    }

    .contact-info {
        width: 100%;
        margin-bottom: 30px;
    }

    .project-sec ul {
        display: block;
    }

    .project-text {
        width: 100%;
    }

    .project-btn {
        display: block;
        width: 100%;
        margin-top: 40px;
    }

    .media-footer {
        width: 50% !important;
        margin-top: 0;
        margin: 30px 0;
    }
    
    .bottom-top {
        display: none;
    }
}

@media(max-width: 480px) {
    .sidepanel a {
        font-size: 16px;
    }
    .main {
        width: 90%;
    }

    .wall-title {
        width: 55%;
        top: 50%;
    }

    .right-header li {
        display: none;
    }

    .image-container {
        display: block;
        overflow: hidden;
        height: 100%;
        width: auto;
    }

    .wall-title h2 {
        font-size: 29px;
        margin-bottom: 10px;
    }

    .try-btn-wall {
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 14px;
    }

    .section-title p {
        font-size: 16px;
        margin: 40px 0 5px 0;

    }

    .section-title h4 {
        font-size: 25px;
    }

    .section-title h3 {
        font-size: 35px;
    }

    .compny-title h3,
    .compny-title h3 span {
        font-size: 21px;
    }

    .compnay-logos ul li a img {
        width: 100px;
    }

    .compny-title p {
        font-size: 16px;
    }

    .compny-title h4 {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .sussces-ratio ul {
        display: block;
    }

    .persentage {
        display: flex !important;
        justify-content: left !important;
    }

    .sussces-ratio ul li {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

    .test-box ul {
        display: grid;
        gap: 0;
    }

    .question li {
        font-size: 16px;
    }

    .contact-info h2 {
        font-size: 30px;
    }

    .sosial-icon {
        margin-top: 50px !important;
    }

    .contact-user h4 {
        font-size: 16px;
    }

    .project-btn a {
        width: 100%;
        display: block;
        text-align: center;
    }
    .media-footer {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .main-footer-section {
        padding-top: 0;
    }
    .main-footer {
        padding-bottom: 0;
    }
    .main-footer {
        padding-top: 30px !important;
    }

    .bottom-top {
        display: none;
    }
}

@media(max-width: 320px) {
    .main {
        width: 300px;
    }

    .wall-title {
        width: 100%;
    }
}