@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
/* font-family: 'Rubik', sans-serif; */

*{
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    
}

body{
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

::-webkit-scrollbar {
    width: 10px;
}
  
::-webkit-scrollbar-track {
    background: #f8f8f8;
}
  
::-webkit-scrollbar-thumb {
    background: #404651;
}
  
::-webkit-scrollbar-thumb:hover {
    background: #545c69;
}

::-moz-selection {
    background: rgb(2 201 240 / 20%);
  }
  
  ::selection {
    background: rgb(2 201 240 / 10%);
  }

@font-face {
    font-family: HelveticaNormal;
    src: url("https://res.cloudinary.com/dp1xkuswt/raw/upload/v1597987314/Helvetica_uld9sz.ttf");
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

.flex{
    display: flex;
}

.hidden{
    display: none;
}

.invisible{
    transition: 1s;
    opacity: 0 !important;
}

img{
    object-fit: cover;
}

/* Navbar */

.navbar-c{
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #282c34;
}

.nav-bar{
    max-width: 820px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    flex-direction: column;
}

.nav-content-1{
    text-transform: uppercase;
    vertical-align: baseline;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1rem;
    font-family: HelveticaNormal;
    font-weight: 600;
    color: #02e9fd;
}

.nav-content-2{
    font-size: 2rem;
    font-family: 'SFUI', Arial, sans-serif;
    font-weight: 600;
    color: #02e9fd;
}

.nav-content-3{
    color: #7f8593;
    font-size: 1rem;
    margin-top: 18px;
}

.nav-img{
    width: 32px;
    height: 32px;
}

.nav-content-4{
    margin-top: 60px;
}

.email-1{
    color: #8ababe;
    cursor: pointer;
}

.email-1:hover{
    text-decoration: underline;
}

.nav-content-4 p{
    color: #e1e1e1;
    font-family: HelveticaNormal;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.icon-0{
    cursor: pointer;
    color: white;
    font-size: 28px;
    margin-bottom: 20px;
}

/* Section 1 */

.section-1{
    max-width: 820px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

.section-1-h1-1{
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #28323c;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.section-1-ul-1{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1em;
    font-family: 'SFUI', Arial, sans-serif;
    line-height: 1.5em;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 60px;

}

.hr-1{
    background: #ececec;
    height: 0.12rem;
    border: 0px solid;
}

/* Privacy Policy Section */

.section-2{
    max-width: 820px;
    position: relative;
    margin: auto;

    margin-top: 60px;
    font-size: 1em;
    font-family: 'SFUI', Arial, sans-serif;
    line-height: 1.5em;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 80px;
}

.section-2 h3{
    color: #455f79;
}

.section-2 a{
    text-decoration: none;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.section-2 a:hover{
    text-decoration: underline;
}

.section-2 ul{
    margin-left: 20px;
    text-decoration: none;
    color: rgba(0, 0, 0, .5);
}

.section-2 ul a{
    text-decoration: none;
    color: rgba(0, 0, 0, .5);
}

.section-2-c{
    margin-left: 20px;
    margin-right: 20px;
}

/* Footer */

.footer{
    position: relative;
    width: 100%;
    position: relative;
    background: #282c34;
}

.footer-content{
    max-width: 820px;
    margin: auto;
    color: #e1e1e1;
    font-family: HelveticaNormal;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.s-3-a-A{
    color: #7f7fa8 !important;
}
