@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@200;300;400;500;600;700&display=swap");
* {
    margin: 0;
    padding: 0;
   
}
hr {
    height: 2px;
    background: white;
}

/* ---- All Responsive Start -----*/
@media only screen and (min-width: 992px) {
    .copyright-box {
        display: flex;
        justify-content: start;
        padding-top: 10px;
        color: white;
        font-size: 17px;
    }
    .social-media-box {
        display: flex;
        justify-content: end;
        gap: 10px;
    }
    .social-media-box a{
       text-decoration: none;
    }
    .social-media-box i{
        background: #fa6f10;
        color: white;
        width: 45px;
        height: 45px;
        font-size: 18px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .social-media-box i:hover{
        transform: translateY(-5px);
    }
    .logo-box {
        display: flex;
        justify-content: start;
    }
    .logo-box img {
        width: 400px;
    }
    .description-box {
        color: white;
        font-size: 17px;
        padding-top: 20px;
        padding-bottom: 30px;
        display: flex;
        justify-content: start;
        text-align: start;
        padding-right: 20px !important;
    }
    .hashtag-box {
        color: white;
        display: flex;
        justify-content: start;
        gap: 10px;
        font-size: 15px;
        padding-right: 20px !important;
    }
    .hashtag2-box {
        color: white;
        display: flex;
        justify-content: start;
        gap: 10px;
        font-size: 15px;
        padding-right: 20px !important;
    }
    .hashtag3-box {
        color: white;
        display: flex;
        justify-content: start;
        gap: 10px;
        font-size: 15px;
    }
    .title-list-box {
        color: white;
        font-size: 25px;
        font-weight: 500;
        display: flex;
        justify-content: start;
        margin-top: 20px;
    }
    .list-box {
        text-align: start;
        gap: 15px;
    }
    .list-box i {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .copyright-box {
        display: flex;
        justify-content: center;
        padding-top: 0px;
        color: white;
        font-size: 15px;
    }
    .social-media-box {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .social-media-box a{
        text-decoration: none;
     }
     .social-media-box i{
         background: #fa6f10;
         color: white;
         width: 30px;
         height: 30px;
         font-size: 18px;
         border-radius: 100%;
         display: flex;
         justify-content: center;
         align-items: center;
         transition: transform 0.3s ease-in-out;
     }
     .social-media-box i:hover{
         transform: translateY(-5px);
     }
    .logo-box {
        display: flex;
        justify-content: center;
    }
    .logo-box img {
        width: 250px;
    }
    .description-box {
        color: white;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 30px;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .hashtag-box {
        color: white;
        display: flex;
        justify-content: center;
        gap: 5px;
        font-size: 12px;
    }
    .hashtag2-box {
        color: white;
        display: flex;
        justify-content: center;
        gap: 5px;
        font-size: 12px;
    }
    .hashtag3-box {
        color: white;
        display: flex;
        justify-content: center;
        gap: 5px;
        font-size: 12px;
    }
    .title-list-box {
        color: white;
        font-size: 20px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .list-box {
        text-align: center;
        gap: 15px;
    }
    .list-box i {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 452px) {
    .copyright-box {
        display: flex;
        justify-content: center;
        padding-top: 0px;
        color: white;
        font-size: 12px;
    }
    .social-media-box {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .social-media-box a{
        text-decoration: none;
     }
    .social-media-box i{
        background: #fa6f10;
        color: white;
        width: 25px;
        height: 25px;
        font-size: 18px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .social-media-box i:hover{
        transform: translateY(-5px);
    }
    .logo-box {
        display: flex;
        justify-content: center;
    }
    .logo-box img {
        width: 200px;
    }
    .description-box {
        color: white;
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 30px;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
    }
    .hashtag-box {
        color: white;
        display: flex;
        justify-content: center;
        gap: 5px;
        font-size: 10px;
    }
    .hashtag2-box {
        color: white;
        display: flex;
        justify-content: center;
        gap: 5px;
        font-size: 10px;
    }
    .hashtag3-box {
        color: white;
        display: flex;
        justify-content: center;
        gap: 5px;
        font-size: 10px;
    }
    .title-list-box {
        color: white;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .list-box {
        text-align: center;
        gap: 15px;
    }
    .list-box i {
        padding-right: 15px;
    }
    
}
@media only screen and (max-width: 344px) {
    .copyright-box {
        display: flex;
        justify-content: center;
        padding-top: 0px;
        color: white;
        font-size: 12px;
    }
    .social-media-box {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .social-media-box a{
        text-decoration: none;
     }
    .social-media-box i{
        background: #fa6f10;
        color: white;
        width: 25px;
        height: 25px;
        font-size: 18px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .social-media-box i:hover{
        transform: translateY(-5px);
    }
    .logo-box {
        display: flex;
        justify-content: center;
    }
    .logo-box img {
        width: 200px;
    }
    .description-box {
        color: white;
        font-size: 10px;
        padding-top: 15px;
        padding-bottom: 30px;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
    }
    .hashtag-box {
        color: white;
        display: flex;
        justify-content: center;
        gap: 5px;
        font-size: 9px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hashtag2-box {
        color: white;
        display: flex;
        justify-content: center;
        gap: 5px;
        font-size: 9px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hashtag3-box {
        color: white;
        display: flex;
        justify-content: center;
        gap: 5px;
        font-size: 9px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .title-list-box {
        color: white;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .list-box {
        text-align: center;
        gap: 15px;
    }
    .list-box i {
        padding-right: 15px;
    }
    
}
/* ---- All Responsive End -----*/

/* ---- Text Contact Responsive Start -----*/
@media only screen and (min-width: 1400px) {
    .list-box a {
        text-decoration: none;
        color: white;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1399px) {
    .list-box a {
        text-decoration: none;
        color: white;
        font-size: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .list-box a {
        text-decoration: none;
        color: white;
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .list-box a {
        text-decoration: none;
        color: white;
        font-size: 14px;
    }
}
@media only screen and (max-width: 452px) {
    .list-box a {
        text-decoration: none;
        color: white;
        font-size: 10px;
    }
}
/* ---- Text Contact Responsive End -----*/

/* ---- Social Media Hover -----*/

.footer-container {
    background: #1f2835;
    border-radius: 0px;
    z-index: 100;
    width: 100%;
    margin-bottom: 15px;
}

.footer-container-solid {
    background: #1f2835;
    border-radius: 15px;
    z-index: 100;
    width: 98%;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
}
