/**
 *
 * Theme Name: RealTech
 * Description: Realtec Station Provides an extensive food ordering platform that helps restaurant owners to deliver the food online.
 * Author: RealTech.
 * Version: 1.0
 */

@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirLTStd-Heavy.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Heavy.woff") format("woff"),
    url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype");

  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Book.woff2") format("woff2"),
    url("../fonts/Avenir-Book.woff") format("woff"),
    url("../fonts/Avenir-Book.ttf") format("truetype");

  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Regular.woff") format("woff"),
    url("../fonts/SFProDisplay-Regular.ttf") format("truetype");

  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
input,
label,
textarea,
select,
option,
table,
th,
td {
  font-family: "Avenir", sans-serif;
}
h1 {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: normal;
  color: #fff;
}
h2 {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: normal;
  color: #010101;
}
h3 {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #010101;
}
h4 {
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #010101;
}
p {
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #010101;
}
a {
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-decoration: none;
  color: #fff;
}
a:hover,
a.active {
  color: #48ab46;
}
.btn {
  font-family: Avenir;
  font-size: 15px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background: #109d92;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgba(16, 157, 146, 0.16);
}
.btn:focus {
  box-shadow: none;
}
.padding-96px {
  padding: 96px 0;
}
.row {
  --bs-gutter-x: 1.875rem;
}
.digital-solution-parent .row {
  --bs-gutter-x: 0rem;
}
.digital-solution-parent .container {
  padding-left: var(--bs-gutter-x, 0rem);
  margin-left: 0;
}
.btn:hover,
.btn.active,
.white-color,
.white-color h2,
.white-color p,
.banner-text p,
.page-link-text a,
.page-link-text a:hover,
.page-link-text a:active {
  color: #fff !important;
}
.padding-top-32px {
  padding-top: 32px;
}
.text-style-one p {
  font-size: 15px;
  font-weight: 900;
  font-style: normal;
  line-height: 23px;
  letter-spacing: normal;
  color: #fff;
}
.box-style {
  padding: 48px 24px;
  border-radius: 5px;
  box-shadow: 0 4px 32px 0 rgba(16, 157, 146, 0.16);
  background-color: #fff;
  height: 100%;
}

/* Header */
.header-section {
  padding: 12px 0;
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 0;
}
.header-section .navbar-nav {
  justify-content: end;
}
.logo-img {
  display: block;
  line-height: 0;
}
.logo-img img {
  width: 248px;
  height: auto;
  object-fit: contain;
  transition: 0.5s;
}
.navbar-mobile-menu img {
  width: 40px;
  height: auto;
  object-fit: contain;
}
.navbar-toggler {
  display: none;
  padding: 0rem;
  background: transparent;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar ul>li:first-child {
  padding-left: 0px;
}
.navbar ul>li:last-child {
  padding-right: 0px;
}
.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 0rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar ul {
  display: flex;
  padding-left: 0rem;
  margin-bottom: 0rem;
}
.navbar li {
  display: block;
  padding-right: 18px;
  padding-left: 18px;
}
.header-links a {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  transition: all 0.5s ease;
}
.header-links a:hover,
.header-links a.active,
.navbar .current-menu-item a {
  color: #fff;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.nav-link {
  padding: 0rem 0rem;
}
.nav-link:hover,
.nav-link:focus {
  color: #3a3a3a;
}
.navbar-nav {
  justify-content: center;
}
.header-links {
  text-align: center;
}
.navbar-mobile-menu {
  display: none;
}
.offcanvas-start {
  width: 100%;
  border: 0;
}
.offcanvas-start .container-fluid {
  padding: 0 15px;
}
.offcanvas-header {
  padding: 1.25rem 1.5rem;
}
.offcanvas-body {
  padding: 0rem 1.5rem;
}
.header-section .btn-close:focus {
  box-shadow: none;
}
.slick-slide img {
  display: inherit;
}
.slick-prev {
  position: absolute;
  top: 50%;
  left: -25%;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}
.slick-prev:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/left-arrow.png);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-next {
  position: absolute;
  top: 50%;
  right: -25%;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}
.slick-next:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/right-arrow.png);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.digital-solution-section .slick-dots,
.app-section .slick-dots {
  bottom: 48px;
  left: 50%;
  width: auto;
}
.digital-solution-section .slick-dots li button:before,
.app-section .slick-dots li button:before {
  font-size: 12px;
  line-height: 24px;
  color: #e5e5ea;
  opacity: 1;
}
.digital-solution-section .slick-dots li.slick-active button:before,
.app-section .slick-dots li.slick-active button:before {
  color: #388cec;
}
.digital-solution-section .slick-dots li button,
.app-section .slick-dots li button {
  font-size: 0;
  width: 40px;
  height: 5px;
  background: #e5e5ea;
  padding: 3px;
  cursor: pointer;
  border: 0;
}
.digital-solution-section .slick-dots li.slick-active button,
.app-section .slick-dots li.slick-active button {
  background: #388cec;
}
.digital-solution-section .slick-dots li,
.app-section .slick-dots li {
  position: relative;
  display: inline-block;
  width: inherit;
  height: inherit;
  margin: 0 5px 0 0;
  padding: 0;
  cursor: pointer;
}
.digital-solution-section .slick-dots li button:before,
.app-section .slick-dots li button:before {
  content: '';
}

/* Homepage */
.banner-section {
  background-image: url(../images/banner-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 144px 0 96px;
}
.banner-text-parent{
  position: relative;
}
.banner-sub-text img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 12px;
}
.banner-img {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.banner-img img {
  width: 50%;
  height: auto;
  object-fit: contain;
}
.banner-text {
  max-width: 560px;
}
.banner-app-img img {
  width: 165px;
  height: 48px;
  object-fit: contain;
  padding: 0 6px;
}
.banner-section .row .col-lg-6 .banner-text .banner-app-img a:nth-child(1) img {
  padding-left: 0px;
}
.banner-section .row .col-lg-6 .banner-text .banner-app-img a:nth-child(2) img {
  padding-right: 0px;
}
.order-section {
  padding: 96px 0 192px;
}
.order-main-text p {
  color: #8e8e93;
}
.menu-box-style img {
  width: 55px;
  height: 48px;
  object-fit: contain;
}
.menu-box-style p {
  font-family: "SFProText" !important;
}
.digital-solution-section {
  background-image: url(../images/digital-solution-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.digital-solution-parent {
  position: relative;
}
.banner-section>.banner-text-parent .row:first-child {
  min-height: 601px;
}
.digital-solution-section>.digital-solution-parent .row:last-child {
  min-height: 526px;
}
.order-online-section>.order-online-parent .row:first-child,
.download-app-section>.download-app-parent .row:first-child {
  min-height: 642px;
}
.digital-solution-img {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.digital-solution-img img,
.order-online-img img,
.download-app-img img {
  width: 50%;
  height: auto;
  object-fit: contain;
}
.digital-solution-text {
  max-width: 460px;
}
.digital-solution-text .btn {
  margin-top: 32px;
}
.order-online-parent,
.download-app-parent {
  position: relative;
}
.order-online-img,
.download-app-img {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.order-online-text,
.download-app-text {
  max-width: 460px;
}
.app-section {
  background-color: #f7f7f7;
}
.app-review {
  padding-top: 36px;
}
.app-review-img {
  padding-right: 12px;
}
.app-review-img img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}
.app-review-text .checked {
  color: #feb164 !important;
}
.app-review-text .fa-star {
  color: #c7c7cc;
}
.footer-section {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 192px 0 96px;
}
.signup-email input {
  height: 48px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #8e8e93;
  border-radius: 24px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
  border: solid 0.5px rgba(0, 0, 0, 0.05);
  padding: 12px 24px;
  background-color: #fff;
}
.subscribe-btn .btn {
  font-family: "SFProText" !important;
  border-radius: 24px;
  background-color: #000;
  height: 48px;
  font-weight: 400;
  text-transform: capitalize;
}
.subscribe-btn .btn:hover {
  color: #fff;
}
.signup-email {
  margin-top: 32px;
  position: relative;
}
.subscribe-btn {
  position: absolute;
  right: 0px;
  top: 0px;
}
.social-icon {
  padding: 85px 0 32px;
}
.social-icon img {
  width: 16px;
  height: 16px;
  margin: 0 0 0 24px;
  object-fit: contain;
}
.footer-section .row .col-lg-6 div>.social-icon a:last-child img {
  margin-right: 0px;
}

@media screen and (max-width: 1280px) {
  .banner-section>.banner-text-parent .row:first-child {
    min-height: 485px;
  }
  .digital-solution-section>.digital-solution-parent .row:last-child {
    min-height: 455px;
  }
  .order-online-section>.order-online-parent .row:first-child,
  .download-app-section>.download-app-parent .row:first-child {
    min-height: 514px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section>.banner-text-parent .row:first-child {
    min-height: 454px;
  }
  .digital-solution-section>.digital-solution-parent .row:last-child {
    min-height: 381px;
  }
  .order-online-section>.order-online-parent .row:first-child,
  .download-app-section>.download-app-parent .row:first-child {
    min-height: 459px;
  }
  .digital-solution-section .slick-dots {
    bottom: 0px;
  }
  .banner-text,
  .digital-solution-text,
  .order-online-text,
  .download-app-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-mobile-menu {
    display: block;
  }
  .navbar-mobile-menu img{
    filter: invert(1);
  }
  .navbar ul,
  .navbar-mobile-menu {
    display: block;
  }
  .navbar li {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header-links a {
    color: #000;
  }
  .digital-solution-section .slick-dots {
    bottom: -48px;
  }
  .box-style {
    padding: 24px;
  }
  .order-section {
    padding: 96px 0;
  }
  .padding-96px {
    padding: 48px 0;
  }
  .social-icon {
    padding: 45px 0 32px;
  }
  .footer-section {
    padding: 96px 0;
  }
  .banner-section>.banner-text-parent .row:first-child {
    min-height: 374px;
  }
  .digital-solution-section>.digital-solution-parent .row:last-child {
    min-height: 285px;
  }
  .order-online-section>.order-online-parent .row:first-child,
  .download-app-section>.download-app-parent .row:first-child {
    min-height: 394px;
  }
}

@media screen and (max-width: 767px) {
  .banner-img img, .digital-solution-img img, .order-online-img img, .download-app-img img {
    display: none;
  }
  .digital-solution-parent .container {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
  }
  .digital-solution-section>.digital-solution-parent .row:last-child, .order-online-section>.order-online-parent .row:first-child, .download-app-section>.download-app-parent .row:first-child {
    min-height: 100%;
  }
  .digital-solution-section .slick-dots,
  .app-section .slick-dots {
    transform: translate(-50%);
  }
  .subscribe-btn .btn {
    padding: 14px 16px;
  }
  .order-section {
    padding: 48px 0;
  }
  .banner-section {
    padding: 96px 0;
  }
  h1, h2{
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 380px) {
  .subscribe-btn .btn {
    padding: 14px 16px;
  }
  .logo-img img {
    width: 200px;
  }
}