c077dd.rabmmfdrj.tips Open in urlscan Pro
188.114.96.3  Public Scan

Submitted URL: http://c077dd.rabmmfdrj.tips/index/2024-v1/css/index.css?v=1
Effective URL: https://c077dd.rabmmfdrj.tips/index/2024-v1/css/index.css?v=1
Submission: On October 29 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.swiper {
    width: 100%;
    height: 100vh;
}

.picture-container img {
    user-select: none;
}

.picture-container .bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
.logo-area {
    padding: 1rem 1rem 1rem 2rem;
}
.f-menu , .s-menu {
    text-align: left;
}
.content {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.f-area {
    width: 55%;
}
.s-area {
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.s-area-1 {
    width: 45%;
    position: absolute;
    bottom: 0;
    text-align: end;
}
.f-area-1 {
    width: 55%;
    right: 0;
    position: absolute;
    bottom: 0;
}
.s-area img , .s-area-1 img {
    margin-bottom: -30%;
    width: 50%;
}
.cont-area {
    background-color: rgba(255, 63, 135, 0.66);
    padding: 1.5rem;
    display: flex;
    margin-bottom: 1.5%;
}

#qr , #qr1 , #qr2 {
    background-color: #FF84A9;
    padding: 4.5px;
    border-radius: 10px;
}

#qr img , #qr1 img , #qr2 img {
    width: 8rem !important;
    height: 8rem !important;
    background-color: #ffffff;
    padding: .7rem;
    border-radius: 10px;
}

.f-app-area {
    display: flex;
    padding-left: 8px;
}

.f-app-area img {
    margin-left: 7px;
    height: 3rem;
}

.i-app {
    width: 8vw;
    padding: .4rem;
    background: linear-gradient(0deg, white 0%, white 100%);
    box-shadow: 4px 4px 0px rgba(204, 78, 115, 0.80);
    border-radius: 15px;
    overflow: hidden;
    border: 4px #FF84A9 solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-left: 7px;
    margin-top: 5px;
}
.btnn {
    color: #FF84A9;
    font-size: 1vw;
    font-family: Noto Sans SC;
    font-weight: 700;
    line-height: 28px;
    word-wrap: break-word;
    text-align: center;
}
.f-txt {
    color: #ffffff;
    font-size: .8rem;
    margin-left: 15px;
    margin-top: 5px;
}
.swiper-pagination>.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.3;
    mix-blend-mode: normal;
    margin: 7px 0;
}

.swiper-pagination>.swiper-pagination-bullet-active {
    width: 65px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.7;
    mix-blend-mode: normal;
    box-shadow: 0px 0px 8px #FF84A9;
    margin: 7px 0;
}

.swiper-pagination {
    text-align: right !important;
}

.swiper-pagination-horizontal {
    left: unset !important;
    right: 2%;
}