﻿.section-banner {
    background-image: url(../image/home/top-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 875px;
}

    .section-banner .container {
    }

.banner-text-first {
    width: 400px;
}
.banner-text-sub {
    border-radius: 10px;
    background: #5b385691;
    padding: 0px 0px;
}
.home-about-content {
    margin-top: 6em;
}

.banner-text-first h1 {
    text-align: left;
    padding: 0 0.5em;
    font-size: 26px;
}

    .banner-text-first p {
        text-align: left;
        padding: 0 0.5em;
        font-size: 18px;
    }

.puple-bkg {
    background-color: #CCC8EB;
}

.section-about img {
    max-height: 370px;
    max-width: 390px;
    width: 100%;
    float: right;
    margin-bottom: 50px
}

.section-birthdate {
    border-radius: 20px;
}

    .section-birthdate .section-birthdate-text {
        padding: 100px 50px 50px;
    }

    .section-birthdate .section-birthdate-row {
        padding-top: 50px;
    }

    .section-birthdate .section-birthdate-imgs {
        margin-right: 19px;
    }

    .section-birthdate .birthday-special-img {
        width: 100%;
        border-radius: 10px;
    }

    .section-birthdate .birthday-special-img-1 {
        rotate: -5deg;
        box-shadow: -14px -13px 0px -4px #f9cfea;
    }

    .section-birthdate .box-shadow-pink {
        box-shadow: -14px -13px 0px -4px #f9cfea;
    }

    .section-birthdate .birthday-special-img-2 {
        rotate: -5deg;
    }

    .section-birthdate .birthday-special-img-3 {
        rotate: 6deg;
    }

    .section-birthdate .birthday-special-img-4 {
        rotate: 1.05deg;
    }

    .section-birthdate .birthday-special-img-5 {
        rotate: 4.5deg;
    }

    .section-birthdate .birthday-special-img-6 {
        rotate: 2.82deg;
    }

.section-products {
    background-color: #431CBA;
    background-image: url(../image/home/our-products.png);
    color: #fff;
    background-repeat: no-repeat;
}

    .section-products .section-products-pad {
        padding-top: 50px
    }

    .section-products .our-product-sub {
        border-radius: 20px;
        overflow: hidden;
        width: 100%;
        position: relative;
        height: 300px;
        margin-bottom: 25px
    }

        .section-products .our-product-sub img {
            width: 430px;
            position: absolute;
        }

        .section-products .our-product-sub .floating-product-label {
            background-color: rgba(255, 255, 255, .9);
            position: absolute;
            bottom: 0;
            color: #431CBA;
            width: 100%;
            padding: 20px;
            font-size: 23px;
        }

.section-picks {
    margin-bottom: 50px;
}

    .section-picks img {
        width: 90%;
    }

.section-organizer {
    background-color: #431CBA;
    padding-bottom: 50px;
    color: #fff;
}

    .section-organizer .section-organizer-text {
        padding-top: 100px
    }

    .section-organizer .organize-img-section {
        position: relative;
    }

    .section-organizer .organize-img-section-bkg {
        background-image: url(../image/home/organize-section-bg-min.png);
        background-repeat: no-repeat;
        background-size: 133%;
        background-position: -88px;
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 556px;
        height: 550px;
    }

    .section-organizer .organize-img-section .organize-img-1 {
        position: relative;
        z-index: 2 !important;
        margin-top: -22px;
        margin-left: 5px;
        width: 100%;
    }

.section-topcategory .justify-content-center .our-product-sub img {
    border-radius: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.section-topcategory .justify-content-center .our-product-sub label {
    text-align: center;
    display: block;
}

.section-contact .subscriber-div {
    background-attachment: unset;
    background-size: 100% 100%;
    background-image: url(../image/home/our-products.png), linear-gradient(to right, #FFC1E8, #EC27A4);
    padding: 7% 5%;
    border-radius: 25px;
    color: #fff;
}
.navbar-toggler:focus{
    color:#fff;
}
.section-contact {
}

.section-contact .subscribe-text-group {
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
    max-width: 100%;
    /*min-width: 300px;*/
}

    .section-contact .subscribe-text-group input {
        background-color: #fff;
        border: none; 
        padding-left: 20px;
    }

    .section-contact .subscribe-text-group .m-2 {
        margin-right: 15px !important;
    }

/* OVERRIDES
------------------------------------- */
/* Tablets (portrait and landscape, 601px to 1024px) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .section-banner {
        background-size: 900px;
        background-position: top;
        height: 445px;
    }

    .banner-text-first {
        width: 50% !important;
    }

    .section-birthdate-text {
        padding: 50px !important;
    }

    .banner-text-first h1 {
        margin-top: 3em;
    }

    .section-products .our-product-sub .floating-product-label {
        height: 118px;
        vertical-align: central;
    }

    .section-organizer .organize-img-section {
        text-align: center;
    }

    .section-organizer .organize-img-section-bkg {
        background-image: url(../image/home/organize-section-bg-min.png);
        background-repeat: no-repeat;
        background-size: 132%;
        background-position: -88px;
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 575px;
        height: 561px;
        margin-left: 80px;
    }

    .section-organizer .organize-img-section .organize-img-1 {
        position: relative;
        z-index: 3 !important;
        margin-top: 99px;
        margin-left: 5px;
        width: 500px;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .section-banner {
        background-image: url(../image/home/top-banner.jpg);
        background-repeat: no-repeat;
        background-position: -160px;
        height: 380px;
        background-size: 980px;
    }
        .section-banner .container {
            padding: 0 !important;
            margin: 0;
        }

    .home-about-content {
        margin-top: 4em;
    }

    p {
        padding: 15px;
    }

    .banner-text-first h1 {
        text-align: center;
    }

    .banner-text-first p {
        text-align: justify;
        padding: 0 2em;
        text-align: center;
        font-size: 14px;
    }

    .left {
        padding: 15px;
    }

    .section-about img {
        clear: both;
        height: auto;
        width: 100%;
    }

    .section-birthdate .section-birthdate-text {
        text-align: center;
        padding: 0 !important;
    }

    .section-picks {
    }

        .section-picks img {
            width: 90%;
        }

        .section-picks .section-picks-img .col-lg-5 {
            margin: 0;
            padding-top: 0 !important;
            text-align: center;
        }

        .section-picks .section-picks-img .col-lg-4 {
            margin: 0;
            padding-top: 0 !important;
        }


    .section-organizer .organize-img-section-bkg {
        background-repeat: no-repeat;
        background-size: 95%;
        background-position: -69px;
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 546px;
        height: 548px;
        margin: -35px -23px;
    }

    .section-organizer .organize-img-section .organize-img-1 {
        position: relative;
        z-index: 3 !important;
        margin-top: 0px ;
        margin-left: 0px;
        width: 350px;
    }
}
