@font-face {
    font-family: "MiedingerW01-Bold";
    src: url("/assets/fonts/MiedingerW01-Bold/db8811fcaea2386d4f6e3bcf7e6d206b.eot");
    src: url("//db.onlinewebfonts.com/t/db8811fcaea2386d4f6e3bcf7e6d206b.eot?#iefix") format("embedded-opentype"),
         url("//db.onlinewebfonts.com/t/db8811fcaea2386d4f6e3bcf7e6d206b.woff2") format("woff2"),
         url("//db.onlinewebfonts.com/t/db8811fcaea2386d4f6e3bcf7e6d206b.woff") format("woff"),
         url("//db.onlinewebfonts.com/t/db8811fcaea2386d4f6e3bcf7e6d206b.ttf") format("truetype"),
         url("//db.onlinewebfonts.com/t/db8811fcaea2386d4f6e3bcf7e6d206b.svg#MiedingerW01-Bold") format("svg"); 
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Light.eot');
    src: local('/assets/fonts/TT_Firs_Neue/TT Firs Neue Light'), local('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Light'),
        url('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Light.woff2') format('woff2'),
        url('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Light.woff') format('woff'),
        url('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Bold.eot');
    src: local('/assets/fonts/TT_Firs_Neue'), local('/assets/fonts/TT_Firs_Neue'),
        url('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Bold.woff2') format('woff2'),
        url('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Bold.woff') format('woff'),
        url('/assets/fonts/TT_Firs_Neue/TTFirsNeue-Bold.ttf') format('truetype');
    font-weight: 300;
    font-style: bold;
}
@font-face {
    font-family: "SF Compact";
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
body {
    font-family: -apple-system, sans-serif, "MiedingerW01-Bold";
}
html, body {
    min-height: 100%;
    position: relative;
}
main{
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.wrapper{
    padding-bottom: 54vh;
    min-height: 100vh;
}
a, h1, h2, h3, h4, h5, h6, p{
    color:black;
}
a{
    text-decoration: none;
    font-family: SF Pro;
    font-weight: bold;
}
h1, h2{
    font-family: MiedingerW01-Bold;
    font-size: 25px;
}
h3{
    font-family: MiedingerW01-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}
.navbar{
    padding-top:30px; 
    margin-bottom:30px;
}
.navbar .navbar-brand{
    font-family: MiedingerW01-Bold;
    font-size: 25px;
    color:black;
}
.purple-bg{
    background: linear-gradient(103.49deg, #513CD6 0%, #A94DD6 84.43%);
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}

.product{
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
}
.product > .title{
    text-align: center;
    color: #fff;
    margin-bottom: 33px;
    font-size: 44px;
    font-weight: normal;
}
@media (max-width: 	1400px){
    .product > .title{
        font-size: 25px;
    }
}
.product > .text{ 
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.product > .cards > .card {
    border: 2.6px solid rgb(255 255 255 / 28%);
    box-shadow: inset -4.89763px -4.89763px 244.881px rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(101.14px);
    border-radius: 23.5086px;
    padding: 1rem;
    animation: emergence 1s infinite;
    animation-iteration-count: 1;
}
.product > .cards > .card > .content > p{
    margin: auto;
    font-family: SF Compact Rounded;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 27px;
    text-align: center;
    color: #ffff;
}

.product > .logo{
    background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset -2.81694px -2.81694px 140.847px rgb(255 255 255 / 2%);
    backdrop-filter: blur(23.6623px);
    border-radius: 13.5213px;
    margin-bottom: 1rem;
}
.product > .cards > .card > .content > .image.left{
    transform: rotate(17deg);
}
@media(min-width: 768px){
    .product > .text{
        width: 34%;
    }
    .product > .cards > .card > .content > p{
        width: 132px;
    }
    .product > .cards > .card > .content > .image.right{
        margin-right: 24px;
    }
    .product > .cards > .card > .content > .image.left{
        margin-left: 24px;
    }
}
@media(max-width: 767px){
    .product > .text{
        width: 71%;
    }
    .product > .cards > .card > .content > p{
        font-size: 11.1775px;
        line-height: 11px;
        width: 90px;
    }
}
@-webkit-keyframes emergence {
    0% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9)
    }
    50% {
      -webkit-transform: scale(1.0, 1.0);
      transform: scale(1.0, 1.0);
    }
  }
  
  @keyframes emergence {
    0% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9)
    }
    50% {
      -webkit-transform: scale(1.0, 1.0);
      transform: scale(1.0, 1.0);
    }
  }
.product > .cards > .card > .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:130px;
}
@media (min-width: 1400px){
    @supports not (backdrop-filter: blur(101.14px)) {
        .product > .cards > .card.card-left{
            background: linear-gradient(103.49deg, #8578BF 0%, #6B41D6 84.43%);
        }
        .product > .cards > .card-right{
            background: linear-gradient(103.49deg, #9F4BD6 0%, #DDAEFF 94.43%);
        }
     }
    .product > .cards {
        height: 0;
    }
    .product > .cards > .card{
        width: 335px;
    }
    .product > .cards > .card.card-left{
        transform: rotate(-11.28deg);
        position: relative;
        top: -284px;
        left: -54px;
    }
    
    .product > .cards > .card.card-right{
        transform: rotate(17.28deg);
        position: relative;
        left: 76%;
        top: -215px;
    }
}
@media (max-width: 	1400px){
    .product{
        padding-bottom: 2rem;
    }
    .product > .cards {
        height: auto;
        background: radial-gradient(167.74% 261.09% at 0% 0%, rgba(147, 147, 147, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
        box-shadow: inset -2.81598px -2.81598px 140.799px rgba(255, 255, 255, 0.02);
        backdrop-filter: blur(58.1523px);
        border-radius: 13.5167px;
        border: 3.2px solid rgba(147, 147, 147, 0.4);
        margin: 0 32px;
    }
    .product > .cards > .card{
        width: 50%;
        background: none;
        border: none;
        backdrop-filter:none;
        box-shadow:none;
        padding: 0px 24px;
    }
    .product > .cards > .card.card-left{
        float: left;
    }
    .product > .cards > .card.card-left{
        float: right;
    }
}
.product > .card p{
    font-family: SF Compact Rounded;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 27px;
    text-align: center;
}
.product .donwload-appstore{
    width: 148px;
    height:52px;
    display: block;
    margin: 0 auto;
}
.product .appstore::before{
    margin-left: auto;
    margin-right: auto;
}
.contact-now{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    box-shadow: 0px 4px 24px -6px rgba(29, 29, 31, 0.18);
    border-radius: 24px;
    padding: 32px;
    z-index: 1000;
    background: #FFFF;
    margin-bottom: 48px;
}
.contact-now > .text {
    flex-grow: 1;
}
.contact-now > form{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    flex-grow: 1;
}
.contact-now p{
    color: #000000;
}
.contact-now h2{
    color: #000000;
    font-family: 'TT Firs Neue';
}
.contact-now > form > .button.submit{
    background: #262629;
    border-radius: 12px;
    border: none;
    color: #fff;
    margin: 0px 8px;
    justify-content: center;
    padding: 0.82rem 4em;
    font-family: SF Compact Rounded;
    font-weight: 600;
    font-size: 20px;
}
.contact-now > form > .button.submit:hover{
    background: var(--bs-blue);
}
.contact-now > form > label {
    width: 100%;
}
.contact-now > form input.email{
    height: 59px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 46px;
    border: 1px solid #BABAC2;
    box-sizing: border-box;
    border-radius: 12px;
    margin-top: 17px;
    width: 100%;
    font-family: SF Compact;
    font-weight: 556;
}
.contact-now > form input.email+.icon::before{
    display: block;
    content: "";
    width: 24px;
    height: 20px;
    color:black;
    background-image: url(/assets/images/email.svg);
    position: relative;
    top: -38px;
    left: 14px;
}
.contact-now > form input.email+.icon{
    height:0;
}
.contact-now > form input.email+.icon+.msg{
    position: absolute;
    display: none;
}
.contact-now > form input.email:focus:invalid+.icon+.msg{
    color:red;
    display: block;
}
@media (max-width: 768px){
    .contact-now{
        padding-bottom: 0;
    }
    .contact-now > form {
        flex-direction: column;
    }
    .contact-now > form > .button.submit{
        width: 100%;
        margin-top: 4px;
    }
    .contact-now > form > input.email+.icon::before{
        left: -89px;
        top: -38px;
    }
    .contact-now > form > label {
        width: 100%;
    }
    .contact-now > form > label > input.email {
        width: 100%;
    }
    .contact-now > form input.email:focus:invalid+.icon+.msg{
        position:relative;
        text-align: center;
        margin-bottom: 1rem;
    }
    .contact-now > .text > h2,
    .contact-now > .text > p,
    .contact-now > form{
        position: relative;
        top: -62px;
    }
}
@media (max-width: 767px){
    .contact-now > .text {
        text-align: center;
    }
}
footer{
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
}
footer > .collum.company > h1{
    font-size: 20px;
    line-height: 24px;
}
footer h1, small, a{
    color: #fff;
}
footer h1, small, a{
    color: #fff;
}
footer > .collum > h1{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

footer > .collum .text-muted{
    font-family: 'SF Compact';
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 890px){
    footer > .collum{
        margin-bottom: 12px;
    }
    footer > .collum.company{
        border-bottom: #4C4C4C solid 1px;
        margin-bottom: 26px;
    }
}
@media (min-width: 890px){
    footer{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-end;
    }
    footer > .collum{
        margin-right: 1px;
    }
}
@media (min-width: 1200px){
    footer{
        padding-bottom:58px;
        padding-top: 117px;
    }
    .contact-now{
        position: absolute;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        width: 80%;
        bottom: 128px;
    }
}
@media(max-width:767px){
    .contact-now > img{
        position: relative;
        top: -65px;
    }
}