body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #9c9a9a;
}

body::-webkit-scrollbar-thumb {
  background-color: #fe3419;
  border-radius: 50px;
}

html {
  font-size: 14px;
  background-color: #f0eeee;
  scroll-behavior: smooth;
  color: #111111;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: #111111;
  font-weight: 500;
}
a:hover {
  color: #fe3419;
}

input {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

.header-top {
  border-bottom: 1px solid rgba(222, 222, 222, 0.5568627451);
}
@media (max-width: 912px) {
  .header-top {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .header-top {
    display: none;
  }
}
.header-top i {
  color: #fe3419;
}
.header-top-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  padding: 0.8rem 0;
  margin-top: 0;
}
.header-top-container span {
  margin-right: 1rem;
}
.header-top-container span:last-of-type {
  margin-right: 0;
}
.header-top-container i {
  margin-right: 0.3rem;
}
.header .main-header-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  padding: 1.3rem 0;
  margin-top: 0;
}
@media (max-width: 912px) {
  .header .main-header-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 720px) {
  .header .main-header-container {
    flex-direction: column;
    align-items: center;
  }
}
.header .main-header a, .header .main-header i {
  color: #111111;
}
.header .main-header span {
  color: #fe3419;
}
.header .main-header #brand {
  font-weight: 900;
  font-size: 3rem;
}
.header .main-header #brand span {
  font-weight: 900;
  font-size: 3rem;
}
.header .main-header #brand i {
  font-size: 2.8rem;
}
.header .main-header #search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media (max-width: 912px) {
  .header .main-header #search-form {
    width: 100%;
    margin: 1rem 0;
  }
}
.header .main-header #search-form input {
  height: 40px;
}
.header .main-header #search-form input::-webkit-input-placeholder {
  color: rgba(230, 83, 100, 0.5450980392);
}
.header .main-header #search-form #search {
  width: 60%;
  padding: 1.2rem;
  caret-color: #fe3419;
}
.header .main-header .header-actions-menu {
  display: flex;
  align-items: center;
}
.header .main-header .header-actions-menu .wishlist-container, .header .main-header .header-actions-menu .header-cart-container {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 2.5rem;
}
.header .main-header .header-actions-menu .wishlist-container .qty, .header .main-header .header-actions-menu .header-cart-container .qty {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: 1px;
  background-color: #fe3419;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #f0eeee;
}
.header .main-header .header-actions-menu .wishlist-container i, .header .main-header .header-actions-menu .header-cart-container i {
  margin-bottom: 0.3rem;
}
.header .main-header .header-actions-menu .wishlist-container a:hover, .header .main-header .header-actions-menu .header-cart-container a:hover {
  color: #fe3419;
}
@media (max-width: 912px) {
  .header .main-header .header-actions-menu .wishlist-container, .header .main-header .header-actions-menu .header-cart-container {
    margin-left: 0;
    margin: 1rem;
  }
  .header .main-header .header-actions-menu .wishlist-container i, .header .main-header .header-actions-menu .header-cart-container i {
    font-size: 2rem;
  }
}
@media (max-width: 720px) {
  .header .main-header .header-actions-menu .wishlist-container i, .header .main-header .header-actions-menu .header-cart-container i {
    font-size: 1.2rem;
  }
}
@media (max-width: 912px) {
  .header .main-header .header-actions-menu .header-cart-container {
    margin-left: 3rem;
  }
}
@media (max-width: 720px) {
  .header .main-header .header-actions-menu .header-cart-container {
    margin-left: 1rem;
  }
}

.header-bottom {
  border-bottom: 2px solid rgba(222, 222, 222, 0.5568627451);
  background-color: #fe3419;
}
.header-bottom nav {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  justify-content: space-between;
  margin-top: 0;
}
@media (max-width: 912px) {
  .header-bottom nav {
    max-width: 90%;
    margin: 0 auto;
  }
  .header-bottom nav ul {
    padding: 2rem;
  }
  .header-bottom nav ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 720px) {
  .header-bottom nav ul {
    padding: 1rem;
  }
  .header-bottom nav ul li a {
    font-size: 0.8rem;
  }
}
.header-bottom ul {
  padding: 1.3rem 0;
}
.header-bottom ul li a {
  border-bottom: 2px solid transparent;
  transition: 1s;
  color: #f0eeee;
}
.header-bottom ul li a:hover {
  color: #f0eeee;
  border-color: #f0eeee;
}

.banners {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
}
@media (max-width: 912px) {
  .banners {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 4.5rem;
  }
}
@media (max-width: 720px) {
  .banners {
    gap: 1rem;
  }
}
.banners .banner {
  background-color: rgba(222, 222, 222, 0.5568627451);
  padding: 2rem;
  -webkit-transform: skew(-20deg);
  margin-right: 1.5rem;
}
@media (max-width: 912px) {
  .banners .banner {
    -webkit-transform: skew(0deg);
    margin-right: 0;
    width: 45%;
  }
}
@media (max-width: 720px) {
  .banners .banner {
    width: 100%;
  }
}
.banners .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 912px) {
  .banners .banner-content {
    justify-content: flex-start;
  }
}
.banners .banner-content h2, .banners .banner-content i {
  -webkit-transform: skew(20deg);
}
@media (max-width: 912px) {
  .banners .banner-content h2, .banners .banner-content i {
    -webkit-transform: skew(0deg);
  }
}
.banners .banner-content i {
  color: #fe3419;
  margin-right: 1.5rem;
  font-size: 1.8rem;
}
@media (max-width: 912px) {
  .banners .banner-content i {
    font-size: 3rem;
  }
}
@media (max-width: 720px) {
  .banners .banner-content i {
    font-size: 2rem;
  }
}
.banners .banner-content h2 {
  font-weight: 400;
  font-size: 1.2rem;
}
@media (max-width: 912px) {
  .banners .banner-content h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 720px) {
  .banners .banner-content h2 {
    font-size: 1rem;
  }
}

.banner-mobile {
  display: none;
  overflow: hidden;
}
@media (max-width: 912px) {
  .banner-mobile {
    display: flex;
    flex-direction: column;
    background-image: url("../../img/banner-mobile.png");
    background-repeat: no-repeat;
    color: #f0eeee;
    margin: 0 auto;
    height: 780px;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .banner-mobile {
    background-image: url("../../img/banner-smartphone.png");
    padding: 2rem;
    height: 100%;
  }
}
@media (max-width: 912px) {
  .banner-mobile-content {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100%;
  }
  .banner-mobile-content h1 {
    font-size: 5.5rem;
    line-height: 5rem;
    margin-bottom: 3rem;
    text-transform: capitalize;
  }
  .banner-mobile-content p {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
  .banner-mobile-content strong {
    font-size: 1.5rem;
  }
  .banner-mobile-content strong span {
    color: #fe3419;
    font-size: 5.5rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.4980392157);
  }
  .banner-mobile-content input {
    margin-top: 3rem;
    height: 60px;
    width: 40%;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 720px) {
  .banner-mobile-content {
    justify-content: center;
  }
  .banner-mobile-content h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
  }
  .banner-mobile-content p {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .banner-mobile-content strong span {
    font-size: 4rem;
  }
  .banner-mobile-content input {
    padding: 0;
    height: 50px;
    font-size: 1rem;
    width: 60%;
    margin-bottom: 10rem;
  }
}

.banner-main {
  display: flex;
  height: 100vh;
  justify-content: space-evenly;
  align-items: center;
  background-image: url("../../img/banner-main.png");
  background-repeat: no-repeat;
}
@media (max-width: 912px) {
  .banner-main {
    display: none;
  }
}
.banner-main-content {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  color: #f0eeee;
}
.banner-main-content h1 {
  font-size: 5.2rem;
  line-height: 6rem;
  text-transform: capitalize;
  font-weight: 600;
}
.banner-main-content p {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.banner-main-content strong {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 300;
}
.banner-main-content strong span {
  font-size: 7rem;
  color: #fe3419;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4980392157);
}
.banner-main-content input {
  margin-top: 3rem;
  width: 30%;
  padding: 1rem;
  text-transform: capitalize;
  font-weight: bold;
}
.banner-main-image {
  margin-top: 8rem;
}

.products-grid {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  flex-direction: column;
}
@media (max-width: 912px) {
  .products-grid {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
  }
}
.products-grid-container {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
@media (max-width: 912px) {
  .products-grid-container {
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.battery-fire-resistant {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  display: flex;
}
@media (max-width: 912px) {
  .battery-fire-resistant {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
    overflow: hidden;
  }
}
@media (max-width: 720px) {
  .battery-fire-resistant {
    flex-direction: column;
  }
}
.battery-fire-resistant-text {
  margin-left: 3rem;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .battery-fire-resistant-text {
    margin-left: 0;
    padding: 0;
  }
}
.battery-fire-resistant div {
  width: 50%;
}
@media (max-width: 720px) {
  .battery-fire-resistant div {
    width: 100%;
  }
}
.battery-fire-resistant div img {
  max-width: 100%;
}

.reverse {
  flex-direction: row-reverse;
  margin-top: 0;
}
@media (max-width: 912px) {
  .reverse {
    margin-top: 5rem;
  }
}
@media (max-width: 720px) {
  .reverse {
    flex-direction: column;
  }
}
.reverse .battery-fire-resistant-text {
  margin-left: 0;
  padding-left: 0;
  padding-right: 3rem;
  margin-left: 3rem;
}
@media (max-width: 720px) {
  .reverse .battery-fire-resistant-text {
    padding-right: 0;
    margin-left: 0;
  }
}

.bass-colors {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  position: relative;
  text-align: center;
  padding: 12px;
  margin-bottom: 6px;
  height: 400px;
}
@media (max-width: 912px) {
  .bass-colors {
    height: auto;
    padding: 1rem;
  }
}
.bass-colors::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #AD3617;
  transform: skew(0deg, -6deg);
}
.bass-colors::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #AD3617;
  transform: skew(0deg, 6deg);
}
.bass-colors-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  z-index: 1;
}
@media (max-width: 912px) {
  .bass-colors-container {
    flex-direction: column;
    margin: 0;
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.bass-colors-container-image {
  margin-top: -7rem;
}
@media (max-width: 912px) {
  .bass-colors-container-image {
    margin-top: 0;
  }
  .bass-colors-container-image img {
    width: 100%;
  }
}
.bass-colors-container-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -2rem;
  margin-left: 5rem;
}
@media (max-width: 912px) {
  .bass-colors-container-text {
    margin: 0;
  }
}
.bass-colors-container-text h3, .bass-colors-container-text h2, .bass-colors-container-text p {
  color: #f0eeee;
}
.bass-colors-container-text h2 {
  text-align: left;
}
@media (max-width: 720px) {
  .bass-colors-container-text h2 {
    margin-top: 1rem;
  }
}
@media (max-width: 912px) {
  .bass-colors-container-text p {
    text-align: left;
  }
}

.reverse::before {
  background: #111111;
}
.reverse::after {
  background: #111111;
}
.reverse-container {
  flex-direction: row-reverse;
}
@media (max-width: 912px) {
  .reverse-container {
    flex-direction: column;
  }
}
.reverse-container .bass-colors-container-text {
  margin-left: 0;
  margin-right: 1rem;
}

.technical-especifications {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 912px) {
  .technical-especifications {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
  }
}
.technical-especifications-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.technical-especifications-container .especifications-open {
  width: 45%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(206, 204, 204, 0.8901960784);
  justify-content: space-between;
}
@media (max-width: 912px) {
  .technical-especifications-container .especifications-open {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.technical-especifications-container .especifications-open a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  color: #fe3419;
}
.technical-especifications-container .especifications-open a h4 {
  font-size: 1.286rem;
}
@media (max-width: 912px) {
  .technical-especifications-container .especifications-open a h4 {
    font-size: 2rem;
  }
}
@media (max-width: 720px) {
  .technical-especifications-container .especifications-open a h4 {
    font-size: 1.2rem;
  }
}
.technical-especifications-container .especifications-open a i {
  font-size: 1.7rem;
}
.technical-especifications-container .especifications-open ul {
  color: #454545;
  list-style-type: disc;
  margin-left: 0.9rem;
}
.technical-especifications-container .especifications-open ul li {
  margin-bottom: 1rem;
  padding-left: 1rem;
}
@media (max-width: 912px) {
  .technical-especifications-container .especifications-open ul li {
    font-size: 1.5rem;
  }
}
@media (max-width: 720px) {
  .technical-especifications-container .especifications-open ul li {
    font-size: 1rem;
  }
}
.technical-especifications-container .especifications-closed {
  display: flex;
  justify-content: space-between;
  width: 45%;
  border-bottom: 1px solid rgba(206, 204, 204, 0.8901960784);
  padding: 2rem 0;
}
@media (max-width: 912px) {
  .technical-especifications-container .especifications-closed {
    width: 100%;
  }
}
.technical-especifications-container .especifications-closed:hover i {
  color: #fe3419;
}
.technical-especifications-container .especifications-closed h4 {
  font-size: 1.286rem;
}
@media (max-width: 912px) {
  .technical-especifications-container .especifications-closed h4 {
    font-size: 2rem;
  }
}
@media (max-width: 720px) {
  .technical-especifications-container .especifications-closed h4 {
    font-size: 1.2rem;
  }
}
.technical-especifications-container .especifications-closed i {
  font-size: 1.7rem;
  color: #9c9a9a;
}

.second-banner {
  background-image: url("../../img/banner-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  max-width: 100vw;
  margin-top: 10rem;
  display: flex;
}
@media (max-width: 912px) {
  .second-banner {
    margin-top: 5rem;
  }
}
.second-banner-content {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 912px) {
  .second-banner-content {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0;
  }
}
.second-banner-content img {
  max-width: 500px;
}
@media (max-width: 912px) {
  .second-banner-content img {
    width: 100%;
  }
}
.second-banner-content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2rem;
  color: #f0eeee;
}
@media (max-width: 912px) {
  .second-banner-content-text {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.second-banner-content-text h2 {
  color: #f0eeee;
}
@media (max-width: 720px) {
  .second-banner-content-text h2 {
    line-height: 2.5rem;
    margin-top: 1rem;
  }
}
.second-banner-content-text p {
  font-size: 1.571rem;
}
@media (max-width: 720px) {
  .second-banner-content-text p {
    font-size: 1rem;
  }
}
.second-banner-content-text .icons {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  width: 100%;
}
@media (max-width: 912px) {
  .second-banner-content-text .icons {
    flex-wrap: wrap;
  }
}
.second-banner-content-text .icons-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 50%;
}
@media (max-width: 912px) {
  .second-banner-content-text .icons-item {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .second-banner-content-text .icons-item span, .second-banner-content-text .icons-item i {
    font-size: 1.5rem;
  }
  .second-banner-content-text .icons-item span:last-of-type, .second-banner-content-text .icons-item i:last-of-type {
    margin-top: 2rem;
  }
}
@media (max-width: 720px) {
  .second-banner-content-text .icons-item span {
    font-size: 1rem;
  }
}
.second-banner-content-text .icons-item i {
  font-size: 2rem;
  margin-right: 1rem;
}

.testimonials {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 912px) {
  .testimonials {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
  }
}
.testimonials h2, .testimonials h3 {
  text-align: center;
}
@media (max-width: 912px) {
  .testimonials #testimonial-01, .testimonials #testimonial-02 {
    display: none;
  }
}
.testimonials-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials-content i {
  font-size: 4rem;
  color: #9c9a9a;
}
@media (max-width: 720px) {
  .testimonials-content i {
    font-size: 2rem;
  }
}
.testimonials-content i:hover {
  background-color: rgba(246, 21, 21, 0.8235294118);
  border-radius: 50%;
  cursor: pointer;
}
.testimonials-content-item {
  max-width: 29%;
  padding: 3rem 2rem;
  border: 1px solid #9c9a9a;
  text-align: center;
}
@media (max-width: 912px) {
  .testimonials-content-item {
    max-width: 90%;
    margin: 0 2rem;
  }
}
@media (max-width: 720px) {
  .testimonials-content-item {
    max-width: 100%;
    margin: 0 1rem;
    padding: 1rem;
  }
}
.testimonials-content-item p {
  color: #454545;
  text-align: left;
  line-height: 1.5rem;
}
@media (max-width: 912px) {
  .testimonials-content-item p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 720px) {
  .testimonials-content-item p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.testimonials-content-item span {
  color: #9c9a9a;
}
.testimonials-content-item i {
  font-size: 1.5rem;
  color: #fe3419;
  padding: 1rem;
  background-color: rgba(222, 222, 222, 0.5568627451);
  border-radius: 50%;
  margin-top: 1.5rem;
}
.testimonials-content-item i:hover {
  background-color: rgba(222, 222, 222, 0.5568627451);
  cursor: default;
}
.testimonials-content-item h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
}
.testimonials .count-slide p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 0;
  margin-top: 3rem;
}
.testimonials .count-slide p span {
  font-size: 4rem;
  font-weight: bold;
  color: #fe3419;
}

.special-features {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
}
@media (max-width: 912px) {
  .special-features {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
    flex-direction: column;
  }
}
.special-features-image img {
  width: 100%;
}
.special-features-texts {
  max-width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 5rem;
}
@media (max-width: 912px) {
  .special-features-texts {
    flex-wrap: wrap;
    max-width: 100%;
    margin-left: 0;
  }
}
.special-features-texts .special-features-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 3.5rem;
}
@media (max-width: 912px) {
  .special-features-texts .special-features-content {
    margin-bottom: 3rem;
  }
  .special-features-texts .special-features-content:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .special-features-texts .special-features-content {
    flex-direction: column;
  }
}
.special-features-texts .special-features-content-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  margin-right: 4rem;
  background-color: #fe3419;
  -webkit-transform: skew(12deg);
}
@media (max-width: 912px) {
  .special-features-texts .special-features-content-image {
    margin-left: 1rem;
  }
}
@media (max-width: 720px) {
  .special-features-texts .special-features-content-image {
    max-width: 120px;
  }
}
.special-features-texts .special-features-content-image img {
  -webkit-transform: skew(-12deg);
  color: #f0eeee;
  object-fit: contain;
  min-width: 100%;
}
.special-features-texts .special-features-content-texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.special-features-texts .special-features-content-texts h4 {
  font-size: 2rem;
}
@media (max-width: 912px) {
  .special-features-texts .special-features-content-texts h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 720px) {
  .special-features-texts .special-features-content-texts h4 {
    margin-top: 1rem;
  }
}
.special-features-texts .special-features-content-texts p {
  color: #454545;
}

.video-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  align-items: stretch;
}
@media (max-width: 912px) {
  .video-container {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
    flex-direction: column;
  }
}
.video-container .video-container-images {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  max-width: 50%;
}
@media (max-width: 912px) {
  .video-container .video-container-images {
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .video-container .video-container-images {
    display: none;
  }
}
.video-container .video-container-images .video-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 912px) {
  .video-container .video-container-images .video-content {
    justify-content: stretch;
  }
}
.video-container .video-container-images .video-content img {
  width: 280px;
  height: 140px;
  object-fit: cover;
  margin: 0;
}
@media (max-width: 912px) {
  .video-container .video-container-images .video-content img {
    width: 100%;
    height: 100%;
  }
}
.video-container .video-container-video {
  background-image: url("../../img/bg-video.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-left: 1.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 912px) {
  .video-container .video-container-video {
    height: 500px;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.video-container .video-container-video i {
  font-size: 7rem;
  color: #fe3419;
  background-color: #f0eeee;
  border-radius: 100%;
  border: 5px dashed #f0eeee;
  box-shadow: 1px 1px 25px white;
}
.video-container .video-container-video i:hover {
  background-color: #9c9a9a;
}

.title-mobile {
  display: none;
}
@media (max-width: 720px) {
  .title-mobile {
    display: flex;
  }
}

.about {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  align-items: stretch;
}
@media (max-width: 912px) {
  .about {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }
  .about h2, .about h3 {
    text-align: center;
  }
}
.about-image img {
  max-width: 100%;
}
@media (max-width: 912px) {
  .about-image img {
    display: none;
  }
}
@media (max-width: 720px) {
  .about-image img {
    display: flex;
  }
}
.about-texts {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 912px) {
  .about-texts {
    max-width: 100%;
  }
}
.about-texts h4 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 912px) {
  .about-texts h4 {
    margin: 1rem 0;
  }
}
.about-texts p, .about-texts h4 {
  color: #454545;
  text-align: justify;
}
.about-texts p {
  margin-bottom: 1rem;
}
.about-texts .about-texts-images {
  display: flex;
  justify-content: space-between;
}
.about-texts .about-texts-images img {
  max-width: 30%;
}

.contact-container {
  overflow: hidden;
}

.contact {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  justify-content: center;
  max-width: 100%;
  background-color: rgba(222, 222, 222, 0.5568627451);
  -webkit-transform: skew(50deg);
  padding-top: 5rem;
  box-shadow: 10px 1px 5px #9c9a9a;
  border-left: 1px solid #fe3419;
}
@media (max-width: 912px) {
  .contact {
    padding-top: 0;
  }
}
.contact h2, .contact h3 {
  text-align: center;
}
.contact-form {
  -webkit-transform: skew(-50deg);
  display: flex;
  flex-direction: column;
  max-width: 50%;
}
@media (max-width: 912px) {
  .contact-form {
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
}
.contact-form .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 912px) {
  .contact-form .form {
    justify-content: center;
    align-items: center;
  }
}
.contact-form .form input, .contact-form .form textarea {
  box-shadow: 1px 1px 3px #9c9a9a;
}
.contact-form .form input[type=text] {
  padding: 1.2rem;
  margin-top: 1.5rem;
  width: 48%;
}
@media (max-width: 912px) {
  .contact-form .form input[type=text] {
    width: 90%;
  }
}
.contact-form .form input[type=text]:focus {
  outline: solid #9c9a9a;
}
.contact-form .form textarea {
  width: 100%;
  margin-top: 2rem;
  padding: 1.2rem;
  border: 0;
}
@media (max-width: 912px) {
  .contact-form .form textarea {
    width: 90%;
  }
}
.contact-form .form textarea:focus {
  outline: solid #9c9a9a;
}
.contact-form .form input[type=submit] {
  margin-top: 3rem;
  width: 30%;
  padding: 1rem;
}

.footer {
  margin-top: 10rem;
  background: #111111;
}
@media (max-width: 912px) {
  .footer {
    margin-top: 5rem;
  }
}
.footer-content {
  padding-top: 5rem;
  color: #f0eeee;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  display: flex;
}
@media (max-width: 912px) {
  .footer-content {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5rem;
    flex-wrap: wrap;
    padding-top: 2rem;
  }
}
@media (max-width: 720px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-content .first {
  max-width: 35%;
}
@media (max-width: 912px) {
  .footer-content .first {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 720px) {
  .footer-content .first {
    width: 100%;
  }
}
.footer-content-item {
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  margin-right: 1rem;
  height: 150px;
}
@media (max-width: 720px) {
  .footer-content-item {
    margin-right: 0;
    margin-top: 2rem;
    height: auto;
  }
}
.footer-content-item a {
  color: #9c9a9a;
  text-transform: capitalize;
}
.footer-content-item h3 {
  font-size: 1.2rem;
  text-transform: capitalize;
}
.footer-content-item p {
  margin: 1rem 0;
  color: #9c9a9a;
}
.footer-content-item li {
  margin-top: 1rem;
}
.footer-content-item li a:hover {
  color: #fe3419;
}
.footer-content-item .info {
  display: flex;
  align-items: center;
}
.footer-content-item .info i {
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #fe3419;
}
.footer-content-item .info p {
  margin: 0;
}
.footer-content-item:last-of-type {
  margin-right: 0;
}
.footer-content-item #brand {
  display: flex;
  align-items: center;
}
.footer-content-item #brand h4, .footer-content-item #brand span, .footer-content-item #brand i {
  font-size: 2.5rem;
  display: flex;
}
.footer-content-item #brand h4 {
  color: #f0eeee;
}
.footer-content-item #brand h4 span {
  color: #fe3419;
}
.footer-content-item #brand i {
  color: #f0eeee;
  margin-left: 1rem;
}
.footer-content-item #brand:hover {
  color: none;
}
.footer-copyright {
  color: #f0eeee;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  background-color: #272727;
  padding: 1.3rem 1rem;
  box-shadow: 1px 1px 10px #141313;
}
@media (max-width: 912px) {
  .footer-copyright p {
    font-size: 1rem;
  }
}
@media (max-width: 720px) {
  .footer-copyright {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-copyright p {
    font-size: 0.5rem;
  }
}
.footer-copyright div i {
  padding: 1rem;
  background-color: #121212;
  color: #f0eeee;
}
.footer-copyright div i:hover {
  color: #fe3419;
  cursor: pointer;
}

.whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #2BB741;
  border-radius: 10%;
  z-index: 2;
}
.whatsapp i {
  font-size: 4rem;
  padding: 1rem;
  color: white;
}
.whatsapp i:hover {
  cursor: pointer;
}
@media (max-width: 720px) {
  .whatsapp i {
    font-size: 3rem;
  }
}

.btn {
  background-color: #fe3419;
  border: 1px solid #fe3419;
  width: 20%;
  color: #f0eeee;
  position: relative;
  transition: 1s;
}
.btn:hover {
  cursor: pointer;
  color: #fe3419;
  background-color: #f0eeee;
}

.subtitle {
  text-transform: uppercase;
  color: #fe3419;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  font-weight: 800;
}
@media (max-width: 912px) {
  .subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 720px) {
  .subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.title {
  text-transform: capitalize;
  color: #111111;
  font-size: 3.3rem;
  line-height: 4rem;
  margin-bottom: 3rem;
  font-weight: 600;
}
@media (max-width: 912px) {
  .title {
    font-size: 3rem;
  }
}
@media (max-width: 720px) {
  .title {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
}

.products-grid-card {
  border-top: 1px solid rgba(222, 222, 222, 0.5568627451);
  border-bottom: 1px solid rgba(222, 222, 222, 0.5568627451);
  position: relative;
  width: 20%;
  height: auto;
  padding-bottom: 1rem;
  transition: 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 912px) {
  .products-grid-card {
    width: 45%;
    margin-bottom: 2rem;
    border-bottom: 0;
  }
}
.products-grid-card:hover {
  border-left: 0;
  border-top: 1px solid #fe3419;
  border-bottom: 1px solid #fe3419;
}
@media (max-width: 912px) {
  .products-grid-card:hover {
    border-bottom: 0;
  }
}
.products-grid-card .label {
  text-transform: uppercase;
  border: 1px solid #fe3419;
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 2px 6px;
}
.products-grid-card .shop {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: 1px solid #fe3419;
  padding: 0.5rem 2.5rem;
  transition: 1.5s;
}
@media (max-width: 912px) {
  .products-grid-card .shop {
    padding: 1rem 2.5rem;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
@media (max-width: 720px) {
  .products-grid-card .shop {
    padding: 0.5rem 2.5rem;
  }
}
.products-grid-card .shop i {
  color: #fe3419;
}
@media (max-width: 912px) {
  .products-grid-card .shop i {
    font-size: 1.8rem;
  }
}
@media (max-width: 720px) {
  .products-grid-card .shop i {
    font-size: 1.5rem;
  }
}
.products-grid-card .shop:hover {
  box-shadow: inset 200px 0 0 0 #fe3419;
}
.products-grid-card .shop:hover i {
  color: #f0eeee;
}
.products-grid-card .hot {
  background-color: #fe3419;
  color: #f0eeee;
}
.products-grid-card img {
  width: 100%;
  background-color: rgba(222, 222, 222, 0.5568627451);
}

.products-name, .products-price, .rating-box {
  margin-top: 1rem;
}

.products-name {
  text-transform: capitalize;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  color: #111111;
}
@media (max-width: 912px) {
  .products-name {
    font-size: 1.3rem;
  }
}
@media (max-width: 720px) {
  .products-name {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

.products-price {
  font-size: 1.5rem;
  color: #454545;
}
@media (max-width: 912px) {
  .products-price {
    margin-bottom: 5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 720px) {
  .products-price {
    margin-bottom: 3rem;
  }
}

.rating-box {
  color: #f89021;
}

.simple-text {
  color: #454545;
  font-size: 1.15rem;
  line-height: 1.714rem;
  text-align: justify;
}

/*# sourceMappingURL=styles.css.map */
