Viewing File: /home/ubuntu/walnutminds-ecom-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: top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image: var(--light-color);
min-height: 90vh;
position: relative;
}
.home-banner-info {
width: 35%;
padding-right: 4em;
}
.home-banner-content {
position: relative;
min-height: 90vh;
padding-left: 4em;
display: flex;
justify-content: center;
align-items: center;
z-index: 99;
background-color: var(--light-color);
width: 100%;
}
.water-logo-box{
position: absolute;
border: 10px solid var(--light-color);
top: 50%; right: 50%;
transform: translate(50%,-50%);
width: 33.3%;
}
.feature-logo{
height: auto!important;
width: 100%;
}
.home-banner-avaters {
display: flex;
width: 75%;
overflow: hidden;
position: relative;
}
.home-banner-avaters img {
height: 90vh;
object-fit: cover;
transition: 0.5s all ease-in-out;
flex: 1 1;
overflow: hidden;
position: relative;
transition: all 3s ease;
flex: 1 1;
}
.home-banner-avaters img:hover {
flex: 2 1;
}
.banner-brand-text {
font-size: 19em;
font-weight: 800;
color: var(--light-color);
position: absolute;
z-index: -1;
opacity: 0.4;
bottom: 0;
font-style: italic;
line-height: 1.4;
}
.home-banner-sec .carousel .thumbs-wrapper {
display: none;
}
.home-banner-info {
text-align: left;
}
.home-banner-img-sec {
text-align: right;
}
.new-home-banner-sec {
height: 70vh;
display: flex;
justify-content: center;
justify-content: center
}
.home-banner-img-sec img {
max-width: 35em;
margin: auto;
}
.home-banner-info h5 {
font-size: 1.5em;
color: var(--tertiary-color);
font-weight: 600;
}
.home-banner-info h1 {
color: var(--tertiary-color);
font-size: 4em;
font-weight: 800;
/* 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;
}
.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;
}
.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-bottom: 4em;
}
/* New Arrival CSS */
.new-arrival-sec {
background-color: var(--light-color);
}
.new-arrival-card-right .section-title-sec .title-bold {
color: var(--light-color);
}
.new-arrival-box {
display: flex;
width: 100%;
padding: 2em;
background-color: #efefef;
border-radius: 20px;
}
.new-arrival-card-left{
width: 35%;
}
.new-arrival-card-right{
width: 65%;
}
/* .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%;
border-radius: 20px;
object-fit: cover;
}
.new-arrival-card-right .title-bold{
color: var(--tertiary-color)!important;
}
.new-arrival-card-right {
padding: 4em 2em;
}
.new-arrival-product-box {
grid-template-columns: repeat(3, 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: url("../../../public/images/blooms/about-flow.jpg") no-repeat center top;
background-size: cover;
min-height: 800px;
position: relative;
}
.landing-about-box {
width: 35%;
position: absolute;
bottom: 0;
height: 100%;
background: #efefef;
left: 10%;
}
/* .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 {
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;
}
.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; */
}
.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: var(--light-color);
/* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
border-radius: 10px;
padding: 2em;
min-height: 325px;
margin: 15px;
border: 1px solid #F4F4F4;
}
.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: #F4F4F4;
}
.product-search-result-info .default-btn-sec,
.product-search-result-info .default-btn-sec .default-btn {
width: 100%;
}
.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;
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: center;
justify-content: center;
flex-direction: column;
}
.customer-review-content .customer-review-user-info {
display: flex;
flex-direction: row;
align-items: center;
justify-content: c;
}
.faq-img-sec img {
max-width: 100%;
height: 100%;
object-fit: cover;
}
.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);
}
.space-liner {
border-bottom: 1px solid var(--light-color);
margin: 1.5em 0;
transform: scale(0.8);
opacity: 0.3;
}
Back to Directory
File Manager