@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Saira:wght@700&display=swap');
:root {
    --primary-color: #033b4a;
    --secondary-color: #20c997;
    --gray: #4a4a4d;
    --bg-primary: #ecf0f3;
}














* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
html {
    scroll-behavior: smooth;
    background-color: #f5f5f5;
}

body {
    font-family:'Poppins', sans-serif;
}
h1 h2 {
    font-family: 'Saira', sans-serif;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}


/* Utility Classes */
.container {
    max-width: 1100px;
    margin: auto;
    padding: 0 2rem;
}
.text-primary {
    color: var(--secondary-color);
}
.btn-primary {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background-color: #15a076;
}
/* Header Start */




.header {
    position: fixed;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    z-index: 100;
    border-color: rgba(170, 167, 167, 0.4);
  }
  
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(179, 250, 221, 0.4),
      transparent
    );
    transition: 0.5s;
  }
  
  .header:hover::before {
    left: 100%;
  }
  
  .logo {
    color: #033b4a;
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    cursor: default;
    cursor: pointer;
  }
  
  .navbar a {
    color: #033b4a;
    font-size: 18px;
    text-decoration: none;
    margin-left: 35px;
    transition: 0.3s;
    font-family: 'Saira', sans-serif;
  }
  
  .navbar a:hover {
    color: #1f8667;
  }
  
  #menu-icon {
    font-size: 36px;
    color: #fff;
    display: none;
  }
  
  /* BREAKPOINTS */
  @media (max-width: 992px) {
    .header {
      padding: 1.25rem 4%;
    }
    
  }
  
  @media (max-width: 768px) {
    #menu-icon {
      display: block;
     
    }
  
    .navbar {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 0.5rem 4%;
      display: none;
    }
  
    .navbar.active {
        display: block;
    }
    #menu-icon {
        color: #033b4a;
        cursor: pointer;
    }
  
    .navbar a {
        display: block;
      margin: 1.5rem 0;
      color: #fff;
    }
  
    .nav-bg {
      position: fixed;
      top: 79px;
      left: 0;
      width: 100%;
      height: 300px;
      background: #033b4a;
      border-bottom: 2px solid rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      z-index: 99;
      display: none;
    }
  
    .nav-bg.active {
        display: block;
    }
    a:hover{
        cursor: pointer;
        
    }
 
  }
































#home .header-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    padding: 5rem 2rem 0;
    height: 100%;
}
#home .header-content img {
    max-width: 450px;
    animation: zoomIn 1s ease forwards, floatImage 4s ease-in-out infinite;
    animation-delay: 2s, 3s;
}
@keyframes floatImage {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}


#home .header-content {
    font-weight: 700;
    font-size: 20px;
}
#home .header-content h1 {
    font-size: 60px;
    color: var(--primary-color);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2)
}
#home .header-content .title {
    font-size: 20px;
    color: var(--primary-color);
    margin: 10px 0;
    font-weight: 500;
}
#home .header-content .social {
    margin: 1rem 0 2rem;
}
#home .header-content .social a i {
    font-size: 18px;
    padding: 10px;
    background-color: var(--gray);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}
#home .header-content .social a i:hover {
    transform: scale(0.85);
}

.cllr-p{
    color: #20c997;
}
.LKL-img {
    width: 0px;
}
nav ul li a:hover {
    border-bottom: 2px solid #20c997;
    
  }
  .header-content #home{
    background-color: #f0f0f0;
  }
  .img-ss{
    margin-top: 40px;
  }
/* Header End */

/* About Start */

#about,
#skills,
#services,
#portfolio {
    padding: 6rem 0;
}
#about h2,
#skills h2,
#services h2,
#portfolio h2,
#contact h2 {
    text-align: center;
    font-size: 38px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 1px;
}
#about hr,
#skills hr,
#services hr,
#portfolio hr {
    width: 100px;
    height: 3px;
    background-color: var(--secondary-color);
    border: none;
    margin: 5px auto 0;
}

#about .about-content {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 4rem;
}
#about .about-content .col-1 h3 {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 20px;
}
#about .about-content .col-1 p {
    color: var(--gray);
    margin-bottom: 20px;
}
#about .about-content .col-2 p {
    color: var(--gray);
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}













/* About End */
/* Skills Start */
#skills {
    background-color: var(--primary-color);
}

#skills h2,
#portfolio h2 {
    color: #fff;
    font-family:'Poppins', sans-serif;
}

#skills .skills-content {
    margin-top: 2rem;
    background-color: #0f272d;
}

#skills .skills-content .row {
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    align-items: center;
    text-align: center;
}

#skills .skills-content .row .item {
    color: #fff;
    background-color: #000;
    margin: 20px;
    padding: 1rem;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}
#skills .skills-content .row .item:hover {
    box-shadow: 10px 10px 10px #00f4ab0c;
}

#skills .skills-content .row .item:nth-child(4) img {
    max-width: 60px;
}
#skills .skills-content .row .item:nth-child(3) img {
    max-width: 34px;
}
#skills .row img {
    max-width: 40px;

}
/* Skills End */
/* Services Start */

#services,
#contact {
    background: #00f4ab0c;
}
#services .heading {
    display: flex;
    justify-content: center;
    align-items: center;
}
#services .heading img {
    width: 55px;
    margin-right: 7px;
}

#services .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
    text-align: center;
    column-gap: 2rem;
    row-gap: 1rem;
}

#services .row .item {
    background-color: #fff;
    padding: 30px 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: all 0.3s ease;
}
#services .row .item:hover {
    transform: scale(1.04);
}
.img-srvs {
    width: 50px;
}
#services .row .item h3 {
    margin: 15px 0;
    color: var(--primary-color);
}
#services .row .item p {
    font-size: 14px;
}
hr{
    width: 100px;
    height: 3px;
    background-color: var(--secondary-color);
    border: none;
    margin: 5px auto 0;
    }

/* Services End */

/* Portfolio Start */




#portfolio {
    background-color: var(--primary-color);
}
#portfolio .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 4rem;
}
#portfolio .row .item {
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#portfolio .row .item:hover {
    transform: scale(1.03);
}

#portfolio .row .item .item-content {
    padding: 2px 15px 14px;
}

#portfolio .row .item .item-content h3 {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 1px;
}

#portfolio .row .item .item-content a {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 500;
}

#portfolio .row .item img {
    max-width: 100%;
    border-bottom: 2px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* Portfolio End */


/* Contact Start */

#contact {
    padding: 4rem 0;
    background-color: #fff;
}
hr{
width: 100px;
height: 3px;
background-color: var(--secondary-color);
border: none;
margin: 5px auto 0;
}
#contact .row {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    background: #fff;
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    padding: 2rem 3rem;
    border-radius: 10px;
}
#contact .row input,
#contact .row textarea {
    resize: none;
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    background-color: #00f4ab0c;
    border: 1px solid #bbb;
    outline: none;
}
.text-get{
    color: #033b4a;
}

/* Contact End */
/* Footer Start */
#footer {
    background-color: #222;
    color: #fff;
    padding: 0.8rem 0;
    text-align: center;
}
/* Footer End */

/* Tablet Responsive */
@media (max-width: 768px) {
    #home .navbar nav {
        display: block;
        text-align: center;
    }

    #home .navbar nav ul {
        margin-top: 20px;
    }

    #home .navbar nav ul a {
        margin: 0 8px;
    }
    #home .header-content {
        grid-template-columns: 1fr;
    }
    #home .header-content .content-text {
        margin-bottom: 0rem;
        margin-top: 5rem;
    }
    header .header-content img {
        max-width: 350px;
        margin: auto;
    }

    #about .about-content,
    #contact .row {
        grid-template-columns: 1fr;
        row-gap: 3rem;
    }

    #skills .skills-content .row,
    #services .row,
    #portfolio .row {
        grid-template-columns: repeat(2, 2fr);
    }

    #contact .row img {
        max-width: 250px;
        margin: auto;
    }
    .img-ss {
        width: 300px;
    }

}

/* Mobile Responsive */
@media (max-width: 528px) {
    #home .header-content h1 {
        font-size: 38px;
    }

    #home .header-content img {
        grid-template-columns: 1fr;
    }
    .ulll{
        justify-content: center;
        text-align: center;
    

        
        
    
    }
    .navvo{
        justify-content: center;
        text-align: center;



    }
 
    .img-ss {
     width: 0px;  
     display: block; 
     display: inline-block;
    }
    
    .LKL-img{
        width: 365px;
    }



    #menu-icon {
        cursor: pointer;
    }




    .navbar a:hover {
        color: #15a076;
      }


     
      







}

























