/* :: Reboot CSS */

/* 
  
  :: Header Area CSS
  Site Menu 
  Site Header
  :: Preloader CSS
  :: Welcome Area CSS
  :: Video Area CSS
  :: After Pay Area CSS
  :: Pre Pay Area CSS
  :: Advanced Area CSS
 */
/* @import url('https://cdn.jsdelivr.net/npm/wow.js@1.2.2/css/libs/animate.css'); */
@import url('https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css');
@import './common.css';

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
}

.text-primary {
  color: #2FA3E5;
}

.section-title {
  position: relative;
}

.section-title h2 {
  position: relative;
  font-size: 30px;
  z-index: 1;
}

.section-title h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 48px;
  height: 4px;
  background-color: #2FA3E5;
  transform: translateX(-50%);
}

.section-title .sec-title-add {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 100%;
  font-size: 96px;
  line-height: 96px;
  color: #2FA3E5;
  opacity: 0.15;
  transform: translateX(-50%);
  z-index: 0;
  font-weight: 800;
  user-select: none;
}

.section-title-sec {
  margin-bottom: 30px;
  background: no-repeat linear-gradient(-45deg, #137DE0, #42BBE8) left center / 10px 48px;
  padding-left: 30px;
  font-size: 30px;
}

.section-intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-padding-300 {
  padding-top: 300px;
  padding-bottom: 300px
}

/* :: Welcome Area CSS */
.welcome-area {
  height: 667px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #11112c center center;
}

.welcome-area.four {
  height: 100vh;
}

.welcome-area .home-2 {
  height: 100vh;
}

.welcome-area #J_dotLine {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.welcome-area .container {
  position: relative;
}

.welcome-area .decorate {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.welcome-area .decorate-bg {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}

.scroll_down {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}

.scroll_down i {
  position: relative;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
  height: 44px;
  width: 28px;
  line-height: 54px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  display: inline-block;
  color: #fff;
  font-size: 10px;
}

.scroll_down i::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 11px;
  border-radius: 2px;
  z-index: -1;
  bottom: 0px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  height: 10px;
  width: 3px;
  background: #fff;
}

.welcome-content .title {
  font-size: 60px;
  background: linear-gradient(-45deg, rgba(19, 125, 224, .5), rgba(66, 187, 232, .8)) no-repeat left -10px / 38px 100px;
  padding-left: 10px;
}

.welcome-content .title .title-vice {
  display: inline-block;
  color: inherit;
  font-size: 28px;
}

.welcome-content h5 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.welcome-content h3 {
  font-size: 52px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.welcome-content h3::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 70px;
  background-color: #4527a4;
  left: 0;
  bottom: -25px;
}

.welcome-content p {
  position: relative;
  color: #fff;
  font-size: 22px;
  z-index: 1;
}

.welcome-content .btn-outline-primary {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  color: #2FA3E5;
  border-color: #2FA3E5;
  border-radius: 30px;
  line-height: 1.3;
  font-size: 18px;
  z-index: 1;
}

.welcome-content .btn-outline-primary:hover,
.welcome-content .btn-outline-primary:active {
  background-color: #2fa3e5;
  color: #fff;
}

.welcome-content .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 163, 229, .5);
}

.welcome-thumb-area img {
  border-radius: 30px;
}

.curv-bg-img {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
}

.welcome-bg-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.welcome-thumb {
  top: 34%;
  left: -16%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: bounce_fountainG;
  animation-name: bounce_fountainG;
  -webkit-animation-duration: 43s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.decorate-img {
  height: 356px;
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce_fountainG {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.p-10px {
  padding: 10px;
}

.clip-home-area {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
  clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
  position: relative;
}

.welcome-area.three {
  height: 100vh;
}

.welcome-content.home-6 {
  margin-top: 60px;
}

/* :: Video Area CSS */
.video-area {
  background-position: center center;
}
.video-area::before {
  background: #262161;
}

.video-thumb {
  position: relative;
  z-index: 1;
}

.video-icon a i {
  color: #4527a4;
  font-size: 26px;
}

.video-icon a spna {
  font-size: 20px;
}

.video-icon.home-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  margin-top: 0;
}

.video-icon.home-4 a i {
  background-color: #4527a4;
  color: #fff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}

.video-icon.home-6 a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-icon.home-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  margin-top: 0;
  cursor: pointer;
}

.video-icon.home-5 a i {
  background: #fff;
  color: #4527a4;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}

.video-content-area {
  position: relative;
  z-index: 1;
}

.video-icon {
  position: relative;
  z-index: 1;
  text-align: center;
}

.video-icon.home-6 a i {
  background: #fff;
  color: #4527a4;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}

.video-icon-2 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-left: 30px;
}

.video-btn::after {
  content: "";
  position: absolute;
  top: 0;
  height: 80px;
  width: 80px;
  line-height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  pointer-events: none;
  z-index: -1;
}

.video-btn.white::after {
  background: #ffffff;
}

@-webkit-keyframes pulse-border {
  0% {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.video-content {
  padding-left: 30px;
}

.video-content h4 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

.video-content p {
  font-size: 15px;
  margin-bottom: 0;
}

/* :: After Pay Area CSS */
.after-pay-area {
  background-color: #1A1C24;
}

/* :: Pre Pay Area CSS */
.pre-pay-area {
  background-color: #15171D;
}

/* :: Advanced Area CSS */
.advanced-area {
  background-color: #1A1C24;
  font-size: 14px;
  text-align: justify;
}

.advanced-area .advanced-block {
  padding: 30px;
}

.advanced-area .advanced-block-title {
  font-size: 18px;
  margin-top: 14px;
}

.advanced-area .advanced-block-content {
  text-indent: 30px;
}

.border-none {
  border: none;
}

@media (min-width: 991px) {
    /* after-pay-area */
    .after-pay-content, .pre-pay-content {
      height: 433px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  .site-nav-toggle {
    top: -8px;
    z-index: 99;
  }

  .after-pay-area .section-title {
    margin-bottom: 0px;
  }

  .section-title {
    margin-bottom: 70px;
  }

  .section-title .sec-title-add {
    font-size: 46px;
  }

  .decorate {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  .site-nav-toggle {
    top: -8px;
  }

  .after-pay-area .section-title {
    margin-bottom: 0px;
  }

  .section-title {
    margin-bottom: 70px;
  }

  .section-title .sec-title-add {
    font-size: 46px;
  }

  .decorate {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 575px) {}

@media (min-width: 576px) and (max-width: 767px) {}