
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


.days, .hours, .minutes, .seconds 
{
		float:left;
		margin: 10px 0px;
		padding: 10px;
		text-align: center;
		font-family: "Noto Sans JP", sans-serif;
		color: #ffffff;
}

/* START - THEME SETTINGS */
div.timeInformation span.value.dark
{
	color: #ffffff;
}

div.timeInformation span.value.light
{
	color: #000000;
}
/* END - THEME SETTINGS */

/* START - STYLE FOR COLORS */
.purple
{
	color: #cf55f9;
}
/* END - STYLE FOR COLORS */

.vertical
{
	width: 100px;
}

.clearfix
{
	clear:both;
}

/* START - STYLE FOR DEFAULT TYPE - CIRCLE BARS */
.circle-bar
{
	width: 100px;
	height: 100px;
	margin: 10px;
	padding: 0px;
	float: left;
	position: relative;
}

div.circle-bar div.timeInformation
{
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

div.circle-bar div.timeInformation span.value.
{
	line-height: 48px;
	font-size: 24px;
}

div.circle-bar div.timeInformation span.time-unit
{
	line-height: 20px;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
}

.empty-circle
{
	position:absolute; 
	width:22px; 
	height:22px; 
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.empty-circle.light
{
	background-image:url("../images/empty_0_light.html");
}

.empty-circle.dark
{
	background-image:url("../images/empty_0_dark.html");
}

.image
{
	position:absolute;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div.block div.timeInformation
{
	width: 100px;
	height: 70px;
	margin: 0px;
}

div.block div.timeInformation span.value
{
	line-height: 48px;
	font-size: 36px;
}

div.block div.timeInformation span.time-unit
{
	line-height: 20px;
	font-size: 18px;
}

.brudcrumb {
    background: #000;
    padding: 55px 0;
    color: #fff;
    text-align: center;
}
.brudcrumb h2 {
font-size: 25px;
}


.btn_call-btn {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    transition: 0.3s;
    color: white;
    background: #cba63f;
    display: inline-block;
    border: none;
    position: relative;
}
.btn_call-btn:hover {
    color:white;
}
.btn_call-btn span {
    position: relative;
    z-index: 1;
}
.btn_call__icon {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    color: inherit;
    font-weight: 200;
}
.btn_call-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: 0;
    background-color: var(--cityride-black, #141414);
    transition: all 300ms ease;
}
.btn_call-btn:hover::after {
    top: 0;
    height: 100%;
}
/* 🔥 Blink Effect */
@keyframes blink {
  0% { opacity: 1; }
  50% { color:white; }
  100% { opacity: 1; }
}
.blink_effect {
  animation: blink 1s infinite;
}







.gall_item {
    box-shadow: 0 0 10px #b1a9a9;
    padding: 10px;
    margin-top: 30px;
    border-radius: 10px;
    text-align: center;
}
.gall_item img {
    width: 100%;
        height: 260px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.gall_item p {
    margin: 0;
    background: #cba63f;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    font-size: 18px;
    color: #fff;
}
.top_footer {
    text-align: center;
    margin-bottom: 40px;
}
.top_footer h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
@media (max-width:767px) {
.navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background: #cba63f;
    width: 100%;
    left: 0px;
}    
.nav-link {
    margin: 10px 15px;
}
    .top_header p {
        font-size: 12 !important;
        text-align:center;
    }
    .top_right {
        display:none;
    }
    .top_header a {
        font-size: 13 !important;
    }
    .banner_hero .data_hero span {
        font-size: 16px !important;
    }
    .banner_hero .data_hero h3 {
        font-size: 26px !important;
        line-height: 35px !important;
    }
    .banner_hero .data_hero p {
        font-size: 14px !important;
    }
    .btn_call a {
        line-height: 26px !important;
        padding: 3px 14px 3px 3px !important;
        font-size: 13px !important;
     
    }
    .btn_call a i {
            height: 25px !important;
        width: 25px !important;
        margin-right: 5px !important; 
    }
    .service_item {
        padding: 10px !important;
                height: auto !important;
    }
    .step-title {
        font-size: 12px !important;
    }
    .service_item img {
        height: 250px !important;
    }
    .tb-borders h1 {
                line-height: 30px;
        font-size: 22px;
    }
    .logo_footer {
     margin-bottom: 20px;   
    }
  .footer_section .footer_menu {
    margin-bottom: 20px;
}
    .footer_section .text-right {
        text-align: center !important;
        margin-top: 10px;
    }
    .navbar-toggler:hover {
            background: white;
    }
    .price_details {
    margin-bottom: 20px;
}
.contact-details-wrap {
    padding-right: 0px;
    padding-top: 28px;
}
    .logo-header {
    border-bottom: none;
}
    .form_banner {
        margin-top: 30px !important;
    }
    .step {
        margin-top: 0px;
        padding: 0px 0px 10px;
    }
    .cta-content h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .cta-content .cta-call p a {
    font-size: 22px;
    }
    .banner_hero .data_hero h1 {
    font-size: 35px !important;
    line-height: 50px !important;
    }
    .cta-men {
        display:none;
    }

}
.ooter_linke a {
    display:block;
    
    color:white;
}
.nav-link:focus, .nav-link:hover {
    color:black;
}
.price_details {
    border: 2px solid #cba63f;
    padding: 8px;
    border-radius: 5px;
}
.price_details li {
    border-top: 1px solid #d8d8d8;
    padding: 6px;
}
.price_details h2 font
{
     font-size: 22px;
 }

.item__choose {
    margin-bottom: 45px;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    min-height: 250px;
    position: relative;
    box-shadow: 0 0 15px #d6d6d6;
    height: 90%;
}
.item__choose span {
        font-size: 55px;
    position: absolute;
    top: 20px;
    left: 15px;
    -webkit-text-stroke: 1px #ccc9c9;
    color: #ffffff;
}
.item__choose h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0px;
}
.item__choose p {
        text-align: center;
}
.carousel-control-next, .carousel-control-prev {
    height: 100%;
    border: none;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    background: transparent;
    border: none;
}
button:active, .button:active {
    box-shadow: none;
    border: none;
}
.banner_form_home .form_banner {
    background: #043b49;
    padding: 20px;
    border-radius: 15px;
    border: 3px solid #01caf7;
    color: white;
    position: relative;
    margin-top: -35px;
    z-index: 11;
}
.checkbox_area_lex {
    display: flex;
    margin-top: 30px;
    gap: 15px;
}
.form-control {
    border-radius: 100px;
}
.navbar-toggler:focus {
        box-shadow: none;
}
.service-card {
  transition: all 0.4s ease;
  background: #fff;
}
.service-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
}
.service-card .btn-custom {
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 600;
  transition: 0.3s;
}
.service-card .btn-custom:hover {
  transform: scale(1.05);
}
.service-img img {
  height: 180px;
  object-fit: cover;
  border-radius: 100px;
  transition: 0.4s;
      width: 330px;
}
.service-card:hover .service-img img {
  transform: scale(1.1);
}
.contact_address_page p {
    margin-bottom:0; 
    margin: 0px;
}