/** Shopify CDN: Minification failed

Line 7:0 Unexpected "/"
Line 183:0 Unexpected "/"

**/
/ Your CSS file /
/ Add this CSS code to your stylesheet /
.main-row-div{
  padding:0 5rem;
}
.main-background-color-div {
    margin: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.left-content-div {
    padding: 8rem 9rem 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
}
.left-content-div h2 {
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    letter-spacing: 1.5px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.image-slider__description {
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 0.94px;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.5;
    font-family: Poppins, sans-serif;
    line-height: 2;
}
.social-icon {
    margin-top: 4em;
}
.social-icon .list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.social-icon .list-social__item .icon {
    height: 4.2rem;
    width: 4.2rem;
}
.main-border-radius-div {
    display: flex;
    align-items: center;
    column-gap: 20px;
  margin-bottom: 10px;
}
.icon_div .svg-icon-div {
    width: 70px;
    height: 70px;
    padding: 2px;
    border-radius: 50px;
    border: 2px double #000;
}
.icon_div .svg-icon-div img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.left-content-div h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    font-family: Poppins, sans-serif;
    letter-spacing: 3px;
}
.gallery {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
}
.main-row-div {
    background: #FEF6F8;
    border-radius: 10px;
}
.block-33 {
  width: 33.33%;
}

.display--inline-top {
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
}

.fill-dimensions {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.relative {
  position: relative;
}

.cover-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery-image {
    animation: marqueeTop 8s linear infinite;
    height: 30rem;
    margin: 1.5em 0;
    overflow: hidden;
    position: relative;
   border-radius: 10px;
}

.gallery-h--tb .gallery-image {
  animation: marqueeBottom 8s linear infinite;
}

.gallery-image__img {
    padding-top: 35vh;
    margin: 0 auto;
    height: 33rem;
   border-radius: 10px;
}
.gallery-h {
  overflow: hidden;
}
.View__button {
    padding-top: 9rem;
}
.View__button a {
    background: #000;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #FEF6F8;
    text-transform: capitalize;
    opacity: 1;
    text-decoration: none;
    border-radius: 5px;
}
@keyframes marqueeTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes marqueeBottom {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/ ===================(Responsive)========================= /

@media screen and (min-width: 1201px) and (max-width: 1440px){
  .left-content-div {
    padding: 5rem 0 5rem 5rem;
    max-width: 37.3rem;
}
  .left-content-div h2 {
    font-size: 38px;
   
}
  .social-icon {
    margin-top: 2em;
}
  .icon_div .svg-icon-div {
    width: 50px;
    height: 50px;
   
}
  .social-icon .list-social__item .icon {
    height: 3.2rem;
    width: 3.2rem;
}
  .block-33 {
    width: 33.33%;
    padding: 0 10px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1200px){
  .gallery-image {
    height: 25rem;
}
  .gallery-image__img {
    height: 25rem;
  
}
   .left-content-div {
    padding: 5rem 0 5rem 5rem;
    max-width: 37.3rem;
}
  .left-content-div h2 {
    font-size: 38px;
   
}
  .social-icon {
    margin-top: 2em;
}
  .icon_div .svg-icon-div {
    width: 50px;
    height: 50px;
   
}
  .social-icon .list-social__item .icon {
    height: 3.2rem;
    width: 3.2rem;
}
  .block-33 {
    width: 33.33%;
    padding: 0 10px;
}
}
@media screen and (min-width: 991px) and (max-width: 1024px){
  .left-content-div {
    padding: 3rem 0 0 0rem;
}
  .left-content-div h2 {
    font-size: 40px;
}
  .social-icon .list-social__item .icon {
    height: 3.2rem;
    width: 3.2rem;
}
  .icon_div .svg-icon-div {
    width: 50px;
    height: 50px;
    
}
    .block-33 {
    width: 33.33%;
    padding: 0 10px;
}
  .gallery-image {
    height: 20rem;
    
}
}
@media screen and (min-width: 769px) and (max-width: 990px){
   .left-content-div {
    padding: 3rem 0 0 0rem;
}
  .left-content-div h2 {
    font-size: 40px;
}
  .social-icon .list-social__item .icon {
    height: 3.2rem;
    width: 3.2rem;
}
  .icon_div .svg-icon-div {
    width: 50px;
    height: 50px;
    
}
    .block-33 {
    width: 33.33%;
    padding: 0 10px;
}
  .gallery-image {
    height: 20rem;
    
}
}
@media screen and (min-width: 426px) and (max-width: 768px){
  .left-content-div {
    padding: 3rem 0 0 0rem;
}
  .left-content-div h2 {
    font-size: 28px;
}
  .image-slider__description {
    font-size: 15px;
   
}
  .social-icon {
    margin-top: 2em;
}
  .social-icon .list-social__item .icon {
    height: 2.2rem;
    width: 2.2rem;
}
  .icon_div .svg-icon-div {
    width: 50px;
    height: 50px;
    
}
    .block-33 {
    width: 33.33%;
    padding: 0 10px;
}
.gallery-image {
    height: 15rem;
    margin: 1em 0;
}
  .gallery-image__img {
    padding-top: 20vh;  
    height: 15rem;
 
}
  .left-content-div h5 {
    font-size: 18px;
}
  .main-row-div {
    padding: 0 2rem;
} 
}
@media screen and (min-width: 376px) and (max-width: 425px){
  .main-background-color-div {
    height: 100vh;
   
}
  .main-row-div {
    padding: 0 2rem;
}
  .left-content-div {
    padding: 2rem 0 0.7rem 0rem;
}
  .left-content-div h2 {
    font-size: 28px;
   
}
  .image-slider__description {
    font-size: 15px;
   
}
  .social-icon {
    margin-top: 1em;
}
  .icon_div .svg-icon-div {
    width: 50px;
    height: 50px;
}
  .left-content-div h5 {
    font-size: 18px;

}
  .social-icon .list-social__item .icon {
    height: 3.2rem;
    width: 3.2rem;
}
  .block-33 {
    width: 33.33%;
    padding: 0 5px;
}
  .gallery-image {
    height: 15rem;
    margin: 1em 0;
   
}
  .gallery-image__img {
    padding-top: 20vh;
    height: 15rem;
    
}
}
@media screen and (min-width: 321px) and (max-width: 375px){
  .main-background-color-div {
    height: 100vh;
   
}
  .main-row-div {
    padding: 0 2rem;
}
  .left-content-div {
    padding: 2rem 0 0.7rem 0rem;
}
  .left-content-div h2 {
    font-size: 28px;
   
}
  .image-slider__description {
    font-size: 15px;
   
}
  .social-icon {
    margin-top: 1em;
}
  .icon_div .svg-icon-div {
    width: 50px;
    height: 50px;
}
  .left-content-div h5 {
    font-size: 18px;

}
  .social-icon .list-social__item .icon {
    height: 3.2rem;
    width: 3.2rem;
}
  .block-33 {
    width: 33.33%;
    padding: 0 5px;
}
  .gallery-image {
    height: 15rem;
    margin: 1em 0;
   
}
  .gallery-image__img {
    padding-top: 20vh;
    height: 15rem;
    
}
}
@media screen and (max-width: 320px){
  .main-background-color-div { 
    height: 100vh;
  
}
  .main-row-div {
    padding: 0 1rem;
    row-gap: 10px;
}
  .left-content-div {
    padding: 1rem 0 0 0rem;
   
}
  .left-content-div h2 {
    font-size: 28px;
   
}
  .image-slider__description {
    font-size: 14px;
  
}
  .social-icon {
    margin-top: 1em;
}
  .icon_div .svg-icon-div {
    width: 50px;
    height: 50px;
   
}
  .left-content-div h5 {
    font-size: 16px;
    
}
  .social-icon .list-social__item .icon {
    height: 2.2rem;
    width: 2.2rem;
}
  .block-33 {
    width: 33.33%;
    padding: 0 5px;
}
  .gallery-image {
    height: 15rem;
    
}
  .gallery-image__img {
    padding-top: 20vh;
    height: 15rem;
   
}
}
