@import url('https://fonts.googleapis.com/css2?family=Varela+Round&amp;display=swap');

html, body {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-size: 16px;
	padding:0;
	margin:0;
    background-color: #dc0191;
    color:#fff;
    scroll-behavior: smooth;
}
.container { position: relative; overflow: hidden; margin:0;}
a { text-decoration: none;}
h3 { font-size: 1.7em;}
h2 { font-size: 2.1em;}
h1 { font-size: 2em;}
p { font-size: 1.2em; line-height: 1.2em;}
.highlight {color:#dc0191;}
.top-nav {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 0px;
    z-index: 1;
    padding:20px;
}
.top-nav a {
        margin-right: 5px;
        border-right: 1px solid #fff;
        padding-right: 5px;
    }
.logo {
    position: absolute;
    top:5px;
    left:5px;
    z-index: 1;
}
.logo img{
    width: calc(10vw + 10vh);
    margin-left: 0px;
}
.jf_login,
.login {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.3em;
}
.login { margin-left: auto; }
.hero {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('tours/1/img/top_bg.svg');
    height: 70vh;
    transition: background-image 2s ease-in-out;
}
.hero_bg {
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%);
    height:70vh;
    overflow:hidden ;
}
.hero_bg img {
    height: 100%;
}
.cta {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    padding:25px;
    text-align: center;
    z-index: 2;
    width: 80%;
}
.buttons {
    display: flex;
    gap:15px;
    align-items: center;
    flex-direction: column;
}
.btn {
    margin: auto;
    position: relative;
    padding: 5px 50px;
    color:#fff;
    background: #ff01bb;
    border-radius: 50em;
    border: 3px solid #ffa4eb;
    font-size: 1.4em;
    min-width: 90px;
    text-align: center;
    display: block;
    width: fit-content;
    text-wrap: nowrap;
}
.join2 {
    background-color: #fff;
    border-radius: 20px;
    color: #ff01bb;
    padding: 15px 25px;
    font-size: 2em;
}
.more.btn {
    min-width: 75px;
    background:#363637;
    border: 2px solid #fff;
}
.slides {
    padding: 25px 0;
    background-color: #ffdcf7;
    color:#343434;
    text-align: center;
}


.about1 {
    position: relative;
    z-index: 1;
}
.about2 {
    position: absolute;
    right:0;
    top:95px;
    z-index: 0;
    height:-webkit-fill-available;
    width: 50%;
    overflow: hidden;
}
.about2 img {
    max-height: 100%;
    max-width: 100%;
}
.about1 span {
    display: flex;
    align-items: center;
    font-size: 2em;
    margin: 20px 0;
}
.about1 svg {
    fill: #fff;
    width: 50px;
    margin-right: 15px;
}

.about {
    position: relative;
    padding: 25px 8vw;
    background-image: url('tours/1/img/top_bg.svg');
    background-position: center center;
    background-size: cover;
    max-width: 1000px;
    margin: auto;
}
.about_image {
    width:80%;
    align-self: center;
}
.about_image img {
    width:100%;
}
.about_text {
    width:80%;
    margin: 15px auto;
    font-size: 1.4em;
}
.glg_girl {
    width: 80%;
    margin: 0 auto -30px;
}
.hu_guarantee {
    text-align: center;
    font-size: 1.3em;
    background-color: #ffdcf7;
    padding:30px 5vw;
}
.hu_guarantee p {
    display: block;
    max-width: 900px;
    margin: auto;
}
.diagram {
    position: relative;
    background-color: #ffdcf7;
}
.diagram .background {
    position: relative;
    display: block;
    top:0;
    left:50%;
    transform: translate(-50%);
    width: 100%;
}
.video_overlay {
    position: absolute;
    top: 0;
    left:50%;
    transform: translate(-50%);
    display: grid;
    justify-items: center;
    align-items: center;
    height: 100vw;
    width: 100vw;
    margin: auto;
    z-index: 1;

}
.video_overlay img {
    width:20vw;
    min-width: 115px;
}
.video_overlay svg {
    fill:#fff;
    width: 13vw;
    height: 13vw;
    min-width: 56px;
    min-height: 56px;
}
.overlay_middle {
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    width: 100%;
}
.join_free,
.schedule,
.gl_svg,
.nsfw_chat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border: 1vw solid #ff01bb;
    border-radius: 100%;
    font-size: 1em;
    height: 25vw;
    width: 25vw;
    min-width: 100px;
    min-height: 100px;
}
.video,
.end_vid {
    width: 100%;
    margin: 0 0 -5px;
}
.seo {
    background-color: #fff;
    padding:50px 15px;
    font-size: .7em;
}
.seo div {
    background-color: #ffdcf7;
    border: 3px solid #dc0191;
    color: #dc0191;
    border-radius: 15px;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
}
.new-nav,
.footer {
    background-color: #fff;
    color:#000 !important;
    padding-bottom:30px;
    line-height:1.8 !important;
}
.new-nav {
    margin: 0 auto !important;
    padding:10px;
}
.footer {
    margin: 0 auto -30px !important;
}
.footer p:last-of-type {
    display: none;
}
#footer a {
    color: #dc0191;
    font-size: 1.2em !important;
}
@media only screen and (min-width: 707px) {
    h2 {
        font-size: 3.5em;
    }
    .top-nav {
        right: 5vw;
        top: 5vh;
        padding:0;
    }
    .logo {
        top:25px;
        left:25px;
    }
    .cta {
        width: 30vw;
        min-width: 430px;
    }
    .cta h1 {
        font-size: calc(2vw + 3vh);
    }
    .buttons {
        flex-direction: row;
        max-width: 430px;
        margin:auto;
    }
    .join2{
        padding:15px 60px;
        display: block;
        margin: auto;
        width: max-content;
    }
    .about1 {
        position: relative;
        z-index: 1;
        width:50%;
        min-width: 500px;
    }
    .about1 span {
        font-size: 2.7em;
    }
    .about1 p {
        width: 80%;
    }
    .about2 {
        top:0;
        align-content: center;
    }
    .video_overlay {
        height: 60vw;
        width: 60vw;
    }
    .join_free,
    .schedule,
    .gl_svg,
    .nsfw_chat {
        font-size: 2vw;
        height: 15vw;
        width: 15vw;
    }
    .diagram {
        height: 70vw;
    }
    .diagram .background {
        width: 70%;
    }
    .video_overlay svg {
        width: 7vw;
        height: 7vw;
    }
    .seo {
        padding: 50px;
    }
    .seo div {
        max-width: 900px;
        margin: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .about_text {
        font-size: 2vw;
    }
    .footer,
    #footer .footer-support,
    .sem-footer-container {
        font-size: 1.2vw !important;
        line-height: unset !important;
    }
}

/* SCROLLER CSS */

.scroller-container {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin:0 auto;
    }
    
    .scroller {
        display: flex;
        width: calc(300px * 20);
        animation: scroll 80s linear infinite;
    }

    .scroller2 {
        display: flex;
        width: calc(300px * 20);
        animation: scroll 90s linear infinite;
    }
    
    .thumbnail {
        width: 255px;
        height: 300px;
        background-size: cover;
        background-position: center;
        flex: 0 0 auto;
        margin: 10px;
        border-radius: 10px;
    }
    
    @keyframes scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-275px * 20)); }
    }
    
    .scroller-container::before,
    .scroller-container::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100px;
        pointer-events: none;
        z-index: 1;
    }
    
    .scroller-container::before {
        left: 0;
        background: linear-gradient(to right, #ffdcf7, transparent);
    }
    
    .scroller-container::after {
        right: 0;
        background: linear-gradient(to left, #ffdcf7, transparent);
    }
    
    @media (max-width: 768px) {
        .scroller {
            width: calc(100vw * 20 / 4);
        }
        .scroller2 {
            width: calc(110vw * 20 / 4);
        }
    
    
        .thumbnail {
            width: 25vw;
            height: calc(25vw * 4 / 3);
        }
    
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(calc(-23vw * 20)); }
        }
    }
    .or_sign_in,
    .google-oauth-wrap-sm #button-label{
        display: none;
    }
     .google-oauth-wrap {height:40px;width:200px;overflow:hidden;}
    .google-signin {width:200px;}
    #google-oauth-btn > div {
        display: flex;
        justify-content: center;
    }

    .new-nav {
        font-size: 1.3em;
        text-align: center;
        line-height: 3;
        margin-top: 1em;
    }
    
    @media only screen and (-webkit-min-device-pixel-ratio: 4) {
        .new-nav {
            font-size: 1.1em;
        }
    }
    
    @media screen and (device-aspect-ratio: 40/71) {
        .new-nav {
            font-size: 1.1em;
        }
    }


    #footer .footer-support {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .disclaimer {
        padding: .5em;
    }
    
    .footer {
        display: block;
        font-size: .75rem;
        line-height: 1.5rem;
        text-align: center;
        margin-top: 2rem auto auto auto;
        color: #666;
    }
    
    hr {
        height: 1px;
        border-top: 1px solid #fafafa;
    }
    
    #lang_opts {
        word-spacing: .1em;
        width: 99%;
        margin: auto;
    }
    
    #lang_opts a:after {
        content: " \00b0";
    }
    
    #lang_opts a:last-child:after {
        content: " ";
    }
    
    #lang_opts a {
        color: #2980b9;
        text-decoration: none;
    }
    
    .follow {
        font-size: .8rem;
        font-weight: bold;
    }
    
    img.footer-icons {
        margin: auto;
        display: inline-block;
        padding: .2rem;
        width: 24px;
        height: 24px;
    }
    
    .clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }
    
    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }
    
    * html .Clearfix,
    *:first-child+html .clearfix {
        zoom: 1;
    }
    
    .footer a {
        color: #2980b9;
        text-decoration: none;
    }
    
    .snapchat-wrap {
        margin: auto;
        cursor: pointer;
    }
    
    .snapchat-wrap .title {
        font-size: 14px;
        color: #9b59b6;
        margin-bottom: 8px;
    }
    
    .snapchat-wrap .text-snapuser {
        display: inline-block;
        margin: 5px 5px 0 0;
        vertical-align: top;
        font-size: 13px;
        font-weight: bold;
        color: #000;
    }
    
    .snapchat-wrap .ico-snapchat {
        width: 24px;
        height: 24px;
        padding-top: 6px;
    }
    
    #footer {
        padding-bottom: 25px;
    }
    
    #footer .biller-info {
        padding: 10px 0 0 0;
    }
    
    #footer .biller-info p {
        margin-bottom: 12px;
        line-height: 1.5em;
    }
    
    #footer .biller-info p:last-child {
        margin-bottom: 0;
    }
    
    #footer .legal,
    .footer .legal {
        max-width: 600px;
        padding-top: 18px;
        margin: 0 auto 18px auto;
        text-align: center;
    }
    
    #footer .btn-csr,
    .footer .btn-csr {
        display: flex;
        margin: 0 0 15px 0;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        justify-content: center;
        align-items: center;
    }
    
    #footer .btn-csr p,
    .footer .btn-csr p {
        margin: 2px 0 0 10px;
        padding: 0;
        line-height: 19px;
        color: #1e61a5;
    }
    
    #fd-billing-info img {
        background-color: black;
    }
    
    #footer a {
        font-size: 14px;
    }
    
    .follow {
        margin-left: 3em;
    }
    
    li {
        list-style: none;
        display: inline-block;
        margin: .75em;
    }
    
    ul.footer-social-list.clearfix {
        margin-left: 5px;
        padding: 0;
    }
    
    ul li.social {
        width: 20px;
        height: 40px;
        border: none;
        border-radius: initial;
    }
    
    .follow {
        margin-left: 10px;
    }

    .register-section {
  padding: 50px 20px;
  background: #f9fafc;
}
.register-header {
  text-align: center;
  margin-bottom: 30px;
}
.register-header h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
.register-header .subtitle {
  color: #666;
  margin-top: 10px;
}
.register-form {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
}
.gender-selector, .choice-selector, .checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gender-option, .choice-option {
  flex: 1 1 calc(33% - 10px);
  background: #f0f0f0;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
}
.gender-option input, .choice-option input {
  display: none;
}
.gender-option:hover, .choice-option:hover {
  background: #e0e0e0;
}
.checkbox-grid label {
  flex: 1 1 45%;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 6px;
}
.btn {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.btn-primary {
  background: #007bff;
  color: #fff;
}
.btn-secondary {
  background: #6c757d;
  color: #fff;
}
.btn-success {
  background: #28a745;
  color: #fff;
}
.step-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.terms {
  margin: 15px 0;
  font-size: 0.9rem;
}
