/*reset settings */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* Navigation Bar */

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background-color: #1d1d1d;
  color: white;
}
.nav-links {
  display: flex;
  margin-left: 10%;
  gap: 40px;
}
.nav-links a {
  text-decoration: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

/* Navigation-Bar-search-box */

.search-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #484848;
  margin-right: 150px;
  height: 50px;
  border-radius: 5px;
  padding: 15px;
  color: white;
  font-size: 20px;
  padding-top: 15px;
  width: 220px;
  gap: 8px;
}
.search-input {
  background-color: #484848;
  color: white;
  border: 1px solid #484848;
  border-radius: 5px;
  outline: none;
  height: 30px;
  width: 150px;
  padding-top: 7px;
}
input::placeholder {
  font-family: "Poppins";
  color: white;
  font-weight: 400;
  font-size: 22px;
}

/* banner section */

.banner-container video {
  max-width: 1521px;
}
.banner-container {
  position: relative;
}
.video-float-text {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  width: 600px;
  background-color: #fff0bb;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 2px solid #f3bd00;
}
.float-text {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 24px;
}
.view-more {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.2px;
  margin-left: 5px;
}
.video-float-text img {
  padding-top: 10px;
}

/* self-intro-section */

.self-intro-section {
  margin-top: 40px;
}
.self-intro-container {
  display: flex;
  position: relative;
  width: 100%;
}

.self-intro {
  margin-left: 120px;
  width: 40%;
}
.self-intro h1 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 10px;
}
.self-intro h2 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 10px;
}
.self-intro p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
  color: #555555;
}
.button {
  display: flex;
  gap: 15px;
  margin-bottom: 50px;
  margin-top: 20px;
  margin-left: 20px;
}
.button-1 {
  color: white;
  width: 199px;
  height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #0948b4;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border: none;
}
.button-2 {
  color: #1d1d1d;
  width: 199px;
  height: 44px;
  padding: 10px 24px 10px 24px;
  border-radius: 8px;

  background-color: white;
  border: 2px solid #0948b4;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.self-intro-img {
  position: absolute;
  right: 20px;
  top: -460px;
}

/*suitable-section */

.suitable-container {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 160px;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-left: 120px;
  margin-top: 100px;
}
.suitable-container h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 5px;
}

/* designation */

.designation {
  display: flex;
  justify-content: space-between;
  gap: 87px;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 400;
}
.designation span {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 400;
}
.border-bottom {
  border-bottom: 2px solid;
  width: 45%;
  margin-bottom: 5px;
}

/* expertise-section  */

.expertise-section {
  margin-top: 60px;
}
.title {
  margin-left: 140px;
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}
.expertise-container {
  display: flex;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 16px;
  margin-left: 120px;
  margin-right: 90px;
  gap: 20px;
}
.expertise-container h2 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
}
.expertise-container p {
  font-family: "Poppins";
  font-size: 27px;
  font-weight: 400;
  color: #555555;
}

/* tech-skills-section*/

.tech-skill-section {
  margin-top: 60px;
}
.tech-skill-container {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 40px;
  text-align: center;
  margin-left: 120px;
  margin-right: 120px;
}
.logo img {
  height: 120px;
  width: 120px;
}
.logo {
  gap: 14px;
}
.logo-1 {
  gap: 14px;
}
.logo h4 {
  font-weight: 500;
  font-size: 28px;
}
.logo-1 h4 {
  font-weight: 500;
  font-size: 25px;
}
.logo-1 img {
  height: 120px;
  width: 250px;
}

/* soft-skills-section*/

.soft-skill-section {
  margin-top: 20px;
}
.soft-skill-container {
  display: flex;
  gap: 120px;
  padding: 40px;
  border-radius: 16px;
  margin-left: 100px;
  text-align: center;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  margin-right: 100px;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
}
.soft-skill-container h4 {
  font-size: 32px;
  font-weight: 500;
}

/* project-section*/

.project-section {
  margin-top: 60px;
}
.project-container {
  display: flex;
  gap: 20px;
  margin-left: 150px;
  overflow-x: auto;
  scrollbar-width: none;
  border-radius: 5px;
}
.btn {
  color: white;
  width: 354px;
  height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #0948b4;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border: none;
}
.project-1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.project-1 h4 {
  font-size: 24px;
  font-weight: 700;
}
.project-1 p {
  color: #484848;
  font-weight: 400;
  font-size: 16px;
}

/* experience-section*/

.experience-section {
  margin-top: 60px;
}

.experience-container {
  max-width: 1800px;
  margin-left: 100px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.experience-1 {
  display: flex;
  flex-wrap: wrap;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 699px;
  height: 190px;
  text-align: center;
  gap: 20px;
  margin-bottom: 10px;
}

.experience-2 {
  display: flex;
  flex-wrap: wrap;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 690px;
  height: 190px;
  text-align: center;
  gap: 20px;
}
.left img {
  height: 70px;
  width: 210px;
  margin-top: 20px;
}
.left .btn {
  color: white;
  width: 261px;
  height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #0948b4;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border: none;
  margin-top: 20px;
}
.left {
  width: 261px;
  height: 144px;
}
.right {
  width: 257px;
  height: 144px;
  text-align: left;
}
.right h4 {
  font-weight: 700;
  font-size: 24px;
}
.right p {
  font-weight: 400;
  font-size: 16px;
}

/* qualification-section */

.qualification-section {
  margin-top: 60px;
  margin-right: 80px;
  margin-bottom: 60px;
}
.qualification-container {
  display: flex;
}
.timeline {
  width: 655px;
  height: 650px;
  position: relative;
  margin-left: 170px;
  margin-top: 80px;
}
.timeline::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  width: 5px;
  height: 77%;
  background-color: black;
}
.timeline-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 20px;
  right: 8px;
  width: 18px;
  height: 15px;
  background-color: black;
  border-radius: 50%;
}

.timeline-container {
  list-style: none;
}

.timeline-item h3 {
  font-size: 40px;
  font-weight: 600;
}

.timeline-item p {
  font-size: 24px;
  font-weight: 400;

  color: #555555;
}
.achievements {
  margin-top: 60px;
}
.achievements p {
  margin-left: 50px;
  font-size: 16px;
  font-weight: 400;
}

/* footer-section */

.footer-section {
  position: relative;
}
.footer-container {
  background-color: #1d1d1d;
  color: #f1f1f1;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding-top: 45px;
}
.footer-btn {
  color: white;
  height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #0948b4;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  outline: none;
  border: none;
}
.footer-img {
  position: absolute;
  top: -80px;
  height: 150px;
}

/* copyright-section */

.copyright-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
}
.copyright p {
  font-weight: 400;
  font-size: 16px;
}

/* ALL-RIGHT-RESERVED-2025-CHANGES-DONE-REQUIRED-PERMISSION-THANKYOU!!! */
