/**
* Template Name: Techie - v2.2.0
* Template URL: https://bootstrapmade.com/techie-free-skin-bootstrap-3/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

        body {
                font-family: 'Cairo', sans-serif;
                color: #444444;
        }
        
        a:hover {
                text-decoration: none;
        }

        /* section{
                padding-top: 161px;
        } */

        @media (max-width: 575.98px) { 
                section{
                        padding-top: 100px;
                }
        
         }
        
      /*--------------------------------------------------------------
      # Back to top button
      --------------------------------------------------------------*/
      .back-to-top {
        position: fixed;
        display: none;
        right: 15px;
        bottom: 15px;
        z-index: 99999;
      }
      
      .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #7b27d8;
        color: #fff;
        transition: all 0.4s;
      }
      
      .back-to-top i:hover {
        background: #707070;
        color: #fff;
      }
      
      /*--------------------------------------------------------------
      # Preloader
      --------------------------------------------------------------*/
      #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        background: #fff;
      }
      
      #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #5846f9;
        border-top-color: #e7e4fe;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
      }
      
      @-webkit-keyframes animate-preloader {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      
      @keyframes animate-preloader {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      
      /*--------------------------------------------------------------
      # Disable aos animation delay on mobile devices
      --------------------------------------------------------------*/
      @media screen and (max-width: 768px) {
        [data-aos-delay] {
          transition-delay: 0 !important;
        }
      }
      
      /*--------------------------------------------------------------
      # Header
      --------------------------------------------------------------*/
      #header {
        transition: all 0.5s;
        z-index: 997;
        padding: 20px 0;
      }
      
      #header.header-scrolled, #header.header-inner-pages {
        background: rgb(79 77 77 / 93%);
        padding: 12px 0;
      }
      
      #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
      }
      
      #header .logo a {
        color: #fff;
      }
   
      @media (max-width: 992px) {
        #header {
          padding: 12px 0;
        }
        #header .logo {
          font-size: 28px;
        }
      }

      @media (max-width: 575.98px) { 
        #header .logo a img{
                width: 67%;
              }
           
       }
      
      /*--------------------------------------------------------------
      # Navigation Menu
      --------------------------------------------------------------*/
      /* Desktop Navigation */
      .nav-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      
      .nav-menu > ul {
        display: flex;
      }
      
      .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 10px 0 10px 24px;
      }
      
      .nav-menu a {
        display: block;
        position: relative;
        color: #fff;
        transition: 0.3s;
        font-size: 18.05px;
        font-weight: 600;
        padding: 0 3px;
        font-weight: 400;
      }
      
      .nav-menu > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        bottom: 1px;
        z-index: -10;
        left: 0;
        background-color: #FDE22F;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
      }
      
      .nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
        visibility: visible;
        width: 100%;
      }
      
      .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
        color: #fff;
       
      }

      .nav-menu .active > a{
        font-weight: 700;
      }
      
      .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 22px;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
      }
      
      .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
      }
      
      .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
      }
      
      .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: none;
        color: #2c4964;
      }
      
      .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: #5846f9;
      }
      
      .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
      }
      
      .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
      }
      
      .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
      }
      
      .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
      }
      
      .nav-menu .drop-down .drop-down > a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
      }
      
      @media (max-width: 1366px) {
        .nav-menu .drop-down .drop-down ul {
          left: -90%;
        }
        .nav-menu .drop-down .drop-down:hover > ul {
          left: -100%;
        }
        .nav-menu .drop-down .drop-down > a:after {
          content: "\ea9d";
        }
      }

      
/* Get Startet Button */
      .get-started-btn {
          margin-left: 25px;
          color: #4E4D4D;
          border-radius: 30px;
          height: 42.27px;
          /* padding: 6px 25px 8px 25px; */
          width: 166.95px;
          white-space: nowrap;
          transition: 0.3s;
          font-size: 17.19px;
          font-weight: 600;
          display: inline-block;
          background-color: #FDE22F;
          text-align: center;
          padding: 3px 0px;
          padding-left: 12px;

      }

      
      
      .get-started-btn:hover {
        color: #4E4D4D;
        background-color:#fff ;
      }
      
      @media (max-width: 992px) {
        .get-started-btn {
          margin: 0 48px 0 0;

        
          height: 37.27px;
          width: 144.95px;
        
          font-size: 16.19px;
          
          padding: 0px 0px;
        }


      }

      @media (max-width: 575.98px) { 
        .get-started-btn {
               
                width: 64.95px;
                font-size: 0px;
                height: 31.27px;
               
            }

        .get-started-btn img{
                width: 50%;
        }
      }
      
      
      
      
      
      /* Mobile Navigation */
      .mobile-nav-toggle {
        position: fixed;
        right: 15px;
        top: 67px;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 34px;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
      }
      
      .mobile-nav-toggle i {
        color: #fff;
      }
      
      .mobile-nav {
        position: fixed;
        top: 127px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        z-index: 9999;
        overflow-y: auto;
        background: #fff;
        transition: ease-in-out 0.2s;
        opacity: 0;
        visibility: hidden;
        border-radius: 10px;
        padding: 10px 0;
      }
      
      .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      
      .mobile-nav a {
        display: block;
        position: relative;
        color: #2c4964;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
      }
      
      .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
        color:#FDE22F;
        text-decoration: none;
      }
      
      .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
      }
      
      .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
      }
      
      .mobile-nav .drop-down > a {
        padding-right: 35px;
      }
      
      .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
      }
      
      .mobile-nav .drop-down li {
        padding-left: 20px;
      }
      
      .mobile-nav-overly {
        width: 100%;
        height: 100%;
        z-index: 9997;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(28, 47, 65, 0.6);
        overflow: hidden;
        display: none;
        transition: ease-in-out 0.2s;
      }
      
      .mobile-nav-active {
        overflow: hidden;
      }
      
      .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
      }
      
      .mobile-nav-active .mobile-nav-toggle i {
        color: #707070;
      }

      @media (max-width: 992px) {
        .mobile-nav-toggle {
               
                top: 51px;
             
              }
      }

      @media (max-width: 575.98px) { 
        .mobile-nav-toggle {
              top: 35px;
              font-size: 28px;
        }
      }
 /*--------------------------------------------------------------
      # main 
      --------------------------------------------------------------*/

      main {
        width: 100%;
        height: auto;
        background:  url("../img/Group\ 267.webp")  no-repeat , url("../img/Group\ 267.png")  no-repeat;
        background-size: cover;
      }

      @media (min-width: 1367px) { 
        main {
          width: 100%;
          background:  url("../img/Group\ 267.webp")  no-repeat,url("../img/Group\ 267.png")  no-repeat;
          background-size: 100% 100%;
        }
      }

      @media (min-width: 768px) and (max-width: 991.98px) { 
        main {
          background-size: auto;
        }

       }


      /*--------------------------------------------------------------
      # End main 
      --------------------------------------------------------------*/



      
      /*--------------------------------------------------------------
      # Hero Section
      --------------------------------------------------------------*/


      #hero{
        padding-top: 161px;

      }
      /* #hero .container, #hero .container-fluid {
        padding-top: 180px;
      } */
      
      #hero h1 {
        margin: 0;
        font-size: 52px;
        font-weight: 700;
        line-height: 64px;
        color: #fff;
      }
      
      #hero h2 {
        color: rgba(255, 255, 255, 0.8);
        margin: 10px 0 0 0;
        font-size: 20px;
      }
      
      #hero .btn-get-started {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px;
        border-radius: 5px;
        transition: 0.5s;
        margin-top: 30px;
        color: #fff;
        border: 2px solid #fff;
      }
      
      #hero .btn-get-started:hover {
        background: #fff;
        color: #5846f9;
      }

      #hero .mobileHeaderImg2{
              top: 72px;
              left: 0px;
      }
      #hero .mobileHeaderImg1{
        mix-blend-mode: luminosity;

      }

      #hero .mobileHeaderImg3{
        left: -16px;
        top: 101%;
        transform: rotate(2deg);
    
      }

      
      #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
      }

      @media (min-width: 1200px) { 
        #hero .mobileHeaderImg2 {
          left: 38px;
      }

      #hero .mobileHeaderImg1{
        margin-left: 41px;
      }

      #hero .mobileHeaderImg3 {
        left: 19px;
  
    }
       }

      
 

      @media (min-width: 992px) and (max-width: 1199.98px) { 
        #hero .mobileHeaderImg2{
                top: 72px;
        }

        #hero .mobileHeaderImg3{
                left: 0;
                top: 98%;
                transform: rotate(0deg);
        }
        }
      
      @media (max-width: 991px) {
        #hero {
          text-align: center;
        }
        /* #hero .container, #hero .container-fluid {
          padding-top: 178px;
        } */
        #hero .animated {
          -webkit-animation: none;
          animation: none;
        }
        #hero .hero-img {
          text-align: center;
        }
        #hero .hero-img img {
          width: 50%;
        }
      }
      
      @media (max-width: 768px) {
        #hero h1 {
          font-size: 26px;
          line-height: 36px;
        }
        #hero h2 {
          font-size: 18px;
          line-height: 24px;
        }
        #hero .hero-img img {
          width: 60%;
        }
      }
      
      @media (max-width: 575px) {
        #hero .hero-img img {
          width: 80%;
        }
      }
      
      @-webkit-keyframes up-down {
        0% {
          transform: translateY(10px);
        }
        100% {
          transform: translateY(-10px);
        }
      }
      
      @keyframes up-down {
        0% {
          transform: translateY(10px);
        }
        100% {
          transform: translateY(-10px);
        }
      }






/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
        font-size: 18px;
        color: #4b7dab;
        margin-bottom: 15px;
      }
      
      .about .icon-boxes h3 {
        font-size: 28px;
        font-weight: 700;
        color: #2c4964;
        margin-bottom: 15px;
      }
      
      .about .icon-box {
        margin-top: 40px;
      }
      
      .about .icon-box .icon {
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        border: 2px solid #8dc2f1;
        border-radius: 50px;
        transition: 0.5s;
      }
      
      .about .icon-box .icon i {
        color: #1977cc;
        font-size: 32px;
      }
      
      .about .icon-box:hover .icon {
        background: #1977cc;
        border-color: #1977cc;
      }
      
      .about .icon-box:hover .icon i {
        color: #fff;
      }
      
      .about .icon-box .title {
        margin-left: 85px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
      }
      
      .about .icon-box .title a {
        color: #343a40;
        transition: 0.3s;
      }
      
      .about .icon-box .title a:hover {
        color: #1977cc;
      }
      
      .about .icon-box .description {
        margin-left: 85px;
        line-height: 24px;
        font-size: 14px;
      }
      
      .about .video-box {
        background: url(../img/video.webp) center center no-repeat , url(../img/video.png) center center no-repeat;
        min-height: 402px;
        /* min-width: 693px; */
        border-radius: 30px;
        
      }
      
      .about .play-btn {
        width: 94px;
        height: 94px;
        background: radial-gradient(#FDE22F 50%, rgb(253 226 47 / 24%) 52%);
        border-radius: 50%;
        display: block;
        position: absolute;
        left: calc(50% - 47px);
        top: calc(50% - 47px);
        overflow: hidden;
      }
      
      .about .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      }
      
      .about .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgb(253 226 47);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
      }
      
      .about .play-btn:hover::after {
        border-left: 15px solid #FDE22F;
        transform: scale(20);
      }
      
      .about .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
      }

      .about .downloadsButtons a {
        border-radius: 30px;
        height: 42.27px;
        /* padding: 6px 25px 8px 25px; */
        width: 166.95px;
        white-space: nowrap;
        transition: 0.6s;
        font-size: 20.19px;
        font-weight: 600;
        display: inline-block;
        background-color: #FDE22F;
        text-align: center;
        padding: 6px 0px;
    

    }

    

    .about .downloadsButtons .downloadsButton1 {
     
      background-color: #4F4D4D;
      color: #fff;
    

    }

    .about .downloadsButtons .downloadsButton1:hover {
     
      background-color: #fff;
      color: #4F4D4D;
    
    

    }
      
      @-webkit-keyframes pulsate-btn {
        0% {
          transform: scale(0.6, 0.6);
          opacity: 1;
        }
        100% {
          transform: scale(1, 1);
          opacity: 0;
        }
      }
      
      @keyframes pulsate-btn {
        0% {
          transform: scale(0.6, 0.6);
          opacity: 1;
        }
        100% {
          transform: scale(1, 1);
          opacity: 0;
        }
      }


      @media (max-width: 575.98px){
        .about .downloadsButtons a {
            width: 64.95px;
            height: 31.27px;
            padding: 0px 0px;
        }

        .about .downloadsButtons a span{
          font-size: 0px;
          padding-left: 0px!important;
        }

      }


      
      /*--------------------------------------------------------------
      # Fast Section
      --------------------------------------------------------------*/


      #fast{
        padding-top: 126px;

      }

      #fast .withAshal{
        font-size: 30px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        color: #4F4D4D;
      }

      #fast .withAshal:before {
        content: "";
        position: absolute;
        width: 312px;
        height: 8px;
        top: 33px;
        z-index: -1;
        background-color: #fff;
      }
      

      #fast .withAshlDescription{
        font-size: 22px;
        font-weight: 400;
        color: #4F4D4D;
      }

      #fast .icon {
        margin: 0 auto;
        width: 83px;
        height: 83px;
        background: #F1F1F1;
        border-radius: 57px;
        transition: all .6s ease-out 0s;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transform-style: preserve-3d;
    }

    #fast .icon:hover {
      background: #4F4D4D;
    }

        #fast .icon:hover .withAshalFeaturesImg2{
         
          display: block;
          
      }

      #fast .icon:hover .withAshalFeaturesImg1{
         
        display: none;
        
    }

      .withAshalFeaturesImg2{
        display: none;
      }

      #fast .icon::before {
        position: absolute;
        content: '';
        left: 8px;
        top: 6px;
        height: 100%;
        width: 100%;
        border: 1px solid #4F4D4D;
        border-radius: 41px;
        transition: all .3s ease-out 0s;
        transform: translateZ(-1px);
    }

    #fast .withAshalFeatures{
      font-size: 17px;
      font-weight: 400;
      color: #000;
    }

    #fast .manImg{
      margin-top: 33px;
    }

    @media (max-width: 991.98px) { 
      #fast .manImg{
        max-width: 100%;
      }
        
    }

    

    @media (min-width: 768px) and (max-width: 991.98px) { 
      #fast {
        padding-bottom: 125px;
      }
      #fast .manImg{
        margin-top: 110px;
      }

     }

     @media (min-width: 576px) and (max-width: 767.98px) { 
      #fast .manImg{
        margin-bottom: 49px;
      }
      }

     @media (max-width: 575.98px) {  
      #fast .manImg{
        margin-bottom: 49px;
      }

      #fast .manBg{
        background-color: #FDE22F;
      }
     }

     @media (max-width:  381.98px) {
      #fast .withAshal {
        font-size: 24px;
      }
      #fast .withAshlDescription{
        font-size: 20px;
      }

      #fast .withAshal:before {
        width: 252px;
        top: 26px;

      }
    

   
   }



     
      /*--------------------------------------------------------------
      # aboutAshal Section
      --------------------------------------------------------------*/


      #aboutAshal{
        width: 100%;
        height: 902px;
        background:  url("../img/aboutAshal.webp")  no-repeat , url("../img/aboutAshal.png")  no-repeat;
        /* background-size: cover; */
        margin-top: -191px;
        z-index: 2;
        position: relative;

      }

      
    

   
      #aboutAshal .aboutAshalText{
        font-size: 30px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        color: #fff;
        text-align: center;
        margin-top: 170px;
      }

      #aboutAshal .aboutAshalText:before {
        content: "";
        position: absolute;
        width: 128px;
        height: 8px;
        top: 33px;
        z-index: -1;
        background-color: #FDE22F;
      }

      #aboutAshal .aboutAshalDescription{
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        margin: auto;
      }

   

      @media (min-width: 1367px) { 
        #aboutAshal {
          width: 100%;
          height: 902px;
          background:  url("../img/aboutAshal.webp")  no-repeat , url("../img/aboutAshal.png")  no-repeat;
          background-size: 100% 100%;
        }
      }

      @media (min-width: 768px) and (max-width: 991.98px) { 
        #aboutAshal{
        
          margin-top: -271px;;
        
  
        }

        
       }

       @media (min-width: 576px) and (max-width: 767.98px) { 
        #aboutAshal {
        
          margin-top: -235px;
        
      }
       }

       @media (max-width: 575.98px) { 
        #aboutAshal .aboutAshalText {
          margin-top: 81px;
          } 

      

          #aboutAshal .backgroundForMobiles{
            width: 100%;
            height: 500px;
            background-color:#4F4D4D ;
            margin-top: -300px;
          }
    
        }


        @media (max-width:  381.98px) {
          #aboutAshal .aboutAshalDescription{
            font-size: 20px;
          }

          #aboutAshal .aboutAshalText{
            font-size: 24px;
          }

          #aboutAshal .aboutAshalText:before{
            width: 102px;
            top: 26px;
          }


       
       }


          /*--------------------------------------------------------------
      # Ashal App Features Section
      --------------------------------------------------------------*/


      #appFeatures{
        width: 100%;
        height: 1725px;
        background:  url("../img/ashalAppFeatures.webp")  no-repeat , url("../img/ashalAppFeatures.png")  no-repeat;
        /* background-size: cover; */
        margin-top: -191px;
        z-index: 2;
        position: relative;
        margin-top: -203px;

      }

  
      #appFeatures .appFeaturesText{
        font-size: 30px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        color: #4F4D4D;
        text-align: center;
        margin-top: 226px;
      }

      #appFeatures .appFeaturesText:before {
        content: "";
        position: absolute;
        width: 288px;
        height: 8px;
        top: 33px;
        z-index: -1;
        background-color: #fff;
      }

      #appFeatures .appFeaturesDescription{
        font-size: 22px;
        font-weight: 400;
        color: #4F4D4D;
        text-align: center;
        margin: auto;
      }

      

      #appFeatures .appFeaturesDescription span{
        font-weight: 700;
        
      }

      #appFeatures .mobilesScreens{
        margin-top: 60px;
      }

      #appFeatures .screenTtle{
        font-size: 23px;
        font-weight: 700;
        color: #4F4D4D;
      }

      #appFeatures .screenDescription{
        font-size: 22px;
        font-weight: 400;
        color: #4F4D4D;
      }


      @media (min-width: 1367px) { 
        #appFeatures {
          width: 100%;
          background:  url("../img/featureBg2.png")  no-repeat;


          height: 1725px;
         
          
        }
      }

      @media (min-width: 1920px) { 
        #appFeatures {
          width: 100%;
          background:  url("../img/featureBg2.png")  no-repeat;

          background-size: 100% 100%;
         
          
        }
      }
      
      @media (max-width: 1199.98px) { 
        .mobilesScreens img{
          max-width: 100%;
          height: auto;
        }
      }

      @media (max-width: 767.98px) { 
        #appFeatures .mobilesScreens {
          margin-top: 20px;
      }
       }



      @media (min-width: 576px) and (max-width: 991.98px) { 
        #appFeatures{
        
          margin-top: -270px;;
        
  
        }

        
       }

       @media (max-width: 575.98px) { 
         #appFeatures{
          margin-top: -191px;
         }

         #appFeatures .appFeaturesText{
           margin-top: 120px;
         }

         #appFeatures .mobilesScreens{
           margin-top: 20px;
         }
         #appFeatures .screenTtle{
           font-size: 20px;
         }
         #appFeatures .screenDescription{
           font-size: 19px;
         }
       }

       @media (max-width:  381.98px) {
          #appFeatures .appFeaturesText {
            font-size: 24px;
          }

          #appFeatures .appFeaturesText:before {
            width: 231px;
            top: 26px;
            
        }

        #appFeatures .appFeaturesDescription{
          font-size: 20px;
        }


       
       }

       @media (max-width: 360.98px) {
        #appFeatures{
          margin-top: -150px;
         }
       }

       @media (max-width:  337.98px) {
        #appFeatures .appFeaturesText {
          margin-top: 100px;
      }
       }


       
      /*--------------------------------------------------------------
      # How It Work Section
      --------------------------------------------------------------*/


      #HowItWork{
        width: 100%;
        height: 901px;
        background: url(../img/howWorkBg.webp) center center no-repeat , url(../img/howWorkBg.png) center center no-repeat;
        background-size: auto;
        margin-top: -100px;
        z-index: 2;
        position: relative;

      }

      #HowItWork .HowItWorkText{
        font-size: 30px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        color: #fff;
        text-align: center;
        margin-top: 226px;
      }

      #HowItWork .HowItWorkText:before {
        content: "";
        position: absolute;
        width: 166px;
        height: 8px;
        top: 33px;
        z-index: -1;
        background-color: #FDE22F;
      }

      #HowItWork .HowItWorkDescription{
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        margin: auto;
      }

      .howItWorkImg2{
        display: none;
        margin-top: 30px;
      }

      .howItWorkImg1{
          margin-top: 70px;
      }
      @media (max-width: 1199.98px) { 
        #HowItWork{
         
          margin-top: -123px;
         
  
        }
       }

      @media (min-width: 1367px) { 
        #HowItWork {
          width: 100%;
          background-size: 100% 100%;
        }
      }

      @media (max-width:  381.98px) {
        #HowItWork .appFeaturesText {
          font-size: 24px;
        }

        #HowItWork .HowItWorkText:before {
          width:166px;
          top: 26px;
          
      }

      #HowItWork .HowItWorkDescription{
        font-size: 20px;
      }


     
     }

     @media (max-width: 767.98px) { 
      .howItWorkImg2{
        display: block;
      }

      .howItWorkImg1{
        display: none;
      }

      #HowItWork .HowItWorkText {
      
        margin-top: 121px;
    }
      }

      @media (max-width: 575.98px){
        #HowItWork .HowItWorkText {
            margin-top: 31px;
        }
      }

        
      /*--------------------------------------------------------------
      # Opinion Section
      --------------------------------------------------------------*/

      #Opinion{
        width: 100%;
        /* height: 1709px; */
        background: url(../img/footerBg.webp) center center no-repeat ,  url(../img/footerBg.png) center center no-repeat;
        background-size: auto;
        margin-top: -103px;
        position: relative;

      }

      #Opinion .OpinionText{
        font-size: 30px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        color: #4F4D4D;
        text-align: right;
        margin-top: 157px;
      }

      #Opinion .OpinionDescription{
        font-size: 26px;
        font-weight: 400;
        color: #4F4D4D;
        text-align: right;
        margin: auto;
      }

      #Opinion .downloadNow{
        font-size: 30px;
        color: #4F4D4D;
        font-weight: 700;
      }

      #Opinion .downloadsButtons a {
        border-radius: 30px;
        height: 42.27px;
        /* padding: 6px 25px 8px 25px; */
        width: 166.95px;
        white-space: nowrap;
        transition: 0.6s;
        font-size: 20.19px;
        font-weight: 600;
        display: inline-block;
        background-color: #FDE22F;
        text-align: center;
        padding: 6px 0px;
    

    }

    

    #Opinion .downloadsButtons .downloadsButton1 {
     
      background-color: #4F4D4D;
      color: #fff;
    

    }

    #Opinion .downloadsButtons .downloadsButton1:hover {
     
      background-color: #fff;
      color: #4F4D4D;
    
    

    }

    #Opinion .followUs{
      font-size: 30px;
      color: #4F4D4D;
      font-weight: 700;
      margin-top: 145px;
    }

    #Opinion .followUs:before {
      content: "";
      position: absolute;
      width: 353px;
      height: 8px;
      /* top: 816px; */
      z-index: -1;
      bottom: 5px;
      background-color: #fff;
  }

    #Opinion input {
      border: 1px solid #fff;
      width: 474.21px;
      height:64.91px;
      padding: 10px 19px;
      border-radius: 30px;
      outline: none;
  }

  #Opinion .sendButton{
    background-color: #FEE332;
    border-radius: 30px;
    padding: 17px 19px 19px 15px;
    transition: .6s;
  }

  #Opinion .sendButton:hover{
    background-color: #fff;
   
  }

  #Opinion .signWithEmail{
    top: calc(50% - 76px);
    left: calc(50% - 250px);
  }

  #Opinion .signWithEmail .sign{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
  }


  #Opinion .copyright li {
    display: inline-block;
    padding: 0 20px;
}

  #Opinion .copyright .navs {
  display: inline-block;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
}

#Opinion .copyright .navs li a {
  color: #131414;
  transition: .6s;
}

#Opinion .copyright .navs li:hover {
  color: #fff;
}



  #Opinion .copyright .icons {
    cursor: pointer;
    display: inline-block;
    margin-right: 24px;
  }

  #Opinion .copyright .icons li {
      color: #64257d;
      font-size: 24px;
      transition: .6s;
  }

  #Opinion .copyright .icons li:hover {
    color: #fff;
}


    


      @media (min-width: 1367px) { 
        #Opinion {
          width: 100%;
          background-size: 100% 100%;
        }
      }

      @media (max-width: 381.98px){
        #Opinion .downloadNow {
              font-size: 24px;
          }

          #Opinion .followUs {
            font-size: 24px;
          }
        }


       @media (max-width: 575.98px){
        #Opinion .OpinionText {
              margin-top: 27px;
          }

          #Opinion  .downloadsButtons a {
            width: 64.95px;
            height: 31.27px;
            padding: 0px 0px;
        }

          #Opinion .downloadsButtons a span {
          font-size: 0px;
          padding-left: 0px!important;
        }

        #Opinion .signWithEmail .sign {
          font-size: 11px;
          margin-bottom: 15px;
      }

          #Opinion input {
            width: 63%;
            height: 39px;
        }

        #Opinion .sendButton {
          padding: 3px 6px 5px 3px;
      }

      #Opinion .signWithEmail {
        left: calc(50% - 129px);
        top: calc(50% - 37px);
    }

    #Opinion .followUs {
      
      margin-top: 61px;
  }

  


      }

      @media (max-width: 381.98px){
        #Opinion .followUs:before {
          width: 284px;}
    }

      @media (min-width: 768px) and (max-width: 991.98px) { 
        #Opinion .signWithEmail {
          left: calc(50% - 292px);
      }
       }

       @media  (min-width: 576px) and  (max-width: 767.98px) { 
        #Opinion .signWithEmail {
          
          left: calc(50% - 195px);
        }

        #Opinion .signWithEmail .sign {
          font-size: 17px;
        }

        #Opinion input {
          width: 56%;
          height: 30%;
        }

        #Opinion .sendButton {
         
          padding: 9px 19px 12px 15px;
        }


       }

       @media  (max-width: 767.98px) {
        #Opinion .copyright li img,#Opinion .copyright .navs,#Opinion .copyright .icons {
         margin-top: 20px;
         display: block;
      }

          #Opinion .copyright li {
            padding: 0 9px;
        }
       }

     

      


      
    
    /*start owl-carousel*/
    
    .owl-theme .owl-nav,
    .owl-theme .owl-nav2 {
        position: absolute;
        top: -54px;
        left: 0;
        color: #4F4D4D;
    }
    
    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next,
    .owl-nav2 .owl-prev,
    .owl-nav2 .owl-next,
    .owl-nav2 i{
        font-size: 39px;
    }
    .owl-nav2 i:focus{
        display: none;
    }
    
    .owl-theme .owl-nav .owl-prev span,
    .owl-theme .owl-nav .owl-next span{
        opacity: 0;
    }
    
    
    
    .owl-theme .owl-nav .owl-prev span,
    .owl-theme .owl-nav .owl-next span,
    .owl-theme .owl-nav2 [class*=owl-] {
        color: #4F4D4D;
        /* font-size: 14px; */
        margin: 5px;
        padding: 4px;
        background: none;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }
    .owl-theme .owl-nav [class*=owl-]{
        background: none;
        color: none;
    }
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: none;
        color: #4F4D4D;
        text-decoration: none;
    }

  
    
    
    
    
    
    
    /*#707070 */
    .User_reviews .owl-carousel .owl-item{
        border-radius: 14px;
        overflow: hidden;
        padding: 15px;
        background-color: #FFFFFF;
        box-shadow: 0 0px 8px #e0e0e0;
        margin-top: 21px;
        margin-bottom: 11px;
    }
    .User_reviews .owl-carousel .owl-item img{
        width: auto;
        display: block;
        margin-left: 11px;
    }
    .User_reviews .owl-carousel .owl-item ul {
        list-style: none;
        display: block;
        text-align: right;
    }
    
    .User_reviews .owl-carousel .owl-item ul li.top-text span{
        display: block;
    }
    .User_reviews .owl-carousel .owl-item p{
        color: #000;
        font-weight: 600;
        line-height: 1.7;
        font-size: 13px;
        text-align: right;
    }
    
    .User_reviews .owl-carousel .owl-item ul li{
        display: inline-block;
    }
    .User_reviews .owl-carousel .owl-item ul li.top-text  span.bottom-text {
        background: #fee332;
        display: inline-block;
        padding: 2px 14px;
        border-radius: 25px;
        margin-top: 3px;
    }

    @media (max-width: 767.98px) { 
      .owl-theme .owl-nav2 .owl-prev,.owl-theme .owl-nav2 .owl-next{
        display: none!important;
      }
      }

  
    /*  */
    
    /*End owl-carousel*/
    


      


       



     
  
      



      