@import url("https://fonts.googleapis.com/css?family=Nunito:300, 400, 500, 600, 700&display=swap");
body {
    font-family: Nunito, sans-serif;
    overflow-x: hidden !important;
    font-size: 1rem;
    color: #161c2d;
    background-color: #fff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-font-sans-serif);
    line-height: 1.4;
    font-weight: 600;
}
::-moz-selection {
    background: rgba(47, 85, 212, 0.9);
    color: #fff;
}
::selection {
    background: rgba(47, 85, 212, 0.9);
    color: #fff;
}
a {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
p {
    line-height: 1.6;
}
#topnav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#topnav .logo {
    float: left;
    color: #3c4858 !important;
}
#topnav .logo .logo-dark-mode {
    display: none;
}
#topnav .logo .logo-light-mode {
    display: inline-block;
}
#topnav .logo:focus {
    outline: 0;
}
#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 30px 0 26px 10px;
    height: 18px;
}
#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}
#topnav .navbar-toggle .navigation-menu > li > a:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle:hover {
    background-color: transparent;
}
#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
#topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px;
}
#topnav .navigation-menu > li.active > a,
#topnav .navigation-menu > li:hover > a {
    color: #2f55d4 !important;
}
#topnav .navigation-menu > li > a {
    display: block;
    color: #3c4858;
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--bs-font-sans-serif);
    padding-left: 15px;
    padding-right: 15px;
}
#topnav .navigation-menu > li > a:active,
#topnav .navigation-menu > li > a:hover {
    color: #2f55d4;
}
#topnav .menu-extras {
    float: right;
}
.logo {
    font-weight: 700;
    font-size: 24px;
    margin-right: 15px;
    padding: 0 0 6px;
    letter-spacing: 1px;
    line-height: 68px;
}
@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #topnav .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }
    #topnav .navigation-menu > li:hover > .menu-arrow {
        border-color: #2f55d4;
    }
    #topnav .navigation-menu > li.active > a,
    #topnav .navigation-menu > li:hover > a {
        color: #2f55d4 !important;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: block !important;
    }
}
@media (max-width: 991px) {
    #topnav {
        background-color: #fff;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        min-height: 74px;
    }
    #topnav .container {
        width: auto;
    }
    #topnav #navigation {
        max-height: 400px;
    }
    #topnav .navigation-menu {
        float: none;
    }
    #topnav .navigation-menu > li {
        float: none;
    }
    #topnav .navigation-menu > li > a {
        color: #3c4858;
        padding: 10px 20px;
    }
    #topnav .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu > li > a:hover {
        color: #2f55d4;
    }
    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }
    #topnav .navbar-header {
        float: left;
    }
    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f2f4f6;
        border-bottom: 1px solid #f2f4f6;
        background-color: #fff;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    }
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}
.navbar-white-bg {
    background-color: #fff !important;
}
.footer {
    background: #202942;
    position: relative;
    color: #adb5bd;
}
.footer .footer-py-60 {
    padding: 60px 0;
}
.footer .footer-py-30 {
    padding: 30px 0;
}
.footer .logo-footer {
    font-size: 22px;
}
.footer .logo-footer:focus {
    outline: 0;
}
.footer .footer-head {
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
}
.footer .foot-subscribe .form-control {
    background-color: #27314f;
    border: 1px solid #27314f;
    color: #dee2e6 !important;
}
.footer .foot-subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer .foot-subscribe.foot-white .form-control {
    color: #adb5bd;
}
.footer .foot-subscribe input::-webkit-input-placeholder {
    color: #adb5bd;
}
.footer .foot-subscribe input::-moz-placeholder {
    color: #adb5bd;
}
.footer .foot-subscribe input:-ms-input-placeholder {
    color: #adb5bd;
}
.footer .foot-subscribe input::-ms-input-placeholder {
    color: #adb5bd;
}
.footer .foot-subscribe input::placeholder {
    color: #adb5bd;
}
.footer .text-foot {
    color: #adb5bd;
}
.footer .footer-list {
    margin-bottom: 0;
}
.footer .footer-list li {
    margin-bottom: 10px;
}
.footer .footer-list li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer .footer-list li a:hover {
    color: #e6e8ea;
}
.footer .footer-list li:last-child {
    margin-bottom: 0;
}
.footer .footer-border {
    border-top: 1px solid #283453;
}
.footer .border {
    border-color: #283453 !important;
}
.footer.footer-light {
    background: #f8f9fa;
    color: #8492a6;
}
.footer.footer-light .footer-head {
    color: #3c4858;
}
.footer.footer-light .foot-subscribe .form-control {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #f8f9fa;
}
.footer.footer-light .foot-subscribe.foot-white .form-control {
    color: #adb5bd;
}
.footer.footer-light .foot-subscribe input::-webkit-input-placeholder {
    color: #adb5bd;
}
.footer.footer-light .foot-subscribe input::-moz-placeholder {
    color: #adb5bd;
}
.footer.footer-light .foot-subscribe input:-ms-input-placeholder {
    color: #adb5bd;
}
.footer.footer-light .foot-subscribe input::-ms-input-placeholder {
    color: #adb5bd;
}
.footer.footer-light .foot-subscribe input::placeholder {
    color: #adb5bd;
}
.footer.footer-light .border {
    border-color: #e9ecef !important;
}
.footer.footer-light .text-foot {
    color: #8492a6;
}
.footer.footer-light .footer-list li a:hover {
    color: #495057;
}
.avatar.avatar-sm-sm {
    height: 36px;
    width: 36px;
}
.avatar.avatar-ex-sm {
    max-height: 25px;
}
.avatar.avatar-md-sm {
    height: 45px;
    width: 45px;
}
.avatar.avatar-md-md {
    height: 80px;
    width: 80px;
}
.avatar.avatar-medium {
    height: 110px;
    width: 110px;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.form-check-label,
.form-label {
    font-weight: 700;
    font-size: 14px;
}
.form-control {
    border: 1px solid #e9ecef;
    font-size: 14px;
    line-height: 26px;
    border-radius: 6px;
    color: #3c4858 !important;
    text-align: left;
}
.form-control:focus {
    border-color: #2f55d4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control[readonly] {
    background-color: #fff;
}
.form-control:disabled {
    background-color: #dee2e6;
}
.form-control::-webkit-input-placeholder {
    color: #3c4858;
}
.form-control::-moz-placeholder {
    color: #3c4858;
}
.form-control:-ms-input-placeholder {
    color: #3c4858;
}
.form-control::-ms-input-placeholder {
    color: #3c4858;
}
.form-control::placeholder {
    color: #3c4858;
}
.form-check-input {
    border: 1px solid #e9ecef;
    background-color: #fff;
}
.form-check-input:focus {
    border-color: #2f55d4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-check-input.form-check-input:checked {
    background-color: #2f55d4;
    border-color: #2f55d4;
}
.form-icon .icons {
    position: absolute;
    top: 13px;
    left: 18px;
}
.contact-loader {
    display: none;
}
.maintenance {
    font-size: 40px;
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    .maintenance {
        font-size: 32px;
    }
}
#maintenance {
    color: #fff;
    font-size: 56px;
    letter-spacing: 1px;
}
.bg-cta {
    padding: 150px 0;
}
.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
}
.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}
.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
    background-color: #fff;
}
.play-icon i:hover {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
}
.features .image:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    -webkit-transform: rotate(33.75deg);
    transform: rotate(33.75deg);
}
.features .ride-image {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.features .ride-image img {
    border-radius: 100% 100% 100% 0;
}
.features:hover .image:before {
    -webkit-animation: spinner-border 5s linear infinite !important;
    animation: spinner-border 5s linear infinite !important;
}
.features .title {
    font-size: 18px !important;
}
.features .icon {
    height: 45px;
    min-width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.app-subscribe {
    position: absolute;
    top: -200px;
}
@media (max-width: 767px) {
    .app-subscribe {
        position: relative;
        top: 0;
    }
}
.bg-home {
    height: 100vh;
    background-size: cover;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}
@-webkit-keyframes slideleft {
    from {
        background-position: 0;
    }
    to {
        background-position: 90000%;
    }
}
@keyframes slideleft {
    from {
        background-position: 0;
    }
    to {
        background-position: 90000%;
    }
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 0;
    background: #2f55d4 !important;
    margin: auto 4px;
}
.carousel-indicators .active {
    background-color: #2f55d4 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .bg-home,
    .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 150px 0;
        height: auto;
    }
}
[dir="rtl"] .swiper-slider-hero {
    direction: rtl;
}
.shop-features .category-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
}
.shop-list .shop-image .shop-icons {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.shop-list .shop-image .shop-icons {
    top: 15px;
    right: 15px;
    z-index: 2;
}
.shop-list .shop-image:hover .shop-icons {
    opacity: 1;
}
.shop-list .label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
.main-icon {
    border: 2px solid #e9ecef;
    height: 40px;
    width: 40px;
    line-height: 0;
    text-align: center;
}
.main-icon .fea {
    height: 20px;
}
@media (min-width: 768px) {
    .main-icon {
        margin: 0 auto;
    }
}
#grid {
    padding: 0 !important;
}
.fw-medium {
    font-weight: 600;
}
.section {
    padding: 100px 0;
    position: relative;
}
@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
}
.bg-overlay {
    background-color: rgba(60, 72, 88, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.5);
}
.title-heading {
    line-height: 26px;
}
.title-heading .heading {
    font-size: 45px !important;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
    .title-heading .heading {
        font-size: 35px !important;
    }
}
.title-heading .para-desc {
    font-size: 18px;
}
.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px !important;
}
@media (max-width: 768px) {
    .section-title .title {
        font-size: 24px !important;
    }
}
.para-desc {
    max-width: 600px;
}
.mt-100 {
    margin-top: 100px;
}
.text-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.text-slider > ul {
    white-space: nowrap;
}
@-webkit-keyframes moveSlideshow {
    100% {
        -webkit-transform: translateX(-45%);
        transform: translateX(-45%);
    }
}
@keyframes moveSlideshow {
    100% {
        -webkit-transform: translateX(-45%);
        transform: translateX(-45%);
    }
}
@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
@-webkit-keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes cookie-popup-in {
    from {
        bottom: -6.25rem;
    }
    to {
        bottom: 1.25rem;
    }
}
@keyframes cookie-popup-in {
    from {
        bottom: -6.25rem;
    }
    to {
        bottom: 1.25rem;
    }
}
@media (max-width: 768px) {
    .mt-60 {
        margin-top: 60px;
    }
}
@-webkit-keyframes animate {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 10px;
    }
    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
    }
}
@keyframes animate {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 10px;
    }
    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
    }
}
.fea {
    stroke-width: 1.8;
}
.fea.icon-sm {
    height: 16px;
    width: 16px;
}
.fea.icon-ex-md {
    height: 20px;
    min-width: 20px;
}
.fea.icon-md {
    height: 35px;
    width: 35px;
}
.fea.icon-lg {
    height: 42px;
    width: 42px;
}
.fea.icon-ex-lg {
    height: 52px;
    width: 52px;
}
[class*=" uil-"]:before,
[class^="uil-"]:before {
    margin: 0;
}
.rounded {
    border-radius: 6px !important;
}
.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.rounded-md {
    border-radius: 10px !important;
}
.rounded-lg {
    border-radius: 30px !important;
}
.border-primary {
    border-color: #2f55d4 !important;
}
.border-danger {
    border-color: #e43f52 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #3c4858 !important;
}
.border-footer {
    border-color: #202942 !important;
}
.opacity-05 {
    opacity: 0.05;
}
.opacity-075 {
    opacity: 0.075;
}
.opacity-1 {
    opacity: 0.1;
}
.opacity-2 {
    opacity: 0.2;
}
.opacity-3 {
    opacity: 0.3;
}
.opacity-4 {
    opacity: 0.4;
}
.opacity-5 {
    opacity: 0.5;
}
.opacity-6 {
    opacity: 0.6;
}
.opacity-7 {
    opacity: 0.7;
}
.opacity-8 {
    opacity: 0.8;
}
.opacity-9 {
    opacity: 0.9;
}
.social-icon li a {
    color: #3c4858;
    border: 1px solid #3c4858;
    height: 32px;
    width: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}
.social-icon li a .fea-social {
    stroke-width: 2;
}
.social-icon li a:hover {
    background-color: #2f55d4;
    border-color: #2f55d4 !important;
    color: #fff !important;
}
.social-icon li a:hover .fea-social {
    fill: #2f55d4;
}
.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd;
}
.social-icon.foot-social-icon li a {
    color: #adb5bd;
    border-color: #283453;
}
.back-to-top {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    right: 30px;
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 36px;
    width: 36px;
    line-height: 33px;
    border-radius: 6px;
    text-align: center;
    background: #2f55d4;
    color: #fff !important;
}
.back-to-top .icons {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.back-to-top:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.back-to-top:hover .icons {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}
.back-to-home {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.text-color-white {
    color: #fff !important;
}
.d-flex .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.h4_white {
    color: #fff;
}
.btn_top_1 {
    background-color: #4040403d;
    padding: 7px 12px;
    font-size: 13px;
    color: white!important;
    border: solid 1px white;
}
.btn_top_1:hover {
    background-color: #67bb65;
}
.btn_top_2 {
    background-color: #0000001a;
    padding: 7px 12px;
    font-size: 13px;
    color: black!important;
    border: solid 1px black;    
}
.btn_top_2:hover {
    background-color: #c76f77;
}
.soon {
   background-color: #e6db80; 
   padding: 7px 12px;
   font-size: 13px;
   cursor:default;
}
.wh2 {
    max-width:600px;
    font-size:18px;
    font-weight: 500;
    margin: auto;
}