*{margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
 font-family:Arial,sans-serif;
    background:linear-gradient(135deg,#ffffff,#f8faff,#eef4ff);
    color:#1f2937;
 min-height:100vh;
 overflow-x:hidden;
position:relative
}



.nav{max-width:1200px;
    margin:auto;
    padding:25px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{font-size:28px;
    font-weight:700;
    color:#7C3AED;
}

nav{display:flex;
    gap:28px;
}

nav a{text-decoration:none;
   color:#1f2937;
}

.hero{max-width:1200px;
    margin:auto;
    min-height:calc(100vh - 90px);
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px;
    gap:50px;
}

.left h1{
    font-size:64px;
    color:#111827;
}

.left h1 span{
     background:linear-gradient(90deg,#7C3AED,#EC4899);
    -webkit-background-clip:text;
    color:transparent;
}

.left h2{
    font-size:42px;
    color:#7C3AED;
    margin:16px 0;
}

.left p{
    max-width:450px;
    line-height:1.7;
     color:#6B7280;
}

.btn{
    display:inline-block;
    margin-top:28px;
    padding:14px 34px;
    border-radius:50px;
    text-decoration:none;
   background:linear-gradient(90deg,#7C3AED,#EC4899);
color:white;
box-shadow:0 10px 30px rgba(124,58,237,.25);
}

.glow{width:500px;
    height:500px;
    border-radius:50%;
    padding:13px;
    display:grid;
    place-items:center;
   background:radial-gradient(circle,#d8b4fe,#f3e8ff);
   box-shadow:0 0 60px rgba(124,58,237,.25);
}

.glow img{
    width:91%;
    height:93%;
    border-radius:50%;
    object-fit:cover;
    object-position:50% 20%;
}


@media(max-width:900px){
.hero{
    flex-direction:column-reverse;
    text-align:center;
    padding-top:40px;
}

.left h1{
    font-size:44px;
}

.left h2{
    font-size:30px;
}

.glow{
    width:300px;
    height:300px;
}

.nav{
    flex-direction:column;
    gap:15px;
}

nav{
    flex-wrap:wrap;
    justify-content:center;
}

}





/* next page */


.skill{
    min-height: 120vh;
     background:linear-gradient(180deg,#ffffff,#f5f7ff);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.header{
    width: 100%;
    height:80px;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    text-decoration: none;
    font-size: 34px;
    font-weight: bold;
    color:#d36bff;

}

.navbar{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    transition: .3s;
}

a{
    text-decoration: none;
    color: aliceblue;
    gap: 20px;
}

/* body{
    background-color: rgb(29, 29, 68);
} */

.heading{
    color: rgb(51, 51, 51);
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-underline-offset: 14px;
    margin-top: 2%;
}

.para{
    margin-top: 3%;
    color: rgb(63, 63, 63);
    font-family: sans-serif;
}

.button-container{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
    flex-wrap: wrap;
}

.button-1{
    height: 50px;
    width: 110px;
    border:1px solid white;
    border-radius: 30px;
    cursor: pointer;
     box-shadow: 0px 0px 10px 2px rgb(131, 123, 160);
     background-color:rgb(120, 239, 204);
     background-image:url(images/flash.png);
     background-repeat: no-repeat;
     background-size: 30px;
     background-position: 20px center;

    }

    .btn-1{
        position: relative;
        left: 17px;
        bottom:1%;
        font-family: verdana;
        color: rgb(255, 255, 255);
    }

.button-2{
    height: 50px;
    width: 250px;
    border:1px solid white;
    border-radius: 30px;
    cursor: pointer;
    background-color: rgb(29, 29, 68);
     box-shadow: 0px 0px 10px 2px rgb(131, 123, 160);
     background-image:url(images/desktop.png);
     background-repeat: no-repeat;
     background-size: 30px;
     background-position: 20px center;
}

.btn-2{
    position: relative;
    left: 18px;
    bottom:3px;
    font-family: verdana;
    color: rgb(249, 249, 249);
    font-size: 17px;
}

.button-3{
    height: 50px;
    width: 180px;
    border:1px solid white;
    border-radius: 30px;
    cursor: pointer;
    background-color: rgb(29, 29, 68);
     box-shadow: 0px 0px 10px 2px rgb(131, 123, 160);
     background-image:url(images/spider-web.png);
     background-repeat: no-repeat;
     background-size: 30px;
     background-position: 20px center;
}

.btn-3{
    position: relative;
    left: 17px;
    bottom:3px;
    font-family: verdana;
    color: rgb(249, 249, 249);
    font-size: 17px;
}

.button-4{
    height: 50px;
    width: 130px;
    border:1px solid white;
    border-radius: 30px;
    cursor: pointer;
    background-color: rgb(29, 29, 68);
    box-shadow: 0px 0px 10px 2px rgb(131, 123, 160);
    background-image:url(images/cloud.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 13px center;
}

.btn-4{
    position: relative;
    left: 20px;
    bottom:1px;
    font-family: verdana;
    color: rgb(249, 249, 249);
    font-size: 16px;
}

.skill-container{
    width:55%;
    margin:50px auto;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
}

.card-1{
    height:100px;
    display:flex;
    justfy-content:center;
    align-items:center;
     background:#ffffff;
    border:1px solid #E5E7EB;
    color:#111827;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border-radius: 20px;
    background-image:url(images/html.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;
    background-size: 40px;

}
.card-2{
    height:100px;
    display:flex;
    justfy-content:center;
    align-items:center;
       background:#ffffff;
    border:1px solid #E5E7EB;
    color:#111827;
    box-shadow:0 10px 30px rgba(0,0,0,.08); 
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border-radius: 20px;
     background-image:url(images/css.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;
 
}

.card-3{
    height:100px;
    display:flex;
    justfy-content:center;
    align-items:center;
      background:#ffffff;
    border:1px solid #E5E7EB;
    color:#111827;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border-radius: 20px;
     background-image:url(images/javascript.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;
    background-size: 70px;
    background-position: left 8px center;
  
}

.card-4{
    height:100px;
    display:flex;
    justfy-content:center;
    align-items:center;
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border-radius: 20px;
    background:#ffffff;
    border:1px solid #E5E7EB;
    color:#111827;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    background-image:url(images/react.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;
}

.card-5{
    height:100px;
    display:flex;
    justfy-content:center;
    align-items:center;
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border-radius: 20px;
    background:#ffffff;
    border:1px solid #E5E7EB;
    color:#111827;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    background-image:url(images/nodejs.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;
}

.card-6{
    height:100px;
    display:flex;
    justfy-content:center;
    align-items:center;
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border-radius: 20px;
    background:#ffffff;
 border:1px solid #E5E7EB;
 color:#111827;
 box-shadow:0 10px 30px rgba(0,0,0,.08);
    background-image:url(images/talwind.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;

}

.card-7{
    height:100px;
    display:flex;
    justfy-content:center;
    align-items:center;
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border-radius: 20px;
    background:#ffffff;
    border:1px solid #E5E7EB;
    color:#111827;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    background-image:url(images/python.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;
}

.card-8{
    height:100px;
    display:flex;
    justfy-content:center;
    align-items:center;
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border-radius: 20px;
    background:#ffffff;
border:1px solid #E5E7EB;
color:#111827;
box-shadow:0 10px 30px rgba(0,0,0,.08);
    background-image:url(images/c++.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;

}

.text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.skill-1{
    margin-left: 172%;
    margin-bottom: 10%;
    font-size: 20px;
}

.skill-2{
    margin-left: 24%;
    margin-bottom: 6%;
    font-size: 20px;
}

.skill-3{
    margin-left: 22%;
    margin-bottom: 5%;
    font-size: 20px;
}

.skill-4{
    margin-left: 25%;
    margin-bottom: 7%;
    font-size: 20px;
}

.skill-5{
    font-size: 20px;
    margin-left: 23%;
    margin-bottom: 5%;
}

.skill-6{
    font-size: 20px;
    margin-left: 23%;
    margin-bottom: 2.7%;
}

.skill-7{
    font-size: 20px;
    margin-left: 20%;
    margin-bottom:3% ;
}

.skill-8{
    font-size: 20px;
    margin-left: 24%;
    margin-bottom: 5%;
}

.descr-1{
    margin-left: 10%;
    margin-top: 6%;
     color:#6B7280;
}

.descr-2{
    margin-top: 6%;
    margin-left:-10%;
     color:#6B7280;
}

.descr-3{
    margin-top: 7%;
    margin-left: -25%;
     color:#6B7280;
}

.descr-4{
    margin-top: 5%;
    margin-left: -13%;
    color:#6B7280;
}

.descr-5{
    margin-top: 7%;
    margin-left: -20%;
    color:#6B7280;
}

.descr-6{
    margin-top: 10%;
    margin-left:-27% ;
    color:#6B7280;
}

.descr-7{
    margin-top: 9%;
    margin-left: -17%;
     color:#6B7280;
}

.descr-8{
    margin-top: 7%;
    margin-left: -9%;
    color:#6B7280;
}


/* next-----page */


.service{
    background-color: #111827;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.service-container{
    margin-top: -10px;
    margin-left: 10%;
    max-height: 900px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start; 
    align-items: center;     
    text-align: center;
    gap: 30px;
}

.section-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
    margin: 0px 0 30px;

}
h3{
    margin: 0;
    letter-spacing: 2px;
    justify-content: center;
    color: rgb(239, 247, 9);
    font-family: sans-serif;
}

.line{
    width:90px;
    height: 3px;
    background:  rgb(239, 247, 9);
    border-radius: 50px;
}

.serv-descr{

    margin-left: 23%;
    font-size: 60px;
    color: white;
}

.extra{
    margin-left: 25%;
}

.service-box-1{
    height:400px;
    width: 30%;
    display:flex;
    justfy-content:center;
    align-items:center;
     background-color: #111827;
    border:1px solid #8955e3;
    border-radius: 10px;
    color:#111827;
    box-shadow:0 10px 30px rgba(58, 52, 100, 0.08);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    /* background-image:url(images/html.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;
    background-size: 40px; */
}

.service-box-2{
    height:400px;
    width: 30%;
    display:flex;
    justfy-content:center;
    gap: 10px;
    align-items:center;
     background-color: #111827;
    border:1px solid #8955e3;
    border-radius: 10px;
    color:#111827;
    box-shadow:0 10px 30px rgba(58,52,100,0.08);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    /* background-image:url(images/html.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;
    background-size: 40px; */
}

.service-box-3{
    height:400px;
    width: 30%;
    display:flex;
    flex-wrap: wrap;
    justfy-content:center;
    align-items:center;
    background-color: #111827;
    border:1px solid #8955e3;
    border-radius: 10px;
    color:#111827;
    box-shadow:0 10px 30px rgba(58,52,100,0.08);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    /* background-image:url(images/html.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 20px center;
    background-size: 40px; */
}

.service-box-4{
    margin-bottom: 43%;
    height:400px;
    width: 30%;
    display:flex;
    flex-wrap: wrap;
    justfy-content:center;
    align-items:center;
    background-color: #111827;
    border:1px solid #8955e3;
    border-radius: 10px;
    color:#111827;
    box-shadow:0 10px 30px rgba(58,52,100,0.08);
    backdrop-filter:blur(15px);
}

.service-box-5{
    margin-bottom: 43%;
    height:400px;
    width: 30%;
    display:flex;
    flex-wrap: wrap;
    justfy-content:center;
    align-items:center;
    background-color: #111827;
    border:1px solid #8955e3;
    border-radius: 10px;
    color:#111827;
    box-shadow:0 10px 30px rgba(58,52,100,0.08);
    backdrop-filter:blur(15px);
}  

.service-box-6{
    margin-bottom: 43%;
    height:400px;
    width: 30%;
    display:flex;
    flex-wrap: wrap;
    justfy-content:center;
    align-items:center;
    background-color: #111827;
    border:1px solid #8955e3;
    border-radius: 10px;
    color:#111827;
    box-shadow:0 10px 30px rgba(58,52,100,0.08);
    backdrop-filter:blur(15px);
}

.circle-1{
    margin-bottom: 50%;
    margin-left: 10%;
    height: 80px;
    width: 80px;
    border: 1px solid #8955e3;
    border-radius: 50%;
    background-image: url(./images/deskd.png);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    
}

.circle-2{
    margin-bottom: 50%;
    margin-left: 10%;
    height: 80px;
    width: 80px;
    border: 1px solid #8955e3;
    border-radius: 50%;
    background-image: url(./images/new-code.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center;

}

.circle-3{
    margin-bottom: 20%;
    margin-left: 10%;
    height: 80px;
    width: 80px;
    border: 1px solid #8955e3;
    border-radius: 50%;
    background-image: url(./images/layer.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center;

}

.serv-descr-1{
    color: white;
    margin-left: -20%;
    margin-bottom: 15%;
    font-size: 20px;
}

.serv-descr-2{
    color: white;
    margin-left: -20%;
    margin-bottom: 15%;
    font-size: 20px;
}

.serv-descr-3{
    color: white;
    margin-left: -20%;
    margin-bottom: -14%;
    font-size: 20px;
}

.paragraph-1{
    color: rgb(179, 177, 177);
    margin-bottom:-15%;
    margin-left: -30%;
    text-align: justify;
    line-height: 1,8;
}

.paragraph-2{
    color: rgb(179, 177, 177);
    margin-bottom:-15%;
    margin-left: -50%;
    text-align: justify;
    line-height: 1,8;
}

.paragraph-3{
    color: rgb(179, 177, 177);
    margin-top: -55%;
    margin-left: 10%;
    text-align: justify;

}

.straight-line-1{
    width:85%;
    height:1px;
    border: 1px solid rgb(109, 108, 108);
    border-radius: 10px;
    margin-top: 50%;
    margin-left: -70%;
}

.straight-line-2{
    width:85%;
    height:1px;
    border: 1px solid rgb(109, 108, 108);
    border-radius: 10px;
    margin-top: 50%;
    margin-left: -82%;
}

.straight-line-3{
    width:85%;
    height:1px;
    border: 1px solid rgb(109, 108, 108);
    border-radius: 10px;
    margin-top: -18%;
    margin-left: -74%;
}



.last-descr-1{
    text-decoration: none;
    color:rgb(78, 49, 175);
    margin-top: 70%;
    margin-left: -85%;
}

.last-descr-2{
    text-decoration: none;
    color:rgb(78, 49, 175);
    margin-top: 70%;
    margin-left: -85%;
}

.last-descr-3{
    text-decoration: none;
    color:rgb(78, 49, 175);
    margin-bottom: -2%;
    margin-left: -85%;
}

.circle-4{
    margin-bottom:-25%;
    margin-left: 10%;
    height: 80px;
    width: 80px;
    border: 1px solid #8955e3;
    border-radius: 50%;
    background-image: url(./images/deskd.png);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
}

.serv-descr-4{
    color: white;
    margin-left: -20%;
    margin-bottom: -55%;
    font-size: 20px;
}

.paragraph-4{
    color: rgb(179, 177, 177);
    margin-top:-7%;
    margin-left: 10%;
    text-align: justify;
    line-height: 1,8;
}


.straight-line-4{
    width:85%;
    height:1px;
    border: 1px solid rgb(109, 108, 108);
    border-radius: 10px;
    margin-top: 24%;
    margin-left: -76%;
}


.last-descr-4{
    text-decoration: none;
    color:rgb(78, 49, 175);
    margin-top: 40%;
    margin-left: -85%;
}

.paragraph-5{
    color: rgb(179, 177, 177);
    margin-top: -50%;
    margin-left: 10%;
    text-align: justify;

}


.secure{
    margin-left: -54%;
}


.straight-line-6{
    width:85%;
    height:1px;
    border: 1px solid rgb(109, 108, 108);
    border-radius: 10px;
    margin-top: -18%;
    margin-left: -68%;
}

.last-descr-6{
    text-decoration: none;
    color:rgb(78, 49, 175);
    margin-bottom: -2%;
    margin-left: -85%;
}




/* ================= CONTACT SECTION ================= */

.contact{
    width:100%;
    min-height:100vh;
    background:#111;
    color:#fff;
    padding:80px 8%;
    font-family:'Poppins',sans-serif;
}

.menu{
    font-size:30px;
    margin-bottom:40px;
    cursor:pointer;
}

.contact h1{
    font-size:65px;
    font-family:'Playfair Display',serif;
    font-weight:500;
    margin-bottom:15px;
}

.contact .desc{
    max-width:420px;
    color:#bfbfbf;
    line-height:1.8;
    margin-bottom:70px;
}

.contact-container{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:80px;
    align-items:start;
}

/* Form */

.contact-form form{
    width:100%;
}

.input-box{
    position:relative;
    margin-bottom:40px;
}

.input-box input,
.input-box textarea{
    width:100%;
    background:transparent;
    border:none;
    border-bottom:1px solid #555;
    outline:none;
    color:#fff;
    font-size:17px;
    padding:12px 0;
    transition:.4s;
}

.input-box textarea{
    resize:none;
    height:140px;
}

.input-box label{
    position:absolute;
    left:0;
    top:12px;
    color:#888;
    pointer-events:none;
    transition:.3s;
}

.input-box input:focus,
.input-box textarea:focus{
    border-color:#fff;
}

.input-box input:focus~label,
.input-box input:valid~label,
.input-box textarea:focus~label,
.input-box textarea:valid~label{
    top:-15px;
    font-size:13px;
    color:#fff;
}

.contact-form button{
    width:180px;
    height:55px;
    border:1px solid #fff;
    background:transparent;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    transition:.4s;
    border-radius:3px;
}

.contact-form button:hover{
    background:#fff;
    color:#111;
}

/* Right Side */

.contact-info h3{
    font-size:30px;
    font-family:'Playfair Display',serif;
    font-weight:500;
    margin-bottom:18px;
}

.contact-info p{
    color:#bfbfbf;
    line-height:2;
    font-size:15px;
}

.talk{
    margin-top:70px;
}

.social{
    display:flex;
    gap:18px;
    margin-top:70px;
}

.social a{
    width:48px;
    height:48px;
    border:1px solid #555;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#fff;
    font-size:20px;
    transition:.4s;
}

.social a:hover{
    background:#fff;
    color:#111;
    transform:translateY(-5px);
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

.contact{
    padding:70px 7%;
}

.contact h1{
    font-size:55px;
}

.contact-container{
    grid-template-columns:1fr;
    gap:60px;
}

.contact-info{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.social{
    grid-column:1/3;
    margin-top:10px;
}

}

@media(max-width:768px){

.contact{
    padding:60px 25px;
}

.contact h1{
    font-size:42px;
}

.contact .desc{
    margin-bottom:50px;
}

.contact-info{
    display:block;
}

.talk{
    margin-top:40px;
}

.social{
    margin-top:40px;
    flex-wrap:wrap;
}

.contact-form button{
    width:100%;
}

}

@media(max-width:480px){

.contact h1{
    font-size:34px;
}

.menu{
    font-size:28px;
}

.contact .desc{
    font-size:14px;
}

.input-box input,
.input-box textarea{
    font-size:15px;
}

.contact-info h3{
    font-size:25px;
}

.social a{
    width:45px;
    height:45px;
    font-size:18px;
}

}