/* banner section  */

.banner-section {
  min-height: 30vh;
  background: linear-gradient(270deg, #794CE4 0%, #355CED 50%, #2F87FC 100%);
  padding: 60px 0;

  display: block;
}

.banner-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.banner-text {
    font-size: 20px;
    opacity: 1;
    max-width: 100%;
    line-height: 30px;
}

.banner-img {
  max-width: 100%;
  height: auto;
}

.seemore{
    background: #FFFFFF;
    color: #1349CE;
    border: none;
    border-radius: 15px;
    padding: 10px 40px;
    font-size: 20px;
}

  /* Key Features */

 .key-features {
  background: #E6FFF4;
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.features-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.features-main-img {
  max-width: 100%;
}

.feature-box {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
 box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
}


.feature-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 12px;
  background-color: white;
  border-radius: 15px;
  padding: 5px;
}

/* .icon-wrapper {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
} */


.feature-box h5 {
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
}

.feature-box p {
  font-size: 14px;
  color: #fff;
}


/* key benefit */

.key-benefits {
  background: #fff;
}

.benefits-title {
  font-weight: 700;
  font-size: 32px;
  color: #001373;
}

.benefits-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
}

.benefit-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  transition: 0.3s;
   box-shadow: 0px 3px 23.2px 2px #B2C2E4;
;
}


.benefit-box img {
  width: 45px;
  margin-bottom: 10px;
}

.benefit-box h5 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #001373;

}

.benefit-box p {
  font-size: 16px;
  color: #666;
}

.benefit-box:hover {
  transform: translateY(-5px);
}


/* our service section */


.our-services {
  background: #f9f9ff;
}

.services-title {
  font-weight: 700;
  font-size: 32px;
  color: #001373;
}

.services-subtitle {
  max-width: 750px;
  margin: 0 auto;
  color: #666;
}

.service-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}

.service-box img {
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  display: inline-block;
}

.service-box h5 {
  margin-top: 10px;
  font-weight: 600;
}

.service-box p {
  color: #666;
  font-size: 14px;
}

.service-box:hover {
  transform: translateY(-5px);
}

/* App Screen Section */
.app-screen-section {
  background-size: cover;
  position: relative;
  color: #fff;
}


.app-screen-section .container {
  position: relative;
  z-index: 2;
}

.app-title {
  font-size: 32px;
  font-weight: 700;
  color: #001373;
}

.app-subtitle {
  max-width: 750px;
  margin: 0 auto;
  color: #ddd;
  color: #323232;
}

/* Screens */
.small-screen {
  transform: scale(1.2);
  opacity: 0.9;
}

.big-screen {
  transform: scale(1.1);
  z-index: 2;
  position: relative;
}



/* =========================
   Get Touch Section
========================= */

.get-touch-section{
  background: #fff;
}

.touch-title{
  font-size: 42px;
  font-weight: 700;
  color: #001373;
}

.touch-box{
  background: url('../images/contact.png') center center/cover no-repeat;
  border-radius: 30px;
  padding: 60px;
  background-size: 100% auto;
}

/* Left Contact */
.contact-item{
  gap: 20px;
}

.contact-icon{
      width: 45px;
    height: 45px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #1349CE;

}

.contact-text h5{
  color: #fff;
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 600;
}

.contact-text p{
  color: #f1f1f1;
  margin: 0;
  font-size: 27px;
  font-weight: 600;
}

/* Right Images */
.connected-images{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.connected-images .touch-img{
  position: relative;
    margin-top: -126px;
}

.owl-carousel .item{
    margin: 0;
    padding: 0;
}

.owl-carousel .item img{
    display: block;
    width: 100%;
}

.owl-stage-outer,
.owl-stage,
.owl-item{
    padding: 0 !important;
}

.pre_btn{
    position: absolute;
    left: -40px;
    height: 42px;
    top: 0;
    margin: auto;
    bottom: 0;
    border: 0;
    background: #00a7d2;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    z-index: 22;
}
.net_btn{
    position: absolute;
    right: -40px;
    height: 42px;
    top: 0;
    margin: auto;
    bottom: 0;
    border: 0;
    background: #00a7d2;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
     z-index: 22;
}

.owl-nav {
    margin-top: 40px;
} 
.owl-nav.disabled {
    text-align: center;
}

.app-showcase{
    overflow:hidden;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.phone-img{
    width:100%;
    max-width:100%;
    margin:auto;
    display:block;
    transition:all .4s ease;
}

.app-carousel .owl-item{
    transform:scale(.85);
    opacity:1;
    transition:all .4s ease;
}

.app-carousel .owl-item.center{
    transform:scale(1);
    opacity:1;
}

.app-carousel .owl-item.center .phone-img{
    filter: none;
}
.owl-prev span,.owl-next span{
 background: #2f85fb;
  padding: 5px 19px;
  height: 20px;
  font-size: 26px;
  margin: 0 10px;
  margin-top: 15px;
  border-radius: 50px;
}

/* Responsive */
@media(max-width:991px){

  .touch-box{
    padding: 40px 25px;
  }

  .touch-title{
    font-size: 34px;
  }

  .touch-img{
    max-width: 180px;
  }

  .img-two{
    margin-top: 50px;
  }
}

@media(max-width:576px){

  .touch-title{
    font-size: 28px;
  }

  .contact-text h5{
    font-size: 18px;
  }

  .contact-text p{
    font-size: 15px;
  }

  .touch-img{
    max-width: 140px;
  }

  .img-two{
    margin-left: -25px;
    margin-top: 40px;
  }
}