@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  width: 100%;
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 70px !important;
  }
}

/* Global CSS started */
ul {
  padding-left: 0 !important;
}

.bg-dark {
  background-color: black !important;
  color: white !important;
  box-shadow: 0.5px 0.5px 0.5px rgba(128, 128, 128, 0.527);
}

.row {
  margin-right: 0 !important;
}

.row > * {
  padding-right: 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dbdbdb;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Global CSS ended */

/* navigation__bar started */

@media screen and (min-width: 992px) {
  .navigation__bar {
    position: fixed;
    top: 0;
    background-color: black;
    width: 100%;
    z-index: 999;
  }
}

.navigation__bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  margin-bottom: 0px !important;
}

.navigation__bar ul li {
  padding: 20px 0;
}

.navigation__bar ul li a {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
/* navigation__bar ended */

/* offcanvas started */
@media screen and (max-width: 991px) {
  .navigation__bar ul {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
  }
  .navigation__bar ul li {
    padding: 10px 0 !important;
  }
}

.navbar {
  padding: 10px !important;
}

.offcanvas {
  width: 60% !important;
  background-color: black !important;
  color: white !important;
  left: 0 !important;
  transition: none !important;
}

.navbar-toggler {
  padding: 0 !important;
}

.navbar-toggler-icon {
  background-image: url(/assets/imgs/menu.svg) !important;
  font-size: 25px !important;
}

.btn-close {
  margin-left: auto;
  background-image: url(/assets/imgs/cross-icon.svg) !important;
  font-size: 30px !important;
  opacity: 100% !important;
}

.offcanvas-header {
  padding: 10px 20px !important;
}

.offcanvas__services img {
  margin: 0 5px;
}

.offcanvas__services img:first-child {
  margin-left: 0px !important;
}

.offcanvas__services img:last-child {
  margin-right: 0px !important;
}

.offcanvas-body {
  padding: 0 !important;
}
/* offcanvas ended */

/* offer__bar started */
.offer__bar {
  background-color: #f6f5f7;
  padding: 12px 0;
  box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.455);
}
@media screen and (max-width: 991px) {
  .offer__bar {
    padding: 12px 5px !important;
  }
}

.offer__bar a {
  font-weight: bold;
  text-decoration: none;
}
/* offer__bar ended */

/* themes started */
.dark__theme {
  background-color: black;
  color: white;
  padding-top: 75px;
}

.light__theme {
  background-color: white;
  color: black;
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .dark__theme,
  .light__theme {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .dark__theme,
  .light__theme {
    padding-top: 50px !important;
  }
}
/* themes ended */

/* content started */
.content__heading h1 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 0 !important;
  line-height: 0.9;
}

.content__subheading h4 {
  font-size: 35px;
  font-weight: 600;
}

.product__deatils a {
  font-size: 22px;
  color: #2a64c5;
  text-decoration: none;
}

.product__deatils a:hover {
  color: #487fdd;
  text-decoration: underline;
}

/* watch */
.series {
  color: #cc2127;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .content__heading h1 {
    font-size: 30px !important;
    line-height: 1;
  }
  .content__subheading h4 {
    font-size: 20px !important;
  }
  .product__deatils a {
    font-size: 15px !important;
  }
  .series {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .content__heading h1 {
    font-size: 40px !important;
    line-height: 1;
  }
  .content__subheading h4 {
    font-size: 30px !important;
  }
  .product__deatils a {
    font-size: 18px !important;
  }
  .series {
    font-size: 32px;
  }
}
/* content ended */
