/* 
==================================================
- File Description: Responsive css file of the template
==================================================
*/

/*** Grid Responsive (Breakpoints) ***/
/* SM ≥576px */
@media (min-width: 576px) {

    /* Container */
    .container {
        max-width: 540px;
    }

    /* Column */
    .col-sm-1 {
        width: 8.33%;
    }

    .col-sm-2 {
        width: 16.66%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33%;
    }

    .col-sm-5 {
        width: 41.66%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33%;
    }

    .col-sm-8 {
        width: 66.66%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33%;
    }

    .col-sm-11 {
        width: 91.66%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

/* MD ≥768px */
@media (min-width: 768px) {

    /* Container */
    .container {
        max-width: 720px;
    }

    /* Column */
    .col-md-1 {
        width: 8.33%;
    }

    .col-md-2 {
        width: 16.66%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-5 {
        width: 41.66%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33%;
    }

    .col-md-8 {
        width: 66.66%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33%;
    }

    .col-md-11 {
        width: 91.66%;
    }

    .col-md-12 {
        width: 100%;
    }
}

/* LG ≥992px */
@media (min-width: 992px) {

    /* Container */
    .container {
        max-width: 960px;
    }

    /* Column */
    .col-lg-1 {
        width: 8.33%;
    }

    .col-lg-2 {
        width: 16.66%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33%;
    }

    .col-lg-5 {
        width: 41.66%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33%;
    }

    .col-lg-8 {
        width: 66.66%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33%;
    }

    .col-lg-11 {
        width: 91.66%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

/* XL ≥1200px */
@media (min-width: 1200px) {

    /* Container */
    .container {
        max-width: 1140px;
    }

    /* Column */
    .col-xl-1 {
        width: 8.33%;
    }

    .col-xl-2 {
        width: 16.66%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33%;
    }

    .col-xl-5 {
        width: 41.66%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33%;
    }

    .col-xl-8 {
        width: 66.66%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33%;
    }

    .col-xl-11 {
        width: 91.66%;
    }

    .col-xl-12 {
        width: 100%;
    }
}

@media (min-width: 1400px) {

    /* Container */
    .container {
        max-width: 1320px;
    }
}

@media screen and (max-width: 991px) {
    .section-pt {
        padding-top: 68px;
    }

    .section-ptb {
        padding-top: 68px;
        padding-bottom: 44px;
    }

    .section-mt {
        margin-top: 68px;
    }

    /* [ Section Title ] */
    /*================================================== */
    .section-title h2 {
        font-size: 2.55rem;
        margin-bottom: 12px;
    }

    .section-title p {
        max-width: 570px;
    }

    /* [ Hero Section Style ] */
    /*================================================== */
    .hero-content {
        padding-top: 140px;
    }

    .hero-content>.row {
        flex-direction: column-reverse;
    }

    .hero-content>.row .col-md-12:nth-child(2) {
        padding: 0;
        margin-bottom: 28px;
    }

    .hero-content .hero-head {
        font-size: 3rem;
        margin-bottom: 12px;
    }

    .hero-image {
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        max-width: none;
        z-index: 0;
    }

    /* [ Plants Lover Section Style ] */
    /*================================================== */
    .plants-lover {
        margin-top: 58px;
    }

    .plants-lover .poster-side {
        padding-right: 12px;
    }

    .plant-lover-image {
        width: 60%;
        margin: auto;
        margin-bottom: 38px;
    }

    .plant-lover-image .badge {
        top: -109px;
        right: -78px;
        width: 240px;
    }

    .plant-lover-content h2 {
        font-size: 2.25rem;
    }

    /* [ Latest Deal Section Style ] */
    /*================================================== */
    .latest-deal-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .latest-deal-wrap,
    .latest-deal-wrap .left-side {
        gap: 24px;
    }

    .right-side .deal-content h3 {
        font-size: 2.125rem;
    }

    .right-side .deal-content h4 {
        font-size: 1.5rem;
    }

    /* [ Join Section Style ] */
    /*================================================== */
    .join-us-content {
        padding: 98px 0;
    }

    .join-us-head {
        font-size: 2.375rem;
    }

    /* [ Footer Style ] */
    /*================================================== */
    .footer-widget-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
    }

    .footer-widget:first-child {
        padding-right: 0;
    }
}

@media screen and (max-width:767px) {
    .section-pt {
        padding-top: 64px;
    }

    .section-ptb {
        padding-top: 64px;
        padding-bottom: 40px;
    }

    .section-mt {
        margin-top: 64px;
    }

    /* [ Section Title ] */
    /*================================================== */
    .section-title {
        margin-bottom: 34px;
    }

    .section-title h2 {
        font-size: 1.75rem;
        margin-bottom: 8px;
    }

    .section-title p {
        font-size: 0.875rem;
    }

    /*** Container Default CSS ***/
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* [ Buttons ] */
    /*================================================== */
    .button {
        padding: 0.75rem 2.125rem;
    }

    /* [ Header Style ] */
    /*================================================== */
    .navbar {
        padding: 14px 0;
    }

    .primary-menu {
        display: none;
    }

    .navbar-brand img {
        width: 68%;
    }

    /* [ Hero Section Style ] */
    /*================================================== */
    .hero-content {
        padding-top: 118px;
    }

    .hero-content .hero-head {
        font-size: 1.75rem;
        margin-bottom: 8px;
    }

    .hero-content .hero-desc {
        font-size: 0.875rem;
    }

    .hero-image {
        width: calc(100vw - 4px);
    }

    /* [ Our Plants Section Style ] */
    /*================================================== */
    .plants .col-6 {
        margin-bottom: 28px;
    }

    .flower-card-wrap .content h3,
    .flower-card-wrap .content h4 {
        font-size: 1rem;
    }

    .flower-card-wrap .content button {
        padding: 0.75rem 0;
    }

    /* [ Plants Lover Section Style ] */
    /*================================================== */
    .plants-lover.section-pt {
        padding-top: 34px;
    }

    .section-pt {
        margin-top: auto;
    }

    .plant-lover-image {
        width: 100%;
        margin-bottom: 24px;
    }

    .plant-lover-image .badge {
        display: none;
    }

    .plant-lover-content h2 {
        font-size: 1.75rem;
        margin-bottom: 16px;
    }

    .plant-lover-content ul li {
        font-size: 0.875rem;
    }

    .plant-lover-content ul li:not(:last-child) {
        margin-bottom: 16px;
    }

    /* [ Latest Deal Section Style ] */
    /*================================================== */
    .latest-deal-wrap {
        grid-template-columns: 1fr;
    }

    .latest-deal-wrap,
    .latest-deal-wrap .left-side {
        gap: 20px;
    }

    .deal-content h3,
    .right-side .deal-content h3 {
        font-size: 1.25rem;
    }

    .right-side .deal-content h3 {
        margin-bottom: 12px;
    }

    .right-side .deal-content h4 {
        font-size: 1rem;
    }

    /* [ Join Section Style ] */
    /*================================================== */
    .join-us-content {
        padding: 110px 0 64px 0;
    }

    .join-us-head {
        font-size: 1.25rem;
    }

    .email-form input[type="email"] {
        width: 100%;
    }

    .email-form input[type="submit"] {
        padding: 0.75rem 1.5rem;
    }

    /* [ Footer Style ] */
    /*================================================== */
    .footer-widget-wrapper {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 20px;
    }

    .widget-nav li:not(:last-child) {
        margin-bottom: 28px;
    }

    .widget-social {
        justify-content: start;
    }
}