/* * {
    outline: red dotted 1px;
} */



body {
    padding: 0;
    margin: 0;
    background-color: #000000;
    color: #fff;
}

.whole {
    display: flex;
}

.home {
    height: 100vh;
    width: 100vw;
    background-color: #000000;
    overflow: hidden;
}

.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: aliceblue;
}

.navit {
    padding: 20px 0;
}
.navit:hover{
    padding-left: 10px;
}
@media screen and (min-width:800px) {
    .Navbar {
        position: fixed;
        background-color: rgb(20, 20, 20);
        
        top: 0;
        bottom: 0;
        left: 0;
    }
    section {
    margin: 0;
    padding: 0;
    margin-left: 15%;
    }
    .bio{
    transform: translate(0, 10%);
    margin-bottom: 13%;
    }
    .glasscard{
        margin-left: 20px;
        margin-right: 20px;
    }
    .sechom{
        margin-left: 0;
    }
    .titex{
        margin-left: 20px;
        border-left: #fff solid 1px;
        padding-left: 20px;
    }

    .social-icons{
        display: block;
    }

    .contpage{
        position: relative;
        margin: 0;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .sepa{
        height: 50px;
    }
}
@media screen and (min-width : 1400px){
    .secabside{
        margin-top:200px ;
    }
}

.absect{
    text-align: center;
}
.abodiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.glasscard{
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .08);
    max-width: 700px;
    margin-top: 15%; 
    text-align: center;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .glasscard {
      background-color: rgba(255, 255, 255, .08);
      -webkit-backdrop-filter: blur(2em);
      backdrop-filter: blur(6em);
    }
  }

.abpic{
    border-radius: 50%;
    max-width: 250px;
    transform: translate(0, -50%);
    margin-bottom: -25%;
}

.parbio{
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 1.5;
}

.parlinks{
    color: #fff;
    text-decoration-line: underline;
    transition: 0.8s ease-in-out;
}

.parlinks:hover{
    font-size: 24px;
    background-color: #fff;
    color: #000000;
    
    text-decoration-line: none;
}

.button{
    border: #fff 1px solid;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    font-size: medium;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.button:hover{
    color: #000000;
    background-color: aliceblue;
    
}


/* Contact form container */
.contact-form {
    padding: 20px;
    max-width: 500px;
    flex-grow: 0.2;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

/* Form groups */
.contact-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.contact-form label {
    margin-bottom: 6px;
    font-weight: bold;
    color: white;
}

/* Inputs & Textarea */
.contact-form input,
.contact-form textarea {
    padding: 10px;
    border: none;
    border-radius: 6px;
    background: #1a1a1a;
    color: white;
    font-size: 14px;
    outline: none;
    transition: background 0.3s ease, border 0.3s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #aaa;
}

/* Focus effect */
.contact-form input:focus,
.contact-form textarea:focus {
    background: #222;
    border: 1px solid var(--accent, #00c4cc);
}

/* Textarea size */
.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

/* Button */
.contact-form button {
    background: var(--accent, #00c4cc);
    color: white;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background: var(--accent-hover, #009da3);
}


button[type=submit] {
    padding: 5px 15px;
    background-color: #000000;
    color: white;
    border: #fff 1px solid;
    border-radius: 8px;
    padding: 10px;
    width: 150px;
    color: #fff;
    font-size: medium;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 1s ease-in-out;
}

button[type=submit]:hover{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    width: 160px;
    
}

.contact-form .message{
    resize: vertical;
    width: 300px;
}
.fomele{
    padding: 10px;
}

.secabside{
    min-width: 400px;
    max-width: 700px;
}
.skill{
    text-align: center;
    border-radius: 5px;
}
.progic{
    font-size: 40px;
    text-align: center;
    padding: 10px;
}
.vid{
    margin-top: 40px;
}
.navbar{
    height: 100vh;
    
}
.Navbar:hover {
    width: 15%;
}

.navel {
    display: flex;
}

.Navbar:hover .navla {
    display: inline-block;
}

.navic {
    font-size: 50px;
    color: aliceblue;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 10px;
}

.navla {
    display: none;
    align-self: center;
    margin-left: 10px;
    font-size: 20px;
    color: aliceblue;
    font-family: 'Yellowtail', cursive;
}

a {
    text-decoration: none;
}

.hometxt {
    color: aliceblue;
    font-size: 25px;
}

.homepa {
    margin: auto;
    padding: 50px 0;
    text-align: center;
}

.homepa::after {
    content: "";
    display: table;
    clear: both;
}

.homim {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.sechom {
    height: 100vh;
}

.mypic{
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.hoic {
    color: aliceblue;
    font-size: 30px;
    padding: 10px;
}

.homsoc {
    text-align: center;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.cont{
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.conn{
    display: flex;
    flex-wrap: wrap-reverse;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.titex{
    font-size: 30px;
}

/* Media Query for hamburger menu */
@media screen and (max-width:800px) {
    .navla{
        display: block;
    }
    .Navbar:hover {
        width: 100%;
    }
    .Navbar:hover .navla {
        display:inline-block
    }
    .hamburger{
        margin: 10px;
        padding: 5px;
        display: block;
        text-align: -webkit-right;
        text-align: -moz-right;
    }
    .hamburger div{
        width:35px;height:5px;background-color:white;margin-bottom:6px
    }
    #navbar{
        display:none
    }
    #navbar.show{
        display:block
    }

    .glasscard{
        margin-top: 50%;
    }
}
