.header-one {
    background-color: #fff;
}



.home-page-wraper {
    background-image: linear-gradient(#0e5bad, #117dd2) !important;
    /* background-image: url(/assets/images/bg-1.png) ; */
    background-position: bottom;
    background-repeat: no-repeat;
    /* height: 1200px; */
    background-size: cover;
    background-size: 100%;
    height: 100%;
}

.inner-block {
    background-image: url(/assets/images/bg-1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    /* height: 1200px; */
    background-size: cover;
    background-size: 100%;
    height: 100%;
}

.pro-content {
    height: 1000px;
}

.img-h {
    height: 40px;
    width: 40px;
}

#footerOne {
    background-color: #fff !important;
}


.footer-d {
    display: flex;
    flex-direction: column;
}


.footer-d-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img-main-div {
    width: 100%;
    display: flex;
    justify-content: end;
}

.img-2 {
    margin-left: 10px
}

.img-text {
    display: flex;
    justify-content: end;
    margin-top: 40px !important;
    color: #a8a8a8;
}


.footer-head-text {
    color: #a8a8a8;
    font-weight: 600 !important;
}


.footer-link-text {
    color: #000;
    font-weight: 100;
    padding-top: 10px !important;
}


.custom-btn {
    border-radius: 10px !important;
    text-transform: capitalize !important;
    font-size: large !important;
    font-weight: 100 !important;
}

.custom-btn:hover {
    background-color: #000;
}

.custom-btn:active {
    background-color: #000;
}

.mr-main {
    margin-top: 150px;
}

.img-s {
    height: 150px;
    width: 150px;
    margin-right: 20px;
    border-radius: 10px;
    margin-top: 20px;

}

.img-main-d {
    justify-content: center;
    align-items: center;
}

.main-text {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.main-text-n {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}


.input-t {
    width: 250px;
    height: 45px;
    background-color: #0f66b8;
    order: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
}

.btn-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input-t::placeholder {
    color: #fff;
}


.input-t:focus {
    background-color: #0f66b8;
    color: #fff;

}

.btn-sub {
    background-color: #febb00;
    border-radius: 10px;
    margin-top: 13px;
    height: 55px;
    text-transform: capitalize !important;
    font-size: 14px;
    font-weight: 600;
    width: 250px;
    padding-top: 20px;
}

.btn-sub:hover {
    background-color: #febb00;
}

.btn-sub:focus {
    background-color: #febb00;
}

a:hover,
.btn-link:hover {
    text-decoration: none;
    color: #000;
}


.game-view {
    height: 810px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.input-pass {
    margin-top: 15px;
}

.main-text-2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}


.login-page-pro {
    height: 625px  !important;
}


.header-border{
    border-bottom: 1px solid #000;
}

.footer-border{
    border-top: 1px solid #000;
}

.white-back{
    background-color: #fff;
}