@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --theammain: #552a17;
    --theamWhite: #ffffff;
}

body {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    line-height: 26px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

.container {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.spacerY {
    padding-top: 70px;
    padding-bottom: 70px;
}

.spacertop {
    padding-top: 70px;
}

.spacerbottom {
    padding-bottom: 70px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

/* loader */
.loader{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
  }

  
  /* bottom-top */
.bottom_top{
    height: 50px;
    width: 50px;
    background-color: var(--theammain);
    color: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    position: fixed;
    right: 30px;
    bottom: 30px;
    box-shadow: 0 0 5px var(--themyellow);
    cursor: pointer;
    &:hover{
      background-color:rgb(126, 93, 93);
    box-shadow: 0 0 5px black;
  
    }
  }


/*----------------------------- start Header--------------------------------------- */

.top_header {
    background-color: var(--theammain);
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}

.first-header a {
    color: var(--theamWhite);
    margin-right: 15px;
    text-align: center;
}

.first-header .left-header a {
    width: 100%;
    margin-left: 320px;
    text-align: center;

}

/* Logo Header */

.logo_header {
    padding: 0;
    position: relative;
}

.main_menu li a {
    color: var(--theammain);
    font-weight: 700;
    font-size: 15px;
    padding: 10px 20px;
}

.logo_header .icon a {
    color: var(--theammain);
    margin: 10px;
}

.logo_header .icon a:hover {
    color: #d9ac56;
}

.sub_menu {
    width: 150px;
    position: absolute;
    top: 100%;
    left: 35%;
    background-color: var(--theamWhite);
    opacity: 0;
    visibility: hidden;
    transform: translateY(50);
    transition: .5s;
    /* position: relative; */
    z-index: 50;
}

.sub_menu li a {
    display: inline-block;
    padding: 13px;
}

.sub_menu li a {
    transform: translateY(50px, 50%);
    transition: 0.9s;
}

.main_menu li:hover .sub_menu,
.main_menu li:hover .mega_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main_menu li a:hover {
    color: #d9ac56;
}

/*----------------------------- End Header--------------------------------------- */



/*----------------------------- start Main--------------------------------------- */


/* Slider 2 */

.silder-tow {
    border-radius: 20px;
    margin: 0 10px;
}

.silder-tow img {
    max-width: 70%;
    margin: 0 auto;
    z-index: 20;
    transition-duration: .5s;
}

.silder-tow:hover .slider2-img {
    transform: scale(1.2);
}

#slider2 .owl-nav {
    display: flex;
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: -1%;
    margin-right: 0;
    font-size: 25px;
    width: 102%;
    border-radius: none;
    transform: translateY(-50%);
    justify-content: space-between;
}

#slider2 .owl-prev {
    background-color: var(--theammain) !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 15px;
    opacity: 1;
    transform: translateX(-80%);
    transition-duration: .5s;
    padding-left: 100px;
    color: #FFF;
    border-radius: 50%;
    border: 1px solid #fbd3aa;
}

#slider2 .owl-next {
    background-color: var(--theammain) !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 15px;
    opacity: 1;
    transform: translateX(80%);
    transition-duration: .5s;
    top: 50%;
    color: #FFF;
    border-radius: 50%;
    border: 1px solid #fbd3aa;
}

#slider2 .owl-dots .owl-dot {
    width: 35px;
    height: 6px;
}

/* product slider 1 */

.slider_con {
    font-size: 28px;
    color: var(--theammain);
    padding-bottom: 15px;
    padding-left: 15px;
}

.silder-three {
    border-radius: 20px;
    margin: 0 10px;
    position: relative;
}

.silder-three img {
    display: block;
    width: calc(50% + 1px);
    height: calc(50% + 1px);
    object-fit: var(--image-fit, cover);
    border-radius: 15px;
}

.silder-three .off {
    font-size: 12px;
    padding: 0px 10px;
    background-color: #ffffff;
    position: absolute;
    top: 2%;
    left: 2%;
    border-radius: 35px;
}

.slider2-img2 {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transform: scaleX(0);
    transition-duration: 1s;
}

.silder-three a:hover .slider2-img2 {
    opacity: 1;
    transform: scaleX(1);
}

.price_con {
    margin: 3px;
}

.price_con .pro_name a {
    color: #000;
    transition-duration: .5s;
}

.price_con .pro_name a:hover {
    color: #3a3a3a;
}

.price_con .price {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.price_con span {
    margin-left: 10px;
    font-weight: 200;
    font-size: 17px;
    text-decoration: line-through;
}

.price_con .pro_info {
    color: #45A35D;
}

/* product benar 1 start */

.benar1 img {
    width: 100%;
    height: 100%;
}

.benar1 {
    position: relative;
}

.benar1 .con {
    position: absolute;
    top: 35%;
    left: 50%;
    color: #fff;
}

.benar1 .con h1 {
    width: 600px;
    font-size: 50px;
    font-weight: 400;
}

.benar1 .con h4 {
    width: 600px;
    font-size: 28px;
    font-weight: 400;
    margin-top: 20PX;
    font-style: normal;
    word-spacing: 3PX;
    line-height: 30PX;
}

/* product benar 1 End */

/* product benar 2 start */
.benar2 img {
    width: 100%;
    height: 100%;
}

.benar2 {
    position: relative;
}

.benar2 .con {
    position: absolute;
    top: 35%;
    left: 5%;
    color: #fff;
}

.benar2 .con h1 {
    width: 600px;
    font-size: 50px;
    font-weight: 400;
}

.benar2 .con p {
    width: 500px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20PX;
    font-style: normal;
    word-spacing: 3PX;
    line-height: 30PX;
}

/* product benar 2 End */

/* Gift SEction */

.gifts {
    display: flex;
    justify-content: center;
}


.gift_sec img {
    width: 100%;
    height: 100%;
    border-radius: 20PX;
}

.gift_sec {
    width: calc(33.33% - 60PX);
    margin: 0 15px;
    position: relative;
    ;
}

.gift_sec a:hover .slider2-img2 {
    opacity: 1;
    transform: scaleX(1);
}

.gift_sec .off {
    font-size: 12px;
    padding: 0px 10px;
    background-color: #ffffff;
    position: absolute;
    top: 2%;
    left: 2%;
    border-radius: 35px;
}

.gift_con {
    font-size: 25px;
    color: #000;
    padding-bottom: 35px;
    padding-left: 37%;
}



.primaira_img img {
    width: 100%;
    max-width: 110px;
    margin: 0 50px;
}

.prim_img {
    border-right: 1px solid #D4A858;
}

/* Testtimonial Slider */

#test_slider .box {
    height: 330px;
    width: 530px;
    padding: 37px 30px 26px 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin: 0 20px;
    background-color: var(--theamWhite);
    box-shadow: rgba(49, 50, 51, 0.12) 0px 10px 25px 0px;
    border: 0.5px solid #fbd3aa;
    border-radius: 25px;
    justify-content: center;

}

#test_slider .box .test_star_icon {
    color: var(--theammain);
    font-size: 21px;

}

#test_slider .box .test_star_icon span {
    font-style: italic;
    padding-left: 15px;
    font-weight: 800;
    font-size: 18px;
}

#test_slider .box .test_pera {
    padding: 25px 0;
    color: var(--theammain);
    font-size: 16px;
    font-weight: 500;
}

#test_slider .box h4 {
    color: #444;
}

.slider_con {
    font-size: 28px;
    color: var(--theammain);
    padding-bottom: 15px;
    padding-left: 15px;
}

#test_slider .owl-nav {
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 2%;
    margin-right: 0%;
    font-size: 25px;
    width: 96%;
    border-radius: none;
    transform: translateY(-50%);
    justify-content: space-between;
}

#test_slider .owl-prev {
    background-color: var(--theammain) !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 15px;
    opacity: 1;
    transform: translateX(-80%);
    transition-duration: .5s;
    padding-left: 100px;
    color: #fbd3aa;
    border-radius: 50%;
    border: 1px solid #fbd3aa;
}

#test_slider .owl-next {
    background-color: var(--theammain) !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 15px;
    opacity: 1;
    transform: translateX(80%);
    transition-duration: .5s;
    top: 50%;
    color: #fbd3aa;
    border-radius: 50%;
    border: 1px solid #fbd3aa;
}

/* Our Store Section */

.our_store {
    width: 100%;
    height: 100%;
    display: flex;

}

.store_img img {
    width: 90%;
    height: 100%;
    border-radius: 15px;
}

.store_con {
    width: 100%;
    height: 100%;
}

.store_con strong {
    font-size: 25px;
    margin-bottom: 15px;
    color: #2D2923;
}

.store_con p {
    font-size: 15px;
    margin-top: 10px;
    color: #444;
}

.store_btn a {
    padding: 10px 25px;
    background-color: var(--theammain);
    color: var(--theamWhite);
    border-radius: 8px;
    margin-top: 15px;
    margin-left: 600px;
    font-size: 15px;
}


/* insta Photos Section start */

.ins_pic {
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: 220px 220px ;
    
}
.ins_pic .singal_item{
    margin: 10px;
    width: calc(100% - 20px);
    overflow: hidden; 
    position: relative;
}
.ins_pic .layer{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    top: 0;
    bottom: 0;
}

.ins_pic .layer a > i{
    font-size: 30px;
    color: var(--theamWhite);
}

.item1 {
    background-image: url('../image/ins_pic1.jpg');
    background-size: cover;
    background-position: center;
    grid-row: 1/3;
    border-radius: 15px;
}
.layer{
    transform: scale(0);
}
.ins_pic .singal_item:hover .layer{
    transform: scale(1);
}



.item2 {
    background-image: url('../image/ins_pic2.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.item3 {
    background-image: url('../image/ins_pic3.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.item4 {
    background-image: url('../image/ins_pic4.jpg');
    background-size: cover;
    background-position: center;
    grid-column: 4/5;
    grid-row: 1/3;
    border-radius: 15px;
}

.item5 {
    background-image: url('../image/ins_pic5.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.item6 {
    background-image: url('../image/ins_pic6.jpg');
    background-size: cover;
    background-position: center;
    grid-column: 2/4;
    border-radius: 15px;
}

.item7 {
    background-image: url('../image/ins_pic7.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}





/*----------------------------- End Main--------------------------------------- */





/*-------------------- Start Footer-------------------- */

.main_footer {
    width: 100%;
    height: 410px;
    background-color: var(--theammain);
    border-radius: 15px;
    margin-bottom: 35px;
}

.footer_logo_img img {
    width: 100%;
    height: 100%;
    padding-left: 35px;
    padding-top: 60px;
}

.main_footer .img_con {
    width: 352px;
    color: var(--theamWhite);
    padding-left: 35px;
    padding-top: 10px;
}

.main_footer .img_con h4 {
    font-size: 25px;
    font-weight: 500;
}

.main_footer .img_con p {
    font-size: 14px;
}

.copyright__content {
    padding-top: 40px;
    padding-left: 35px;
    font-size: 15px;
    color: var(--theamWhite);
}

.copyright__content small a {
    font-size: 14px;
    color: var(--theamWhite);
    transition-duration: .5s;
}

.copyright__content small a:hover {
    color: #D4A858;
}

.quick_links li a {
    color: #fff;
    /* padding-top: 2px; */
    transition-duration: .5s;
}

.quick_links h4 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
}

.quick_links {
    padding-top: 60px;
}

.quick_links li a:hover {
    color: #D4A858;
}

.category li a {
    color: #fff;
    /* padding-top: 2px; */
    transition-duration: .5s;
}

.category h4 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
}

.category {
    padding-top: 60px;
    margin-left: 100px;
}

.category li a:hover {
    color: #D4A858;
}

.follow_me {
    padding-top: 60px;
    margin-left: 100px;
    transition-duration: .5s;
}

.follow_me_icon li a {
    margin-top: 20px;
}

.follow_me li h4 {
    color: #fff;
    /* padding-top: 2px; */
    transition-duration: .5s;
}

.follow_me_icon a {
    font-size: 13px;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: var(--theamWhite);
    color: var(--theammain);
    border-radius: 50%;
    transition-duration: .5s;
}

.follow_me_icon a:hover {
    color: #D4A858;
}

.contri_name img {
    width: 30px;
    height: 30px;
}

.contri_name {
    padding: 10px 20px;
    background-color: #444;
}

/*-------------------- Start Footer-------------------- */

/*=================== New Arrivals page =============== */

.boreder_top {
    margin-top: 15px;
    border-top: 1px solid #cac9c9;
}
section {
    text-align: center;
    clear: both;
}

.singal_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 1.5s;
    border-radius: 15px;

}
.row{
    display: flex;
    flex-wrap: wrap;
}
.singal_item{
    margin: 20px;
    width: calc(33.33% - 40px);
    overflow: hidden;
    position: relative;
    /* background: rgba(164, 72, 72, 0.12); */
}
.effect1 .singal_item img:hover{
    opacity: 1;
    transform: scale(1.1);
    /* background-color: rgba(0, 0, 0, .3); */
}
.img_eff {
    margin: auto 50px;
    text-align: center;
    clear: both;
}

.collection_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 1s;
}


.collection_img {
    margin: 10px;
    width: calc(33.33% - 20px);
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.collection_img a img:hover {
    /* overflow: hidden;
    transform: scale(1); */

    transform: scale(1.1);
}


/*=================== Seeds page =============== */

.seed_con {
    margin-top: 25px;
}

.seed_con p{
    font-size: 14px;
    color: #433F37;
    font-weight: 300;
    padding-left: 20px;
    padding-bottom: 20px;
}

.seed_img{
    /* width: 100%; */
    /* height: 100%; */
    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
}

.Seeds_product img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 1.5s;
    border-radius: 15px;
}

/* .Seeds_product a{
    padding: 0 19px;
    border-radius: 15px;
} */

.Seeds_product {
    margin: 20px;
    width: calc(25% - 40px);
    overflow: hidden;
    position: relative;
}

.seeds_img2{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transform: scaleX(0);
    transition-duration: 1s;
}

.Seeds_product a:hover .seeds_img2{
    opacity: 1;
    transform: scaleX(1);

}

.Seeds_product .off {
    font-size: 12px;
    padding: 0px 10px;
    background-color: #ffffff;
    position: absolute;
    top: 1%;
    left: 3%;
    border-radius: 35px;
}


/* ======================== Privacypolicy page====================== *   /

.policy_con .privacy_title{
    font-size: 65px;
    font-weight: 400;
    color: var(--theammain);
    margin: 50px auto; 
    display: flex;
    justify-content: center; 
    
}
.policy_con .con p{
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #433F37;
}
.policy_con .con strong{
    font-size: 13px;
    margin-bottom: 15px; 
    color: #433F37;       
}
.policy_con .con{
    margin-bottom: 35px;
}
.policy_ul_con{
    font-size: 14px;
    color: #433F37;
    margin-left: 15px;

}
.policy_ul_con li{
    list-style: disc;
}

/* =================================== ALMONDS PAGE =========================== */

.almond_con{
    margin-top: 15px;
}

.almond_con span{
    font-size: 14px;
    font-weight: 600;
    color: var(--theammain);
}
.almond_con p{
    font-size: 14px;
    color: #433F37;
}
.almond_con .pro_lebal{
    margin: 30px 0;
}

