@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	color: white;
	overflow-x: hidden;
}

.em:-webkit-scrollbar {
    display: none;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

a {
	text-decoration: none;
}

header {
	width: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 25px;
}

header li {
	transition: font-weight 0.3s ease;
}

header li:hover {
	font-weight: 500;
	transition: font-weight 0.3s ease;
}

header a,
header img {
	cursor: pointer;
}

.open {
    top: 0;
    opacity: 1;
    transition: all 1s ease-in-out;
}

.close {
    top: -100vh;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.menu {
	background-color: #d9002a;
	width: 100vw;
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0 25px 0;
}

.menu>div {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	font-size: calc(18px + 0.2vw);
	width: calc(100% - 4vw);
}

.menu ul {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
}

.menu>div>ul {
	gap: 20px;
}

.menu>div>ul:nth-of-type(2) {
	gap: 5px;
}


header>nav {
	width: calc(100% - 4vw);
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

header>nav>div {
	display: flex;
	justify-content: flex-end;
}

.hp {
	width: 100vw;
	min-height: 100vh;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
}

.hp>main {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	width: 100%;
}


.txt-hp {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.opt-cont {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.opt {
	width: calc(100% / 4);
	aspect-ratio: 1/1;
	background-color: #d9002a;
	font-weight: 500;
	font-size: calc(20px + 0.2vw);
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all 0.3s ease;
	text-align:center;
}

.opt:last-of-type {
	background-color: white;
}

.opt:last-of-type span {
	color: #d9002a;
}

.opt:last-of-type:hover {
	box-shadow: 0px 0px 10px inset #d9002a;
}

.opt:hover {
	box-shadow: 0px 0px 10px inset white;
}

h1 {
	text-transform: uppercase;
	cursor: default;
}

.emp,
.prod,
.proj {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
}

.emp>main,
.prod>main,
.proj>main {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	gap: 100px;
	width: 100%;
}

.emp>main>div:first-of-type {
	width: calc(100% - 25vw);
	display: flex;
	flex-flow: column;
	gap: 50px;
}

.emp>main>div:first-of-type>div {
	width: 100%;
	display: flex;
	flex-flow: row;
	align-items: flex-start;
	justify-content: space-between;
}

.emp>main>div:first-of-type>div>div {
	display: flex;
	flex-flow: column;
	gap: 25px;
}

.emp>main>div:first-of-type>div>span,
.emp>main>div:first-of-type>div>div {
	width: 48%;
}

.emp>main>div:last-of-type {
	width: calc(100% - 25vw);
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 25px;
}

.emp>main>div:last-of-type>div {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 10%;
}

.emp>main>div:last-of-type>div img {
	width: calc(100% / 5 - 20px);
	aspect-ratio: 16/9;
	object-fit: contain;
}


.prod>main>div,
.proj>main>div {
	width: calc(100% - 25vw);
	display: flex;
	flex-flow: column;
	gap: 50px;
	margin-bottom: 10%;
}

.prod>main>div>div,
.proj>main>div>div {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	gap: 25px;
}

.prod-cont {
	width: calc(100% / 3 - 20px);
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.tp-prod-cont {
	width: calc(100% / 4 - 30px);
	display: flex;
	flex-flow: column;
	gap: 2px;
	align-items: center;
}

.tp-prod-cont img {
	width: 100%;
	margin-bottom: 15px;
}

.proj-cont {
	width: calc(100% / 2 - 20px);
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.proj-cont img{
aspect-ratio: 4/3;
  object-fit: cover;
}

.ttl-prod {
	display: flex;
	flex-flow: column !important;
	gap: 2px !important;
}

.prod-cont span,
.proj-cont span,
.tp-prod-cont span:first-of-type {
	color: #d9002a;
	font-weight: 500;
	font-size: calc(13px + 0.390625vw);
}

.proj-gal {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 20px;
}

.gal-it {
	width: calc(100% / 2 - 10px);
}

.prod_tp {
	display: flex;
	flex-flow: row !important;
	justify-content: space-between;
}

.prod_tp span {
	width: 100% !important;
}

.txt-grp,
.gal-grp {
	width: 50%;
}

.gal-grp img {
	margin-bottom: 25px;
}

.grp {
	margin-bottom: 50px;
}

.txt-grp {
	display: flex;
	flex-flow: column !important;
}

.ttl {
	color: #d9002a;
	font-size: calc(35px + 0.390625vw);
	font-weight: 800;
	width: 60%;
	z-index:1;
}

.sub-ttl {
	color: #d9002a;
	font-size: calc(20px + 0.390625vw);
	font-weight: 800;
	width: 60%;
}

.txt,
.txt p {
	color: rgb(20, 20, 20);
	font-size: calc(12px + 0.390625vw);
	font-weight: 300;
}

footer li {
	font-weight: 700;
	cursor: default;
	display: flex;
	flex-flow: column;
}

header li,
footer li>a,
footer ol>a {
	font-weight: 300;
	margin-right: 25px;
	cursor: pointer;
}

h1 {
	text-align: center;
	font-size: calc(20px + 2.5vw);
	font-weight: 800;
	width: 60%;
}

.hp footer,
.emp footer,
.prod footer,
.proj footer {
	position: static;
}

footer {
	background-color: #d9002a;
	padding: 3%;
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0%;
}

footer ul {
	list-style: none;
	width: calc(100% - 20vw);
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	font-size: calc(14px + 0.2vw);
}

ol>br {
	display: none;
}

.cont {
    width: 100%;
}

.cont form {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 5px;
    overflow: visible;
}

.cont form input:focus,
textarea:focus {
    outline: none;
    border: 1px solid #d9002a;
}

.cont form input[type=text],
.cont form input[type=email] {
    width: 98%;
    background-color: rgba(128, 128, 128, 0.093);
    border: none;
    height: 30px;
    color: black;
    padding-left: 5px;
    font-size: calc(12px + 0.2vw);
}

textarea {
    padding-top: 2.5px;
    resize: none;
    width: 98% !important;
    height: 250px !important;
    background-color: rgba(128, 128, 128, 0.093);
    border: none;
    height: 30px;
    color: black;
    padding-left: 5px;
    font-size: calc(12px + 0.2vw);
}

input[type=button] {
    width: 25%;
    height: 40px !important;
    background-color: #d9002a;
    border: none;
    height: 30px;
    color: white;
    font-size: calc(12px + 0.2vw);
    cursor: pointer;
    align-self: flex-end;
    margin-right: 0.75%;
}

@media only screen and (max-width: 820px) {
	.emp>main>div:last-of-type>div img {
		width: calc(100% / 2 - 10px);
	}
}

@media only screen and (max-width: 1073px) {

	.opt {
		width: calc(100% / 2);
	}

	.opt>img {
		width: 30%;
	}
}

@media only screen and (max-width: 1020px) and (min-width:891px) {

	.menu>div>ul,
	.menu>div>ul:nth-of-type(2) {
		gap: 0px;
	}

	.menu>div>a>img {
		width: 150px !important;
	}
}

@media only screen and (max-width: 890px) and (min-width:250px) {

	header {
		z-index: 1;
	}

	header,
	nav {
		overflow: visible;
	}

	.menu {
		width: 100vw;
		height: 100vh;
		align-items: flex-start;
		transition: top 1.5s ease;
	}

	.menu>div {
		width: calc(100% - 8vw);
		flex-flow: column;
		align-items: center;
	}

	.menu>div>a {
		position: absolute;
		left: 4vw;
	}

	.menu>div>img {
		position: absolute;
		right: 4vw;
	}

	.menu>div>ul,
	.menu>div>ul:nth-of-type(2) {
		gap: 0px;
		font-size: 25px;
	}

	.menu>div>a>img {
		width: 150px !important;
	}

	.menu>div>ul {
		flex-flow: column;
		margin-top: 250px;
		gap: 10px;
		margin-right: 0px;
	}

	.menu>div li {
		margin-right: 0px;
	}

	.menu>div>ul:nth-of-type(2) {
		flex-flow: row;
		gap: 30px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1240px) {
	.emp>main>div:first-of-type {
		width: calc(100% - 30vw);
	}

	.emp>main>div:last-of-type {
		width: calc(100% - 30vw);
	}

	.proj>main>div {
		width: calc(100% - 30vw);
	}

	.tp-prod-cont {
		width: calc(100% / 3 - 20px);
		display: flex;
	}
}

@media only screen and (min-width: 1040px)and (max-width: 1140px) {
	.prod>main>div {
		width: calc(100% - 38vw);
	}

	.proj>main>div {
		width: calc(100% - 40vw);
	}

	.tp-prod-cont {
		width: calc(100% / 3 - 20px);
		display: flex;
	}
}

@media only screen and (min-width: 550px) and (max-width:1030px) {
	.prod-cont {
		width: calc(100% / 2 - 15px);
	}

}

@media only screen and (max-width: 549px) {

	.prod-cont,
	.proj-cont {
		width: 100%;
	}
}

@media only screen and (max-width: 861px) {
    header{
        position: absolute;
        top: 0;
    }
}

@media only screen and (max-width: 1039px) {

	.prod>main,
	.proj>main {
		margin-top: 180px;
		gap: 50px;
	}

	.proj.cont {
		width: 100%;
	}

	.prod>main,
	.proj>main {
		width: calc(100% - 10vw);
	}

	.prod>main>div,
	.proj>main>div {
		width: 100%;
	}

	.tp-prod-cont {
		width: calc(100% / 2 - 20px);
		display: flex;
	}
}

@media only screen and (min-width: 861px) and (max-width: 980px) {
	.emp>main>div:first-of-type {
		width: calc(100% - 35vw);
	}

	.emp>main>div:last-of-type {
		width: calc(100% - 35vw);
	}
}

@media only screen and (min-width:651px) and (max-width: 860px) {

	.emp>main {
		margin-top: 180px;
	}

	.emp>main>div:first-of-type {
		width: calc(100% - 10vw);
	}

	.emp>main>div:last-of-type {
		width: calc(100% - 10vw);
	}
}

@media only screen and (max-width: 650px) {

	.emp>main {
		margin-top: 180px;
		gap: 50px;
	}

	.emp>main>div:first-of-type {
		width: calc(100% - 10vw);
	}

	.emp>main>div:last-of-type {
		width: calc(100% - 10vw);
	}

	.emp>main>div:first-of-type {
		gap: 25px;
	}

	.emp>main>div:first-of-type>div {
		flex-flow: column;
		gap: 25px;
	}

	.emp>main>div:first-of-type>div>div,
	.emp>main>div:first-of-type>div>span {
		width: 100%;
	}

	.tp-prod-cont {
		width: 100%;
	}

	.prod_tp {
		flex-flow: column !important;
	}

	.prod_tp .txt-grp,
	.prod_tp .gal-grp {
		width: 100%;
	}
}

@media only screen and (max-width: 1306px) and (min-width:1074px) {

	footer ul {
		width: 95%;
	}

}

@media only screen and (max-width: 1073px) {

	footer ol>br {
		display: block;
	}

	footer li a {
		margin-right: 0px;
	}

	footer li {
		margin-bottom: 10px;
	}

	footer ul {
		flex-flow: column;
		justify-content: center;
		text-align: center;
	}
}