* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    background-color: whitesmoke;
}

.main_containt {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}

.main_containt h1 {
    font-size: 3.3em;
}
.platform {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.platform ul {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: transparent;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;

    padding: 200px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
}

.platform li {
    width: 400px;
    min-width: 300px;
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

.platform h1 {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 3px solid red;
    margin-bottom: 30px;
    font-size: 4.5em;
}

.platform p {
    font-size: 2.2em;
    font-weight: normal;
    letter-spacing: -1px;
}
.platform a {
    background-color: transparent;
    width: fit-content;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid black;
    color: black;
    text-decoration: none;
    font-weight: 700;
}

.platform a:hover {
    background-color: black;
    color: white;
}

.comparison {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#inside_comparison table {
    width: 100%;
    height: 100%;
}

#inside_comparison {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-collapse: collapse;
  }
  
#inside_comparison td {
    border: 1px solid #ddd;
    padding: 40px;
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 1.3em;
}

#inside_comparison th {
    min-width: 100px;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 60px;
    text-align: left;
    background-color: whitesmoke;
    color: red;
    font-size: 1.5em;
}


.comparison {
    width: 80%;
    background-color: white;
    border-radius: 30px;
    margin-bottom: 100px;
}

.comparison span {
    padding: 30px;
    font-size: 2.5em;
    font-weight: 700;
}

.embedded_containt {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
    padding-top: 20px;
}
#docs_device {
    color: white;
    width: 60%;
    justify-content: left;
    align-items: left;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.517);

}

#docs_device:hover {
    color: gray;
}
.embedded_containt h5 {
    color: white;
    background-color: transparent;
    margin: auto;
    margin-bottom: 0;
    font-size: 2.5em;
}

.list_device {
    background-color: transparent;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-direction: column;
    margin-top: 50px;
}

.list_device h1 {
    border-bottom: 2px solid red;
    font-weight: normal;
    padding-bottom: 10px;
    color: white;
}

.device {
    background-color: transparent;
    margin: auto;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.read_the_docs {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.device li {
    list-style: none;
    background-color: transparent;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid red;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.566);
    min-width: 500px;
}

.device h3 {
    color: white;
    padding-right: 20px;
    font-size: 1.2em;
}

.device a {
    text-decoration: none;
    color: red;
    font-size: 1.2em;
    padding-left: 20px;
}

.button span {
    color: white;
    border-left: 2px solid red;
    padding-left: 10px;
}

.device i {
    padding-right: 10px;
}



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

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    background-color: whitesmoke;
}

.main_containt {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}

.main_containt h1 {
    font-size: 3.3em;
}
.platform {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.platform ul {
    width: 90%;
    height: 100%;
    display: flex;
    background-color: transparent;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
}

.platform li {
    width: 350px;
    min-width: 230px;
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

.platform h1 {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 3px solid red;
    margin-bottom: 30px;
    font-size: 3.5em;
}

.platform p {
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: -1px;
}
.platform a {
    background-color: transparent;
    width: fit-content;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid black;
    color: black;
    text-decoration: none;
    font-weight: 700;
}

.platform a:hover {
    background-color: black;
    color: white;
}

.comparison {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#inside_comparison table {
    width: 100%;
    height: 100%;
}

#inside_comparison {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-collapse: collapse;
  }
  
#inside_comparison td {
    border: 1px solid #ddd;
    padding: 40px;
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 1.3em;
}

#inside_comparison th {
    min-width: 100px;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 60px;
    text-align: left;
    background-color: whitesmoke;
    color: red;
    font-size: 1.5em;
}


.comparison {
    width: 80%;
    background-color: white;
    border-radius: 30px;
    margin-bottom: 100px;
}

.comparison span {
    padding: 30px;
    font-size: 2.5em;
    font-weight: 700;
}

.embedded_containt {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
    padding-top: 20px;
}
#docs_device {
    color: white;
    width: 100%;
    justify-content: left;
    align-items: left;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.517);

}

#docs_device:hover {
    color: gray;
}
.embedded_containt h5 {
    color: white;
    background-color: transparent;
    margin: auto;
    margin-bottom: 0;
    font-size: 2.5em;
}

.list_device {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-direction: column;
    margin-top: 50px;
}

.list_device h1 {
    border-bottom: 2px solid red;
    font-weight: normal;
    padding-bottom: 10px;
    color: white;
}

.device {
    background-color: transparent;
    margin: auto;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.read_the_docs {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.device li {
    list-style: none;
    background-color: transparent;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid red;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.566);
    min-width: none;
}

.device h3 {
    color: white;
    padding-right: 20px;
    font-size: 1.2em;
}

.device a {
    text-decoration: none;
    color: red;
    font-size: 1.2em;
    padding-left: 20px;
}

.button span {
    color: white;
    border-left: 2px solid red;
    padding-left: 10px;
}

.device i {
    padding-right: 10px;
}

}