*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body,html{
    width: 100%;
    height: 100%;
    /* background: #0d1317; */
    background-color: #000000;
}
.main{
    width: 100%;
}
video{
    z-index: 1;
}
h5{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    color: #ffc20e;
    text-align: center;
    letter-spacing: 0.8;
    margin-top: 80px ;
    margin-bottom: 40px ;
    z-index: 9999;
    position: relative;
}
h6{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 9999;
    font-size: 40px;
    color: #ffc20e;
    text-align: center;
    letter-spacing: 0.8;
    margin-top: 80px ;
    position: relative;
}
.mainnav{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainnav a,ul a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.logo{
    z-index: 99;
    position: absolute;
    top: 20px;
    left: 5px;
    letter-spacing: 5px;
}
.logo a{
    color: #ffba08;
}
.nav{
    z-index: 99;
    height: 45px;
    margin: 10px 0;
    border-radius: 15px;
    width: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.normal{
    display: flex;
    align-items: center;
    justify-content: center;
}
.normal li{
    padding: 0 20px;
    list-style: none;
}
#menu-icon{z-index: 2;
    display: none;
    position: absolute;
    right: 10px;
    font-size: 25px;
    top: 20px;
    color: #fff;
    list-style: none;
}
.sidebar li{
    z-index: 999;
    height: 10%;
    width: 100%;
    padding: 0 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    list-style: none;
}
.sidebar{
    z-index: 999;
    position: fixed;
    color: white;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    background: #ffffff37;
    backdrop-filter: blur(10px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
}
#HOME {
    position: relative;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-container {
    position: relative;
    z-index: 1; /* Ensure content is above the video */
}
.section{width: 100%;
    background:url(https://youtu.be/RoKuDeFrneA);
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.section-container{
    height: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 4rem;
}
.content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.subtitle{
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.title{
    
    z-index: 99;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3rem;
    color: #ac3c3c;
    margin-bottom: 1rem;
}
.title p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 99;
    letter-spacing: 1px;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 3rem;
    color: #fbfbfb;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
    margin-bottom: 1rem;
}
.title span{z-index: 99;
    background:#ffc20e;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-weight: 600;
}
.description{z-index: 99;
    line-height: 1.5rem;
    color: rgb(245, 247, 247);
    margin-bottom: 2rem;
}
.action-buttons{
    z-index: 999;
    display: flex;
    justify-content: start;
    align-items: center;
}
.action-buttons a{
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 35px;
    width: 120px;
    justify-content: center;
    background: #000000;
    border: 2px solid #ffc20e ;
    color: #ffc20e;
    font-weight: 800;
    border-radius: 8px;
}
.action-buttons a:hover{
    background: #ffc20e;
    border: 2px solid #000000 ;
    color: #000000;
}
.profile-pic{
    display: grid;
    place-items: center;
}
.profile-pic img{
    width: min(25rem , 90%);
    border-radius: 100%;
}
@media(max-width:750px){
    #menu-icon{
        display: block;
    }
    .nav{
        visibility: hidden;
    }
    .section{
        height: auto;
    }
    .section-container{
        padding: 10rem 1rem 5rem 1rem;
        text-align: center;
        grid-template-columns: repeat(1,1fr);
    }
    .profile-pic{
        margin-top: -130px;
        grid-area: 1/1/2/2;
    }
    .action-buttons{
        justify-content: center;
    }
}
/* .about{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
#ABOUT{
    margin-left: 5%;
    height: 85vh;
    width: 90%;
    background: #042c2d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    border-top-left-radius:100% 15% ;
    border-top-right-radius:100% 15%;
    /* background: #071620; */
}
.container{
    width:50%;
    color: #e0eded;
    height: 100%;
    /* background: #497c9e;  */
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col1{
    height: 100%;
    width: 100%;
    margin-left: 30px;
    flex-basis: 35%;
}
.col1 img{
    width: 100%;
    border-radius: 50%;
    border: 6px solid #ffc20e;
}
.col2{
    padding: 20px 20px;
    flex-basis: 60%;
}
.col2 h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffc20e;
    margin-bottom: 10px;
}
.col2 p{
    font-size: 17px;
}
.col2 h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffc20e;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btech{
    letter-spacing: .5px;
    margin-bottom: 20px;
}
.btech div{
    margin-right: 20%;
    display: flex;
    justify-content: space-between;
}
.btech h4{
    font-size: 15px;
}
#pointer{
    z-index: 1;
    /* background: linear-gradient(45deg,rgba(18, 18, 19, 0.794),rgba(110, 219, 223, 0.849)); */
    background: linear-gradient(45deg,rgba(15, 86, 185, 0.794),rgba(29, 198, 204, 0.849));
    height: 100px;
    aspect-ratio: 1;
    position: absolute;
    border-radius: 50%;
    top:0;
    left: 0;
    transform: translate(-50%, -50%);
    filter: blur(60px);
}
/* .blur{
    height: 100%;
    width: 100%;
    z-index: 2;
} */
.container2{
    position: relative;
    /* background-image: url(attchments/shirt10.jpeg); */
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    /* background: #0d1317; */

    padding: 50px 0;
    flex-wrap: wrap;
    gap: 20px;
}
.card{
    z-index: 1;
    height: 175px;
    width: 225px;            
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:    0px 0px 4px 3px rgb(255 194 14 / 62%);
    overflow: hidden;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    /* border-top: 1px solid rgba(225,225 ,225 ,0.5 );
    border-left: 1px solid rgba(225,225 ,225 ,0.5 ); */
    background: rgba(225, 225, 225,0.1);
}
/* .card p{
    color: white;
} */
.circle{
    height: 100px;
    text-align: center;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: 99;
}
.circle h3{
    letter-spacing: .7px;
    color: white;
    margin-bottom: 15px;
}
.card img{
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 50%;  
}
.skills{
    z-index: 99;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
    width: 120px;
    /* background: #0d1317; */
    transition: all ease 2s;
    display: flex;
    gap: 20px;
}
.skills:hover{
    /* transform: translate(-50px, -50px); */
    height: 100%;
    width: 100%;

}
.glass{
    padding: 20px;
    width: 80%;
    z-index: 99;
    position: relative;
    height: auto;
    /* background: #0d1317; */
    /* background: url(attchments/bg.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
}
.cards{
    display: grid;
    /* display: none; */
    height: 20vw;
    width: 20vw;
}
/* .circles{
    background: conic-gradient(from 0deg,red 0%,green 0%,100%);
    border-radius: 50%;
    display: flex;
    justify-self: center;
    align-items: center;
    height: 20vw;
    width: 20vw;
} */
.headings{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    border-top: 10px solid #ffc20e;
    border-left: 10px solid #ffc20e;
}
.headings h1{
    color: #ffc20e;
    margin-left: 8px;
}
.skills-section{
    width: 100%;
    
    /* background: #0d1317; */
    color: #e0eded;
}
.inner-skills{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* background: #0d1317; */
    background-color: #000000;
}
.box{
    position: relative;
    padding: 40px 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.circle1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    /* background: #8a3a3a; */
    background: conic-gradient(from 0deg, var(--clr)0%,var(--clr)0% var(--i),#333 var(--i),#333 100%);
    border-radius: 50%;
}
.circle1::before{
    content: "";
    position: absolute;
    inset: 10px;
    background: #0d1317;
    border-radius: 50%;
}
.box h3{
    position: relative;
    text-align: center;
}
.inner-skills2{
    color: white;
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /* background: #0d1317; */
    background-color: #000;
}
.box2{
    position: relative;
    padding: 40px 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.circle2{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    width: 125px;
    /* background: #8a3a3a; */
    background: conic-gradient(from 0deg, var(--clr)0%,var(--clr)0% var(--i),#333 var(--i),#333 100%);
    border-radius: 50%;
}
.circle2::before{
    content: "";
    position: absolute;
    inset: 10px;
    background: #0d1317;
    border-radius: 50%;
}
.box2 h3{
    position: relative;
    text-align: center;
}
.services{
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.services div{
    border-radius: 10px;
    z-index: 99;
    text-align: center;
    background: #b48909;
    height: 350px;
    width: 350px;
}
.services i{
    padding: 60px 0;
    font-size: 70px;
    height: 50%;
    width: 50%;
}
.services img{
    padding: 10px;
    height: 50%;
    width: 50%;
    background: rgba(0, 0, 0, 0);
}
.services .div::nth-child(1){
    background: #ffc20e;
}
.services h2{
    margin-top: 20px;
    color: #000000;
    font-size: 1.5rem;
}
.services p{
    font-size: 1rem;
    padding: 10px;
    margin-top: 10px;
    color:  #000000;
}
.container3{
    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding: 50px 50px;
}
.projects{
    color: #fbe4d8;
    z-index: 99;
    text-align: center;
    height: 400px;
    width: 220px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow:0px 0px 8px 2px rgb(249 249 249 / 50%) ;
    
}
.project-img{
    
    overflow: hidden;
    height: 90%;
}
.projects h3{
    padding: 10px 0;
}
.project-img img{
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: .5s ease;
}
.project-img img:hover{
    transform: scale(.9);
}
@media (min-width:100px) and (max-width:900px){
    .inner-skills2{
        display: none;
    }
}
@media (min-width:900px) and (max-width:999px){
    .inner-skills2{
        display: flex;
    }
}
@media (min-width:1000px){
    .inner-skills2{
        display: none;
    }
}
@media (min-width:750px) and (max-width:1000px){
    .nav{
        width: 65%;
    }
}
@media (min-width:750px) and (max-width:1137px){
    .section{
        padding: 7vw 0;
        height: auto;
    }
    .subtitle{
        margin-top: 70px;
    }
    .title{
        font-size: 3.4vw;
        line-height: 3.7vw;
    }
    .description{
        line-height: 1.8vw;
        font-size: 1.4vw;
    }
    .nav{
        height: 26px;
    }
    .nav li{
        padding: 0 15px;
    }
}
@media (min-width:1000px) and (max-width:1210px){
    .glass{
        width: 95%;
    }
    .card{
        height: 15vw;
        width: 20vw;
    }

}
@media (min-width:500px) and (max-width:1000px){
    .glass{
        width: 95%;
    }
    .card{
        height: 150px;
        width: 200px;
    }
    .circle{
        height: 100px;
        width: 100px;
    }
    

}
@media(max-width:1000px){
    .skills{
        display: none;
    }

}

@media (min-width:800px) and (max-width:1100px){
    .services{
        row-gap: 20px;
        height: auto;
        width: 100%;
    }
    .services div{
        height: auto;
        min-width: 20vw;
    }
    .services p{
        padding-bottom: 10px;
        font-size: 15px;
    }
    .container3{
        gap: 20px;
    }
}
@media (min-width:500px) and (max-width:799px){
    .services{
        row-gap: 20px;
        height: auto;
        width: 100%;
    }
    .services div{
        height: 270px;
        width: 240px;
    }
    .services p{
        margin-top: 2px;
        font-size: 12px;
    }
    .services i{
        padding: 25px 0;
    }
    .services h2{
        margin-top: 0;
    }
    .container3{
        gap: 20px;
        row-gap: 40px;
    }
    .projects{
        height: 300px;
        width: 200px;
    }
}
@media (min-width:250px) and (max-width:500px){
    .nav{
        display: none;
    }
    .profile-pic{
        margin-top: -80px;
    }
    .glass{
        width:100%;
        z-index: 2;
    }
    .sidebar{
        z-index: 999;
    }
    .sidebar li{
        z-index: 999;
    }
    .card{
        height: 38vw;
        width: 40vw;
    }
    .circle{
        height: 20vw;
        width: 20vw;
    }
    .circle h3{
        font-size: 15px;
    }
    .box2{
        padding: 20px 0;
        width: 140px;
    }
    .circle2{
        height: 100px;
        width: 100px;
    }
    .services{
        row-gap: 20px;
        height: auto;
        width: 100%;
    }
    .services div{
        height: 50vw;
        width: 45vw;
    }
    .services p{
        margin-top: 2px;
        font-size: 8px;
    }
    .services img{
        height: 25vw;
        width: 25vw;
    }
    .services i{
        font-size: 2.3rem;
        padding: 8vw 0;
    }
    .services h2{
        margin-top: 0;
        font-size: 1rem;
    }
    .container3{
        gap: 20px;
        row-gap: 40px;
    }
    .projects{
        height: 60vw;
        width: 30vw;
    }
    .projects h3{
        padding-top: 5px;
        font-size: 12px;
    }
    .project-img{
        height: 85%;
    }
    .info{
        font-size: 15px;
    }
    .btn{
        width: 80%;
        height: 50px;
    }
    .btn a{
        width: 20px;
    }
    
    
    
}
@media (min-width:270px) and (max-width:1000px){
    .col1{
        display: none;
    }
    .col2{
        text-align: center;
        flex-basis: 90%;
        margin-left: 5%;
    }
    .edu{
        margin-left: 5%;
        text-align: left;
    }
    #ABOUT{
        height: auto;
    }
}
.contact{
    z-index: 999;
    margin-top: 50px;
    color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: auto;
    width: 100%;
    background: #ffc20e;
}
.info{
    padding: 20px;
    z-index: 999;
    column-gap: 10px;
}
.no{
    display: flex;
    gap: 5px;
    align-items: center;
}
.mail{
    display: flex;
    gap: 5px;
    align-items: center;
}
.soc-icon {
    
    z-index: 999;
}
.soc-icon a{
    font-size: 26px;
    color: black;
    padding: 1vw;
}
.btn{
    margin: 5px;
    z-index: 999;
    display: flex;
    justify-content: start;
    align-items: center;
}
.btn a{
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 36px;
    width: 100%;
    justify-content: center;
    background: #000000;
    color: #ededed;
    font-weight: 600;
    border-radius: 8px;
    font-size: 17px;
    letter-spacing: 2px;
}
.btn a:hover{
    background: #242424;
    color: #ffc20e;
}
.copywrite{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    color: rgb(0, 0, 0);
    background: white;
    
}

.item:hover {
    width: 600px; 
    transition: width 0.8s  ease-in-out; 
}

.carousel-container {
    z-index: 999;
    width: 100%;
    display: block;
    overflow: hidden;
   
}

.carousel {
    scroll-behavior: smooth;
    scrollbar-color: black;
    scrollbar-track-color: #000000;
    position: relative;
    z-index: 999;
    display: block;
    width: 100%;
    height: 400px;
    overflow-x: scroll;
    padding: 10px;
    margin: 0;
    white-space: nowrap;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.item {
    z-index: 999;
    display: inline-block;
    width: 200px;
    margin: 0 10px;
    height: 350px;
    background:   center;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    
    text-align: center;
    overflow: hidden;
} 

.item .text {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: white;
    font-size: 1.2em;
    backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
}


#HomeDecor {
    background-image: url(attchments/mob-elegance.jpg);
}

#Travel {
    background-image: url(attchments/mobtravel.jpg);
}

#Menswear {
    background-image: url(attchments/website.jpg);
}

#Search {
    background-image: url(attchments/image.jpg);
}

#Currency {
    background-image: url(attchments/currency.jpg);
}
#twitter{
    background-image: url(attchments/twitter.jpg);
}
#HomeDecor:hover {
    background-image: url(attchments/elegance.jpg);
}

#Travel:hover {
    background-image: url(attchments/travel.jpg);
}

#Menswear:hover {
    background-image: url(attchments/bigwebsite.jpg);
}

#Search:hover {
    background-image: url(attchments/big-image.jpg);
}

#Currency:hover {
    background-image: url(attchments/bigcurrency.jpg);
}
#twitter:hover{
    background-image: url(attchments/bigtwitter.jpg);
}
