/* This is laptop view */
html{
    scroll-behavior: smooth;
    transition: 15ms;
    overflow-x: hidden;
}

body{
    background-color: black;
        overflow-x: hidden;
    margin:0px;
    padding: 0px;
    
    }
    header{
        background-color: black;
    }
    
    .navlogo{
    display: block;
    height: 20%;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    }
   
    
    
    nav {
        background-color: black;
        padding: 5px;
      
        
    }
    nav ul {
        display: flex;
        padding: 0.5px;
        align-items: center;
        justify-content: space-evenly;
        font-size: 27px;
        transition: 1s;
        text-decoration: none;
        
    }
    nav ul li a {
        color: #fff;
        transition: color 0.5s;
        text-decoration: none;
        font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 777;
        font-style: normal;      
     }
       nav ul li a:hover{
        color: red;
        filter: drop-shadow(1px 1px 1px whitesmoke);

    }
    #HOME{
        width: 100%;
        background:url(codebg.jpg);
        background-repeat:no-repeat ;
        background-size: contain;
        background-position:right;
        padding-top: 85px;
        padding-bottom: 120px;
    }
    .intro{
        color: red;
        padding-top: 50px;
        text-align: center;
        font-size: 27px;
        font-family: "Josefin Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        text-shadow: 2px 2px 2.5px rgb(255, 255, 255);

     
    }
    .typo a{
        text-align: center;
        text-decoration: none;
        padding-top: 10px;
        font-size: 80px;
        padding-bottom: 15px;
        text-decoration: none;
        display: block;
        font-family: "Josefin Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        color: rgb(255, 255, 255);
        text-shadow: 5px 5px 2.5px rgb(254, 0, 0);

    }

    /* From Uiverse.io by KSAplay */ 
.btn {
    padding: 0.8em 2em 0.8em 2.5em;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px;
    color: #f6fff6;
    letter-spacing: 0.3em;
    text-shadow: -2px 2px 5px #fd3030;
    background-color: transparent;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0px 1px #ffffff,
      0 0 10px 2px #fffafa,
      inset 0 0 0px 1px #ffffff,
      inset 0 0 10px 2px #ffffff;
    transition: 100ms;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .btn:hover {
    box-shadow: 0 0 0px 1px #f11212,
      0 0 10px 2px #fd3030,
      inset 0 0 0px 1px #f11212,
      inset 0 0 30px 2px #fd3030;
    text-shadow: 0 0 10px #fd3030;
  }
  
  .btn:active {
    box-shadow: 0 0 0px 1px #f11212,
      0 0 25px 2px #fd3030,
      inset 0 0 0px 1px #f11212,
      inset 0 0 30px 2px #fd3a30;
    transform: translateY(1px);
  }
/* Resume btn */
#ABOUT{
    width: 100%;
}
    .home_pic{
        height: 25%;
        width: 30%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: 0.7s;
    }
    .home_pic:hover{
        transform: scale(1.2);
        filter: drop-shadow(3px 3px 3.5px red);
    }

    .about_p{
        text-align: center;
        color: whitesmoke;
        font-size: 27.5px;
        font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
         padding: 5px;
         padding-left:10px ;
         padding-right: 10px;
    }
    .back_video{
        position: absolute;
        height: auto;
        width: 100%;
        opacity: 75%;
    }
    .quote{
        color: red;
        font-size: 77px;
        position: relative;
        margin-top: 39%;
        margin-right: 15%;
        margin-left: 15%;
        text-shadow: 3px 0px 3px whitesmoke;
        font-family:"Cinzel", serif;
        font-optical-sizing: auto;
        font-weight: 666;
        font-style: normal;
        transition: 1.4s;
    }
.quote:hover{
    opacity: 0%;
}
    #SKILL{
        width: 100%;
        margin-top: 167px;
        /* background-color: #fff; */
        /* background: url(skillbg.jpg) ; */
        background-image: 
        radial-gradient(at 47% 33%, hsl(180.00, 25%, 9%) 0, transparent 59%), 
        radial-gradient(at 82% 65%, hsl(352.72, 98%, 41%) 0, transparent 55%);
        margin-bottom: 35px;
        

        
    }
    .sbox{
        display: flexbox;
        padding-left: 13%;
        backdrop-filter: blur(10px) saturate(150%);
        -webkit-backdrop-filter: blur(10px) saturate(150%);
        background-color: rgba(28, 33, 44, 0.75);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.125);
        
        
    }
    .spic{
        width: 25%;
        justify-content: center;
        margin: 20px;
        filter: grayscale(90%);
        transition: 0.5s;
    }
    .spicend{
        width: 25%;
        justify-content: center;
        margin: 20px;
        filter: grayscale(90%);
        transition: 0.5s;
    }
    .spicend:hover{
        filter: none;
        transform: translateY(-11px);
    }
    .spic:hover{
        filter: none;
        transform: translateY(-11px);
    }
     #CONTACT{
         width: 100%;
     }
    
    .form{
        background-color: antiquewhite;
        text-align: center;
        padding: 30px;
        background-color: #170e0e;
        background-image: 
            radial-gradient(at 47% 33%, hsl(0.00, 55.00000000000001%, 4%) 0, transparent 59%), 
            radial-gradient(at 82% 65%, hsl(0.00, 64%, 49%) 0, transparent 55%);

        font-size: 20px; 
        padding: 5px;
      color: rgba(255, 0, 0, 0.861);
      text-shadow: 2px 2px 3px rgb(2, 0, 0);
      font-family: "Press Start 2P", system-ui;
        font-weight: 100;
        font-style: normal;
        padding: 40px;
    
        
    }
    input{
        font-family: "Press Start 2P", system-ui;
        font-weight: 100;
        font-style: normal;
        color: rgba(239, 1, 1, 0.809);
        background-color: #170e0e;
        height: 30px;
        width: 550px;
        text-align: center;
    }
    textarea{
        
            font-family: "Press Start 2P", system-ui;
            font-weight: 100;
            font-style: normal;
            color: rgba(239, 1, 1, 0.809);
            background-color: #170e0e;

    }
    .inbox{
        height: 30%;
        width: 66%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 10px;
        border-radius: 25px;
        backdrop-filter: blur(19px) saturate(200%);
        -webkit-backdrop-filter: blur(19px) saturate(200%);
        background-color: rgba(145, 154, 182, 0.52);
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.125);
        transition: 0.8s;
        
   
    }
    .inbox:hover{
        border-color: rgb(255, 239, 239);
        box-shadow:  0 0 50px rgb(255, 255, 255);
    }
    input:focus{
        border-color: red;
        outline: none;
        box-shadow:  0 0 7px red;
    }
    textarea:focus{
        border-color: red;
        outline: none;
        box-shadow:  0 0 7px red;
    }
    
    /* From Uiverse.io by Gautammsharma */ 
.comic-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ff5252;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 5px 5px 0px #000;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 15px;
  }
  
  .comic-button:hover {
    background-color: #fff;
    color: #ff5252;
    border: 2px solid #ff5252;
    box-shadow: 5px 5px 0px #ff5252;
  }
  
  .comic-button:active {
    background-color: #fcf414;
    box-shadow: none;
    transform: translateY(4px);
  }
  

  .logo{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
  }
.linkdin_logo{
 width: 100px;
 transition: 0.5s;
}
.github_logo{
transition: 0.5s;
}
.mail_logo{
width: 100px;
transition: 0.5s;
}
.linkdin_logo:hover{
filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
transform: scale(1.2);
}

.github_logo:hover{
    filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
    transform: scale(1.2);
    }

 .mail_logo:hover{
        filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
        transform: scale(1.2);
        }

        
    /* This is for phone view */
    @media only screen and (max-width: 600px) {
        .navlogo{
    
            height: 35%;
            width: 65%;
            
            }

            nav ul{
                display: flex;
                padding: 0.7px;
                align-items: center;
                justify-content: space-evenly;
                font-size: 13px;
            }
      
            #HOME{
                background: url(codebg.jpg);
                background-size:contain;
                background-position: right;
                background-repeat: no-repeat;
                margin: 0;
                padding:5px;

            }
            .intro{
    
                text-align: center;
                font-size: 15.5px;
                font-family: "Josefin Sans", sans-serif;
                font-weight: 300;
                font-style: normal;
                text-shadow: 1px 0px 1px rgb(255, 255, 255);
                padding:0px;
                margin: 0px;
                color: rgb(248, 63, 63);
                padding: 3px;

            }
            .typo a{
                text-align: center;
                text-decoration: none;
                padding-top: 10px;
                font-size: 30px;
                padding-bottom: px;
                text-decoration: none;
                display: block;
                font-family: "Josefin Sans", sans-serif;
                font-optical-sizing: auto;
                font-weight: 700;
                font-style: normal;
                color: rgb(255, 255, 255);
                text-shadow: 1px 1px 1.5px rgb(240, 88, 50);
                padding: 3px;
            }
        
         
    .home_pic{
        height: 70%;
        width: 82%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: 0.7s;
    }
    
    .about_p{
        text-align: center;
        color: whitesmoke;
        font-size: 12.5px;
        font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        padding: 5px;
        padding-left:10px ;
        padding-right: 10px;
    }
      
    .quote{
        color: red;
        font-size: 20px;
        position: relative;
        margin-top: 39%;
        margin-right: 15%;
        margin-left: 20%;
        text-shadow: 1px 1px 1px whitesmoke;
        font-family:"Cinzel", serif;
        font-optical-sizing: auto;
        font-weight: 666;
        font-style: normal;
        transition: 2s;
    }
    #SKILL{
        margin-top: 85px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .spic{
        width: 35%;
        justify-content: center;
        margin: 15px;
        filter: grayscale(90%);
        transition: 0.5s;
    }
    .spicend{
        width: 35%;
        justify-content: center;
        margin: 20px;
        margin-left: 27%;
    }

    input{
        font-family: "Press Start 2P", system-ui;
        font-weight: 100;
        font-style: normal;
        color: rgba(239, 1, 1, 0.809);
        background-color: #170e0e;
        height: 20px;
        width: 200px;
        text-align: center;
        font-size: 12px;
    }
    textarea{
        
            font-family: "Press Start 2P", system-ui;
            font-weight: 100;
            font-style: normal;
            color: rgba(239, 1, 1, 0.809);
            background-color: #170e0e;
            height: 30px;
            width: 200px;
            text-align: center;
            font-size: 12px;
            padding: 5px;

    }
      .form{
        padding: 20px;
        width: 100%;
        font-size: 15px;
      }
      .comic-button{
        margin: 5px;
        height: 35px ;
        width: 100px ;
        font-size: 12px;
      }


     .btn{
        width: 45%;
        font-size: 10px;
        margin-top: 30px;
     }
     
}
     
        .foot{
            font-size: 17px;
            text-align: center;
            font-family: "Josefin Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 500;
            font-style: normal;
            margin: 7px;
    
        }
    
   
