html {
    scroll-behavior: smooth;
}

body {
    margin: 0%;
    padding: 0%;
    background-image: linear-gradient(130deg,
            black,
            rgb(2, 22, 2),
            #0f3502,
            rgb(16, 82, 16),
            rgb(2, 131, 2),
            #249160);
    /* margin-bottom: 100px; */
}

.marvel_logo {
    min-width: 150px;
    height: 10%;
    max-width: 15%;
    min-height: 10px;
    background-color: aliceblue;
}

#header {
    display: flex;
    /* grid-template-columns: repeat(4, 1fr); */
    /* border: 1px solid red; */
    max-width: 100%;

}

#nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* border: 5px solid green; */
    margin-left: auto;
    min-width: 60%;
    /* font-size: 1em; */
    color: white;
}

.nav_class>ul>li {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    text-decoration: none;
    list-style-type: none;
    padding: 5px 15px;
    text-align: center;
    font-weight: 700;
    margin-right: -5%;
    font-size: 2vw;
}

/* .nav_class>ul>li:hover {
    background-image: linear-gradient(90deg, red, white);
    background: linear-gradient(90deg,
            rgb(214, 127, 214),
            rgb(231, 136, 136),
            rgb(211, 211, 111));
    border-radius: 10px;
    font-size: large;
} */

.text_h3 {
    font-family: cursive, sans-serif;
    letter-spacing: 3px;
    color: rgb(247, 245, 245);
    text-align: center;
    padding: 50px 5px;
    margin-bottom: 50px;
    margin-top: -20px;
}

marquee {
    color: white;
}

marquee>span {
    font-size: large;
    letter-spacing: 5px;
}

.the_hulk {
    font-family: "Permanent Marker", cursive;
    font-size: 500%;
    margin-top: -50px;
    text-shadow: 3px 3px 5px rgb(77, 167, 202)
}

#hulk_img {
    text-align: center;
    min-width: 100%;
    /* border: 1px solid ; */
    /* position: absolute; */
}

.hulk_png {
    /*  */
    width: 40%;
    transform: scalex(-1);
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    margin-top: -100px;
    /* border: 1px solid white; */
    /* animation: zoom 2s ease-in-out infinite alternate; */
}

/* @keyframes zoom {
    0%{
        width:40%;
    }
    25%{
        width:40.5%;
    }
    50%{
        width:41%;
    }
    75%{
        width:41.5%;
    }
    100%{
        width: 42%;
    }
} */

#contents {
    display: grid;
    grid-template-columns: 18% 60% 32%;
    font-family: sans-serif;
}

.text_content {

    letter-spacing: 0.5px;
    color: white;
    z-index: 2;
    position: relative;
    right: 50%;
    top: 5%;
    text-align: center;
    /* border: 1px solid white; */
}

#contact{
    /* overflow: visible; */
    position: relative;
    z-index: 2;
    left: 70%;
    /* top: 2%; */
    color: white;
    /* font-size: 1.5vw; */
    /* text-align: center; */
    /* padding-top: 25%; */
    /* border: 1px solid white; */
}

.contact_heading{
    font-size: 1.5vw;
}

.icons {
    margin: 5px;
    font-size: 1.5vw;
}

.icon_text {
    visibility: hidden;
}

.icons:hover .icon_text {
    /* color: red; */
    visibility: visible;
    transition: 0.6s;
    transform: rotateY(360deg);
    /* font-size: x-large; */
    /* background-color: white; */
    text-shadow: 2px 2px 5px rgb(197, 112, 112);
}

.text_content {
    font-size: 1.5vw;
}

#btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    justify-content: center;
}

.cv_trailer {
    padding: 1.5% 5%;
    margin: 20px 0px;
    /* border: 1px solid white; */
    border-radius: 20px;
    color:black;
    background-color: white;
    font-weight: 700;
}

.cv_trailer:hover, a:hover {
    background-color: black;
    color: white;
    /* font-size: 110%; */
    /* font-weight: 900; */
}

.fa-play{
    padding: 1px;
    margin: 2px;
}

a {
    text-decoration: none;
    color: black;
    /* font-family: sans-serif; */
}



#about_me {
    /* border: 1px solid white; */
    margin-top: 100px;
    margin-bottom: 0%;
    font-family: cursive,sans-serif;
    color: white;
    font-size: 1.5vw;
    text-align: center;
    align-items: center;
    background-image: linear-gradient(#0f3502,
            rgb(16, 82, 16),
            white,
            white, 
            grey, 
            grey, 
            grey);
    -webkit-box-shadow: 200px 1px 300px 200px #0f3502;
    -moz-box-shadow: 200px 1px 300px 200px #0f3502;
    box-shadow: 200px 1px 300px 200px #0f3502;

}

/* #about_me>h5,h1,h5 {
    text-align: center;
    color: white;
} */

#exp_edu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    text-align: center;
}

.about_me_img {
    grid-row-start: 1;
    grid-row-end: 3;
    max-width: 30vh;
    margin: auto;
    margin-bottom: 20%;
    border: 3px solid white;
    border-radius: 5px;
}

.about_me_img:hover{
    max-width: 32vh;
}

.text_loren {
    grid-column-start: 2;
    grid-column-end: -1;
    padding: 5% 12% 5% 0%;
}

#experience{
    color: white;
    text-align: center;
    font-size: 1.5vw;
    margin-top: -3%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    
    background-image: linear-gradient(grey,
            grey,
            grey, 
            grey, 
            grey);
    -webkit-box-shadow: 200px 1px 300px 200px grey;
    -moz-box-shadow: 200px 1px 300px 200px grey;
    box-shadow: 200px 1px 300px 200px grey;
}

.exp {
    border: 2px solid white;
    max-width: 70%;
    /* max-height:0%;  */
    /* margin-left: 30% ; */
    border-radius: 15px;
    padding-top: 8%;
    padding-bottom: 20px;
    background-color: #4d4c4c;
    box-shadow:black 0px 20px 30px;
}

.exp1{
    background-color: #be7474;
    box-shadow:black 0px 20px 30px;
}

.exp:hover{
   font-size: 1.7vw;
   padding-left: 5px;
   padding-right:5px;
}

.exp>i {
    font-size: 120%;
}

.explore_me {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* color: white; */
    /* text-align: center; */
    /* font-size: 100%; */

}

.full_exp {
    border: 1px solid white;
    /* text-align: center; */
    max-width: 70%;
    margin-left:15%;
    border-radius: 20px;
}

.exp_details {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin: 10px;
}

/* .sub_class{
    padding: 30px;
} */

.fa-check{
    font-size: 70%;
    background-color: white;
    color: rgb(0, 0, 0);
    border-radius: 50%;
    padding: 2px;
}

#projects{
    text-align: center;
    color: white;
    font-family: monospace;
    padding-top: 50px;
}

#album{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 5%;
    margin: 5%;
}

.project_album{
    min-width: 100%;
    border: 1px solid white;
    border-radius: 20px;
    padding: 10px;
    box-shadow: rgba(255, 254, 254, 0.35) 0px 5px 15px;
}

.project_album:hover{
    box-shadow: rgb(0, 195, 255) 0px 5px 15px;
    min-width:105%;
}

.project_album > img 
{
    border-radius: 15px;
    /* margin-top: 10px; */
}

.project_album > h2{
    text-shadow: 2px 2px 5px rgb(77, 167, 202)
}

.buttons{
    font-family: sans-serif;
    font-weight: 600;
    padding: 2% 5%;
    border-radius: 30px;
    /* font-size: 90%; */
}

.buttons:hover{
    background-color: black;
    color: white;
    font-weight: 800;
}

#last_div{
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#link{
    color: black;
    width: 40%;
    border:1px solid white;
    padding: 20px;
    border-radius: 20px;
    margin-left:27.5%;
    background-image: linear-gradient(90deg,
    rgb(141, 141, 226),
    rgb(233, 233, 112),
    rgb(230, 188, 112),
    rgb(224, 143, 224)
    );
}

#link:hover{
    font-weight: 600;
}

#link > i{
    margin-left:20px;
}

#get_touch{
    color: rgb(221, 164, 221);
    display: flex;
    margin-left: 37.5%;
    margin-top: 20px;
    margin-bottom: 100px;
}

.fb:hover {
    color: blue;
    /* background-color: white; */
}

.insta:hover {
    color: rgb(197, 64, 86);
}

.mail:hover {
    color: aquamarine;
}

.github:hover {
    color: black;
}

.copyright{
    text-align: center;
    margin-bottom: 0px;
}

h5{
    font-size: 2vh;
}

btn, button,img,i{
    cursor: pointer;
}

@media screen and (width < 1100px) {
    #btns {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
}

@media screen and (width < 900px) {
    #contents {
        grid-template-columns: 20% 80%;
        /* grid-template-rows: 60% 40%; */
        /* justify-content: center; */
        /* text-align: center; */
    }

    #contact {
        left: 80%;
    }

    .hulk_png {
        max-width: 100%;
        /* border: 2px solid red; */
    }

    .text_content {
        grid-column-start: 2;
        grid-column-end: -2;
        left: 0%;
        font-size: 2vw;
        padding-right: 10%;
        /* grid-template-columns: 500px; */
        /* border: 2px solid red; */
    }

    .btn1,
    .btn2 {
        margin: 5px;
    }
}

@media screen and (width < 680px) {
    .nav_class>ul>li{
        padding: 0%;
        margin: 0%;
    }
    
    #contents {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 60% 20% 40%;
    }

    #hulk_img {
        grid-row-start: 1;
        /* grid-column-end: ; */
    }

    #contact {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        /* grid-column-end:3; */
        display: flex;
        flex-wrap: wrap;
        left: 30vw;
        /* margin-top:5%; */
        align-items: center;
        /* font-size: 10px; */
        margin-right: auto;
    }

    .contact_heading {
        margin-right: 20px;
        font-size: 2vh;
    }

    .icons {
        font-size: min(3.5vh);
        display: flex;
        flex-wrap: wrap;
    }

    .icon_text {
        font-size: 0.1px;
    }

    .icons:hover,
    .text_icon {
        visibility: hidden;
        transition: 1s;
        transform: rotateY(360deg);
    }

    .text_content {
        left: 5%;
        /* align-items: center; */
        font-size: min(2.3vh);
    }

    #exp_edu{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3,1fr);
        gap:3%;
    }

    .about_me_img {
    grid-row-start: 1;
    grid-row-end: 4;
    text-align: center;
    align-items: center;
    }
}

@media screen and (width < 530px ){
    #nav{
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: 10% 10% 10% 10%;
        margin-bottom: -20%;
        margin-left: 2vw;
    }

    #contact{
        margin-left: -80px;
    }

    #exp_edu{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 45% 15% 15% 25%;
        /* gap:3%; */
        text-align: center;

    }

    #about_me{
        padding-top: 5% ;
    }

    .about_me_img {
    grid-column-start: 2;
    grid-row-end: 2;
    text-align: center;
    align-items: center;
    /* margin-bottom: 10%; */
    }

    .exp{
        margin-left:10%;
        /* align-items: center; */
        padding: 0%;
        padding-top: 3%;
        font-size: 1.5vh;
    }

    #exp_seven{
        grid-row-start: 2;
        grid-column-start:2 ;
    }

    #edu{
        grid-row-start: 3;
        grid-column-start:2 ;
    }

    .text_loren{
        padding: 1%;
        font-size: 2vh;
        min-width: 300px;
    }

    #experience{
        padding-top: 10%;
    }

    .explore_me{
        grid-template-columns: repeat(1, 1fr);
        gap: 5%;
    }

    .full_exp{
        margin: auto;
    }

    #album{
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(3,1fr);
        /* margin: auto; */
    }

    .project_album > img{
        max-height: 60%;
        max-width: 30%;
    }

    .project_album{
        margin-right:5%;
        padding: 0%;
    }

    .project_album:hover{
    box-shadow: rgb(0, 195, 255) 0px 5px 15px;
    min-width:102%;
    }

    #last_div{
        margin: 110px;
        flex-wrap: wrap;
        font-size: 2vh;
    }
}
