* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Yekan;
}
html {
    overflow-y: scroll;
}
@font-face {
    font-family: Yekan;
    src: url('../assets/fonts/Yekan.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: transparent;
    background-image: linear-gradient(40deg, #0065FF 0%, #D300D0 100%);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: yekan;
}

/* 
@media (min-width: 768px) {
    body {
        overflow: hidden;
    }
} */

.logo-img {
    height: 191px;
    width: 190px !important;
}
.left-img
{
    width: 100%;
    height: auto; 
}

.title {
    font-size: 36px;
	text-align : center;
    font-weight: 700;
    line-height: 50px;
}

.logo-container {
    justify-content: center;
    display: flex;
}
.mini-title
{
    font-size: 16px;
    text-align: center;
}

.instagram-tag
{
    border-radius: 50%;
    height: 51px;
    width: 51px;
    display: inline-block;
    background-color: black;
    text-align: center;

}
.telegram-tag
{
    border-radius: 50%;
    height: 51px;
    width: 51px;
    display: inline-block;
    background-color: #2ca5e0;
    text-align: center;

}
.youtube-tag
{
    border-radius: 50%;
    height: 51px;
    width: 51px;
    display: inline-block;
    background-color: #cd201f;
    text-align: center;

}
.whatsapp-tag
{
    border-radius: 50%;
    height: 51px;
    width: 51px;
    display: inline-block;
    background-color: #25d366;
    text-align: center;

}
 svg
{
   color: white;
   font-size: xx-large;
   margin-top: 0.5rem;
}
.social-icons
{
    display: flex;
    justify-content: center;
}
.social-icon {
  width: 51.2px;
  height: 51.2px;
 
}

.social-icons a {
  margin: 0 10px;
  transition: transform 0.5s ease, opacity 0.5s ease !important;
}

.social-icons a:hover {
  transform: scale(1.1) !important;
  opacity: .8 !important;
  color: #fff !important;
}


.hidden {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
}
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeInPlace {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3); /* تغییر مختصر در موقعیت */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* بازگشت به موقعیت اصلی */
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.logo-container, .title, .mini-title {
    animation: slideInFromRight 1s ease-out forwards;
}

.left-img {
    animation: slideInFromLeft 1s ease-out forwards;
}
.logo-container {
    animation-delay: 0.3s;
}

.title {
    animation-delay: 0.5s;
}

.mini-title {
    animation-delay: 0.7s;
}


.left-img {
    animation-delay: 0.3s;
}

.download-buttons {
    transform: translateX(100%);
    opacity: 0;
    animation: slideInFromRight 1s ease-out forwards;
    animation-delay: 0.9s;
    margin-right: 3% !important;
    
}
.download-buttons a{
    border-radius: 10px !important;
    transition: 0.3s;
}
.download-buttons a:hover{
    transition: 0.3s;
    border-radius: 15px !important;
    transform: translateY(-5px);
}
/*================(Responsive for Mobile)==================*/
@media (max-width: 767px) {
    .title {
        font-size: 24px;
        line-height: 35px;
    }

    .mini-title {
        font-size: 14px;
    }

    .logo-img {
        height: 150px;
        width: 150px;
    }

    .left-img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .download-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0 !important;
    }

    .download-buttons a {
        width: 90%;
        margin-bottom: 10px;
    }

    .social-icons {
        flex-direction: row;
    }

    .social-icons a {
        margin: 5px;
    }

    .row {
        padding: 0;
    }

    .col-md-7, .col-md-5 {
        flex: 100%;
        max-width: 100%;
    }

    .container {
        padding: 0 15px;
    }
}
@media (max-width: 1200px) {
    .download-buttons a{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0 !important;
        margin-top: 1rem ;
    }
}

.footer-link {
    text-align: center; /* وسط چین کردن متن */
    margin-top: 20px;
}

.footer-link a {
    color: #ffffff; /* رنگ سفید */
    text-decoration: none; /* حذف خط زیر لینک */
    font-size: 18px; /* اندازه فونت */
}

.footer-link a:hover {
    text-decoration: none; /* اطمینان از عدم نمایش خط زیر در هاور */
    color: #ffffff; /* رنگ لینک هنگام هاور */
}
