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

html {
    scroll-behavior: smooth;
}

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

/*----------------------- about_header_section ---------------------------*/
.about_header_section{
    background-image: url(../img/about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px;
    @media screen and (min-width:1280px) {
        padding: 130px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 150px 0;
    }
}
.about_header_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}

.about_header_section .about_header h2{
    font-size: 40px;
    font-weight: bold !important;
    font-family: 'Libre Baskerville', serif;
    margin: 20px 0;
    color: #274c5b;
    @media screen and (min-width:1280px) {
        font-size: 45px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}

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

.about_section .about{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    @media screen and (min-width:1280px) {
        grid-template-columns: 1fr 1fr;
    }
}
.about_section .about .about_img{
    /* height: 100%; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.about_section .about .about_img img{
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.about_section .about .about_details_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;
    }
}
.about_section .about .about_details_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;
    }
}
.about_section .about .about_details_title p{
    font-family: 'Libre Baskerville', serif;    
    font-size: 18px;
    color: #525c60;
    margin-bottom: 16px;    
    @media screen and (min-width:1280px) {
        font-size: 18px;
    }
}

.about_section .about .about_details_info{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    @media screen and (max-width:1280px) {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }
}
.about_section .about .about_details_info .about_info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    @media screen and (max-width:1280px) {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }
}
.about_section .about .about_details_info .about_info h4{
    font-size: 25px;
    color: #525c60;
    font-family: 'Kanit', sans-serif;
    font-weight: 600 !important;
    @media screen and (min-width: 1280px) {
        font-size: 28px;
        padding-left: 20px;
    }
}

.about_section .about .about_btn {
    margin-top: 40px;
}
.about_section .about .about_btn .btn1{
    padding: 24px 75px 24px 30px;
    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;
    @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: 87%;
    }
}
.about_section .about .about_btn .btn1:hover{
    background-color: #fff;
    color: #274c5b;
    background-position: 83%;
    @media screen and (max-width: 576px) {
        background-position: 88%;
    }
}

/*------------------------- chooise_section ---------------------------------*/
.chooise_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;
    }
}
.chooise_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}

.chooise_section .chooise{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    margin-bottom: 20px;
    @media screen and (min-width:1280px) {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }
}
.chooise_section .chooise .choose_heading 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;
    }
}
.chooise_section .chooise .choose_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: 40px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}
.chooise_section .chooise .choose_heading p{
    font-family: 'Libre Baskerville', serif;    
    font-size: 18px;
    color: #525c60;
    margin-bottom: 16px;    
    @media screen and (min-width:1280px) {
        font-size: 18px;
    }
}
.chooise_section .chooise .info_heading{
    background-color: #ececec;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 14px 60px 14px 30px;
}
.chooise_section .chooise .info_heading img{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.chooise_section .chooise .info_heading h3{
    font-size: 19px;
    margin: 10px 0;
    color: #525c60;
    font-family: 'Kanit', sans-serif;
    font-weight: 600 !important;
    padding: 0 10px;
    @media screen and (min-width: 1280px) {
        font-size: 22px;
    }
}
.chooise_section .chooise .info_details p{
    font-family: 'Libre Baskerville', serif;    
    font-weight: 300 !important;
    font-size: 18px;
    color: #525c60;
    margin-bottom: 16px;    
    padding-left: 60px;
    margin: 25px 0;
    @media screen  and (max-width: 768px) {
        padding-left: 0;
    }
}
.chooise_section .chooise .chooise_img{
    margin-top: 30px;
    @media screen and (min-width:1280px) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.chooise_section .chooise .chooise_img img{
    border-radius: 30px;
    max-width: 100%;
}


.chooise_section .chooise_item{
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    @media screen and (min-width:1280px) {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    @media screen and (max-width:992px) {
        grid-template-columns: 1fr;
    }
}
.chooise_section .chooise_item .chooise_item_info{
    background-color: #fff;
    text-align: center;
    padding: 52px 36px 35px;
    border-radius: 30px;
    justify-self: center;
}
.chooise_section .chooise_item .chooise_item_img{
    background-color: #f9f8f8;
    width: 90px;
    height: 90px;
    margin:  0 auto 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.chooise_section .chooise_item .chooise_item_info h3{
    font-size: 25px;
    color: #525c60;
    font-family: 'Kanit', sans-serif;
    font-weight: 600 !important;
    margin-bottom: 15px;
    @media screen and (min-width: 1280px) {
        font-size: 28px;
    }
    @media screen and (max-width: 768px) {
        font-size: 20px;
    }
}
.chooise_section .chooise_item .chooise_item_info p{    
    font-size: 18px;
    color: #525c60;
    margin-bottom: 16px;    
    @media screen and (min-width:1280px) {
        font-size: 18px;
    }
}


/*------------------------------- Team_section --------------------------*/
.team_section{
    padding: 100px 0;
    @media screen and (min-width:1280px) {
        padding: 120px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 140px 0;
    }
}
.team_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}
.team_section .team_heading 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;
    }
}
.team_section .team_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: 40px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}
.team_section .team_heading p{
    font-family: 'Libre Baskerville', serif;    
    font-size: 18px;
    color: #525c60;
    margin-bottom: 16px;    
    @media screen and (min-width:1280px) {
        font-size: 18px;
    }
}


.team_section .team_details{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    @media screen and (min-width:992px) {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.team_section .team_details .team_member{
    @media screen and (max-width:992px) {
        justify-self: center;
    }
}
.team_section .team_details .team_member_img img{
    width: 100%;
    border-radius: 30px 30px 0 0;
}

.team_section .team_details .team_member_detalis{
    background-color: #f9f8f8;
    padding: 30px;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    transition: all 0.4s;
    @media screen and (min-width:1280px) {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
}
.team_section .team_details .team_member_detalis:hover{
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
}
.team_section .team_details .team_member_detalis h3{
    font-size: 25px;
    color: #525c60;
    font-family: 'Kanit', sans-serif;
    font-weight: 600 !important;
    margin: 0;
    @media screen and (min-width: 1280px) {
        font-size: 28px;
    }
}
.team_section .team_details .team_member_detalis p{
    font-family: 'Pacifico', cursive;    
    font-style: italic;
    font-size: 19px;
    color: #7eb693;
    margin-bottom: 16px;    
    @media screen and (min-width:1280px) {
        font-size: 22px;
    }
}
.team_section .team_details .team_member_detalis .ico_social{
    font-size: 25px;
    margin-right: 20px;
    color: #274c5b;
}

/*---------------------------------- product_section -------------------------------*/
.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;
    }
}
.product_Section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}
.product_Section .product_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;
    }
}
.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: 40px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}
.product_Section .product_details{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    @media screen and (min-width:992px) {
        grid-template-columns: 1fr 1fr;
    }
    @media screen and (min-width:1280px) {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.product_Section .product_details .product_item_img{
    min-height: 315px;
    background-color: #fff;
    border-radius: 30px;
}
.product_Section .product_details .product_item_img img{
    /* width: 100%; */
    border-radius: 30px;
}
.product_Section .product_details .product_item_head h4{
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 600 !important;
    margin-top: 15px;
    @media screen and (min-width: 1280px) {
        font-size: 28px;
    }
}
