* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}

.background {
    background: linear-gradient(112.68deg, #160C05 14.16%, #000202 60.83%);
}

nav {
    background-color: #5A2E2F;
    display: flex;
    position: sticky;
    top: 0;
    width: 90%;
    padding: 1% 5% 1% 5%;
}

.icon-con {
    display: flex;
    align-items: center;
}

.icon-txt {
    color: white;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10%;
}

.nav-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.nav-txt {
    margin-left: 5%;
    white-space: nowrap;
    color: white;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-txt:after {
    display: block;
	left: 0;
	width: 0;
	height: 3px;
	background-color: white;
	content: "";
}

.nav-txt:hover:after,
.nav-txt:focus:after {
	width: 100%;
}

header {
    width: 92%;
    padding: 10% 4% 10% 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-image: url(/img/header.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 130%;
}

.head-txt1 {
    color: white;
    font-size: 150px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

.head-txt1:after {
    display: block;
    margin-top: -6%;
	height: 30px;
	background-color: #5A2E2F;
	content: "";
}

.head-txt2 {
    color: white;
    font-size: 60px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 4% 0;
}

.contact-button {
    background-color: #5A2E2F;
    color: white;
    font-size: 44px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 73px;
    border-style: none;
    padding: 1% 5%;
    transition: all 200ms ease-in-out;
}

.contact-button:hover {
    background-color: white;
    color: #5A2E2F;
}

#info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    padding: 5% 5% 0 5%;
    align-items: center;
    background: linear-gradient(
    to bottom,
    #5A2E2F 25%,
    rgba(0,0,0,0) 25%
    );
}

.info-c-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: space-between;
}

.info-c-2 {
    display: flex;
    justify-content: space-between;
}

.info-txt1 {
    color: white;
    font-size: 60px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5%;
}

.info-txt2 {
    color:white;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 5%;
}

.info-txt3 {
    color: white;
    font-size: 30px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 4%;
    text-transform: uppercase;
}

.info-txt4 {
    color: white;
    font-size: 30px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 30%;
}

.info-txt5 {
    color:white;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 80%;
}

textarea { 
	resize: none;
	overflow: hidden;
}

textarea:invalid {
     border: 3px solid red;
}

textarea:valid {
     border: 3px solid green;
}

.line {
    padding: 0 0.1%;
    margin: 0 5%;
    background-color: #FFF;
}

.info-png {
    width: 45%;
    padding: 5% 0;
}

#data {
    padding-top: 7%;
}

.data-txt {
    background-color: #5A2E2F;
    padding: 3% 5%;
    color: #FFF;
    font-size: 75px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0% 4% 0 4%;
}

.numbers-cont {
    background-color: #5A2E2F;
    display: flex;
    width: 92%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 4%;
    margin: 0% 4% 0 4%;
}

.number-cont {
    display: flex;
    width: 20%;
    align-items: center;
    justify-content: space-around;
}

.num {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.number1 {
    color: #FFF;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.number2 {
    color: #FFF;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;  
}

.file {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.press-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.install {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    width: 55%;
    border-radius: 140px;
    background-color: #5A2E2F;
    color: white;
    font-size: 75px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1% 4%;
    margin: 5% 0;  
}

.comment-cont {
    width: 100%;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 60%,
    #5A2E2F 60%
    );
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 5% 0;

}

.comment {
    background-color: #FFF;
    padding: 2%;
    margin: 1%;
    width: 40%;
}

.c-txt1 {
    color: #000;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.c-txt2 {
    color: #000;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#form {
    padding: 8% 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

form {
    display: flex;
    flex-direction: column;
    width: 42%;
    padding: 0 4%;
}

.form-style {
    padding: 3%;
    margin: 4% 0;
    border-radius: 10px;
    color: #9C9C9C;
    font-size: 40px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
}

.form-style-m {
    padding: 3%;
    padding-bottom: 40%;
    margin: 4% 0;
    border-radius: 10px;
    color: #9C9C9C;
    font-size: 40px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
}

.send {
    padding: 2%;
    border-radius: 72px;
    background: #5A2E2F;
    color: #FFF;
    font-size: 43px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 8% 0 0 0;
    width: 55%;
    border: 0;
    transition: all 200ms ease-in-out;
}

.send:active {
    background: white;
    color: #5A2E2F;
	transition: all 1ms;
}

input:invalid {
    border: 3px solid red;
}
   	input:valid {
    border: 3px solid green;
}

iframe {
    padding: 10% 0;
}

.contact-cont {
    width: 42%;
    padding: 0 4%;
}

.img1 {
    padding: 0 3%;
}

.c-cont {
    display: flex;
    align-items: center;
    padding: 2% 0;
}

.cont-txt1 {
    color: white;
    font-size: 75px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cont-txt2 {
    color: white;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer {
    background-color: #5A2E2F;
    padding: 3% 2%;
    width: 96%;
}

.footer-cont1 {
    padding: 1%;
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.footer-cont2 {
    padding: 1%;
    display: flex;
    width: 85%;
}

.footer-txt1-1 {
    color: #FFF;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 55%;
}

.footer-txt1-2 {
    color: #FFF;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 45%;
}

.footer-txt2 {
    color: #390B0C;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 50%;
    padding-right: 5%;
}

.footer-txt2-2 {
    color: #390B0C;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-txt3 {
    color: #390B0C;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}

.url {
    display: grid;
    width: 50%;
}

.url-cont {
    display: flex;
    align-items: center;
}

.stick {
    background: #390B0C;
    width: 100%;
    height: 4px;
    padding: 0 1% 0 0;
    margin: 0 0 0 1%;
}

.img2 {
    padding: 1%;
}

@media screen and (max-width:950px){
	nav {
	 width: 96%;
     padding: 1% 2% 1% 2%;
	}
	textarea:invalid {
     border: 1px solid red;
	}
	textarea:valid {
     border: 1px solid green;
	}
	input:invalid {
     border: 1px solid red;
	}
   	input:valid {
     border: 1px solid green;
	}
	@media screen and (max-width: 950px)
	.google {
    	height: 15vh;
	}
    .icon-txt {
        font-size: 8px;
    }
    .nav-txt {
        font-size: 8px;
    }
    .nav-txt:after {
        height: 1px;
    }
    .head-txt1 {
        font-size: 25px;
    }
    .head-txt2 {
        font-size: 12px;
    }
    .head-txt1:after {
        height: 5px;
    }
    .contact-button {
        font-size: 8px;
    }
    .info-txt1 {
        font-size: 25px;
    }
    .info-txt2 {
        font-size: 9px;
    }
    .info-txt3 {
        font-size: 12px;
    }
    .info-txt4 {
        font-size: 12px;
    }
    .info-txt5 {
        font-size: 9px;
    }
    .data-txt {
        font-size: 20px;
    }
    .number1 {
        font-size: 9px;
    }
    .number2 {
        font-size: 10px; 
    }
    .install {
        font-size: 20px;
    }
    .c-txt1 {
        font-size: 12px;
    }
    .c-txt2 {
        font-size: 9px;
    }
    .form-style {
        font-size: 9px;
    }
    .form-style-m {
        font-size: 9px;
    }
    .send {
        font-size: 9px;
    }
    .cont-txt1 {
        font-size: 20px;
    }
    .cont-txt2 {
        font-size: 9px;
    }
    .footer-txt1-1 {
        font-size: 9px;
    }
    .footer-txt1-2 {
        font-size: 9px;
    }
    .footer-txt2 {
        font-size: 8px;
    }
    .footer-txt2-2 {
        font-size: 8px;
    }
    .footer-txt3 {
        font-size: 8px;
    }
    .google {
        height: 15vh;
    }
    .icon-a {
        width: 30px;
    }
    .data-img1 {
        height: 30%;
    }
    .data-img2 {
        height: 25%;
    }
    .numbers-cont {
		padding-bottom: 0%;
    }
    .stick {
        height: 2px;
    }
}