@import url("https://fonts.googleapis.com/css2?family=Cabin&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap");
body {
  margin: 0;
  padding: 0;
}

div {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.padding-section {
  padding: 0 20vw;
}

.button {
  padding: 14px 40px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.button:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #e60a80;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  z-index: -1;
}

#title-section {
  width: 100%;
  padding-top: 265px;
  padding-bottom: 265px;
  background-image: url("../img/pattern-15.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
}

#title-section .title {
  font-family: "Quicksand", sans-serif;
  font-size: 48px;
  color: #ffffff;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0;
}

#title-section .overlay {
  width: 60%;
  height: 100%;
  position: absolute;
  margin: 0 20%;
  top: 0;
  left: 0;
  z-index: -1;
}

#title-section .overlay .icon-one {
  position: absolute;
  left: 6%;
  top: 35%;
  width: 58px;
  height: 67px;
  background-repeat: no-repeat;
  -webkit-animation: 3s zoom-fade linear infinite;
          animation: 3s zoom-fade linear infinite;
}

#title-section .overlay .icon-two {
  position: absolute;
  left: 6%;
  top: 65%;
  width: 91px;
  height: 99px;
  background-repeat: no-repeat;
  -webkit-animation: 3s left-right linear infinite;
          animation: 3s left-right linear infinite;
}

#title-section .overlay .icon-three {
  position: absolute;
  left: 26%;
  top: 35%;
  width: 58px;
  height: 67px;
  background-repeat: no-repeat;
}

#title-section .overlay .icon-four {
  position: absolute;
  left: 48%;
  top: 35%;
  width: 101px;
  height: 101px;
  background-repeat: no-repeat;
  -webkit-animation: 3s zoom-fade linear infinite;
          animation: 3s zoom-fade linear infinite;
}

#title-section .overlay .icon-five {
  position: absolute;
  left: 48%;
  top: 65%;
  width: 64px;
  height: 60px;
  background-repeat: no-repeat;
  -webkit-animation: 15s rotate linear infinite;
          animation: 15s rotate linear infinite;
}

#title-section .overlay .icon-six {
  position: absolute;
  right: 3%;
  top: 25%;
  width: 58px;
  height: 67px;
  background-repeat: no-repeat;
  -webkit-animation: 3s left-right linear infinite;
          animation: 3s left-right linear infinite;
}

#post-section {
  width: 100%;
}

#post-section .date {
  color: #777777;
  font-size: 14px;
  font-family: 'Cabin', sans-serif;
  line-height: 1.7em;
  font-weight: 400;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
}

#post-section .left {
  width: 67%;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

#post-section .left img {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#post-section .left .content-wrapper {
  padding: 25px;
}

#post-section .left .title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 8px;
  margin-top: 8px;
  font-size: 24px;
  color: #222222;
}

#post-section .left .text, #post-section .left .star {
  color: #777777;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 15px;
  font-family: 'Cabin', sans-serif;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}

#post-section .left .star {
  padding-left: 22px;
  position: relative;
}

#post-section .left .star i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #e60a80;
  font-size: 15px;
}

#post-section .left .quote {
  position: relative;
  border: none;
  padding: 0px;
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
  padding: 45px 30px 45px 110px;
  width: 100%;
  z-index: 0;
}

#post-section .left .quote p {
  position: relative;
  font-size: 18px;
  color: #777777;
  font-weight: 400;
  line-height: 1.7em;
  font-style: italic;
  font-family: 'Cabin', sans-serif;
}

#post-section .left .quote i {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 113px;
  height: 113px;
  color: #2200bd;
  font-size: 40px;
  line-height: 113px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}

#post-section .left .quote i:nth-child(3) {
  bottom: -20px;
  right: -20px;
  left: initial;
  top: initial;
  z-index: -1;
}

#post-section .left .button {
  margin: 10px 10px 20px 0;
  background-color: #e60a80;
  padding: 14px 20px;
}

#post-section .left .credits {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  color: #777777;
  line-height: 1.7em;
  font-weight: 400;
  padding-top: 25px;
  border-top: 2px solid #f5f5f5;
}

#post-section .right {
  width: 30%;
  padding-left: 3%;
}

#post-section .right .title {
  font-size: 24px;
  color: #3d415b;
  font-weight: 700;
  line-height: 1.2em;
  padding-right: 45px;
  text-transform: capitalize;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-family: 'Quicksand', sans-serif;
}

#post-section .right .cat-links {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  padding-left: 26px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Cabin', sans-serif;
  color: #777777;
  cursor: pointer;
}

#post-section .right .cat-links:hover {
  color: #e60a80;
}

#post-section .right .cat-links span {
  float: right;
}

#post-section .right .post {
  font-size: 18px;
  color: #3d415b;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  padding-left: 25px;
}

#post-section .right .post a {
  text-decoration: none;
  color: #3d415b;
}

#post-section .right .date {
  padding-left: 25px;
}

#post-section .right .tag {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 11px 24px 11px;
  margin: 0px 10px 20px 0px;
  color: #777777;
  text-align: center;
  font-size: 14px;
  background: none;
  font-weight: 400;
  border-radius: 50px;
  border: 2px solid #ebebeb;
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  text-decoration: none;
  font-family: 'Cabin', sans-serif;
}

#post-section .right .tag:hover {
  border-color: #e60a80;
  background-color: #e60a80;
  color: #ffffff;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1;
  }
}

@keyframes left-right {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}

@media (max-width: 1450px) {
  .padding-section {
    padding: 0 10vw;
  }
  #title-section .overlay {
    width: 80%;
    margin: 0 10%;
  }
}

@media (max-width: 1000px) {
  .padding-section {
    padding: 0 3vw;
  }
  #title-section .overlay {
    width: 94%;
    margin: 0 3%;
  }
}

@media (max-width: 900px) {
  #title-section {
    padding: 140px 0px 225px;
  }
  #title-section .title {
    font-size: 28px;
  }
  #post-section .left, #post-section .right {
    width: 100%;
  }
  #post-section .left {
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=blog-post.css.map */