:root {
    --primary-color: #0088C2;
    --default-color: #1977CC;
    --text-color1: #2c4964;
    --text-white: #fff;
}

body {
    color: #212529;
    font-family: 'Poppins', sans-serif;
}
a {
    color: #0088C2;
    text-decoration: none;
}
a:hover {
    color: #1977CC;
}
.container-fluid {
    max-width: 1800px;
}
.navbar-collapse {
    flex-grow: 0;
}
footer .logo,
.navbar .logo {
    max-width: 120px;
    margin: auto;
    max-height: 41px;
}
.dropdown-menu[data-bs-popper] {
    right: 0;
    left: unset;
}
.dropdown-menu {
    border: 0;
    border-radius: 0;
}

.navbar-nav .nav-link {
    color: #282828;
    font-size: 14px;
}
.navbar-nav .nav-link.active, 
.navbar-nav .show>.nav-link {
    color: #0088C2;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}
.navbar-toggler:focus {
    box-shadow: none;
}

#terms{
    width: 100%;
    background: url(assets/images/terms_cover_3.jpg);
    background-size: cover;
    height: 70vh;
    background-blend-mode: darken;
    background-position: center;
}

#hero .container {
    padding-bottom: 63px;
}
#terms h1,
#hero h1 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
#terms h1 {
    line-height: 1.3;
}
#hero p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    background: #0088C2;
    color: #fff;
}
#hero .btn-get-started:hover {
    transition: 0.5s;
    background: #1977CC;
}

main section {
    padding: 30px 0;
}
main section#conditions {
    padding: 30px 0;
}
.section-bg {
    background-color: #f1f7fd;
}
.section-title {
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
}
.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0088C2;
    bottom: 0;
    left: calc(50% - 20px);
}


.storeBtns {
    width: 100%;
    max-width: 150px;
}
#download {
    background-image: url(assets/images/download_bg.png);
    background-size: cover;
}
#download h3 {
    max-width: 500px;
    color: #2c4964;
}
.watch_app {
    max-height: 200px;
    aspect-ratio: 211 / 222;
}

/* footer */
#footer {
    color: #444444;
    font-size: 14px;
    background: #f1f7fd;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #777777;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0 10px 3px;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 5px;
    color: #1c84e3;
    font-size: 12px;
    line-height: 1;
}
#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}
#footer .footer-newsletter {
    font-size: 15px;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7;
}
#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #0088C2;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}
#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
}
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #0088C2;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

/* terms page */
#conditions ol {
    list-style-position: inside;
}
#conditions ol > li {
    font-size: 14px;
}
#conditions ol li ul li {
    padding: 5px 0;
}
#conditions ol > li > ul > li > ul {
    font-size: 12px;
}
#conditions ol ul {
    padding-left: 5px;
}
#conditions ol > li::marker {
    font-weight: bold;
}
#conditions ol > li b {
    margin-bottom: 10px;
    display: inline;
    padding-left: 5px;
}
#conditions p {
    font-size: 14px;
}

.circleList {
    width: 7px;
    height: 7px;
    border-radius: 10px;
    border: 1px solid #333;
    margin-right: 10px;
    margin-top: 5px;
}
.circleList + span {
    max-width: calc(100% - 20px);
}


@media screen and (min-width: 768px) {
    header .navbar {
        box-shadow: 0 3px 7px rgba( 0, 0, 0, 0.12);
    }
    footer .logo,
    .navbar .logo {
        max-width: 160px;
        max-height: fit-content;
    }
    main section {
        padding: 30px 0;
    }
    #hero {
        height: 100vh;
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav .nav-link {
        margin-right: 30px;
    }
    .navbar-nav .nav-link.active, 
    .navbar-nav .show>.nav-link {
        color: #0088C2;
        border-color: #0088C2;
        border-bottom: 1px solid;
    }
    .dropdown-menu {
        box-shadow: 0 10px 10px -3px rgba( 0, 0, 0, 0.12);
    }
    header .navbar .dropdown:hover .dropdown-menu {
        display: block;
        right: 0;
        left: unset;
    }
    main section:not(.download) {
        padding: 60px 0;
    }
    main section.download {
        padding: 30px 0;
    }

    #terms {
        background-attachment: fixed;
        background-size: cover;
    }
    #hero {
        height: 90vh;
        margin-bottom: -200px;
        background-attachment: fixed;
    }
    #terms h1,
    #hero h1 {
        font-size: 48px;
    }
    #hero h1 span {
        font-size: 28px;

    }
    #hero p {
        font-size: 20px;
        margin: 10px 0 0 0;
        max-width: 50%;
        line-height: 25px;
    }
    
}

::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    width: 7px;
    background-color: #1977CC;
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}