body {
    margin: 0;
    padding: 0;
    font-family: 'position', 'Arial', 'Helvetica', sans-serif;
    color: lightgrey;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    background-color: #001f7c38;
}

.back-vid {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: lighten;
}

header {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(255, 255, 255, 0.123);
    backdrop-filter: blur(10px);
    padding: 0 10px;
    box-shadow: 0 0 15px;
    z-index: 999;
}

.left {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.left:hover {
    transform: scale(1.1);
}

.left img {
    width: 70px;
    margin: 0 5px;
    animation: slideRight 1s ease forwards;
}

header ul {
    display: flex;
    justify-content: space-between;
    width: 20;
    padding: 1px 0px;
    border-radius: 50px;
    background-color: rgba(0, 0, 69, 0.30);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px #727fde65;
    border: 2px solid rgb(0, 225, 255);
}

header ul li {
    list-style: none;
}

header ul a {
    text-decoration: none;
    color: white;
    font-weight: 270;
    margin: 0 2px;
    transition: all 0s ease;
    opacity: 0;
    animation: slideTop .5s ease forwards;
    animation-delay: calc(.2s*var(--i));
}

.container .menu li a:hover {
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgb(0, 225, 255);
    border-radius: 10px;
    text-shadow: 0 0 10px rgba(18, 247, 255, 0.6),
        0 0 20px rgba(18, 247, 255, 0.6),
        0 0 30px rgba(18, 247, 255, 0.6),
        0 0 40px rgba(18, 247, 255, 0.6),
        0 0 70px rgba(18, 247, 255, 0.6),
        0 0 80px rgba(18, 247, 255, 0.6),
        0 0 100px rgba(18, 247, 255, 0.6),
        0 0 150px rgba(18, 247, 255, 0.6);
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
    transition: all 0.1s ease;
}

nav .container .menu .links {
    display: flex;
}

nav .container .menu .links li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 12px;
}

nav .container .menu .links li {
    cursor: pointer;
    transition: 0.4s ease;
}

nav .container .menu .links li:hover {
    transform: scale(1.1);
}

nav .container .menu .links li a {
    height: 50%;
    text-decoration: none;
    white-space: nowrap;
}

nav .container .menu .links li .arrow {
    height: 100%;
    width: 8px;
    text-align: center;
    color: #fff;
    line-height: 36px;
}

.container .menu .links li:hover .htmlcss-arrow,
.container .menu .links li:hover .js-arrow,
.container .menu .links li:hover .css-arrow {
    transform: rotate(180deg);
}

.container .menu .links .sub-menu {
    position: absolute;
    top: 36px;
    left: 0;
    background: rgb(255, 255, 255, 0.123);
    line-height: 20px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 2px rgb(0, 0, 0, 0.2);
    display: none;
}

.container .links .sub-menu li {
    padding: 0 20px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.123);
    ;
}

.container .menu .links .sub-menu li a {
    font-size: 20px;
    font: 500;
}

.container .menu .links .sub-menu li .more-arrow {
    line-height: 40px;
}

.container .menu .links li:hover .htmlCss-sub-menu,
.container .menu .links li:hover .js-sub-menu,
.container .menu .links li:hover .css-sub-menu {
    display: block;
}

.container .menu .links .more .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    display: none;
}

.container .menu .links .more:hover .more-sub-menu {
    display: block;
}

.box-icons {
    display: flex;
    gap: 10px;
}

.box-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 25px;
    height: 25px;
    border: 2px solid #0ef;
    text-decoration: none;
    color: #0ef;
    border-radius: 50%;
    transition: all 0.1s ease;
}

.box-icons a {
    cursor: pointer;
    transition: 0.4s ease;
}

.box-icons a:hover {
    transform: scale(1.1);
}

.box-icons a:hover {
    background-color: #0ef;
    color: black;
    box-shadow: 0 0 10px #727fde6f;
    box-shadow: 0 0 10px rgba(18, 247, 255, 0.6),
        0 0 20px rgba(18, 247, 255, 0.6),
        0 0 30px rgba(18, 247, 255, 0.6),
        0 0 40px rgba(18, 247, 255, 0.6),
        0 0 70px rgba(18, 247, 255, 0.6),
        0 0 80px rgba(18, 247, 255, 0.6),
        0 0 100px rgba(18, 247, 255, 0.6),
        0 0 150px rgba(18, 247, 255, 0.6);
}


.blackole-box {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: center;
    mix-blend-mode: lighten;
}

.blackole-box video {
    width: 100%;
    margin-top: -23.5%;
}

.home {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: space-between;
}

.home-info {
    position: absolute;
    left: 5%;
}

.home-info h3 {
    font-size: 40px;
    max-width: 500px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 05px;
    opacity: 0;
    animation: slideBottom 1s ease forwards;
    animation-delay: .7s;
}

.home-info h3:nth-of-type(2) {
    margin-bottom: 20px;
    animation: slideTop 1s ease forwards;
    animation-delay: .7s;
}

.home-info h3 span {
    color: #0ef;
}

.home-info h1 {
    font-size: 20px;
    max-width: 600px;
    font-weight: 800;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 05px;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;
}

.home-info h1:nth-of-type(2) {
    margin-bottom: 30px;
}

.home-info h1 span {
    color: #0ef;
}

.home-info h2 {
    font-size: 20px;
    max-width: 600px;
    font-weight: 800;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 05px;
    opacity: 0;
    animation: slideBottom 1s ease forwards;
    animation-delay: .7s;
}

.home-info h2:nth-of-type(2) {
    margin-bottom: 20px;
}

.home-info h2 span {
    color: #0ef;
}

.home-info p {
    max-width: 600px;
    line-height: 26px;
    margin-bottom: 13px;
    font-size: 15px;
}

.home-info button {
    position: relative;
    display: inline-block;
    color: white;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 10px;
    animation: animateGradient 1s linear infinite;
    border: 1px solid #0ef;
    background-color: #2200493d;
    box-shadow: 0 0 5px #081b29;
    cursor: pointer;
    transition: 0.3s;
}

.home-info button {
    gap: 10px;
}

.home-info button:hover {
    transform: scale(1.1);
}

.home-info button::before {
    content: '';
    position: absolute;
    top: 0;
    gap: 9px;
    left: 0;
    width: 0;
    height: 100%;
    background: cyan;
    z-index: -1;
    transition: .5s;
}

.home-info button:hover::before {
    background: transparent;
    width: 100%;
}

.home-info button:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.home-sci a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid #0ef;
    border-radius: 50%;
    color: #0ef;
    text-decoration: none;
    margin: 30px 15px 30px 0;
    transition: .5s ease;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
}

.home-sci a:hover {
    background: #0ef;
    color: #081b29;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

/* =========================
   TABLET RESPONSIVE
========================= */

@media(max-width: 992px) {

    .home {
        flex-direction: column-reverse;
        text-align: center;
        gap: 10px;
        
    }

    .home-info h3 {
        font-size: 3rem;
    }

    .home-info h1 {
        font-size: 1rem;
    }

    .home-info h2 {
        font-size: 1rem;
    }

    .home-info p {
        font-size: 15px;
        line-height: 1.8;
    }

    .home-sci {
        justify-content: center;
    }

    .home-info p {
        margin: auto;
    }

    .home-sci {
        gap: 12px;
        margin-top: 25px;
    }

    .home-sci a {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .home-vid-box video {
        max-width: 80%;
        border-radius: 20px;
        margin-top: -1000%;
    }

    .scroll-down {
        width: 28px;
        height: 48px;
        top: 630px;
    }
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width: 768px) {

    .home {
        padding: 60px 5%;
        gap: 30px;
    }

    .home-info h3 {
        font-size: 3rem;
    }

    .home-info h1 {
        font-size: 2;
        line-height: 1.3;
    }

    .home-info h2 {
        font-size: 1rem;
    }

    .home-info p {
        font-size: 14px;
        line-height: 2;
        top: 1200px;
    }

    .home-sci {
        gap: 12px;
        margin-top: 25px;
    }

    .home-sci a {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .home-vid-box video {
        max-width: 80%;
        border-radius: 20px;
    }

    .scroll-down {
        width: 28px;
        height: 48px;
        top: 720px;
    }
}

/*========================= Mini Smart Digital Clock =========================*/

.clock-container {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    border-radius: 25px;
    background: transparent;
    border: .1px solid cyan;
    text-align: center;
}

.top-section h1 {
    color: rgb(0, 255, 234);
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.bottom-section img {
    width: 90px;
    object-fit: cover;
    animation: float 3s infinite ease-in-out;
}

@keyframes float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }

}

.bottom-section img:hover {
    transform: scale(1.1);
}

.clock {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.time-box {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.time-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px cyan;
}

.time-box:hover {
    color: #0ef;
    transform: translateY(-5px);
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.time-box span {
    font-size: 20px;
    font-weight: bold;
}

.time-box p {
    margin-top: 10px;
    color: cyan;
    font-size: 15px;
    letter-spacing: 1px;
}

.milli {
    width: 70px;
    height: 70px;
}

.milli span {
    color: rgb(255, 0, 0);
    font-size: 20px;
}

.colon {
    font-size: 55px;
    color: red;
    animation: blink .4s infinite;
}

@keyframes blink {
    50% {
        opacity: 0.3;
    }
}

.bottom-section {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.date-box {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.date-box span {
    color: cyan;
    font-size: 20px;
}

#day {
    font-weight: bold;
    color: #00e5ff;
}

.ampm-box {
    background: #00e5ff;
    padding: 12px 25px;
    border-radius: 12px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0 0 15px #00e5ff;
}


/*========================= Gradient Animation =========================*/

.gradient {
    background: linear-gradient(to right, #008baa, #7e42a7, #6600c5, #6070fd, #2a46ff, #0099ff, #008baa);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 4s linear infinite;
}

@keyframes animate-gradient {
    to {
        background-position: 200%;
    }
}

.home-vid-box {
    position: absolute;
    right: 0%;
}

.home-vid-box video {
    height: 900px;
    mix-blend-mode: lighten;
}

.scroll-down {
    color: white;
    height: 50px;
    width: 30px;
    border: 2px solid #0ef;
    position: absolute;
    left: 49%;
    bottom: 0%;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 0 15px #0ef;
}

.scroll-down a:hover {
    background: #0ef;
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.scroll-down::before,
.scroll-down::after {
    content: "";
    position: absolute;
    top: 15%;
    left: 49%;
    height: 10px;
    width: 10px;
    border: 2px solid #0ef;
    transform: translate(-50%, -100%) rotate(45deg);
    border-top: transparent;
    border-left: transparent;
    animation: scroll-down 2s ease-in-out infinite;
}

.scroll-down:before {
    top: 30%;
    animation-delay: 0.5s;
}

@keyframes scroll-down {
    0% {
        opacity: 0;
    }

    30%,
    60% {
        opacity: 1;
    }

    100% {
        top: 90%;
        opacity: 0;
    }
}

/*========================= Info =========================*/

.info-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85%;
    margin-top: 100px;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
}

.info-cards {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: auto;
    height: 40vh;
    overflow: hidden;
    border: 1px solid #0ef;
    background-color: #080020b7;
    border-radius: 20px;
    transition: 0.4s;
}

.card {
    cursor: pointer;
    transition: 0.4s ease;
}

.card:hover {
    transform: scale(1.1);
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: cyan;
    z-index: -1;
    transition: .7s;
}

.card:hover::before {
    background: transparent;
    width: 100%;
}


.card img {
    width: 35%;
    height: 50%;
    object-fit: cover;
}

.card h1 {
    position: absolute;
    margin: 0;
    bottom: 48%;
    left: 5%;
    font-size: 17px;
    z-index: 1;
    color: lightgray;
}

.card h2 {
    position: absolute;
    margin: 0;
    bottom: 39%;
    left: 5%;
    font-size: 14px;
    z-index: 1;
    color: lightgray;
}

.card h4 {
    position: absolute;
    margin: 0;
    bottom: 38%;
    left: 5%;
    font-size: 20px;
    z-index: 1;
    color: #0ef;
}

.card h5 {
    position: absolute;
    margin: 0;
    bottom: 35%;
    left: 5%;
    font-size: 20px;
    z-index: 1;
    color: lightgray;
}

.card p {
    position: absolute;
    bottom: 3%;
    left: 5%;
    z-index: 1;
    max-width: 300px;
    color: #0ef;
    font-size: 10px;
    line-height: 20px;
}

.card video {
    margin-top: 10%;
    width: 70%;
    height: 50%;
    object-fit: cover;
    mix-blend-mode: #0ef;
}

.card button {
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #0ef;
    background-color: #2200493d;
    box-shadow: 0 0 5px #0ef;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.card button {
    cursor: pointer;
    transition: 0.4s ease;
}

.card button:hover {
    transform: scale(1.1);
}

.card button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: cyan;
    z-index: -1;
    transition: .7s;
}

.card button:hover::before {
    background: transparent;
    width: 100%;
}

.card button:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.card:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.card:nth-child(3) {
    grid-row: span 2;
    height: 83vh;
}

.card:nth-child(3) p {
    bottom: 12%;
}

.card:nth-child(3) h1 {
    bottom: 21%;
}



@media (max-width: 992px) {

    .info-cards {
        grid-template-columns: 1fr;
    }

    .stylecsscss {
        font-size: 2.5rem;
    }

    .card {
        padding: 20px;
    }

    .card h1 {
        font-size: 1.8rem;
    }

    .card h2 {
        font-size: 1.3rem;
    }
}

/*========================= Skills Section =========================*/


.about {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}

.about-box {
    width: 70%;
    height: 50vh;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
}

.about-image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    background: transparent;
    border: 2px solid #0ef;
    box-shadow: 0 0 5px #0ef;
    border-radius: 50%;
    color: #0ef;
    text-decoration: none;
    margin: 30px 15px 30px 0;
    transition: .5s ease;
    cursor: pointer;
    transition: 0.4s ease;
}

.about-image img {
    width: 90px;
    object-fit: cover;
    animation: float 3s infinite ease-in-out;
}

@keyframes float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }

}

.about-image:hover {
    transform: scale(1.1);
}

.about-image:hover {
    background: #0ef;
    color: #081b29;
    transform: scale(1.1);
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.aviary {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    top: 25%;
    left: -15%;
    max-width: 300px;
}

.code {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    top: 25%;
    right: -15%;
    max-width: 300px;
}

.about-box h1 {
    font-size: 21px;
    display: flex;
    align-items: center;
}

.about-box p {
    line-height: 23px;
}

.aviary button {
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #727fdeb4;
    background-color: #2200493d;
    box-shadow: 0 0 10px #0ef;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    bottom: -12%;
    left: 0;
    cursor: pointer;
    transition: 0.4s ease;
}

.aviary button:hover {
    transform: scale(1.1);
}

.aviary button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: cyan;
    z-index: -1;
    transition: .5s;
}

.aviary button:hover::before {
    background: transparent;
    width: 100%;
}

.aviary button:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.code button {
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #727fdeb4;
    background-color: #2200493d;
    box-shadow: 0 0 10px #0ef;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    bottom: -12%;
    left: 0;
    cursor: pointer;
    transition: 0.4s ease;
}

.code button:hover {
    transform: scale(1.1);
}

.code button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: cyan;
    z-index: -1;
    transition: .5s;
}

.code button:hover::before {
    background: transparent;
    width: 100%;
}

.code button:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}



/*========================= SLIDER =========================*/


/* =========================
   SLIDER SECTION
========================= */

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: var(--height);

    top: -1300px;
}

/* =========================
   SLIDER LIST
========================= */

.slider .list {
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
}

/* =========================
   SLIDER ITEM
========================= */

.slider .list .item {
    width: var(--width);
    height: var(--height);

    position: absolute;
    left: 100%;

    animation: autoRun 20s linear infinite;

    animation-delay: calc((20s / var(--quantity)) * (var(--position) - 1) - 20s) !important;
}

/* REVERSE ANIMATION */

.slider[reverse="true"] .item {
    animation: reverseRun 20s linear infinite;
}

/* =========================
   IMAGE FIX
========================= */

.slider .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* =========================
   HOVER EFFECT
========================= */

.slider:hover .item {
    animation-play-state: paused !important;
}

.slider .item:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

/* =========================
   ANIMATION
========================= */

@keyframes autoRun {
    from {
        left: 100%;
    }

    to {
        left: calc(var(--width) * -1);
    }
}

@keyframes reverseRun {
    from {
        left: calc(var(--width) * -1);
    }

    to {
        left: 100%;
    }
}

/* =========================
   TABLET RESPONSIVE
========================= */

@media(max-width: 992px) {

    .slider {
        --width: 80px !important;
        --height: 80px !important;

        top: -2550px;
    }

    .slider .list .item {
        animation-duration: 16s;
    }
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width: 600px) {

    .slider {
        --width: 60px !important;
        --height: 60px !important;

        top: -2550px;
    }

    .slider .list .item {
        animation-duration: 12s;
    }

    .slider .item:hover {
        transform: scale(1.05);
    }
}





/*========================= My projects =========================*/


.my-photo-video {
    display: flex;
    flex-direction: column;
    gap: 10%;
    align-items: center;
    position: relative;
    width: 80%;
    height: 100vh;
    margin-top: 200px;
    margin-bottom: 400px;
}

.project-card {
    display: flex;
    width: 100%;
    height: 40%;
    align-items: center;
    gap: 10%;
    justify-content: center;
}

.project-vidbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    position: relative;
    cursor: pointer;
    min-width: 400px;
    transition: 0.4s;
    mix-blend-mode: exclusion;
}

.project-vidbox video {
    object-fit: cover;
    width: 100%;
    box-shadow: 0 0 10px #0ef;
    border-radius: 20px;
    transition: 0.4s;
}

.project-vidbox video:hover {
    box-shadow: 0 0 20px #0ef;
}

.project-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 50%;
    padding-left: 10%;
}

.project-info h1 {
    width: 90%;
    font-size: 25px;
    font-weight: bold;
    text-wrap: nowrap;
    margin-bottom: 10px;
    margin-top: 0;
    max-width: 450px;
}

.project-info p {
    width: 90%;
    max-width: 400px;
    min-width: 300px;
    margin-bottom: 50px;
    margin-top: 0;
}

.project-info button {
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #0ef;
    background-color: #2200493d;
    box-shadow: 0 0 5px #081b29;
    cursor: pointer;
    transition: 0.3s;
}

.project-info button:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

/*========================= Education Section =========================*/

.education {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: auto;
    padding-bottom: 16px;
    margin-left: 40px;
    margin-bottom: 15px;
    gap: 20px;
}

.education .education-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.education-row .education-column {
    flex: 1 1 60px;
    gap: 50px;
}

.education-column .title {
    font-size: 25px;
    margin: 0 0 50px 50px;
    gap: 50px;
}

.education-column .education-box {
    border-left: .2px solid cyan;
    margin-left: 23px;
}

.education-box .education-content {
    position: relative;
    padding-left: 22px;
    padding-right: 70px;
    border-radius: 10px;
}

.education-box .education-content {
    position: relative;
    padding-left: 22px;
    padding-right: 70px;
    border-radius: 10px;
}

.content {
    cursor: pointer;
    transition: 0.4s ease;
}

.content:hover {
    transform: scale(1.1);
}

.education-box .education-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -9.5px;
    width: 19px;
    height: 19px;
    background: #0ef;
    border-radius: 50%;
}

.education-content .content:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.education-content .content {
    position: relative;
    padding: 3px;
    border: 1px solid #0ef;
    margin-bottom: 23px;
    font-size: 16px;
}

.education-content .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: cyan;
    z-index: -1;
    transition: .9s;
}

.education-content .content:hover::before {
    background: transparent;
    width: 100%;
}

.education-content .content .year {
    font-size: 22px;
    color: cyan;
    margin-left: 4px;
    padding-bottom: .2px;
}

.education-content .content h3 {
    margin-left: 10px;
    font-size: 5px;
    margin-bottom: 9px;
    margin-top: 9px;
}

.education-content .content h4 {
    margin-left: 15px;
    font-size: 20px;
    margin-bottom: 9px;
    margin-top: 9px;
}

.education-content .content p {
    width: 90%;
    max-width: 400px;
    min-width: 300px;
    margin-bottom: 6px;
    margin-top: 18;
    margin-left: 20px;
}


/*========================= Contact Section =========================*/

.contact {
    min-height: auto;
    padding-bottom: 7rem;
    background-color: transparent;
    font-size: 20px;
    text-align: center;
}

.contact form {
    max-width: 70rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 5rem auto;
    text-align: center;
}

.contact form .input-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    transition: 0.4s ease;
}

.contact form .input-box {
    cursor: pointer;
    transition: 0.4s ease;
}

.contact form .input-box:hover {
    transform: scale(1.1);
}

.input-box input {
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #0ef;
    box-shadow: 0 0 10px #0ef;
}

.input-box input:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.input-box .error-text {
    font-size: 15px;
    color: red;
    text-align: left;
    margin: -5px 0 10px;
    display: none;
}

form .textarea-box .error-text {
    margin-top: -10px;
}

.input-box input:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef, + 0 0 100px #0ef, 0 0 200px #0ef;
}

.contact form .input-box input,
.contact form textarea {
    width: 120%;
    padding: 1rem;
    font-size: 1rem;
    color: var(cyan);
    background: transparent;
    border-radius: 2rem;
    border: 2px solid var(cyan);
    margin: 1rem 0;
    resize: none;
}

.contact form textarea::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: cyan;
    z-index: -1;
    transition: .9s;
}

.contact form textarea:hover::before {
    background: transparent;
    width: 100%;
}

.contact form textarea {
    cursor: pointer;
    transition: 0.4s ease;
}

.contact form textarea:hover {
    transform: scale(1.1);
}

.contact form textarea {
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #0ef;
    box-shadow: 0 0 5px #0ef;
}

.contact form textarea:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.contact form .input-box input::placeholder,
.contact form textarea::placeholder {
    color: white;
    padding: 10px 15px;
}

.contact form textarea {
    position: relative;
    margin: .9rem 0 3rem;
}

.contact form textarea {
    resize: none;
}

.contact form .btn {
    color: white;
    padding: 10px 0ch;
    border-radius: 10px;
    border: 2px solid cyan;
    box-shadow: 0 0 5px #0ef;
}

.contact form .btn {
    cursor: pointer;
    transition: 0.4s ease;
}

.contact form .btn:hover {
    transform: scale(1.1);
}

.contact form .btn:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.top {
    position: fixed;
    bottom: 2.2px;
    right: 10px;
}

.top i {
    font-size: 20px;
    border: 2px solid #0ef;
    text-decoration: none;
    color: #0ef;
    border-radius: 50%;
    transition: all 0.1s ease;
}

.top i:hover {
    color: #0ef;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

.top i {
    cursor: pointer;
    transition: 0.4s ease;
}

.top i:hover {
    transform: scale(1.1);
}


/*========================= Footer Section =========================*/

footer {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    background: linear-gradient(to right, #0ef #6600c5);
    border: 2px solid #0ef;
    padding: 100px 0 -30px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px;
}

.row {
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col h3 {
    width: fit-content;
    margin-bottom: 30px;
}

.col {
    flex-basis: 25%;
    padding: 20px;
}

.col:nth-child(2),
.col:nth-child(3) {
    flex-basis: 15%;
}

.col h3 {
    width: fit-content;
    margin-bottom: 45px;
    position: relative;
}

.email-id {
    width: fit-content;
    border-bottom: 1px solid cyan;
    margin: 20px 0;
}

ul li {
    list-style: none;
    margin-bottom: 0;
}

ul li {
    cursor: pointer;
    transition: 0.2s ease;
}

ul li:hover {
    transform: scale(1.1);
}

ul li a {
    text-decoration: none;
    color: #ffffff;
}

footer ul {
    padding: 0;
}

form {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid cyan;
}

form .far {
    font-size: 18px;
    margin-right: 10px;
}

form input {
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}

form button {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

form button {
    cursor: pointer;
    transition: 0.4s ease;
}

form button {
    transform: scale(1.1);
}

form button .bx {
    font-size: 18px;
    color: white;
}

.social-icons .bx {
    width: 30px;
    height: 30px;
    border: 2px solid #0ef;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #0ef;
    margin-right: 15px;
    background: transparent;
    cursor: pointer;
    transition: 0.2s ease;
}

.social-icons .bx:hover {
    transform: scale(1.1);
}

.social-icons .bx:hover {
    background: #0ef;
    color: #081b29;
    box-shadow: 0 0 5px #0ef,
        0 0 25px #0ef, 0 0 50px #0ef,
        0 0 100px #0ef, 0 0 200px #0ef;
}

footer .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: red;
    background-size: 1000px 100%;
    ;
}

hr {
    width: 90%;
    border: 0;
    border-bottom: 1px solid cyan;
    margin: 30px auto;
}

.copyright {
    text-align: center;
}

.underline {
    width: 100%;
    height: 5px;
    background: #6e6e6e;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}

.underline span {
    width: 15px;
    height: 100%;
    background: #00c5c5;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 3s linear infinite;
}

@keyframes moving {
    0% {
        left: -20px;
    }

    100% {
        left: 100%;
    }
}

@media (max-width: 700px) {
    footer {
        bottom: unset;
    }

    .col {
        flex-basis: 100%;
    }

    .col:nth-child(2),
    .col:nth-child(3) {
        flex-basis: 100%;
    }
}


/* Gradient Animation */

.gradient {
    background: linear-gradient(to right, #008baa, #7e42a7, #6600c5, #6070fd, #2a46ff, #0099ff, #008baa);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 4s linear infinite;
}


@keyframes animate-gradient {
    to {
        background-position: 200%;
    }
}


@keyframes slideRight {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes slideTop {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideBottom {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@media (max-aspect-ratio: 16/9) {
    .back-vid {
        width: auto;
        height: 100%;
    }
}

@media (min-aspect-ratio: 16/9) {
    .back-vid {
        width: 100%;
        height: auto;
    }
}


/* =========================
   Contact Section Mobile Responsive
========================= */

@media screen and (max-width: 768px) {

    .contact {
        width: 70%;
        padding: 4rem 1.5rem;
    }

    .contact .heading {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .contact form {
        width: 100%;
    }

    .contact .input-group {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .contact .input-box {
        width: 100%;
    }

    .contact .input-box input {
        width: 100%;
        padding: 14px 15px;
        font-size: 15px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .contact .input-group-2 {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .contact textarea {
        width: 100%;
        min-height: 180px;
        padding: 15px;
        font-size: 15px;
        border-radius: 10px;
        resize: none;
        box-sizing: border-box;
    }

    .contact .btn {
        width: 100%;
        padding: 14px;
        font-size: 16px;
        border-radius: 10px;
    }

    .contact .error-text {
        font-size: 12px;
        margin-top: 5px;
    }
}




/* =========================
   Tablet Responsive (iPad etc.)
========================= */

@media(max-width:768px) {

    .time-box {
        width: 70px;
        height: 70px;
    }

    .img .time-box span {
        font-size: 17px;
    }

    .dots {
        font-size: 28px;
    }

    .top-section h1 {
        font-size: 18px;
    }

    .bottom-section {
        justify-content: center;
        text-align: center;
    }

    .date-box {
        text-align: center;
    }

}







/* =========================
   Footer Section Mobile Responsive
========================= */


@media (max-width: 991px) {

    footer ul {
        padding: 0;
    }

    footer ul li {
        list-style: none;
        margin-bottom: 15px;
    }

    footer ul li a {
        text-decoration: none;
        color: #fff;
        transition: 0.3s;
    }

    footer ul li a:hover {
        color: cyan;
        padding-left: 5px;
    }

    /* FORM */

    footer form {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #555;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

    footer form input {
        width: 100%;
        background: transparent;
        border: none;
        outline: none;
        color: #fff;
        font-size: 15px;
    }

    footer form button {
        background: transparent;
        border: none;
        cursor: pointer;
        color: cyan;
        font-size: 24px;
    }

    /* SOCIAL ICON */

    .home-sci {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .home-sci a {
        width: 42px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid cyan;
        border-radius: 50%;
        color: cyan;
        text-decoration: none;
        font-size: 20px;
        transition: 0.3s;
    }

    .home-sci a:hover {
        background: cyan;
        color: #111;
        transform: translateY(-5px);
    }

    /* HR */

    footer hr {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #444;
        margin: 40px 0 20px;
    }

    /* COPYRIGHT */

    footer .copyright {
        text-align: center;
        font-size: 14px;
        color: #aaa;
    }

    /* UNDERLINE */

    .underline {
        width: 100%;
        height: 3px;
        background: #444;
        border-radius: 3px;
        margin-top: 8px;
        overflow: hidden;
    }

    .underline span {
        width: 40px;
        height: 100%;
        background: cyan;
        display: block;
        border-radius: 3px;
    }
}


@media (max-width: 600px) {

    section footer {
        padding: 50px 20px 20px;
    }

    footer .row {
        flex-direction: column;
        gap: 10px;
    }

    footer .col {
        width: 80%;
    }

    footer .col h3 {
        font-size: 18px;
    }

    footer .col p,
    footer ul li a,
    footer .copyright {
        font-size: 13px;
    }

    footer form input {
        font-size: 14px;
    }

    .home-sci a {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
}