body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
    background-color: #f4f4f4;
}

div#generalContainer {
    width: 100%;
    height: 100%;
    position:absolute;
    margin: 0;
    padding: 0;
    float: left;
    display: flex;
    flex-direction:column;
    overflow-x: hidden;
}

/* div.container{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
} */

header {
    width: calc(100% - 40px);
    height: 100%;
    min-height: 100%;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 20px;
    padding-top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    
}

div#headerContent{
    width: 80%;
    /* height: 280px; min-height: 280px; */
    height:calc(100% - 180px);
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 320px;
    /* border: 1px solid red; */
}

div.header-container h2{
    font-size: 28px;
    font-family: "Poppins";
    font-weight: 400;
}

h1 {
    margin: 0;
    font-size: 6rem;
    font-family: "RobotoBold";
}

.buy-button {
    width: 200px;
    height:70px;
    background-color: #000000;
    border-radius: 10px;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: "Poppins";
}

.buy-button span{
    color:white;
}

.buy-button:hover {
    transform: scale(0.9);
}

img#headerImage{
    /* border: 1px solid red; */
    height:100%;
}

section.pageButtonDow{
    width: 100%;
    height:110px;
    margin-top: 20px;
    /* border: 1px solid red; */
    text-align: center;
    justify-content: center;
    align-items: center;
}

section.pageButtonDow img{
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

section.pageButtonDow img:hover{
    transform: scale(0.9);
}

section#about {
    width: calc(100% - 80px);
    min-height: 100%;height: 100%;
    background-color: #F79630;
    color: white;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 40px;
    justify-content: center;
    align-items: center;
}

div#tittleContainer{
    width: 100%;display: flex;
    justify-content: flex-start;
    align-items: center;
}

div#tittleContainer img{
    width: 200px;
    height: 200px;
    margin-left: 10px;
}

h2#aboutTittle{
    width: 450px;
    font-size: 72px;
    font-family: "PoppinsBold";
    line-height: 82px;
    margin-bottom: 0;
    /* border: 1px solid red; */
}

section#about p{
    width: 100%;
    max-width: 1366px;
    text-align: justify;
    font-size: 22px;
    font-family: "Poppins";
    margin-top: 10px;
    margin-bottom: 0px;
    /* border: 1px solid red; */
}

img#arduinoLogo{
    width: 150px;
    /* position: absolute; */
    margin: -20px calc(100% - 150px);
    /* border: 1px solid red; */
}

section#features{
    width: 100%;
    min-height:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    background-color: #FFDE59;
}

div#featuresContent{
    width: 100%;
    max-width: 1366px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    font-family: "Popiins";
}

div#featuresContent h2{
    font-family: "RobotoBold";
    font-size: 48px;
    margin-bottom: 0;
}

ul#featuresList {
    width: 80%;
    display: flex;
    list-style-type: none;
    padding: 0;
    font-family: "Poppins";
}

ul li {
    width: 200px;
    text-align: left;
    margin-bottom: 10px;
    margin: 0 auto;
    /* border: 1px solid red; */
}

div.featereCard{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

div.featereCard h4{
    width: 100%;
    text-align: center;
    font-size:22px;
    margin-bottom: 0;
}

div.featereCard img{
    width: 120px;
    height: 120px;
    margin-top:20px;
    margin-bottom: 20px;
}

section.cardDivider{
    width: 100%;
    height:3px;
    background-color: black;
    margin-top:0;
}

div.featereCard p{
    text-align:justify;
    font-size: 14px;
}

section#diagram{
    width:100%;
    height:100%;
    min-height: 100%;
    background-color:#0097B2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

section#diagram img{
    width: 1000px;
}

section#diagram p{
    width: 80%;
    text-align: center;
    color: #fff;
}


section#characteristics{
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #F79630;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins";
}

section#characteristics img{
    width: 400px;
    height:400px;
    margin-left: 100px;
}

section#characteristics div{
    width: 700px;
    height: 90%;
    min-height: 90%;
    color:black;
    margin-left: 100px;
    font-size: 16px;
    /* font-weight: bold; */
}

section#characteristics div h3{
    font-size: 25px;
}

section#contact{
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color:#F79630;
    display: flex;
    justify-content: center;
    align-items: center;
}

form {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

form label {
    margin-top: 10px;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

form input {
    width: 100%;
    height: 30px;
    padding: 10px;
    margin-top: 5px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #F79630;
    color: black;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

textarea{
    width: 105%;
    height:80px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #F79630;
    color: black;
    font-weight: bold;
    font-size: 16px;
}

form button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

form button:hover {
    background-color: #0056b3;
}

div#formContent{
    width: 500px;
    margin-left: 50px;
    color: white;
    font-family: "Poppins";
    
}

div#formContent h2{
    font-size: 60px;
    margin-bottom: 0;
}

div#formContent p{
    margin-top: 0;
    font-size: 30px;
}

footer {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}


@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Pippins";
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "PoppinsBold";
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}