html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

:root{
  --primary: #EBAD52;
  --secondary: rgb(255, 202, 104);
  --dark: #1E1E1E;
  --light: #FFFFFF;

}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #888;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #fba70b;
  color: #fff;
}

::-moz-selection {
  background: #fba70b;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #fba70b;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #fba70b;
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #fba70b;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #fba70b;
}


.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
  color: #f4813f;
}

.center-heading p {
  font-size: 15px;
  color: #888;
  text-align: center;
}

/* Navbar */
.logo {
  color: #191a20;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  min-height: 80px;
  font-family: Poppins;
  margin: 10px;
}

.navbar {
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  letter-spacing: 2px;
  transform: .5s;
  z-index: 9999999999;
}

.navbar-light .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid;
  border-color: #FFFFFF transparent transparent transparent;
  transition: .5s;
}

.navbar-scroll{
  background-color:#FFFFFF;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition-duration: 0.6s;
}

.navbar-scroll .nav-item .nav-link{
  color: #7a7a7a;
}

.navbar-scroll .logo{
  color: #191a20;
}

.navbar .navbar-nav li:hover a {
  color: #fba70b!important;
}

.navbar .navbar-nav li a.active {
  color: #fba70b;
}

.nav-item {
  display: inline;
  font-weight: 500;
  color: #7a7a7a;
  letter-spacing: 1px;
  gap: 20px;
  padding-left: 30px;
  
}

.home {
  height: 100vh;
  min-height: 793px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 20px;
  background-image: url(../images/Homepage\ Picture.png);
}

.home .home-text .left-text {
  position: relative;
  align-self: center;
  margin-top: 25%;
  transform: perspective(1px) translateY(-30%) !important;
}

.home .home-text h1 {
  letter-spacing: 1px;
  width: 746px;
  height: 197px;
  flex-shrink: 0;
  color: var(--black, #1E1E1E);
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0%;
}

.home .home-text p {
  font-size: 17px;
  position: relative;
  width: 746px;
  height: 80px;
  flex-shrink: 0;
  color: var(--black, #1E1E1E);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;

}

.home a img{
  width: 200px;
  height: 60px;
  margin-top: 30px;
}

.textFit {
  font-size: 4vw!important;
}

@media (max-width: 1100px) {
  .left-text {
    bottom: -3rem;
  }

  .textFit {
    font-size: 5.7vw!important;
    bottom: -7rem;
  }
}

@media (max-width: 1080px) {
  .textFit {
    font-size: 5.7vw!important;
    height: auto!important;
    bottom: -7rem;
  }

  .pFit {
    width: auto!important;
    height: auto!important;
  }
}

@media (max-width: 1000px) {
  .left-text {
    bottom: -1rem;
  }

  .textFit {
    font-size: 3.5vw!important;
    bottom: -5rem;
  }
}

@media (max-width: 800px) {
  .aboutImg {
    width: 20rem!important;
  }
}

@media (max-width: 520px) {
  .textFit {
    font-size: 5.7vw!important;
    bottom: -7rem;
  }

  .about {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 1420px) {
  .home .home-text {
    width: 70%;
    margin-left: 5%;
  }

  .textFit {
    font-size: 5.7vw!important;
    bottom: -7rem;
}
}

@media (max-width: 1320px) {
  .home .home-text .left-text {
    margin-top: 50%;
  }
  .home .home-text {
    width: 50%;
    margin-left: 5%;
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #DDDDDD;
}

  .navbar-light .navbar-nav .nav-link::before {
    top: -5px;
    border: 5px solid;
    border-color: #fff transparent transparent transparent;
  }

  .textFit {
    font-size: 5.7vw!important;
    bottom: -7rem;
  }
}



@media (max-width: 1140px) {
  .home {
    height: auto;
  }
  .home .home-text {       
    width: 92%;
    padding-top: 793px;
  }
  .home .home-text .left-text {
    margin-top: 5%;
    transform: none !important;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: #FFFFFF;
}

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #FFFFFF;
}

  .navbar-light .navbar-nav .nav-link::before {
    top: -5px;
    border: 5px solid;
    border-color: #FFFFFF transparent transparent transparent;
  }

  .textFit {
    font-size: 5.7vw!important;
    bottom: -7rem;
  }
}
@media (max-width: 810px) {
  .home {
    background-size: contain;
  }

  .home .home-text {
    padding-top: 100%;
    margin-left: 0;
  }
    
  .container-fluid .col-md-12 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #DDDDDD;
}
  
    .navbar-light .navbar-nav .nav-link::before {
      top: -5px;
      border: 5px solid;
      border-color: #fff transparent transparent transparent;
    }

    .textFit {
      font-size: 5.7vw!important;
      bottom: -7rem;
    }
}

@media (max-width: 660px){
  .left-text{
    position: relative;
    bottom: -7rem;
  }

  .features-content {
    position: relative;
    bottom: -5rem;
  }
  .textFit {
    font-size: 5.7vw!important;
    bottom: -7rem;
  }
}

/* App Features */
.features-content {
  margin-top: 100px;
  margin-bottom: 100px;
  background-image: url(../images/Features\ BG.svg);
  background-position: left;
  background-size: 48%;
  background-repeat: no-repeat;
  margin-left: 70px;
}

.features-content h1{
  font-size: 60px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
  width: 100%;
  height: 100%;
}

.screenshot-carousel {
    position: relative;
    width: 253px;
    height: 500px;
    padding: 15px;
    margin-right: 30px;
}

.screenshot-carousel::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/screenshot-frame.png) center center no-repeat;
    background-size: 253px 500px;
    z-index: 1;
}

.screenshot-carousel .owl-item img {
    position: relative;
    width: 223px;
    height: 470px;
}

.screenshot-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screenshot-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    background: #949494;
    border-radius: 15px;
    transition: .5s;
}

.screenshot-carousel .owl-dot:hover {
    opacity: 0.7;
}

.screenshot-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
    border-radius: 5px;
}

.screenshot-carousel .owl-dot.active {
  background: #EBAD52;
  width: 15px;
  height: 25px;
  border-radius: 28px;
}

.textMargin {
  margin-top: 0;
}

@media (max-width: 1000px){
  .textMargin {
    margin-top: 3rem;
  }

  .navbar {
    background-color: #FFFFFF!important;
  }
}

.feature-image .img{
  width: 150px;
  height: 150px;
}

.feature-text .h2{
  font-size: 20px;
  font-weight: 500;
  color: #1e1e1e;
  margin-top: 20px;
  font-family: Poppins;
}

.feature-text .subtitle{
  font-size: 20px;
  color: #888;
  margin-top: 10px;
  font-family: Poppins;
}

/* About */
.about {
  background-color: #f8f8f8;
  align-self: start;
  display: flex;
  margin-top: 31px;
  width: 100%;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
}

@media (max-width: 991px) {
  .about {
    max-width: 100%;
  }
}

.about .about-content{
  align-self: center;
  margin-top: 100px;
  margin-bottom: 300px;
  width: 100%;
  max-width: 1043px;
}

@media (max-width: 991px) {
  .about-content {
    max-width: 100%;
  }
}

.image {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 30%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .image {
    width: 200px;
    height: 200px;
    position: relative;
  }
}

.img {
  aspect-ratio: 1;
  object-position: center;
  width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  .img {
    margin-top: 50px;
  }
}

.column-2 {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 70%;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .column-2 {
    width: 100%;
  }
}
.div-4 {
  display: flex;
  margin-top: 37px;
  flex-grow: 1;
  flex-direction: column;
}
@media (max-width: 991px) {
  .div-4 {
    max-width: 100%;
    margin-top: 50px;
  }
}
.div-5 {
  color: var(--dark, #1e1e1e);
  font-family: Poppins;
  font-size: 60px;
  font-weight: 700;
  align-self: start;
  max-width: 329px;
}
@media (max-width: 991px) {
  .div-5 {
    font-size: 40px;
  }
}
.div-6 {
  color: var(--dark, #1e1e1e);
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  align-self: start;
  margin-top: 45px;
  font-style: normal;
}
@media (max-width: 991px) {
  .div-6 {
    max-width: 100%;
  }
}

.about .about-text{
  gap: 20px;
  display: flex;
}
@media (max-width: 991px) {
  .about-text {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }

  .center-logo {
    width: 200px;
    height: 200px;
    margin-top: 0;
  }
}

.center-logo {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

/* Contact */
.contact{
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
}

.contactText {
  color: var(--dark, #1e1e1e);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  align-self: stretch;
  margin-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .contactText {
    max-width: 100%;
  }
}

.contactUs {
  color: var(--dark, #1e1e1e);
    font-family: Poppins;
    font-size: 60px;
    font-weight: 700;
    align-self: center;
    text-wrap: nowrap;
  }
  @media (max-width: 991px) {
    .contactUs {
      font-size: 40px;
      text-wrap: initial;
    }
  }

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient {
    position: relative;
    overflow: hidden;
    border: none;
    color: #FFFFFF;
    z-index: 1;
}

.btn.btn-primary-gradient::after,
.btn.btn-secondary-gradient::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient::after {
    background: var(--primary);
}

.btn.btn-secondary-gradient,
.btn.btn-primary-gradient::after {
    background: var(--secondary);
}

.btn.btn-primary-gradient:hover::after,
.btn.btn-secondary-gradient:hover::after {
    opacity: 1;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.btn-social{
  font-size: 30px;
  color: var(--light, #FFFFFF);
}