body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-62 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 5rem 11vw;
  position: relative; }
  .default-1-62 .no-padding {
    padding: 0px !important; }
  .default-1-62 .no-margin {
    margin: 0px !important; }
  .default-1-62 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s linear;
    padding: 0rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    justify-content: center; }
  .default-1-62 .collection {
    width: 100%;
    display: inline-block;
    margin: 0px;
    text-align: center; }
  .default-1-62 .collection-hed {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #000000;
    font-weight: 300;
    font-size: 4.5rem; }
  .default-1-62 .title-bottom-border {
    border: none;
    width: 40px;
    height: 2px;
    display: inline-block;
    background: #17E070; }
  .default-1-62 .collection-description {
    width: 100%;
    display: inline-block;
    margin: 0px 0 8rem 0;
    color: #B7B7B7;
    font-weight: 400;
    font-size: 18px;
    padding: 0 12vw;
    line-height: 2.5rem; }
  .default-1-62 .collection-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    position: relative;
    float: left;
    padding: 3px; }
  .default-1-62 .collection-img-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    position: relative; }
  .default-1-62 .collection-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
    border-radius: 8px; }
  .default-1-62 .collection-img2 {
    width: 100%;
    height: 806px;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
    border-radius: 8px; }
  .default-1-62 .collection-img3 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
    border-radius: 8px; }
  .default-1-62 .collection-sub-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #ffffff;
    font-size: 14px; }
  .default-1-62 .collection-title {
    width: 100%;
    display: inline-block;
    margin: 3.5rem 0 0;
    color: #ffffff;
    font-size: 3.8rem;
    font-weight: 600; }
  .default-1-62 .bottom-collection-details {
    width: 85%;
    display: inline-block;
    margin: 0px;
    text-align: center;
    border-top: 1px solid #ffffff;
    position: absolute;
    bottom: 0px; }
  .default-1-62 .collection-bottom-name {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    padding: 2.5rem 0; }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .default-1-62 {
      padding: 5rem 3vw; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-62 {
      padding: 5rem 3vw; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .default-1-62 {
      padding: 5rem 3vw; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-62 {
      padding: 5rem 3vw; } }
  @media screen and (max-width: 480px) {
    .default-1-62 {
      padding: 5rem 1vw; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 0%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
