﻿
html, body {
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    min-width: 300px;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0.02em;
    overflow-x: hidden;
    background: white;

}

span.line {
    display: inline-block;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.center {
    text-align: center
}

.top-circle {
    max-width:1200px;
    background-size: 300%;
    width:100%;
    margin: 0 auto;
    background-position: top center;
    background-image: url("images/half-circle-yellow.svg");
    background-repeat: no-repeat;
}

.top-circle-red {
    background-image: url("images/half-circle-red.svg");
}

.top-circle-blue {
    background-image: url("images/half-circle-blue.svg");
}

.top-circle-green {
    background-image: url("images/half-circle-green.svg");
}

.top-circle-bright-yellow {
    background-image: url("images/half-circle-bright-yellow.svg");
}

.top-circle-purple {
    background-image: url("images/half-circle-purple.svg");
}

@media only screen and (min-width: 380px) {
    .top-circle {
        background-size: 300%;
    }
}

@media only screen and (min-width: 420px) {
    .top-circle {
        background-size: 250%;
    }
}

@media only screen and (min-width: 450px) {
    .top-circle {
        background-size: 200%;
    }
}

@media only screen and (min-width: 540px) {
    .top-circle {
        background-size: 180%;
    }
}

@media only screen and (min-width: 711px) {
    .top-circle {
        background-size: 150%;
    }
}

@media only screen and (min-width: 800px) {
    .top-circle {
        background-size: 140%;
    }
}

@media only screen and (min-width: 1000px) {
    .top-circle {
        background-size: 100%;
    }
}

/* ------------- top bar */

.top-bar-wrap {
    color: #242007;
    background-color: #fcfbf2;
    position: fixed;
    width: 100%;
    top: -70px; 
    transition: top 0.2s;
    z-index: 100;
}

.top-bar-wrap-green {
    background-color: #f1f9f4;
}

.top-bar-wrap-blue {
    background-color: #ecf8fe;
}

.top-bar-wrap-red {
    background-color: #faf0f0;
}

.top-bar-wrap-yellow {
    background-color: #fff5e8;
}

.top-bar-wrap-bright-yellow {
    background-color: #fffceb;
}

.top-bar-wrap-purple {
    background-color: #faeff5;
}

.top-bar-fixed {
    max-width: 1100px;
    margin: 0 auto;
}

.top-bar {
    display: flex;
    color: #242007;
    width: 100%;
    min-height: 55px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.03em;
    padding: 5px;
    top: 0;
}

.top-bar-pre {
   /*  */
    display:flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    
}

.top-bar-internal {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    width: 100%;
    max-width: 1160px;
}

.logo-group {
    display: flex;
    align-items: center;
}

.top-logo {
    height: 40px;
    background: white;
}

.ricochet-name {
    color:#ffffff;
    padding-left:10px;
    width: 30px;
}

.ricochet-name-secondary {
    color:#242007;
}

.middle-top-bar {
    flex: auto;
    font-size: 13px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-left: 40px;
}

.right-top-bar {
    font-size: 13px;
    display: flex;
    margin-left: 10px;
    min-width:160px;
}

.right-top-bar-options {
    color: #ffffff;
    padding: 4px 1px 1px;
    margin: 0 8px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid transparent;
    text-align: right;
}

.right-top-bar-options-secondary {
    color: #242007;
}

/*
.right-top-bar-options:hover {
    border-bottom: 1px solid #ffffff;
}

.right-top-bar-options-secondary:hover {
    border-bottom: 1px solid #242007;
}
*/
.sales-top-bar-options {
    color: #ffffff;
    margin: 0 8px;
    padding:10px;
    letter-spacing: 0.06em;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size:15px;
}

.sales-top-bar-options-secondary {
    color: #242007;
    border: 1px solid #242007;
}

.img-link {
    color: #ffffff;
    height: 100%;
    display: flex;
}

.dropdown {
    cursor: pointer; 
    line-height: 26px;
    position: relative;
    display: inline-block;
}

.dropdown-wrapper {
    display: none;
    padding: 8px;
    position: absolute;
    background-color: #fcfbf2;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    z-index: 1;
    left: -5px;
    border-radius: 4px;
}

.dropdown-content {
    
}

.dropdown-content a {
    color: #242007;
    padding: 8px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 4px;
}

.dropdown-content a:hover {
    background-color: #f6f4e0;
    border-radius: 3px;
}

@media only screen and (max-width: 890px) {

    .top-bar-internal {
        padding: 5px 15px;
    }
    
    .right-top-bar {
        min-width: unset;
        margin-left: unset;
    }

}


/* ------------- banner */
.top-wrap {
    width: 100%;
    color: #242007;
}

.sub-title {
    max-width:600px;
    margin: 25px auto 0;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: 55px;
    text-align: center;
}

@media only screen and (max-width: 590px) {
    .sub-title {
         font-size: 45px;
    }
}

.sub-title-sub {
    max-width:600px;
    padding:0 20px;
    font-size: 18px;
    font-weight: 400;
    margin: 10px auto;
    line-height: 1.3;
    text-align: center;
}

.banner-sub-text {
    font-size:20px; 
    font-weight:400;
    margin:15px 0 20px; 
    line-height: 1.3; 
    width:80%;
}
    
.banner-button-wrapper {
    margin: 30px auto;
    text-align: center;
}

.banner-button {
    font-size:15px; 
    font-weight:500;
    padding:10px 20px; 
    border-radius: 4px; 
    background-color: #05497b; 
    color: white; 
    width:fit-content; 
    margin-bottom:25px
}

.banner-button-light {
    background-color: #fcfbf2; 
    color: #242007; 
}

.video-wrapper {
    margin: 0 auto;
    max-width: 750px;
    padding: 20px;
}

.video {
    width: 100%;
    box-shadow: 0 0 1.5rem rgb(105 105 105 / 50%);
}

@media only screen and (max-width: 590px) {
    
    .video {
        box-shadow: 0 0 0.5rem rgb(105 105 105 / 50%);
    }

    .top-wrap {
        flex-flow:column;
        padding:5px 0 10px;
    }

}

/* ------------- trusted by */
.light-color {
   /* background: #fcfbf2; */
    color: #242007;
    padding: 15px 0 35px;
}

.trust-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-wrap-union {
    justify-content: space-between;
    max-width:900px;
    margin: auto;
    align-items: flex-start;
    padding: 0 25px;
}

.trust-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin: 18px;
    letter-spacing: 0.19em
}

.trust-logo {
    height:70px;
}

.trust-logo-text {
    text-align: center; 
    font-size: 12px; 
    max-width: 200px;
    margin: 0 10px;
}

.light-color-last {
    background: #fcfbf2; 
    color: #242007;
    padding: 15px 0 35px;
}

@media only screen and (max-width: 590px) {

    .trust-text {
        margin: 8px 0 20px;
    }
    
    .trust-wrap-union {
        padding: 0 5px;
    }

}

/* ------------- features section */

.section-wrap {
    background: #fcfbf2;
    padding: 25px 0 45px 0;
}

.section-wrap-inner {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px;
}

.feature-section-wrapper {
    margin-top: 25px;
    display:flex; 
    padding: 20px;
}

.feature-section-image-right {
    flex-basis: 50%; 
    margin: auto;
    text-align: end;
}

.feature-section-text-left {
    flex-basis: 50%; 
    margin: auto 0 auto auto;
    padding-right: 50px;
}


.feature-section-image-left {
    flex-basis: 50%; 
    margin: auto;
    text-align: start;
}

.feature-section-text-right {
    flex-basis: 50%; 
    margin: auto 0 auto auto;
    padding-left: 80px;
}

@media only screen and (max-width: 790px) {

    .feature-section-text-left {
        padding-right: unset;
    }
    
    .feature-section-text-right {
        padding-left: unset;
    }

    .feature-section-wrapper-right {
        flex-direction: column;
    }

    .feature-section-wrapper-left {
        flex-direction: column-reverse;
    }
    
    .section-wrap-inner {
        padding: 0;
    }

}


.section-heading {
    font-size: 40px;
    font-weight:700;
    margin-bottom: 20px;
}

.section-text {
    margin:0 30px 20px 0;
    font-size: 17px;
    font-weight:400;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.section-learn {
    width: fit-content;
    color:#075894;
    border-bottom: 2px solid transparent;
}

.section-learn:hover {
    border-bottom: 2px solid #075894
}

.section-image-shadow {
    display: inline-flex;
    max-width: 531px;
    box-shadow: 0 0 0.5rem rgb(105 105 105 / 50%);
}

.section-image {
    width:100%;
    box-sizing: border-box;
    max-height: 350px;
    max-width: 50vw /*700px*/;
}

.section-image-no-width {
    width:unset;
}

.section-image-right {
    border-right: red 20px solid;
}

.section-image-left {
    border-left: red 20px solid;
}


@media only screen and (max-width: 790px) {
    
    .highlight-section-wrapper {    
        margin-bottom: 30px;
        float: unset;
        min-width: unset;
    }
    
    .highlight-section-wrapper-right {
        flex-direction: column;
    }
    
    .highlight-section-wrapper-left {
        flex-direction: column-reverse;
    }
    
    .highlight-section-text {
        flex-basis: unset;
        display:flex
    }
    
    .section-heading {
        font-size: 30px;
        font-weight:700;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .section-image {
        max-height: 300px;
        max-width: 400px;
    }
    
    .section-text {
        margin: 0 0 15px 0;
        font-size: 15px;
        font-weight:400;
        line-height: 1.4;
        letter-spacing: 0.02em;
    }
    
    .section-image-right {
        border-top: red 20px solid;
        border-right: none;
    }
    
    .section-image-left {
        border-top: red 20px solid;
        border-left: none
    }
    
        
    .light-color-last {
        padding: 15px 0 0;
    }

}

@media only screen and (max-width: 500px) {

    .section-image {
        max-width: 300px;
    }
}

/* ------------- bottom close ellipse  */

.bottom-wrapper {
    background: white;
}

.bottom-fill {
    background: #05497b;
    border: none;
    clip-path: ellipse(90% 100% at center top);
    height: auto;
    min-height: 300px;
}

.bottom-text {
    margin:0 50px;
    color:#ffffff;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size:45px;
    text-align: center;
    padding-top: 70px;
}

@media only screen and (max-width: 890px) and (min-width: 590px) {
    
    .bottom-text {
        margin: 0 20px;
        font-size: 39px;
        padding-top: 30px;
    }
    
    .bottom-fill {
        min-height: 200px;
    }
    
}

@media only screen and (max-width: 589px) {

     .bottom-text {
        margin: 0 20px;
        font-size: 39px;
        padding-top: 30px;
    }
    
    .bottom-fill {
        min-height: 250px;
    }

}


/* ------------- content */

.content-container {
    max-width: 1100px;
    margin: 0 auto;
}


/* ------------- bottom bar */
.bottom-bar {
    padding: 20px 0 50px;
    text-align: center;
}

.bottom-options {
    font-size: 14px;
    color: #242007;
    text-align: center;
    margin: 5px 5px;
}

.copyright {
    margin-top:10px;
    text-align: center;
    font-size: 12px;
    color: #b0b0b0;
}

