.topNav p {
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 10px 0;
    text-align: center;
}

.myNav {
    background-color: var(--main-color);
}

.myNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.menu ul {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.myNav {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.active_page {
    color: var(--main-color) !important;
    font-weight: 700 !important;
}

.logo img {
    width: 285px;
    padding: 1rem 0;
}

.logo a {
    color: var(--black-color);
    font-size: 26px;
    letter-spacing: .5px;
    font-family: "Kanit", serif;
    text-transform: uppercase;
    font-weight: 600;
}

.logo a span {
    font-family: "Kanit", serif;
    color: var(--main-color);
}

.menu ul li a {
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}

.header_btn {
    background-color: var(--white-color);
    color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 4px;
}


.social_icons {
    position: absolute;
    bottom: 2rem;
    left: 0;
    text-align: center;
    width: 100%;
}

.social_icons__list {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 12px;
    align-items: center;
}

.social_icons__list img {
    width: 32px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.social_icons p {
    text-transform: capitalize;
    font-weight: 500;
}
/* banner_box */
.banner_box {
    background-size: cover !important;
    background-repeat: no-repeat !important;

    background-position: center !important;
}
.banner_img img{
    width:100%;
}

.banner_content {
    color: var(--white-color);
}

.banner_content h1 {
    font-size: 70px;
    text-transform: capitalize;
}

.banner_content p {
    margin-top: 1rem;
    max-width: 700px;
    font-size: 18px;
    line-height: 30px;
}

.myBtn {
    margin-top: 2rem;
}


/* about us */
.global_wrapper {
    padding: 80px 0;
}

.global_content {
    margin-top: 30px;
}

.about_wrapper__left img {
    width: 100%;
    height: 550px;
    border-radius: 10px;
    object-fit: contain;
}

.about_wrapper__left,
.about_wrapper__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about_wrapper__right b {
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: .5;
}

.about_wrapper__right h2 {
    text-transform: capitalize;
    font-size: 42px;
    margin-top: 10px;
}

.about_wrapper__right p {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 30px;
}

/* product_wrapper */
.product_wrapper {
    background-color: var(--main-color);
}

.main_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main_heading h2 {
    text-transform: capitalize;
    font-size: 60px;
    color: var(--white-color);
}

.black_heading h2,
.black_heading p {
    color: var(--black-color) !important;
}

.main_heading p {
    max-width: 868px;
    margin: 0 auto;
    margin-top: 14px !important;
    color: var(--white-color);
    font-size: 18px;
}

.product_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.product_box__img img {
    width: 100%;
    height: 250px;
    background-color: #fff;
    border-radius: 5px;
    object-fit: contain;
}

.product_box h6 {
    text-align: center;
    color: var(--white-color);
    margin-top: 12px;
}

.view_all {
    margin-top: 3rem;
    text-align: center;
}

.view_all a {
    background-color: var(--white-color);
    color: var(--main-color);
}

/* testimonial_img */
.testimonial_img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.testimonial_content {
    background-color: #051629;
    padding: 5rem 2rem;
    text-align: center;
    height: 700px;
    color: var(--white-color);
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial_content h3 {
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 25px;
    font-weight: 600;
}

.testimonial_content h4 {
    margin-top: 1rem;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonial_box {
    margin-top: 3rem;
}

.testimonial_box__img {
    text-align: center;
    display: flex;
    justify-content: center;
}

.testimonial_box__img img {
    border-radius: 100%;
    height: 120px;
    width: 120px;
    border: 2px solid #fff;
    padding: 2px;
    object-fit: cover;
}

.testimonial_box p {
    margin-top: 1.5rem !important;
    font-size: 16px;
    margin: 0 2rem;
}

.testimonial_box h6 {
    margin-top: 16px;
    text-transform: uppercase;
}

.testimonial_box h5 {
    font-style: italic;
    font-size: 14px;
    margin-top: 5px;
}

.slick-dots {
    line-height: 0;
    bottom: -3rem !important;
}

.slick-dots li button::before {
    display: none !important;
}

.testimonial_slider .slick-dots li {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: var(--white-color);
}

.testimonial_slider .slick-dots li.slick-active {
    background-color: var(--main-color);
}

/* blogs_wrapper */
.blogs_wrapper {
    background-color: #EDF3F7;
}

.blog_box {
    margin-bottom: 24px;
}

.blog_box__img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.blog_box__content {
    background-color: var(--white-color);
    padding: 1.5rem;
}

.blog_box__content h3 {
    font-size: 22px;
}

.blog_box__content p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog_box__content a {
    display: inline-block;
    margin-top: 12px;
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: bold;
}

.blog_box__img {
    overflow: hidden;
    position: relative;
}

.blog_box__img span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 20px;
    color: var(--white-color);
    background-color: var(--main-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.blog_btn {
    text-align: center;
    margin-top: 3rem;
}

.blog_btn a {
    background-color: var(--main-color);
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 2rem;
}

.pagination a {
    padding: 7px 20px;
    background-color: var(--white-color);
    color: var(--main-color);
    font-weight: 500;
    border: 1px solid #ccc;
}

.pagination .active_page {
    background-color: var(--main-color);
    color: var(--white-color) !important;
}

.pagination a:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

/* mobile_nav */
.mobile_nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(2px);
    z-index: 999;
    transition: .4s ease-in-out all;
}

.mobile_nav.show {
    right: 0;
    transition: .6s ease-in-out all;
}

.mobile_nav__content {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    background-color: var(--white-color);
    height: 100%;
}

.nav_close i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    font-size: 26px;
    border-radius: 4px;
    background-color: var(--main-color);
    color: var(--white-color);
}

.nav_close {
    padding: 1rem;
    display: flex;
    justify-content: end;
    border-bottom: 1px solid #ccc;
}

.mobile_menu ul li a {
    display: block;
    padding: 1rem;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--black-color);
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.menu_btn {
    display: none;
}

@media(max-width:1440px) {
   

    .banner_content h1 {
        font-size: 60px;
    }
    .menu ul{
        gap: 2rem;
    }
    .menu ul li a{
        font-size: 16px;
    }
    .logo img{
        width: 260px;
    }

    .about_wrapper__right h2 {
        font-size: 28px;
    }
}

@media(max-width:1200px) {
    .logo a {
        font-size: 20px;
    }

    .logo img {
        width: 220px;
    }

    .menu ul {
        gap: 1rem;
    }

    .menu ul li a {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    .menu ul {
        display: none;
    }

    .menu_btn {
        display: block;
    }

    .menu_btn i {
        font-size: 32px;
        color: var(--white-color);
    }

    .about_wrapper__right h2 {
        font-size: 24px;
    }

    .about_wrapper__right p {
        font-size: 15px;
        margin-top: 10px;
        line-height: 25px;
    }

    .blog_box3 {
        margin-top: 24px !important;
        margin: 0 25%;
    }

    .testimonial_content h4 {
        font-size: 28px;
    }

    .testimonial_box p {
        font-size: 14px;
    }

    .testimonial_content h3 {
        font-size: 22px;
    }

    .testimonial_box__img img {
        height: 70px;
        width: 70px;
    }

    .main_heading h2,
    .banner_content h1 {
        font-size: 44px;
    }

    .product_grid {
        gap: 1rem;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:768px) {
    .mobile_nav__content {
        width: 80%;
    }

    .blog_box__content {
        padding: 1rem;
    }

    .blog_box__content h3 {
        font-size: 18px;
    }

    .blog_box__content p,
    .blog_box__content a {
        font-size: 14px;
    }

    .blog_box__img img {
        height: 240px;
    }

    .blog_btn {
        margin-top: 1.2rem;
    }

    .mobile_menu ul li a {
        font-size: 16px;
    }

    .global_wrapper {
        padding: 50px 0;
    }

    .global_content {
        margin-top: 2rem;
    }

  

    .topNav p {
        font-size: 14px;
        padding: 6px 0;
    }

    .logo img {
        width: 150px;
        padding: 12px 0;
    }

    .logo a {
        font-size: 20px;
    }

    .about_wrapper__left img {
        height: auto;
        object-fit: contain;
    }

    .about_wrapper__right {
        margin-top: 1rem;
    }

    .product_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial_img img {
        height: 400px;
    }

    .testimonial_content {
        height: auto;
        padding: 3rem 2rem 6rem 2rem;
    }

    .blog_box3 {
        margin-top: 0px !important;
        margin: 0;
    }

    .blog_box {
        margin-bottom: 1rem;
    }

    .main_heading h2,
    .banner_content h1 {
        font-size: 34px;
    }

    .main_heading p,
    .banner_content p {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px !important;
    }

    .myBtn {
        margin-top: 1.5rem;
    }

    .product_box h6 {
        font-size: 14px;
        margin-top: 5px;
    }

    .logo a {
        font-size: 1rem;
    }

    .topNav p {
        font-size: 10px;
    }

    .menu {
        gap: 1rem;
    }

    .menu_btn i {
        font-size: 25px;
    }
}

@media(max-width:576px) {
    .pagination a {
        padding: 5px 10px;
    }

    .pagination {
        margin-top: 1.5rem;
    }

    .testimonial_content {
        padding: 3rem 12px 6rem 12px;
    }


    .testimonial_box p {
        max-width: 100%;
    }

    .testimonial_content h4 {
        font-size: 24px;
    }

    .testimonial_box {
        margin-top: 1.5rem;
    }

    .myNav.sticky {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: var(--main-color);
        z-index: 999;
        border-bottom: 1px solid #ccc;
        box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    }

    .footer_logo img {
        width: 160px;
    }
}