
section {
  padding: 60px 30px;
}


section.animated {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
section#banner {
  padding: 0;
}
#banner > img {
  width: 100%;
}
.paragraph {
  font-size: 18px;
  font-family: Helvetica Neue Thin Condensed;
  color: #1c1c1b;
  text-align: left;
  position: relative;
  line-height: 1.5em;
  letter-spacing: 0;
}
.project.left {
  background-color: red !important;
}
.project > div.project-text {
  margin-bottom: 40px;
}
.project > .project-text .website-title {
  font-size: 36px;
}
.project > .project-img > img {
  width: 100%;
  box-shadow: 3px 3px 0 #ff4713;
}
.project.left > .project-img > img {
  box-shadow: -3px 3px 0 #ff4713;
}
.gallery-carousel-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.gallery-carousel-dots > .owl-dots {
  display: inline-block;
  vertical-align: top;
}
.gallery-carousel-dots > .owl-dots .owl-dot {
  vertical-align: middle;
}
.gallery-carousel-dots > .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 3px 3px;
  display: block;
}
.gallery-carousel-dots > .owl-dots .owl-dot span,
.gallery-carousel-dots > .owl-dots .owl-dot:hover span {
  background: #1c1c1b;
}
.gallery-carousel-dots > .owl-dots .owl-dot.active span {
  width: 11px;
  height: 11px;
  margin-left: 1px;
  background: #1c1c1b;
}
.gallery-carousel-dots > button {
  background-color: transparent;
  border: none;
  color: #1c1c1b;
  cursor: pointer;
}
#intro p.paragraph {
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1025px) {
  #banner > img.mobile {
    display: none;
  }
  #banner > img.desktop {
    display: block;
  }
}
@media (min-width: 480px) {
  section {
    padding: 60px 50px;
  }
}
@media (min-width: 768px) {
  section {
    padding: 60px 100px;
  }
  
}
@media (min-width: 1025px) {
  .project {
    display: flex;
  }
  .project.left {
    flex-direction: row-reverse;
  }
  .project > div {
    display: inline-block;
  }
  .project > div.project-img {
    width: 40%;
    display: inline-flex;
    align-items: center;
  }
  .project > div.project-text {
    position: relative;
    width: 60%;
    margin-bottom: 0;
  }
  .project.left > div.project-text > div {
    padding-left: 100px;
  }
  .project.right > div.project-text > div {
    padding-right: 100px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.animated {
    display: flex;
    flex-direction: column;
  }
  .project-text {
    order: 2;
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
  .project-img {
    order: 1;
  }
  .project > .project-text .website-title {
    font-size: 32px;
  }
  .paragraph {
    text-align: justify;
  }
}
[dir='rtl'] .paragraph {
  text-align: right;
}
@media (min-width: 1025px) {
  [dir='rtl'] .project.left > div.project-text > div {
    padding-right: 100px;
    padding-left: unset;
  }
  [dir='rtl'] .project.right > div.project-text > div {
    padding-left: 100px;
    padding-right: unset;
  }
}
