@import url('https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

.colorset {
    border: none;
    width: 40px;
    position: fixed;
    background: #3c83ff;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    height: 40px;
    border-radius: 10%;
}

body {
    transition: background-color 1s ease;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar-brand-img img {
    -webkit-transition: all 3s;
    transition: all 3s;
}

.wrapper {
    transition: opacity 0.25s ease-in-out;
    margin-bottom: 0;
    padding: 2.0em 0.0em 2.0em 0.0em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


a {
    color: #2962ff;
    text-decoration: none;
    font-weight: 600;

}

a:hover {
    color: #2962ff;
    text-decoration: none;
}

p {
    font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    font-weight: bold;
}

hr {
    height: 2px;
    background: lightgray;
    margin-top: 20px !important;
    border: none !important;
}

.text-left {
    text-align: left;
}

.accordion h3 {
    font-size: 16px;
}

.tire {
    float: right;
    max-width: 600px;
}

.tire {
    // -webkit-animation: rotation 9800ms infinite linear;
    // -moz-animation: rotation 9800ms infinite linear;
    // -o-animation: rotation 9800ms infinite linear;
    animation: rotation 9800ms infinite linear;
    transform-origin: 50% 50%;
    // -webkit-transform-origin: 50% 50%;
    // -moz-transform-origin: 50% 50%;
    width: 100%;
}

.rim {
    // -webkit-animation: rotation 1200ms infinite linear;
    // -moz-animation: rotation 1200ms infinite linear;
    // -o-animation: rotation 1200ms infinite linear;
    animation: rotation 1200ms infinite linear;
    transform-origin: 50% 50%;
    // -webkit-transform-origin: 50% 50%;
    // -moz-transform-origin: 50% 50%;
}

// @-webkit-keyframes rotation {
// from {-webkit-transform: rotate(0deg);}
// to   {-webkit-transform: rotate(359deg);}
// }
// @-moz-keyframes rotation {
// from {-moz-transform: rotate(0deg);}
// to   {-moz-transform: rotate(360deg);}
// }
// @-o-keyframes rotation {
// from {-o-transform: rotate(0deg);}
// to   {-o-transform: rotate(360deg);}
// }
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.accordion-button {
    font-weight: 500;
}

.back-to-top {
    position: fixed;
    right: 65px;
    bottom: 15px;
    z-index: 996;
    background: #3c83ff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top img {
    font-size: 28px;
    color: #000;
    line-height: 0;
    width: 35px;

}

.back-to-top:hover {
    background: #6b6b6b;
}

.back-to-top:hover i {
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80% !important;
    border: 0 !important;
    height: 1px !important;
    background-image: linear-gradient(to right, rgba(11, 11, 11, 0), rgba(11, 11, 11, 0.75), rgba(11, 11, 11, 0)) !important;
}


#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    background: #FFF;
    height: 80px;
    color: #FFF;
    border-bottom: solid 3px #3c83ff;

}

.header-container {
    max-width: 1200px;
}

#header.header-scrolled,
#header.header-inner-pages {
    background-color: currentColor;
    color: #FFF;

}

#header .logo {
    margin: 0;
    padding: 0;
}

#header .logo a {
    color: #fff;
}

#header .logo a span {
    color: #3c83ff;
}

#header .logo img {
    max-height: 40px;
    width: 280px;
}

.logo-btm {
    width: 250px;
    margin-bottom: 20px
}

.get-started-btn {
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #3c83ff;
}

.get-started-btn:hover {
    background: #3c83ff;
    color: #343a40;
}

/*------ Navigation Menu ------*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #3c83ff;

}



.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-link img {
    width: 10px;
    margin-left: 5px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #151515;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    background-color: #3c83ff;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.bi-x::before {
    content: "\f5ee";
    color: #fff;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 10px;
    background: #FFF;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.mobile-nav-toggle {
    color: #000;
    width: 40px;
    cursor: pointer;
    display: none;
    line-height: 0;
    z-index: 99999999999999;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 20px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    /* bottom: 15px;
    left: 15px;*/
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #151515;
    background-color: #3c83ff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #151515;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    background-color: #3c83ff;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}


#hero {
    width: 100%;
    height: 100%;
    margin-bottom: 1%;
    padding-top: 2%;
}


#hero .container {
    padding-top: 80px;
    text-align: center;
}

#hero h1 {
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 400;
}

#hero h1 span {
    color: #3c83ff;
}

#hero h2 {
    margin: 10px 0px 15px 0px;
    font-family: "Saira Semi Condensed", sans-serif;

}


#hero .btn-get-started {
    margin-top: 20px;
    width: 240px;
    height: 60px;
    background: #3c83ff;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 22px;
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3c83ff;
    --bs-btn-border-color: #3c83ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c83ff;
    --bs-btn-hover-border-color: #3c83ff;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3c83ff;
    --bs-btn-active-border-color: #3c83ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3c83ff;
    --bs-btn-disabled-border-color: #3c83ff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 10px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;

}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ffde9e;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
}

.article-img {
    width: 100%;
}


@media (max-width: 1200px) {

    .navbar a,
    .navbar a:focus {
        font-size: 1rem;
        padding: 10px 20px 10px 15px;
    }
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.4rem;
    }
}

@media (max-width: 992px) {

    .mobilehidden {
        display: none;
    }

    #hero h1 {
        margin: 0;

        text-align: center !important;
    }

    #hero h2 {

        margin: 10px 0 0 0;

        text-align: center !important;
    }

    #hero .btn-get-started {
        margin-top: 20px;
        width: 200px;
        height: 48px;
        background: #3c83ff;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3%;
    }
}

@media (max-width: 480px) {
    .sun-and-moon {
        width: 24px;
        height: 24px
    }
}

.circle_animation {
    display: inline-flex;
    position: relative;
    padding-right: 3rem;
    margin-bottom: 1.25rem;
    width: 195px;
}

.circle_animation .circle {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.circle_animation .circle_fill {
    -webkit-animation: circleFill 5s infinite;
    animation: circleFill 5s infinite;
}

.circle_animation .circle_null {
    margin-left: -2rem;
    border: 1px solid #222d35;
    -webkit-animation: circleNull 5s infinite;
    animation: circleNull 5s infinite;
}

@keyframes circleFill {

    0%,
    100% {
        transform: translateX(75%);
        animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateX(0);
        animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes circleNull {

    0%,
    100% {
        transform: translateX(-50%);
        animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateX(0);
        animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
    }
}

.circle_animation {
    display: inline-flex;
    position: relative;
    margin-bottom: 0.5rem;
}

.circle_animation .circle_fill {
    -webkit-animation: circleFill 2.25s infinite;
    animation: circleFill 2.25s infinite;
    background-color: #3c83ff;
    border: 1px solid black;
}

.circle_animation .circle {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.circle_animation .circle_null {
    margin-left: -0.5rem;
    border: 1px solid black;
    -webkit-animation: circleNull 2.25s infinite;
    animation: circleNull 2.25s infinite;
    background-color: white;
}

.circle_animation .circle {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

/*--------- Footer -----------*/

#footer {
    background: black;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;

}

#footer .footer-top {
    background: #151515;
    border-bottom: 1px solid #222222;
    padding: 60px 0 30px 0;
}


#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}


#footer .footer-top .social-links a:hover {
    background: #c3cdff;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 5px;

}

#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 i {
    padding-right: 2px;
    color: #c3cdff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#footer .footer-top .footer-links ul a:hover {
    color: #c3cdff;
}


#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
