@charset "utf-8";
/*banner*/
.homebanner-sec {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  min-height: 800px;
  padding: 200px 0 0;
  position: relative;
  z-index: 2;
}
.homebanner-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  /* background: transparent
    linear-gradient(180deg, #000101 0%, #00000008 88%, #00000000 100%) 0% 0%
    no-repeat padding-box; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.homebanner-sec:after {
  content: "";
  width: 100%;
  height: 45%;
  background: transparent
    linear-gradient(180deg, #00010100 0%, #000101cc 50%, #000101 100%) 0% 0%
    no-repeat padding-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bgvideoright {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.homebannerdata {
  position: relative;
  z-index: 9;
}
.homebannerdata h1 {
  font-size: 84px;
  font-family: "Maqin Larisa Display";
  text-transform: uppercase;
  margin: 0 0 5px;
}
.homebannerdata p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 35px;
}
.bannerbuttons {
  margin: 0 0 30px;
}
.bannerbuttons .btn.orangebgbtn {
  margin-right: 20px;
}
.homevideobtn {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s;
}
.playicon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  margin-right: 15px;
  transition: all 0.5s;
}
.playicon svg {
  width: 15px;
  transition: all 0.5s;
}
.homevideobtn:hover .playicon {
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}
.homevideobtn:hover #Icon-Set-Filled {
  fill: #f36c21;
}
/**/
.videopopup .modal-dialog {
  max-width: 850px;
  padding: 40px 10px;
}
.videopopup .modal-body {
  padding: 10px;
}
.modalvideobox {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.modalvideobox iframe,
.modalvideobox video,
.modalvideobox image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  float: left;
}
.videopopup .btn-close {
  background-color: #0c93de;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  box-shadow: none;
  filter: invert(1);
}

/**/
.countmain_box {
  margin: 30px 0 0;
}
#countDown {
  display: inline-flex;
  align-items: center;
  border: 3px solid #48fdff;
  text-align: center;
  box-shadow: 0px 0px 15px #00ded6, inset 0px 0px 78px 0px #00ded6;
  padding: 12px 0 25px;
  width: 100%;
  justify-content: center;
  max-width: 500px;
}
#countDown h2 {
  text-shadow: 0px 0px 20px #0f0f0f99;
  display: block;
  font-size: 80px;
  line-height: 1;
  font-family: "Maqin Larisa Display";
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
#countDown h2:before {
  content: "";
  width: 2px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
#countDown h2:first-child:before {
  display: none;
}
#countDown h2 .timetext {
  display: block;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0px 0px 8px #21212199;
  font-family: "Oswald";
}

/*-------------------------------- Responsive Media Query --------------------------------*/
@media (min-width: 1200px) {
  .homebanner-sec {
    min-height: 750px;
  }
  .homebannerdata {
    padding-top: 50px;
  }
}

@media (min-width: 1320px) {
  .homebanner-sec {
    min-height: 800px;
  }
}

@media (min-width: 1600px) {
  .bannerhome-row .container {
    max-width: 100%;
  }
  .bannerhome-row .container .col-lg-5 {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
  }
}

@media (max-width: 1199px) {
  .homebanner-sec {
    min-height: 600px;
    padding: 120px 0 0;
  }
  .homebanner-sec:after {
    height: 200px;
  }
  .homebannerdata h1 {
    font-size: 64px;
  }
  .btn.orangebgbtn,
  .btn.lightgreenbgbtn {
    min-width: 150px;
    font-size: 18px;
  }
  #countDown h2 {
    font-size: 42px;
    padding: 0 20px;
  }
  #countDown h2:before {
    height: 40px;
  }
}

@media (max-width: 991px) {
  .homebanner-sec {
    height: auto;
    min-height: inherit;
  }
  .homebannerimg {
    margin: 20px 0 0;
  }
  .modalvideobox iframe,
  .modalvideobox video,
  .modalvideobox image {
    height: 400px;
  }
  .videopopup .btn-close {
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
  }
  #countDown {
    max-width: 400px;
    padding: 15px 0 20px;
  }
  #countDown h2 .timetext {
    font-size: 16px;
    margin: 5px 0 0;
  }
}

@media (max-width: 767px) {
  .homebannerdata h1 {
    font-size: 56px;
  }
  .videopopup .modal-body {
    padding: 3px;
  }
  .modalvideobox iframe,
  .modalvideobox video,
  .modalvideobox image {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .homebanner-sec:after {
    height: 12%;
  }
  #countDown {
    max-width: 320px;
  }
  #countDown h2 {
    font-size: 28px;
    padding: 0 13px;
  }
  #countDown h2:before {
    height: 30px;
  }
  #countDown h2 .timetext {
    font-size: 14px;
  }
  .modalvideobox iframe,
  .modalvideobox video,
  .modalvideobox image {
    height: 250px;
  }
}
