/* Header : Top */


._header-top{
    color: white;
    background: black;
    display: flex;
    justify-content: center;
}

._header-top-data{
    width: 90%;
    padding: 14px 0px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 17px;
}

._header-top-data a{
    transition: all 0.4s ease-in-out;
}

._header-top-data a:hover{
    color: #ff6600;
}

._header-top-search{
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: clip;
}


/* UX */


.ux{
    position: relative;
    display: flex;
    justify-content: center;
}

.ux::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    background: #ff6600;
    z-index: 0;
}

.ux-contain{
    position: relative;
    width: 85%;
    padding: 160px 0px 200px;
    display: flex;
    gap: 80px;
    z-index: 1;
}


/* Pane */


.pane{
    width: calc(50% - 30px);
    min-width: 400px;
    box-shadow: 0px 4px 17px rgb(191, 191, 191);
    background: white;
    display: flex;
    justify-content: center;
}

.pane-contain{
    width: 80%;
    padding: 55px 0px;
}

.pane-headin{
    width: auto;
}

.pane-title{
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.pane-name{
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.6em;
}

.pane-content{
    padding: 40px 0px;
}


/* Online */


.ui{
    width: auto;
}

.ui-title{
    font-size: 19px;
    font-weight: 700;
}

.ui-content{
    padding-top: 14px;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.6em;
}

.ui-button{
    padding-top: 17px;
    display: flex;
}

.ui-button button{
    flex: 1;
    height: 52px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    background: dodgerblue;
    cursor: pointer;
}


/* OR */


.ui-or{
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ui-onName{
    margin-bottom: -12px;
    padding: 0px 40px;
    font-size: 15px;
    letter-spacing: 1px;
    color: gray;
    background: white;
    z-index: 1;
}

.ui-line{
    width: 100%;
    border-top: 2px solid gainsboro;
}


/* Bank */


.ui-data{
    padding-top: 17px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.box{
    width: auto;
}

.box-name{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.box-subname{
    padding-top: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: steelblue;
}


/* UX : Content */


.ux-content{
    flex: 1;
    padding: 80px 0px;
}

.ux-headin{
    width: auto;
    padding-bottom: 40px;
}

.ux-title{
    font-size: 38px;
    font-weight: 700;
}

.ux-subtitle{
    font-size: 15px;
    font-weight: 500;
}


/* UX : All */


.ux-all{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ux-data{
    width: 100%;
    display: flex;
    gap: 20px;
}

.ux-logo{
    font-size: 25px;
}

.ux-box{
    flex: 1;
}

.ux-name{
    font-size: 17px;
    font-weight: 700;
}

.ux-subname{
    padding: 10px 0px 0px;
    font-size: 14px;
}


/* Mobile : Responsive */


/* 1200px */

@media screen and (max-width: 1200px) {

    .ux-contain{
        width: 90%;
        padding: 100px 0px 140px;
    }
    
}

/* 1100px */

@media screen and (max-width: 1100px) {
    
    .ux-contain{
        gap: 50px;
    }

    .pane{
        width: 50%;
    }
    
}

/* 1000px */

@media screen and (max-width: 1000px) {

    .ux-contain{
        padding: 60px 0px 100px;
    }
    
}

/* 800px */

@media screen and (max-width: 800px) {

    .pane-title, .ux-title{
        padding-bottom: 10px;
        font-size: 30px;
    }
    
}

/* 750px */

@media screen and (max-width: 750px) {

    .ux-contain{
        flex-direction: column;
        align-items: flex-end;
    }

    .pane{
        width: 100%;
    }

    .ux-content{
        width: 65%;
        padding: 40px 0px 80px;
    }
    
}

/* 600px */

@media screen and (max-width: 600px) {

    .ux::after{
        width: 17%;
    }

    .pane{
        min-width: 100%;
    }

    .pane-contain{
        padding: 40px 0px;
    }

    .ux-content{
        width: 80%;
    }
    
}

/* 400px */

@media screen and (max-width: 400px) {

    .ux::after{
        width: 13%;
    }

    .pane-contain{
        padding: 35px 0px;
    }

    .ui-data{
        grid-template-columns: auto;
    }

    .ux-content{
        width: 85%;
    }
    
}

/* 350px */

@media screen and (max-width: 350px) {

    .ux::after{
        display: none;
    }

    .ux-content{
        width: 95%;
    }
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}