@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu+Condensed&display=swap');

:root {
    /*========== Colors ==========*/
    --title-color: #ffffff;
    --text-color: hsl(235, 20%, 57%);
    --shape-gradient: linear-gradient(90deg, hsl(300, 76%, 60%), hsl(57, 81%, 60%));
    --container-color: hsla(0, 0%, 0%, 0.822);
    /*========== Font and typography ==========*/
    --body-font: "Poppins", sans-serif;
    --biggest-font-size: clamp(1.5rem, 4vw, 2.25rem);
    --normal-font-size: clamp(0.875rem, 2.5vw, 1.25rem);
    --small-font-size: clamp(0.75rem, 2vw, 1rem);
    /*========== Spacing ==========*/
    --container-padding: clamp(1rem, 4vw, 2rem);
    --section-margin: clamp(1rem, 3vw, 2rem);
}

:root {
    --hue: 223;
    --bg: hsl(var(--hue), 10%, 90%);
    --fg: hsl(var(--hue), 10%, 10%);
    --primary: hsl(var(--hue), 90%, 55%);
    --primary-l: hsl(var(--hue), 90%, 65%);
    --primary-d: hsl(var(--hue), 90%, 45%);
    --white: hsl(var(--hue), 10%, 100%);
    --white-d: hsl(var(--hue), 10%, 45%);
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
    .main-btn,
    .link-container a,
    .overlay .overlay-content .btn,
    .overlay .support {
        min-height: 44px;
        min-width: 44px;
    }
    
    .swiper-slide a {
        padding: 10px;
    }
}

body {
    margin: 0;
    background-size: cover;
    font-family: var(--body-font);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* Background зураг Эхлэл */
.background-clip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Видео хэмжээ дэлгэцтэй тохирох */
    z-index: -1;
    will-change: transform;
    transform: translateZ(0);
}

@media (min-aspect-ratio:16/9) {
    .background-clip {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio:16/9) {
    .background-clip {
        width: auto;
        height: 100%;
    }
}

/* Background зураг END */

/* Logo header */
.logoHeder {
    position: absolute;
    display: flex;
    width: 100px;
    height: 700px;
    /* border: 1px solid white; */
    top: 15%;
    left: 2.5%;
}

.logoHeder h3 {
    color: white;
    font-size: 25px;
    border-bottom: 2px solid white;
}

.logoZH {
    position: absolute;
    padding: 2px;
    width: 130px;
    height: 130px;
    top: 2%;
    left: 3%;
}

.logoZH .zh {
    width: 100%;
    height: 100%;
}

/* Logo header END */

/* Товчлуур төвд */
.main-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffea;
    color: rgb(0, 0, 0);
    font-size: clamp(1rem, 3vw, 1.5rem);
    padding: clamp(0.75rem, 2vw, 1.5rem) clamp(1.5rem, 4vw, 2rem);
    border-radius: 15px;
    width: clamp(280px, 60vw, 380px);
    height: clamp(60px, 8vw, 80px);
    text-decoration: none;
    cursor: pointer;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.925);
    transition: all 0.3s ease;
}

.main-btn:hover {
    transform: translateX(-50%) scale(1.05);
}

.main-btn i {
    margin-right: 8px;
    /* Иконы баруун талд зай гаргах */
}

/* Erkhzui narimt bichig garalt */
.link-container {
    text-align: left;
    position: absolute;
    right: -350px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: var(--container-padding);
    border-radius: 15px;
    width: clamp(300px, 80vw, 350px);
    opacity: 0;
    transition: opacity 0.4s ease, right 0.4s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    max-height: 80vh;
    overflow-y: auto;
}

.link-container a {
    color: white;
    font-size: var(--normal-font-size);
    margin: 10px 0;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 3vw, 1.25rem);
    background-color: #444;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.link-container a i {
    margin-right: 8px;
}

.link-container a:hover {
    background-color: #555;
}

/* Анимэйшн ба харагдуулах үедээ */
.link-container.show {
    right: 1%;
    top: 1%;
    opacity: 1;
}

/* Overlay */
.overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../img/backg2.jpg'); */
    /* background-color: rgba(0, 0, 0, 0.959); */
    backdrop-filter: blur(32px);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.7s ease;
    z-index: 9999;
}

.overlay-content {
    display: column;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 100px;
}

.overlay-content h1 {
    width: 100%;
    max-width: 1200px;
    font-size: clamp(2rem, 8vw, 2.6rem);
    color: #fff;
    text-align: center;
    animation-name: slideInTop;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    padding: 0 var(--container-padding);
}

@keyframes slideInTop {
    from {
        transform: translateY(-300px);
    }

    to {
        transform: translateY(0);
    }
}



.overlay-content p {
    width: 100%;
    max-width: 600px;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    padding: 0 var(--container-padding);
    font-size: var(--normal-font-size);
}

.overlay .overlay-content .btn {
    background-color: transparent;
    color: white;
    padding: clamp(0.5rem, 1vw, 1rem);
    border: 3px solid #ffbb00;
    border-radius: 50px;
    width: clamp(120px, 20vw, 160px);
    height: clamp(50px, 8vw, 60px);
    font-size: var(--normal-font-size);
    cursor: pointer;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow: hidden;
    transition: all 0.3s ease;
}

.overlay .overlay-content .btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    z-index: -2;
}

.overlay .overlay-content .btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffbb00;
    transition: width 0.3s ease;
    border-radius: 50px;
    z-index: -1;
}

.overlay .overlay-content .btn:hover {
    color: #fff;
}

.overlay .overlay-content .btn:hover::before {
    width: 100%;
}


/* .overlay .overlay-content .btn:hover {
    background-color: #218838;
    color: #000;
} */

.overlay .logoZH {
    position: absolute;
    padding: 2px;
    width: 130px;
    height: 130px;
    top: 2%;
    left: 3%;
    animation-name: slideInleft;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
}

.overlay .logoHeder {
    position: absolute;
    display: flex;
    width: 100px;
    height: 700px;
    /* border: 1px solid white; */
    top: 15%;
    left: 2.5%;
    animation-name: slideInleft;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
}


@keyframes slideInleft {
    from {
        transform: translateX(-300px);
    }

    to {
        transform: translateX(0);
    }
}

.overlay .logoZH .LogoName {
    display: none;
}

.overlay .odons {
    display: flex;
    padding: 20px;
    position: absolute;
    top: 2%;
}

.overlay .odons .Odon {
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: odons;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
}

@keyframes odons {
    from {
        transform: translateY(-300px);
    }

    to {
        transform: translateY(0);
    }
}

.overlay .odons .Odon img {
    width: 200px;
    height: auto;
    margin: 50px;

}

.overlay .support {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    position: absolute;
    top: 83%;
    left: 95%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid black;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.overlay .support:hover {
    transform: scale(1.1) rotate(360deg);
    background-color: #f0f0f0;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 12px 32px;
}

.overlay .support i {
    font-size: 30px;
}

.overlay .support-container {
    width: 1400px;
    height: 600px;
    position: absolute;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    z-index: 1001;
}

.overlay .support-container h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay .support-container .formClosed {
    position: absolute;
    left: 101%;
    bottom: 101%;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
}

.overlay .support-container .support-content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay .support-container .support-content .videoSup video {
    width: 400px;
    height: auto;
    border-radius: 10px;
    margin: 20px;
    border: 2px solid black;
}

.overlay .support-container .support-content .videoSup h4 {
    margin-left: 40px;
}

/* End Overlay */

/* Page Loader */
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
    left: 50%;
    z-index: 1001;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* End Page Loader */

.card {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    background: var(--body-gradient);
    padding-block: 10px;
    bottom: 60px;
}

.card__container {
    margin-inline: 0rem;
    display: grid;
    margin-top: 84px;
    grid-template-columns: 1fr;
    row-gap: 2rem;
}

.card__article {
    position: relative;
    background-color: var(--container-color);
    padding: 2.5rem;
    border-radius: 2rem;
    text-align: center;
    box-shadow: 10px 10px 10px hsl(0, 0%, 0%);
    overflow: hidden;
}

.card__img {
    width: clamp(200px, 30vw, 250px);
    height: clamp(200px, 30vw, 250px);
    margin-bottom: 1rem;
    animation: float-img 2.5s ease-in-out infinite;
    object-fit: cover;
}

.card__title {
    color: var(--title-color);
    font-size: clamp(1.25rem, 4vw, 1.875rem);
    line-height: 1.2;
    margin-bottom: clamp(1.5rem, 4vw, 2.8rem);
}

.card__description {
    font-size: var(--normal-font-size);
}

.card__data {
    position: relative;
    z-index: 10;
}

.card__shapes {
    display: grid;
    justify-items: center;
    row-gap: 2.5rem;
    position: absolute;
    inset: 0;
    top: -3.5rem;
    z-index: 1;
}

.card__shape {
    display: block;
    width: 260px;
    height: 40px;
    background: var(--shape-gradient);
    border-radius: 4rem;
    transform: rotate(-24deg);
    opacity: 0;
}

.card__shape:nth-child(1) {
    animation-delay: 0.1s;
}

.card__shape:nth-child(2) {
    animation-delay: 0.2s;
}

.card__shape:nth-child(3) {
    animation-delay: 0.3s;
}

.card__shape:nth-child(4) {
    animation-delay: 0.4s;
}

.card__shape:nth-child(5) {
    animation-delay: 0.5s;
}

.card__shape:nth-child(6) {
    animation-delay: 0.6s;
}

.card__shape:nth-child(7) {
    animation-delay: 0.7s;
}

.card__shape:nth-child(8) {
    animation-delay: 0.8s;
}


/* Animation img */

@keyframes float-img {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.75rem);
    }

    100% {
        transform: translateY(0);
    }
}


/* Animation shape */

.card__article:hover .card__shape {
    animation-name: shape-animate;
    animation-duration: 0.8s;
    animation-iteration-count: 2;
    /* infinite */
}

@keyframes shape-animate {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.7;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Button*/

.but {
    position: relative;
    height: 40px;
    width: 150px;
    background: #693fa0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    margin-left: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
}


/* Байгууллага Эхлэл */
.container {
    position: fixed;
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: clamp(100px, 15vw, 130px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 var(--container-padding);
}


.links {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: var(--normal-font-size);
    text-align: center;
}

.links i {
    margin-right: 8px;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-slide a {
    width: clamp(120px, 20vw, 160px);
    display: grid;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
}

.swiper-slide span {
    position: relative;
    color: #fff;
    margin-top: 15px;
    font-family: "Roboto", sans-serif;
    font-size: var(--small-font-size);
    
}

.swiper-slide {
    display: flex;
    padding: 0 10px;
    width: auto;
    perspective: 70px;
}

.swiper-slide a img {
    position: relative;
    left: 22%;
    width: clamp(60px, 10vw, 80px);
    height: clamp(60px, 10vw, 80px);
    border-radius: 50%;
    object-fit: cover;
}

/*  Байгууллага END */

/* Footer Эхлэл */
.footer {
    position: absolute;
    width: 100%;
    height: 35px;
    z-index: 1002;
    padding: 3px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #007bff96, #0057b371);
    /* border-top-right-radius: 20px; */
    border-top-left-radius: 20px;
    bottom: 0;
    color: #ffffffaf;
    
}

    .footer .footer-content {
        text-align: center;
        width: 100%;
    }

/* Footer END */

/* ******************************************************* Responsive хэсэг********************************* */

/* Mobile First Approach - Base styles for mobile */
@media screen and (max-width: 480px) {
    .logoZH {
        width: clamp(60px, 15vw, 90px) !important;
        height: clamp(60px, 15vw, 90px) !important;
    }
    
    .main-btn {
        width: clamp(250px, 80vw, 300px) !important;
        height: clamp(50px, 10vw, 70px) !important;
        font-size: clamp(0.875rem, 4vw, 1.125rem) !important;
    }
    
    .overlay-content h1 {
        font-size: clamp(1.5rem, 6vw, 2rem) !important;
        padding: 0 1rem !important;
    }
    
    .overlay-content p {
        font-size: clamp(0.75rem, 3vw, 0.875rem) !important;
        padding: 0 1rem !important;
    }
    
    .card__img {
        width: clamp(150px, 40vw, 200px) !important;
        height: clamp(150px, 40vw, 200px) !important;
    }
    
    .card__title {
        font-size: clamp(1rem, 5vw, 1.25rem) !important;
    }
    
    .container {
        height: clamp(80px, 12vw, 100px) !important;
        padding: 0 1rem !important;
    }
    
    .swiper-slide a {
        width: clamp(80px, 25vw, 120px) !important;
    }
    
    .swiper-slide a img {
        width: clamp(40px, 8vw, 60px) !important;
        height: clamp(40px, 8vw, 60px) !important;
    }
    
    .footer {
        font-size: clamp(0.625rem, 2.5vw, 0.75rem) !important;
        display: none;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .logoZH {
        width: clamp(80px, 12vw, 100px) !important;
        height: clamp(80px, 12vw, 100px) !important;
    }
    
    .main-btn {
        width: clamp(300px, 60vw, 350px) !important;
        height: clamp(60px, 8vw, 75px) !important;
    }
    
    .overlay-content h1 {
        font-size: clamp(1.75rem, 6vw, 2.5rem) !important;
    }
    
    .card__img {
        width: clamp(180px, 35vw, 220px) !important;
        height: clamp(180px, 35vw, 220px) !important;
    }
    
    .container {
        height: clamp(90px, 12vw, 110px) !important;
    }

    .footer {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .card__container {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.5rem;
    }
    
    .logoZH {
        width: clamp(100px, 10vw, 120px) !important;
        height: clamp(100px, 10vw, 120px) !important;
    }
    
    .overlay-content h1 {
        font-size: clamp(2rem, 5vw, 3rem) !important;
    }
}

@media screen and (min-width: 1025px) {
    .card__container {
        grid-template-columns: repeat(3, 328px);
        column-gap: 2rem;
    }
}
@media screen and (max-height: 740px) {
    .container {
        position: absolute;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        /* bottom: 100%; */
        transform: translateY(310%);
        left: 0;
    }


    .links {
        position: absolute;
        transform: translateY(1250%);
        top: 20%;
        /* left: 34%; */
        color: #ffffff;
        align-items: center;
        text-align: center;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }
    .footer {
        position: absolute;
        width: 100%;
        height: 35px;
        z-index: 1002;
        padding: 3px;
        display: flex;
        align-items: center;
        background: linear-gradient(90deg, #007bff96, #0057b371);
        /* border-top-right-radius: 20px; */
        border-top-left-radius: 20px;
        color: #ffffffaf;
        /* top: 280%; */
        transform: translateY(1300%);
    }
  }
@media (min-width: 340px) and (max-width: 419px) {
    /* Logo header */
    .logoHeder {
        display: none;
    }

    .logoHeder h3 {
        color: white;
        font-size: 25px;
        border-bottom: 2px solid white;
    }

    .logoZH {
        position: absolute;
        padding: 2px;
        width: 90px;
        height: 90px;
        top: 2%;
        left: 3%;
    }

    .logoZH .zh {
        width: 100%;
        height: 100%;
    }
    .card__container {
        /* grid-template-columns: 328px; */
        margin-top: 668px;
    }

    /* Logo header END */

     /* Overlay */
     .overlay-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        height: 100vh; /* Дэлгэцийн өндрийн 100% авах */
        text-align: center;
        padding: 5px;
    }

    .overlay-content h1 {
        width: 100%;
        font-size: 17px;
        margin-top: 97px;
        color: #fff;
        position: relative;
        text-align: center;
        justify-content: center;
        align-items: center;
        animation-name: slideInTop;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    @keyframes slideInTop {
        from {
            transform: translateY(-300px);
        }

        to {
            transform: translateY(0);
        }
    }



    .overlay-content p {
        width: 300px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin: 20px auto;
    }

    .overlay .overlay-content .btn {
        background-color: transparent;
        color: white;
        padding: 5px;
        border: 3px solid #ffbb00;
        border-radius: 50px;
        width: 150px;
        height: 60px;
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        top: 80%;
        left: 52%;
        transform: translate(-50%, -50%);
        z-index: 999;
        overflow: hidden;
    }

    .overlay .overlay-content .btn::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50px;
        z-index: -2;
    }

    .overlay .overlay-content .btn::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #ffbb00;
        transition: width 0.3s ease;
        border-radius: 50px;
        z-index: -1;
    }

    .overlay .overlay-content .btn:hover {
        color: #fff;
    }

    .overlay .overlay-content .btn:hover::before {
        width: 100%;
    }

    .overlay .logoZH {
        position: absolute;
        padding: 2px;
        width: 60px;
        height: 60px;
        top: 2%;
        left: 3%;
        animation-name: slideInleft;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    .overlay .logoHeder {
        display: none;
    }

    .overlay .logoZH .LogoName {
        color: #fff;
        position: absolute;
        font-size: 14px;
        display: flex;
        width: 300px;
        margin-left: 105%;
        top: 28%;
    }


    @keyframes slideInleft {
        from {
            transform: translateX(-300px);
        }

        to {
            transform: translateX(0);
        }
    }

    .overlay .odons {
        display: flex;
        padding: 20px;
        position: absolute;
        top: 15%;
    }

    .overlay .odons .Odon {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 30px;
        animation-name: odons;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    @keyframes odons {
        from {
            transform: translateY(-300px);
        }

        to {
            transform: translateY(0);
        }
    }

    .overlay .odons .Odon img {
        width: 149px;
        position: relative;
        top: -4%;
        height: auto;
        margin: 20px;

    }

    .overlay .support {
        width: 45px;
        height: 45px;
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1001;
        position: absolute;
        top: 90%;
        left: 83%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid black;
        cursor: pointer;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .overlay .support:hover {
        transform: scale(1.1) rotate(360deg);
        background-color: #f0f0f0;
        box-shadow: rgba(149, 157, 165, 0.4) 0px 12px 32px;
    }

    .overlay .support i {
        font-size: 25px;
    }

    .overlay .support-container {
        width: 500px;
        height: 600px;
        position: absolute;
        border-radius: 20px;
        background-color: rgb(255, 255, 255);
        padding: 20px;
        z-index: 1001;
        overflow: auto;
    }

    .overlay .support-container h2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overlay .support-container .support-content {
        display: flex;
        flex-wrap: wrap;
    }

    .overlay .support-container .formClosed {
        position: absolute;
        left: 85%;
        bottom: 90%;
        color: #000000;
        font-size: 35px;
        cursor: pointer;
    }

    .overlay .support-container .support-content {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
    }

    .overlay .support-container .support-content .videoSup video {
        width: 300px;
        height: auto;
        border-radius: 10px;
        margin: 20px;
        border: 2px solid black;
    }

    .overlay .support-container .support-content .videoSup h4 {
        margin-left: 40px;
    }

    /* End Overlay */

    /* Card Star */
    .card {
        position: relative;
        z-index: 1;
        display: grid;
        place-items: center;
        background: var(--body-gradient);
        padding-block: 10px;
        /* top: 200px; */
    }

    /* Card END */

    /* Байгууллага Эхлэл */
    .container {
        position: absolute;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        top: 210%;
        /* left: 0; */
    }


    .links {
        position: absolute;
        top: 200%;
        /* left: 34%; */
        color: #ffffff;
        align-items: center;
        text-align: center;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }

    .links i {
        margin-right: 8px;
    }

    .swiper-wrapper {
        transition-timing-function: linear;
    }

    .swiper-slide a {
        width: 90px;
        display: grid;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        margin-left: 50px;
    }

    .swiper-slide span {
        position: relative;
        color: #fff;
        margin-top: 15px;
        text-align: center;
        font-family: "Roboto", sans-serif;
        display: none;
    }

    .swiper-slide {
        display: flex;
        padding: 0 10px;
        width: auto;
        perspective: 70px;
        margin-left: 50px;
    }

    .swiper-slide a img {
        position: relative;
        left: 22%;
        width: 80px;
        border-radius: 50%;
    }

    /* Байгууллага END */

    /* Footer Эхлэл */
    .footer {
        position: absolute;
        width: 100%;
        height: 35px;
        z-index: 1002;
        padding: 3px;
        display: flex;
        align-items: center;
        background: linear-gradient(90deg, #007bff96, #0057b371);
        /* border-top-right-radius: 20px; */
        border-top-left-radius: 20px;
        color: #ffffffaf;
        top: 230%;
        display: none;
    }

    .footer .footer-content {
        text-align: center;
        width: 100%;
        font-size: 11px;
    }

    /* Footer END */
}

@media (min-width: 420px) and (max-width: 648px){
    /* Logo header */
    .logoHeder {
        display: none;
    }

    .logoHeder h3 {
        color: white;
        font-size: 25px;
        border-bottom: 2px solid white;
    }
.but{
    margin-left: 30px;
}
    .logoZH {
        position: absolute;
        padding: 2px;
        width: 90px;
        height: 90px;
        top: 2%;
        left: 3%;
    }

    .logoZH .zh {
        width: 100%;
        height: 100%;
    }

    /* Logo header END */

     /* Overlay */
     .overlay-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        height: 100vh; /* Дэлгэцийн өндрийн 100% авах */
        text-align: center;
        padding: 5px;
    }

    .overlay-content h1 {
        width: 100%;
        font-size: 25px;
        color: #fff;
        text-align: center;
        justify-content: center;
        align-items: center;
        animation-name: slideInTop;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    @keyframes slideInTop {
        from {
            transform: translateY(-300px);
        }

        to {
            transform: translateY(0);
        }
    }



    .overlay-content p {
        width: 300px;
        color: #fff;
        text-align: center;
        margin: 60px auto;
    }

    .overlay .overlay-content .btn {
        background-color: transparent;
        color: white;
        padding: 5px;
        border: 3px solid #ffbb00;
        border-radius: 50px;
        width: 150px;
        height: 60px;
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        top: 80%;
        left: 52%;
        transform: translate(-50%, -50%);
        z-index: 999;
        overflow: hidden;
    }

    .overlay .overlay-content .btn::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50px;
        z-index: -2;
    }

    .overlay .overlay-content .btn::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #ffbb00;
        transition: width 0.3s ease;
        border-radius: 50px;
        z-index: -1;
    }

    .overlay .overlay-content .btn:hover {
        color: #fff;
    }

    .overlay .overlay-content .btn:hover::before {
        width: 100%;
    }

    .overlay .logoZH {
        position: absolute;
        padding: 2px;
        width: 60px;
        height: 60px;
        top: 2%;
        left: 3%;
        animation-name: slideInleft;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    .overlay .logoHeder {
        display: none;
    }

    .overlay .logoZH .LogoName {
        color: #fff;
        position: absolute;
        font-size: 17px;
        display: flex;
        width: 300px;
        margin-left: 105%;
        top: 26%;
    }


    @keyframes slideInleft {
        from {
            transform: translateX(-300px);
        }

        to {
            transform: translateX(0);
        }
    }

    .overlay .odons {
        display: flex;
        padding: 20px;
        position: absolute;
        top: 15%;
    }

    .overlay .odons .Odon {
        display: flex;
        justify-content: center;
        align-items: center;
        animation-name: odons;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    @keyframes odons {
        from {
            transform: translateY(-300px);
        }

        to {
            transform: translateY(0);
        }
    }

    .overlay .odons .Odon img {
        width: 149px;
        position: relative;
        top: -4%;
        height: auto;
        margin: 20px;

    }

    .overlay .support {
        width: 55px;
        height: 55px;
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1001;
        position: absolute;
        top: 90%;
        left: 83%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid black;
        cursor: pointer;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .overlay .support:hover {
        transform: scale(1.1) rotate(360deg);
        background-color: #f0f0f0;
        box-shadow: rgba(149, 157, 165, 0.4) 0px 12px 32px;
    }

    .overlay .support i {
        font-size: 30px;
    }

    .overlay .support-container {
        width: 500px;
        height: 600px;
        position: absolute;
        border-radius: 20px;
        background-color: rgb(255, 255, 255);
        padding: 20px;
        z-index: 1001;
        overflow: auto;
    }

    .overlay .support-container h2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overlay .support-container .support-content {
        display: flex;
        flex-wrap: wrap;
    }

    .overlay .support-container .formClosed {
        position: absolute;
        left: 85%;
        bottom: 90%;
        color: #000000;
        font-size: 35px;
        cursor: pointer;
    }

    .overlay .support-container .support-content {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
    }

    .overlay .support-container .support-content .videoSup video {
        width: 300px;
        height: auto;
        border-radius: 10px;
        margin: 20px;
        border: 2px solid black;
    }

    .overlay .support-container .support-content .videoSup h4 {
        margin-left: 40px;
    }

    /* End Overlay */

    /* Card Star */
    .card {
        position: relative;
        z-index: 1;
        display: grid;
        place-items: center;
        background: var(--body-gradient);
        padding-block: 10px;
        top: 330px;
    }

    /* Card END */

    /* Байгууллага Эхлэл */
    .container {
        position: absolute;
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        top: 185%;
        /* left: 0; */
    }


    .links {
        position: absolute;
        top: 180%;
        /* left: 37%; */
        color: #ffffff;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }

    .links i {
        margin-right: 8px;
    }

    .swiper-wrapper {
        transition-timing-function: linear;
    }

    .swiper-slide a {
        width: 200px;
        display: grid;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
    }

    .swiper-slide span {
        position: relative;
        color: #fff;
        margin-top: 15px;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        display: none;
    }

    .swiper-slide {
        display: flex;
        padding: 0 10px;
        width: auto;
        perspective: 70px;
    }

    .swiper-slide a img {
        position: relative;
        left: 22%;
        width: 60px;
        border-radius: 50%;
    }

    /* Байгууллага END */

    /* Footer Эхлэл */
    .footer {
        position: absolute;
        width: 100%;
        height: 35px;
        z-index: 1002;
        padding: 3px;
        display: flex;
        align-items: center;
        background: linear-gradient(90deg, #007bff96, #0057b371);
        /* border-top-right-radius: 20px; */
        border-top-left-radius: 20px;
        color: #ffffffaf;
        top: 200%;
    }

    .footer .footer-content {
        text-align: center;
        width: 100%;
        font-size: 13px;
    }

    /* Footer END */
}

@media (min-width: 650px) and (max-width: 1024px) {

    /* Logo header */
    .logoHeder {
        display: none;
    }

    .logoHeder h3 {
        color: white;
        font-size: 25px;
        border-bottom: 2px solid white;
    }

    .logoZH {
        position: absolute;
        padding: 2px;
        width: 100px;
        height: 100px;
        top: 2%;
        left: 3%;
    }

    .logoZH .zh {
        width: 100%;
        height: 100%;
    }

    /* Logo header END */

    /* Overlay */
    .overlay-content {
        display: column;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .overlay-content h1 {
        width: 700px;
        font-size: 35px;
        color: #fff;
        text-align: center;
        animation-name: slideInTop;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
        margin-top: 60px;
    }

    @keyframes slideInTop {
        from {
            transform: translateY(-300px);
        }

        to {
            transform: translateY(0);
        }
    }



    .overlay-content p {
        width: 500px;
        color: #fff;
        text-align: center;
        margin-left: 14%;
        margin-top: 20px;
    }

    .overlay .overlay-content .btn {
        background-color: transparent;
        color: white;
        padding: 5px;
        border: 3px solid #ffbb00;
        border-radius: 50px;
        width: 150px;
        height: 60px;
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        top: 80%;
        left: 52%;
        transform: translate(-50%, -50%);
        z-index: 999;
        overflow: hidden;
    }

    .overlay .overlay-content .btn::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50px;
        z-index: -2;
    }

    .overlay .overlay-content .btn::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #ffbb00;
        transition: width 0.3s ease;
        border-radius: 50px;
        z-index: -1;
    }

    .overlay .overlay-content .btn:hover {
        color: #fff;
    }

    .overlay .overlay-content .btn:hover::before {
        width: 100%;
    }

    .overlay .logoZH {
        position: absolute;
        padding: 2px;
        width: 90px;
        height: 90px;
        top: 2%;
        left: 3%;
        animation-name: slideInleft;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    .overlay .logoHeder {
        display: none;
    }

    .overlay .logoZH .LogoName {
        color: #fff;
        position: absolute;
        font-size: 20px;
        display: flex;
        width: 300px;
        margin-left: 105%;
        top: 20%;
    }


    @keyframes slideInleft {
        from {
            transform: translateX(-300px);
        }

        to {
            transform: translateX(0);
        }
    }

    .overlay .odons {
        display: flex;
        padding: 20px;
        position: absolute;
        top: 15%;
    }

    .overlay .odons .Odon {
        display: flex;
        justify-content: center;
        align-items: center;
        animation-name: odons;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    @keyframes odons {
        from {
            transform: translateY(-300px);
        }

        to {
            transform: translateY(0);
        }
    }

    .overlay .odons .Odon img {
        width: 140px;
        height: auto;
        margin: 40px;

    }

    .overlay .support {
        width: 55px;
        height: 55px;
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1001;
        position: absolute;
        top: 83%;
        left: 88%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid black;
        cursor: pointer;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .overlay .support:hover {
        transform: scale(1.1) rotate(360deg);
        background-color: #f0f0f0;
        box-shadow: rgba(149, 157, 165, 0.4) 0px 12px 32px;
    }

    .overlay .support i {
        font-size: 30px;
    }

    .overlay .support-container {
        width: 500px;
        height: 600px;
        position: absolute;
        border-radius: 20px;
        background-color: rgb(255, 255, 255);
        padding: 20px;
        z-index: 1001;
        overflow: auto;
    }

    .overlay .support-container h2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overlay .support-container .support-content {
        display: flex;
        flex-wrap: wrap;
    }

    .overlay .support-container .formClosed {
        position: absolute;
        left: 2%;
        bottom: 90%;
        color: #000000;
        font-size: 40px;
        cursor: pointer;
    }

    .overlay .support-container .support-content {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overlay .support-container .support-content .videoSup video {
        width: 300px;
        height: auto;
        border-radius: 10px;
        margin: 20px;
        border: 2px solid black;
    }

    .overlay .support-container .support-content .videoSup h4 {
        margin-left: 40px;
    }

    /* End Overlay */

    /* Card Star */
    .card {
        position: relative;
        z-index: 1;
        display: grid;
        place-items: center;
        background: var(--body-gradient);
        padding-block: 10px;
        /* top: 200px; */
    }

    /* Card END */

    /* Байгууллага Эхлэл */
    .container {
        position: absolute;
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        top: 185%;
        /* left: 0; */
    }


    .links {
        position: absolute;
        top: 179%;
        /* left: 37%; */
        color: #ffffff;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }

    .links i {
        margin-right: 8px;
    }

    .swiper-wrapper {
        transition-timing-function: linear;
    }

    .swiper-slide a {
        width: 200px;
        display: grid;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
    }

    .swiper-slide span {
        position: relative;
        color: #fff;
        margin-top: 15px;
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        display: none;
    }

    .swiper-slide {
        display: flex;
        padding: 0 10px;
        width: auto;
        perspective: 70px;
    }

    .swiper-slide a img {
        position: relative;
        left: 22%;
        width: 82px;
        border-radius: 50%;
    }

    /* Байгууллага END */

    /* Footer Эхлэл */
    .footer {
        position: absolute;
        width: 100%;
        height: 35px;
        z-index: 1002;
        padding: 3px;
        display: flex;
        align-items: center;
        background: linear-gradient(90deg, #007bff96, #0057b371);
        /* border-top-right-radius: 20px; */
        border-top-left-radius: 20px;
        color: #ffffffaf;
        top: 200%;
    }

    .footer .footer-content {
        text-align: center;
        width: 100%;
    }

    /* Footer END */
}

/* ******************************************* */

@media (min-width: 1025px) and (max-width: 1395px) {
    .logoHeder {
        display: none;
    }

    /* Overlay */

    .overlay-content {
        display: column;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .overlay-content h1 {
        width: 900px;
        font-size: 40px;
        color: #fff;
        text-align: center;
        animation-name: slideInTop;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    @keyframes slideInTop {
        from {
            transform: translateY(-300px);
        }

        to {
            transform: translateY(0);
        }
    }



    .overlay-content p {
        width: 600px;
        color: #fff;
        text-align: center;
        margin-left: 17%;
        margin-top: 20px;
    }

    .overlay .overlay-content .btn {
        background-color: transparent;
        color: white;
        padding: 5px;
        border: 3px solid #ffbb00;
        border-radius: 50px;
        width: 150px;
        height: 60px;
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        top: 80%;
        left: 52%;
        transform: translate(-50%, -50%);
        z-index: 999;
        overflow: hidden;
    }

    .overlay .overlay-content .btn::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50px;
        z-index: -2;
    }

    .overlay .overlay-content .btn::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #ffbb00;
        transition: width 0.3s ease;
        border-radius: 50px;
        z-index: -1;
    }

    .overlay .overlay-content .btn:hover {
        color: #fff;
    }

    .overlay .overlay-content .btn:hover::before {
        width: 100%;
    }

    .overlay .logoZH {
        position: absolute;
        padding: 2px;
        width: 130px;
        height: 130px;
        top: 2%;
        left: 3%;
        animation-name: slideInleft;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    .overlay .logoHeder {
        position: absolute;
        display: flex;
        width: 90px;
        height: 500px;
        /* border: 1px solid white; */
        top: 15%;
        left: 3.5%;
        animation-name: slideInleft;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }


    @keyframes slideInleft {
        from {
            transform: translateX(-300px);
        }

        to {
            transform: translateX(0);
        }
    }

    .overlay .odons {
        display: flex;
        padding: 20px;
        position: absolute;
        top: 2%;
    }

    .overlay .odons .Odon {
        display: flex;
        justify-content: center;
        align-items: center;
        animation-name: odons;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-delay: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
    }

    @keyframes odons {
        from {
            transform: translateY(-300px);
        }

        to {
            transform: translateY(0);
        }
    }

    .overlay .odons .Odon img {
        width: 170px;
        height: auto;
        margin: 50px;

    }

    .overlay .support {
        width: 55px;
        height: 55px;
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1001;
        position: absolute;
        top: 83%;
        left: 93%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid black;
        cursor: pointer;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .overlay .support:hover {
        transform: scale(1.1) rotate(360deg);
        background-color: #f0f0f0;
        box-shadow: rgba(149, 157, 165, 0.4) 0px 12px 32px;
    }

    .overlay .support i {
        font-size: 30px;
    }

    .overlay .support-container {
        width: 700px;
        height: 800px;
        position: absolute;
        border-radius: 20px;
        background-color: rgb(255, 255, 255);
        padding: 20px;
        z-index: 1001;
        overflow: auto;
    }

    .overlay .support-container .support-content {
        display: flex;
        flex-wrap: wrap;
    }

    .overlay .support-container h2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overlay .support-container .formClosed {
        position: absolute;
        left: 90%;
        bottom: 90%;
        color: #000000;
        font-size: 60px;
        cursor: pointer;
    }

    .overlay .support-container .support-content {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overlay .support-container .support-content .videoSup video {
        width: 300px;
        height: auto;
        border-radius: 10px;
        margin: 20px;
        border: 2px solid black;
    }

    .overlay .support-container .support-content .videoSup h4 {
        margin-left: 40px;
    }

    /* End Overlay */

    /* Байгууллага Эхлэл */
    .container {
        position: fixed;
        max-width: 1050px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        bottom: 1%;
        /* left: 12%; */


    }


    .links {
        position: absolute;
        top: 73%;
        left: 46%;
        color: #ffffff;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }

    .links i {
        margin-right: 8px;
    }

    .swiper-wrapper {
        transition-timing-function: linear;
    }

    .swiper-slide a {
        width: 160px;
        display: grid;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
    }

    .swiper-slide span {
        position: relative;
        color: #fff;
        margin-top: 15px;
        font-family: "Roboto", sans-serif;
        display: none;
    }

    .swiper-slide {
        display: flex;
        padding: 0 10px;
        width: auto;
        perspective: 70px;
    }

    .swiper-slide a img {
        position: relative;
        left: 22%;
        width: 80px;
        border-radius: 50%;
    }

    /*  Байгууллага END */
}
