@font-face {
    font-family: 'iranYekan';
    src: url('../font/BYekan/BYekanBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #0d0c21;
    color: white;
    font-family: 'Tahoma', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}
h2{
    font-family: 'iranYekan';
}

.download-box {
    background-color: #1e1d3e;
    position: relative;
    z-index: 100;
    padding: 30px;
    opacity: 0.8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;

    backdrop-filter: blur(7px) saturate(145%);
    -webkit-backdrop-filter: blur(7px) saturate(145%);
    background-color: rgba(30, 29, 62, 0.68);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

h4 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 20px;
}

.download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    justify-items: center;
    align-items: center;
    margin: 0;
}

.btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    padding: 15px 25px;
    border-radius: 50px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    margin: 0;
}

.btn i {
    font-size: 1.3rem;
    margin-left: 10px;
}

.btn-google-play {
    background-color: #34b7f1;
    color: white;
}

.btn-google-play:hover {
    background-color: #2d98ca;
    transform: translateY(-5px);
}

.btn-bazar {
    background-color: #28a745;
    color: white;
}

.btn-bazar:hover {
    background-color: #218838;
    transform: translateY(-5px);
}

.btn-myket {
    background-color: #007bff;
    color: white;
}

.btn-myket:hover {
    background-color: #0056b3;
    transform: translateY(-5px);
}

.btn-direct-download {
    background-color: #28a745;
    color: white;
}

.btn-direct-download:hover {
    background-color: #218838;
    transform: translateY(-5px);
}





.phone-mockup {
    position: relative;
    max-width: 250px;
    height: 554px;
    margin: auto;
}

.phone-mockup img {
    left: 117px;
    max-width: 290px;
    height: 554px;
    margin: auto;
}

.swiper-container {
    position: absolute;
    top: 3.5%;
    left: 9.5%;
    width: 120%;
    height: 85%;
    z-index: 2;
    overflow: visible;
}

.swiper-slide {
    transition: all 0.5s ease;
    opacity: 0.4;
    transform: scale(0.8) translateY(20px);
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.swiper-slide img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/*-------------------------------------------------------*/
.bg-gradient-primary {
    background: linear-gradient(135deg, #4e73df 0%, #FFCA27 100%);
}

.input-group-text {
    background-color: #f3f4f6 !important;
    color: #FFCA27;
}

.form-control:focus {
    box-shadow: none;
    border-color: #FFCA27;
}

.btn-primary {
    background-color: #4e73df;
    border: none;
}

.btn-primary:hover {
    background-color: #FFCA27;
    color: #fff;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.text-primary {
    color: #FFCA27 !important;
}

.card-footer a {
    color: #FFCA27;
}

.card-footer a:hover {
    color: #d39e00;
    text-decoration: underline;
}

/*-------------------------------------------------------*/
