* {
    font-family: 'Muli', sans-serif;
}

body {
    font-style: normal;
    font-weight: 400;
    letter-spacing: .8px;
    background-image: url("./../img/landingMainBg.jpg");
    background-size: cover;
    background-position: bottom center;
    background-color: var(--colors5b);
    background-attachment: fixed;
}

html {
    scroll-behavior: smooth;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.link:hover {
    text-decoration: none;
}

.inline-flex {
    display: inline-flex;
}

.btn {
    color: var(--colors1);
}

a:hover {
    text-decoration: none !important;
}

:root {
    --colors1: #ffffff;
    --colors2: #666c7b;
    --colors2t: #666c7b7a;
    --colors2tt: #C8BEBE;
    --colors3: #1674d1;
    --colors3t: #1674d159;
    --colors4hh: #FFC000;
    --colors4h: #ed7d31;
    --colors4: #ff4500;
    --colors5h: #2b4b77;
    --colors5ht: #2b4b77b8;
    --colors5: #102542;
    --colors5b: #021731;
    --colors6: #e8e8e8;
    --colors6t: #e8e8e8d9;
    --colors15: #386a99;
    --gradient2: linear-gradient(45deg, var(--colors2) 0%, var(--colors6) 100%);
    --gradient3: linear-gradient(45deg, var(--colors3) 0%, #8ebae6 100%);
    --gradient4: linear-gradient(45deg, var(--colors4) 0%, rgba(252, 176, 69, 1) 100%);
    --gradient5: linear-gradient(45deg, var(--colors3) 0%, var(--colors4h) 100%);
    --gradient5b: linear-gradient(45deg, var(--colors5) 50%, var(--colors15) 0);
    --shadow1: var(--colors1) 0 0 10px;
    --shadow2: var(--colors2) 0 5px 10px;
}

.sectionRow {
    height: 100vh;
}

.sectionTitle {
    letter-spacing: 3px;
    font-family: 'Poppins';
}

/* Section 1 */

.landingMainBg {
    /*  background-image: url("./../img/landingMainBg.png"); */
    height: 105vh;
    min-height: 600px;
    /* background-size: cover;
    background-position: bottom center;
    background-color: var(--colors5b); */
}

.landingMainBg .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.landingMainBg .navbar-nav {
    letter-spacing: 0.08rem;
}

.landingMainBg .nav-item {
    margin-left: 10px;
}

.landingMainBg .navbar .nav-item a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--colors4h);
}

.landingMainBg .navbar .nav-item.navLanguage a.nav-link {
    color: var(--colors1);
    font-weight: 600;
}

.landingMainBg .navbar .nav-item.navSignup a.nav-link {
    color: var(--colors1);
    background: var(--gradient3);
    border-radius: 10px;
    padding: 5px 20px;
    margin-top: 9px;
    text-align: center;
}

.logo img {
    height: 50px;
    margin-right: 15px;
}

.logo p {
    margin: 0;
    line-height: 50px;
    color: var(--colors1)
}

.logo {
    display: inline-flex;
    font-family: 'PT-Sans', sans-serif;
    font-weight: bold;
    align-items: center;
}

#compnyName {
    font-size: 22px;
}

#compnySlogan {
    font-size: 10px;
    letter-spacing: 0.45px;
}

/* .landingSlogan {
    background: url("./../img/landingImage.png");
    background-size: 65%;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 90vh;
    padding-top: 20%;
    transform: scale(1.1);
} */

.landingSlideImg {
    background: url("./../img/landingImage.png");
    background-size: 65%;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 90vh;
    transform: scale(1.1);
    z-index: 2
}

.landingCont {
    position: absolute;
    padding-top: 12%;
    z-index: 2
}

.landingSlogan h1 {
    font-size: 3.5rem;
    color: var(--colors1);
    line-height: 1.8;
    letter-spacing: 3px;
}

.landingSlogan h4 {
    color: var(--colors4);
    margin-top: 3rem;
    line-height: 60px;
    font-family: 'Poppins';
}

.btnFastAdvice {
    padding: 5px 5%;
    color: var(--colors1);
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    margin-top: 4rem;
    background: var(--gradient4);
    box-shadow: var(--shadow1);
}

.btnFastAdvice span {
    width: 100%;
    position: relative;
    white-space: nowrap;
    -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}

.btnFastAdvice:hover span {
    color: var(--colors1) !important;
}

.transition-bar {
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 100%;
    background: #ffffff73;
    z-index: 100;
    transform: skew(-20deg);
}

.btnFastAdvice:hover .transition-bar {
    width: 120%;
    left: 110%;
    -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}

/* Section 1 end */

/* Section Videobox */

.sectionOverlay {
    width: 100%;
    background: rgba(0, 0, 0, .75);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1111;
}

.videoBox {
    position: fixed;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

.videoBox video {
    width: 100%;
}

.videoBoxClose {
    position: absolute;
    top: -14px;
    right: -12px;
    display: block;
    opacity: .8;
    font-size: 22px;
    color: white !important;
}

.videoBoxClose i {
    background: var(--colors5ht);
    border-radius: 50%;
}

.videoBoxClose:hover {
    opacity: 1;
}

@media (min-width: 767px) {
    .videoBox {
        width: 50%;
    }
}

/* Section Videobox end */

/* Section 2 */

.carousel-indicators {
    margin-bottom: -10px;
}

.carousel-inner {
    padding-bottom: 10px;
}

/* Section 2 end */

/* Section 3 */

#sectionHowItWorks {
    background: var(--colors1);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sectionHowItWorks .w-layout {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
}

#sectionHowItWorks .w-layout .w-layoutItem {
    position: relative;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 35px;
    width: 25%;
}

#sectionHowItWorks .w-layout .w-layoutItem:nth-child(even) {
    margin-top: 70px;
}

/* #sectionHowItWorks .w-layoutItem:after {
    content: '';
    border-top: 3px dashed var(--colors4h);
    width: 100%;
    height: 100%;
    border-radius: 90% /50%;
    position: absolute;
    top: 0;
    transform: rotate(20deg);
}

#sectionHowItWorks .w-layout .w-layoutItem:nth-child(even):after {
    transform: rotate(-20deg);
}

#sectionHowItWorks .w-layout .w-layoutItem:last-child:after {
    border: none;
}

#sectionHowItWorks .w-layoutItem:before {
    content: '';
    width: 0;
    height: 0;
    content: '';
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid var(--colors4h);
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -25px;
    margin-left: -30px;
    transform: rotate(40deg);
    z-index: 3;
}

#sectionHowItWorks .w-layout .w-layoutItem:nth-child(odd):before {
    transform: rotate(5deg);
    margin-top: 45px;
    margin-left: -90px;
}

#sectionHowItWorks .w-layout .w-layoutItem:first-child:before {
    border: none;
}
 */

#sectionHowItWorks .w-layout .w-layoutItem-icon {
    background: var(--gradient2);
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin: 0 auto 34px auto;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}

#sectionHowItWorks .w-layout .w-layoutItem-icon img {
    margin: 0 auto;
}

#sectionHowItWorks .w-layout .w-layoutItem-title {
    color: var(--colors4)
}

#sectionHowItWorks .w-layout .w-layoutItem:hover>.w-layoutItem-icon {
    background: var(--gradient4);
    transition: all 0.5s ease;
}

#sectionHowItWorks .w-layout .w-layoutItem:hover>.w-layoutItem-title {
    color: var(--colors3)
}

/* Section 3 end */

/* Section 4 */

#sectionWhyOneriver {
    background: url(../img/bg.png) no-repeat;
    background-position: bottom right;
    background-size: 100% 100%;
    min-height: 700px;
}

#sectionWhyOneriver .sectionTitle {
    color: var(--colors1);
}

#sectionWhyOneriver .card {
    border: none;
    background: transparent;
}

#sectionWhyOneriver .card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

#sectionWhyOneriver .img-square-wrapper img {
    width: 100%;
}

#sectionWhyOneriver .card-title {
    color: var(--colors4);
}

#sectionWhyOneriver .card-text {
    color: var(--colors1);
}

#sectionWhyOneriver .carousel-control-icon {
    width: auto;
    color: var(--colors4hh);
    font-size: 3rem;
    z-Index: 99;
    opacity: 1;
}

#sectionWhyOneriver .carousel-control-next:focus, #sectionWhyOneriver .carousel-control-next:hover, #sectionWhyOneriver .carousel-control-prev:focus, #sectionWhyOneriver .carousel-control-prev:hover {
    color: var(--colors4hh);
}

#sectionWhyOneriver .carousel-indicators li {
    bottom: -5rem;
    background-color: var(--colors2)
}

#sectionWhyOneriver .carousel-indicators .active {
    background-color: var(--colors6);
    opacity: 1;
}

#sectionWhyOneriver .chevron {
    position: absolute;
    text-align: center;
    padding: 14px;
    width: 100px;
    transform: rotate(90deg);
}

#sectionWhyOneriver .carousel-control-prev .chevron {
    transform: rotate(90deg);
}

#sectionWhyOneriver .carousel-control-next .chevron {
    transform: rotate(-90deg);
}

#sectionWhyOneriver .chevron:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    transform: skew(0deg, 25deg);
    border-bottom: 15px solid var(--colors4hh);
    border-left: 50px solid transparent;
}

#sectionWhyOneriver .chevron:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    transform: skew(0deg, -25deg);
    border-bottom: 15px solid var(--colors4hh);
    border-right: 50px solid transparent;
}

/* Section 4 end */

/* Section 5 */

#sectionGraph {
    background: var(--colors6);
    min-height: 650px;
}

#sectionGraph .graphBg {
    background: url(./../img/mahmut.png) no-repeat;
    background-position: center;
    background-size: 70%;
    height: 550px;
}

#sectionGraph .slider.slider-horizontal {
    width: 100%;
}

#sectionGraph .slider.slider-horizontal .slider-selection, #sectionGraph .slider.slider-horizontal .slider-track-low, #sectionGraph .slider.slider-horizontal .slider-track-high {
    background: var(--colors4h);
}

#sectionGraph .slider.slider-vertical .slider-selection, #sectionGraph .slider.slider-vertical .slider-track-low, #sectionGraph .slider.slider-vertical .slider-track-high {
    background: var(--colors4h);
}

#sectionGraph .slider-tick, #sectionGraph .slider-tick.in-selection {
    background: var(--colors2);
    background: radial-gradient(var(--colors1), var(--colors2));
}

#sectionGraph .slider-handle {
    background: var(--colors5h);
    background: radial-gradient(var(--colors5), var(--colors3));
}

.graphChart {
    width: 75%;
}

.graphSubtitle {
    font-size: 14px;
}

.highcharts-credits {
    display: none;
}

/* Section 5 end */

/* Section 6 */

#sectionVideo {
    background: var(--colors1);
}

#sectionVideo .sectionVideoBg {
    background: var(--colors5h);
}

#sectionVideo .videoBg {
    height: 550px;
    background: url(./../img/videoBg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

#sectionVideo .videoBg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: var(--colors4);
    opacity: 0.5;
    transition: .5s ease;
}

#sectionVideo .videoLogo {
    width: 40%;
    height: 82px;
    display: flex;
    align-items: center;
    background: var(--colors5h);
    position: absolute;
    left: 0;
    top: 22px;
    transition: .5s ease;
}

#sectionVideo .videoLogo img {
    height: 40px;
    box-shadow: #fff 0 0 10px;
    border-radius: 50%;
    margin-right: 15px;
}

#sectionVideo .videoLogo p {
    color: var(--colors1);
    font-size: 17px;
    font-family: 'PT-Sans', sans-serif;
    transition: all 0.5s ease 0s;
}

#sectionVideo .videoPlayer {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #2b4b7761;
    padding: 10px;
    border-radius: 50%;
    margin-left: -45px;
    margin-top: -45px;
    border: transparent;
}

#sectionVideo .videoPlayIcon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: 0%;
    left: 0%;
    background: rgba(198, 16, 0, 0);
}

#sectionVideo .videoPlayIcon {
    background: var(--colors5h);
    background: #2b4b77a1;
    padding: 12px;
    border-radius: 50%;
}

#sectionVideo .videoPlayIcon i {
    color: var(--colors5);
    font-size: 25px;
    padding: 12px;
    background: #2b4b77;
    border-radius: 50%;
    text-indent: 5px;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

#sectionVideo .videoContent {
    background: url(./../img/mahmut1.png) no-repeat;
    background-position: center;
    background-size: 75% 85%;
    height: 550px;
}

#sectionVideo .v-content-title {
    color: var(--colors4);
}

#sectionVideo .v-content-text {
    color: var(--colors1);
}

#sectionVideo .modal-content {
    background: #000;
}

/* Section 6 end */

/* Section 7 */

#sectionScenario {
    min-height: 900px;
    background: var(--colors1);
}

#sectionScenario .card {
    border: none;
    padding: 0 20px;
}

#sectionScenario .cardContent {
    background: linear-gradient(-220deg, #688dcf 0%, #fff 100%);
    z-index: 9;
    border-radius: 100% / 60px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 350px;
}

#sectionScenario .s-header-content {
    color: var(--colors6);
    font-size: 25px;
}

#sectionScenario .s-header-content p:first-child {
    color: var(--colors1);
    font-size: 20px;
}

#sectionScenario .s-header-content p.scnerioRiskScore {
    color: var(--colors4);
}

#sectionScenario .cardGraphTitle {
    margin: 4%;
    position: absolute;
}

#sectionScenario .cardGraphTitle small {
    font-size: 10px;
}

#sectionScenario .cardBody p {
    font-size: 14px;
    white-space: nowrap;
}

#sectionScenario .cardBody p:first-child {
    white-space: normal;
}

#sectionScenario .cardImage {
    position: relative;
    margin-top: -30px;
    /* .cardContent'in border-radius'u ile etkileşimli */
}

#sectionScenario .card-img-overlay {
    background: var(--colors5h);
    opacity: 0.5;
    transition: .5s ease;
}

/* Section 7 end */

/* Section 8 */

.sectionQuote * {
    font-family: 'Poppins', sans-serif;
}

.sectionQuote {
    background: var(--colors3);
    background: var(--gradient5);
    background: linear-gradient(45deg, #1674d161 30%, #ed7d31c4 80%);
}

.sectionQuote .quote-text {
    font-size: 1.75rem;
    color: var(--colors1);
    margin: 0;
}

.sectionQuote .quote-writer {
    color: var(--colors1);
    margin-bottom: 0;
    position: absolute;
    right: 15px;
}

/* Section 8 end */

/* Section 9 */

.section-hr {
    border: 1px solid var(--colors3);
    opacity: .2;
    width: 30% !important;
}

#sectionBlog {
    min-height: 950px;
    background: var(--colors1);
}

#sectionBlog .card {
    border: none;
    padding: 0 20px;
}

#sectionBlog .cardImage {
    height: 250px;
    position: relative;
}

#sectionBlog .card-img {
    border-radius: 0;
    height: 100%;
}

#sectionBlog .card-img-overlay {
    background: var(--colors5h);
    opacity: 0.5;
    transition: .5s ease;
}

#sectionBlog .card-body {
    padding: 0;
}

#sectionBlog .cardTitle {
    background: var(--colors1);
    opacity: .86;
    padding: 1rem 1.25rem;
    width: 90%;
    margin: auto;
    margin-top: -15%;
    box-shadow: #2B4B77 0 0 10px;
    min-height: 130px;
    display: grid;
    align-items: center;
    text-align: center;
    transition: .5s ease;
}

#sectionBlog .cardTitle hr {
    border: 1px solid var(--colors4);
    opacity: .5;
    width: 60%;
    margin: 0 auto;
}

#sectionBlog .card-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--colors3);
    margin: 1rem auto;
}

#sectionBlog .card-text {
    margin: 10% 0;
    transition: .5s ease;
}

#sectionBlog .card-footer {
    font-size: 0.8rem;
}

#sectionBlog .card:hover .cardTitle {
    margin-top: -20%;
    transition: .5s ease;
}

#sectionBlog .card:hover .card-text {
    margin-top: 15%;
    transition: .5s ease;
}

#sectionBlog .card:hover .card-img-overlay {
    opacity: 0;
    transition: .5s ease;
}

/* Section 9 end */

/* Section 10 */

#sectionContact {
    background: var(--colors6);
    height: 50vh;
    min-height: 400px;
}

#sectionContact #cardContactForm {
    background-color: var(--colors5ht);
    border: none;
    border-radius: 15px;
    box-shadow: #2B4B77 0 0 10px;
}

#sectionContact strong {
    letter-spacing: 3px;
    font-family: 'Poppins';
    color: var(--colors1);
}

#sectionContact .col-md-12 label {
    color: var(--colors1);
    font-weight: bold;
    letter-spacing: 0.14em;
}

#sectionContact button {
    background: var(--colors4h);
    border: 1px solid var(--colors4h);
    box-shadow: var(--colors4h) 0px 0px
}

#sectionContact #cardContactInformation {
    border: none;
    background: transparent;
    color: var(--colors5b)
}

#sectionContact #cardContactInformation a {
    color: var(--colors5b)
}

#sectionContact #cardContactInformation li {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin: 5px auto;
    padding: 10px 5px;
}

#sectionContact #cardContactInformation i {
    color: var(--colors4h);
    margin-right: 20px;
}

/* Section 10 end */

/* Section 11 */

#sectionMythbusters {
    background: var(--colors6);
    min-height: 900px;
}

#sectionMythbusters .sectionBg {
    background-image: url(./../img/mythbustersBg.png);
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#sectionMythbusters .w-layout {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 15px;
}

#sectionMythbusters .w-layout .w-layoutItem {
    position: relative;
    text-align: center;
}

#sectionMythbusters .w-layoutContent {
    background: var(--gradient2);
    transition: all 0.5s ease;
    min-height: 300px;
    padding: 15px;
    box-shadow: var(--shadow2);
}

#sectionMythbusters .w-layoutContent:hover {
    background: var(--gradient4);
    transition: all 0.5s ease;
}

#sectionMythbusters .w-layout .w-layoutItem:nth-child(odd) {
    margin-top: 50px;
}

#sectionMythbusters .w-layout .w-layoutItem-icon {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

#sectionMythbusters .w-layout .w-layoutItem-icon img {
    margin: 0 auto;
}

#sectionMythbusters .w-layout .w-layoutItem-title {
    color: var(--colors3);
    font-family: 'Poppins';
}

#sectionMythbusters .w-layout .w-layoutItem-desc {
    font-size: 15px;
}

#sectionMythbusters .w-layout .w-layoutContent:hover>.w-layoutItem-title {
    color: var(--colors3)
}

#sectionMythbusters .w-layout .w-layoutContent:hover>.w-layoutItem-desc {
    color: var(--colors1)
}

/* Section 11 end */

/* Section 12 */

#sectionMediaVideo {
    background: var(--colors6);
    min-height: 650px;
}

#sectionMediaVideo .card {
    box-shadow: #9fa7b3 3px 3px 10px;
    transition: .5s ease;
    border: none;
    border-radius: 5px;
}

#sectionMediaVideo .card-img-top {
    padding: 15px;
    position: relative;
}

#sectionMediaVideo .card-img-top iframe {
    border-radius: 5px;
}

#sectionMediaVideo .card-title {
    color: var(--colors5h);
    font-weight: 700;
    font-size: 17px;
}

#sectionMediaVideo .card-text {
    font-size: 12px;
    text-align: justify;
}

#sectionMediaVideo .card-img-overlay {
    background: var(--colors5h);
    opacity: 0.5;
    transition: .5s ease;
    margin: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#sectionMediaVideo .card:hover .card-img-overlay {
    opacity: 0;
    transition: .5s ease;
    bottom: 100%;
    top: -1px;
    height: 0;
}

/* Section 12 end */

/* Section Footer */

footer {
    background: var(--colors5h);
}

#fooRiskDisclaimer {
    color: var(--colors4h);
    font-size: 12px;
}

#fooRiskDisclaimer span {
    color: var(--colors4);
}

.fooSocial i {
    font-size: 2rem;
    color: var(--colors1);
    margin: 0 20px;
}

.fooSocial i:hover {
    color: var(--colors3);
}

.fooCopyRight {
    background: var(--colors5b);
    color: var(--colors1);
}

.fooCopyRight span {
    font-size: 11px;
}

#videobox iframe {
    height: 500px;
}

/* Section Footer end */

/* Section Team start */

#teamSection {
    background-color: var(--colors3t);
    height: 70vh;
    padding-bottom: 55px;
}

#teamSection h2 {
    color: var(--colors1);
}

#teamSection .nav-tabs {
    border: 0;
    width: max-content;
    margin: 0 auto;
}

#teamSection nav {
    margin: 50px 0;
}

#teamSection .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
    color: var(--colors4h);
    border-bottom: 1px solid;
}

#teamSection .nav-tabs .nav-link {
    color: var(--colors2tt);
    border: 0;
    border-bottom: 1px solid transparent;
}

#teamSection .nav-tabs .nav-link:hover {
    border: 0;
}

#teamSection .teemUsersRow {
    display: inline-flex;
    margin: 0 auto;
}

#teamSection img {
    opacity: 1;
    display: block;
    height: 250px;
    width: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    box-shadow: #0000006e 0 0 10px;
    border-radius: 3px;
}

#teamSection .userMiddle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: -webkit-fill-available;
    align-items: center;
    display: flex;
}

#teamSection .teamUserCard:hover img {
    opacity: 0.3;
}

#teamSection .teamUserInTitle {
    font-size: 11px;
    font-family: 'PT-Sans', sans-serif;
    font-style: italic;
}

#teamSection .teamUserCard {
    position: relative;
    /* margin: 0 25px; */
}

#teamSection .userMiddle:hover {
    opacity: 1;
}

#teamSection .userText {
    color: white;
    padding: 0px 5px;
    font-size: 12px;
    padding: 5px 5px 0 5px;
    line-height: 16px;
}

#teamSection .userText p {
    margin: 0;
}

#teamSection .teamUserTitle {
    color: var(--colors1);
    position: absolute;
    margin-top: -10%;
    text-align: center;
    width: 100%;
}

#teamSection .teamUserTitle p {
    background: #ed7d31f2;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    box-shadow: #0000006e 0 0 10px;
    border-radius: 3px;
}

#teamSection .teamUserLink {
    color: var(--colors1);
    font-size: 15px;
}

/* Section Team end */

#sectionPartners {
    background-color: var(--colors3t);
}

#sectionPartners .sectionTitle {
    color: var(--colors1);
}

.partnersTab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.partnersTab img {
    margin: 8px;
    background: #ffffffe0;
    padding: 5px;
    border-radius: 3px;
}

@media (max-width: 480px) {
    .navbar-brand {
        margin-left: 1rem;
    }
    .landingCont {
        padding-top: 90px;
    }
    .landingSlogan h1 {
        font-size: 2.25rem;
    }
    #sectionHowItWorks .w-layout .w-layoutItem {
        width: 100%;
    }
    #sectionHowItWorks .w-layout .w-layoutItem:nth-child(even) {
        margin-top: 0px;
    }
    #sectionWhyOneriver .card-horizontal {
        display: block;
    }
    #sectionWhyOneriver .img-square-wrapper img {
        width: 50%;
    }
    #sectionGraph .graphRow {
        display: flex;
        flex-direction: column-reverse;
    }
    #sectionVideo .videoLogo {
        width: 70%;
    }
    #sectionGraph .graphChart {
        width: 100%;
    }
    #sectionGraph .graphRange {
        width: 70% !important;
        max-width: 100% !important;
    }
    #sectionGraph .graphBg {
        height: 300px;
    }
    .fooSocial i {
        font-size: 1.2rem;
        margin: 0 10px;
    }
    #videobox iframe {
        height: auto;
    }
}

@media (min-width: 481px) {}

@media (min-width: 481px) and (max-width: 575px) {
    .navbar-brand {
        margin-left: 1rem;
    }
    .landingCont {
        padding-top: 20%;
    }
    .landingSlogan h1 {
        font-size: 2.5rem;
    }
    #sectionHowItWorks .w-layout .w-layoutItem {
        width: 50%;
    }
    #sectionWhyOneriver .card-horizontal {
        display: block;
    }
    #sectionWhyOneriver .img-square-wrapper img {
        width: 50%;
    }
    #sectionGraph .graphRow {
        display: flex;
        flex-direction: column-reverse;
    }
    #sectionGraph .graphChart {
        width: 100%;
    }
    #sectionGraph .graphRange {
        width: 70% !important;
        max-width: 100% !important;
    }
    #videobox iframe {
        height: auto;
    }
}

@media (min-width: 576px) {}

@media (min-width: 576px) and (max-width: 767px) {
    #sectionHowItWorks .w-layout .w-layoutItem {
        width: 50%;
    }
    #sectionGraph .graphRow {
        display: flex;
        flex-direction: column-reverse;
    }
    #sectionGraph .graphChart {
        width: 100%;
    }
    #sectionGraph .graphRange {
        width: 60% !important;
        max-width: 100% !important;
    }
    #videobox iframe {
        height: auto;
    }
}

@media (max-width: 767px) {
    .landingMainBg .navbar button {
        margin-right: 15px;
    }
    .partnersTab img {
        width: auto!important;
    }
}

@media (min-width: 768px) {
    #carouselPartner {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #carouselPartner .carousel-inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #carouselPartner .carousel-item {
        display: flex;
        margin: 0;
        flex-direction: row;
        width: auto;
    }
    #carouselPartner .carousel-control-prev, #carouselPartner .carousel-control-next, #carouselPartner .carousel-indicators {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #sectionGraph .graphChart {
        width: 100%;
    }
    #sectionGraph .graphRange {
        width: 50% !important;
        max-width: 100% !important;
    }
    #sectionScenario .card {
        padding: 0;
    }
    #sectionMythbusters {
        height: auto;
    }
    #sectionMythbusters .sectionBg {
        background-image: url(./../img/mythbustersBg.png);
        background-size: 250px;
        background-position: center bottom;
        background-repeat: no-repeat;
        min-height: 300px;
    }
    #sectionBlog .card {
        padding: 0;
    }
    #sectionBlog .cardTitle {
        margin-top: -45%;
        min-height: 195px;
    }
    #sectionBlog .card:hover .cardTitle {
        margin-top: -60%;
    }
    #sectionBlog .card:hover .card-text {
        margin-top: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #sectionMythbusters {
        height: auto;
    }
    #sectionBlog .cardTitle {
        margin-top: -30%;
        min-height: 152px;
    }
    #sectionBlog .card:hover .cardTitle {
        margin-top: -45%;
    }
    #sectionBlog .card:hover .card-text {
        margin-top: 25%;
    }
    /* #teamSection img {
        height: 180px;
    } */
    #teamSection .teamUserTitle p {
        font-size: 13px;
    }
    #teamSection .userText {
        padding: 0 10px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1300px;
    }
    #sectionVideo .videoContentBody {
        width: 50% !important;
    }
    .teamMarginL {
        margin-right: 0!important;
    }
    .teamMarginR {
        margin-left: 0!important;
    }
}

@media (max-width: 1439px) {
    #teamSection {
        height: 140vh;
    }
}

@media (max-width: 1200px) {
    .partnersTab img {
        width: 200px;
    }
}

@media (min-width: 769px) and (max-width: 1439px) {
    .teamMarginR {
        margin-top: 60px!important;
    }
}

@media (min-width: 2000px) {
    #sectionVideo .videoLogo {
        height: 120px;
    }
}

.top-nav-collapse {
    background-color: transparent;
}

@media (max-width: 768px) {
    body {
        height: 100vh;
        /* fix for mobile browser address bar appearing disappearing */
    }
    .navbar:not(.top-nav-collapse) {
        background-color: var(--colors5b) !important;
    }
    .landingMainBg .navbar-nav {
        padding-bottom: 20px;
    }
    .sectionRow {
        height: auto;
    }
    #teamSection {
        height: auto;
        padding: 60px 0;
    }
    #teamSection img {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    #teamSection .teamUserCard {
        margin-bottom: 70px;
    }
    #teamSection .teamUserTitle p {
        width: 70%;
    }
    #teamSection .nav-tabs {
        display: block;
        text-align: center;
    }
    #sectionMythbusters .sectionBg {
        background-image: url(./../img/mythbustersBg.png);
        background-size: 250px;
        background-position: center bottom;
        background-repeat: no-repeat;
        min-height: 300px;
    }
    #sectionMythbusters .w-layout .w-layoutItem {
        margin-top: 50px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background-color: var(--colors5b);
    }
}