body{ font-family: 'Roboto', sans-serif;}
.griffin-1 {display: inline-block;width: 100%;padding: 40px 0;}
.griffin-1 .collection-details{ width: 100%; display: inline-block; padding: 0 2rem 0 0px;}
.griffin-1 .collection-details h1{ display: inline-block; margin: 0px; letter-spacing: 6px; color: #1D81FC; font-size: 14rem; font-weight: 700; text-transform: uppercase; border-bottom: 1px solid #DCDFE0; line-height: initial;}
.griffin-1 .collection-details p{ width: 100%; display: inline-block; margin: 5rem 0 5rem 0; font-size: 19px; color: #303233;}
.griffin-1 .collection-details button{ display: inline-block; padding: 1.5rem 3.5rem; border: none; border-radius: 0px; outline: none; background: #1D81FC; font-size: 19px; color: #ffffff; cursor: pointer;}
.griffin-1 .collection-img-main{ width: 430px; height: 430px; display: inline-block; margin-top: 15rem; position: relative;}
.griffin-1 .collection-img-main:after{ width: 430px; height: 430px; display: inline-block; border: 21px solid #1D81FC; position: absolute; top: -10rem; left: 11rem; content: "";}
.griffin-1 .collection-img-main img{ width: 100%; height: 100%; object-fit: cover; margin: 0px; padding: 0px; z-index: 9; position: relative;}


@media screen and (min-width:1025px) and (max-width:1199px){
    .griffin-1 .collection-img-main:after{top: -6rem; left: 6rem;}
}
@media screen and (min-width:901px) and (max-width:1024px){
    .griffin-1 .collection-img-main:after{ display: none;}
    .griffin-1 .collection-img-main:after{ display: none;}
    .griffin-1 .collection-details h1 {font-size: 10rem;}
    .griffin-1 .collection-details p {font-size: 16px;}
    .griffin-1 .collection-img-main {width: 100%; height: auto;}
    .griffin-1 .collection-img-main {margin-top: 6rem;}
    .griffin-1 .collection-details button {font-size: 16px; padding: 1rem 3rem;}

}

@media screen and (min-width:768px) and (max-width:900px){
    .griffin-1 .collection-img-main:after{ display: none;}
    .griffin-1 .collection-img-main:after{ display: none;}
    .griffin-1 .collection-details h1 {font-size: 10rem;}
    .griffin-1 .collection-details p {font-size: 16px;}
    .griffin-1 .collection-img-main {width: 100%;}
    .griffin-1 .collection-img-main {margin-top: 6rem;}
    .griffin-1 .collection-details button {font-size: 16px; padding: 1rem 3rem;}
}

@media screen and (min-width:601px) and (max-width:767px){
    .griffin-1 .collection-img-main:after{ display: none;}
    .griffin-1 .collection-details h1 {font-size: 11rem;}
    .griffin-1 .collection-details p {font-size: 16px;}
    .griffin-1 .collection-img-main {width: 100%; height: auto;}
    .griffin-1 .collection-img-main {margin-top: 6rem;}
    .griffin-1 .collection-details button {font-size: 17px; padding: 1.5rem 3.5rem;}
}

@media screen and (min-width:481px) and (max-width:600px){
    .griffin-1 .collection-img-main:after{ display: none;}
    .griffin-1 .collection-details h1 {font-size: 10rem;}
    .griffin-1 .collection-details p {font-size: 16px;}
    .griffin-1 .collection-img-main {width: 100%; height: auto;}
    .griffin-1 .collection-img-main {margin-top: 6rem;}
    .griffin-1 .collection-details button {font-size: 16px; padding: 1rem 3rem;}
}

@media screen and (max-width: 480px){
    .griffin-1 .collection-img-main:after{ display: none;}
    .griffin-1 .collection-details h1 {font-size: 10rem;}
    .griffin-1 .collection-details p {font-size: 16px;}
    .griffin-1 .collection-img-main {width: 100%; height: auto;}
    .griffin-1 .collection-img-main {margin-top: 6rem;}
    .griffin-1 .collection-details button {font-size: 16px; padding: 1rem 3rem;}
}body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-197 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 5rem 0vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-197 a {
    display: inline-block;
    text-decoration: none;
    outline: none; }
  .default-1-197 .no-padding {
    padding: 0px !important; }
  .default-1-197 .no-margin {
    margin: 0px !important; }
  .default-1-197 .overlay {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 15px;
    left: 15px;
    transition: all 0.3s ease-out;
    padding: 0rem 0 0 0;
    opacity: 1; }
  .default-1-197 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-197 .row-eq-height:before, .default-1-197 .row-eq-height:after {
    display: inline-block; }
  .default-1-197 .alt {
    display: flex; }
  .default-1-197 .about-heading {
    width: 100%;
    display: inline-block;
    margin: 0px;
    text-transform: uppercase;
    color: #ea4c89;
    font-size: 5rem;
    font-weight: 700; }
  .default-1-197 .about-sub-heading {
    width: 70%;
    display: inline-block;
    margin: 0px 0 3rem 0;
    font-size: 2.3rem;
    color: #404040;
    font-weight: 400;
    border-bottom: 1px solid #DEDEDE;
    padding: 2.5rem 0 2rem 0;
    line-height: 3.5rem; }
  .default-1-197 .about-heading-desc {
    width: 70%;
    display: inline-block;
    margin: 0px 0 4rem 0;
    letter-spacing: 1px;
    font-size: 1.5rem;
    color: #777777;
    font-weight: 400;
    line-height: 2.3rem; }
  .default-1-197 .about-details {
    width: 100%;
    float: left;
    margin: 0px 0 3rem 0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out; }
  .default-1-197 .about-details.margin-top-main {
    margin-top: 4rem; }
  .default-1-197 .about-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    margin: 0px; }
  .default-1-197 .about-img.img2 {
    height: 240px; }
  .default-1-197 .about-content {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2rem;
    box-shadow: inset 0 0px 25px 0px #FFFFFF;
    border: 2px solid #ffffff;
    transform: scale(1.3);
    transition: all 0.4s ease-in-out; }
  .default-1-197 .about-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000;
    text-transform: capitalize; }
  .default-1-197 .about-desc {
    width: 100%;
    display: inline-block;
    margin: 1.8rem 0 0;
    font-size: 15px;
    color: #EAEAEA;
    line-height: 2.5rem;
    opacity: 0;
    transition: all 0.4s ease-in-out; }
  .default-1-197 .about-details:hover .about-content {
    transform: scale(1);
    background: rgba(0, 0, 0, 0.5); }
  .default-1-197 .about-details:hover .about-desc {
    opacity: 1; }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-197 .about-sub-heading {
      width: 90%; }
    .default-1-197 .about-heading-desc {
      width: 90%; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .default-1-197 .about-sub-heading {
      width: 90%; }
    .default-1-197 .about-heading-desc {
      width: 90%; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-197 .about-sub-heading {
      width: 100%; }
    .default-1-197 .about-heading-desc {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .default-1-197 .col-xs-6 {
      width: 100%; }
    .default-1-197 .about-sub-heading {
      width: 100%; }
    .default-1-197 .about-heading-desc {
      width: 100%; }
    .default-1-197 .about-img {
      height: 350px; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 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-197.css.map */
