:root {
    --sp-theme-clr: #415DEC;
    --sp-theme-clr1: #00186A;
    --sp-theme-clr2:#33274B;
    --sp-sprite-icon:url(../images/new/sp-icons-sprite-white.svg);
}

* {
    margin: 0;
    padding: 0;
}

body.hidden {
    overflow: hidden;
}

button {
    border: none;
    outline: none;
    font-family: "Inter", sans-serif;
}

em {
    font-style: normal;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}
.sp-banner .sp-btn {
    margin-top: 30px;
    display: none;
}
.main-container {
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}
img{
    max-width: 100%;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #fafafa;
}
.wrapper {
    max-width: 1350px;
    margin: 0 auto;
    width: 90%;
}
.flex {
    display: flex;
}
.block3 h3 {
    font-size: 34px;
    color: #fff;
}
.alignC {
    align-items: center;
}

.jcsp {
    justify-content: space-between;
}

.sp-get-started{
    color: #ffffff;
    background: #415dec;
    padding: 15px 40px 15px 30px;
    font-size: 18px;
    border-radius: 6px;
    text-transform: capitalize;
    margin: 40px 0 25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    
}
.sp-get-started::after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    right: 0;
    position: absolute;
    left: 88%;
    top: 24px;
    bottom: 0;
    border-bottom: 1px solid #ffffff;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in;
}
.sp-cta{
    background: linear-gradient(180deg, #919DF6 0%, #4D6EE3 100%);
    box-shadow: 0px 3px 8px -2px #485CF078;
}
.sp-get-started:hover::after{
    left: 90%;

}
header .logo a{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    color: #181558;
    font-size: 20px;
}
.popup-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    padding: 30px 0;
    box-sizing: border-box;
}

.popup-wrap {
    max-width: 500px;
    width: 90%;
    background-color: #ffffff;
    border: 1px solid #E8EAF2;
    box-shadow: 0px 5px 14px 0px #0000000D;
    padding: 60px;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.popup-container.visible {
    opacity: 1;
    visibility: visible;
}

.popup-container.visible .popup-wrap {
    transform: translateY(0);
}

.popup-container.visible .popup-wrap::before {
    content: '';
    background: url(../images/bg-gradient.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 10%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.form-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.sp-cancel,
.form-btn .sp-form-btn {
    width: 48%;
    cursor: pointer;
}

.sp-cancel {
    background-color: #fff;
    border: 1px solid #D9DCE6;
    color: #000;
    border-radius: 8px;
    padding: 10px 26px;
    font-size: 14px;
    display: inline-block;
}

.popup-wrap h6 {
    font-size: 24px;
    font-weight: 700;
    color: #33274B
}

.popup-wrap p {
    font-size: 13px;
    max-width: 330px;
    width: 100%;
    margin: 10px auto 20px;
    color: #000;
    line-height: 1.5;
}

.joinlist p {
    margin-bottom: 10px;
}

.form-container {
    text-align: left;
}

.form-label {
    margin-top: 20px;
}

.form-container label {
    display: block;
    margin-bottom: 10px;
}

.form-container .sp-input {
    box-shadow: 0px 2px 5px 0px #0000000D;
    padding: 11px 10px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D9DCE6;
    box-sizing: border-box;
}

header .wrapper {
    max-width: 1460px;
    position: relative;
    z-index: 2;
}

header {
    padding: 30px 0 50px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 3;
    transition: padding 0.4s ease-in-out,position 0.4s ease-in-out;
}
header.select{
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.02);
    border-bottom: 1px solid #ebebeb;
}
header nav{
    flex-grow: 1;
}
/* header::before {
    content: '';
    background: url(../images/bg-gradient.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    background-position: top center;
} */
.sp-menu {
    padding: 12px 30px;
    align-items: center;
    position: relative;
    gap:35px
}
.sp-right{
    gap:30px;

}
.sp-login{
    display: inline-flex;
    align-items: center;
    color: #000;;
  font-size: 13px;
  font-weight: 500;
}
.sp-login:hover .touch {
    opacity: 1;
    stroke-dashoffset: 0px;
    stroke-dasharray: 23px;
  }
.sp-login .touch{
    stroke-dashoffset: 23px;
    stroke: var(--sp-theme-clr);
    stroke-dasharray: 23px;
    opacity: 0;
    transition: 1s;
}
.sp-login svg {
    margin: 1px 8px 0px 0px;
  }
header.select .sp-menu{
    box-shadow: 0px 10px 25px 0px transparent;
}
/* header.select .sp-menu:before{
    display: none;
} */
.sp-menu li:last-child{
    display: none;
}

.sp-menu li {
    font-size: 13px;
    cursor: pointer;
    /* margin-right: 35px; */
}
.sp-menu li a{
    color: var(--sp-theme-clr2);
}
.sp-menu li.selected a,footer li.selected a{
    color: var(--sp-theme-clr);
    font-weight: 600;
}

.sp-menu li:last-child {
    margin-right: 0;
}

.sp-btn,.sp-form-btn {
    box-shadow: 0px 4px 6px 0px #0000001A;
    color: #fff;
    border-radius: 6px;
    background-color: var(--sp-theme-clr1);
    padding: 10px 26px;
    font-size: 15px;
    display: inline-block;
}
.sp-menu-bar {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 4px;
    border-radius: 8px;
    box-shadow: 0px 1px 24px 0px #0000000D;
    border: 1px solid #EDEDED;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
    z-index: 23;
}

.sp-menu-bar span {
    width: 40%;
    height: 1px;
    background-color: #2B3F6C;
    display: block;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

footer {
    background-color: #fff;
    padding: 60px 0;
}

footer .wrapper {
   flex-wrap: wrap;
   justify-content: center;
   row-gap: 30px;
   column-gap: 80px;
}

footer nav ul {
    gap: 30px;
}

footer nav li a {
    color: #000;
    transition: color 0.4s ease;
}

footer nav li a:hover {
    color: var(--sp-theme-clr);
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E9EBF1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-icons a:before {
    content: '';
    background: url(../images/sp-sprite-img.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 750px auto;
    background-position: -539px -52px;
}

.social-icons a.icon-instagram:before {
    background-position: -626px -52px;
   
}
.social-icons a.icon-linkedin:before {
    background-position: -583px -52px;
}

.sp-copyrights {
    text-align: center;
    color: #000;
    margin-top: 40px;
}

.sp-copyrights a {
    color: #fff;
}

.sp-copyrights a:hover {
    color: var(--sp-theme-clr);
}
.sp-copyrights .wrapper{
    text-align: center;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0;
    padding-bottom:0 ;
}

.sp-copyrights a:hover {
    color: var(--sp-theme-clr);
}
.sp-btn-apps {
    background-color: #fff;
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #000;
  }
  .sp-btn-apps::before {
    content: '';
    background: url(../images/sp-sprite-img.svg) no-repeat;
    width: 16px;
    height: 19px;
    background-size: 620px auto;
    background-position: -47px -96px;
    margin-right: 10px;
  }
  .sp-btn-apps:first-child:before{
    filter: invert(1);
  }
  .sp-btn-apps:last-child::before {
    background-position: -17px -97px;
  }
  .footerapps{
    gap:10px;
  }
  footer .logo>a{
    margin-right: 15px;
  }
  /*************** Animation Starts  ************/
.to-animate{
    opacity: 0;
    transition: all 0.5s ease-in;
  }
 .animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      transition: all 1s ease;
  }
  @-webkit-keyframes fadeIn{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
  /**/
    }
  
    to {
      opacity: 1;
    }
  }
  .fadeIn{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    transition: all 1s ease-in;
  }
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    transition: all 0.5s ease-in;
  }
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
   .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }


  /*************** Animation Ends  ************/
  .block3 .sp-mob {
    justify-content: space-between;
    background-color: #131313;
    padding-top: 20px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
  }
  .lt-img {
    width: 440px;
}
  .rt-cont {
    width: calc(100% - 400px);
    padding: 50px 0 60px;
}
.rt-cont h3 .sp-dis-blk{
    width: 90%;
    max-width: 633px;
    letter-spacing: 0.4px;
    line-height: 1.4;
}
  @media screen and (max-width: 992px) {
    .sp-menu {
        padding: 12px 20px;
        gap: 21px;
    }
    .sp-right{
        gap:22px;
    }
    .list-info {
        flex-direction: column;
    }
    .block3 .sp-mob{
        align-items: flex-end;
        border-radius: 0;
    }
    .lt-img {
        width: 380px;
    }
    .block3 .wrapper{
        width: 100%;
    }
    header.active span:first-child {
        transform: rotate(-45deg) translate(-2px, 1px);
        transform-origin: center;
    }
    header.active span:nth-child(2) {
        transform: rotate(45deg) translate(-2px, -1px);
        transform-origin: center;
    }
    header.active span:last-child {
        display: none;
    }
    header nav {
        position: fixed;
        height: 100vh;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 22;
        transform: translateX(100%);
        transition: transform 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }
    header.active nav {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .sp-menu-bar{
        position: relative;
    }
    .sp-menu::before {
        position: initial;
        margin: 20px auto 10px;
    }
    .sp-menu {
        flex-direction: column;
        text-align: center;
        padding-top: 72px;
    }
    .sp-menu li {
        margin-right: 0;
        margin-top: 30px;
    }
    header {
        padding: 30px 0;
    }
    .nav-active {
        display: none;
    }
    .sp-menu-bar {
        display: inline-flex;
    }
    header nav{
        background-color: #fff;
    }
    nav .logo{
        text-align: center;
        margin-top: 90px;
    }
    .sp-right{
        flex-flow: column;
        justify-content: center;
        margin-top: 50px;
        
    }
  }
@media screen and (max-width: 767px) {
    /* header{
        position: sticky;
    } */
    
    .sp-banner .sp-btn,header.select .sp-menu:before {
        display: block;
    }
    .tab-container ul li {
        font-size: 0;
        gap: 0;
        border-radius: 10px;
    }
   
   
    footer .wrapper {
        flex-direction: column;
        gap: 30px;
    }
   
    .social-icons{
        display: block;
        text-align: center;
    }
   
    
    .rt-cont{
        width: 90%;
        padding: 80px 0;
    }
    .lt-img{
        display: none;
    }
    .lt-img, .rt-cont {
        max-width: auto;
      }
      .block3 .sp-mob {
        flex-direction: column-reverse;
        border-radius: 0;;
      }
      .block3 .wrapper{
        width: 100%;
      }
      .block3{
        padding-bottom: 0 !important;
      }
      footer .logo{
        flex-flow: column;
        gap: 20px;
      }
      .social-icons div{
        margin-top: 20px;
    }
}
@media screen and (max-width:480px) {
    .sp-cancel,
    .form-btn .sp-form-btn {
        width: 100%;
        gap: 20px;
    }
    .popup-wrap{
        padding:50px 30px;
    }
    footer .logo ul{
        flex-flow: column;
    }
   
}