@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');
:root {
    --blue-color: #00BDF2;
    --dark-blue-color: hsla(193, 100%, 47%, 0.1);
    --primary-black: #212121;
}
*, html, body {
    /* font-family: "Outfit", sans-serif; */
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    color: oklch(27.9% .041 260.031);
}
.area {
    margin-top: 60px;
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
/* [data-visibility="hidden"] {display: none !important;} */
.hidden {display: none !important;}
.overflow-hidden {overflow: hidden !important;}
header {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    z-index: 100;
}
header div.child {
    display: flex;
    align-items: center;
    width: 1240px;
    justify-content: space-between;
}
.title {font-size: 28px;font-weight: 600;}
a.logo {
    font-size: 22px;
    width: auto;
    display: flex;
    font-weight: 600;
    color: #212121;
    text-decoration: none;
    & svg {height: 30px;width: auto;}
}
footer a.logo {
    margin-left: 0;
    & svg {height: 35px;}
}
a.logo:hover {
    color: #00BDF2;
}
header button.menu {
    display: flex;
    padding: 7px;
    border-radius: 7px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 10px;    
}
header div.start {
    display: flex;
    align-items: center;
    height: 100%;    
}
header div.end {
    margin-right: -7px;
    display: flex;
    align-items: center;
}
header a.link {
    display: flex;
    padding: 7px;
    border-radius: 7px;
    background-color: transparent;
    overflow: visible;
}
header a.link:hover,
header button.menu:hover {
    background-color: hsla(193, 100%, 47%, 0.1);
}
header button svg,
header a svg {
    height: 22px;
    width: 22px;display: flex;
}
header a.login {
    background-color: #00BDF2;
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
    padding: 7px 14px;
}
header a.login:hover {
    opacity: 0.7;
    background-color: #00BDF2;
}
.tag {
    text-transform: uppercase;
    color: #00BDF2;
    font-size: 14px;
    margin-bottom: 6px;
}

.text-banner {
    margin-top: 60px;
    min-height: 310px;
    display: flex;
    /* align-items: center; */
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    & div.child {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    & h1 {
        font-weight: 400;
        color: #00BDF2;
    }
    & h2 {
        font-size: 44px;
    }
    & h3 {
        max-width: 580px;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 14px;
    }
}

footer {margin-top: 70px !important;}
footer div.child {display: flex;align-items: flex-start;}
footer div.child div.tab {height: auto;}
footer div.child div.tab.start {width: 35%;}
footer div.child div.tab.end {
    width: 65%;
    display: flex;
    align-items: flex-start;
}
footer div.child div.tab.end div.links {flex: 1;display: block;}
footer div.child div.tab.end div.links a,
footer div.child div.tab.end div.links p {
    display: flex;
    /* padding: 5px 0; */
    font-size: 16px;
    align-items: center;
    margin-top: 10px;
    color: #212121;
    text-decoration: none;
}
footer div.child div.tab.end div.links a:hover {text-decoration: underline;}
footer div.child div.tab.end div.links a span.icon,
footer div.child div.tab.end div.links p span.icon {
    display: flex;
    margin-right: 20px;
    background-color: #f7f7f7;
    padding: 7px;
    border-radius: 5px;
}
footer div.child div.tab.end div.links a span.icon svg,
footer div.child div.tab.end div.links p span.icon svg {
    height: 14px;
    width: 14px;
}
footer div.child div.tab.end p.tab-name {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0 !important;
    color: #454545;
}

footer p.info {
    font-size: 14px;
    margin-right: 40px;
    margin-top: 14px;
    line-height: 22px;
    color: #454545;
}
footer div.app-download-links {
    margin-top: 20px;
}
footer div.app-download-links div {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
footer div.app-download-links p,
footer div.social-media-links p {font-weight: 600;}
footer div.app-download-links a {margin-right: 14px;text-decoration: none;}
footer div.app-download-links img {height: 30px !important;}

footer div.social-media-links a {margin-right: 14px;}
footer div.social-media-links svg {
    height: 24px;
    width: 24px;
    display: flex;
}
footer div.subfooter {
    height: auto;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer div.social-media-links {display: flex;align-items: center;}
footer div.social-media-links svg {fill: #454545;}
footer div.social-media-links div {display: flex;align-items: center;}
footer div.social-media-links a:hover svg {fill: #000;}
footer div.payment-methods {display: flex;align-items: center;}
footer div.payment-methods svg {
    height: auto;
    width: 40px;
    margin-right: 20px;
}
footer p.copyright {
    font-size: 14px;
    font-weight: 300px;
    color: #454545;
}

div.auth-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.2);
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.auth-area.hidden {display: none;}
div.auth-area div.child {
    width: 400px;
    height: auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 13px;
    position: relative;
}
div.auth-area button.close {
    position: absolute;
    right: 0;
    top: -50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    svg {height: 18px;width: 18px;display: flex;}
}
div.auth-area p.subtitle {color: #454545;margin-top: 7px;}
div.auth-area div.child form {margin-top: 30px;}
div.auth-area div.child div.input-area {display: flex;}
div.auth-area div.child input {
    padding: 12px;
    border-radius: 7px;
    border: 1px solid #d3d3d3;
    font-size: 18px;
    flex: 1;
    outline: none;
}
div.auth-area div.child input.error {border-color: #ff0000 !important;}
div.auth-area div.child input:hover {border-color: #454545;}
div.auth-area div.child input:focus {border-color: #212121;}
div.auth-area div.child div.input-area span {
    padding: 12px 24px;
    border: 1px solid #d3d3d3;
    margin-right: 10px;
    border-radius: 7px;
    font-size: 18px;
}
div.auth-area p.error {
    display: none;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 15px;
    color: #ff0000;
    font-weight: 400;
}
div.auth-area button[type="submit"] {
    padding: 12px;
    font-size: 16px;
    border: 0;
    margin-top: 14px;
    width: 100%;
    font-weight: 600;
    border-radius: 7px;
    background-color: #00BDF2;
    color: #fff;
    opacity: 0.5;
}
div.auth-area button[type="submit"].active {opacity: 1;cursor: pointer;}
div.auth-area button[type="submit"].active:hover {opacity: 0.7;}
div.auth-area p.info {
    font-size: 13px;
    line-height: 20px;
    margin-top: 30px;
    color: #454545;
}
@media screen and (max-width: calc(1240px + 60px)) {
    header div.child {width: calc(100% - 60px);}
    .area {
      width: auto;
      margin-left: 30px;
      margin-right: 30px;
    }
}


@media screen and (max-width: 1040px) {
    footer div.child {display: grid;}
    footer div.tab.start {margin-bottom: 30px;}
    footer div.tab {width: 100% !important;}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}

/* Firefox */
input[type=number] {appearance: textfield;-moz-appearance: textfield;}

@media screen and (max-width: 868px) {
    div.categories div.child {
        flex-direction: row;
        flex-wrap: wrap;
        & a.category {width: calc(50% - 20px);}
    }
    div.stats {gap: 10px;}
    footer div.child div.tab.end {
        flex-wrap: wrap;
        & div.links {flex: auto;}
        & div.links:first-child,
        & div.links:nth-child(2) {width: 50%;}
    }    
}