@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;500;700;800&family=Montserrat:wght@400;500;600&family=Oswald:wght@300;400;500&display=swap");
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  scroll-behavior: smooth;
  background-color: #E6E6E6;
  font-family: "Dosis", sans-serif;
  color: #60897F;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #60897F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #385C19;
}

.container {
  max-width: 1245px;
  margin: 0 auto;
  padding: 50px 0px;
}

.wrapper {
  width: 100%;
  padding: 0px 50px;
}

img:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.header-menu-wrapper {
  border-bottom: 2px solid #DCC1A3;
}

.container-header {
  max-width: 1245px;
  margin: 0 auto;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 350px;
}

.navbar__items {
  margin-left: 20px;
}

.navbar__items > a {
  font-size: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header__logo {
  font-weight: 800;
  font-size: 30px;
}

.hero-block {
  max-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-block__photo {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.hero-block__photo > img {
  height: 400px;
  border: solid 4px #DCC1A3;
  border-radius: 20px;
  margin-right: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hero-block__info {
  max-width: 400px;
  max-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-block__info h1 {
  margin-left: -5px;
  font-size: 100px;
  margin-bottom: 20px;
}

.hero-block__info h2 {
  font-weight: 400;
  margin-bottom: 10px;
}

.hero-block__info p {
  margin-bottom: 30px;
}

.buttons ul {
  margin-left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.buttons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttons__item a {
  border: solid 2px #DCC1A3;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 22px;
  border-radius: 15px;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.buttons__item a:hover {
  background-color: #DCC1A3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.footer-wrapper {
  border-top: 2px solid #DCC1A3;
}

.container__footer {
  max-width: 1245px;
  margin: 0 auto;
  padding: 30px 0px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer__item h3 {
  margin-bottom: 10px;
}

.footer__follow img {
  height: 20px;
}

@media only screen and (max-width: 950px) {
  .hero-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero-block__photo > img {
    height: 300px;
  }

  .hero-block__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .buttons ul {
    margin-left: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 650px) {
  .wrapper {
    padding: 0px 25px;
  }

  .container {
    padding: 20px 0px;
  }

  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .navbar__items {
    margin-left: 15px;
  }

  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px;
  }

  .hero-block__info {
    width: 300px;
    text-align: center;
  }

  .hero-block__info h1 {
    margin-left: 0px;
    font-size: 70px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero-block__info h2 {
    text-align: center;
  }

  .hero-block__info p {
    text-align: center;
    margin-bottom: 15px;
  }

  .hero-block__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .hero-block__photo > img {
    height: 300px;
    margin-right: 0px;
  }

  .buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 300px;
    margin-left: 0px;
  }

  .buttons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }

  .buttons__item a {
    border: solid 2px #DCC1A3;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 22px;
    border-radius: 15px;
    padding: 13px 15px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .footer__item h3 {
    margin-bottom: 5px;
  }

  .footer__item {
    margin-bottom: 12px;
  }
}
.navbar__item-active {
  border-bottom: 2px solid #60897F;
}

.bio-first__heading h1 {
  text-align: center;
  margin-bottom: 50px;
}

.bio-first__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bio-first__text {
  max-width: 25%;
}

.bio-first__text h2 {
  margin-bottom: 15px;
}

.bio-second {
  position: relative;
}

.bio-second__heading h1 {
  text-align: center;
  margin-bottom: 50px;
}

.bio-second__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bio-second__skill-box {
  width: 300px;
  padding: 10px 20px;
  margin: 20px;
  border: solid 2px #DCC1A3;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bio-second__skill-box:hover {
  background-color: #DCC1A3;
  color: #385C19;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.bio-second__skill-box h3 {
  margin-bottom: 10px;
}

.bio-second__skill-box:hover h3 {
  text-decoration: underline;
}

@media only screen and (max-width: 650px) {
  .bio-first__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bio-first__text {
    max-width: 75%;
    margin-bottom: 25px;
  }

  .bio-second__skill-box {
    margin: 0 auto;
  }
}
.owl-nav {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.owl-prev span {
  font-size: 50px;
}

.owl-next span {
  font-size: 50px;
}

.portfolio-first__heading {
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-first__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 3px dotted #DCC1A3;
  margin: 25px;
}

.portfolio-first__item:last-child {
  border-bottom: 0px dotted #DCC1A3;
}

.pf-item__img img {
  max-width: 530px;
  border: solid 5px #DCC1A3;
  border-radius: 15px;
  margin: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pf-item__img img:hover {
  opacity: 0.9;
  border: solid 5px #60897F;
}

.pf-item__img-reverse {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pf-item__info {
  max-width: 400px;
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pf-item__info h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 25px;
}

.pf-item__info h3 {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 25px;
}

.pf-item__info span {
  text-align: center;
  font-size: 20px;
}

@media only screen and (max-width: 960px) {
  .portfolio-first__heading {
    display: none;
  }

  .portfolio-first__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px dotted #DCC1A3;
  }

  .pf-item__img-reverse {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .pf-item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .pf-item__img img {
    max-width: 400px;
    border: solid 5px #DCC1A3;
    border-radius: 15px;
    margin: 15px;
  }

  .pf-item__info {
    max-width: 400px;
    margin: 15px;
  }

  .pf-item__info h2 {
    margin-bottom: 15px;
  }

  .pf-item__info h3 {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 470px) {
  .pf-item__img img {
    max-width: 330px;
    border: solid 5px #DCC1A3;
    border-radius: 15px;
    margin: 15px;
  }

  .pf-item__info {
    max-width: 330px;
  }

  .bio-second__skill-box {
    width: 250px;
  }
}
.contact-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-first__form {
  max-width: 500px;
  margin: 10px;
  text-align: center;
}

.contact-first__form-heading {
  margin-bottom: 30px;
}

.contact-first__form-body {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-first__form-body input {
  padding: 10px;
  border: solid 3px #DCC1A3;
  border-radius: 15px;
  font-size: 17px;
  outline: none;
  color: #60897F;
  font-family: "Dosis", sans-serif;
  height: 50px;
  width: 400px;
}

.contact-first__form-body textarea {
  padding: 10px;
  border: solid 3px #DCC1A3;
  border-radius: 15px;
  font-size: 17px;
  outline: none;
  color: #60897F;
  font-family: "Dosis", sans-serif;
  height: 200px;
  width: 400px;
  resize: none;
}

.contact-first__info {
  max-width: 500px;
  margin: 10px;
  text-align: center;
}

.contact-first__info-heading {
  margin-bottom: 30px;
}

.contact-first__info-body {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-first__info-body img {
  height: 370px;
  width: 370px;
  border: solid 4px #DCC1A3;
  border-radius: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact-first__info-body ul {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
  height: 70px;
  width: 300px;
}

.contact-first__form-body a {
  margin: 0;
}

.info-body__item a {
  border: solid 2px #DCC1A3;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 22px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  border: solid 3px #DCC1A3;
  border-radius: 15px;
  font-size: 23px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.info-body__item a:hover {
  background-color: #DCC1A3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 910px) {
  .contact-first__form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .contact-first__info-body img {
    height: 400px;
    width: 400px;
    margin-bottom: 7px;
  }

  .info-body__item {
    height: 70px;
    width: 400px;
  }

  .contact-first__info {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .contact-first__form-body input {
    width: 300px;
  }

  .contact-first__form-body textarea {
    width: 300px;
  }

  .info-body__item {
    width: 300px;
  }

  .contact-first__info-body img {
    height: 300px;
    width: 300px;
  }

  .contact-first__info-body {
    height: 360px;
  }
}
