
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.2s linear;
    scroll-behavior: smooth;
    user-select: none;
}
html{
    background-color: #000;
}
header{
    display: flex;
    background: none !important;
}
header .logoArea{
    opacity: 0 !important;
    visibility: hidden !important;
    background-color: transparent !important;
}
header .sides .left .liner,
header .sides .left .ssmedia{
    display: none;
}
.landing{
    display: flex;
    flex-direction: column;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    user-select: none;
    background-color: #000;
}
.landing .squared{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    inset: 10px;
    align-items: center;
    z-index: 3;
}
.landing .squared .squareHere{
    display: flex;
    width: 50%;
    height: 50%;
    background-color: #000;
}
.landing .squared .squareHere.square1,
.landing .squared .squareHere.square4{
    /* background-color: #f3ede7; */
    /* background-color: #6f4e37; */
    /* background-color: #0b4c6a; */
    background-color: #e1543a;
}
.landing .landWords{
    display: flex;
    flex-direction: column;
    color: aliceblue;
    position: fixed;
    inset: 0;
    max-width: 80%;
    max-height: 80%;
    padding: 100px;
    width: auto;
    height: auto;
    background-color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: center;
    border-radius: 10px;
    border: 2px solid wheat !important;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.956) 0px 22px 70px 44px;
}
.landing .landWords h1{
    display: flex;
    flex-wrap: nowrap;
    font-size: 20px;
    letter-spacing: 2px;
    align-items: center;
    justify-content: center;
}
.landing .landWords h1 > span{
    display: flex;
    color: #f00;
    font-size: 32px;
    padding: 5px 10px;
    /* background-color: #1c1b1b; */
    align-items: center;
}
.landing .landWords h2{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
    font-size: 1.3rem;
}
.landing .landWords .linked{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.landing .landWords .linked .toPage{
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    flex-wrap: nowrap;
    word-wrap: normal;
    min-width: 40%;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid #e1543a;
    /* background-color: #f5deb3; */
    background-color: #e1543a;
}
.landing .landWords .linked .toPage:hover{
    background-color: transparent;
    color: #fff;
}
.landing .landWords .slogan{
    display: flex;
    margin-top: 30px;
}
.landing .landWords .slogan blockquote{
    display: flex;
    cursor: pointer;
}
.landing .landWords .slogan blockquote a{
    display: flex;
    color: #fff;
    font-size: larger;
    padding: 5px 40px;
    background-color: #342317;
}
.landing .landWords .slogan blockquote a:hover{
    background-color: #342317;
    color: #000;
}
.landing .landWords .ssmedia{
    display: flex;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.landing .landWords .ssmedia a{
    display: flex;
    color: #584b34;
    font-size: 30px;
    padding: 5px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.landing .landWords .ssmedia a:hover{
    color: #000;
    background-color: #2d190b;
}
.last_words{
    display: flex;
    color: #0ff;
    position: absolute;
    left: 10px;
    bottom: 20px;
    gap: 10px;
    color: #fff;
    z-index: 9;
}
.last_words a{
    color: #fff;
}
/* =======   Media Queries   ======= */
@media (max-width: 800px) {
    .landing .landWords{
        padding: 80px;
    }
    .landing .landWords h1{
        font-size: 1.5rem;
    }
    .landing .landWords h2{
        font-size: 1rem;
    }
    .landing .landWords .slogan blockquote a{
        padding: 5px 20px;
    }
}
@media (max-width: 640px) {
    .landing .landWords{
        padding: 30px;
        align-items: center;
        justify-content: center;
    }
    .landing .landWords h1{
        display: flex;
        flex-wrap: wrap;
    }
    .landing .landWords h1 > span{
        font-size: 38px;
        padding: 0;
    }
    .landing .landWords .slogan blockquote a{
        font-size: 16px;
    }
}
@media (max-width: 540px) {
    .landing .squared{
        inset: 6px;
    }
    .landing .landWords{
        max-width: 90%;
        padding: 30px;
    }    
    .landing .landWords .slogan blockquote a{
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .landing .squared{
        inset: 6px;
    }
    .landing .landWords{
        padding: 20px;
    }
    .landing .landWords h1{
        font-size: 1.6rem;
    }
    .landing .landWords .slogan blockquote a{
        font-size: 16px;
    }
}
@media (max-width: 400px) {
    .landing .landWords .linked .toPage{
        min-width: 100%;
        padding: 5px 10px;
    }
    .last_words{
        font-size: 12px;
        gap: 2px;
    }
}
@media (max-width: 320px) {
    .landing .landWords .linked .toPage{
        font-size: 16px;
    }
    .landing .landWords .linked .to-hide{
        display: none;
    }
    .landing .landWords h1{
        font-size: 24px;
    }
    .landing .landWords h1 > span{
        font-size: 32px;
    }
    .last_words{
        font-size: 10px;
        flex-direction: column;
    }
}
