/*
    TODO: Responsive adaptation for the website homepage
 */

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

    .h-text-secondary {
        margin-left: -50%;
        margin-top: 20%;
    }

    .footer-content {
        width: 90%;
    }
}

@media screen and (max-width: 1350px) {
    .h-text-secondary {
        display: none;
    }

    /*

        INIZIO FOOTER

    */

    .footer-content {
        width: 70% !important;
    }

    .listing {
        margin-left: 50px;
    }

}

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

    .show-more {
        width: 100%;
        height: 545px;
    }

    .select-row {
        margin-left: 0;
    }

    .show-more, .select-row, .details {
        float: none;
        width: 100%;
    }

    .details {
        text-align: center;
        width: 95%;
    }

    .select {
        width: 100% !important;
    }

    .select:hover {
        border-left-width: 1.3px;
    }

    /*

        INIZIO FOOTER

    */

    .footer-content {
        width: 60% !important;
    }
}

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

    header {
        border-bottom-right-radius: 30%;
    }
}

@media screen and (max-width: 740px) {
    /*

        INIZIO HOMEPAGE

    */

    .h-text-main {
        margin-top: -130px;
    }

    .second-exp-top {
        margin-top: 10%;
    }

    .s-exp-text-top {
        margin-top: 5%;
    }

    header {
        height: 360px;
        border-radius: 0;
    }

    .show-more {
        width: 100%;
        height: 545px;
    }

    .select-row {
        margin-left: 0;
    }

    .show-more, .select-row, .details {
        width: 100%;
    }

    .show-more > .details {
        width: 95%;
    }

    .select {
        width: 100% !important;
    }

    .select:hover {
        border-left-width: 1.3px;
    }

    .first-exp-top {
        width: 100%;
    }

    .first-exp-top > .f-exp-text-top {
        width: 100%;
        margin-top: 0;
        margin-left: 5px !important;
    }

    .second-exp-top {
        width: 100%;
        border-radius: 0;
        height: 320px;
    }

    .second-exp-top > .s-exp-text-top {
        width: 100%;
        padding-right: 0;
        padding-top: 45px;
        margin-left: 3px;
        text-align: left;
    }

    .first-exp-bot {
        width: 100%;
        border-radius: 0;
    }

    .first-exp-bot > .f-exp-text {
        width: 100%;
        padding-top: 8%;
        margin-left: 2px;
        margin-top: 0;
    }

    .second-exp-bot {
        width: 100%;
    }

    .second-exp-bot > .s-exp-text {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        text-align: left;
        margin-left: 3px;
    }
    /*

        FINE HOMEPAGE

    */

    /*

        INIZIO DDOS

    */

    .introduction, .adapt, .power {
        width: 85% !important;
    }

    .antiddos-animg {
        display: none !important;
    }

    .section-1 {
        height: 1000px !important;
    }

    .section-2 {
        height: 900px !important;
    }

    .section-3 {
        height: 1000px !important;
    }


    /*

        FINE DDOS

    */

    /*

        INIZIO FOOTER

    */

    .footer-content {
        width: 100% !important;
        right: unset;
    }

    footer {
        border-radius: 0;
        min-height: 500px;
    }

    .listing {
        display: block;
        margin: auto;
        margin-top: -25px;
        width: 90%;
        height: 60px;
        font-size: 20px;
    }

    .listing > ul {
        display: none;
    }

    .mob-r {
        display: unset;
    }

    .bottom-text {
        height: 100px;
    }

    .bottom-text-container {
        line-height: unset;
    }

    .right-links {
        display: unset;
        float: unset;
        left: 0;
        display: inline-block;
    }

    .right-links > ul > li {
        display: unset;
        margin-left: unset;
    }

}

@media screen and (max-width: 400px) {
    .h-text-secondary {
        display: none;
    }

    header {
        height: 360px;
        border-radius: 0;
    }

    .show-more {
        width: 100%;
        height: 545px;
    }

    .select-row {
        margin-left: 0;
    }

    .show-more, .select-row, .details {
        float: none;
        width: 100%;
    }

    .details {
        float: none;
        text-align: center;
        width: 90%;
    }

    .select {
        width: 100%;
    }

    .select:hover {
        border-left-width: 1.3px;
    }

    .first-exp-bot {
        height: 450px;
    }

    .second-exp-top {
        height: 450px;
    }

    footer {
        border-radius: 0;
        min-height: 500px;
    }

    .footer-content {
        width: 100%;
        right: unset;
    }

    .listing {
        display: block;
        margin: auto;
        margin-top: -25px;
        width: 90%;
        height: 60px;
        font-size: 20px;
    }

    .listing > ul {
        display: none;
    }

    .mob-r {
        display: unset;
    }

    .bottom-text {
        height: 100px;
    }

    .bottom-text-container {
        line-height: unset;
    }

    .right-links {
        display: unset;
        float: unset;
        left: 0;
        display: inline-block;
    }

    .right-links > ul > li {
        display: unset;
        margin-left: unset;
    }


}