@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/static/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-VariableFont_slnt,wght.ttf") format("truetype");
  font-weight: 100 900;
}
@font-face {
  font-family: "Kristi";
  src: url("../fonts/kristi/Kristi-Regular.ttf") format("truetype");
  font-weight: 100 900;
}
html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #3A3838;
  background: #F8F7F4;
  font-size: 15px;
}

.banner-section {
  padding: 0;
}
.banner-section .banner {
  height: 651px;
  background-image: url("../img/banner-img.png");
  background-repeat: no-repeat;
  background-position: bottom right -9px;
}
.banner-section .custom {
  padding-left: 4px;
}
.banner-section .left-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 72px;
  width: fit-content;
}
.banner-section .left-banner .google {
  margin-right: 15px;
}
.banner-section .left-banner .banner-logo {
  width: 488px;
  height: auto;
}
.banner-section .left-banner h3 {
  color: #FF8603;
  font-family: "Oswald", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.63px;
  text-align: center;
  position: relative;
  top: -10px;
  margin-bottom: 20px;
}
.banner-section .left-banner p {
  color: #3A3838;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 149.31%;
  margin-bottom: 54px;
}
.banner-section .left-banner h4 {
  color: #3A3838;
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.31%;
  margin-bottom: 15px;
}

.features {
  padding: 0;
  background: #FFF;
  position: relative;
}
.features::before {
  content: "";
  background: url("../img/feature-bg-big.png") no-repeat right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.features .container-fluid {
  padding: 0;
}
.features .carousel-inner .carousel-item {
  position: relative;
}
.features .carousel-inner .carousel-item .display {
  float: left;
  width: 660px;
  height: 802px;
  display: block;
  position: relative;
  left: -51px;
}
.features .carousel-inner .carousel-item .clipart {
  float: left;
  position: relative;
  top: 260px;
}
.features .carousel-inner .carousel-item .clipart img {
  width: 350px;
  height: auto;
}
.features .carousel-inner .carousel-item .caption {
  position: absolute;
  width: 500px;
  right: 0px;
  top: 20px;
  z-index: 1;
}
.features .carousel-inner .carousel-item .caption h1 {
  font-family: "Kristi", "san-serif";
  color: #000;
  font-size: 101px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.features .carousel-inner .carousel-item .caption p {
  font-family: "Outfit", "san-serif";
  color: #3A3838;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 149.31%;
}
.features .carousel-inner .slider1 .display {
  background: url("../img/slider-art-1.png") no-repeat top left;
}
.features .carousel-inner .slider2 .display {
  background: url("../img/slider-art-2.png") no-repeat top left;
}
.features .carousel-inner .slider3 .display {
  background: url("../img/slider-art-3.png") no-repeat top left;
}
.features .carousel-inner .slider4 .display {
  background: url("../img/slider-art-4.png") no-repeat top left;
}
.features .carousel-indicators li {
  background-color: #f47f20;
}
.features .carousel-indicators {
  position: absolute;
  bottom: 50px;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.features .carousel-indicators .indicators-item {
  width: 8px;
  height: 8px;
  border: 1px solid #f47f20;
  background-color: transparent;
  border-radius: 50%;
  margin: 5px;
}
.features .carousel-indicators .active {
  width: 22px;
  height: 9px;
  border-radius: 13px;
  background-color: #f47f20;
}

.footer {
  background-color: #000000;
  color: #fff;
  padding: 8px 0;
  height: 53px;
}
.footer .social-icon {
  color: #fff;
  margin-left: 10px;
  font-size: 24px;
  width: 27px;
  height: 27px;
  display: block;
  transition: all 0.3s;
}
.footer .fb {
  background: url("../img/fb.png") no-repeat center center;
}
.footer a:hover.fb {
  background: url("../img/fb-hover.png") no-repeat center center;
}
.footer .linked {
  background: url("../img/linkedin.png") no-repeat center center;
}
.footer a:hover.linked {
  background: url("../img/linkedin-hover.png") no-repeat center center;
}
.footer .insta {
  background: url("../img/insta.png") no-repeat center center;
}
.footer a:hover.insta {
  background: url("../img/insta-hover.png") no-repeat center center;
}
.footer .mail {
  background: url("../img/mail.png") no-repeat center center;
}
.footer a:hover.mail {
  background: url("../img/mail-hover.png") no-repeat center center;
}
.footer .privacy {
  text-align: center;
  display: flex;
}
.footer .privacy p {
  margin: auto;
}
.footer .privacy p a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  color: white;
  transition: all 0.3s;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .privacy p a:hover {
  color: #f47f20;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f47f20;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
#scrollToTopBtn:hover {
  background-color: #f7b783;
}

/* Styles for screens smaller than 390px (e.g., smartphones) */
/* Styles for screens smaller than 576px (e.g., smartphones) */
@media (max-width: 575.98px) {
  .banner-section .custom {
    padding-left: 15px;
  }
  .banner-section .banner {
    height: 772px;
    background-image: url("../img/banner-img.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
  .banner-section .left-banner {
    width: auto;
    padding-top: 54px;
  }
  .banner-section .left-banner .banner-logo {
    width: 311px;
    height: auto;
    position: relative;
    left: -3px;
  }
  .banner-section .left-banner .google,
  .banner-section .left-banner .apple {
    width: 122px;
  }
  .banner-section .left-banner h3 {
    font-size: 21px;
    top: -2px;
    margin-bottom: 17px;
  }
  .banner-section .left-banner p {
    font-size: 15px;
    margin-bottom: 27px;
  }
  .banner-section .left-banner h4 {
    font-size: 20px;
  }
  .features {
    display: none;
  }
  .features .carousel-inner {
    border-radius: 79.25px 0px 0px 0px;
    height: 667px;
  }
  .features .caption {
    position: absolute;
    width: auto !important;
    left: 25px !important;
    top: 0px !important;
    right: unset !important;
    z-index: 1;
    padding: 15px;
  }
  .features .caption h1 {
    font-size: 64px !important;
  }
  .features .caption p {
    font-size: 20px !important;
  }
  .features .display {
    float: right !important;
    position: relative;
    top: 230px;
    left: 5px;
  }
  .features .display img {
    width: 256px !important;
    height: auto !important;
    margin-left: 0px !important;
  }
  .features .clipart {
    float: left !important;
    left: 13px !important;
    position: relative;
    top: 40px !important;
  }
  .features .clipart img {
    width: 150px !important;
  }
  .features-mobile {
    background: white;
    border-radius: 79.25px 0px 0px 0px;
    background-image: url("../img/feature-bg.png");
  }
  .features-mobile .container {
    background-image: url("../img/caption-bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0;
    overflow: hidden;
  }
  .features-mobile .chekc-in .caption,
  .features-mobile .review .caption,
  .features-mobile .forum .caption,
  .features-mobile .bucket .caption {
    padding: 35px;
    padding-bottom: 0;
  }
  .features-mobile .caption h1 {
    font-family: "Kristi", "san-serif";
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .features-mobile .caption p {
    font-family: "Outfit", "san-serif";
    color: #3A3838;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 149.31%;
  }
  .features-mobile .display {
    float: right !important;
    position: relative;
    clear: both;
  }
  .features-mobile .display img {
    width: 256px !important;
    height: auto !important;
    margin-left: 0px !important;
  }
  .features-mobile .clipart {
    width: 100%;
    position: relative;
  }
  .features-mobile .clipart img {
    position: relative;
  }
  .features-mobile .chekc-in .clipart {
    background: url("../img/slider-art-1.png") no-repeat top -14px left -5px;
    background-size: 66.6%;
    height: 255px;
    text-align: right;
    padding-top: 40px;
  }
  .features-mobile .chekc-in .clipart img {
    width: 37.5%;
    position: relative;
    right: 18px;
  }
  .features-mobile .review .caption {
    padding-top: 0px;
  }
  .features-mobile .review .clipart {
    background: url("../img/slider-art-2.png") no-repeat top -16px left -10px;
    background-size: 66.7%;
    height: 285px;
    text-align: right;
    width: 100% !important;
    padding-top: 103px;
  }
  .features-mobile .review .clipart img {
    width: 45%;
    right: 12px;
  }
  .features-mobile .forum {
    margin-top: 20px;
  }
  .features-mobile .forum .caption {
    padding-top: 0px;
    position: relative;
    top: -13px;
  }
  .features-mobile .forum .clipart {
    top: -28px;
    height: 315px;
    background: url("../img/slider-art-3.png") no-repeat top left -29px;
    background-size: 69%;
    text-align: right;
  }
  .features-mobile .forum .clipart img {
    width: 44%;
    right: 0;
    padding-top: 6px;
  }
  .features-mobile .bucket {
    position: relative;
    top: -26px;
  }
  .features-mobile .bucket .caption {
    padding-top: 0px;
  }
  .features-mobile .bucket .clipart {
    height: 315px;
    background: url("../img/slider-art-4.png") no-repeat top -32px right -27px;
    background-size: 69%;
    padding-top: 72px;
  }
  .features-mobile .bucket .clipart img {
    width: 43%;
    left: 5px;
  }
  .features-mobile .review .caption h1,
  .features-mobile .review .caption p,
  .features-mobile .bucket .caption h1,
  .features-mobile .bucket .caption p {
    text-align: right;
  }
  .footer {
    height: fit-content;
    padding: 3px 0;
  }
  .footer .logo {
    display: none;
  }
  .footer .privacy {
    display: flex;
    text-align: left;
    align-items: center;
  }
  .footer .privacy p {
    margin: 0;
  }
  #scrollToTopBtn {
    bottom: 57px;
    right: 6px;
  }
}
@media (max-width: 390px) {
  .forum .clipart {
    right: -2px !important;
  }
  .forum .clipart img {
    width: 150px;
  }
}
/* Styles for screens between 576px and 767px (e.g., larger smartphones) */
@media (min-width: 576px) {
  .features-mobile {
    display: none;
  }
}
/* Apply these styles when in portrait mode */
/* Styles for screens between 768px and 991px (e.g., tablets) */
/* Styles for screens between 992px and 1199px (e.g., smaller desktops) */
/* Styles for screens 1200px and larger (e.g., larger desktops and laptops) */
@media (min-width: 1200px) {
  /* Styles go here */
}

/*# sourceMappingURL=styles.css.map */
