*,
*:before,
*:after {
  box-sizing: border-box;
}

/* Responsive Images CSS */

.responsive-images {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Responsive Images END */

body {
  background-image: url('#');
  background-color: #;
}

ul {
  padding-left: 25px;
}

/* Row of Images CSS */

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 1px;
}

/* Clearfix (clear floats) */
.row::after {
  content: '';
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}

/* Row of Images END */

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1800px;
  min-height: 1100px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}

.hero .point {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: 0.8s ease-in-out;
}
.hero .point:hover {
  z-index: 1;
  transition: none;
}
.hero .point.pulsing .dot:before,
.hero .point.pulsing .dot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-animation: 2s pulse linear;
  animation: 2s pulse linear;
}
.hero .point.pulsing .dot:after {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.hero .dot {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}
.hero .dot .plus:before,
.hero .dot .plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 4px;
  /* background-color: #b7b7b7; */
  background-color: #004fd0;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.hero .dot .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.hero .dot:hover {
  background-color: white;
}
.hero .dot:hover .plus:before,
.hero .dot:hover .plus:after {
  background-color: #004fd0;
}
.hero .dot:hover + .content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: none;
  transition-delay: 0.25s;
}
.hero .dot:hover + .content > div {
  background-color: white;
  transition: 0s;
}
.hero .dot:hover + .content > div,
.hero .dot:hover + .content:after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.25s;
}
.hero .dot:hover + .content:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hero .dot:hover + .content:before {
  -webkit-animation: 0.5s swipe-right ease-in-out;
  animation: 0.5s swipe-right ease-in-out;
}
.hero .dot:hover + .content.left:before {
  -webkit-animation: 0.5s swipe-left ease-in-out;
  animation: 0.5s swipe-left ease-in-out;
}
.hero .dot:hover:after {
  transition-delay: 0.4s;
}
.hero .content {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 70px;
  width: 400px;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
}
.hero .content > div {
  padding: 2rem 1.5rem;
  background-color: transparent;
}
.hero .content > div,
.hero .content:after {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out 0.3s;
}
.hero .content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background-color: #dddddd;
  background-color: #b7b7b7;
  transition: 0.3s ease-in-out;
  z-index: 5;
}
.hero .content:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  height: 0;
  border: 10px solid white;
  border-color: transparent white transparent transparent;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  transition-delay: 0.3s;
}
.hero .content.left {
  left: auto;
  right: 70px;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
.hero .content.left:before {
  right: 0;
  left: 100%;
}
.hero .content.left:after {
  right: auto;
  left: 100%;
  border-color: transparent transparent transparent white;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.hero .content .heading {
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.hero .content .description {
  margin: 0;
  margin-top: 10px;
}

.points .point:nth-of-type(1) {
  /** TRIM PATTERNS **/
  top: 15%;
  left: 42%;
}
.points .point:nth-of-type(2) {
  /** 100% WOOL BODY COLOR **/
  top: 15%;
  left: 58%;
}
.points .point:nth-of-type(3) {
  /** EMBROIDERED NAME **/
  top: 33%;
  left: 40%;
}
.points .point:nth-of-type(4) {
  /** GRADUATION YEAR **/
  top: 40%;
  left: 73%;
}
.points .point:nth-of-type(5) {
  /** VARSITY LETTERS **/
  top: 33%;
  left: 64%;
}
.points .point:nth-of-type(6) {
  /** POCKETS & SNAPS **/
  top: 48%;
  left: 43%;
}
.points .point:nth-of-type(7) {
  /** 100% WOOL BODY **/
  top: 74%;
  left: 50.75%;
}
.points .point:nth-of-type(8) {
  /** LEATHER SLEEVES **/
  top: 40%;
  left: 27%;
}
.points .point:nth-of-type(9) {
  /** SNAPS / ZIPPER **/
  top: 62%;
  left: 38%;
}

@-webkit-keyframes pulse {
  to {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    border: 1px solid rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    border: 1px solid rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes swipe-right {
  0% {
    right: 100%;
  }
  40% {
    left: 0;
  }
  50% {
    right: 0;
  }
  100% {
    right: 0;
    left: 100%;
  }
}
@keyframes swipe-right {
  0% {
    right: 100%;
  }
  40% {
    left: 0;
  }
  50% {
    right: 0;
  }
  100% {
    right: 0;
    left: 100%;
  }
}
@-webkit-keyframes swipe-left {
  0% {
    left: 100%;
  }
  40% {
    right: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 0;
    right: 100%;
  }
}
@keyframes swipe-left {
  0% {
    left: 100%;
  }
  40% {
    right: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 0;
    right: 100%;
  }
}
