.mobile-footer {
    display: none;
}

.footer { 
    display: block;
    background-color: #171e24;
    width: 100%;
    height: 400px;
    z-index: 99;
}

.footer img {
    width: 210px;
    position: absolute;
    top: 70px;
    left: 7.5%;
}

.company {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 90px;
    left: 25%;
    cursor: default;
}

.company-text {
    position: absolute;
    top: 125px;
    left: 25.1%;
    line-height: 35px;
} 

.company-text a {
    color: #929292;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    transition: all .2s ease-in-out;
}

.company-text a:hover {
    color: #fff;
}

.service {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 90px;
    left: 35%;
    cursor: default;
}

.service-text {
    position: absolute;
    top: 125px;
    left: 35.1%;
    line-height: 35px;
} 

.service-text a {
    color: #929292;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    transition: all .2s ease-in-out;
}

.service-text a:hover {
    color: #fff;
}

.projects {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 90px;
    left: 46%;
    cursor: default;
}

.projects-text {
    position: absolute;
    top: 125px;
    left: 46.1%;
    line-height: 35px;
} 

.projects-text a {
    color: #929292;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    transition: all .2s ease-in-out;
}

.projects-text a:hover {
    color: #fff;
}

.social {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 90px;
    left: 55%;
    cursor: default;
}

.social-text {
    position: absolute;
    top: 125px;
    left: 55.1%;
    line-height: 35px;
} 

.social-text a {
    color: #929292;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    transition: all .2s ease-in-out;
}

.social-text a:hover {
    color: #fff;
}

.contact {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 90px;
    left: 63.5%;
    cursor: default;
}

.contact-text {
    position: absolute;
    top: 125px;
    left: 63.6%;
    line-height: 35px;
} 

.contact-text a {
    color: #929292;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #fff;
}

.input-container h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 77%;
    width: 23%;
}

.input-container input {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ececec;
    width: 16%;
    height: 50px;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #7C40FF;
    border-radius: 5px;
    position: absolute;
    top: 160px;
    right: 7%;
    padding-left: 10px;
}

.input-container button {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: #7C40FF;
    color: #fff;
    width: 6%;
    height: 40px;
    position: absolute;
    top: 225px;
    right: 7%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.input-container button:hover {
    background-color: #8d58ff;
}

.bottom-line {
    background-image: linear-gradient(to right, #171e24 , #222222);
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0%;
}

.copyright {
    font-family: monospace;
    font-size: 12px;
    color: #727272;
    position: absolute;
    top: 17px;
    left: 10%;
    text-align: center;
}

.bottom-line-menu {
    font-family: monospace;
    font-size: 12px;
    position: absolute;
    top: 17px;  
    left: 22%;
    text-align: center;
    cursor: default;
}

.bottom-line-menu a {
    color: #515151;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.bottom-line-menu a:hover {
    color: #8d58ff;
    text-decoration: underline;
}

.pm {
    position: absolute;
    top: 10px;
    width: 10%;
    left: 89.5%;
}

.pm img {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0px;
}


/*CHANGE FOOTER STYLE*/


  /*RESPONSIVE*/
@media (min-width: 240px) and (max-width: 359.98px) and (orientation: portrait)  {  
    .footer {
        display: none;
    }

    .mobile-footer {
        display: block;
    }

    .footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    .mobile-footer {
        background-color: #171e24;
        width: 100%;
        min-height: 500px;
        padding: 20px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }
    
    .mobile-footer img {
        width: 120px;
        padding-bottom: 30px;
        padding-top: 10px;
        padding-left: 2px;
    }
    
    .menu-item {
        margin-bottom: 20px;
    }
    
    .menu-header {
        font-size: 14px;
        font-weight: bold;
        padding: 10px 15px;
        background-color: #171e24;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
    }
    
    .menu-header:hover {
        background-color: #171e24;
    }
    
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 60px;
        background-color: #171e24;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-top: 0px;
        border-bottom: 0px;
        border-color: #333333;
    }
    
    .submenu a {
        display: block;
        font-size: 14px;
        color: #7C40FF;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: 1px solid #333;
        transition: color 0.2s ease;
    }
    
    .submenu a:last-child {
        border-bottom: none;
    }
    
    .submenu a:hover {
        color: #ffffff;
    }
    
    .submenu.open {
        max-height: 300px;
        padding: 10px 15px;
    }
    
    .bottom-line {
        background-color: #161616;
        width: 100%; 
        height: 50px;
        text-align: center;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    
    .copyright {
        font-size: 9px;
        color: #727272;
        position: absolute;
        top: 20px;
        left: 5%;
    }
    
    .bottom-line-menu {
        font-size: 8px;
        position: absolute;
        top: 21px;
        left: 52%;
    }
    
    .bottom-line-menu a {
        padding: 0px 1px;
        color: #747474;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-footer span {
        position: absolute;
        right: 10%;
        color: #747474;
    }
}

@media (min-width: 360px) and (max-width: 575.98px) and (orientation: portrait) {
    .footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    .mobile-footer {
        background-color: #171e24;
        width: 100%;
        min-height: 500px;
        padding: 20px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }
    
    .mobile-footer img {
        width: 130px;
        padding-top: 10px;
        padding-bottom: 30px;
        padding-left: 5px;
    }
    
    .menu-item {
        margin-bottom: 20px;
    }
    
    .menu-header {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 15px;
        background-color: #171e24;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
    }
    
    .menu-header:hover {
        background-color: #171e24;
    }
    
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 100px;
        background-color: #171e24;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-top: 0px;
        border-bottom: 0px;
        border-color: #333333;
    }
    
    .submenu a {
        display: block;
        font-size: 14px;
        color: #7C40FF;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: 1px solid #333;
        transition: color 0.2s ease;
    }
    
    .submenu a:last-child {
        border-bottom: none;
    }
    
    .submenu a:hover {
        color: #ffffff;
    }
    
    .submenu.open {
        max-height: 300px;
        padding: 10px 15px;
    }
    
    .bottom-line {
        background-color: #161616;
        width: 100%; 
        height: 50px;
        text-align: center;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    
    .copyright {
        font-size: 11px;
        color: #727272;
        position: absolute;
        top: 20px;
        left: 5%;
    }
    
    .bottom-line-menu {
        font-size: 10px;
        position: absolute;
        top: 21px;
        left: 52%;
    }
    
    .bottom-line-menu a {
        padding: 0px 1px;
        color: #747474;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-footer span {
        position: absolute;
        right: 10%;
        color: #747474;
    }

    
    
}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait)  {
    .footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    .mobile-footer {
        background-color: #171e24;
        width: 100%;
        min-height: 550px;
        padding: 20px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }
    
    .mobile-footer img {
        width: 160px;
        padding-bottom: 50px;
        padding-top: 20px;
        padding-left: 10px;
    }
    
    .menu-item {
        margin-bottom: 20px;
    }
    
    .menu-header {
        font-size: 20px;
        font-weight: bold;
        padding: 10px 15px;
        background-color: #171e24;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
    }
    
    .menu-header:hover {
        background-color: #171e24;
    }
    
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 80px;
        background-color: #171e24;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-top: 0px;
        border-bottom: 0px;
        border-color: #333333;
    }
    
    .submenu a {
        display: block;
        font-size: 18px;
        color: #7C40FF;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: 1px solid #333;
        transition: color 0.2s ease;
    }
    
    .submenu a:last-child {
        border-bottom: none;
    }
    
    .submenu a:hover {
        color: #ffffff;
    }
    
    .submenu.open {
        max-height: 300px;
        padding: 10px 15px;
    }
    
    .bottom-line {
        background-color: #161616;
        width: 100%; 
        height: 50px;
        text-align: center;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    
    .copyright {
        font-size: 16px;
        color: #727272;
        position: absolute;
        top: 20px;
        left: 5%;
    }
    
    .bottom-line-menu {
        font-size: 16px;
        position: absolute;
        top: 18px;
        left: 52%;
    }
    
    .bottom-line-menu a {
        padding: 0px 1px;
        color: #747474;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-footer span {
        font-size: 30px;
        position: absolute;
        right: 6%;
        color: #747474;
    }
}
     
@media  (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
    .footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    .mobile-footer {
        background-color: #171e24;
        width: 100%;
        min-height: 650px;
        padding: 20px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }
    
    .mobile-footer img {
        width: 180px;
        padding-bottom: 50px;
        padding-top: 20px;
        padding-left: 7px;
    }
    
    .menu-item {
        margin-bottom: 20px;
    }
    
    .menu-header {
        font-size: 22px;
        font-weight: bold;
        padding: 15px 15px;
        background-color: #171e24;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border-style: solid;
        border-width: 2px;
        border-color: #333333;
    }
    
    .menu-header:hover {
        background-color: #171e24;
    }
    
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 80px;
        background-color: #171e24;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-top: 0px;
        border-bottom: 0px;
    }
    
    .submenu a {
        display: block;
        font-size: 18px;
        color: #7C40FF;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: 1px solid #333;
        transition: color 0.2s ease;
    }
    
    .submenu a:last-child {
        border-bottom: none;
    }
    
    .submenu a:hover {
        color: #ffffff;
    }
    
    .submenu.open {
        max-height: 300px;
        padding: 10px 15px;
    }
    
    .bottom-line {
        background-color: #161616;
        width: 100%; 
        height: 60px;
        text-align: center;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    
    .copyright {
        font-size: 18px;
        color: #727272;
        position: absolute;
        top: 20px;
        left: 5%;
    }
    
    .bottom-line-menu {
        font-size: 18px;
        position: absolute;
        top: 18px;
        left: 52%;
    }
    
    .bottom-line-menu a {
        padding: 0px 5px;
        color: #747474;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-footer span {
        font-size: 30px;
        position: absolute;
        right: 6%;
        color: #747474;
    }
}
     
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait)  {
    .footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    .mobile-footer {
        background-color: #171e24;
        width: 100%;
        min-height: 870px;
        padding: 20px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }
    
    .mobile-footer img {
        width: 220px;
        padding-bottom: 70px;
        padding-top: 40px;
        padding-left: 10px;
    }
    
    .menu-item {
        margin-bottom: 20px;
    }
    
    .menu-header {
        font-size: 28px;
        font-weight: bold;
        padding: 25px 15px;
        background-color: #171e24;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
    }
    
    .menu-header:hover {
        background-color: #171e24;
    }
    
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 100px;
        background-color: #171e24;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-top: 0px;
        border-bottom: 0px;
    }
    
    .submenu a {
        display: block;
        font-size: 26px;
        color: #7C40FF;
        text-decoration: none;
        padding: 20px 0;
        border-bottom: 1px solid #333;
        transition: color 0.2s ease;
    }
    
    .submenu a:last-child {
        border-bottom: none;
    }
    
    .submenu a:hover {
        color: #ffffff;
    }
    
    .submenu.open {
        max-height: 300px;
        padding: 10px 15px;
    }
    
    .bottom-line {
        background-color: #161616;
        width: 100%; 
        height: 70px;
        text-align: center;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    
    .copyright {
        font-size: 24px;
        color: #727272;
        position: absolute;
        top: 20px;
        left: 5%;
    }
    
    .bottom-line-menu {
        font-size: 22px;
        position: absolute;
        top: 20px;
        left: 54%;
    }
    
    .bottom-line-menu a {
        padding: 0px 5px;
        color: #747474;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-footer span {
        font-size: 40px;
        position: absolute;
        right: 6%;
        color: #747474;
    }
}

@media  (min-width: 1200px) and (max-width: 1399.98px)  {  
    
    .mobile-footer {
        display: none;
    }
    
    .footer { 
        display: block;
        background-color: #171e24;
        width: 100%;
        height: 400px;
        z-index: 99;
    }
    
    .footer img {
        width: 170px;
        position: absolute;
        top: 80px;
        left: 7%;
    }
    
    .company {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 27%;
        cursor: default;
    }
    
    .company-text {
        position: absolute;
        top: 125px;
        left: 27%;
        line-height: 35px;
    } 
    
    .company-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        transition: all .2s ease-in-out;
    }
    
    .company-text a:hover {
        color: #fff;
    }
    
    .service {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 40%;
        cursor: default;
    }
    
    .service-text {
        position: absolute;
        top: 125px;
        left: 40%;
        line-height: 35px;
    } 
    
    .service-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        transition: all .2s ease-in-out;
    }
    
    .service-text a:hover {
        color: #fff;
    }
    
    .projects {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 55%;
        cursor: default;
    }
    
    .projects-text {
        position: absolute;
        top: 125px;
        left: 55%;
        line-height: 35px;
    } 
    
    .projects-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        transition: all .2s ease-in-out;
    }
    
    .projects-text a:hover {
        color: #fff;
    }
    
    .social {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 68.5%;
        cursor: default;
    }
    
    .social-text {
        position: absolute;
        top: 125px;
        left: 68.5%;
        line-height: 35px;
    } 
    
    .social-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        transition: all .2s ease-in-out;
    }
    
    .social-text a:hover {
        color: #fff;
    }
    
    .contact {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 79%;
        cursor: default;
    }
    
    .contact-text {
        position: absolute;
        top: 125px;
        left: 79%;
        line-height: 35px;
    } 
    
    .contact-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        transition: all .2s ease-in-out;
    }
    
    .contact-text a:hover {
        color: #fff;
    }
    
    .bottom-line {
        background-image: linear-gradient(to right, #252525 , #272727);
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0px;
        left: 0%;
    }
    
    .copyright {
        font-family: monospace;
        font-size: 12px;
        color: #727272;
        position: absolute;
        top: 17px;
        left: 10%;
        text-align: center;
    }
    
    .bottom-line-menu {
        font-family: monospace;
        font-size: 12px;
        position: absolute;
        top: 17px;  
        left: 25%;
        text-align: center;
        cursor: default;
    }
    
    .bottom-line-menu a {
        color: #515151;
        padding-left: 20px;
        text-decoration: none;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    .bottom-line-menu a:hover {
        color: #8d58ff;
        text-decoration: underline;
    }
    
    .pm {
        position: absolute;
        top: 10px;
        width: 15%;
        left: 84%;
    }
    
    .pm img {
        width: 100%;
        position: absolute;
        left: 0%;
        top: 0px;
    }

    .input-container {
        display: none;
    }
}
     
@media  (min-width: 1400px) and (max-width: 1599.98px)  {  
    .mobile-footer {
        display: none;
    }
    
    .footer { 
        display: block;
        background-color: #171e24;
        width: 100%;
        height: 400px;
        z-index: 99;
    }
    
    .footer img {
        width: 190px;
        position: absolute;
        top: 80px;
        left: 7%;
    }
    
    .company {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 27%;
        cursor: default;
    }
    
    .company-text {
        position: absolute;
        top: 125px;
        left: 27%;
        line-height: 35px;
    } 
    
    .company-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        transition: all .2s ease-in-out;
    }
    
    .company-text a:hover {
        color: #fff;
    }
    
    .service {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 40%;
        cursor: default;
    }
    
    .service-text {
        position: absolute;
        top: 125px;
        left: 40%;
        line-height: 35px;
    } 
    
    .service-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        transition: all .2s ease-in-out;
    }
    
    .service-text a:hover {
        color: #fff;
    }
    
    .projects {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 55%;
        cursor: default;
    }
    
    .projects-text {
        position: absolute;
        top: 125px;
        left: 55%;
        line-height: 35px;
    } 
    
    .projects-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        transition: all .2s ease-in-out;
    }
    
    .projects-text a:hover {
        color: #fff;
    }
    
    .social {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 68.5%;
        cursor: default;
    }
    
    .social-text {
        position: absolute;
        top: 125px;
        left: 68.5%;
        line-height: 35px;
    } 
    
    .social-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        transition: all .2s ease-in-out;
    }
    
    .social-text a:hover {
        color: #fff;
    }
    
    .contact {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 79%;
        cursor: default;
    }
    
    .contact-text {
        position: absolute;
        top: 125px;
        left: 79%;
        line-height: 35px;
    } 
    
    .contact-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        transition: all .2s ease-in-out;
    }
    
    .contact-text a:hover {
        color: #fff;
    }
    
    .bottom-line {
        background-image: linear-gradient(to right, #252525 , #272727);
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0px;
        left: 0%;
    }
    
    .copyright {
        font-family: monospace;
        font-size: 12px;
        color: #727272;
        position: absolute;
        top: 17px;
        left: 10%;
        text-align: center;
    }
    
    .bottom-line-menu {
        font-family: monospace;
        font-size: 12px;
        position: absolute;
        top: 17px;  
        left: 25%;
        text-align: center;
        cursor: default;
    }
    
    .bottom-line-menu a {
        color: #515151;
        padding-left: 20px;
        text-decoration: none;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    .bottom-line-menu a:hover {
        color: #8d58ff;
        text-decoration: underline;
    }
    
    .pm {
        position: absolute;
        top: 10px;
        width: 15%;
        left: 84%;
    }
    
    .pm img {
        width: 100%;
        position: absolute;
        left: 0%;
        top: 0px;
    }    

    .input-container {
        display: none;
    }
}
     
@media  (min-width: 3840px) and (max-width: 7679.98px)  {  
    .mobile-footer {
        display: none;
    }

    .footer { 
        display: block;
        background-color: #171e24;
        width: 100%;
        height: 800px;
        z-index: 99;
    }
    
    .footer img {
        width: 420px;
        position: absolute;
        top: 140px;
        left: 7.5%;
    }
    
    .company {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        color: #fff;
        position: absolute;
        top: 180px;
        left: 27%;
        cursor: default;
    }
    
    .company-text {
        position: absolute;
        top: 250px;
        left: 27%;
        line-height: 70px;
    } 
    
    .company-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 32px;
        transition: all .2s ease-in-out;
    }
    
    .company-text a:hover {
        color: #fff;
    }
    
    .service {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        color: #fff;
        position: absolute;
        top: 180px;
        left: 40%;
        cursor: default;
    }
    
    .service-text {
        position: absolute;
        top: 250px;
        left: 40%;
        line-height: 70px;
    } 
    
    .service-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 32px;
        transition: all .2s ease-in-out;
    }
    
    .service-text a:hover {
        color: #fff;
    }
    
    .projects {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        color: #fff;
        position: absolute;
        top: 180px;
        left: 55%;
        cursor: default;
    }
    
    .projects-text {
        position: absolute;
        top: 250px;
        left: 55%;
        line-height: 70px;
    } 
    
    .projects-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 32px;
        transition: all .2s ease-in-out;
    }
    
    .projects-text a:hover {
        color: #fff;
    }
    
    .social {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        color: #fff;
        position: absolute;
        top: 180px;
        left: 68.5%;
        cursor: default;
    }
    
    .social-text {
        position: absolute;
        top: 250px;
        left: 68.5%;
        line-height: 70px;
    } 
    
    .social-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 32px;
        transition: all .2s ease-in-out;
    }
    
    .social-text a:hover {
        color: #fff;
    }
    
    .contact {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        color: #fff;
        position: absolute;
        top: 180px;
        left: 79%;
        cursor: default;
    }
    
    .contact-text {
        position: absolute;
        top: 250px;
        left: 79%;
        line-height: 70px;
    } 
    
    .contact-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 32px;
        transition: all .2s ease-in-out;
    }
    
    .contact-text a:hover {
        color: #fff;
    }
    
    .bottom-line {
        background-image: linear-gradient(to right, #252525 , #272727);
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0px;
        left: 0%;
    }
    
    .copyright {
        font-family: monospace;
        font-size: 24px;
        color: #727272;
        position: absolute;
        top: 34px;
        left: 10%;
        text-align: center;
    }
    
    .bottom-line-menu {
        font-family: monospace;
        font-size: 24px;
        position: absolute;
        top: 34px;  
        left: 22%;
        text-align: center;
        cursor: default;
    }
    
    .bottom-line-menu a {
        color: #515151;
        padding-left: 40px;
        text-decoration: none;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    .bottom-line-menu a:hover {
        color: #8d58ff;
        text-decoration: underline;
    }
    
    .pm {
        position: absolute;
        top: 20px;
        width: 10%;
        left: 89.5%;
    }
    
    .pm img {
        width: 100%;
        position: absolute;
        left: 0%;
        top: 0px;
    }

    .input-container {
        display: none;
    }

    
}
     
@media  (min-width: 7680px) and (max-width: 7681px) {  
    .mobile-footer {
        display: none;
    }
    
    .footer { 
        display: block;
        background-color: #171e24;
        width: 100%;
        height: 1600px;
        z-index: 99;
    }
    
    .footer img {
        width: 840px;
        position: absolute;
        top: 280px;
        left: 7.5%;
    }
    
    .company {
        font-family: 'Open Sans', sans-serif;
        font-size: 80px;
        color: #fff;
        position: absolute;
        top: 360px;
        left: 54%;
        cursor: default;
    }
    
    .company-text {
        position: absolute;
        top: 500px;
        left: 54%;
        line-height: 140px;
    } 
    
    .company-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 64px;
        transition: all .2s ease-in-out;
    }
    
    .company-text a:hover {
        color: #fff;
    }
    
    .service {
        font-family: 'Open Sans', sans-serif;
        font-size: 80px;
        color: #fff;
        position: absolute;
        top: 360px;
        left: 80%;
        cursor: default;
    }
    
    .service-text {
        position: absolute;
        top: 500px;
        left: 80%;
        line-height: 140px;
    } 
    
    .service-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 64px;
        transition: all .2s ease-in-out;
    }
    
    .service-text a:hover {
        color: #fff;
    }
    
    .projects {
        font-family: 'Open Sans', sans-serif;
        font-size: 80px;
        color: #fff;
        position: absolute;
        top: 360px;
        left: 110%;
        cursor: default;
    }
    
    .projects-text {
        position: absolute;
        top: 500px;
        left: 110%;
        line-height: 140px;
    } 
    
    .projects-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 64px;
        transition: all .2s ease-in-out;
    }
    
    .projects-text a:hover {
        color: #fff;
    }
    
    .social {
        font-family: 'Open Sans', sans-serif;
        font-size: 80px;
        color: #fff;
        position: absolute;
        top: 360px;
        left: 137%;
        cursor: default;
    }
    
    .social-text {
        position: absolute;
        top: 500px;
        left: 137%;
        line-height: 140px;
    } 
    
    .social-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 64px;
        transition: all .2s ease-in-out;
    }
    
    .social-text a:hover {
        color: #fff;
    }
    
    .contact {
        font-family: 'Open Sans', sans-serif;
        font-size: 80px;
        color: #fff;
        position: absolute;
        top: 360px;
        left: 158%;
        cursor: default;
    }
    
    .contact-text {
        position: absolute;
        top: 500px;
        left: 158%;
        line-height: 140px;
    } 
    
    .contact-text a {
        color: #929292;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 64px;
        transition: all .2s ease-in-out;
    }
    
    .contact-text a:hover {
        color: #fff;
    }
    
    .bottom-line {
        background-image: linear-gradient(to right, #252525 , #272727);
        width: 100%;
        height: 200px;
        position: absolute;
        bottom: 0px;
        left: 0%;
    }
    
    .copyright {
        font-family: monospace;
        font-size: 48px;
        color: #727272;
        position: absolute;
        top: 68px;
        left: 20%;
        text-align: center;
    }
    
    .bottom-line-menu {
        font-family: monospace;
        font-size: 48px;
        position: absolute;
        top: 68px;  
        left: 44%;
        text-align: center;
        cursor: default;
    }
    
    .bottom-line-menu a {
        color: #515151;
        padding-left: 80px;
        text-decoration: none;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    .bottom-line-menu a:hover {
        color: #8d58ff;
        text-decoration: underline;
    }
    
    .pm {
        position: absolute;
        top: 40px;
        width: 20%;
        left: 179%;
    }
    
    .pm img {
        width: 100%;
        position: absolute;
        left: 0%;
        top: 0px;
    }
    .input-container {
        display: none;
    }
    
}





/* LANDSCAPE RESPONSIVE*/
@media (min-width: 500px) and (max-width: 639.98px) and (orientation: landscape) {
    .footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    .mobile-footer {
        background-color: #171e24;
        width: 100%;
        min-height: 500px;
        padding: 20px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }
    
    .mobile-footer img {
        width: 140px;
        padding-bottom: 40px;
        padding-top: 10px;
        padding-left: 10px;
    }
    
    .menu-item {
        margin-bottom: 20px;
    }
    
    .menu-header {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 15px;
        background-color: #171e24;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
    }
    
    .menu-header:hover {
        background-color: #171e24;
    }
    
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 15px;
        background-color: #171e24;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-top: 0px;
        border-bottom: 0px;
    }
    
    .submenu a {
        display: block;
        font-size: 14px;
        color: #7C40FF;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: 1px solid #333;
        transition: color 0.2s ease;
    }
    
    .submenu a:last-child {
        border-bottom: none;
    }
    
    .submenu a:hover {
        color: #ffffff;
    }
    
    .submenu.open {
        max-height: 300px;
        padding: 10px 15px;
    }
    
    .bottom-line {
        background-color: #161616;
        width: 100%; 
        height: 50px;
        text-align: center;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    
    .copyright {
        font-size: 11px;
        color: #727272;
        position: absolute;
        top: 20px;
        left: 5%;
    }
    
    .bottom-line-menu {
        font-size: 10px;
        position: absolute;
        top: 21px;
        left: 52%;
    }
    
    .bottom-line-menu a {
        padding: 0px 1px;
        color: #747474;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-footer span {
        position: absolute;
        right: 10%;
        color: #747474;
    }
}

@media (min-width: 640px) and (max-width: 811.98px) and (orientation: landscape) {
    .footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    .mobile-footer {
        background-color: #171e24;
        width: 100%;
        min-height: 500px;
        padding: 20px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }
    
    .mobile-footer img {
        width: 140px;
        padding-bottom: 30px;
        padding-top: 20px;
        padding-left: 10px;
    }
    
    .menu-item {
        margin-bottom: 20px;
    }
    
    .menu-header {
        font-size: 20px;
        font-weight: bold;
        padding: 10px 15px;
        background-color: #171e24;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
    }
    
    .menu-header:hover {
        background-color: #171e24;
    }
    
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 15px;
        background-color: #171e24;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-top: 0px;
        border-bottom: 0px;
    }
    
    .submenu a {
        display: block;
        font-size: 18px;
        color: #7C40FF;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: 1px solid #333;
        transition: color 0.2s ease;
    }
    
    .submenu a:last-child {
        border-bottom: none;
    }
    
    .submenu a:hover {
        color: #ffffff;
    }
    
    .submenu.open {
        max-height: 300px;
        padding: 10px 15px;
    }
    
    .bottom-line {
        background-color: #161616;
        width: 100%; 
        height: 50px;
        text-align: center;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    
    .copyright {
        font-size: 16px;
        color: #727272;
        position: absolute;
        top: 20px;
        left: 5%;
    }
    
    .bottom-line-menu {
        font-size: 16px;
        position: absolute;
        top: 18px;
        left: 52%;
    }
    
    .bottom-line-menu a {
        padding: 0px 1px;
        color: #747474;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-footer span {
        font-size: 30px;
        position: absolute;
        right: 6%;
        color: #747474;
    }
}

@media (min-width: 812px) and (max-width: 959.98px) and (orientation: landscape) {
    .footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    .mobile-footer {
        background-color: #171e24;
        width: 100%;
        min-height: 600px;
        padding: 20px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }
    
    .mobile-footer img {
        width: 170px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-top: 20px;
    }
    
    .menu-item {
        margin-bottom: 20px;
    }
    
    .menu-header {
        font-size: 22px;
        font-weight: bold;
        padding: 15px 15px;
        background-color: #171e24;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
    }
    
    .menu-header:hover {
        background-color: #171e24;
    }
    
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 15px;
        background-color: #171e24;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-top: 0px;
        border-bottom: 0px;
    }
    
    .submenu a {
        display: block;
        font-size: 18px;
        color: #7C40FF;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: 1px solid #333;
        transition: color 0.2s ease;
    }
    
    .submenu a:last-child {
        border-bottom: none;
    }
    
    .submenu a:hover {
        color: #ffffff;
    }
    
    .submenu.open {
        max-height: 300px;
        padding: 10px 15px;
    }
    
    .bottom-line {
        background-color: #161616;
        width: 100%; 
        height: 60px;
        text-align: center;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    
    .copyright {
        font-size: 18px;
        color: #727272;
        position: absolute;
        top: 20px;
        left: 5%;
    }
    
    .bottom-line-menu {
        font-size: 18px;
        position: absolute;
        top: 18px;
        left: 52%;
    }
    
    .bottom-line-menu a {
        padding: 0px 5px;
        color: #747474;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-footer span {
        font-size: 30px;
        position: absolute;
        right: 6%;
        color: #747474;
    }
}

@media (min-width: 960px) and (max-width: 999.98px) and (orientation: landscape) {
    .footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    .mobile-footer {
        background-color: #171e24;
        width: 100%;
        min-height: 600px;
        padding: 20px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }
    
    .mobile-footer img {
        width: 200px;
        padding-bottom: 40px;
        padding-top: 30px;
        padding-left: 10px;
    }
    
    .menu-item {
        margin-bottom: 20px;
    }
    
    .menu-header {
        font-size: 22px;
        font-weight: bold;
        padding: 15px 15px;
        background-color: #171e24;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
    }
    
    .menu-header:hover {
        background-color: #171e24;
    }
    
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 15px;
        background-color: #171e24;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-top: 0px;
        border-bottom: 0px;
    }
    
    .submenu a {
        display: block;
        font-size: 18px;
        color: #7C40FF;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: 1px solid #333;
        transition: color 0.2s ease;
    }
    
    .submenu a:last-child {
        border-bottom: none;
    }
    
    .submenu a:hover {
        color: #ffffff;
    }
    
    .submenu.open {
        max-height: 300px;
        padding: 10px 15px;
    }
    
    .bottom-line {
        background-color: #161616;
        width: 100%; 
        height: 60px;
        text-align: center;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    
    .copyright {
        font-size: 18px;
        color: #727272;
        position: absolute;
        top: 20px;
        left: 5%;
    }
    
    .bottom-line-menu {
        font-size: 18px;
        position: absolute;
        top: 18px;
        left: 52%;
    }
    
    .bottom-line-menu a {
        padding: 0px 5px;
        color: #747474;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-footer span {
        font-size: 30px;
        position: absolute;
        right: 6%;
        color: #747474;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
    .footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    .mobile-footer {
        background-color: #171e24;
        width: 100%;
        min-height: 870px;
        padding: 20px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }
    
    .mobile-footer img {
        width: 220px;
        padding-bottom: 50px;
        padding-top: 30px;
        padding-left: 10px;
    }
    
    .menu-item {
        margin-bottom: 20px;
    }
    
    .menu-header {
        font-size: 28px;
        font-weight: bold;
        padding: 25px 15px;
        background-color: #171e24;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
    }
    
    .menu-header:hover {
        background-color: #171e24;
    }
    
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 15px;
        background-color: #171e24;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        border-top: 0px;
        border-bottom: 0px;
    }
    
    .submenu a {
        display: block;
        font-size: 26px;
        color: #7C40FF;
        text-decoration: none;
        padding: 20px 0;
        border-bottom: 1px solid #333;
        transition: color 0.2s ease;
    }
    
    .submenu a:last-child {
        border-bottom: none;
    }
    
    .submenu a:hover {
        color: #ffffff;
    }
    
    .submenu.open {
        max-height: 300px;
        padding: 10px 15px;
    }
    
    .bottom-line {
        background-color: #161616;
        width: 100%; 
        height: 70px;
        text-align: center;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    
    .copyright {
        font-size: 24px;
        color: #727272;
        position: absolute;
        top: 20px;
        left: 5%;
    }
    
    .bottom-line-menu {
        font-size: 22px;
        position: absolute;
        top: 20px;
        left: 54%;
    }
    
    .bottom-line-menu a {
        padding: 0px 5px;
        color: #747474;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-footer span {
        font-size: 40px;
        position: absolute;
        right: 6%;
        color: #747474;
    }
}