/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
body {
  background-color: #000;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.navbar {
  background-color: #000;
  top: 0px;
}

.nav-item {
  padding: 15px;
}

.nav-link {
  text-align: center;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: white;
  margin: 4px;
}

.nav-link:hover {
  background-color: #159765;
}

.logo {
  height: 150px;
  width: 150px;
}


/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.footer {
  margin-top: 10%;
  padding: 2% 5%;
  border-top: 5px solid rgba(255, 255, 255, 0.15);
}

.footer-social-links {
  text-align: center;
}

.footer-social-links i {
  font-size: 3.3vw;
  text-align: center;
}

.footer-social-links a,
i {
  color: rgba(255, 255, 255, 0.5);
  padding: 1% 5%;
  display: inline-block;
}

.footer-social-links a,
i:hover {
  color: #fff;
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

/* add a darken background effect to the image by using "linear-gradient" */
.hero-image {
  background: linear-gradient(#00000080, #00000080), url("../images/5.jpg");
  width: 95%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 2%;
  
}

/* Add text in the middle of the image */
.hero-container {
  display: contents;
  height: auto;
}

.hero-text {
  margin-top: 12%;
  display: block;
  position: relative;
}

.hero-text h1 {
  margin: 3% 0 20% 0;
  color: #fff;
  font-family: Cardo, sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
}

/* Add a background span for the text */
.hero-text h1 span {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  display: inline-block;
}

.hero-text h1 span:before {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #159765;
  z-index: -1;
}

/* Add a paragrapg */
.hero-text p {
  color: #ffffff99;
  margin-bottom: 10%;
  font-family: Exo;
  font-size: 25px;
}

/* Add avaliable for hire Button */
.btn {
  display: block;
  margin: 3%;
  padding: 0%;
}

.btn-get-started {
  font-family: Roboto;
  font-weight: 300;
  font-size: 15px;
  padding: 1.5% 4%;
  border-radius: 4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #0b7d51d8;
  text-decoration: none;
}

.btn-get-started:hover {
  background: #0f5b3e5f;
  color: #fff;
}

/* About Me Section */
.about-outer {
  min-height: 350px;
  position: relative;
  margin: 5% 2% 0% 2%;
  background-color: #ffffffcc;
}

.about-contect {
  height: auto;
  width: 100%;
  position: relative;
}

.about-me {
  font-weight: 600;
  font-family: Oswald, sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
}

.content {
  font-weight: 700;
  font-family: Exo, sans-serif;
  color: #000;
  text-align: center;
  margin-top: 30px;
  padding: 30px;
}

.testimonial {
  margin-top: 15%;
  display: block;
}

.testimonial-title {
  font-size: 5vw;
  font-weight: 400;
  letter-spacing: 2px;
  color: #f5f5dc;
  font-family: Oswald, sans-serif;
  margin: 3% 10%;
}

/* Slideshow container */
.slideshow-container {
  min-height: 250px;
  position: relative;
  background: #ffffffcc;
  border: 2px solid #ccc;
  margin: 0 2%;
}

/* Slides */
.mySlides {
  display: none;
  padding: 70px;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #159765;
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Add avatar */
.Avatar {
  width: 150px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  border: 3px solid #159765;
}

/* On hover, add a black background color */
.prev:hover,
.next:hover {
  background-color: #159765;
  color: #ffffff;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 16px;
  background: #ddd;
  margin: 0 2%;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #159765;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
  background-color: #717171d0;
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
  font-weight: 500;
  font-size: larger;
}

/* Add a blue color to the author */
.author {
  color: #0f5b3e;
  font-size: large;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
  # Experience page 
  --------------------------------------------------------------*/

/* Experience Section */
.experience-outer {
  min-height: 1030px;
  position: relative;
  margin: 2% 5%;
}

/* add a darken background effect to the image by using "linear-gradient" */
.exp-box {
  height: auto;
  background-image: linear-gradient(#000000c4, #000000be), url(../images/digital-journ1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* add a title and a content to the section */
.exp-title {
  font-weight: 700;
  font-family: Oswald, sans-serif;
  color: #f5f5dc;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 5%;
  margin-top: 2%;
}

.exp-content {
  font-weight: 500;
  font-family: Exo, sans-serif;
  color: #f5f5dc;
  margin-top: 3%;
}

/* My Skills Section */
.skills-box {
  height: auto;
  width: 100%;
  position: relative;
}

/* add a barckground color for the section */
.skills-outer {
  min-height: 660px;
  position: relative;
  margin: 2% 5%;
  background-color: #ffffffcc
}

/* add a title and a content to the section */
.skills-title {
  font-weight: 700;
  font-family: Oswald, sans-serif;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 40px;
  margin-top: 20px;
}

.skills-content {
  font-weight: 600;
  font-family: Exo, sans-serif;
  color: #000000;
  margin-top: 10px;
  padding-left: 55px;
  position: relative;
}

/*--------------------------------------------------------------
  # Contact page 
  --------------------------------------------------------------*/

/* Contact Form Section */
.contact {
  margin-top: 2%;
  display: block;
}

.form-control {
  background-color: #ffffffcc;
  padding: 12px 9px;
  font-size: large;
}

/* Placeholder icons */
.fontAwesome {
  font-family: Helvetica, 'FontAwesome', sans-serif;
  margin: 2px;
}

/* Contact Heading */
.contact h2 {
  font-size: 5vw;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  font-family: Oswald, sans-serif;
  display: block;
}

/* Send message Button */
.contact-btn {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding: 12px 50px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  background: #0b7d51d8;
  margin: 9px 2px;
}

.contact-btn:hover {
  background: #0f5b3e5f;
}

/*--------------------------------------------------------------
  # Thank You page 
  --------------------------------------------------------------*/
.thanks-outer {
  height: auto;
  width: 100%;
  margin-top: 5%;
  padding: 0 5%;
}

.thanks-content {
  min-height: 300px;
  width: 100%;
  background-color: #f5f5dcb0;
}

/* Thank you Heading */
.thanks {
  font-weight: bolder;
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 4%
}

/* Chickmark icon */
.chick_icon {
  font-size: 100px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 1%;
  color: #159765;
}

/* Thank you paragrapg */
.thank_sentence {
  font-weight: bold;
  font-family: Exo, sans-serif;
  color: #000;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 1%;
}


/* ---------If the screen size is 950px wide or less----header----*/
@media screen and (max-width: 950px) {
  .nav-item {
    padding: 0px;
  }
  .thanks-outer{
    margin-top: 15%;
  }
  .footer{
    margin-top: 60%;
  }
}
/*make the phtohs in the testimonial sections smaller */
@media (max-width: 500px) {
  .Avatar {
    max-width: 100%;
    height: auto;
    margin: auto;
    float: none;
    display: block;
  }
}

/* If the screen size is 600px wide or less,*/

/*hide the image in skills section */
@media screen and (max-width: 600px) {
  .skills-img-box {
    display: none;
  }

/*make the hero image and the Name/Tilte smaller */
  .hero-image {
    background-size: contain;
  }

  .hero-text h1 {
    font-size: 30px;
    margin-bottom: 5%;
  }

  .hero-text p {
    font-size: 20px;
  }

  .hero-text {
    margin-top: 20%;
  }

}