@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


*{
    margin: 0;
    padding: 0;
}
.home_container{
    background-color: #2a755a;
}
body::-webkit-scrollbar{
    width: 8px;
    background: #004f5a;
}

body::-webkit-scrollbar-track {
    background: rgba(163, 163, 163, 0.05); 
    border-radius: 100px 0px;
    margin-inline: 40px;
}

body::-webkit-scrollbar-thumb {
    background:linear-gradient(#417b4e 0px,#538813);
    border-radius: 100px; 
}

body::-webkit-scrollbar-thumb:hover {
    background:linear-gradient(#74dc8b 0px,#8ee02a);
}


.hero{
    height: 105vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(at 0% 0%, #417b4e 0px, transparent 60%),
    radial-gradient(at 0% 100%, #187979 0px, transparent 80%),
    radial-gradient(at 100% 0%, #aa891ed2 0px, transparent 60%),
    radial-gradient(at 100% 100%, #249b60 0px, transparent 80%), #b34444;
    background-size: 150% 150%;
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    animation: moveGradient 12s infinite alternate ease-in-out;
    
}

@keyframes moveGradient {
            0% { background-position: 0% 0%; filter: saturate(1.4); }
            50% { background-position: 100% 100%; filter: saturate(1.7); }
            100% { background-position: 50% 0%; filter: saturate(1.4); }
 }

 .heading{
    font-size: 120px;
    position: relative;
    top: -80px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    text-align: center;
    width: 60vw;
    color: #bffdff;
 }
.float_icon{
    position: absolute;
    width: 1em;
    height: 1em;
    font-size: 50px;
    color: #bffdff;
}
.float_icon svg{
    fill: #bffdff;
    overflow: visible;
    width: 100%;
    height: 100%;
}
.Ic_left{
    top:120px;
    left: 200px;
}
.Ic_right{
    bottom: 270px;
    right: 185px;
}

.navbar{
    position: fixed;
    width: 100%;
    width: fit-content;
    z-index: 10;
    /* visibility: hidden; */
    top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #2d2d2da7;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.263);
    backdrop-filter: blur(8px);
    display: none;
    flex-direction: row;
    padding: 7px 5px;
    border-radius: 40px;
}
.nav_items{
    /* backdrop-filter: blur(8px); */
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #f0fcff;
    padding: 12px 30px;
    border-radius: 40px;
    margin: 0px 5px;
}
.Cta{
    position: fixed;
    z-index: 20;
    top: 20px;
    padding:14px 25px;
    background: #1f211e;
    border-radius: 30px;
    right: 80px;
    border: 2px solid #1f211e;
}
.Cta:hover{
    background: #d6d6d6; 
}
.Cta:hover .Cta_text{
    color: #1f211e; 
}


.Cta_text{
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 15px;
    color: #f0fcff; 
    text-decoration: none;
}
.nav_items.active{
    background-color: rgba(255, 255, 255, 0.196);

}

.Bento_grid{
    height: max-content;
    margin-bottom: 100px;
    background: #2a755a  ;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.grid1{
    position: relative;
    justify-content: center;
    top: -80px;
    display: flex;
    gap: 40px;
    width: 100%;
}
.grid2{
    justify-content: center;
    display: flex;
    width: 100%;
}
.grid2_1{
    justify-content: center;
    display: flex;
}
.grid_item1{
    width: 720px;
    position: relative;
    height: 500px;
    display: flex;
    background-color: #cbe4b2;
    overflow: hidden;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
}
.Recent_project_Image{
    position: absolute;
    width: 700px;
    bottom: -40px;
    right: -10px;
}
.card_text{
    position: absolute;
    z-index: 10;
    font-family: "IBM Plex Mono" ;
    margin-left: 40px;
    margin-top: 10px;
    font-size: 20px;
    color: #2a2a2a;
    text-transform: uppercase;
    font-weight: 900;
}
.card_brief{
    position: absolute;
    font-family: "Playfair Display" ;
    margin-left: 40px;
    margin-top: 35px;
    font-size: 30px;
    color: #0f4139;
    text-transform: uppercase;
    font-weight: 900;
}
.Disclaimer{
    position: absolute;  
    font-family: sans-serif;
    bottom: 10px;
    right: 20px;
    z-index: 5;
    font-weight: 500;
    background-color: #2a2a2a81;
    color: #f0fcff94;
    padding: 5px;
    border-radius: 8px;
}
.grid_item2{
    width: 550px;
    position: relative;
    height: 500px;
    /* margin-left: 50px; */
    overflow: hidden;
    background-color: #EDA353;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
}

.IOT_Image{
    position: absolute;
    bottom: -410px;
    width: 450px;
    left: 50px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px 30px 0px 0px;
}

.grid_item3{
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    position: relative;
    width: 250px;
    overflow: hidden;
    height: 320px;
    /* margin-left: 50px; */
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    background-color: #DB53ED; 
    border-radius: 40px;
}
.grid_container{
    display: flex;
    overflow: hidden;
    position: relative;
    top: 60px;
    border-radius: 30px;
    background-color: #daeff4;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25);
    border: 5px solid #5f5f5f;
    width: 210px;
    height: 300px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.proficiency{
    display: flex;
    position: absolute;
    background-color: #2a2a2a;
    color: #f6f6f6;
    font-size: 15px;
    font-weight: 900;
    font-family: "IBM Plex Mono";
    top: 0px;
    padding:15px 0px 15px;
    width: 100%;
    justify-content: center;
}
.language{
width: 140px;
padding: 5px;
margin: 5px 10px;
background-color: #52afaf5d;
border-radius: 0px 8px 8px 8px;
}
.grid_item3 svg{
    width: 30px;
    padding-left:10px;
    fill: #2f4542;
}
.grid_icons{
    display: flex;
    flex-direction: column;
    width: 40px;
}
.grid_text{
    font-size: 20px;
    font-weight: 600;
    font-family: "IBM Plex Mono";
}
.icons{
    padding: 5px;
}

.Core{
    position: absolute;
    z-index: 10;
    font-family: "IBM Plex Mono" ;
    top: 20px;
    left: 25px;
    font-size: 20px;
    color: #2a2a2a;
    text-transform: uppercase;
    font-weight: 900;
}

.grid_item4{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content:space-around;
    width: 250px;
    height: 320px;
    margin-left: 40px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    background-color: #53C3ED;
    border-radius: 40px;
}

.Current_status{
    display: flex;
    position: absolute;
    top: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 80%;
}
.Status_card{
    display: flex;
    margin: 10px;
    width: 95%;
    border-radius: 30px;
    height: 35%;
    background-color: #ffffff60;
}
.Title_icon{
    /* background-color: #2a9d8a5f; */
    display: flex;
    justify-content: left;
    align-items: center;
    width: 35%;
}
.Title_description{
    width: 65%;
    display: flex;
    font-size: 13px;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    font-family: "IBM Plex Mono";
}

.Title_description p{
    font-size: 18px;
    font-weight: 900;
}

.Briefcase{
    width: 1em;
    height: 1em;
    font-size: 50px;
    color: #ebf5ff;
    margin-left: 10px;
    padding: 10px;
    background-color: #323a9360;
    border-radius: 25px;
}

.Work{
    position: absolute;
    font-family: "IBM Plex Mono";
    top: 20px;
    left: 25px;
    margin-bottom: 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
}

.grid_item5{
    width: 750px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 320px;
    margin-left: 40px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    background-color: #688B98;
    border-radius: 40px;
}

.Skills_container{
    display: flex;
    width: 95%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 250px;
    scroll-padding: 10px;
}

.Skills{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
    width: 170px;
    height: 210px;
    border-radius: 40px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.427);
    background-color: #f7fff7;
    flex-shrink: 0;
}
.Skills_container::-webkit-scrollbar {
    height: 5px; 
}

.Skills_container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05); 
    border-radius: 100px;
    margin-inline: 40px;
}

.Skills_container::-webkit-scrollbar-thumb {
    background: #43613e;
    border-radius: 100px; 
}

.Skills_container::-webkit-scrollbar-thumb:hover {
    background: #6b9c63; 
}
.Skills_label{
    position: absolute;
    top: 15px;
    font-weight: 900;
    text-transform: uppercase;
    left: 25px;
    display: flex;
    font-size: 20px;
    font-family: "IBM Plex Mono";
}
.Skills svg{
    transform: rotate(-90deg);
    transform-origin: center;
}

.bg-circle {
    fill: none; 
    stroke: rgba(0, 0, 0, 0.05); 
    stroke-width: 8px;
}

.progress-stroke {
    fill: none; 
    stroke: #ED5376; 
    stroke-width: 8px;
    stroke-linecap: round; 
    stroke-dasharray: 251; 
    stroke-dashoffset: 210;
}
.Skill_level{
    font-family: "IBM Plex Mono";
    font-weight: 500;
    font-size: 15px;
    padding: 5px 15px;
    margin-bottom: 5px;
    border-radius: 20px;
    background-color: #5b5b5b1a;
}
.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.si {
    font-size: 25px; 
    color: #5D696E;
    display: inline-block;
    transform:  scale(1.5) rotate(90deg);

}

.contacts{
    position: relative;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 70px 70px 0px 0px;
    background-color:#004f5a;
    box-shadow: 0px 5px 20px #2a2a2a81;
}

.email{
    font-size:80px;
    font-family: "Playfair Display" , sans-serif;
    font-weight: 900;
    text-decoration: none;
    color: #9dffbb;
}

.Social_handles{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 600px;
    height: 80px;
}

.Handle_cover{
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    background-color: #0f4139;
    border-radius: 40px;
    border: 2px solid #9dffbb;
}
.Handle_icons{
    width: 1em;
    height: 1em;
    font-size: 32px;
    color: #9dffbb;
    padding: 10px;
    margin: 5px;
    overflow: visible;
    background-color: #00000045;
    border: 1px;
    border-radius: 50%;
}

.Handle_link{
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    font-family: "IBM Plex Mono";
    color: #9dffbb;
}

.overlay{
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: 20;
    pointer-events: none;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.858) 10%, transparent 90%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: opacity 0.3s ease;
}

.overlay_container{
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    height: 20%;
    width: 100%;
    font-size: 18px;
    font-family: "IBM Plex Mono";
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
}

.overlay_info{
    width: 70%;
    margin: 0px;
    text-align: center;
    padding: 15px;
    border-radius: 40px;
    /* background-color: #00464683; */
}

.overlay_link{
    width: 15%;
    margin-right: 5%;
    padding: 15px;
    border-radius: 40px;
    font-family: "IBM Plex Mono";
    font-weight: 900;
    background: #ffffff22;
    pointer-events: auto; 
    cursor: pointer;
    transition: background 0.3s;
}

a{
        text-decoration: none;
        color: #fff;
}

.overlay_link:hover{
    background: #ffffff50;
}