@import url("https://fonts.googleapis.com/css2?family=Huninn&family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
#myBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #fff;
  z-index: 10;
  width: 36px;
  height: 36px;
  transition: all 0.32s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  #myBtn {
    width: 50px;
    height: 50px;
  }
}
.visible #myBtn {
  opacity: 1;
  visibility: visible;
}
#myBtn:hover {
  background-color: #EE7100;
  border-color: #EE7100;
  color: #ffffff;
}

.scrolltotop {
  position: fixed;
  z-index: 2;
  margin-bottom: 20px;
  transition: all 0.32s ease-in-out;
  right: 12px;
  bottom: 12px;
}
@media (min-width: 768px) {
  .scrolltotop {
    right: 20px;
    bottom: 20px;
  }
}
.scrolltotop .whatsapp-icon {
  display: inline-block;
  transition: all 0.32s ease-in-out;
  transform: translateY(calc(100% + 10px));
}
.visible .scrolltotop .whatsapp-icon {
  transform: translateY(0);
}
.scrolltotop img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 36px;
  height: 36px;
  display: inline-block;
  z-index: 10;
  transition: all 0.32s ease-in-out;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .scrolltotop img {
    width: 50px;
    height: 50px;
  }
}

html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

*,
** {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  font-family: "Lora", serif;
}

h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 50px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 80px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 100px;
  }
}

h2 {
  font-size: 32px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 52px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  h2 br {
    display: none;
  }
}

.login-sec .login-item h2 {
  font-size: 22px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .login-sec .login-item h2 {
    letter-spacing: 3px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .login-sec .login-item h2 {
    font-size: 36px;
  }
}

.categories-sec .inner-item h4, h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .categories-sec .inner-item h4, h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .categories-sec .inner-item h4, h3 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .categories-sec .inner-item h4, h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
}

.event-sec, .contact-info-sec, .product-sec, .testimonial-sec, .our-event-sec, .suggested-sec, .best-seller, .categories-sec, .icons-sec {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .event-sec, .contact-info-sec, .product-sec, .testimonial-sec, .our-event-sec, .suggested-sec, .best-seller, .categories-sec, .icons-sec {
    padding-top: 60px;
  }
}

.event-sec, .contact-info-sec, .product-sec, .testimonial-sec, .our-event-sec, .best-seller, .categories-sec, .icons-sec {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .event-sec, .contact-info-sec, .product-sec, .testimonial-sec, .our-event-sec, .best-seller, .categories-sec, .icons-sec {
    padding-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1444px;
  }
}

.menu-toggle {
  background-color: transparent;
  border: none;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle svg {
  width: 50px;
  height: 50px;
}

.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.search-popup {
  border: none;
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.search-popup .modal-dialog {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.search-popup .modal-header {
  padding: 0px;
  border: none;
  position: absolute;
  right: 12px;
  top: 12px;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
}
.search-popup .modal-header .btn-close {
  color: #ffffff;
  padding: 0px;
  font-size: 30px;
  box-shadow: none;
  position: relative;
  z-index: 2;
  padding: 10px;
  opacity: 1;
  background-image: unset;
  cursor: pointer;
}
.search-popup .modal-header .btn-close i {
  cursor: pointer;
}
.search-popup .modal-body {
  display: flex;
  padding: 0;
}
.search-popup .modal-body .btn {
  color: #ffffff;
  border-color: #EE7100;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  background-color: #EE7100;
  padding: 10px 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .search-popup .modal-body .btn {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.search-popup .modal-content {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin: 0px auto;
}
@media (min-width: 992px) {
  .search-popup .modal-content {
    max-width: 60%;
  }
}
.search-popup .modal-content .form-control {
  background-color: transparent;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 20px;
}
@media (min-width: 992px) {
  .search-popup .modal-content .form-control {
    padding: 16px 20px;
    font-size: 20px;
  }
}
.search-popup .modal-content .form-control::-moz-placeholder {
  color: #ffffff;
}
.search-popup .modal-content .form-control::placeholder {
  color: #ffffff;
}
.search-popup .modal-content .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #EE7100;
}

.thank-you {
  padding: 200px 0 100px;
  background-color: #000000;
}
.thank-you .message {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 30px 30px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  background-color: #ffffff;
}
.thank-you .message img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(-50%);
  border-radius: 50%;
  margin-bottom: -30px;
}

header {
  color: #ffffff;
  padding: 12px 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: all 1s ease-in-out;
  background: #000000;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 79%);
}
header.home-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 79%);
}
.sticky-active header {
  position: fixed;
  animation: slideDown 0.5s ease;
}
@media (max-width: 576px) {
  header {
    background-color: #000000;
  }
}
@media (min-width: 768px) {
  header {
    padding: 20px 0;
  }
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo a {
  display: block;
  text-decoration: none;
}
header .logo img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
@media (min-width: 1200px) {
  header .logo img {
    max-width: 200px;
  }
}
@media (max-width: 992px) {
  header .menu-item {
    display: none;
  }
}
header .menu-item > ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
header .menu-item > ul > li {
  list-style: none;
  position: relative;
  transition: all 0.32s ease-in;
}
header .menu-item > ul > li:not(:last-child) {
  padding-right: 20px;
}
@media (min-width: 1200px) {
  header .menu-item > ul > li:not(:last-child) {
    padding-right: 30px;
  }
}
header .menu-item > ul > li i {
  transition: all 0.32s ease-in-out;
}
@media (max-width: 992px) {
  header .menu-item > ul > li i {
    display: none;
  }
}
header .menu-item > ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 220px;
  border-radius: 10px;
  padding: 16px 12px;
  background-color: #ffffff;
  transition: all 0.32s ease-in;
  opacity: 1;
  visibility: hidden;
  transform: translateY(3%);
}
header .menu-item > ul > li .sub-menu li {
  margin-bottom: 10px;
  list-style: none;
}
header .menu-item > ul > li .sub-menu li a {
  text-decoration: none;
  color: #000000;
  padding: 0;
  display: inline-block;
  transition: all 0.32s ease-in-out;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
}
header .menu-item > ul > li .sub-menu li a:hover {
  color: #EE7100;
}
header .menu-item > ul > li:hover i {
  transform: rotate(180deg);
}
header .menu-item > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .menu-item > ul > li > a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  transition: all 0.32s ease-in-out;
  padding: 10px 0;
}
header .menu-item > ul > li > a i {
  margin-left: 4px;
}
header .menu-item > ul > li > a.active {
  color: #EE7100;
}
header .menu-item > ul > li > a:hover {
  color: #EE7100;
}
header .btn-with-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  header .btn-with-search {
    gap: 30px;
  }
}
header .btn-with-search .search {
  border: none;
}
header .btn-with-search .search:focus {
  outline: none;
  box-shadow: none;
}
header .btn-with-search .search i {
  font-size: 22px;
  color: #777;
}
@media (max-width: 992px) {
  header .btn-with-search .download {
    display: none;
  }
}
header .btn-with-search .download a {
  display: inline-block;
  color: #ffffff;
  background-color: #EE7100;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  header .btn-with-search .download a {
    padding: 10px 30px;
  }
}
header .btn-with-search .download a:hover {
  background-color: #ffffff;
  color: #EE7100;
  border-color: #EE7100;
}
header .btn-with-search .download a i {
  margin-left: 12px;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  z-index: 11;
  padding-top: 90px;
  display: none;
  overflow: hidden;
}
.mobile-menu .container {
  padding: 0;
  overflow: scroll;
  height: 100%;
}
.mobile-menu .meanmenu-reveal {
  display: none !important;
}
.mobile-menu .mean-bar {
  float: unset;
  background-color: transparent;
}
.mobile-menu .mean-nav {
  margin: 0;
  float: unset;
  background-color: transparent;
}
.mobile-menu .mean-nav > ul {
  display: block !important;
}
@media (max-width: 992px) {
  .mobile-menu .mean-nav > ul i {
    display: none;
  }
}

/* Keyframe animation */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .bg-video {
  width: 100%;
  position: relative;
}
.hero-section .bg-video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.hero-section .bg-video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .title {
  margin-left: -100%;
  width: 100%;
  position: relative;
  z-index: 10;
  color: #ffffff;
  padding-top: 80px;
}
.hero-section .title h2 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.hero-section .title h2 span {
  color: #EE7100;
}
.hero-section .title .link {
  padding-top: 20px;
}
.hero-section .title .link a {
  display: inline-block;
  color: #ffffff;
  background-color: #EE7100;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .hero-section .title .link a {
    padding: 10px 30px;
  }
}
.hero-section .title .link a:hover {
  background-color: #ffffff;
  color: #EE7100;
  border-color: #EE7100;
}
.hero-section .title .link a i {
  margin-left: 12px;
}

.music-sec {
  background-image: url("../images/music-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  position: relative;
  margin-top: -10px;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .music-sec {
    padding: 100px 0;
  }
}
.music-sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.music-sec .row {
  position: relative;
  z-index: 2;
  align-items: center;
}
.music-sec .images-img {
  padding-right: 10%;
}
.music-sec .images-img img {
  width: 100%;
  animation: upDwon 5s infinite;
  margin-bottom: 12px;
  border-radius: 12px;
}
@keyframes upDwon {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(5%);
  }
  1000% {
    transform: translateY(0%);
  }
}
.music-sec .content-item {
  text-align: center;
}
@media (max-width: 768px) {
  .music-sec .content-item {
    padding-top: 50px;
  }
}
.music-sec .content-item h1 {
  color: #EE7100;
}
.music-sec .content-item h3 {
  margin-bottom: 12px;
}
.music-sec .content-item .link a {
  display: inline-block;
  color: #ffffff;
  background-color: #EE7100;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .music-sec .content-item .link a {
    padding: 10px 30px;
  }
}
.music-sec .content-item .link a:hover {
  background-color: #ffffff;
  color: #EE7100;
  border-color: #EE7100;
}
.music-sec .content-item .link a i {
  margin-left: 12px;
}

.icons-sec .row {
  justify-content: center;
}
.icons-sec .inner-item {
  text-align: center;
}
@media (max-width: 992px) {
  .icons-sec .inner-item {
    margin-bottom: 23px;
  }
}
.icons-sec .inner-item img {
  max-height: 60px;
}
@media (min-width: 576px) {
  .icons-sec .inner-item img {
    max-height: 70px;
  }
}
@media (min-width: 992px) {
  .icons-sec .inner-item img {
    max-height: 80px;
  }
}
@media (min-width: 1200px) {
  .icons-sec .inner-item img {
    max-height: 100px;
  }
}
.icons-sec .inner-item h6 {
  text-transform: uppercase;
  color: #1F1F1F;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .icons-sec .inner-item h6 {
    font-size: 14px;
  }
}

.categories-sec {
  background-image: url("../images/categories.jpg");
}
.categories-sec .title {
  text-align: center;
  padding-bottom: 20px;
  color: #ffffff;
}
.categories-sec .title h3 {
  color: #EE7100;
  text-transform: uppercase;
}
.categories-sec .row > div {
  padding-left: 6px;
  padding-right: 6px;
}
.categories-sec .inner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
  text-align: center;
  transition: all 0.32s ease-in-out;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .categories-sec .inner-item {
    margin-bottom: 24px;
  }
}
.categories-sec .inner-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.32s ease-in-out;
}
.categories-sec .inner-item img {
  margin-right: -100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.categories-sec .inner-item h4 {
  position: relative;
  z-index: 2;
  width: 100%;
  transition: all 0.32s ease-in-out;
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .categories-sec .inner-item {
    font-size: 15px;
  }
}
.categories-sec .inner-item:hover::after {
  background-color: #000000;
}
.categories-sec .inner-item:hover h4 {
  transform: scale(1);
}

.best-seller .title {
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
}
.best-seller .title h3 {
  color: #EE7100;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.best-seller .row > div {
  display: flex;
}

.product-item-inner {
  padding: 50px 20px;
  text-align: center;
  border: 1px solid #E1E1E1;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px #E1E1E1;
  border-radius: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.32s ease-in-out;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .product-item-inner {
    margin-bottom: 24px;
  }
}
.product-item-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #FFFFFF;
  transition: all 0.32s ease-in-out;
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgba(238, 113, 0, 0.67) 100%);
  opacity: 0;
}
.product-item-inner > * {
  position: relative;
  z-index: 2;
}
.product-item-inner img {
  margin-bottom: 20px;
  transform: scale(0.8);
  transition: all 0.32s ease-in-out;
}
.product-item-inner h5 {
  color: #EE7100;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .product-item-inner h5 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .product-item-inner h5 {
    margin-bottom: 50px;
  }
}
.product-item-inner .btns a {
  display: block;
  padding: 10px 30px;
  width: 100%;
  text-decoration: none;
  transition: all 0.32s ease-in-out;
}
.product-item-inner .btns a:nth-child(1) {
  margin-bottom: 20px;
  background-color: #EE7100;
  color: #ffffff;
  border: 1px solid #EE7100;
}
.product-item-inner .btns a:nth-child(1):hover {
  background-color: #ffffff;
  border-color: #EE7100;
  color: #EE7100;
}
.product-item-inner .btns a:nth-child(2) {
  background-color: #ffffff;
  color: #EE7100;
  border: 1px solid #EE7100;
}
.product-item-inner .btns a:nth-child(2):hover {
  background-color: #EE7100;
  border-color: #EE7100;
  color: #ffffff;
}
.product-item-inner:hover::after {
  height: 100%;
  opacity: 1;
}
.product-item-inner:hover img {
  transform: scale(0.9);
}

.suggested-sec h3 {
  text-align: center;
  color: #EE7100;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .suggested-sec h3 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .suggested-sec h3 {
    padding-bottom: 50px;
  }
}
.suggested-sec .inner-item {
  border-radius: 16px;
  overflow: hidden;
  background-image: url("../assets/images/product-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.suggested-sec .inner-item .image {
  text-align: center;
  padding: 60px 0;
}
.suggested-sec .inner-item .content {
  padding: 20px 20px 30px;
}
.suggested-sec .inner-item .content h5 {
  margin-bottom: 12px;
}
.suggested-sec .inner-item .content a {
  margin-top: 12px;
  width: 100%;
  text-decoration: none;
  color: #EE7100;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #EE7100;
  transition: all 0.32s ease-in-out;
  background-color: #ffffff;
}
.suggested-sec .inner-item .content a:hover {
  background-color: #EE7100;
  border-color: #EE7100;
  color: #ffffff;
}

.our-event-sec {
  margin-top: 60px;
  background-color: #fff;
  background-color: #e6dbd5;
}
.our-event-sec .title {
  color: #EE7100;
  margin-bottom: 30px;
  text-align: center;
}
.our-event-sec .inner-item {
  padding: 12px 12px 40px;
  color: #666666;
  border: 1px solid #000000;
  border-radius: 10px;
}
.our-event-sec .inner-item img {
  width: 100%;
  margin-bottom: 20px;
}
.our-event-sec .inner-item h6 {
  font-weight: 300;
  font-size: 14px;
}
.our-event-sec .inner-item a {
  display: inline-block;
  margin-top: 12px;
  color: #EE7100;
  font-size: 14px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #EE7100;
  color: #ffffff;
  transition: all 0.32s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.testimonial-sec .title {
  text-align: center;
  margin-bottom: 20px;
}
.testimonial-sec .title h3 {
  color: #EE7100;
  text-transform: uppercase;
}
.testimonial-sec .swiper-slide {
  padding: 10px;
  display: flex;
}
.testimonial-sec .review-item {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  padding: 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
  text-align: center;
}
.testimonial-sec .review-item img {
  margin-bottom: 25px;
}
.testimonial-sec .review-item .stars {
  padding: 10px 0 20px;
  color: #F3C612;
}
.testimonial-sec .review-item h6 {
  font-weight: 400;
  color: #959595;
}
.testimonial-sec .review-item h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.testimonial-sec .swiper-button-next,
.testimonial-sec .swiper-button-prev {
  display: none;
}

.basic-banner-sec {
  background-image: url("../images/basic-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  color: #EE7100;
  display: flex;
  align-items: center;
  padding-top: 40px;
  height: 280px;
  text-align: center;
}
@media (min-width: 768px) {
  .basic-banner-sec {
    padding-top: 80px;
    height: 380px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .basic-banner-sec {
    height: 480px;
  }
}
.product-sec {
  background-image: url("../images/product-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 576px) {
  .product-sec .filter-item .row {
    flex-direction: column-reverse;
  }
}
.product-sec .filter-item .select-wrapper {
  display: flex;
  gap: 12px;
}
.product-sec .filter-item .select-wrapper .form-select {
  padding: 10px 16px;
  border-color: #000000;
  margin-bottom: 10px;
  border-radius: 0px;
}
.product-sec .filter-item .select-wrapper .form-select::-moz-placeholder {
  text-transform: uppercase;
}
.product-sec .filter-item .select-wrapper .form-select::placeholder {
  text-transform: uppercase;
}
.product-sec .filter-item .select-wrapper .form-select:focus {
  outline: none;
  box-shadow: none;
}
.product-sec .filter-item .select-wrapper .form-select:nth-child(1) {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.product-sec .filter-item .product-search {
  margin-left: auto;
  text-align: right;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .product-sec .filter-item .product-search {
    flex-direction: column-reverse;
  }
}
@media (min-width: 576px) {
  .product-sec .filter-item .product-search {
    max-width: 250px;
  }
}
.product-sec .filter-item .product-search .wrapper {
  position: relative;
}
.product-sec .filter-item .product-search .form-control {
  padding: 10px 40px 10px 16px;
  border-color: #000000;
  margin-bottom: 10px;
  border-radius: 0px;
}
.product-sec .filter-item .product-search .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #EE7100;
}
.product-sec .filter-item .product-search i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.pagination {
  padding-top: 20px;
  border-top: 1px solid #EE7100;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .pagination ul {
    justify-content: flex-end;
  }
}
.pagination ul li {
  list-style: none;
  display: flex;
}
.pagination ul li a {
  display: inline-block;
  width: 35px;
  text-decoration: none;
  color: #000000;
  transition: all 0.32s ease-in-out;
  border: 1px solid #EE7100;
  color: #EE7100;
  font-size: 14px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
}
.pagination ul li a i {
  margin-left: 10px;
}
.pagination ul li a:hover {
  background-color: #EE7100;
  color: #ffffff;
}
.pagination ul li a.previews, .pagination ul li a.next {
  width: auto;
  height: auto;
  padding: 6px 10px;
  transition: all 0.32s ease-in-out;
}
.pagination ul li a.previews {
  display: none;
}
.pagination ul li a.active {
  background-color: #EE7100;
  color: #ffffff;
}

.product-detail-sec {
  background-image: url("../images/product-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0 60px;
}
@media (min-width: 768px) {
  .product-detail-sec {
    padding: 160px 0 80px;
  }
}
@media (min-width: 1200px) {
  .product-detail-sec {
    padding: 200px 0 100px;
  }
}
@media (max-width: 768px) {
  .product-detail-sec .product-images {
    margin-bottom: 30px;
  }
}
.product-detail-sec .product-images .detailSlider {
  margin-top: 10px;
}
.product-detail-sec .product-images .detailSlider img {
  cursor: zoom-out;
}
.product-detail-sec .breadcrumb ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 10px;
  width: 100%;
}
.product-detail-sec .breadcrumb ul li {
  list-style: none;
}
.product-detail-sec .breadcrumb ul li a {
  text-decoration: none;
  color: #000000;
}
.product-detail-sec .detail-content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
}
.product-detail-sec .detail-content .features {
  padding-top: 13px;
}
.product-detail-sec .detail-content .features h5 {
  font-size: 20px;
  font-weight: 400;
}
.product-detail-sec .detail-content .features ul {
  padding: 12px 0 30px;
  margin: 0;
  color: #484848;
}
.product-detail-sec .detail-content .features ul li {
  margin-bottom: 6px;
  display: block;
  list-style: none;
}
.product-detail-sec .detail-content table {
  background-color: transparent;
  border-color: #000000;
  table-layout: fixed;
}
.product-detail-sec .detail-content table td {
  background-color: transparent;
  border-color: #000000;
  padding: 10px;
  color: #000000;
  font-size: 11px;
}
@media (min-width: 768px) {
  .product-detail-sec .detail-content table td {
    font-size: 14px;
  }
}
.product-detail-sec .detail-content table td:last-child {
  color: #484848;
}
.product-detail-sec .detail-content .link {
  padding-top: 20px;
}
.product-detail-sec .detail-content .link button {
  display: inline-block;
  color: #ffffff;
  background-color: #EE7100;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .product-detail-sec .detail-content .link button {
    padding: 10px 30px;
  }
}
.product-detail-sec .detail-content .link button:hover {
  background-color: #ffffff;
  color: #EE7100;
  border-color: #EE7100;
}
.product-detail-sec .detail-content .link button i {
  margin-left: 12px;
}
.product-detail-sec .detail-content .color-filter {
  display: flex;
  gap: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-detail-sec .detail-content .color-filter .item {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.product-detail-sec .detail-content .color-filter .item.active {
  border: 2px solid #EE7100;
}
.product-detail-sec .detail-content .color-filter .item:nth-child(1) {
  background-color: #000000;
}
.product-detail-sec .detail-content .color-filter .item:nth-child(2) {
  background-color: #4E82C7;
}
.product-detail-sec .detail-content .color-filter .item:nth-child(3) {
  background-color: #BE583D;
}
.product-detail-sec .detail-content .color-filter .item:nth-child(4) {
  background-color: #FCC97B;
}

.enquiry-popup .form-group {
  margin-bottom: 12px;
}
.enquiry-popup .form-group .form-control {
  padding: 12px 20px;
  border: 1px solid #000000;
}
.enquiry-popup .form-group .form-control:focus {
  border-color: #EE7100;
  box-shadow: none;
  outline: none;
}
.enquiry-popup .modal-body button {
  display: inline-block;
  color: #ffffff;
  background-color: #EE7100;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
  width: 100%;
}
@media (min-width: 1200px) {
  .enquiry-popup .modal-body button {
    padding: 10px 30px;
  }
}
.enquiry-popup .modal-body button:hover {
  background-color: #ffffff;
  color: #EE7100;
  border-color: #EE7100;
}
.enquiry-popup .modal-body button i {
  margin-left: 12px;
}

.about-us-sec {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .about-us-sec {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .about-us-sec {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .about-us-sec p {
    font-size: 14px;
  }
}
.about-us-sec .row {
  align-items: center;
}
@media (max-width: 992px) {
  .about-us-sec .row {
    flex-direction: column-reverse;
  }
}
.about-us-sec .video-item {
  position: relative;
  padding: 56% 0 0;
}
@media (min-width: 992px) {
  .about-us-sec .video-item {
    padding-left: 10%;
  }
}
@media (max-width: 992px) {
  .about-us-sec .video-item {
    margin-bottom: 40px;
  }
}
.about-us-sec .video-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-sec video {
  width: 100%;
  height: 100%;
}
.about-us-sec h3 {
  color: #EE7100;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 12px;
}
.about-us-sec .full-content {
  padding-top: 40px;
}
.about-us-sec h4 {
  color: #EE7100;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}

.login-sec {
  height: 100vh;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .login-sec {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .login-sec .wrapper {
    padding-right: 5%;
  }
}
.login-sec .login-item {
  background-color: #1F1F1F;
  border-radius: 10px;
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  padding: 40px 30px;
}
@media (max-width: 576px) {
  .login-sec .login-item {
    transform: scale(0.9);
  }
}
@media (max-width: 374px) {
  .login-sec .login-item {
    padding: 30px 16px;
  }
}
.login-sec .login-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #EE7100;
  transform: rotate(5deg);
}
.login-sec .login-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #1F1F1F;
}
.login-sec .login-item > * {
  position: relative;
  z-index: 2;
}
.login-sec .login-item img {
  text-align: center;
  margin-bottom: 40px;
}
.login-sec .login-item h2 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 20px;
  letter-spacing: 0;
}
.login-sec .login-item p {
  line-height: 1.2;
  font-size: 14px;
  color: #f7f7f7;
}
.login-sec .login-item .forgot {
  text-align: right;
}
.login-sec .login-item .forgot a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  transition: all 0.32s ease-in-out;
}
.login-sec .login-item .forgot a:hover {
  color: #EE7100;
}
.login-sec .form-wrapper {
  margin-bottom: 16px;
}
.login-sec .form-wrapper .form-control {
  border-radius: 30px;
  padding: 12px 20px;
  border-radius: 48px;
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(145deg, #1c1c1c, #212121);
  box-shadow: 8px 8px 16px #141414, -8px -8px 16px #2a2a2a;
}
.login-sec .form-wrapper .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.login-sec .form-wrapper .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.login-sec .form-wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #EE7100;
}
.login-sec .login-btn {
  padding-top: 20px;
}
.login-sec .login-btn button {
  display: inline-block;
  color: #ffffff;
  background-color: #EE7100;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}
@media (min-width: 1200px) {
  .login-sec .login-btn button {
    padding: 10px 30px;
  }
}
.login-sec .login-btn button:hover {
  background-color: #ffffff;
  color: #EE7100;
  border-color: #EE7100;
}
.login-sec .login-btn button i {
  margin-left: 12px;
}

.contact-info-sec {
  position: relative;
}
.contact-info-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/product-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0.5;
}
.contact-info-sec .row {
  position: relative;
  z-index: 2;
}
.contact-info-sec .left-content h3 {
  text-transform: uppercase;
  color: #EE7100;
  font-weight: bold;
  margin-bottom: 12px;
}
.contact-info-sec .left-content h5 {
  text-transform: uppercase;
  color: #EE7100;
  font-weight: bold;
  margin: 20px 0 12px;
}
.contact-info-sec .left-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-info-sec .left-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .contact-info-sec .form-item {
    padding-top: 40px;
  }
}
.contact-info-sec .form-item .form-group {
  margin-bottom: 12px;
}
.contact-info-sec .form-item .form-group .form-control {
  padding: 12px 20px;
  border-color: #000000;
}
.contact-info-sec .form-item .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #EE7100;
}
.contact-info-sec .form-item .btn {
  background-color: #EE7100;
  color: #ffffff;
  box-shadow: none;
  padding: 12px 30px;
  width: 100%;
  border: 1px solid transparent;
  display: block;
  text-align: center;
  transition: all 0.32s ease-in-out;
  display: inline-block;
  color: #ffffff;
  background-color: #EE7100;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .contact-info-sec .form-item .btn {
    padding: 10px 30px;
  }
}
.contact-info-sec .form-item .btn:hover {
  background-color: #ffffff;
  color: #EE7100;
  border-color: #EE7100;
}
.contact-info-sec .form-item .btn i {
  margin-left: 12px;
}
.contact-info-sec .form-item .btn:hover {
  border-color: #EE7100;
}

.map-sec {
  margin-bottom: -10px;
}
.map-sec iframe {
  width: 100%;
  height: 210px;
}
@media (min-width: 768px) {
  .map-sec iframe {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .map-sec iframe {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .map-sec iframe {
    height: 600px;
  }
}

@media (max-width: 576px) {
  .event-sec .row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.event-sec .row > div {
  display: flex;
}
@media (max-width: 576px) {
  .event-sec .row > div {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.event-sec .inner-item {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #000000;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .event-sec .inner-item {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .event-sec .inner-item {
    margin-bottom: 12px;
  }
}
.event-sec .inner-item a {
  text-decoration: none;
}
.event-sec .inner-item img {
  margin-bottom: 12px;
  width: 100%;
}
.event-sec .inner-item p {
  font-size: 12px;
  color: #666666;
}
.event-sec .inner-item .youtube-icon {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  max-width: 40px;
}
@media (min-width: 768px) {
  .event-sec .inner-item .youtube-icon {
    max-width: 50px;
  }
}
.event-sec .inner-item .youtube-icon img {
  transition: all 0.32s ease-in-out;
  margin: 0;
}
.event-sec .inner-item:hover .youtube-icon img {
  transform: scale(1.1);
}

.event-popup .modal-content {
  background-color: #000000;
  border: 0px;
  position: relative;
}
.event-popup .modal-content iframe {
  width: 100%;
}
.event-popup .modal-content .modal-header {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  transform: translate(50%, -50%);
}
.event-popup .modal-content .modal-header .btn-close {
  width: 32px;
  height: 32px;
  display: flex;
  opacity: 1;
  align-items: center;
  background-color: #ffffff;
  margin: 0 !important;
  padding: 0px !important;
  border-radius: 50%;
  z-index: 2;
  background-size: 12px;
  background-position: center;
  border: none;
  box-shadow: none;
}

footer {
  background-color: #000000;
  color: #ffffff;
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 0 20px;
}
@media (min-width: 576px) {
  footer {
    padding: 80px 0 20px;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 100px 0 20px;
  }
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
footer .row {
  position: relative;
  z-index: 2;
}
footer .logo-item img {
  margin-bottom: 30px;
}
footer .logo-item h5 {
  margin-bottom: 12px;
  font-size: 20px;
}
@media (min-width: 992px) {
  footer .logo-item h5 {
    font-size: 24px;
  }
}
footer .logo-item p {
  margin: 0 0 10px;
}
@media (max-width: 576px) {
  footer .info-link {
    padding-top: 30px;
  }
}
@media (min-width: 576px) {
  footer .info-link {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  footer .info-link {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  footer .info-link {
    padding-left: 100px;
  }
}
footer .info-link ul {
  padding: 0;
  margin: 0;
}
footer .info-link ul li {
  list-style: none;
  margin-bottom: 12px;
}
footer .info-link ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.32s ease-in-out;
}
footer .info-link ul li a:hover {
  color: #EE7100;
}
footer h5 {
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 992px) {
  footer .stay {
    padding-top: 40px;
  }
}
footer .stay form {
  position: relative;
}
footer .stay form .form-control {
  border-radius: 30px;
  border: none;
  padding: 14px 140px 14px 20px;
}
@media (min-width: 1400px) {
  footer .stay form .form-control {
    padding: 16px 140px 16px 20px;
  }
}
footer .stay form .form-control:focus {
  outline: none;
  box-shadow: none;
}
footer .stay form .submit-btn {
  background-color: #EE7100;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  position: absolute;
  top: 50%;
  padding: 10px 30px;
  transform: translateY(-50%);
  right: 4px;
  transition: all 0.32s ease-in-out;
}
@media (min-width: 1400px) {
  footer .stay form .submit-btn {
    right: 6px;
    padding: 12px 30px;
  }
}
footer .stay form .submit-btn:hover {
  background-color: #a34e03;
}
footer .social {
  padding-top: 20px;
}
footer .social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  footer .social ul {
    gap: 30px;
  }
}
footer .social ul li {
  list-style: none;
}
footer .social ul li a {
  text-decoration: none;
  display: inline-block;
}
footer .social ul li a img {
  transition: all 0.32s ease-in-out;
}
@media (max-width: 768px) {
  footer .social ul li a img {
    max-height: 35px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
footer .social ul li a img:hover {
  transform: scale(1.05);
}

.copyright {
  border-top: 1px solid gray;
  text-align: center;
  padding-top: 20px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .copyright {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .copyright {
    margin-top: 100px;
  }
}
.copyright p {
  margin: 0;
  text-transform: uppercase;
}/*# sourceMappingURL=syle.css.map */