/*!
Template Name: Hotel app landing page
Template URI: https://www.template.net
Author: Template.net
Author URI: https://www.template.net
License: Template.net
License URI: https://www.template.net/license-agreement
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Varela Round", sans-serif;
}

body,
html {
  height: 100%;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

li {
  display: inline-block;
}

a {
  cursor: pointer;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

hr {
  margin-bottom: 0;
}

.container {
  max-width: 1430px;
}

/*.container-fluid {
    padding: 0;
}*/

/*======================
     Nav-bar Styles
======================*/

/*<-- Header start -->*/
.header-top span {
  background-color: #fc9214;
  width: 100%;
  height: 7px;
}
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  height: auto;
  padding: 50px 0 0 0;
}
.navbar-light .navbar-brand {
  margin-left: 15px;
}

header.active {
  background-color: #ffffff;
  padding: 10px 0;
  top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  transition: 0.5s;
}
header.active .navbar-expand-lg {
  display: flex;
  align-items: center;
}
header.active img {
  width: 75%;
}
header .navbar-expand-lg {
  height: inherit;
  padding: 0;
  align-items: flex-start;
  color: #222;
}
header.active .navbar-expand-lg .navbar-nav .nav-link,
header.active .navbar-expand-lg .navbar-nav span {
  color: #000000;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  color: #757a9b;
  /*font-weight: bold;*/
  transition: all 0.3s ease;
  display: inline-block;
}
header .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #ed145b;
}
header .navbar-expand-lg .navbar-nav span {
  display: inline-block;
  margin-right: 9px;
  margin-left: 7px;
  color: #757a9b;
  font-weight: bold;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fc9214;
}
header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0px;
}
header .navbar-expand-lg .navbar-nav .nav-item {
  line-height: 30px;
}
/*-- header end --*/

/*-- banner start --*/
.banner {
  position: relative;
  width: 100%;
  height: 900px;
}
.banner .right {
  float: right;
  position: relative;
  display: flex;
}
.banner .right:after {
  content: "";
  background: url("../images/clipart.jpg") no-repeat scroll center center;
  background-size: 30cm;
  position: absolute;
  right: 0;
  top: 0;
  width: 190%;
  height: 130%;
  z-index: -1;
  box-shadow: inset 0 0 150px 150px rgba(255, 255, 255, 0.9);
}
.banner .banner-inner {
  padding-top: 250px;
  padding-right: 86px;
}

.banner .banner-inner h1 {
  font-size: 56px;
  color: #757a9b;
  margin-bottom: 24px;
}

.banner .banner-inner h4 {
  font-size: 24px;
  line-height: 28px;
  color: #757a9b;
}

.banner .banner-inner p {
  font-size: 18px;
  line-height: 28px;
  color: #757a9b;
  margin-right: 18%;
  margin-bottom: 42px;
}

.banner .banner-inner .app-store {
  margin-left: 40px;
}

.banner .thumbnail img {
  max-width: 100%;
}
.banner .music {
  position: absolute;
  right: 20.6%;
  bottom: -18%;
}

/*-- services-home --*/
.services-home {
  padding: 130px 0 80px 0;
  background: linear-gradient(
    to bottom,
    rgb(255, 246, 238) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.services-home h3 {
  font-size: 52px;
  color: #545361;
  margin-bottom: 30px;
}

.services-home .services-box {
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 50px;
  padding: 40px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
  height: auto;
}
.services-home .services-box:hover {
  background: linear-gradient(
    135deg,
    rgba(108, 99, 255, 1) 0%,
    rgba(76, 76, 120, 1) 100%
  );
}
.services-home .services-box:hover h4 {
  color: #fff;
}
.services-home .services-box:hover p {
  color: #fff;
}
.services-home .services-box h4 {
  font-size: 24px;
  line-height: 28px;
  color: #545361;
  margin-bottom: 8px;
  font-weight: 400;
}
.services-home .services-box p {
  font-size: 16px;
  line-height: 24px;
  font-family: arial;
  color: #545361;
}
.services-home .first-child p {
  margin-bottom: 23px;
}
.services-home .fourth-child p {
  margin-bottom: 23px;
}
.services-home .fifth-child p {
  margin-bottom: 45px;
}

.services-home .services-box img {
  position: absolute;
  top: 0;
  right: 0;
}
.common-heading-1 .heading {
  font-size: 40px;
  line-height: 55px;
  color: #959595;
  text-align: center;
}
.common-heading-1 .sub-heading {
  font-size: 17px;
  color: #666;
  margin-top: 20px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}
/*-- services-home end --*/

/*-- Features start --*/

.Features {
  padding-bottom: 100px;
}

.Sports .One {
  padding-top: 20px;
}

.Features .One h4 {
  font-size: 52px;
  color: #545361;
  margin-bottom: 70px;
}

.Features .One p {
  font-size: 18px;
  line-height: 32px;
  color: #545361;
  font-family: arial;
  margin-bottom: 30px;
  margin-right: 10%;
}

.Features .two {
  text-align: right;
}

.Features .Features-team {
  padding-top: 130px;
}

.Features .four {
  padding-left: 55px;
}

.Features .four h4 {
  font-size: 52px;
  color: #545361;
  margin-bottom: 70px;
  margin-right: 23%;
}

.Features .four p {
  font-size: 18px;
  line-height: 32px;
  color: #545361;
  font-family: arial;
  margin-bottom: 30px;
  margin-right: 10%;
}

/*-- Features end --*/
.Video {
  position: relative;
  width: 100%;
  height: 785px;
  margin-top: 95px;
}

.Video::before {
  content: "";
  background-image: url("../images/preview2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5; /* Adjust the opacity here */
}

.Video .Video-inner {
  padding-top: 125px;
  margin: auto;
  text-align: center;
}

.Video h3 {
  font-size: 52px;
  color: #000000;
  margin-bottom: 25px;
}

.Video p {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: arial;
  padding-bottom: 105px;
}

.Video .Video-inner img {
  position: relative;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.Video i {
  font-size: 103px;
  line-height: 43px;
  color: #ffffff;
  position: absolute;
  top: 70%;
  left: 47.3%;
}

/* --------Owl Carousel-------- */
.content {
  margin: auto;
  text-align: center;
  padding-top: 100px;
}

.content h3 {
  font-size: 52px;
  color: #000000;
  margin-bottom: 26px;
}

.content p {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: arial;
  margin-left: 22%;
  margin-right: 22%;
}

.owl-carousel {
  display: inline-flex;
}

.owl-stage .owl-item {
  max-height: 600px;
  margin: 50px 0;
}

.owl-item .item {
  height: 100%;
}

.owl-item .item .slide {
  height: 100%;
  opacity: 0.4;
}

.owl-item .item .slide:hover {
  opacity: 1;
}

.owl-item .item .slide img {
  max-height: 100%;
  max-width: 100%;
  height: inherit;
  width: inherit;
  position: relative;
  transition: all 0.5s ease;
}

.owl-item .item .slide img:hover {
  -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.75);
}

.slide figure {
  position: relative;
}

.slide ul li {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.carousel h4 {
  font-size: 24px;
  line-height: 26px;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  color: #c2c2c2;
  text-decoration: none;
  margin: 45px;
  top: 0;
}

.owl-item .item .slide:hover h4 {
  color: #fff;
}

.carousel {
  cursor: move;
  margin-bottom: 90px;
}

.carousel .row {
  margin: 0;
}

.carousel .row .col-12 {
  padding: 0;
}

.owl-dots {
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #cccccc;
  color: inherit;
  border: none;
  padding: 9px !important;
  font: inherit;
  border-radius: 50px;
  margin: 3px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.active {
  background-color: #fc9214;
  padding: 10px 30px !important;
}

/* --------End of Owl Carousel-------- */

/*pricing start css*/
.Pricing {
}

.Pricing-sec {
  background-color: #f4f4f4;
  padding-top: 113px;
  margin-bottom: 150px;
}

.Pricing h3 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 10px 0;
  line-height: 35px;
}

.Pricing-sec0 {
  padding: 102px 0 0 0;
}

.Pricing-sec0 .Pricing-BoxOne {
  padding: 0 90px 0 150px;
}

.Pricing-sec0 .Pricing-BoxOne .Pricing-secOne h5 {
  font-size: 52px;
  text-align: center;
  margin-bottom: 42px;
  display: inline-block;
}

.Pricing-sec0 .Pricing-BoxOne .Pricing-secOne {
  padding: 55px 90px;
  background-color: #ffffff;
}

.Pricing-sec0 .Pricing-BoxOne .Pricing-secOne:hover {
  background: linear-gradient(
    135deg,
    rgba(108, 99, 255, 1) 0%,
    rgba(76, 76, 120, 1) 100%
  );
  color: #ffffff;
  transition: 0.1s;
}

.Pricing-sec0 .Pricing-BoxOne .Pricing-secOne span {
  display: block;
  font-size: 22px;
  line-height: 62px;
}

.Pricing-sec0 .Pricing-BoxOne .Pricing-secOne button {
  width: 292px;
  height: 70px;
  color: #ffffff;
  background-color: #000000;
  font-size: 24px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
}

.Pricing-sec0 .Pricing-BoxOne .Pricing-secOne i {
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
}

.Pricing-sec0 .Pricing-BoxOne .Pricing-secOne button:hover i {
  transform: translateX(10px);
  transition: 0.5s;
}

.Pricing-sec0 .Pricing-BoxOne .Pricing-secOne a {
  font-size: 14px;
  font-family: arial;
  line-height: 26px;
  text-decoration: underline;
  color: #363636;
  display: block;
}

.Pricing-sec0 .Pricing-BoxOne .Pricing-secOne:hover a {
  color: #ffffff;
}

.Pricing-sec0 .Pricing-secOne small {
  display: inline-block;
  color: #ff0000;
  font-size: 24px;
  vertical-align: middle;
}

/*pricing end css*/

/*-- download-now --*/

.download-now {
  background-color: #efeeff;
}

.download-now .download-inner {
  padding-top: 115px;
  padding-bottom: 115px;
}

.download-now a {
  width: 338px;
  height: 95px;
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  line-height: 95px;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(108, 99, 255, 1) 0%,
    rgba(76, 76, 120, 1) 100%
  );
}

.download-now h4 {
  font-size: 56px;
  color: #000000;
}

.download-now h5 {
  font-size: 24px;
  line-height: 95px;
  color: #ffffff;
  display: inline-block;
  margin-left: 10px;
}

.download-now span i {
  font-size: 40px;
  color: #000000;
  margin-left: 15px;
}

.download-now a:hover i {
  transform: translateY(-7px);
  transition: 0.5s;
}

/*-- download-now end --*/

/*-- Testimonies start --*/
.Testimonies {
  padding-top: 135px;
  padding-bottom: 170px;
}

.carousel-inner img {
  border-radius: 50%;
}

.carousel-inner .content-1 {
  padding-right: 10%;
}

.carousel-inner .content-2 {
  padding-right: 10%;
}

.carousel-inner .icons {
  padding-top: 30px;
  text-align: left;
}

.carousel-inner .icons i {
  font-size: 18px;
  color: #f99d2a;
}

.carousel-inner .icons .grey-icon {
  color: #c2c2c2;
}

.carousel-inner h3 {
  font-family: arial;
  font-size: 28px;
  color: #464646;
  font-weight: 600;
  margin-top: 42px;
  margin-bottom: 22px;
}

.carousel-inner h6 {
  font-family: arial;
  font-size: 16px;
  line-height: 30px;
  color: #aaaaaa;
}

.carousel-inner p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-family: arial;
}

/*-- End of Testimonies --*/

/*-- footer start --*/

footer {
  padding-top: 100px;
  padding-bottom: 70px;
  background: linear-gradient(
    to bottom,
    rgba(239, 238, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.footer-top {
  border-bottom: 2px solid #deddff;
  padding-bottom: 70px;
}

.footer-top h4 {
  font-size: 52px;
  color: #000000;
  margin-bottom: 28px;
}

.footer-top p {
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-family: arial;
}

.form-control {
  width: 374px;
  height: 60px;
  font-size: 18px;
  font-style: italic;
  border: 1px solid #d0d0d04d;
  display: inline-block;
}

form {
  padding-top: 80px;
  padding-left: 30px;
}

form .btn {
  width: 242px;
  height: 60px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #fc9214;
  margin-left: 30px;
}

form .btn:hover {
  transition: all 0.5s ease;
  color: #ececec;
  opacity: 0.7;
}

/*-- footer-bottom start --*/
.footer-bottom {
  padding-top: 70px;
}
footer nav {
  display: inline-block;
  float: right;
  margin-top: 30px;
}
footer nav ul {
  display: inline-flex;
  list-style: none;
}
footer nav ul li {
  font-size: 18px;
  line-height: 30px;
  font-family: arial;
  font-weight: bold;
}
footer nav ul li a {
  padding: 20px;
  color: #000000;
}
footer nav ul li a:hover {
  color: #fc9214;
  transition: all 0.5s ease;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
footer .fa-arrow-up {
  margin: 10px;
  position: absolute;
  bottom: 0px;
  left: 2px;
  top: 0px;
  font-size: 25px;
}
#myBtn {
  /* background-image: url('../images/banner-1.jpg');
  background-repeat: no-repeat;*/
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000000;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 25%;
  width: 45px;
  height: 45px;
}
#myBtn:hover {
  background-color: #fc9214;
}
/*-- End of footer --*/

/*-- media query start --*/

@media only screen and (max-width: 1920px) and (min-width: 1430px) {
  .banner .right:after {
    position: absolute;
    right: -245px;
    top: 6px;
  }
}

@media only screen and (max-width: 1440px) {
  .container {
    max-width: 100%;
  }
  header .navbar-expand-lg {
    padding-right: 15px;
  }
  .banner {
    height: 830px;
  }
  .banner .banner-inner {
    padding-right: 92px;
  }
  .banner .right:after {
    position: absolute;
    right: 0;
    top: 30px;
    width: 977px;
    height: 800px;
  }
  .banner .music {
    position: absolute;
    right: 24.6%;
    bottom: -20%;
  }

  .owl-item .item .slide img {
    width: 250px;
  }
  .carousel h4 {
    font-size: 20px;
  }
  .download-now a {
    width: 320px;
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: 1300px;
  }
  .banner .banner-inner {
    padding-right: 30px;
  }
  .banner .banner-inner .app-store {
    margin-left: 15px;
  }
  .banner .right:after {
    position: absolute;
    right: -33px;
    top: 30px;
    width: 977px;
    height: 800px;
  }
  .banner .music {
    position: absolute;
    right: 26.6%;
    bottom: -20%;
  }
  .services-home .services-box {
    padding: 20px;
  }
  .Features {
    padding-bottom: 0;
  }
  .Features .One h4 {
    font-size: 45px;
  }
  .Features .four h4 {
    font-size: 45px;
    margin-right: 21%;
  }
  .Video {
    background-position: center;
  }
  .owl-item .item .slide img {
    max-width: 240px;
  }
  .Pricing-sec0 .Pricing-BoxOne {
    padding: 0 90px 0 90px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne {
    padding: 55px 75px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne span {
    font-size: 20px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne button {
    width: 250px;
  }

  .download-now h4 {
    font-size: 50px;
  }
  .download-now a {
    width: 290px;
  }
  .download-now span i {
    margin-left: 5px;
  }
  .form-control {
    width: 330px;
  }
  form .btn {
    width: 215px;
  }
}

@media only screen and (max-width: 1024px) {
  header {
    padding: 0;
  }
  header .navbar-expand-lg {
    padding-top: 20px;
  }
  .banner {
    height: 580px;
  }
  .banner .right {
    display: none;
  }
  .banner .banner-inner {
    padding-right: 0;
    padding-top: 185px;
    text-align: center;
  }
  .banner .banner-inner h1 {
    font-size: 50px;
  }
  .banner .banner-inner p {
    margin-right: 0;
  }
  .banner .music {
    display: none;
  }
  .services-home .services-box {
    padding: 30px;
  }
  .services-home .services-box h4 {
    font-size: 17px;
    font-weight: 600;
  }
  .services-home .services-box p {
    font-size: 15px;
  }
  .services-home .fourth-child p {
    margin-bottom: 0;
  }
  .services-home .fifth-child p {
    margin-bottom: 72px;
  }

  .Features .One h4 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .Features .One p {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-right: 8%;
  }

  .Features .two img {
    width: 460px;
  }
  .Features .Features-team {
    padding-top: 80px;
  }

  .Features .three img {
    width: 460px;
  }
  .Features .four h4 {
    font-size: 35px;
    margin-bottom: 45px;
    margin-right: 0;
  }
  .Features .four p {
    font-size: 15px;
  }
  .content h3 {
    font-size: 45px;
  }
  .owl-item .item .slide img {
    max-width: 180px;
  }
  .carousel h4 {
    margin: 12px 2px;
  }
  .Pricing-sec0 .Pricing-BoxOne {
    padding: 0 50px 0 30px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne span {
    font-size: 20px;
  }
  .download-now h4 {
    font-size: 36px;
  }
  .download-now a {
    width: 280px;
    height: 90px;
  }
  .download-now .download-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .download-now span i {
    margin-left: 0;
  }
  .carousel-inner .content-1 {
    padding-right: 4%;
  }
  .carousel-inner .content-2 {
    padding-right: 4%;
  }
  .carousel-inner p {
    font-size: 17px;
  }
  .footer-top h4 {
    font-size: 47px;
  }
  .footer-top p {
    font-size: 21px;
  }
  form {
    padding-left: 0;
  }
  .form-control {
    width: 270px;
  }
  form .btn {
    width: 170px;
    height: 55px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 814px) {
  header .navbar-brand img {
    width: 75%;
  }
  header .navbar-expand-lg {
    padding-top: 10px;
    align-items: center;
    background-color: #efeeff;
    padding-bottom: 10px;
  }
  header.active .navbar-expand-lg {
    background-color: #ffffff;
  }
  header .navbar-expand-lg .navbar-nav span {
    display: none;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
    float: right;
    color: #000000;
    font-weight: bold;
  }
  header.active .navbar-expand-lg .navbar-nav .nav-link,
  header.active .navbar-expand-lg .navbar-nav span {
    color: #483ee2;
  }
  .banner {
    height: 600px;
  }
  .banner .banner-inner h1 {
    font-size: 40px;
  }
  .banner .banner-inner p {
    font-size: 18px;
  }
  .banner .banner-inner img {
    max-width: 30%;
  }

  .services-home .services-box {
    padding: 15px;
  }
  .services-home .services-box h4 {
    font-size: 15px;
  }
  .services-home .services-box p {
    font-size: 13px;
  }

  .Features {
    padding-bottom: 0;
  }
  .Features .two {
    text-align: center;
  }
  .Features .two img {
    height: 100%;
    width: auto;
  }
  .Features .three {
    text-align: center;
  }
  .Features .three img {
    height: 100%;
    width: auto;
  }
  .Features .four {
    padding-left: 15px;
    padding-top: 50px;
  }
  .Video {
    height: 662px;
    margin-top: 50px;
  }
  .Video .Video-inner {
    padding-top: 70px;
  }
  .Video h3 {
    font-size: 50px;
  }
  .Video .Video-inner img {
    max-width: 85%;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .Video i {
    font-size: 85px;
  }
  .carousel h4 {
    margin: 11px;
  }
  .modal-dialog {
    max-width: 720px;
  }
  iframe {
    width: 680px;
  }
  .content p {
    font-size: 15px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .Pricing-sec {
    background-color: #f4f4f4;
    padding-top: 70px;
    margin-bottom: 70px;
  }
  .Pricing-sec0 .Pricing-BoxOne {
    padding: 0 20px 0 20px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne {
    padding: 55px 20px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne button {
    width: 220px;
  }
  .download-now .download-inner {
    text-align: center;
  }
  .download-now h4 {
    font-size: 33px;
    margin-bottom: 30px;
  }
  .download-now a {
    width: 290px;
    height: 80px;
    font-size: 20px;
    line-height: 80px;
  }
  .download-now h5 {
    font-size: 22px;
    line-height: 80px;
  }

  .Testimonies {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .carousel-inner .content-1 {
    text-align: center;
  }
  .carousel-inner .icons {
    text-align: center;
  }
  .carousel-inner .content-2 {
    display: none;
  }

  footer {
    text-align: center;
  }
  footer nav {
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .services-home .services-box {
    padding: 17px;
  }
  .services-home .third-child p {
    margin-bottom: 23px;
  }
  .services-home .fourth-child p {
    margin-bottom: -4px;
  }
  .services-home .fifth-child p {
    margin-bottom: 69px;
  }
  .services-home .seventh-child p {
    margin-bottom: -13px;
    line-height: 22px;
  }
  .Video {
    height: 649px;
  }
  .Video h3 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 640px) {
  .banner {
    height: 550px;
  }
  .banner .banner-inner h1 {
    font-size: 40px;
  }
  .banner .banner-inner h4 {
    font-size: 20px;
  }
  .banner .banner-inner p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .banner .banner-inner img {
    max-width: 28%;
  }
  .services-home {
    padding: 80px 0;
  }
  .services-home h3 {
    font-size: 45px;
  }
  .services-home .services-box {
    margin-bottom: 35px;
    padding: 20px;
  }
  .services-home .first-child p {
    margin-bottom: 0;
  }
  .services-home .third-child p {
    margin-bottom: 0;
  }
  .services-home .fifth-child p {
    margin-bottom: 0;
  }
  .services-home .services-box h4 {
    font-size: 18px;
  }
  .services-home .services-box p {
    font-size: 15px;
  }
  .Features .One h4 {
    font-size: 38px;
  }

  .Features .two img {
    width: 350px;
    height: 350px;
  }

  .Features .three img {
    width: 350px;
    height: 350px;
  }
  .Features .four h4 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .Video {
    height: 521px;
  }
  .Video .Video-inner {
    padding-top: 45px;
  }
  .Video h3 {
    font-size: 40px;
  }
  .Video p {
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 71px;
  }
  .Video i {
    font-size: 75px;
  }
  iframe {
    width: 600px;
    height: 335px;
  }
  .content h3 {
    font-size: 41px;
  }
  .carousel h4 {
    margin: 4px;
  }
  .Pricing-sec {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .Pricing-sec0 .Pricing-BoxOne {
    padding: 0 60px 0 60px;
    margin-bottom: 30px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne span {
    font-size: 19px;
  }
  .download-now h4 {
    font-size: 30px;
  }

  .Testimonies {
    padding: 80px 0;
  }
  .carousel-inner h3 {
    margin-top: 10px;
  }
  .carousel-inner p {
    font-size: 15px;
    line-height: 28px;
  }

  footer {
    padding: 50px 0;
  }
  form {
    padding-top: 50px;
  }
  .footer-top {
    padding-bottom: 50px;
  }
  .footer-top p {
    font-size: 18px;
  }
  .footer-bottom {
    padding-top: 50px;
  }
  footer nav ul li {
    font-size: 16px;
  }
  footer nav ul li a {
    padding: 15px;
  }
}

@media only screen and (max-width: 480px) {
  header .navbar-brand img {
    width: 65%;
  }
  .banner {
    height: 510px;
  }
  .banner .banner-inner {
    padding-right: 15px;
    padding-top: 165px;
  }
  .banner .banner-inner h1 {
    font-size: 32px;
  }
  .banner .banner-inner h4 {
    font-size: 18px;
  }
  .banner .banner-inner p {
    font-size: 14px;
  }
  .banner .banner-inner img {
    max-width: 35%;
  }
  .banner .banner-inner .app-store {
    margin-left: 20px;
  }
  .services-home {
    padding: 60px 0;
  }
  .services-home h3 {
    font-size: 33px;
  }
  .Features .One h4 {
    font-size: 30px;
  }
  .Features .One p {
    font-size: 14px;
    margin-right: 0;
    line-height: 28px;
  }

  .Features .Features-team {
    padding-top: 50px;
  }
  .Features .four {
    padding-top: 50px;
  }
  .Features .four h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .Features .four p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .Video {
    height: 448px;
  }
  .Video .Video-inner {
    padding-top: 60px;
  }
  .Video h3 {
    font-size: 30px;
  }
  .Video p {
    font-size: 13px;
  }
  .Video i {
    font-size: 65px;
  }
  .Video .Video-inner img {
    max-width: 85%;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
  }
  iframe {
    width: 380px;
    height: 240px;
  }
  .content h3 {
    font-size: 32px;
  }
  .content p {
    font-size: 14px;
  }
  .Checkout {
    padding-bottom: 100px;
  }
  .Checkout .carousel-inner img {
    width: 72px;
    height: 185px;
  }
  .Checkout .carousel-inner h4 {
    position: absolute;
    top: -95px;
    font-size: 12px;
    margin: 18px;
  }
  .Pricing-sec0 {
    padding: 50px 0 0 0;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne {
    padding: 30px 0;
  }
  .Pricing-sec0 .Pricing-BoxOne {
    padding: 0 40px 0 40px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne h5 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne span {
    font-size: 17px;
    line-height: 40px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne button {
    width: 185px;
    height: 65px;
  }
  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne a {
    display: block;
  }

  .download-now h4 {
    font-size: 25px;
  }
  .download-now a {
    width: 250px;
    height: 65px;
    font-size: 20px;
    line-height: 65px;
  }
  .download-now h5 {
    font-size: 20px;
    line-height: 65px;
  }
  .download-now span i {
    margin-left: 10px;
  }
  footer {
    padding: 30px 0;
  }
  .footer-top {
    padding-bottom: 25px;
  }
  .footer-top h4 {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .footer-top p {
    font-size: 16px;
  }
  form {
    padding-top: 30px;
  }
  form .btn {
    margin-left: 0;
    margin-top: 20px;
  }
  footer img {
    display: block;
    margin: auto;
  }
  footer nav ul {
    display: block;
    padding-left: 0;
  }
  footer nav ul li {
    display: block;
  }
  footer nav span {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  .slide figure {
    margin-left: 70px;
  }
  .carousel h4 {
    margin: 105px;
    position: absolute;
    top: -75px;
  }
  .owl-item .item .slide img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .banner .banner-inner img {
    max-width: 38%;
  }
  .banner .banner-inner .app-store {
    margin-left: 10px;
  }
  .banner .banner-inner h1 {
    font-size: 30px;
  }
  .banner .banner-inner h4 {
    font-size: 16px;
  }
  .banner .banner-inner p {
    font-size: 13px;
  }
  .services-home h3 {
    text-align: center;
    font-size: 24px;
  }
  .services-home .services-box {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .services-home .services-box h4 {
    font-size: 16px;
  }
  .services-home .services-box p {
    font-size: 14px;
  }
  .Features .One h4 {
    font-size: 23px;
  }
  .Features .One p {
    line-height: 26px;
  }
  .Features .two {
    background-size: 340px 340px;
  }
  .Features .two img {
    display: none;
  }
  .Features .Features-team {
    padding-top: 0;
  }
  .Features .three {
    background-size: 340px 340px;
  }
  .Features .three img {
    display: none;
  }
  .Features .four {
    padding-top: 0;
  }
  .Features .four h4 {
    font-size: 22px;
  }
  .Features .four p {
    line-height: 26px;
  }
  .Video {
    height: 366px;
  }
  .Video h3 {
    font-size: 23px;
  }
  .Video p {
    padding-bottom: 30px;
    line-height: 22px;
  }
  .Video .Video-inner img {
    position: relative;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .Video i {
    font-size: 55px;
  }
  iframe {
    width: 325px;
    height: 184px;
  }
  .slide figure {
    margin-left: 50px;
  }
  .carousel h4 {
    margin: 90px;
    position: absolute;
    top: -50px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    padding: 8px !important;
  }
  owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.active {
    background-color: #fc9214;
    padding: 8px 20px !important;
  }
  .Pricing-sec0 .Pricing-BoxOne {
    padding: 0 20px 0 20px;
  }

  .Pricing-sec0 .Pricing-BoxOne .Pricing-secOne button {
    width: 190px;
  }
  .download-now h4 {
    font-size: 22px;
  }
  .download-now span {
    display: block;
  }
  .download-now a {
    margin-bottom: 20px;
  }
  .carousel-inner p {
    font-size: 14px;
    line-height: 26px;
  }
  .footer-top h4 {
    font-size: 40px;
  }
  .footer-top p {
    font-size: 14px;
  }
  .form-control {
    width: 240px;
    height: 55px;
    font-size: 16px;
  }
  form .btn {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .Video {
    height: 338px;
  }
  .Video h3 {
    font-size: 20px;
  }
  .Video p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .content h3 {
    font-size: 28px;
  }
  .slide figure {
    margin-left: 20px;
  }
  .carousel h4 {
    margin: 60px;
    position: absolute;
    top: -25px;
  }
  iframe {
    width: 272px;
    height: 155px;
  }
}
