    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #7a6565;
    background-image: url();
 
    /* background-image: url(download.gif); */
    background-repeat: no-repeat;
    background-size: cover;
}

/* Navbar Styles */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #9a9a92;
    color: white;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.logo:hover{
    color: rgb(255, 199, 14);
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    padding: 10px;
}

.nav-links a {
    color: rgb(240, 233, 233);
    text-decoration: none;
}
.nav-links a:hover{
    color: rgb(255, 230, 3);
   background-color: #766f6f;
}







.burger {
    display: none;
    cursor: pointer;
}

.burger i {
    font-size: 24px;
    color: white;
}

/* Header Styles */
.header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0, 0, 0, 0)), url('header-image.jpg');
    background-size: cover;
    color: white;
    flex-direction: column;
}

.header-content img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 35%;
}

.header-text h1 {
    font-size: 36px;
    font-weight: bold;
}

.header-text p {
    font-size: 18px;
    margin-bottom: 20px;
}

a {
    padding: 8px 8px;
    /* background-color: #ff583300; */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

a:hover {
    background-color: #ffffff;
    color: #e8f597;
} 



/* Responsive Navbar */


@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        /* background-color: #c7c7c7; */
         background-color: #9a9a92;
        width: 100%;
        text-align: center;
        transition: all 0.3s ease-in-out;
        color: yellow;
        
    }

    .nav-links.show {
        display: flex;
    }

    .burger {
        display: block;
        cursor: pointer;
    }
    .iframe{
        width:250;
        height: 200;
    }
}

@media screen and (max-width: 760px) {
     .iframe{
        width:240;
        height: 150;
    }
}


/* containerh */

 .containerh{
        height:600px;
        padding:20px;
        margin-left: 20px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        gap:40px;
    }
    .containerh img{
        width:100%;
        height:400px;
        border-radius: 20%;
    }
    .hero-text{
        width:80%;
    }
    .hero-text h1{
        font-size: 3.3rem;
        margin-bottom: 12px;
        color: rgb(0, 255, 149);
    }
    .hero-text p{
        font-size:1.4rem;
        margin-bottom: 12px;
        color: rgb(255, 255, 255);
    }
    
    /* .btn{
       padding:1em 2.1em 1.1em;
       border-radius: 4px;
       margin:8px;
       border:none;
       background-color: rgb(255, 255, 0);
       color: black;
       font-weight: 800;
       font-size: 0.85em;
       text-transform:uppercase;
       text-align: center;
       box-shadow: 0em -0.2rem 0em rgb(255, 217, 0) inset; 
       transition: color 3s ease-in-out;
    }
    .btn:hover{
        background-color: transparent;
        color: rgb(255, 255, 255);
        border:3px solid yellow;
        cursor: pointer;
    } */
    @media (max-width:848px){
        .containerh{
            margin-top: 10px;
            flex-direction: column;
        }
    .hero-text{
        width:100%;
        text-align: center;
    }
    .hero-text h1{
        font-size: 3rem;
    }
    }
    
    @media (max-width:678px){
      
    .hero-text h1{
        font-size: 2rem;
    }
    }

    /* @media (max-width:428px){
      
    .hero-text h1{
        font-size: 1rem;
    }
    } */

/* card */

    .card-container{
        display:flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 100px;
    }
    .card{
        width:325px;
        background-color: #f0f0f0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
        margin: 20px;
    }
    .card img{
        width: 100%;
        height: 45%;

    }
    .card-content{
        padding:16px;

    }
    .card-content h3{
        font-size: 28px;
        margin-bottom: 8px;
         color: rgb(0, 253, 114);
        
    }
    .card-content p{
        color:#766f6f;
        font-size: 15px;
        line-height: 1.3;

    }
    .card-content .btn{
        display:inline-block;
        padding:8px 16px;
        background-color: #333;
        text-decoration: none;
        border-radius: 4px;
        margin-top: 16px;
        color:#fff;
}

/* text */


    #img1{
        width:100%;
        max-width:400px;
        object-fit: cover;
        vertical-align: middle;
        border-radius: 10px;
    }
    .wrapper{
         color: rgb(255, 255, 255);
        padding:0 15px;
        display:flex;
        flex-wrap: wrap;
        flex-direction:column;
        align-items: center;
        justify-content: space-between;
        gap:3rem;
        
    }
    .intro{
        flex:1;

    }
    .intro h1{
        color: rgb(180, 240, 27);
    }

    /* scroll */

        @keyframes apper{
        from {
            opacity: 0;
            scale:1;
        }
        to {
            opacity: 1;
            scale:1;
        }
    }
   /* .profile {

       animation:apper linear;
       animation-timeline: view();
       animation-range: entry 0% cover 30%;

   }  */

   .card {

       animation:apper linear;
       animation-timeline: view();
       animation-range: entry 0% cover 30%;

   } 
/* 
   .wrapper {

       animation:apper linear;
       animation-timeline: view();
       animation-range: entry 0% cover 20%;

   } 

   .containerh {

       animation:apper linear;
       animation-timeline: view();
       animation-range: entry 0% cover 30%;

   }  */


/* Footer */
footer {
    background: rgba(255, 255, 255, 0.486);
    color: white;
    padding: 4rem 5%;
    text-align: center;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.326);
    padding-bottom: 3rem;
}

.footer-col h3 {
    color: orange;
    margin-bottom: 1.5rem;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 0.8rem;
}

.footer-col a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: rgb(0, 0, 0);
    transform: translateY(-2px);
      
    box-shadow: 0 0 20px var(--meon-lo1), 0 0 20px var(--meon-lo);
}

.social-links {
    
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2rem;
}

.social-links a {
    color: aliceblue;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.social-links a:hover {
    color: rgb(255, 97, 97);
}

.copyright {
    margin-top: 2rem;
    opacity: 0.8;
    color: rgb(255, 255, 255);
}




h2{
  font-family:Arial, Helvetica, sans-serif;
  
  /* font-size: 100px;
  font-weight: 300;
  letter-spacing: 1px; */
  text-align: center;
  background: linear-gradient(45deg, #0022ff, #ff0000, #1aff00, #00aeff, #fff700, #b500fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 300%;
  animation: gradient 8s
  ease-in-out infinite;
}
@keyframes gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
 

h4{
  font-family:Arial, Helvetica, sans-serif;
  
  /* font-size: 100px;
  font-weight: 300;
  letter-spacing: 1px; */
  text-align: center;
  background: linear-gradient(45deg, #ffffff, #15ff00, #ff0000, #ffe600, #0008ff, #e700fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 300%;
  animation: gradient 8s
  ease-in-out infinite;
}
@keyframes gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

