@charset "UTF-8";
/*
    This CSS stylesheet was created by the Crattivo Department of Gocreattivo.
    It is designed to style FooterStyle-2.html template with a customizable logo positioned at the center.
    Our team specializes in Full Stack Development, Database Management, API Integration,
    Frontend & Backend Coordination, and Code Optimization.
    Gocreattivo is dedicated to providing high-quality, efficient, and scalable design solutions.
*/

*{
    padding:0;
    margin:0;
}
body{
    background-color: white;
    overflow-x: hidden;
}

/* Default Styling for Footer (Large Desktop)*/
footer{
    display:flex;
    position: relative;
    flex-direction: column;
    width: 100vw;
    height: auto;
    bottom: 0;
    background: linear-gradient(to top, #030303, #1f1f1f);    
    align-content: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.877);
    text-align: center;
    font-size: 0.9vw;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    p{
        margin-bottom: 1vw;
    }
}
.default-footer-top{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.default-footer-top-container{
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-content: space-between;
    padding: 4vw 0 0.5vw 0;
    align-items: start;
    gap: 10vw;
}
.default-footer-top-column{
    display: flex;
    flex-direction: column;
}
.column-top{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    width: 100%;
    height: 3vw;
    span{
        font-style: normal;
        font-weight: bolder;
        font-size: 1.25vw;
    }
    img{
        width: 6vw;
    }
}
#mobile-link-header{
    display: none;
}
.column-divider {
    width: 100%;
    height: 1px; 
    background: linear-gradient(
                to right,
                transparent 0%,
                #A49E93 10%,
                #A49E93 30%,
                #A49E93 70%,
                #A49E93 90%,
                transparent 100%
            );
    margin: 5px 0 20px 0;
}
#logo-divider{
    display: none;
}
.column-bottom{
    display: flex;
    align-items: start;    
    width: 100%;
    height:60%;
}
.footer-links-top{
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 50%;
    li{
        /* margin: 0.6rem 1.25rem 0.6rem 0; */
        text-align: center;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        width: max-content;
    }
    li a{
        text-decoration: none !important;
        display: flex;
        flex-direction: row;
        color: rgba(255, 255, 255, 0.877);
    }
    li h4{
            font-size: 1vw;
            color: rgba(255, 255, 255, 0.877);
            font-weight: normal;
            margin: auto 0 auto 0.35rem;
            letter-spacing: 0.05em;
    }
    li img{
        height: auto;
        width: 1.25vw;
    }
}
.footer-socials{
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 60%;
    svg{
        height: 1.75vw;
        margin-right: 1vw;
    }
}
.footer-links-top li h4:hover{
    color: #F07452;
    transition: color 0.4s ease;
}
.footer-socials svg path:nth-of-type(1) {
    transition: fill 0.5s ease;
}
.footer-socials svg:hover path:nth-of-type(1) {
    fill: #F07452;
}
.default-footer-divider{
    width: 80%;
    height: 1px; 
    background: linear-gradient(
                to right,
                transparent 0%,
                #A49E93 10%,
                #A49E93 30%,
                #A49E93 70%,
                #A49E93 90%,
                transparent 100%
            );
    margin: 5px auto 0 auto;
}
.default-footer-bottom{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.default-footer-bottom-container{
    display: flex;
    height: auto;
    width: 70%;
    padding: 1.5vh 0 0.5vh 0;
}
.footer-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    text-align: left;
}
.footer-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    text-align: right;
    color: white;
}
.footer-links{
    display: inline;
    align-content: center;
    justify-items: center;
    color: white;
    text-decoration: none;
    margin-bottom: 1vw;
    height: auto;
}
.footer-icon{
    display: flex;
    width: 3.5rem;
    height: auto;
    margin: 0 0 1vw 0.5vw;
}
/* Default Styling for Footer End */

/* Mobile Styling for Footer */
.mobile-footer-container{
    display: none;
    flex-direction: column;
    height: 6vw;
    width: 90%;
}
.footer-top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.footer-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    color: white;
}
/* Mobile Styling for Footer End */


/* Responsive sizing */
/* --------------------- */
/*  DESKTOP BREAKPOINTS  */
/* --------------------- */
/* Small Desktops and Laptops */
@media only screen and (min-width: 1201px) and (max-width: 1680px) {
    .mobile-footer-container{
        display: none;
    }
    footer{
        font-size: 1.15vw;
        letter-spacing: 0.35px;
        p{
            margin-bottom: 0vw;
        }
    }
    .default-footer-bottom-container{
        width: 80%;
        margin-bottom: 1vh;
        padding-top: 2vh;
    }
    .footer-left{
        color: rgba(255, 255, 255, 0.877);
    }
    .footer-right{
        color: rgba(255, 255, 255, 0.877);
    }
    .footer-links{
        margin-bottom: 5vw;
    }
    .footer-icon{
        height: 1.75rem;
        margin: 0 0 0.5vw 0.5vw;
    }
    .default-footer-top{
        width: 100%;
    }
    .default-footer-top-container{
        width: 80%;
        justify-content: space-between;
        padding: 5vw 0 0.5vw 0;
        align-items: start;
        gap: 0;
    }
    .column-top{
        width: 100%;
        height: 5rem;
        span{
            font-size: 1.75rem;
        }
        img{
            width: 8rem;
        }
    }
    #mobile-link-header{
        display: none;
    }
    .column-divider {
        width: 90%;
        height: 1px;
        margin: 5px 0 20px 0;
    }
    #logo-divider{
        display: none;
    }
    .column-bottom{  
        width: 100%;
        height:60%;
        margin-bottom: 1vw;
    }
    .footer-links-top{
        width: 50%;
        li{
            margin: 0rem 0rem 0rem 0;
            margin-bottom: 7px;
            font-weight: bold;
            width: max-content;
        }
        li h4{
                font-size: 1.1rem;
                color: rgba(255, 255, 255, 0.877);
                font-weight: normal;
                margin: auto 0 auto 1vw;
        }
        li img{
            width: 2rem;
        }
    }
    .footer-socials{
        svg{
            height: 2rem;
            margin-right: 2vw;
        }
    }
    .default-footer-divider{
        width: 85%;
    }
}
/* --------------------- */
/*   TABLET BREAKPOINTS  */
/* --------------------- */
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
    .mobile-footer-container{
        display: none;
    }
    footer{
        font-size: 1.6vw;
        letter-spacing: 0.35px;
        p{
            margin-bottom: 0vw;
        }
    }
    .default-footer-bottom-container{
        width: 80%;
        margin-bottom: 1vh;
        padding-top: 2vh;
    }
    .footer-left{
        color: rgba(255, 255, 255, 0.877);
    }
    .footer-right{
        color: rgba(255, 255, 255, 0.877);
    }
    .footer-links{
        margin-bottom: 5vw;
    }
    .footer-icon{
        height: 4vw;
        width: auto;
        margin: 0 0 0.5vw 0.5vw;
    }
    .default-footer-top{
        width: 100%;
    }
    .default-footer-top-container{
        width: 80%;
        justify-content: space-between;
        padding: 4vw 0 0.5vw 0;
        align-items: start;
        gap: 0;
    }
    .column-top{
        width: 100%;
        height: 8vw;
        span{
            font-size: 2.75vw;
        }
        img{
            width: 10vw;
        }
    }
    #mobile-link-header{
        display: none;
    }
    .column-divider {
        width: 80%;
        height: 1px;
        margin: 5px 0 20px 0;
    }
    #logo-divider{
        display: none;
    }
    .column-bottom{  
        width: 100%;
        height:60%;
        margin-bottom: 3vw;
    }
    .footer-links-top{
        width: 50%;
        li{
            margin: 0rem 0rem 0rem 0;
            margin-bottom: 7px;
            font-weight: bold;
            width: max-content;
        }
        li h4{
                font-size: 2.25vw;
                color: rgba(255, 255, 255, 0.877);
                font-weight: normal;
                margin: auto 0 auto 0.35rem;
        }
        li img{
            width: 2.5vw;
        }
    }
    .footer-socials{
        svg{
            height: 3.25vw;
            margin-right: 2vw;
        }
    }
    .default-footer-divider{
        width: 85%;
    }
}  
@media only screen and (min-width: 767px) and (max-width: 1200px) and (orientation: landscape) {
    .mobile-footer-container{
        display: none;
    }
    footer{
        font-size: 1.5vw;
        letter-spacing: 0.35px;
        p{
            margin-bottom: 0vw;
        }
    }
    .default-footer-bottom-container{
        width: 80%;
        margin-bottom: 2vh;
        padding-top: 2vh;
    }
    .footer-left{
        color: rgba(255, 255, 255, 0.877);
    }
    .footer-right{
        color: rgba(255, 255, 255, 0.877);
    }
    .footer-links{
        margin-bottom: 5vw;
    }
    .footer-icon{
        height: 3vw;
        width: auto;
        margin: 0 0 0.5vw 0.5vw;
    }
    .default-footer-top{
        width: 100%;
    }
    .default-footer-top-container{
        width: 80%;
        justify-content: space-between;
        padding: 4vw 0 0.5vw 0;
        align-items: start;
        gap: 0;
    }
    .column-top{
        width: 100%;
        height: 8vw;
        span{
            font-size: 2.5vw;
        }
        img{
            width: 11vw;
        }
    }
    #mobile-link-header{
        display: none;
    }
    .column-divider {
        width: 95%;
        height: 1px;
        margin: 5px 0 20px 0;
    }
    #logo-divider{
        display: none;
    }
    .column-bottom{  
        width: 100%;
        height:60%;
        margin-bottom: 3vw;
    }
    .footer-links-top{
        width: 50%;
        li{
            margin: 0rem 0rem 0rem 0;
            margin-bottom: 7px;
            font-weight: bold;
            width: max-content;
        }
        li h4{
                font-size: 1.5vw;
                color: rgba(255, 255, 255, 0.877);
                font-weight: normal;
                margin: auto 0 auto 0.5rem;
        }
        li img{
            width: 2.75vw;
        }
    }
    .footer-socials{
        svg{
            height: 3.5vw;
            margin-right: 2vw;
        }
    }
    .default-footer-divider{
        width: 85%;
    }
}
/* -------------------- */
/*  MOBILE BREAKPOINTS  */
/* -------------------- */
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .default-footer-bottom-container{
        display: none;
    }
    footer{
        width: 100vw;
        height: auto;
        font-size: 4vw;
        letter-spacing: 0.15px;
        p{
            margin-bottom: 0.5vw;
        }
    }
    .mobile-footer-container{
        display: flex;
        height: auto;
        width: 90%;
        padding: 2vw 0 7vh 0;
        margin: 0 auto;
    }
    .footer-top{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        padding: 1.5vw 0 1.5vw 0;
    }
    .footer-bottom{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        color: white;
        padding: 0 0 2vw 0 ;
    }
    .footer-icon{
        height: 7vw;
        width: auto;
        margin: 0 0 1vw 0.5vw;
    }
    .default-footer-top{
        flex-direction: column;
        width: 100%;
    }
    .default-footer-top-container{
        flex-direction: column;
        width: 80%;
        justify-content: space-between;
        padding: 9vw 0 0.5vw 0;
        align-items: start;
        margin: 0 auto;
        gap: 1vw;
    }
    .default-footer-top-column{
        width: 100%;
    }
    .column-top{
        text-align: left;
        width: 100%;
        height: 10vw;
        span{
            text-transform: uppercase;
            font-size: 7vw;
            font-weight: bolder;
        }
        img{
            display: none;
            width: 25vw;
        }
    }
    #logo-divider{
        display: flex;
        width: 100%;
        background: rgba(255, 255, 255, 0.205);
        margin-bottom: 0;
    }
    #mobile-link-header{
        display: block;
    }
    .column-divider {
        display: none;
    }
    .column-bottom{
        align-items: start;    
        width: 100%;
        height:60%;
        margin-top: 6vw;
        margin-bottom: 4vw;
    }
    .footer-links-top{
        display: flex;
        flex-direction: column;
        list-style: none;
        width: 100%;
        li{
            margin: 0rem 2rem 0rem 0;
            text-align: center;
            display: flex;
            flex-direction: row;
            margin-bottom: 10px;
            font-weight: bold;
            width: max-content;
        }
        li a{
            text-decoration: none !important;
            display: flex;
            flex-direction: row;
        }
        li h4{
                font-size: 4.5vw;
                color: rgba(255, 255, 255, 0.877);
                margin: auto 0 auto 0;
        }
        li img{
            height: auto;
            width: 5vw;
            margin-right: 2vw;
        }
    }
    .footer-socials{
        display: flex;
        align-items: flex-start;
        width: 100%;
        height: 60%;
        margin-top: 6vw;
        margin-bottom: 10vw;
        svg{
            height: 7vw;
            margin-right: 3vw;
        }
    }
    #youtube-logo{
        transform: translateX(0vw);
    }
    .default-footer-divider{
        width: 90%;
        height: 1px; 
        background: rgba(255, 255, 255, 0.205);
        margin: 5px auto 0 auto;
    }
} 
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .default-footer-bottom-container{
        display: none;
    }
    footer{
        width: 100vw;
        height: auto;
        font-size: 2.5vw;
        letter-spacing: 0.15px;
        p{
            margin-bottom: 0.5vw;
        }
    }
    .mobile-footer-container{
        display: flex;
        height: auto;
        width: 90%;
        padding: 0vw 0 8vh 0;
        margin: 0 auto;
    }
    .footer-top{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        padding: 1.5vw 0 1.5vw 0;
    }
    .footer-bottom{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        color: white;
        padding: 0 0 2vw 0 ;
    }
    .footer-icon{
        height: 5vw;
        width: auto;
        margin: 0 0 1vw 0.5vw;
    }
    .default-footer-top{
        flex-direction: column;
        width: 100%;
    }
    .default-footer-top-container{
        flex-direction: column;
        width: 80%;
        justify-content: space-between;
        padding: 8vw 0 0.5vw 0;
        align-items: start;
        margin: 0 auto;
        gap: 1vw;
    }
    .default-footer-top-column{
        width: 100%;
    }
    .column-top{
        text-align: left;
        width: 100%;
        height: 6vw;
        span{
            text-transform: uppercase;
            font-size: 4.5vw;
            font-weight: bolder;
        }
        img{
            display: none;
            width: 25vw;
        }
    }
    #logo-divider{
        display: flex;
        width: 100%;
        background: rgba(255, 255, 255, 0.205);
        margin-bottom: 0;
    }
    #mobile-link-header{
        display: block;
    }
    .column-divider {
        display: none;
    }
    .column-bottom{
        align-items: start;    
        width: 100%;
        height:60%;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    .footer-links-top{
        display: flex;
        flex-direction: column;
        list-style: none;
        width: 100%;
        li{
            margin: 0rem 2rem 0rem 0;
            text-align: center;
            display: flex;
            flex-direction: row;
            margin-bottom: 10px;
            font-weight: bold;
            width: max-content;
        }
        li a{
            display: flex;
            flex-direction: row;
        }
        li h4{
                font-size: 2.75vw;
                color: rgba(255, 255, 255, 0.877);
                margin: auto 0 auto 0;
        }
        li img{
            height: auto;
            width: 5vw;
            margin-right: 2vw;
        }
    }
    .footer-socials{
        display: flex;
        align-items: flex-start;
        width: 25%;
        height: 60%;
        margin-top: 2vw;
        margin-bottom: 3vw;
        svg{
            height: 5vw;
            margin-right: 1vw;
        }
    }
    #youtube-logo{
        transform: translateX(0vw);
    }
    .default-footer-divider{
        width: 80%;
        height: 1px; 
        background: rgba(255, 255, 255, 0.205);
        margin: 5px auto 0 auto;
    }
}
