
@import url('https://fonts.googleapis.com/css2?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');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.logo {
    float: right;
    width: 102px;
    margin-top: 24px;
    margin-right: 26px;
}
    .main_back{
    background-image: url('../images/main_media_background.svg');
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    /* opacity: 1; */
    background-position: left;
    height: 314px;
    }
    .main_back1{
    background-image: url('../images/main_media_background1.svg');
    background-repeat: no-repeat;
    background-size: 50% 100%;
    /* opacity: 1; */
    background-position: right;
    }
    .version_text{
    height: 58px;
    background: #D8D8D8;
    margin-top: 20px;
    }
.version_text1 {
    font-family: var(--font-family-Montserrat);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 58px;
    /* or 408% */
    text-transform: capitalize;
    padding-left: 40px;
    color: #3A3A3A;
}
.btn_enter {
    width: 258px;
    background: #183748;
    border-radius: 8px;
    font-family: var(--font-family-Montserrat);
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 55px;
    display: grid;
    place-items: center;
}
    .btn_enter:hover{
    color: #FFFFFF;
    }
    .main_body1{
    background: #313335;
    padding-left: 0px;
    /* padding-right: 0px; */
    }
.media_brand {
    font-family: var(--font-family-Montserrat);
    font-style: normal;
    font-weight: 400;
    font-size: 89px;
    line-height: 95px;
    /* or 107% */
    text-transform: uppercase;
    color: #FFFFFF;
}
    .version{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 10px;
    /* or 392% */
    text-transform: capitalize;
    color: #FFFFFF;
    }
    .rule3{
    border: 2px solid #FCC24D;
    }
.btn_media_enter {
    background: #FCC24D;
    border-radius: 56px;
    font-family: var(--font-family-Montserrat);
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    /* line-height: 15px; */
    /* or 58% */
    text-transform: capitalize;
    color: #262626;
    width: 197px;
    height: 53px;
}
    .media_link{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 20px;
    /* or 426% */
    text-decoration-line: underline;
    text-transform: lowercase;
    color: #FFFFFF;
    }
    .media_link:hover{
    color: #fff;
    }