* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", serif;
  color: rgb(245, 244, 244);
  /* box-sizing: border-box; */
}
html {
  scroll-behavior: smooth;
  
}
header {
  background-color: #28282d;
  border-bottom: 0.0625rem solid black;
  border-top: 0.0625rem solid black;
}

.right-side img {
  width: 13rem;

  margin: 0rem 4rem;
}

.section-navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
  ul {
    display: flex;
    gap: 1.6rem;
    margin: 2rem 6rem 1rem 1rem;
    text-decoration: none;
    list-style: none;
    font-size: 1.1rem;
    font-weight: bold;
    position: relative;
  }

  li a {
    text-decoration: none;
    color: whitesmoke;
    transition: color 0.3s ease;
  }

  li {
   
    position: relative; 
    transition: all 0.3s ease;
  }

  li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.125rem;
    background: rgb(157, 218, 154);
    transition: width 0.3s ease; 
  }

  li a:hover {
    color: rgb(110, 104, 104);
  }

  li:hover::after {
    width: 100%;
  }


.hero-section {

  width: 100%;
  min-height: 87vh;
  background-color: #1a2024;
}

.hero-section .container {

  display: flex;
  
  justify-content: center;
  align-items: center;
  
}
.hero-RS{
  min-width: 300px;
}
  .hero-RS img {
    flex-shrink: 0;
  
    width: 100%;
    height: auto;
  
  }
  .hero-LS {
  
    margin-left: 2rem;
    margin-right: 3rem;
    
    

  }

  .Hello-Heading {
    margin-top: 1rem;
    
    font-size: 2rem;
    font-weight: 480;
    padding-left: 0.625rem;
    padding-bottom: 0.625rem;
  }
   .Hello-Heading span {
      color: rgb(99, 211, 93);
    }
  

  .Name-Heading {
    font-size: 4rem;
    color: #ba8e57;
    
  }


.Working {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

span {
  color: rgb(99, 211, 93);
}


.Hero-About-paragraph {
  margin-top: 1rem;
  font-size: 1.0625rem;
 
  letter-spacing: 0.125rem;
  line-height: 1.5625rem;
  color: azure;
  font-family: "Roboto", serif;
  text-transform: capitalize;
}

.Hero-bottom {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  
  margin-top: 40px;
}
.Hero-bottom  span {
    color: white;
  }
  .Hero-bottom .upwork span {
    color: rgb(99, 211, 93);
  }
  .Hero-bottom h1{
    margin-bottom: 0.375rem;
    margin-left: -0.0625rem;
  }
  .Hero-bottom p {
    letter-spacing: 0.0625rem;
    font-weight: 100;
  }

.clients h1{
     color: rgb(99, 211, 93);
  }
  .experince h1{
    color: rgb(99, 211, 93);
  }

.services {
  width: 100%;
  height: 100%;
  background-color: #28282d;

  text-align: center;
}
.services  h4 {
    padding: 1.125rem 0.625rem 0 1.25rem;
    font-size: 1.875rem;
    span {
      color: rgb(157, 218, 154);
    }
  }
.services  .Uncommon {
    padding: 0.0rem 0.625rem 0 1.25rem;
    font-size: 3.125rem;
    font-family: "Times New Roman", Times, serif;
    color: #ba8e57;
  }
.services  img {
    width: 5rem;
  }


.container {
  color: aqua;
}
.grid {
  display: grid;

}
.grid-three-colns {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  grid-template-columns: repeat(3, 1fr);
}
.Items {
  width: 25rem;
  display: inline-block;
  margin: 0.3125rem 0.625rem;
  background-color: #2d3336;
  padding: 1.0rem 0.75rem;
  border-radius: 0.625rem;

  box-shadow: -0.3125rem 0.625rem 0.625rem rgba(0, 0, 0, 0.25);
  
}
.Items  h1 {
    margin: 0.3125rem 0 0.4375rem 0.625rem;
    color: #ba8e57;
    letter-spacing: 0.0938rem;
  }
.Items  p {
    margin: 0.625rem;
    font-size: 1.0rem;
    letter-spacing: 0.0312rem;
    line-height: 1.375rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffff;
  }

.Myskills {

  width: 100%;
  min-height: 100vh;
  background-color: #1a2024;

}

.grid-four-colums {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
}

.SkillsItems {
  width: 14rem;

  margin: 0.5rem 0.625rem;
  background-color: #2d3336;
  padding: 1.875rem 0.75rem;
  border-radius: 0.625rem;
}
.SkillsItems  svg {
    width: 4.375rem;
    margin-left: 4.8125rem;
    display: flex;
    margin-bottom: 0.625rem;
  }
.SkillsItems  img {
    width: 4.375rem;
    display: flex;
    margin-left: 4.8125rem;
    margin-bottom: 0.625rem;

    align-items: center;
    justify-content: center;
  }
.SkillsItems  p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(99, 211, 93);
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.0813rem;
   
  }



.Myskills {
  h1 {
    
    text-align: center;
    font-size: 2.5rem;
  }
}
.color {
  color: #ba8e57;
}
.testimonial-section {
  width: 100%;
  min-height: 100vh;
  background-color: #2d3336;

  position: relative;
}
.testimonial-section  h1 {
    text-align: center;

    color: silver;
    font-family: "Times New Roman", Times, serif;
    font-size: 2.5rem;

    letter-spacing: 0.0938rem;
    
  }

.Heading-testimonial {
 
  color: black;
  font-style: italic;
  font-size: 2.6rem;
  font-weight: bolder;

  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.9375rem;
  text-align: center;
}
.line {
  margin-top: -0.9375rem;
}

.heading-box {
  box-shadow: rgba(0, 0, 0, 0.25);
}


.swiper-slide {

  font-size: 1.125rem;
  
  line-height: 1.5625rem;
 
  min-height: auto;
  
  text-align: center;
}
.swiper-slide  img {
  

    width: 10rem;
    margin-bottom: -2rem;
  }


.testimonial-words p {
  padding-left: 1.25rem;
  line-height: 1.8rem;
  letter-spacing: 0.0625rem;
  text-transform: capitalize;
  text-align: justify;
  color: rgb(99, 211, 93);
  font-weight: bold;
  
}

.swiper-wrapper {
max-height: none;
}
.swiper-slide {
  background-color: #2c2c31;
  min-height: 76vh;
  display: flex;
  align-items: center;
  justify-content: center;
  
  box-shadow: 0.0rem 1.25rem 0.625rem rgba(0, 0, 0, 0.75);
}

.client-details P {
  font-weight: 700;
}

.container-footer {
  

  padding: 1rem 1rem;
  line-height: 2.4rem;

  background-color: #1a2024;
  text-align: center;
}
.links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;

  
}
.links * {
  color: whitesmoke;
}
.links a {
  text-decoration: none;
}

.icons img {
  margin-right: 2rem;
  margin-left: 2rem;
}

.link-item {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.link-item h3 {
  margin: 0;
  color: whitesmoke;
}

.link-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; 
  height: 0.125rem;
  width: 0;
  background: rgb(157, 218, 154);
  transition: width 0.3s ease;
}

.link-item:hover h3 {
  color: rgb(110, 104, 104);
}

.link-item:hover::after {
  width: 100%;
}


.hamburger-menu{
  display: none;
}
.mobile-menu{
  display: none;
  position: fixed;
  /* z-index: */
}    


.hamburger-menu {
    display: none;
    font-size: 3rem;
    cursor: pointer;
    color: whitesmoke;
    z-index: 1000;
  
}


.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.mobile-nav-overlay.active {
    display: flex;
}


.mobile-nav-overlay ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.mobile-nav-overlay li {
    margin-bottom: 3rem;
}

.mobile-nav-overlay a {
    font-size: 3rem;
    color: whitesmoke;
    text-decoration: none;
}


.mobile-nav-close {
    position: absolute;
    top: 2rem;
    right: 3rem;
    font-size: 4rem;
    color: whitesmoke;
    cursor: pointer;
}
.hero-section .container.grid-two-columns{
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));


}



@media (max-width: 790px) {
   
    .section-navbar .left-side {
        display: none;
    }

   
    .hamburger-menu {
        display: block;
    }
    .right-side img {
  width: 9rem;

  margin: 0rem 1.5rem;
}
  .hero-section .container{
    display: flex;
    flex-wrap: wrap;
  }
}
