*{
    margin: 0; padding: 0; border: 0; box-sizing: border-box;    
    
}
html{
    scroll-behavior: smooth;
}
html,body {
    height: 100%;
    background-color: black;
    color: white;
    
	
}
.nav{
    overflow: hidden;
    background-color: gray;
    width: 100%;
}
.dropdown{
    float: left;
    overflow: hidden;
    
}
.dropdown .dropbtn{
    font-size: 24px;
    border: none;
    outline: none;
    color: whitesmoke;
    padding: 15px 18px;
    background-color: inherit;
    margin: 0;
}
.nav a:hover, .dropdown:hover .dropbtn{
    background-color: blue;
    cursor: pointer;
    
}
.dropdown-content{
    display: none;
    position: absolute;
    background-color: beige;
    width: 100%;
    left: 0;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.dropdown-content .header{
    background: blue;
    padding: 12px;
    color: whitesmoke;
}
.dropdown:hover .dropdown-content{
    display: block;
}
.col{
    float: left;
    width: 33.33%;
    padding: 12px;
    background-color: #aaa;
    height: 150px;
}
.col195{
    float: left;
    width: 50%;
    padding: 12px;
    background-color: #aaa;
    height: 150px;
}
.col295{
    float: left;
    width: 25%;
    padding: 12px;
    background-color: #aaa;
    height: 150px;
}
.col a, .col195 a, .col295 a{
    float: none;
    color: white;
    padding: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.col a:hover, .col195 a:hover{
    background-color: black;
}

.row::after{
    content: "";
    display: table;
    clear: both;
}
footer{
    position: absolute;
    bottom: -100%;
    min-height: 300px;
    min-width: 100%;
    background: linear-gradient(to right, #0000ff, #00ff00, #ff0000) ;
    display: grid;
    grid-template-columns: auto auto auto;
    
}
footer > div{
    width: 33vw;
    text-align: center;
}
.item2{
    display: grid;
    grid-template-rows: auto auto auto auto;
}
.item2 a{
    font-size: 75px;text-decoration: none;
}
.contact{
    font-size: 3rem;
    color:purple ;
}
.r{
    color: red;
}
.g{
    color: green;
}
.b{
    color: blue;
}
input:hover{
    cursor: pointer;
}
#cn{
    background: linear-gradient(to right, #ff00ff, #ffff00, #00ffff) ;
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    -webkit-background-clip: text; 
    width: fit-content;
}
footer a{
    color: orange;
}

.me{
    height: 65vh;
    width: 30vw;
    position: absolute;
    top: 20%;
    left: 35%;
}
.intro h1{
    font-weight: 1000;
    font-size: 5rem;
    text-align: center;
}
.intro h3{
    font-weight: 500;
    font-size: 2.5rem;
    text-align: center;
    position: relative;
}

@media screen and (min-width: 1574px) {
    .intro h1{
        font-size: 5rem;
    }
    .intro h3{
        font-size: 2.5rem;
        position: relative;
        top: 700px;
    }
    .me{
        height: 65vh;
        position: absolute;
        top: 25%;
    }
}
@media screen and (max-width: 1573px) {
    .intro h1{
        font-size: 5rem;
    }
    .intro h3{
        font-size: 2.2rem;
        position: relative;
        top: 800px;
    }
    .me{
        height: 65vh;
        position: absolute;
        top: 25%;
    }
    .dropdown .dropbtn{
        font-size: 20px;
    }
    .col a, .col195 a{
        font-size: 20px;
    }
    footer{
        position: absolute;
        bottom: -75%;
    }
}
@media screen and (max-width: 1347px) {
    .intro h1{
        font-size: 3rem;
    }
    .intro h3{
        font-size: 2rem;
        position: relative;
        top: 600px;
    }
    .me{
        height: 50vh;
        position: absolute;
        top: 20%;
    }
    .dropdown .dropbtn{
        font-size: 18px;
    }
    .col a, .col195 a{
        font-size: 18px;
    }
    footer{
        position: absolute;
        bottom: -75%;
    }
}
@media screen and (max-width: 1234px) {
    .intro h1{
        font-size: 3rem;
    }
    .intro h3{
        font-size: 2rem;
        position: relative;
        top: 600px;
    }
    .me{
        height: 50vh;
        position: absolute;
        top: 20%;
    }
    .dropdown .dropbtn{
        font-size: 16px;
    }
    .col a, .col195 a{
        font-size: 16px;
    }

    footer{
        position: absolute;
        bottom: -75%;
    }
}
@media screen and (max-width: 1121px) {
    .intro h1{
        font-size: 3.5rem;
    }
    .intro h3{
        font-size: 2rem;
        position: relative;
        top: 600px;
    }
    .me{
        height: 50vh;
        position: absolute;
        top: 20%;
    }
    .dropdown .dropbtn{
        font-size: 15px;
    }
    .col a, .col195 a{
        font-size: 15px;
    }
    footer{
        position: absolute;
        bottom: -75%;
    }
}
@media screen and (max-width: 1064px) {
    .intro h1{
        font-size: 3.5rem;
    }
    .intro h3{
        font-size: 2rem;
        position: relative;
        top: 600px;
    }
    .me{
        height: 50vh;
        position: absolute;
        top: 20%;
    }
    .dropdown .dropbtn{
        font-size: 14px;
    }
    .col a, .col195 a{
        font-size: 14px;
    }
    footer{
        position: absolute;
        bottom: -75%;
    }
}
@media screen and (max-width: 1007px) {
    .intro h1{
        font-size: 3.5rem;
    }
    .intro h3{
        font-size: 2rem;
        position: relative;
        top: 550px;
    }
    .me{
        height: 50vh;
        position: absolute;
        top: 20%;
    }
    .dropdown .dropbtn{
        font-size: 13px;
    }
    .col a, .col195 a{
        font-size: 13px;
    }
    footer{
        position: absolute;
        bottom: -75%;
    }
}
@media screen and (max-width: 951px) {
    .dropdown .dropbtn{
        font-size: 12px;
    }
    .col a, .col195 a{
        font-size: 12px;
    }
    .me{
        height: 45vh;
    }
    footer{
        position: absolute;
        bottom: -50%;
    }
    .intro h3{
        font-size: 1.30rem;
        position: relative;
        top: 500px;
    }
    .intro h1{
        font-size: 3rem;
    }
}
@media screen and (max-width: 894px) {
    .dropdown .dropbtn{
        font-size: 11px;
    }
    .col a, .col195 a{
        font-size: 11px;
    }
    .me{
        height: 40vh;
    }
    footer{
        position: absolute;
        bottom: -30%;
    }
    .intro h3{
        font-size: 1rem;
        position: relative;
        top: 450px;
    }
    .item2>a{
        font-size: 50px ;
    }
}
@media screen and (max-width: 838px) {
    .dropdown .dropbtn{
        font-size: 10px;
    }
    .col a, .col195 a{
        font-size: 10px;
    }
    .me{
        height: 40vh;
    }
    footer{
        position: absolute;
        bottom: -25%;
    }
    .intro h3{
        font-size: 1rem;
        position: relative;
        top: 400px;
    }
    .item2 a{
        font-size: 50px;
    }
}

@media screen and (max-width: 781px) {
    .dropdown .dropbtn{
        font-size: 10px;
        padding: 10px 9px;
    }
    .me{
        height: 30vh;
    }
    .item2 a{
        font-size: 40px;
    }
}

@media screen and (max-width: 674px) {
    .dropdown .dropbtn{
        font-size: 9px;
        padding: 10px 5px;
    }
    .col a, .col195 a{
        font-size: 9px;
    }
    .me{
        height: 25vh;
    }
    .item2 a{
        font-size: 30px;
    }
}
@media screen and (max-width: 570px) {
    .dropdown .dropbtn{
        font-size: 9px;
        padding: 10px 2.5px;
    }
    .intro h3{
        font-size: 1rem;
        position: relative;
        top: 300px;
    }
}
@media screen and (max-width: 539px) {
    .dropdown .dropbtn{
        font-size: 6.5px;
        padding: 10px 1px;
    }
    .col a, .col195 a{
        font-size: 6.5px;
    }
    .intro h3{
        font-size: 1rem;
        position: relative;
        top: 300px;
    }
    .me{
        height: 20vh;
    }
    .item2 a{
        font-size: 25px;
    }
}
input{
    font-size: 20px;
}
.cme{
    position: relative;
    left: 42%;
    height: 25vh;
    width: 15vw;
}
.cfoot{
    bottom: 0%;
    min-height: 190px;
}

label{
    font-size: 20px;
}

.hi{
    text-align: center;
}
#name,#email{
margin-bottom: 10px;
margin-top: 10px;

}
#msgn{
    margin-left: 30vw;
}
#lname,#lemail{
    margin-left: 40vw;
}
.Send{
    margin-left: 47.5vw;
}
textarea{
    max-width: 100vw;
}
.aboutme{
    margin-top: 50px;
    margin-left: 50px;
}
.link{
    color: gray;
}

.LList{
    height: max-content;
    border: 1px solid white;
    width: 1000px;
}
.lfooter{
    bottom: -300%;
}