/* CSS Document */
/*=========================================== START ==============================================*/
.home-start {
  position: relative;
  overflow: hidden;
  height: 719px;
  background: var(--bse-Black, #1F1F21);
}
.home-start .bnn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-start .bnn picture {
  display: none;
  }
.home-start .bnn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-start .bnn .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bse-Black, #1F1F21);
}
.home-start .bnn .video video {
  opacity: .5;
  width: 100%;
  position: absolute;
  transform: translateY(-10%);
}
.home-start .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home-start .container {
  opacity: 0;
}
.home-start.ready .container {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.home-start h1 {
  color: #fff;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  font-size: 89px;
  font-style: normal;
  font-weight: 700;
  line-height: 97%; /* 86.33px */
  margin: 200px auto 36px;
}
.home-start h1:before {display: none}
.home-start .pause-play {
  position: absolute;
  right: 15px;
  bottom: 48px;
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 3px 0px #000;
  color: #1F1F21;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 97%; /* 11.64px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
  width: 84px;
}
.home-start .pause-play:hover {
  background: rgba(255, 255, 255, 1);
}
.home-start .pause-play:before {
  content: '\f04c';
  font-family: 'Font Awesome 6 Pro';
}
.home-start .pause-play:after {
  content: ' Pause';
}
.home-start .pause-play.active:before {
  content: '\f04b';
  font-family: 'Font Awesome 6 Pro';
}
.home-start .pause-play.active:after {
  content: ' Play';
}

.home-start .mute-unmute {
  position: absolute;
  right: 110px;
  bottom: 48px;
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 3px 0px #000;
  color: #1F1F21;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 97%; /* 11.64px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-start .mute-unmute:hover {
  background: rgba(255, 255, 255, 1);
}
.home-start .mute-unmute:before {
  content: '\f2e2';
  font-family: 'Font Awesome 6 Pro';
}
.home-start .mute-unmute.active:before {
  content: '\f028';
  font-family: 'Font Awesome 6 Pro';
}

@media (max-width: 1420px) {
  .home-start .bnn .video video {
    width: auto;
    height: 112%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 768px) {
  .home-start {
    height: auto;
  }
  .home-start .bnn {
    position: static;
    height: auto;
  }
  .home-start .bnn picture {
    display: block;
  }
  .home-start .bnn img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
  .home-start .container {
    text-align: left;
    height: auto;
    padding-top: 24px;
    padding-bottom: 36px;
  }
   .home-start .container h1 {
    font-size: 40px;
    margin-bottom: 24px;
    padding: 0;
    margin: 10px 0 20px;
  }
  .home-start .bnn .video,
  .home-start .pause-play,
  .home-start .mute-unmute { display: none }
}

/*=========================================== KNOW ==============================================*/
.know-section {
  position: relative;
}
.know-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-image: url(../img/orb.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.know-section .container {
  opacity: 0;
  position: relative;
}
.know-section.ready .container {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.know-section h2 {
  font-size: 37px;
  font-style: normal;
  font-weight: 900;
  line-height: 134%; /* 49.58px */
  margin: 12px 0;
}
.know-section .images-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.know-section .images-list li {
  margin-bottom: 20px;
}
.know-section .images-list li img {
  border-radius: 12px
}
.know-section .col-lg-5 {
  padding-right: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
}
@media (max-width: 768px) {
  .know-section h2 {
    margin-top: 36px;
    font-size: 24px;
    padding-right: 16px;
  }
  .know-section:before {
    background-size: 100%;
    background-position: center -10px;
  }
  .know-section .images-list {
    margin: 36px 0 84px;
  }
  .know-section .col-5 .images-list {
    margin-right: -5px;
  }
  .know-section .col-7 .images-list {
    padding-left: 5px
  }
  .know-section .images-list li {
    margin-bottom: 12px
  }
}

/*=========================================== BRANDS ==============================================*/
.brands-section {
  padding-top: 84px;
}
.brands-section .container {
  opacity: 0;
}
.brands-section.ready .container {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
@media (max-width: 768px) {
  .brands-section {
    padding-top: 0;
  }
}

/*=========================================== NEWS ==============================================*/
.news-section {
    padding: 96px 0;
}
.news-section .container {
  opacity: 0;
}
.news-section.ready .container {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.arrows-list {
  margin: 0;
  padding: 0;
}
.arrows-list li {
  position: relative;
  margin: 22px 0;
  padding-left: 32px;
  color: var(--Trench, #011D2F);
  font-family: 'arboria', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
}
.arrows-list li .heading {
  position: relative;
  display: block;
  color: var(--Midnight---Primary, #0866A6);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 32.4px */
  margin: 0 0 6px
}
.arrows-list li .heading:before {
  content: '';
  background-image: url(../img/link-arrow/hover.svg);
  background-image: url(../img/link-arrow/default.svg);
  background-repeat: no-repeat;
  background-position: -7px 6px;
  position: absolute;
  left: -36px;
  display: block;
  width: 32px;
  height: 26px;
  transition: all .3s ease;
}
.arrows-list li .heading:hover:before {
  background-image: url(../img/link-arrow/hover.svg);
}
.news-section .btn-layot {
  margin: 24px 0 0;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .news-section {
      padding: 96px 0 3px;
  }
  .news-section .btn-layout {
    margin: 22px 0 0;
  }
}