@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Heebo:wght@300;400;600&display=swap");

/* font-family: 'Barlow Condensed', sans-serif;
font-family: 'Heebo', sans-serif; */

body {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  font-size: 55px;
}

h2 {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 22px;
}

h3 {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  line-height: 1.8;
}

p {
  width: 90%;
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: black;
  transition: all 0.1s ease-in-out;
}

.header {
  background: #fff url(../img/hero_image.jpg) top center fixed no-repeat;
  background-size: cover;
  padding: 5vw 10vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header_no_background {
  padding: 5vw 10vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo {
  width: 5%;
  height: 5%;
  min-width: 40px;
  min-height: 40px;
  margin-bottom: 40px;
}

.header .logo:hover {
  transform: scale(1.2);
}

.header_no_background .logo:hover {
  transform: scale(1.2);
}

.header .navigation {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
}

.header_no_background .navigation {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
}

.header .navigation .menu-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.header_no_background .navigation .menu-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.header .navigation .menu-container a:hover {
  color: #dfd2d2;
}

.header_no_background .navigation .menu-container a:hover {
  color: #dfd2d2;
}

.tittle {
  text-align: center;
}
.about-me {
  margin-top: 300px;
  margin-left: 15vw;
}

.about-me-text-container {
  background: #e0e0e0 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 0.7;
  width: 45%;
  min-width: 330px;
}

.about-me-text-title {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 22px;
  padding: 1vw 2vw;
}

.about-me-text-p {
  padding-left: 2vw;
  padding-bottom: 2vw;
}

/* portfolio part1 */

.portfolio-part1 {
  margin-top: 10vw;
}

.portfolio-box {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.portfolio-box .card {
  width: 320px;
  padding: 30px 20px;
  box-shadow: -6px -6px 20px rgba(255, 255, 255, 1),
    6px 6px 20px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
}

.portfolio-box .card:hover {
  box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.8),
    inset 6px 6px 20px rgba(0, 0, 0, 0.2);
}

.portfolio-box .card .imgBx {
  position: relative;
}

.portfolio-box .card .contentBx {
  position: relative;
  margin-top: 20px;
}

.portfolio-box .card .contentBx:hover {
  color: #dfd2d2;
}
.portfolio-box img {
  width: 100%;
}

/* portfolio part2 */

.portfolio-part2 {
  padding: 1vw 10vw;
  display: flex;
  flex-wrap: wrap;
}

.portfolio-box2 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8vw;
  text-align: center;
  justify-content: space-between;
}

.portfolio-box2 .card2 {
  width: 15vw;
  padding: 30px 20px;
  box-shadow: -6px -6px 20px rgba(255, 255, 255, 1),
    6px 6px 20px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
}

.portfolio-box2 .card2:hover {
  box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.8),
    inset 6px 6px 20px rgba(0, 0, 0, 0.2);
}

.portfolio-box2 .card2 .imgBx2 {
  position: relative;
}

.portfolio-box2 .card2 .contentBx2 {
  position: relative;
  margin-top: 20px;
}

.portfolio-box2 .card2 .contentBx2:hover {
  color: #dfd2d2;
}
.portfolio-box2 img {
  width: 100%;
}

/* box3 */

.portfolio-box3 {
  display: flex;
  gap: 50px;
}

.portfolio-box3 .card3 {
  width: 730px;
  padding: 30px 20px;
  box-shadow: -6px -6px 20px rgba(255, 255, 255, 1),
    6px 6px 20px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
}

.portfolio-box3 .card3:hover {
  box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.8),
    inset 6px 6px 20px rgba(0, 0, 0, 0.2);
}

.portfolio-box3 .card3 .imgBx3 {
  position: relative;
}

.portfolio-box3 .card3 .contentBx3 {
  position: relative;
  margin-top: 20px;
}

.portfolio-box3 .card3 .contentBx3:hover {
  color: #dfd2d2;
}
.portfolio-box3 img {
  width: 100%;
}

.portfolio-box3 .birds img {
  width: 40vw;
}

.borjack {
  width: 300px;
  padding-top: 7vw;
}

.contacts-text {
  line-height: 1.8;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.contacts-box {
  display: flex;
}
.instagram img {
  width: 60px;
}

.instagram img:hover {
  transform: rotate(45deg);
}
.footer-container {
  margin-top: 5vw;
  background: rgb(0, 0, 0);
}
.copyright {
  font-size: 14px;
  color: rgb(224, 238, 34);
  background: black;
  text-align: center;
  width: 100%;
  padding-bottom: 3vw;
}
.footer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* illustration - weekly illustrayion */

.tittle {
  text-align: center;
  padding-left: 10vw;
  padding-right: 10vw;
}

.works {
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  justify-content: center;
}

.main-work {
  padding: 5vw 10vw;
  text-align: center;
}

.main-work img {
  max-width: 800px;
  min-width: 300px;
  width: 80%;
}

.main-work video {
  min-width: 400px;
}

.main-work-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  margin: 0 10vw;
  justify-content: space-around;
}

.main-work-container .main-work img {
  width: 40vw;
  max-width: 600px;
  min-width: 300px;
}

.main-work-text {
  max-width: 800px;
  margin-bottom: 5vw;
}

.main-work2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.normal-work {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw;
  margin-bottom: 100px;
  justify-content: space-evenly;
}

.normal-work img {
  width: 25vw;
  min-width: 300px;
  min-height: 300px;
  object-fit: cover;
}

.back {
  position: relative;
  margin-bottom: 50px;
}
.back img {
  position: absolute;
  display: block;
  width: 80px;
}

.back img:last-child:hover {
  opacity: 0;
}

.final {
  padding: 5vw 10vw 1vw 10vw;
  padding-left: 10vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-container2 {
  background: black;
  margin-top: 100px;
}
.copyright2 {
  font-size: 14px;
  color: rgb(224, 238, 34);
  background: black;
  text-align: center;
  align-items: center;
  width: 100%;
  padding: 2vw;
}

/* apply all the rules below, when we are under 800px in the browser */
/* Media Queries  */
@media (max-width: 800px) {
  .header .navigation .menu-container {
    width: 370px;
  }
  .about-me {
    margin-top: 300px;
    margin-left: 0;
  }
  .portfolio-box3 .card3 {
    width: 80%;
    min-width: 330px;
  }
  .main-work img {
    max-width: 80%;
    padding-top: 5vw;
  }
  .back img {
    width: 8vw;
  }

  .portfolio-box .card {
    width: 250px;
    padding: 30px 20px;
  }
  .portfolio-box2 {
    gap: 15px;
  }
  .portfolio-box2 .card2 {
    width: 250px;
    padding: 30px 20px;
  }
}
