@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --bg-color: yellow;
  --alt-color: #0000005c;
  --font-standard: "Montserrat", sans-serif;
  --font-special: "Barlow Condensed", sans-serif;
  --link-color: #b3b3b3;
}
h1 span:not(text_carousel span) {
    font-size: 25px;
}
.custom_header {
    margin-bottom: -70px;
}
body {
    background: #101014;
    color: #fff;
}
.mfeaturedImg, .fi_wrapper .gallery_img {
    height: 767px;
    object-fit: cover;
    border-radius: 0 !important;
    object-position: center bottom;
    width: 100%;
}
#gradientTarget {
    height: 500px;
    backdrop-filter: blur(40px);
    position: absolute;
    left: 0px;
    width: 100%;
}
.citybestawards {
    color: #fff!important;
    text-decoration: none;
    margin: 36px auto auto;
}
.herohunt_img {
    height: 990px;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 0!important;
}
.slide img {
    height: 100vh;
    object-position: bottom;
    border-radius: 0!important;
}
.slides {
    position: relative;
    height: 100vh;
}
.slide {
    position: absolute;
    opacity: 0;
    z-index: 0;
    transition: 1s ease-in-out;
}
.prev, .next {
    position: absolute;
    top: 50%;
    padding: 16px;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center!important;
    border: 0 solid transparent;
    transition: ease-in-out 200ms;
    opacity: 0;
}
.slider-container:hover .prev, .slider-container:hover .next {
    opacity: 1!important;
}
.prev:hover, .next:hover {
    color: #000;
    opacity: 1;
}
.prev:after, .next:after {
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 13px;
    position: absolute;
    border: 0 solid transparent;
    transition: ease-in-out 250ms;
}
.prev:hover:after, .next:hover:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    border: 2px solid #fff;
}
.slide.active {
    opacity: 1;
    z-index: 1;
    transition: 1s ease-in-out;
}
.breadcrumbs {
    text-transform: uppercase;
    justify-content: center;
    display: inline;
    align-items: center;
    width: 100%;
    gap: 9px;
    flex-wrap: wrap;
}
.breadcrumbs a {
    color: #fff;
}
.blog .breadcrumbs {
    text-align: left;
}
.hunt_list {
    display: flex;
    align-items: start;
    gap: 20px;
}
.hunt_item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 300px;
    flex: 0 0 300px;
    transition: ease-in-out 200ms;
}
.hunt_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hunt_item .gallery_img {
    aspect-ratio: 5 / 3;
    position: relative;
    border-radius: 15px;
    width:100%;
}
.hunt_img_wrap {
    position: relative;
    width:100%;
    display: flex;
}
.hunt_item .hunt_img_wrap:after {
    content: '';
    box-shadow: 0 0 40px 0 transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.09);;
    z-index: -1;
    display: flex;
    transition: ease-in-out 240ms;
}
.hunt_item:hover .hunt_img_wrap:after {
    content: '';
    box-shadow: 0 0 0 4px #eee;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.04);
}
.hunt_item .hunt_bottom_section {
    transition: ease-in-out 200ms;
}
.hunt_item:hover .hunt_bottom_section {
    transform: translatey(10px);
}
.hunt_item .service_list_name {
    font-size: 19px;
}
.one_line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
container, .container, .state_locations {
    width: 1800px!important;
    max-width: 100%;
}
.state_locations {
    margin: 25px auto;
}
.mobile_menu a:visited {
    color: #fff;
}
.mobile_menu a {
    padding: 26px 20px;
    color: #fff;
}
.mobile_menu a:hover {
    border-radius: 10px;
    background: #ffffff29;
}
.mobile_menu {
    width: 400px;
    backdrop-filter: blur(40px);
    right: 0;
    left: unset !important;
    padding: 10px;
    z-index: 1000;
    /*box-shadow: inset 30px 0 #101014;*/
    margin-right: 0;
    height: -webkit-fill-available;
}
.scrolled .mobile_menu {
    background: transparent;
}
.site_logo {
    width: 162px;
    height: 25.2px;
    transition: ease 200ms;
    filter: invert(1);
}
.cta {
    transition: ease 200ms;
    color: #000;
    background: var(--bg-color);
    border: none;
}
.cta:hover {
    transition: ease 200ms;
    color: #000;
    background: var(--bg-color);
    border: none;
    opacity: .9;
}
.flex_fit {
    flex: 0 0 fit-content!important;
}
header nav {
    justify-self: start;
    flex: 1;
}
hero .cta {
    padding: 14px 22px;
    font-weight: 600;
    font-size: 24px;
}
#holdButton {
    color: #000!important;
}
hero {
    min-height: fit-content;
    background: transparent;
}
hero .push_ad {
    flex-direction: row !important;
    align-items: center !important;
    max-width: 1100px !important;
    margin: 30px auto !important;
    justify-content: center;
    display: none!important;
}
hero p {
    margin: 50px auto 0;
    font-size: 19px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}
hero container section:last-child:not(.home hero container section:last-child) {
    display: none;
}
hero container section:first-child {
    padding: 15px;
    width: 100%;
    max-width: 1300px;
    flex: 0 0 100%;
    align-self: start;
    margin: auto;
}
.background_lgt_gray {
    background-size: contain !important;
    color: #fff;
    background: #ffffff12;
}
hero h1 {
    font-size: 64px;
    color: #fff;
    line-height: 72px;
    text-align: center;
    width: 100%;
    font-weight: 800;
    margin: 0 auto 30px;
    text-transform: uppercase;
}
.home hero h1 {
    font-size: 82px;
    line-height: 80px;
}
hero h1 span {
    color: #fff;
}
hero container {
    padding: 50px 50px;
    background-size: 1800px !important;
    border-radius: 56px;
    margin: auto auto 30px;
    flex-direction: column;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
text_carousel span.active {
    transform: translatey(0);
    left: 0;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 30px!important;
    will-change: transform, opacity;
    animation: spanside 5s infinite; /* Add infinite if you want continuous looping */
}

@keyframes spanside {
    0% {
        opacity: 0;
        transform: translatey(50px);
        clip-path: inset(0 100% 0 0);
    }
    20% {
        opacity: 1;
        transform: translatey(0);
        clip-path: inset(0 0 0 0);
    }
    80% {
        opacity: 1;
        transform: translatey(0);
        clip-path: inset(0 0 0 0);
    }
    100% {
        transform: translatey(10px);
        opacity: 0;
        /*clip-path: inset(0 100% 0 0);*/
        
    }
}
hero .short_booking  {
    margin: auto;
}
.short_booking .btn {
    min-width: 144px;
    align-self: stretch;
    font-weight: 700;
    text-transform: uppercase;
}
.services_list {
    padding: 60px 10px;
}
form:not(.short_booking) {
    width: 750px;
    max-width: 100%;
}
form .alt_cta {
    border: none;
    background: var(--alt-color) !important;
}
.popular_services_list div a, .service_partners .item a {
    z-index: 1;
}
.service_partners .item {
    color: #fff;
}
.popular_services_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(343px, 1fr));
    gap: 17px;
}
.popular_services_list div {
    border: none;
    padding: 20px;
    transition: ease 200ms;
    position: relative;
    margin-bottom: 0;
    padding: 24px 24px !important;
    background: #00000073 !important;
    border-radius: 30px !important;
    box-shadow: none;
    color: #fff;
}
.alt_cta {
    border: none;
    background: var(--alt-color);
    color: #fff!important;
}
.state_locations {
    background: #00000073;
    border: none !important;
    border-radius: 40px;
    padding: 83px 60px 30px !important;
}
.state_locations a {
    color: #a8a8a8;
}
.why_fix li {
    background: #6f6f6f30;
    border: none;
}
.service_list_name {
    font-size: 24px;
}
.review_loop item {
    border-bottom: none;
    padding: 26px;
    border-radius: 30px;
}
.review_loop .rimg {
    background-color: var(--bg-color);
    border: none;
    color: #000;
}
.review_loop img {
    filter: invert(1);
}
.accordion {
    border-radius: 20px;
    border: none;
    background: #0000009e;
    box-shadow: none;
    color: #fff;
}
.accordion-header:after {
    filter: invert(1);
}
.background_lgt_gray .accordion {
}
.step {
    color: #fff;
    background: #00000061;
    border: none; 
    box-shadow: none; 
}
.location_list div a {
    color: var(--link-color);
}
.location_list div a:hover {
    color: #fff;
    background: none;
}
nav a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 7px 22px;
}
nav a:hover {
    background: transparent;
    border: 2px solid transparent;
    color: #ffffff77;
}
footer a {
    color: var(--link-color)!important;
}
.service_list_link {
    border: none;
    padding: 8px 11px;
    border-radius: 15px;
    background: transparent;
    color: #fff;
    border: 1px solid #ffff;
}
.popular_services_list div:hover .service_list_link {
    border: none;
    padding: 8px 18px!important;
    border-radius: 15px!important;
    background: #00000099;
    color: #fff;
    border: 1px solid #fff;
}
.rating img {
    filter: invert(1);
}
.btn {
    font-family: var(--font-special);
    transition: ease 200ms;
    padding: 7px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
}
hero form input {
    border: 2px solid #fff;
    background: #fff;
    border-radius: 11px;
}
.short_booking input:focus-visible {
    outline: none!important;
    border: 2px solid #12124744!important;
}
:focus-visible {
    border: 1px solid #12124799!important;
    outline: none!important;
}
.mmi {
    border: none;
    padding:0;
    background: transparent;
}
.mmi span {
    width: 30px;
    background: #fff;
}
.mmi span:first-child:before {
    top: -8px;
    background: #fff;
}
.mmi span:first-child:after {
    bottom: -8px;
    background: #fff;
}
.review_loop {
    max-width: 1000px;
    margin: auto;
}
.review_loop .review {
    line-height: 30px;
    color: #fff;
}
.review_loop .name {
    color: #fff;
}
.review_loop item span {
    color: #fff;
}
.image-masonry {
    opacity: 0;
    animation: fade-in 3s 600ms 1 forwards;
}
.product_icons {
    width: 730px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
    gap: 10px;
}
.product_icons img {
    flex: 0 0 50px;
}
img:not(.site_logo):not(.product_icons img) {
    border-radius: 15px;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.btn, button, nav a, .mobile_menu a, img, .service_list_link, .location_list div a, .state_locations, .accordion {
    font-family: var(--font-standard);
}
header {
    transition: ease 300ms;
    backdrop-filter: blur(40px);
}
.scrolled header {
    transform: none;
}
.scrolled.scroll-up header {
    background: transparent;
}
.background_lgt_gray .accordion-header:after {
    filter: invert(1)!important;
}
@media(max-width: 900px) {
    .herohunt_img {
        object-fit: contain;
        height: auto;
    }
    .mobile_menu {
        left: 0!important;
    }
    .mobile_menu, .scroll-up .mobile_menu {
        top: 70px!important;
        margin-left: 0!important;
        border-radius: 0;
    }
    .home hero h1 {
        font-size: 40px;
        line-height: 47px;
    }    
    hero p {
        margin: 50px auto 0;
        font-size: 17px;
        line-height: 28px;
    }
    hero container {
        padding: 50px 15px;
    }
    .video_overlay, .hero_video {
        height: 640px;
        overflow: hidden;
    }
    text_carousel {
        min-height: 200px;
    }
    .mobile_menu {
        width: 100%;
    }
    .wave {
        bottom: 114px;
        width: 500%;
        z-index: -1;
    }
    .location_list {
        grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
    }
    hero container section:last-child {
        flex: 1;
    }
    hero h1 {
        font-size: 38px;
        line-height: 48px;
    }
}