Viewing File: /home/ubuntu/todaykat-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(--secondary-color) !important;
  font-size: 30px !important;
  opacity: .3 !important;
}

.slick-next:before {
  color: var(--secondary-color) !important;
  font-size: 30px !important;
  opacity: .3 !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('../../../public/images/landing-page/banner-bg.jpg');
  min-height: 90vh;
  position: relative;
}

.home-banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #000, transparent) !important;
}

.home-banner-slider-items {
  margin-top: 5em;
}

.home-banner-content {
  position: relative;
  min-height: 90vh;
  padding: 2em 0;
}

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

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

.home-banner-img-sec {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 2em;
}

.new-home-banner-sec {
  height: 70vh;
  display: flex;
  justify-content: center;
  margin-top: 5em !important;
}

.home-banner-img-sec img {
  height: 35em;
  width: auto;
  object-fit: contain;
}

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

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

.home-banner-info p {
  font-size: 1.15em;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 0;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}

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

.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: #FFD76E;
  }

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

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

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

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

.hero-static-product-card {
  border-radius: 10px;
  padding: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  flex-direction: column;
  text-align: center;
  background-color: #F8F8F8;
}

.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%;
}

.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: 4em 0;
}

/* New Arrival CSS */

.new-arrival-sec {
  background-color: #F4F4F4;
}

.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 {
  width: 100%;
  height: 100%;
}

.new-arrival-card-left-img {
  min-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 {
  padding: 4em;
}

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

.landing-about-card-left {
  background: #E8EDF3;
}

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

.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-sec {
  padding: 4em 0;
}


.faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  color: var(--tertiary-color);
}

.faq-accordion .accordion-item {
  border: none;
  /* box-shadow: 0 3px 10px 0 rgb(0 0 0 / 7%); */
  background-color: transparent;
}

.faq-accordion .accordion-item .accordion-button {
  /* border-bottom: 1px solid rgba(1, 1, 1, 0.1); */
  border-bottom: 0;
  font-size: 0.5em;
  background-color: transparent;
  font-weight: 600;
  color: var(--tertiary-color);
  padding: 1.3em;
  /* filter: drop-shadow(0 0 10px #eee); */
  /* background-color: var(--secondary-color); */
}

.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-body {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--quaternary-color);
  background-color: var(--secondary-color);
  border-radius: 10px;
  line-height: 1.8;
  margin: 0;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(./minus.svg);
  transform: unset;
}

.faq-accordion .accordion-button::after {
  background-image: url(./plus.svg);
}

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

/* new customer review  */

.customer-review-sec .slick-track {
 display: flex;
 gap: 2em;
 height: 100%;
}

.new-customer-review-card {
  background: #fbfbfb;
  border-radius: 10px;
  padding: 2em;
  position: relative;
  display: flex !important;
  height: 100%;
}

.customer-product-img img {
  max-width: 10em;
}

.customer-product-img {
  height: 13em;
  width: auto;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  /* 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;

}

.customer-product {
  display: flex;
  /* align-items: center; */
  gap: 2em;
  margin-right: 2em;
  padding-right: 2em;
  flex-direction: column;
  flex: 1;
}

.customer-review-content {
  display: flex;
  align-items: baseline;
  gap: 1em;
  flex-direction: column;
  flex: 1;
}

.customer-review-content h4 {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin: 0;
}

.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: flex-start;
  flex-direction: column;
  height: 100%;
}

.customer-rating-icon{
 position: absolute;
 right: 1em;
 top: 1em;
}

.customer-review-content .customer-review-user-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  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);
} */

.section-title-sec {
  text-align: center;
  margin-bottom: 3em;
}

.section-title-sec .title-light {
  color: var(--quaternary-color);
  font-weight: 500;
  font-size: 1.4em;
  text-align: center;
}

.section-title-sec .title-bold {
  color: var(--tertiary-color);
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  display: inline-block;
}

.section-title-sec .title-bold {
  color: var(--tertiary-color);
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  display: inline-block;
}

.section-title-sec .title-light::after {
  content: "";
  border-bottom: 2px solid #eacebe;
  width: 52px;
  display: block;
  margin: 0 auto;
  padding-top: 0.5em;
}
Back to Directory File Manager