body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 1000

.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.container-max-width {
    max-width: 1605px !important;
}

/*-------------------footer-black-section-css--------------------*/

body.cosmic-art section#section-black {
    display: none;
}
body.shop section#section-black {
    display: none;
}

body.about-us section#section-black {
    display: block !important;
}
section#section-black {
    background: #252525;
    padding: 70.5px 0px;
}
h2.footer-content1 {
    text-align: right;
    font: normal normal bold 42px/50px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 0;
}
.footer-contact.text-start {
    display: flex;
    justify-content: center;
    column-gap: 160px;
    align-items: center;
}
.footer-contact .footer-contact-btn {
    width: 228px;
}
.footer-contact-btn a.contact-btn {
    width: 228px;
}
.footer-contact-btn a.contact-btn:hover {
    background-color: #fff !important;
    color: #FFA938;
}

/*-------------------Header-css--------------------*/

a.contact-btn.rounded-5.contact-media-btn:hover {
    background-color: #252525 !important;
}
.navbar-list-group {
    display: flex !important;
    justify-content: space-between;
    width: 600px;
}
img.cosmic-logo.img-fluid.cosmic-media-logo {
    width: 206px;
    height: 65px;
}
div#navbarSupportedContent {
    float: left;
}
.about-submenu .dropdown-item.active,.about-submenu .dropdown-item:active {
    background: transparent;
}
a.contact-btn {
   font: normal normal normal 18px/24px DM Sans;
   color: white;
   text-transform: capitalize;
   text-decoration: none !important;
   text-align: center;
   padding: 16px;
   display: block;
   letter-spacing: 1.8px;
   width: 173px;
   height: 54px;
   vertical-align: middle;
   background: #FFA938 0% 0% no-repeat padding-box;
   border-radius: 60px !important;
   opacity: 1;
}
.right-contact a {
    margin: 6px;
}
.navbar-list-group li a {
    text-align: left;
    font: normal normal normal 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.navbar-list-group li a {
    text-align: left;
    font: normal normal normal 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
header.navbar {
    background-color: #ffffff1a;
    transition: all 0.3s ease-out;
    z-index: 9;
}
header.navbar:hover {
    background-color: #fff;
    color: #000;
     transition: all 0.3s ease-out;
}

header.navbar:hover img.cosmic-logo.img-fluid.cosmic-media-logo {
    content: url('../images/logo_black.png');
}

header.navbar:hover .navbar-list-group li a {
    color: #000;
}
header.navbar:hover a.nav-user img {
    content: url('../images/icon_user_blk.png');
}
header.navbar:hover a.nav-bag img {
    content: url('../images/icon_bag_blk.png');
}

/*-------------------footer-css--------------------*/
.container.container-max-width.footer-container {
    justify-content: space-around !important;
    display: flex;
    padding: 0px;
}
.footer-container {
    height: 265px;
    opacity: 1;
}
.border-bottom.footer-bottom .container.container-max-width {
    padding-right: 10px;
    padding-left: 10px;
}
footer.cosmic-footer.w-100 {
    background: #E3E3E3 0% 0% no-repeat padding-box;
}
.border-bottom.footer-bottom {
    height: 57px;
/* UI Properties */
    background: #B1B1B1 0% 0% no-repeat padding-box;
    opacity: 1;
}

.footer-bottom .container.container-max-width {
    padding: 10px 0px;
}

.cosmic-ftr {
    padding: 100px 0px;
}
.cosmic-ftr .footer-menu ul {
    display: flex !important;
    justify-content: space-between;
    width: 775px;
    float: left;
    padding-left: 0px;
}
.cosmic-footer .menu-section a.nav-link {
    padding-right: 0px !important;
}
.cosmic-ftr .footer-menu ul li {
    list-style: none;
}
.cosmic-ftr .footer-menu ul li a {
    font: normal normal normal 20px/26px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
/*.last-ft {
    padding-right: 55px;
}*/
.last-ft a {
    text-decoration: none !important;
}

/*-------------------home-page-css--------------------*/

.cosmic-home .carousel-caption {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: white;
    z-index: 1;
}
p.yll-text {
    color: #FFA938 !important;
    margin-bottom: 0px;
}
.cosmic-home {
    z-index: 1;
    position: relative;
}
.cosmic-home div#carouselExampleIndicators {
    margin-top: -145px !important;
}
header.navbar nav.navbar.navbar-expand-lg.bg-white {
    background-color: transparent !important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000; /* Background color */
    opacity: 0.4; /* Opacity */
  }
  .carousel-indicators button {
    width: 13px !important;
    height: 13px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.5 !important;
    border: 1px solid #fff !important;
    border-radius: 73px !important;
    margin: 6px !important;
}

.carousel-indicators {
    padding-bottom: 31px;
}

.carousel-indicators button.active {
    border: 3px solid #FFA938 !important;
    opacity: 1 !important;
    background-color: transparent !important;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff;
}
a.slider-btn {
    max-width: 228px !important;
    width: 100%;
    margin: 0 auto;
}
.cosmic-home .carousel-inner h2 {
    text-align: center;
    font: normal normal bold 72px/80px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.carousel-inner {}

.cosmic-home .carousel-inner p {
    text-align: center;
    font: normal normal normal 30px/39px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 30px 0px;
}
section#section-2 {
    padding: 90px 0px;
}

section#section-2 .row {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.certificate-view-btn.mt-5 a.sec-two-btn {
    margin: unset !important;
}
.yll-text {
    text-align: left;
    font: normal normal normal 16px/28px DM Sans;
    letter-spacing: 1.6px;
    color: #FFA938;
    opacity: 1;
}
h2.certificate-content1 {
    text-align: left;
    font: normal normal bold 42px/50px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    padding-bottom: 25px;
    padding-top: 20px;
}
section#section-2 p {
    text-align: left;
    font: normal normal normal 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    max-width: 600px;
}
section#section-3 {
    background-image: url('../images/home-counter-bg.png');
    height: 302px;
}
.counter {
    padding: 120px 0px;
}
.counter h1 {
    text-align: center;
    font: normal normal 900 75px/28px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.counter h6 {
    text-align: center;
    font: normal normal bold 20px/28px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 0px;
}
h2 {
    text-align: center;
    font: normal normal bold 72px/80px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
li.nav-item button {
    text-align: left;
    font: normal normal normal 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    display: flex;
}
ul#myTab {
   column-gap: 100px;
    max-width: 1300px;
    margin: 0 auto;
    border: none !important;
    padding-bottom: 38px;
    padding-top: 40px;
    text-align: center;
    justify-content: center;
}
.nav-link.active {
    border: none !important;
    color: #FFA938 !important;
}
.tab-pane.active {
    border: none !important;
}
section#section-4 {
    padding: 90px 0px;
    background-color: #F7F6F5;
}
.feature-image img {
    width: 100%;
    opacity: 1;
        height: 364px;
    object-fit: cover;
}

.feature-title h5 {
    text-align: left;
    font: normal normal bold 20px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    text-transform: uppercase;
    opacity: 1;
    padding-top: 30px;
    margin-bottom: 0px;
}

.feature-s-disc p {
    text-align: left;
    font: italic normal normal 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
.feature-btn {
    padding-top: 30px;
}

input#qty {
    padding-left: 18px;
}
.menu-section li.nav-item.dropdown:hover .about-submenu {
    display: block !important;
    transition: all 0.3s ease-out;
    background-color: #F7F6F5;
    border-radius: 0px;
    width: 222px;
    height: 182px;
    top: 142.7px;
    left: -60px;
}

.main-nav li.nav-item a.nav-link {
    padding: 60px 0px;
}
header {
    padding: 0px !important;
}

header nav.navbar.navbar-expand-lg.bg-white {
    padding: 0px;
}

.menu-section li.nav-item.dropdown {
    transition: 0.3s ease-out;
    pointer-events: fill;
}
.menu-section .about-submenu li a {
    text-align: center;
    font: normal normal normal 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    line-height: 32px;
}
.menu-section ul.dropdown-menu.about-submenu {
    padding-top: 27px;
}
li.nav-item.dropdown.show:hover .dropdown-menu {
            display: block;
        }

/*header.navbar:hover a.contact-btn.rounded-5.contact-media-btn {
    background-color: #252525;
}*/
.feature-tabs .nav-link:hover {
    border: 1px solid transparent;
    color: #FFA938 !important;
    background: none;
}

.menu-section li.nav-item.active a.nav-link {
    color: #FFA938;
}

.menu-section li.nav-item:hover a.nav-link {
    color: #FFA938 !important;
}
.menu-section .dropdown-toggle::after {
    display: none;
}

.menu-section a.nav-link {
    padding-right: 40px !important;
}
.menu-section .navbar-list-group {
    padding-left: 86px;
}
.menu-section {
    padding-left: 0px;
    margin-left: -5px;
}
.social-section {
    padding-right: 0px;
}
.right-contact {
    column-gap: 30px;
}
nav.navbar .container.container-max-width {
    justify-content: space-around !important;
    padding: 0px !important;
}
.cosmic-home img.d-block.w-100 {width: 1920px;height: 1080px;}
.country-name h3 {
    font: normal normal bold 20px/28px DM Sans;
    letter-spacing: 0px;
    color: #FFA938;
    text-transform: uppercase;
    opacity: 1;
}

.full-address {
    width: 486px;
    height: 318px;
    background: #F7F6F5 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 45px;
    border-top: 4px solid #FFA938;
}

span.hq {
    text-align: left;
    font: normal normal normal 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    line-height: 24px;
    font-weight: 700;
}

img {}

.time-to-open {
    background: #C7C7C7 0% 0% no-repeat padding-box;
    opacity: 1;
    display: flex;
    column-gap: 21px;
    padding-left: 43px;
    width: 486px;
    height: 80px;
    justify-content: left;
    align-items: center;
}

hr {
    width: 3px;
    height: 40px;
    color: red;
    border: 1px solid #fff;
    margin-top: 15px;
}

.full-address p {
    padding-top: 20px;
    text-align: left;
    font: normal normal normal 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #252525;
}

.time-to-open p {
    text-align: left;
    font: normal normal normal 18px/25px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-top: 14px;
}

.country-name img {
    padding-left: 13px;
    width: 40px;
    height: 34px;
}

.country-name {
    padding-bottom: 10px;
}
section#section-5 {
    padding: 90px 0px;
}
.full-address-thiland {
    background: #F7F6F5 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 45px;
    border-top: 4px solid #FFA938;
    width: 100%;
    height: 398px;
}

.full-address-thiland p {
    padding-top: 20px;
    text-align: left;
    font: normal normal normal 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #252525;
}
section#section-5 .col-lg-3 {
    padding-left: 0px;
}
.contact-media-btn:hover {
    background-color: #252525 !important;
}
.feature-tabs .nav-link.active {
    background: none;
}
section#section-2 .certicate-image img {
    width: 100%;
}

/*--------------------------------------------about-us-css-----------------------------------------------*/

section#section-about1 {
    background-color: #C7C7C7;
    height: 268px;
    padding: 96px 0px;
}
.about-us-section1.text-start {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
}
h1 {
    text-align: left;
    font: normal normal bold 72px/75px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
span.breadcum a {
    text-align: right;
    font: normal normal normal 16px/21px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none !important;
}
span.breadcum {
    font: normal normal bold 16px/21px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}
h3.about-content-head{
    text-align: center;
    font: normal normal bold 42px/28px DM Sans;
    color: #252525;
    text-transform: capitalize;
    opacity: 1;
        padding: 28px;
}
section#section-about2 {
    padding: 95px 0px 130px 0px;
}
p.text-center.abc {
    text-align: center;
    font: normal normal normal 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    max-width: 1278px;
    margin: 0 auto;
    padding-bottom: 65px;
}
.about-us-section3.text-start {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
section#section-about3 {
    padding: 100px 0px;
    background: #F7F6F5;
}
section.section-about-three-one.mt-6 {
    padding: 0px 0px 130px 0px;
    background-color: #f7f6f5;
}
.shop-inner-slider-btn {
    position: absolute;
    right: 108px;
}

.swiper-button-next {
    right: 10px !important;
    left: 59px;
}

.swiper-button-next {
    background-image: url('../images/arrow-next-right-blk.svg') !important;
    background-size: contain;
    width: 50px;
    height: 50px;
    background-position: center;
}

.swiper-button-prev {
    background-image: url('../images/arrow-next-left-blk.svg') !important;
    background-size: contain;
    width: 49px;
    height: 50px;
    background-position: center;
    left: -22px;
}
.section-about-three-one .swiper-slide {
    display: block;
    background-color: #f7f6f5;
    text-align: left !important;
}
.swiper-container.swiper-container-horizontal {
    border-top: 1px solid #C7C7C7 !important;
    padding-top: 20px;
    overflow: visible;
    padding-left: 10px;
}
section#section-about3 h3 {
    padding-left: 0px;
}
.swiper-wrapper {
    padding-top: 50px !important;
}
h4.year-num {
    text-align: left;
    font: italic normal bold 40px/22px DM Sans;
    letter-spacing: 0px;
    color: #FFA938;
    opacity: 1;
    padding-bottom: 20px;
}
.story-text p {
    text-align: left;
    font: normal normal normal 18px/22px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    max-width: 390px;
}
.slider-year:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background-color: #C7C7C7;
    border-radius: 50px;
    top: -80px;
}

.swiper-slide.swiper-slide-prev {
    opacity: 0;
}
section.section-about-three-one .col-lg-12:before {
    border-top: 1px solid #C7C7C7 !important;
    content: '';
    width: 100%;
    position: absolute;
}
.create-content a {
    text-align: left;
    font: normal normal normal 18px/24px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    text-decoration: none;
    line-height: 60px;
}
.create-content img {
    margin-right: 17px;
}

.mail img {
    width: 30px;
    height: 23px;
}
.fax img {
    width: 30px;
    height: 29px;
}
.phone img {
    width: 27px;
    height: 27px;
}
section#section-5 .certificate-view-btn {
    margin-top: 34px !important;
}
#diffrent-header .logo-section img.cosmic-logo.img-fluid.cosmic-media-logo {
    content: url(../images/logo_black.png);
}
#diffrent-header a.nav-link {
    color: #252525;
}
#diffrent-header:hover a.contact-btn.rounded-5.contact-media-btn {
    background-color: #ffa938;
}
#diffrent-header a.nav-user img {
    content: url(../images/icon_user_blk.png);
}
#diffrent-header a.nav-bag img{
    content: url(../images/icon_bag_blk.png);
}
.ab-image.text-center {
    max-width: 1260px;
    margin: 0 auto;
}
.ab-image.text-center img {
    width: 100%;
}
/*--------------------------------------------shop-page-css-----------------------------------------------*/

section#section-products1 {
    padding: 100px 0px;
}
h6.product-category-title2 {
    padding-top: 35px;
}
h6.product-category-title1, h6.product-category-title2 {
    text-align: left;
    font: normal normal bold 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
.product-category a {
    text-align: left;
    font: normal normal normal 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    text-decoration: none;
}
.product-category-img1 {
    background-color: #F7F6F5;
    width: 100%;
    
}
.product-category-card img {
    width: 100%;
    height: 100%;
}

.product-card-title.text-center h6 {
    text-align: center;
    font: normal normal bold 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    padding-top: 35px;
    margin-bottom: 0px;
}

.product-card-title.text-center p {
    text-align: center;
    font: normal normal normal 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
.pagi-link a.page-link {
    text-align: center;
    font: normal normal bold 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
}
.pagi-link ul li{
    border: none !important;
    padding: 0px 20px 0px 20px;
}
nav.pagi-link li.page-item {
    list-style: none;
}
nav.pagi-link ul {
    display: flex;
}
nav.pagi-link ul li.page-item {
    padding: 0px 25px 0px 25px;
}
nav.pagi-link li.page-item.active a.page-link {
    color: #FFA938 !important;
}
.shop-pagination {
    padding-top: 50px;
}

.shop-pagination .page-item .page-link i:before {font-weight: 800 !important;}
.product-category-card:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.product-category-card img {
    transition: all 0.3s ease-in-out;
}

.product-category-card:hover .product-card-title.text-center h6, .product-category-card:hover .product-card-title.text-center p {
    color: #FFA938 !important;
}
.product-category-card {
    padding-bottom: 55px;
}
.view-all-product {
    font: normal normal normal 18px/24px DM Sans;
    color: white;
    text-transform: capitalize;
    text-decoration: none !important;
    text-align: center;
    padding: 16px;
    display: block;
    letter-spacing: 1.8px;
    height: 54px;
    max-width: 228px !important;
    width: 100%;
    vertical-align: middle;
    background: #FFA938 0% 0% no-repeat padding-box;
    border-radius: 60px !important;
    opacity: 1;
}
.view-product-btn {
    padding: 5px 0px 40px 0px;
}
a.view-all-product:hover {
    background-color: #252525;
}

/*--------------------------------------------shop-detail-page-css-----------------------------------------------*/

section#section-spro1 {
    padding: 60px 0px;
}
.product-breadcumb span a {
    color: #252525 !important;
}
.product-breadcumb span.breadcum {
    color: #252525;
}

#section-p-2 .imgs img {
    width: 80%;
    height: 95px;
    object-fit: cover;
    margin-bottom: 20px;
    background-color: #F7F6F5;
}
#section-p-2 img#current {
    object-fit: contain;
    background-color: #fff;
    padding: 27px;
    /* height: 744px; */
    width: 70%;
    background-color: #F7F6F5;
}
.content {
    display: flex;
    padding: 0 !important;
}
.side-pics {
    padding-left: 10px;
}
.imgs {
    width: 135px;
    padding: 0px;
    overflow-x: hidden;
}
.product-name h1 {
    text-align: center;
    font: normal normal bold 42px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}

.product-price p {
    text-align: center;
    font: normal normal normal 30px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}

p.description {
    text-align: center;
    font: normal normal normal 18px/26px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
.QTA-buttons {
    background: #F7F6F5;
    width: 100%;
    max-width: 300px;
    padding: 8px 0px;
    justify-content: space-around;
    display: flex;
    margin: 0 auto;
}
.QTA-buttons input#\31 {
    text-align: center;
    font: normal normal normal 25px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    border: none;
    background: #F7F6F5;
}
.QTA-buttons button {
    border: none;
    font-size: 35px;
    color: #FFA938;
    font-weight: 800;
    background-color: transparent;
}
button#add {
    text-align: right;
    float: right;
}
.product-name {
    padding: 5px 0px 25px 0px;
}

.product-price {
    padding-bottom: 20px;
}
div#Main-QTY-counter {
    padding: 28px 0px 0px 0px;
}
section#section-p-2 {
    padding: 0 0 180px;
}
.related-product-slider a.product-open {
    text-decoration: none;
    text-align: center;
}
.related-product-slider .product-open img {
    width: 100%;
    background-color: #F7F6F5;
}
.related-product-slider .related-pslider.swiper-container-horizontal {
    overflow: hidden;
}
.related-product-slider .product-name-slider h1 {
    text-align: center !important;
    font: normal normal bold 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
.related-product-slider span.price.text-start strong {
    text-align: center;
    font: normal normal normal 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
.related-product-slider .product-name-slider {
    padding-top: 32px;
}
section#section-spro3 {
    padding-bottom: 130px;
    position: relative;
}
.related-product-slider .swiper-button-next.custom-next-button-class {
    left: unset;
    right: 128px !important;
}
.related-product-slider .swiper-button-prev.custom-prev-button-class {
    left: 128px;
}

/*--------------------------------------------contact-us-css-----------------------------------------------*/

.shopping-cart-box a {
    color: #000 !important;
    text-decoration: none;
}
.icon-box-row {
    justify-content: center;
    text-align: center;
    padding-bottom: 150px;
    padding-top: 40px;
}
.fax-box {
    text-align: center;
}
.mail-box {
}
.c-info {
    text-align: center;
    font: normal normal normal 24px/31px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    padding-top: 40px;
}
.c-info a {
    color: #252525;
    text-decoration: none;
}
section#section-contact2 {
    padding: 100px 0px 200px 0px;
}
.row.icon-box-row {
    max-width: 1380px;
    margin: 0 auto;
}

.row.accordion-row {
    max-width: 1380px;
    margin: 0 auto;
}
.accordion-row button.accordion-button.collapsed {
    text-align: left;
    font: normal normal bold 30px/28px DM Sans;
    letter-spacing: 0px;
    color: #FFA938;
    opacity: 1;
}
.accordion-row button.accordion-button {
    text-align: left;
    font: normal normal bold 30px/28px DM Sans;
    letter-spacing: 0px;
    color: #FFA938 !important;
    opacity: 1;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none;
}
/* .accordion-row button.accordion-button.collapsed::after {
    background-image: url("../../frontend/images/icon-plus.svg");
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 18px;
    opacity: 1;
}
.accordion-row .accordion-button:before {
    content: '';
    background-image: url("../../frontend/images/icon-minus.svg");
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 3px;
    position: absolute;
    right: 19px;
    opacity: 1;
} */
.accordion-row button.accordion-button.collapsed::before {
    opacity: 0;
}
.accordion-row .accordion-button::after {
    opacity: 0;
}
.accordion-item {
    border: 2px solid #ffa938;
}

button.accordion-button {
    padding-left: 0px;
    padding-right: 0px;
}
.opning-hours {
    display: flex;
    column-gap: 25px;
}
.accordion-body p {
    padding-top: 10px;
}
.contact-address, .opening-section, .carpantry {
    padding-top: 20px;
}
.accordion-item iframe {
    width: 100%;
    height: 400px;
}
button.accordion-button img {
    width: 20px;
    height: 30px;
    margin-right: 20px;
}
.address {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-head h1 {
    text-align: center;
    font-size: 42px;
    line-height: 28px;
    font-family: DM Sans;
    letter-spacing: 0px;
    color: #252525;
    text-transform: capitalize;
    opacity: 1;
}
.contact-form-top {
    text-align: center;
    max-width: 926px;
    margin: 0 auto;
}
.contact-form input, .contact-form textarea {
    width: 100% !important;
    height: 80px !important;
    background: #F7F6F5 0% 0% no-repeat padding-box !important;
    border: none !important;
    margin-bottom: 20px !important;
    padding: 28px 30px !important;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DM Sans';
    font-weight: 400;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
.contact-form textarea#message {
    height: 230px !important;
}
.form-head {
    padding-bottom: 59px;
}
.contact-form .submit-btn {
    width: 100%;
    height: 54px;
    background: #FFA938 0% 0% no-repeat padding-box;
    border-radius: 60px;
    border: none;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-family: 'DM Sans';
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.contact-form .submit-btn:hover {
    background: #252525 0% 0% no-repeat padding-box;
}
.contact-submit-btn {
    padding-top: 40px;
}
.contact-form {
    padding: 0 61px;
}
section#section-contact3 {
    padding-bottom: 200px;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 2px solid #ffa938 !important;
}




/*-------------------------------------about-clientele-page----------------------------------------*/
section.clientele-section {
    padding: 100px 0;
}
.clientele-disc p {
    text-align: center;
    font: normal normal normal 18px/28px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
.clientele-brand img {
    width: 100%;
    object-fit: contain;
}
.clientele-brand {
    padding-bottom: 70px;
}
.clientele-disc {
    padding-bottom: 100px;
}
.about-clientele .d-none {
    display: block !important;
}
/*-------------------------------------about-clientele-page-end---------------------------------------*/

/*-------------------------------------about-Accreditations-page-start-------------------------------------*/
 #gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 20px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background:  #FFA938;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

.img-wrapper img {
    width: 100%;
}
.about-accreditation-section {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}
.about-accredation .d-none {
    display: block !important;
}
.about-accreditation-section .img-overlay i.bi-search {
    color: #FFA938;
    background: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 10px 6px 10px;
}

/*-------------------------------------about-Accreditations-page-start-------------------------------------*/






/*--------------------------------------------media-css-----------------------------------------------*/

@media (max-width: 1600px){
section#section-5 .full-address, section#section-5 .full-address-thiland {
    width: 100%;
    height: 350px;
}
section#section-5 .full-address-thiland {
    height: 430px;
}
.time-to-open {
    width: 100%;
}
.related-product-slider .swiper-button-next.custom-next-button-class{
    right: 12px !important;
}

.related-product-slider .swiper-button-prev.custom-prev-button-class {
    left: 13px;
}
/*---------------------------------headre-footer-100%-view-css----------------------------------*/

.container-max-width {
    max-width: 1180px !important;
}
footer.cosmic-footer a.nav-link {
    font-size: 16px !important;
}
.cosmic-ftr .footer-menu ul {
    justify-content: left;
    column-gap: 33px;
}
.main-nav li.nav-item a.nav-link {
    font-size: 16px;
    padding-right: 0px !important;
}
.menu-section .navbar-list-group {
    justify-content: left;
    column-gap: 30px;
}
.right-contact a.contact-btn {
    font-size: 15px !important;
    padding: 10px 0px 10px 0px;
    height: 45px;
    width: 143px;
}
#diffrent-header a.nav-user img {
    width: 17px;
}
.navbar-top-section .social-section .toggle-media-nav img {
    width: 
17px
;
}
#diffrent-header a.nav-bag img {
    width: 17px;
}
.right-contact {
    column-gap: 15px;
}
ul#myTab {
    column-gap: 70px;
}
.full-address p {
    font-size: 15px;
    padding-top: 10px;
}
.time-to-open p {
    font-size: 15px;
}
.full-address-thiland p {
    font-size: 15px;
    padding-top: 10px;
}
span.hq {
    font-size: 15px;
}
.about-us-section1 h1.ab {
    font-size: 50px;
}
.c-info a {
    font-size: 16px;
}
.c-info {
    padding-top: 25px;
}
.row.icon-box-row {
    max-width: 1100px;
}
h3.about-content-head {
    font-size: 35px;
}
.abc {
        max-width: 987px !important;
}
    .ab-image {
        max-width: 980px !important;
}
}




@media (max-width: 1150px){
.cosmic-home .carousel-inner h2 {
    font: normal normal bold 45px/55px DM Sans ;
}
.cosmic-home .carousel-inner p {
    font: normal normal normal 25px/30px DM Sans;
    padding: 15px 0px;
}
.cosmic-home img.d-block.w-100 {
    height: 665px;
    object-fit: cover;
}
a.contact-btn {
    font: normal normal normal 15px/20px DM Sans;
    padding: 12px;
    height: 45px;
    max-width: 200px !important;
    width: 100%;
    margin: 0 auto;
}
section#section-2 p {
    font: normal normal normal 15px/20px DM Sans;
}
h2.certificate-content1 {
    font: normal normal bold 25px/30px DM Sans;
    padding-bottom: 12px;
    padding-top: 12px;
}
.counter h1 {
    font: normal normal 900 55px/28px DM Sans;
    padding-bottom: 15px;
}
.counter h6 {
    font: normal normal bold 15px/20px DM Sans;
}
h2 {
    font: normal normal bold 35px/42px DM Sans;
}
li.nav-item button {
    font: normal normal normal 15px/20px DM Sans;
}
.feature-title h5 {
    font: normal normal bold 15px/20px DM Sans;
    padding-top: 20px;
}
.feature-s-disc p {
    font: italic normal normal 15px/20px DM Sans;
}
.country-name h3 {
    font: normal normal bold 15px/20px DM Sans;
}
.country-name img {
    padding-left: 5px;
    width: 36px;
    height: 30px;
}
.create-content a {
    font: normal normal normal 15px/20px DM Sans;
    line-height: 50px;
}
ul#myTab {
    column-gap: 50px;
}
.phone img {
    width: 20px;
    height: 20px;
}
.create-content img {
    margin-right: 8px;
}
.fax img {
    width: 20px;
    height: 20px;
}
.mail img {
    width: 20px;
    height: 20px;
}
span.breadcum {
    font: normal normal bold 15px/20px DM Sans;
}
.about-us-section1 h1.ab {
    font-size: 35px;
}
h3.about-content-head {
    font-size: 25px;
    line-height: 30px;
    padding: 10px;
}
.yll-text {
    font: normal normal normal 15px/20px DM Sans;
}
p.text-center.abc {
    font: normal normal normal 15px/20px DM Sans;
    padding-bottom: 50px;
}
section#section-about2 {
    padding: 50px 0px 50px 0px;
}
.story-text p {
    font: normal normal normal 15px/20px DM Sans;
}
h4.year-num {
    font: italic normal bold 35px/22px DM Sans;
    padding-bottom: 5px;
}
section.section-about-three-one.mt-6 {
    padding: 0px 0px 50px 0px;
}
h2.footer-content1 {
    font: normal normal bold 30px/45px DM Sans;
}
.clientele-disc p {
    font: normal normal normal 15px/20px DM Sans !important;
}
.services-top h6 {
    font: normal normal normal 15px/20px DM Sans !important;
}
.services-top h1 {
    font: normal normal bold 25px/30px DM Sans !important;
    padding-top: 10px !important;
}
.services-top p {
    font: normal normal normal 15px/20px DM Sans !important;
    padding-top: 10px !important;
}
section.services-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.service-design-head span {
    font: normal normal 800 90px/28px DM Sans !important;
    padding-right: 15px !important;
}
.service-design-head h1 {
    font: normal normal bold 35px/28px DM Sans !important;
    height: 100px !important;
}
.services-section-tow {
    padding-bottom: 80px !important;
}
.service-our-btn a {
    font: normal normal normal 15px/20px DM Sans !important;
}
section.services-btn-section {
    padding-bottom: 70px !important;
}
.project-inner-second {
    padding-top: 50px !important;
}
.inner-head h1 {
    font: normal normal bold 24px/30px DM Sans !important;
}
.inner-head {
    padding-bottom: 10px;
}
.inner-disc p {
    font: normal normal normal 15px/20px DM Sans !important;
}
.about-accreditation-section {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}
.project-inner-back-btn a.contact-btn.rounded-5 {
    height: 50px !important;
}
.project-inner-back {
    padding-top: 60px !important;
}
.view-all-product {
    font: normal normal normal 15px/20px DM Sans !important;
}
.product-card-title.text-center h6 {
    padding-top: 12px;
}
.product-card-title.text-center p {
    font: normal normal normal 16px/20px DM Sans !important;
}
.product-category-card {
    padding-bottom: 25px !important;
}
.product-name h1 {
    font: normal normal bold 25px/30px DM Sans !important;
}
.product-price p {
    font: normal normal normal 20px/25px DM Sans !important;
}
.product-name {
    padding: 5px 0px 5px 0px;
}
.product-short-disc p {
    font: normal normal normal 15px/20px DM Sans;
}
.accordion-row button.accordion-button.collapsed {
    font: normal normal bold 25px/30px DM Sans !important;
}
.accordion-row button.accordion-button {
    font: normal normal bold 25px/30px DM Sans !important;
}
.icon-box-row {
    padding-bottom: 50px !important;
}
section#section-contact2 {
    padding: 20px 0px 80px 0px !important;
}
.form-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.form-head {
    padding-bottom: 20px;
}
.contact-form input, .contact-form textarea {
    height: 60px !important;
    margin-bottom: 15px !important;
    padding: 15px 30px !important;
    font-size: 15px;
    line-height: 20px;
}
.contact-submit-btn {
    padding-top: 15px;
}

}

.product-short-disc p {
    text-align: center;
    font: normal normal normal 18px/26px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
.service-design p {
    text-align: left;
    font: normal normal normal 15px/20px DM Sans;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
/*-------------------------------mobile-media-css----------------------------------*/

@media (max-width: 769px){
.cosmic-ftr .footer-menu ul {
    display: block !important;
    width: 100%;
}
.project-inner-breadcum {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.cosmic-home .carousel-caption>a.contact-btn {
    margin: 0 auto !important;
}
.time-to-open p {
    font-size: 14px !important;
    line-height: 20px !important;
}
.discount-coupon #view_cart_button {
    padding: 5px 25px 10px 25px !important;
}
.cosmic-five .col-lg-3 {
    padding-left: 12px !important;
}
.contact-accord {
    display: block !important;
}
footer.cosmic-footer a.nav-link {
       font-size: 16px !important;
    line-height: 22px !important;
}
.menu-section {
    margin-left: unset;
    padding-left: 20px;
}
.cosmic-ftr .footer-menu ul {
    width: unset;
}

.cosmic-ftr .footer-menu ul {
    column-gap: 25px;
}

img.cosmic-logo.img-fluid.cosmic-media-logo {
    width: 160px;
    height: auto;
}

.right-contact {
    column-gap: 5px;
}

.cosmic-footer .nav-user img , .cosmic-footer .nav-bag img{
    width: 25px;
}

section#section-5 , section#section-4 {
    padding: 0px 0;
}

section#section-5 .full-address-thiland {
    height: 235px;
}

.address-block {
    margin-top: 30px;
}

.create-content a {
    font: normal normal normal 16px/20px DM Sans;
    line-height: 44px;
}
.phone img , .fax img , .mail img {
    width: 20px;
    height: 20px;
}

h2.certificate-content1 {
    font: normal normal bold 35px/40px DM Sans;
}

.feature-btn {
    padding-top: 30px;
    padding-bottom: 30px;
}

#loadingicon a {
}

.feature-image {
    /* height: 200px; */
}

.data-all .row.g-4 {
    display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.data-all .col-sm-4 {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.feature-title h5 {
    text-align: center;
}

.feature-s-disc p {
    text-align: center;
}

ul#myTab {
    column-gap: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
h2 {
        font: normal normal bold 25px/30px DM Sans !important;
}
.counter {
    padding: 60px 0px;
}
.counter h1 {
   font: normal normal 900 60px/30px DM Sans;
    padding-bottom: 15px;
}

.counter h6 {
   font: normal normal bold 15px/35px DM;
    padding-bottom: 15px;
}

section#section-2 p {
    max-width: unset;
}

.cosmic-home img.d-block.w-100 {
    height: 600px;
}

.cosmic-home .carousel-inner h2 {
   font: normal normal bold 25px/35px DM Sans !important;
      margin-top: 120px;
}
section#section-3 {
    background-image: url(../images/home-counter-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.cosmic-home .carousel-inner p {
    font: normal normal normal 18px/25px DM Sans;
}
.certicate-image {
    margin-top: 20px;
}
a.slider-btn {
    max-width: 205px !important;
}
/*acrrediation page*/
.about-us-section1.text-start {
    display: block;
}

.footer-contact.text-start {
    display: block;
}

h2.footer-content1 {
    text-align: center;
}

.footer-contact .footer-contact-btn {
    margin: 0 auto;
    margin-top: 20px;
}
.footer-bottom-section.d-flex.justify-content-between.align-items-center.mt-2 {
    display: block !important;
}

.border-bottom.footer-bottom {
    height: auto;
    text-align: center;
}

h6.text-end.last-ft {
    text-align: center !important;
}
.footer-bottom .container.container-max-width {
    padding: 10px 0px;
}

.social-section .nav-icons.d-flex.align-items-center.justify-content-end.toggle-media-nav.right-contact {
    justify-content: flex-start !important;
}
.footer-container {
    height: 280px;
}
.cosmic-ftr {
    padding: 50px 0px;
}
/* cliente page*/

.about-us-section1 h1.ab {
    font-size: 25px;
    line-height: 30px;
}
span.breadcum a {
    font: normal normal normal 12px/20px DM Sans !important;
}
span.breadcum {
    font: normal normal bold 12px/20px DM Sans !important;
}
section#section-about1 {
    height: 155px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}
section#section-about3 {
    padding: 45px 0px;
    background: #F7F6F5;
}

section.clientele-section {
    padding: 25px 0;
}

.clientele-disc {
    padding-bottom: 10px;
}
/*service*/

.services-top h1 {
    font: normal normal bold 25px/30px DM !important;
    padding-top: 2px !important;
}
section.services-section {
    padding-top: 50px  !important;
    padding-bottom: 0px !important;
}
.service-our-btn a {
    padding: 12px 65px !important;
}


.service-design-head h1 {
    font: normal normal bold 35px/28px DM Sans !important;
}

.service-design-head span {
    font: normal normal 800 80px/28px DM Sans !important;
}

.services-section-tow {
    padding-bottom: 15px !important;
}

.service-our-btn {
    margin-top: 30px !important;
}
section.services-btn-section {
    padding-bottom: 50px !important;
}

/* our work */

#loadingicon {
    align-items: center;
    justify-content: center;
}
.shop-pagination {
    padding-top: 20px;
    padding-bottom:20px;
}
.our-work .feature-s-disc {
    padding-bottom:30px !important;
}

/*our-work inner*/
.project-inner-second {
    padding-top: 30px !important;
}
.inner-head h1 {
    font: normal normal bold 25px/28px DM Sans !important;
}
.about-accreditation-section {
    padding-bottom: 50px !important;
}
.project-inner-back {
    padding-top: 50px !important;
}

/* shop page*/

section#section-products1 {
    padding: 50px 0px;
}

.view-all-product {
    max-width: 210px

 !important;
}

#filter_data {
    justify-content: center;
}

/* shop-inner */
section#section-spro1 {
    padding: 30px 0px;
}

#section-p-2 img#current {
    width: 96%;
}

.product-name h1 {
    font: normal normal bold 30px/28px DM Sans;
}

.product-price p {
    font: normal normal normal 25px/15px DM Sans;
}
section#section-p-2 {
    padding: 0 0 50px;
}

.related-product-slider .swiper-slide.swiper-slide-active {
    width: 100% !important;
}
section#section-spro3 {
    padding-bottom: 50px;
 
}

/* contact us */

section#section-contact2 {
    padding: 50px 0px 50px 0px;
}
h3.about-content-head {
    font-size: 25px;
}
.icon-box-row {
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 0px;
}

.c-info {
    padding-top: 10px;
}
.phone-box img , .fax-box img , .mail-box img {
    width: 25px;
}

.accordion-row button.accordion-button.collapsed {
    font: normal normal bold 25px/20px DM Sans;
}

.form-head h1 {
    font-size: 30px;
    line-height: 15px;
}
.form-head {
    padding-bottom: 30px;
}
.contact-form {
    padding: 0 0px !important;
}

section#section-contact3 {
    padding-bottom: 50px;
}

.contact-form .submit-btn {
    width: 50%;
}
.swiper-container.swiper-container-horizontal {
    margin-top: -18px;
    padding-top: 38px;
    border-top: 0px !important;
    overflow: hidden;
}

/*header*/

.main-nav li.nav-item a.nav-link {
    padding: 0px;
}
.show {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.menu-section .navbar-list-group {
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
}
.logo-section {
    width: 50%;
    padding-top: 10px;
}
.menu-section {
    width: 50%;
    padding: 10px;
}
button.navbar-toggler {
    float: right;
    background-color: #ffffff;
}
ul.navbar-nav.main-nav {
    position: absolute;
    background-color: #fff;
    top: 52px;
}

.right-contact .contact-media-btn {
    float: left !important;
    font-size: 13px !important;
    height: 33px !important;
    width: 109px !important;
    padding: 5px 0px 5px 0px !important;
    letter-spacing: 0px !important;
}

/*.right-contact a.nav-user img, .right-contact a.nav-bag img {*/
/*    width: 13px !important;*/
/*}*/
.menu-section li.nav-item.dropdown:hover .about-submenu {
    width: 160px;
    height: 135px;
}

.menu-section .about-submenu li a {
    font: normal normal normal 15px/20px DM Sans;
}
section#section-2 {
    padding: 30px 0px;
}
h2.feature-content {
    padding-top: 20px;
}
.right-contact a.contact-btn {
    font-size: 12px !important;
}
.navbar-top-section a.contact-btn {
    margin: unset;
}
.services-top h6 {
    font: normal normal normal 12px/20px DM Sans !important;
}
.inner-head {
    padding-bottom: 10px !important;
}
.product-price {
    padding-bottom: 0px !important;
}
.product-short-disc p {
    font: normal normal normal 15px/20px DM Sans !important;
}
.QTA-buttons button {
    font-size: 24px !important;
}
.add-to-cart {
    margin-top: 0px !important;
}
.accordion-row button.accordion-button.collapsed {
    font: normal normal bold 20px/25px DM Sans !important;
}
button.accordion-button img {
    width: 17px !important;
    height: 25px !important;
    margin-right: 10px !important;
}
section#section-contact2 {
    padding: 20px 0px 50px 0px !important;
}



}