@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
body.home,
body.inside {
  background: #222327 !important;
}

.mainBtn {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 60px;
  padding: 10px 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.mainBtn:hover {
  background: #ffb400;
}

.description h5 {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.description p {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 300;
  opacity: .8;
  color: #fff;
  margin-bottom: 0;
}

.main-heading h3 {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.screenshots div.screenshot-box {
  border: solid 10px #222327;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0px 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0px 0 1px rgba(255, 255, 255, 0.5);
}

.back-btn a {
  color: #fff;
  font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 10px 25px;
}

.back-btn a:hover {
  color: #FFBB00;
  border: solid 1px #FFBB00;
}

.home .container-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  height: 100vh;
  overflow: hidden;
}

.home .color-block {
  position: fixed;
  height: 200%;
  width: 100%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  left: -83%;
  top: -50%;
  background-color: #ffb400;
}

.home .home-details-container {
  width: 100%;
  height: 100vh;
}

.home .bg {
  background-image: url(../images/2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: calc(100vh - 60px);
  z-index: 111;
  border-radius: 15px;
  left: 30px;
  top: 30px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
}

.home .home-details h6 {
  color: #eee;
  font-size: 22px;
  font-weight: 400;
  display: block;
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-weight: 400;
}

.home .home-details h1 {
  font-family: 'Merriweather', serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  font-weight: 700;
  margin: 18px 0 10px;
  color: #ffb400;
}

.home .home-details h1 span {
  color: #fff;
  font-family: 'Merriweather', serif;
  font-size: 45px;
  font-weight: 400;
}

.home .home-details p {
  margin: 10px 0 23px;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.home .works ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -60px 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.home .works ul li {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 60px;
}

.home .works ul li figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  background: #222327;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.home .works ul li figure:before {
  content: "";
  width: 90%;
  height: 30%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: url(../images/dot-pattern.png) right;
  background-size: auto;
  background-size: 10px;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.home .works ul li figure a {
  width: 100%;
  background: #222327;
  display: block;
  position: relative;
  z-index: 2;
}

.home .works ul li figure:hover {
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.home .works ul li figure:hover:before {
  opacity: 1;
}

.home .works ul li h3 {
  font-family: 'Merriweather', serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: -1px;
  color: #fff;
}

.home .works ul li small {
  display: block;
  color: #fff;
  opacity: 0.7;
}

.contact {
  text-align: center;
}

.contact h2 {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.contact p a {
  font-family: 'Merriweather', serif;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.contact p a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -5px;
}
/*# sourceMappingURL=main.css.map */