@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


@media (max-width: 768px) {
    .detail-section {
        display: none;
        padding: 10px 20px 20px 6%;
    }

    .footer-title {
        font-size: 12px;
        font-weight: bold;
        padding: 2.5% 6%;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 0.3px solid #d3d3d3;
    }

    .footer-title img {
        height: 12px;
        padding-right: 20px;
    }

    .footer-txt {
        font-family: "Montserrat";
        font-size: 11px;
        font-weight: 400;
        text-align: center;
    }
    
    .footer-txt2 {
        font-family: "Montserrat";
        font-size: 12px;
        font-weight: 400;
        /* text-align: center; */
    }
    
}

/* For tablets && pc */
@media (min-width: 769px) {
    .footer-section2 {
        border-top: 0.3px solid #d3d3d3;
        padding: 50px 6.5%;
        display: flex;
        justify-content: space-around;
    }

    .detail-txt {
        display: block;
    }

    .footer-title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .footer-title img {
        display: none;
    }

    .detail-section {
        display: block;
    }
    .footer-txt {
        font-family: "Montserrat";
        font-size: 13px;
        font-weight: 400;
        text-align: center;
    }
    
    .footer-txt2 {
        font-family: "Montserrat";
        font-size: 13px;
        font-weight: 400;
        /* text-align: center; */
    }
    
}


.icons-section{
    display: flex;
    width: 90%;
    align-items: center;
}


/* .footer-txt {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.footer-txt2 {
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 400;

} */

.footer-section {
    border-top: 0.3px solid #d3d3d3;
    padding: 60px 6.5%;
}

/* .footer-section2 {
    border-top: 0.3px solid #d3d3d3;
    padding: 60px 100px;
    display: flex;
    justify-content: space-between;
} */

.footer-section-last {
    border-top: 0.3px solid #d3d3d3;
    padding: 8px;
}

/* .footer-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
} */


.detail-txt {
    margin-bottom: 8px;
}

.detail-txt2 {
    margin-bottom: 8px;
}
