body {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

section,
footer {
  position: relative;
  overflow: hidden;
  max-width: 1054px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

* {
  box-sizing: border-box;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  color: #262626;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  color: #262626;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  color: #89c03d;
}

button:active,
button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

::-webkit-scrollbar {
  display: none;
}

/*index.html*/
.oval-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  -webkit-transition: 20s;
  -moz-transition: 20s;
  -ms-transition: 20s;
  -o-transition: 20s;
  transition: 20s;
}

section:hover .oval-top {
  width: 45%;
}

.little_oval-top {
  max-width: 55px;
  width: 50%;
  position: absolute;
  top: 116px;
  right: -100px;
  width: 50%;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  -ms-transition: 5s;
  -o-transition: 5s;
  transition: 5s;
}

section:hover .little_oval-top {
  width: 100%;
  right: 46px;
  top: 216px;
}

.header_oval {
  animation: 40s linear infinite running;
  -webkit-animation: 40s none infinite running;
  -webkit-animation-name: rot;
  animation-name: rot;
  width: 100px;
  position: absolute;
  right: 2%;
  bottom: 4%;
}

@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
    width: 100px;
  }
  50% {
    transform: rotate(180deg);
    width: 200px;
  }
  100% {
    transform: rotate(360deg);
    width: 100px;
  }
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
    width: 100px;
  }
  50% {
    transform: rotate(180deg);
    width: 200px;
  }
  100% {
    transform: rotate(360deg);
    width: 100px;
  }
}

.header_b {
  animation: 50s linear infinite running;
  -webkit-animation: 50s linear infinite running;
  -webkit-animation-name: header_b;
  animation-name: header_b;
  position: absolute;
  left: 40%;
  top: 15%;
}

@-webkit-keyframes header_b {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes header_b {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header {
  padding: 8px 15px 0 15px;
}

.logo img {
  max-width: 133px;
  width: 100%;
}

.header nav ul {
  padding: 0;
  margin: 0;
  display: block;
}

.header nav ul li {
  display: inline-block;
  list-style: none;
  padding: 0 12px;
}

.header nav li a {
  color: #3d4358;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.application {
  padding-bottom: 126px;
}

.application h1 {
  text-transform: uppercase;
}

.application_img {
  position: relative;
}

.application_img .phones_img {
  max-width: 382px;
  width: 100%;
}

.application_img .bitmap {
  max-width: 207px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -50px;
}

.Application-powering {
  max-width: 432px;
  width: 100%;
  font-size: 21px;
  line-height: 1.33;
  margin-bottom: 24px;
}

.app-store {
  margin-right: 22px;
}

.app-store img {
  max-width: 120px;
  width: 100%;
  margin-top: 10px;
}

.google-play,
.app-store {
  text-decoration: none !important;
}

.google-play:hover {
  transform: scale(1.1);
}

.google-play img {
  max-width: 135px;
  width: 100%;
  margin-top: 10px;
}

.find_and_rent {
  padding-bottom: 80px;
}

.find_and_rent .row {
  padding-top: 92px;
}

.find_and_rent .rectangle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-animation: 20s linear infinite running;
  animation: 20s linear infinite running;
  -webkit-animation-name: wave;
  animation-name: wave;
}

@-webkit-keyframes wave {
  0% {
    width: 1054px;
  }
  50% {
    width: 3000px;
  }
  100% {
    width: 1053px;
  }
}

@keyframes wave {
  0% {
    width: 1054px;
  }
  50% {
    width: 3000px;
  }
  100% {
    width: 1053px;
  }
}

.dovnload_app2 {
  position: relative;
}

.points {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
  width: 180px;
}

.dovnload_app2:hover .points,
.dovnload_app1:hover .points,
.dovnload_app3:hover .points {
  width: 245px;
  transform: rotate(90deg);
}

.find_and_rent .dovnload_app2,
.find_and_rent .dovnload_app3,
.find_and_rent .dovnload_app1 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.find_and_rent .dovnload_app2 .search,
.find_and_rent .dovnload_app3 .scene-3,
.find_and_rent .dovnload_app1 .download {
  max-width: 263px;
  width: 100%;
  position: relative;
}

/*animation for find_and_rent section*/
.animation {
  position: relative;
  height: 250px;
  width: 270px;
  margin: 40px auto 0 auto;
}

.mobil2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0.9);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.girl2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.head2 {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 2;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.animation:hover .girl2 {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  left: 10px;
}

.animation:hover .mobil2 {
  transform: scale(1);
}

.animation:hover .head2 {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  left: 11px;
  top: -20px;
}

.leftBoy {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 2;
}

.centerGirl {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 1;
}

.centerGirlHand {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 3;
}

.rightBoy {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 4;
}

.animation:hover .rightBoy {
  left: 10px;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

.animation:hover .leftBoy {
  left: -10px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.animation:hover .centerGirlHand {
  top: -10px;
  left: -18px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

.phoneR {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 1;
}

.menLeftR {
  position: absolute;
  left: -5px;
  top: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 2;
}

.menRightR {
  position: absolute;
  left: 5px;
  top: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 3;
}

.animation:hover .phoneR {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.animation:hover .menLeftR {
  left: -15px;
}

.animation:hover .menRightR {
  left: 15px;
}

.find_and_rent .dovnload_app1 span,
.find_and_rent .dovnload_app2 span,
.find_and_rent .dovnload_app3 span {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.kitchens_interface .grey_oval {
  position: absolute;
  left: 0;
  top: 100px;
}

.kitchens_interface .green_oval {
  position: absolute;
  left: 0;
  top: 240px;
}

.kitchens_interface h1 {
  margin-bottom: 45px;
  margin-top: 70px;
}

.kitchens_interface p {
  margin-top: 23px;
}

.i-phone-x img {
  max-width: 256px;
  width: 100%;
}

.kitchens_interface h3,
.wide_selection h3 {
  margin-bottom: 32px;
  margin-top: 16px;
}

.wide_selection {
  margin-top: 46px;
}

.wide_selection .left_img img {
  max-width: 224px;
  width: 100%;
}

.wide_selection .wide_selection_oval {
  position: absolute;
  right: 0;
  bottom: 0;
}

.coming_soon {
  padding-bottom: 94px;
  margin-top: 40px;
}

.coming_soon .coming_soon_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 20s linear infinite running;
  animation: 20s linear infinite running;
  -webkit-animation-name: wave;
  animation-name: wave;
}

.coming_soon_title {
  padding-top: 145px;
  padding-bottom: 56px;
}

.coming_soon .left_img {
  position: relative;
}

.coming_soon .coming_soon_left_pic {
  max-width: 358px;
  width: 100%;
  padding-bottom: 55px;
}

.coming_soon ul {
  padding: 0;
  margin: 0;
}

.coming_soon li {
  list-style: none;
}

.coming_soon .left_img .text_top {
  right: 10%;
  top: 20%;
  max-width: 125px;
}

.coming_soon .left_img .text_right {
  right: 10%;
  bottom: 30%;
  max-width: 145px;
}

.coming_soon .left_img .text_bottom {
  bottom: 0;
  max-width: 145px;
}

.coming_soon .left_img .text_top,
.coming_soon .left_img .text_right,
.coming_soon .left_img .text_bottom,
.coming_soon .right_img .text_top,
.coming_soon .right_img .text_left_top,
.coming_soon .right_img .text_left,
.coming_soon .right_img .text_bottom {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.coming_soon .Inspiration_right_pic {
  max-width: 408px;
  width: 100%;
}

.coming_soon .right_img .text_top {
  top: 0;
  right: 0;
  max-width: 145px;
}

.coming_soon .right_img .text_bottom {
  bottom: 12%;
  left: 25%;
  max-width: 120px;
}

.coming_soon .right_img .text_left_top {
  top: 15%;
  left: 5%;
  max-width: 105px;
}

.coming_soon .right_img .text_left {
  bottom: 25%;
  left: 5%;
  max-width: 125px;
}

.reviews {
  padding-top: 65px;
  padding-bottom: 15px;
}

.active {
  z-index: 9999;
}

.reviewsPhotoR {
  transition: 2s;
}

.reviewsPhotoL {
  transition: 2s;
}

.reviews h1 {
  margin-bottom: 20px;
}

.reviews .reviews_center_img {
  max-width: 224px;
  width: 100%;
  border-radius: 50%;
  margin: 30px 0;
}

.reviews .reviews_left_img,
.reviews .reviews_right_img {
  max-width: 144px;
  width: 100%;
  border-radius: 50%;
  margin: 30px 0;
  opacity: 0.8;
}

.reviews .reviews_first_img,
.reviews .reviews_last_img {
  max-width: 104px;
  width: 100%;
  border-radius: 50%;
  margin: 30px 0;
  opacity: 0.8;
}

.reviews .active {
  padding: 0;
}

.reviews .reviews_text {
  font-size: 16px;
  line-height: 1.36;
}

.reviews .reviews_text .name {
  font-size: 16px;
  font-weight: bold;
}

footer {
  padding: 30px 48px 47px;
  background-image: linear-gradient(to bottom, #ebebeb, #ffffff 31%, #ffffff 79%, #e6e6e6);
}

footer .row {
  margin: 0;
}

footer .Join_now {
  font-size: 21px;
  line-height: 1.33;
  text-transform: uppercase;
  font-weight: 100;
}

.footer_line {
  border-bottom: solid 2px rgba(161, 174, 183, 0.3);
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact_inform span {
  font-size: 16px;
  font-weight: 600;
}

.contact_inform ul {
  margin: 0;
  padding: 0;
}

.contact_inform li {
  list-style: none;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.52px;
  color: #3d4358;
}

.contact_inform li a {
  text-decoration: none;
  color: #3d4358;
}

footer .green_text {
  font-weight: 600;
  letter-spacing: 0.52px;
  color: #7dba39;
}

footer .contact_link {
  color: #3d4358;
}

.Kitchen-Finde {
  font-size: 12px;
}

.social a {
  margin: 0 12px;
}

.social a:hover {
  text-decoration: none;
}

/*kitchen-finder-blog.html*/
.article-img-wrapper {
  margin: 32px auto 48px;
  max-width: 994px;
}

.article-img {
  width: 100%;
}

.article-content {
  max-width: 1054px;
  margin: 0 auto 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-page h2, .article-content h2,
.kitchenfinder_app h2,
.gray_bg h2,
.food_ordering h2,
.delivery h2 {
  font-size: 30px;
  font-weight: bold;
  color: #707070;
}

.blog-page p, .article-content p,
.kitchenfinder_app p,
.gray_bg p,
.food_ordering p,
.delivery p {
  font-size: 21px;
  line-height: 1.33;
  color: #707070;
}

.gray_bg {
  padding-top: 64px;
  padding-bottom: 64px;
}

.gray_bg .gray_bg_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-animation: 50s linear infinite running;
  animation: 50s linear infinite running;
  -webkit-animation-name: wave_bg;
  animation-name: wave_bg;
}

@-webkit-keyframes wave_bg {
  0% {
    width: 1054px;
  }
  50% {
    width: 2008px;
  }
  100% {
    width: 1053px;
  }
}

@keyframes wave_bg {
  0% {
    width: 1054px;
  }
  50% {
    width: 2008px;
  }
  100% {
    width: 1053px;
  }
}

.k_oval {
  position: absolute;
  top: -90px;
  right: 10%;
  max-width: 675px;
  width: 100%;
}

.blog-page a, .article-content a,
.kitchenfinder_app a,
.gray_bg a,
.food_ordering a {
  color: #7dba39;
}

.kitchenfinder_app a:hover,
.gray_bg a:hover,
.food_ordering a:hover {
  text-decoration: none;
}

/*contact.html*/
.contact_page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_page h2 {
  font-weight: normal;
  margin-bottom: 15px;
}

.contact_page ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.contact_page li {
  font-weight: 100;
}

.green {
  color: #7dba39;
}

.contact_page p {
  margin: 15px 0;
}

.contact_page label {
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 5px;
}

.contact_page input,
.contact_page textarea {
  background-color: #fafafa;
  border: 1px solid #ccc;
  width: 100%;
}

.contact_page input,
.contact_page select {
  border-radius: 0;
  margin-bottom: 15px;
}

.contact_page button {
  background: #7dba39;
  max-width: 230px;
  width: 100%;
  border: 0;
  float: right;
  cursor: pointer;
  padding: 10px;
  color: #fff;
  font-weight: 100;
}

/*Helpers*/
.mb-64 {
  margin-bottom: 64px;
}

.mb-98 {
  margin-bottom: 98px;
}

#honeypot {
  display: none;
}

@media only screen and (max-width: 1900px) {
}

@media only screen and (max-width: 1450px) {
}

@media only screen and (max-width: 1200px) {
  .coming_soon .left_img .text_top,
  .coming_soon .left_img .text_right,
  .coming_soon .left_img .text_bottom,
  .coming_soon .right_img .text_top,
  .coming_soon .right_img .text_left_top,
  .coming_soon .right_img .text_left,
  .coming_soon .right_img .text_bottom {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1140px) {
}

@media only screen and (max-width: 1050px) {
}

@media only screen and (min-width: 993px) {
  .article-content {
    text-align: justify;
  }
}

@media only screen and (max-width: 992px) {
  .coming_soon .left_img .text_top,
  .coming_soon .left_img .text_right,
  .coming_soon .left_img .text_bottom,
  .coming_soon .right_img .text_top,
  .coming_soon .right_img .text_left_top,
  .coming_soon .right_img .text_left,
  .coming_soon .right_img .text_bottom {
    font-size: 10px;
  }

  .coming_soon .left_img .text_right {
    right: 0;
    bottom: 20%;
    max-width: 65px;
  }

  .coming_soon .left_img .text_top {
    right: 0;
    top: 20%;
    max-width: 65px;
  }

  .coming_soon .right_img .text_left_top {
    top: 15%;
    left: 0;
    max-width: 55px;
  }

  .coming_soon .right_img .text_left {
    bottom: 25%;
    left: 0;
    max-width: 55px;
  }

  .social a {
    margin: 0 5px;
  }

  .k_oval {
    top: 0;
  }
}

@media only screen and (max-width: 920px) {
}

@media only screen and (max-width: 900px) {
}

@media only screen and (max-width: 858px) {
}

@media only screen and (max-width: 825px) {
}

@media only screen and (max-width: 768px) {
  .header nav {
    text-align: center;
    margin: 15px 0 50px 0;
  }

  .kitchens_interface .i-phone-x {
    margin-top: 70px;
  }

  .kitchens_interface .kitchens_interface_inf {
    text-align: center !important;
  }

  .wide_selection .wide_selection_inf {
    text-align: center;
    margin-top: 70px;
  }

  .coming_soon .coming_soon_l_text {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .coming_soon .right_img {
    margin-top: 70px;
  }

  .footer_title {
    margin-bottom: 50px;
  }

  footer {
    text-align: center;
  }

  .contact_inform .col-md-3 {
    margin: 15px 0;
  }

  .footer_button {
    text-align: center;
  }

  .k_oval {
    top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .header nav {
    margin: 0;
  }

  .kitchens_interface .i-phone-x {
    margin-top: 0;
  }

  .kitchens_interface .kitchens_interface_inf {
    text-align: right
  }

  .wide_selection .wide_selection_inf {
    text-align: left;
    margin-top: 0;
  }

  .coming_soon .coming_soon_l_text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .coming_soon .right_img {
    margin-top: 0;
  }

  .footer_title {
    margin-bottom: 0;
  }

  footer {
    text-align: left;
  }

  .contact_inform .col-md-3 {
    margin: 0;
  }

  .footer_button {
    text-align: right;
  }
}

@media only screen and (max-width: 575px) {
  .k_oval {
    top: 150px;
  }

  .gray_bg .gray_bg_img {
    animation: none;
  }
}

@media only screen and (max-width: 450px) {
}
