﻿
html{
    overflow-x:hidden;
}
.container-90{
    width:90%;
    margin:auto;
}
.bgSSbmt {
    background: url("/home2/gameBg.png") no-repeat;
    /*height: 80vh;*/
    background-size: contain;
    background-position: right;
}
#ssbmtNav .nav-link {
    color: #fff;
}
a.nav-link:hover {
    color: crimson !important;
    background: white;
    border-radius: 5px;
}
.bgtext {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 100px;
}

    .bgtext h1 {
        font-size: 6rem;
    }

    .bgtext h4 {
        font-size: 2.5rem;
    }

    .bgtext h1 span {
        color: rgb(255 90 77);
        font-size: 7rem;
    }

    .bgtext h4 span {
        color: rgb(255 90 77);
        font-size: 3rem;
    }

.inbox {
    height: 220px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
}

    .inbox img {
        width: 100px;
        padding-bottom: 15px;
    }

.bdh4 {
    margin-top: 50px;
    margin-bottom: 20px;
}

    .bdh4 h4 {
        width: fit-content;
        color: crimson;
        background: #ebeff9;
        padding: 10px 20px;
        border-radius: 10px;
        border: 1px solid #dcdcdc;
    }

.sec-3inner {
    background: crimson;
    padding: 50px;
    text-align: center;
    color: #fff;
}

    .sec-3inner p {
        margin-top: 50px;
        line-height: 40px;
        border: 1px solid;
        background: #f0f8ff29;
        border-radius: 10px;
        padding: 20px;
    }

.sec-4inner {
    background: #fd796e30;
    text-align: center;
    padding: 50px;
}

@media(max-width:425px) {
    .bgSSbmt {
        padding-top: 175px !important;
        height: 40vh !important;
        background-position-y: 125px !important;
    }

    .bgtext h1 {
        font-size: 1rem !important;
    }

        .bgtext h1 span {
            font-size: 1.5rem !important;
        }

    .bgtext h4 span {
        font-size: 1rem !important;
    }

    .bgtext {
        padding: 25px !important;
    }
}

@media(max-width:1024px) {
    .inbox h5 {
        font-size: 14px;
    }

    .bgSSbmt {
        padding-top: 150px;
        height: 55vh;
        background-position-y: 115px;
    }

    .bgtext h4 span {
        color: rgb(255 90 77);
        font-size: 3rem;
    }

    .bgtext {
        padding: 50px;
    }

        .bgtext h1 {
            font-size: 2rem;
        }

        .bgtext h4 {
            font-size: 1rem;
        }

        .bgtext h1 span {
            font-size: 3rem;
        }
}

