* {
    margin: 0;
    padding: 0;
}

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

.main_containt {
    width: 100%;
    height: 100%;
    min-height: 120dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: whitesmoke;
    padding-bottom: 10px;
}

.inside_containt {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.banner {
    width: 90%;
    height: 100%;
    display: flex;
    gap: 60px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
}

.banner img {
    width: 300px;
    height: 100%;
    max-width: fit-content;
    background-color: transparent;
    box-shadow: 0px 0px 12px red;
    transition: all ease 360ms;
}

.banner img:hover {
    box-shadow: 0px 0px 30px red;
}
.detail_download {
    background-color: transparent;
    padding-top: 20px;
    width: 100%;
    height: 100%;
}

.detail_download {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.detail_download h1 {
    font-weight: bolder;
    font-size: 2.7em;
}

.button {
    display: flex;
    gap: 10px;
}

.button a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: normal;
    background-color: red;
    padding: 20px;
    padding-top: 5px;
    box-shadow: 0px 0px 0px 3px red;
    padding-bottom: 5px;
    border: 1px solid red;
}

.button a:hover {
    border: 1px solid white;
    border-style: dotted;
}
.button #sumbutton {
    background-color: transparent;
    color: red;
    box-shadow:none;
    border: none;
}

.inside_second_containt {
    width: 80%;
    height: 100%;
    display: flex;
    gap: 20px;
    padding: 10px;
    background-color: transparent;
    margin-top: 50px;
}

.box {
    padding: 10px;
    background-color: transparent;
}

.box h1 {
    margin-bottom: 10px;
}
.inside-box {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: white;
    margin: 0;
    border-radius: 10px;
    letter-spacing: -1px;
    min-width: 500px;
}

.inside-box h1 {
    font-size: 1.5em;
    font-weight: 500;
}

.box ul {
    margin-left: 20px;
}

span {
    color: gray;
}
.inside-box li {
    list-style: none;
    padding-bottom: 5px;
    display: flex;
    gap: 10px;
    font-size: 2.9em;
    align-items: center;
}

.inside-box ul {
    display: flex;
    flex-direction: column;
}

.inside-box i {
    font-weight: 100;
}

.inside-box h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    gap: 10px;
    font-size: 1.2em;
}


.inside-box p {
    font-weight: normal;
    font-size: 1.6em;
}

.inside-box span {
    font-weight: normal;
    font-size: 0.6em;
    color: red;
    font-weight: ;
}

.inside-box li {
    font-size: 1.5em;
}