#download-section {
    height: 100%;
    width: 100vw;
    background-color: #000000;
    background-image: url(/download_herobg.png);
    /* display: flex; */
    background-repeat: no-repeat;
    background-size: cover;
}

.download-left {
    /* flex: 70%; */
    /* padding: 2rem; */
    text-align: center;

}

.download-left:hover {
    background: #0F1F29;
    border-radius: 0px 20px 20px 0px;
}

.download-right {
    /* flex: 70%; */
    /* padding: 2rem; */
    text-align: center;
}

.download-right:hover {
    background: #0F1F29;
    border-radius: 20px 0px 0px 20px;
}


.download-info-content {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.download-info-content .f-p {
    margin-top: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    background: linear-gradient(213.89deg, #23FFF8 -6.52%, #30A9FF 97.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.download-info-content h1 {
    margin-top: 28px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

.download-info-content .s-p {
    margin-top: 28px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #90B4B4;
}

.download-info-content img {
    margin-top: 30px;
}


.download-right {
    /* height: 90vh; */
    background-color: transparent;
    /* padding: 2rem; */
    /* background-image: url("assets/second_page_assets/bg-right.png"); */
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    border-radius: 20px 20px 20px 20px;
}

/* ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

li {
    float: left;
}

li a {
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #90B4B4;
    margin-right: 5px;
} */

.active-tab {
    color: #ffffff;
}

.dropbtn {
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover,
.dropdown:hover .dropbtn {
    background-color: transparent;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border: 1px solid red;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.line {
    color: #fff;
    margin-top: 5px;
}

svg {
    margin-left: 5px;
}

.button {
    width: 122.39px;
    height: 42.08px;
    border: 2px solid #30A9FF;
    opacity: 1;
    border-radius: 5px;
    background-color: transparent;
}

.button a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #40E5E0;

}

.download-left {
    position: relative;
    /* width: 50%; */
}


.download-action .one {
    margin-right: -90px;
}

.download-action .two {
    margin-right: -90px;
}

.download-flex {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.download-flex button {
    padding: 10px;
    height: 50px;
    font-family: 'Inter';
    background-color: transparent;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #23FFF8;
    font-family: 'Inter', sans-serif;
    border: 1 px solid red;

}

.custommyrow {
    border: 1 px solid red;
}

.test-btn {
    width: 174.5px;
    border-radius: 5px;
    border: 1px solid #3faca8;
}

/* .dwn-btn {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    width: 300px;
    height: 150px;
    text-align: left;
    border: transparent;
    border-radius: 5px;
} */


.hide {
    display: none;

}

.show1 {
    position: absolute;
    width: 300px;
    background-color: black;
    padding: 1.5rem;
    text-align: left;
    bottom: 11%;
    right: 10%;
    border: 1px solid #1F4656;
    border-radius: 5px;
}

/* .left-bg-abs {
    position: absolute;
    top: 0;
    right: 500px;
} */