/* ============================
   Responsive Breakpoints
   ============================ */

/* Large screens (below 1400px) */
@media screen and (max-width: 1399px) {
    .main_heading {
        font-size: 3.5rem;
    letter-spacing: 1.5px;
    line-height: 61px;
}
  .navbar-nav {
      gap: 6px;
    }
  .nav-item .nav-link {
      font-size: 12px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu{
        position: relative  ;
    }
    .dropdown-menu{
        transform: none !important; 
    }
    .dropdown-menu.menu-2{
        left: 0 !important;
        width: 100%;
        min-width: 100%;
        height: 400px;
        overflow: auto;
        display: none;
    }
    .navbar-nav .dropdown:hover .dropdown-menu{
        opacity: 1;
        visibility: visible;
    }
    .dropdown:hover  .dropdown-menu.menu-2{
        display: block !important;
    }
}
@media screen and (max-width: 575px) {
    .dropdown-menu.menu-2 h5{
        font-size: 15px !important;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 13px;
    }
    .navbar-nav{
        gap: 10px !important;
    }
    .dropdown-menu .dropdown-item{
        font-size: 13px;
    }
}

/* Small phones (up to 480px) */
@media screen and (max-width: 480px) {
 .column {
    width: 100%;
    font-size: 14px;
  }

        .header_above {
    border-bottom: 1px solid #ffffff2b;
  }
    .head_contact a {
        font-size: 11px;
    }
    .head_contact ul{
        gap: 10px !important;
    }

.head_right {
    display: none !important;
}
a.navbar-brand img {
    width: 60%;
}

    .carousel-caption {
        padding-top: 15px !important;
    }

    .light_btn {
    background-color: #ffc9bb;
    padding: 13px 18px;
    display: inline-block;
    border-radius: 15px;
    transition: all 0.5s 
ease;
    border: 1px solid #91c1f5;
    color: #000;
}

    .carousel-caption h2 {
        font-size: 24px !important;
        font-weight: 500;
        text-transform: capitalize;
    }
    .main_heading {
        font-size: 23px;
        letter-spacing: 1.5px;
        line-height: 29px;
    }


.getstarted {
    width: auto;
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    position: relative;
    top: 65%;
}

.controls button, .theme_btn1 {
    padding: 7px 20px;
    font-size: 14px;
}

.theme_btn2 {
    padding: 8px 22px;    
    font-size: 12px;
    font-family: "STIX Two Text", serif;
    font-weight: 500;
    transition: all 0.4s 
ease-in-out;

}

.getstarted p {
    font-size: 14px;
    font-weight: 500;
    color: rgb(20, 20, 20);
    font-family: "STIX Two Text", serif;
}
.flower {
    z-index: 1;
    margin: -17px 0px -45px !important;
    width: 135px !important;
}

.cate-box img {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    object-fit: cover;
    display: inline-block !important;
}

.popular-cate {
    margin-top: 45px !important;
}
.main_section {
    margin-top: 0px;
    padding-bottom: 0px !important;
}

.popular-cate {
    margin-top: 45px;
}

.main_h3 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
}

    .main_h4 {
        font-weight: 500;
        font-size: 17px;
        padding-left: 18px;
        border-left: 5px solid var(--theme-color-2);
    }

p{
    font-size: 14px;
}

.review_box {
    display: none !important;
}
.step-box{
        position: relative;
        padding: 0px 50px 0px 50px;
    }

.step-box img {
    width: 120px !important;
    height: 120px !important;
}

.banner_2 {
    position: relative;
    background-size: cover;
    background-position: center;
    height: auto !important;
    display: flex;
    padding: 0px;
}
.banner_2 h2 {
    font-size: 23px !important;
}

.card_btm {
    margin-top: 0px !important;
    
}

.category_sec .sec_pd {
    padding: 50px 0 50px 0;
}

.category_sec  .offer_hd2 {
    font-size: 22px;
    font-weight: 500;
    padding: 5px 16px 0px 16px;
}
.offer_hd2 {
    font-size: 22px;
    font-weight: 500;
    padding: 5px 16px 0px 16px;
}

.category_box {
    margin: 15px 0;
    position: relative;
    padding: 0px 16px 0px 16px;
}


section.cta_1.sec_pd {
     padding: 0px 0 50px 0 !important;
    margin: 5px 5px 5px 5px !important;
}

 .cta_1  .sec_hd {
    font-size: 26px;
    font-weight: 700 !important;
    text-transform: capitalize;
}
section.cta_1 h2 {
    margin-bottom: 19px !important;
}

    .cta_btn a {
        font-size: 13px;
    }
.template {
    background-image: url(../img/template_left.jpg);
    padding: 35px 20px 35px 20px;
}

.template .temp_img {
    width: 400px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s 
ease, transform-origin 0.3s 
ease;
    will-change: transform;
}

section.category_sec.sec_pd {
    padding: 20px 0 30px 0 !important;
}
.contact_img {
    position: relative;
    margin: 35px 0 35px 0;
}

#contactUsStore-form .form_inputs input {
    background-color: #fef4ea;
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: -9px;
}


    .contact_img::before {
        content: "";
        position: absolute;
        height: 35px;
        width: 100%;
        left: 0;
        bottom: -60px;
        background: url(../img/flower.png) no-repeat center center / contain;
        z-index: 99;
    }

.contact::before {
   display: none;
}
section.py-5.contact {
    padding-bottom: 0px !important;
}

.accordion-button {
   font-size: 16px !important;
    font-weight: 500 !important;
    font-family: "STIX Two Text";
}
div#accordionExample {
    margin: 12px 0px;
}
.accordion-body {
    padding: 18px 10px !important;
}

.newletters {
    padding: 18px 0 12px 0;
    background-color: #fef9f5;
}
section.newletters h2 {
    font-size: 20px;
}

.foot_box img {
    width: 40%;
}
.foot_list ul li a {
    font-size: 13px;
}

.foot_box h3 {
    font-size: 21px !important;
}

.foot_list h4 {
    font-size: 15px;
}

.foot_box ul li span i {
    color: var(--theme-color2);
    font-size: 17px !important;
}

.foot_icon {
    color: var(--theme-color1);
    background-color: #f0f0f0;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.last-link li a {
    color: #424448;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.footer-last {
    font-size: 13px !important;
}

.cta1_img {
    margin: 0px auto;
    text-align: center;
}
.cta1_img img{
    width: 60%;
}

.head_contact i {
    display: none;
}

.bann_box .sec_hd {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}
.bann_box h4 {
    font-size: 16px;
}

.bann_box::before {
    content: "";
    position: absolute;
    height: 60px;
    width: 30%;
    background: url(../img/flower.png) no-repeat center center / contain;
    bottom: -20px;
    left: 0;
    margin: 0px auto;
    right: 0;
}

.inner_banner  .sec_pd {
     padding: 29px;
}

.bann_box {
    background-color: #fff;
    padding: 26px 26px;
    position: relative;
}

.about_1::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: url(../img/flower2.png) no-repeat;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 105px auto;
}
.sec_hd {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.offer_hd {
    color: var(--theme-color-2);
    font-size: 39px !important;
}
.how-it-works-section {
    padding: 20px 0 0 0;
}
.main_h2 {
    color: var(--theme-color-2);
    font-weight: 500;
    font-size: 29px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 13px;
}

.contact_us2 .form-group {
    margin-bottom: 8px;
}

.sec_product-detail .sec_pd {
    padding: 50px 0 50px 0;
}
.product_img {
    height: auto;
    margin-bottom: 30px;
}
.shop-shorter.mt-5 {
    margin-top: 27px !important;
}

section.form_ban.sec_pd {
    padding: 20px 15px 20px 15px;
}

.inner_pd {
    padding: 15px 0 2px 0;
}

.foot_top .border-bottom {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}
}


@media (max-width: 376px) {

        .carousel-caption h2 {
        font-size: 21px !important;
        font-weight: 500;
        text-transform: capitalize;
    }
        .main_heading {
        font-size: 20px;
        letter-spacing: 1.5px;
        line-height: 29px;
    }

    .cta_1 .row::before{
        display: none;
    }
}

@media (max-width: 328px) {

    
    .cta_1 .row::before{
        display: none;
    }

      .carousel-caption.top-0.mt-5 {
    margin-top: 15px !important;
}
}

/* Tablets / large phones (481px–768px) */
@media screen and (min-width: 481px) and (max-width: 768px) {
    
    .cta_1 .row::before{
        display: none;
    }
  .column {
    width: 100%;
    font-size: 16px;
  }

  .carousel-caption {
    padding-top: 10px !important;
}

  .header_above {
    /* background-color: red; */
    border-bottom: 1px solid #ffffff2b;
  }

  .head_contact i {
    display: none;
}



  .getstarted {
    width: auto;
    padding: 34px 68px 25px;
    font-size: 16px;
    position: relative;
  }


  .hero-sec .carousel-caption {
    padding-top: 30px !important;
  }
      .hero-sec .carousel-caption h2 {
        font-size: 26px;
    }

    .hero-sec .main_heading {
        font-size: 26px;
        line-height: 32px;
    }

      
.head_contact {
    margin: 5px 0px 0 36px !important;
}

  .head_right {
    display: none !important;
  }

  .foot_list h4 {
    font-size: 12px;
  }

  a.navbar-brand img {
    width: 60%;
  }

  .getstarted p {
    font-size: 19px;
    font-family: "STIX Two Text", serif;
}


/* new responsice? */

        .header_above {
    border-bottom: 1px solid #ffffff2b;
  }
    .head_contact a {
        font-size: 11px;
    }
    .head_contact ul{
        gap: 10px !important;
    }

.head_right {
    display: none !important;
}
a.navbar-brand img {
    width: 60%;
}

    .carousel-caption {
        padding-top: 15px !important;
    }

    .light_btn {
    background-color: #ffc9bb;
    padding: 13px 18px;
    display: inline-block;
    border-radius: 15px;
    transition: all 0.5s 
ease;
    border: 1px solid #91c1f5;
    color: #000;
}

    .carousel-caption h2 {
        font-size: 24px !important;
        font-weight: 500;
        text-transform: capitalize;
    }
    .main_heading {
        font-size: 23px;
        letter-spacing: 1.5px;
        line-height: 29px;
    }


.getstarted {
    width: auto;
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    position: relative;
    top: 65%;
}

.controls button, .theme_btn1 {
    padding: 7px 20px;
    font-size: 14px;
}

.theme_btn2 {
    padding: 8px 22px;    
    font-size: 12px;
    font-family: "STIX Two Text", serif;
    font-weight: 500;
    transition: all 0.4s 
ease-in-out;

}

.getstarted p {
    font-size: 14px;
    font-weight: 500;
    color: rgb(20, 20, 20);
    font-family: "STIX Two Text", serif;
}
.flower {
    z-index: 1;
    margin: -17px 0px -45px !important;
    width: 135px !important;
}

.cate-box img {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    object-fit: cover;
    display: inline-block !important;
}

.popular-cate {
    margin-top: 45px !important;
}
.main_section {
    margin-top: 0px;
    padding-bottom: 0px !important;
}

.popular-cate {
    margin-top: 45px;
}

.main_h3 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
}

    .main_h4 {
        font-weight: 500;
        font-size: 17px;
        padding-left: 18px;
        border-left: 5px solid var(--theme-color-2);
    }

p{
    font-size: 14px;
}

.review_box {
    display: none !important;
}
.step-box{
        position: relative;
        padding: 0px 50px 0px 50px;
    }

.step-box img {
    width: 120px !important;
    height: 120px !important;
}

.banner_2 {
    position: relative;
    background-size: cover;
    background-position: center;
    height: auto !important;
    display: flex;
    padding: 0px;
}
.banner_2 h2 {
    font-size: 23px !important;
}

.card_btm {
    margin-top: 0px !important;
    
}

.category_sec .sec_pd {
    padding: 50px 0 50px 0;
}

.category_sec  .offer_hd2 {
    font-size: 22px;
    font-weight: 500;
    padding: 5px 16px 0px 16px;
}
.offer_hd2 {
    font-size: 22px;
    font-weight: 500;
    padding: 5px 16px 0px 16px;
}

.category_box {
    margin: 15px 0;
    position: relative;
    padding: 0px 16px 0px 16px;
}


section.cta_1.sec_pd {
     padding: 0px 0 50px 0 !important;
    margin: 5px 5px 5px 5px !important;
}

 .cta_1  .sec_hd {
    font-size: 26px;
    font-weight: 700 !important;
    text-transform: capitalize;
}
section.cta_1 h2 {
    margin-bottom: 19px !important;
}

    .cta_btn a {
        font-size: 13px;
    }
.template {
    background-image: url(../img/template_left.jpg);
    padding: 35px 20px 35px 20px;
}

.template .temp_img {
    width: 400px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s 
ease, transform-origin 0.3s 
ease;
    will-change: transform;
}

section.category_sec.sec_pd {
    padding: 20px 0 30px 0 !important;
}
.contact_img {
    position: relative;
    margin: 35px 0 35px 0;
}

#contactUsStore-form .form_inputs input {
    background-color: #fef4ea;
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: -9px;
}


    .contact_img::before {
        content: "";
        position: absolute;
        height: 35px;
        width: 100%;
        left: 0;
        bottom: -60px;
        background: url(../img/flower.png) no-repeat center center / contain;
        z-index: 99;
    }

.contact::before {
   display: none;
}
section.py-5.contact {
    padding-bottom: 0px !important;
}

.accordion-button {
   font-size: 16px !important;
    font-weight: 500 !important;
    font-family: "STIX Two Text";
}
div#accordionExample {
    margin: 12px 0px;
}
.accordion-body {
    padding: 18px 10px !important;
}

.newletters {
    padding: 18px 0 12px 0;
    background-color: #fef9f5;
}
section.newletters h2 {
    font-size: 20px;
}

.foot_box img {
    width: 40%;
}
.foot_list ul li a {
    font-size: 13px;
}

.foot_box h3 {
    font-size: 21px !important;
}

.foot_list h4 {
    font-size: 15px;
}

.foot_box ul li span i {
    color: var(--theme-color2);
    font-size: 17px !important;
}

.foot_icon {
    color: var(--theme-color1);
    background-color: #f0f0f0;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.last-link li a {
    color: #424448;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.footer-last {
    font-size: 13px !important;
}

.cta1_img {
    margin: 0px auto;
    text-align: center;
}
.cta1_img img{
    width: 60%;
}

.head_contact i {
    display: none;
}

.bann_box .sec_hd {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}
.bann_box h4 {
    font-size: 16px;
}

.bann_box::before {
    content: "";
    position: absolute;
    height: 60px;
    width: 30%;
    background: url(../img/flower.png) no-repeat center center / contain;
    bottom: -20px;
    left: 0;
    margin: 0px auto;
    right: 0;
}

.inner_banner  .sec_pd {
     padding: 29px;
}

.bann_box {
    background-color: #fff;
    padding: 26px 26px;
    position: relative;
}

.about_1::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: url(../img/flower2.png) no-repeat;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 105px auto;
}
.sec_hd {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.offer_hd {
    color: var(--theme-color-2);
    font-size: 39px !important;
}
.how-it-works-section {
    padding: 20px 0 0 0;
}
.main_h2 {
    color: var(--theme-color-2);
    font-weight: 500;
    font-size: 29px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 13px;
}

.contact_us2 .form-group {
    margin-bottom: 8px;
}

.sec_product-detail .sec_pd {
    padding: 50px 0 50px 0;
}
.product_img {
    height: auto;
    margin-bottom: 30px;
}
.shop-shorter.mt-5 {
    margin-top: 27px !important;
}

section.form_ban.sec_pd {
    padding: 20px 15px 20px 15px;
}

.inner_pd {
    padding: 15px 0 2px 0;
}

.foot_top .border-bottom {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}
}
