/* Info Footer START */

.info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    margin: 50px 0 50px 0;
}

.info-container {
    display: grid;
    grid-template-columns: repeat(6, auto);
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    gap: 10px;
}

.info-card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 190px;
    gap: 10px;
}

.info-card img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}

.info-card-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.info-card-text p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 12px;
}

.info-card-text span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
    font-size: 11px;
}

/* Info Footer END */

/* Footer START */

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 10px;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1200px;
    gap: 20px;
}

.footer-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.footer-top-rast {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    width: 350px;
}

.footer-top-rast h4 {
    color: rgb(240, 0, 0);
}

.footer-top-rast p {
    color: gray;
    font-size: 12px;
    text-align: justify;
}

.footer-top-vasat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 350px;
}

.footer-top-vasat-link {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.footer-top-vasat-links {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.footer-top-vasat-links a {
    text-decoration: none;
    color: gray;
    transition: all .5s;
    font-size: 14px;
}

.footer-top-vasat-links a:hover {
    color: red;
    transform: translateX(-2px);
}

.footer-top-chap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    width: 350px;
}

.footer-top-chap-img {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.footer-top-chap-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.footer-bottom-rast {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: gray;
    font-size: 12px;
}

.footer-bottom-rast span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footer-bottom-rast span a {
    text-decoration: none;
    color: red;
}

.footer-bottom-chap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-chap a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #2c3f5d;
    padding: 5px 10px;
    border: 1px solid #2c3f5d;
    border-radius: 5px;
    font-size: 14px;
}

.footer-bottom-chap a i {
    transform: translateY(1px);
}

/* Footer END */


















/* Responsive START */

@media screen and (max-width:700px) {

    .info-container {
        width: 100%;
        align-items: center;
        justify-content: center;
        grid-template-columns: repeat(2, auto);
        gap: 10px;
    }

    .info-card {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-container {
        width: 100%;
    }

    .footer-top {
        width: 100%;
        flex-direction: column;
    }

    .footer-top-rast,
    .footer-top-vasat,
    .footer-top-chap {
        width: 100%;
    }

    .footer-top-vasat {
        justify-content: flex-start;
    }

    .footer-bottom {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-rast {
        align-items: center;
        justify-content: center;
    }

}


@media screen and (min-width:601px) and (max-width:780px) {

    .info-container {
        width: 100%;
        align-items: center;
        justify-content: center;
        grid-template-columns: repeat(3, auto);
        gap: 10px;
    }

    .info-card {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-container {
        width: 100%;
    }

    .footer-top {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-top-rast,
    .footer-top-vasat,
    .footer-top-chap {
        width: 600px;
        max-width: 600px;
        padding: 0 10px;
    }

    .footer-top-vasat {
        justify-content: space-between;
    }

}

@media screen and (min-width:781px) and (max-width:1000px) {

    .info-container {
        width: 100%;
        align-items: center;
        justify-content: center;
        grid-template-columns: repeat(4, auto);
        gap: 10px;
    }

    .info-card {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-container {
        width: 100%;
    }

    .footer-top {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-top-rast,
    .footer-top-vasat,
    .footer-top-chap {
        width: 600px;
        max-width: 600px;
        padding: 0 10px;
    }

    .footer-top-vasat {
        justify-content: space-between;
    }

}

@media screen and (min-width:1001px) and (max-width:1200px) {

    .info-container {
        width: 100%;
    }

    .info-card {
        width: 100%;
    }

    .footer-container {
        width: 100%;
    }

}

/* Responsive END */