/*
UNIFRESH PRODUCE CORP. - WEBSITE
URL: https://unifreshproduce.com
Website Author: CScarbay | Diseño Inteligente
Website Author URL: https://cscarbay.xyz
Version: 1.0
*/

/*******************************************
CSS Document
*******************************************/
/*******************************************
[CSS Index]

0. General Settings
1. NavBar
2. Home - Hero Sliders
3. Home - Quote
4. Home - Products
5. Home - Contact - CTA
6. Banners
7. About Us Page
8. Contact Us Page
9. Footer
10. Responsive Media

*******************************************/
/*******************************************
0. General Settings:
*******************************************/

* {
    font-family: 'Lato';
    font-weight: 400;
}
body {
    background: #f8f8f8;
}
a {
    transition: all 0.25s ease;
}
.spacer {
    height: 96px;
}

/*******************************************
1. NavBar:
*******************************************/

.navigation-bar {
    padding: 24px 0 16px;
    background: #f8f8f8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.menu-container {
	width: 100%;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.logo {
    height: 56px;
}
.navbar-toggler {
	height: 56px;
	width: 56px;
    border: none;
    padding: 0;
    transition: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .fa-bars {
    font-size: 40px;
    color: #46b446;
}
.nav-item {
    margin: 0 0 0 32px;
}
.nav-link {
    font-size: 22px;
    font-weight: 900;
    color: #46b446;
    text-transform: uppercase;
    padding: 0 !important;
}
.nav-link:hover, .nav-link:focus {
	color: #2e762e;
}
.nav-link.active {
    color: #2e762e !important;
}

/*******************************************
2. Home - Hero Sliders:
*******************************************/

.hero-slider {
    padding: 0;
}
.carousel-indicators [data-bs-target] {
    background: #f8f8f8;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    margin-right: 16px;
    opacity: 1;
    border: none;
    border-radius: 8px;
}
.carousel-indicators .active {
    background: #46b446;
}
.hero-slider-item {
    height: 796px;
}
.hero-slider-item::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	mix-blend-mode: multiply;
}
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-banner-text {
    top: 0;
    bottom: 0;
}
.hero-banner-text h1, .hero-banner-text h2 {
    font-size: 120px;
    font-weight: 900;
    color: #f8f8f8;
    text-transform: uppercase;
    max-width: 80%;
    margin: 0 auto;
}
.carousel-control-prev, .carousel-control-next {
    font-size: 120px;
    color: #ffffff;
    opacity: .75;
    mix-blend-mode: overlay;
    transition: opacity .5s ease;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 1;
    mix-blend-mode: normal;
}
.carousel-control-prev {
    justify-content: end;
}
.carousel-control-next {
    justify-content: start;
}

/*******************************************
3. Home - Quote:
*******************************************/

.quote-section {
    margin: 72px 0;
}
.quote-content {
    position: relative;
    height: 100%;
}
.quote-left, .quote-right {
    font-size: 120px;
    color: rgba(70,180,70,0.5);
    position: absolute;
    z-index: -999;
}
.quote-left {
    top: 0;
    left: 0;
}
.quote-right {
    bottom: 0;
    right: 0;
}
.main-quote {
    font-size: 48px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    color: #323232;
    margin: 0;
    padding: 0 120px;
}

/*******************************************
4. Home - Products:
*******************************************/

.product-gallery {
    background: rgba(70,180,70,0.25);
    padding: 72px 0;
}
.products-title {
    font-size: 64px;
    font-weight: 900;
    color: #323232;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 48px;
}
.product-card {
    position: relative;
    margin-bottom: 24px;
}
.product-img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.product-card-overlay::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
    border-radius: 16px;
	top: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 75%, rgba(0,0,0,0.75) 100%);
	mix-blend-mode: multiply;
}
.product-name-container {
    position: absolute;
    bottom: 0;
}
.product-name {
    position: relative;
    padding: 16px;
}
.product-name h3 {
    font-size: 48px;
    font-weight: 900;
    color: #f8f8f8;
    margin: 0;
}

/*******************************************
5. Home - Contact - CTA:
*******************************************/

.contact-cta-section {
    padding: 72px 0;
}
.contact-cta-section p {
    font-size: 32px;
    color: #323232;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 32px;
}

/*******************************************
6. Banners:
*******************************************/

.header-banner {
    height: 200px;
    width: 100%;
}
.header-banner::before {
	position: absolute;
	display: block;
	content: '';
	height: 200px;
	width: 100%;
	background-color: rgba(128,128,128,1);
	mix-blend-mode: multiply;
}
.about-banner {
    background: url("assets/images/about-header-bg.jpg");
}
.contact-banner {
    background: url("assets/images/contact-header-bg.jpg");
}
.about-banner, .contact-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.header-banner .container {
    position: relative;
    padding-top: 48px;
    padding-bottom: 24px;
}
.header-banner h2 {
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f8f8f8;
    margin: auto 0;
    padding: 0;
    text-shadow: 0 0 12px rgba(0,0,0,0.75);
}
.breadcrumb {
    margin: 0;
    align-items: end;
}
.breadcrumb-item a, .breadcrumb-item.active, .breadcrumb-item.active::before {
    font-size: 16px;
    font-weight: 400;
    color: #f8f8f8;
    text-shadow: 0 0 12px rgba(0,0,0,0.75);
}
.breadcrumb-item a {
    text-decoration: none;
}

/*******************************************
7. About Us Page:
*******************************************/

.about-gallery {
    margin-top: 72px;
}
.about-content {
    margin-top: 48px;
    margin-bottom: 72px;
}
.about-title, .contact-form-title {
    font-size: 48px;
    font-weight: 900;
    color: #46b446;
    margin-bottom: 32px;
}
.about-text {
    font-size: 20px;
    color: #323232;
    line-height: 1.5;
    margin: 0;
}
.about-text:first-of-type {
    margin-bottom: 30px;
}
.values {
    margin-top: 64px;
}
.values .about-title {
    color: #323232;
    text-align: center;
}
.value-title {
    font-size: 24px;
    font-weight: 900;
    color: #46b446;
    line-height: 1.25;
}
.value-text {
    font-size: 18px;
    color: #323232;
    line-height: 1.5;
    margin: 0;
}

/*******************************************
8. Contact Us Page:
*******************************************/

.contact {
    padding: 72px 0;
}
.contact-text {
    margin-bottom: 64px;
}
.contact-text p {
    font-size: 28px;
    font-weight: 700;
    color: #323232;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}
.contact-form-title {
    text-align: center;
    margin-bottom: 24px;
}
.form-input {
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	color: #323232;
	background: #f2f2f2;
	border: 2px solid #46b446;
    border-radius: 8px;
	padding: 8px;
    margin-bottom: 24px;
}
textarea {
    resize: none;
}
.form-input::placeholder {
	color: #808080;
}
.form-input:focus-visible {
	outline: none;
}
.contact-form-btn {
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	color: #f8f8f8;
	background: #46b446;
	border: none;
	border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    width: auto;
	padding: 8px 16px;
	margin: 0 auto;
	transition: all 0.25s ease;
}
.contact-form-btn span {
    font-weight: 900;
}
.contact-form-btn:hover, .contact-form-btn:focus, .contact-form-btn:active {
	color: #46b446;
	background: #f8f8f8;
}

/*******************************************
9. Footer:
*******************************************/

.contact-section {
    background: #46b446;
    padding: 64px 0;
}
.email-contact {
    margin-top: 12px;
}
.contact-icon {
    font-size: 28px;
    color: #323232;
}
.phone-contact h3, .phone-contact a, .email-contact h3, .email-contact a, .address-info h3 {
    font-size: 30px;
    font-weight: 400;
    color: #f8f8f8;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.phone-contact h3 a:hover, .email-contact h3 a:hover, .phone-contact h3 a:focus, .email-contact h3 a:focus {
	color: #323232;
}
.social-links a {
    padding: 0;
    margin-left: 24px;
}
.social-links a:first-child {
    margin-left: 0;
}
.social-icon {
    color: #323232;
    font-size: 48px;
	transition: all 0.25s ease;
}
.social-icon:hover {
    color: #f8f8f8;
}
.copyright {
    background: #323232;
    padding: 8px 0;
}
.copy-1, .copy-2 {
    font-size: 10px;
    color: #f8f8f8;
}
.copy-1 b, .copy-2 b {
    font-weight: 900;
}
.copy-2 a {
    color: #f8f8f8;
    text-decoration: none;
}
.copy-2 a:hover, .copy-2 a:focus {
	color: #46b446;
}

/*******************************************
10. Responsive Media:
*******************************************/

@media screen and (max-width: 1399px) {
    .hero-slider-item {
        height: 696px;
    }
    .hero-banner-text h1, .hero-banner-text h2 {
        font-size: 96px;
        max-width: 90%;
    }
    .carousel-control-prev, .carousel-control-next, .quote-left, .quote-right {
        font-size: 96px;
    }
    .main-quote {
        font-size: 36px;
        padding: 0 96px;
    }
    .products-title {
        font-size: 48px;
    }
    .product-name h3 {
        font-size: 40px;
    }
    .contact-cta-section p, .contact-form-btn, .phone-contact h3, .phone-contact a, .email-contact h3, .email-contact a, .address-info h3, .form-input {
        font-size: 26px;
    }
    .contact-icon {
        font-size: 22px;
    }
    .social-icon {
        font-size: 40px;
    }
    .header-banner, .header-banner::before {
        height: 160px;
    }
    .header-banner h2 {
        font-size: 64px;
    }
    .about-title, .contact-form-title {
        font-size: 44px;
    }
    .about-text {
        font-size: 19px;
    }
    .value-title {
        font-size: 22px;
    }
    .value-text {
        font-size: 17px;
    }
    .contact-text p {
        font-size: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .hero-slider-item {
        height: 596px;
    }
    .hero-banner-text h1, .hero-banner-text h2 {
        font-size: 72px;
        max-width: 85%;
    }
    .carousel-control-prev, .carousel-control-next, .quote-left, .quote-right {
        font-size: 72px;
    }
    .main-quote {
        font-size: 32px;
        padding: 0 72px;
    }
    .products-title {
        font-size: 40px;
    }
    .product-name h3 {
        font-size: 32px;
    }
    .contact-cta-section p, .contact-form-btn, .phone-contact h3, .phone-contact a, .email-contact h3, .email-contact a, .address-info h3, .form-input {
        font-size: 22px;
    }
    .contact-icon {
        font-size: 20px;
    }
    .social-icon {
        font-size: 36px;
    }
    .copy-1, .copy-2 {
        font-size: 9px;
    }
    .header-banner, .header-banner::before {
        height: 140px;
    }
    .header-banner h2 {
        font-size: 56px;
    }
    .about-title, .contact-form-title {
        font-size: 40px;
        margin-bottom: 24px;
    }
    .about-text {
        font-size: 18px;
    }
    .about-text:first-of-type {
        margin-bottom: 24px;
    }
    .value-title {
        font-size: 20px;
    }
    .value-text {
        font-size: 16px;
    }
    .contact-text p {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .main-nav-container {
        border-top: #46b446 solid 2px;
        margin-top: 24px;
    }
    .nav-item {
        margin-top: 24px;
    }
    .nav-item:last-of-type {
        margin-bottom: 8px;
    }
    .nav-link {
        text-align: end;
    }
    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .hero-banner-text h1, .hero-banner-text h2 {
        font-size: 60px;
        max-width: 90%;
    }
    .carousel-control-prev, .carousel-control-next, .quote-left, .quote-right {
        font-size: 60px;
    }
    .main-quote {
        font-size: 28px;
        padding: 0 60px;
    }
    .contact-info, .address-info {
        justify-content: center;
        text-align: center;
    }
    .social-links {
        justify-content: center !important;
        margin-top: 24px;
    }
    .mission-vision .col-lg-6:first-of-type {
        margin-bottom: 24px;
    }
    .values .col-md-4:nth-of-type(1),
    .values .col-md-4:nth-of-type(2),
    .values .col-md-4:nth-of-type(3) {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .hero-slider-item {
        height: 546px;
    }
    .hero-banner-text h1, .hero-banner-text h2 {
        font-size: 48px;
        max-width: 95%;
    }
    .carousel-control-prev, .carousel-control-next, .quote-left, .quote-right {
        font-size: 48px;
    }
    .carousel-control-prev, .carousel-control-next {
        justify-content: center;
    }
    .main-quote {
        font-size: 24px;
        padding: 0 48px;
    }
    .products-title {
        font-size: 32px;
    }
    .product-name h3 {
        font-size: 28px;
    }
    .contact-info, .address-info {
        text-align: center;
    }
    .address-info {
        margin-top: 24px;
    }
    .header-banner, .header-banner::before {
        height: 130px;
    }
    .header-banner h2 {
        font-size: 48px;
    }
    .mission-vision .row:first-of-type {
        justify-content: center;
    }
    .about-title, .contact-form-title {
        font-size: 36px;
        text-align: center;
    }
    .about-text {
        font-size: 16px;
    }
    .values .col-md-4:nth-of-type(1),
    .values .col-md-4:nth-of-type(2),
    .values .col-md-4:nth-of-type(3),
    .values .col-md-4:nth-of-type(4) {
        margin-bottom: 24px;
    }
    .value-title {
        font-size: 18px;
    }
    .value-text {
        font-size: 14px;
    }
    .contact-text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .spacer {
        height: 88px;
    }
    .logo {
        height: 48px;
    }
    .navbar-toggler {
        height: 48px;
        width: 48px;
    }
    .navbar-toggler .fa-bars {
        font-size: 32px;
    }
    .hero-slider-item {
        height: 396px;
    }
    .carousel-indicators [data-bs-target] {
        width: 6px;
        height: 6px;
        margin-left: 6px;
        margin-right: 6px;
        border-radius: 3px;
    }
    .hero-banner-text h1, .hero-banner-text h2 {
        font-size: 36px;
    }
    .carousel-control-prev, .carousel-control-next, .quote-left, .quote-right {
        font-size: 36px;
    }
    .main-quote {
        font-size: 21px;
        padding: 0 36px;
    }
    .product-gallery .row:nth-of-type(2) {
        justify-content: center;
    }
    .product-name h3 {
        font-size: 24px;
    }
    .contact-cta-section p, .contact-form-btn, .phone-contact h3, .phone-contact a, .email-contact h3, .email-contact a, .address-info h3, .form-input {
        font-size: 20px;
    }
    .contact-icon {
        font-size: 16px;
    }
    .social-icon {
        font-size: 32px;
    }
    .copyright .container {
        justify-content: space-between;
    }
    .header-banner, .header-banner::before {
        height: 110px;
    }
    .header-banner h2 {
        font-size: 32px;
        width: 100%;
        text-align: center;
    }
    .breadcrumb {
        display: none;
    }
    .about-text {
        text-align: center;
    }
    .value-title {
        font-size: 18px;
        text-align: center;
    }
    .value-text {
        font-size: 13px;
        text-align: center;
    }
    .contact-text p {
        font-size: 14px;
    }
}