*{
    margin:0;
    padding:0;
}

nav{
    display: flex;
    justify-content: space-around;
    background-image: linear-gradient(to right,rgb(33, 2, 76),rgb(4, 47, 177));
    color:white;
    padding:10px 0;
}

nav ul{
    display: flex;
    gap:17px;
    align-items: center;
}



.logo{
    font-size: 20px;
    font-weight: bolder;
    font-family: "Playwrite PL", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}

nav ul li{
    list-style: none;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;

}

nav ul li a{
    color:white;
    text-decoration: none; 
    transition: all 0.5s;
}

nav ul li a:hover{
    color:rgb(141, 132, 220);
    text-decoration: none; 
}

.hero{
    background-image: linear-gradient(to right, rgb(193, 234, 197),rgb(159, 115, 248));
    height: 85vh;
    display: flex;
    justify-content: center;
    gap:50px;
    align-items: center;
}

.hero{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.heroleft{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.heroleft .one{
    font-size:60px;
    color:rgb(33, 2, 76);
    font-weight: bold;
}
.heroleft .two{
    font-size:35px
}

.bold{
    font-weight: bold;
}

.heroright img{
        height:42vh;
        border-radius: 34px;
}

.btn{
    background-color: rgb(72, 5, 165);
    color: white;
    padding:7px 9px;
    border: 2px solid rgb(78, 4, 78);
    margin:0 2px; 
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bolder;
    transition: all 0.5s;
}

.btn:hover{
    background-color: rgb(59, 54, 200);
    
}

.button{
    padding:9px 0;
}




.project{
    display: flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    background-image: linear-gradient(to right, rgb(181, 181, 245),rgb(173, 233, 194));
    border-top: 2px solid rgb(155, 192, 236);    
    padding: 22px 0;
}

.project-image img{
    width:39.5vw;
    padding:35px;
    border-radius:400px;
}

.project-info{
    display:flex;
    flex-direction: column;
    padding:42px;
}

.project-info .text{
    font-size: 32px;
    padding:10px 0;
    font-weight: bold;
}

.project-info p{
    padding:12px 0;
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    font-weight: 350;
}

.row-reverse{
    flex-direction: row-reverse;
}

footer{
    background-color: rgb(19, 2, 44);
    padding:20px;
    color:white;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
}


@media screen and (max-width: 950px){
    nav{flex-direction: column;
        align-items: center;
        gap:12px
}
    .hero{
        flex-direction: column-reverse;
        gap:12px
    }

    .heroleft{
        align-items: center;
    }
    .project{
        padding:1px;
    }
} 

@media screen and (max-width: 650px) {
    .heroleft .one{
        font-size: 40px;
        text-align: center;
    }

    .heroleft .two{
        font-size:30px;
        text-align:center;
    }
    .project{
        flex-direction: column;
    }

    .project-image img{
        width:80vw;
        margin:15px 35px;
    }

    .project-info{
        padding:15px 23px;
    }
}


.hero2{
    background-image: linear-gradient(to bottom, rgb(167, 140, 255),rgb(46, 64, 104));
    height: 85vh;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap:70px;
    align-items: center;
}

.hero2{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.heroleft2{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.heroleft2 .one2{
    font-size:60px;
    color:rgb(33, 2, 76);
    font-weight: bold;
}
.heroleft2 .two2{
    font-size:35px;
}

.bold{
    font-weight: bold;
}

.heroright2 img{
        height:46vh;
        border-radius: 40px;
}

.about-info2 .text{
    font-size: 45px;
    padding:10px 0;
    font-weight: bold;
}

.about-info2{
    display:flex;
    flex-direction: column;
    padding:42px;
}

.definition{
    font-family: "Roboto", sans-serif;
}

dt{
    font-size: 25px;
    font-weight: bolder;
    display: list-item;
}

dd{
    font-size: 18px;
}

.about-info2 ul{
    font-family: "Roboto", sans-serif;
}

.about-info2 ul li{
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.about-info2 p{
    font-family: "Roboto", sans-serif;
    font-size: 19px;
}


.about{
    display: flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    background-image: linear-gradient(to right, rgba(37, 80, 98, 0.92),rgba(67, 206, 162, 0.88));
    border-top: 2px solid rgb(0, 253, 198);    
    padding: 22px 0;
}

.about-image img{
    width:39.5vw;
    padding:35px;
    border-radius:400px;
}


.btn2{
    background-color: rgb(33, 185, 114);
    color: rgb(218, 218, 218);
    padding:7px 9px;
    border: 2px solid rgb(30, 102, 52);
    margin:0 2px; 
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bolder;
    transition: all 0.5s;
}

.btn2:hover{
    background-color: rgb(1, 255, 137);
}


.hero3{
    background-image: linear-gradient(120deg,
    rgb(137, 247, 254),
    rgb(143, 108, 255));
    height: 85vh;
    display: flex;
    justify-content: center;
    gap:50px;
    align-items: center;
}

.hero3{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.heroleft3{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.heroleft3 .one3{
    font-size:50px;
    color:rgb(33, 2, 76);
    font-weight: bold;
}
.heroleft3 .two3{
    font-size:35px
}



.heroright3 img{
        height:46vh;
        border-radius: 100px;
}


.gmail-form{
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gmail-form input,
.gmail-form textarea{
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
}

.gmail-form textarea{
    height: 120px;
    resize: none;
}

.gmail-form input:focus,
.gmail-form textarea:focus{
    border-color: #1a73e8;
    box-shadow: 0 0 0 2px rgba(26,115,232,0.2);
}

.gmail-form button{
    background: #1a73e8;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.gmail-form button:hover{
    background: #1558b0;
}


.contact-info .text{
    font-size: 45px;
    padding:10px 0;
    font-weight: bold;
}

.contact-info{
    display:flex;
    flex-direction: column;
    padding:42px;
}

.definition{
    font-family: "Roboto", sans-serif;
}


.contact-info p{
    font-family: "Roboto", sans-serif;
    font-size: 19px;
}


.contact{
    display: flex;
    flex-direction: column;   
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bolder;
    font-size: 10px;
    background-image: linear-gradient(120deg,
        rgb(137, 247, 254),
        rgb(143, 108, 255));
    border-top: 2px solid rgb(0, 253, 198);    
    padding: 22px 0;
}



.site{
    display: flex;          
    gap: 20px;
    margin-top: 5px;
}

.site img{
    width: 7vw;
    height: 7vw;
}



.hero4{
   background-image: linear-gradient(120deg,
    rgb(225, 245, 214),
    rgb(200, 236, 219),
    rgb(176, 224, 212)
    );
    min-height: 100vh;
    padding-bottom: 120px;
    display: flex;
    justify-content: center;
    gap:50px;
    padding-top: 15vh;
}

.hero4{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;;
    font-optical-sizing: auto;
    font-style: normal;
}

.heroleft4{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.heroleft4 .one{
    font-size:68px;
    font-weight:800;
    color: rgb(45, 12, 92);
    text-align: center;
    width:100%;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
}
.heroleft4 .two{
    font-size:35px;
}

.bold{
    font-weight: bold;
}

.heroright4 img{
        height:46vh;
        border-radius: 34px;
}


.cert-grid{
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 70px;
    width: 80%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


.cert-card{
    background: rgba(255,255,255,0.25);
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.cert-card:hover{
    transform: translateY(-10px) scale(1.03);
}

.cert-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 18px;
}

.cert-card h3{
    margin-top: 15px;
    font-size: 22px;
    color: rgb(33, 2, 76);
}

.cert-card p{
    margin-top: 8px;
    font-size: 15px;
    color: rgb(44, 44, 44);
}

.cert-link{
    text-decoration: none;
    color: inherit;
}

html{
    background-color: beige;
}

.card{
    background-color: white;
    width:194px;
    padding:0px 0px 34px 0px;
    border-radius: 9px;
    margin:4px;
}

.image{
    padding:5px
}
.image img{
    width:183px;
    border-radius: 12px;

}

.capsules{
    padding: 0px 34px 0px 10px;
}

.capsules span{
    border-radius: 7px;
    border: 1px rgb(203, 202, 202) solid;
    font-size: 5px;
    padding: 1px 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: rgb(109, 107, 107);
}
h1{
    font-size: 18px;
    margin:1px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: black;
    
}

.content{
    font-size: 7px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: rgb(109, 107, 107);
    margin:1px;

}

.button2{
    font-size: 7px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    padding: 5px 10px;
    margin: 5px 0px 0px 48px;
    border-radius: 12px;
    background-color: rgb(185, 218, 247);
    color:rgb(0, 136, 255);
    border:none;
    cursor: pointer;
}

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

    nav{
        flex-direction: column;
        align-items: center;
        gap:12px;
    }

    .hero,
    .hero2,
    .hero3{
        flex-direction: column;
        height: auto;
        padding: 40px 20px;
        text-align: center;
    }

    .heroleft,
    .heroleft2,
    .heroleft3{
        align-items: center;
    }

    .heroright img,
    .heroright2 img,
    .heroright3 img{
        width:60vw;
        height:auto;
        border-radius:40px;
    }

    .about{
        flex-direction: column;
        text-align:center;
        padding:30px 20px;
    }

    .about-image img{
        width:70vw;
        padding:20px;
    }

    .project{
        flex-direction: column;
    }

    .project-image img{
        width:70vw;
    }

    .gmail-form{
        max-width:100%;
    }

}

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

    .heroleft .one,
    .heroleft2 .one2,
    .heroleft3 .one3{
        font-size:34px;
        text-align:center;
    }

    .heroleft .two,
    .heroleft2 .two2,
    .heroleft3 .two3{
        font-size:22px;
        text-align:center;
    }

    .gmail-form input,
    .gmail-form textarea{
        font-size:13px;
    }

    .site{
        flex-direction: column;
        align-items: center;
        gap:15px;
    }

    .site img{
        width:60px;
        height:60px;
    }

    .cert-grid{
        grid-template-columns:1fr;
        gap:40px;
        width:90%;
    }
    .heroleft4 .one{
    font-size:38px;
    line-height:1.2;
    padding:0 10px;
    }
    .heroleft4 .one4{
    font-size:36px;
    line-height:1.2;
    padding:0 15px;
    }

}

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

    nav{
        text-align:center;
    }

    nav ul{
        flex-direction:column;
        gap:6px;
    }

    .hero,
    .hero2,
    .hero3{
        height:auto;
        padding:30px 10px;
    }

    .heroleft .one,
    .heroleft2 .one2,
    .heroleft3 .one3{
        font-size:28px;
    }

    .heroleft .two,
    .heroleft2 .two2,
    .heroleft3 .two3{
        font-size:18px;
    }

    .heroright img,
    .heroright2 img,
    .heroright3 img{
        width:85vw;
        height:auto;
    }

    .project-info p{
        font-size:16px;
    }

    .about-info2{
        padding:15px;
    }

    .about-info2 .text{
        font-size:28px;
    }

    .about-image img{
        width:85vw;
    }

    .cert-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .cert-card img{
        height:150px;
    }

    .site img{
        width:50px;
        height:50px;
    }

    .gmail-form{
        width:90vw;
    }

    .heroleft4 .one4{
    font-size:26px;
    }

}

.vinyl-player{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vinyl{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: spin 4s linear infinite;
    background:transparent;
    mix-blend-mode: multiply;
}

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

.music-player{
    position: fixed;
    bottom: 20px;
    right: 110px;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 16px;

    border-radius: 30px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);

    box-shadow: 0 8px 25px rgba(0,0,0,0.2);

    font-family: "Poppins", sans-serif;

    min-width: 180px;
    height: auto;

}


.play-btn{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;

    background: white;
    color: black;

    font-size: 14px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}


.track-info span{
    font-size: 10px;
    opacity: 0.7;
}

.track-info p{
    font-size: 13px;
    margin: 0;
    font-weight: 500;
}

.music-player audio{
    width: 120px;
    height: 25px;

    border-radius: 20px;
    outline: none;

    opacity: 0.85;
}


audio::-webkit-media-controls-panel {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    background: rgba(255,255,255,0.05) !important;
    backdrop-filter: blur(10px);
}

audio::-webkit-media-controls-play-button {
    background-color: white;
    border-radius: 50%;
}


audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-volume-slider {
    display: none;
}

