* {
  transition: all 0.5s linear;
}

html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
}

/* Fonts */
@font-face {
  src: url(../fonts/futura_Bold_font.ttf);
  font-family: "futura_Bold_font";
}

@font-face {
  src: url(../fonts/futura_Book_font.ttf);
  font-family: "futura_Book_font";
}

@font-face {
  src: url(../fonts/futura_Heavy_font.ttf);
  font-family: "futura_Heavy_font";
}

@font-face {
  src: url(../fonts/futura_Medium_font.ttf);
  font-family: "futura_Medium_font";
}

@font-face {
  src: url(../fonts/futura_Light_font.ttf);
  font-family: "futura_Light_font";
}

/* Fonts Classess */
.futura_Bold_font {
  font-family: "futura_Bold_font";
}

.futura_Book_font {
  font-family: "futura_Book_font";
}

.futura_Heavy_font {
  font-family: "futura_Heavy_font";
}

.futura_Medium_font {
  font-family: "futura_Medium_font";
}

.futura_Light_font {
  font-family: "futura_Light_font";
}

/* ************* */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100% !important;
  }
}
.top-borders > div {
  border-top-width: 0.4375rem;
  border-top-style: solid;
}

.logo {
  margin: 2rem auto;
  width: 250px;
}

.home-page-bg {
  background: url(../images/home-page-top-bg.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 576px;
  object-fit: cover;
}

@media (max-width: 576.98px) {
  .home-page-bg {
    background-size: 100% 80%;
  }
}

@media (min-width: 1020px) {
  .timer-area,
  .description-above {
    width: 58.125rem;
  }
}

.timer-area {
  position: relative;
  z-index: 2;
  background-color: rgba(204, 12, 47, 0.89);
  padding: 2rem 0 3rem;
  margin-top: -27.5rem;
}

.timer-area .heading {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 7rem;
  text-transform: uppercase;
}

.timer-area .text {
  color: #ffffff;
  font-size: 1.2rem;
}

.count-down {
  display: flex;
  justify-content: center;
  align-items: center;
}

.count-down > .time-separator {
  width: 3rem;
  font-size: 1.875rem;
  text-align: center;
  color: #ffffff;
}

.count-down > .time {
  width: calc(3rem + 3rem + 0.4375rem);
}

.count-down > .time > .wrapper {
  display: flex;
}

.count-down > .time .figure {
  width: 3rem;
  font-size: 1.875rem;
  line-height: 3.125rem;
  text-align: center;
  background-color: black;
  color: #ffffff;
}

.count-down > .time .figure:nth-of-type(1) {
  margin-right: 0.4375rem;
}

.count-down-labels {
  display: flex;
  justify-content: center;
}

.count-down-labels > div {
  width: 9.3rem;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.up-sh-heading {
  color: #ffffff;
  font-size: 1.625rem;
}

.up-sh-all {
  color: #ffffff;
  font-size: 1.0625rem;
  text-decoration: underline;
}

.up-sh-all:hover {
  color: #ffffff;
  text-decoration: none;
}
.up-sh-video-card iframe {
  border-radius: 0.625rem;
  overflow: hidden;
}

.video-number {
  color: #fff;
  font-size: 0.75rem;
}

.video-title {
  color: #fff;
  font-size: 1.0625rem;
  margin-top: -1.5rem;
}

.video-description {
  color: #ffffff;
  font-size: 0.9375rem;
}

.description-above {
  font-size: 1.8rem;
  padding: 3rem 5rem;
}

@media (min-width: 768.98px) {
  .up-sh-wrapper {
    width: 45rem;
  }
}

@media (max-width: 768.98px) {
  .timer-area .heading {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
  }

  .count-down > .time .figure {
    width: 2rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
  }

  .count-down > .time {
    width: calc(2rem + 2rem + 0.4375rem);
  }

  .count-down > .time-separator {
    width: 2rem;
  }

  .count-down-labels > div {
    width: 6.7rem;
    font-size: 0.8rem;
    line-height: 2rem;
  }

  .timer-area .text {
    font-size: 1rem;
  }

  .up-sh-heading {
    font-size: 1.4rem;
  }

  .up-sh-all {
    font-size: 0.8rem;
  }

  .description-above {
    font-size: 1.5rem;
    padding: 3rem 3rem;
  }
}

@media (max-width: 576.98px) {
  .up-sh-video-card iframe {
    margin: 1rem 0;
  }

  .up-sh-wrapper {
    width: 306px;
  }

  .description-above {
    font-size: 1.2rem;
    padding: 2rem 2rem;
  }
}

.instagram-posts-heading {
  color: #00174f;
  opacity: 0.2;
  font-size: 57px;
}

@media (max-width: 576.98px) {
  .instagram-posts-heading {
    font-size: 40px;
  }
}

.load-more-btn {
  background-color: #cc0c2f;
  color: #ffffff;
  border: none;
  width: 200px;
  height: 50px;
  margin: 4rem auto 7rem;
}

.load-more-btn:hover {
  border: 1px solid #cc0c2f;
  color: #cc0c2f;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .load-more-btn {
    margin: 2rem auto 3.5rem;
  }
}

.top-footer {
  background: #042144;
  padding: 2rem 3rem;
}

.footer-link-heading {
  color: #fff;
  font-size: 1rem;
}

.footer-link,
.footer-link:hover {
  display: block;
  color: #fff;
  font-size: 0.8rem;
  margin: 0.8rem 0;
}

.bottom-footer {
  background: #cc0c2f;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
}

.bottom-footer a {
  color: #fff;
  font-size: 0.9rem;
}

.bottom-footer a:not(:nth-of-type(1)) {
  margin-left: 1rem;
}

.stream-video {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .stream-video {
    height: 450px;
  }
}

.chat-wrapper {
  width: 100%;
  height: 600px;
  border: 1px solid #e6e6e6;
  position: relative;
}

.chat-header {
  width: 100%;
  height: 82px;
}

.chat-body {
  width: 100%;
  height: 455px;
  overflow-y: scroll;
}

.chat-body::-webkit-scrollbar {
  width: 5px;
}
.chat-body::-webkit-scrollbar-thumb {
  background-color: #cc0c2f;
}

.chat-footer {
  width: 100%;
  height: 63px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  padding: 0 1rem;
}

.chat-input {
  border: none;
  outline: 0;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.chat-footer button {
  border: none;
  background: transparent;
  outline: 0;
}

.chat-send {
  width: 30px;
}

.register-wrapper {
  padding: 1rem;
}

.chat-register {
  display: block;
  width: 100%;
  height: 48px;
  background: #cc0c2f;
  color: #fff;
  border: 1px solid #cc0c2f;
  font-size: 18px;
}

.chat {
  display: flex;
  padding: 0.7rem 1rem;
}

.chat-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.chat-img-wrapper {
  position: relative;
}

.chat-img-wrapper .online {
  width: 15px;
  height: 15px;
  background-color: #5fce62;
  border: 3px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  right: 0;
}

.chat-text-wrapper {
  padding-left: 1rem;
}

.chatter-name {
  font-size: 15px;
}

.chat-text {
  font-size: 13px;
  line-height: 17px;
}

.chat-register-section {
  background-color: rgba(0, 23, 79, 0.88);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.chat-register-section .wrapper {
  position: relative;
  padding: 2rem;
}

.chat-register-section .wrapper .section-close {
  color: #fff;
  position: absolute;
  top: 0;
  right: 1rem;
  cursor: pointer;
  font-size: 1.75rem;
}

.r-s-msg {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  padding: 0 2rem;
  margin-top: 2rem;
}

.cursor-pointer {
  cursor: pointer;
}

.register-name {
  border: 1px solid #dedede;
  background: transparent;
  display: block;
  width: 100%;
  line-height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  outline: 0 !important;
}

.register-name::placeholder {
  color: #fff;
}

.register-submit-btn {
  display: block;
  width: 100%;
  height: 45px;
  background: #cc0c2f;
  color: #ffffff;
  font-size: 15px;
  line-height: 45px;
  border: none;
  outline: 0 !important;
  letter-spacing: 0.47px;
}

.reg-form-msg,
.reg-form-msg > a {
  color: #ffffff;
  font-size: 13px;
  line-height: 19px;
}

.reg-form-msg > a {
  text-decoration: underline;
}

.socialmedia-login {
  display: flex;
  justify-content: center;
}

.socialmedia-login a {
  display: block;
  width: 76px;
  height: 45px;
  line-height: 40px;
  box-shadow: 0px 3px 6px #00000014;
  border-radius: 4px;
  margin: 0 2.5px;
}

.socialmedia-login a.facebook {
  background: #4769b1;
}

.socialmedia-login a.google {
  background: #ce1e22;
}

.socialmedia-login a.wechat {
  background: #2fc100;
}

.menu-heading {
  color: #00174f;
  font-size: 16px;
  letter-spacing: 2.55px;
}

.menu-link-c {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #313131;
  margin: 1.5rem 0 2rem;
  position: relative;
  padding: 0;
  padding-left: 0.7rem;
  line-height: 16px;
  border-left: 2px solid #ffffff;
}

.menu-link-c:not(:nth-of-type(1))::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -1rem;
  left: 0;
  border-top: 1px solid #e6e6e6;
}

.menu-link-c span {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translate(-0.5rem, -50%);
}

.menu-link-c.active,
.menu-link-c:hover {
  color: #cc0c2f;
  border-left: 2px solid #cc0c2f;
  font-weight: bold;
  text-decoration: none;
}

.content-heading {
  font-size: 27px;
  letter-spacing: 2.7px;
}

.whishlist-btn {
  display: block;
  width: 122px;
  height: 38px;
  line-height: 38px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cc0c2f;
  color: #cc0c2f;
  margin-left: auto;
  text-align: center;
}

.whishlist-btn img {
  width: 19px;
  margin-right: 0.3rem;
}

.whishlist-btn:hover {
  color: #cc0c2f;
  text-decoration: none;
}

.pro-fav-btn {
  border: none;
  outline: 0 !important;
  background: transparent;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 3;
}

.company-logo-pro {
  display: block;
  width: 107px;
  margin: 0.5rem 0;
}

.pro-name {
  font-size: 18px;
  font-weight: 500;
}

.buy-now-btn {
  display: block;
  border: none;
  outline: 0 !important;
  background-color: transparent;
  color: #cc0c2f;
  text-decoration: underline;
  font-size: 13px;
  padding: 0;
  margin-top: -0.3rem;
}

.buy-now-btn:hover {
  text-decoration: none;
}

.discount-label {
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
  background-color: #cc0c2f;
  color: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  padding: 0 5px;
}

.tabs-wrapper {
  margin-top: -6px;
  background: #00174f;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}

.tabs-wrapper > .navtab {
  width: 33%;
  height: 36px;
  line-height: 30px;
}

.tabs-wrapper > .navtab.active {
  background: #cc0c2f;
}

.tabs-contents > div {
  display: none;
}

.tabs-contents > div.active {
  display: block;
}

.category-menu-header {
  width: 100%;
  height: 43px;
  font-size: 16px;
  line-height: 43px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  color: #313131;
  position: relative;
  cursor: pointer;
}

.category-menu-header span {
  color: #9b9b9b;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(-2rem, -50%);
}

.category-menu-header i {
  color: #000000;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-15px, -50%);
}

.category-menu-wrapper {
  display: none;
}

.product-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000000000000;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: none;
}

.product-popup .wrapper {
  width: 450px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-popup .wrapper .product-wrapper {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #f2f2f2;
}

.product-info {
  padding: 2rem;
}

.product-info .pro-name {
  font-size: 24px;
  text-transform: uppercase;
}

.product-popup-buy {
  font-size: 18px;
  color: #cc0c2f;
  text-decoration: underline;
  text-transform: uppercase;
}

.product-wrapper .pro-fav-btn img {
  width: 30px;
}

.popup-discount {
  font-size: 17px;
  color: #ffffff;
  width: 95px;
  height: 37px;
  line-height: 37px;
  background: #cc0c2f;
  margin-top: -2rem;
}

.popup-buttons {
  display: flex;
  padding: 0 2rem 3rem;
}

.popup-buttons button {
  width: 48%;
  color: #ffffff;
  height: 55px;
  font-size: 23px;
  line-height: 55px;
}

.popup-buttons button:nth-of-type(1) {
  margin-right: 4%;
}

.popup-buttons .red {
  background: #cc0c2f;
  border: 1px solid #cc0c2f;
}

.popup-buttons .blue {
  background: #00174f;
  border: 1px solid #00174f;
}

.popup-close-wrapper span {
  color: #000000;
  font-size: 65px;
  cursor: pointer;
}

@media (max-width: 576.98px) {
  .product-popup .wrapper {
    width: 300px;
  }

  .popup-buttons button {
    height: 40px;
    font-size: 18px;
    line-height: 35px;
  }

  .popup-close-wrapper span {
    font-size: 50px;
  }

  .popup-discount {
    font-size: 15px;
    color: #ffffff;
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin-top: -2rem;
  }

  .product-info {
    padding: 2rem 1rem;
  }

  .product-info .pro-name {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }

  .product-popup-buy {
    font-size: 15px;
  }

  .popup-discount {
    font-size: 13px;
    width: 70px;
    height: 27px;
    line-height: 27px;
    margin-top: -1.5rem;
  }

  .popup-buttons {
    display: flex;
    padding: 0 1rem 1.5rem;
  }
}

.menu-bar {
  margin-top: -3rem;
}

.menu-bar > div {
  width: 18px;
  border: 1px solid #707070;
  margin: 5px 1.5rem;
}

.menu-search {
  padding: 0 1.5rem;
  margin-top: -1.5rem;
  margin-bottom: 1.8rem;
}

@media (min-width: 768px) {
  .menu-search,
  .menu-bar {
    display: none;
  }
}

.menu-search > i {
  color: #9f9f9f;
}
