@import '../fonts/fonts.css';
* {
  padding: 0;
  margin: 0;
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
}
@font-face {
  font-family: 'Bugfast Regular';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Bugfast.woff);
}
html,
body {
  height: 100%;
  font-family: 'Avenir', sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
}
::-webkit-input-placeholder {
  color: #d2d2d2 !important;
}
:-ms-input-placeholder {
  color: #d2d2d2 !important;
}
/*========================== Common CSS ===========================*/
a:hover,
a:focus {
  color: #00d8ff;
}
.homepage #content {
  height: 100vh !important;
}
.mb-3 {
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
}
/* Background colo declarations */
.bg-gray {
  background: #f6f7fa;
}
option:first-child {
  color: #ccc;
}
.form-group {
  width: 50%;
}
.font-weight-normal {
  font-weight: normal !important;
}
.btn {
  outline: none !important;
  padding: 10px 30px;
  border-radius: 6px;
  color: #00d8ff;
  text-align: center;
  transition: all 0.3s;
}
.unset-minheight {
  min-height: unset !important;
}
.btn.btn-alt {
  border: 2px solid;
}
.btn.btn-alt:hover {
  background: #00d8ff;
  color: #fff;
}
.page-title {
  margin: 50px 0;
  text-align: right;
}
.page-title h1 {
  font-family: 'Avenir Black Oblique';
  font-weight: 900;
  font-style: italic;
  font-size: 48px;
  color: #3c5055;
}
.page-title h1 span {
  font-family: Avenir;
  font-style: normal;
}
.page-title h3 {
  font-family: Avenir;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: #0f282d;
  margin-bottom: 15px;
  font-size: 23px;
}
.page-title a {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #00d8ff;
  margin-top: 15px;
  width: 300px;
}
.page-title .btn-alt {
  background: #e1f7fb;
  font-size: 24px;
}
.page-title .btn-link:hover {
  /* color: #3c31e7; */
  color: black;
  text-decoration: none;
}
.modal.center .modal-body {
  padding: 0;
}
.press-modal.center .modal-dialog {
  max-width: 485px;
  top: 50%;
  transform: translateY(-50%);
}
.press-modal .modal-content {
  border-radius: 12px;
}
.press-content {
  font-size: 16px;
  padding: 50px 30px;
  font-weight: 300;
}
.press-wrap .press-content {
  background: #fff;
}
.press-title {
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 15px;
  letter-spacing: -0.92px;
}
.press-content .downdload-btn {
  text-decoration: none;
  max-width: 250px;
  margin: 40px auto;
  display: block;
}
.press-content .downdload-btn:hover,
.press-content .downdload-btn:focus {
  text-decoration: none;
}
.press-content .downdload-btn p {
  text-align: right;
  font-size: 12px;
  font-style: oblique;
  color: #3c5055;
  margin-top: 5px;
  text-decoration: none !important;
}
.modal button.close {
  font-size: 40px;
  font-weight: 400;
  margin-right: 13px;
  margin-top: 7px;
}
.press-content > a {
  color: #00d8ff;
}

/*========================== Header ===========================*/
#header img {
  max-width: 100%;
}
.bttn_downloadpresskit {
  max-width: 250px;
}

.header-wrap {
  position: relative;
  padding: 10px 0;
  z-index: 9;
  box-shadow: 0 4px 12px 0 rgba(169, 169, 169, 0.1);
  background: #fff;
}
.iti__country-list {
  z-index: 8;
}
.phone-form-wrap input[type='tel'].form-control {
  border-color: #ddd;
}
.phone-form-wrap input[type='tel'].form-control:focus {
  border-color: #00d8ff;
  box-shadow: 0 0 0;
}
.homepage .phone-form-wrap input[type='tel'].form-control {
  background: transparent !important;
  color: #fff;
  border-color: #fff;
}
.homepage .phone-form-wrap input[type='tel'].form-control:focus {
  border-color: #00d8ff;
}
.homepage .iti--separate-dial-code .iti__selected-flag {
  color: #fff;
}
.homepage .iti__arrow {
  border-top-color: #fff;
}
.homepage .iti__arrow--up {
  border-bottom-color: #fff;
}
.logo-wrap {
  display: flex;
  align-items: center;
}
.logo img {
  max-height: 65px;
}
.header-left {
  display: flex;
}
.header-socials {
  display: flex;
  margin: 16px 0;
  padding-left: 70px;
}
.header-socials a {
  padding: 5px;
  display: inline-block;
}
.back-btn img {
  filter: grayscale(1);
  transition: all 0.3s;
}

.back-btn:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
}

.back-btn {
  padding-right: 30px;
}
.homepage .header-wrap {
  box-shadow: 0 0 0;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.homepage .back-btn {
  display: none;
}

/* ======== faq =========*/
.main-content {
  min-height: calc(100vh - 85px);
  padding: 50px 0;
}

.main-content ul,
.main-content ol {
  margin-left: 30px;
}

.main-content ul li,
.main-content ol li {
  margin-bottom: 10px;
}

.update {
  font-size: 12px;
  font-weight: normal;
  font-style: oblique;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #878f96;
}
.address p {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #22323f;
}
address {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #333333;
}

.card-title {
  text-decoration: none;
  color: #00d8ff;
}
.card-title:hover {
  text-decoration: none;
  color: #00d8ff;
}
.accordion .card {
  background: none !important;
  border: none !important;
  color: #00d8ff;
  font-size: 18px;
  font-weight: 400;
}
.accordion .card .card-body {
  padding: 0;
}
.accordion .card p {
  color: #878f96;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  text-align: justify;
}
.accordion .card .card-header {
  background-color: #f6f7fa !important;
  border-bottom: none !important;
  padding: 10px 0;
}
.accordion .card-title {
  font-size: 26px;
  font-weight: 300;
}
.accordion .card-title:after {
  font-family: 'FontAwesome';
  content: '\f0d7';
  margin-left: 15px;
  color: #00d8ff;
}
.accordion .card-title.collapsed:after {
  content: '\f0da';
}
.support-btn {
  width: 144px;
  border-radius: 4px;
  background-color: #00d8ff;
  border: none !important;
}
.main-title {
  margin-bottom: 20px;
  font-weight: 300;
  color: #878f96;
}
.main-title a {
  color: #00d8ff;
}
.x {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.navbar {
  padding: 5px 0 !important;
}
.parent {
  background: #00d8ff;
  width: 63px;
  height: 63px;
  position: relative;
}
.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.glass {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.entourage {
  height: 11px;
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #00d8ff;
}
.area_reviews {
  width: 81px;
  height: 14px;
  object-fit: contain;
}
.friends-who-swipe-to {
  font-family: Avenir;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 0;
}
.subscription-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* background-color: rgba(0,0,0,0.6); */
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.subs-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: crosshair;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.subscription-box {
  font-family: 'Avenir', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  padding: 15px 0;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  transition: all 1s;
}
.phoneForm hr {
  border: none;
  background-image: linear-gradient(to right, #00ebff, #00c0e3);
  height: 4px;
  margin: 50px 0;
}

.subscription-wrap.active .subs-overlay {
  opacity: 0.8;
  visibility: visible;
}

.subscription-wrap.active .subscription-box {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.subscription-wrap.active {
  opacity: 1;
  visibility: visible;
}
.popup-icon span {
  display: block;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
}

.popup-icon {
  margin-bottom: 30px;
}

.popup-form-inner h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 310px;
  margin: 0 auto 50px;
}
.popup-form.phone-form-wrap input[type='tel'].form-control {
  border-color: #ddd;
  color: #333;
}
.popup-form.phone-form-wrap .inputs {
  max-width: 250px;
  margin: 0 auto;
}

.popup-form.phone-form-wrap .inputs .input-icon {
  padding: 6px;
  width: 40px;
  transition: all 0.3s;
}
.popup-form.phone-form-wrap button {
  max-width: 85%;
  margin: 0 auto;
  background: #d2d2d2;
  color: #fbfbfd;
  font-weight: 500;
  font-size: 16px;
}

.popup-form.phone-form-wrap button:hover {
  background: #00d8ff;
}
.inputs .input-icon img {
  filter: grayscale(1);
}
.inputs .input-icon img {
  filter: grayscale(1);
}
.focused.inputs .input-icon img {
  filter: grayscale(0);
}
.focused .input-icon {
  color: #00d8ff;
}

.focused input,
.focused textarea {
  border-color: #00d8ff !important;
}

.popup-form .help-text {
  max-width: 330px;
  margin: 20px auto;
  font-size: 12px;
}

.homepage .popupForm .iti__arrow {
  border-top-color: #000;
}

.homepage .popupForm .iti--separate-dial-code .iti__selected-flag {
  color: #000;
}

#mc_embed_signup_scroll > p {
  margin: 35px 0 0;
  font-size: 85%;
}
#mc_embed_signup_scroll h5 {
  font-size: 110%;
  margin-bottom: 25px;
}
#mc_embed_signup_scroll > img {
  max-height: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}
.subscription-box .response {
  padding: 15px;
  margin-bottom: 15px;
}
.subscription-box h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Bugfast Regular';
  color: #22323f;
}
#subsClose {
  position: absolute;
  right: 15px;
  top: 6px;
  text-align: center;
  border: none;
  background: transparent;
  border-top-right-radius: 6px;
  background-color: transparent;
  font-size: 40px;
  color: #000;
  outline: none;
  z-index: 9;
  font-weight: 400;
  opacity: 0.2;
  line-height: 1;
  transition: all 0.3s;
}
#subsClose:hover {
  opacity: 0.5;
}
/* .subscription-box input {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #22323f;
  outline: none;
  font-family: 'Avenir', sans-serif;
  border-radius: 6px;
  color: #00d8ff;
  font-style: oblique;
  margin-top: 40px;
} */
.email-submit-btn {
  padding: 10px 35px;
  border: none;
  background: #00d8ff;
  color: #fff;
  border-radius: 6px;
  font-size: 110%;
  margin-top: 25px;
  transition: all 0.3s;
}
.email-submit-btn:hover {
  background-color: #d2d2d2;
}
.email-submit-btn:focus {
  outline: none;
}
.subscription-box input[type='email'] {
  margin-bottom: 15px;
}
.phone-form-wrap {
  position: relative;
  margin: 15px 0;
}
#myNavbar {
  position: relative;
}
#close_div {
  position: relative;
  z-index: 99;
}
.submit-btn.form-control {
  display: inline-block;
  width: unset;
  background-color: #00d8ff !important;
  color: #fff;
}
.single-slide {
  position: relative;
  z-index: 3;
}
.single-slide::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000;
  z-index: -1;
  opacity: 0.25;
}
.bottom-footer {
  background: linear-gradient(to right, #fa4888, #c1fa48);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0px;
  z-index: 9999;
}
.navbar {
  /* position: absolute; */
  top: 0;
  z-index: 999;
  width: 100%;
  border-radius: 0 !important;
  margin: 0;
}

/* Banner CSS */
.banner-wrap {
  height: 100vh;
  min-height: 550px;
  position: relative;
  z-index: 3;
}

/* Slider CSS */
.slide-bg-1 {
  background-image: url(../img/1.jpg);
}
.slide-bg-2 {
  background-image: url(../img/2.jpg);
}
.slide-bg-3 {
  background-image: url(../img/3.jpg);
}
.slide-bg-4 {
  background-image: url(../img/4.jpg);
}
#bgSlider {
  height: 100vh;
}
.single-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#bgSlider .owl-stage-outer div {
  height: 100%;
}
.owl-carousel .owl-stage-outer {
  height: 100%;
}
.apple-button {
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
}

#bgSlider .owl-stage-outer div .bottom-footer {
  height: unset;
}

.slide-content {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}

.slide-content .apple-btn {
  margin-top: 50px;
  display: inline-block;
  transition: all 0.3s;
}
.slide-content .apple-btn:hover {
  transform: scale(1.05);
}

.slide-content h1 {
  font-family: 'Bugfast Regular';
  font-size: 44px;
  line-height: 1.7;
}

/* Support */
.contact-form-wrap {
  padding-bottom: 50px;
  position: relative;
}
.contact-form-wrap::after {
  background: url(../img/shape.png);
  content: '';
  width: 230px;
  height: 230px;
  top: 50%;
  position: absolute;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
}
.contact-form {
  padding: 50px 30px;
  background: #fff;
  box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 470px;
}

.contact-form h2 {
  margin: 0 0 20px;
  font-weight: 900;
  color: #3c5055;
}

.contact-form .input-group-addon {
  width: 50px;
  font-size: 20px;
  background: #fff;
  border-width: 2px;
}

.contact-form .form-control {
  background: #fff !important;
  border-radius: 8px;
  border: 2px solid #d9dde7;
  font-size: 16px;
  font-weight: 500;
  resize: none;
}

.inputs {
  position: relative;
}
.inputs + .inputs {
  margin-top: 20px;
}
.inputs .input-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}

.inputs .form-control {
  padding-left: 50px;
}

.input-icon {
  font-size: 16px;
  color: #878f96;
}

.contact-form .form-control:focus {
  border-color: #00d8ff;
  box-shadow: 0 0 0;
}

.contact-form .form-group,
.contact-form .input-group {
  width: 100%;
}

.contact-form button[type='submit'] {
  margin: 20px auto;
  width: 80%;
  display: block;
  margin-bottom: -77px;
  color: #fff;
  background: #d9dde7;
  font-size: 23px;
  max-width: 300px;
  padding: 15px 30px;
  font-weight: 400;
}

.contact-form button[type='submit']:hover {
  background: #00d8ff;
}

article {
  color: #3c5055;
  font-size: 16px;
  font-weight: 300;
}

article p {
  margin: 0 0 15px;
  opacity: 0.8;
}

article h4 {
  font-size: 20px;
  font-weight: 900;
  margin: 25px 0 10px;
  color: #3c5055;
  opacity: 0.8;
}

article h1 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.06px;
  color: #0f282d;
  margin: 0 0 30px;
}

/*======= footer ======*/
footer {
  border-top: 1px solid rgba(89, 96, 156, 0.18);
  background: #fff;
  padding-top: 20px;
}
footer ul .list-group-item {
  padding: 5px 0;
  margin-bottom: 0 !important;
  border: none !important;
  font-size: 1rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #878f96;
}
footer ul .list-group-item a {
  text-decoration: none;
}
footer ul .list-group-item a:hover,
footer ul .list-group-item a:focus {
  text-decoration: none;
}
.footer-title {
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
}
.coming {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #878f96;
}
.form-control {
  font-size: 14px;
  background-color: #f6f7fa !important;
  border-radius: 4px;
  border: solid 1px #00d8ff;
}
.phone-form-wrap .form-message {
  padding: 1px 5px;
  margin-top: 1px;
  font-size: 80%;
  /* text-align: left; */
}
footer ul li a {
  color: #878f96;
}
footer ul li:hover a {
  text-decoration: none;
}
.footer-text {
  display: block;
  font-family: 'FifthCraft';
  font-size: 32px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}
.mm {
  margin: -8px 7px;
}
.copyright {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #a7a9ac;
  margin-left: -15px;
  margin-right: -15px;
  background: #f6f7fa;
  padding: 15px;
  text-align: center;
  margin-bottom: -15px !important;
}
.copyright a {
  color: inherit;
}
.copyright a:hover {
  color: black;
}
#welcometoen {
  font-size: 19px;
}

.swipe {
  font-family: 'FifthCraft';
}

/* Responsive */
@media only screen and (max-width: 1200px) {
  .navbar {
    display: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  .banner-wrap {
    height: calc(var(--vh, 1vh) * 100) !important;
  }
  #bgSlider {
    height: calc(var(--vh, 1vh) * 100) !important;
  }
  .faq-title {
    margin-left: 20px;
  }
  .subscription-box {
    max-width: calc(95% - 30px);
    padding: 35px 10px;
    text-align: center;
  }
  .subscription-box input {
    padding: 7px 10px;
  }
  .slide-content {
    text-align: center;
  }
  .accordion .card-title {
    font-size: 20px;
  }
  #subsClose {
    right: 0;
    top: 0;
    box-shadow: 0 0 1px;
  }
  .address {
    padding-left: 15px;
  }
  .address address {
    font-size: 11px;
    line-height: 1.7;
  }
  .footer-text {
    font-size: 20px;
  }
  .navbar {
    display: none;
  }
  .footer-menu {
    width: 50%;
    float: left;
  }
  .slide-content {
    margin-top: 0px !important;
  }
  .slide-content .apple-btn {
    margin-top: 180px !important;
  }
  #welcometoen {
    font-size: 17px;
    margin: 0 0 10px 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-text {
    font-size: 22px;
  }
  .faq-title {
    margin-left: 20px;
  }
  #subsClose {
    right: 0;
    top: 0;
    box-shadow: 0 0 1px;
  }
  .accordion .card {
    font-weight: normal;
    font-size: 14px;
  }
  .accordion .card p {
    font-size: 14px;
  }
  .address {
    padding-left: 15px;
  }
  .address address {
    font-size: 11px;
    line-height: 1.7;
  }
}
@media (max-width: 992px) {
  .header-socials {
    text-align: right;
    padding-left: 15px;
  }
  .back-btn {
    padding-right: 10px;
  }
  .logo img {
    max-height: 50px;
  }
  .submit-btn.form-control {
    font-size: 12px;
  }
  .page-title {
    text-align: center;
  }
  .slide-content {
    font-size: 18px;
    margin-top: 20px;
  }
  .slide-content h1 {
    font-size: 38px;
  }
  .contact-form {
    margin: 0 auto;
  }
  .page-title .btn-link {
    font-weight: 400;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .slide-content {
    font-size: 15px;
    margin-top: 20px;
  }
  .slide-content h1 {
    font-size: 37px;
    line-height: 1.6;
  }
  .header-left {
    justify-content: space-between;
  }
}
