
@font-face {
    font-family: "AzoSans-Bold";
    src: url("../Fonts/AzoSansBold.otf");
}
@font-face {
    font-family: "AzoSans";
    src: url("../Fonts/AzoSansBoldItalic.otf");
}

@font-face {
    font-family: "PierSans-Regular";
    src: url("../Fonts/PierSans-Regular.otf");
}

@font-face {
    font-family: "AzoSans-Light";
    src: url("../Fonts/AzoSansLight.otf");
}

body{
    margin: 0;
    padding: 0;
}

#mainSection{
    display: grid;
    max-width: 100vw;
    overflow: hidden;
    grid-template-columns: 1fr 2fr 1fr;
    /* max-height: 100vh; */
    /* grid-gap: 0.5rem; */
    position: relative;
    grid-template-areas:
    "hotBox trendingBox inBox"
    "brandingDiv brandingDiv brandingDiv";
}

.brandingDiv{

}
.hotBox{
    grid-area: hotBox;
}

.brandingDiv{
    grid-area: brandingDiv;
}
.trendingBox{
    grid-area: trendingBox;
    position: relative;
    padding: 20px 0 0 0;
}

.inBox{
    grid-area: inBox;
}

#mainSection > div.colorDiv{
    padding: 20px;
    text-align: center;
}

#mainSection > div > h2{
    font-family: "AzoSans";
    font-size: 45px;
    margin: 0;
}

#mainSection .colorDiv{
    background-color: #CBE6F8;
}

.colorDiv hr{
    display: none;
}

.brandingDiv{
    background-color: #242424;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    font-family: "AzoSans";
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* position: absolute;
    bottom: 0;
    left: 0; */
}

.brandingLogoDiv{
    height: 45px;
}

.clearFloat{
    clear: both;
}

.brandingDiv > p{
    float: left;
}
.brandingDiv > img{
    float: right;
}

.imageDiv > img{
    height: 350px;
}

.imageDiv > h3{
    font-family: "PierSans-Regular";
    font-size: 25px;
    margin: 0 auto;
    text-transform: capitalize;
}

.imageDiv > p{
    font-family: "AzoSans-Light";
    font-size: 24px;
    margin: 12px auto;
}

.printDiv{
    margin: 0 auto;
    text-align: center;
    width: 70%;
    /* height: 400px; */
    /* padding: 20px 0 0 0; */
}

.printDiv > h3{
    margin-top: 20px;
}

.printDiv > p{
    font-size: 24px;
}

.colorCenterDiv{
    height: 320px;
}
.colorCenterDiv .trendColorDiv{
    height: 150px;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding: 20px;
    text-align: center;
}

.colorCenterDiv > p{
    font-family: "AzoSans-Light";
    font-size: 24px;
    width: 80%;
    margin: 25px auto;
    text-align: center;
}

.tC1,.tC2,.tC3{
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 32%;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    font-family: "PierSans-Regular";
    padding:
}

.tC1{
    background-image: url("../images/keyColors/c1.jpg");
}

.tC2{
    background-image: url("../images/keyColors/c2.jpg");
}

.tC3{
    background-image: url("../images/keyColors/c3.jpg");
}


#bodySuitSection{
    background-color: #d3e4f5;
    padding: 50px 0;
    text-align: center;
    margin: 25px 0 0 0;
}

#bodySuitSection hr{
    background-color: #F7F9FB;
}

.bodySuit{
    /* background-color: white; */
    /* border-radius: 20px; */
    height: 350px;
}

.bodySuitsWholeDiv .singleDivSuit{
    /* background-color: white; */
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 20px;
}

.starsDiv{
    text-align: center;
    margin: 10px auto;
}

.bodySuit > img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}


/* #carouselExampleIndicators{
    position: relative;
    text-align: center;
} */

/* .carousel-indicators li{
    display: none;
} */

.carousel-indicators {
    bottom: -40px;
}
#carouselExampleIndicators .carousel-indicators li {
    height: 20px;
}

#carouselExampleIndicators a{
    display: none;
}

/* .owl-prev{
    left: -30px;
}
.owl-next{
    right: -30px;
}
.owl-prev, .owl-next{
    position: absolute;
    top: 30%;
}
.owl-prev span, .owl-next span{
    font-size: 60px;
    color: #787878;
}
.owl-theme .owl nav [class*="owl-"]:hover{
    background-color: transparent
}


 */

/* #pcSection div{

}

.printSectionDiv{
    margin: 0;
    height: 200px;
    padding: 20px;
}
 */

 #pSection{
     text-align: center;
     padding-top: 50px;
 }

.printSectionDiv{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
.printSectionDiv > img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    text-align: left;
}

.ratingDiv > img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    text-align: left;
}

.ratingDiv{
    text-align: center;
    width: 200px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}



#cSection{
    margin-bottom: 50px;
    text-align: center;
}



hr.shortLine{
    width: 25%;
    background: #CBE6F8;
    height: 3px;
    border: none;
    margin-top: 0;
    margin-bottom: 40px;
}

.colorSectionDiv{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.colorSectionDiv > img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    text-align: left;
}

.colorSectionDiv3{
    transform: rotate(90deg);
}


#YogaShortSection .singleDivSuit{
    background-color: #F7F9FB;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 20px;
}


.bodySuitsWholeDiv .singleDivSuitLast{
    background-color: white;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 20px;
}

.bodySuitLast{
    height: 300px;
}

.bodySuitLast > img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.singleDivSuitLast,
.printSectionDiv{
    transition: all 0.3s ease;
}
.singleDivSuitLast:hover,
.printSectionDiv:hover{
    box-shadow: 4px 12px 12px 0px rgba(97,112,128,0.15);
}


@media only screen and (max-width:1024px) {
    #mainSection{
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "hotBox inBox"
        "trendingBox trendingBox"
    }
    .colorCenterDiv  .trendColorDiv{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .imageDiv > img{
        display: none;
    }

    .imageDiv > p{
        font-size: 20px;
    }
    #mainSection > div > h2{
        font-size: 35px;
    }
    .colorDiv hr{
        display: block;
    }
    .printDiv > img{
        display: none;
    }

}
