* {
  padding: 0;
  margin: 0;
}

.navbar {
  background-color: #232323;
  box-shadow: 5px 1px 5px rgba(128, 128, 128, 0.941);
}
.navbar-logo {
  color: #f8c61e;
  text-decoration: none;
  font-size: large;
  font-weight: 800;
}

.nav-item a:hover {
  color: #f8c61e;
}
.nav-item a {
  color: #fff;
}

.hero-section {
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: white;
  text-align: center;
  background-image: url(image/back3.jpg);
}

.hero-text {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  padding: 20px;
}

.letter-spacing {
  letter-spacing: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}

/* --------------Second-Hero-Section----------------------- */
.second-hero-section {
  padding-bottom: 2%;
  background: #232323;
}
.section-heading {
  color: #fff;
  padding-top: 3%;
  padding-bottom: 3%;
}

.image {
  width: 100%;
  height: 180px;
}
.image img {
  width: 100%;
  height: 100%;
}

.caption {
  margin: auto;
  margin-bottom: 5%;
}
.caption h4 {
  color: #fff;
  padding-top: 2%;
  font-size: 20px;
}
.caption a {
  font-size: 15px;
  color: #f8c61e;
  /* color: #fff; */
  text-decoration: none;
}
/* ------------------Resume-Section------------------------ */
.resume-section {
  background: #232323;
}
.resume-section h2 {
  color: #fff;
}
.resume-item {
  padding: 30px;
  background: #1d1c1c;

  border: 4px solid transparent;
  border-radius: 7px;
}

.resume-item .date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.resume-item h3 {
  color: #f8c61e;
  font-size: 20px;
  font-weight: 200;
}
.resume-item p {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}
.resume-item .school {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
/* -----------------Aboutme Section-------------------- */

.aboutme-section {
  background: #232323;
}
.myimage {
  /* border: 2px solid red; */
  width: 60%;
  margin: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.aboutme-section {
  padding-top: 7%;
  padding-bottom: 5%;
}
.myimage img {
  width: 100%;
  height: 100%;
}
.lead {
  padding-top: 4%;
  font-weight: 200;
  line-height: 1.5;
}


.btn {
  background-color: #f8c61e;
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
}

.section-caption {
  padding-top: 10%;
  width: 100%;
}
.section-caption h2 {
  font-weight: 200;
  color: #fff;
  padding-top: 20px;
  font-size: 30px;
}
.section-caption p {
  font-weight: 200;
  line-height: 1.5;
  color: #fff;
}

/* --------------Skill Section----------------- */
.card-img-top {
  border: 2px solid red;
  border: none;
  height: 90%;
}
.card img {
  padding: 20px;
  border: 1px solid white;
  border-bottom: none;
  background-color: #1d1c1c;
}
.card-body {
  border: 1px solid white;
  border-top: none;
  border-radius: 2px;
  background-color: #1d1c1c;
}
.card-text {
  text-align: center;
}
.services-section {
  background: #232323;
}

.card-body h3 {
  color: #f8c61e;
  padding-bottom: 2%;
}

.card-body p {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  padding-bottom: 5%;
}
/* -----------------Contact Section-------------------*/
.contact-section {
  background: #232323;
}
.info-part h3 {
  margin-bottom: 5px;
  color: #252c37;
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  padding-top: 15%;
}
.info-part p {
  padding-bottom: 15%;
  margin: 5px;
  color: #252c37;
  font-family: Roboto, Arial, sans-serif;
  text-align: center;
  font-size: 12px;
}
.boxed-btn {
  background: #f8c61e;
  color: #252c37;
  display: inline-block;
  padding: 14px 44px;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #1ec6b6;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-title {
  color: #fff;

  margin-top: 2%;
  font-family: "Jost", sans-serif;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  color: #fff;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.media-body {
  padding-left: 5%;
}
.media-body h3 {
  font-size: 14px;
}
.media-body p {
  font-size: 10px;
  color: #fff;
}

.contact-info {
  margin-top: 5%;
  color: #fff;
  display: flex;
}
.icon {
  color: #fff;
  padding-left: 5%;
  margin-top: 2%;
  font-size: 23px;
}

/* -------------Footer-------------- */
footer {
  background: #232323;
  padding-bottom:1%;
}
.name-link {
  text-decoration: none;
  color: #f8c61e;
}
.social-item {
  display: inline-block;
  height: 60px;
  width: 60px;
  background: #1d1c1c;
  border-radius: 50%;
  padding-top: 1%;
  font-size: 22px;
  margin: 0 1%;
  color: #f8c61e;
}
footer p {
  padding-top: 4%;
  color: #fff;
}
.social-item i:hover {
  transform: rotateY(360deg);
  transition: 1s;
}
@media (max-width: 768px) {
  .hero-text {
    font-size: 2rem;
  }
}
