html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

/*DEFAULT*/
.btn1 {
    background: #3399ff;
    color: #fff;
    outline: none;
    border: 0;
    padding: 20px 40px;
    border-radius: 3px;
    box-shadow: 0px 6px 16px -6px rgba(1,1,1,0.5);
    transition: 0.5s;
    display: block;
    margin: 0px 10px;
    text-transform: uppercase;
}

    .btn1:hover {
        background: #096d9f;
    }



.container {
    width: 100%;
    margin: 0;
    /* height: 100%; */
}

#particle-canvas {
    width: 100%;
    min-height: 100%;
    border-collapse: collapse;
    position: absolute !important;
    top: 0;
}

canvas {
    height: 100% !important;
}

section.services {
    position: relative;
    color: #fff;
    width: 70%;
    z-index: 999;
    display: flex;
    margin: 0;
    top: 150px;
    margin-left: auto;
    margin-right: auto;
}


#particle-canvas {
    width: 100%;
    height: 100%;
}

@media (max-width:600px) {
    .container {
        min-height: 100%;
        margin: 0;
    }

        .container table {
            min-height: 100%;
        }

            .container table td {
                width: 100%;
                display: block;
                min-height: 100vh;
            }

                .container table td:nth-child(2) {
                    padding: 20px;
                    width: 90%;
                }

                .container table td:nth-child(1) section .footer {
                    position: absolute;
                    bottom: -1em;
                    left: 1em;
                }

    .ml9 {
        font-size: 2em;
    }

    .container table td:nth-child(1) section {
        width: 80%;
    }
}







.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

    .sidenav table {
        width: 100%;
        height: 100vh;
    }

        .sidenav table td {
            width: 50%;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        text-decoration: none;
        color: #000;
    }

#main {
    transition: margin-left .5s;
    position: relative;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


.contact {
    width: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)), url("../images/full_screen-logo.JPG");
    background-size: 100% 100%;
}

    .contact .title {
        display: block;
        font-size: 2em;
        font-family: 'Coda Caption', sans-serif;
    }

    .contact .sub-title {
        color: #CCCCCC;
        font-size: 12px;
        font-family: 'Coda Caption', sans-serif;
    }

    .contact form {
        width: 60%;
    }

        .contact form input, .contact form textarea {
            border: 0;
            outline: 0;
            font-size: 16px;
            border-radius: 320px;
            padding: 16px;
            background-color: #EBECF0;
            text-shadow: 1px 1px 0 #FFF;
            margin-top: 2%;
        }

        .contact form input, .contact form textarea {
            margin-right: 8px;
            box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
            width: 100%;
            box-sizing: border-box;
            transition: all 0.2s ease-in-out;
            appearance: none;
            -webkit-appearance: none;
            resize: none;
        }

            .contact form input:focus {
                box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
            }

        .contact form button {
            color: #0f1c48;
            font-weight: bold;
            box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
            transition: all 0.2s ease-in-out;
            cursor: pointer;
            font-weight: 600;
            border: 0;
            outline: 0;
            font-size: 16px;
            border-radius: 320px;
            padding: 16px;
            background-color: #EBECF0;
            text-shadow: 1px 1px 0 #FFF;
            width: 50%;
            margin-top: 2%;
        }

            .contact form button:hover {
                box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
            }

            .contact form button:active {
                box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
            }


@media (max-width:600px) {
    .sidenav table {
        width: 100%;
        min-height: 100%;
    }

        .sidenav table td {
            width: 100%;
            display: block;
        }

    .contact {
        padding-top: 30px;
    }
}








.modal_popup {
    font-family: 'Josefin Sans', sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
    box-shadow: 0px 6px 16px -6px rgba(1,1,1,0.5);
    background: rgba(1,1,1,0.5);
    text-align: center;
}

    .modal_popup form {
        padding: 30px;
        background-image: url("https://i.ibb.co/dcBg06k/vision.jpg");
        background-size: cover;
        width: 60%;
        position: absolute;
        left: 20%;
        top: 20%;
        text-align: center;
    }

    .modal_popup #close {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        background: #1e1e1e;
        padding: 0px 10px;
        color: #3399ff;
        font-size: 2em;
        transition: 0.2s;
    }

        .modal_popup #close:hover {
            color: #fff;
        }

    .modal_popup ul {
        width: 60%;
    }

    .modal_popup #sub_title {
        font-size: 0.7em;
        color: gray;
        position: static;
        background: transparent;
        padding: 0px;
        cursor: default;
    }

    .modal_popup ul li {
        list-style: none;
        text-align: left;
    }

        .modal_popup ul li label, .modal_popup ul li input, .modal_popup ul li button {
            margin: 10px 0px;
            display: block;
        }

        .modal_popup ul li input {
            padding: 15px 10px;
            width: 400px;
            outline: none;
        }

        .modal_popup ul li button {
            background: #3399ff;
            outline: none;
            border: 0;
            border-radius: 3px;
            box-shadow: 0px 6px 16px -6px rgba(1,1,1,0.5);
            padding: 10px 20px;
            color: #fff;
            transition: 0.5s;
        }

            .modal_popup ul li button:hover {
                box-shadow: 0px 1px 1px 0px rgba(1,1,1,0.5);
            }
/* Add zooming Animation */
.zooming {
    -webkit-animation: animatezoom 0.5s;
    animation: animatezoom 0.5s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@media (max-width:400px) {
    .btn {
        position: absolute;
        left: 30vw;
    }

    .modal_popup form {
        position: fixed;
        padding: 10px;
        left: 1%;
        width: 90%;
        margin: 1%;
    }

    .modal_popup ul li label {
        font-size: 13px;
    }

    .modal_popup h2 {
        font-size: 1em;
    }

    .modal_popup ul li input {
        width: 100%;
    }

    .modal_popup ul {
        width: 70%;
        position: relative;
        left: -30px;
    }

    .modal_popup #sub_title {
        font-size: 10px;
    }
}

@media (max-width:600px) {
    .modal_popup form {
        position: fixed;
        padding: 10px;
        left: 1%;
        width: 90%;
        margin: 1%;
    }

    .modal_popup ul li input {
        width: 100%;
    }

    .modal_popup ul {
        width: 70%;
    }
}

@media (max-width:760px) {
    .modal_popup form {
        position: fixed;
        padding: 10px;
        left: 1%;
        width: 90%;
        margin: 1%;
    }

    .modal_popup ul li input {
        width: 100%;
    }
}

@media (max-width:900px) {
    .modal_popup form {
        position: fixed;
        padding: 10px;
        left: 1%;
        width: 90%;
        margin: 1%;
    }

    .modal_popup ul li input {
        width: 100%;
    }
}

@media (max-width:980px) {
    .modal_popup form {
        position: fixed;
        padding: 10px;
        left: 1%;
        width: 90%;
        margin: 1%;
    }

    .modal_popup ul li input {
        width: 100%;
    }

    .modal_popup ul {
        width: 70%;
        position: relative;
        left: -30px;
    }
}




.credits {
    position: fixed;
    bottom: 20px;
    right: 0px;
    background: #1e1e1e;
    padding: 10px;
    color: gray;
    font-size: 13px;
    z-index: 9999;
}


ul.service-list {
    width: 50%;
    list-style-type: none;
    padding: 20px;
    margin: 0;
}

    ul.service-list li.header {
        width: 100%;
        color: #1b7c9e;
        font-size: 20px;
        font-weight: bold;
        border: 0;
    }

    ul.service-list li {
        padding: 5px 5px 5px 15px;
        font-size: 12px;
        width: 100%;
        color: black;
        display: flex;
        align-items: center;
    }

    ul.service-list.left li {
        color: white;
    }

        ul.service-list.left li.header {
            color: #f5821f;
        }

section.services {
    background: linear-gradient( 75deg, rgb(28 122 153 / 55%) 47%, #f5821f00 47%, #f5821f00 47.5%, rgb(255 255 255 / 41%) 47.5%);
}

ul.service-list li img.icons {
    width: 26px;
    margin-right: 10px;
}


.address {
    position: relative;
    z-index: 21;
    padding: 10px 15px;
    text-align: center;
}

    .address p {
        margin: 0;
        font-size: 14px;
        color: #ffffff;
        margin-top: 0px;
    }

        .address p b {
            font-size: 14px;
            color: #ffffff;
        }

.footer {
    position: relative;
    background-color: white;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    margin-top: 0px;
}

    .footer p {
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        color: black;
    }

        .footer p b {
            font-size: 14px;
            color: black;
        }

img.logo {
    width: 100%;
    max-width: 250px;
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
}

div#particle-canvas:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f48221;
}

@media (max-width: 991px) {
    section.services {
        background: linear-gradient( 180deg, rgb(28 122 153 / 55%) 54%, #f5821f00 54%, #f5821f00 54.5%, rgb(255 255 255 / 41%) 54.5%);
        display: block;
    }

    ul.service-list {
        width: 100%;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }

    .container {
        height: initial;
    }
}

img.asp-logo {
    top: 8%;
    left: calc(50% - 300px);
}

.dev-logo {
    position: absolute;
    z-index: 21;
    max-width: 100px;
}

.dncore-logo {
    top: 10%;
    left: calc(38% - 300px);
}

.angular-logo {
    top: 11%;
    left: 10px;
}

.html5-logo {
    top: 22%;
    left: 10px;
}

.cordova-logo {
    top: 85%;
    left: 10px;
}

.php-logo {
    left: 10px;
    top: 60%;
}

.flutter-logo {
    left: 10px;
    top: 48%;
}

.elementor-logo {
    right: calc(50% - 300px);
    top: 10%;
}

.wordpress-logo {
    right: calc(38% - 300px);
    top: 5%;
}

.java-logo {
    left: 10px;
    top: 33%;
}

.maya-logo {
    right: 10px;
    top: 85%;
}

.adobe-logo {
    right: 33px;
    top: 25%;
    width: 50px;
}

.react-logo {
    left: 10px;
    top: 72%;
    max-width: 150px;
}

.adobe-packages-logo {
    right: 34px;
    top: 10%;
    width: 50px;
}

img.xd-logo {
    right: 32px;
    width: 50px;
    top: 40%;
}

img.illustrator-logo {
    width: 50px;
    right: 30px;
    top: 56%;
}

img.effects-logo {
    width: 50px;
    right: 30px;
    top: 72%;
}

@media(max-width: 767px) {
    img.dev-logo {
        position: relative;
        top: 0;
        left: 0;
        width: 21%;
        max-width: 100%;
        margin: 10px 5.2%;
    }

    section.services {
        width: 100%;
        margin: 0;
        top: 150px;
    }

    .logos {
        background-color: #ffffff6e;
        position: relative;
        top: 155px;
    }
}

@media(max-width: 576px) {
    img.dev-logo {
        width: 45%;
        margin: 10px 10%;
        max-width: 100px;
    }

}

.address {
    margin-top: 150px;
}

    .address p span img {
        width: 14px;
        margin: auto;
    }

    .address p span {
        display: flex;
        margin: 10px auto 8px auto;
        position: relative;
        width: max-content;
    }

    .address p span a {
        color: black;
        text-decoration: none;
    }
