* {
    padding: 0;
    margin: 0;
    line-height: 1;
    box-sizing: border-box;
    font-family: Helvetica, sans-serif;
}

.cont {
    height: 100vh;
    width: 100%;
    padding: 0% 01%;
    background-image: url("../images/glass1.jpg");
    background-size: cover;
    overflow: hidden;
}

.cont-2 {
    height: 80vh;
    width: 98.7vw;
    background-image: url("../images/glass2.jpg");
    background-size: cover;
    overflow: hidden;
}

.title {
    position: relative;
    top: 70px;
    left: 135px;
    line-height: 1;
    width: 40%;
    z-index: 2;
}

.title a {
    color: white;
    font-size: 200%;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.title a:hover {
    color: white;
}

.title a::after {
    content: '';
    height: 3px;
    width: 00%;
    position: absolute;
    left: 0%;
    bottom: -5%;
    background-color: rgb(255, 255, 255);
    transition: 250ms;
}

.title a:hover::after {
    width: 100%;
}

.menu {
    position: relative;
    top: 35px;
    z-index: 1;
    /* background-color: rgba(255, 255, 255, 0.3);
   backdrop-filter: blur(3px);
   box-shadow: 0px 0px 5px 2px #00000018; */
}

.menu-ul {
    position: relative;
    left: 50%;
    padding-left: 0px;
    margin-bottom: 0px;
}

.indi-li {
    display: inline-block;
    min-width: 7vw;
    height: 5vh;
    text-align: center;
    line-height: 1;
}

.bars {
    display: none;
    z-index: 1;
}

.bars:hover .leo {
    background-color: white;
}

.indi-li a {
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    font-size: 120%;
    transition: 250ms;
    position: relative;
}

.indi-li a::after {
    content: '';
    height: 3px;
    width: 00%;
    position: absolute;
    left: 0%;
    bottom: -20%;
    background-color: white;
    transition: 250ms;
}

.indi-li a:hover::after {
    width: 100%;
}

div .dropdown-content a {
    color: white;
}

.fot-menu ul {
    position: relative;
    left: 0%;
}

.fot-menu ul li {
    width: 10vw;
    height: 5vh;
    text-align: center;
    list-style: none;
}

.fot-menu ul li a {
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    font-size: 120%;
    transition: 250ms;
    position: relative;
}

.fot-menu ul li a::after {
    content: '';
    height: 3px;
    width: 0%;
    position: absolute;
    left: 0%;
    bottom: -20%;
    background-color: white;
    transition: 350ms;
}

.fot-menu ul li a:hover::after {
    width: 100%;
}

.fot-contact {
    position: relative;
    left: 0%;
}

.fot-contact li {
    list-style: none;
    height: 5vh;
    text-align: center;
}

.fot-contact1 {
    position: relative;
    left: 12%;
}

.fot-contact1 li {
    list-style: none;
    height: 5vh;
    text-align: left;
}

.fot-contact li a,
.fot-contact1 li a {
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    font-size: 120%;
    transition: 250ms;
    position: relative;
}

.card-2 {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 28vh;
    width: 80vw;
    background-color: rgba(255, 255, 255, 0.247);
    backdrop-filter: blur(5px);
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 3%;
    margin-right: 10%;
    text-align: center;
    padding: 5%;
}

.card-2 h1 {
    font-size: 300%;
    color: white;
}

.card {
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 600px;
    /* background-color: rgba(255, 255, 255, 0.384); */
    backdrop-filter: blur(2px);
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 3%;
}

.card h2 {
    font-size: 25px;
    text-align: center;
    position: relative;
    top: 25%;
}

.btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    border-radius: 5%;
    margin: 5%;
    padding: 5px;
    position: relative;
    box-shadow: 5px 5px 20px #000000;
}

.btn a {
    font-size: 1.25rem;
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: relative;
}

.btn a::after {
    content: '';
    height: 3px;
    width: 00%;
    position: absolute;
    left: 0%;
    bottom: -5%;
    background-color: rgb(255, 255, 255);
    transition: 250ms;
}

.btn:hover {
    transform: scale(1.2);
    /* box-shadow: 0px 0px 20px #02045e, inset 0px 0px 50px #02045e; */
    background-image: linear-gradient(90deg, #1100ff, #ff00d4);
}

.btn:hover a::after {
    width: 100%;
}

.projects {
    text-align: center;
    /* background-image: linear-gradient(90deg,rgb(64,94,252),rgb(224,74,129)); */
    background-size: cover;
    backdrop-filter: blur(10px);
    padding: 5%;
    overflow: hidden;
    position: relative;
}

.projects::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 950px;
    z-index: -2;
    height: 300px;
    width: 300px;
    background-image: linear-gradient(#ff00d4, #1100ff);
    border-radius: 50%;
}

.projects::before {
    content: "";
    display: block;
    position: absolute;
    top: 230px;
    left: 1090px;
    z-index: -1;
    height: 200px;
    width: 200px;
    background-image: linear-gradient(60deg, #ff00d4, #1100ff);
    border-radius: 50%;
}

.project-cont {
    padding: 9%;
}

.project-cont::before {
    content: "";
    display: block;
    height: 200px;
    width: 200px;
    position: absolute;
    top: 450px;
    left: 0%;
    z-index: -1;
    background-image: linear-gradient(#ff00d4, #1100ff);
    border-radius: 50%;
}

.project-cont::after {
    content: "";
    display: block;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 590px;
    left: 700px;
    z-index: -1;
    background-image: linear-gradient(#ff00d4, #1100ff);
    border-radius: 50%;
}

.circle1::before {
    content: "";
    display: block;
    height: 200px;
    width: 200px;
    position: absolute;
    top: 850px;
    left: 0%;
    z-index: -2;
    background-image: linear-gradient(#ff00d4, #1100ff);
    border-radius: 50%;
}

.circle1::after {
    content: "";
    display: block;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 950px;
    left: 130px;
    z-index: -1;
    background-image: linear-gradient(150deg, #ff00d4, #1100ff);
    border-radius: 50%;
}

.circle2::after {
    content: "";
    display: block;
    position: absolute;
    top: 900px;
    left: 1150px;
    z-index: -2;
    height: 140px;
    width: 140px;
    background-image: linear-gradient(130deg, #ff00d4, #1100ff);
    border-radius: 50%;
}

.circle2::before {
    content: "";
    display: block;
    position: absolute;
    top: 830px;
    left: 1090px;
    z-index: -1;
    height: 190px;
    width: 190px;
    background-image: linear-gradient(60deg, #ff00d4, #1100ff);
    border-radius: 50%;
}

.circle3::after {
    content: "";
    display: block;
    position: absolute;
    top: 1150px;
    left: 530px;
    z-index: -2;
    height: 100px;
    width: 100px;
    background-image: linear-gradient(300deg, #ff00d4, #1100ff);
    border-radius: 50%;
}

.circle3::before {
    content: "";
    display: block;
    position: absolute;
    top: 1250px;
    left: 800px;
    z-index: -1;
    height: 75px;
    width: 75px;
    background-image: linear-gradient(60deg, #ff00d4, #1100ff);
    border-radius: 50%;
}

.single-project {
    position: relative;
    width: 30%;
    height: 300px;
    padding: 5%;
    text-align: center;
    float: left;
    margin: 1.4%;
    backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 10px 10px 20px #00000075;
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}

.single-project a h3 {
    position: relative;
}

.single-project a h3::after {
    content: '';
    height: 3px;
    width: 0%;
    position: absolute;
    left: 0%;
    bottom: -10px;
    background-color: rgb(255, 0, 128);
    transition: 250ms;
}

.single-project a h3:hover::after {
    width: 100%;
}

.projects h1::after {
    content: "";
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 150px;
    left: 450px;
    z-index: -1;
    background-image: linear-gradient(#ff00d4, #1100ff);
    border-radius: 50%;
}

.projects h1::before {
    content: "";
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 35px;
    left: 350px;
    z-index: -1;
    background-image: linear-gradient(#ff00d4, #1100ff);
    border-radius: 50%;
}

.single-project img {
    width: 100%;
    height: 80%;
    padding: 5%;
}

.single-project a {
    text-decoration: none;
}

.single-project h3 {
    color: blue;
    font-size: 130%;
    margin-top: 5%;
}

.viewmore-btn {
    display: inline-block;
    box-shadow: 5px 5px 10px black;
    height: 50px;
    width: 200px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
    color: black;
    border-radius: 5%;
    backdrop-filter: blur(15px)saturate(180%);
}

.viewmore-btn:hover {
    box-shadow: 0px 0px 10px rgb(0, 238, 255), inset 0px 0px 10px rgb(0, 238, 255);
    background-color: black;
    color: rgb(0, 238, 255);
    text-shadow: 0px 0px 10px rgb(0, 238, 255);
}

.whatican {
    height: 98.6vh;
    width: 100%;
    background-image: linear-gradient(135deg, rgb(22, 11, 64)55%, rgb(140, 77, 108));
    overflow: hidden;
    position: relative;
}

.image {
    width: 30%;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 10%;
    z-index: 1;
    border-radius: 5%;
}

.whatican .text {
    width: 40%;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 50%;
    z-index: 1;
    border-radius: 5%;
    color: white;
}

.whatican .text h1,
.whatican .text h2,
.whatican .text h3 {
    position: relative;
    margin-bottom: 8%;
    width: 80%;
}

.whatican .text h1::after {
    content: "";
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, rgb(17, 180, 186), rgb(223, 111, 140));
    z-index: 1;
    position: absolute;
    bottom: -10%;
    left: 0%;
}

.whatican::before {
    content: "";
    display: block;
    height: 200px;
    width: 200px;
    position: relative;
    top: -1%;
    left: 55%;
    z-index: 1;
    background-image: radial-gradient(#086688, rgb(22, 11, 64));
    border-radius: 50%;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 200px #146481;
}

.viewresume-btn {
    display: inline-block;
    box-shadow: 5px 5px 10px black, inset -1px -1px 10px black;
    height: 50px;
    width: 200px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 10%;
    position: absolute;
    bottom: 25%;
    left: 50%;
    text-align: center;
    background-color: rgb(17 180 183);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.viewresume-btn:hover {
    box-shadow: 0px 0px 10px rgb(0, 238, 255), inset 0px 0px 10px rgb(0, 238, 255);
    background-color: black;
    color: rgb(0, 238, 255);
    text-shadow: 0px 0px 10px rgb(0, 238, 255);
}

.viewresume-btn:hover a {
    color: white;
    text-shadow: 0px 0px 5px rgb(2, 247, 255);
}

.viewresume-btn a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}


/* converter css */

.conv {
    position: relative;
    padding: 10%;
}


/* footer css */

.footer {
    background-image: linear-gradient(rgb(29, 17, 69), rgb(29, 17, 69));
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    padding: 3%;
    margin-top: 30px;
    clear: both;
    position: relative;
}

.footer::before {
    clear: both;
    content: "";
    height: 1px;
    width: 96%;
    background-color: white;
    position: absolute;
    bottom: 20%;
}

.footer-col {
    color: white;
    flex-basis: 25%;
    flex-wrap: wrap;
}

.footer-col h1 {
    margin-bottom: 5%;
    font-size: 2.5rem;
}

.fot-title a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.bot-title {
    position: absolute;
    bottom: 7%;
    left: 5%;
    color: white;
    font-size: 200%;
    font-weight: bold;
    z-index: 1;
}

.bot-title a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.bot-title a::after,
.fot-title a::after {
    content: '';
    height: 3px;
    width: 00%;
    position: absolute;
    left: 0%;
    bottom: -5%;
    background-color: rgb(255, 255, 255);
    transition: 250ms;
}

.bot-title a:hover::after,
.fot-title a:hover::after {
    width: 100%;
}

.copyright {
    text-align: center;
    color: white;
    position: absolute;
    bottom: 7%;
    left: 40%;
}

.design-credit {
    text-align: center;
    color: white;
    position: absolute;
    bottom: 7%;
    left: 80%;
}

.privacy-policy {
    left: 40%;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 7%;
    left: 0%;
    text-decoration: none;
}

.socicons {
    float: right;
    margin: 20px;
}

.socicons a {
    list-style: none;
    display: inline-block;
    transition: 250ms;
}

.socicons img {
    height: 30px;
    width: 30px;
    margin: px;
}

.socicons a:hover {
    transform: translate(0, -10px);
}

.col-card li ul {
    margin-left: 20px;
}

.dropbtn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 9px 0px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.double-line-height {
    line-height: 4;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

@media screen and (max-width: 500px) {
    .card {
        position: relative;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 40%;
        width: 80%;
        /* background-color: rgba(255, 255, 255, 0.384); */
        backdrop-filter: blur(2px);
        box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
        border-radius: 3%;
    }
    .card h2 {
        text-align: center;
        position: relative;
        top: 30%;
        font-size: 100%;
    }
    .btn {
        display: inline-block;
        width: 50%;
        height: 20%;
        border-radius: 5%;
        margin-top: 15%;
        position: relative;
        box-shadow: 5px 5px 20px #000000;
    }
    .single-project {
        position: relative;
        width: 100%;
        padding: 5%;
        text-align: center;
        float: left;
        margin-top: 1.4%;
        margin-bottom: 1.4%;
        backdrop-filter: blur(16px) saturate(180%);
        box-shadow: 10px 10px 20px #00000075;
        border-radius: 12px;
        border: 1px solid rgba(209, 213, 219, 0.3);
    }
    .whatican {
        height: 100vh;
        width: 100%;
        background-image: linear-gradient(135deg, rgb(22, 11, 64)55%, rgb(140, 77, 108));
        overflow: hidden;
        position: relative;
    }
    .image {
        width: 80%;
        height: 40%;
        position: absolute;
        top: 5%;
        left: 12%;
        z-index: 1;
        border-radius: 5%;
    }
    .whatican .text {
        width: 80%;
        height: 50%;
        position: absolute;
        top: 46%;
        left: 20%;
        z-index: 1;
        border-radius: 5%;
        color: white;
    }
    .whatican .text h1,
    .whatican .text h2,
    .whatican .text h3 {
        position: relative;
        margin-bottom: 8%;
        width: 80%;
        font-size: 100%;
        text-align: center;
    }
    .viewresume-btn {
        display: inline-block;
        box-shadow: 5px 5px 10px black, inset -1px -1px 10px black;
        height: 05%;
        width: 60%;
        padding-top: 5px;
        font-weight: bold;
        text-decoration: none;
        margin-top: 0px;
        border-radius: 10%;
        position: absolute;
        bottom: 7%;
        left: 20%;
        text-align: center;
        background-color: rgb(17 180 183);
        backdrop-filter: blur(10px);
        z-index: 1;
    }
    .footer {
        background-image: linear-gradient(rgb(29, 17, 69), rgb(29, 17, 69));
        display: flex;
        flex-wrap: wrap;
        min-height: 500px;
        padding: 2%;
        margin-top: 30px;
        clear: both;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    .footer-col {
        color: white;
        flex-basis: 100%;
        flex-wrap: nowrap;
        padding: 5%;
    }
    .footer-col h1,
    .footer-col p {
        text-align: center;
    }
    .fot-menu ul li {
        height: auto;
        width: auto;
        text-align: center;
        list-style: none;
    }
    .fot-menu ul {
        text-align: center;
        list-style: none;
        padding: auto;
    }
    .bot-title {
        visibility: hidden;
    }
    .footer::before {
        visibility: hidden;
    }
    .copyright {
        position: relative;
        bottom: 0%;
        left: 0%;
    }
}

.alert-danger {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.alert-info {
    padding: 20px;
    background-color: #04AA6D;
    ;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.math-captcha {
    position: relative;
    top: 3px;
    font-size: 18px;
    padding: 5px 10px;
    background: repeating-linear-gradient(45deg, #35d87a, #35d87a 10px, #6ff5a8 10px, #6ff5a8 20px);
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class*=" col-"],
.row.no-gutters>[class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.inner-error {
    margin-top: 130px;
}

.gap-top-80 {
    margin-top: 100px;
}


/* servces css starts */

.service-cont {
    text-align: center;
    padding: 5%;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 500px;
    background-color: #ffffff;
    padding: 3% 10%;
    display: flex;
    flex-wrap: wrap;
}

.services-header {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 15px;
    text-align: start;
    font-size: 40px;
    color: #05364D;
}

.service-card {
    width: 30%;
    height: 400px;
    padding: 5%;
    text-align: center;
    margin: 1.4%;
    backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 5px 05px 10px #80808075;
    border-radius: 8px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    background-color: #F8FAFF;
    position: relative;
}

.service-card img {
    width: 60%;
    height: 40%;
}

.card-heading {
    font-size: 20px;
    margin: 10px;
    color: #05364D;
}

.card-description {
    font-size: 15px;
    line-height: 1.3;
    color: #777777;
}

.learnmore {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #CFB5A9;
    position: absolute;
    left: 35%;
    bottom: 10%;
    color: #0B3D55;
    font-weight: 50px;
    text-align: center;
}

.learnmore:hover::after {
    width: 100%;
}

.learnmore::after {
    content: "";
    width: 60%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    background-image: linear-gradient(90deg, #1100ff, #ff00d4);
    transition: 250ms;
}


/* single page service */

.solo {
    display: flex;
    padding: 5% 10%;
}

.solo p {
    padding: 5%;
}


/* error css */

.error-msg {
    color: white;
    position: relative;
    left: -300px;
    float: right;
}

.go-home {
    width: 300px;
    height: 75px;
    backdrop-filter: blur(5px);
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 3%;
    margin-right: 10%;
    text-align: center;
    padding-top: 1.5%;
    background-color: rgba(255, 255, 255, 0.342);
    display: block;
    margin: 5%;
    margin-bottom: 10%;
    color: white;
    font-size: 30px;
    text-decoration: none;
}

.go-home:hover {
    background-image: linear-gradient(90deg, #1100ff, #ff00d4);
}

.credit {
    color: #ffffff;
    text-decoration: none;
}

.decoration-none {
    text-decoration: none;
}

.white {
    color: white;
}

.black {
    color: black;
}

.block {
    display: block;
    position: relative;
}

@media screen and (max-width: 600px) {
    .title {
        top: 10px;
        left: 10px;
    }
    .menu {
        position: relative;
        top: 15px;
    }
    .menu ul li a {
        font-size: 90%;
        transition: 250ms;
        position: relative;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        left: 10%;
        min-width: 100px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    .dropdown-content a {
        color: black;
        padding: 9px 0px;
        text-decoration: none;
        display: block;
        text-align: center;
    }
    .dropdown:hover .dropdown-content {
        display: inline-block;
    }
    .card {
        position: relative;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 40%;
        width: 80%;
        /* background-color: rgba(255, 255, 255, 0.384); */
        backdrop-filter: blur(2px);
        box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
        border-radius: 3%;
    }
    .card h2 {
        text-align: center;
        position: relative;
        top: 30%;
        font-size: 100%;
    }
    .card-2 {
        top: 30%;
    }
    .btn {
        display: inline-block;
        width: 50%;
        height: 20%;
        border-radius: 5%;
        margin-top: 15%;
        position: relative;
        box-shadow: 5px 5px 20px #000000;
    }
    .single-project {
        position: relative;
        width: 100%;
        padding: 5%;
        text-align: center;
        float: left;
        margin-top: 1.4%;
        margin-bottom: 1.4%;
        backdrop-filter: blur(16px) saturate(180%);
        box-shadow: 10px 10px 20px #00000075;
        border-radius: 12px;
        border: 1px solid rgba(209, 213, 219, 0.3);
    }
    .whatican {
        height: 100vh;
        width: 100%;
        background-image: linear-gradient(135deg, rgb(22, 11, 64)55%, rgb(140, 77, 108));
        overflow: hidden;
        position: relative;
    }
    .image {
        width: 80%;
        height: 40%;
        position: absolute;
        top: 5%;
        left: 12%;
        z-index: 1;
        border-radius: 5%;
    }
    .whatican .text {
        width: 80%;
        height: 50%;
        position: absolute;
        top: 46%;
        left: 20%;
        z-index: 1;
        border-radius: 5%;
        color: white;
    }
    .whatican .text h1,
    .whatican .text h2,
    .whatican .text h3 {
        position: relative;
        margin-bottom: 8%;
        width: 80%;
        font-size: 100%;
        text-align: center;
    }
    .viewresume-btn {
        display: inline-block;
        box-shadow: 5px 5px 10px black, inset -1px -1px 10px black;
        height: 05%;
        width: 60%;
        padding-top: 5px;
        font-weight: bold;
        text-decoration: none;
        margin-top: 0px;
        border-radius: 10%;
        position: absolute;
        bottom: 7%;
        left: 20%;
        text-align: center;
        background-color: rgb(17 180 183);
        backdrop-filter: blur(10px);
        z-index: 1;
    }
    .footer {
        background-image: linear-gradient(rgb(29, 17, 69), rgb(29, 17, 69));
        display: flex;
        flex-wrap: wrap;
        min-height: 500px;
        padding: 2%;
        margin-top: 30px;
        clear: both;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    .footer-col {
        color: white;
        flex-basis: 100%;
        flex-wrap: nowrap;
        padding: 5%;
    }
    .footer-col h1,
    .footer-col p {
        text-align: center;
    }
    .fot-menu ul li {
        height: auto;
        width: auto;
        text-align: center;
        list-style: none;
    }
    .fot-menu ul {
        text-align: center;
        list-style: none;
        padding: auto;
    }
    .bot-title {
        visibility: hidden;
    }
    .footer::before {
        visibility: hidden;
    }
    .copyright {
        position: relative;
        bottom: 0%;
        left: 0%;
    }
    /* converter */
    .conv {
        position: relative;
        top: 0;
    }
}


/* small screen(mob) responsive css */

@media screen and (max-width: 600px) and (min-width: 0px) {
    * {
        font-size: 99%;
    }
    /* header css */
    .title {
        top: 03%;
        left: 5%;
    }
    .menu {
        position: relative;
        top: 15px;
    }
    .bars {
        position: relative;
        left: 10%;
        top: 10px;
        display: inline-block;
    }
    .hidden {
        display: none;
    }
    .menu-ul {
        position: relative;
        left: 40%;
        top: -4vh;
    }
    .indi-li {
        display: block;
        width: 60px;
        height: 30px;
        text-align: center;
    }
    .indi-li a {
        font-size: 120%;
        transition: 250ms;
        position: relative;
    }
    /* homepage card */
    .card {
        position: relative;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 40%;
        width: 80%;
        /* background-color: rgba(255, 255, 255, 0.384); */
        backdrop-filter: blur(2px);
        box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
        border-radius: 3%;
    }
    .card h2 {
        text-align: center;
        position: relative;
        top: 30%;
        font-size: 100%;
    }
    /* other page cards */
    .card-2 h1 {
        font-size: 300%;
        color: white;
        padding: 17% 0%;
    }
    .btn {
        display: inline-block;
        width: 50%;
        height: 20%;
        border-radius: 5%;
        margin-top: 15%;
        position: relative;
        box-shadow: 5px 5px 20px #000000;
    }
    .btn a {
        font-size: 1rem;
    }
    /* project css */
    .single-project {
        position: relative;
        width: 100%;
        padding: 5%;
        text-align: center;
        float: left;
        margin-top: 1.4%;
        margin-bottom: 1.4%;
        backdrop-filter: blur(16px) saturate(180%);
        box-shadow: 10px 10px 20px #00000075;
        border-radius: 12px;
        border: 1px solid rgba(209, 213, 219, 0.3);
    }
    /* whatican css */
    .whatican {
        height: 100vh;
        width: 100%;
        background-image: linear-gradient(135deg, rgb(22, 11, 64)55%, rgb(140, 77, 108));
        overflow: hidden;
        position: relative;
    }
    .image {
        width: 80%;
        height: 40%;
        position: absolute;
        top: 5%;
        left: 12%;
        z-index: 1;
        border-radius: 5%;
    }
    .whatican .text {
        width: 80%;
        height: 50%;
        position: absolute;
        top: 50%;
        left: 20%;
        z-index: 1;
        border-radius: 5%;
        color: white;
    }
    .whatican .text h1,
    .whatican .text h2,
    .whatican .text h3 {
        position: relative;
        margin-bottom: 8%;
        width: 80%;
        font-size: 100%;
        text-align: center;
    }
    .viewresume-btn {
        display: inline-block;
        box-shadow: 5px 5px 10px black, inset -1px -1px 10px black;
        height: 05%;
        width: 60%;
        padding-top: 5px;
        font-weight: bold;
        text-decoration: none;
        margin-top: 0px;
        border-radius: 10%;
        position: absolute;
        bottom: 7%;
        left: 20%;
        text-align: center;
        background-color: rgb(17 180 183);
        backdrop-filter: blur(10px);
        z-index: 1;
    }
    .service-header {
        font-size: 25px;
        margin-bottom: 10px;
        text-align: center;
    }
    .service-card {
        width: 100%;
        height: 300px;
    }
    .service-card p {
        font-size: 1rem;
    }
    /* footer css */
    .footer {
        background-image: linear-gradient(rgb(29, 17, 69), rgb(29, 17, 69));
        display: flex;
        flex-wrap: wrap;
        min-height: 500px;
        padding: 2%;
        margin-top: 30px;
        clear: both;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    .footer-col {
        color: white;
        flex-basis: 100%;
        flex-wrap: nowrap;
        padding: 5%;
    }
    .footer-col h1,
    .footer-col p {
        text-align: center;
    }
    .fot-menu ul li {
        height: 5vh;
        width: auto;
        text-align: center;
        list-style: none;
    }
    .fot-menu ul {
        text-align: center;
        list-style: none;
        padding: auto;
    }
    .fot-contact1 {
        position: relative;
        left: 0%;
        text-align: center;
    }
    .fot-contact1 li {
        text-align: center;
    }
    .bot-title {
        visibility: hidden;
    }
    .footer::before {
        visibility: hidden;
    }
    .copyright {
        position: relative;
        bottom: 0%;
        left: 0%;
    }
    .design-credit {
        position: relative;
        left: 0%;
        margin: 2px;
    }
    /* single service */
    .solo {
        display: flex;
        flex-direction: column;
        padding: 5% 10%;
    }
    .solo img {
        width: 100%;
    }
    .solo p {
        padding: 5%;
    }
}


/* tablet css */

@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    * {}
    .menu {
        position: relative;
        top: 15px;
    }
    .bars {
        position: relative;
        left: 90%;
        top: 20px;
        display: inline-block;
    }
    .hidden {
        display: none;
    }
    .menu-ul {
        position: absolute;
        left: 70%;
        top: 10vh;
    }
    .indi-li {
        display: block;
        width: 60px;
        height: 30px;
        text-align: center;
    }
    .indi-li a {
        font-size: 120%;
        transition: 250ms;
        position: relative;
    }
    .dropdown-content {
        display: none;
        position: relative;
        left: 120%;
        top: -50%;
        min-width: 100px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 9;
    }
    .dropdown:hover .dropdown-content {
        display: inline-block;
    }
    /* project css */
    .single-project {
        position: relative;
        width: 100%;
        padding: 5%;
        text-align: center;
        float: left;
        margin: 3% 0;
        backdrop-filter: blur(16px) saturate(180%);
        box-shadow: 10px 10px 20px #00000075;
        border-radius: 12px;
        border: 1px solid rgba(209, 213, 219, 0.3);
    }
    .single-project h3 {
        font-size: 40px;
    }
    .viewmore-btn {
        height: 60px;
        width: 300px;
        font-size: 25px;
    }
    /* whatican css */
    .whatican {
        height: 100vh;
        width: 100%;
        background-image: linear-gradient(135deg, rgb(22, 11, 64)55%, rgb(140, 77, 108));
        overflow: hidden;
        position: relative;
    }
    .image {
        width: 80%;
        height: 50%;
        position: absolute;
        top: 5%;
        left: 12%;
        z-index: 1;
        border-radius: 5%;
    }
    .whatican .text {
        width: 80%;
        height: 50%;
        position: absolute;
        top: 60%;
        left: 20%;
        font-size: 25px;
        z-index: 1;
        border-radius: 5%;
        color: white;
    }
    .whatican .text h1,
    .whatican .text h2,
    .whatican .text h3 {
        position: relative;
        margin-bottom: 8%;
        width: 80%;
        font-size: 100%;
        text-align: center;
    }
    .viewresume-btn {
        display: inline-block;
        box-shadow: 5px 5px 10px black, inset -1px -1px 10px black;
        height: 05%;
        width: 60%;
        padding-top: 10px;
        font-weight: bold;
        margin-top: 0px;
        border-radius: 10%;
        position: absolute;
        bottom: 7%;
        left: 20%;
        font-size: 30px;
        text-align: center;
        text-decoration: none;
        background-color: rgb(17 180 183);
        backdrop-filter: blur(10px);
        z-index: 1;
    }
    /* service css */
    .service-card {
        width: 100%;
        min-height: 500px;
        margin-top: 2%;
    }
    .service-card p {
        font-size: 1.5rem;
    }
    .service-card img {
        width: 80%;
        height: 50%;
    }
    .card-description {
        font-size: 30px;
    }
    .learnmore {
        font-size: 30px;
    }
    .card-heading {
        font-size: 35px;
    }
    .service-header {
        font-size: 35px;
        margin-bottom: 10px;
        text-align: center;
    }
    /* single service */
    .solo {
        display: flex;
        padding: 5% 10%;
    }
    .solo img {
        width: 50%;
    }
    .solo p {
        width: 50%;
        padding: 5%;
    }
    /* footer css */
    .footer {
        background-image: linear-gradient(rgb(29, 17, 69), rgb(29, 17, 69));
        display: flex;
        flex-wrap: wrap;
        min-height: 500px;
        padding: 2%;
        margin-top: 30px;
        clear: both;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    .footer-col {
        color: white;
        flex-basis: 100%;
        flex-wrap: nowrap;
        padding: 5%;
    }
    .footer-col h1 {
        font-size: 4rem;
        text-align: center;
    }
    .footer-col p {
        text-align: center;
    }
    .fot-contact li {
        font-size: 25px;
    }
    .fot-menu ul {
        text-align: center;
        list-style: none;
        padding: auto;
    }
    .fot-menu ul li {
        height: auto;
        width: auto;
        font-size: 25px;
        text-align: center;
        list-style: none;
        margin: 15px;
    }
    .fot-contact1 {
        position: relative;
        left: 0%;
        text-align: center;
    }
    .fot-contact1 li {
        font-size: 25px;
        text-align: center;
    }
    .bot-title {
        visibility: hidden;
    }
    .footer::before {
        visibility: hidden;
    }
    .copyright {
        position: relative;
        bottom: 0%;
        left: -10%;
    }
    .design-credit {
        position: relative;
        left: 5%;
        margin: 2px;
    }
    /* multipage */
    .card-2 {
        padding: 15% 10%;
    }
    /* converter */
    .conv {
        position: absolute;
        top: 40%;
        left: 10%;
        padding: 0%;
        z-index: 0;
    }
    .single-project {
        min-height: 500px;
    }
}