@media screen and (max-width: 576px) {
    .logo {
        font-size: 22px;
    }

    .cursor-dot,
    .cursor-outline {
        display: none;
    }

    .mynav {
        margin-top: 20px;
    }

    .mynav a {
        margin: 8px 10px;
        font-size: 14px;
    }

    .mynav a::before {
        display: none;
    }

    .home-section {
        padding: 120px 0px;
    }

    .home-left img {
        margin-bottom: 40px;
    }

    .home-right {
        display: flex;
        justify-content: center;

    }

    .home-right h1 {
        font-size: 35px;
    }

    .home-right h3 {
        font-size: 23px;
    }

    .home-btn {
        margin-top: 30px;
    }

    .about-section h1 {
        font-size: 27px;
    }

    .about-txt {
        padding-left: 0px;
    }


    .skills-section h1,
    .services-section h1,
    .work-section h1,
    .contact-section h1{
        font-size: 27px;
    }    
    .work-item h1 {
        font-size: 20px;
    }
    .services-section br {
        display: none;
    }

    .service-item {
        padding: 24px;
    }

    .skills-section br {
        display: none;
    }

    .work-item h1 i {
        margin-left: 2px;
    }

    .cta-section .discuss {
        padding: 80px 15px;
    }

    .cta-section .discuss h1 {
        font-size: 30px;
    }

    .cta-section .discuss p {
        font-size: 15px;

    }

    .cta-section .discuss p br {
        display: none;
    }

    .contact-section h3 {
        font-size: 23px;
    }

    .contact-section .headind-des {
        margin-bottom: 0px;
    }

    .contact-right-form,
    .contact-left {
        padding: 30px 0px;
    }

    .contact-right-form {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .contact-left {
        padding-top: 10px;
        padding-bottom: 30px;

    }

    .contact-left p {
        font-size: 14px;
    }
}

@media screen and (min-width: 577px) and (max-width: 991px) {

    .mynav a {
        margin: 8px 10px;
        font-size: 14px;
    }

    .mynav a::before {
        display: none;
    }

    .home-left img {
        margin-bottom: 40px;
        width: 50%;
    }

    .about-section img {
        width: 80%;
        display: block;
        margin: auto;
    }

    .cta-section .discuss {
        padding: 80px 25px;
    }

    .cta-section .discuss br {
        display: none;
    }


}

@media screen and (min-width:1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 82%;
    }

    .logo {
        font-size: 30px;
    }

    .mynav a {
        font-size: 17px;
    }

    .home-section {
        padding: 180px 0px;
    }

    .home-left img {
        width: 45%;
    }

    .home-right p {
        font-size: 18px;
    }

    .home-btn {
        margin-top: 40px;
    }

    .about-section p {
        font-size: 18px;
        margin-bottom: 28px;
    }

    .about-section img {
        width: 90%;
    }

    .skills-section p,
    .services-section p,
    .work-section p,
    .contact-section p {
        font-size: 18px;
    }

    .skill-item {
        padding: 35px 0px;
    }

    .service-item {
        padding: 33px;
    }

    .service-item h3 {
        font-size: 23px;
    }

    .work-item {
        padding: 33px;
    }

    .work-item h1 {
        font-size: 23px;
    }

    .more-btn-row {
        padding-top: 58px !important;
    }

    .cta-section .discuss p {
        font-size: 18px;
    }

    .contact-left-social p {
        font-size: 18px;
    }

    .contact-left-text i {
        padding: 13px;
    }
}