@charset "UTF-8";

body {
  /* background-image: url(../img/Paper-Background.jpeg); */
  background-color: rgb(227, 222, 221);
}

h2 {
  color: rgb(78 72 73);
}

p {
  color: rgb(78 72 73);
}

h5 {
  color: rgb(78 72 73);
}

.navbar {
  background-color: rgb(227, 222, 221);
  margin-bottom: 20px;
}

h1 {
  padding: 48px 0;
}

.top-title-side {
  display: flex;
  justify-content: center;
  padding-top: 150px;
  letter-spacing: .9rem;

}

.top-title {
  letter-spacing: .9rem;
  color: rgb(78 72 73);
}

.top-title span {
  color: rgb(177 122 120);
  position: relative;
}

.top-title span::after {
  content: attr(data-text);
  text-shadow: 1px 0 0 rgb(78 72 73), 0 1px 0 rgb(78 72 73), -1px 0 0 rgb(78 72 73), 0 -1px 0 rgb(78 72 73);
  color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  mix-blend-mode: multiply;
}

/* //////////////////////////
///////////main//////////
///////////////////////// */


/* //////box-left///// */


.box-left {
  border-right: dashed;
  border-width: thin;
  border-color: rgb(78 72 73);
  align-items: flex-start;
}

/* //////about me///// */

.main-intro-title {
  position: relative;
  right: 50px;
}


.introduce-me {
  height: 250px;
  border-radius: 15px 15px 15px 15px;
  filter: brightness(95%);
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  right: 50px;
}

.intro-text {
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.5rem;
}

.box-left-lang {
  margin-inline: auto;
  padding-left: 15px;
}

.language-img {
  width: 30px;
  height: 22px;
  filter: drop-shadow(2px 2px 4px #666);
  filter: grayscale(50%);

}

.checked {
  color: rgb(177 122 120);
}

/* //////box-right///// */

/* //////skill///// */

.skills-title {
  margin-left: 10px;
  background: linear-gradient(transparent 70%, rgb(177 122 120));
  font-size: 20px;

}

.skills-icon {
  color: rgb(78 72 73);
}

.skills-text {
  margin-left: 10px;
  font-size: small;
  line-height: 1.5rem;
}

/* //////work///// */


.card-title {
  color: rgb(78 72 73);
}

.card-title:hover {
  text-decoration: none;
  color: rgb(78 72 73);
  opacity: 0.7;
}



/* //////contact///// */


.contact {
  background: radial-gradient(#fff, rgb(227 222 221));
}

.contact-text {
  text-align: center;
  padding: 30px 0;
  letter-spacing: .2rem;
}

.contact-link-twitter {
  color: rgb(78 72 73);
  padding: 20px 0;
}

.contact-link-twitter:hover {
  text-decoration: none;
  color: rgb(78 72 73);
  opacity: 0.7;


}

.fa-twitter {
  color: rgb(177 122 120);
}

form {
  color: rgb(78 72 73);
  text-align: center;
}


.form-control {
  text-align: left;
  width: 300px;
  border-color: rgb(177 122 120);
}

.btn {
  color: #fff;
  background: rgb(107 109 112);
}

/* //////footer///// */



footer {
  background-color: rgb(177 122 120);
}

.copyright {
  color: rgb(227, 222, 221);
}




/* ///////////media /////////////*/

@media (max-width: 991px) {
  .top-title-side {
    padding: 10px;
    margin-bottom: 0px;
  }

  h1 {
    padding: 0px;
  }

  .box-left {
    padding-right: 50px;
  }

  .main-intro-title {
    position: static
  }

  .introduce-me {
    /* width: 170px; */
    object-fit: cover;
    position: relative; right: 10px;
  }


  .intro-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 10.5px;
    line-height: 1.1rem;
    padding: 0;
  }

  .box-left-lang {
    padding-left: 0;
  }

}

@media (max-width: 767px) {

  .box-left {
    border-right: none;

  }

  .main-intro-title {
    position: static;
  }

  .introduce-me {
    margin: 0 auto;
    width: auto;
    position: static;
    margin-bottom: 30px;
  }

  .intro-text {
    /* max-width: 50%; */
    padding-left: 30%;
    padding-right: 15%;
    font-size: 10px;
    /* padding-left: 100px; */
  }

  .box-left-lang {
    padding-left: 30%;
    padding-right: 15%;
  }



}

@media (min-width: 991px) {

  .br-lg {
    display: none;
  }
}