.hero-banner video {
  width: auto !important;
  height: calc(100% + 65px) !important;
}

.shopnow-section {
  position: relative;
  background: #ffc300;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}

.shopnow-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 160px;
  height: 160px;
  background: url('../image/plygon1.png') no-repeat left top;
  background-size: contain;
}

.shopnow-section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 200px;
  height: 415px;
  background: url('../image/plygon2.png') no-repeat right bottom;
  background-size: contain;
}

.shopnow-section .elementor-widget-media-carousel .swiper-slide.swiper-slide-active+.swiper-slide {
  transform: scale(1) !important;
  z-index: 5;
  transition: transform 0.8s ease-in-out;
}

.shopnow-section .elementor-widget-media-carousel .swiper-slide {
  transform: scale(.85) !important;
  transition: transform 0.8s ease-in-out;
}

.shopnow-section .elementor-widget-media-carousel .swiper-wrapper {
  align-items: center;
}

.shopnow-section .elementor-widget-media-carousel .swiper-slide .elementor-carousel-image {
  height: calc(100% - 65px);
  border: 5px solid #fff;
}

.shopnow-section .elementor-widget-media-carousel .elementor-main-swiper {
  margin: 0 30px;
}

.shopnow-section .elementor-widget-media-carousel .swiper-wrapper .elementor-carousel-image-overlay {
    position: inherit;
    opacity: 1 !important;
    padding: 15px 0 0 0px;
    height: auto;
}

.shopnow-section .elementor-widget-media-carousel .swiper-3d .swiper-slide-shadow-left,
.shopnow-section .elementor-widget-media-carousel .swiper-3d .swiper-slide-shadow-right {
  background-image: inherit;
}

.shopnow-section .elementor-widget-media-carousel .swiper .elementor-swiper-button-prev {
  left: -8px;
}

.shopnow-section .elementor-widget-media-carousel .swiper .elementor-swiper-button-next {
  right: -8px;
}


.main-video .elementor-widget-video .elementor-wrapper {
  background-color: #000;
  padding: 18px 4px;
}

.all-video {
  position: relative;
  background-color: #000000;
  padding: 0;
  overflow-y: auto;
  max-height: 650px;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

.all-video::-webkit-scrollbar {
  width: 6px;
}

.all-video::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

/* White side holes (film reel look) */
.all-video::before,
.all-video::after {
  content: "";
  position: sticky;
  top: 0;
  bottom: 0;
  width: 15px;
  background: radial-gradient(circle at 50% 25px, #fff 0 11px, transparent 9px 100%) 0 0 / 100% 45px repeat-y;
  z-index: 2;
}

.all-video::before {
  left: 15px;
}

.all-video::after {
  right: 15px;
}

/* Video blocks */
.all-video .elementor-widget-video {
  position: relative;
  z-index: 3;
  margin: 10px 20px;
  padding: 20px 0px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #c28029;
  background: #9d6317;
  cursor: pointer;
}

.all-video .elementor-widget-video .elementor-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-video iframe {
  display: block;
  width: 100%;
  border: none;
  pointer-events: none;
  background: #9d6317 !important;
  height: 150px !important;
}

.contact-section .wpforms-form {
  padding: 10px 20px 0px;
}

.contact-section .wpforms-form .wpforms-field-label {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 5px;
  font-family: "Roboto";
  font-weight: 500;
}

.contact-section .wpforms-form .wpforms-required-label {
  color: #000;
}

.contact-section .wpforms-form input,
.contact-section .wpforms-form textarea {
  font-size: 17px;
  line-height: 20px;
  padding: 6px 8px;
  border: 2px solid #000;
  border-radius: 0;
}

.contact-section .wpforms-form .wpforms-submit-container {
  text-align: center;
}

.contact-section .wpforms-form .wpforms-submit {
  background-color: #78543b;
  border-radius: 0;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 15px;
}

.contact-section .wpforms-confirmation-container,
footer .wpforms-confirmation-container {
  text-align: center;
  color: #1ece1e;
  font-weight: 600;
}

footer .wpforms-confirmation-container {
  line-height: 20px;
}

.contact-section::after {
  content: "";
  position: absolute;
  right: -7%;
  top: -14%;
  width: 425px;
  height: 425px;
  background: url(../image/ball.png) no-repeat center / contain;
  pointer-events: none;
}

.footer-section .wpforms-container {
  margin: 0;
}

.footer-section .wpforms-container.inline-fields .wpforms-field-container {
  width: calc(100% - 50px);
}

.footer-section .wpforms-container .wpforms-field {
  padding: 0 !important;
}

.footer-section .wpforms-container.inline-fields .wpforms-field-container input {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px 0px 0px 4px;
}

.footer-section .wpforms-container.inline-fields .wpforms-field-container input:focus {
  outline: none;
  box-shadow: none !important;
  border: 2px solid #dddddd;
}

.footer-section .wpforms-container.inline-fields .wpforms-submit-container {
  border-radius: 0;
  padding: 0;
  width: 50px;
}

.footer-section .wpforms-container.inline-fields .wpforms-submit {
  position: relative;
  background-color: #ed6b3a;
  padding: 7.3px 10px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 0px 4px 4px 0px;
  color: transparent;
}

.footer-section .wpforms-container.inline-fields .wpforms-submit:hover {
  background-color: #d45326;
}

.footer-section .wpforms-container.inline-fields .wpforms-submit::after {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-section .wpforms-container label.wpforms-error {
  color: #ed6b3a;
}

.keynotes-section .elementor-image-box-title a span {
  font-family: "Libre Baskerville", Sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .shopnow-section .wpcp-product-carousel .wpcp-single-item .wpcp-product-title {
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
  }

  .all-video {
    max-height: 320px;
    padding: 20px 8px;
    max-width: 215px;
    margin: 0 auto;
  }

  .all-video .elementor-widget-video {
    margin: 7px 0;
    padding: 10px 0px;
  }

  .all-video::before,
  .all-video::after {
    width: 14px;
  }

  .all-video::before {
    left: 0;
  }

  .all-video::after {
    right: 0;
  }

  .contact-section::after {
    right: -20%;
    top: -6%;
    width: 300px;
    height: 300px;
  }
}

