* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.section-label {
  max-width: 150px;
  min-height: 60px;
  font-size: 25px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #022908;
  margin: 30px auto;
  margin-top: 100px;
}

.My-Skills-container{
  display: flex;              
    justify-content: center;   
    align-items: center;        
}

.my-skills-box{
  background-color: rgb(5, 177, 33);
  margin-top: 40px;
  border: 15px solid transparent; 
  border-radius: 15px; 
}

.My-skills-text{
    color: white;
    display: inline-block;
    align-self: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }


button {
  background-color: black;
  border: 2px solid white;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

button:hover {
  background-color: rgb(0, 0, 0);
  color: white;
  transform: scale(1.05);
}

button:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

button:active {
  transform: scale(0.95);
  background-color: rgba(255, 255, 255, 0.1);
  color: black;
}

custom-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

custom-button.learn-more {
  width: 12rem;
  height: auto;
}

custom-button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: rgb(5, 177, 33);
  border-radius: 1.625rem;
}

custom-button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

custom-button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

custom-button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

custom-button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: rgb(5, 177, 33);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

custom-button:hover .circle {
  width: 100%;
}

custom-button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

custom-button:hover .button-text {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 32px;
  overflow: hidden;
  border-radius: 10px;
  background: #212121;
  border: 2px solid #313131;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: #e8e8e8;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.heading {
  font-weight: 700;
  font-size: 32px;
}

.para {
  line-height: 1.5;
}

.btn {
  color: #e8e8e8;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: #0974f1;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.Projects-box{

}


.scroll-container {
  background-color: #000000;
  max-width: 80%;
  min-height: 520px;
  border-radius: 20px;
  display: flex;
  overflow-x: scroll;
  padding: 0px;
  margin: 0 auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 0;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.scroll-container {
  background-color: #000000;
  width: 100%;
  height: 520px;
  border-radius: 20px;
  display: flex;
  overflow-x: scroll;
  padding: 0px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  margin: 0 50px;
  align-items: center;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}




.text-class{
    font-size: 130px;
}

.scroll-right {
  right: 10px;
}

.scroll-left:hover,
.scroll-right:hover {
  background-color: transparent;
}

.section-att {
  margin: 100px ;
  color: white;
  text-align: center;
}

.main_body {
  background-image: url(./Download\ premium\ image\ of\ Gray\ grid\ line\ pattern\ on\ a\ black\ background\ by\ marinemynt\ about\ grid\,\ black\ grid\ paper\,\ wallpaper\ grid\,\ grid\ paper\,\ and\ grid\ lines\ 2349532.png);
  height: 700px;
}

.header-container {
    display: flex;
    justify-content: center;
    border-radius: 30px;
}

.main-header {
    background-color: rgb(0, 0, 0);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    position: fixed;
    z-index: 1000;
    padding: 10px;
}

.header-name {
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(5, 177, 33);
    display: inline-block;
    padding-right: 40px;
    margin: 7px;
    font-size: 2rem; /* Responsive font size */
}

.header-links {
    display: flex;
    gap: 15px; 
    margin-right: 40px;
}

/* Mobile styles */
.header-links {
    display: flex; /* Default for desktop */
}

.header-links nav {
    background-color: black;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1rem; /* Responsive font size */
}

.header-links nav:hover {
    background-color: #000000; 
    cursor: pointer;
    transform: scale(1.05); /* Slight increase in size */
}

.menu-toggle {
    display: none; /* Hidden by default */
    background: none; /* No background */
    border: none; /* No border */
    cursor: pointer; /* Pointer cursor */
    padding: 10px; /* Some padding */
    z-index: 1100; /* Higher than header */
}

.bar {
    display: block; /* Stack the bars */
    width: 25px; /* Width of the bars */
    height: 3px; /* Height of the bars */
    background-color: black; /* Color of the bars */
    margin: 4px auto; /* Space between bars */
    transition: all 0.3s; /* Smooth transition */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: block; /* Show button on mobile */
    }

    .header-links {
        display: none; /* Hide links by default on mobile */
        flex-direction: column; /* Stack links vertically */
        position: absolute; /* Position it absolutely */
        background-color: white; /* Background for dropdown */
        width: 100%; /* Full width */
        top: 100%; /* Position below header */
        left: 0; /* Align left */
        border-radius: 0 0 15px 15px; /* Round the bottom corners */
    }

    .header-links.show {
        display: flex; /* Show when toggled */
    }
}

.button-div_header {
  background-color: #000000; 
  color: white;
  font-size: 11px;
  text-decoration: none;
  padding: 10px 15px; 
  border-radius: 5px; 
  text-align: center; 
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.button-div_header:hover {
  transform: scale(1.05); /* Slight increase in size */
}





.hero-container {
  padding-top: 130px;
  max-width: 100%;
  display: flex;
  padding-right: 30px;
  justify-content: flex-end;
}

.inner {
  width: 50%;
  margin-top: 70px;
}

.text-1_div-1 {
  color: white;
  display: inline-block;
  font-family: Roboto Condensed, sans-serif;
}

.text-2_div-1 {
  color: white;
  width: 100%;
  font-size: 4.7vw;
  margin: 0px;
  font-family: Roboto Condensed, sans-serif;
  display: inline-block;
}

.text-3_div-1 {
  color: white;
  font-size: 4.7vw;
  margin: 0px;
  font-family: Roboto Condensed, sans-serif;
}

.text-4_div-1 {
  color: white;
  font-size: 4.7vw;
  margin: 0px;
  font-family: Roboto Condensed, sans-serif;
  padding-bottom: 50px;
}

.par_div-2 {
  color: white;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5vw;

}

.span_div-2 {
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  color: white;
}

.div-2 {
  background-color: rgb(0, 0, 0);
  width: 1500px;
  height: 2500px;
  position: relative;
  top: 160px;
  margin: 0px;
  padding: 0px;
}

.div-1_div_div-2 {
  background-color: rgb(39, 39, 39);
  padding: 20px;
  color: white;
  text-align: center;
  border-radius: 30px;
  width: 250px;
  height: 30px;
  position: relative;
  left: 600px;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h_div-1_div_div-2 {
  margin: 0;
  font-size: 40px;
  font-family: Roboto Condensed, sans-serif;
}

.h_div-1_div-2 {
  font: 40px;
  color: white;
  position: relative;
  top: 90px;
  left: 480px;
  top: 59px;
  font-size: 60px;
  font-family: Roboto Condensed, sans-serif;
  margin: 0px;
  display: inline-block;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.skills-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); 
    gap: 16px;
    padding: 16px;
    padding-top: 50px;
    padding-left: 60px;
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
    .skills-container {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

/* Further adjust for mobile screens */
@media (max-width: 480px) {
    .skills-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
    }
}


.skills {
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent white background for the glass effect */
    color: white;
    min-height: 380px;
    max-width: 350px ;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    
    
    backdrop-filter: blur(2px); /* Creates the frosted glass effect */
    -webkit-backdrop-filter: blur(10px); 
    
   
    border: 2px solid rgba(255, 255, 255, 0.3); /* Subtle white border */
    
    /* Optional: Add shine for the "glass" effect */
    box-shadow:  0 0 15px rgba(200, 200, 200, 0.5); /* Creates a glowing effect around the glass */
  }

.experience-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
}




.div-2_div_div-2 {
  background-color: #022908;
  padding: 40px;
  color: white;
  text-align: center;
  border-radius: 15px;
  width: 350px;
  height: 150px;
  font-family: Roboto Condensed, sans-serif;
}

.h_div-2_div_div-2 {
  margin: 0;
  font-size: 35px;
}

.par-1_div-2_div_div-2 {
  margin-top: 10px;
  font-size: 16px;
}

.par-2_div-2_div_div-2 {
  margin-top: 10px;
  font-size: 16px;
}

.img-1_div-2_div_div-2 {
  width: 75px;
  position: relative;
  right: 40px;
  bottom: 10px;
}

.img-2_div-2_div_div-2 {
  width: 75px;
  position: relative;
  right: 25px;
  bottom: 10px;
}

.img-3_div-2_div_div-2 {
  width: 40px;
  position: relative;
  right: 0px;
  bottom: 5px;
}

.div-3_div_div-2 {
  background-color: #022908;
  padding: 40px;
  color: white;
  text-align: center;
  border-radius: 15px;
  width: 350px;
  height: 150px;
  position: relative;
  left: 520px;
  bottom: 128px;
  font-family: Roboto Condensed, sans-serif;
}

.h_div-3_div_div-2 {
  margin: 0;
  font-size: 35px;
}

.par-1_div-3_div_div-2 {
  margin-top: 10px;
  font-size: 16px;
}

.par-2_div-3_div_div-2 {
  margin-top: 10px;
  font-size: 16px;
}

.img-1_div-3_div_div-2 {
  width: 35px;
  position: relative;
  right: 60px;
  bottom: 5px;
}

.img-2_div-3_div_div-2 {
  width: 35px;
  position: relative;
  right: 10px;
  bottom: 5px;
}

.img-3_div-3_div_div-2 {
  width: 35px;
  position: relative;
  right: 0px;
  left: 35px;
  bottom: 5px;
}

.div-4_div_div-2 {
  background-color: #022908;
  padding: 40px;
  color: white;
  text-align: center;
  border-radius: 15px;
  width: 350px;
  height: 150px;
  position: relative;
  left: 1000px;
  bottom: 355px;
  font-family: Roboto Condensed, sans-serif;
}

.h1_div-4_div_div-2 {
  margin: 0;
  font-size: 35px;
}

.par-1_div-4_div_div-2 {
  margin-top: 10px;
  font-size: 16px;
}

.par-5_div-4_div_div-2 {
  margin-top: 5px;
  font-size: 16px;
}

.img-1_div-4_div_div-2 {
  width: 80px;
  position: relative;
  bottom: 15px;
  right: 25px;
}

.img-2_div-4_div_div-2 {
  width: 50px;
  position: relative;
  bottom: 15px;
  right: 20px;
}

.img-3_div-4_div_div-2 {
  width: 38px;
  position: relative;
  bottom: 15px;
  right: 5px;
}

.img-4_div-4_div_div-2 {
  width: 50px;
  position: relative;
  bottom: 15px;
  left: 15px;
}

.img-5_div-4_div_div-2 {
  width: 38px;
  position: relative;
  bottom: 15px;
  left: 25px;
}

.div-5_div_div-2 {
  background-color: #022908;
  padding: 40px;
  color: white;
  text-align: center;
  border-radius: 15px;
  width: 350px;
  height: 150px;
  position: relative;
  left: 1000px;
  bottom: 310px;
  font-family: Roboto Condensed, sans-serif;
}

.par-1_div-5_div_div-2 {
  margin-top: 10px;
  font-size: 16px;
}

.par-2_div-5_div_div-2 {
  margin-top: 5px;
  font-size: 16px;
}

.div-6_div_div-2 {
  background-color: #022908;
  padding: 40px;
  color: white;
  text-align: center;
  border-radius: 15px;
  width: 350px;
  height: 150px;
  position: relative;
  left: 520px;
  bottom: 540px;
  font-family: Roboto Condensed, sans-serif;
}

.h_div-6_div_div-2 {
  margin: 0;
  font-size: 35px;
}

.par-1_div-6_div_div-2 {
  margin-top: 10px;
  font-size: 16px;
}

.par-2_div-6_div_div-2 {
  margin-top: 5px;
  font-size: 16px;
}

.h-1_div_div-2 {
  font-family: Roboto Condensed, sans-serif;
  color: white;
  font-size: 170px;
  position: relative;
  left: 200px;
  right: 0px;
  bottom: 800px;
  margin: 0px;
  display: inline-block;
}

.h-2_div_div-2 {
  font-family: Roboto Condensed, sans-serif;
  color: white;
  font-size: 35px;
  position: relative;
  left: 0px;
  right: 20px;
  bottom: 750px;
  margin: 0px;
  display: inline-block;
}

.h_div_div-2_div-2 {
  width: 1498px;
  color: white;
  position: relative;
  bottom: 500px;
}

.div-1_div_div-2_div-2 {
  background-color: rgb(39, 39, 39);
  padding: 20px;
  color: white;
  text-align: center;
  border-radius: 30px;
  width: 250px;
  height: 30px;
  position: relative;
  left: 600px;
  bottom: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h_div-1_div_div-2_div-2 {
  margin: 0;
  font-size: 40px;
  font-family: Roboto Condensed, sans-serif;
}

.div-1_div_div_div_div-2 {
  min-width: 550px;
  height: 520px;
  background-color: #022908;
  margin-right: 10px;
  border-radius: 10px;
  align-items: center;
  
}

.img_div-1_div_div_div_div-2 {
  width: 470px;
  height: 410px;
  position: relative;
  left: 40px;
  top: 50px;
  border-radius: 15px;
}

.div-2_div_div_div_div-2 {
  min-width: 550px;
  height: 520px;
  background-color: #022908;
  margin-right: 10px;
  border-radius: 10px;
}

.div-2_div_div_div_div-2 {
  min-width: 550px;
  height: 520px;
  background-color: #022908;
  margin-right: 10px;
  border-radius: 10px;
}

.img_div-2_div_div_div_div-2 {
  width: 550px;
  height: 520px;
  position: relative;
  right: 20px;
  right: 60px;
  bottom: 60px;
  border-radius: 15px;
  filter: blur(2.5px);
}

.div-3_div_div_div_div-2 {
  min-width: 550px;
  height: 520px;
  background-color: #022908;
  margin-right: 10px;
  border-radius: 10px;
}

.a_div_div_div_div-2 {
  text-decoration: none;
  color: white;
}

.but_div_div_div_div-2 {
  background-color: #022908;
  height: 30px;
  width: 100px;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h_a_div_div_div_div-2 {
  font-family: Roboto Condensed, sans-serif;
  color: white;
  margin: 0;
  font-size: 15px;
  width: 140px;
}

.div-2_div-2_div_2 {
  width: 600px;
}

.h-1_div-2_div-2_div_2 {
  color: white;
  font-family: Roboto Condensed, sans-serif;
  font-size: 60px;
  position: relative;
  left: 470px;
  display: inline-block;
  margin: 0px;
}

.h-2_div-2_div-2_div_2 {
  color: white;
  font-family: Roboto Condensed, sans-serif;
  display: inline-block;
  position: relative;
  top: 50px;
  left: 320px;
  margin: 0px;
}

.h_h-2_div-2_div-2_div_2 {
  width: 600px;
  position: relative;
  top: 40px;
}

.h-1_div-2_div_2 {
  position: relative;
  bottom: 200px;
}

.img_a-1_sect_div-2_div_2 {
  padding: 0px;
  margin: 0px;
  width: 80px;
  height: 80px;
  position: relative;
  top: 152px;
  left: 560px;
}

.img_a-2_sect_div-2_div_2 {
  padding: 0px;
  margin: 0px;
  width: 45px;
  height: 45px;
  position: relative;
  top: 135px;
  left: 647px;
}

.img_a-3_sect_div-2_div_2 {
  padding: 0px;
  margin: 0px;
  width: 40px;
  height: 45px;
  position: relative;
  top: 135px;
  left: 740px;
}

.mid-msg {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.text-container {
    text-align: center;      
}

.custom-hr {
    width: 100%;               
    height: 2px;             
    background-color: #ffffff;
    border: none;            
    margin: 20px auto;      
    text-align: right;
}

.finaltext{
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
}


.logo{
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 80px;
}

.logo img {
    width: 40px;
}

/* Default styles (for larger screens like desktops) */
body {
  font-family: Arial, sans-serif;
  background-color: #000;
  color: white;
}

/* Media query for tablets devices */
@media (max-width: 768px) {
  .header {
    width: 80%;
  }

  form {
    max-width: 100%;
  }
}

/* Media query for mobiles */
@media (max-width: 480px) {
  .header {
    width: 100%;
  }

  form {
    max-width: 100%;
    padding: 10px;
  }

  .nav-list {
    flex-direction: column;
    align-items: center;
  }

  .nav-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
