/* imports */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;0,900;1,100&display=swap');
@import url('./color.css');
@import url('./fonts.css');
@import url('./responsive.css');
@import url('./images.css');

/* general */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: 'HalveticaNeue', sans-serif;
	font-weight: 300;
}

*,
::before,
::after {
	box-sizing: content-box;
}
body {
	background-color: var(--revenna-orange);
}
.wrapper {
	background-color: #ffffff;
}

.orange {
	font-size: inherit;
	font-weight: inherit;
	color: var(--revenna-orange);
}

/* Nav */

.navbar-r .content {
	display: flex;
	justify-content: start;
	align-items: center;
	background-color: #ffffff;
	padding: 16px 100px;
}

.logo img {
	height: 40px;
}

ul {
	margin: 0;
	padding: 0;
	outline: 0;
}

.nav-menu {
	list-style-type: none;
	margin-left: 16px;
	border-left: 0.5px solid var(--revenna-gray-light);
	display: flex !important;
	height: 40px;
	align-items: center !important;
	padding-left: 16px !important;
	z-index: 9999;
}

.nav-menu li {
	margin-right: 12px;
}

.nav-menu li.active a {
	font-weight: 700;
}

.nav-menu li a {
	text-decoration: none;
	color: var(--revenna-gray-dark);
	padding: 5px;
}

.buttons {
	margin-left: auto !important;
}

.buttons .button {
	display: inline-block;
	padding: 12px 24px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
}

.buttons .button:hover {
	background-color: var(--revenna-gray);
}

.button,
.fill-dark {
	background-color: var(--revenna-gray-dark);
}

/* Jumbotron */

.jumbotron {
	background: url(../assets/jumbo-bg.png) no-repeat bottom right;
	background-size: 600px 600px;
	height: 800px;
	overflow: hidden;
}

.content {
	text-align: left;
	margin: 0 auto;
	padding: 180px 100px;
}

.jumbotron .content h3 {
	color: var(--revenna-gray-dark);
	font-size: 24px;
	font-weight: bold;
}

.jumbotron .content h1 {
	color: var(--revenna-gray-dark);
	font-size: 50px;
	font-weight: 900;
}

.jumbotron .content p {
	color: var(--revenna-gray-dark);
	font-size: 18px;
	font-weight: 300;
	max-width: 700px;
	margin-top: 16px;
}

.certificates {
	height: 70px;
	width: 470px;
	background-image: url(../assets/certs-grouped@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 44px;
}

.cta {
	margin-top: 44px;
	margin-left: 8px;
}

.cta .button {
	margin-right: 16px;
	padding-bottom: 5px;
	border-bottom: 1.5px solid var(--revenna-gray-dark);
	background-color: transparent;
	text-decoration: none;
	color: var(--revenna-gray-dark);
	font-size: 16px;
	font-weight: bold;
}

.cta .button .arrow-right {
	height: 16px;
	width: 16px;
	margin-left: 70px;
}

.cta .button span {
	font-weight: bold;
}

/* Core Values */

.core-values {
	background-color: var(--revenna-gray-dark);
	height: 850px;
	margin-top: -1px;
}

.core-values .content {
	margin: 0 auto;
	padding: 180px 100px;
}

.core-values .content .header-image {
	background-image: url(../assets/shipping-containers.jpg);
	width: 100%;
	height: 564px;
	margin-top: -350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.core-values-content {
	margin-top: 120px;
	color: var(--revenna-gray-light);
}

.core-values-content h2 {
	position: relative;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 16px;
}

/* make the line next to the h2 to the end of the page */
.core-values-content h2::after {
	content: '';
	position: absolute;
	top: 32px;
	left: 330px;
	right: 0;
	background-color: var(--revenna-gray-light);
	height: 3px;
}

.value-content {
	display: flex;
	gap: 100px;
	margin-top: 60px;
}

.value-content .value {
	flex: 1;
}

.value-content .value h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.value-content .value p {
	font-size: 16px;
	font-weight: 300;
}

/* About */

.about {
	background-color: #ffffff;
	margin-top: -1px;
}

.about .content {
	margin: 0 auto;
	padding: 180px 100px;
}

.about .content .box {
	display: flex;
	gap: 0;
	height: 550px;
}

.about .content .box .image {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.about .content .box .text {
	flex: 1;
	background-color: var(--revenna-white);
}

.about .content .box .text h2 {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 16px;
	color: var(--revenna-gray-dark);
	margin-top: 100px;
	margin-left: 130px;
}

.about .content .box .text p {
	font-size: 16px;
	font-weight: 300;
	color: var(--revenna-gray-dark);
	margin: 20px 130px;
}

.text-dark {
	background-color: var(--revenna-gray-dark) !important;
	color: var(--revenna-gray-light) !important;
}

.text-dark h2,
.text-dark p {
	color: var(--revenna-gray-light) !important;
}

.about-image-1 {
	background-image: url(../assets/about-main-2.jpg);
}

.about-image-2 {
	background-image: url(../assets/purpose-main.png);
}

.cta-light .button {
	color: var(--revenna-gray-light);
	border-bottom: 2px solid var(--revenna-gray-light);
}

.about .content .box .text .cta {
	margin-top: 70px;
	margin-left: 130px;
}

.about .content .box .image-large {
	flex: 1.281;
}

.about .content .box .image-small {
	flex: 0.78;
}
/* Founder */

.founder {
	background-color: var(--revenna-gray-dark);
	background-image: url(../assets/triangle-orange.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 300px;
	margin-top: -1px;
}

.founder .content {
	margin: 0 auto;
	padding: 180px 100px;
	text-align: center;
}

.founder .content .image {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
	background-image: url(../assets/founder-main.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.founder .content .text {
	margin-top: 50px;
	color: var(--revenna-gray-light);
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	max-width: 800px;
}

.founder .content .text h2 {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 16px;
}

p.qoute {
	font-size: 16px;
	font-weight: 300;
	margin-top: 20px;
	font-style: italic;
}

/* products */
.products {
	background-color: #ffffff;
}

.products .content {
	margin: 0 auto;
	padding: 180px 100px;
}

.products .content h2 {
	position: relative;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 16px;
	color: var(--revenna-gray-dark);
}

.products .content h2::after {
	content: '';
	position: absolute;
	top: 32px;
	left: 300px;
	right: 0;
	background-color: var(--revenna-gray-dark);
	height: 3px;
}

.products .content .products-content {
	display: flex;
	gap: 8px;
	margin-top: 60px;
	flex-direction: row;
	flex-wrap: wrap;
}

.products .content .products-content .product {
	flex: 1 0 21%;
	/* border: 1px solid var(--revenna-gray-light); */
	/* height: 600px; */
}

.product .images {
	display: flex;
	flex-wrap: wrap;
}

.product .image {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	flex: 1 0 48%; /* Adjust the flex-basis value as needed */
	min-height: 100px; /* You can adjust the height as needed */
	max-width: 50%;
}

.product .text {
	padding: 16px;
}

.product .text h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 16px;
	color: var(--revenna-gray-dark);
}

.product .text h5 {
	min-height: 30px;
	padding-right: 24px;
}

.product .text .cta {
	width: 100%;
	margin-left: 0;
}

.products-content .text .cta a {
	text-decoration: none;
	font-weight: bold;
}

.products-content .text .cta a .button {
	display: flex;
	flex-direction: row;
}

.products-content .text .cta a .button img {
	margin-left: auto;
}

.dummy-container {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	height: 300px;
}

.dummy-container .item {
	flex: 1 0 48%; /* Adjust the flex-basis value as needed */
	min-height: 100px; /* You can adjust the height as needed */
	margin: 1%; /* Adjust the margin as needed for spacing */
	box-sizing: border-box;
	border: 1px solid #ccc;
}

/* footer */

.footer {
	background-color: var(--revenna-gray-dark);
	overflow: hidden;
	padding-bottom: 30px;
}

.footer .content {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 50px 100px;
}

.footer .content .logo {
	color: var(--revenna-gray-light);
	font-size: 12px;
	font-weight: 300;
}

.footer .content .logo p {
	margin-top: 10px;
	opacity: 0.7;
}

.footer .content .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer .content .info .links {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.footer .content .info .links h3 {
	color: var(--revenna-gray-light);
	font-size: 12px;
	font-weight: 300;
	opacity: 0.7;
	margin-bottom: 10px;
	padding-top: 5px;
}

.footer .content .info .links a {
	color: var(--revenna-gray-light);
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
}

.footer .content .info .links .contact::before {
	border-left: 0.5px solid var(--revenna-gray-light);
	opacity: 0.3;
	content: '';
}
.footer .content .info .links .contact {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
}

.footer .attribution {
	color: var(--revenna-gray-light);
	font-size: 9px;
	text-align: center;
	margin: 0 auto;
}

.footer .attribution p {
	opacity: 0.4;
}

.footer .attribution a {
	color: var(--revenna-gray-light);
	font-weight: 700;
}

.content {
	max-width: 1200px;
}

a {
	text-decoration: none !important;
}
