/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 4, 2023, 6:51:50 PM
    Author     : AllyCat
*/

@font-face {

    font-family: NunitoSans;
    src: url(../CSSFonts/NunitoSans_10pt-Light.ttf);
}

.nunitoSans{
    font-family: NunitoSans;
}

#LargeHomeMainContent {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

#LargeMainContentParent {

    background: linear-gradient(#F0E65F, #D3B000);
    border-bottom: 1px #685001 solid;
    width: 100%;
    padding: 0px;
}

#LargeEcomCartIconBox{

    margin-right: 20px;
    width: 200px;
    height: 200px;

}

#LargeTitle_CustomerQuestions{
    margin: 0px;
}

#Para_CustomerQuestions{
    margin: 0px;
    font-size: 20px;
}

#LargeSection_CustomerQuestions{

    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.Large_SVGProductFeatureIconBox{
    margin: 0px;
    width: 100px;
    height: 100px;
}

.Large_Title_ProductFeatures{
    margin: 0px;
}

.Large_Para_FeatureDecription{
    margin: 0px;
    font-size: 20px;
}

#Large_LargeQuote{
    margin: 0px;
    font-size: 60px;
    text-align: center;
}

.large_EcommLandingImage_Left{

    position: absolute;
    max-inline-size: 100%;
    block-size: auto;

}

.large_EcommLandingImage_Right{

    position: absolute;
    max-inline-size: 100%;
    block-size: auto;

}

#Large_BannerBox{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-inline-size: 100%;
    block-size: auto;

}

.clipVert_Top{
    clip-path: inset(0 50% 0 0);
    animation: ClipVerticallyFromTop 2s;
}

.clipVert_Bottom{
    clip-path: inset(0 0 0 49.9%);
    animation: ClipVerticallyFromBottom 2s;
}

#MainBannerArea{
    margin: 0px;
}

@keyframes ClipVerticallyFromTop {

    /*
    T | R | B | L
    */
    0% {
        clip-path: inset(0 50% 100% 0);
    }

    100% {
        clip-path: inset(0 50% 0 0);
    }

}

@keyframes ClipVerticallyFromBottom {

    0%   {
        clip-path: inset(100% 0 0 49.9%);

    }

    100% {
        clip-path: inset(0 0 0 49.9%);
    }
}

@media only screen and (min-width: 1008px) {

    #Large_BannerBox,
    .large_EcommLandingImage_Left,
    .large_EcommLandingImage_Right{
        width: 1000px;
        height: 500px;
    }

    #LargeHomeMainContent {
        width: 80%;
    }

    #LargeSection_CustomerQuestions{
        width: 60%;
    }

    #LargeEcomCartIconBox{
        float: left;
    }
}

@media only screen and (min-width: 2000px) {

    #Large_BannerBox,
    .large_EcommLandingImage_Left,
    .large_EcommLandingImage_Right{
        width: 1500px;
        height: 800px;
    }

    #LargeSection_CustomerQuestions{
        width: 40%;
    }

    #LargeHomeMainContent {
        width: 60%;
    }

    #LargeEcomCartIconBox{
        float: left;
    }

}

@media only screen and (min-width: 1008px) {
    
    #LargeHomeLayout{

        display: block;
    }
    
    #SmallHomeLayout{

        display: none;
    }
}

@media only screen and (max-width: 1007.99px) {

    #SmallHomeLayout{

        display: block;
    }
    
    #LargeHomeLayout{

        display: none;
    }
}



