p {
    
    font-size: 21px;
    padding-top: 10px;
    margin: 0;
}
span.text-color {
    color: #adadad!important;
}

body {
  font-family: 'Rajdhani', sans-serif;
  color: #000;
  }

  .more_link a {
    font-size: x-large;
    color: #fff;
    padding: 0px 10px;
    background-color: #000;
    border-radius: 5px;
}

  .overlay {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    overflow-x: hidden;
    transition: 0.5s;
  }

.burger_menu{
    font-size: 50px;
    cursor: pointer;
    color: #000000;
    position: absolute;
    top: 5%;
    left: 3%;
    z-index: 99;

}
.Info h1 {
  color: #000000;
  font-size: 5rem;
  font-weight: 600;
}
.Info {
  text-align: left;
  margin: 0 0 0 15%;
}
more_link a {
  font-size: x-large;
  color: #000;
  padding: 0px 10px;
  background-color: #adadad;
  border-radius: 5px;
  transition-duration: 0.5s;
  text-decoration: none;
}

more_link a:hover {
  background-color: #fff;
  transition-duration: 0.5s;
}
.info_img {
  /*background: url("img/info.jpeg") !important;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover !important;
}

.social {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 1%;
  top: auto;
  z-index: 999;
}

.social ul li a {
  font-size: 27px;
  color: #000;
}

.social ul li {
  display: block;
  margin: 5px;
  padding: 5px;
  background: #adadad;
  text-align: left;
  padding: 10px;
  border-radius: 30px 0 0 30px;
  transition: all 1s;
  width: 200px;
}
.social ul li:hover {
  background: #fff;
}
.social ul li:hover a {
  color: #000;
  background-color: transparent;
}
.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  transform: rotate(360deg);
  transition: all 1s;
}
.social ul li i {
  margin-right: 10px;
  color: #fff;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 20px;
  background: #000;
  transform: rotate(0deg);
}

  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #000000;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
  .skills .progress .skill {
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;

    color: #000000;
}
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress-bar-wrap {
  background: rgba(255, 255, 255, 0.2);
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #adadad;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  position: relative;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  left: -9px;
  top: 0;
  background: #adadad;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #adadad;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-title h2::after {
  content: "";
  width: 320px;
  height: 3px;
  display: inline-block;
  background: #adadad;
  margin: 4px 10px;
}

.section-title p {
  margin: -15px 0 15px 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
section#resume {
  padding: 10% 0;
}

.fp-overflow {
  OVERFLOW: hidden;
}
.homeimg {
  max-width: 50%;
}
.number-of-page .fa-angle-down:before {
  color: #000;
}
a.button-down:hover a.button-up:hover {
  background-color: transparent;
}

.number-of-page {
  font-family: 'futura-light';
  width: 50px;
  height: 40px;
  background-color: white;
  position: absolute;
  bottom: 15%;
  left: 3%;
  font-size: 24px;
  color: black;
  z-index: 11;
  text-align: center;
  line-height: 40px;
  z-index: 999;
}
.button-up {
  display: block;
  width: 50px;
  height: 28px;
  background-color: white;
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 24px;
  z-index: 11;
  text-align: center;
  line-height: 28px;
  transition: allease-out 0.2s;
  text-decoration: none;
}
.button- {
  display: block;
  width: 50px;
  height: 28px;
  background-color: white;
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 24px;
  z-index: 11;
  text-align: center;
  line-height: 28px;
  transition: allease-out 0.2s;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


/* Contact Section */
.contact-section {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.contact-section h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input, 
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.contact-form textarea {
  resize: none;
  height: 120px;
}

.contact-form button {
  background-color: #7c7c7c;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background-color: #000000;
}

/* Responsive Design */
@media (max-width: 600px) {
  .contact-section {
      width: 90%;
  }
}
.container-img {
  text-align: -webkit-center;
}