/* Custom Hero Row */
.custom-hero-row {
  min-height: calc(100vh - 100px);
}

/* Custom Elements */
.custom-element-wrapper {
  position: absolute;
}

.custom-element-wrapper.custom-element-1 {
  top: 25%;
  left: 45%;
  width: 300px;
  height: 300px;
}

.custom-element-wrapper.custom-element-1 .custom-element {
  background: transparent;
  border: 3px solid var(--primary);
  opacity: 0.05;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-2 {
  top: 45%;
  left: 62%;
  width: 150px;
  height: 150px;
}

.custom-element-wrapper.custom-element-2 .custom-element {
  background: var(--primary);
  opacity: 0.05;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-3 {
  top: 57%;
  left: 70%;
  width: 100px;
  height: 100px;
}

.custom-element-wrapper.custom-element-3 .custom-element {
  background: transparent;
  border: 3px solid var(--primary);
  opacity: 0.05;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-4 {
  top: 57%;
  left: 44%;
  width: 100px;
  height: 100px;
}

.custom-element-wrapper.custom-element-4 .custom-element {
  background: var(--primary);
  opacity: 0.03;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-5 {
  top: 18%;
  left: 7%;
  width: 450px;
  height: 450px;
}

.custom-element-wrapper.custom-element-5 .custom-element {
  background: var(--secondary);
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .custom-element-wrapper.custom-element-5 {
    top: 18%;
    left: 15%;
  }
}

@media (min-width: 992px) {
  .custom-element-wrapper.custom-element-5 {
    top: 27%;
    left: 22%;
  }
}

@media (min-width: 1200px) {
  .custom-element-wrapper.custom-element-5 {
    top: 22%;
    left: 22%;
  }
}

@media (min-width: 1400px) {
  .custom-element-wrapper.custom-element-5 {
    top: 27%;
    left: 78%;
  }
}

.custom-element-wrapper.custom-element-6 {
  width: 300px;
  height: 400px;
  top: 20%;
  right: -9%;
  rotate: 45deg;
}

.custom-element-wrapper.custom-element-7 {
  width: 160px;
  height: 160px;
  top: 58.2%;
  right: -38%;
}

.custom-element-wrapper.custom-element-8 {
  top: 4.5%;
  left: -11%;
  clip-path: polygon(0 0, 181% 0, 72% 100%, 48% 100%, 0% 49%);
  rotate: -1.7deg;
}

/* iPhone SE, 5, 5S, 5C (320px) */
@media only screen and (max-width: 320px) {
  .custom-element-wrapper.custom-element-8 {
    top: 2%;
    left: -31%;
    clip-path: polygon(0 0, 160% 0, 65% 100%, 52% 100%, 0% 45%);
    rotate: -1.5deg;
    min-width: 600px;
  }
}

/* iPhone 6, 6S, 7, 8 (375px) */
@media only screen and (min-width: 321px) and (max-width: 375px) {
  .custom-element-wrapper.custom-element-8 {
    top: 13%;
    left: -12%;
    clip-path: polygon(0 0, 170% 0, 68% 100%, 46% 100%, 0% 47%);
    rotate: -1.6deg;
    min-width: 520px;
  }
}

/* iPhone 6+, 7+, 8+ (414px) */
@media only screen and (min-width: 376px) and (max-width: 414px) {
  .custom-element-wrapper.custom-element-8 {
    top: -5%;
    left: -23%;
    clip-path: polygon(0 0, 175% 0, 70% 100%, 47% 100%, 0% 48%);
    rotate: -1.65deg;
    min-width: 588px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .custom-element-wrapper.custom-element-8 {
    top: -5%;
    left: -15%;
    clip-path: polygon(0 0, 175% 0, 70% 100%, 47% 100%, 0% 48%);
    rotate: -1.65deg;
    min-width: 588px;
  }
}

@media (min-width: 768px) {
  .custom-element-wrapper.custom-element-8 {
    top: 5.5%;
    left: -14%;
    clip-path: polygon(0 0, 181% 0, 72% 100%, 48% 100%, 0% 49%);
    rotate: -1.7deg;
    min-width: 540px;
  }
}

@media (min-width: 992px) {
  .custom-element-wrapper.custom-element-8 {
    top: 29%;
    left: 9%;
    rotate: 0deg;
  }
}

@media (min-width: 1200px) {
  .custom-element-wrapper.custom-element-8 {
    top: 2%;
    left: 2%;
    rotate: -1.7deg;
  }
}

@media (min-width: 1400px) {
  .custom-element-wrapper.custom-element-8 {
    top: 6%;
    left: 55%;
    rotate: -1.5deg;
  }
}

.custom-element-wrapper.custom-element-9 {
  width: 160px;
  height: 160px;
  top: 5%;
  left: 7%;
}

.custom-element-wrapper.custom-element-10 {
  width: 160px;
  height: 160px;
  top: 65%;
  right: 10%;
}

.custom-element-wrapper.custom-element-11 {
  display: inline-block;
}

.custom-element-wrapper.custom-element-11 img {
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-11:before {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  background: var(--primary);
  border-radius: 25px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Page Header */
.page-header {
  padding-top: 153px;
  padding-bottom: 0;
}

.page-header .container:before {
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
}

/* Breadcrumb */
.breadcrumb li {
  font-weight: 600;
  letter-spacing: 1px;
}

.breadcrumb > li + li:before {
  padding: 0 7px 0 7px;
}
