* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: .02em;
}

html {
    scroll-behavior: smooth;
}

/* .container-fluid {
    width: 95%;
    margin: auto;
} */

/*--------------------------------- Navbar_section -------------------------*/
.navbar_section {
    padding: 30px 0;
    background-color: #fff;
    position: relative;
}
.navbar_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 80%;
    }
}
.navbar_section .nav_info{
    display: flex;
}

.navbar_section .nav-item .nav1 {
    font-family: 'Kanit', sans-serif;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    transition: all .3s;
    margin-left: 14px;
    display: inline-block;
}

.navbar_section .nav-item .nav1::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #7eb693;
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .4s;
}

.navbar_section .nav-item .nav1.active::after {
    color: #7eb693;
    transform: scaleX(1);
}

.navbar_section .nav-item .nav1.active {
    color: #7eb693;
}

.navbar_section .nav-item .hover:hover.nav1::after {
    transform: scaleX(1);
}

.navbar_section .nav-item .hover:hover {
    color: #7eb693;
}

.navbar_section .dropdown .dropdown-menu {
    background-color: #eff6f1;
    padding: 20px 20px 20px 5px;
}

.navbar_section .dropdown .dropdown-item {
    background-color: transparent;
}

.navbar_section .dropdown .dropdown-menu .nav2 {
    color: #000;
    font-weight: 700;
    padding-top: 5px;
    transition: all .3s;
}

.navbar_section .dropdown .dropdown-menu .nav2:hover {
    color: #7eb693;
    background-color: transparent;
}

.navbar_section .cart_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #000;
    padding: 6px 23px 6px 10px;
    border-radius: 50px;
    font-size: 1.5rem;
    font-family: 'Kanit', sans-serif;
    transition: all .4s;
}

.navbar_section .cart_button .cart_ico {
    font-size: 23px;
    background-color: rgb(39, 76, 91);
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    margin-right: 10px;
}

.navbar_section .cart_button:hover {
    background-color: #7eb693;
    color: #fff;
    border: 1px solid #7eb693;
}
.navbar_section .menu-button{
    background-color: #7eb693;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
}
@media screen and (min-width:1280px) {
    .navbar_section .nav-item .nav1 {
        font-size: 22px;
        font-weight: 700;
        transition: all .3s;
        margin-left: 30px;
    }
}
@media screen and (min-width: 992px) {
    .navbar_section .cart_responsiv {
        display: none;
    }
}
@media screen and (max-width:992px) {
    #navbarbutton{
        backdrop-filter: blur(20px);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        text-align: center;
        margin: 20px 0 ;
        padding-bottom: 20px;
        position: absolute;
        top: 135px;
        right: 0;
        width: 100%;
        z-index: 1;
    }

    .navbar_section .cart_res {
        display: none;
    }

    .navbar_section .cart_responsiv {
        display: flex;
        justify-content: center;
    }
    .navbar_section .dropdown .dropdown-menu {
        width: 50%;
        margin: auto;
        text-align: center;
    }

}
@media screen and (max-width:768px) {
    /* .navbar_section .navbar{
        text-align: center;
    } */
}

/*------------------------------------------------------------------------ */

.wraper {
    width: 400px;
    height: 440px;
    background-color: transparent;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.5) ;
    border-radius: 10px;
    padding: 20px;
    position: absolute;
    top: 35%;
    left: 35%;
    transform: scale(0);
    z-index: 1;
    transition: all .4s;
}

.wraper.active-popup {
    transform: scale(1.2);
}

.wraper .cart-head h2 {
    font-family: 'Kanit', sans-serif;
    font-weight: 600 !important;
}

.wraper .cart-head .close-icon {
    font-size: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.wraper .cart-body {
    padding-top: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.wraper .cart-body .shopping_button {
    padding: 24px 75px 24px 30px;
    margin: 10px 0;
    font-size: 1.3rem;
    font-family: 'Kanit', sans-serif;
    background-color: rgb(39, 76, 91);
    border: 1px solid rgb(39, 76, 91);
    color: #fff;
    border-radius: 8px;
    background-image: url(../img/right_ico.svg);
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: auto;
    transition: all .4s;
}
.wraper .cart-body .shopping_button .btn_link{
    color: #fff;
    text-decoration: none;
}
.wraper .cart-body .shopping_button:hover .btn_link{
    color: #274c5b;
}

.wraper .cart-body .shopping_button:hover {
    background-color: transparent;
    color: rgb(39, 76, 91);
    background-position: 83%;
}
@media screen and (max-width:768px) {
    .wraper {
        width: 400px;
        height: 440px;
        position: absolute;
        top: 35%;
        left: 21%;
        z-index: 1;
        transition: all .4s;
    }
}
@media screen and (max-width:576px) {
    .wraper {
        width: 82%;
        height: 80vh;
        position: absolute;
        top: 75px;
        left: 50px;
        right: 50px;
        z-index: 1;
        transition: all .4s;
    }
    .wraper .cart-body .shopping_button {
        padding: 14px 50px 14px 20px;
        margin: 10px 0;
        font-size: 1rem;
    }
}


/*------------------------ home_section ---------------------*/
.home_section {
    position: relative;
    background-image: url(../img/1.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 100vh;
}
.home_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}

.home_section .home{
    height: 100vh;
    display: flex;
    align-items: center;
}

.home_section .home.home1 {
    padding-right: 40px;
}

.home_section .home1 h2 {
    font-family: 'Pacifico', cursive;
    color: #7eb693;
    font-style: italic;
}

.home_section .home1 h1 {   
    font-size: 55px;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    color: rgb(39, 76, 91);
}

.home_section .home1 .home_button {
    padding: 24px 75px 24px 30px;
    margin: 10px 0;
    font-size: 1.3rem;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
    background-color: #efd372;
    border: 1px solid #efd372;
    color: rgb(39, 76, 91);    
    border-radius: 15px;
    background-image: url(../img/right_ico.svg);
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: auto;
    transition: all .4s;
}
.home_section .home1 .home_button:hover {
    background-color: #fff;
    background-position: 83%;
}
@media screen and (min-width: 1280px) {
    .home_section .home1 h1 {
        font-size: 75px;
    }
}
@media screen and (max-width: 992px) {
    .home_section {
        height: 90vh;
    }
    .home_section .home{
        height: 90vh;
    }
    .home_section .home1 h1 {
        font-size: 45px;
    }
    .home_section .home1 .home_button {
        padding: 20px 65px 20px 26px;
    }
}
@media screen and (max-width: 576px) {
    .home_section {
        height: 70vh;
    }
    .home_section .home{
        height: 70vh;
    }
    .home_section .home1 h1 {
        font-size: 35px;
    }
    .home_section .home1 .home_button {
        padding: 14px 50px 14px 20px;
        font-size: 1rem;
    }
}

/*--------------------------- home_section2 -------------------------*/
.home_section2{
    padding: 100px 0;
    @media screen and (min-width:1280px) {
        padding: 120px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 140px 0;
    }
}
.home_section2 .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}
.home_section2 .hoome2{
    background-image: url(../img/2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding-top: 110px;
    padding-left: 30px;
    padding-bottom: 120px;
}
.home_section2 .hoome2 p{
    font-style: italic;
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'Pacifico', cursive;
    color: #fff;
}
.home_section2 .hoome2 h2{
    font-family: 'Libre Baskerville', serif;    
    font-size: 50px;
    font-weight: bolder;
    color: #fff;
}

.home_section2 .hoome2_1{
    background-image: url(../img/3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding-top: 110px;
    padding-left: 30px;
    padding-bottom: 120px;
}
.home_section2 .hoome2_1 p{
    font-style: italic;
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'Pacifico', cursive;
    color: #7eb693;
}
.home_section2 .hoome2_1 h2{
    font-family: 'Libre Baskerville', serif;    
    font-size: 50px;
    font-weight: bolder;
    color: #274c5b;
}
@media screen and (max-width: 1224px) {
    .home_section2 .hoome2 p, .home_section2 .hoome2_1 p{
        font-size: 30px;
    }
    .home_section2 .hoome2 h2, .home_section2 .hoome2_1 h2{   
        font-size: 40px;
    }
}
@media screen and (max-width: 992px) {
    .home_section2 .hoome2 p, .home_section2 .hoome2_1 p{
        font-size: 40px;
    }
    .home_section2 .hoome2 h2, .home_section2 .hoome2_1 h2{   
        font-size: 50px;
    }
}
@media screen and (max-width: 480px) {
    .home_section2 .hoome2 p, .home_section2 .hoome2_1 p{
        font-size: 30px;
    }
    .home_section2 .hoome2 h2, .home_section2 .hoome2_1 h2{   
        font-size: 40px;
    }
}
@media screen and (max-width: 374px) {
    .home_section2 .hoome2{
        background-image: none;
        background-color: #f96893;
        background-repeat: repeat;
        background-size: auto;
    }
    .home_section2 .hoome2_1{
        background-image: none;
        background-color: #ebf0f4;
        background-repeat: repeat;
        background-size: auto;
    }
    .home_section2 .hoome2 p, .home_section2 .hoome2_1 p{
        font-size: 25px;
    }
    .home_section2 .hoome2 h2, .home_section2 .hoome2_1 h2{   
        font-size: 34px;
    }
}

/*----------------------- home_about_section -------------------------*/
.home_about_section{
    padding: 100px 0;
    background-color: #f9f8f8;
    @media screen and (min-width:1280px) {
        padding: 120px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 140px 0;
    }
}
.home_about_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}

.home_about_section .home_about{
    height: 100%;
    display: flex;
    align-items: center;
}
.home_about_section .home_about img{
    max-width: 100%;
}

.home_about_section .home_about2 .home_about2_title p:first-child{
    font-style: italic;
    margin-bottom: 0;
    font-size: 30px;
    font-family: 'Pacifico', cursive;
    color: #7eb693;
    margin-bottom: 10px;
    @media screen and (min-width:1280px) {
        font-size: 35px;
    }
}
.home_about_section .home_about2 .home_about2_title h2{
    font-family: 'Libre Baskerville', serif;    
    font-size: 35px;
    font-weight: 900 !important;
    color: #274c5b;
    margin-bottom: 20px;
    @media screen and (min-width:1280px) {
        font-size: 45px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}
.home_about_section .home_about2 .home_about2_title p{
    font-family: 'Libre Baskerville', serif;    
    font-size: 18px;
    color: #525c60;
    margin-bottom: 16px;    
    @media screen and (min-width:1280px) {
        font-size: 20px;
    }
}

.home_about_section .home_about2_info .info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    /* flex-direction: column; */
    @media screen and (max-width:1280px) {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    @media screen and (min-width:1440px) {
        justify-content: space-between;
    }
    @media screen and (max-width:992px){
        flex-direction: row;
    }
    @media screen and (max-width:768px){
        flex-direction: column;
    }
}
.home_about_section .home_about2_info .info_img {
    width: 100px;
    height: 100px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 15px;
    /* display: grid;
    place-items: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_about_section .home_about2_info .info_about h3{
    font-size: 25px;
    color: #525c60;
    font-family: 'Kanit', sans-serif;
    font-weight: bold !important;
    @media screen and (min-width: 1280px) {
        font-size: 28px;
    }
}
.home_about_section .home_about2_info .info_about p{
    font-size: 15px;
    color: #525c60;
    font-family: 'Libre Baskerville', serif; ;
    font-weight: bold !important;
    @media screen and (min-width: 1280px) {
        font-size: 19px;
    }
}
.home_about_section .home_about2_info .home_about_button {
    padding: 24px 75px 24px 30px;
    margin: 10px 0;
    font-size: 1.3rem;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
    background-color: #274c5b;
    border: 1px solid #274c5b;
    color: #fff;    
    border-radius: 15px;
    background-image: url(../img/right_ico.svg);
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: auto;
    transition: all .4s;
}
.home_about_section .home_about2_info .home_about_button:hover {
    color: rgb(39, 76, 91);
    background-color: #fff;
    background-position: 83%;
}

@media screen and (max-width:992px) {
    .home_about_section .home_about2_info .home_about_button {
        padding: 20px 65px 20px 26px;
    }
}
@media screen and (max-width:576px) {
    .home_about_section .home_about2_info .home_about_button {
        padding: 14px 50px 14px 20px;
        font-size: 1rem;
    }
}

/*------------------------- Home_shop_section -------------------------*/
.home_shop_section{
    padding: 100px 0;
    @media screen and (min-width:1280px) {
        padding: 120px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 140px 0;
    }
}
.home_shop_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}

.home_shop_section .shop_heading p{
    font-style: italic;
    margin-bottom: 0;
    font-size: 30px;
    font-family: 'Pacifico', cursive;
    color: #7eb693;
    margin-bottom: 10px;
    @media screen and (min-width:1280px) {
        font-size: 35px;
    }
}
.home_shop_section .shop_heading h2{
    font-family: 'Libre Baskerville', serif;    
    font-size: 35px;
    font-weight: 900 !important;
    color: #274c5b;
    margin-bottom: 20px;
    @media screen and (min-width:1280px) {
        font-size: 45px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}

.home_shop_section .shop_card{
    background-color: #f9f8f8;
    border-radius: 20px;
    padding: 30px;
}
.home_shop_section .shop_card .shop_card_head p{
    background-color: #274c5b;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}
.home_shop_section .shop_card .shop_card_img img{
    width: 100%;
}
.home_shop_section .shop_card .shop_details .detal_head{
    border-bottom: 1px solid #274c5b;
    padding: 8px;
    margin-bottom: 5px;
}
.home_shop_section .shop_card .shop_details .detal_head p{
    font-size: 23px;
    font-weight: 600 !important;
    font-family: 'Kanit', sans-serif;
    transition: color 0.4s;
    cursor: pointer;
    color: #274c5b;
    margin-bottom: 0;
    @media screen and (min-width: 1280px) {
        font-size: 25px;
    }
}
.home_shop_section .shop_card .shop_details .detal_head p:hover{
    color: #7eb693;
}
.home_shop_section .shop_card .shop_details .details_list{
    @media screen and (min-width: 1400px) {
        display: flex;
        justify-content: space-between;
    }
    @media screen and (max-width: 768px) {
        display: flex;
        justify-content: space-between;
    }
    @media screen and (max-width: 480px) {
        display: flex;
        flex-direction: column;
    }
}
.home_shop_section .shop_card .shop_details .details_list .details_prise p{
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
}
.home_shop_section .shop_card .shop_details .details_list .ico_star{
    color: #efd372;
}


/*------------------------------- Testimonial_counter_section -------------------------------------*/
.testimonial_counter_section{
    background-image: url(../img/4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    @media screen and (min-width:1280px) {
        padding: 120px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 140px 0;
    }
}
.testimonial_counter_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}

.testimonial_counter_section .counter_heading p{
    font-family: 'Pacifico', cursive;
    font-style: italic;
    font-size: 30px;
    color: #7eb693;
    margin-bottom: 10px;
    @media screen and (min-width:1280px) {
        font-size: 35px;
    }
}
.testimonial_counter_section .counter_heading h2{
    font-family: 'Libre Baskerville', serif;    
    font-size: 35px;
    font-weight: 900 !important;
    color: #274c5b;
    margin-bottom: 20px;
    @media screen and (min-width:1280px) {
        font-size: 43px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}

.swiper-button-prev:after, .swiper-button-next:after{
    color: #274c5b;
    font-weight: 600;
}
.testimonial_counter_section .counter_swiper{
    margin: 40px 140px 80px;
    @media screen and (max-width:992px) {
        margin: 40px 0px;
    }
}
.testimonial_counter_section .counter_swiper .swiper_img img{
    /* width: 10%; */
    border-radius: 50%;
    margin-bottom: 20px;
}
.testimonial_counter_section .counter_swiper .swiper_renk .ico_star{
    font-size: 20px;
    color: #ffa858;
    margin-bottom: 30px;
    @media screen and (max-width:480px) {
        font-size: 17px;
    }
}
.testimonial_counter_section .counter_swiper .swiper_ditails p{
    font-size: 18px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400 !important;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #525c60;
    @media screen and (min-width:1280px) {
        font-size: 22px;
    }
}
.testimonial_counter_section .counter_swiper .swiper_ditails h3{
    font-family: 'Libre Baskerville', serif; 
    font-size: 30px;
    font-weight: 600 !important;
    color: #274c5b;
    margin-bottom: 0;
    margin-top: 30px;
    @media screen and (min-width:1280px) {
        font-size: 35px;
    }
}


.testimonial_counter_section .divider_line {
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    @media screen and (min-width:1400px) {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    @media screen and (min-width:992px) {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
.testimonial_counter_section .counter_div {
    margin-top: 100px;
    @media screen and (min-width:1400px) {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    @media screen and (max-width:1280px) {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
.testimonial_counter_section .counter_main {
    width: 250px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    text-align: center;
    border: 6px solid #7eb693;;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial_counter_section .counter_ditails {
    width: 240px;
    height: 240px;
    background-color: #f1f1f1;
    text-align: center;
    border: 6px solid #fff;;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.testimonial_counter_section .counter_ditails h3{
    font-size: 35px;
    font-weight: 700;
    color: #274c5b;
    @media screen and (min-width:1280px) {
        font-size: 40px;
        font-weight: 700;
    }
}
.testimonial_counter_section .counter_ditails p{
    font-size: 18px;
    font-weight: bold;
    color: #274c5b;
    font-family: 'Kanit', sans-serif;
    @media screen and (min-width:1280px) {
        font-size: 22px;
    }
}


/*------------------------- Offer_product_Section ----------------------------*/
.offer_product_Section{
    background-color: #274c5b;
    padding: 100px 0;
    @media screen and (min-width:1280px) {
        padding: 120px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 140px 0;
    }
}
.offer_product_Section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}

.offer_product_Section .offer_product{
    display: flex;
    align-items: center;
    justify-content: space-between;
    @media screen and (max-width:992px) {
        flex-direction: column;
        align-items: start;
    }
}
.offer_product_Section .product_heading p{
    font-family: 'Pacifico', cursive;
    font-style: italic;
    font-size: 30px;
    color: #7eb693;
    margin-bottom: 10px;
    @media screen and (min-width:1280px) {
        font-size: 35px;
    }
}
.offer_product_Section .product_heading h2{
    font-family: 'Libre Baskerville', serif;    
    font-size: 35px;
    font-weight: 900 !important;
    color: #fff;
    margin-bottom: 20px;
    @media screen and (min-width:1280px) {
        font-size: 43px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}
.offer_product_Section .all_product_button .btn1{
    padding: 24px 75px 24px 30px;
    font-size: 1.3rem;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
    background-color: #efd372;
    border: 1px solid #efd372;
    color: rgb(39, 76, 91);    
    border-radius: 15px;
    background-image: url(../img/right_ico.svg);
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: auto;
    transition: all .4s;
    @media screen and (max-width: 992px) {
        padding: 24px 75px 24px 30px;
    }
    @media screen and (max-width: 576px) {
        padding: 14px 50px 14px 20px;
        font-size: 1rem;
        background-position: 85%;
    }
}
.offer_product_Section .all_product_button .btn1:hover{
    background-color: #fff;
    background-position: 83%;
    @media screen and (max-width: 576px) {
        background-position: 88%;
    }
}

.offer_product_Section .shop_card{
    background-color: #f9f8f8;
    border-radius: 20px;
    padding: 30px;
}
.offer_product_Section .shop_card .shop_card_head p{
    background-color: #274c5b;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}
.offer_product_Section .shop_card .shop_card_img img{
    width: 100%;
}
.offer_product_Section .shop_card .shop_details .detal_head{
    border-bottom: 1px solid #274c5b;
    padding: 8px;
    margin-bottom: 5px;
}
.offer_product_Section .shop_card .shop_details .detal_head p{
    font-size: 23px;
    font-weight: 600 !important;
    font-family: 'Kanit', sans-serif;
    transition: color 0.4s;
    cursor: pointer;
    color: #274c5b;
    margin-bottom: 0;
    @media screen and (min-width: 1280px) {
        font-size: 25px;
    }
}
.offer_product_Section .shop_card .shop_details .detal_head p:hover{
    color: #7eb693;
}
.offer_product_Section .shop_card .shop_details .details_list{
    @media screen and (min-width: 1400px) {
        display: flex;
        justify-content: space-between;
    }
    @media screen and (max-width: 768px) {
        display: flex;
        justify-content: space-between;
    }
    @media screen and (max-width: 480px) {
        display: flex;
        flex-direction: column;
    }
}
.offer_product_Section .shop_card .shop_details .details_list .details_prise p{
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
}
.offer_product_Section .shop_card .shop_details .details_list .ico_star{
    color: #efd372;
}

/*------------------------- Eco_section -----------------------*/
.eco_section .container-fluid{
    /* width: 100%; */
    padding: 0;
}
.eco_section img{
    width: 100%;
}
.eco_section .eco_details{
    padding: 30px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;    
    @media screen and (min-width:1400px) {
        padding: 40px 40px 40px 60px;
        position: relative;
        left: -60px;
    }
}

.eco_section .eco_details .eco_heading p{
    font-family: 'Pacifico', cursive;
    font-style: italic;
    font-size: 30px;
    color: #7eb693;
    margin-bottom: 10px;
    @media screen and (min-width:1280px) {
        font-size: 35px;
    }
}
.eco_section .eco_details .eco_heading h2{
    font-family: 'Libre Baskerville', serif;    
    font-size: 35px;
    font-weight: 900 !important;
    color: #274c5b;
    margin-bottom: 20px;
    @media screen and (min-width:1280px) {
        font-size: 43px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}
.eco_section .eco_details .eco_list h3{
    font-family: 'Libre Baskerville', serif;    
    font-size: 22px;
    font-weight: 600;
    color: #274c5b;
    @media screen and (min-width:1280px) {
        font-size: 23px;
    }
}
.eco_section .eco_details .eco_list p{
    font-size: 18px;
    color: #525c60;;
    @media screen and (min-width:1280px){
        font-size: 20px;
    }
    @media screen and (max-width:992px) {
        font-size: 20px;
    }
}


/*------------------------- Gallery_Section -----------------------*/
.gellery_section{
    padding: 100px 0;
    background-color: #eff6f1;
    @media screen and (min-width:1280px) {
        padding: 120px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 140px 0;
    }
}
.gellery_section .gallery_main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 20px;
    margin-right: 20px;
    @media screen and (min-width:1440px) {
        margin-left: 0;
        margin-right: 0;
    }
    @media screen and (min-width:1280px) {
        grid-template-columns: 1fr 1fr 1fr;
    }
    @media screen and (max-width:992px) {
        grid-template-columns: 1fr;
    }
}

.gellery_section .gellery{
    min-height: 500px;
    background-image: url(../img/gallery1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    @media screen and (min-width:1280px) {
        min-height: 500px;
    }
    @media screen and (min-width:1440px) {
        min-height: 580px;
    }
}
.gellery_section .gellery.gellery_sec{
    min-height: 500px;
    background-image: url(../img/gallery2.jpg);
    @media screen and (min-width:1280px) {
        min-height: 500px;
    }
    @media screen and (min-width:1440px) {
        min-height: 580px;
    }
}
.gellery_section .gellery.gellery_thr{
    min-height: 500px;
    background-image: url(../img/gallery3.jpg);
    @media screen and (min-width:1280px) {
        min-height: 500px;
    }
    @media screen and (min-width:1440px) {
        min-height: 580px;
    }
}
.gellery_section .gellery .gellery_details{
    padding: 10px 50px;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.4s;
    @media screen and (min-width:1280px) {
        padding: 20px 60px;
    }
    @media screen and (min-width:1440px) {
        padding: 20px 80px;
    }
}
.gellery_section .gellery .gellery_details:hover{
    background-color: #efd372;
}
.gellery_section .gellery .gellery_details h3{
    font-size: 22px;
    font-family: 'Libre Baskerville', serif; 
    font-weight: bold;
    margin: 0.5rem 0;
    color: #274c5b;
    @media screen and (max-width:480px) {
        font-size: 19px;
    }
    @media screen and (min-width:1280px) {
        font-size: 25px;
    }
}

/*--------------------------- Blog_section -------------------------------*/
.blog_section{
    padding-top: 100px;
    padding-bottom: 60px;
    @media screen and (min-width:1280px) {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    @media screen and (min-width:1440px) {
        padding-top: 130px;
        padding-bottom: 80px;
    }
}
.blog_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}
.blog_section .blog{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    @media screen and (max-width:992px) {
        grid-template-columns: 1fr;
    }
}
.blog_section .blog .blog_heading p{
    font-family: 'Pacifico', cursive;
    font-style: italic;
    font-size: 30px;
    color: #7eb693;
    margin-bottom: 10px;
    @media screen and (min-width:1280px) {
        font-size: 35px;
    }
}
.blog_section .blog .blog_heading h2{
    font-family: 'Libre Baskerville', serif;    
    font-size: 35px;
    font-weight: 900 !important;
    color: #274c5b;
    margin-bottom: 20px;
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
    @media screen and (min-width:1280px) {
        font-size: 43px;
    }
}
.blog_section .blog .blog_button{
    justify-self: end;
    @media screen and (max-width:992px) {
        justify-self: start;
    }
}
.blog_section .blog .blog_button .btn1{
    padding: 24px 75px 24px 30px;
    font-size: 1.3rem;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #274c5b;
    color: rgb(39, 76, 91);    
    border-radius: 15px;
    background-image: url(../img/right_ico.svg);
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: auto;
    transition: all .4s;
    @media screen and (max-width: 992px) {
        padding: 24px 75px 24px 30px;
    }
    @media screen and (max-width: 576px) {
        padding: 14px 50px 14px 20px;
        font-size: 1rem;
        background-position: 85%;
    }
}
.blog_section .blog .blog_button .btn1:hover{
    background-color: #274c5b;
    color: #fff;
    background-position: 83%;
    @media screen and (max-width: 576px) {
        background-position: 88%;
    }
}


.blog_section .blog_aera{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    @media screen and (max-width:768px) {
        grid-template-columns: 1fr;
    }
}
.blog_section .blog_aera .blog_item{
    @media screen and (min-width:1440px) {
        margin-bottom: 120px;
    }
}
.blog_section .blog_aera_img img{
    width: 100%;
    min-height: 450px;
    border-radius: 30px 30px 0 0;
    @media screen and (max-width:992px) {
        min-height: 250px;
        border-radius: 20px 20px 0 0;
    }
    @media screen and (min-width:1440px) {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}
.blog_section .img_details{
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and (max-width:768px) {
        width: 120px;
        height: 50px;
        border-radius: 10px;
    }
}
.blog_section .img_details h4{
    font-size: 25px;
    text-align: center;
    margin: 0;
    font-family: 'Libre Baskerville', serif; 
    font-weight: bold !important;
    @media screen and (max-width:768px) {
        font-size: 22px;
    }
}
.blog_section .blog_area_details{
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .14);
    border-radius: 0 0 30px 30px;
    @media screen and (max-width:992px) {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    @media screen and (min-width:1440px) {
        padding: 50px;
        position: absolute;
        bottom: -14%;
        margin-left: 30px;
        margin-right: 30px;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        left: 0%;
        right: 0%;
    }
}
.blog_section .blog_area_details .blog_d_head h3{
    font-size: 19px;
    color: #274c5b;
    font-weight: 500;
    transition: all .4s;
}
.blog_section .blog_area_details .blog_d_head h3:hover{
    color: #7eb693;
}
.blog_section .blog_area_details .blog_d_head .ico_user{
    color: #7eb693;
    padding-right: 5px;
    font-size: 20px;
}
.blog_section .blog_area_details .blog_d_list h3{
    font-size: 25px;
    font-family: 'Libre Baskerville', serif; 
    font-weight: bold !important;
    color: #274c5b;
    margin-bottom: 5px;
    transition: all .4s;
}
.blog_section .blog_area_details .blog_d_list h3:hover{
    color: #7eb693;
}
.blog_section .blog_area_details .blog_d_list p{
    font-size: 18px;
    color: #525c60;
    @media screen and (min-width:1280px) {
        font-size: 22px;
    }
}
.blog_section .blog_area_details .blog_d_end{
    display: flex;
    align-items: center;
}
.blog_section .blog_area_details .blog_d_end h3{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #274c5b;
    margin: 5px 0;
    padding-right: 70px;
    background-image: url(../img/right_ico.svg);
    background-repeat: no-repeat;
    background-position: 79%;
    background-size: auto;
    transition: all .4s;
    cursor: pointer;
    @media screen and (min-width:1280px) {
        font-size: 22px;
    }
}
.blog_section .blog_area_details .blog_d_end:hover.blog_d_end h3{
    background-position: 85%;
    color: #7eb693;
}

