@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

/* Body */

html, body {
    height: 100%;
    margin: 0;
    border: 0;
    /* padding: 10px; */
    top: 0;
    margin-top: 0;
    overflow: hidden;
    overflow-x: hidden;
    touch-action: none;
    background-color: rgb(34, 34, 34);
}



.text {
    color: #e5e3e0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
}

.color-theme {
    background: -webkit-linear-gradient(30deg, rgb(0, 251, 255), rgb(6, 130, 216));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    /* animation-name: color-change;
    animation-duration: 40s;
    animation-timing-function: ease; 
    animation-iteration-count: infinite; */
}

/* Color change */

@keyframes color-change {
    0%, 100% {
        background: -webkit-linear-gradient(240deg, rgb(43, 195, 246), rgb(43, 145, 246));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        
    }
    50% {
        background: -webkit-linear-gradient(120deg, rgb(43, 145, 246), rgb(43, 195, 246));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        
    }
    /* 100% {
        color: rgb(43, 145, 246);
    } */
}

/* Headings */

@keyframes text-animation-heading {
    0% {
        left: -80%;
        opacity: 0%;
    }
    70% {
        opacity: 100%;
    }
    100% {
        left: 8%;
    }
}

@keyframes text-animation-sub-heading {
    0% {
        left: -80%;
        opacity: 0%;
    }
    70% {
        opacity: 100%;
    }
    100% {
        left: 8%;
    }
}


.heading-container {
    display: inline-block;
    /* overflow: auto; */
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    margin-top: -100px;
    /* transform: translateX(-50%); */
}

/* .headings p {
    margin-top: -12vh;
    top: 50%;
    position: absolute;
} */



.heading-text::before {
    text-shadow: 2px 2px 20px rgb(34, 34, 34);
    /* position: absolute; */
}

.heading-text {
    padding-bottom: 20px;
    visibility: visible;
    cursor: default;
    /* display: inline; */
    opacity: 100%;
    /* margin-top: -81.5%; */
    /* position: absolute; */
    /* left: 8%;
    top: 12%;  */
    line-height: 70%;
    font-size: 88px;
    font-family: 'Manrope', sans-serif;
    color: rgb(251, 251, 251);
    /* animation-name: text-animation-heading;
    animation-duration: 1.7s;
    animation-delay: 0.2s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.320, 1); */
}
.smaller-heading-text {
    font-size: 50px;
    margin-left: 4px;
}

.sub-heading-text {
    visibility: visible;
    cursor: default;
    /* display: inline; */
    opacity: 100%;
    margin-top: 0;
    /* position: absolute; */
    /* left: 8%;
    top: 34%; */
    /* top: 175px; */
    /* line-height: 70%; */
    font-size: 26px;
    font-family: 'Manrope', sans-serif;
    color: rgb(251, 251, 251);
    /* animation-name: text-animation-heading;
    animation-duration: 2.2s;
    animation-delay: 1.6s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.320, 1); */
}

/* Animations */

@keyframes fade-in {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 100%;
    }
}

@keyframes fade-in-spot-blur {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 10%;
    }
}

@keyframes fade-in-waves {
    0%, 100% {
        transform: translate3d(0px,0px) scale(1);
    }
    80% {
        transform: scale(1.1);
        transform: translate3d(-400px, 70px);
        /* transform: rotate(360); */
    }
}

.wave,
.wave::before,
.wave::after {
  opacity: 80%;
  size: unset;
  content: '';
  position: absolute;
  top: 51%;
  left: 50%;
  width: 250vw;
  height: 250vw;
  margin-left: -125vw;
  transform-origin: 50% 50%;
  background-color: transparent;
  border-radius: 38% 42%;
  box-shadow: inset 0 0 10vw rgb(28, 88, 251);
  animation: spin 28s infinite linear;
  mix-blend-mode: add;
}

.wave::before {
  width: 105%;
  height: 95%;
  margin-top: -125vw;
  transform-origin: 49% 51%;
  border-radius: 40% 38%;
  box-shadow: inset 0 0 11vw rgb(19, 204, 255);
  animation: spin 27s infinite linear;

}

.wave::after {
  width: 102%;
  height: 98%;
  margin-top: -125vw;
  transform-origin: 51% 49%;
  border-radius: 48% 42%;
  box-shadow: inset 0 0 11vw rgba(0, 132, 255, 0.8);
  animation: spin 26s infinite linear;

}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

.whole {
    position: absolute;
    bottom: -800px;
    right: 400px;
    animation-name: fade-in;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
}

.whole-whole {
    animation-name: fade-in-waves;
    animation-duration: 15s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.bacground-waves {
    opacity: 10%;
    rotate: -5deg;
    margin-top: -300px;

}

.background-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
  }
/* background soft blur */

@keyframes spot-blur-move {
    0%, 100% {
        top: 50%;
        left: 70%;
    }
    25% {
        top: 15%;
        left: 45%;
    }
    50% {
        top: 30%;
        left: 10%;
    }
    80% {
        top: 35%;
        left: 45%;
    }
}

.spot-blur {
    /* z-index: -99999; */
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 5%;
    -webkit-filter: blur(420px);
    -moz-filter: blur(420px);
    -o-filter: blur(420px);
    -ms-filter: blur(420px);
    filter: blur(420px);
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 100%;
    animation-name: fade-in-spot-blur;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-duration: 5s;
    /* animation-name: spot-blur-move;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
    background-color: rgb(45, 122, 255);
}

/* socials */


.socials,
.socials::after,
.socials::before {
    /* position: absolute; */
    border-radius: 30%;
    background: -webkit-linear-gradient(-30deg, rgb(0, 229, 255), rgb(2, 149, 255));
    width: 7vw;
    height: 7vh;
    left: 8%;
    /* bottom: 20%; */

}

.icons{
    /* position: absolute; */
    background: linear-gradient(-40deg, rgb(0, 229, 255), rgb(2, 149, 255));
    align-items: center;
    justify-content: center;
    border-radius: 30%;
    width: 7vh;
    height: 7vh;
}

.fa {
    /* size-adjust: inherit; */
    size: 7vmin;
    position: absolute;
    /* align-items: center;
    justify-content: center; */
    width: 5vw;
    height: 5vh;
    min-width: 5vw;
    min-height: 5vh;
    max-width: 5vw;
    max-height: 5vh;
    font-size: 5em;
    top: 2vh;
    left: 2vw;
}

.social-logo-container {
    /* position: absolute; */
    content: "";
    clear: both;
    display: flex;
    /* top: 385px; */
    transition: margin-right 0.2s ease-in-out;
}

.social-logo-main {
    float:left;
    width: 33.3%;
    /* padding-right: 15px; */
    width: 70px;
    height: 70px;
    transform-origin: left top;
    margin-right: 15px;
    transition: margin-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-name: logo-hover2;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.social-logo-main:hover {
    margin-right: 20px;
    animation-name: logo-hover;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

}
.socials-logo-main:not():hover {
    animation-name: logo-hover2;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


.social-logo {
    /* float: left; */
    visibility: visible;
    /* position: absolute; */
    width: 70px;
    height: 70px;
    opacity: 100%;
    transition: all 0.2s ease-in-out;
    
}

.social-logo2 {
    /* float: left; */
    visibility: visible;
    /* position: absolute; */
    /* margin-left: 10vh; */
    /* width: 8vw;
    height: auto; */
    /* left: 8%; */
    /* top: 64%; */
    /* animation-name: text-animation-heading;
    animation-timing-function: cubic-bezier(0.2, 0, 0.190, 1);
    animation-delay: 5.5s;
    animation-duration: 2.2s; */
    width: 70px;
    height: 70px;
    transition: all 0.2s ease-in-out;
}

.social-logo3 {
    /* float: left; */
    visibility: visible;
    /* position: absolute; */
    /* width: 8vw;
    height: auto; */
    /* left: 8%; */
    /* top: 64%; */
    width: 60px;
    height: 60px;
    transition: all 0.2s ease-in-out;
    
}

@keyframes icon-hover {
    0% {
        transform: scale(1);
        opacity: 100%;
    }
    100% {
        transform: scale(1.1);
        opacity: 70%;
    }
}

@keyframes icon-hover2 {
    0% {
        transform: scale(1.1);
        opacity: 70%;
    }
    100% {
        transform: scale(1);
        opacity: 100%;
    }
}



@keyframes logo-hover {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.75;
    }
}

@keyframes logo-hover2 {
    0% {
        transform: scale(1.1);
        opacity: 0.75;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }

}


/* .social-logo-container:hover {
    animation-name: logo-hover;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 10;
} */

/* .social-logo:hover {
    animation-name: logo-hover;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 10;

} */

/* .btn {
    position: absolute;
    top: 50%;
    left: 8%;
} */

.divider {

    visibility: visible;
    opacity: 100%;
    /* width: 50%; */
    /* padding-right: 200px; */
    /* height: 0.5vh;
    border: 0; */
    border: none;
    background: #fbfbfb;
    color: #fbfbfb;
    /* position: absolute; */
    width: 430px;
    height: 2px;
    /* top: 205px; */
    /* margin-top: 1.2vh; */
    /* filter: brightness(3.5); */
    
    /* animation-name: text-animation-heading;
    animation-timing-function: cubic-bezier(0.2, 0, 0.190, 1);
    animation-delay: 3.2s;
    animation-duration: 1.2s; */

}

.divider2 {

    visibility: visible;
    opacity: 100%;
    /* width: 50%; */
    /* padding-right: 200px; */
    /* height: 0.5vh;
    border: 0; */
    border: none;
    background: #fbfbfb;
    color: #fbfbfb;
    /* position: absolute; */
    width: 430px;
    height: 2px;
    margin-top: -30px;
    /* top: 355px; */
    /* margin-top: 1.2vh; */
    /* filter: brightness(3.5); */
    
    /* animation-name: text-animation-heading;
    animation-timing-function: cubic-bezier(0.2, 0, 0.190, 1);
    animation-delay: 3.2s;
    animation-duration: 1.2s; */

}

/* links */

a {
    color: linear-gradient(40deg, rgb(43, 195, 246), rgb(43, 145, 246));
    text-decoration: none;
}

/* bio */

.bio {
    margin-left: 0;
    padding-left: 0;
    margin-top: -40px;
    /* padding-right: 8%; */
    cursor: default;
    /* top: 39%;
    left: 8%; */
    visibility: visible;
    /* top: 240px; */
    /* margin-top: 4vh; */
    /* line-height: 150%; */
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    color: rgb(251, 251, 251);
    /* position: absolute; */
    /* display: inline; */
    /* animation-name: text-animation-heading;
    animation-timing-function: cubic-bezier(0.2, 0, 0.190, 1);
    animation-delay: 4s;
    animation-duration: 2s; */
}

.bio a:hover {
    text-decoration: underline rgba(0, 172, 203, 0.3);
}

/* Light and Dark mode */

@keyframes light-mode-icon-animation {
    0% {
        right: -10%;
    }
    100% {
        right: 5%;
    }
}

.light-mode-icon {
    cursor: pointer;
    visibility: visible;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* height: 8vh;
    width: 8vh; */
    width: 70px;
    height: 70px;
    border-radius: 35%;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 70px;
    height: 70px;
    /* animation-name: light-mode-icon-animation;
    animation-iteration-count: 1;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.2, 0, 0.190, 1); */
}

.dark-mode-icon {
    cursor: pointer;
    visibility: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* height: 8vh;
    width: 8vh; */
    border-radius: 35%;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 70px;
    height: 70px;
}

.dark-mode-icon:hover {
    animation-name: icon-hover;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.dark-mode-icon:not():hover {
    animation-name: icon-hover2;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


.light-mode-icon:hover {
    animation-name: icon-hover;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.light-mode-icon:not():hover {
    animation-name: icon-hover2;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.center {
    top: 50%;
    left: 50%;
    /* transform: translate(-20%, -20%); */
}

.sun-icon {
    top: 5%;
    right: 5%;
    width: 4vw;
    height: 4vw;
    text-align: center;
}


/* .light-mode-icon-container:hover {
    animation-name: logo-hover;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}


.dark-mode-icon-container:hover {
    animation-name: logo-hover;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
} */

.main-container {
    position: relative;
    /* width: 1200px;
    height: 1200px; */
    /* left: 75px; */
    /* top: 10px; */
    margin: 0;
    overflow-wrap: break-word;
    display: flex;
    /* align-items: center; */
    /* justify-content: space-evenly; */
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
    transform: scale(70%);
}

.page {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    display: none;
}

.active {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    /* text-align: left; */
    width: 100%;
    height: 100%;
    padding: 10px;
}

/* @media only screen and (max-width: 780px) {

    .main-container{
        position: relative;
        width: 500px;
        height: 700px;
        top: 700px;
        left: 15px;
        margin: 0;
    }

    .smaller-heading-text {
        font-size: 32px;
        overflow: visible !important;
        overflow-wrap: break-word;
    }

    .heading-text {
        font-size: 40px;
        line-height: 38px;
        overflow: visible !important;
        overflow-wrap: break-word;
    }

    .sub-heading-text {
        font-size: 13px;
        top: 95px;
        overflow: visible !important;
        overflow-wrap: break-word;
    }

    .divider {
        width: 230px;
        top: 105px;
        height: 1px;
    }

    .bio {
        font-size: 9px;
        top: 134px;
        overflow: visible !important;
        overflow-wrap: break-word;
    }

    .divider2 {
        width: 230px;
        top: 185px;
        height: 1px;
    }
    
    .light-mode-icon {
        width: 30px;
        height: 30px;
    }
    
    .dark-mode-icon {
        width: 30px;
        height: 30px;
    }

    .social-logo-container {
        top: 210px;
    }
    .social-logo-main {
        width: 35px;
        height: 35px;
        padding-right: 5px;
    }

    .spot-blur {
        height: 100px;
        width: 100px;
        top: 0;
        left: 0;
    }

    .wave {
        margin-top: -25vw;
    }

    .wave::before,
    .wave::after {
        margin-top: -600px;
    }

    .social-logo-main:hover {
        animation-name: none;
    }

    .bacground-waves {
        margin-top: -500px;
    }
} */

.my-image{
    /* position: absolute; */
    visibility: visible;
    /* left: 950px;
    top: -230px; */
    transform: scale(0.6);
    /* animation: image-animation 2s linear 2s 1; */
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    /* flex: 1;
    width: 100%;
    height: 100%;
    object-fit: cover; */
}

.my-image:hover{
    animation: imageAnimation 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1;
    animation-fill-mode: forwards;
}

.my-image:not(:hover) {
    animation-name: imageAnimation2;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: forwards;
}

@keyframes image-animation {
    0% {
        top: -50%;
    }
    100% {
        top: -200px
    }
    
}

@keyframes imageAnimation2 {
    0% {
        transform: scale(0.62);
    }
    100% {
        transform: scale(0.6);
    }
}

.nav-arrow {
    transition: opacity 0.5s;
    width: 50px;
    height: 50px;
    z-index: 1;
    /* bottom: 300px;
    left: 750px; */

}
.nav-arrow:hover {
    animation-name: icon-hover;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    cursor: pointer;
}

.nav-arrow-container {
    position: fixed;
    justify-content: center;
    align-self: center;
    width: 100vw;
    left: 0;
    bottom: 2%;
    display: flex;
    /* padding: 5px; */
    /* bottom: -220px; */
    overflow: visible;
}

/* .nav-arrow-container {

} */

@keyframes imageAnimation {
    0% {
        
    }
    100% {
        transform: scale(0.62);
    }
}

#loading-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(34, 34, 34);;
    z-index: 9999;
}

[role="progressbar"] {
    margin: 0 auto; }

@keyframes bar {
    0% {
        transform: translateX(0) rotate(0deg);
        opacity: 0; }
    14.28% {
        transform: translateX(-15px) rotate(0deg);
        opacity: 1; }
    28.56% {
        transform: translateX(-30px) rotate(0deg);
        opacity: 1; }
    37.12% {
        transform: translateX(-39px) rotate(0deg);
        opacity: 1; }
    42.84% {
        transform: translateX(-45px) rotate(10deg);
        opacity: 1; }
    57.12% {
        transform: translateX(-60px) rotate(40deg);
        opacity: 1; }
    71.4% {
        transform: translateX(-75px) rotate(62deg);
        opacity: 1; }
    85.68% {
        transform: translateX(-90px) rotate(72deg);
        opacity: 1; }
    100% {
        transform: translateX(-105px) rotate(74deg);
        opacity: 0; } }

[role="progressbar"] {
    position: relative;
    padding: 0;
    width: 100px;
    height: 25px;
    list-style: none;
    transform: scale(1.7);
}
[role="progressbar"] li {
    display: block;
    position: absolute;
    right: 0;
    width: 3px;
    height: 25px;
    border-radius: 1px;
    transform-origin: 50% 100%;
    background: -webkit-linear-gradient(-135deg, rgb(0, 251, 255), rgb(6, 130, 216));
    animation: bar linear 2.8s infinite;
    will-change: transform;
}
[role="progressbar"] li:nth-child(1) {
transform: translateX(0) rotate(0deg);
opacity: .2; }
[role="progressbar"] li:nth-child(2) {
transform: translateX(-15px) rotate(0deg);
animation-delay: -0.4s; }
[role="progressbar"] li:nth-child(3) {
transform: translateX(-30px) rotate(0deg);
animation-delay: -0.8s; }
[role="progressbar"] li:nth-child(4) {
transform: translateX(-45px) rotate(10deg);
animation-delay: -1.2s; }
[role="progressbar"] li:nth-child(5) {
transform: translateX(-60px) rotate(40deg);
animation-delay: -1.6s; }
[role="progressbar"] li:nth-child(6) {
transform: translateX(-75px) rotate(62deg);
animation-delay: -2s; }
[role="progressbar"] li:nth-child(7) {
transform: translateX(-90px) rotate(72deg);
animation-delay: -2.4s; 
}

.spinner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 15px solid #f0f0f0;
    border-top-color: #03c8ff;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes slide-up {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      transform: translateY(-200%);
      opacity: 0;

    }
  }

@keyframes slide-up2 {
from {
    transform: translateY(200%);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;

}
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.page2-container {
    position: relative;
    left: 0;
    /* left: 230px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* margin-top: 180px; */
    transform: scale(105%);
}

.about-me {
    font-size: 60px;
    font-family: 'Manrope', sans-serif;
    color: rgb(251, 251, 251);
}

.about-me-text {
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    color: rgb(251, 251, 251);
    overflow-wrap: break-word;
    text-align: justify;
}

.skills-text {
    font-size: 60px;
    font-family: 'Manrope', sans-serif;
    color: rgb(251, 251, 251);
    margin-bottom: 20px;
}
.skills-container {
    position: relative;
    /* left: 230px; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    /* margin-top: -8%; */
    width: 75vw;
    height: 100%;
    padding: 15px;
    margin-top: -3%;

}

.skill-heading {
    font-size: 40px;
    font-family: 'Manrope', sans-serif;
    color: rgb(251, 251, 251);
    font-weight: 900;
    /* position: absolute; */
    align-self: center;
}

.work-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* height: 800px; */
    box-sizing: content-box;
    margin-top: 10px;
    gap: 40px;
}

.box {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    flex: 1 0 calc(50% - 20px);
    height: 250px;
    background: rgba(0, 187, 255, 0.05);
    box-shadow: 0 0 15px 3px rgba(0, 187, 255, 0.06), 0 0 20px 5px rgba(6, 130, 216, 0.05);
    border-radius: 30px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);    
    opacity: 0.95;
    width: 650px;
    overflow: hidden;
}

@keyframes work-scale-up {
    from {
        transform: scale(1);
    }
    to {

        transform: scale(1.03);
    }
}

@keyframes work-scale-down {
    from {
        transform: scale(1.03);

    }
    to {
        transform: scale(1.0);
    }
}

.box:hover{
    animation: work-scale-up 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1;
    animation-fill-mode: forwards;
    cursor: pointer;
    opacity: 0.8;
}

.box:not(:hover) {
    animation-name: work-scale-down;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: forwards;
}

.main-main-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container {
    display:flex; 
    width: 50%;
    height: 100%;
    /* width: 516.6px; 
    height: 586.2px;  */
    flex: 1; justify-content: center; align-items: center;
}

.heading-container {
    width: 100%; height: auto; display: flex; align-items: baseline; align-items: center; justify-content: center;
}

.big-box {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 350px;
    background: rgba(0, 187, 255, 0.05);
    box-shadow: 0 0 15px 3px rgba(0, 187, 255, 0.06), 0 0 40px 20px rgba(6, 130, 216, 0.05);
    border-radius: 60px;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);    
    opacity: 1;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;

}

.back-arrow-img {
    width: 70px;
    height: 70px;
    transform: rotate(90deg);
    margin-top: 10px;
}

.sub-work-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.gfx-flickity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80% !important;
    height: 100% !important;
    border-radius: 60px;
    box-sizing: border-box;
    /* overflow: hidden; */
    cursor: grab;
}
.vfx-flickity {
    border-radius: 0% !important;
}

.gfx-flickity:active {
    cursor: grabbing;
}

.graphics-designing-skills {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 90%;
}

.sub-skills-text {
    font-size: 34px;
    font-family: 'Manrope', sans-serif;
    color: rgb(251, 251, 251);
    font-weight: 900;
    text-align: center;
    
}

.gfx-skills-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.skill-icon {
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 5px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}

.gfx-work-cell {
    position: relative;
    margin-right: 1%;
    padding: 8px;
    height: 100% !important;
    width: auto;
    /* background: white; */
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* transition-delay: 0.5s; */
    backface-visibility: hidden;

}
.video-in-carousel {
    height: 100%;
    width: auto;
}

.work-img {
    height: 100%;
    width: auto;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* transition-delay: 0.5s; */
}

.gfx-work-cell:hover {
    /* transition-delay: 0ms; */
    transform: scale(1.02);
    
}

.gfx-work-cell:hover .work-img {
    opacity: 0.7;
    /* filter: blur(4px); */
}
/* .gfx-work-cell:hover .big-box {
    filter: blur(4px);
} */

.gfx-work-cell:hover .gfx-project-text{
    opacity: 1;
    visibility: visible;
}

/* .gfx-work-cell:hover .work-img::after {
    
} */

.gfx-project-text {
    cursor: pointer;
    border-radius: 60px;
    position: absolute;
    opacity: 0;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: calc(100% - 16px);
    height: calc(100% - 15px);
    transform: translateY(-100%);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* transition-delay: 0.5s; */
    /* background: rgba(0, 187, 255, 0.05);
    box-shadow: 0 0 15px 3px rgba(0, 187, 255, 0.06), 0 0 40px 20px rgba(6, 130, 216, 0.05); */
}

.gfx-project-text h2 {
    font-size: 50px;
    font-family: 'Manrope', sans-serif;
    color: rgb(251, 251, 251);
    font-weight: 900;
    text-align: center;
    text-shadow: 0 0 10px rgba(27, 27, 27, 0.3);
    /* text-transform: uppercase; */
}

.flicking-arrow-prev, .flicking-arrow-next {
    opacity: 0.6 !important;
    background-color: white !important;
    background-blend-mode: overlay !important;
    border-radius: 500px !important;
}

.flicking-arrow-prev:hover, .flicking-arrow-nex:hover {
    opacity: 0.8 !important;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.flicking-arrow-prev::before, .flicking-arrow-prev::after, .flicking-arrow-next::before, .flicking-arrow-next::after {
    background-color: black !important;
    opacity: 0.8 !important;
}

.flicking-viewport {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.flicking-viewport::-webkit-scrollbar {
    display: none;
}

.shrink-arrows {
    transform: scale(0.6) translateY(-50%) !important;
    transform-origin: center !important;
}
.skill-icon:hover {
    transform: scale(1.1);
}
.blender-icon:hover {
    transform: scale(0.8) !important;
}

.about-me-container {
    border-radius: 40px;
    background: rgba(0, 187, 255, 0.05);
    box-shadow: 0 0 15px 3px rgba(0, 187, 255, 0.06), 0 0 40px 20px rgba(6, 130, 216, 0.05);
    padding: 20px;
    margin: 10px;
    max-width: 800px;

}
.info-text {
    height: 10%;
    font-size: 0.7rem;
    font-family: 'Manrope', sans-serif;
    color: rgb(251, 251, 251);
    font-weight: lighter;
    text-align: center;
}

.graphics-designing-skills-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 20%;
    height: 100%;
    padding: 10px;
}

/* .box-text {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.c4d {
    transform: scale(0.95);
}

#page3 {
    transform: scale(110%);
}

@media only screen and (max-width: 1050px) {

    .main-container {
        overflow: visible;
    }
    .image-container {
        width: 100%;
        display: none;
    }
    .active {
        flex-direction: column;
        overflow: visible;
        
    }
    .heading-container {
        /* transform: scale(0.5); */
        width: 100%;
        /* padding: 10px; */
        /* transform: translateX(-25%); */
    }
    .heading-text {
        font-size: 44px;
    }
    .sub-heading-text {
        margin-top: -10px;
        font-size: 14px;
    }
    .smaller-heading-text {
        font-size: 25px;
        margin-left: 2px;
    }
    .bio {
        font-size: 10px;
        margin-top: -50px;
    }
    .social-logo-main {
        width: 35px;
        height: 35px;
        margin-right: 7px;

    }
    .light-mode-icon {
        width: 35px;
        height: 35px;
    }
    .dark-mode-icon {
        width: 35px;
        height: 35px;
    }
    .divider {
        width: 200px;
        margin-top: 5px;
    }
    .divider2 {
        width: 200px;
        margin-top: -26px;
    }
    .social-logo-container {
        margin-top: -10px;
    }
    .whole {
        bottom: -1200px;
        right: 600px;
    }
    .spot-blur {
        display: none;
    }
    .about-me {
        font-size: 32px;
    }
    .about-me-text {
        font-size: 12px;
    }
    .nav-arrow {
        width: 45px;
        height: 45px;
    }
    .skills-text {
        font-size: 44px;
        margin-bottom: 2px;

    }
    .work-container {
        gap: 25px;
    }
    
    .box { 
        flex-direction: column;
        flex: auto;
        width: 100%;
        height: 100px;
        margin: 5px;
        box-shadow: 0 0 8px 2px rgba(0, 187, 255, 0.06), 0 0 15px 3px rgba(6, 130, 216, 0.05);
    }

    #page3 {
        transform: scale(125%);
    }

    .big-box {
        border-radius: 30px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .skill-heading {
        font-size:30px;
    }
    .nav-arrow-container {
        bottom: 3%;
    }
    .back-arrow-img {
        width: 30px;
        height: 30px;
    }
    .sub-work-container {
        flex-direction: column;

    }
    .gfx-flickity {
        width: 100% !important;
        height: 75% !important;
        border-radius: 40px;
    }
    .graphics-designing-skills {
        /* flex-direction: row; */
    }
    .graphics-designing-skills-container {
        width: 100%;
        height: 25%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .info-text {
        font-size: 8px;
    }
    .gfx-work-cell img {
        border-radius: 20px;
    }
    .gfx-work-cell {
        margin-right: 0.5%;
    }
    .flickity-viewport {
        border-radius: 20px !important;
    }
    .sub-skills-text {
        font-size: 22px;
    }
    .skill-icon {
        width: 40px;
        height: 40px;
    }
    .about-me-container {
        padding: 10px;
    }
    .gfx-project-text h2 {
        font-size: 30px;
    }
    .gfx-work-cell:hover .work-img {
        opacity: 0.7;
        /* filter: blur(2px); */
    }
    #page3 {
        align-items: center;
    }
    .skills-container {
        margin-top: -20%;
        width: 100vw;
    }
    .gfx-skills-logos {
        margin-top: -10px;
    }
    .page2-container {
        transform: scale(135%);
    }
    .bacground-waves {
        opacity: 50%;
        margin-top: -100px;
    }
}

@media only screen and (max-width: 375px) {
    .about-me-text {
        font-size: 10px;
    }
    .about-me {
        font-size: 26px;
    }
    .skills-container {
        margin-top: -40%;
    }
    .skill-heading {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 430px) {
    .skill-heading {
        font-size: 26px;
    }
}