@keyframes levitate { 0% { transform: rotate(-5deg); } 50% { transform: rotate(5deg) scale(1.1); } 100% { transform: rotate(-5deg); } } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes rotate-reverse { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } } *:focus { outline: none; } ::-moz-focus-inner, ::-moz-focus-outer { border: 0; outline: none; } .jackpot-insider-landing-page { background-color: #ffffff; position: relative; width: 100%; min-width: 320px; min-height: 100vh; margin: 0; font-weight: 400; line-height: 1.3; font-size: 16px; font-family: "Fira Sans", sans-serif; color: #111; } .jackpot-insider-landing-page h1, .jackpot-insider-landing-page h2, .jackpot-insider-landing-page h3, .jackpot-insider-landing-page h4, .jackpot-insider-landing-page h5 { font-weight: 700; margin: 0 0 10px; } .jackpot-insider-landing-page h1 { font-size: 32px; margin-bottom: 18px; } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page h1 { margin-bottom: 21px; } } .jackpot-insider-landing-page h2 { font-size: 28px; margin: 24px 0 15px; } .jackpot-insider-landing-page h3 { font-size: 24px; margin: 24px 0 22px; } .jackpot-insider-landing-page h5 { font-size: 18px; margin: 10px 0; } .jackpot-insider-landing-page p { line-height: 1.5; margin: 0 0 8px; } .jackpot-insider-landing-page small { font-size: 14px; line-height: 20px; margin-bottom: 10px; display: block; } .jackpot-insider-landing-page .text-bold p { line-height: 1.25; font-weight: 500; } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .text-bold p { margin-bottom: 10px; } } @media only screen and (min-width: 992px) { .jackpot-insider-landing-page .text-divider { display: block; } } html { min-height: 100%; height: auto; scroll-behavior: smooth; } * { box-sizing: border-box; } .jackpot-insider-landing-page img { width: 100%; } .jackpot-insider-landing-page .container { padding: 0 16px; margin: 0 auto; width: 100%; max-width: 1168px; } .jackpot-insider-landing-page .btn { padding: 14px 15px; background-color: #0157ff; border-radius: 4px; color: #fff; text-transform: uppercase; width: 100%; max-width: 320px; text-decoration: none; transition: all 0.3s; font-size: 16px; display: block; } .jackpot-insider-landing-page .btn:hover { background-color: #14953b; text-decoration: none; } .jackpot-insider-landing-page ul { padding: 0; margin: 0; list-style-type: none; } .jackpot-insider-landing-page a { text-decoration: none; font-weight: 500; transition: all 0.3s; color: #0157ff; font-size: 16px; } .jackpot-insider-landing-page a .arrow-right { width: 7px; margin-left: 5px; } .jackpot-insider-landing-page a:hover { text-decoration: underline; } .jackpot-insider-landing-page .sub-links { padding: 9px 0; margin-bottom: 25px; display: flex; justify-content: center; background-color: #ebebeb; } .jackpot-insider-landing-page .sub-links li { margin: 0 8px; } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .sub-links li { margin: 0 12px; } } .jackpot-insider-landing-page .sub-links a { color: #666; } .jackpot-insider-landing-page .sub-links a:hover { color: #111; } .jackpot-insider-landing-page .autor-block { font-size: 14px; } .jackpot-insider-landing-page .autor { display: flex; align-items: center; margin-bottom: 4px; } .jackpot-insider-landing-page .autor .avatar { border-radius: 50%; width: 30px; margin-right: 5px; } .jackpot-insider-landing-page .autor a { margin-left: 10px; font-size: 14px; } .jackpot-insider-landing-page .socials-holder { margin-top: 10px; } .jackpot-insider-landing-page .socials { display: flex; } .jackpot-insider-landing-page .socials li { margin-left: 5px; } .jackpot-insider-landing-page .socials a { display: block; } .jackpot-insider-landing-page .socials a:hover { transform: translateY(-10%); } .jackpot-insider-landing-page .socials img { display: block; } .jackpot-insider-landing-page .recommended-list { font-size: 16px; margin-bottom: 24px; } .jackpot-insider-landing-page .recommended-list li { display: flex; align-items: center; border-bottom: 1px solid #ebebeb; padding: 9px 0; justify-content: space-between; } @media only screen and (min-width: 992px) { .jackpot-insider-landing-page .recommended-list li { justify-content: flex-start; } } .jackpot-insider-landing-page .recommended-list a { display: flex; align-items: center; } @media only screen and (min-width: 992px) { .jackpot-insider-landing-page .recommended-list a { min-width: 353px; } } .jackpot-insider-landing-page .recommended-list .icon { width: 16px; margin-right: 20px; display: block; } .jackpot-insider-landing-page .card { border: 1px solid #b1b1b1; border-radius: 10px; padding: 25px 23px 16px; text-align: center; margin: 24px 0 20px; } .jackpot-insider-landing-page .card .logo { max-width: 132px; margin-bottom: 10px; } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .card .logo { margin-bottom: 13px; } } .jackpot-insider-landing-page .card small { display: block; color: #b1b1b1; font-size: 14px; margin-bottom: 2px; } .jackpot-insider-landing-page .card .description { font-size: 18px; font-weight: 500; padding: 0 20px; margin: 19px 0 24px; } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .card .description { max-width: 275px; } } @media only screen and (min-width: 992px) { .jackpot-insider-landing-page .card .description { padding-left: 34px; } } @media only screen and (min-width: 1200px) { .jackpot-insider-landing-page .card .description { max-width: none; } } .jackpot-insider-landing-page .card .cards { margin: 22px 0 9px; max-width: 136px; } .jackpot-insider-landing-page .card .btn { margin: 0 auto; } @media only screen and (min-width: 1200px) { .jackpot-insider-landing-page .card .btn { min-width: 318px; } } .jackpot-insider-landing-page .card .footer { text-align: left; color: #666; border-top: 1px solid #b1b1b1; margin: 0 -23px 0; padding: 18px 23px 0; font-size: 12px; } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .card .footer { margin-top: 15px; } } .jackpot-insider-landing-page .d-flex { display: flex !important; } .jackpot-insider-landing-page .d-none { display: none !important; } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .d-md-block { display: block !important; } } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .d-md-flex { display: flex !important; } } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .d-lg-none { display: none !important; } } .jackpot-insider-landing-page .flex-column { flex-direction: column; } .jackpot-insider-landing-page .align-center { align-items: center; } .jackpot-insider-landing-page .justify-between { justify-content: space-between; } .jackpot-insider-landing-page .text-center { text-align: center; } .jackpot-insider-landing-page .w100 { width: 100%; } .jackpot-insider-landing-page .danger-text { color: #f72148; } .jackpot-insider-landing-page .warning-text { color: #f43b2f; } .jackpot-insider-landing-page .break-word { word-break: break-word; } .jackpot-insider-landing-page .divider { height: 1px; margin: 22px 0 10px; background-color: #b1b1b1; } .jackpot-insider-landing-page .table { margin-bottom: 20px; text-align: center; } .jackpot-insider-landing-page .table .heading { font-size: 14px; background-color: #111; color: #fff; align-items: center; border-radius: 4px; padding: 19px 0; } @media only screen and (min-width: 992px) { .jackpot-insider-landing-page .table .heading { min-height: 72px; font-size: 16px; } } .jackpot-insider-landing-page .table .row { display: flex; align-items: center; font-size: 12px; padding: 5px 0; border-bottom: 1px solid #ebebeb; text-transform: uppercase; } @media only screen and (min-width: 992px) { .jackpot-insider-landing-page .table .row { font-size: 16px; } } @media only screen and (min-width: 992px) { .jackpot-insider-landing-page .table .row { padding: 7px 0; } } .jackpot-insider-landing-page .table .row .col:first-child { word-break: break-word; } .jackpot-insider-landing-page .table .col { padding: 0 3px; width: 16.66%; } .jackpot-insider-landing-page .table .col:last-child { width: 21%; } .jackpot-insider-landing-page .table a { font-size: 14px; text-transform: capitalize; } @media only screen and (min-width: 992px) { .jackpot-insider-landing-page .table a { font-size: 18px; } } .jackpot-insider-landing-page .accordion { margin-bottom: 10px; } .jackpot-insider-landing-page .accordion .accordion-header { cursor: pointer; position: relative; padding-right: 30px; } .jackpot-insider-landing-page .accordion .accordion-header:before, .jackpot-insider-landing-page .accordion .accordion-header:after { content: ""; position: absolute; top: 10px; right: 4px; width: 16px; height: 2px; border-radius: 2px; background-color: #111; transition: all 0.3s; } .jackpot-insider-landing-page .accordion .accordion-header:after { transform: rotate(90deg); } .jackpot-insider-landing-page .accordion .accordion-header h5 { margin: 0 0 11px; } .jackpot-insider-landing-page .accordion .accordion-item.active .accordion-header:after { opacity: 0; } .jackpot-insider-landing-page .accordion .accordion-content { overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .jackpot-insider-landing-page .accordion .accordion-content p:last-child { margin-bottom: 25px; } .jackpot-insider-landing-page footer { text-align: center; padding: 14px 0 20px; } .jackpot-insider-landing-page footer .text { color: #666; font-size: 12px; } .jackpot-insider-landing-page .header { position: relative; padding: 10px 0; } .jackpot-insider-landing-page .logo { max-width: 100px; display: inline-block; } .jackpot-insider-landing-page .logo img { display: block; } .jackpot-insider-landing-page .links { position: fixed; top: 56px; left: 0; right: 0; bottom: 0; transition: all 0.3s; background-color: #fff; z-index: 9999; text-align: center; font-weight: 500; padding: 20px 0; transform: translateX(-100%); } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .links { position: static; display: flex; background-color: rgba(0, 0, 0, 0); transform: none; padding: 0; margin-left: 11px; } } .jackpot-insider-landing-page .links li { margin-bottom: 20px; } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .links li { margin: 0 5px 0 12px; } } .jackpot-insider-landing-page .links a { color: #111; text-decoration: none; font-size: 20px; } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .links a { font-size: 14px; border-bottom: 1px solid rgba(0, 0, 0, 0); } } .jackpot-insider-landing-page .links a:hover { border-color: #111; } .jackpot-insider-landing-page .link-sign-up, .jackpot-insider-landing-page .link-countries { display: inline-flex; align-items: center; padding: 5px 5px; border: 1px solid rgba(0, 0, 0, 0); border-radius: 5px; } .jackpot-insider-landing-page .link-sign-up:hover, .jackpot-insider-landing-page .link-countries:hover { text-decoration: none; } .jackpot-insider-landing-page .link-sign-up { color: #f43b2f; } .jackpot-insider-landing-page .link-sign-up svg { margin-right: 5px; } .jackpot-insider-landing-page .link-sign-up:hover { border-color: #f43b2f; } .jackpot-insider-landing-page .link-countries { color: #111; font-size: 14px; } @media only screen and (min-width: 768px) { .jackpot-insider-landing-page .link-countries { margin-left: 6px; } } .jackpot-insider-landing-page .link-countries:hover { border-color: #111; } .jackpot-insider-landing-page .link-countries img { width: 20px; margin-right: 10px; } .jackpot-insider-landing-page .search { margin-left: 10px; } .jackpot-insider-landing-page .search:hover { opacity: 0.6; } .jackpot-insider-landing-page .search img { width: 20px; display: block; } .jackpot-insider-landing-page .menu-btn { position: relative; background-color: rgba(0, 0, 0, 0); border: none; outline: none; z-index: 999; height: 14px; width: 24px; font-size: 30px; padding: 0; margin-right: 24px; } .jackpot-insider-landing-page .menu-btn .icon-bar { height: 2px; width: 100%; background: #111; position: absolute; top: 6px; left: 0; transition: all 0.3s; } .jackpot-insider-landing-page .menu-btn .icon-bar:first-child { top: 0; } .jackpot-insider-landing-page .menu-btn .icon-bar:last-child { top: 12px; } .jackpot-insider-landing-page .menu-btn:focus, .jackpot-insider-landing-page .menu-btn:active { outline: none; } .open-nav { position: fixed; } .open-nav .links { transform: translateX(0); } .open-nav .menu-btn .icon-bar:first-child { transform: translatey(-50%) rotate(-45deg); top: 50%; } .open-nav .menu-btn .icon-bar:nth-child(2) { opacity: 0; } .open-nav .menu-btn .icon-bar:last-child { transform: translatey(-50%) rotate(45deg); top: 50%; }