Viewing File: /home/ubuntu/vedadeals-frontend-base/src/components/landingPage/Landing.css

/* Customer Review CSS */

.customer-review-sec{
    padding:4em 0
}

.customer-review-card{
    background: #F4F4F4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding:4em;
}

.customer-review-card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px;
}

.customer-review-card p{
    color: var(--tertiary-color);
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 2em;
    text-align: center;
    line-height: 1.8;
}

.customer-review-card h4{
    font-size: 1.6em;
    font-weight: 600;
    color: var(--tertiary-color);
    text-align: center;
}

.customer-review-user-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
}


.slick-list {
    overflow: hidden;
  }
  
  .slick-slide {
    outline: none !important;
  }

 .slick-dots li button:before {
    margin: 0 3px;
    width: 6px;
    height: 6px;
    opacity: 1;
    background: none;
    border: 1px solid rgba(138, 150, 163, 0.7);
    color: unset;
    border-radius: 50%;
  }
  
  .slick-dots li.slick-active button:before {
    background: var(--primary-color);
    border: none;
    color: var(--secondary-color)!important;
  }

  .slick-prev:before {
    color: var(--primary-color)!important;
    font-size: 30px!important;

  }
  
  .slick-next:before {
    color: var(--primary-color)!important;
    font-size: 30px!important;
  }

  .customer-review-user-img{
    width: 3em;
    height: 3em;
    object-fit: cover;
    border-radius: 50%;
  }

  /* Landing Page CSS */


  .home-banner-sec{
    background-repeat: no-repeat;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-image: url('./home-banner-img.png'); */
    min-height: calc(100vh - 100px);
    position: relative;
  }

  .home-banner-sec::before{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .home-banner-content{
    position: relative;
    min-height: calc(100vh - 100px);
    padding:2em 0;
  }

  .home-banner-img-sec{
    position: relative;
  }

  .home-banner-img-sec svg{
    width: 100%;
    position: absolute;
    top: -150px;
    right: -60px;
    z-index: -1;
    fill: var(--yellow-color);
  }

  .home-banner-sec .carousel .thumbs-wrapper{
    display: none;
  }

  .home-banner-info{
    text-align: left;
    padding-left: 2em;
  }

  .home-banner-img-sec {
    text-align: right;
  }
  .new-home-banner-sec{
    /* height: 80vh; */
    display: flex;
    justify-content: center;
    justify-content: center;
    height: 100%;
    min-height: calc(100vh - 200px);
  }

  .home-banner-img-sec img{
    max-width: 30em;
    margin: auto;
  }

  .home-banner-info h5{
    font-size: 1.5em;
    color: var(--primary-color);
    font-weight: 600;
  }

  .home-banner-info h1{
    color: var(--tertiary-color);
    font-weight: 2em;
    font-weight:700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home-banner-info p{
    font-size: 1.15em;
    font-weight: 400;
    color: var(--tertiary-color);
    margin-bottom: 0;
    line-height: 1.9;
    display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .faq-accordion-sec .accordion .accordion-body{
      font-size: 1.1em;
        color: var(--quaternary-color);
        margin: 0 0 0.5em;
        font-weight: 400;
        line-height: 1.8;
  }
  .landing-about-info p{
    font-size: 1.1em;
      color: var(--quaternary-color);
      margin: 0 0 0.5em;
      font-weight: 400;
      line-height: 1.8;
      text-align: center;
  }

  .home-banner-info .default-btn-sec{
    margin-top: 2em;
  }

  .default-btn-sec .default-btn{
    text-decoration: none!important;
  }

  .home-banner-sec .carousel .slide{
    min-height: 90vh;
    justify-content: center;
    display: flex;
  }

  .hero-static-product-box{
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    gap:1em;
  }

  .hero-static-product-sec .slick-slide:nth-child(1n) .hero-static-product-card{
    background-color: #fbf2e5;
  }

  .hero-static-product-sec .slick-slide:nth-child(1n) .hero-static-product-card::before{
    background-color: #f4dab4;
  }

  .hero-static-product-sec .slick-slide:nth-child(1n) .hero-static-product-card::after{
    background-color: #f4dab4;
  }

  .hero-static-product-sec .slick-slide:nth-child(2n) .hero-static-product-card{
    background-color: #ffe8ee;
  }

  .hero-static-product-sec .slick-slide:nth-child(2n) .hero-static-product-card::before{
    background-color: #ffc6ce;
  }

  .hero-static-product-sec .slick-slide:nth-child(2n) .hero-static-product-card::after{
    background-color: #ffc6ce;
  }

  .hero-static-product-sec .slick-slide:nth-child(3n) .hero-static-product-card{
    background-color: #d1ebe3;
  }

  .hero-static-product-sec .slick-slide:nth-child(3n) .hero-static-product-card::before{
    background-color: #e1fcf2;
  }

  .hero-static-product-sec .slick-slide:nth-child(3n) .hero-static-product-card::after{
    background-color: #e1fcf2;
  }

  .hero-static-product-sec .slick-slide:nth-child(4n) .hero-static-product-card{
    background-color: #dbd6e9;
  }

  .hero-static-product-sec .slick-slide:nth-child(4n) .hero-static-product-card::before{
    background-color: #f4f1fe;
  }

  .hero-static-product-sec .slick-slide:nth-child(4n) .hero-static-product-card::after{
    background-color: #f4f1fe;
  }

  .hero-static-product-sec .slick-slide:nth-child(5n) .hero-static-product-card{
    background-color: #efedce;
  }

  .hero-static-product-sec .slick-slide:nth-child(5n) .hero-static-product-card::after{
    background-color: #fbf9e4;
  }

  .hero-static-product-sec .slick-slide:nth-child(5n) .hero-static-product-card::before{
    background-color: #fbf9e4;
  }

  .hero-static-product-card{
    border-radius: 20px;
    padding: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5em;
    flex-direction: column;
    text-align: center;
    position:relative;
    overflow: hidden;
  }

  .hero-static-product-card::before{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: -66px;
    top: -50px;
    bottom: 0;
    rotate: 40deg;
    z-index: 0;
  }

  .hero-static-product-card::after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    right: -58px;
    bottom: -62px;
    rotate: 40deg;
    z-index: 0;
}

  .hero-static-product-info h4{
    font-size: 1.2em;
    font-weight: 500;
    color: var(--tertiary-color);
    line-height: 1.5;
    margin-top: 1em;
  }

  .hero-static-product-img{
    height: 12em;
    object-fit: contain;
    width:100%;
    border-radius: 15px;
  }

  .hero-static-product-info p{
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 0;
  }

  .hero-static-product-sec{
    /* margin-top: -4em; */
    position: relative;
    padding-bottom: 4em;
    padding-top: 4em;
  }

  /* New Arrival CSS */

  .new-arrival-sec{
    background-color: var(--secondary-color);
  }

  .new-arrival-box{
    /* grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap:0em;
    place-items: center; */

  }

  /* .new-arrival-card-left{
    background-repeat: no-repeat;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('./new-arrivals-bg.png');
    min-height: 90vh;
    position: relative;
  }

  .new-arrival-card-left::before{
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  } */

  .new-arrival-card-left-img-sec{
    /* text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; */
    height: 100%;
  }

  .new-arrival-card-left-img{
    max-width: 100%;
    height: 100%;
  }

  .new-arrival-card-right{
    padding:4em 2em;
  }

  .new-arrival-product-box{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap:2em;
    padding:0em 4em;
    margin-top: 2em;
    /* padding-right: 9.5em; */
  }

  .new-arrival-product-card:nth-child(1n) .new-arrival-product-img-sec{
    background-color: #FFD76E;
  }

  .new-arrival-product-card:nth-child(2n) .new-arrival-product-img-sec{
    background-color: #0DCCC7;
  }

  .new-arrival-product-card:nth-child(3n) .new-arrival-product-img-sec{
    background-color: #FF7376;
  }

  .new-arrival-product-card:nth-child(4n) .new-arrival-product-img-sec{
    background-color: #B0FF81;
  }

  .new-arrival-product-card:nth-child(5n) .new-arrival-product-img-sec{
    background-color: #549672;
  }

  .new-arrival-product-img-sec{
    border-radius: 10px;
    padding: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .new-arrival-product-info h4{
    font-size: 1.2em;
    font-weight: 400;
    color: var(--tertiary-color);
    line-height: 1.5;
  }

  .new-arrival-product-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 1.5em;
  }

  .new-arrival-product-info h3{
    color:#FF3D3D;
    font-weight: 700;
  }

  .new-arrival-product-info h3 sub{
    bottom:0;
  }

  .new-arrival-product-info  h3 del{
    color: var(--quaternary-color);
    font-weight: 500;
    font-size: 0.8em;
  }

  .new-arrival-product-img{
    height: 12em;
    object-fit: contain;
  }

/* Landing About CSS */

.landing-about-sec{
  background-color: #F4F4F4;
}

/* .landing-about-box{
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap:0em;
} */

/* .landing-about-card-right{
  background-repeat: no-repeat;
  background-position:center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('./new-arrivals-bg.png');
  position: relative;
} */

/* .landing-about-card-right::before{
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.landing-about-card-right-img-sec{
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.landing-about-card-right-img{
  max-width: 100%;
}

.landing-about-card-left{
  /* padding:4em 4em; */
  /* padding-left: 10em; */
  padding: 4em 0;
}

.landing-about-info{
  margin-top: 2em;
}

.landing-about-info p:last-child{
  margin-bottom: 0;
}

.landing-page-sec .customer-review-page{
  padding: 4em 0;
}

/* FAQ Section CSS */

.faq-box{
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap:1em;
  column-gap: 4em;
}

.faq-sec{
  padding:4em 0;
  background-color: var(--secondary-color);
}

.accordion-item {
  /* background-color: var(--secondary-color);
  color: #111;
  margin: 1em 0;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
  border-left: 0!important;
  border-top: 0!important;
  border-right: 0!important;
}

.accordion-button{
  font-weight: 600;
  font-size: 1.1em;
  color: var(--tertiary-color);
  box-shadow: none!important;
  background-color: transparent!important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
  padding: 1rem 0rem!important;
  border-radius: 0!important;
}

.accordion-body{
  padding: 1rem 0rem!important;
  font-size: 1em;
  font-weight: 400;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.hero-static-product-sec .slick-slide {
  padding:10px;
}

/* new customer review  */
.new-customer-review-card{
      /* background: #F4F4F4; */
        /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        border-radius: 10px;
        padding: 2em;
        min-height: 325px;
          margin: 15px;
          background: linear-gradient(180deg, #faf4ef00, #faf4ef);
}
.customer-product-img img{
  max-width: 10em;
}
.customer-product-img{
height: 13em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  min-width: 16em;
  background-color: var(--yellow-color) !important;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  /* background-color: #FFD76E; */
}
.new-customer-review-card .customer-product .customer-product-img:nth-child(2){
      background-color: #0DCCC7;
}
.customer-product-content h4{
  font-size: 1.1em;
    font-weight: 400;
    color: var(--tertiary-color);
    line-height: 1.7;
    margin: 0;
    text-align: center;
   
}
.customer-product{
  display: flex;
    align-items: center;
    gap: 2em;
 /* margin-right: 2em; */
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 1.5em;
/* padding-right: 2em; */
flex-direction: column;
flex: 1;
}
.customer-review-content{
  display: flex;
    align-items: center;
    gap: 1em;
    flex-direction: column;
    flex: 1;
}
.customer-review-content h4{
  font-size: 1.2em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
}
.customer-rating p{
  font-size: 1.1em;
    color: var(--quaternary-color);
    margin: 0 ;
    font-weight: 500;
    line-height: 1.8;
        display: -webkit-box;
          -webkit-line-clamp: 9;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
}
.customer-rating-box{
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.customer-review-content .customer-review-user-info{
  display: flex;
  flex-direction: row;
  align-items: center;
    justify-content: flex-start;
}
.faq-img-sec img{
  max-width: 100%;
}
.customer-review-sec .slick-list{
  height: 100% !important;
}
/* not-found-page  */
.not-found-page{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.not-found-page img{
  max-width: 100%;
}
.slick-prev{
  z-index: 1;
}
.faq-accordion-sec .accordion .accordion-button:not(.collapsed){
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
color: #000;
}
.faq-accordion-sec .accordion .accordion-button{
  border-bottom: none !important;
}
.faq-accordion-sec .accordion .accordion-button:not(.collapsed)::after{
  background-image: url(../../../public/images/arrow.svg);
}
Back to Directory File Manager