/*========================== Custom css ==========================*/ /* ========= Typeogrphy =========== */
::selection {
    background: var(--primary);
    color: #fff !important;
  }
  .font-poppins h1,
  .font-poppins h2,
  .font-poppins h3,
  .font-poppins h4,
  .font-poppins h5,
  .font-poppins h6,
  .font-poppins {
    font-family: "Poppins", sans-serif;
  }
  .font-roboto {
    font-family: "Roboto", sans-serif;
  }
  .font-montserrat {
    font-family: "Montserrat", sans-serif;
  }
  .font-lora {
    font-family: "Lora", serif;
  }
  .font-barlow {
    font-family: "Barlow", sans-serif;
  }
  .sy-controls {
    display: none !important;
  } /* Coming Soon */
  .dez-coming-soon {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  .dez-coming-soon .container {
    position: relative;
  }
  .dez-coming-bx {
    width: 100%;
  }
  /* Position */
  .posi-center,
  .bottom-right,
  .bottom-left,
  .top-right,
  .top-left {
    position: fixed;
    z-index: 2;
    display: block;
  }
  .bottom-right {
    bottom: 60px;
    right: 60px;
  }
  .bottom-left {
    bottom: 60px;
    left: 60px;
  }
  .top-right {
    top: 60px;
    right: 60px;
  }
  .top-left {
    top: 60px;
    left: 60px;
  }
  .posi-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .dez-align .top-right,
  .dez-align .bottom-right {
    right: 10px;
  } 
  /* =============================== Coming Soon 11 ================================ */
  .raincanvas {
    background-color: #222;
    background-image: url(../images/intro-arrs-bg.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
  }
  .raincanvas:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    -webkit-animation: thunder-bg 6s infinite;
    animation: thunder-bg 6s infinite;
  }
  .rainbox {
    position: absolute;
    height: 100%;
    z-index: 2;
    width: 100%;
  }
  .raincanvas canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .raincanvas #canvas3 {
    z-index: 1;
  }
  .raincanvas #canvas2 {
    z-index: 2;
  }
  .raincanvas #canvas1 {
    z-index: 3;
  }
  /* @-webkit-keyframes thunder-bg {
    0% {
      background-color: rgba(34, 34, 34, 0.9);
    }
    9% {
      background-color: rgba(34, 34, 34, 0.9);
    }
    10% {
      background-color: rgba(59, 59, 59, 0.3);
    }
    10.5% {
      background-color: rgba(34, 34, 34, 0.9);
    }
    80% {
      background-color: rgba(34, 34, 34, 0.9);
    }
    82% {
      background-color: rgba(59, 59, 59, 0.3);
    }
    83% {
      background-color: rgba(34, 34, 34, 0.9);
    }
    83.5% {
      background-color: rgba(59, 59, 59, 0.3);
    }
    100% {
      background-color: rgba(34, 34, 34, 0.9);
    }
  } */
  @-webkit-keyframes thunder-bg {
    0% {
      background-color: rgba(34, 34, 34, 0.4);
    }
    9% {
      background-color: rgba(34, 34, 34, 0.4);
    }
    10% {
      background-color: rgba(59, 59, 59, 0.1);
    }
    10.5% {
      background-color: rgba(34, 34, 34, 0.4);
    }
    80% {
      background-color: rgba(34, 34, 34, 0.4);
    }
    82% {
      background-color: rgba(59, 59, 59, 0.1);
    }
    83% {
      background-color: rgba(34, 34, 34, 0.4);
    }
    83.5% {
      background-color: rgba(59, 59, 59, 0.4);
    }
    100% {
      background-color: rgba(34, 34, 34, 0.4);
    }
  }
  #video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  }
  .videoWrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .videoWrapper iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  } /* font-family */
  .dez-map iframe {
    width: 100%;
    min-height: 682px;
  } 

  @media only screen and (max-width: 1400px) {
    .bottom-left {
      bottom: 40px;
      left: 40px;
    }
    .bottom-right {
      bottom: 40px;
      right: 40px;
    }
    .top-left {
      top: 40px;
      left: 40px;
    }
    /* .logo img {
      height: 60px;
      object-fit: contain;
    } */
    .top-right {
      top: 40px;
      right: 40px;
    }
  }
  @media only screen and (max-width: 1200px) {
    
  }
  @media only screen and (max-width: 991px) {
    .posi-center,
    .center-md,
    .posi-center,
    .bottom-right,
    .bottom-left,
    .top-right,
    .top-left {
      position: unset;
    }
    .style-1 .top-left {
      width: 100%;
      text-align: center;
    }
    .style-1 .bottom-right {
      width: 100%;
      text-align: center !important;
      padding-bottom: 15px;
    }
    .style-6 .center-md,
    .style-10 .center-md,
    .style-9 .center-md,
    .style-3 .center-md,
    .style-2 .posi-center,
    .style-1 .center-md {
      min-height: calc(100vh - 100px);
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 60px 0;
    }
    .style-1 .bottom-left {
      text-align: center;
      width: 100%;
      margin-bottom: 40px;
    }
    .style-2 .posi-center {
      transform: none;
    }
    .style-2 .bottom-right {
      position: fixed;
      right: 30px;
      bottom: 30px;
    }
    .style-2 .bottom-left {
      float: left;
      margin-left: 30px;
      padding-bottom: 20px;
    }
    .top-md {
      position: fixed;
      width: 100%;
      top: 50px;
    }
    .style-3 .top-left,
    .style-3 .bottom-left {
      width: 100%;
      text-align: center;
    }
    .style-3 .bottom-left {
      padding-bottom: 30px;
    }
    .style-3 .dez-social-icon li a {
      margin-left: 3px;
      margin-right: 3px;
    }
    .style-3 .center-md .bottom-right {
      position: unset;
    }
    body {
      overflow: unset;
    }
  }
  @media only screen and (max-width: 767px) {
    .style-2 .posi-center,
    .style-1 .center-md {
      min-height: calc(100vh - 90px);
    }
    .style-2 .bottom-left {
      float: none;
      margin-left: 0;
      padding-bottom: 15px;
      text-align: center;
      width: 100%;
    }
    .style-2 .bottom-right {
      position: absolute;
      left: 30px;
      top: 30px;
      right: auto;
      bottom: auto;
    }
    .style-3 .dez-title,
    .style-1 .dez-title {
      font-size: 40px;
      line-height: 55px;
    }
    .style-1 .logo {
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 576px) {
    .style-3 .dez-title,
    .style-1 .dez-title {
      font-size: 28px;
      line-height: 36px;
    }
    .button-lg {
      padding: 8px 20px;
      font-size: 13px;
    }
    .radius-md {
      border-radius: 6px;
      -webkit-border-radius: 6px;
    }
    /* .logo img {
      height: 50px;
    } */
    .dez-social-icon li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 48px;
      font-size: 14px;
    }
    .style-2 .dez-content p {
      font-size: 13px;
      line-height: 18px;
      padding: 0 20px;
      max-width: 400px;
    }
    .style-2 .dez-title {
      font-size: 26px;
      line-height: 30px;
    }
    .dez-social-icon {
      margin: 0 0px 5px 0;
    }
    .style-2 .bottom-right {
      bottom: auto;
      right: auto;
      left: 15px;
      top: 15px;
    }
    .menu-btn a {
      width: 30px;
      height: 20px;
    }
    .menuleft .nav {
      padding: 0 20px;
    }
    .menuleft .close-btn {
      right: 20px;
      top: 20px;
    }
    .top-md {
      top: 15px;
    }
    .top-left {
      top: 15px;
    }
    .bottom-left {
      bottom: 12px;
    }
    .sidenav-menu {
      width: 50px;
      padding: 10px 5px 20px 5px;
    }
    .dez-coming-soon.style-4 {
      padding-left: 50px;
    }
    .style-4 .dez-coming-bx {
      padding: 20px 10px;
    }
    .style-4 .dez-title {
      font-size: 28px;
      line-height: 35px;
      margin-bottom: 15px;
    }
    .style-4 .countdown .date .time {
      font-size: 40px;
      line-height: 40px;
      font-weight: 700;
    }
    .style-4 .countdown .date {
      padding-right: 5px;
      padding-left: 5px;
    }
    .style-4 .countdown {
      margin-bottom: 20px;
    }
    .style-4 .button-lg {
      padding: 8px 12px;
    }
    .style-5 .dez-title {
      font-size: 45px;
      font-weight: 700;
      line-height: 40px;
    }
    .style-5 .bottom-left,
    .style-5 .top-left {
      left: 15px;
    }
    .style-6 .top-left {
      width: 100%;
      text-align: center;
      left: 0;
      top: 15px;
    }
    .style-6 .top-right {
      top: auto;
      bottom: 15px;
      width: 100%;
      right: auto;
      left: 0;
      text-align: center;
    }
    .style-7 .dez-title {
      font-size: 40px;
      line-height: 40px;
    }
    .style-7 p {
      margin-bottom: 35px;
      font-size: 13px;
      line-height: 20px;
      padding: 0 20px;
    }
    .style-8 .dez-title {
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 10px;
    }
    .style-8 .button-lg {
      padding: 8px 10px;
    }
    .style-10 .dez-title br,
    .style-9 .dez-title br {
      display: none;
    }
    .style-9 .dez-title {
      font-size: 24px;
      line-height: 30px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .style-9 .center-md {
      top: 50%;
    }
    .style-10 .dez-title {
      font-size: 24px;
      line-height: 30px;
      padding: 0 10px;
    }
    .style-10 .center-md {
      top: 50%;
      padding-left: 10px;
      padding-right: 10px;
    }
    .style-10 .dez-content p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
      padding: 0 15px;
    }
    .style-10 .countdown {
      margin-left: 0;
      margin-bottom: 20px;
    }
    .city-box {
      background-size: cover;
      background-position: left !important;
    }
    .dez-social-icon.social-2 li a {
      font-size: 14px;
    }
    .style-10 .copyright-text,
    .style-9 .copyright-text,
    .copyright-text {
      font-size: 12px;
    }
    .styleswitcher-right .switcher-btn-bx a {
      padding: 8px 15px;
    }
    .heart {
      transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
    }
    .style-10 .top-right {
      margin-bottom: 20px;
    }
    .style-6 .parallax {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }
    .style-6 .posi-center {
      padding-bottom: 15px;
    }
    .switch-demo li {
      width: 50%;
      padding: 0 10px;
      margin-bottom: 20px;
    }
    .switch-demo li a {
      border-radius: 6px;
    }
  }
  .heart-blast i {
    background-position: -1400px 0;
    transition: background 1s steps(28);
  } /* Light Gallery */
  .lg-outer .lg-toogle-thumb,
  .lg-outer .lg-thumb-outer,
  .lg-outer .lg-img-wrap,
  .lg-outer .lg-item {
    background-color: #fff;
  }
  .lg-actions .lg-next,
  .lg-actions .lg-prev,
  .lg-toolbar .lg-icon,
  #lg-counter {
    color: #fff;
  }
  .check-km {
    cursor: pointer;
  } /* Switer Box */
.raincanvas .top-left p {
  padding: 0 20px;
}
#my-audio {
  opacity: 0;
}
@media (min-width: 992px) {
  .top-left {
      position: unset;
      width: 100%;
      text-align: center;
      top: 0!important;
      left: 0!important;
  }
  .bottom-left {
      position: unset;
      width: 100%;
      text-align: center;
      left: 0!important;
      bottom: 0!important;
      padding-bottom: 40px;
  }
  .center-md {
      min-height: calc(100vh - 100px);
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 50px 0;
  }
  .style-3.raincanvas .dez-coming-bx {
      position: relative;
      z-index: 2;
  }
  .raincanvas .top-left p {
      max-width: 900px;
      line-height: 1.6;
      font-size: 16px;
  }
}
.style-3 .dez-title, .style-1 .dez-title {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}
.style-3 .dez-social-icon li a {
  color: #000;
  margin-right: 5px;
}
.style-3 .copyright-text {
  color: #fff;
}
.copyright-text {
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .style-3 .dez-title, .style-1 .dez-title {
      font-size: 50px;
      line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .style-3.raincanvas .dez-coming-bx {
      position: relative;
      z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .style-3 .dez-title, .style-1 .dez-title {
      font-size: 40px;
      line-height: 55px;
  }
}
@media only screen and (max-width: 576px) {
  .style-3 .dez-title, .style-1 .dez-title {
      font-size: 28px;
      line-height: 36px;
  }
  .style-10 .copyright-text, .style-9 .copyright-text, .copyright-text {
    font-size: 12px;
  }
}