/* @font-face {
  font-family: 'Poppins';
  src: url('poppins.woff2') format('woff2');
  font-display: swap;
} */

html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  background: #f6f8fa;
  color: #212121;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.site-content {
  display: unset !important;
}

a {
  color: #2874f0;
  transition: color 0.3s ease;
}

a:hover {
  color: #2874f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

button,
input[type="submit"] {
  background: #2874f0;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  border: none;
  transition: background 0.3s ease;
}

button:hover,
input[type="submit"]:hover {
  background: transparent;
  color: #212121;
}

a.elementskit-btn {
  background-color: transparent;
  padding: 9px;
  font-family: "DM Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  fill: #fff;
  background-image: linear-gradient(180deg, #443E89 0%, #F2295B 100%);
  border-style: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

a.elementskit-btn:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}

a.elementskit-btn svg.e-font-icon-svg {
  width: 20px;
  height: 20px;
}

/* Header & Navigation */
.site-header {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: "Suwannaphum", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.inside-header {
  padding: 0 !important;
}

#primary-menu li .gp-icon svg {
  transition: transform 0.3s ease;
  height: 1em;
  width: 1em;
  top: 0.2em;
}

#primary-menu li:hover .gp-icon svg {
  transform: rotate(180deg);
}

.menu-item-has-children .dropdown-menu-toggle {
  padding: 0 5px !important;
}

/* Button */
.btn_wrap {
  background: #2874f0;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #2874f0;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

.btn_wrap:hover {
  background: transparent;
  color: #212121;
  border: 2px solid #2874f0;
}

/* Slider */
.custom-slider-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.custom-slider {
  position: relative;
}

.slide {
  display: none;
  position: relative;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slide.active {
  display: block;
  animation: fadeIn 0.6s ease-in-out;
}

.caption {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  max-width: 70%;
  border-radius: 8px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2874f0;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 24px;
  opacity: 0;
}

.prev:hover,
.next:hover {
  background: #007bff;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Headings */
.h2heading {
  font-weight: 700;
}

.h4heading {
  font-weight: 600;
  font-size: 1.2rem;
}

/* Play Button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.animated-play {
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.video-thumbnail img {
  border-radius: 10px;
  max-height: 800px;
}

img.emoji {
  border-radius: 50px !important;
}

/* Skewed Product Cards */
.procard .category-card-link {
  transform: skewX(-25deg);
  overflow: hidden;
  background: transparent;
  color: #212121;
  height: 100%;
}

.procard .category-card-link:hover {
  transform: skewX(-25deg);
}

.procard .image-wrapper.position-relative,
.procard .card-body.p-2 {
  transform: skewX(25deg);
}

/* Category Card */
.category-card-link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  background: #2874f0;
  padding: 0.08rem;
  transition: all 0.3s ease;
}

.category-card-link:hover {
  color: #fff !important;
  background: #1a5dcc;
  transform: translateY(-4px);
}

.category-card {
  transition: all 0.4s ease;
  border-radius: 8px;
  overflow: hidden;
}

.category-card:hover .category-card-link {
  transform: scale(0.9);
}

.linebord::after,
.linebord::before {
  height: 7px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  background-color: #2874f0;
  width: 50px;
  margin: 0px 10px 0px 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/*.slider-wrapper {
  max-height: 500px;
}

.slider-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/


.custom-trophy .col-md-4 {
  overflow-x: hidden;
}

/* Products */
.newarrival {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

/* .newarrival:hover h5.card-title.fw-bolder {
  color: #fff;
} */

.newarrival:hover h3.card-title.fw-bolder {
     color: #fff;
}

.newarrival:hover {
  background: #2874F0;
}

/* .woocommerce img, .woocommerce-page img {
    max-height: 345px;
} */

/* Animated borders using ::before and ::after */
.newarrival::before,
.newarrival::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: all 0.5s ease;
  border-radius: 8px;
}

img.card-img-top.wp-post-image {
  max-height: 400px;
}

.swiper-wrapper img.card-img-top.wp-post-image {
  max-height: 320px;
}

.flex.fonticone svg {
  width: 40px;
  fill: #fff;
  padding: 10px 5px
}

.flex.fonticone {
  margin: 25px 0;
}

a.whatsapp,
.phoneapp {
  padding: 10px 10px 15px 15px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

a.whatsapp {
  background: #4dda82;
  margin: 15px;
}

.phoneapp {
  background: #2874f0;

}

a.whatsapp:hover {
  background: #4dda83ab;
  color: #fff;
}

.phoneapp:hover {
  background: #2875f0b4;
  color: #fff;
}

/* Top and bottom borders */
.newarrival::before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top: 1px solid yellow;
  border-bottom: 1px solid yellow;
  transform: scaleX(0);
  transform-origin: center;
}

/* Left and right borders */
.newarrival::after {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-left: 1px solid yellow;
  border-right: 1px solid yellow;
  transform: scaleY(0);
  transform-origin: center;
}

.newarrival:hover::before {
  transform: scaleX(1);
}

.newarrival:hover::after {
  transform: scaleY(1);
}

/* Swipper Button */

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  font-weight: 700;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 100px;
  background: #000;
  padding: 24px;
  color: #fff !important;
}

/* ******* Work  */

/* img.imgsize {
    max-width: 70px;
} */

section.work_wrapper {
  background-image: linear-gradient(180deg, #2874F0 0%, #f2295b 100%);
  margin: 0;
}

.bg-white.p-3.m-auto {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #F8F8F82B;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.bloginfo li {
  font-size: medium;
  color: rgb(149, 149, 153);
}

.h4heading a {
  text-decoration: none;
  font-weight: 500;
  color: #212121 !important;
}

section.blog_wrapper .achievement {
  box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);
  border-radius: 8px;
  overflow: hidden;
}

.cf7-modern-form .form-control {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cf7-modern-form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.cf7-modern-form label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #333;
}

.cf7-modern-form .btn-primary {
  background-color: #0d6efd;
  border: none;
  transition: background-color 0.3s ease;
}

.cf7-modern-form .btn-primary:hover {
  background-color: #0b5ed7;
}

.formcard p {
  padding: 0;
  margin: 0;
}

.formcard input[type="text"],
.formcard input[type="email"],
.formcard input[type="url"],
.formcard input[type="password"],
.formcard input[type="search"],
.formcard input[type="tel"],
.formcard input[type="number"],
.formcard textarea,
.formcard select {
  border-color: #212121 !important;
  border-radius: 5px !important;
  border: 2px solid !important;
}


/* ************* */
.card.text-center {
  transition: background 0.3s ease;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 8px;
}

.newarrivalcat {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.newarrivalcat:hover h3.card-title.fw-bolder {
  color: #fff;
}

.newarrivalcat:hover {
  background: #2874F0;
}

/* Animated borders using ::before and ::after */
.newarrivalcat::before,
.newarrivalcat::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: all 0.5s ease;
  border-radius: 8px;
}

/* Top and bottom borders */
.newarrivalcat::before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top: 1px solid yellow;
  border-bottom: 1px solid yellow;
  transform: scaleX(0);
  transform-origin: center;
}

/* Left and right borders */
.newarrivalcat::after {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-left: 1px solid yellow;
  border-right: 1px solid yellow;
  transform: scaleY(0);
  transform-origin: center;
}

.newarrivalcat:hover::before {
  transform: scaleX(1);
}

.newarrivalcat:hover::after {
  transform: scaleY(1);
}

.newarrivalcat:hover h3.card-title {
  color: #ffff;
}

h3.product-title.fw-bolder {
  color: #212121;
}

h3.card-title{
  font-size: 1.2rem;
}

.newarrivalcat:hover h3.product-title.fw-bolder {
  color: #fff;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  width: 100% !important;
}

h1.product_title.entry-title {
  font-weight: 600;
  font-size: 2.5rem;
}

.main-navigation a {
  font-size: 18px !important;
}

.formcard {
  box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);
  padding: 2rem;
  border-radius: 8px;
}

.icon-circle {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 1.1rem;
}

.social-icon:hover {
  opacity: 0.8;
}

.fixed-icons {
  position: fixed;
  right: -230px;
  top: 40%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  gap: 135px;
  z-index: 999;
}

a.button.side {
  background: #007BFF;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 4px;
  transform: rotate(-90deg);
  transform-origin: left center;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  height: fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}

.button.side.callback {
  background-color: #007BFF;
  color: #fff;
}


a.button.side.dawlcat,
a.button.side.enqnow {
  background: #5d5c5c;
}

a.button.side.enqnow {
  margin-bottom: -67px;
}

.btn-whatsapp-pluse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 9999;
}

/* Footer */
.footer_wrapper {
  background: #f8f9fa;
  padding: 2rem 0 1rem;
}

.footer_wrapper h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  color: #000;
}

.footer_wrapper li {
  list-style: none;
}

ul.list-unstyled a,
.textfo .menu-item a,
.text-fot {
  font-family: "Suwannaphum", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
  color: #212121;
}

ul.list-unstyled a:hover {
  color: #2874f0;
}

ul#menu-footer-1 li,
ul#menu-footer-2 li {
  position: relative;
  left: 0;
  transition: transform 0.3s ease, left 0.3s ease;
}

ul#menu-footer-1 li:hover,
ul#menu-footer-2 li:hover {
  left: 20px;
}

.col.text-center.p-2 p {
  font-weight: 500;
}

ol,
ul {
  margin: 0 !important;
}

.border-dark {
  background: #000;
}

/* Social Icons */
.text-facebook {
  color: #1877f2 !important;
}

.text-twitter {
  color: #1da1f2 !important;
}

.text-instagram {
  color: #e4405f !important;
}

.text-linkedin {
  color: #0077b5 !important;
}

.text-facebook:hover,
.text-twitter:hover,
.text-instagram:hover,
.text-linkedin:hover {
  opacity: 0.8;
  text-decoration: none;
}

ul.sub-menu li {
  display: contents !important;
  margin: 0;
  padding: 0;
}

.custom-shop-archive.py-5 {
  margin: 60px 10px 10px 10px;
}








.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
  position: fixed;
  width: 100%;
  z-index: 3;
  transition: top 0.3s ease;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

ul.menu li a {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  /* float: right; */
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }

  /* .header li a {
    padding: 20px 30px;
  } */
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  .header .menu-icon {
    display: none;
  }
}


.header .menu li ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.header .menu li:hover>ul.sub-menu {
  display: block;
}
section.custom-slider-wrapper {
    margin-top: 72px;
}

/* ************************************************ */
.featured-image img {
    max-height: 400px !important;
    width: auto !important;
    text-align: center;
    margin: auto;
    justify-items: center;
}

.post .inside-article {
    max-width: 1250px !important;
    margin: auto;
    text-align: center;
}

.comments-area {
    width: 1250px !important;
    margin: auto;
}

div#right-sidebar {
    margin: auto;
    width: 1250px;
    display: none;
}

.comment-form-comment textarea {
    resize: vertical;
    border: 2px solid;
}

.comment-form #author, .comment-form #email, .comment-form #url {
    display: block;
    border: 2px solid;
}

form#commentform {
    border: 1px solid #f9f9f9;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

@media (max-width: 679px) {
  .procard .category-card-link:hover {
    transform: none;
  }

  .procard .image-wrapper.position-relative,
  .procard .card-body.p-2,
  .procard .category-card-link {
    transform: none;
  }

  .h2heading {
    font-size: 1.5rem;
  }

  section {
    width: 100% !important;
  }

  .get_in_touch div#accordionExample {
    width: 100%;
  }

  .get_in_touch .col-lg-6 {
    width: 100% !important;
  }

  ul.sub-menu li {
    display: contents !important;
    margin: 0;
    padding: 0;
  }

  .header .menu-btn:checked~.menu {
    overflow-y: scroll;
  }

  .header .menu li ul.sub-menu {
    width: 90%;
  }

  img.attachment-full.size-full {
    width: 180px !important;
  }

  section.blog_wrapper.py-5 {
    display: none;
  }

  .header .menu li ul.sub-menu {
    position: unset;
  }
  section.custom-slider-wrapper {
    margin-top: 72px;
}
}

h2.title-catgory {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
}

h2.card-title {
    font-size: 1.2rem;
}