* {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
}

h2 {
  font-size: 35px;
  font-weight: 700;
}

h3 {
  font-size: 25px;
}

.primary_btn {
  background-color: #ea7928;
  padding: 16px 0px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0px;
  border: 1px solid #fff;
}

.txt_center {
  text-align: center;
}

.orange_color {
  color: #f26b0a;
}

.white_color {
  color: #fff !important;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.clearfix {
  clear: both;
}

.container {
  width: 1250px;
  max-width: 96%;
  margin: 0 auto;
}

.flex {
  display: flex;
  align-items: center;
}

nav {
  width: 100vw;
  background: #fffbfb;
  display: flex;
  position: fixed;
  z-index: 10;
  border-bottom: 1px solid #eaeaea;
  top: 0px;
}

/*Styling logo*/
.logo {
  padding: 5px 10px 5px 0px;
  width: 20%;
  float: left;
}

.logo img {
  width: 170px;
}

/*Styling Links*/
.menu {
  float: right;
  width: 80%;
}

.nav-links {
  display: flex;
  list-style: none;
  align-items: center;
  text-transform: uppercase;
  float: right;
}

.nav-links li a {
  text-decoration: none;
  margin: 1px;
  color: #000;
  font-weight: 600;
}

.nav-links li a:hover {
  color: #f26b0a;
}

.nav-links li {
  position: relative;
  font-size: 14px;
  text-transform: none;
  margin: 0px 10px;
}

.nav-links li a::before {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background-color: #f26b0a;
  position: absolute;
  transition: all ease-in-out 250ms;
  margin: 0 0 0 1%;
}

.nav-links li a:hover::before {
  width: 25px;
}

.hamburger div {
  width: 30px;
  height: 3px;
  background: #f2f5f7;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

.banner {
  width: 100%;
  height: 70vh;
  background: rgb(255, 222, 161);
  background: linear-gradient(0deg, rgb(255, 222, 161) 0%, rgb(255, 251, 251) 100%);
  position: relative;
  margin-top: 68px;
  display: flex;
  align-items: center;
}

.baner_txt {
  position: absolute;
  margin-top: -75px;
}

.baner_img {
  position: absolute;
  margin-top: -75px;
  right: 5%;
  top: 30%;
}

.baner_leaf {
  position: absolute;
  left: 0%;
  bottom: 2%;
}

.baner_leaf img {
  width: 200px;
}

.baner_img img {
  width: 75%;
}

.baner_txt h1 {
  color: #f26b0a;
  font-size: 37px;
}

.baner_txt p {
  font-weight: 600;
  font-size: 18px;
  padding-top: 10px;
}

.services {
  width: 100%;
}

.services h5 {
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}

.services h3 {
  text-align: center;
  font-size: 17px;
  padding: 25px 0px 10px 0px;
  text-transform: uppercase;
}

.services p {
  text-align: center;
  padding: 0px 0px 25px 0px;
  font-weight: 600;
  font-size: 13px;
  min-height: 36px;
}

.service_inside {
  width: 100%;
  margin-top: 20px;
}

.service_inside img {
  width: 100%;
}

.service_arrow {
  width: 20px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 25px;
}

.service-one {
  width: 22.7%;
  float: left;
  margin: 1%;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  transition: 0.7s;
  cursor: pointer;
}

.service-one:hover {
  border: 1px solid #f26b0a;
}

.search {
  width: 100%;
}

.searc_inside {
  width: 100%;
  padding: 55px 0px;
  background-image: url("../img/search_bg.jpg");
  background-position: center;
  background-size: cover;
}

.search h3 {
  color: #fff;
  padding: 0px 0px 15px 0px;
}

.search_input {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.inpt1 {
  width: 77%;
  float: left;
  margin-right: 3%;
}

.inpt2 {
  width: 20%;
  float: left;
}

.inpt1 input[type=text] {
  width: 100%;
  padding: 16px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #f26b0a;
  border: 0px;
}

.spot {
  width: 100%;
}

.spot h2 {
  padding-bottom: 20px;
}

.spot_inside {
  width: 20.4%;
  margin: 1%;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  float: left;
  padding: 22px 10px 22px 20px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.spot_inside h4 {
  padding: 5px 0px;
}

.center_arrow {
  position: absolute;
  right: 20px;
  top: 45%;
}

.center_arrow img {
  width: 20px;
}

.play_store {
  width: 100%;
}

.play_store_inside {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.app {
  width: 35%;
  float: left;
}

.app img {
  width: 100%;
}

.app_txt {
  width: 65%;
  float: left;
}

.app_txt {
  width: 70%;
  float: left;
}

.app_txt h2 {
  padding-left: 50px;
}

.app_txt h6 {
  padding-left: 50px;
  padding: 8px 50px 5px 50px;
  font-size: 14px;
}

.gp {
  width: 50%;
  display: flex;
  margin-left: 50px;
}

.gp img {
  width: 50%;
  padding: 15px 15px 0px 0px;
}

.footer {
  width: 100%;
  background-color: #fff7ef;
  padding: 30px 0px;
  display: flex;
}

.footer1 {
  width: 40%;
  background-color: #fff7ef;
  float: left;
}

.footer1 img {
  width: 170px;
}

.footer1 p {
  padding: 15px 0px;
}

.footer a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 14px 0px;
}

.footer2 {
  width: 30%;
  background-color: #fff7ef;
  float: left;
}

.footer2 p {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px;
}

.footer3 {
  width: 30%;
  background-color: #fff7ef;
  float: left;
}

.last_footer {
  width: 50%;
  display: flex;
  margin-left: 0px;
}

.last_footer img {
  width: 35px;
  padding: 0px 15px 0px 0px;
}

.bootom {
  background-color: #f26b0a;
}

.bootom p {
  background-color: #f26b0a;
  color: #fff;
  padding: 12px 0px;
  font-size: 13px;
}

.rollover {
  display: inline-block;
  position: relative;
}
.rollover .rol {
  left: 48% !important;
  width: 25px;
  margin-bottom: 25px;
}
.rollover .off {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s ease;
}
.rollover .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.rollover .on,
.rollover .off {
  display: block;
}

.rollover:hover .off {
  opacity: 0;
}

.rollover img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.onimg {
  opacity: 0.2;
}

.login {
  width: 100%;
  background-color: #f26b0a;
  padding: 8px 20px;
  border: 0px solid #f26b0a;
  color: #fff !important;
  border-radius: 5px;
  cursor: pointer;
}

.lg li .login a {
  color: #fff !important;
}

.dshow {
  display: block;
}

.dhide {
  display: none;
}

.whats_app {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.whats_app img {
  width: 80px;
}

@media screen and (max-width: 1270px) {
  .spot_inside {
    width: 20.2%;
  }
}
@media screen and (max-width: 1180px) {
  .spot_inside {
    width: 20%;
  }
}
@media screen and (max-width: 1100px) {
  .spot_inside {
    width: 19.8%;
  }
  .nav-links li {
    font-size: 13px;
    margin: 0px 7px;
  }
}
@media screen and (max-width: 1030px) {
  .baner_txt h1 {
    color: #f26b0a;
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
    font-weight: 700;
  }
  .baner_txt p {
    font-size: 15px;
    padding-top: 5px;
  }
  .spot_inside {
    width: 19.5%;
  }
  .baner_img img {
    width: 55%;
    float: right;
  }
  .baner_img {
    top: 39%;
  }
  .baner_txt {
    margin-left: 10px;
  }
  .banner {
    height: 60vh;
  }
  .baner_txt {
    margin-top: -55px;
  }
  .baner_leaf img {
    width: 150px;
  }
  .services h5 {
    font-size: 14px;
    font-weight: 500;
  }
  .baner_txt p {
    font-weight: 500;
  }
  .services h3 {
    font-size: 16px;
  }
  .service-one {
    width: 47.8%;
  }
  .mb120 {
    margin-bottom: 80px;
  }
  .mt120 {
    margin-top: 80px;
  }
  .service_inside {
    margin-top: 5px;
  }
  .services p {
    font-weight: 500;
  }
}
@media screen and (max-width: 950px) {
  .spot_inside {
    width: 19.5%;
  }
}
@media screen and (max-width: 940px) {
  .spot_inside {
    width: 19.3%;
  }
}
/*Stying for small screens*/
@media screen and (max-width: 900px) {
  .menu ul {
    margin-top: 0px;
  }
  .menu ul li {
    padding: 20px 0px;
  }
  .menu ul li:first-child {
    padding-top: 80px;
  }
  .hamburger div {
    width: 30px;
    height: 2px;
    background: white;
    margin: 6px;
    transition: all 0.1s ease;
  }
  .nav-links li {
    font-size: 15px;
    margin: 0px 7px;
    font-weight: 500;
    text-transform: unset;
  }
  .nav-links li a {
    font-weight: 500;
  }
  .line1 {
    background-color: #9441C8 !important;
  }
  .line2 {
    background-color: #FFC34D !important;
  }
  .line3 {
    background-color: #F26B0A !important;
  }
  .logo img {
    width: 150px;
    padding: 15px;
  }
  .logo {
    padding: 0px 0px;
    width: 0%;
  }
  nav {
    position: fixed;
    z-index: 3;
  }
  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.5s ease;
  }
  .nav-links {
    position: fixed;
    background: #fbf7f4;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(20px at 100% -60%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 0.7s ease-out;
    pointer-events: none;
    top: 0px;
    left: 0px;
  }
  .nav-links {
    padding: 30px 0px;
  }
  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }
  .nav-links li {
    opacity: 0;
  }
  li.fade {
    opacity: 1;
  }
  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .toggle .line2 {
    transition: all 0s ease;
    width: 0;
  }
  .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .spot_inside {
    width: 19.2%;
  }
}
@media screen and (max-width: 875px) {
  .spot_inside {
    width: 19%;
  }
}
@media screen and (max-width: 820px) {
  .service-one {
    width: 47.7%;
  }
  .spot_inside {
    width: 43.5%;
  }
  .search {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .search_input {
    width: 90%;
  }
  .primary_btn {
    font-size: 14px;
  }
  .play_store_inside {
    width: 100%;
  }
  .baner_txt h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 720px) {
  .spot_inside {
    width: 43.3%;
  }
  .banner {
    margin-top: 86px !important;
  }
  .whats_app {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .whats_app img {
    width: 65px;
  }
}
@media screen and (max-width: 700px) {
  .banner {
    height: 80vh;
  }
  .baner_txt {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    position: static;
  }
  .baner_img {
    width: 100%;
    position: static;
  }
  .baner_img img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    margin-top: 120px;
  }
  .baner_txt h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .service-one {
    width: 94%;
    margin: 0 auto;
    margin-left: 3%;
    margin-bottom: 20px;
  }
  .spot_inside {
    width: 41.8%;
  }
  .footer {
    display: block;
  }
  .footer1 {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer2 {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer3 {
    width: 100%;
  }
  .footer1 p {
    padding: 10px 0px;
  }
  .container {
    max-width: 94%;
  }
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 24px;
    font-weight: 700;
  }
  h3 {
    font-size: 24px;
  }
  .spot_inside {
    width: 41.6%;
  }
  .app {
    width: 100%;
  }
  .app_txt {
    width: 100%;
  }
  .play_store_inside {
    width: 80%;
    display: block;
  }
  .app img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .app_txt h2 {
    padding-left: 0px;
    text-align: center;
    padding-top: 30px;
  }
  .app_txt h6 {
    text-align: center;
    padding: 10px 0px;
  }
  .gp {
    width: 100%;
    display: block;
    margin-left: 0px;
  }
  .gp img {
    padding: 10px 0px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .spot_inside {
    width: 96%;
    margin: 10px 0px;
    padding: 0px;
    margin-left: 2%;
  }
  .spot_inside h4 {
    padding: 25px 0px 0px 15px;
  }
  .spot_inside p {
    padding: 5px 0px 25px 15px;
  }
  .search_input {
    width: 94%;
  }
  .inpt1 {
    width: 100%;
  }
  .inpt2 {
    width: 50%;
    margin-top: 20px;
    margin: 0 auto;
    float: none;
  }
  .primary_btn {
    padding: 14px 0px;
    margin-top: 15px;
  }
  .searc_inside {
    padding: 40px 0px;
  }
  .search_input {
    display: block;
  }
  .footer1 img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */