:root {
  --greenone: #caedba;
  --greentwo: #7fbc62;
  --greenthree: #29431d; 
  --greenfour: #29431d;
}

:hover {
	transition: all 0.5s ease;
}

body {
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	color: var(--greenthree);
}

h1 {
	font-size: 65px;
	margin-bottom: 40px;
}

h2 {
	font-size: 60px;
	margin-bottom: 40px;
}

h3 {
	font-size: 55px;
	margin-bottom: 40px;
}

.subtitle {
    font-size: 40px;
    margin: 0;
    color: var(--greentwo);
}

p {
	font-size: 16px;
}

a {
	text-decoration: none;
}

.btn {
	font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 10px 35px;
    font-family: 'Playfair Display', serif;
}

.btn-primary {
	background: var(--greentwo);
	color: #fff;
	box-shadow: 3px 4px 1px 1px #000;
    border: 2px solid var(--greentwo);
    border-radius: 50px;
}

.btn-primary:hover,
.btn-primary:active {
	background: var(--greenthree) !important;
	color: #fff !important;
    border: 2px solid var(--greenthree) !important;
    box-shadow: 3px 4px 1px 1px var(--greentwo);
}

/* Pulse
--------------------------------------------- */

.pulse {
	box-shadow: 0 0 0 rgba(129,186,103, 0.4);
	animation: pulse 2s infinite;
}
.pulse:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(129,186,103, 0.4);
	}
	70% {
	    -webkit-box-shadow: 0 0 0 15px rgba(129,186,103, 0);
	}
	100% {
	    -webkit-box-shadow: 0 0 0 0 rgba(129,186,103, 0);
	}
}
@keyframes pulse {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(129,186,103, 0.4);
	  box-shadow: 0 0 0 0 rgba(129,186,103, 0.4);
	}
	70% {
	    -moz-box-shadow: 0 0 0 10px rgba(129,186,103, 0);
	    box-shadow: 0 0 0 15px rgba(129,186,103, 0);
	}
	100% {
	    -moz-box-shadow: 0 0 0 0 rgba(129,186,103, 0);
	    box-shadow: 0 0 0 0 rgba(129,186,103, 0);
	}
}

.shadow-bg {
    background: rgb(0 0 0 / 45%);
    padding: 15px;
    box-shadow: rgb(0 0 0 / 46%) 0px 0 43px 40px;
    border-radius: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--greentwo);
}

/* Home
--------------------------------------------- */

.main-banner {
	background-color: var(--greenone);
	background-image: url(../images/cup-banner.webp), url(../images/top-banner-bottom.png) ;
	/*background-image: url(../images/ezgif.com-gif-maker.webp);*/
	background-size: 50%, 100%;
    background-repeat: no-repeat;
    background-position: bottom right, bottom center;
    padding-bottom: 420px;
}

.main-banner h1 {
	font-size: 90px;
	color: var(--greenthree);
	line-height: 0.8;
	margin-bottom: 25px;
}

.main-banner h1 span {
    display: block;
    font-size: 50px;
    padding-top: 10px;
	color: var(--greentwo);
}

.section-02 {
	background-image: url(../images/section-b-1.png);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 300px;
}

.section-02 .container {
	position: relative;
}

#shopNow {
    max-width: 180px;
    margin-top: 30px;
}

#spoon {
	position: absolute;
	bottom: 120px;
	right: 30px;

	animation-name: pouring;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

@keyframes pouring {
	0%   {transform: rotate(0deg)}
	30%  {transform: rotate(-15deg);}
	60%  {transform: rotate(0deg);}
	100%  {transform: rotate(0deg);}
}

.section-03 {
	background: var(--greenone);
	padding-bottom: 100px;
	overflow: hidden;
}

#productSlider .item {
	text-align: center;
}

#productSlider img {
	margin-bottom: 20px;
}

.section-04 {
	background-image: url(../images/section-b-1.png);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 50px;
}

.section-04 svg text {
	font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: var(--greenthree);
}

.picking-img-row {
	padding-top: 50px;
	text-align: center;
}

.picking-img-row .anim-img {
    margin: 0 auto;
    margin-bottom: 70px;
}

.picking-img-row .anim-img img {
    margin-bottom: 10px;
}

.section-05 {
	background: var(--greenone);

	background-image: url(../images/section-w-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 300px;
}

#teaSlider .owl-item {
	position: relative;
	padding-bottom: 100px;
}

.tea-slider-inner {
    padding-bottom: 200px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 5px 8px 3px rgb(0 0 0 / 28%);
    overflow: hidden;
}

.tea-slide-info {
	text-align: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
}

.tea-slide-info p {
	font-size: 22px;
    font-weight: 600;
}

.slide-number {
	background-image: url(../images/spot.png);
	padding: 25px;
    font-size: 35px;
    font-weight: 600;
    width: 108px;
    height: 108px;
    margin: 0 auto;
    color: #fff;
}

.tea-slide-img {
	border-radius: 20px;
	box-shadow: 2px 5px 8px 3px rgb(0 0 0 / 28%);
}

#testimonialSlider .item {
	position: relative;
}

#testimonialSlider .owl-item:nth-child(odd) .item {
	padding-top: 80px;
}

.testimonial-inner {
	position: relative;
	border: 3px solid var(--greenone);
	border-radius: 10px;
	padding: 40px 20px;
	margin-right: 120px;
    background: #fff;
}

.testimonial-date {
	font-size: 12px;
	color: var(--greenthree);
	opacity: 0.5;
}

.testimonial-image {
	position: absolute;
    right: 0;
    top: 20px;
    background: #caedba;
    border-radius: 10px;
    padding: 20px 20px 60px;
    z-index: -1;
}

#testimonialSlider .owl-item:nth-child(odd) .testimonial-image {
	top: 100px;
}

.testimonial-image img {
	border-radius: 100%;
	max-width: 90px;
}

#testimonialSlider .owl-dots {
	margin-top: 40px;
}

.section-07 {
	background-image: url(../images/shop-us.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-07 h2,
.section-07 p {
	color: #fff;
}

.follow-text {
	font-size: 22px;
	font-weight: 600;
	color: var(--greenthree);
}

.follow-text a {
	color: var(--greentwo);
}

.vibe-images img {
	border-radius: 50px;
	margin-bottom: 30px;

	animation-name: zoom;
	animation-iteration-count: infinite;
}

.vibe-images .vibe-1 {
	padding-top: 120px;
}

.vibe-images .vibe-2 {
	padding-top: 50px;
}

.vibe-i-1 {
	animation-duration: 3s;
}

.vibe-i-2 {
	animation-duration: 4s;
}

.vibe-i-3 {
	animation-duration: 3.5s;
}

.vibe-i-4 {
	animation-duration: 2s;
}

.vibe-i-5 {
	animation-duration: 2.5s;
}

.vibe-i-6 {
	animation-duration: 3.8s;
}

@media (min-width: 1200px) {
	@keyframes zoom {
		0%   {transform: scale(1);}
		50%  {transform: scale(0.95);}
		100%  {transform: scale(1);}
	}
}

/* Footer
--------------------------------------------- */

footer {
	background: var(--greenone);
}

.footer-top {
	padding-bottom: 50px;
}

.social-icons {
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}

.social-icons li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.social-icons li a {
	border: 1px solid var(--greenthree);
	border-radius: 100%;
    padding: 10px;
    font-size: 18px;
    color: var(--greenthree);
    min-width: 50px;
    min-height: 50px;
    display: block;
}

.social-icons li a:hover {
    color: var(--greentwo);
    border: 1px solid var(--greentwo);
}

.footer-links h5 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 30px;
}

.foter-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.foter-menu a {
	font-size: 16px;
	font-weight: 600;
	color: var(--greenthree);
}

.foter-menu a:hover {
	color: var(--greentwo);
}

.foter-menu li {
	margin-bottom: 5px;
}

.footer-bottom {
	border-top: 1px solid var(--greentwo);
	padding-top: 50px;
}

.terms-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	column-count: 2;
}

.terms-menu li {
	line-height: 1.3;
}

.terms-menu a {
	font-size: 12px;
	font-weight: 600;
	color: var(--greenthree);
}

.terms-menu a:hover {
	color: var(--greentwo);
}

.conditions {
	font-size: 12px;
}

.copyright {
	text-align: center;
	padding: 30px 15px;
}

.copyright p {
	font-size: 12px;	
}


/* Responsive
--------------------------------------------- */

@media (max-width: 1440px) {
    .main-banner {
        padding-bottom: 250px;
    }
    .main-banner h1 {
        font-size: 70px;
    }
    .main-banner h1 span {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {
	h1 {
    	font-size: 55px;
    	margin-bottom: 40px;
    }
    
    h2 {
    	font-size: 50px;
    	margin-bottom: 40px;
    }
    
    h3 {
    	font-size: 45px;
    	margin-bottom: 40px;
    }
	.section-02 {
	    padding-bottom: 100px;
	}
	.vibe-images img {
	    width: 100%;
	}
	.payments-img {
	    width: 100%;
	}
}

@media (max-width: 992px) {
    .main-banner h1 {
        font-size: 45px;
    }
    .main-banner h1 span {
        font-size: 35px;
    }
    .main-banner {
        padding-bottom: 110px;
    }    
}

@media (max-width: 991px) {
    .section-03 {
        text-align: center;
    }
    .section-05 {
        padding-bottom: 150px;
    }
    #productSlider img {
        max-width: 400px;
        margin: 0 auto 20px;
    }
    #testimonialSlider {
        padding: 0 20px;
    }
    #testimonialSlider .owl-item:nth-child(odd) .item {
        padding-top: 0;
    }
    #testimonialSlider .owl-item:nth-child(odd) .testimonial-image {
        top: 20px;
    }
    .footer-top {
        text-align: center;
    }    
}

@media (max-width: 767px) {
    h1 {
    	font-size: 45px;
    	margin-bottom: 40px;
    }
    
    h2 {
    	font-size: 40px;
    	margin-bottom: 40px;
    }
    
    h3 {
    	font-size: 35px;
    	margin-bottom: 40px;
    }
    .main-banner {
        padding-bottom: 280px;
    }
    #spoon {
        max-width: 180px;
    }
    .middle-image {
        display: none;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .footer-bottom {
        text-align: center;
    }
    .payments-img {
        width: auto;
        margin: 25px 0;
    }
}

@media (max-width: 425px) {
    .main-banner {
        padding-bottom: 140px;
    }    
}


