@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;800;900&family=Poppins:wght@300;400;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} */

.container{
    width: 100%;
    height: 100%;
    background-color: #222831;
    margin: 0%;
    padding: 0%;
     display: flex;  
    justify-content: center;  
     align-items: center;  
}
.container1{
    width: 100%;
    height: 100%;
    background-color: #222831;
    margin: 0%;
    padding: 0%;
     /* display: flex;  
    justify-content: center;  
     align-items: center;   */
}
/* .container {
    width: 100%;
    height: 100vh; 
    background-size: cover; 
    background-position: center; 
    background-color: #222831; 
    margin: 0; 
    padding: 0; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
} */

.navbar{
    background-color: #141919;
    padding: 10px 10%;
    height: 75px;
    z-index: 1000;
    width: 100%;
    position: fixed;
    margin: 0%;
    top:0;
   
    
}
a {
    color: #EEEEEE;
    cursor: pointer;
    text-decoration: none;
}
nav{
    display: flex;
    align-items: center;
   
    flex-wrap: wrap;
    font-size: 30px;
    color: #fff;
    position: fixed;
    z-index: 1000;
   
}


.line {
    position: fixed;
     top: 75px; 
    /* bottom: 50px; */
    left: 0;
    width: 100%;
    border-top: 3px solid #EEEEEE; 
    z-index: 999; 
}


.main{
    margin-top: 8%;
    padding: 10px 10%;
    font-size:  52px;
    color: #EEEEEE;
    padding: 10px;
    margin-bottom: 20px;
    /* margin-left: -13%; */
    padding-right: 10%;
        margin-left: 10%;
    margin-right: 10%;
 
} 

.main span{
    color: #76ABAE;
    
}
.name{
    /* margin: 10px; */
    padding-top: 15px;
    color: #76ABAE;
    font-size: 120px;
}
.main h1 {
    font-size: 40px;
    margin-top: 2%;

}

.main h1 span{
    font-size: 10;
    color: #76ABAE;
}
.info{
    font-size: 20px;
    margin-top: 3%;

}


nav ul {
    list-style-type: none; /* Remove default list styles */
    padding: 0;

}


nav ul li{
      display: inline-block;
      list-style: none;
      margin: 10px 20px;
}

nav ul li {
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    position: relative;
}

nav ul li::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #76ABAE;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

 nav ul li:hover::after{
    width: 100%
 }
  .below-main {
  padding: 20px;
  background-color: #222831;
  position: relative;
  margin-left: -60%;
}
 /* <!------------------------about------------------> */
 #about{
    /* padding: 80px 0;
    padding: 10% 10px; */
    /* color: #222831; */
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 1.5rem;
    background-color: #222831; */
    width: 100%;
    height: 100vh;
    /* background-image: url(pngtree-desktop-room-design-gamer-s-gaming-setup-photography-picture-image_2661535.jpg); */
    background-size: cover;
    background-position: center;
    background-color: #222831;
    display: flex;  
    justify-content: center;  
     align-items: center;  
}
 
.row{
    margin-top: -1%;
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.about-col-1{
    /* padding: 10px 10%; */
    flex-basis: 60%;

}

.sub-title{
    font-size: 60px;
    font-weight: 600;
    color: #EEEEEE;
}
/* .sub-title p{
    font-size: 20px;
    font-weight: 600;
    color: #EEEEEE;
} */
.about-col-1 p{
    margin-top: 10%;
    font-size: 20px;
    color: #EEEEEE;
}
.btn{
    display: block;
    margin: 50px auto;
    width: fit-content;
    border: 2px solid #ffffff;
    padding: 14px 50px;
    border-radius: 50px;
    color: white;
}
.btn:hover{
    background: #76ABAE;
}

.about-col-2{
    /* padding: 10px 10%; */
     flex-basis: 35%;
     text-align: center; /* Center aligns content inside the column */
    display: flex;
    margin-bottom: 6%;
    flex-direction: column;
    justify-content: center;

}
.about-col-2 img{
    height: 400px;
    width: 100%;
    border-radius: 15px;
    /* object-fit: cover; */
}

/* -------------------profile------------------ */

/*
.container {
    width: 100%;
    height: 100vh;
    
    background-size: cover;
    background-position: center;
    background-color: #222831;
}

#profile{
    padding: 30px 0;
    width: 100%;
    height: 100vh;
    
    background-size: cover;
    background-position: center;
    background-color: #222831;

}
.profile-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 40px;
    margin-top: 50px;
    margin-top: 10%;
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.profile-list div{
    background: #31363F;
    padding: 40px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 10px;
    color: #EEEEEE;
    transition: background 0.5s,transform 0.5s ;
}

.profile-list div i{
    font-size: 50px;
    margin-bottom: 30px;
    color: #EEEEEE;
}
.profile-list div h2{
    font-size: 30px;
    font-weight: 500 ;
    margin-bottom: 15px;
    color: #EEEEEE;
}
.profile-list div a{
    color: #EEEEEE;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
}

.profile-list div:hover{
    background: #76ABAE;
    transform: translatey(-10px);

}
*/

/* #profile{
    display: flex;
    justify-content: center;
    align-items: center;
} */

h1.sub-title {
    text-align: center;
    padding: 5%;
}

.profile-list {
     display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    grid-gap: 40px;
    margin-top: 25px; 
    padding: 10px 10%;  
}

.profile-list div {
    background: #31363F;
    padding: 40px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 10px;
    color: #EEEEEE;
    transition: background 0.5s, transform 0.5s;
}

.profile-list div i {
    font-size: 50px;
    margin-bottom: 30px;
    color: #EEEEEE;
}

.profile-list div h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #EEEEEE;
}

.profile-list div a {
    color: #EEEEEE;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
}

.profile-list div:hover {
    background: #76ABAE;
    transform: translateY(-10px);
}

#chirag_img{
    height: 360px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: top; /* Adjusts the image position */
}
p{
    color: white;
}
/*------------------portfolio----------------------*/

/* .work-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 40px;
    margin-top: 50px;
    margin-top: 10%;
     padding: 10px 10%;
    

}
.work{
    border-radius: 10px;
    position:  relative;
    overflow: hidden;

}
.work img{
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: 0.5s;
}

.layer{
    width: 80%;
    height: 0%;
    background: linear-gradient(rgba(0,0,0,0.6),#4cb6bc);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;  
    text-align: center;
    transition: 0.5s;
    

}
.layer h3{
    font-weight: 500;
    margin-bottom: 20px;
}
.layer a{
    margin-top: 20px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;

}
.work:hover img{
    transform: scale(1.1);
}
.work:hover .layer{
    height: 100%;

} */


.work-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 2%; /* Adjust margin as needed */
    padding: 50px; /* Adjust padding as needed */
}

.work {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img {
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: transform 0.5s;
}

.layer {
    width: 100%;
    height: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), #4cb6bc);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px; /* Adjust padding as needed */
    text-align: center;
    transition: height 0.5s;
}

.layer h3 {
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffff; /* Changed text color to ensure visibility */
}

.layer a {
    margin-top: 20px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}

.work:hover img {
    transform: scale(1.1);
}

.work:hover .layer {
    height: 100%;
}
#chirag_img1{
    height: 250px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: top;
}
#weather_img{
    height: 360px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: top;
}

/*--------------------contact--------*/
#contact{
    margin-top: 0%;
    /* padding: 10px 10%; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.row1{
    margin-top: 11%;
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.contact-left{
    flex-basis: 35%;
    font-size: 20px;
    color: #fff;
    list-style-type: none;
    
}
.contact-left li{
    margin-top: 8%;
    font-style: italic;
}
.contact-left h2{
    font-size: 40px;
    color: #fff;
}
.contact-left h2 span{
    color: #76ABAE;
}
.contact-right{
    flex-basis: 60%;
    

}
.contact-icons{
    margin-top: 15px ;
}
.contact-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #EEEEEE;
    display: inline-block;
    transition:  0.5s;
}
.contact-icons a:hover{
    color: #76ABAE;
    transform: translateY(-5px);
}
.contact-right form{
    width: 100%;
}
form input, form textarea{
    width: 100%;
    border:0;
    outline: none;
    background: #31363F;
    padding:15px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px ;
    border-radius: 6px;
}


html{
    scroll-behavior: smooth;
}

nav .fa-solid{
    display: none;
}

/* -------css for small screens--------------- */

@media only screen and (max-width : 600px){

    
    nav .fa-solid{
        display: block;
        font-size: 25px;
    }
    nav ul{
        background: #76ABAE;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: 0.5s;
    }

    nav ul li{
        display: block;
        margin: 25px;

    }

    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer
    }

    
.main{
    margin-top: 10%;
    padding: 10px 10%;
    font-size:  25px;
    color: #EEEEEE;
    font-family: 'Poppins', sans-serif;


} 

.main span{
    color: #76ABAE;

    
}
.name{
    /* margin: 10px; */
    padding-top: 15px;
    color: #76ABAE;
}
.main h1 {
    size: 20px;

}
h1 {
    margin-top: 20px;
    font-size: 50px;
}

.main h1 span{
    font-size: 50px;
    color: #76ABAE;
}
.info{
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 30px;
}





/* about */


.row{
    margin: 0%;
    /* padding: 0%; */
    display: flex;
}

.about-col-1 {
    order: 2; /* This will display as the second item */
}

.about-col-1 {
    order: 1; /* This will display as the first item */
}

.sub-title{
    font-size: 40px;
    margin: 0%;
    margin-top: 3%;
    text-align: center;
}

 .about-col-2 img{
    width: 60%;
    display: flex;
  justify-content: center; /* center horizontally */
  align-items: center; 
  margin-bottom: 200;
 }  

 .about-col-1, .about-col-2 {
    flex-basis: 100%;
    text-align: left;
    
}

.about-col-1 p{
    font-size: 20px;
    /* margin-top: 50px; */
}
.about-col-2 {
    display: flex;
  justify-content: center; /* center horizontally */
  align-items: center; 
}


/* profile */

#profile{
    margin-top: 40%;
    background: #222831;
}

.container{
    width: auto;
    height: auto;
    padding: 3%;
}
.work-list{
    padding: 50px;
    margin: 0%;
}
.work img {
    width: 70%;
    
}
.work{
    display: flex;
  justify-content: center; /* center horizontally */
  align-items: center; 
  height: 400px;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.contact-left, .contact-right{
    flex-basis: 100%;
    
}

form input, form textarea {
    width: 95%;
    border: 0;
    outline: none;
    background: #31363F;
    padding: 10px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    
}
#chirag_img{
    height: 50px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}
/* #chirag_img1{
    height: 10px;
    width: 50%;
    border-radius: 15px;
    object-fit: cover;
} */

.contact-right{
    display: flex;
  justify-content: center; /* center horizontally */
  align-items: center; 
}
.contact-left h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
}


.btn{
    display: inline-block;
    padding: 12px;
    background: #4cb6bc;
    border-radius: 25px;
    color: #EEEEEE;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
}
/* .profile-list{
    flex-direction: row;
    justify-content: space-around;
}

.profile-list div{
    margin-bottom: 0;
} */
}