@import url('../assets/styles/theme.css');
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno&display=swap');

@media screen and (min-width: 320px) {

    /* Call Button - section */

    footer > div:nth-child(1),
    footer > div:nth-child(1) > a > img {
        background-color: var(--fourth-color);
    }

    footer > div:nth-child(1) {
        z-index: 14;
        display: inherit;
        position: fixed;
        bottom: 145px;
        right: 112px;
        height: 0;
        width: 0;
    }
    
    footer > div:nth-child(1) > a > img {
        z-index: 15;
        position: relative;
        height: 70px;
        width: 70px;
        left: 30px;
        border: 7px solid var(--fourth-color);
        border-radius: 50%;
        box-shadow: 0 0 10px var(--first-color);
    }

    /* Privacy, Legacy and Others Information - section */

    footer section {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 120px;
        width: 100%;
        background-color: var(--first-color);
    }

    footer section div {
        height: 100%;
        width: 90px;
    }

    footer section div:nth-child(1) {
        width: 27.5%;
    }

    footer section div:nth-child(2) {
        width: 45%;
    }

    footer section div:nth-child(3) {
        width: 27.5%;
    }

    footer section div h3,
    footer section div ul li,
    footer section div ul li a {
        text-align: center;
        color: var(--second-color);
    }

    footer section div h3 {
        font-size: 12px; 
        font-weight: 600;
        margin: 4px 0 4px 0;
        padding: 2px;  
    }

    footer section div:last-child ul li > p {
        font-size: 10px;
    }

    footer section:nth-child(2) div:nth-child(2) ul li:nth-child(2) {
        font-size: 10px;
        color: var(--third-color); 
    }

    footer section div:nth-child(3) h3 {
        padding-bottom: 22px;
    }

    footer section div ul li {
        line-height: 11px;
        padding: 0 4px 5px 4px;
    }

    footer section div ul li a {
        font-size: 11px;
    }

    footer section div:nth-child(3) a {
        font-size: 9px;
    }
}

@media screen and (min-width: 339px) {

    footer section {
        height: 120px;
    }

    footer section div:nth-child(3) h3 {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 359px) {

    footer section {
        height: 100px;
    }
    footer section div:nth-child(3) a {
        font-size: 10px;
    }
}

@media screen and (min-width: 399px) {

    footer section {
        height: 120px;
    }

    footer section div h3 {
        font-size: 14px;
    }

    footer section div ul li a,
    footer section div ul li p,
    footer section div:last-child ul li > a {
        font-size: 12px;
    }
}

@media screen and (min-width: 449px) {

    footer section div h3 {
        font-size: 16px;
    }

    footer section div ul li a,
    footer section div ul li p,
    footer section div:last-child ul li > a {
        font-size: 13px;
        padding-bottom: 5px; 
    }
}

@media screen and (min-width: 499px) {

    footer section {
        height: 110px;
    }

    footer section div h3 {
        font-size: 17px;
    }

    footer section div ul li a,
    footer section div:last-child ul li > a {
        font-size: 14px;
    }
}

@media screen and (min-width: 649px) {

    footer section {
        height: 110px;
    }

    footer section div h3 {
        font-size: 18px;
    }

    footer section div ul li a,
    footer section div ul li p,
    footer section div:nth-child(3) a {
        font-size: 15px;
        line-height: 16px;
    }
}

@media screen and (min-width: 799px) {
    
    footer > div:nth-child(1) > a {
        display: none;
        overflow: hidden;
    }

    footer section div:last-child ul li > a {
        font-size: 17px;
    }
}

@media screen and (min-width: 1399px) {

    footer section div h3 {
        font-size: 20px;
    }

    footer section div ul li a,
    footer section div ul li p {
        font-size: 16px;
        line-height: 16px;
    }

    footer section div:last-child ul li > a {
        font-size: 19px;
    }
}