@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;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&display=swap');

body
{
    background-color: #010e1e;
    font-family: 'Roboto', sans-serif;
}
.logo
{
    margin-top:10px;
}
.logo img
{
    width:200px;
}
.menu-dsk
{
    background-color: #041e42;
    height: 80px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding-top: 10px;
}

.donate
{
    padding-top: 20px;
    text-align: right;
    margin-right: 10px;
}
.donate a
{
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 7px;
    padding-bottom: 10px;
    color: #010e1e;
    text-decoration: none;
    border: 2px solid #f3db7c;
    border-radius: 10px;
    transition: all 0.5s;
    background: #f3db7c;
    font-size:16px;
    transition: all 0.5s;
}

.donate a img
{
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.form-wrap
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    width: 65%;
}
.forgot-pass
{
    color: #010e1e;
    text-align: right;
}
.forgot-pass a
{
    color: #010e1e;
    text-decoration: none;
    font-size: 16px;
}
.submit-btn
{
    text-align: center;
    background: #041e42;
    padding-bottom: 8px;
    padding-top: 8px;
}
.log-sub
{
    margin-top: 20px;
}
.log-sub a
{
    text-decoration: none;
    color: #f3db7c;
    font-size: 16px;
}
.log-main
{
    padding: 25px;
}
.form-control
{
    border: 2px solid #041e42;
    box-shadow: 0px;
}
.form-control:focus
{
    border: 2px solid #041e42;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.carousel-item img
{
    width: 100%;
}
.not-account h6 span a
{
    color: #010e1e;
    text-decoration: none;
    padding-left: 10px;
}
.not-account h6
{
    font-weight: 500;
}
.not-account
{
    text-align: center;
    margin-top: 30px;
}
.logger-image
{
    text-align: center;
    border-top: 1px solid #dedede;
    margin-top: 50px;
}
.logger-image img
{
    border-radius: 50%;
}
.slider-main
{
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.cover
{
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0,0,0,0.700717787114846) 20%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
.cover-note
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 65%;
    height: auto;
    text-align: center;
}
.cover-note h2
{
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 15px;
    color: #f3db7c;
    line-height: 100px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 800;
    text-shadow: 
      0 -1px 0 #fff, 
      0 1px 0 #2e2e2e, 
      0 2px 0 #2c2c2c, 
      0 3px 0 #2a2a2a, 
      0 4px 0 #282828, 
      0 5px 0 #262626, 
      0 6px 0 #242424,   
      0 7px 7px rgba(0, 0, 0, 0.9);
} 
.btn-menu
{
    text-align: ;
}
.btn-menu a
{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 15px;
}
.btn-menu a:hover
{
    color: #fff;
    text-decoration: underline;
}
.footer-menu .bg-light
{
    background: transparent !important;
}
.footer-menu
{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #041e42;
}
.copy-right-ft
{
    color: #fff;
    text-align: right;
}
.log-head
{
    margin-top: 50px;
}
.new-head
{
    color: #e3e3e3;
    
}
.new-head p
{
    text-align: justify;
    font-size: 20px;
}
.new-head h3
{
    padding-bottom: 8px;
}


@media(max-width:1024px)
{
    .form-wrap
    {
        width: 85%;
    }
    
    .cover-note
    {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        width: 65%;
        height: auto;
        text-align: center;
    }
    .cover-note h2
    {
        font-size: 36px;
        letter-spacing: 0px;
        word-spacing: 10px;
        line-height: 32px;
        font-weight: 700;
        text-shadow: 
      0 -1px 0 #fff, 
      0 1px 0 #2e2e2e, 
      0 2px 0 #2c2c2c, 
      0 3px 0 #2a2a2a,    
      0 4px 4px rgba(0, 0, 0, 0.8);
    } 
    .btn-menu a 
    {
        font-size: 13px;
        margin-right: 15px;
    }
    .new-head p
    {
        text-align: justify;
        font-size: 18px;
    }
    
}

@media(max-width:425px)
{
    .new-head p 
    {
        text-align: justify;
        font-size: 16px;
    }
    .form-wrap
    {
        width: 100%;
    }
    .slider-main
    {
        height: 25vh;
        margin-top: 130px;
    }
    .slider-main .carousel
    {
        height: 25vh;
    }
    .slider-main .carousel-inner
    {
        height: 25vh;
    }
    .slider-main .carousel-inner .carousel-item
    {
        height: 25vh;
    }
    .slider-main .carousel-inner .carousel-item img
    {
        height: 25vh;
    }
    .cover-note
    {   
        top: 55%;
        width: 50%;
        height: auto;
        padding: 0px;
    }
    .log-head
    {
        margin-top: 20px;
    }
    .log-sub
    {
        margin-top: 0px;
    }
    .not-account
    {
        text-align: center;
        margin-top: 10px;
    }
    .logger-image
    {
        margin-top: 20px;
    }
    ul.btn-menu li
    {
        padding-right: 25px;
    }
    ul.btn-menu
    {
        padding-left: 0px;
        display: inline-block;
    }
    .copy-right-ft
    {
        text-align: center;
    }
    .donate
    {
        padding-top: 20px;
        text-align: center;
        margin-right: 10px;
    }
    .logo
    {
        text-align: center;
    }
    .menu-dsk
    {
        height: 130px;
    }
    .cover-note h2
    {
        font-size: 24px;
    }
    
}















































.bx-image img
{
    width:100%;
}
.bx-content
{
    color:#e3e3e3;
    padding:15px;
}
.bx-content p
{
    text-align:center;
}
.box-wrap
{
    background:#041e42;
    border-radius:10px;
}
.bx-link 
{
    padding-bottom:10px;
    text-align:center;
    
}
.bx-link a
{
    color:#f3db7c;
    text-decoration:none;
    
    border-radius:25px;
}
.footer-logo-newx a
{
    display:inline-block;
}
.footer-logo-newx img

{
    width:200px;
}