﻿
@media (max-width: 768px) {
    .sec-footer-menu {
        margin-top: 1.5rem !important;
    }

    .azi-btn-group {
        margin-top: 1.5rem !important;
    }
}


.landing_page {
    height: 468px;
}

@media (max-width: 992px) {
    .landing_page {
        margin-top: 0px !important;
    }
}

@media (min-width: 993px) {
    .landing_page {
        margin-top: 68px;
    }
}

#progress {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -6px;
    width: 0%;
    height: 2px;
    background: #006FBA;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width 500ms ease-out,opacity 400ms linear;
    -ms-transition: width 500ms ease-out,opacity 400ms linear;
    -o-transition: width 500ms ease-out,opacity 400ms linear;
    -webkit-transition: width 500ms ease-out,opacity 400ms linear;
    transition: width 500ms ease-out,opacity 400ms linear
}

    #progress.done {
        opacity: 0
    }

    #progress dd, #progress dt {
        position: absolute;
        top: 0;
        height: 2px;
        -moz-box-shadow: #b91f1f 1px 0 6px 1px;
        -ms-box-shadow: #b91f1f 1px 0 6px 1px;
        -webkit-box-shadow: #b91f1f 1px 0 6px 1px;
        box-shadow: #006FBA 1px 0 6px 1px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    #progress dd {
        opacity: 1;
        width: 20px;
        right: 0;
        clip: rect(-6px,22px,14px,10px)
    }

    #progress dt {
        opacity: 1;
        width: 180px;
        right: -80px;
        clip: rect(-6px,90px,14px,-6px)
    }

@@-moz-keyframes pulse {
    30% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@@-ms-keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

@@-o-keyframes pulse {
    30% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@@-webkit-keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

@@keyframes pulse {
    30% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#progress.waiting dd, #progress.waiting dt {
    -moz-animation: pulse 2s ease-out 0s infinite;
    -ms-animation: pulse 2s ease-out 0s infinite;
    -o-animation: pulse 2s ease-out 0s infinite;
    -webkit-animation: pulse 2s ease-out 0s infinite;
    animation: pulse 2s ease-out 0s infinite
}





:root {
    /*--primary: #006FBA;*/
    --primary: #006FBA;
    --secondary: #58B6FF;
    /*--secondary: #2ABADA;*/
    --white-secondary: #F6F6F6;
    --white: #FFFFFF;
    --gray: #424242;
    --black: #000000;
}

.smart-value {
    /*background: red !important;*/
    z-index: 999;
}

a {
    color: #0d6efd;
}

body {
    text-align: left;
}

a:hover {
    text-decoration: none;
    background-color: transparent;
    color: var(--secondary);
}

.link {
    color: var(--primary);
}
/* footer */
/* #footer{
    background-color: var(--primary);
    height: auto;
    padding: 56px;
} */
/* .waper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.waper nav{
    display: flex;
    align-items: flex-end;
}
.nav-footer a{
    margin-right: 27px;
}
.footer-logo_img{
    display: flex;
    margin-right: 80px;
}

.waper a{
    font-size: 18px;
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
}
.social-media-link a:first-child{
    margin-right: 30px;
}
.social-media-link a:nth-child(2){
    margin-right: 30px;
    transform:translateY(2px);
}
.social-media-link{
    display: flex;
    align-items: flex-end;
}
.social-media-link img{
    margin: 0;
    width: 20px;
    display: inline;
}
#bottom{
    padding-top: 14px;
    border-top: 1px solid var(--white);
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
}
#bottom p{
    color: var(--white);
    line-height: 14px;
    font-size: 12px;
}
#bottom a{
    color: var(--white);
    line-height: 14px;
    font-size: 12px;
    text-decoration: none;
}
@media screen and (max-width: 992px) {
    .waper{
        display: block;
        text-align: center;
    }
    .nav-footer{
        flex-direction: column;
    }
    .nav-footer a{
        margin: 0 0 17px 0;
    }
    .social-media-link{
        justify-content: center;
        margin-bottom: 25px;
    }
    .social-media-link img{
        width: 30px;
    }
    #bottom{
        border: none;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .bottom-navigation{
        padding-bottom: 40px;
        border-bottom: 1px solid var(--secondary);
        margin-bottom: 40px;
    }
    .footer-logo_hidden{
        display: block;margin: 0 auto;
        margin-bottom: 14px;
    }
} */

/* menu slide */
.sidenav {
    height: 100%;
    width: 340px;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: var(--primary);
    overflow-x: hidden;
    transition: 0.5s;
    padding: 60px 20px 20px 20px;
    transform: translateX(-100%);
}

@media screen and (max-width: 576px) {
    .sidenav {
        width: 240px;
    }
}

.sidenav a {
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 20px;
    color: var(--white);
    display: block;
    transition: 0.3s;
}

.show-according {
    justify-content: space-between;
    display: flex;
    color: var(--white);
    font-size: 20px;
}

.sidenav img {
    display: inline-flex;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: var(--white);
}

.according-menu {
    padding-left: 0;
    color: var(--white);
    font-size: 20px;
    display: none;
    list-style: none;
}

    .according-menu p {
        margin-bottom: 0;
        height: 27px;
        cursor: pointer;
        display: inline-block;
    }

    .according-menu a {
        font-size: 16px;
        margin-bottom: 0;
    }

.nav__overplay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    display: none;
    z-index: 100;
}

#nav-input {
    display: none;
}

    #nav-input:checked ~ .sidenav {
        transform: translateX(0);
    }

    #nav-input:checked ~ .nav__overplay {
        display: block;
    }

.accordion__input {
    display: none;
}

    .accordion__input:checked ~ .according-menu {
        display: block;
        position: absolute;
        top: -50px;
    }

.region {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 40px;
}

.rotote {
    transform: rotate(180deg);
}

/* footer-2 */
.section-small {
    padding: 20px 0;
    min-height: 68px;
}

.bg-azi-primary {
    background-color: var(--secondary);
    color: var(--white);
    min-height: 116px;
}

.brand-footer-logo {
    height: 4em;
    display: inline-block;
}

.clickable {
    cursor: pointer;
    position: relative;
}

    .clickable img {
        display: inline-block;
    }

#selected-language {
    margin-right: 10px;
}

.clickable:hover .language-list {
    opacity: 1;
    visibility: visible;
}

.language-list {
    border-radius: 4px;
    /* background-color: white; */
    position: absolute;
    left: 20%;
    /*margin-left: 5px;*/
    text-align: left;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}

    .language-list a {
        color: var(--white);
    }

.caret-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    display: inline-block;
    vertical-align: middle;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item a {
        color: var(--white)
    }

        .list-inline-item a:hover {
            text-decoration: underline;
        }

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.item-vertical-devider {
    border-left: 2px solid var(--white);
    height: 22px;
    display: inline-block;
    margin: 0 8px -5px 3px;
}

.inline-block {
    display: inline-block;
}

.azi-btn-group a:not(:first-child) {
    margin-left: 15px;
}

.section-tiny {
    padding: 20px 0;
    min-height: 68px;
}

.bg-azi-secondary {
    /*background-color: var(--secondary);*/
    background-color: #F0F0F0;
}

.copyright p {
    /*color: var(--white);*/
    color: #2C2C2C;
    margin: 0;
}

.social-links-inline > li > a > img {
    width: 22px;
    height: auto;
    display: inline-block;
}

.azi-btn-group {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .azi-btn-group {
        text-align: center;
    }

    .language-list {
        background-color: var(--white);
        z-index: 2;
        top: 0;
        padding: 5px 10px;
        right: auto;
        left: 38%;
        max-height: 58px;
        overflow-y: auto;
    }

        .language-list a {
            color: var(--secondary);
        }
}

@media screen and (max-width: 576px) {
    .footer-bottom {
        text-align: center;
    }

        .footer-bottom p {
            font-size: 15px;
        }

    .order-xs-2 {
        order: 2;
    }

    .order-xs-1 {
        order: 1;
    }

    .social-links-inline {
        text-align: center !important;
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 470px) {
    .language-list {
        left: 33%;
    }
}

.c-flybanner {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    padding: 16px 8px;
    position: fixed;
    background-color: var(--white);
    bottom: 0;
    left: 0;
    z-index: 10;
    border-radius: 16px 16px 0 0;
    opacity: 0;
    transform: translateY(150%);
    transition: transform .5s .3s;
}

    .c-flybanner .logo {
        height: 64px;
        width: auto;
    }

    .c-flybanner .c-fly-banner__title {
        font-size: .875rem;
        line-height: 20px;
    }

    .c-flybanner .c-fly-banner__description {
        font-size: .625rem;
        list-style: 13px;
    }

.btn-azi {
    background-color: var(--primary);
    color: var(--white);
    padding: 4px 16px;
    border-radius: .84375rem;
}

#flybanner-input:checked ~ .c-flybanner {
    opacity: 0;
    transform: translateY(150%);
}

#flybanner-input {
    display: none;
}

.btn-register {
    color: white;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--secondary);
    border-radius: 40px;
    /* padding-inline: 26px; */
    padding: 12px 14px 12px 24px;
}

    .btn-register:hover {
        background: var(--secondary);
        color: white;
    }

    .btn-register .btn-register-text {
    }
/* Modal */
.modal-dialog-padded {
    max-width: 460px;
}

    .modal-dialog-padded .modal-content {
        padding: 64px 80px;
        border-radius: 24px;
    }

.modal-content .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
}

.modal-content .modal-header,
.modal-content .modal-body {
    padding: 0;
}

    .modal-content .modal-header .modal-qr-icon {
        width: 84px;
        height: 84px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modal-content .modal-header .modal-title {
        display: flex;
        flex-direction: column;
        gap: 21px;
    }

        .modal-content .modal-header .modal-title .title {
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: -2%;
            text-align: center;
        }

        .modal-content .modal-header .modal-title .brief {
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: -2%;
            text-align: center;
            vertical-align: middle;
            color: #22252b;
        }

.modal-content .modal-body {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

    .modal-content .modal-body .model-qr {
        padding: 22px;
    }

        .modal-content .modal-body .model-qr img {
            place-self: center;
        }

    .modal-content .modal-body .btn-go-to-miniapp {
        place-self: center;
        color: white;
        background: #5DB85B;
        border: none;
        outline: none;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        font-size: 16px;
        width: fit-content;
        height: auto;
        border-radius: 40px;
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
        text-decoration: none;
    }

/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .c-flybanner {
        opacity: 1;
        transform: translateY(0);
        transition: transform .5s .3s;
    }

    .btn-register {
        font-size: 14px;
        padding: 10px;
        width: 100%;
        align-items: center;
        padding: 12px 20px;
        position: relative;
    }

        .btn-register .btn-register-text {
            margin: 0 auto;
        }

        .btn-register img {
            position: absolute;
            right: 16px;
            height: 24px;
        }

    .bg-azi-primary {
        min-height: 166px;
    }
}
