/* @font-face {
    font-family: 'PTT45PrideLight';
    src: url('fonts/ptt45pride-light.eot');
    src: url('fonts/ptt45pride-light.eot?#iefix') format('embedded-opentype'),
        url('fonts/ptt45pride-light.woff2') format('woff2'),
        url('fonts/ptt45pride-light.woff') format('woff');
}
.text-main {
    font-family: 'PTT45PrideLight', sans-serif;
    color: var(--main) !important;
} 

*{
    font-family: 'PTT45PrideLight', sans-serif;
}
.text-strongest{
    font-family: 'PTT45PrideLight', sans-serif;
    font-weight: 600;
}
*/

.text-me{
    font-weight: 600;
    font-size: 20px;
}
.text-sec{
    color: var(--sub)!important;
}
.bg-main{
    background-color: var(--main)!important;
}
.bg-main-gra{
    background: linear-gradient(90deg , var(--main) 0%, var(--sub) 100%)!important;
    border: none!important;
}
.border-main{
    border: 2px solid var(--main);
}
.border-top-main{
    border-top: 5px solid var(--main);
}
.border-main-gra{
    border: 2px solid;
    border-image-source: linear-gradient(90deg, var(--main) 0%, var(--sub) 100%);;
    border-image-slice: 1;
}
.border-main-gra::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--main) 0%, var(--sub) 100%);
    transition: all 0.4s ease;
}
.btn-up:hover{
    transform: translateY(-10px);
    transition: 0.4s;
}
@media (max-width: 768px) {
    .d-flex.justify-content-between-a {
        flex-wrap: wrap;
    }

    .px-3 {
        width: 100%;
    }

    .group p {
        word-wrap: break-word;
    }
}


.role-logo {
    transition: 0.2s ease-in-out;
    animation: muanim1 2s infinite;
}

@keyframes muanim1 {
    0% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
    50% {
        transform: translateY(-10%) scale(1.01);
        animation-timing-function: cubic-bezier(.5, 0, 1, 1)
    }
    1000% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
    }

    
::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: -webkit-linear-gradient(var(--main) 0%, var(--sub) 100%);
}
.annmumu-control {
    height: 325px;
}

@media only screen and (max-width: 1400px) {
     .annmumu-control {
        height: 280px;
    }
}

@media only screen and (max-width: 1200px) {
    .annmumu-control {
        height: 234px;
    }
}

.bubble-main {
    background-color: var(--main);
    color: #fff;
    padding: 10px 20px;
    padding-bottom: 5px;
    width: fit-content;
    border-radius: 20px;
}

.border-hov {
            border: 1px solid #ccc;
            transition: 0.3s ease-in-out;
        }

        .border-hov:hover {
            border: 1px solid var(--main);
        }

        .border-hov.active {
            border: 1px solid var(--main);
        }

        .btn-main.active {
            color: white;
            background-color: var(--main);
            border: 1px solid var(--main);
        }

        .btn-main.active i {
            color: white !important;
        }

        .btn-main:hover {
            color: white;
            background-color: var(--main);
            border: 1px solid var(--main);
        }

        @media only screen and (max-width: 500px) {
            .pd-sm-font {
                font-size: 13px !important;
            }

            .pd-h-font {
                font-size: 16px;
            }
        }

        .updown_im {
            transition: all 0.3s ease-in-out;
        }

        .updown_im:hover {
            transform: scale(1.05);
        }


    .text-main-gra {
        background: -webkit-linear-gradient(-90deg, var(--main) 50%, var(--sub));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

 
    .btn-main {
        color: var(--main);
        background: var(--main-30);
        border: 1px solid var(--main);
        transition: all .5s ease;

    }


        .underline-active {
    display: inline-block;
    color: var(--main);
    text-decoration: none;
}

.underline-active::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--main);
    transition: width .3s;
}
h4 {
    width: 100%;
    /* overflow: hidden;
    white-space: nowrap; */
    text-overflow: ellipsis;
}
.underline-active:hover::after {
    width: 100%;
}
.wheel_hover{
    transition: 0.3s ease-in-out;
}
.wheel_hover:hover {
    transform:  scale(1.05);
}

h1 , h2 , h3, h4 ,h5{
    font-weight: 200;
}
hr{
    border-top: 2px solid var(--main);
    opacity: 1;
}

.not-dec{
    text-decoration: none;
}

.page-wrapper{
    background-color: transparent; 
    background-image: url(""); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: 50% 50%;
}
.m-cent{
    margin: 0% auto!important;
}

.text-nav{
    color: #c2c9da!important;
}
.border-pro{
    background: #18243d;
    border: 1px solid #000;
}
.border-spe{
    background: #233458;
    border: 1px solid #000;
}
.border-main{
    border-color: var(--main)!important;
}
.bg-new-dark{
    background-color: #18243d;
}

.top-spe{
    border-top: 2px solid #000;
}
.bottom-spe{
    border-bottom: 2px solid #000;
}
.btn-pro-hover:hover{
    background-color: #233458!important;
    color: var(--main);
    transition: 0.4s;

}
@keyframes glow {
    0%,
    100% {
        box-shadow: 0 0 10px 0 var(--sub-opa-50);
    }
    40%,
    60% {
        box-shadow: 0 0 30px 10px var(--sub-opa-25);
    }
}
/* 992 */
@media only screen and (max-width: 992px) {
    .nav-item{
        border-right: none!important;
    }
    .nav-item.first{
        border-left: none!important;
    }
}
.header-top{
    background-color: var(--sub);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal-content-px {
    text-align:center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.modal-dialog-px {
    align-items: flex-end; 
    left: 0px;
    right: 15px;
    display: fixed;
    min-height: 100vh;
    max-width: 100vw;
    text-align:center;
}

.x-emo-mucity {
    padding: 20px 20px 0;
    text-align:right;
}

.mucity-mockup-img {
    bottom: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align:center;
    filter: drop-shadow(5px 0 0 #ffffff) drop-shadow(0 5px 0 #ffffff) drop-shadow(-5px 0 0 #ffffff) drop-shadow(0 -5px 0 #ffffff);
}

.shops {
    padding: 20px;
    border-radius: 1vh;
}

.shops-body {
    position: relative;
    color: var(--main);
    font-weight: 600;
    height: 100%;
}

.shops-body > .shops-img {
    width: 100%;
    height: auto;
    border-radius: 1vh;
    transition: all .5s ease;
}

.shops-body > .shops-img:hover {
    transform: scale(1.035);
}

.shops-body > .shops-text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s ease;
    background-color: #ffff;
    padding: 5px 10px;
    border-radius: 0.5vh;
}

.shops-img {
    transition: transform 0.2s;
}

.shops-img:hover {
    transform: scale(1.1);
}

.shops-body:hover > .shops-text-center {
    opacity: 1;
    font-size: 20px;
}

.shops-body > .shops-text-center button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .3s ease;
}

.shops-body > .shops-text-center button:hover {
    background-color: #fff;
    color: var(--main);
}

@media only screen and (max-width: 992px) {
    .shops-body > .shops-img {
        max-width: 100%;
    }
}


.mu-detail-blog {
    background: #ffffff;
    text-align: center;
    border-radius: 13px;
    padding: 14px 14px;
    box-shadow: 0 0 8px 0 #ddd;
    position: absolute;
    left: 50%;
    top: 90%;
    width: 87%;
    transform: translate(-50%,-50%)
}
.mu-thumb {
    box-shadow: 0 0 8px 0 #aaaa;
    border-radius: 30px
}
.mu-thumb-img {
    border-radius: 30px
}


.ocean {
    position: relative;
    height: 100px;
    width: 100%; 
    z-index: 8; 
    top: -65px;
}

.mu-seas {
    background: url(../../sea.png) repeat-x;
    position: absolute; 
    width: 100%; 
    height: 258px; 
    top: -18px;
    left: 0;
    transform: translate(0, 0, 0); 
    animation: mu-seas 6s ease infinite;
}

.mu-seas:nth-of-type(2) {
    top: -16px; 
    animation: swell 4s ease infinite; 
    opacity: 1; 
}

.mu-seas:nth-of-type(3) {
    top: -20px; 
    transform: translate(0, 2px, 1px);
    animation: mu-seas 6s ease infinite;
    opacity: 0.3; 
}

.mu-seas:nth-of-type(4) {
    width: 75%; 
    height: 258px; 
    top: -18px; 
    left: 12.5%; 
    opacity: 0.4; 
    transform: translate(0, 1px, 0); 
    animation: mu-seas 4s ease infinite;
}

@keyframes mu-seas {
    0% { margin-left: 0; }
    100% { margin-left: -1600px; }
}

@keyframes swell {
    0%, 100% {
        transform: translate(0, -30px);
    }
    50% {
        transform: translate(0, 5px);
    }
}


@media only screen and (max-width: 600px) {
    .ocean {
        top: -35px;
    }

    .mu-seas {
        height: 150px; 
    }

    .mu-seas:nth-of-type(2) {
        top: -10px; 
    }

    .mu-seas:nth-of-type(3) {
        top: -15px;
    }

    .mu-seas:nth-of-type(4) {
        top: -20px;
        width: 85%;
        left: 7.5%;
    }
}