@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
[data-scroll] {
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
/* Hide scrollbar for Chrome, Safari, and Edge */
::-webkit-scrollbar {
    display: none;
}
:root{
    --text-color: #7FFFFF:
} 

html {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    font-family: "Comfortaa", serif;
    scroll-behavior: smooth;
}

main {
    overflow: hidden;
    position: relative;
}


.hero-container {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    background: rgb(2, 0, 18);
    display: flex;
    justify-content: center;
}
.tab-alert{
    position: absolute;
    bottom: 20px;
    color: white;
    right: 20px;
    padding: 10px 15px;
    font-size: 10px;
    border: 0.5px solid white;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
}
.height-full {
    height: 100vh !important;
    width: 100vw;
    transition: all 1.3s ease;
}

.bg-gradient {
    position: absolute;
    height: 15%;
    width: 20%;
    rotate: 150deg;
    left: 25rem;
    background-color: #6300FF;
    filter: blur(110px);
}

.bg-gradient-1 {
    position: absolute;
    height: 8%;
    width: 30%;
    right: 20rem;
    rotate: 10deg;
    background-color: #6300FF;
    filter: blur(90px);
}

.bg-gradient-2 {
    position: absolute;
    height: 10%;
    width: 10%;
    right: 5rem;
    bottom: 0px;
    rotate: 10deg;
    background-color: #6300FF;
    filter: blur(150px);
}

.bg-gradient-3 {
    position: absolute;
    height: 5%;
    width: 50%;
    left: 0px;
    bottom: 0px;
    rotate: 10deg;
    background-color: #6300FF;
    filter: blur(150px);
}

.nav-width {
    position: fixed !important;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    padding: 20px 0px;
}

.nav-bar {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    color: white;
    width: fit-content;
    gap: 10px;
}

.nav-logo h2 {
    font-weight: 100;
    font-size: 20px;
}

.nav-img-logo {
    width: 50px;
}

.nav-img-logo img {
    width: 100%;
}

nav .nav-menu {
    color: white;
    display: flex;
    gap: 30px;
}

nav .nav-menu li {
    list-style: none;
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

nav .nav-menu li:hover {
    border: 1px solid #6300FF;
    transition: all 0.3s ease-in-out;
}
.alert-warning-message{
    display: none;
    font-size: 12px;
    color: white;
    margin-top: 50px;
}
.hero-content {
    position: static;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-content-1 {
    position: absolute;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #6300FF;
    background: radial-gradient(circle, rgba(231, 255, 0, 1) 0%, rgba(0, 70, 255, 1) 25%, rgba(255, 0, 253, 1) 50%, rgba(0, 232, 255, 1) 80%, rgba(0, 3, 255, 1) 100%);
    /* clip-path: circle(100px at 50% 50%); */
    clip-path: circle(25px at var(--x, 50%) var(--y, 50%));
    transition: clip-path 100ms;
}

.hero-content-1 h1 {
    color: rgb(0, 0, 0);
    font-size: 80px;
    font-weight: 300;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
}

.hero-content-1 h2 {
    margin-top: 20px;
    font-weight: 100;
    color: #000000;
    cursor: pointer;
}

.hero-content-1 .hero-btn button {
    color: #000000;
    border: 1px solid rgb(0, 0, 0);
}

.hero-content h1 {
    color: white;
    font-size: 80px;
    font-weight: 300;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
}

.hero-content h1:hover {
    color: white;
    font-size: 80px;
    font-weight: 300;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
}

.hero-content h2 {
    margin-top: 20px;
    font-weight: 100;
    color: #ffffff;
    cursor: pointer;
}

.hero-btn {
    margin-top: 35px;
    width: max-content;
}

a {
    color: white;
    text-decoration: none;
}

.hero-btn button {
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid rgb(255, 255, 255);
    margin: 0px 10px;
    color: #ffffff;
    background: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    position: relative;
    /* transition: all 0.3s ease-in-out; */
    font-size: 15px;
    /* width: 90%; */
}

/* .hero-btn button:hover{
    transition: all 0.3s ease-in-out;
    border: 1px solid #000000;
    color: #000000;
    width: 100%;
} */
/* .hero-btn button:hover::after{
    content: "→";
    font-size: 30px;
    position: absolute;
    padding: 0px 0px;
    right: 10px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    color: #000000;
} */
.char {
    transform: translateY(115px);
    transition: transform .5s;
}

.header-wrapper {
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    height: 80px;
    width: 100%;
    opacity: 100% !important;
}

.extra-map {
    padding: 0px;
    overflow: hidden;
    justify-content: center;
}

.slider {
    height: 80px;
    margin: auto;
    position: relative;
    width: 90%;
    opacity: 30% !important;
    overflow: hidden;
    display: grid;
    place-items: center;
    margin: auto;
}

.cards-wrapper {
    display: flex;
    width: calc(80px * 18);
    animation: scroll 90s linear infinite;
    gap: 30px;
}

/* .cards-wrapper:hover{
    animation-play-state: paused;
} */
 .kuber{
    width: 30px;
 }
 .kuber img{
    width: 100%;
 }
@keyframes scroll {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(calc(-200px * 9));
    }
}

.card {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    padding: 15px 20px;
    color: rgb(255, 255, 255);
    perspective: 100px;
    font-size: 12px;
}

.card i {
    font-size: 25px;
    color: white;
}

/* Left and Right white overlay */
.slider::before,
.slider::after {
    background: linear-gradient(to right, rgb(0, 6, 34) 0%,
            rgba(12, 0, 43, 0) 50%);
    background-blend-mode: color-dodge;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.slider::before {
    left: 0;
    top: 0;
}

.slider::after {
    left: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.second-section-wrapper{
    width: 100%;
    height: 100dvh;
    background: rgb(2, 0, 18);
    position: relative;
    overflow: hidden;
}
.about-bg-gradient {
    position: absolute;
    height: 15%;
    width: 20%;
    rotate: 150deg;
    left: 25rem;
    bottom: 0px;
    background-color: #6300FF;
    filter: blur(110px);
}

.about-bg-gradient-1 {
    position: absolute;
    height: 8%;
    width: 30%;
    right: 20rem;
    bottom: 0px;
    rotate: 10deg;
    background-color: #6300FF;
    filter: blur(90px);
}

.about-bg-gradient-2 {
    position: absolute;
    height: 10%;
    width: 10%;
    right: 5rem;
    top: 0px;
    rotate: 10deg;
    background-color: #6300FF;
    filter: blur(150px);
}

.about-bg-gradient-3 {
    position: absolute;
    height: 5%;
    width: 50%;
    left: 0px;
    top: 0px;
    rotate: 10deg;
    background-color: #6300FF;
    filter: blur(150px);
}
.about-container{
    width: 80%;
    height: 100%;
    position: relative;
    z-index: -1;
}
.about-content h1{
    font-size: 250px;
    /* font-family:fantasy; */
    position: relative;
    /* left: 50%;
    transform: translateX(-50%); */
    top: 450px;
    right: -60%;
    text-align: center;
    font-weight: 300;
    color: white;
    fill: none !important;
    /* -webkit-text-stroke: 5.5px rgb(229, 255, 0); */
    /* -webkit-text-fill-color: #6300FF;  */
    /* text-shadow: 
    -2px -2px 0 rgb(255, 0, 128),  
     2px -2px 0 rgb(255, 0, 128),  
    -2px  2px 0 rgb(255, 0, 128),  
     2px  2px 0 rgb(255, 0, 128);  */
}
/* .about-content-2 h1{
    font-size: 350px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    text-align: center;
    mix-blend-mode:exclusion;
    opacity: 50%;
    font-weight: 50px;
    color: #000000;
} */
.about-img-container{
    width: max-content;
    height: 90dvh;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.about-img-container img{
    height: 135%;
    /* opacity: 50%; */
}
.about-content{
    position: absolute;
    z-index: 3 !important;
    top: 80px;
    left: -80px;
    cursor: pointer;
}
/* .about-content:hover{
    opacity: 100%;
} */

.about-content-1{
    position: absolute;
    z-index: 3 !important;
    top: 270px;
    left: -250px;
}
.about-content-2{
    position: absolute;
    z-index: 3 !important;
    top: 80px;
    right: -80px;
}
.about-content-3{
    position: absolute;
    z-index: 3 !important;
    top: 280px;
    right: -240px;
}
.about-points{
    width: 250px;
}
.about-points img{
    width: 100%;
}
.about-points-bullet{
    color: white;
    position: relative;
    top: -30px;
    left: 40px;
}
.about-points-bullet-1{
    color: white;
    position: relative;
    top: -30px;
    left: 100px;
}
.about-points-bullet-1 ul{
    line-height: 2rem;
}
.about-points-bullet ul{
    line-height: 2rem;
}
.third-section-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-main{
    width: 80%;
    padding: 30px 0px;
    height: 100dvh;
    margin-top: 300px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.project-main h2{
    margin-top: 250px;
    color: white;
    margin: 0px auto;
}
.project-cards{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.cards-pro{
    width: 210px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 40px;
    /* background: linear-gradient(to right, rgb(0, 6, 34) 0%,
            rgba(45, 26, 93, 0) 50%) padding-box,
              linear-gradient(to right, rgb(24, 24, 84), rgb(7, 0, 72)) border-box;
  border-radius: 20px; */
  border: 0.1px solid white;
  border-radius: 20px;
  /* border: 3px solid transparent; */
}
.cards-pro:hover{
    background: linear-gradient(to right, rgb(0, 28, 153) 0%,
            rgba(124, 81, 234, 0) 100%);
    transition: all 0.5s ease-in-out;
}
.open-new{
    display: none;
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 17px;
}
.open-new img{
    width: 100%;
}
.cards-pro:hover .open-new{
 display: block;
}
.card-logo{
    width: 100px;
}
.card-logo img{
    width: 100%;
}
.musemet{
    width: 60px;
}
.adaiyar{
    width: 120px;
    background: white;
    padding: 3px 10px;
    border-radius: 5px;
}
.lambda{
    width: 70px;
}
.mern{
    width: 70px;
}
.tool{
    width: 55px;
    background: white;
    border-radius: 10px;
}
.tag{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    padding: 5px 8px;
    background: #6300FF;
    border-radius: 50px;
}
.card-para-text{
    margin: 10px 0px;
}
.cards-pro-b{
    width: 100dvh;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 60px;
    border-radius: 20px;
    border: 0.1px solid white;
    transition: all 0.5s ease-in-out;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
}
.card-line{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.cards-pro-b:hover{
    background: linear-gradient(to right, rgb(0, 28, 153) 0%,
            rgba(124, 81, 234, 0) 100%);
    transition: all 0.5s ease-in-out;
}
.cards-pro-b button{
    border: 50px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.34);
    outline: none;
    font-size: 16px;
    color: white;
    padding: 12px 22px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.cards-pro-b button:hover{
    border: 1px solid #6300FF;
    transition: all 0.2s ease;
}

/* get in touch */
.get-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.get-in-touch{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 200px;
    color: white;
}

.gif-gin{
    flex: 1;
    position: relative;
}
.gif-gin img{
    width: 80%;
    position: absolute;
    right: 0px;
    /* border: 1px solid white; */
    border-radius: 20px;
}
.form-div{
    flex: 1;
    
    position: relative;
}
form{
    position: absolute;
    left: 100px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    border: 1px solid white;
    height: max-content;
    padding: 20px 40px;
    border-radius: 20px;
}
.form-child{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
form input{
    width: 300px;
    height: 40px;
    font-size: 15px;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 0px 20px;
}
form h2{
    margin-top: 20px;
}
.send-btn-GIT{
    background: none;
    padding: 13px 25px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: white;
    width: fit-content;
    margin-top: 0px;
    margin-bottom: 18px;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 15px;
}
.send-btn-GIT:hover{
    border: 1px solid #6300FF;
    transition: 0.2s ease;
}
.copy-bot{
    color: white;
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translate(-50%, -50%);
    font-size: 13px;
}
.icons{
    position: absolute;
    left: 270px;
    bottom: -490px;
    z-index: 1;
}
.icons i{
    font-size: 25px;
    margin: 0px 8px;
    color: #ffffff59;
    transition: all 0.2s ease;
}
.icons i:hover{
    color: white;
    transition: all 0.2s ease;
    font-size: 29px;
}
@media only screen and (max-width: 400px) {
.nav-logo h2 {
    font-weight: 100;
    font-size: 16px;
}

.nav-img-logo {
    width: 40px;
}
.nav-width{
    padding: 10px 0px;
}
    .hero-content{
        align-items: flex-start;
    }
    .alert-warning-message{
    display: block;
}
    .hero-content h1{
        font-size: 60px !important;
        height: auto !important;
    }
    .hero-content-1{
        align-items: flex-start;
    }
    .hero-content-1 h1{
        font-size: 60px !important;
        height: auto !important;
    }
    .hero-btn button{
        margin: 0px;
    }
    .home-verse{
        display: none;
    }
    .about-content h1{
        font-size: 110px;
        top: -400px;
        right: -80px;
    }
    .project-main{
        margin-top: -1200px;
        padding: 0px;
    }
    .third-section-wrapper{
        height: 2200px;
    }
    .cards-pro-b{
        width: 98%;
        gap: 30px;
        padding: 40px !important;
    }
    .card-line{
        margin-top: -200px;
    }
    .about-img-container-about{
        display: none;
    }
    .project-cards{
        margin-top: 0px;
    }
    nav .nav-menu li{
        padding-right: 18px;
    }
    .hero-container{
        height: 93vh !important;
    }
    .gif-gin{
        display: none;
    }
    .get-in-touch{
        margin-top: 150px;
    }
    form{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -0%);
        padding: 10px 30px;
    }
    form input{
        width: 230px;
        height: 35px;
    }
    .form-div{
        width: 100%;
    }
    .copy-bot{
        left: 140px;
        margin-top: 10px;
    }
    .tab-alert{
        display: none;
    }
}