body,*{
   font-family: "Montserrat", sans-serif;
}
li.current {
    border-top: 3px solid #fff !important;
}
li.mcurrent a {
    color: #36b7ff;
}
/*----- Slide Panel-----*/
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 99;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
    padding: 3px 8px 3px 32px;
    font-size: 20px;
    color: #4d4d4d;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #4d4d4d;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
/*-------End Panel-------*/
header#main-header {
    height: 60px;
    background: #4d4d4d;
    align-content: center;
}
.main-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
a{
    text-decoration:none!important;
}
ul.nav-bar {
    margin-bottom: 0;
}
ul.nav-bar li {
    list-style: none;
    display: inline-flex;
    margin: 0 20px;
    height: 60px;
    align-items: center;
    padding: 0 10px;
    border-top: 3px solid transparent;
}
ul.nav-bar li a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
a.get-in-btn {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 14px;
}
a.get-in-btn:hover {
    background: #fff;
    color: #000;
    font-weight: 500;
    border: 0 solid #e5e7eb;
    padding: 10px 14px;
    transition-timing-function: cubic-bezier(.4,0,1,1);
    transition-duration: .2s;
}
ul.nav-bar li:hover {
    border-top: 3px solid #fff;
    transform: none;
    transition: none;
}
.main-menu.R1 ul.nav-bar li:last-child:hover{
    border: none;
}
.main-menu.R1 ul.nav-bar li:last-child a:hover{
    border: 1px solid #fff;
    padding: 12px 20px;
}
.m-menu {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
/*.m-menu a img {
    position: relative;
    left: -75px;
}*/
.m-menu {
    display: none;
}
img.monthly {
    width: 8%!important;
    cursor: pointer;
}
img.tooltip-img{
    width: 13%!important;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}
/* Tooltip box */
.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: auto;
  background-color: #30629f;
  color: #fff;
  text-align: center;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 5%; /* show above button */
  right: 0%;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: opacity 0.3s ease;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  padding: 6px 12px;
  font-weight: 500;
  line-height: 20px;
  font-size: 13px;
}
/* Show tooltip on hover */
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.tooltip-container h2{
  display: flex;
}
img.tooltip-img {
    width: 14%;
    padding-left: 10px;
}

/*------- Home Page Slider ------*/

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------- End Slider ------*/

img.r1{
    width: 100%;
}
section#R1{
    background: url('../images/main-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 30px;
    position: relative;
    height: 864px;
    margin-top: -8px;
}
.r1urban {
    position: absolute;
    left: 14%;
    top: 27%;
}
.r1urban h3 {
    font-size: 3rem;
    color: #fff;
    font-weight: 500;
    line-height: 120%;
}
a.btn-learn {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 10px 20px;
    border: 1.5px solid #fff;
    margin-top: 20px;
}
a.btn-learn:hover {
    background: #fff;
    color: #000;
    font-weight: 500;
    transition-timing-function: cubic-bezier(.4,0,1,1);
    transition-duration: .2s;
}
img.R1 {
    width: 33%;
}
section#about{
    background: url('../images/about-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 600px;
    align-content: center;
    text-align: center;
}
section#about h2 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 120%;
}
section#about p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 120%;
}
footer#footer {
    background: #000;
    height: 115px;
    padding: 20px;
}
.footer-top,.footer-bottom {
    display: flex;
    justify-content: space-between;
}
img.socals {
    width: 100px;
    height: 35px;
    border: 1px solid #897b7b42;
    border-radius: 4px;
}
.social a {
    margin: 0 3px;
}
i.fa-brands.fa-facebook-f,i.fa-brands.fa-linkedin-in,i.fa-brands.fa-instagram,i.fa-brands.fa-tiktok {
    background: #767f8e;
    color: #000;
    width: 26px;
    height: 26px;
    align-content: center;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.footer-top p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #767f8e;
}
.footer-bottom p,ul.footer-menu li a {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #767f8e;
}
.footer-bottom {
    padding-top: 10px;
}
ul.footer-menu{
    display: flex;
}
ul.footer-menu li {
    list-style: none;
    padding: 0 12px;
}
a.mb{
    display: none;
}
.slide-5{
    background: url('../images/home-bg.01afd944.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding:80px 50px;
}
img.bike {
    width: 55%;
    height: auto;
    margin: auto;
}
img.mb {
    display: none;
}
.slide-5 h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 500;
    line-height: normal;
}
img.easy {
    width: 20%;
    margin: 0 18px;
}
.slide-5 h3 {
    font-size: 34px;
    color: #30629f;
    font-weight: 700;
    line-height: normal;
}
.slide-5 p {
    color: #666;
}
span.day {
    color: #666;
    font-size: 20px;
    font-weight: 400;
}
.slide-5 a.btn-learn {
    position: relative;
    bottom: -50px;
    border: 1.5px solid #30629f;
    color: #30629f;
    font-size: 16px;
}
.slide-5 a.btn-learn:hover {
    background: #30629f;
    color: #fff;
}
@media (min-width: 1200px){
 span.smart{
    display: block;
}

footer#footer {
    padding: 20px 160px;
}
}

@media (max-width: 1200px){
 .main-menu {
    display: none;
}
.m-menu {
    display: flex!important;
}
img.bike {
    width: 100%;
    height: auto;
}
}
@media (max-width: 768px){
    img.deskop {
        display: none;
    }
    img.mb {
        display: block;
    }
    .slide-5 {
        padding: 100px 30px;
    }
    img.easy {
        width: 72%;
        margin: 0 18px;
        display: block;
        margin: auto;
    }
    .slide-5 h2 {
        display: block;
        font-size: 28px;
        line-height: 40px;
    }
    .slide-5 h3 {
        font-size: 20px;
        line-height: normal;
    }
    section#video video {
        height: 600px !important;
        object-fit: cover;
    }
}
@media (max-width: 767px){
    .r1urban h3 {
        font-size: 2rem;
        margin: 30px 0;
    }
    img.R1 {
        width: 50%;
    }
    footer#footer {
        background: #000;
        height: auto;
    }
    .footer-top, .footer-bottom {
        display: block;
        text-align: center;
    }
    ul.footer-menu {
        padding: 0;
        justify-content: center;
    }
    footer#footer .container {
        padding: 0;
    }
    .social a {
        margin: 0;
    }
    .footer-bottom {
        padding-top: 20px;
    }
}
