@charset "utf-8";

body {
  background-color: #f6f5f5;
}
button:active {
  transform: scale(1.1);
}
/*--Header--*/

nav {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
  padding: 0 5%;
  background-color: #ffffff !important;
  z-index: 1;
}

.navbar-brand {
  margin-left: 8rem;
}
a.navbar-brand {
  font-family: calibri;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
}

a.nav-link {
  margin-right: 50px;
  font-family: myriad pro regular;
  color: #505050;
  font-size: 15px;
  font-weight: 700;
}

/*---Introduction---*/
.introduction {
  /* border: 1px solid green; */
  width: 100%;
  height: 650px;
  background-image: url("../images/bg.png");

  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.colHir,
.colPic {
  /* border: 1px solid red; */
  padding-top: 30px;
}

.dev {
  /* border: 1px solid blueviolet; */
  /* margin-left: 140px;
  margin-top: 90px; */
  margin: 90px 0 0 140px;
}

.dev p:nth-child(1) {
  font-family: calibri;
  font-weight: bold;
  color: #6d6d6d;
  font-size: 22px;
}

.dev p:nth-child(2) {
  font-family: calibri;
  font-weight: bold;
  initial-letter: 1px;
  color: #1a1a1a;
  font-size: 50px;
}

.dev p:nth-child(3) {
  font-family: myriad pro regular;
  color: #403e3e;
  font-size: 30px;
  line-height: 10px;
}

.dev p:nth-child(4) {
  font-family: myriad pro regular;
  color: #403e3e;
  font-size: 30px;
}

.dev p {
  line-height: 0px;
  margin: 45px 0px 25px;
}

.btn-dark {
  background-color: #0b0b0b;
  width: 130px;
  height: 35px;
  border-radius: 10px;
  font-family: calibri;
  font-weight: bold;
  font-size: 14px;
  margin-top: 15px;
}

.model {
  height: 530px;
}

/*---About-me*/
#about {
  width: 85%;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  margin: -7% auto 20px auto;
  position: relative;
  justify-content: space-evenly;
  align-items: center;
}

.about-me-img,
.about-me-text {
  display: flex;
  justify-content: center;
  padding: 2%;
}

.p_just {
  text-align: justify;
  text-justify: inter-character;
}

.about-me p:nth-child(1) {
  color: #403e3e;
  font-family: myriad pro;
  font-weight: bold;
  font-size: 21px;
  line-height: 0px;
  margin-bottom: 25px;
}

.about-me p:nth-child(2) {
  color: #3e3d3d;
  font-size: 15px;
  font-family: myriad pro;
  font-weight: bold;
  line-height: 5px;
}

.about-me p:nth-child(3),
.about-me p:nth-child(4),
.about-me p:nth-child(5),
.about-me p:nth-child(6),
.about-me p:nth-child(7),
.about-me p:nth-child(8),
.about-me p:nth-child(9) {
  color: #7e7d7d;
  font-size: 16px;
  font-family: calibri;
  margin-bottom: 8px;
}

.about-me button {
  font-weight: bold;
  margin-bottom: -28px;
}

/*---Skills--*/
.my-skills {
  background-color: #ffffff;
  padding: 3% 10% 0px 10%;
}

.title {
  color: #403e3e;
  font-family: myriad pro;
  font-weight: bold;
  font-size: 21px;
  line-height: 0px;
  text-align: center;
  margin-bottom: 25px;
}

.intro {
  color: #3e3d3d;
  font-size: 15px;
  font-family: myriad pro;
  font-weight: bold;
  text-align: center;
  line-height: 5px;
}

.skills-body {
  background-color: #0b0b0b;
  color: #ffffff;
}

.card-deck {
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.card {
  border: 1px solid black;
}

/*---Works--*/

.my-works {
  background-color: #e6e3e3;
  padding: 3% 10% 0px 10%;
}

.w-100 {
  width: 294px;
  height: 210px;
  padding-bottom: 10px;
}
.card-deck.card {
  border: 1xp solid #000000;
}


/*---Contact-me--*/
.contact-me {
  width: 100%;
  height: 250px;
  background-color: #0b0b0b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-text {
  font-size: 30px;
  font-family: calibri;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
}

.btn-light {
  margin-top: 4%;
  color: #212529;
  width: 200px;
  font-weight: bold;
  background-color: #f8f9fa;
  font-size: 18px;
}

/*---Footer--*/
footer {
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

footer p {
  font-family: calibri;
}


footer p:nth-child(1) {
  font-size: 16px;
  color: #191919;
  font-weight: bold;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e3e3;
  margin: 20px 10px;
  border-radius: 50%;
  text-decoration: none;
}

.social-icons {
  display: flex;
}

.copyright {
  color: #191919;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.social-icons i {
  color: #000000;
}

.social-icons a:hover,
.a-social-b a:hover,
.github-project:hover {
  background-color: #000000;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  transition: all ease 0.5s;
}

.social-icons a:hover i,
.a-social-b a:hover i,
.github-project:hover {
  color: #ffffff;
  transition: all ease 0.5s;
}

.a-social-b {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.a-social-b a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.a-social-b i {
  color: #2b2b2b;
  font-size: 20px;
}

/* @media (max-width: 304px){
   .dev p:nth-child(2) {
    font-size: 10px;
  }
} */
@media (max-width: 320px) {
  /*--Header--*/
  .navbar-brand {
    margin-left: 0;
  }
  a.navbar-brand {
    font-size: 18px;
  }

  a.nav-link {
    padding: 5px 0;
    font-size: 13px;
  }

  .nav-item:nth-child(1) {
    margin-top: 15px;
  }
  /*---Introduction---*/
  .introduction {
    height: 370px;
    background-image: none;
    background-color: #f0eeee;
  }

  .colHir {
    padding-top: 20px;
  }

  .dev {
    margin: 15px 50px;
    text-align: center;
  }

  .dev p {
    margin: 40px 0 25px;
  }

  .dev p:nth-child(1) {
    font-size: 16px;
  }

  .dev p:nth-child(2) {
    font-size: 22px;
  }

  .dev p:nth-child(3) {
    font-size: 18px;
    line-height: 10px;
  }

  .dev p:nth-child(4) {
    font-size: 18px;
  }

  .btn-dark {
    width: 110px;
    height: 32px;
    border-radius: 8px;
    font-family: calibri;
    font-weight: bold;
    font-size: 12px;
  }

  .colPic {
    display: none;
  }
  .model {
    display: none;
  }

  /*---About-me---*/
  #about {
    width: 100%;
    margin: -20% auto 20px auto;
  }

  .about-me-img img {
    height: 230px;
    padding-top: 3%;
  }

  .about-me p:nth-child(1),
  .about-me p:nth-child(2) {
    text-align: center;
  }

  .about-me p:nth-child(1) {
    font-size: 18px;
  }

  .about-me p:nth-child(2) {
    font-size: 13px;
  }

  .about-me p:nth-child(2) {
    margin-bottom: 25px;
  }

  .about-me p:nth-child(3),
  .about-me p:nth-child(4),
  .about-me p:nth-child(5),
  .about-me p:nth-child(6),
  .about-me p:nth-child(7),
  .about-me p:nth-child(8),
  .about-me p:nth-child(9) {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /*---Skills--*/
  .my-skills {
    padding: 10% 10% 0px 10%;
  }

  .intro {
    line-height: 20px;
  }

  .my-skills p:nth-child(1) {
    font-size: 18px;
  }

  .my-skills p:nth-child(2) {
    font-size: 13px;
  }

  /*---Works--*/
  .my-works {
    padding: 10% 10% 0px 10%;
  }

  .my-works p:nth-child(1) {
    font-size: 18px;
  }

  .my-works p:nth-child(2) {
    font-size: 13px;
  }

/*---Contact-me--*/
  .contact-text {
  font-size: 28px;
}

.btn-light {
  width: auto;
  font-size: 16px;
}

.a-social-b a {
  width: 40px;
  height: 40px;
}

.a-social-b i {
  font-size: 18px;
}
}

@media (min-width: 321px) and (max-width: 375px) {
  /*--Header--*/
  .navbar-brand {
    margin-left: 0;
  }
  a.navbar-brand {
    font-size: 20px;
  }

  a.nav-link {
    padding: 5px 0;
  }

  .nav-item:nth-child(1) {
    margin-top: 15px;
  }

  /*---Introduction---*/
  .introduction {
    height: 370px;
    background-image: none;
    background-color: #f0eeee;
  }

  .colHir {
    padding-top: 20px;
  }

  .dev {
    margin: 15px 50px;
    text-align: center;
  }

  .dev p {
    margin: 40px 0 25px;
  }

  .dev p:nth-child(1) {
    font-size: 16px;
  }

  .dev p:nth-child(2) {
    font-size: 26px;
  }

  .dev p:nth-child(3) {
    font-size: 18px;
    line-height: 10px;
  }

  .dev p:nth-child(4) {
    font-size: 18px;
  }

  .btn-dark {
    width: 110px;
    height: 32px;
    border-radius: 8px;
    font-family: calibri;
    font-weight: bold;
    font-size: 12px;
  }

  .colPic {
    display: none;
  }
  .model {
    display: none;
  }

  /*---About-me---*/
  #about {
    width: 100%;
    margin: -20% auto 20px auto;
  }

  .about-me-img img {
    height: 280px;
    padding-top: 3%;
  }

  .about-me p:nth-child(1),
  .about-me p:nth-child(2) {
    text-align: center;
  }

  .about-me p:nth-child(1) {
    font-size: 18px;
  }

  .about-me p:nth-child(2) {
    font-size: 13px;
  }

  .about-me p:nth-child(2) {
    margin-bottom: 25px;
  }

  .about-me p:nth-child(3),
  .about-me p:nth-child(4),
  .about-me p:nth-child(5),
  .about-me p:nth-child(6),
  .about-me p:nth-child(7),
  .about-me p:nth-child(8),
  .about-me p:nth-child(9) {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /*---Skills--*/
  .my-skills {
    padding: 10% 10% 0px 10%;
  }

  .my-skills p:nth-child(1) {
    font-size: 18px;
  }

  .my-skills p:nth-child(2) {
    font-size: 13px;
  }

  .intro {
    line-height: 20px;
  }

  /*---Works--*/
  .my-works {
    padding: 10% 10% 0px 10%;
  }

  .my-works p:nth-child(1) {
    font-size: 18px;
  }

  .my-works p:nth-child(2) {
    font-size: 13px;
  }

  /*---Contact-me--*/
  .contact-text {
  font-size: 28px;
}

.btn-light {
  width: auto;
  font-size: 16px;
}

.a-social-b a {
  width: 40px;
  height: 40px;
}

.a-social-b i {
  font-size: 18px;
}
}

@media (min-width: 376px) and (max-width: 425px) {
  /*--Header--*/
  .navbar-brand {
    margin-left: 0;
  }
  a.navbar-brand {
    font-size: 20px;
  }
  a.nav-link {
    padding: 5px 0;
  }

  .nav-item:nth-child(1) {
    margin-top: 15px;
  }
  /*---Introduction---*/
  .introduction {
    height: 370px;
    background-image: none;
    background-color: #f0eeee;
  }

  .colHir {
    padding-top: 20px;
  }

  .dev {
    margin: 15px 80px;
    text-align: center;
  }

  .dev p {
    margin: 40px 0 25px;
  }

  .dev p:nth-child(1) {
    font-size: 16px;
  }

  .dev p:nth-child(2) {
    font-size: 26px;
  }

  .dev p:nth-child(3) {
    font-size: 18px;
    line-height: 10px;
  }

  .dev p:nth-child(4) {
    font-size: 18px;
  }

  .btn-dark {
    width: 110px;
    height: 32px;
    border-radius: 8px;
    font-family: calibri;
    font-weight: bold;
    font-size: 12px;
  }
  .colPic {
    display: none;
  }
  .model {
    display: none;
  }

  /*---About-me---*/
  #about {
    width: 100%;
    margin: -20% auto 20px auto;
  }

  .about-me-img img {
    padding-top: 7%;
  }

  .about-me p:nth-child(1),
  .about-me p:nth-child(2) {
    text-align: center;
  }

  .about-me p:nth-child(2) {
    margin-bottom: 25px;
  }

  .about-me p:nth-child(3),
  .about-me p:nth-child(4),
  .about-me p:nth-child(5),
  .about-me p:nth-child(6),
  .about-me p:nth-child(7),
  .about-me p:nth-child(8),
  .about-me p:nth-child(9) {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /*---Skills--*/
  .my-skills {
    padding: 10% 10% 0px 10%;
  }

  .intro {
    line-height: 20px;
  }

  /*---Works--*/
  .my-works {
    padding: 10% 10% 0px 10%;
  }

  .a-social-b a {
  width: 40px;
  height: 40px;
}

.a-social-b i {
  font-size: 18px;
}
}

@media (min-width: 426px) and (max-width: 768px) {
  /*--Header--*/
  .navbar-brand {
    margin-left: 0;
  }

  a.nav-link {
    margin-right: 10px;
  }

  /*---Introduction---*/
  .introduction {
    height: 426px;
  }
  .dev {
    margin: 45px 0 0 70px;
  }

  .dev p {
    margin: 40px 0 25px;
  }

  .dev p:nth-child(1) {
    font-size: 18px;
  }

  .dev p:nth-child(2) {
    font-size: 26px;
  }

  .dev p:nth-child(3) {
    font-size: 18px;
    line-height: 10px;
  }

  .dev p:nth-child(4) {
    font-size: 18px;
  }

  .btn-dark {
    width: 110px;
    height: 32px;
    border-radius: 8px;
    font-family: calibri;
    font-weight: bold;
    font-size: 12px;
  }

  .model {
    width: 265px;
    height: 357px;
  }

  /*---About - Me---*/
  .about-me-img img {
    height: 260px;
  }

  .about-me p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .about-me p:nth-child(2) {
    font-size: 12px;
  }

  .about-me p:nth-child(3),
  .about-me p:nth-child(4),
  .about-me p:nth-child(5),
  .about-me p:nth-child(6),
  .about-me p:nth-child(7),
  .about-me p:nth-child(8),
  .about-me p:nth-child(9) {
    font-size: 11px;
    margin-bottom: 5px;
  }

  /*---Skills--*/
  .my-skills {
    padding: 5% 10% 0px 10%;
  }

  .card-deck {
    font-size: 12px;
  }

  /*---Works--*/
  .my-works {
    padding: 5% 10% 0px 10%;
  }

  .w-100 {
    height: 170px;
  }

  .btn-sm {
    font-size: 0.3rem;
  }

   .about-me p:nth-child(1) {
  font-size: 13px;
  margin-bottom: 16px;
}

.about-me p:nth-child(2) {
  font-size: 11px;
   margin-bottom: 12px;
}

.about-me p:nth-child(3){
  font-size: 11px;
  margin-bottom: 12px;
}

.about-me button{
  font-weight: bold;
  margin-bottom: 0;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
  /*--Header--*/
  .navbar-brand {
    margin-left: 0;
  }

  a.nav-link {
    margin-right: 20px;
  }
  /*---Introduction---*/
  .introduction {
    height: 568px;
  }

  .dev {
    margin: 60px 0 0 90px;
  }

  .dev p:nth-child(1) {
    font-size: 20px;
  }

  .dev p:nth-child(2) {
    font-size: 36px;
  }

  .dev p:nth-child(3) {
    font-size: 26px;
    line-height: 10px;
  }

  .dev p:nth-child(4) {
    font-size: 26px;
  }

  .model {
    width: 365px;
    height: 492px;
  }

  /*---About - Me---*/

  /* .about-me p:nth-child(3){
  font-size: 13px;
}

.about-me button{
  font-weight: bold;
  margin-bottom: -10px;
} */

  .about-me p:nth-child(3),
  .about-me p:nth-child(4),
  .about-me p:nth-child(5),
  .about-me p:nth-child(6),
  .about-me p:nth-child(7),
  .about-me p:nth-child(8),
  .about-me p:nth-child(9) {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .card-deck {
    font-size: 15px;
  }

  .btn-sm {
    font-size: 12px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
}
