@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2&family=Kanit:wght@800&display=swap');

@font-face {
    font-family: 'Baloo';
    src: url('../fonts/Baloo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Poppins', sans-serif;
    background-image: url(../images/bgHome.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 1rem;
    color: #797979;
    line-height: 24px;
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Baloo 2', cursive;
}

.wrapper {
    overflow: hidden;
}

header {
    display: flex;
    flex-direction: column;
    width: 100%;
}

header .header-logo-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

header .header-logo-wrapper .logo-tagline {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

header .header-logo-wrapper .logo-tagline p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    font-family: 'Baloo';
    margin: 8px 55px 0;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    header .header-logo-wrapper .logo-tagline p {
        margin: 8px 5px 0;
    }
    header img.logo, footer img.logo {
        width: 250px !important;
        margin-top: 12px;
    }
}

header img.logo,
footer img.logo {
    width: 150px;
}

header .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    padding: 0;
    font-family: 'Baloo 2', cursive;
}

header .navbar-nav .nav-item .nav-link:hover {
    color: #0050D5;
}

header .navbar-nav .nav-item .nav-link.active {
    font-weight: bold;
    color: #0050D5;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Baloo 2', cursive;
}

.cta-primary {
    background-color: #0050D5;
    box-shadow: 0 4px 50px rgba(0, 80, 213, 0.1);
    border-radius: 30px;
    color: #fff;
    border: 1px solid #0050D5;
}

.cta-secondary {
    background-color: transparent;
    box-shadow: 0 4px 50px rgba(0, 80, 213, 0.1);
    border-radius: 30px;
    color: #0050D5;
    border: 1px solid #0050D5;
}

.cta-primary.pulsing-cta {
    animation: pulse 1.3s infinite;
}

.cta-primary:hover {
    color: #0050D5;
    border: 1px solid #0050D5;
}

.cta-secondary:not(.active):hover {
    background-color: #0050D5;
    color: #FFF;
}

.cta-secondary.active:hover {
    background-color: transparent;
    color: #0050D5;
}

.cta-secondary.active {
    background-color: #0050D5;
    color: #FFF;
    padding-left: 30px;
    padding-right: 30px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 80, 213, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(0, 80, 213, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 80, 213, 0);
    }
}

header .navbar {
    padding: 26px 0;
}

.heroMain {
    padding: 16px 0 32px;
}

.heroMain .bgCard {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    margin-bottom: 50px;
    padding-bottom: 56.25%;
    overflow: hidden;
    z-index: 5;
}

.appraisal-card {
    /*background-color: #FFF;*/
    /*border-radius: 40px;*/
    /*box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);*/
    display: flex;
    margin-bottom: 50px;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    z-index: 5;
}

.appraisal-card .inner-appraisal-card {
    display: flex;
    flex-direction: column;
    /*padding: 1.25rem;*/
    width: 100%;
}

.appraisal-card .appraisal {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.appraisal-card .appraisal.appraisal-2 {
    align-items: center;
}

.appraisal-card .appraisal.appraisal-2 h1.title {
    text-align: left;
}

.appraisal-card h1.title {
    color: #0050D5;
    font-style: normal;
    font-size: 42px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.appraisal-card div.form__wrapper {
    background-color: #FFF;
    border-radius: 40px;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 2rem;
    width: 100%;
}

.appraisal-card h2.form__title {
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.appraisal-card form {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    width: 100%;
}

.appraisal-card form label.label__oneline {
    color: #000;
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0 0 5px;
    text-align: center;
}

.appraisal-card .text-input,
.appraisal-card textarea {
    border: thin solid #c2c2c2;
    border-radius: 4px;
    display: block;
    font-size: 1.8rem;
    outline: none;
    padding: 0.625rem;
    transition: 0.2s ease-in-out;
    width: 100%;
}

.appraisal-card .text-input#vin {
    text-align: center;
    text-transform: uppercase;
}

.appraisal-card .form-input-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.appraisal-card .form-input-wrapper:not(:last-child) {
    margin-bottom: 2rem;
}

.appraisal-card .vehicle__finded {
    display: flex;
    flex-direction: column;
}

.appraisal-card p.vehicle__vin {
    margin: 1rem 0 0;
    text-align: left;
}

.appraisal-card p.vehicle__vin span {
    color: #000;
    font-weight: bold;
}

.heroMain #carzooka-trailer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.how-works-main a.btn {
    max-width: 218px;
    height: 56px;
    width: 100%;
}

.ticker .ticker-container {
    align-items: center;
    display: flex;
    width: 100%;
}

.ticker .ticker-container > div {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    background-color: #FFF;
    border-radius: 50px;
    align-items: center;
}

.ticker .ticker-title {
    color: #000;
    margin: 0 10px;
}

.ticker .ticker-value {
    color: #FFF;
    background-color: #0050D5;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 50px;
    text-align: center;
    min-height: 24px;
}

.ticker #ticker-1 { min-width: 70px; }

.ticker #ticker-2 { min-width: 115px; }

.heroMain .container {
    position: relative;
}

.heroWrapper {
    position: relative;
}

.heroWrapper:before {
    content: '';
    position: absolute;
    width: 94px;
    height: 94px;
    right: -25px;
    top: -25px;
    border-radius: 50%;
    background: #FDAE4E;
}

.heroWrapper:after {
    content: '';
    position: absolute;
    width: 94px;
    height: 94px;
    left: -25px;
    bottom: -25px;
    border-radius: 50%;
    background: #FF788F;
}

.moving-shapes {
    position: absolute;
    width: 34px;
    height: 34px;
    display: inline-flex;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s linear;
    z-index: 10;
}

.moving-shapes.mobile-shape {
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.shape1,
.shape1-mobile {
    background: linear-gradient(148.17deg, #0072EF 19.21%, #004999 92.12%);
}

.shape2,
.shape2-mobile {
    background: linear-gradient(148.17deg, #FF788F 19.21%, #D75067 92.12%);
}

.shape1 {
    top: 240px;
    left: 50px;
}

.shape1-mobile {
    left: 20px;
    top: 170px;
}

.shape2 {
    right: 50px;
    bottom: 240px;
}

.shape2-mobile {
    right: 20px;
    bottom: 150px;
    z-index: 1;
}

.shape3 {
    top: -100px;
    right: -100px;
    background: linear-gradient(148.17deg, #93FF78 19.21%, #61cd46 92.12%);
}

.shape4 {
    bottom: -700px;
    left: -180px;
    background: linear-gradient(148.17deg, #ffc083 19.21%, #FDAE4E 92.12%);
}

.content {
    overflow: hidden;
}

.content h3 {
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 55px;
    color: #000000;
    position: relative;
    top: -50px;
    transition: transform 0.15s linear;
}

.content h3 span {
    color: #0050D5;
}

.content p a {
    color: #0050D5;
    font-weight: bold;
}

.howWorks {
    padding: 75px 0 100px;
}

.howWorks .content {
    max-width: 603px;
}

.img-holder {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    transition-delay: 700ms;
}

.scroll-section {
    display: flex;
    align-items: center;
    position: relative;
}

.scroll-section.scrolled .img-holder {
    opacity: 1;
}

.scroll-section.scrolled .content h3 {
    transform: translateY(50px);
}

.scroll-section.scrolled.howWorks .content p,
.scroll-section.scrolled.servingGtha .content p {
    transform: translateX(100%);
}

.scroll-section.scrolled.about-us .content p {
    transform: translateX(-100%);
}

.howWorks .content p,
.servingGtha .content p {
    left: -100%;
}

.about-us .content p {
    right: -100%;
}

.content p {
    position: relative;
    transition: transform 0.15s linear;
    transition-delay: 200ms;
    color: #333;
}

.content p {
    margin-bottom: 24px;
}

.content p:last-of-type {
    margin-bottom: 0;
}

.about-us .content {
    max-width: 603px;
    margin-left: auto;
}


.footer {
    background: #FFFFFF;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 50px 40px 50px;
}


.footer .quickLinks {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .quickLinks li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Baloo 2', cursive;
    text-align: center;
    color: #000000;
}

.footer .quickLinks li a:hover {
    color: #0050D5;
}

.footer .quickLinks li a.active {
    color: #0050D5;
    font-weight: bold;
}

.footer .quickLinks li {
    margin: 0 27px;
}

.footer .social-links {
    display: none;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -7px;
}

.footer .social-links li {
    padding: 0 7px;
}

.footer .social-links li a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 80, 213, 0.05);
}

.copyrights {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrights a,
.copyrights p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    opacity: 0.6;
}

.copyrights a {
    opacity: 1;
}

.copyrights a:hover { color: #0050D5; }

.copyrights a:first-child { margin-right: 10px; }

.footer hr {
    margin: 20px 0;
    opacity: 0.1;
    border-top: 1px solid #000000;
}

footer {
    padding: 40px 0;
}

.servingGtha {
    position: relative;
}

.servingGtha .container {
    position: relative;
}

.caption {
    text-align: center;
    margin-bottom: 48px;
}

.caption h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 63px;
    font-family: 'Baloo';
    text-align: center;
    color: #000000;
    margin: 0;
}

.caption h3 {
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    color: #0050D5;
    margin: 0;
}

.caption p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-family: 'Baloo';
    margin: 0;
    color: #000000;
}

.how-works-main {
    padding: 16px 0 32px;
}

.how-works-main.stack-layout .stepCard img {
    display: block;
    margin: 0 auto 10px;
    max-height: 250px;
}

.stepCard {
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    position: relative;
    padding: 25px 30px;
    z-index: 5;
}

.cardWrapper {
    position: relative;
    height: 100%;
}


.stepCard h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    font-family: 'Baloo';
    margin: 0 0 11px;
    
    color: #0050D5;
}

.stepCard h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    margin: 0 0 10px;
}

.stepCard p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #797979;
    margin: 0;
}

.how-works-main .row.home-cards {
    margin-top: 155px;
}

.home-cards .stepCard h3 {
    margin: 0;
    text-align: center;
}

.home-cards .stepCard img {
    display: block;
    margin: -135px auto 10px;
    max-height: 250px;
}

.home-cards .stepCard span.step-counter {
    background-color: #FFF;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 94px;
    width: 94px;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 2;
}

.home-cards .stepCard span.step-counter span.word {
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.home-cards .stepCard span.step-counter span.number {
    font-size: 50px;
}

.home-cards .stepCard span.step-counter.step-1 {
    border: 5px solid #0072EF;
    color: #0072EF;
}

.home-cards .stepCard span.step-counter.step-2 {
    border: 5px solid #6C5DB7;
    color: #6C5DB7;
}

.home-cards .stepCard span.step-counter.step-3 {
    border: 5px solid #FDAE4E;
    color: #FDAE4E;
}

.cardWrapper:before {
    content: '';
    width: 94px;
    height: 94px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
}

.cardWrapper:after {
    content: '';
    width: 94px;
    height: 94px;
    position: absolute;
    bottom: -20px;
    left: -20px;
    border-radius: 50%;
}

.cardWrapper.step1:before {
    background: #0072EF;
}

.cardWrapper.step1:after {
    background: #FDAE4E;
}


.cardWrapper.step2:before {
    background: #6C5DB7;
}

.cardWrapper.step2:after {
    background: #5EACFD;
}

.cardWrapper.step3:before {
    background: #FDAE4E;
}

.cardWrapper.step3:after {
    background: #FF788F;
}

.sell-my-car-button {
    margin-top: 50px;
}

.bonus-card {
    position: relative;
    max-width: 752px;
    margin: 40px auto 0;
}

.bonus-card .content-bonus {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding: 40px;
    text-align: center;
}

.bonus-card .content-bonus h3 {
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #0050D5;
    margin-bottom: 11px;
}

.bonus-card:after,
.bonus-card:before {
    content: '';
    width: 94px;
    height: 94px;
    position: absolute;
    border-radius: 50%;
}

.bonus-card .stepCard h2,
.bonus-card .stepCard h3,
.bonus-card .stepCard p {
    text-align: center;
}

.bonus-card:before {
    background: #EF00AC;
    top: -20px;
    right: -20px;
}

.bonus-card:after {
    background: #4EFD94;
    bottom: -20px;
    left: -20px;
}

.bonus-card .content-bonus {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    position: relative;
    z-index: 5;
}


.how-works-main .container {
    position: relative;
    z-index: 5;
}

.accordion {
    position: relative;
    z-index: 5;
}

.faqs .accordion-item {
    margin-bottom: 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(35, 40, 105, 0.1);
    border-radius: 10px;
    border: none;
    overflow: hidden;
    padding: 30px;
}

.faqs .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-button:focus,
.faqs .accordion-button:not(.collapsed) {
    background: #FFFFFF;
    box-shadow: none;
    
}

.faqs .accordion-button {
    padding: 0;
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #18181B;
}

.faqs .accordion-body {
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    mix-blend-mode: normal;
}

.faqs .accordion-button span {
    flex: 1;
    padding-right: 20px;
    max-width: 970px;
}

.accordion-button {
    transition: inherit;
}

.accordion-button::after {
    background-image: url(../images/plus.svg);
    width: 18px;
    height: 18px;
    background-position: center;
    display: inline-flex;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
}

.faqs.how-works-main .shape {
    top: 132px;
}

.terms-and-policies h1,
.terms-and-policies h3 {
    color: #0050D5;
}

.terms-and-policies p,
.terms-and-policies li {
    color: #000;
}

.terms-and-policies h1 {
    font-weight: bold;
}

.terms-and-policies .row:not(:last-child) {
    margin-bottom: 2rem;
}

.terms-and-policies .row .col p:last-child {
    margin: 0;
}

.terms-and-policies ul {
    margin: 0 0 1rem;
    padding-left: 2rem;
}

.terms-and-policies ul li {
    list-style: disc;
}

.terms-and-policies ol li {
    list-style: decimal;
}

/*home page animation*/
.fade-in-animation .faded {
    opacity: 0;
    transition: opacity 250ms ease-in-out;
}

.fade-in-animation .faded.fade-1 {
    transition-delay: 400ms;
}

.fade-in-animation .faded.fade-2 {
    transition-delay: 800ms;
}

.fade-in-animation .faded.fade-3 {
    transition-delay: 1200ms;
}

.fade-in-animation .faded.fade-4 {
    transition-delay: 1600ms;
}

.fade-in-animation .faded.fade-5 {
    transition-delay: 2000ms;
}

.fade-in-animation.animate .faded,
.fade-in-animation.animate .moving-shapes {
    opacity: 1;
}

.fade-in-animation .moving-shapes {
    opacity: 0;
    transition: opacity 1000ms ease-in-out;
    transition-delay: 1700ms;
}

.home-scrolling-container {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.home-scrolling-container h3 {
    color: #0050D5;
    display: block;
    font-weight: bold;
    margin-top: 3rem;
    text-align: center;
}

.side-scrolling {
    animation: move 3s infinite;
    animation-timing-function: linear;
    background-color: #6db6e3;
    background-image: url('https://carzooka.ca/images/example-clouds.png');
    border-radius: 50%;
    height: 250px;
    margin: auto;
    width: 250px;
}

.side-scrolling .scroller {
    align-items: center;
    border: 5px solid #999;
    border-radius: 50%;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.side-scrolling .scroller img {
    display: block;
    margin: 90px auto 0 -110px;
    max-width: none;
    transform: rotate(-10deg);
    width: 330px;
}

@keyframes move {
    0% { background-position: bottom left; }
    100% { background-position: top right; }
}

.floating-phone-container {
    bottom: 40px;
    display: flex;
    flex-direction: row;
    position: fixed;
    right: 5px;
    z-index: 100;
}

.floating-phone-number {
    align-items: center;
    padding: 10px 20px;
    background-color: #FFF;
    display: flex;
    border-radius: 10px 10px 0 10px;
    justify-content: center;
    position: relative;
    top: -45px;
    right: 0;
    z-index: 1;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.floating-phone-number.showing {
    opacity: 1;
    transform: scale(1);
}

.floating-phone-number a {
    font-size: 12px;
    text-align: center;
}

.floating-phone-icon {
    background-color: #FFF;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    transition: all 0.3s ease-in-out;
    height: 45px;
    min-height: 45px;
    width: 45px;
    min-width: 45px;
}

.floating-phone-icon i.fa {
    background-color: #4EFD94;
    color: #fff;
    font-size: 20px;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.floating-phone-icon:hover i.fa,
.floating-phone-icon.showing i.fa {
    background-color: #3dca75;
}

.floating-phone-icon.showing {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
