/* Large Views (>1500px) */

@media screen and (orientation: landscape) and (min-width: 1500px) {
	body {
		font-size: var(--fsl-p);
	}

	/* container--header */
	.menu__list {
		gap: 5em;
	}

	/* container--home */
	.home {
		gap: 8rem;
	}

	.home__title {
		font-size: var(--fsl-h1);
	}

	.home__subtitle {
		font-size: var(--fsl-h2);
	}

	.home__btn {
		font-size: var(--fsl-btn);
	}

	/* .btn__effect {
		padding: 0.5em 1em;
	} */

	.home__bubble {
		width: 35%;
	}

	.title {
		font-size: var(--fsl-h3);
	}

	/* container--education */
	.degree__name,
	.experience__job {
		font-size: var(--fsl-h4);
	}

	.place,
	.date {
		font-size: var(--fsl-small);
	}

	/* container--languages */
	.language__text--secondary {
		font-size: var(--fsl-small);
	}

	/* container--experience */
	.job__date {
		font-size: var(--fsl-small);
	}

	/* container--tech */
	.tech__flexbox {
		gap: 2rem 3.5rem;
	}

	.tech__flex__img {
		width: 95px;
	}

	/* container--contact */
	.contact__img {
		width: 26px;
		margin-right: 0.1em;
	}

	body.light .contact__img {
		width: 26px;
	}

	.contact__form {
		gap: 0.7em;
	}

	.contact__form input,
	.contact__form textarea {
		padding: 0.1em;
	}

	.arrow {
		right: 5.5rem;
		bottom: 1rem;
	}

	.arrow__icon,
	body.light .arrow__icon {
		width: 2.5rem;
	}
}
