@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap');

body {
    margin: 0;
    height: 100vh;
    background: #201E1C;
}

.teleport-luckera {
    display: inline-flex;
    padding: 98px 121px 0 121px;
    justify-content: center;
    align-items: center;
    background: #201E1C;
    font-family: 'Lato', sans-serif;
    width: -webkit-fill-available;
}

.teleport-luckera img {
    max-width: 100%;
    flex-shrink: 0;
}

.access-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.access-description {
    color: #fff;
    max-width: 511px;
}

.access-description h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    margin: 0;
    padding-bottom:16px;
    font-family: "Yeseva One", serif;
}

.access-description h5 {
    font-size: 18px;
    font-weight: 900;
    line-height: 32px;
    margin: 0;
    padding: 32px 0 16px 0;
    font-family: "Inter", sans-serif;
}

.access-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    font-family: "Inter", sans-serif;
}

.mobile-access-img {
    display: none;
}


@media only screen and (max-width: 1280px) {
    .teleport-luckera{
        padding-left:75px;
        padding-right:75px;
    }
}
@media only screen and (max-width: 1000px) {
    .teleport-luckera{
        padding-left:30px;
        padding-right:30px;
    }
}
@media only screen and (max-width: 850px) {
    .mobile-access-img {
        display: block;
        max-width: 83% !important;
        flex-shrink: 0;
        margin: auto;
        margin-top: 40px;
    }

    .desktop-access-img {
        display: none;
    }

    .teleport-luckera {
        padding: 0;
    }

    .access-description {
        text-align: center;
        padding: 0 10px;
    }

    .access-description h1 {
        padding-top: 32px;
        padding-bottom: 24px;
        font-size: 24px;
        line-height: 40px;
    }

    .access-description h5 {
        padding: 0 0 16px 0;
        font-size: 18px;
        line-height: 32px;
        font-weight: 900;
    }

    .access-description p {
        font-size: 16px;
        line-height: 26px;
    }
     .access-description .mob-bold {
        font-weight: 900 !important;
        
    }
}