@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* =================================================================== * # Main * * ------------------------------------------------------------------- */

*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 0;
	background: transparent;
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #888;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

html {
	position: relative;
	min-height: 100%;
	scroll-behavior: smooth;
}

img {
	width: 100%;
    max-height: 100%;
    max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

a {
    transition: .3s;
}

a:hover {
    transition: .3s;
	opacity: .8;
}

/* =================================================================== * # Typography * * ------------------------------------------------------------------- */

body {
	font-family: 'Inter', serif;
	margin: 0 auto;
}

.container {
    overflow: auto;
	transition: .3s;
	transition-delay: .5s;
	opacity: 0;
}

p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.br {
	content: "";
	margin: 0.6rem 0;
}

h1 {
	font-size: 2em;
	font-weight: 600;
}

h2 {
	font-size: 1.5em;
	font-weight: 600;
}

h3 {
	font-size: 1.17em;
	font-weight: 600;
}

h4 {
	font-size: 1.00em;
	font-weight: 600;
}

h5 {
	font-size: 0.83em;
	font-weight: 600;
}

h6 {
	font-size: 0.67em;
	font-weight: 600;
}

video {
	max-width: 100%;
	max-height: 100%;
	clip-path: inset(0px 0px);
	outline: 0;
}

/* =================================================================== * # Footer * * ------------------------------------------------------------------- */

.divider {
    width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 1px;
	padding: 2rem;
}

.footer-section {
    display: flex;
    margin-top: 4rem;
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    background-color: black;
    margin: 2rem;
    border-radius: 1rem;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .logo {
    max-width: 12rem;
}

.footer .logo img {
    max-width: 6rem;
}

.footer-section .address {
    color: #c7c7c7;
    font-size: 14px;
    font-weight: 400;
    padding-top: 1rem;
	line-height: 1.4;
    white-space: nowrap;
}

.footer .logo,
.footer-actions {
	filter: grayscale(1) invert(1);
}

.footer-container {
    width: 100%;
    max-width: 67rem;
}

.footer-actions {
    display: flex;
    align-items: center;
	justify-content: center;
	gap: 2rem;
}

a.footer-icon {
    text-decoration: none;
}

/* =================================================================== * # Sections * * ------------------------------------------------------------------- */

.section:nth-of-type(2) {
    background-color: #f3f3f3;
    margin: 2rem;
    border-radius: 1rem;
}

.section:nth-of-type(3) {
	margin: 4rem 0;
}

.section:nth-of-type(4) {
	margin: 4rem 0;
}

.section:nth-of-type(5) {
	margin: 3rem 0;
}

.section:nth-of-type(6) {
	margin: 6rem 0;
}

.section:nth-of-type(7) {
	margin: 4rem 0;
}

.section:nth-of-type(8) {
	margin-top: 6rem;
}

.section:nth-of-type(9) {
	margin: 0;
}

.section:nth-of-type(10) {
	margin: auto 2rem;
}

.section:nth-of-type(11) {
	margin: 4rem 0;
}

/* =================================================================== * # One * * ------------------------------------------------------------------- */

.one img {
    width: auto;
	max-height: 60rem;
	transition: .5s;
	border-radius: 0.5rem;
	transform: scale(.95);
}

.one img:hover {
	transition: .5s;
	transform: translateY(-4px) scale(.95);
}

.one {
    margin: 0 auto;
	padding: 8vw;
}

.one .cover {
    height: 100%;
}

.one video {
	max-height: calc(100vh - 12rem);
    transition: .5s;
    width: auto;
    border: 2px solid #dfdfdf;
    border-radius: 1rem;
    padding: 0.5rem;
    background-color: white;
}

.one video:hover {
	transition: .5s;
	transform: translateY(-4px);
}

.one .col-2 {
	display: none;
}

.one .slogan {
	font-size: calc(1.5rem + 3vw);
	font-weight: 600;
	line-height: 1.1;
	margin: 2rem 0;
}

@media only screen and (min-width: 1920px) and (min-height: 900px) {
	.one {
		display: grid;
		padding: 2rem;
		grid-template-columns: 60% auto;
		align-items: center;
		grid-gap: 10%;
		max-width: 80rem;
		height: calc(100vh - 4rem);
	}
	.one .slogan {
		font-size: 5rem;
		font-weight: 600;
		line-height: 1.1;
		margin: 2rem 0;
	}
	.one .col-2 {
		display: block;
	}
}

.one .logo {
    max-width: 8rem;
}

.one .splide__arrow {
    display: none;
}

.one .splide__pagination {
    display: none;
}

.one .description {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 2rem 0;
}

.one .loader {
    margin: 2rem 0;
}

.one .buttons {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    margin-top: 2rem;
	cursor: pointer;
}

@media (max-width: 500px) {
	.one .buttons {
		flex-direction: column;
		gap: 1rem;
	}
}

.one .button {
	transition: .3s;
}

.one .button:hover {
    opacity: .9;
	transform: translateY(-4px);
}

.one .button.black {
    background-color: black;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 1.2rem;
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.one .button.white {
    background-color: white;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 1.2rem;
    color: black;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.2rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.button {
  position: relative;
  display: inline-block;
}

.button .tooltiptext {
	font-size: 1rem;
  visibility: hidden;
  transition: .3s;
  opacity: 0;
  width: 160px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -80px;
}

.button:hover .tooltiptext {
	opacity: 1;
  visibility: visible;
}

/* =================================================================== * # Two * * ------------------------------------------------------------------- */

.two {
    margin: 0 auto;
	max-width: 50rem;
	padding: 2rem;
}

.two img {
    height: 100%;
	max-height: 5rem;
	max-width: 8rem;
}

.two .title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

.two .logos {
    display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 2rem;
}

@media (max-width: 400px) {
  .two .logos {
    flex-direction: column;
	align-items: center;
    gap: 3rem;
  }
}

/* =================================================================== * # Three * * ------------------------------------------------------------------- */

.three {
    margin: 0 auto;
	max-width: 65rem;
	padding: 2rem;
}

.three .col-1 {
    margin-bottom: 2rem;
}

.three .col-2 {
    max-width: 46rem;
    margin: 0 auto;
	text-align: center;
}

.three .content p {
    font-size: 1.4rem;
}

.three .cover {
	transition: .3s;
    border-radius: 1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	overflow: hidden;
	display: flex;
}

.three video {
	border-radius: 1rem;
}

.three .cover:hover {
	transform: translateY(-6px);
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.three .splide__arrow {
    display: none;
}

.three .splide__pagination {
    display: none;
}

/* =================================================================== * # Four * * ------------------------------------------------------------------- */

.four {
    margin: 0 auto;
    max-width: 75rem;
    padding: 0 2rem;
	display: grid;
	grid-template-columns: 45% auto;
	grid-auto-flow: column;
    grid-gap: 4rem;
	align-items: center;
}

@media (max-width: 800px) {
 .four {
	display: flex;
    flex-direction: column-reverse;
	align-items: center;
    gap: 1rem;
  }
}

.four .col-1 {
    max-width: 40rem;
    margin: 0 auto;
	padding: 2rem 0;
}

.four .col-2 {
    width: 100%;
}

.four .title {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.four .cover {
	transition: .4s;
    border-radius: 1rem;
	overflow: hidden;
	display: flex;
}

.four video {
	border-radius: 1rem;
}

.four .cover:hover {
	transform: translateY(-4px);
}


/* =================================================================== * # Five * * ------------------------------------------------------------------- */

.five {
    margin: 0 auto;
    max-width: 75rem;
    padding: 0 2rem;
	display: grid;
	grid-template-columns: auto 45%;
    grid-gap: 4rem;
	align-items: center;
}

@media (max-width: 800px) {
	.five {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}
}

.five .col-2 {
    max-width: 40rem;
    margin: 0 auto;
	padding: 2rem 0;
}

.five .title {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.five .cover {
	transition: .4s;
    border-radius: 1rem;
	overflow: hidden;
	display: flex;
}

.five video {
	border-radius: 1rem;
}

.five .cover:hover {
	transform: translateY(-4px);
}

/* =================================================================== * # Six * * ------------------------------------------------------------------- */

.six {
    margin: 0 auto;
    max-width: 50rem;
	text-align: center;
    padding: 2rem;
}

.six .col-2 {
    max-width: 40rem;
    margin: 0 auto;
	padding: 2rem 0;
}

.six .title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* =================================================================== * # Seven * * ------------------------------------------------------------------- */

.seven {
    margin: 0 auto;
    max-width: 70rem;
	text-align: center;
    padding: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    align-items: baseline;
}

@media (max-width: 800px) {
	.seven {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
}

.seven .item {
    padding: 3rem;
    background-color: #f3f3f3;
    border-radius: 1rem;
	overflow: hidden;
	transition: .3s;
	width: 100%;
	height: 100%;
}

.seven .item:hover {
	transform: translateY(-8px);
}

.seven .title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
	text-align: left;
}

.seven .content {
    font-size: 1.1rem;
    font-weight: 400;
	text-align: left;
}

.seven img {
	transition: .5s;
    position: relative;
    z-index: 2;
    width: 100%;
	height: auto;
    margin-top: 4rem;
}

.seven img:hover {
	transition: .5s;
	transform: translateY(-8px);
}

/* =================================================================== * # Eight * * ------------------------------------------------------------------- */

.eight {
    margin: 0 auto;
    max-width: 66rem;
	text-align: center;
    padding: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 1rem;
}

.eight .col-1 {
    padding: 1rem;
}

.eight .col-2 {
    max-width: 70rem;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    align-items: center;
	width: 100%;
}

.eight .col-2 .content {
    text-align: center;
    font-size: 1rem;
}

@media (max-width: 1000px) {
	.eight {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
}

@media (max-width: 600px) {
	.eight .col-2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
}

.eight .item {
    padding: 2rem;
    background-color: #fff;
    border-radius: 1rem;
	overflow: hidden;
	transition: .3s;
	height: 100%;
    width: 100%;
}

.eight .item:hover {
	transform: translateY(-8px);
}

.eight .title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
	text-align: left;
	max-width: 16rem;
}

.eight .content {
    font-size: 1.2rem;
    font-weight: 400;
	text-align: left;
}

.eight .description {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.eight img {
    transition: .5s;
    position: relative;
    z-index: 2;
    display: block;
    height: auto;
	max-height: 3rem;
	width: 100%;
    margin-bottom: 1rem;
}

/* =================================================================== * # Nine * * ------------------------------------------------------------------- */

.nine {
	margin: 2rem;
	background-color: #f3f3f3;
	text-align: left;
	padding: 2rem;
	border-radius: 1rem;
}

.nine .col-1 {
    max-width: 70rem;
    margin: 0 auto;
	padding: 2rem;
	text-align: center;
}

.nine .col-2 {
    max-width: 50rem;
    margin: 0 auto;
}

.nine .title {
    font-size: 1.5rem;
    font-weight: 500;
	margin-bottom: 1rem;
}

.nine .content {
    font-size: 1.1rem;
}

.nine .text {
    font-size: 1.8rem;
    font-weight: 300;
}

.nine .item {
	transition: .3s;
    background-color: white;
    padding: 3rem;
    border-radius: 1rem;
	transform: scale(0.99);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

@media (max-width: 600px) {
	.nine .text {
		font-size: 1.3rem;
		font-weight: 400;
	}
	.nine .item {
		padding: 2rem;
	}
}

.nine .cover img {
    height: 3rem;
    transform: scale(1.3);
}

.nine .name {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}

.nine .position {
    color: #8b8b8b;
}

.nine .meta {
    display: flex;
    flex-direction: row;
    justify-content: left;
	align-items: center;
    height: 3rem;
    margin-top: 2rem;
    gap: .5rem;
	white-space: nowrap;
}

.nine .splide__list {
    align-items: center;
}

.nine .splide__arrow {
    display: none;
}

.nine .splide__pagination {
    display: none;
}

/* =================================================================== * # Ten * * ------------------------------------------------------------------- */

.ten {
	margin: 2rem;
	text-align: left;
	border-radius: 1rem;
}

.ten .grid {
    display: flex;
    flex-direction: row;
	grid-gap: 2rem;
	justify-content: center;
	align-items: center;
}

@media (min-width:0px) and (max-width:800px) {
	.ten .grid {
		flex-direction: column;
	}
	.ten .grid-item:nth-child(1) {
		display: none;
	}
	.ten .grid-item:nth-child(3) {
		display: none;
	}
}

@media (min-width:800px) and (max-width:1200px) {
	.ten .grid-item:nth-child(3) {
		display: none;
	}
}

.ten .grid-item {
	position: relative;
	background-color: #f3f3f3;
	border-radius: 1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	width: 100%;
	transition: transform 250ms, box-shadow 500ms;
	max-width: 20rem;
	word-break: break-word;
	overflow: hidden;
}

.ten .grid-item:hover {
	transition: .5s;
}

.ten .category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #e8e8e8;
	font-weight: 500;
    padding: 0.2rem 0.4rem;
    border-radius: 0.5rem;
}

.ten .author {
    color: #919191;
}

.ten .name {
    font-size: 1.25rem;
    font-weight: 600;
}

.ten .description {
    margin: 1rem 0;
}

.ten .extensions {
    display: flex;
    gap: 0.25rem;
    margin: 0.5rem 0;
}

.ten .extension {
    padding: 0.2rem 0.4rem;
    color: #4a4a4a;
    background-color: #e8e8e8;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
}

.ten .address {
	display: flex;
    gap: .5rem;
	align-items: center;
    padding: 0.4rem 0.8rem;
    background-color: #E8E8E8;
    border-radius: 0.5rem;
    margin-top: 2rem;
	transition: .2s;
	font-family: Roboto Mono,Monaco,courier,monospace;
	cursor: pointer;
}

.ten .address:hover {
	background-color: lightgray;
	transform: translateY(-2px);
}

.ten .address:active {
  transform: scale(0.95);
}

.ten .copy {
    text-align: right;
    margin-left: auto;
}

.ten .status {
    height: 13px;
    width: 13px;
    background-color: #03cf00;
    border-radius: 50%;
}

.ten .meta {
	margin: 2rem;
}

.ten .col-1 {
    font-size: 1.2rem;
	font-weight: 400;
    line-height: 1.5;
    max-width: 60rem;
    margin: 0 auto;
	padding-top: 1rem;
	text-align: center;
	margin-bottom: 5rem;
}

.ten .col-2 {
    max-width: 80rem;
    margin: 0 auto;
}

.ten .title {
    font-size: 2.2rem;
    font-weight: 500;
	margin-bottom: 1rem;
}

.ten .text {
    font-size: 2rem;
    font-weight: 400;
}

.ten .item {
	transition: .3s;
    background-color: white;
    padding: 3rem;
    border-radius: 1rem;
	transform: scale(0.99);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


/* =================================================================== * # Eleven * * ------------------------------------------------------------------- */

.eleven {
    margin: 0 auto;
    max-width: 66rem;
    padding: 2rem;
    align-items: center;
    border-radius: 1rem;
}

.eleven .col-1 {
	max-width: 52rem;
    font-size: 2.1rem;
    font-weight: 400;
    padding-bottom: 4rem;
    margin: 0 auto;
    text-align: center;
}

.eleven .col-2 {
    max-width: 34rem;
	margin: 0 auto;
}


@media (max-width: 1000px) {
	.eleven {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
	.eleven .col-1 {
		font-size: 1.6rem;
	}
}

.eleven .card-body {
	padding-top: 0;
	border-radius: 1rem;
	background-color: #f3f3f3;
	text-align: left;
	font-size: 1rem;
	font-weight: 600;
	transition: .2s;
	padding: 2rem;
}

.eleven input[type="text"] {
	border: 0;
	background-color: #ffffff;
	border-radius: 0.8rem;
	padding: 1rem 1rem 1rem 3.5rem;
	width: 100%;
	font-size: 1rem;
	height: 3rem;
}

.eleven input[type="submit"] {
	padding: 0.75rem;
	width: 100%;
	background: black;
	color: #fff;
	font-size: 15px;
	outline: none;
	border-radius: 0.8rem;
	border: 1px solid black;
	transition: 0.5s;
	position: relative;
	z-index: 1;
	height: 3rem;
	cursor: pointer;
}

.eleven input[type="submit"]:hover {
	opacity: 0.8;
	border-radius: 1.2rem;
}

.eleven .email-icon {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    top: -37px;
    left: 15px;
    opacity: .3;
}

.eleven .form-note {
	display: inline-block;
    padding: 0.5rem 1rem;
	font-weight: 400;
	margin-top: 1rem;
}

.form-note.error {
    font-weight: 500;
    border-radius: 0.5rem;
}

.form-note.success {
    font-weight: 500;
    border-radius: 0.5rem;
}