@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@font-face {
    font-family: "LatoWebSemibold";
    src: url("../font/Lato-Semibold.eot?r=1");
    /* IE9 Compat Modes */
    src: url("../font/Lato-Semibold.eot?#iefix?r=1") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Lato-Semibold.woff2?r=1") format("woff2"), /* Modern Browsers */
    url("../font/Lato-Semibold.woff?r=1") format("woff"), /* Modern Browsers */
    url("../font/Lato-Semibold.ttf?r=1") format("truetype");
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

html body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

.page-container {
    max-width: 1166px;
    width: 100%;
    margin: 0px auto;
}

.d-flex-col {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.d-flex-row {
    display: flex;
    align-items: center;
    flex-direction: row;
}


/* header css */

.header {
    height: 70px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}


/* banner */

.banner {
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 16px 16px;
    position: relative;
    padding: 55px 0px;
}
.banner::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.5;
    background: linear-gradient(296deg, #FFE8D1 -3.57%, #F0F5FD 65.17%); 
    z-index: -1;
}

.banner .page-container{
    display: flex;
    align-items: center;
}
.banner-content{
    max-width: 586px;
}
.banner-content h1{
    font-size: 48px;
font-weight: 700;
line-height: 56px;
color: #202126;
margin: 0px;
}
.banner-content p{
    margin-top: 18px;
    margin-bottom: 0px;
    font-size: 18px;
    max-width: 450px;
    font-weight: 400;
    color: #52565E;
    line-height: 24px;
}

.download-wrap{
display: flex;
align-items: center;
border-radius: 12px;background-color: #fff;
box-shadow: 0px 0px 13px 4px rgba(165, 204, 255, 0.50);
padding: 18px;
width: max-content;
box-sizing: border-box;
margin-top: 40px;
}
.dwn-text{
    border-right: 1px solid #EEEFF4;
    margin-right: 24px;
    padding-right: 24px;
}
.dwn-text-heading{
    font-size: 20px;
    color: #2F3136;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 14px;
    font-family: "LatoWebSemibold";
}

.banner-right-image{
    margin-left: auto;
    position: relative;
}

.floattag{
    position: absolute;
    background-color: #fff;
    display: flex;
    align-items: center;
    max-width: max-content;
    padding:0px 12px 0px 6px;
    border-radius: 8px;
    border: 1px solid #EEEFF4;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
    height: 52PX;
}
.floattag img{
    margin-right: 12px;
}
.tag1{
    top: 22px;
    left: -173px;
}

.tag2{
    top: 99px;
    right: -38px;
}

.tag3{
    top: 174px;
    left: -202px;
}
.float-icon{
    display: flex;
    align-items: center;
}
.float-label{
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px;
color: #2F3136;
}

/* fo-wrap */

.fo-wrap {
    padding: 60px 0px;
}

.fo-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #202126;
}

.fo-wrap p {
    margin: 16px 0px 0px 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #2F3136;
    text-align: center;
}
.rightimg{
    margin-right: 114px;
}



/* slider css */

.banenrSlider {
    margin-top: 60px;
}

.sliderpos1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.sliderpos2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.sliderBox {
    min-width: 614px;
    min-height: 413px!important;
    border-radius: 16px;
    border: 1px solid #F7F7F9;
    background: linear-gradient(304deg, #F1F8FC -0.75%, rgba(255, 255, 255, 0.58) 49.31%, rgba(211, 239, 255, 0.18) 97.46%);
    box-shadow: 0px 0px 17.1px 0px rgba(31, 108, 211, 0.37);
    position: relative;
    display: flex!important;
    align-items: center;
    margin: 15px 0px;
}

.banenrSlider {
    overflow: hidden;
}

.banenrSlider .slick-track {
    align-items: flex-end;
    display: flex;
}

.slider-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #2F3136;
}

.slider-list {
    margin-top: 32px;
}

.slider-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.slider-list ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 32px;
    font-family: "LatoWebSemibold";
    position: relative;
    padding-left: 28px;
}

.slider-list ul li:last-child {
    margin-bottom: 0px;
}

.slider-list ul li::after {
    width: 20px;
    height: 20px;
    background-image: url('../images/slider-tick.svg');
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
}

.slider-content {
    padding-right: 40px;
    max-width: 287px;
}

.sliderBox.slick-slide {
    transform: scale(0.9);
    transition: transform 0.3s;
    opacity: 0.3;
}

.sliderBox.slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
}

.slick-arrow {
    width: 36px;
    height: 36px;
    background-image: url('https://www.adda247.com/lp/adda-siq-fac-asset/images/arrow-icon.svg');
    background-repeat: no-repeat;
    z-index: 999;
    background-position: center;
    border: 0px solid #f3f3f3;
    background-color: transparent;
    box-shadow: inherit;
    outline: 0px;
    font-size: 0px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    background-size: 32px;
}

.slick-prev.slick-arrow {
    left: 16px;
    cursor: pointer;
    background-image: url('https://www.adda247.com/lp/adda-siq-fac-asset/images/arrow-icon.svg');
   
}

.slick-next.slick-arrow {
    right: 16px;
    cursor: pointer;
    transform: rotate(180deg);
}

.slick-dots-container {
    width: 101px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 30px auto 0px auto;
    height: 19px;
    position: relative;
}

.slick-dots-container>ul {
    padding: 0;
    display: flex;
    transition: all 0.25s;
    position: relative;
    margin: 0;
    list-style: none;
    transform: translateX(0);
    align-items: center;
    bottom: unset;
    height: 100%;
}

.slick-dots-container>ul li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    font-family: "Lato", serif!important;
    background-color: #999CA1;
    border: none;
    border-radius: 50%;
    transition: transform 0.3s, opacity 0.3s;
}

.slick-dots-container>ul li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    padding: 0px;
}

.slick-dots-container>ul li.p-small-1,
.slick-dots-container>ul li.n-small-1 {
    transform: scale(0.8);
    transition: transform 0.3s, opacity 0.3s;
}

.slick-dots-container>ul li.slick-active {
    transform: scale(1.3);
    transform-origin: center;
    background: #3498db;
}

.slick-dots li button:before {
    display: none;
}

/* active dot text */

span.dot-info {
    font-size: 7px !important;
    color: #fff;
    position: absolute;
    top: 4px;
    font-size: 7px;
    left: 3px;
    padding: 0px 0px;
    font-family: "Lato", serif !important;
    width: 25px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
}

.slick-dots-container>ul li.slick-active {
    transform: scale(1.01);
    transform-origin: center;
    background: #383B41;
    width: auto;
    color: #fff;
    height: 16px;
    width: 25px;
    border-radius: 12px;
    transition: transform 0.3s, opacity 0.3s;
}

/* botto  AI banner */
.bottom-ai-banner{
    background: rgba(165, 204, 255, 0.16);
    position: relative;
    padding: 45px 0px 30px 0px;
}
.ai-bg{
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.bottom-ai-banner .page-container{
    display: flex;
    align-items: center;
}
.ai-banner-content h2{
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #383B41;
    
}
.ai-banner-content p{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    color: #383B41;
}
.qr-note{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 13px 4px rgba(165, 204, 255, 0.50);
    height: 99px;
    padding: 0px 20px 0px 16px;
    width: max-content;
    margin-top: 48px;
}
.qr-img{
    margin-right: 12px;
}

.qr-note-text{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px; 
    font-family: "LatoWebSemibold";
}
.qr-note-text p{
    margin-bottom: 0px;
    font-size: 12px;
font-weight: 400;
line-height: 14px; 
color: #383B41;
margin-top: 8px;
}
.ai-banner-img{
    margin-left: auto;
}
/* footer section */

.footer{
    background-color: #F7F7F9;
    margin-top: 60px;
    padding: 40px 0px 60px 0px;
}
.footer-logo{
    display: flex;
    align-items: center;
}
.footer-store-link{
    margin-left: 18px;
    display: flex;
    align-items: center;
}
.footer-store-link  a{
    display: flex;
    align-items: center;
}
.footer-store-link img{
    height: 35px;
}

.follow-on {
    margin-top: 24px;
}
.links{
    margin-top: 40px;
    border-top: 1px solid #CDCECE;
    padding-top: 24px;
    display: flex;
}

.footer-links{
    margin-right: 100px;
}
.footer-links h2, .follow-on h2{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #383B41;
    margin-bottom: 12px;
    font-family: "LatoWebSemibold";
}
.footer-links ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-links ul li{
    font-size: 14px;
font-weight: 400;
line-height: 22px; 
color: #383B41;
margin-bottom: 6px;
}
.footer-links ul li a{
    color: #383B41;
    text-decoration: none;
}
.footer-links ul li a:hover{
    color: #2F3136;
}
.footer-links ul li:last-child{
    margin-bottom: 0px;
}




.socail-links a{
    margin-right: 24px;
}
.socail-links a:last-child{
    margin-right: 0px;
}
.mobileShow{
    display: none;
}

.qr img, .qr-img img{
    max-width: 72px;
}
/* responsive Css from here */

@media (min-width: 100px) and (max-width: 767px) {
    .page-container{
        max-width: 100%;
        padding: 0px 16px;
        box-sizing: border-box;
    }
    *{
        box-sizing: border-box;
    }
    .d-flex{
        flex-direction: column;
    }

    .webshowOnly{
        display: none;
    }
    .mobileShow{
        display: block;
    }


    /* header */
    .search-input-container input[type="text"]{
        display: none;
    }
    
    /* banner */
    .banner{
        padding: 16px 0px;
    }
    .banner  .page-container{
        flex-direction: column;
        align-items: flex-start;
    }
    .banner-content h1{
        font-size: 24px;
        line-height: 34px;
    }
   .banner-content p{
    margin-top: 12px;
    font-size: 12px;
    line-height: 22px;
   }
   .dwnmweb{
    margin-top: 16px;
   }
   .dwnmweb img{
    height: 33px;
   }

   .main-banner-img{
   height: 133px;
   }
   .banner-right-image{
    margin: 0px auto;
    margin-top: 15px;
   }
   .floattag img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
   }
   .floattag{
    height: auto;
    padding: 6px;
   }
   .float-label{
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
   }
   .tag1{
    max-width: 105px;
    left: inherit;
    top: 10px;
    right: -93px;
   }
   .rightimg{
    margin-right: 20px;
   }
  .tag3 {
    top: 40px;
    max-width: 97px;
    left: -102px;
}

.tag2 {
    right: -93px;
    bottom: 14px;
    top: inherit;
}
  /* .fo-wrap */

  .fo-wrap{
    padding-top: 32px;
    padding-bottom: 0px;
  }
  .fo-heading{
    font-size: 16px;
line-height: 24px;
  }
  .fo-wrap p{
    margin-top: 8px;
    font-size: 12px;
font-weight: 400;
line-height: 16px;
  }
  .banenrSlider{
    margin-top: 16px;
  }
  .sliderBox{
    min-width: inherit;
    min-height: auto!important;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
  }
  .slider-img img{max-width: 124px;}
  .slider-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    font-family: "LatoWebSemibold";
  }
  .slider-content{
    padding-right: 0px;
    max-width: 161px;
  }
  .slider-list{
    margin-top: 16px;
  }
  .slider-list ul li{
    font-size: 12px;
font-weight: 600;
line-height: 16px;
margin-bottom: 8px;
padding-left: 24px;
font-family: "LatoWebSemibold";
  }
  .slider-list ul li::after{
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .slick-dots-container{
    margin-top: 15px;
  }
  .slick-arrow{
    width: 24px;
    height: 24px;
    border: 0px;
    background-color: transparent;
    background-size: 24px;
  }
  .sliderpos1{width: 33px;}
  .sliderpos2{width: 108px;}
  .slick-dots-container>ul{
    justify-content: center;
  }
  
  /* AI BOTTOM BANNER */

  .bottom-ai-banner{
    margin-top: 32px;
    padding: 24px 0px;
  }
  .ai-bg{
    display: none;
  }
  .ai-banner-img{
    display: none;
  }
  .ai-banner-content h2{
    font-size: 16px;
    line-height: 24px;
  }
  .ai-banner-content p{
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    padding-right: 50px;
  }
.ai-dw{
    margin-top: 28px;
}

 /* footer */
 .footer{
    margin-top: 32px;
    padding-top: 24px;
    padding-bottom: 40px;
 }
 .footer .page-container{flex-direction: column;}

 .footer-logo{
    flex-direction: column;
    align-items: flex-start;
 }
 .footer-store-link{
    margin-left: 0px;
    margin-top: 8px;
 }
 .footer-store-link img{
    height: 26px;
 }

 .links{
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 0px;
    border-top: 0px;
 }
 
 .follow-on{
    margin-left: 0px;
    margin-bottom: 20px;
    width: 100%;
 }
 .footer-links h2, .follow-on h2{
    font-size: 14px;
line-height: 16px;
 }
 .footer-links ul li{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
 }
 


 .socail-links a img{
    width: 24px;
 }
 .socail-links a{
    margin-right: 12px;
 }
 .footer .page-container{
    flex-direction: row;
    flex-wrap: wrap;
 }
 .footer-links{
    width: 50%;
    margin-right: 0px;
    margin-bottom: 24px;
    order: 2;
 }
 .footer-links.address{
    width: 100%; 
 }

 

}

@media (min-width: 768px) and (max-width: 1023px) {
    .page-container{
        padding: 0px 16px;
        box-sizing: border-box;
    }
/* banner */
.banner-content h1{
    font-size: 34px;
    line-height: 40px;
}
img.main-banner-img {
    width: 210px;
}
.float-label{
    font-size: 12px;
}
.floattag img {
    margin-right: 6px;
    width: 18px;
    height: 18px;
}
.floattag{
    height: 32px;
}
.tag2 {
    top: 79px;
    right: 2px;
}
.tag3 {
    top: 160px;
    left: -102px;
}

.tag1 {
    top: 31px;
    left: -83px;
}
.banner-content p{
    font-size: 15px;
}
.download-wrap{
    margin-top: 20px;
}
.qr img{
    width: 50px;
}
.dwn-text-heading{
    font-size: 16px;
}
.dwn-text{
    padding-right: 10px;
    margin-right: 10px;
}
.dwn-app-img img{
    height: 26px;
}


/* Features Overview */
.fo-wrap{
    padding: 40px 0px 0px 0px;
}
.banenrSlider{
    margin-top: 40px;
}
.sliderBox{
    min-width: inherit;
    min-height: inherit!important;
    height: auto!important;
    padding: 20px 0px;
}
.slider-img img{
    width: 200px;
}
.slider-title{
    font-size: 20px;
    line-height: 26px;
}
.slider-list{
    margin-top: 20px;
}
.slider-list ul li{
    margin-bottom: 12px;
}

/* ai content css */

.ai-banner-img img{
    width: 200px;
}
.bottom-ai-banner{
    margin-top: 40px;
}


/* footer */
.footer .page-container{
    flex-wrap: wrap;
}
.follow-on{
    margin-left: 0px;
    width:auto;
    margin-top: 24px;
}
.footer-links{
    margin-bottom: 24px;
    margin-right: 60px;
}
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .page-container{
        padding: 0px 16px;
        box-sizing: border-box;
    }
/* banner */
img.main-banner-img {
    width: 210px;
}
.tag2 {
    top: 129px;
    right: 2px;
}

/* footer */
.footer-links {
    margin-right: 80px;
}
}

@media (min-width: 1201px) and (max-width: 1270px) {
    img.main-banner-img {
        width: 300px;
    }
    .tag2 {
        top: 129px;
        right: 2px;
    }
}
.popup {
    display: none;
}


@supports (-webkit-touch-callout: none) {
 
    .popup.show {
        display: block;
    }
    
    .custum-pop{
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.60);
        left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 24px;
        z-index: 999;
     }
     .non-ios-pop{
        display: flex;
        align-items: center;
        justify-content: center;
     }
    
     .non-ios-pop-body{
        text-align: center;
        background-color: #fff;
        border-radius: 8px;
        padding: 16px;
     }
     .non-ios-title{
        text-align: center;
        font-size: 16px;
        color: #202126;
        font-weight: 700;
        line-height: 24px;
        margin-top: 16px;
     }
     .non-ios-pop-body p{
        margin-top: 6px;
        margin-bottom: 0px;
        font-size: 14px;
    font-weight: 400;
    color: #999CA1;
    line-height: 20px; 
     }
    
     .btn-non-ios{
        margin-top: 16px;
     }
     .btn-non-ios button{
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    background: #1F6CD3;
    padding: 0px 16px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 22px; 
    font-family: "LatoWebSemibold";
    outline: 0px;
    border: 0px;
}

}