@import url('https://fonts.cdnfonts.com/css/euclid-circular-a');

* {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}
a{
    -webkit-appearance: auto !important; 
    -webkit-border-radius: 20px !important;
}

body {
    font-family: 'Euclid Circular A';
    height: 100vh;
    background-color: var(--white) !important;
}

@media screen and (max-width:992px) {
    body {
        text-align: center;
    }
}

ul,
li {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

:root {
    --white: #FFFFFF;
    --black: #090909;
    --purple: #654AFF;
    --darkpurple: #4F37BA;
    --footer-darkpurple: #5941E2;
}

.fs-7 {
    font-size: 22px;
}

.fs-8 {
    font-size: 56px;
}

.fs-9 {
    font-size: 28px;
}

.ms-6 {
    margin-left: 4.5rem;
}

.mt-6 {
    margin-top: 190px;
}

@media screen and (max-width:330px) {

    .logo {
        width: 95%;
    }
}

/* navbar */
.download-btn {
    width: 250px;
    height: 65px;
    background-color: var(--purple);
    color: var(--white);
    border: none;
    border-radius: 40px;
    font-size: 22px;
    line-height: 30px;
}

.download-btn.active,
.download-btn:hover {
    background-color: var(--white);
    color: var(--purple);
    border: 1px solid var(--purple);
}

@media screen and (max-width:330px) {
    .nav-logo {
        width: 50%;
    }
}

/* slider */

.slider-title {
    font-size: 56px;
    line-height: 71px;
    color: #654AFF;
    margin-top: 10%;
}

.slider-text {
    line-height: 36px;
    font-size: 24px;
}



.btn-app-slider {
    width: 245px;
    height: 80px;
    background-color: var(--white);
    border-radius: 25px;
    border: 1px solid var(--purple);
    background-image: url(../access/icon/appstore-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.btn-app-slider.check,
.btn-app-slider:hover {

    width: 245px;
    height: 80px;
    background-color: var(--purple);
    border-radius: 25px;
    border-bottom: 6px solid var(--darkpurple);
    background-image: url(../access/icon/appstore-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.btn-google-app-slider {
    width: 245px;
    height: 80px;
    background-color: var(--white);
    border-radius: 25px;
    border: 1px solid var(--purple);
    background-image: url(../access/icon/googleplay-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.btn-google-app-slider.check,
.btn-google-app-slider:hover {

    width: 245px;
    height: 80px;
    background-color: var(--purple);
    border-radius: 25px;
    border-bottom: 6px solid var(--darkpurple);
    background-image: url(../access/icon/googleplay-white.svg);
    background-position: center;
    background-repeat: no-repeat;
}


.user-profile-photos {
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.user-profile {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.user-profile ul {
    display: flex;
    align-items: center;
    margin-right: 10px !important;
}


.user-profile ul li:not(:first-child) {
    margin-left: -15px;
}

.user-profile p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
}

.user-text {
    display: flex;
    align-items: center;
}

.my-carousel-indicators {
    margin-bottom: -35px;
}

.my-carousel-indicators [data-bs-target] {
    background-color: #654AFF;
    height: 8px;
    border: none;
    border-radius: 20px;
    margin-right: 5px;
}

@media screen and (max-width:1199px) and (min-width:992px) {

    .slider-title {
        font-size: 47px;
        line-height: 50px;
    }

    .slider-text {
        line-height: 29px;
        font-size: 22px;
    }
   

}

@media screen and (max-width:993px) and (min-width:100px) {
    .slider-title {
        font-size: 35px;
        line-height: 46px;
        color: #654AFF;
        margin-top: 1%;
    }

    .slider-text {
        line-height: 25px;
        font-size: 15px;
    }
 .text-title{
        line-height: 30px !important;
        font-size: 30px !important;
    }

    .user-profile {

        justify-content: center;
    }

    .slider-sm-button {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
    }

    .btn-app-slider.check,
    .btn-app-slider:hover {

    
        background-color: var(--purple);
        border-radius: 15px;
        border-bottom: 6px solid var(--darkpurple);
        background-image: url(../access/icon/appstore-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

    .btn-app-slider {
       
        background-color: var(--white);
        border-radius: 15px;
        border: 1px solid var(--purple);
        background-image: url(../access/icon/appstore-hover.svg);
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

    .btn-google-app-slider.check,
    .btn-google-app-slider:hover {
       
        background-color: var(--purple);
        border-radius: 15px;
        border-bottom: 6px solid var(--darkpurple);
        background-image: url(../access/icon/googleplay-white.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .btn-google-app-slider {
       
        background-color: var(--white);
        border-radius: 15px;
        border: 1px solid var(--purple);
        background-image: url(../access/icon/googleplay-hover.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

}

@media screen and (max-width:768px) and (min-width:250px) {


    .slider-item-img {
        display: flex !important;
        justify-content: center;
    }

}

@media screen and (max-width:500px) and (min-width:150px) {
    .btn-app-slider.check,
    .btn-app-slider:hover {

        width: 185px;
        height: 65px;
        background-color: var(--purple);
        border-radius: 15px;
        border-bottom: 6px solid var(--darkpurple);
        background-image: url(../access/icon/appstore-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 10px;
        padding: 3px 15px;
    }

    .btn-app-slider {
        width: 185px;
        height: 65px;
        background-color: var(--white);
        border-radius: 15px;
        border: 1px solid var(--purple);
        background-image: url(../access/icon/appstore-hover.svg);
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 10px;
        padding: 3px 15px;
    }

    .btn-google-app-slider.check,
    .btn-google-app-slider:hover {
        width: 185px;
        height: 65px;
        background-color: var(--purple);
        border-radius: 15px;
        border-bottom: 6px solid var(--darkpurple);
        background-image: url(../access/icon/googleplay-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        padding: 3px 15px;
    }

    .btn-google-app-slider {
       
        background-color: var(--white);
        border-radius: 15px;
        border: 1px solid var(--purple);
        background-image: url(../access/icon/googleplay-hover.svg);
        background-position: center;
        background-repeat: no-repeat;
        padding: 3px 15px;
    }

    .sm-image-photo {
        padding-inline: 40px;
    }
}

/* card */
.card-title {
    font-size: 48px;
    line-height: 71px;
    color: #654AFF;
    margin-top: 10%;
}
@media screen and (max-width:768px) and (min-width:568px) {
    .card-title {
        font-size: 40px;
        line-height: 32px;
        color: #654AFF;
        margin-top: 10%;
    }
}
@media screen and (max-width:568px) and (min-width:200px) {
    .card-title {
        font-size: 30px;
        line-height: 32px;
        color: #654AFF;
        margin-top: 10%;
    }
}
.bg-color{
/* width: 100%; */
background-color: rgba(255, 255, 255, 0.6);
border-radius: 80px;
backdrop-filter: blur(50px);
}
.my-shadow{
    box-shadow: rgba(84, 84, 84, 0.151) 0px 20px 100px 7px;
}
.secure-data-image {
    display: flex;
    align-items: center;
}
@media screen and (min-width:992px) {
    .margin-top{
        margin-top: 150px;
    }
    .margin-top-x{
        margin-top: 320px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .order-md-1{
        order: 2 !important;
    }
    .order-md-2{
        order: 1 !important;
    }
    .order-md-3{
        order: 3 !important;
    }
   
}
@media screen and (min-width:268px) and (max-width:768px) {
    .order-sm-1{
        order: 1 !important;
    }
    .order-sm-2{
        order: 2 !important;
    }
    .order-sm-3{
        order: 3 !important;
    }
    .bg-color{
        padding: 20px;
        border-radius: 55px;
    }
    
}
@media screen and (max-width:992px) {
    .mobile-dizayn{
        display: flex !important;
        justify-content: center !important;
    }
}
/* info */
.download-info {
    width: 250px;
    height: 80px;
    background-color:rgba(255, 255, 255, 0.6);
    color: #654AFF;
    border-radius: 80px;
    padding: 10px;
    font-size: 16px;
    margin-right: 10px;
}

.reviews-info {
    width: 250px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #654AFF;
    border-radius: 80px;
    padding: 10px;
    font-size: 16px;
}

.text-box-info {
    padding: 42px 81px 0 142px;

}

.info-img {
    padding-inline: 20px;
}

@media screen and (max-width:1199px) and (min-width:992px) {

    .download-info {
        width: 184px;
        height: 60px;
        font-size: 12px;
    }

    .reviews-info {
        width: 184px;
        height: 60px;
        font-size: 12px;
    }

    .text-box-info {
        padding: 21px 10px 0 10px;
    }
}

@media screen and (max-width:993px) and (min-width:100px) {

    .download-info {
        width: 150px;
        height: 50px;
        font-size: 10px;
        padding: 8px;
    }

    .reviews-info {
        width: 150px;
        height: 50px;
        font-size: 10px;
        padding: 8px;
    }

    .text-box-info ul {
        justify-content: center;
    }

    .text-box-info {
        padding: 10px;
    }

    .info-img {
        height: 75%;
    }

}
@media screen and (max-width:250px) {
    .download-info {
        width: 100px;
        height: 50px;
        font-size: 10px;
        padding: 8px;
        margin-right: 0px;
    }

    .reviews-info {
        width: 100px;
        height: 50px;
        font-size: 10px;
        padding: 8px;
    }
    .app-tab{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* video */
.cerceve {
    width: 83%;
    border-radius: 50px;
    border: 1px solid rgba(101, 74, 255, 0.4);
    padding: 25px;

}

.video-image {
    height: 100%;
    border-radius: 50px;
}

.cerceve .video-image img {
    max-width: 100% !important;
    border-radius: 50px;
}

.play-icon {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.youtube-video .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    border-radius: 30px;
    max-width: 900px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

iframe#youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.youtube-video .modal-footer {
    border: none;
    text-align: center;
    display: block;
    padding: 0;
}

.youtube-video .modal-content {
    background: none !important;
    border: none;
}

.button-close {
    right: 0;
}

@media screen and (max-width:992px) {
    .play-icon-image {
        max-width: 20%;
    }

    .play-icon-text {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .play-icon-title {
        font-size: 42px;
        margin-bottom: 0px;
    }

    .cerceve {
        border-radius: 30px;
        padding: 15px;
    }

    .cerceve .video-image img {
        border-radius: 30px;
    }
}

@media screen and (max-width:490px) {

    .play-icon-text {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .play-icon-title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .cerceve {
        border-radius: 30px;
        padding: 5px;
    }
}

/* user card */
.user-card-title {
    font-size: 40px;
    line-height: 71px;
    color: #654AFF;
    margin-top: 10%;
}

.carousel-card-title {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.profil {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* card özelleştirme */

.carousel-inner-card {
    padding: 1em;
}


@media screen and (min-width:768px) {
    .card {
    margin: 0 .5em;
    width: 90%;
}

}

@media screen and (max-width:992px) and (min-width:768px) {
    .card {
        width: 97%;
    }
    .carousel-card-title{
        font-size: 13px;
    }
}
@media screen and (max-width:1200px) and (min-width:991px) {
    
    .carousel-card-title{
        font-size: 16px;
        text-align: center;
    }
    .card-text-info{
        font-size: 14px;
    }
}

.arrow-start-icon {
    background-image: url(../access/icon/arrow-carousel.svg) !important;
    filter: blur();
}

.arrow-end-icon {
    background-image: url(../access/icon/arrow-carousel.svg) !important;
    filter: blur();
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
}

@media screen and (min-width:769px) {
    .carousel-inner-card {
        display: flex;
    }

    .carousel-item-card {
        margin-right: 0;
        flex: 0 0 calc(100%/3);
        display: block;
    }
} 

@media screen and (max-width:1245px) and (min-width:200px){
  
    .arrow-start {
        width: 40px;
        height: 230px;
        top: 50%;
        transform: translateY(-50%);
        margin-left: -30px;
    }
    
    .arrow-end {
        width: 40px;
        height: 230px;
        top: 50%;
        transform: translateY(-50%);
        margin-right: -30px;
    }
     
}
@media screen and (min-width:1244px) {
    .arrow-start {
        width: 40px;
        height: 230px;
        top: 50%;
        transform: translateY(-50%);
        margin-left: -75px;
    }
    
    .arrow-end {
        width: 40px;
        height: 230px;
        top: 50%;
        transform: translateY(-50%);
        margin-right: -50px;
    }
}


    /* footer*/
    .bg-footer {
        background: url(../access/image/bg-footer.svg), linear-gradient(180deg, #533BDA 0%, #654AFF 100%);
        color: var(--white);
    }

    .bg-img {
        height: 100%;
        background-image: url(../access/image/websitelogoacik.svg);
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 50px;
        background-size: 650px;
    }

    .bg-bottom {
        background-color: var(--footer-darkpurple);
    }

    .social-media {
        width: 50px !important;
        height: 50px !important;
        border: 1px solid var(--white);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-appearance: auto !important;
    -webkit-border-radius: 60px !important;
    }

    .btn-app {
        width: 220px;
        height: 80px;
        background-color: var(--purple);
        border-radius: 25px;
        border: 1px solid var(--white);
        background-image: url(../access/icon/appstore-white.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .btn-app.check,
    .btn-app:hover {
        width: 220px;
        height: 80px;
        background-color: var(--white);
        border-radius: 25px;
        background-image: url(../access/icon/appstore-hover.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .btn-google-app {
        width: 220px;
        height: 80px;
        background-color: var(--purple);
        border-radius: 25px;
        border: 1px solid var(--white);
        background-image: url(../access/icon/googleplay-white.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .btn-google-app.active,
    .btn-google-app:hover {
        width: 220px;
        height: 80px;
        background-color: var(--white);
        border-radius: 25px;
        background-image: url(../access/icon/googleplay-hover.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    @media screen and (max-width:991px) {
        .social-media {
            width: 35px !important;
            height: 35px !important;

        }

        .social-media-icon {
            height: 50%;
        }

        .footer-sm {
            text-align: center;
        }

        .footer-sm-icon {
            display: flex;
            justify-content: center;
        }

        .footer-sm-button {
            display: flex !important;
            flex-direction: row !important;
            justify-content: center !important;
        }

        .btn-app {
            width: 180px;
            height: 60px;
            background-color: var(--purple);
            border-radius: 15px;
            border: 1px solid var(--white);
            background-image: url(../access/icon/appstore-white.svg);
            background-position: center;
            background-repeat: no-repeat;
        }

        .btn-app.check,
        .btn-app:hover {
            width: 180px;
            height: 60px;
            background-color: var(--white);
            border-radius: 15px;
            background-image: url(../access/icon/appstore-hover.svg);
            background-position: center;
            background-repeat: no-repeat;
        }

        .btn-google-app {
            width: 180px;
            height: 60px;
            margin-left: 10px;
            background-color: var(--purple);
            border-radius: 15px;
            border: 1px solid var(--white);
            background-image: url(../access/icon/googleplay-white.svg);
            background-position: center;
            background-repeat: no-repeat;
        }

        .btn-google-app.active,
        .btn-google-app:hover {
            width: 180px;
            height: 60px;
            background-color: var(--white);
            border-radius: 15px;
            background-image: url(../access/icon/googleplay-hover.svg);
            background-position: center;
            background-repeat: no-repeat;
        }
    }

    @media screen and (max-width:1200px) and (min-width:922px) {
        .social-media {
            width: 35px !important;
            height: 35px !important;

        }

        .social-media-icon {
            height: 50%;
        }

        .footer-sm {
            text-align: center;
        }

        .footer-sm-icon {
            display: flex;
            justify-content: center;
        }


        .btn-app {
            width: 160px;
            height: 60px;
            background-color: var(--purple);
            border-radius: 15px;
            border: 1px solid var(--white);
            background-image: url(../access/icon/appstore-white.svg);
            background-position: center;
            background-repeat: no-repeat;
        }

        .btn-app.active,
        .btn-app:hover {
            width: 160px;
            height: 60px;
            background-color: var(--white);
            border-radius: 15px;
            background-image: url(../access/icon/appstore-hover.svg);
            background-position: center;
            background-repeat: no-repeat;
        }

        .btn-google-app {
            width: 160px;
            height: 60px;
            background-color: var(--purple);
            border-radius: 15px;
            border: 1px solid var(--white);
            background-image: url(../access/icon/googleplay-white.svg);
            background-position: center;
            background-repeat: no-repeat;
        }

        .btn-google-app.active,
        .btn-google-app:hover {
            width: 160px;
            height: 60px;
            background-color: var(--white);
            border-radius: 15px;
            background-image: url(../access/icon/googleplay-hover.svg);
            background-position: center;
            background-repeat: no-repeat;
        }
    }

    .grid {min-height:480px;}
.list {min-height:480px;padding-top: 16px;}
.card {overflow-x: hidden;}

.new-text{
    background-color: #E94B4B;
    color: white;
    border-radius: 20px;
    padding: 3px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}
.text-title{
    font-size: 45px;
    line-height: 71px;
    color: #654AFF;
}


@media screen and (max-width:650px) {
    .d-flex-sm-column{
        display: flex;
        flex-direction: column;
    }
    .video-sm{
        width: 100% !important;
        height: 100% !important;
    }
}
