:root {
    --sp-theme-clr: #415DEC;
    --sp-theme-clr1: #00186A;
}

* {
    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;
}

.main-container {
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #fff;
}

.flex {
    display: flex;
}

.alignC {
    align-items: center;
}

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

.wrapper {
    max-width: 1350px;
    margin: 0 auto;
    width: 90%;
}


.play-btn {
    width: 70px;
    height: 70px;
    background: #00186A;
    border-radius: 50%;
    display: block;
    /* box-shadow: 0px 14px 24px 0px #3C00BE4D; */
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    cursor: pointer;
}

.play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%) scale(1.4);
    transform: translateX(-40%) translateY(-50%) scale(1.4);
    transform-origin: center center;
    width: 14px;
    height: 14px;
    z-index: 4;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background: url(../images/sp-sprite-img.svg) no-repeat;
    background-size: 770px auto;
    background-position: -519px -55px;
}

.play-btn:before {
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-size: 100%;
    position: absolute;
    top: -10px;
    border-radius: 50%;
    left: -10px;
    box-shadow: 0px -6px 20px 0px #7231FF66 inset;
}

.sp-early-bird {
    font-size: 13px;
    color: var(--sp-theme-clr1);
    border: 1px solid #EDEDED;
    display: inline-block;
    background-color: #fff;
    padding: 6px 30px 6px 2px;
    border-radius: 14px;
    position: relative;
}

.sp-banner .sp-btn {
    margin-top: 30px;
    display: none;
}
.sp-early-bird:after {
    content: '';
    background: url(../images/right-arrow.svg) no-repeat;
    width: 6px;
    height: 11px;
    background-size: 100%;
    position: absolute;
    right: 16px;
    top: 9px;
}
.sp-child-safety h2{
    margin-bottom: 10px;
}
.sp-child-safety span{
    margin-top: 10px;
    display: block;
    font-size: 13px;
}
.sp-child-safety ul{
    margin:20px 0 40px;
}
.sp-banner {
    padding: 70px 0 20px;
}
.faq{
    padding-bottom: 50px;
}
.faq .wrapper,.sp-banner .wrapper{
    max-width: 882px;
    position: relative;
    z-index: 2;
}
.sec1 a{
    color: var(--sp-theme-clr);
}
h1 {
    font-size: 24px;
    margin: 30px 0 10px;
    max-width: 1190px;
    width: 100%;
    font-weight: 600;
}
h2{
    font-size: 24px;
    font-weight: 600;
}
h1 span {
    display: block;
}

h1 span pre {
    display: inline-block;
    background: linear-gradient(90deg, #325AE8 0%, #8567FD 52%, #8364FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Inter", sans-serif;
}


.sp-banner-bg {
    position: relative;
    text-align: center;
    margin-top: 80px;
    width: 80%;
    max-width: 1050px;
}

.sp-img-bg {
    position: absolute;
}

.sp-img-bg.screen1 {
    left: -100px;
    top: 50%;
    width: 36%;
}

.sp-img-bg.screen2 {
    right: -30px;
    bottom: -30px;
    width: 26%;
}

.sp-element,
.sp-element2,
.sp-element3 {
    position: absolute;
}

.sp-element {
    left: -60px;
    top: -10px;
}

.sp-element2 {
    left: -70px;
    bottom: 0;
}

.sp-element3 {
    top: 31%;
    right: -100px;
}

.sp-tagline {
    box-shadow: 0px 2px 4px 0px #2C405E14;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.sp-tagline::before {
    content: '';
    background: url(../images/sp-sprite-img.svg) no-repeat;
    width: 18px;
    height: 16px;
    background-size: 620px auto;
    margin-right: 6px;
    background-position: -381px -43px;
}
.privacy-policy .sp-banner p{
    margin-top: 10px;
}
.privacy-policy .sp-banner p + p{
    margin-top: 20px;
}
.sp-banner p{
    margin-top: 40px;
}
.privacy-policy h2{
    font-size: 15px;
    font-weight: 700;
}
p{
    color: var(--sp-theme-clr2);
    font-size: 13px;
    line-height: 1.7;
}
.faq h2{

}
.mt-30{
    margin-top: 30px;
}
.mb-2{
    margin-bottom: 10px;
}
.sec1 {
margin:30px 0;
}
.sp-head {
    font-weight: 500;
    margin-bottom: 10px;
}
.list li{
 font-size: 13px;
 margin-bottom: 10px;
 color: #000;
}
footer {
    background-color: #fff;
    padding: 60px 0;
}


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);
}
.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: #000;
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
  }
  .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:last-child::before {
    background-position: -17px -97px;
  }
  .footerapps{
    gap:10px;
  }