/*
Theme Name: Enva - Creative Coming Soon Template
Theme URI: http://live.envalab.com/html/enva
Author: ENVALAB
Author URI: http://envalab.com/
Description: Enva – is a creative, unique and universal coming soon template that specially designed for coming soon/under construction related websites. It can be use for any kind of Business, Agency, Hotel, Restaurant, Personal, Corporate, Gym, Contract, Maintenance, Tours & Travels, Product Launch, Service Launch etc related website landing. It’s every sections like About Us will help you to tell about your company and up-coming website or products, also Contact Us section will help you to get mails from interested people even before you launch your site.
Version: 1.0
Style: 2
Primary Color: #ffffff
*/

/*
====================================================
*   CSS INDEX
====================================================

		TOC:
		0.  GENERAL
		1.  CLASSES
		2.  COMMON(tabs, form)
		3.  HEADER
		4.  TABS
			i. HOME
			i. ABOUT
			i. CONTACT
		5. FOOTER
		6. EXTRAA (social, modal, form reset, faq, preloader etc)

===================================================================== */

/* ------------------------------------------------------------------ */
/* 1. GENERAL
/* ------------------------------------------------------------------ */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  color: #444;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1 {
  font-size: 48px;
  line-height: 0.5;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 0.667;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 28px;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

img,
iframe,
object,
embed {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:focus,
a:active,
button {
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus,
a:active {
  color: #27c9dc;
}

li a {
  color: #fff;
}

a:hover,
button:hover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* ------------------------------------------------------------------ */
/* 1. CLASSES
/* ------------------------------------------------------------------ */

.bg-img {
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

.fixed-top {
  top: 0;
}

.fixed-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fixed-bottom {
  bottom: 0;
}

.body-bg {
  background-image: url("../img/body-bg.jpg");
  overflow-x: hidden;
}

.text-light {
  font-weight: 300;
}

/* Desktop devices (992px and above) */
@media screen and (min-width: 992px) {
  /* Your CSS styles for desktop devices here */
  .primary-title {
    margin-bottom: 20px;
    line-height: 60px;
  }
}

.color-white * {
  color: #fff;
}

.white-bg-1 {
  background-color: rgba(255, 255, 255, 0.4);
}

.btn {
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  width: 200px;
  height: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-cyan {
  background-color: rgb(39, 201, 220);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(39, 201, 220, 0.2);
  -moz-box-shadow: 0px 3px 7px 0px rgba(39, 201, 220, 0.2);
  box-shadow: 0px 3px 7px 0px rgba(39, 201, 220, 0.2);
  color: #fff;
}

.btn-cyan:hover {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.padding-big {
  padding: 50px 0;
}
.pt-70 {
  padding-top: 70px;
}

.rect-1 {
  -webkit-border-radius: 70px 0 70px 0;
  -moz-border-radius: 70px 0 70px 0;
  border-radius: 70px 0 70px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.rect-2 {
  -webkit-border-radius: 0 27px 0 27px;
  -moz-border-radius: 0 27px 0 27px;
  border-radius: 0 27px 0 27px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/*BUTTON HOVER*/
.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn:before,
.btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:before {
  left: 0;
}

.btn:after {
  right: 0;
}

.btn:hover:before,
.btn:hover:after {
  width: 50%;
}

.btn-cyan:before,
.btn-cyan:after {
  background-color: #1c9ba9;
}

/* ------------------------------------------------------------------ */
/* 2. COMMON(tabs, form)
/* ------------------------------------------------------------------ */

.tab-container {
  height: 100%;
  position: relative;
}

.tab-controller {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.tab-style-one {
  padding: 32px 35px;
}

.tab-style-one li a {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.502);
  display: block;
  padding: 7px 0 7px 30px;
  position: relative;
}

.tab-style-one li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  background-color: #27c9dc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab-style-one li.active a:before {
  -webkit-box-shadow: 0 0 0 3px #4e1d2a, 0 0 0 5px #27c9dc;
  -moz-box-shadow: 0 0 0 3px #4e1d2a, 0 0 0 5px #27c9dc;
  box-shadow: 0 0 0 3px #4e1d2a, 0 0 0 5px #27c9dc;
}

.tab-style-one li.active a,
.tab-style-one li a:hover {
  color: #fff;
}

.tab-content {
  max-width: 840px;
  margin: 0 auto;
}

.form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  height: 55px;
  padding: 15px 25px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.302);
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  color: #fff;
  font-weight: 300;
}

textarea.form-control {
  height: 147px;
  resize: none;
}

.form-inline {
  position: relative;
}

.form-inline .form-control {
  width: 100%;
  padding-left: 40px;
  padding-right: 230px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-color: rgb(39, 201, 220);
}

#contact-form {
  overflow: hidden;
}
#contact-form .success,
#contact-form .error {
  display: none;
}
#contact-form .success {
  color: #ffffff;
}
#contact-form .error {
  color: #c11313;
}

/* ------------------------------------------------------------------ */
/* 3. HEADER
/* ------------------------------------------------------------------ */

.main-header {
  padding-top: 20px;
}

.logo {
  padding-left: 30px;
}

/* ------------------------------------------------------------------ */
/*                              4. TABS
/* ------------------------------------------------------------------ */

/* TAB - HOME
/* ------------------ */

.countdown-timer {
  font-size: 0;
}
.countdown-timer li {
  margin: 0 2.5%;
  padding: 28px 15px;
  width: 19.5%;
  line-height: 1;
  margin-bottom: 1%;
}

.countdown-timer li span:first-child {
  font-size: 48px;
  font-weight: 600;
  display: block;
  position: relative;
  padding-bottom: 25px;
}

.countdown-timer li span:first-child:after {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 25px;
}

.countdown-timer li span:last-child {
  font-size: 16px;
  display: block;
  margin-top: 25px;
}

.subscribe-form {
  padding: 0 20px;
}

.subscribe-form h4 {
  margin-bottom: 15px;
  font-weight: 400;
}

/* TAB - ABOUT
/* ------------------ */

.about-tab p {
  margin-bottom: 25px;
  font-size: 14px;
}

/* TAB - CONTACT
/* ------------------ */

.form-field {
  margin-bottom: 25px;
  position: relative;
}

.field-half-width {
  width: 48%;
}

.field-full-width {
  width: 100%;
}

.form-field i {
  position: absolute;
  color: rgba(255, 255, 255, 0.702);
  right: 20px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-big {
  width: 330px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#popup-contact-form {
  overflow: hidden;
}
#popup-contact-form .success,
#popup-contact-form .error {
  display: none;
}
#popup-contact-form .success {
  color: green;
}
#popup-contact-form .error {
  color: red;
}

/* ------------------------------------------------------------------ */
/* 5. FOOTER
/* ------------------------------------------------------------------ */

.main-footer {
  padding-bottom: 15px;
}

.footer-menu {
  padding: 0 25px;
}

.footer-menu li a {
  font-size: 14px;
  display: block;
  padding: 12px 5px;
}
/* ------------------------------------------------------------------ */
/* 6. EXTRAA (social, modal, form reset, faq, preloader etc)
/* ------------------------------------------------------------------ */

.icofont {
  font-size: 14px;
}

.social-icons li a {
  display: block;
  border-width: 0.25px;
  border-color: rgba(226, 226, 226, 0.4);
  border-style: solid;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.social-icons li a:hover {
  border-color: #27c9dc;
  background-color: #27c9dc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.readmore-link,
.readmore-link i {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #27c9dc;
}

.readmore-link:hover,
.readmore-link:hover i {
  color: rgba(255, 255, 255, 0.9);
}

.modal-dialog {
  width: 75%;
}
.modal-header {
  padding: 15px;
  position: relative;
  padding-top: 22px;
}
.modal-header .close {
  margin-top: 0;
  color: #28c9db;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  font-size: 45px;
  position: absolute;
  right: 0;
  top: 15px;
}
.modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 35px;
}
.modal-body {
  padding: 15px 0;
}
.modal-body p {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.67;
}
.modal .social-icons li a {
  color: #444;
  border: none;
}

.modal .social-icons li a:hover,
.modal .social-icons li a:hover i {
  color: #27c9dc;
  background-color: transparent;
}

/*modal - contact form*/
.modal .contact-form {
  width: 75%;
  margin: 0 auto;
}
.modal .form-control {
  border-color: rgba(167, 167, 167, 0.48);
  color: #444;
}
.modal .form-field i {
  color: rgba(167, 167, 167, 0.48);
}

/*modal - faq */
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  margin-bottom: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel-default {
  border: none;
}
.panel-default > .panel-heading {
  color: #f8f8f8;
  background-color: #28c9db;
  border-color: #28c9db;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.panel-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}
.panel-title a {
  display: block;
  padding: 10px 15px;
}
.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
  color: #fff;
}
.panel-collapse {
  border: 1px solid rgba(41, 201, 218, 0.62);
  border-top: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.form-control:focus {
  border-color: #28c9db;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(40, 201, 219, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(40, 201, 219, 0.6);
}

.form-control:focus + i {
  color: #28c9db;
}

/*input field placeholder*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.502) !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.502) !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.502) !important;
}
y :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.502) !important;
}

.modal ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(167, 167, 167, 0.8) !important;
}
.modal ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(167, 167, 167, 0.8) !important;
}
.modal :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(167, 167, 167, 0.8) !important;
}
.modal :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(167, 167, 167, 0.8) !important;
}

/*preloader*/
.preloader-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  background-color: #28c9db;
}
.preloader {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 24px;
  height: 24px;
}
.preloader span {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: ball-fussion-ball1 1s 0s ease infinite;
  -moz-animation: ball-fussion-ball1 1s 0s ease infinite;
  -o-animation: ball-fussion-ball1 1s 0s ease infinite;
  animation: ball-fussion-ball1 1s 0s ease infinite;
}
.preloader span:nth-child(1) {
  top: 0;
  left: 50%;
  z-index: 1;
}
.preloader span:nth-child(2) {
  top: 50%;
  left: 100%;
  z-index: 2;
  -webkit-animation-name: ball-fussion-ball2;
  -moz-animation-name: ball-fussion-ball2;
  -o-animation-name: ball-fussion-ball2;
  animation-name: ball-fussion-ball2;
}
.preloader span:nth-child(3) {
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-animation-name: ball-fussion-ball3;
  -moz-animation-name: ball-fussion-ball3;
  -o-animation-name: ball-fussion-ball3;
  animation-name: ball-fussion-ball3;
}
.preloader span:nth-child(4) {
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-animation-name: ball-fussion-ball4;
  -moz-animation-name: ball-fussion-ball4;
  -o-animation-name: ball-fussion-ball4;
  animation-name: ball-fussion-ball4;
}
@-webkit-keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-moz-keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-o-keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-webkit-keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-moz-keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-o-keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-webkit-keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-moz-keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-o-keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-webkit-keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-moz-keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@-o-keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}
@keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
}

/* for line effect */
.line-effect {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -2;
}
.line-bg-1 {
  transform: translateZ(50px);
  background-image: url("../img/line.png");
}
.line-bg-2 {
  transform: translateZ(150px);
  background-image: url("../img/line2.png");
}
.line-bg-3 {
  transform: translateZ(450px);
  background-image: url("../img/line3.png");
}

/* for snow effect */
.winter-is-coming,
.snow {
  z-index: -1;
  pointer-events: none;
}

.winter-is-coming {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.snow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: falling linear infinite both;
  animation: falling linear infinite both;
  -webkit-transform: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0);
}
.snow-near {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  background-image: url("../img/snow-near.png");
  background-size: contain;
}
.snow-near + .snow-alt {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.snow-mid {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  background-image: url("../img/snow-mid.png");
  background-size: contain;
}
.snow-mid + .snow-alt {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.snow-far {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  background-image: url("../img/snow-far.png");
  background-size: contain;
}
.snow-far + .snow-alt {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

@-webkit-keyframes falling {
  0% {
    -webkit-transform: translate3D(-7.5%, -100%, 0);
    transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(7.5%, 100%, 0);
    transform: translate3D(7.5%, 100%, 0);
  }
}

@keyframes falling {
  0% {
    -webkit-transform: translate3D(-7.5%, -100%, 0);
    transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(7.5%, 100%, 0);
    transform: translate3D(7.5%, 100%, 0);
  }
}
/* for waterpipe */
#wavybg-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  background: #333;
  top: 0;
  bottom: 0;
  margin: auto;
}
#wavybg-wrapper canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
/* for particles */
.canvas-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.canvas-area canvas {
  width: 100%;
  height: 100%;
}
#stats {
  display: none !important;
}
/* for sphere particles */
#sphere-particles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  text-align: center;
  z-index: -1;
  overflow: hidden;
}
#sphere-particles canvas {
  position: absolute;
  max-width: 100%;
  height: 750px;
  max-height: 100%;
  left: 0;
  right: 0;
  width: 700px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: -1;
}
/* for slider burn */
.body-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -5;
}
.body-slider .owl-stage,
.body-slider .owl-item.active,
.body-slider .owl-stage-outer {
  height: 100%;
}
.body-single-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.body-slide-1 {
  background-image: url("../img/body-bg.jpg");
}
.body-slide-2 {
  background-image: url("../img/body-bg-2.jpg");
}
.body-slide-3 {
  background-image: url("../img/body-bg.jpg");
}
.body-slide-4 {
  background-image: url("../img/body-bg-2.jpg");
}

/* Mobile devices (up to 767px) */
@media screen and (max-width: 767px) {
  /* Your CSS styles for mobile devices here */
  .body-bg {
    height: 100vh;
  }
}

body {
  position: relative;
}
body:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.logo {
  max-width: 120px;
}

/* video background */
.big-background-default-image {
  background-image: url("../img/body-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  backface-visibility: hidden;
}
.big-background-default-image iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
/* for rain */
.rain-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rain-area canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.rain-area {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.rain-area:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #000;
  opacity: 0.3;
} /* Room Card Styles */
.room-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border: 2px solid transparent;
  padding: 5px;
}

.room-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  border-color: #008ea4;
}

.room-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.room-card:hover img {
  transform: scale(1.05);
}

.room-card h3 {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #008ea4;
}

/* Carousel Wrapper for External Arrows */
.carousel-wrapper {
  position: relative;
  padding: 0 20px; /* narrower, to free space */
}

/* Owl Carousel Navigation (outside carousel) */
.rooms-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.rooms-carousel .owl-nav button.owl-prev,
.rooms-carousel .owl-nav button.owl-next {
  background-color: #008ea4;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  pointer-events: all;
  transition: background 0.3s ease;
}

.rooms-carousel .owl-nav button.owl-prev:hover,
.rooms-carousel .owl-nav button.owl-next:hover {
  background-color: #005f6b;
}

/* Mobile devices (up to 767px) */
@media screen and (max-width: 767px) {
  /* Your CSS styles for mobile devices here */
  .contact-maps img {
    width: 140px;
  }
}

.contact-maps {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.contact-map-img {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
