@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nerko+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nerko+One&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
}
body {
    overflow-x: hidden;
}
.bg-image {
    height: 100vh;
    width: 100%;
    position: relative;
}
.menu-bar {
    font-size: 3em;
    /* color: rgba(7, 7, 156, 0.801); */
    color: rgba(255, 166, 0, 0.822);
    transition: 0.3s ease-in-out;
    position: absolute;
    top:  5vw;
    left: 5vw;
    cursor: pointer;
}
.drop-down {
    height: 100vh;
    width: 0;
    background-size: cover;
    position: fixed;
    top: 0;
    height: 100%;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    z-index: 2;
}
.closed {
    position: relative;
    top: 8vw;
    left: 78vw;
    color: lightcyan;
    font-size: 3.5em;
    cursor: pointer;
}
.menu-bar:hover {
    color: blue;
}
.menu-btn {
    color: green;
    background-color: transparent;
    padding: 2vw 4vw;
    position: relative;
    top: -49vw;
    left: 36vw;
    font-size: 1.2em;
    outline: none;
    transition: 0.5s ease-in-out;
    border: 1vw solid green;
    border-radius: 1vw;
}
.index-menu {
    transform: translate(0px,150px);
    opacity: 0;
    animation-name: about-menu;
    animation-duration: .7s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
/* MENU BUTTON FOR OTHER PAGES */
.drop-menu {
    color: green;
    background-color: transparent;
    padding: 2vw 4vw;
    position: absolute;
    bottom: 20vw;
    left: 35%;
    font-size: 1.2em;
    outline: none;
    transition: 0.5s ease-in-out;
    border: 1px solid green;
    border-radius: 1vw;
    transition: 0.6s ease-out;
    box-shadow: 20px 20px 60px #00000041,inset -20px -20px 60px #ffffff40;
}
@keyframes about-menu {
    0% {
        transform: translate(0px,150px);
        opacity: 0;
    }
    100% {
        transform: translate(0px,0px);
        opacity: 1;
    }
}
.drop-menu:hover {
    background-color: green;
    color: white;
}
.menu-btn:hover {
    background-color: black;
    color: white;
    border: navajowhite;
    box-shadow: 0.40vw 0.40vw 0.40vw black;
}
.flow {
    background-image: linear-gradient(240deg, blue, red);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    z-index: 10;
}
.flow li {
    list-style-type: none;
    margin-bottom: 15vw;
    margin-left: -9vw;
    padding-bottom: 10%;
}
.mtop {
    position: relative;
    top: -13vw;
}
.flow a {
    text-decoration: none;
    color: white;
    font-size: 9vw;
    padding: 3vw 6vw;
    transition: 0.5s ease-out;
    border-radius: 2vw;
}
.flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flow li a:hover {
    background-color: red;
    color: black;
    box-shadow: 0.17vw 0.17vw 0.17vw black;
}
.xclose {
    color: white;
    font-size: 13vw;
    position: absolute;
    bottom: 35vw;
    left: 45vw;
    transition: 0.5s ease-out;
    cursor: pointer;
}
.xclose:hover {
    text-shadow: 0.20vw 0.20vw 0.20vw white;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: black;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 5px solid green;
    border-radius: 10px;
    text-align: center;
}
.text-hover {
    cursor: pointer;
    font-size: 1.3em;
    color: white !important;
}

/* Optional Error For AOS , Remove if Remove AOS */

.error-aos {
    margin-right: 6.1rem !important;
}
.error-aos1 {
    margin-right: 8.5rem !important;
}
.error-aos-2 {
    margin-right: 5.4rem !important;
}
/* Error Aos */

/* Styling About Section */

.about-menu {
    z-index: 4;
    position: absolute;
    transform: translate(0px,150px);
    opacity: 0;
    animation-name: about-menu;
    animation-duration: 0.5s;
    animation-delay: 4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.about-header {
    background-color: lightslategrey;
    height: 70px;
    width: 100%;
    opacity: 0.4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation-name: about-header;
    animation-duration: 0.9s;
    animation-iteration-count: 1;
    /* animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); */
    animation-timing-function: 1s;
    animation-fill-mode: forwards;
}
@keyframes about-header {
    0% {
          top: -100px;
    }
    100% {
         top: 0;
         list-style-type: none;
    }
 }
.about-bg {
    /* background-color: rgba(0, 0, 0, 0.801); */
    background: radial-gradient(white, black);
    height: 40vh;
    width: auto;
}
.about-main {
    /* background-color: #f1e7e7; */
    background-color: whitesmoke;
    height: 60vh;
    width: 90%;
    margin-left: 5vw;
    position: relative;
    top: -9rem;
    /* box-shadow: 20px 20px 60px #00000041,inset -20px -20px 60px #ffffff40; */
    /* box-shadow: 20px 20px 60px #0000006b,inset -20px -20px 60px #ffffff63;
    border: 2px solid black;
    border-radius: 20px; */
    border-radius: 19px;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  5px 5px 10px #9d9d9d,
                 -5px -5px 10px #ffffff;
    text-align: center;
    margin-bottom: -15vw;
}
.menu-fixed {
   position: fixed;
}

.about-image {
    height: 250px;
    width: 230px;
    background-size: cover;
    transform: translate(0 , -15vh);
    border: 4px solid white;
    border-radius: 20px;
}
.about-text {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: -2vh;
    font-family: "Nerko One", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.3rem;
}
.about-text-2 {
  font-family: "Inter", sans-serif;
  font-weight: bolder;
}
.about-name {
  font-family: "Raleway", sans-serif;
}
 .about-info {
    transform: translate(0, -12vh);
 }
 .about-text, .about-name {
    letter-spacing: 2px;
    line-height: 1.4em;
 }
 .text {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-family: "Nerko One", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}
.text-2 {
    letter-spacing: 2px;
    line-height: 2.5rem;
    font-size: 1.3rem;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    color: green;
}
.text-2:hover {
    color: white;
}
.text-3 {
    letter-spacing: 2px;
    line-height: 2.5rem;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    color: goldenrod;
}
.text-3:hover {
    color: whitesmoke;
}
.text-4 {
    color: green;
}
.my-skills {
    width: 97%;
    padding: 3px;
    padding: 20px 3px;
    border-radius: 19px;
background: linear-gradient(145deg, #cacaca, #f0f0f0);
box-shadow:  5px 5px 10px #9d9d9d,
             -5px -5px 10px #ffffff;
}
.my-hobbies {
    width: 97%;
    padding: 3px;
    padding: 20px 3px;
    border-radius: 19px;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  5px 5px 10px #9d9d9d,
                 -5px -5px 10px #ffffff;
    
}
.my-info {
    margin-bottom: 3em;
   
}
/* stying form*/
.form {
    margin-bottom: 3rem;
    background-color: whitesmoke;
    padding-top: 20px;
    padding-bottom: 20px;

}
.submit-btn {
    padding: 10px 20px;
    width: 70%;
    margin: 0 auto;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.342);
    color: blue;
    border-radius: 5px;
    font-size: 21px;
    position: relative;
    overflow: hidden;
    letter-spacing: 1.5px;
}
/* .submit-btn:hover  .sub-btn {
    color: white;
    transform: translate(0, 0px);
} */
.sub-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translate(-200px, 0px);
    background-color: blue;
    padding: 10px 20px;
    font-size: 21px;
    color: white;
    width: 100%;  
    letter-spacing: 1.5px;
    transition: .2s ease-in-out;  
}
.about-input {
    padding: 8px 20px;
    border: 2px solid navajowhite;
    outline: none;
    border-radius: 5px;
    transition: 0.3s all;
}
.about-input::placeholder {
    font-size: 1.2em;
    color: silver;
}
.about-input:focus {
    box-shadow: 4px 6px 9px navajowhite;
}


/* Styling Gallery    */

.gallery {
    z-index: 3;
}

.gallery-item {
   height: 100vh;
}

.gallery-image {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}


/* Styling Projects */


.project-main {
    position: relative;
    top: 1.5rem;
    margin-bottom: 50px;
}
.project {
    border: none;
    margin: 0 15px;
}
.project-item {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.40);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    margin-bottom: 23px;
}
.description {
    font-size: 20px;
    line-height: 2rem;
    text-transform: capitalize;
}
a {
    text-decoration: none;
}