﻿*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: white;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body{
    background-color: #111723;
}
.header_container
{
    box-sizing: border-box;
    width: 1440px;
    margin: 40px auto;
    border: solid 1px  #5e4e7467;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 10px 20px;
    position: fixed;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(91, 84, 107, 0.219);
}
.container
{
    box-sizing: border-box;
    width: 1440px;
    margin: auto;
    /* border: solid 1px gray; */
    display: flex;
    align-items: center;
    z-index: 20;
}
.logo h1
{
    color: white;
}
ul
{
    display: flex;
}

ul li
{
    list-style: none;
    padding: 20px;
}
ul li a
{
    text-decoration: none;
    color: white;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 20px;
}
ul li a:hover
{
    /* color: rgb(163, 163, 163); */
    background: linear-gradient(to right, #cc008f, #cc00ff); /* Your gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    /* Optional for other browsers */
    background-clip: text; 
    color: transparent;
}
a{
    text-decoration: none;
}
.menubtn:hover
{
    /* color: rgb(163, 163, 163); */
    background: linear-gradient(to right, #cc008f, #cc00ff); /* Your gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    /* Optional for other browsers */
    background-clip: text; 
    color: transparent;
}
.menubtn
{
    display: none;
    padding: 10px;
    cursor: pointer;
}
.hero
{
    padding: 70px 0;  
}
.hero .container
{
    padding: 50px 0;
    flex-direction: row;
    margin-top: 200px;
}
.gradient-text-hero {
    text-transform: uppercase;
    font-size: 5rem;
    letter-spacing: 2px;
    font-weight: 500;
    background: linear-gradient(to right, #F92B8F, #7B63B9); /* Your gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 8rem;
    width: max-content;

    /* Optional for other browsers */
    background-clip: text;
    color: transparent;
}
.hero_content
{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.hero_img
{
    width: 40%;
    z-index: 90;
}
.hero_img img
{
    width: 600px;
}

.hero_content p
{
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 30px;
}
.hero_content p span
{
    color: rgb(48, 48, 190);
}
.glow-button {
    width: max-content;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 2rem;
    color: white;
    border: 2px solid transparent;
    border-radius: 20px;
    background: linear-gradient(#0f111a, #0f111a) padding-box,
                linear-gradient(90deg, #00f0ff, #ff00ff) border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
  }
  .glow-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    background: radial-gradient( rgba(0,255,255,0.2), rgba(196, 3, 196, 0.781));
    height: 180%;
    filter: blur(30px);
    z-index: -1;
    border-radius: 9999px;
    opacity: 0.8;
    pointer-events: none;
}

.glow-button:hover 
{
    background: linear-gradient(#0f111a9a, #0f111a9a) padding-box,
    linear-gradient(90deg, #00f0ff, #ff00ff) border-box;
}
.blur
{
    position: absolute;
    right: 20%;
    height: 100px;
    width: 300px;
    background: linear-gradient(to right, #F92B8F, #7B63B9); 
    filter: blur(100px);
}
.blur2
{
    position: absolute;
    right: 60%;
    top: 40%;
    height: 60px;
    width: 100px;
    background: linear-gradient(to right, #ff0f57, #7B63B9); 
    filter: blur(80px);
    z-index: 1;
}
.blur3
{
    position: absolute;
    right: 60%;
    bottom: 0;
    height: 150px;
    width: 150px;
    background: linear-gradient( #3a00c0ce, #7B63B9); 
    z-index: 1;
    filter: blur(100px);
}
.blur4
{
    position: absolute;
    right: 70%;
    bottom: 0;
    height: 250px;
    width: 250px;
    background: linear-gradient( #3a00c0ce, #7B63B9); 
    z-index: 8;
    filter: blur(100px);
}
.blur5
{
    position: absolute;
    right: 15%;
    top: 10%;
    height: 200px;
    width: 250px;
    background: linear-gradient(#F92B8F, #7B63B9); 
    z-index: 8;
    filter: blur(120px);
}
.blur7
{
    position: absolute;
    left: 1%;
    bottom: 1%;
    height: 250px;
    width: 250px;
    background: linear-gradient( #3a00c0ce, #7B63B9); 
    z-index: 8;
    filter: blur(150px);
}
.service 
{
    margin: 100px 0;
}
.service .container
{
    flex-direction: column;
    align-items: unset;
    position: relative;
}
.gradient-text {
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 500;
    background: linear-gradient(to right, #F92B8F, #6c36f5); /* Your gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 8rem;
    width: max-content;
    /* Optional for other browsers */
    background-clip: text;
    color: transparent;
    align-self: flex-start;
    margin-top: 100px;
}
.hr
{
    height: 1px;
    width: 1440px;
    margin: auto;
    background-color:  #5e4e7467;
}
.service_card
{
    width: 55%;
    box-sizing: border-box;
    padding:  30px;
    border: solid 2px #5e4e7467;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: linear-gradient(to right, #161d2c, #0f1420);
    line-height: 20px;
    z-index: 99;

}
.service_card2
{
    align-self: flex-end;
}
.service_card h3 
{
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 25px;
}
.service_card h3 i
{
    color: rgb(93, 93, 221);
    margin-right: 15px;
}

.vl
{
    width: 2px;
    height: 100px;
    background-color: #5e4e7467;
    margin: auto;
}
.skill 
{
    margin: 100px 0;
}
.skill .container
{
    position: relative;
    flex-direction: column;
}

.skill_head h2
{
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 30px;
}
.skill_box 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    margin: 30px;
    z-index: 99;
}
.portfolio{
    margin: 100px 0;
    position: relative;
    z-index: 98;
}
.portfolio .container
{
    flex-direction: column;
}
.projects
{
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 98;
    justify-content: center;
}
.port_card
{
    width: 400px;
    height: 350px;
    border: solid 2px  #5e4e7467;
    /* padding: 20px; */
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
}
.port_card .img
{
    height: 70%;
    background-color: rgb(196, 196, 196);
}
.port_card .img img
{
    width: 100%;
    height: 100%;
}
.port_card .text
{
    height: 30%;
    text-align: center;
    /* padding: 20px; */
    line-height: 30px;
    border-top: solid 2px white;
    background: linear-gradient(to right, #161d2c, #0f1420);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact
{
    position: relative;
    padding: 100px 0;
}
.contact h3
{
    font-weight: 500;
    margin:  0;
    font-size: 1.5rem;
    /* padding: 0; */
}
.contact h2
{
    font-weight: 500;
    margin:  0;
    font-size: 2.2rem;
    /* padding: 0; */
}
.contact .container 
{
   align-items: unset;
}
.contact .leftbar
{
    width: 50%;
    /* padding: 10px; */
    /* background-color: rgb(190, 190, 190); */
    display: flex;
    box-sizing: border-box;
    flex-direction: column;

}
.contact .rightbar
{
    width: 50%;
    /* padding: 10px; */
    box-sizing: border-box;
    /* background-color: #575757; */
    padding: 0px;
}
.contact .container .gradient-text
{
    line-height: unset;
    font-size: 2rem;
    margin-bottom: 50px;
}
.contact .box
{
    display: flex;
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    gap: 30px;
    flex-direction: column;

}
.contact .leftbox
{
    width: 100%;
    /* padding: 10px; */
    /* background-color: rgb(190, 190, 190); */
    display: flex;
    box-sizing: border-box;
    flex-direction: column;

}
.contact .rightbox
{
    width: 100%;
    /* padding: 10px; */
    box-sizing: border-box;
    /* background-color: #575757; */
}
.leftbar a
{
    color: #6c36f5;
    margin-top: 15px;
    text-decoration: none;
    font-size: 20px;
}
.iconbox
{
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.iconbox i
{
    font-size: 25px;
}
.contactform
{
    margin-top: 50px;
}
.formgroup
{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.formgroup input
{
    width: 100%;
    outline: none;
    border: solid 2px  #5e4e7467;
    border-radius: 20px;
    padding: 20px;
    font-size:22px;
    box-sizing: border-box;
    background-color: transparent;
}
.formgroup textarea
{
    width: 100%;
    outline: none;
    border: solid 2px  #5e4e7467;
    border-radius: 20px;
    padding: 20px;
    font-size:22px;
    box-sizing: border-box;
    background-color: transparent;
    height: 100px;

}
.footer
{
    padding: 50px 0;
}
@media screen and (max-width:1600px) {
    .header_container{
        width: 1040px;
    }
    .container{
        width: 1000px;
    }
    .port_card{
        width: 380px;
    }
    .hr
    {
        width: 1000px;
    }
    .hero_img img
    {
        display: none;
    }
}
@media screen and (max-width:1100px) {
    .header_container{
        width: 740px;
    }
    ul li a{
        font-size: 15px;
    }
    .container{
        width: 720px;
    }
     .port_card{
        width: 340px;
    }
    .projects
    {
        padding: 10px;
    }
    .contact .container{
        flex-direction: column;
    }
     .contact .rightbar, .contact .leftbar
    {
        width: 100%;

    }
    .contact .box
    {
        flex-direction: column;
        gap: 50px;
    }
    .hr
    {
        width: 720px;
    }
}
@media screen and (max-width:800px) {
    .header_container{
        width: 100%;
        /* padding: 20px; */
        /* display: none; */
        margin-top: 1px;
        border-radius: 5px;
        align-items: start;
    }
    .menu
    {
        display: none;
    }
    .hero .container
    {
        padding: 10px;
        margin-top: 100px;
    }
    ul li a{
        font-size: 15px;
    }
    .container{
        width: 100%;
        padding: 0 10px;
    }
    .gradient-text-hero{
        font-size: 35px;
        line-height: unset;
    }
    .hero_content{
        width: 100%;
    }
    .hero_content p
    {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: unset;
    }
    .gradient-text{
        font-size: 1.7rem;
        padding: 20px 0;
        margin-top: 50px;
        line-height: unset;
    }
    .contact .container .gradient-text
    {
      font-size: 1.5rem;
      width: 100%;
    }
    .port_card{
        width: 500px;
        margin: auto;
    }
    
   .service_card{
    width: 100%;
   }
   .service_card h3
   {
    font-size: 22px;
   }
   .service_card p
   {
    font-size: 16px;
   }
   .skill_head h2
   {
    font-size: 20px;
   }
   .skill_box {
    margin: auto;
   }
   .port_card
   {
     height: 280px;
   }
   .formgroup input{
    padding: 10px;
   }
    .hr
    {
        width: 100%;
        display: none;
    }
    .menubtn{
        display: block;
    }
    ul {
        flex-direction: column;
        /* transform: translateY(300px); */
        
    }
    .service, .skill, .portfolio, .home{
        margin: 20px;
    }
}
.toggle{
    display: block;
}
.mt{
    margin-top:128px;
}