@font-face {
    font-family: Colak;
    src: url('../asset/font/Colak.woff') format('woff'),
     url('../asset/font/ColakFAnum.ttf') format('truetype');
}

.landing-bg{
    background-color: #5873FF;
    height: 100vh;
    border-bottom-right-radius: 50px;
    background-image: url('../asset/landing/landing_bg.svg');
}
.mobile{
    width: 50vh;
    margin-right: -100px;
    margin-bottom: -50px;
    animation-name: mobilekeyframe;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;

}

@keyframes mobilekeyframe {
    from{margin-top: 10px}
    to{margin-top: -10px}
}
.play-btn{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(0, rgba(255, 182, 0, 1) 0%, rgba(255, 154, 0, 1) 100%);
   bottom: 0;
   right: -120px;
   box-shadow: 0 0 20px rgba(255, 154, 0, 1);
   transition: 0.5s;
   border: 0;
}
.play-btn:hover{
    transform: scale(1.1);
    

}
.play-btn img{
    width: 40%;
    display: block;
    margin: auto;
}
.title{
    font-size: 3.7rem;
    color: #3A3A3A;
       font-family:Colak;
           line-height: 70px;

}
.title span{
    color: #FFA400;
}
.caption{
   color: #7B7B7B;
   width: 65%;
   font-weight: 100;
}


.web-vesrion-btn{
    margin-top: 2px;
    display: flex;
    width: 220px;
    border-radius: 20px;
    padding: 15px 25px 15px 25px;
    align-items: center;
    justify-content: space-around;
    border: 0;
    background:transparent;
    color: #3A3A3A;
    transition: 0.5s;
    border: 2px solid #5f5f5f;
}
.web-vesrion-btn img{
    transition: 0.5s;

}
.web-vesrion-btn:hover{
background-color: #5f5f5f;
color: white;
transform: scale(1.1);
}
.web-vesrion-btn:hover img{
    filter: brightness(10)
}
.circle-vector1{
    position: absolute;
    top: -300px;
    right: 100px;
}

.circle-vector2{
    position: absolute;
    bottom: -30vh;
    right: -300px;
}
.circle-yellow-vector{
    position: absolute;
    bottom: -100px;
    left: 0;
    
}
.texts-column{
    padding-right: 8%;
}
.notes-vector,.notes-left-vector{
    display: none;
}
@media only screen and (max-width:991px) {

    .bazar-download-btn-green{
        margin: auto;
        margin-bottom: 20px;
    }

    .web-vesrion-btn{
        margin-right: 0;
        margin: auto;
    } 
    .texts-column{
        padding-top: 120px;
        padding-bottom: 30vw;
        padding-right: 0;

    }
    .title{
        font-size: 2.5rem;
                   line-height: 50px;

     
    }
    .mobile{
        width: 90%;
        max-width: 450px;
        display: block;
        margin: auto;
    
    }

    .caption{
        color: #7B7B7B;
        width: 99%;
        font-weight: 100;
     }

     .circle-vector1{
        position: absolute;
        top: -200px;
        right: -100px;
        width: 100%;
    }
    .circle-vector2,.circle-yellow-vector{
        display: none;
    }
    .landing-bg{
        height: 50vh;
        border-radius: 0;
        background-image: url('../asset/circle_yellow_vector.svg');
        background-repeat: no-repeat;
        background-position: left;

    }

    .play-btn{
        width: 15vw;
        height: 15vw;
        min-width: 100px;
        min-height: 100px;
       bottom: 70px;
       right: 15px;
    }
    .notes-left-vector{
        display: block;
        position: absolute;
        left: 0;
        top:30vh ;
    }
    .notes-vector{
        display: block;
        position: absolute;
        right: 0;
        top:1200px;
        z-index: -1;
    }
}