@import url(https://fonts.googleapis.com/css?family=Arvo);

html {
  scroll-behavior: smooth;
}

.home,
.about {
  background-color: #f4f6f7;
}

.home {
  height: 100vh;
}

.about {
  margin-top: 12.5vh;
}

.infoAbout {
  padding-left: 10vh;
}

.trending {
  margin-top: 12.5vh;
  margin-bottom: 15vh;
}

.nav-link {
  color: black;
  font-size: x-large;
}

@media (max-width: 768px) {
  .nav-link {
    font-size: medium;
  }
}

.svgHeading {
  font: 5em "Arvo";
  letter-spacing: 0.15em;
}

@media (max-width: 768px) {
  .svgHeading {
    font: 5em "Arvo";
    letter-spacing: 0.15em;
    margin-top: 50%;
    margin-left: 2.5%;
  }
}

.svgHeading text {
  fill: #000029;
  stroke: #000029;
  fill-opacity: 1;
  stroke-width: 0;
  stroke-dasharray: 100% 0;
  animation: stroke-offset 6s ease-out;
}

@keyframes stroke-offset {
  0% {
    fill-opacity: 0;
    stroke-width: 0;
    stroke-dasharray: 0% 100%;
  }
  25% {
    stroke-width: 3px;
  }
  50% {
    fill-opacity: 0;
  }
  75% {
    stroke-width: 3px;
  }
  100% {
    stroke-width: 0;
  }
}

/* Card Carousel*/
@media (min-width: 768px) {
  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }

  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

.shoe-left {
  -ms-transform: rotate(-15deg); /* IE 9 */
  transform: rotate(-15deg);
  margin: 20px;
}

.shoe-right {
  -ms-transform: rotate(15deg); /* IE 9 */
  transform: rotate(15deg);
  margin: 20px;
}

/*Shoe Drawing*/
.svg-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.svgDrawing {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
}

@media (max-width: 768px) {
  .svg-container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 50vh;
    width: 100%;
  }
}

.shoe-base {
  animation: 500ms shoe-base ease-in 1 alternate forwards;
  stroke-dasharray: 979, 979;
  stroke-dashoffset: 979;
  opacity: 0;
}

.guy-chan {
  animation: 500ms guy-chan ease-in 500ms 1 alternate forwards;
  stroke-dasharray: 387, 387;
  stroke-dashoffset: 387;
  opacity: 0;
}

.suede-1 {
  animation: 500ms suede ease-in 1000ms 1 alternate forwards;
  stroke-dasharray: 410, 410;
  stroke-dashoffset: 410;
  opacity: 0;
}

.sep-low {
  animation: 500ms sep-low ease-in 1000ms 1 alternate forwards;
  stroke-dasharray: 221, 221;
  stroke-dashoffset: 221;
  opacity: 0;
}

.suede-2 {
  animation: 500ms suede-5 ease-in 1500ms 1 alternate forwards;
  stroke-dasharray: 96, 96;
  stroke-dashoffset: 96;
  opacity: 0;
}

.sep-top {
  animation: 500ms sep-top ease-in 1500ms 1 alternate forwards;
  stroke-dasharray: 155, 155;
  stroke-dashoffset: 155;
  opacity: 0;
}

.tongue {
  animation: 500ms tongue ease-in 2000ms 1 alternate forwards;
  stroke-dasharray: 258, 258;
  stroke-dashoffset: 258;
  opacity: 0;
}

.lace-1 {
  animation: 500ms laces ease-in 2500ms 1 forwards;
  stroke-dasharray: 228, 228;
  stroke-dashoffset: 228;
  opacity: 0;
}

.lace-2 {
  animation: 500ms laces ease-in 2750ms 1 forwards;
  stroke-dasharray: 228, 228;
  stroke-dashoffset: 228;
  opacity: 0;
}

.lace-3 {
  animation: 500ms laces ease-in 3000ms 1 forwards;
  stroke-dasharray: 228, 228;
  stroke-dashoffset: 228;
  opacity: 0;
}

.lace-4 {
  animation: 500ms laces ease-in 3250ms 1 forwards;
  stroke-dasharray: 228, 228;
  stroke-dashoffset: 228;
  opacity: 0;
}

.loop {
  animation: 500ms loop ease-in 2500ms 1 alternate forwards;
  stroke-dasharray: 73, 73;
  stroke-dashoffset: 73;
  opacity: 0;
}

.heel {
  animation: 1000ms heel ease-in 3000ms 1 forwards;
  stroke-dasharray: 298, 298;
  stroke-dashoffset: 298;
  opacity: 0;
}

.bubble {
  animation: 500ms bubble ease-in 3000ms 1 forwards;
  stroke-dasharray: 306, 306;
  stroke-dashoffset: 306;
  opacity: 0;
}

.nike {
  animation: 500ms nike ease-in 3750ms 1 forwards;
  stroke-dasharray: 282, 282;
  stroke-dashoffset: 282;
  opacity: 0;
}

.tada {
  animation-delay: 4500ms;
}

@keyframes nike {
  0% {
    stroke-dashoffset: 282;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes laces {
  0% {
    stroke-dashoffset: 228;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes bubble {
  0% {
    stroke-dashoffset: 306;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes heel {
  0% {
    stroke-dashoffset: -298;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes loop {
  0% {
    stroke-dashoffset: 73;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes tongue {
  0% {
    stroke-dashoffset: -258;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes sep-top {
  0% {
    stroke-dashoffset: 155;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes suede-5 {
  0% {
    stroke-dashoffset: 96;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes sep-low {
  0% {
    stroke-dashoffset: 221;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes suede {
  0% {
    stroke-dashoffset: -410;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes guy-chan {
  0% {
    stroke-dashoffset: 387;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes shoe-base {
  0% {
    stroke-dashoffset: 979;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

/*Construct a shoe*/

.shoe {
  position: relative;
  padding: 20px;
  margin-top: 50vh;
}

.piece:not(.outsoleShoe) {
  position: absolute;
  bottom: 5vw;
}

.midsoleShoe {
  width: 65%;
  left: 4%;
  z-index: 3;
  -ms-transform: rotate(17.5deg); /* IE 9 */
  transform: rotate(17.5deg);
}
.heelShoe {
  width: 30%;
  left: 6%;
  z-index: 2;
  margin-bottom: 50px;
}
.outsoleShoe {
  position: relative;
  width: 72.5%;
  z-index: 3;
  -ms-transform: rotate(17.5deg); /* IE 9 */
  transform: rotate(17.5deg);
}

@media (max-width: 768px) {
  .shoe {
    position: relative;
    padding: 20px;
    margin-top: 35vh;
  }

  .piece:not(.outsoleShoe) {
    position: absolute;
    bottom: 4vw;
  }
  .piece:not(.midsoleShoe) {
    position: absolute;
    bottom: 0vw;
  }

  .midsoleShoe {
    position: relative;
    width: 63%;
    left: 7%;
    z-index: 3;
  }
  .heelShoe {
    width: 30%;
    left: 10%;
    z-index: 2;
    -ms-transform: rotate(17.5deg); /* IE 9 */
    transform: rotate(17.5deg);
  }
  .outsoleShoe {
    position: relative;
    width: 70%;
    z-index: 3;
  }
}

/* contact*/
.conatct-info {
  margin-top: 15px;
}
.contact-icon {
  height: 30px;
  width: auto;
  margin: 10px 20px 10px 10px;
}

.contact-address {
}

/* Map */

#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 80%;
  /* The width is the width of the web page */
  margin-left: 10%;
}

@media (max-width: 768px) {
  #map {
    width: 100%;
    /* The width is the width of the web page */
    margin-left: 0%;
  }
}

/* Footer*/

.footer {
  position: static;
  bottom: 0;
  margin-bottom: 0;
  background-color: #f4f6f7;
  width: 100%;
  margin-left: 0;
}

/* Testimonials*/

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190e7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190e7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190e7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
