body{ font-family: 'Roboto', sans-serif;}
.default-71{ width: 100%; display: inline-block; margin: 5rem 0; padding: 4rem 0; background: #f8f8f9;}
.default-71 .no-padding{ padding: 0px !important;}
.default-71 .about-title{ width: 100%; display: inline-block; margin: 0px; text-align: center; font-size: 34px; color: #212121; font-weight: 600;}
.default-71 .bottom-border{ display: inline-block; background: #b6b6b6; width: 170px; height: 2px; margin: 2.5rem 0 6rem 0px; padding: 0px;}
.default-71 .about-img-main{ width: 100%; height: 650px; display: inline-block; margin: 0px;}
.default-71 .about-img-main img{ width: 100%; height: 100%; object-fit: cover; margin: 0px; padding: 0px;}
.default-71 .about-details{ width: 100%; display: inline-block; margin: 0px;}
.default-71 .who-are{ width: 100%; display: inline-block; margin: 0px;}
.default-71 .who-title{ width: 100%; display: inline-block; margin: 0px; font-size: 22px; color: #212121; font-weight: lighter; padding-bottom: 1.8rem;}
.default-71 .title-border{ background: #673ab7; width: 50px; height: 2px; margin: 0px 0 1.8rem 0; padding: 0px;}
.default-71 .who-description{ width: 100%; display: inline-block; margin: 0px 0 2.6rem 0; font-size: 15px; color: #727272; font-weight: 400;}
.default-71 .more-btn{ padding: 7px 30px; color: #673ab7; border: 1px solid #673ab7; background: transparent; font-size: 16px; border-radius: 0px; outline: none; cursor: pointer; transition: all 0.3s linear; margin-bottom: 3rem;}
.default-71 .more-btn:hover{ background: #673ab7; color: #ffffff;}



@media screen and (min-width:901px) and (max-width:1024px){


}

@media screen and (min-width:768px) and (max-width:900px){


}

@media screen and (min-width:601px) and (max-width:767px){


}

@media screen and (min-width:481px) and (max-width:600px){


}

@media screen and (max-width:480px){



}

/*  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;
}body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-26 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 3rem 0vw;
  position: relative;
  background: #f3f3f3; }
  .default-1-26 a {
    outline: none;
    text-decoration: none; }
  .default-1-26 .no-padding {
    padding: 0px !important; }
  .default-1-26 .no-margin {
    margin: 0px !important; }
  .default-1-26 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-26 .row-eq-height:before, .default-1-26 .row-eq-height:after {
    display: inline-block; }
  .default-1-26 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 500ms ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; }
  .default-1-26 .pro-colle-main {
    background: #FFFFFF;
    width: 100%;
    height: 360px;
    overflow: hidden; }
  .default-1-26 .collection-img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    margin: 0px;
    padding: 0px 0 0px;
    overflow: hidden; }
  .default-1-26 .collection-details {
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0 3rem; }
  .default-1-26 .collection-name {
    color: #2f2f2f;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0px; }
  .default-1-26 .collection-description {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0 0px 0px; }
  .default-1-26 .shop-link {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #2f2f2f;
    margin-top: 20px;
    width: 199px;
    height: 53px;
    line-height: 5.4rem;
    text-align: center;
    letter-spacing: 1px; }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .default-1-26 .pro-colle-main {
      height: auto; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-26 .pro-colle-main {
      height: auto; } }
  @media screen and (max-width: 480px) {
    .default-1-26 .pro-colle-main {
      height: auto; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 30%, 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: transparent;
  -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 transparent;
  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; }

/*# sourceMappingURL=default-1-26.css.map */
body{ font-family: 'Roboto', sans-serif;}
.default-73{ width: 100%; display: inline-block; margin: 5rem 0; padding: 4rem 0;}
.default-73 .no-padding{ padding: 0px !important;}
.default-73 .about-main{ width: 100%; display: inline-block; margin: 0px; text-align: left; padding: 0 3rem;}
.default-73 .about-title{ width: 100%; display: inline-block; margin: 0px 0 3rem 0; font-size: 5rem; color: #000000; font-weight: 600; letter-spacing: -0.2rem;}
.default-73 .about-description{ width: 100%; display: inline-block; margin: 0px; color: #404040; font-size: 1.7rem; font-weight: 300; line-height: 3.2rem;}



@media screen and (min-width:901px) and (max-width:1024px){


}

@media screen and (min-width:768px) and (max-width:900px){


}

@media screen and (min-width:601px) and (max-width:767px){


}

@media screen and (min-width:481px) and (max-width:600px){
  .default-73 .col-xs-6{ width: 100%;}

}

@media screen and (max-width:480px){
  .default-73 .col-xs-6{ width: 100%;}

}

/*  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;
}