@charset "UTF-8";
/* ======== All Sass Import ========= */
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

.main-header {
  position: relative;
  /* ====== Top bar Start =======*/
  /* ====== Top bar list ends ===== */
  /* ======= middle container navbar ===== */
}
.main-header .header-top {
  background-color: var(--bg-color-1);
  color: var(--text-black);
  font-size: 14px;
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: 40px;
  /* Fixed height for the top bar */
}
.main-header .header-top .swiper-container {
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.main-header .header-top .swiper-container .swiper-slide {
  height: 40px;
  white-space: nowrap;
  text-align: left;
  line-height: 40px;
}
.main-header .header-top .swiper-container .swiper-slide a {
  color: var(--text-black);
}
.main-header .header-top .swiper-container .swiper-slide a i {
  font-size: 12px;
}
.main-header .top-bar {
  padding: 10px 3px;
  background: var(--bg-white);
  border-color: var(--border-rgba-3);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition-duration: 0.3s;
  color: var(--text-black);
  width: 100%;
}
.main-header .top-bar .top-address {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.main-header .top-bar .top-address div:first-child {
  border-right: 1px solid;
  border-color: var(--border-rgba-2);
  height: 18px;
}
.main-header .top-bar .drop-box a {
  color: var(--text-black);
}
.main-header .top-bar .drop-box .dropdown {
  border-right: 1px solid;
  border-color: var(--border-rgba-2);
}
.main-header .top-bar .drop-box .dropdown .dropdown-toggle {
  font-size: 15px;
  font-weight: 500;
}
.main-header .top-bar .drop-box .dropdown .dropdown-toggle i {
  font-size: 13px;
}
.main-header .top-bar .drop-box .dropdown .dropdown-toggle:after {
  display: none;
}
.main-header .top-bar .drop-box .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 8px;
  border: none;
  box-shadow: 0px 0px 20px 0.25px rgba(0, 0, 0, 0.5);
  transform: translate3d(-45px, 35px, 0px) !important;
}
.main-header .top-bar .drop-box .dropdown .dropdown-menu li {
  line-height: 1.8;
}
.main-header .top-bar .drop-box .dropdown .dropdown-menu li a {
  color: #111;
  font-size: 17px;
  padding: 0 8px;
}
.main-header .top-bar .drop-box .top-social li {
  height: 26px;
  width: 26px;
  border: 1px solid var(--border-rgba-2);
  color: var(--text-primary);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  line-height: 1;
}
.main-header .top-bar .drop-box .top-social li:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
}
.main-header .top-bar .drop-box .top-social li:hover a {
  color: var(--text-white);
  transition: 0.4s;
}
.main-header .top-bar .drop-box .top-social li a {
  font-size: 12px;
  display: inline-block;
  color: var(--text-primary);
  line-height: 1;
}
.main-header .top-bar .top-bar-list li {
  border-right: 1px solid var(--border-rgba-2);
  padding-right: 6px;
}
.main-header .top-bar .top-bar-list li a {
  color: #fff;
}
.main-header .top-bar .top-bar-list li:last-child {
  border: 0;
}
.main-header .middle-container {
  background: var(--bg-white);
  color: var(--text-black);
}
.main-header .middle-container .middel-navbar {
  height: 70px;
}
.main-header .middle-container .middel-navbar .main-logo .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.main-header .middle-container .middel-navbar .main-logo .navbar-brand img {
  height: 40px;
}
.main-header .middle-container .middel-navbar .search-box {
  padding: 0 100px;
}
.main-header .middle-container .middel-navbar .search-box .navbar-right .input-group {
  border: 0;
  position: relative;
}
.main-header .middle-container .middel-navbar .search-box .navbar-right .input-group span {
  color: var(--text-black);
  border: 0;
  font-weight: 700;
  position: absolute;
  left: 20px;
  z-index: 5;
  width: -moz-max-content;
  width: max-content;
}
.main-header .middle-container .middel-navbar .search-box .navbar-right .input-group input.form-control {
  background: var(--bs-light);
  color: var(--text-black);
  padding: 0.75rem 0.75rem 0.75rem 3rem;
}
.main-header .middle-container .middel-navbar .search-box .navbar-right .header-btn a {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 0.75rem 1rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  border-color: var(--btn-primary);
  position: relative;
  transition: 0.4s;
  line-height: 1.5;
  display: inline-block;
  color: var(--text-black);
  display: inline-block;
}
.main-header .middle-container .middel-navbar .search-box .navbar-right .header-btn a:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.main-header .middle-container .middel-navbar .cart-area .shopping-cart {
  color: var(--text-black);
  cursor: pointer;
}
.main-header .middle-container .middel-navbar .cart-area .shopping-cart .shop-icon {
  position: relative;
}
.main-header .middle-container .middel-navbar .cart-area .shopping-cart .shop-icon span {
  font-size: 20px;
}
.main-header .middle-container .middel-navbar .cart-area .shopping-cart .shop-icon small {
  width: 15px;
  height: 15px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-primary);
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -5px;
  right: -8px;
}
.main-header .middle-container .middel-navbar .cart-area .shopping-cart .shopping-price {
  font-size: 14px;
  font-weight: 500;
}
.main-header .header-wrapper .header-container {
  background-color: var(--bg-white);
  color: var(--text-black);
}
.main-header .header-wrapper .header-container .header-nav .navbar {
  height: 70px;
  color: var(--text-black);
  position: relative;
  z-index: 9;
  line-height: 1.5;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category {
  transition: 0.4s;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category button {
  min-width: 270px;
  height: 50px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  background: var(--btn-primary);
  color: var(--text-white);
  border-color: var(--btn-primary);
  position: relative;
  padding: 0 15px;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category button span {
  line-height: 1;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category button:after {
  content: "\f078";
  position: absolute;
  font-weight: 600;
  font-family: "fontAwesome";
  top: 0;
  right: 12px;
  top: 14px;
  font-size: 13px;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category .category-menu {
  min-width: 270px;
  height: auto;
  background: var(--bg-white);
  border: 1px solid var(--border-rgba-3);
  position: absolute;
  top: 100px;
  overflow: hidden;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category .category-menu li {
  border-bottom: 1px solid var(--border-rgba-3);
  line-height: 1;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category .category-menu li a {
  color: var(--text-black);
  font-size: 15px;
  padding: 16px 16px;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease-in-out;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category .category-menu li a:hover {
  color: var(--hover-color);
  transition: all 0.3s ease-in-out;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category .category-menu-2 {
  right: 0;
  left: auto;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category:hover .category-menu {
  visibility: visible;
  opacity: 1;
  top: 61px;
  transition: 0.4s;
}
.main-header .header-wrapper .header-container .header-nav .navbar .all-category-2:hover .category-menu {
  top: 50px;
}
.main-header .header-wrapper .header-container .header-nav .navbar .mobile-category .accordion-item {
  border: 0 !important;
  width: 270px;
}
.main-header .header-wrapper .header-container .header-nav .navbar .mobile-category .accordion-item .accordion-button {
  height: 50px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  background: var(--hover-color);
  border-color: var(--hover-color);
  position: relative;
  padding: 0 15px;
  box-shadow: none;
  color: var(--text-white);
}
.main-header .header-wrapper .header-container .header-nav .navbar .mobile-category .accordion-item .accordion-button span {
  line-height: 1;
}
.main-header .header-wrapper .header-container .header-nav .navbar .mobile-category .accordion-item .accordion-button:after {
  filter: brightness(200);
}
.main-header .header-wrapper .header-container .header-nav .navbar .mobile-category .accordion-item .category-mobile-menu li {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-header .header-wrapper .header-container .header-nav .navbar .mobile-category .accordion-item .category-mobile-menu li a {
  color: var(--text-black);
  font-size: 15px;
  cursor: pointer;
  display: block;
}
.main-header .header-wrapper .header-container .header-nav .navbar .mobile-category .accordion-item .category-mobile-menu li a:hover {
  color: var(--hover-color);
}
.main-header .header-wrapper .header-container .header-nav .navbar .offcanvas {
  overflow-y: auto;
  scrollbar-width: thin;
}
.main-header .header-wrapper .header-container .header-nav .navbar .offcanvas .btn-close {
  opacity: 1 !important;
  filter: invert(1);
  position: absolute;
  right: 10px;
  top: 32px;
}
.main-header .header-wrapper .header-container .header-nav .navbar .offcanvas .btn-close:focus {
  box-shadow: none;
}
.main-header .header-wrapper .header-container .header-nav .navbar .offcanvas .offcanvas-body {
  overflow: visible;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-toggler {
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: var(--text-black);
  box-shadow: none;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-toggler .navbar-toggler-icon {
  font-size: 18px;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-brand img {
  height: 40px;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-nav .nav-item .nav-link {
  color: var(--text-black);
  font-weight: 600;
  margin-right: 10px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--text-primary);
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--hover-color);
  transition: all 0.3s ease-in-out;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-right .input-group {
  border: 0;
  position: relative;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-right .input-group span {
  color: var(--text-black);
  border: 0;
  font-weight: 700;
  position: absolute;
  left: 20px;
  z-index: 6;
  width: -moz-max-content;
  width: max-content;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-right .input-group input.form-control {
  background: var(--bs-light);
  color: var(--text-black);
  padding: 0.75rem 0.75rem 0.75rem 3rem;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-right .header-btn a {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 0.75rem 1rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  border-color: var(--btn-primary);
  position: relative;
  transition: 0.4s;
  line-height: 1.5;
  display: inline-block;
  display: inline-block;
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-right .header-btn a:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-right .header-btn a:last-child {
  background: var(--hover-color) !important;
  color: var(--text-white) !important;
  border-color: var(--hover-color);
}
.main-header .header-wrapper .header-container .header-nav .navbar .cart-area .all-category a .user-name, .main-header .header-wrapper .header-container .header-nav .navbar .cart-area .signin-icon, .main-header .header-wrapper .header-container .header-nav .navbar .cart-area .shop-icon {
  width: 32px;
  height: 32px;
  background: transparent;
  font-size: 16px;
  line-height: 32px;
  color: var(--text-black);
  border: 1px solid var(--border-rgba-3);
  box-shadow: none;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}
.main-header .header-wrapper .header-container .header-nav .navbar .cart-area .shop-icon span {
  font-size: 16px;
}
.main-header .header-wrapper .sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: auto !important;
  z-index: 99;
  animation: sticky 1.1s;
  display: block;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.main-header .header-wrapper .sticky .navbar {
  height: auto !important;
}
@keyframes sticky {
  0% {
    top: -50px;
    opacity: 0;
    transition-duration: 1.1s;
  }
  100% {
    top: 0;
    opacity: 1;
    transition-duration: 1.1s;
  }
}

/* ====== view-cart-sidebar ====== */
.view-cart-sidebar .view-cart-offcanvas .cart-close {
  width: 20px;
  height: 20px;
  line-height: 5px;
  background-color: transparent;
  border: 1px solid var(--border-rgba-4);
  border-radius: 50%;
  font-size: 10px;
}
.view-cart-sidebar .view-cart-offcanvas .cart-close:focus {
  box-shadow: none;
}
.view-cart-sidebar .view-cart-offcanvas .cart-close:hover {
  background-color: var(--btn-primary);
  border-color: var(--btn-primary);
  color: var(--text-white);
}
.view-cart-sidebar .view-cart-offcanvas .offcanvas-body {
  position: relative;
  border-top: 1px solid;
  border-color: var(--border-rgba-3);
  padding-top: 15px;
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-item-container {
  cursor: pointer;
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-item-container .cart-img img {
  min-width: 65px;
  max-width: 65px;
  border-radius: 8px;
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-item-container .cart-quantity h5 {
  font-size: 14px;
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-bottom .view-cart-text {
  border-top: 1px solid;
  border-color: var(--border-rgba-3);
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-bottom .view-cart-text span {
  font-size: 18px;
  font-weight: 700;
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-bottom .view-cart-btn a.btn {
  width: 100%;
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  padding: 12px 0;
  text-transform: uppercase;
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-bottom .view-cart-btn a.btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-bottom .view-cart-btn a.btn i {
  font-size: 14px;
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-bottom .view-cart-btn a.btn:first-child {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--text-black);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.view-cart-sidebar .view-cart-offcanvas .view-cart-bottom .view-cart-btn a.btn:first-child:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

/* ========= Bottom Navigation Start =========*/
.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--bg-white);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.bottom-nav .nav-item {
  text-align: center;
}
.bottom-nav .nav-item .nav-link {
  color: #666;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.bottom-nav .nav-item .nav-link i {
  font-size: 18px;
}
.bottom-nav .nav-item .nav-link:hover {
  color: var(--text-primary);
  transition: all 0.3s ease-in;
}
.bottom-nav .nav-item .nav-link.active {
  color: var(--text-primary);
}
.bottom-nav .cart-button {
  margin-top: -2.75rem;
  background-color: var(--btn-primary);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
.bottom-nav .cart-button i {
  color: var(--text-white);
  font-size: 20px;
}
.bottom-nav .cart-badge {
  position: absolute;
  bottom: -3px;
  right: -8px;
  background-color: #ffc107;
  color: var(--text-white);
  font-size: 8px;
  font-weight: bold;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
}

/* ========= Bottom Navigation Ends =========*/
/* ======== Header style Ends =========*/
.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}
.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}
.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.btn-two i {
  font-size: 14px;
}
.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ======= hero slider style start ======= */
.hero-section {
  position: relative;
}
.hero-section .hero-slider-wrapper {
  position: relative;
}
.hero-section .hero-slider-wrapper .hero-slider-container {
  overflow: hidden;
}
.hero-section .hero-slider-wrapper .hero-slider-container .autoplay-progress {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: orangered;
}
.hero-section .hero-slider-wrapper .hero-slider-container .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: rgb(116, 115, 115);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.hero-section .hero-slider-wrapper .hero-slider-container .swiper-wrapper {
  display: flex;
  transition: transform 0.5s infinite;
}
.hero-section .hero-slider-wrapper .hero-slider-container .hero-slider-item {
  position: relative;
  transform: translate3d(0, 0, 0);
}
.hero-section .hero-slider-wrapper .hero-slider-container .hero-slider-item .hero-slider-thumb {
  width: 100%;
  padding-top: 91.5%;
  border-radius: 12px;
  position: relative;
}
.hero-section .hero-slider-wrapper .hero-slider-container .hero-slider-item .hero-slider-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 12px;
}
.hero-section .hero-slider-wrapper .hero-slider-container .hero-pagination {
  position: absolute;
  text-align: right;
  right: 30px;
  left: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 100px;
  bottom: 15px;
  padding: 6px;
}
.hero-section .hero-slider-wrapper .hero-slider-container .hero-pagination .swiper-pagination-bullet {
  background-color: rgba(158, 157, 157, 0.7882352941);
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.hero-section .hero-slider-wrapper .hero-slider-container .hero-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 0.8;
}
.hero-section .hero-slider-wrapper .hero-slider-container .next-btn,
.hero-section .hero-slider-wrapper .hero-slider-container .previous-btn {
  color: #202020;
  background: var(--bg-white);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  transition: all 0.4s ease;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
}
.hero-section .hero-slider-wrapper .hero-slider-container .next-btn:after,
.hero-section .hero-slider-wrapper .hero-slider-container .previous-btn:after {
  font-size: 12px;
  font-weight: 600;
}
.hero-section .hero-slider-wrapper .hero-slider-container .next-btn:hover,
.hero-section .hero-slider-wrapper .hero-slider-container .previous-btn:hover {
  color: var(--text-white);
  background: var(--bg-primary);
  transition: all 0.4s ease;
}
.hero-section .hero-slider-wrapper:hover .next-btn, .hero-section .hero-slider-wrapper:hover .previous-btn {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease;
}
.hero-section .hero-right-top {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.4s;
  width: 100%;
  position: relative;
  padding-top: 30.2%;
}
.hero-section .hero-right-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  border-radius: 12px;
}
.hero-section .hero-right-top:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}
.hero-section .hero-right-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  transition: 0.4s;
  border-radius: 12px;
}
.hero-section .hero-right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: 0.4s;
}
.hero-section .hero-right-img:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}

/* ======= hero slider style start ======= */
.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ======= Selling Product Start ======= */
.best-selling-product {
  position: relative;
}

.section-header {
  animation-name: "animate__fadeInUp";
  animation-duration: 1s;
  animation-delay: 0.4s;
  display: block;
}
.section-header .sub-heading {
  margin-bottom: 10px;
}
.section-header .sub-heading .badge {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--text-primary) !important;
  padding: 0.5rem 0.75rem;
  display: inline-flex;
  align-items: center;
}
.section-header .sub-heading .badge .badge-dot {
  border-radius: 9999px;
  padding: 3px;
  background: rgba(var(--bg-primary-rgb));
}
.section-header .main-heading {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 12px;
}
.section-header .main-heading h2 {
  font-size: 2.5rem;
  font-weight: 600;
  border-bottom: 2px solid var(--bg-primary);
  display: inline-block;
  margin-bottom: -2px;
}
.section-header .sub-title p {
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  margin: 0 2%;
}

.product-selling-slider {
  position: relative;
}
.product-selling-slider .slider-navigation {
  width: 100%;
  height: 100%;
}
.product-selling-slider .slider-navigation button {
  color: #202020;
  background: var(--bg-white);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  transition: 0.3s;
  transition: all 0.4s ease;
  margin-top: 0;
  top: 35%;
  visibility: hidden;
  opacity: 0;
}
.product-selling-slider .slider-navigation button:after {
  font-size: 12px;
  font-weight: 600;
}
.product-selling-slider .slider-navigation button:hover {
  color: var(--text-white);
  background: var(--bg-primary);
  transition: all 0.4s ease;
}
.product-selling-slider:hover {
  transition: 0.3s;
}
.product-selling-slider:hover button {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.product-selling-slider .pr-sell-pagination {
  bottom: 0;
}
.product-selling-slider .pr-sell-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ccc;
  opacity: 0.9;
}
.product-selling-slider .pr-sell-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  border-color: #fff;
}

.product-selling-item .product-selling-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 8px;
  width: 100%;
  padding-top: 100%; /* 100% * (3/4) */
  overflow: hidden;
}
.product-selling-item .product-selling-thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Maintain image cropping */
}
.product-selling-item .product-selling-thumb .pr-thumb-btn {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.product-selling-item .product-selling-thumb .pr-thumb-btn .btn-one {
  transition: 0.3s;
  position: relative;
  background: var(--btn-primary) !important;
  color: var(--text-white) !important;
  border-radius: 0;
  border: none;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
}
.product-selling-item .product-selling-thumb .pr-thumb-btn .btn-one:hover:after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.product-selling-item .product-selling-thumb .badge {
  position: absolute;
  top: 15px;
  left: 10px;
}
.product-selling-item:hover .pr-thumb-btn {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  transform: none;
}
.product-selling-item .product-selling-content {
  word-spacing: 1px;
}
.product-selling-item .product-selling-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: var(--secondary-font);
}
.product-selling-item .product-selling-content h4 a {
  color: var(--text-black);
}
.product-selling-item .product-selling-content .price {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  word-spacing: 0;
}
.product-selling-item .product-selling-content .price small {
  font-size: 12px;
  color: #ccc;
  margin-left: 3px;
}
.product-selling-item .product-selling-content.premium-sell-content {
  background: #000;
}
.product-selling-item-2 {
  height: auto;
}
.product-selling-item-2 .product-selling-thumb .pr-thumb-btn .btn-view:after {
  content: "\f06e";
}

/* ======= Selling Product Ends ======= */
.review-section .review-btn button {
  background: var(--btn-secondary);
  font-size: 13px;
  text-transform: uppercase;
  border-color: var(--btn-secondary);
  padding: 10px 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.review-section .review-btn button:focus {
  background: var(--btn-secondary);
  border-color: var(--btn-secondary);
}
.review-section .review-btn button:first-child {
  background: var(--whitesmoke);
  color: var(--text-black);
  border-color: var(--whitesmoke);
}

.text-watermark {
  font-size: 100px;
  font-weight: 400;
  line-height: 1em;
  color: rgba(10, 10, 10, 0.0392156863);
  letter-spacing: 2px;
  text-wrap: nowrap;
}

.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

.edu-tools-item {
  transition: 0.4s;
}
.edu-tools-item .edu-tools-thumb {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 100% * (3/4) */
  overflow: hidden;
}
.edu-tools-item .edu-tools-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Maintain image cropping */
}
.edu-tools-item .edu-tools-thumb .product-cart-icon {
  background: var(--btn-primary) !important;
  color: var(--text-white) !important;
  border-radius: 0;
  border: none;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -10px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.edu-tools-item .edu-tools-thumb .product-cart-icon:hover {
  transition: 0.3s;
}
.edu-tools-item .edu-tools-thumb .product-cart-icon:hover i {
  opacity: 0.8;
  transition: 0.3s;
}
.edu-tools-item .edu-tools-thumb .badge {
  position: absolute;
  top: 10px;
  left: 10px;
}
.edu-tools-item .edu-tools-bottom h4 {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--secondary-font);
}
.edu-tools-item .edu-tools-bottom h4 a {
  color: var(--text-white);
}
.edu-tools-item .edu-tools-bottom h4 a:hover {
  color: rgba(255, 255, 255, 0.8235294118);
}
.edu-tools-item .edu-tools-bottom span {
  font-size: 14px;
  font-weight: 600;
  color: var(--bg-primary);
}
.edu-tools-item:hover .edu-tools-thumb .product-cart-icon {
  right: 10px;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

@media screen and (min-width: 991px) {
  .offcanvas-lg-show {
    position: static;
    transform: none !important;
    visibility: visible;
    background: transparent;
    width: 100%;
  }
  .offcanvas-lg-show .offcanvas-body {
    padding: 0;
    scrollbar-width: thin;
  }
  .user-dashboard .offcanvas.user-dashboard-nav {
    position: static;
    transform: none !important;
    visibility: visible;
  }
  .blog-category-container .offcanvas {
    position: static;
    transform: none !important;
    visibility: visible;
  }
  .premium-subsciption .row {
    border: 1px solid var(--border-rgba);
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .blog-item {
    height: auto !important;
    padding: 0.875rem !important;
  }
  .blog-page-container {
    height: auto !important;
    padding: 0.875rem !important;
  }
  .blog-page-container .blog-post-content h5 a {
    font-size: 20px !important;
  }
  .filter-menu .filter-list li a {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
  .edu-tools-item .edu-tools-thumb {
    padding-top: 100% !important;
    /* Square aspect ratio */
  }
  .premium-subsciption {
    padding-top: 26px !important;
  }
  .premium-subsciption .premium-right-container .premium-top .breadcrumb .breadcrumb-item {
    font-size: 14px !important;
  }
  .btn-1 {
    padding: 12px 16px !important;
    font-size: 14px !important;
  }
  .btn-1 i {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 576px) {
  .main-header .header-nav .navbar .navbar-toggler .navbar-toggler-icon {
    font-size: 18px;
  }
  .shop-grid-banner-item h2 {
    font-size: 24px !important;
  }
  .premium-subsciption .premium-thumb {
    height: auto !important;
    padding-top: 0 !important;
  }
  #dynamic-modal .modal-content .modal-body .pr-details-container .product-thumb {
    width: 100% !important;
    padding-top: 75% !important;
  }
}
@media screen and (max-width: 991px) {
  /* ===== responsive css ==*/
  .main-header .header-nav .navbar .nav-link {
    color: var(--text-white) !important;
  }
  .main-header .header-nav .navbar .navbar-brand img {
    height: 26px !important;
  }
  .main-header .header-nav .navbar .nav-right .search.offcanvas-search {
    position: relative;
    cursor: pointer;
  }
  .main-header .header-nav .navbar .nav-right .search.offcanvas-search .searchbox.offcanvas-searchbox {
    position: absolute;
    top: -15px;
    left: 100% !important;
    right: -50px;
    transform: translateX(20%);
    width: 280px;
    height: 50px;
    background: #353535;
    text-align: left;
    line-height: 50px;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }
  .main-header .header-nav .navbar .nav-right .search.offcanvas-search:hover .searchbox.offcanvas-searchbox {
    top: -15px;
    left: 100% !important;
    right: -50px;
    transform: translateX(20%);
  }
  .main-header .header-nav .navbar .nav-right .search .search-icon {
    background: none !important;
    color: #fff !important;
    width: auto !important;
    margin-right: 10px;
  }
  .category-section .category-top .category-tab ul {
    border: 1px solid;
    border-color: var(--border-rgba);
    padding: 0.75rem;
    box-shadow: var(--box-shadow);
  }
  .category-section .category-top .category-tab ul li a {
    padding: 10px 22px !important;
  }
  .faq-item {
    border-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .shop-grid-banner-item h2 {
    font-size: 35px !important;
  }
  .shop-content-area .shop-content-topbar {
    color: var(--text-white);
  }
  .shop-content-area .shop-content-topbar .shop-content-tools {
    width: 100%;
  }
  .shop-content-area .shop-content-topbar .shop-content-tools:first-child {
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .blog-item .blog-content h3 {
    font-size: 20px !important;
  }
  .blog-details .blog-details-container {
    padding: 18px !important;
  }
  .blog-details .blog-details-container .blog-details-thumb {
    width: 100% !important;
    height: auto !important;
    padding: 18px !important;
  }
  footer .copy-right {
    padding-bottom: 100px !important;
  }
}
.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ======== Category Style start ======= */
.category-section {
  position: relative;
}

.category-top .category-tab {
  margin: auto;
  overflow: auto;
  scrollbar-width: thin;
}
.category-top .category-tab ul {
  background-color: var(--bg-white);
}
.category-top .category-tab ul li {
  margin-left: 0;
  text-wrap: nowrap;
}
.category-top .category-tab ul li a.btn-1 {
  font-size: 14px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.category-top .category-tab ul li a.btn-1.active {
  background: var(--bg-primary);
  color: var(--text-white);
}

.category-slider {
  position: relative;
  transition: 0.3s;
}
.category-slider .category-swiper {
  position: relative;
}
.category-slider .category-item {
  overflow: hidden;
}
.category-slider .category-item .category-thumb {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  padding-top: 100%;
  /* 100% * (3/4) */
  overflow: hidden;
}
.category-slider .category-item .category-thumb img {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Maintain image cropping */
}
.category-slider .category-item .category-thumb .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
}
.category-slider .category-item .category-bottom h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: var(--secondary-font);
}
.category-slider .category-item .category-bottom h4 a {
  color: var(--text-white);
}
.category-slider .category-item .category-bottom .price {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  display: block;
  margin-bottom: 8px;
}
.category-slider .category-item .category-bottom button.btn {
  position: relative;
  background: var(--btn-primary) !important;
  color: var(--text-white) !important;
  border-radius: 0;
  border: none;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 12px 10px;
  font-weight: 600;
}
.category-slider .category-item .category-bottom button.btn span {
  display: block !important;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 14px;
}
.category-slider .swiper-navigation .category-next,
.category-slider .swiper-navigation .category-prev {
  color: #202020;
  background: var(--bg-white);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  transition: 0.3s;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.category-slider .swiper-navigation .category-next:hover,
.category-slider .swiper-navigation .category-prev:hover {
  color: var(--text-white);
  background: var(--bg-primary);
  transition: all 0.4s ease;
}
.category-slider .swiper-navigation .category-next:hover:after,
.category-slider .swiper-navigation .category-prev:hover:after {
  color: var(--text-white);
}
.category-slider .swiper-navigation .category-prev:after,
.category-slider .swiper-navigation .category-next:after {
  position: absolute;
  font-size: 12px;
  color: var(--text-black);
  transition: 0.3s;
  font-weight: 600;
}
.category-slider:hover {
  transition: 0.3s;
}
.category-slider:hover .category-next,
.category-slider:hover .category-prev {
  opacity: 1;
  visibility: visible;
}

.browse__category .swiper-nav-btn .swiper-button-next:after,
.browse__category .swiper-nav-btn .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--bg-white);
  color: var(--text-black);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.browse__category .swiper-nav-btn .swiper-button-next:hover:after,
.browse__category .swiper-nav-btn .swiper-button-prev:hover:after {
  background-color: var(--btn-primary);
  color: var(--text-white);
  transition: all 0.3s ease-in;
}
.browse__category-swiper .swiper-slide .card {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.browse__category-swiper .swiper-slide .card .card-header {
  width: 100%;
  padding-top: 75%;
  position: relative;
  border: 0;
}
.browse__category-swiper .swiper-slide .card .card-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.browse__category-swiper .swiper-slide .card .card-body h5 a {
  color: var(--text-black);
  transition: all 0.2s ease-in-out;
}
.browse__category-swiper .swiper-slide .card:hover .card-body h5 a {
  color: var(--text-primary);
  transition: all 0.2s ease-in;
}
.browse__category-swiper .swiper-slide .card:hover {
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in;
}

/* ======== Category Style Ends ======= */
/* ======= Service SEction Start ========= */
.service-section .service-box img {
  width: 80px;
  height: 80px;
}
.service-section .service-box .service-content h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-section .service-box .service-content p {
  font-size: 16px;
}

/* ======= Service SEction Ends ========= */
.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ======= Blog section Start ======== */
.blog-section {
  position: relative;
  background: var(--bg-color-1);
}
.blog-section .blog-btn button {
  border: 2px solid var(--border-rgba-2);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  color: var(--text-black);
  padding: 10px 15px;
  letter-spacing: -0.5px;
}
.blog-section .blog-btn button:hover {
  border-color: var(--border-rgba-4);
}

.blog-item {
  transition: 0.4s;
  overflow: hidden;
  padding: 1.5rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  background-color: var(--bg-white);
}
.blog-item .blog-thumb {
  width: 100%;
  height: 250px;
  cursor: pointer;
}
.blog-item .blog-thumb img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item .blog-content span {
  font-size: 13px;
  color: var(--text-black);
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.blog-item .blog-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog-item .blog-content h3 a {
  color: var(--text-black);
  transition: 0.3s;
}
.blog-item .blog-content h3 a:hover {
  color: var(--text-primary);
  transition: 0.3s;
}
.blog-item .blog-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--text-black);
  border-bottom: 1px dashed;
  border-color: var(--border-rgba-2);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.blog-item .blog-content h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-item .blog-content h4 a {
  color: var(--text-primary);
  transition: 0.4s;
  text-transform: capitalize;
  font-size: 17px;
}
.blog-item .blog-content h4 a i {
  transition: 0.5s;
  font-size: 15px;
}
.blog-item .blog-content h4 a:hover {
  transition: 0.5s;
}
.blog-item .blog-content h4 a:hover i {
  margin-left: 1rem !important;
  transition: 0.5s;
}
.blog-item:hover .blog-thumb img {
  transition: 0.6s;
  transform: scale(1.1);
}

/* ======= Blog section Ends ======== */
/* ===== Blog page style Start =======*/
.blog-page-container {
  transition: 0.4s;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--border-rgba);
  padding: 1.5rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}
.blog-page-container .blog-wrapper {
  position: relative;
}
.blog-page-container .blog-wrapper .blog-img-thumb {
  position: relative;
  transition: 0.6s;
  z-index: 0;
  transition: opacity 0.7s ease;
  width: 100%;
  height: 250px;
  color: var(--text-black);
}
.blog-page-container .blog-wrapper .blog-img-thumb img {
  transition: 0.6s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page-container .blog-wrapper .blog-img-thumb .blog-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  min-width: 53px;
  line-height: 1;
  z-index: 2;
}
.blog-page-container .blog-wrapper .blog-img-thumb .blog-date span {
  display: block;
}
.blog-page-container .blog-wrapper .blog-img-thumb .blog-date span:first-child {
  font-size: 24px;
  padding-top: 6px;
  padding-bottom: 4px;
  font-weight: 600;
}
.blog-page-container .blog-wrapper .blog-img-thumb .blog-date span:last-child {
  padding-top: 2px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.blog-page-container .blog-wrapper .blog-img-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 0;
}
.blog-page-container .blog-wrapper .blog-post-category {
  display: inline-block;
  background: var(--bg-primary);
  padding: 4px 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 5px;
  line-height: 0;
}
.blog-page-container .blog-wrapper .blog-post-category span {
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}
.blog-page-container .blog-wrapper:hover .blog-img-thumb img {
  transition: 0.6s;
  transform: scale(1.1);
}
.blog-page-container .blog-post-content h5 {
  margin-bottom: 20px;
}
.blog-page-container .blog-post-content h5 a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text-black);
  transition: 0.3s;
}
.blog-page-container .blog-post-content .meta-author .tooltip-master {
  cursor: pointer;
  position: relative;
}
.blog-page-container .blog-post-content .meta-author .tooltip-master .tooltips {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.blog-page-container .blog-post-content .meta-author .tooltip-master .tooltips .tooltips-inner {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  padding: 8px;
  border-radius: 5px;
  position: absolute;
  top: -42px;
  left: -18px;
  z-index: 1;
}
.blog-page-container .blog-post-content .meta-author .tooltip-master .tooltips .tooltips-inner a {
  color: var(--text-black);
  transition: all 0.4s ease-in-out;
}
.blog-page-container .blog-post-content .meta-author .tooltip-master .tooltips .tooltips-inner a:hover {
  color: var(--text-primary);
  transition: all 0.4s ease-in-out;
}
.blog-page-container .blog-post-content .meta-author .tooltip-master .tooltips .tootip-arrow {
  border: 1px solid;
  border-width: 10px;
  border-color: rgba(146, 145, 145, 0.8);
  position: absolute;
  top: -19px;
  transform: rotate(135deg);
  border-width: 10px 0 0 10px;
  left: 10px;
  z-index: 0;
}
.blog-page-container .blog-post-content .meta-author .tooltip-master:after {
  content: "\f1e0";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "fontawesome";
  margin-left: 5px;
}
.blog-page-container .blog-post-content .meta-author .tooltip-master:hover .tooltips {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease;
}
.blog-page-container .blog-post-content .meta-author img {
  width: 20px;
  height: 20px;
}
.blog-page-container .blog-post-content .meta-author a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.blog-page-container .blog-post-content .meta-author .icon {
  font-size: 17px;
  cursor: pointer;
}
.blog-page-container .blog-post-content .disc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px dashed;
  border-color: var(--border-rgba-2);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.blog-page-container .blog-post-content .blg-btn {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--text-primary);
  font-weight: 500;
}
.blog-page-container .blog-post-content .blg-btn i {
  transition: 0.5s;
}
.blog-page-container .blog-post-content .blg-btn:hover i {
  margin-left: 1rem !important;
  transition: 0.5s;
}
.blog-page-container:hover .blog-img-thumb:after {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

/* ===== Blog page style ends =======*/
.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ======= blog-details ========*/
.blog-details .blog-filter {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
}
.blog-details .blog-filter:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.blog-details .blog-filter i {
  font-size: 14px;
}
.blog-details .blog-details-container {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.blog-details .blog-details-container .blog-header .title {
  font-size: 35px;
  font-weight: 600;
}
.blog-details .blog-details-container .blog-header .meta-author li {
  color: var(--text-black);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}
.blog-details .blog-details-container .blog-header .meta-author li img {
  width: 20px;
  height: 20px;
}
.blog-details .blog-details-container .blog-header .meta-author li .author {
  color: var(--text-black);
  transition: 0.2s;
}
.blog-details .blog-details-container .blog-header .meta-author li .author:hover {
  color: var(--text-black);
  transition: 0.2s;
}
.blog-details .blog-details-container .blog-details-thumb {
  width: 800px;
  height: 500px;
  padding: 24px;
  position: relative;
}
.blog-details .blog-details-container .blog-details-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details .blog-details-container .blog-details-thumb .badge {
  background: #fff;
  color: var(--text-black);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 40px;
  left: 40px;
  padding: 8px 12px;
}
.blog-details .blog-details-container .blog-details-thumb .badge span:first-child {
  font-size: 28px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.blog-details .blog-details-container .blog-details-thumb .badge span:last-child {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-details .blog-details-container article p {
  font-size: 16px;
  color: var(--text-black);
  font-weight: 500;
}
.blog-details .blog-details-container article p strong,
.blog-details .blog-details-container article ul li strong {
  color: var(--text-black);
}
.blog-details .blog-details-container article .list-container li {
  list-style: disc;
  margin-left: 20px;
  font-weight: 500;
  color: var(--text-black);
  line-height: 1.5;
}
.blog-details .blog-details-container article .list-container li::marker {
  font-size: 18px;
}
.blog-details .blog-footer {
  padding: 24px;
}
.blog-details .blog-footer .blog-social {
  border-bottom: 2px solid var(--border-rgba-2);
}
.blog-details .blog-footer .blog-social a {
  background: #365493;
  color: var(--text-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
  text-align: center;
}
.blog-details .blog-footer .blog-social a:nth-child(2) {
  background: var(--bg-primary);
}
.blog-details .blog-footer .blog-social a:nth-child(3) {
  background: #2f96c3;
}
.blog-details .blog-footer .pagination .page-item {
  width: 33.33%;
}
.blog-details .blog-footer .pagination .page-item .pagination-link {
  font-size: 13px;
}
.blog-details .blog-footer .pagination .page-item .pagination-link:hover {
  color: var(--text-primary) !important;
}
.blog-details .blog-category-container .offcanvas {
  color: var(--text-black);
  background: var(--bg-white) !important;
  border: 0;
}
.blog-details .blog-category-container .offcanvas .offcanvas-header button.btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  border-radius: 0;
  padding: 12px;
}
.blog-details .blog-category-container .offcanvas .offcanvas-header button.btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.blog-details .blog-category-container .offcanvas .offcanvas-header button.btn i {
  font-size: 14px;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body {
  padding: 24px 14px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  scrollbar-width: thin;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item {
  border-bottom: 1px solid var(--border-rgba-2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-black);
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item .category-list li a {
  color: var(--text-black);
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item .category-list li a:hover {
  color: var(--text-black);
  transition: 0.3s;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item .category-list.recent-post li {
  border-bottom: 1px solid var(--border-rgba-2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item .category-list.recent-post li div:first-child a {
  width: 80px !important;
  height: 60px !important;
  display: block;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item .category-list.recent-post li div:first-child a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item .category-list.recent-post li div:last-child h5 {
  line-height: 18px;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item .category-list.recent-post li div:last-child h5 a {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-black);
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item .category-list.recent-post li div:last-child p {
  font-size: 15px;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item .category-list.recent-post li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item .category-list.our-instagram li a {
  width: 80px;
  height: 80px;
  background: #6f7073;
}
.blog-details .blog-category-container .offcanvas .offcanvas-body .blog-category-item:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border: 0;
  scrollbar-width: none;
}

/* ======= Faq Section Start ======*/
.faq-item .faq-heading h4 {
  border-bottom: 2px solid;
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
}
.faq-item .accordion .accordion-item {
  border-radius: 0;
  background: transparent;
  border: 0;
}
.faq-item .accordion .accordion-item .accordion-button {
  border-radius: 0 !important;
  background: transparent;
  outline: 0;
  color: var(--text-black);
  padding: 18px 0px 18px 0px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--border-rgba-2);
}
.faq-item .accordion .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none !important;
}
.faq-item .accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq-item .accordion .accordion-item .accordion-body {
  border: 0 !important;
  color: var(--text-black);
  padding: 15px 0px 15px 0px;
}
.faq-item .accordion .accordion-item .accordion-body p {
  font-size: 16px;
}

.faq-item-left {
  padding: 15px 50px 10px 10px;
}

.faq-item-right {
  padding: 15px 10px 10px 50px;
}

/* ======= Faq Section Ends ======*/
/* ======= footer-section Start ======== */
/* ======= footer-section Ends ======== */
footer {
  background: #0a0e13;
  color: var(--gray-3);
}
footer .footer-logo-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-logo-info .logo img {
  height: 40px;
}
footer .footer-logo-info p {
  font-size: 16px;
}
footer hr {
  opacity: 0.2;
  border-color: #fff;
}
footer h6 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
  word-spacing: 1px;
}
footer span {
  font-size: 16px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 15px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer ul li a {
  text-decoration: none;
  color: var(--gray-3);
  transition: all 0.4s ease;
  font-weight: 600;
}
footer ul li a:hover {
  color: var(--gray-3);
  transition: all 0.4s ease;
}
footer .address div {
  line-height: 1.5;
}
footer .address div i {
  font-size: 18px;
}
footer .trade-licence-thumb {
  width: 100%;
  height: 131.09px;
}
footer .trade-licence-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .hr-line {
  margin: 2rem 0;
}
footer .fb-page-container {
  background: var(--whitesmoke);
}
footer .fb-page-container .page-logo img {
  height: 45px;
}
footer .fb-page-container .page-inner a {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-black);
  display: inline-block;
}
footer .fb-page-container .page-inner a:hover {
  text-decoration: underline;
  color: var(text-black);
}
footer .fb-page-container .page-inner div a {
  background: #ddd;
  border: 1px solid #ddd;
  padding: 3px 5px;
  font-size: 12px;
  color: var(--text-black);
  font-weight: 500;
}
footer .fb-page-container .page-inner div a:hover {
  background: #ccc;
}
footer .fb-page-container .page-inner div p {
  color: var(--text-black);
  font-size: 12px;
}
footer .copy-right {
  color: var(--gray-3);
}
footer .copy-right a {
  text-decoration: none;
  color: var(--gray-3);
}

.floating-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
}

.main-button {
  width: 55px;
  height: 55px;
  background-color: var(--btn-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
  animation: icon-animation 3s ease-in-out infinite;
}

@keyframes icon-animation {
  0% {
    transform: scale(1) rotate3d(0, 0, 1, 0deg); /* স্বাভাবিক অবস্থায় */
  }
  20% {
    transform: scale(1.1) rotate3d(0, 0, 1, 10deg); /* বড় হওয়ার সময় সামান্য ঘুরবে */
  }
  23%, 35%, 47%, 59%, 71% {
    transform: scale(1.1) rotate3d(0, 0, 1, 15deg); /* ডানে ঘুরবে */
  }
  26%, 38%, 50%, 62%, 74% {
    transform: scale(1.1) rotate3d(0, 0, 1, 0deg); /* মাঝখানে */
  }
  29%, 41%, 53%, 65%, 77% {
    transform: scale(1.1) rotate3d(0, 0, 1, -15deg); /* বামে ঘুরবে */
  }
  80% {
    transform: scale(1.1) rotate3d(0, 0, 1, 0deg); /* স্থির অবস্থায় */
  }
  100% {
    transform: scale(1) rotate3d(0, 0, 1, 0deg); /* ছোট হয়ে যাবে */
  }
}
.main-button i {
  font-size: 24px;
  color: #fff;
}

.expanded-buttons {
  position: absolute;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px); /* Hidden state (move slightly downwards) */
  transition: all 0.3s ease;
}

.expanded-buttons.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Visible state (moves up smoothly) */
}

.expanded-buttons a {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: transform 0.3s;
}

.expanded-buttons a i {
  font-size: 26px;
  color: var(--text-white);
}

/* Tooltip Styles */
.expanded-buttons a::after {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 10px); /* Position tooltip on the left with spacing */
  top: 50%;
  transform: translateY(-50%);
  background-color: #6b47dc; /* Purple background */
  color: #fff;
  padding: 8px 12px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.expanded-buttons a:hover::after {
  opacity: 1;
}

/* Tooltip Arrow */
.expanded-buttons a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 2px);
  transform: translateY(-50%);
  border: 6px solid transparent; /* Creates an arrow using borders */
  border-left-color: #6b47dc; /* Matches tooltip background color */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.expanded-buttons a:hover::before {
  opacity: 1;
}

.modal.popup-video .modal-dialog {
  max-width: 700px;
}
.modal.popup-video .modal-dialog .modal-content {
  padding: 0;
  border: 0;
  border: 3px solid var(--whitesmoke);
  border-radius: 12px;
  overflow: hidden;
}
.modal.popup-video .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.popup-video .modal-dialog .modal-content .videos {
  width: 100%;
  height: 400px;
}
.modal.popup-video .modal-dialog .modal-content .videos .main-video {
  width: 100%;
  height: 100%;
}

.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ======== Shop Grid style start ========*/
.shop-grid-banner {
  position: relative;
}

.shop-grid-banner-container {
  background-color: var(--bg-color-1);
  width: 100%;
  min-height: 300px;
  position: relative;
}

.shop-grid-banner-item h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-black);
}
.shop-grid-banner-item h2 i {
  font-size: 18px;
}
.shop-grid-banner-item .banner-list li span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-black);
}
.shop-grid-banner-item .banner-list li h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
  cursor: pointer;
}
.shop-grid-banner-item .banner-list li h4:after {
  content: "";
  border-bottom: 2px solid;
  border-color: var(--bg-primary);
  position: absolute;
  bottom: 0;
  width: 0;
  transition: 0.4s;
  right: 0;
}
.shop-grid-banner-item .banner-list li h4:hover:after {
  width: 100% !important;
  transition: 0.4s;
  left: 0;
}
.shop-grid-banner-item .banner-list-2 li span {
  font-size: 20px;
}
.shop-grid-banner-item .banner-list-2 li h4 {
  font-size: 24px;
}
.shop-grid-banner-item .banner-list-2 li h4 a {
  color: var(--text-black);
}
.shop-grid-banner-item .breadcrumb {
  margin-bottom: 0;
  margin-left: 0;
}
.shop-grid-banner-item .breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
}
.shop-grid-banner-item .breadcrumb .breadcrumb-item a {
  color: var(--text-black);
}
.shop-grid-banner-item .breadcrumb .breadcrumb-item:before {
  color: var(--text-black);
  content: "\f054";
  font-family: "fontAwesome";
  font-size: 13px !important;
  font-weight: 400;
  padding-top: 2px;
}
.shop-grid-banner-item .breadcrumb .breadcrumb-item.active {
  font-weight: 600;
  opacity: 1;
  color: rgb(255, 186, 35);
}
.shop-grid-banner-item .breadcrumb .breadcrumb-item:first-child:before {
  display: none;
}
.shop-grid-banner-item .breadcrumb .breadcrumb-item {
  color: var(--text-black);
}
.shop-grid-banner-item .breadcrumb .breadcrumb-item a {
  color: var(--text-black);
}
.shop-grid-banner-item .breadcrumb .breadcrumb-item:before {
  color: var(--text-black);
}

/* ======== Shop Grid style Ends ========*/
/* ====== Shop Gallery Filter Start ======== */
.shop-gallery-filter {
  position: relative;
  width: 100%;
  display: block;
}
.shop-gallery-filter .offcanvas.filter-offcanvas {
  background: var(--bg-white);
  color: var(--text-white);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.shop-gallery-filter .offcanvas.filter-offcanvas .btn-close {
  opacity: 1 !important;
}
.shop-gallery-filter .offcanvas.filter-offcanvas .btn-close:focus {
  box-shadow: none;
}

.widget-area-start {
  padding: 20px 14px;
  height: auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.widget-area-start .product-category-item {
  border-bottom: 1px solid;
  border-color: var(--border-rgba-2);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.widget-area-start .product-category-item .category-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--text-black);
}
.widget-area-start .product-category-item .product-categories li {
  margin-bottom: 15px;
}
.widget-area-start .product-category-item .product-categories li:last-child {
  margin-bottom: 0;
}
.widget-area-start .product-category-item .product-categories li a {
  color: var(--text-black);
  font-size: 14px;
  font-weight: 500;
  transition: 0.4s;
}
.widget-area-start .product-category-item .product-categories li a:focus {
  color: var(--text-black);
}
.widget-area-start .product-category-item .product-categories li a:hover {
  color: var(--text-primary);
  transition: 0.4s;
}
.widget-area-start .product-category-item .product-categories li.category-accordion .accordion-item {
  background: transparent;
  border: 0;
}
.widget-area-start .product-category-item .product-categories li.category-accordion .accordion-item .accordion-button {
  background: transparent;
  color: var(--text-black);
  box-shadow: none;
  padding: 0;
  font-weight: 500;
}
.widget-area-start .product-category-item .product-categories li.category-accordion .accordion-item .accordion-body {
  padding-bottom: 0;
  padding-top: 0;
  color: var(--text-black);
}
.widget-area-start .product-category-item .product-categories li.category-accordion .accordion-item .accordion-body a {
  display: block;
  margin-top: 15px;
}
.widget-area-start .product-category-item .product-filter-slider .irs--sharp {
  margin-top: -20px;
}
.widget-area-start .product-category-item .product-filter-slider .irs--sharp .irs-single {
  display: none;
}
.widget-area-start .product-category-item .product-filter-slider .irs--sharp .irs-line {
  height: 3px;
  background-color: var(--bg-primary);
  border-radius: 2px;
}
.widget-area-start .product-category-item .product-filter-slider .irs--sharp .irs-from,
.widget-area-start .product-category-item .product-filter-slider .irs--sharp .irs-to {
  display: none;
}
.widget-area-start .product-category-item .product-filter-slider .irs--sharp .irs-min,
.widget-area-start .product-category-item .product-filter-slider .irs--sharp .irs-max {
  display: none;
}
.widget-area-start .product-category-item .product-filter-slider .irs--sharp .irs-bar {
  background-color: var(--bg-primary);
  height: 3px;
}
.widget-area-start .product-category-item .product-filter-slider .irs--sharp .irs-handle {
  background-color: var(--bg-primary);
}
.widget-area-start .product-category-item .product-filter-slider .irs--sharp .irs-handle > i:first-child {
  border-top-color: var(--bg-primary);
}
.widget-area-start .product-category-item .product-filter-slider .price-content #price-output {
  color: var(--text-black);
}
.widget-area-start .product-category-item .product-filter-slider .price-content #price-output strong {
  font-weight: 600;
}
.widget-area-start .product-category-item .product-filter-slider .price-content button {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 10px;
}
.widget-area-start .product-category-item .product-list li {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.widget-area-start .product-category-item .product-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-area-start .product-category-item .product-list li .product-thumb {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}
.widget-area-start .product-category-item .product-list li .product-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-area-start .product-category-item .product-list li .prodcut-info .prodcut-info-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--text-black);
}
.widget-area-start .product-category-item .product-list li .prodcut-info .prodcut-info-title a {
  color: var(--text-black);
  transition: 0.3s;
}
.widget-area-start .product-category-item .product-list li .prodcut-info .prodcut-info-title a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.widget-area-start .product-category-item .product-list li .prodcut-info span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.shop-content-area {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 20px 14px;
  height: auto;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.0588235294);
}
.shop-content-area .shop-content-topbar {
  color: var(--text-black);
}
.shop-content-area .shop-content-topbar .shop-content-tools {
  line-height: 1;
}
.shop-content-area .shop-content-topbar .shop-content-tools .filter-sidebar-btn button.btn-primary {
  background: var(--bg-primary);
  border-color: var(--bg-primary);
  color: var(--text-black);
}
.shop-content-area .shop-content-topbar .shop-content-tools .breadcrumb {
  margin-bottom: 0;
  margin-left: 0;
}
.shop-content-area .shop-content-topbar .shop-content-tools .breadcrumb .breadcrumb-item {
  color: var(--text-black);
  font-size: 14px;
  font-weight: 500;
}
.shop-content-area .shop-content-topbar .shop-content-tools .breadcrumb .breadcrumb-item a {
  color: var(--text-black);
}
.shop-content-area .shop-content-topbar .shop-content-tools .breadcrumb .breadcrumb-item:before {
  color: var(--text-black);
}
.shop-content-area .shop-content-topbar .shop-content-tools .breadcrumb .breadcrumb-item.active {
  font-weight: 600;
  opacity: 1;
}
.shop-content-area .shop-content-topbar .shop-content-tools .product-per-page .breadcrumb .breadcrumb-2:before {
  display: none !important;
}
.shop-content-area .shop-content-topbar .shop-content-tools .product-view-grid {
  line-height: 1;
}
.shop-content-area .shop-content-topbar .shop-content-tools .product-view-grid button {
  display: inline-block;
  background: none;
  line-height: 1;
}
.shop-content-area .shop-content-topbar .shop-content-tools .product-view-grid button i {
  font-size: 18px;
  color: var(--text-black);
}
.shop-content-area .shop-content-topbar .shop-content-tools .product-view-grid button:last-child i {
  font-size: 20px;
}
.shop-content-area .shop-content-topbar .shop-content-tools .product-view-grid .layout {
  background: blue;
  padding: 20px;
}
.shop-content-area .shop-content-topbar .shop-content-tools .product-sort select {
  background: transparent;
  color: #fff;
  border: 2px solid;
  border-width: 0 0 2px 0;
  border-color: rgba(255, 255, 255, 0.2);
  padding-bottom: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  /* Add custom arrow */
  background-image: url("../../img/shop-grid/chevron-down.svg");
  /* Your custom arrow icon */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  color: #fff;
}
.shop-content-area .shop-content-topbar .shop-content-tools .product-sort select option {
  background: #000;
}
.shop-content-area .shop-content-topbar .shop-content-tools .product-sort select:focus {
  border-color: var(--text-primary);
  box-shadow: none;
  outline: none;
  transition: 0.4s;
}
.shop-content-area .shop-content-topbar .shop-content-tools .product-sort select:after {
  content: "\f078";
  font-family: "fontAwesome";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.pagination {
  width: 100%;
}
.pagination .page-item .page-link {
  color: var(--text-black);
  background: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--border-rgba-2);
}
.pagination .page-item .page-link i {
  color: var(--text-black);
}
.pagination .page-item .page-link:hover {
  background: var(--bg-primary);
  color: var(--text-white);
  border-color: var(--text-white);
}
.pagination .page-item .page-link:hover i {
  color: var(--text-white);
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item .page-link.active-pagination {
  color: var(--text-white);
  background-color: var(--bg-primary);
  border: 1px solid var(--bg-primary);
}

/* ====== Shop Gallery Filter Ends ======== */
.about-container {
  max-width: 800px;
  margin: 0 auto;
}
.about-container .s1 {
  font-size: 13px;
}
.about-container .p2 {
  font: 400 13px "Kohinoor Bangla";
}
.about-container p {
  font-size: 16px;
}
.about-container h4 {
  font-size: 18px;
}
.about-container .about-img-content .about-img-heading {
  font-size: 45px;
}
.about-container .ab-content-one {
  font-size: 26px;
  font-style: italic;
  color: #8E8E8E;
  font-weight: 500;
}
.about-container .ab-content-two span {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  float: left;
  margin-right: 10px;
}

/* ======= about-countdown ======= */
.about-countdown .countdown-item .countdown-item-box {
  border-bottom: 1px solid;
  border-color: var(--border-rgba-2);
}
.about-countdown .countdown-item .countdown-item-inner {
  padding: 30px 0;
  border-right: 1px solid;
  border-color: var(--border-rgba-2);
}
.about-countdown .countdown-item .countdown-item-inner h3 {
  font-size: 44px;
  font-weight: 600;
}
.about-countdown .countdown-item .countdown-item-inner h4 {
  font-size: 20px;
  font-weight: 600;
  color: #8E8E8E;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1;
}
.about-countdown .count-item-right h3 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-countdown .count-item-right p {
  font-size: 20px;
  font-weight: 500;
  color: #8E8E8E;
}

/* ========= We Work section Start ======= */
.we-work .main-heading-2 h4 {
  font-size: 38px;
}
.we-work .work-container {
  padding: 0% 10% 0% 10%;
  border-right: 1px solid;
  border-color: var(--border-rgba-2);
}
.we-work .work-container .work-number h2 {
  font-size: 74px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 0.8;
}
.we-work .work-container .work-content {
  position: relative;
}
.we-work .work-container .work-content h4 {
  font-size: 18px;
}
.we-work .work-container .work-content p {
  font-size: 16px;
}
.we-work .work-container .work-content button {
  background: none;
  display: block;
  border: 2px solid;
  border-width: 0 0 2px 0;
  border-color: var(--text-primary);
  color: var(--text-black);
  transition: 0.5s;
}

/* ======== Varriable Root css Color And Fonts Start =========*/
:root {
  --bg-white: #ffffff;
  --bg-color-1: #eef2f5;
  --bg-color-2: #45AAE0;
  --bg-color-3: #4bca8d;
  --bg-color-4: #df4d4d;
  --bg-color-5: #6654df;
  --bg-color-6: rgb(46 14 77);
  --bg-color-7: rgba(255, 255, 255, 0.05);
  --bg-color-8: rgba(37 12 60);
  --text-white: #fff;
  --whitesmoke: whitesmoke;
  --text-black: #0f0f0f;
  --text-primary-2: #5C44FA;
  --text-primary: rgb(104, 61, 229);
  --bg-primary: rgb(104, 61, 229);
  --bg-primary-rgb: 104, 61, 229;
  --bg-primary-code: var(--bg-primary-rgb);
  --hover-color: rgb(93, 52, 218);
  --btn-primary: rgb(104, 61, 229);
  --btn-secondary: #00B67A;
  --gray-1: rgba(255, 255, 255, 0.5);
  --gray-2: rgba(255, 255, 255, 0.6);
  --gray-3: rgba(255, 255, 255, 0.8);
  --border-rgba: rgba(255, 255, 255, 0.20);
  --border-rgba-2: rgba(0, 0, 0, 0.1);
  --border-rgba-3: rgba(0, 0, 0, 0.1);
  --border-rgba-4: rgba(0, 0, 0, 0.5);
  --border-radius-3: 0.5rem;
  --box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
  --primary-font: "Urbanist", sans-serif;
  --secondary-font: "Poppins", serif;
  --dynamic-pt: 0;
  --dynamic-pb: 80px;
  --bg-color: transparent;
  --bg-image: none;
}

/* ======== Varriable Root css Color And Fonts Start =========*/
/*======= Default Css Start ======*/
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  position: relative;
  vertical-align: middle;
}

.c {
  color: rgba(11, 239, 97, 0.1607843137);
}

[data-settings] {
  padding-top: var(--dynamic-pt, 0); /* Fallback to 0 if --dynamic-pt is unset */
  padding-bottom: var(--dynamic-pb, 0);
  background-color: var(--bg-color, transparent);
  background-image: var(--bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease; /* Optional: Add transition for smooth changes */
}

.form-control {
  height: 3.2rem;
  border-color: var(--border-rgba-3);
  padding: 11px 1rem;
  background: var(--bs-white) !important;
  box-shadow: none;
  border-radius: var(--border-radius-3);
  color: var(--text-black) !important;
  transition: all 0.2s ease-in-out;
  font-size: 16px !important;
}
.form-control:focus {
  border-color: var(--hover-color) !important;
  background: var(--bs-white) !important;
  color: var(--text-black) !important;
  transition: all 0.2s ease-in;
}
.form-control::-moz-placeholder {
  color: #929394;
}
.form-control::placeholder {
  color: #929394;
}

.shadow-xs {
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.04);
}

.shadow-sm {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08) !important;
}

html,
body {
  font-size: 15px;
  line-height: 1.4;
  padding-right: 0 !important;
  color: var(--text-black);
  font-family: var(--primary-font);
  font-weight: 500;
  scroll-behavior: smooth;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* ===== Heading style ======*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.c-pointer {
  cursor: pointer;
}

.w-75 {
  max-width: 1100px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  .sub-heading .badge {
    font-size: 0.875rem !important;
    padding: 0.3rem 0.75rem !important;
  }
  .section-padding {
    padding: 60px 0 !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pb-50 {
    padding-bottom: 30px !important;
  }
  .section-padding-bottom {
    padding-bottom: 60px !important;
  }
  .section-padding-top {
    padding-top: 60px !important;
  }
  .section-margin {
    margin: 60px 0 !important;
  }
  .section-margin-top {
    margin-top: 60px !important;
  }
  .section-margin-bottom {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 576px) {
  .section-padding {
    padding: 40px 0 !important;
  }
  .section-padding-bottom {
    padding-bottom: 40px !important;
  }
  .section-padding-top {
    padding-top: 40px !important;
  }
  .section-margin {
    margin: 40px 0 !important;
  }
  .section-margin-top {
    margin-top: 40px !important;
  }
  .section-margin-bottom {
    margin-bottom: 40px !important;
  }
}
p {
  font-family: var(--secondary-font);
  margin-bottom: 0;
}

body.modal-open {
  padding-right: 0 !important;
}

/* ===== Heading style ends======*/
.text-primary {
  color: var(--text-primary) !important;
}

.text-gray {
  color: var(--gray-1);
}

.text-primary-2 {
  color: #e74c3c !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: inherit;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 0;
  margin-left: 20px;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--primary-color-2);
}

a:focus {
  outline: none;
}

.border-top {
  border-top: 1px solid #ddd !important;
}

.border-end {
  border-right: 1px solid !important;
  border-color: var(--border-rgba-2) !important;
}

.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.border-dashed {
  border: 1px dashed var(--gray-1);
}

/* ======= Section Padding Start ========= */
.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 30px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.section-padding {
  padding: 80px 0;
}

.section-padding-top {
  padding-top: 80px;
}

.section-padding-bottom {
  padding-bottom: 80px;
}

.section-margin {
  margin: 80px 0;
}

.section-margin-top {
  margin-top: 80px;
}

.section-margin-bottom {
  margin-bottom: 80px;
}

.badge-one {
  padding: 4px 9px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  background: var(--bg-color-3);
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.badge {
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 400;
}
.badge.text-bg-primary {
  background-color: var(--btn-primary) !important;
}
.badge.text-bg-secondary {
  background-color: rgba(var(--bg-primary-code), 0.1) !important;
}
.badge.text-bg-dark {
  background-color: #1f1f39 !important;
}
.badge.bg-danger {
  background-color: #fff4f4 !important;
  color: #e93c3c;
  transition: all 0.2s ease-in-out;
  border: 0;
}
.badge.bg-danger i {
  font-size: 15px;
}
.badge.bg-danger:hover {
  background-color: #dc3545 !important;
  color: var(--text-white);
  transition: all 0.2s ease-in-out;
}

.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ====== review section Start ======== */
.filter-menu .filter-list {
  padding: 0.75rem;
  background: var(--bg-white);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.filter-menu .filter-list li a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 0.75rem 1rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  border-color: var(--btn-primary);
  position: relative;
  transition: 0.4s;
  line-height: 1.5;
  display: inline-block;
  padding: 10px 22px;
  background: transparent;
  color: var(--text-black);
  border-color: var(--border-rgba-2);
}
.filter-menu .filter-list li a:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.filter-menu .filter-list li a.active {
  background: var(--bg-primary);
  color: var(--text-white);
}

.review-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  border: 1px solid;
  border-color: var(--border-rgba);
  transition: 0.6s;
  padding: 30px;
  cursor: pointer;
}
.review-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.review-thumb:hover img {
  transform: scale(1.1);
  transition: 0.6s;
}

.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ====== Contact Us STARt========*/
.contact-section .section-header-2 .main-heading.contact-heading h4 {
  font-size: 42px;
}
.contact-section .contact-container {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--bg-white);
  padding: 2rem;
  color: var(--text-black);
  transition: 0.4s;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.contact-section .contact-container .icon span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-primary);
  color: var(--text-white);
  font-size: 24px;
}
.contact-section .contact-container div:last-child h4 {
  font-size: 1.5rem;
}
.contact-section .contact-container div:last-child p {
  font-size: 1.2rem;
}
.contact-section .contact-container:hover {
  background: var(--bg-primary);
  transition: 0.4s;
  color: var(--bg-color-1);
}
.contact-section .contact-container:hover .icon span {
  background: var(--bg-color-1);
  color: var(--bg-primary);
  transition: 0.4s;
}
.contact-section .contact-form .form-container-left .btn.contact-btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 0.75rem 1rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  border-color: var(--btn-primary);
  position: relative;
  transition: 0.4s;
  line-height: 1.5;
  display: inline-block;
}
.contact-section .contact-form .form-container-left .btn.contact-btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

/* ====== Contact Us Ends========*/
.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ====== Cart section Start ======= */
.cart-container {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.cart-container .table {
  background: transparent;
  color: var(--text-black);
  vertical-align: middle;
}
.cart-container .table th,
.cart-container .table td {
  background: transparent;
  color: var(--text-black);
  padding: 15px 12px;
  vertical-align: middle;
  border: 0;
}
.cart-container .table tr {
  border-color: var(--border-rgba-2) !important;
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
  gap: 10px;
  text-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
}
.cart-container .table tbody tr td img {
  min-width: 80px;
  max-width: 80px;
  height: auto;
}
.cart-container .table tbody tr td {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-black);
}
.cart-container .table tbody tr td a {
  color: var(--text-black);
}
.cart-container .table tbody tr td:nth-child(2) {
  min-width: 80px;
  max-width: 80px;
}
.cart-container .table tbody tr td .sub-total {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 600;
}
.cart-container button.btn-primary {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  background: #ffffff;
  color: var(--text-black);
  border-color: #ffffff;
}
.cart-container button.btn-primary:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.cart-container button.btn-primary i {
  font-size: 14px;
}
.cart-container button.btn-primary:hover {
  background: #ffffff;
  color: var(--text-black);
  border-color: #ffffff;
}

.card.checkout-card {
  background: transparent;
  color: var(--text-black);
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.card.checkout-card .card-body {
  padding: 25px;
}
.card.checkout-card .card-body .card-title {
  font-size: 20px;
  text-transform: uppercase;
}
.card.checkout-card .card-checkout-container .ceckout-item {
  color: var(--text-black);
}
.card.checkout-card .card-checkout-container .ceckout-item h5 {
  font-size: 16px;
  font-weight: 600;
}
.card.checkout-card .card-checkout-container .ceckout-item h4 {
  font-size: 22px;
  color: var(--text-primary);
}
.card.checkout-card .card-checkout-container a {
  background: var(--btn-primary) !important;
  color: var(--text-white) !important;
  border-radius: 0;
  border: none;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
  display: inline-block;
  padding: 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/* ====== Cart section Ends ======= */
/* ======= Default Quantity style Start ====== */
.quantity {
  display: inline-flex;
  vertical-align: top;
  overflow: hidden;
  transition: 0.4s;
  line-height: 1;
}
.quantity input {
  height: 30px;
  background: transparent;
  color: var(--text-black);
  border: 0;
  box-shadow: none;
  outline: none;
  text-align: center;
  border-right: 2px solid;
  border-color: var(--border-rgba-2);
  transition: 0.4s;
}
.quantity input:nth-child(1) {
  min-width: 25px;
  min-height: unset;
  font-size: 18px;
  font-weight: bold;
}
.quantity input:nth-child(2) {
  width: 30px;
}
.quantity input:nth-child(3) {
  min-width: 25px;
  border-right: 0;
  font-size: 16px;
  font-weight: 500;
}
.quantity input[type=button]:hover {
  background: var(--bg-primary) !important;
  transition: 0.4s;
  color: var(--text-white);
}

.chek-delivery {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  padding: 14px 24px;
}
.chek-delivery:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.chek-delivery i {
  font-size: 14px;
}

.quantity-price {
  font-size: 14px;
}
.quantity-price .item {
  color: #c4c4c4;
  font-weight: 500;
}
.quantity-price .item i {
  font-size: 10px;
}
.quantity-price .item-price {
  color: var(--text-primary);
  font-weight: 600;
}

.cart-icon {
  font-size: 12px;
  margin-top: 0;
}

/* ======= Default Quantity style Ends ====== */
.step-container {
  max-width: 700px;
}
.step-container .indicator-bar {
  margin: 40px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-container .indicator-bar .step {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.step-container .indicator-bar .step p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.step-container .indicator-bar .step .bullet {
  height: 40px;
  width: 40px;
  border: 2px solid var(--text-primary);
  background-color: var(--bg-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
}
.step-container .indicator-bar .step .bullet.active {
  background: var(--text-primary);
}
.step-container .indicator-bar .step .bullet.active span {
  color: var(--text-white);
}
.step-container .indicator-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.step-container .indicator-bar .step:before,
.step-container .indicator-bar .step:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background: #a2a3a5;
  top: 18px;
  left: 50%;
  z-index: -1;
  display: block;
}
.step-container .indicator-bar .step.active:after {
  background: var(--text-primary);
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
.step-container .indicator-bar .step:last-child:before,
.step-container .indicator-bar .step:last-child:after {
  display: none;
}
.step-container .indicator-bar .step p.active {
  color: var(--text-primary);
  transition: 0.2s linear;
}
.step-container .indicator-bar .step .check {
  color: #fff;
}

.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ======== premium-subsciption ======*/
.premium-subsciption {
  padding-top: 80px;
}
.premium-subsciption .premium-thumb {
  width: 100%;
  padding-top: 100% !important;
  height: 350px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.premium-subsciption .premium-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.premium-subsciption .premium-thumb .badge {
  position: absolute;
  top: 20px;
  left: 20px;
}
.premium-subsciption .premium-right-container .premium-top {
  color: var(--text-white);
}
.premium-subsciption .premium-right-container .premium-top .breadcrumb {
  margin-bottom: 0;
  margin-left: 0;
  letter-spacing: -0.5px;
}
.premium-subsciption .premium-right-container .premium-top .breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
}
.premium-subsciption .premium-right-container .premium-top .breadcrumb .breadcrumb-item a {
  color: var(--text-black);
}
.premium-subsciption .premium-right-container .premium-top .breadcrumb .breadcrumb-item:before {
  color: var(--text-black);
  content: "\f054";
  font-family: "fontAwesome";
  font-size: 13px !important;
  font-weight: 400;
  padding-top: 2px;
}
.premium-subsciption .premium-right-container .premium-top .breadcrumb .breadcrumb-item.active {
  font-weight: 600;
  opacity: 1;
  color: rgb(255, 186, 35);
}
.premium-subsciption .premium-right-container .premium-top .breadcrumb .breadcrumb-item:first-child:before {
  display: none;
}
.premium-subsciption .premium-right-container .premium-top .pre-top-right a {
  color: var(--gray-3);
  font-size: 14px;
  font-weight: 400;
}
.premium-subsciption .premium-right-container .premium-top .pre-top-right a i {
  font-weight: 600;
}
.premium-subsciption .premium-right-container .pre-heading {
  font-size: 30px;
}
.premium-subsciption .premium-right-container .pre-price span {
  font-size: 20px;
  font-weight: 700;
}
.premium-subsciption .premium-right-container .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  box-shadow: none;
  background-color: var(--bs-light);
}
.premium-subsciption .premium-right-container .form-check .form-check-input:checked {
  background-color: var(--btn-primary);
  border-color: var(--btn-primary);
}
.premium-subsciption .premium-right-container .form-check .form-check-input:focus {
  border-color: var(--btn-primary);
}
.premium-subsciption .premium-right-container .form-check .form-check-label {
  line-height: 1;
}
.premium-subsciption .premium-right-container .pre-documentation {
  padding-left: 22px;
}
.premium-subsciption .premium-right-container .pre-documentation ul li {
  list-style: disc;
  margin-bottom: 10px;
  color: var(--gray-3);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-left: 20px;
}
.premium-subsciption .premium-right-container .pre-documentation ol li {
  margin-bottom: 10px;
}
.premium-subsciption .premium-right-container .pre-documentation-2 li {
  color: #e74c3c !important;
}
.premium-subsciption .premium-right-container .pre-documentation::marker {
  color: #fff;
}
.premium-subsciption .premium-right-container .pre-variations span {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-white);
}
.premium-subsciption .premium-right-container .pre-variations select {
  padding: 0 15px;
  width: 100%;
  max-width: 260px;
  background-color: transparent;
  height: 45px;
  color: var(--gray-3);
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  background-image: url("../../img/download.svg");
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
.premium-subsciption .premium-right-container .pre-variations select option {
  background: var(--bg-color-1);
  color: var(--gray-3);
}
.premium-subsciption .premium-right-container .premium-form form .form-control {
  height: 45px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--gray-3);
  padding: 0 16px;
  box-shadow: none;
}
.premium-subsciption .premium-right-container .premium-form form .form-control:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
.premium-subsciption .premium-right-container .products-variant p {
  font-weight: 600;
  font-size: 1.125rem;
}
.premium-subsciption .premium-right-container .products-variant .btn-check-container .btn {
  background-color: rgb(240, 240, 241);
  color: var(--text-black);
  border-color: rgb(240, 240, 241);
  font-weight: 600;
}
.premium-subsciption .premium-right-container .products-variant .btn-check-container .btn-check:checked + .btn, .premium-subsciption .premium-right-container .products-variant .btn-check-container .btn.active, .premium-subsciption .premium-right-container .products-variant .btn-check-container .btn.show, .premium-subsciption .premium-right-container .products-variant .btn-check-container .btn:first-child:active, .premium-subsciption .premium-right-container .products-variant .btn-check-container :not(.btn-check) + .btn:active {
  color: var(--text-white);
  background-color: var(--btn-primary);
  border-color: var(--btn-primary);
}
.premium-subsciption .premium-right-container .cart-variation .quantity.cart-variation-quantity input {
  height: 32px;
  width: 32px;
}
.premium-subsciption .premium-right-container .cart-variation button.btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  height: 42px !important;
  border: 2px solid;
  text-transform: uppercase;
  border-color: rgba(255, 255, 255, 0.2);
}
.premium-subsciption .premium-right-container .cart-variation button.btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.premium-subsciption .premium-right-container .cart-variation button.btn i {
  font-size: 14px;
}
.premium-subsciption .premium-right-container .documentation-list .list-inner .list-inner-item i {
  color: #1389e9;
}
.premium-subsciption .premium-right-container .documentation-list .list-inner .list-inner-item .whatsapp {
  color: var(--text-primary);
}
.premium-subsciption .premium-right-container .documentation-list .list-inner .detail-btn button {
  border: 1px solid var(--bg-primary);
  color: var(--text-primary);
  transition: 0.4s;
}
.premium-subsciption .premium-right-container .documentation-list .list-inner .detail-btn button:hover {
  background: var(--bg-primary);
  color: var(--text-white);
  transition: 0.4s;
}
.premium-subsciption .premium-right-container .view-live {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.premium-subsciption .premium-right-container .view-live .subscription-view {
  background-color: rgb(211, 247, 238);
  color: var(--text-black);
  padding: 15px 20px;
}
.premium-subsciption .premium-right-container .view-live .subscription-view span {
  font-size: 14px;
  font-weight: 500;
}
.premium-subsciption .premium-right-container .view-live .subscription-view span i {
  color: var(--bg-color-3);
}
.premium-subsciption .premium-right-container .view-live .subscription-view span:nth-child(2) {
  font-weight: 600;
}
.premium-subsciption .premium-right-container .premium-right-bottom .sku-wrapper {
  font-size: 15px;
  font-weight: 500;
}
.premium-subsciption .premium-right-container .premium-right-bottom .sku-wrapper span:first-child {
  font-weight: 600;
}
.premium-subsciption .premium-right-container .premium-right-bottom .sku-wrapper span:last-child {
  color: var(--gray-3);
}
.premium-subsciption .premium-right-container .premium-right-bottom .sku-wrapper a {
  color: var(--text-black);
}
.premium-subsciption .premium-right-container .premium-right-bottom .sku-wrapper a:hover {
  color: var(--text-primary);
}

/* ====== premium Subscription Tab Start====== */
.premium-subscription-tab .tab-container .nav-tabs {
  border-bottom: 0;
}
.premium-subscription-tab .tab-container .nav-tabs ul li a {
  font-size: 15px;
}
.premium-subscription-tab .tab-container .tab-content .description p {
  font-size: 16px;
  font-weight: 500;
}
.premium-subscription-tab .tab-container .tab-content ul li {
  list-style: disc;
  margin-left: 20px;
}
.premium-subscription-tab .tab-container .tab-content .review-btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 0.75rem 1rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  border-color: var(--btn-primary);
  position: relative;
  transition: 0.4s;
  line-height: 1.5;
  display: inline-block;
  font-size: 16px;
}
.premium-subscription-tab .tab-container .tab-content .review-btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

/* ====== premium Subscription Tab Ends====== */
.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

/* ========= checkout-form Start ========= */
.checkout-form-container {
  border: 1px solid;
  border-color: var(--border-rgba);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.checkout-form-container .form-check {
  line-height: 16px;
}
.checkout-form-container .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  box-shadow: none;
}
.checkout-form-container .form-check .form-check-input:checked {
  background-color: var(--btn-primary);
  border-color: var(--btn-primary);
}
.checkout-form-container .form-check .form-check-input:focus {
  border-color: var(--btn-primary);
}
.checkout-form-container .form-check .form-check-label {
  cursor: pointer;
}

.form-container-left {
  background: var(--bg-white);
  padding: 30px 30px;
}
.form-container-left .billing-details {
  font-size: 24px;
  text-transform: capitalize;
}
.form-container-left label {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-black);
}
.form-container-left .information h4 {
  text-transform: capitalize;
  font-size: 24px;
}
.form-container-left.form-container-right {
  background: transparent;
  padding: 30px 30px;
}
.form-container-left.form-container-right .order-details {
  font-size: 24px;
  text-transform: capitalize;
}
.form-container-left.form-container-right .total-order {
  background: var(--bg-color-7);
  margin-bottom: 20px;
  padding: 15px 15px;
}
.form-container-left.form-container-right .total-order .table tr {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.form-container-left.form-container-right .total-order .table tr td, .form-container-left.form-container-right .total-order .table tr th {
  background: transparent;
  border: 0;
  color: var(--text-black);
  padding: 0;
  font-weight: 600;
}
.form-container-left.form-container-right .total-order .table thead tr {
  border-bottom: 2px solid;
  border-color: rgba(255, 255, 255, 0.4);
}
.form-container-left.form-container-right .total-order .table thead tr th {
  font-size: 18px;
  font-weight: 700;
}
.form-container-left.form-container-right .total-order .table tbody tr {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
}
.form-container-left.form-container-right .total-order .table tbody tr td:first-child {
  text-wrap: wrap;
}
.form-container-left.form-container-right .total-order .table tbody tr td:last-child {
  text-wrap: nowrap;
}
.form-container-left.form-container-right .total-order .table tbody tr:last-child td:first-child {
  font-size: 18px;
  font-weight: 700;
}
.form-container-left.form-container-right .total-order .table tbody tr:last-child td:last-child {
  font-size: 22px;
  font-weight: 700;
}
.form-container-left.form-container-right .payment-getway {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.form-container-left.form-container-right .payment-getway .form-check img {
  height: 25px;
}
.form-container-left.form-container-right .payment-getway #bkashForm {
  display: none;
}
.form-container-left.form-container-right .payment-getway #rocketForm {
  display: none;
}
.form-container-left.form-container-right .payment-getway .payment-form {
  background: var(--bg-color-7);
  padding: 20px;
}
.form-container-left.form-container-right .payment-getway .payment-form p {
  font-size: 16px;
  color: var(--text-black);
}
.form-container-left.form-container-right .payment-getway .payment-form .qr-code img {
  max-height: 40px;
}
.form-container-left.form-container-right .form-text {
  color: var(--text-black);
  font-size: 16px;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.form-container-left.form-container-right .form-text a {
  color: var(--gray-3);
  font-weight: 700;
}
.form-container-left.form-container-right .form-container-right-bottom {
  font-size: 16px;
}
.form-container-left.form-container-right .form-container-right-bottom a {
  color: var(--gray-3);
  font-weight: 700;
}
.form-container-left.form-container-right .checkout-btn button.btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0.75rem 0.75rem;
}
.form-container-left.form-container-right .checkout-btn button.btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.form-container-left.form-container-right .checkout-btn button.btn i {
  font-size: 14px;
}

.iti {
  display: block;
  color: var(--text-black);
}
.iti .iti__search-input {
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid var(--border-rgba-2);
  outline: none;
  height: 42px;
  padding: 0 16px;
  background: var(--bg-white);
  color: var(--text-black);
}

/* ====== section title Animation Start =======*/
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    width: 100%;
  }
  to {
    opacity: 0;
    width: 0;
  }
}
/* ====== section title Animation ends =======*/
/* ====== Dropdown menu Animation Start ======*/
@keyframes slideup {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);
    transition: 0.6s;
  }
  to {
    transform: translateY(0);
    transition: 0.6s;
    opacity: 1;
    visibility: visible;
  }
}
/* ====== Dropdown menu Animation Ends ======*/
/* ===== fadeInRight animation customize ========*/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

/* ===== fadeInRight animation customize end ========*/
/* ===== fadeInUp animation customize Start ========*/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== fadeInUp animation customize Start ========*/
/* ====== tp-svg-line ========*/
@keyframes tp-svg-line {
  to {
    stroke-dashoffset: 350;
  }
}
/* ====== tp-svg-line ========*/
.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

.form-style {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  padding: 35px 24px;
}
.form-style .sign-content {
  width: 100%;
  /* signup css style */
}
.form-style .sign-content .top-form-btn a.btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 0.75rem 1rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  border-color: var(--btn-primary);
  position: relative;
  transition: 0.4s;
  line-height: 1.5;
  display: inline-block;
  padding: 0.75rem 1.5rem;
}
.form-style .sign-content .top-form-btn a.btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.form-style .google-signup {
  width: 100%;
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  border-radius: 5px;
}
.form-style .google-signup img {
  margin-right: 10px;
}
.form-style .or-sign-email {
  height: 1px;
  width: 27%;
  background: rgba(255, 255, 255, 0.2);
}
.form-style .or-sign-email p {
  font-size: 16px;
}
.form-style .form-label {
  color: var(--text-black);
  font-weight: 500;
  margin-bottom: 12px;
}
.form-style label {
  color: var(--text-black);
  font-weight: 500;
  display: flex;
}
.form-style .form-control {
  border: 1px solid;
  color: var(--text-black);
  border-color: var(--border-rgba-2);
  background: transparent;
}
.form-style .password-toggle-icon i {
  font-size: 16px;
  line-height: 1;
  color: var(--text-black);
  transition: color 0.3s ease-in-out;
}
.form-style .password-toggle-icon i:hover {
  color: var(--text-black);
}
.form-style .submit {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 0.75rem 1rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  border-color: var(--btn-primary);
  position: relative;
  transition: 0.4s;
  line-height: 1.5;
  display: inline-block;
  border: 1px solid var(--btn-primary);
}
.form-style .submit:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.form-style .form-end-btn a.btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 0.75rem 1rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  border-color: var(--btn-primary);
  position: relative;
  transition: 0.4s;
  line-height: 1.5;
  display: inline-block;
  border: 0;
}
.form-style .form-end-btn a.btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.form-style .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.form-style .psw a {
  font-weight: 500;
}
.form-style .checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.form-style .checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid var(--border-rgba-2);
  transition: all 0.2s ease;
}
.form-style .checkbox:hover .checkmark {
  background: #ffffff;
  transition: all 0.2s ease;
}
.form-style .checkbox input:checked ~ .checkmark {
  background: var(--bg-color-3);
  border: 1px solid var(--bg-color-3);
}
.form-style .checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}
.form-style .checkbox input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}
.form-style .form-end a {
  color: var(--text-primary);
  font-weight: 600;
  transition: 0.3s;
}
.form-style .form-end a:hover {
  color: var(--text-black);
  transition: 0.3s;
}

.edit-resume .color-tx-1 .form-label {
  color: var(--clr-black);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}
.edit-resume .color-tx-1 label {
  color: var(--clr-black);
  font-weight: 600;
  font-size: 14px;
  display: flex;
}
.edit-resume .color-tx-1 .form-control {
  color: var(--clr-black) !important;
  font-size: 14px;
  border-radius: 6px;
}
.edit-resume .color-tx-1 .form-control::-moz-placeholder {
  color: var(--clr-black) !important;
  font-size: 14px;
}
.edit-resume .color-tx-1 .form-control::placeholder {
  color: var(--clr-black) !important;
  font-size: 14px;
}
.edit-resume .color-tx-2 .form-label {
  color: var(--clr-black-2);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}
.edit-resume .color-tx-2 label {
  color: var(--clr-black-2);
  font-weight: 600;
  font-size: 14px;
  display: flex;
}
.edit-resume .color-tx-2 .form-control {
  color: var(--clr-black-2) !important;
  font-size: 14px;
  border-radius: 6px;
}
.edit-resume .color-tx-2 .form-control::-moz-placeholder {
  color: var(--clr-black-2) !important;
  font-size: 14px;
}
.edit-resume .color-tx-2 .form-control::placeholder {
  color: var(--clr-black-2) !important;
  font-size: 14px;
}

.iti {
  position: relative;
  display: block !important;
}

.btn-1 {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.btn-1:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-1 i {
  font-size: 14px;
}

.btn-two {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  padding: 8px 18px;
  border-color: #ffffff;
  color: #212121;
  display: inline-block;
}

.btn-two:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}

.btn-two i {
  font-size: 14px;
}

.btn-two:hover {
  background: #ececec;
  border-color: #ececec;
  color: #212121;
}

.user-dashboard .main-header .header-top {
  background: var(--bg-color-6) !important;
}
.user-dashboard .main-header .header-top .dashboard-slider {
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.user-dashboard .main-header .header-top .dashboard-slider .swiper-slide {
  height: 40px;
  white-space: nowrap;
  text-align: left;
  line-height: 40px;
}
.user-dashboard .main-header .header-top .dashboard-slider .swiper-slide a {
  color: var(--text-white);
}
.user-dashboard .main-header .header-top .dashboard-slider .swiper-slide a i {
  font-size: 12px;
}
.user-dashboard .dashboard-tools {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}
.user-dashboard .dashboard-tools:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.user-dashboard .dashboard-tools i {
  font-size: 14px;
}
.user-dashboard .offcanvas.user-dashboard-nav {
  background-color: var(--bg-white) !important;
  color: var(--text-black);
  border: 0;
}
.user-dashboard .offcanvas.user-dashboard-nav .btn-close {
  filter: invert(1);
}
.user-dashboard .offcanvas.user-dashboard-nav .offcanvas-body {
  padding: 20px 24px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.user-dashboard .offcanvas.user-dashboard-nav .offcanvas-body .user-profile .profile-thumb {
  width: 5rem;
  height: 5rem;
  border: 1px solid var(--text-primary);
  padding: 2px;
}
.user-dashboard .offcanvas.user-dashboard-nav .offcanvas-body .user-profile .profile-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-dashboard .dashboard-navbar .dashboard-nav-item {
  color: var(--text-black);
  font-weight: 500;
  font-size: 16px;
  transition: 0.4s;
  padding: 8px 0;
}
.user-dashboard .dashboard-navbar .dashboard-nav-item i {
  font-size: 18px;
}
.user-dashboard .dashboard-navbar .dashboard-nav-item:hover {
  color: var(--text-primary);
  transition: 0.4s;
}
.user-dashboard .dashboard-navbar .dashboard-nav-item.active {
  color: var(--text-primary);
}
.user-dashboard .dashboard-right-container .dashboard-right-top {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 30px;
  background: rgba(37, 12, 60, 0.2);
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.0588235294);
}
.user-dashboard .dashboard-right-container .dashboard-right-top div:first-child div span {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-3);
  margin-bottom: 5px;
  display: block;
}
.user-dashboard .dashboard-right-container .dashboard-right-top div:first-child div h4 {
  color: var(--text-white);
  font-weight: 600;
  font-size: 24px;
}
.user-dashboard .dashboard-right-container .dashboard-right-top div:last-child a.btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 14px;
}
.user-dashboard .dashboard-right-container .dashboard-right-top div:last-child a.btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.user-dashboard .dashboard-right-container .dashboard-right-top div:last-child a.btn i {
  font-size: 14px;
}
.user-dashboard .dashboard-right-container .dashboard-right-top div:last-child a.btn i {
  font-size: 15px;
}
.user-dashboard .dashboard-right-container .overview h4 {
  color: var(--text-primary);
}
.user-dashboard .dashboard-right-container .dashboard-box-item {
  padding: 26px 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.user-dashboard .dashboard-right-container .dashboard-box-item i {
  font-size: 18px;
  border: 1px solid var(--border-rgba-3);
  border-radius: 0.3rem;
  width: 60px;
  height: 60px;
  color: var(--text-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-dashboard .dashboard-right-container .dashboard-box-item i img {
  height: 30px;
}
.user-dashboard .dashboard-right-container .dashboard-box-item div h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.user-dashboard .dashboard-right-container .dashboard-box-item div h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-black);
}
.user-dashboard .dashboard-right-container .dashboard-right-bottom {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 24px;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.0588235294);
}
.user-dashboard .dashboard-right-container .dashboard-right-bottom h4 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.user-dashboard .dashboard-right-container .dashboard-right-bottom .dashboard-right-bottom-item {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.user-dashboard .dashboard-right-container .dashboard-right-bottom .dashboard-right-bottom-item .user-details img {
  height: 30px;
}
.user-dashboard .dashboard-right-container .dashboard-right-bottom .dashboard-right-bottom-item .user-details div span {
  font-weight: 500;
  font-size: 14px;
  color: var(--gray-3);
}
.user-dashboard .dashboard-right-container .dashboard-right-bottom .dashboard-right-bottom-item .user-details div span:nth-child(1) {
  color: var(--text-primary);
}
.user-dashboard .dashboard-right-container .dashboard-right-bottom .dashboard-right-bottom-item .user-details div span:nth-child(2) {
  font-weight: 600;
  font-size: 16px;
}
.user-dashboard .dashboard-right-container .dashboard-right-bottom .dashboard-right-bottom-item .user-detail-btn a.btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.user-dashboard .dashboard-right-container .dashboard-right-bottom .dashboard-right-bottom-item .user-detail-btn a.btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.user-dashboard .dashboard-right-container .dashboard-right-bottom .dashboard-right-bottom-item .user-detail-btn a.btn i {
  font-size: 14px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top {
  padding: 24px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top div:first-child h4 {
  color: var(--text-black);
  font-weight: 600;
  font-size: 20px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top div:first-child a.btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top div:first-child a.btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top div:first-child a.btn i {
  font-size: 14px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tr {
  vertical-align: middle;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tr th,
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tr td {
  background: transparent;
  border: 0;
  color: var(--text-black);
  padding: 10px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive thead tr {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive thead tr th {
  font-weight: 700;
  background: #f5f7f8;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tbody tr {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tbody tr:last-child {
  border: 0;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tbody tr th,
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tbody tr td {
  font-weight: 500;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tbody tr td:nth-child(2) {
  text-wrap: nowrap;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tbody tr td:nth-child(5) a {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tbody tr td:nth-child(5) a:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tbody tr td:nth-child(5) a i {
  font-size: 14px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive tbody tr td:last-child div a.btn {
  padding: 0.375rem 0.675rem;
  font-size: 16px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive.order-info .table th, .user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive.order-info .table td {
  padding: 0.5rem;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive.order-info .table tbody td .view-product-thumb {
  width: 60px !important;
  height: 60px !important;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table-responsive.order-info .table tbody td .view-product-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table.order-right {
  color: var(--gray-3);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table.order-right .form-select {
  background-color: var(--bg-color-1);
  color: var(--gray-3);
  border-color: var(--border-rgba);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .table.order-right th, .user-dashboard .dashboard-right-container .dashboard-right-table-top .table.order-right td {
  background: transparent;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .view-order {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  padding: 8px 10px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .view-order:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .view-order i {
  font-size: 14px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .print-btn button.btn {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .print-btn button.btn:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .print-btn button.btn i {
  font-size: 14px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .change-password .nav.nav-tabs {
  border-color: var(--border-rgba);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .change-password .nav-link.active {
  background: transparent;
  border-width: 0 0 1px 0;
  border-color: var(--text-primary);
  color: var(--text-primary);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .change-password .form-container .form-control:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .change-password .form-container button {
  height: 45px;
  padding: 0 22px !important;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .change-password .form-container .btn-submit {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .change-password .form-container .btn-submit:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .change-password .form-container .btn-submit i {
  font-size: 14px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .change-password .form-container .btn-cancel {
  background: var(--btn-primary);
  color: var(--text-white);
  padding: 14px 22px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  border-color: 1px solid var(--btn-primary);
  transition: 0.4s;
  line-height: 1;
  display: inline-block;
  background: rgb(220, 53, 69);
  border-color: rgb(220, 53, 69);
  font-size: 16px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .change-password .form-container .btn-cancel:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.4s;
  color: var(--text-white);
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .change-password .form-container .btn-cancel i {
  font-size: 14px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .active-product .pr-details-container {
  border: 1px solid var(--border-rgba);
  padding: 20px;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .active-product .pr-details-container .product-thumb {
  height: 180px;
  width: 100%;
  padding-top: 65%;
  position: relative;
}
.user-dashboard .dashboard-right-container .dashboard-right-table-top .active-product .pr-details-container .product-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-dashboard .accordion.dashboard-faq {
  background: transparent;
}
.user-dashboard .accordion.dashboard-faq .accordion-item {
  background: var(--bg-color-1);
  border-color: var(--border-rgba);
}
.user-dashboard .accordion.dashboard-faq .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  background: var(--bg-color-1);
  color: var(--gray-3);
  font-size: 18px;
  font-weight: 500;
}
.user-dashboard .accordion.dashboard-faq .accordion-item .accordion-header .accordion-button:after {
  filter: brightness(100);
}
.user-dashboard .accordion.dashboard-faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--bg-primary);
}
.user-dashboard .accordion.dashboard-faq .accordion-item .accordion-body {
  color: var(--gray-3);
  border-top: 1px solid var(--border-rgba);
}

.text-muted {
  color: var(--clr-body) !important;
}

/* ======= notificationModal =========*/
.modal.notification-modal .modal-dialog {
  max-width: 600px;
}
.modal.notification-modal .modal-header {
  border-bottom: none;
}
.modal.notification-modal .modal-body {
  color: var(--text-black);
  padding: 24px;
}
.modal.notification-modal .notification-header {
  background-color: #ff645c;
  color: white;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.modal.notification-modal .notification-header .btn-close {
  background-image: none;
  font-size: 16px;
  color: var(--text-black);
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--text-white);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  z-index: 99;
}
.modal.notification-modal .notification-img {
  max-width: 100%;
  height: auto;
}
.modal.notification-modal .notification-text {
  font-size: 16px;
}
.modal.notification-modal .view-now-btn {
  background-color: #ff645c;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}
.modal.notification-modal .view-now-btn:hover {
  background-color: #e7544e;
}

/* ======= notificationModal =========*/
#dynamic-modal .modal-content {
  position: relative;
}
#dynamic-modal .modal-content .modal-header {
  border-color: var(--border-rgba);
}
#dynamic-modal .modal-content .modal-header button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
#dynamic-modal .modal-content .modal-header button span {
  font-size: 24px;
}
#dynamic-modal .modal-content .modal-body .pr-details-container .product-thumb {
  height: 180px;
  width: 45%;
  position: relative;
  padding-top: 45%;
}
#dynamic-modal .modal-content .modal-body .pr-details-container .product-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#dynamic-modal .modal-content .modal-body .pr-details-container ul {
  margin-left: 20px;
}
#dynamic-modal .modal-content .modal-body .pr-details-container ul li {
  list-style: disc;
}
#dynamic-modal .modal-content .modal-body .pr-details-container ol li {
  list-style: number;
}

/* ========= Trending Collection Start =========== */
.card.collection-items {
  background-color: var(--bg-white);
  transition: all 0.4s ease-in;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.card.collection-items .card-header {
  background-color: var(--bg-white);
}
.card.collection-items .card-header .img-thumb {
  position: relative;
  padding-top: 110%;
}
.card.collection-items .card-header .img-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in;
}
.card.collection-items .card-header .img-thumb span {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.card.collection-items .card-header .img-thumb button {
  background-color: var(--bg-white);
  border: 0;
  color: var(--text-black);
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  line-height: 34px;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.card.collection-items .card-body h5 a {
  color: var(--text-black);
  transition: all 0.3s ease-in;
}
.card.collection-items .card-body h5 a:hover {
  color: var(--text-primary);
  transition: all 0.3s ease-in;
}
.card.collection-items .card-body h3 span {
  color: rgb(255, 98, 98);
}
.card.collection-items .card-body .review .star {
  line-height: 1;
}
.card.collection-items .card-body .review .star i {
  font-size: 12px;
  color: rgb(253, 195, 68);
}
.card.collection-items .card-body .review .star i:not(:first-child) {
  margin-left: -2px;
}
.card.collection-items .card-body .review .text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
.card.collection-items:hover {
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in;
}
.card.collection-items:hover .card-header img {
  transform: scale(1.05) rotate(2deg);
  transition: all 0.3s ease-in;
}

/* ========== combo__packages =======*/
.combo-packages .package-banner {
  position: relative;
}
.combo-packages .package-banner .img-thumb {
  position: relative;
  padding-top: 150%;
}
.combo-packages .package-banner .img-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.combo-packages .package-banner .banner-content {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.combo-packages .package-banner .banner-content span {
  font-size: 14px;
}
.combo-packages .package-banner:hover .img-thumb img {
  transform: scale(1.05);
  transition: 0.4s;
}

/* ========= Trending Collection Ends =========== */
.fixed-banner {
  position: fixed;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1055;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  padding: 1rem;
  max-width: 360px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fixed-banner.show {
  opacity: 1;
  transform: translateY(0);
}
.fixed-banner.fade-out {
  opacity: 0;
  transform: translateY(20px);
}
.fixed-banner--top-left {
  top: 20px;
  left: 20px;
}
.fixed-banner--top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.fixed-banner--top-right {
  top: 20px;
  right: 20px;
}
.fixed-banner--center-left {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.fixed-banner--center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed-banner--center-right {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.fixed-banner--bottom-left {
  bottom: 20px;
  left: 20px;
}
.fixed-banner--bottom-center {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.fixed-banner--bottom-right {
  bottom: 20px;
  right: 20px;
}
.fixed-banner--sm {
  max-width: 280px;
}
.fixed-banner--md {
  max-width: 360px;
}
.fixed-banner--lg {
  max-width: 480px;
}
.fixed-banner--xl {
  max-width: 600px;
}
.fixed-banner--full {
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 0;
}
.fixed-banner__content {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 1rem;
}
.fixed-banner__actions {
  display: flex;
  gap: 0.5rem;
}
.fixed-banner__actions .btn {
  flex: 1 1 50%;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--border-radius-3);
}
.fixed-banner__actions .btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.fixed-banner__actions .btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}
.fixed-banner__actions .btn-success {
  background-color: var(--bg-primary, #198754);
  border-color: var(--bg-primary, #198754);
}
.fixed-banner__actions .btn-success:hover {
  background-color: var(--hover-primary, #198754);
  border-color: var(--hover-primary, #198754);
}
@media (max-width: 576px) {
  .fixed-banner {
    max-width: none;
    border-radius: 8px;
    left: 10px !important;
    right: 10px !important;
  }
  .fixed-banner--top-center, .fixed-banner--bottom-center {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .fixed-banner--center-left, .fixed-banner--center-right {
    top: 50%;
    transform: translateY(-50%);
  }
}/*# sourceMappingURL=style.css.map */