/* @import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap"); */


@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* @font-face {
  font-family: 'TypoRound';
  src: url('../fonts/typo_round/Typo_Round_Bold_Demo.otf') format('opentype'),
  url('../fonts/typo_round/Typo_Round_Bold_Italic_Demo.otf') format('opentype'),
  url('../fonts/typo_round/Typo_Round_Italic_Demo.otf') format('opentype'),

  url('../fonts/typo_round/Typo_Round_Light_Demo.otf') format('opentype'),
  url('../fonts/typo_round/Typo_Round_Light_Italic_Demo.otf') format('opentype'),
  url('../fonts/typo_round/Typo_Round_Regular_Demo.otf') format('opentype'),

  url('../fonts/typo_round/Typo_Round_Thin_Demo.otf') format('opentype'),
  url('../fonts/typo_round/Typo_Round_Thin_Italic Demo.otf') format('opentype'),
  ;
  font-weight: normal;
  font-style: normal;
} */

body {
  font-size: 16px;
  /* font-family: 'TypoRound', sans-serif !important; */
  font-family: 'Rubik', sans-serif !important;
}

html, body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

button, input, optgroup, select, textarea {
  /* font-family: 'TypoRound', sans-serif !important; */
  font-family: 'Rubik', sans-serif !important;
}

.primary-bg {
  background: #57D9FF;
}

.bg-black {
  background: #0B0B0B;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-44 {
  font-size: 44px;
}

.fs-48 {
  font-size: 48px;
}
@media (max-width: 575px) {
  .fs-48 {
    font-size: 32px;
  }
}

.fs-68 {
  font-size: 68px;
}
@media (max-width: 575px) {
  .fs-68 {
    font-size: 42px;
  }
}

.min-h-100vh {
  min-height: 100vh;
}

.z-3 {
  z-index: 3;
}

.mb-22px {
  margin-bottom: 22px;
}

.mb-24px {
  margin-bottom: 24px;
}

.mb-32px {
  margin-bottom: 32px;
}

.mb-35px {
  margin-bottom: 35px;
}

.py-96px {
  padding: 96px 0;
}
@media (max-width: 575px) {
  .py-96px {
    padding: 48px 0;
  }
}

@media (min-width: 1700px) {
  .custom-container {
    max-width: 1640px;
  }
}

@media (min-width: 1400px) {
  .sml-container {
    max-width: 1340px;
  }
}

.top-bar {
  background: #00A7E1;
  height: 64px;
}
@media (max-width: 767px) {
  .top-bar {
    height: 32px;
  }
}
.top-bar p {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .top-bar p {
    font-size: 10px;
  }
}

.header {
  background: #0B0B0B;
  padding: 20px 0;
  position: sticky;
  z-index: 99;
  top: 0;
}
.header p {
  color: #fff;
}
.header .live-chat p {
  font-size: 10px;
}
.header .live-chat .number {
  font-size: 16px;
  font-weight: 600;
}
.header .search-input-btn {
  background: #57D9FF;
  border-color: #57D9FF;
}
.header .search-input {
  background: #0B0B0B;
  color: #fff;
  border-color: #DFDFDF !important;
}
.header .search-input::-moz-placeholder {
  color: #DFDFDF;
}
.header .search-input::placeholder {
  color: #DFDFDF;
}

.offcanvas {
  background: #0B0B0B;
  z-index: 9999999;
}
.offcanvas p {
  color: #fff;
}
.offcanvas .offcanvas-header {
  border-bottom: 1px solid #dcdcdc;
}
.offcanvas .offcanvas-header h5 {
  color: #fff;
  text-transform: uppercase;
}
.offcanvas .offcanvas-header button {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 25px;
  width: inherit;
  display: flex;
  align-items: center;
}
.offcanvas .offcanvas-body .cart-item {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding: 16px 0;
}
.offcanvas .offcanvas-body .cart-item:last-of-type {
  border-bottom: none;
}
.offcanvas .offcanvas-body .cart-item:first-of-type {
  padding-top: 0;
}
.offcanvas .offcanvas-body .cart-item .cart-item-img {
  max-width: 65px;
  min-width: 65px;
  margin-right: 16px;
}
.offcanvas .offcanvas-body .cart-item .cart-item-img img {
  width: 100%;
}
.offcanvas .offcanvas-body .cart-item .cart-item-details .item-name {
  font-size: 16px;
  font-weight: 600;
}
.offcanvas .offcanvas-body .cart-item .cart-item-details .item-color,
.offcanvas .offcanvas-body .cart-item .cart-item-details .item-ram {
  font-size: 12px;
  color: #DFDFDF;
}
.offcanvas .offcanvas-body .cart-item .cart-item-details .cart-item-details-btn {
  display: flex;
}
.offcanvas .offcanvas-body .cart-item .cart-item-details .cart-item-details-btn input {
  height: 32px;
  width: 25px;
  border: 1px solid #DFDFDF;
  box-shadow: none;
  outline: none;
  background: #DFDFDF;
}
.offcanvas .offcanvas-body .cart-item .cart-item-details .cart-item-details-btn .plus {
  border-start-end-radius: 5px;
  border-end-end-radius: 5px;
}
.offcanvas .offcanvas-body .cart-item .cart-item-details .cart-item-details-btn .minus {
  border-start-start-radius: 5px;
  border-end-start-radius: 5px;
}
.offcanvas .offcanvas-body .cart-item .cart-item-details .cart-item-details-btn .cart-item-details-btn-quantity {
  width: 40px;
  text-align: center;
  background: #fff;
}
.offcanvas .offcanvas-body .cart-item .cart-item-details .cart-item-details-quantity p {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.offcanvas .offcanvas-body .cart-item .cart-item-details .cart-item-details-quantity p span {
  color: #DFDFDF;
  font-size: 14px;
}
.offcanvas .offcanvas-body .cart-item .cart-item-cancel {
  width: 30px;
  color: #fff;
  font-size: 20px;
}
.offcanvas .offcanvas-footer {
  border-top: 1px solid #dcdcdc;
  padding-top: 16px;
  padding: 1rem;
}
.offcanvas .offcanvas-footer .subtotals p {
  font-size: 18px;
}
.offcanvas .offcanvas-footer button {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  outline: none;
  height: 42px;
  transition: all 0.3s ease-in;
  margin-bottom: 10px;
  border-radius: 30px;
}
.offcanvas .offcanvas-footer button.view-cart {
  background: #a5a5a5;
  border: 1px solid #a5a5a5;
}
.offcanvas .offcanvas-footer button.view-cart:hover {
  background: #333333;
  border-color: #333333;
  color: #fff;
}
.offcanvas .offcanvas-footer button.checkout {
  background: transparent;
  border: 1px solid transparent;
  color: #fff;
}
.offcanvas .offcanvas-footer button.checkout:hover {
  background: #333333;
  border-color: #333333;
}

.navbar {
  display: block;
  width: 100%;
  position: sticky;
  top: 90px;
  z-index: 99;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.6, 1);
}
@media (min-width: 992px) {
  .navbar:hover {
    background: #0B0B0B;
  }
}
@media (max-width: 991px) {
  .navbar {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar .menu {
    height: 0;
  }
}
@media (max-width: 991px) {
  .navbar .menu.active {
    height: 100vh;
  }
}

.navbar .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  padding: 0 15px;
}
@media (max-width: 1399px) {
  .navbar .menu > ul > li {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .navbar .menu > ul > li:first-child {
    padding-left: 0;
  }
}

.navbar .menu > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #DFDFDF;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

.navbar .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  padding: 20px 30px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.6, 1);
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .navbar .menu > ul > li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    overflow: auto;
  }
}
.navbar .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}

.navbar .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.navbar .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.navbar .menu > ul > li .sub-menu.mega-menu > .container .list-item > ul > li {
  line-height: 1;
  display: block;
}

.navbar .menu > ul > li .sub-menu.mega-menu > .container .list-item > ul > li > a {
  padding: 10px 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  transition: color 0.3s ease;
}
@media (max-width: 991px) {
  .navbar .menu > ul > li .sub-menu.mega-menu > .container .list-item > ul > li > a {
    font-size: 17px;
  }
}

.navbar .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .navbar .menu > ul > li .sub-menu.mega-menu {
    transform: initial;
    left: 0;
  }
}

.navbar .menu > ul > li .sub-menu.mega-menu-column-4 {
  max-width: 100%;
  width: 100%;
  background: #333333;
}
@media (min-width: 992px) {
  .navbar .menu > ul > li .sub-menu.mega-menu-column-4 {
    background: #0B0B0B;
  }
}

.navbar .menu > ul > li .sub-menu.mega-menu-column-4 .container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
  margin: auto;
}

.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .container .list-item {
  flex: 0 0 25%;
  padding: 0 15px;
}
.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .container .list-item:first-of-type ul li a {
  font-size: 24px;
}

.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .container .list-item .title {
  font-size: 12px;
  color: rgb(134, 134, 139);
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .container .list-item .title {
    font-size: 17px;
  }
}

.navbar .menu > ul > li .sub-menu.mega-menu > .container .list-item > ul {
  padding-left: 0;
}

.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .container .list-item.text-center .title {
  text-align: center;
}

.navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .container .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar .menu > ul > li .sub-menu.mega-menu > .container .list-item > ul > li > a:hover,
.navbar .menu > ul > li .sub-menu > ul > li > a:hover,
.navbar .item-right a:hover,
.navbar .menu > ul > li:hover > a {
  color: #ea4636;
}

/* banner section */
.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .navbar .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .navbar .item-left,
  .navbar .item-right {
    flex: 0 0 auto;
  }
  .v-center {
    justify-content: space-between;
  }
  .navbar .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .navbar .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #DFDFDF;
    width: 24px;
    position: relative;
  }
  .navbar .mobile-menu-trigger span:before,
  .navbar .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DFDFDF;
  }
  .navbar .mobile-menu-trigger span:before {
    top: -6px;
  }
  .navbar .mobile-menu-trigger span:after {
    top: 6px;
  }
  .navbar .item-right {
    align-items: center;
  }
  .navbar .menu {
    position: fixed;
    width: 100%;
    background-color: #0B0B0B;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .navbar .menu.active {
    transform: translate(0%);
  }
  .navbar .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .navbar .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 40px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 28px;
    font-weight: 600;
  }
  .navbar .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .navbar .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #0B0B0B;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #0B0B0B;
    top: 0;
    width: calc(100% - 20px);
  }
  .navbar .menu .mobile-menu-head.active {
    background: #333333;
    border-color: #333333;
  }
  .navbar .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .navbar .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .navbar .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
  }
  .navbar .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .navbar .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .navbar .menu > ul > li .sub-menu.mega-menu,
  .navbar .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .navbar .menu > ul > li .sub-menu.active {
    display: block;
    max-height: 100vh;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .container .list-item img {
    margin-top: 0;
  }
  .navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .container .list-item.text-center .title {
    margin-bottom: 20px;
  }
  .navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .container .list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }
  .navbar .menu > ul > li .sub-menu.mega-menu-column-4 > .container .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .navbar .menu > ul > li .sub-menu > ul > li > a,
  .navbar .menu > ul > li .sub-menu.mega-menu > .container .list-item > ul > li > a {
    display: block;
  }
  .navbar .menu > ul > li .sub-menu.mega-menu > .container .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
.cart-item-details-btn-quantity:hover::-webkit-inner-spin-button,
.cart-item-details-btn-quantity:hover::-webkit-outer-spin-button {
  opacity: 0;
}

.cart-item-details-btn-quantity:hover {
  /* Prevent the cursor from changing when hovering over the input */
  cursor: default;
}

.cart-item-details-btn-quantity::-webkit-inner-spin-button,
.cart-item-details-btn-quantity::-webkit-outer-spin-button {
  opacity: 0;
  pointer-events: none; /* Disable pointer events to prevent interaction */
}

.mobile-search {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: #0B0B0B;
  display: none;
  z-index: 99999;
  padding: 20px 40px;
}
.mobile-search .mobile-search-quicke-link {
  margin-top: 50px;
}
.mobile-search .mobile-search-quicke-link p {
  color: #555555;
  font-size: 15px;
}
.mobile-search .mobile-search-quicke-link a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .mobile-search {
    display: block;
  }
}
.mobile-search p {
  color: #fff;
}
.mobile-search .close-search {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
}
.mobile-search .mobile-search-bar {
  position: relative;
}
.mobile-search .mobile-search-bar .search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile-search .mobile-search-bar input {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  height: 50px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding-left: 40px;
}

.mobile-search {
  visibility: hidden;
  opacity: 0; /* Initially set opacity to 0 */
  height: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.6, 1);
  overflow: hidden;
}

/* Show animation */
.mobile-search.show {
  height: 100vh;
  visibility: visible;
  opacity: 1; /* Set opacity to 1 when shown */
}

.hero-slider {
  background: #A7F4FF;
  background: linear-gradient(180deg, #A7F4FF, #FFFFFF);
  padding: 50px 0 100px 0;
}
.hero-slider .item {
  height: 600px;
}
@media (max-width: 767px) {
  .hero-slider .item {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .hero-slider .item {
    height: 300px;
  }
}
.hero-slider .item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-slider .owl-dot span {
  width: 75px !important;
  height: 3px !important;
  border-radius: 8px;
}
.hero-slider .owl-dot.active span {
  background: rgb(0, 0, 0) !important;
}

.section-heading {
  font-size: 55px;
  /* font-family: ApolloFOnts, sans-serif; */
  /* font-family: 'TypoRound', sans-serif; */
  font-family: 'Rubik', sans-serif !important;
}
@media (max-width: 991px) {
  .section-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-heading {
    font-size: 24px;
  }
}

.best-categories {
  background: black;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .best-categories {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .best-categories .categories-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 575px) {
  .best-categories .categories-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 767px) {
  .best-categories .categories-list .items {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.best-categories .categories-list .items .item-images {
  width: 178px;
  height: 178px;
  padding: 20px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .best-categories .categories-list .items .item-images {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .best-categories .categories-list .items .item-images {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .best-categories .categories-list .items .item-images {
    width: 80px;
    height: 80px;
  }
}
.best-categories .categories-list .items .item-images img {
  max-width: 100%;
  transition: all 0.3s ease-in;
}
.best-categories .categories-list .items p {
  color: white;
}
.best-categories .categories-list .items:hover .item-images img {
  transform: scale(1.1);
}

.categori {
  padding: 50px 0;
  background: #D9D9D9;
}
@media (max-width: 767px) {
  .categori .categories-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 575px) {
  .categori .categories-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 767px) {
  .categori .categories-list .items {
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.categori .categories-list .items .item-images {
  width: 155px;
  height: 155px;
  padding: 16px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .categori .categories-list .items .item-images {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .categori .categories-list .items .item-images {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .categori .categories-list .items .item-images {
    width: 80px;
    height: 80px;
  }
}
.categori .categories-list .items .item-images img {
  max-width: 100%;
  transition: all 0.3s ease-in;
}
.categori .categories-list .items p {
  color: #000;
}
.categori .categories-list .items:hover .item-images img {
  transform: scale(1.1);
}

/* @font-face {
  font-family: ApolloFOnts;
  src: url("../fonts/APOLLO.otf") format("opentype");
} */
.featured {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .featured {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .featured-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}
.featured-grid .featured-item {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
}
.featured-grid .featured-item .overflow-hidden img {
  transition: all 0.3s ease-in;
}
.featured-grid .featured-item:hover .overflow-hidden img {
  transform: scale(1.1);
}
.featured-grid .featured-item .product-name {
  color: #0B0B0B;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .featured-grid .featured-item .product-name {
    font-size: 14px;
  }
}
.featured-grid .featured-item .product-price {
  color: #0B0B0B;
  font-size: 20px;
  font-weight: 600;
}

.bg-light-white {
  background: #F2F2F2;
}

.offer {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .offer {
    padding-top: 50px;
  }
}

.first-offer {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .first-offer {
    padding: 50px 0;
  }
}
.first-offer h1 {
  font-size: 90px;
  font-weight: bold;
  line-height: 75px;
  color: #fff;
}
@media (max-width: 767px) {
  .first-offer h1 {
    font-size: 50px;
    line-height: 40px;
  }
}
.first-offer h1 .text-1 {
  font-size: 80px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .first-offer h1 .text-1 {
    font-size: 30px;
  }
}
.first-offer h1 .text-2 {
  font-size: 40px;
  font-weight: 300;
  display: block;
}
@media (max-width: 767px) {
  .first-offer h1 .text-2 {
    font-size: 20px;
  }
}
.first-offer input {
  background: #0B0B0B;
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  border-radius: 30px;
  text-align: center;
  height: 54px;
}
.first-offer input::-moz-placeholder {
  color: #787777;
  text-align: center;
}
.first-offer input::placeholder {
  color: #787777;
  text-align: center;
}
.first-offer .send-btn {
  background: white;
  border-radius: 30px;
  border: 1px solid white;
  font-size: 20px;
  color: #0B0B0B;
  height: 54px;
}

.must-dolbear {
  padding-top: 150px;
  padding-bottom: 50px;
  background: #F2F2F2;
}
@media (max-width: 767px) {
  .must-dolbear {
    padding: 50px 0;
  }
}
.must-dolbear .categori-button-list {
  margin-bottom: 50px;
}
.must-dolbear .categori-button-list .btn-item {
  height: 54px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: white;
  border-radius: 6px;
  margin-right: 20px;
  color: #0B0B0B;
}
.must-dolbear .categori-button-list .btn-item:last-of-type {
  margin-right: 0;
}
.must-dolbear .categori-button-list .btn-item.active {
  background: rgb(156, 156, 156);
  color: #0B0B0B;
}
.must-dolbear .categori-slide-item .item {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  display: block;
}
.must-dolbear .categori-slide-item .item .item-img {
  overflow: hidden;
}
.must-dolbear .categori-slide-item .item:hover .item-img img {
  transform: scale(1.1);
}
.must-dolbear .categori-slide-item .item .badge {
  width: 60px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 6px;
  background: white;
  color: rgb(156, 156, 156);
  font-size: 18px;
}
.must-dolbear .categori-slide-item .item img {
  max-height: 200px;
  width: inherit;
  margin: auto;
  transition: all 0.3s ease-in;
}
.must-dolbear .categori-slide-item .item .price {
  margin-bottom: 0;
  font-weight: 600;
}
.must-dolbear .categori-slide-item .item p {
  font-size: 20px;
  color: #0B0B0B;
}
.must-dolbear .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background: rgb(156, 156, 156) !important;
  margin: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.must-dolbear .owl-nav button.owl-prev {
  left: -40px;
}
.must-dolbear .owl-nav button.owl-next {
  right: -40px;
  left: initial;
}
@media (max-width: 767px) {
  .must-dolbear .must-dolbear-carousel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}

.recomonded {
  background: #F2F2F2;
  padding-bottom: 100px;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .recomonded {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.recomonded-accordion {
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .recomonded-accordion {
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .recomonded-accordion::-webkit-scrollbar {
    background-color: transparent;
    height: 5px;
  }
  .recomonded-accordion::-moz-scrollbar-thumb {
    background-color: #e5e5e5;
    width: 100px;
    border-radius: 8px;
    height: 5px;
  }
  .recomonded-accordion::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    width: 100px;
    border-radius: 8px;
    height: 5px;
  }
}
.recomonded-accordion-item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .recomonded-accordion-item {
    flex: 0 0 auto;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .recomonded-accordion-item {
    flex-direction: column;
  }
}
.recomonded-accordion-item .item-imgs {
  width: 188px;
  min-width: 188px;
  height: 350px;
  transition: all 0.3s ease-in;
}
@media (max-width: 1399px) {
  .recomonded-accordion-item .item-imgs {
    width: 140px;
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  .recomonded-accordion-item .item-imgs {
    width: 100%;
  }
}
.recomonded-accordion-item .item-imgs img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}
.recomonded-accordion-item .item-text {
  height: 350px;
  width: 0; /* Add max-width property */
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: white;
  padding: 32px;
}
@media (max-width: 767px) {
  .recomonded-accordion-item .item-text {
    width: 100%;
    height: auto;
  }
}
.recomonded-accordion-item .item-text p {
  transform: translate(-100%, 0);
  opacity: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .recomonded-accordion-item .item-text p {
    opacity: 1;
    transform: translate(0%, 0);
  }
}
.recomonded-accordion-item .item-text p:first-child {
  font-size: 30px;
  /* font-family: ApolloFOnts, sans-serif; */
  /* font-family: "TypoRound", sans-serif; */
  font-family: 'Rubik', sans-serif !important;
  word-break: break-all;
}
.recomonded-accordion-item .item-text p:last-child {
  margin-bottom: 0;
  color: #494949;
}
.recomonded-accordion-item .item-text.active {
  width: 28vw;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .recomonded-accordion-item .item-text.active {
    width: 100%;
  }
}
.recomonded-accordion-item .item-text.active p {
  transform: translate(0%, 0);
  opacity: 1;
  transition: all 0.3s ease-in;
  transition-delay: 0.4s;
}

.video-sec {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .video-sec video {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .video-sec video {
    height: 100%;
  }
}
.video-sec .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 175px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: rgba(11, 11, 11, 0.7);
  font-size: 20px;
  color: white;
}
.video-sec iframe {
  height: 500px;
}
.video-sec .modal-content {
  background: transparent;
  border: none;
}
.video-sec .modal-content .btn-close {
  position: absolute;
  right: -60px;
  top: -20px;
  background: transparent;
}
.video-sec .modal-content .btn-close svg {
  height: 25px;
  height: 25px;
}/*# sourceMappingURL=style.css.map */