/* 
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #505056;
  overflow-x: hidden;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
  transition: all linear 0.3s;
}

h3,
h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #0e1133;
  margin: 0px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #505056;
  margin: 0px;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  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: 1px solid #2b70fa;
  padding: 0 30px;
  font-size: 15px;
  line-height: 45px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #2b70fa;
}
.main-btn:hover {
  background-color: #fff;
  color: #2b70fa;
  border-color: #2b70fa;
}

.appie-section-title {
  padding-bottom: 25px;
}
.appie-section-title .appie-title {
  font-size: 44px;
  line-height: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appie-section-title .appie-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appie-section-title .appie-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .appie-section-title .appie-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .appie-section-title .appie-title {
    font-size: 36px;
    line-height: 46px;
  }
}
.appie-section-title p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appie-section-title p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appie-section-title p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .appie-section-title p {
    font-size: 15px;
  }
}

/*===========================
    SEARCH css 
===========================*/

/*===========================
    SHOPPING CART css 
===========================*/

/*===========================
    2.HEADER css 
===========================*/

/*===========================
    3.APPIE HERO css 
===========================*/

/*===========================
    4.APPIE SERVOCE css 
===========================*/
.appie-service-area {
  background: #eef1f6;
  position: relative;
  background-image: url(../images/shape/shape-1.png);
  background-position: 92% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.appie-single-service {
  padding: 50px 12px 23px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 6px;
  transition: all linear 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appie-single-service {
    padding: 50px 15px 43px;
  }
}
.appie-single-service .icon {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  border-radius: 20px;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: linear-gradient(135deg, rgb(132, 188, 250) 0%, rgb(43, 112, 250) 100%);
  box-shadow: 0px 6px 10px 0px rgba(16, 73, 189, 0.3);
  position: relative;
}
.appie-single-service .icon > span {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  background: #2b70fa;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 3px 6px 0px rgba(14, 17, 51, 0.1);
  line-height: 28px;
  color: #fff;
}
.appie-single-service .appie-title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 33px;
  padding-bottom: 10px;
}
.appie-single-service:hover {
  box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
  transform: translateY(-15px);
}
.appie-single-service.item-2 .icon {
  background: linear-gradient(135deg, rgb(247, 184, 175) 0%, rgb(248, 69, 45) 100%);
}
.appie-single-service.item-2 .icon span {
  background: #f8452d;
}
.appie-single-service.item-3 .icon {
  background: linear-gradient(135deg, rgb(160, 234, 194) 0%, rgb(49, 195, 105) 100%);
}
.appie-single-service.item-3 .icon span {
  background: #31c369;
}
.appie-single-service.item-4 .icon {
  background: linear-gradient(135deg, rgb(216, 170, 255) 0%, rgb(155, 44, 250) 100%);
}
.appie-single-service.item-4 .icon span {
  background: #9b2cfa;
}

/*===========================
    5.APPIE FEATURES css 
===========================*/
.appie-features-area {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.appie-features-area .features-shape-1 {
  position: absolute;
  left: 560px;
  top: 130px;
  -webkit-animation: animationFramesOne 20s linear infinite;
          animation: animationFramesOne 20s linear infinite;
  z-index: -1;
}
.appie-features-area .features-shape-2 {
  position: absolute;
  left: 500px;
  bottom: 0px;
  -webkit-animation: animationFramesThree 20s linear infinite;
          animation: animationFramesThree 20s linear infinite;
  z-index: -1;
}
.appie-features-area .features-shape-3 {
  position: absolute;
  right: 270px;
  bottom: 0;
  -webkit-animation: animationFramesFive 20s linear infinite;
          animation: animationFramesFive 20s linear infinite;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appie-features-tabs-btn .nav {
    flex-direction: row !important;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .appie-features-tabs-btn .nav {
    flex-direction: row !important;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.appie-features-tabs-btn .nav a {
  border-right: 3px solid #e8eaef;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  color: #505056;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appie-features-tabs-btn .nav a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .appie-features-tabs-btn .nav a {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
.appie-features-tabs-btn .nav a i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #f1f2f7;
  color: #63636a;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.appie-features-tabs-btn .nav a.active {
  border-right-color: #2b70fa;
  background: transparent;
  color: #2b70fa;
}
.appie-features-tabs-btn .nav a.active i {
  color: #fff;
  background: #2b70fa;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appie-features-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .appie-features-content {
    padding-top: 30px;
  }
}
.appie-features-content span {
  font-size: 14px;
  font-weight: 500;
  color: #2b70fa;
  margin-bottom: 8px;
}
.appie-features-content .title {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appie-features-content .title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .appie-features-content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.appie-features-content p {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appie-features-thumb {
    text-align: center;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .appie-features-thumb {
    text-align: center;
    margin-top: 50px;
  }
}

.pb-100{
    padding-bottom: 100px;

}

.pt-100 {
    padding-top: 100px;
}
.app-desgin{
    width: 400px;
}

.appie-project-area .appie-project-box {
    background-image: url(../img/bg-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 70px;
    padding-top: 75px;
    padding-bottom: 85px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.appie-project-content .title {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 10px;
}
.appie-project-content p {
    color: #fff;
    opacity: 0.8;
}
.appie-project-content .input-box {
    display: flex;
}
.appie-project-content .input-box input {
    width: 100%;
    height: 50px;
    padding-left: 30px;
    border-radius: 6px;
    border: 0;
}

.appie-project-content .input-box button {
    margin-left: 10px;
    padding: 0 30px;
    border-radius: 6px;
    padding: 0 25px;
    background: #0e1133;
    border: 0;
    color: #fff;
    line-height: 50px;
    height: 50px;
}
.appie-project-area .appie-project-box .appie-project-thumb {
    position: absolute;
    right: 70px;
    bottom: 0;
}



.appie-faq-area {
    background: #eef1f6;
    position: relative;
    background-image: url('https://quomodosoft.com/html/appie/assets/appie-demo/assets/images/shape/faq-shape.png');
    background-position: 94% 100%;
    background-size: auto;
    background-repeat: no-repeat;
}
.mobile1-img{
    width: 100%;
}
.icon-bg1::after {
    background-image: url(https://img.icons8.com/ios/50/ffffff/expand-arrow--v2.png) !important;
}
.banner-main-img{
  height: 440px;
  margin-left: 77px !important;
}
@media(max-width:768px){
  .banner-main-img{
    height: 400px;
    margin-left: 0px !important;
  }
  .section-title-area h2{
    font-size: 24px;
  }
  .appie-project-content .title{
    font-size: 30px;
    line-height: 33px;
  }
}