@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;300;400;500;600;700;800;900&display=swap");
html,
body {
  width: 100vw;
  overflow-x: hidden;
}
body {
  font-family: "Spartan", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6b6b6b;
  background: #fff0e4;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
i,
span,
a {
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Spartan", sans-serif;
  font-weight: 700;
  color: black;
  margin: 0px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #6b6b6b;
  margin: 0px;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.slick-slide {
  outline: 0;
}
@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1500px !important;
  }
}
.main-btn {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 68px 0 38px;
  font-size: 17px;
  height: 60px;
  line-height: 62.5px;
  border-radius: 40px;
  color: black;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  letter-spacing: -0.02em;
  background-color: #ffc000;
  -webkit-box-shadow: 0px 10px 30px rgba(255, 190, 0, 0.2);
  box-shadow: 0px 10px 30px rgba(255, 190, 0, 0.2);
}
.main-btn i {
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-btn:hover {
  background-color: black;
  color: #fff;
  border-color: #ffc000;
  -webkit-box-shadow: 0px 10px 30px rgba(39, 162, 122, 0.2);
  box-shadow: 0px 10px 30px rgba(39, 162, 122, 0.2);
}
.main-btn:hover i {
  color: #ffc000;
}
.main-btn.main-btn-2 {
  background-color: black;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(39, 162, 122, 0.2);
  box-shadow: 0px 10px 30px rgba(39, 162, 122, 0.2);
}
.main-btn.main-btn-2 i {
  color: #ffc000;
}
.main-btn.main-btn-2:hover {
  background-color: #ffc000;
  color: black;
  -webkit-box-shadow: 0px 10px 30px rgba(255, 190, 0, 0.2);
  box-shadow: 0px 10px 30px rgba(255, 190, 0, 0.2);
}
.main-btn.main-btn-2:hover i {
  color: black;
}
.main-btn.main-btn-3 {
  background: #fff;
  color: black;
}
.main-btn.main-btn-3 i {
  color: black;
}
.main-btn.main-btn-3:hover {
  background: black;
  color: #fff;
}
.main-btn.main-btn-3:hover i {
  color: #ffc000;
}
.main-btn.main-btn-4:hover {
  background: #fff;
  color: black;
}
.main-btn.main-btn-4:hover i {
  color: black;
}
@media (max-width: 992px) {
  .main-btn {
    width: 70%;
    margin-bottom: 10px;
  }
}
.section-title {
  padding-bottom: 9px;
}
.section-title .title {
  font-size: 50px;
  letter-spacing: -0.04em;
  line-height: 70px;
  color: black;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 42px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 992px) {
  .section-title .title {
    text-align: center;
    padding: 0 50px;
  }
}
.hero-area {
  position: relative;
}
.hero-area.bg_cover {
  background-position: center bottom;
}
.hero-content {
  padding-top: 270px;
}
@media (max-width: 767px) {
  .hero-content {
    text-align: center;
    padding-top: 50px;
  }
 
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .hero-content {
    padding-top: 50px;
  }
}
.hero-content .title {
  font-size: 60px;
  line-height: 80px;
  color: #f8fbff;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-right: 40px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-content .title {
    font-size: 42px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hero-content .title {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content .title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .hero-content .title {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
  }
}
.hero-content .title span {
  color: #ffc000;
}
.hero-content ul li {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .hero-content ul li {
    width: 100%;
    text-align: center;
  }
}
.hero-thumb {
  padding-top: 185px;
  text-align: right;
  
}
@media (max-width: 767px) {
  .hero-thumb {
    padding-bottom: 0;
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .hero-thumb {
    padding: 20px 0 0 0;
  }
  .hero-thumb img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.page-title-area {
  position: relative;
  z-index: 11;
}
.page-title-area .page-title-item {
  height: 390px;
}
@media (max-width: 992px) {
  .page-title-area .page-title-item {
    height: 300px;
  }
}
.page-title-area .page-title-item .page-title {
  padding-bottom: 80px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .page-title-area .page-title-item .page-title {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area .page-title-item .page-title {
    text-align: left;
  }
}
.page-title-area .page-title-item .page-title .title {
  font-size: 60px;
  color: #ffc000;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .page-title-area .page-title-item .page-title .title {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .page-title-area .page-title-item .page-title .title {
    text-align: center;
  }
}
.page-title-area .page-title-item .page-title nav {
  display: inline-block;
}
@media (max-width: 992px) {
  .page-title-area .page-title-item .page-title nav {
    width: 100%;
  }
}
.page-title-area .page-title-item .page-title nav ol {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .page-title-area .page-title-item .page-title nav ol {
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.page-title-area .page-title-item .page-title nav ol li {
  font-size: 14px;
  font-weight: 500;
  color: black;
}
.page-title-area .page-title-item .page-title nav ol li a {
  color: black;
}
.page-title-area .page-title-item .page-title form {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.page-title-area .page-title-item .page-title form .input-box {
  position: relative;
}
.page-title-area .page-title-item .page-title form .input-box button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
  color: #ffc000;
  border: 0;
  background-color: transparent;
}
.page-title-area .page-title-item .page-title form .input-box input {
  width: 310px;
  line-height: 60px;
  background: #0e7050;
  border-radius: 40px;
  border: 0;
  padding-left: 38px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 162, 122, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(39, 162, 122, 0.2);
}
@media (max-width: 767px) {
  .page-title-area .page-title-item .page-title form .input-box input {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area .page-title-item .page-title form .input-box input {
    width: 310px;
  }
}
.page-title-area
  .page-title-item
  .page-title
  form
  .input-box
  input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.page-title-area
  .page-title-item
  .page-title
  form
  .input-box
  input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.page-title-area
  .page-title-item
  .page-title
  form
  .input-box
  input::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.page-title-area
  .page-title-item
  .page-title
  form
  .input-box
  input::placeholder {
  opacity: 1;
  color: #fff;
}
@media (max-width: 992px) {
  .page-title-area .page-title-item .page-title form {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
  }
  .page-title-area .page-title-item .page-title form .input-box input {
    width: 100%;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 18px;
  padding-left: 10px;
  color: black;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
}
.features-area {
  position: relative;
  background-image: url(../images/features-bg.jpg);
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  background-position-x: left;
}
@media (max-width: 767px) {
  .features-area {
   
  }
}
@media (max-width: 992px) {
  .features-area {
    padding: 75px 25px;
  }
}

.features-item {
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .features-item {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-item {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-item {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .features-item {
    padding-right: 0;
  }
}
.features-item i {
  color: #ffc000;
  font-size: 60px;
}
.features-item .title {
  font-size: 24px;
  line-height: 30px;
  color: black;
 
  padding-top: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .features-item .title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-item .title {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .features-item .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-item .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .features-item p {
    font-size: 15px;
  }
}
.features-title {
  padding-bottom: 13px;
}
.features-title .title {
  font-size: 40px;
  line-height: 54px;
}
@media (max-width: 767px) {
  .features-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.screenshot-area {
  padding-top: 113px;
  overflow: hidden;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .screenshot-area {
    padding-top: 50px;
  }
}
.screenshot-area .section-title {
  padding-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.screenshot-area .section-title .title {
  color: #fff;
}
.screenshot-area .section-title .screenshot-arrows {
  width: 30%;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .screenshot-area .section-title .screenshot-arrows {
    display: none;
  }
  .screenshot-area .section-title .title {
    text-align: center;
  }
}
.screenshot-area .slick-arrow {
  position: absolute;
  font-size: 40px;
  color: black;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  cursor: pointer;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.screenshot-area .slick-arrow:hover {
  color: #ffc000;
}
.screenshot-area .slick-arrow.prev {
  right: 70px;
}
.screenshot-area .slick-arrow.next {
  right: 15px;
}
.screenshot-area .screenshot-item img {
  margin: 0 auto;
}

.back-to-top {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffc000;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
}
.back-to-top i {
  color: #fff;
}
.back-to-top:hover {
  background-color: #ffc000;
}


.features-item i{
  font-size: 24px;
  margin-right: 10px;
}

.contact-us{
  padding-top: 100px;
  padding-bottom: 100px;
  background:url(../images/contact-bg.png);
  background-position: bottom;
  background-size: cover;
}

.contact-form{
  box-shadow: 0px 12px 17px #343a400d;
    padding: 50px;
    background-color: white;
    border-radius: 12px;
}

footer{
  padding: 20px;
  background-color: black;
}

footer p{
  color: white;
  font-size: 15px;
}

footer a{
  color: white;
  font-size: 15px;
  transition: 0.3s;
  font-weight: 600;
}

footer a:hover{
  color: #ffc000;
}



@media (max-width: 650px) {

  .hero-titile{
    font-size: 40px;
  }

  .features-area{
    background-position-x: right;
    position: relative;
  }

  .features-area::before{
    content: "";
    width: 1000%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    top: 0;
    left: 0;
  }

  .features-area i{
    display: none;
  }

 

}