
p{
    margin: 0;
}

/* .navBar2 ul li , .contactBtn2{
    color: black !important;
    border: 1px solid black !important;
}
.contactBtn2:hover{
    color: white !important;
    background: black;
    border: none;
}
.conspro{
    border-bottom: 1px solid #707070 !important;
}
.navBar2 ul li:hover{
    color: white !important;
    background: black;
    border: none;
    transition:background .7s ease-in-out;
} */


.abouthero {
    /* height: 600px; */
    position: relative;
    overflow: hidden;
  }
  
  
.about_sec {
    position: relative;
    z-index: 1;
   padding: 200px 0px;

  }
  
  .blurred-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/proBg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(5.5px) !important;
    z-index: 0;
  }
  


/* Contact hero */
.conHero {
    background-image: url(../images/conHeroBg.svg);
    background-position: 50% 5%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;


}

.conTextRow {
    width: 40%;
    /* margin-top: 90px; */
}

.conHero h1 {
    text-align: center;
    color: white;
    font-size: 60px;
    font-family: 'Lufga-SemiBold';
}

.conHero p {
    color: white;
    text-align: center;
   
    width: 100%;
}

.conHeroFormWrapper {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12.475px);
    padding: 40px 100px;
    border-radius: 10px;
    color: white;
    width: 90%;
    max-width: 990px;
}

.conHeroFlexRow {
    display: flex;
    gap: 20px;
    min-height: 80px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.conHeroFormGroup {
    flex: 1;
    min-width: 200px;
}

.conHeroLabel {
    font-size: 15px;
    letter-spacing: 1px;
}

.conHeroInput {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #fff;
    padding: 8px 4px;
    font-size: 14px;
    outline: none;
}

.conHeroTextarea {
    width: 100%;
    background: transparent;
    border: none;
    height: 45px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    padding: 8px 4px;
    font-size: 14px;
    outline: none;
    resize: none;
}

.conHeroFormMessage {
    margin-bottom: 20px;
}

.conHeroSubmitWrapper {
    text-align: center;
}

.conHeroSubmitBtn {
    margin-top: 20px;
    background-color: #EBCA63;
    border: none;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    border-radius: 4px;
}

/* quality plants */
.conQuaText {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qua {
    width: 50%;
}




.conQuaWrapper {
    background-color: white;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    align-items: center;
    justify-content: center;
}

.conQuaContactBox {
    display: flex;
    align-items: center;
}

.conQuaSubLabel {
    font-size: 15px;
    color: #888;
}

.conQuaGreen {
   
    color: #034833;
}
.infoDataDiv h5, .contactDetail h5{
    font-family: 'Lufga-Medium';
}

.conQuaLabel {
    font-size: 14px;
}

.conQuaImage {
    border-radius: 1rem;
    width: 100%;
}

.conHeroLine {
    width: 0.5px;
    height: 200px;
    background-color: #E3DBD8;
    transform: scaleX(0.09);
    transform-origin: left;
}




.address{
    width: 90%;
}
.infos {
    font-family: 'Lufga-SemiBold';
    font-size: 15px;
}

.infoBox {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

.infoData {
    display: flex;
    align-items: center;
    gap: 20px;
}

.line {
    background: #E3DBD8;
    width: 1px;
    height: 100%;
}


.infoData i {
    color: #EBCA63;
    font-size: 20px;
}

.infoData h5,
.infoTime h5 {
    font-size: 16px;
    padding-top: 8px;
    color: #034833;

}

.infoTime i {
    color: #EBCA63;
    font-size: 18px;
}

.infoData h6,
.infoTime h6 {
    font-size: 14px;
    color: #727272;
}


/* map */
.floralMap {
    padding: 0 !important;
    width: 100%;
    height: 400px;
}

.floralMap iframe {
    width: 100%;
    height: 100%;

}

/* footer */
/*  
.footerWrapper {
    margin-top: 50px;

}


.footerTop {
    background-image: url('../images/footRose.svg');
   
    background-repeat: no-repeat;
    background-position: 50% 5%;
    text-align: center;
    padding: 25px 20px 40px;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    width: 100%;
}

.footerIcon {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.footerTop h2 {
    font-size: 70px;
    font-family: 'Lufga-Bold';
    margin-bottom: 10px;
}

.footerJoin {
    width: 34%;
}





.footerContent {
    background: #0f0f0f;
    color: white;
    text-align: center;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;

}

.footerNav {
    margin-bottom: 20px;
}

.footerNav a {
    color: #B4B4B4;
    margin: 0 15px;
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footerNav a:hover {
    color: #f4c146;
}

.footerDivider {
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, #ffffffaa, transparent);
    margin: 20px auto;
}

.footerSocial {
    margin-bottom: 20px;
}


.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-direction: row;
    gap: 15px;
}

.wrapper .buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40px;
    height: 40px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
    padding: 0 10px;
}

.wrapper .buttons:hover {
    width: 120px;
    padding: 0 15px;
    outline: none;
}

.wrapper .buttons:nth-child(1):hover {
    background: linear-gradient(to right, #E62E2D, #D82B7E, #A533C8);
}

.wrapper .buttons:nth-child(2):hover {
    background: linear-gradient(to right, #0057ff, #35A8ff);
}

.wrapper .buttons:nth-child(3):hover {
    background: linear-gradient(to right, #17Afff, #65D5ff);
}

.wrapper .buttons .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: white;
    text-align: center;
    border-radius: 50px;
    transition: all 0.3s ease-out;
    position: absolute;
    left: 0;
    background: none !important;
}

.wrapper .buttons .icon i {
    font-size: 21px;
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: center;
}


.wrapper .buttons:hover .icon {
    background: none;
    outline: none;
}


.wrapper .buttons .text {
    opacity: 0;
    white-space: nowrap;
    font-size: 16px;
    color: white;
    margin-left: 22px;
    transition: opacity 0.3s ease-out;
}

.wrapper .buttons:hover .text {
    opacity: 1;
}

.footerInfo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 18px;
    color: #B4B4B4;
    margin-top: 20px;
}



.divider-wrapper {
    width: 100%;
    max-width: 900px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider-line {
    height: 2px;
    background: linear-gradient(to right, transparent, #ffffffaa, transparent);
    width: 100%;
    position: absolute;
    z-index: 1;
}

.divider-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.divider-icon img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}
 */



/* Product Page */
.proTextRow p{
    width: 50%;
}

.proTextRow{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.proTextRow h1{
    text-align: center;
    font-family: 'Lufga-SemiBold';
}
.proTextRow p{
   text-align: center;
}
.productCard {
    background: white;
    box-shadow: 0px 0px 51.244px 0px rgba(0, 0, 0, 0.10);
    border-radius: 23px;
}

.flwrImg {
    padding: 10px;
}

.proCardTxt {
    padding: 0 10px 10px 10px;
}

.proCardTxt h4 {
    font-size: 23px;
    /* letter-spacing: -0.745px; */
    font-family: 'Lufga-Medium';
}

.proCardTxt h5 {
    color: #959595;
    font-size: 14px;
    /* font-family: 'Lufga-Medium'; */
    /* letter-spacing: -0.419px; */
}

.proCardTxt h6 {
    color: #000;
    font-size: 14px;
    letter-spacing: -0.419px;
    font-family: 'Lufga-Bold';
  
}







@media only screen and (min-width : 1400px) {
 
}

@media only screen and (max-width: 1400px) and (min-width : 1200px) {
    .qua {
        width: 55%;
    }
}

@media only screen and (max-width: 1200px) and (min-width : 992px) {
    .qua {
        width: 70%;
    }
    .conTextRow{
        width: 80%;
    }

    /* Product Page */
.proTextRow p{
    width: 70%;
}

    
}

@media only screen and (max-width: 992px) and (min-width : 768px) {
    .about_sec{
        padding: 180px 0px 100px 0px;
      }
    
      .about_sec p{
        width: 100% !important;
      }


    /* PRODUCT PAGE */
.proCardTxt h4{
    font-size: 19px;
}
.proCardTxt h5{
    font-size: 12px;
}

/* Product Page */
.proTextRow p{
    width: 100%;
}

    .qua {
        width: 80%;
    }
    .conTextRow{
        width: 80%;
    }


    .footerTop h2{
        font-size: 57px;
    }
    .footerJoin{
        width: 55%;
    }
 
}

@media only screen and (max-width: 768px) {

    .about_sec{
        padding: 150px 0px 100px 0px;
      }
    
      .about_sec p{
        width: 100% !important;
      }
    .qua {
        width: 100%;
    }
    .conHero {
        height: 830px;
    }
    .conHeroFormWrapper{
         width: 100%;
         padding: 20px;
    }
    .conTextRow{
        width: 100%;
    }


    .proTextRow p{
        width: 100%;
    }

    .footerTop h2{
        font-size: 55px;
    }
    .footerJoin{
        width: 65%;
    }
    .wrapper .buttons {
        width: 40px !important;
        padding: 0 10px !important;
    }

    .wrapper .buttons:hover {
        width: 40px !important;
        padding: 0 10px !important;
    }

    .wrapper .buttons .text {
        display: none !important;
    }
    .infoTime{
        width: 100% !important;
    }

   
}

@media only screen and (max-width : 576px) {
  .about_sec{
    padding: 150px 20px 100px 20px;
  }

  .about_sec p{
    width: 100% !important;
  }

    /* footer */
    .footerTop h2{
        font-size: 32px;
    }
    .footerJoin{
        width: 100%;
    }
    .footerInfo{   
        /* justify-content: flex-start;  */
        gap: 10px;
    }
    .footerNav a{
        margin: 0 4px;
        font-size: 15px;
    }
    .footerContent{
        padding: 20px;
    }
    .wrapper{
        order: 1;
    }
    .wrapper .buttons {
        width: 40px !important;
        padding: 0 10px !important;
    }

    .wrapper .buttons:hover {
        width: 40px !important;
        padding: 0 10px !important;
    }

    .wrapper .buttons .text {
        display: none !important;
    }


  
    .line{
        display: none;
    }



    .conHero {
        height: 100%;
    }
    .conHeroFormWrapper{
         width: 100%;
         padding: 20px;
    }
    .conTextRow{
        width: 100%;
    }
    .conHero p{
        font-size: 15px;
    }

    /* Product Page */
.proTextRow p{
    width: 100% !important;
}



    .quality{
        width: 100%;
    }
    .qua h2{
        font-size: 31px !important;
        line-height: 41px !important;
    }
    .infoTime{
        width: 100% !important;
    }

}



