* {
    margin: 0;
}

@font-face {
    font-family: 'didoni';
    src: url('assets/k22-didoni/K22\ Didoni.ttf');
}
.hidden{
    display: none;
}
.home-video-container {
    position: relative;
}
.fullscreen-video{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    display: none;
    z-index: 9999;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .fullscreen-video {
        width: 0px;
    }
}
body {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}
#360logo{
    display: none;
}
header {
    background: #333; /* Brand color or dark shade */
    padding: 1rem 0; /* Adjust based on logo size */
}

.logo {
    max-width: 150px; /* Adjust based on actual logo size */
    height: auto;
}
.full-screen-background {
    filter: brightness(50%);
    background: url('/assets/images/kickerbg.webp') no-repeat center center fixed;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}
.banner {
    position: relative;
    height: 170px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../images/Antique American bar.jpg");
    background-size: cover;
    background-position: center;
}

.banner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-wrap img {
    background: rgba(255,255,255,0.5);
    width: 100%;
    max-width: 500px;
}
.nav-container{
    padding: 5px 0;
}
#nav {
    position: relative;
    padding: 20px;
    transition: all 0.3s;
    background: #1a1a1a;
    border-bottom: 3px solid red;
}
#nav img{
    background: rgba(255,255,255,0.5);
    width: 200px;
}
.sticky{
    background: black;
    padding: 5px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.brand-logo a {
    display: inline-block;
    width: 65px;
}

.nav-link {
    padding: 5px 20px !important;
    color: rgba(255, 255, 255, 1) !important;
    transition: all 0.3s;
    font-weight: bold;
}

.nav-link:hover {
    font-size: larger;
    color: white !important;
    background: rgba(255, 0, 0, 0.2);
    border-radius: 5px;
}

.active-nav-link{
    font-size: larger;
    color: white !important;
    background: rgba(255, 0, 0, 0.2);
    border-radius: 5px;
}

.main {
    margin-top: 30px;
}
.card-body{
    padding: 0.25rem !important;
}

.main h1 {
    font-weight: 600;
    font-size: 32px;
}
.bigimage img{
    width: 70% !important;
}
.btn-group-sm {
    padding: 10px 0 0 0;
    margin-bottom: 30px;
}

.btn-group-sm .btn {
    text-decoration: underline;
    color: darkred;
    font-weight: bold;
    font-size: 18px;

}

.btn-group-sm .btn-clicked {
    border: 1px solid darkred;
    background-color: white;
    padding: 13px;
    border-radius: 7px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 20%);
}

.list .col-md-6 {
    margin-bottom: 30px;
}

.size {
    background: #fff;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 6px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    height: 100%;
    flex-direction: column;
    /* flex-grow: 1;
    flex-basis: auto; */
    width: 100%;
    padding: 0 0 3px 0;
    text-align: center;
    transition: box-shadow .3s ease-out,
    transform 1s ease-out,
    opacity 1s ease-out;
    transition-delay: .1s;
}

.size:hover {
    transform: translate(0, -10px);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
}

.size > img {
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.size p {
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.size h5::after {
    border-bottom: 1px solid;
    border-color: #dcdcdc;
    content: "";
    display: block;
    width: 50px;
    margin: 10px auto 0 auto;
}

.size .card-title {
    font-family: didoni, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.size .card-text {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.025em;
    color: white;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,37,37,1) 70%, rgba(255,255,255,0) 100%);
    border-bottom: 2px solid crimson;
    border-top: 2px solid crimson;
    padding: 8px;
}

.size-last {
    margin: 0 1% 30px 1%;
    max-width: 23%;
    width: 100%;
    padding: 0 0 20px 0;
}

.logos {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding: 30px 10px 20px 10px;
    width: 100%;

}

.logos h2 {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    font-size: 24px;
    padding-bottom: 10px;
    letter-spacing: -0.015em;
    margin-bottom: 20px;

    width: 100%;
    font-size: 24px;
    font-weight: 700;
    padding: 18px 0 20px 0;
    text-align: left;
}

.logos h2 span a, .logos h2 span a:hover {
    float: right;
    margin-top: 3px;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    color: darkred;
}

.footer {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
    background: #dcdcdc;
}

.footer-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 40px;
    width: 100%;
    float: left;
}

.footer-row a {
    padding: 5px 15px;
}

.footer-row a img {
    height: auto;
    width: 240px;
    max-width: 160px;
}

.footer-logos {
    text-align: center;
    margin-bottom: 20px;
}
.footer-logos img{
    width: 250px;
}

.footer-logos .social {
    float: right;
    padding-top: 15px;
}

.social a {
    display: inline-block;
}

.social img {
    width: 50px;
    height: 30px;
}

.footer-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 35px;
    flex-grow: 1;
    /* padding: 40px 0; */
    text-align: left;
}

.award-container img {
    width: 239px;;
}

.webpuzzle {
    margin-bottom: 60px;
    clear: both;
    float: right;
    max-width: 100px;
    width: 100px;
    height: auto;
    padding: 10px 0 20px 0;
}
.pulse-button-container {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.pulse-button {
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
.car-section {
    padding: 0 50px;
}

/* Image wrapper */
.car-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Carousel image styles */
.car-img img {
    max-height: 825px; /* Adjust max-height as needed */
    width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Absolute positioned CTA if needed */
.car-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-abs a {
    display: inline-block;
    background: black;
    color: white;
    padding: 15px 30px;
    transition: all 0.3s;
}

.car-abs a:hover {
    background: red;
}

/* Owl carousel stage */
.owl-stage-outer {
    /*padding-bottom: 20px;*/
}

/* Carousel item */
.owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

/* Arrows (navigation) */
.owl-nav {
    display: block !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    /*border-radius: 50%;*/
    cursor: pointer;
}

/* Hover effect */
.owl-prev:hover, .owl-next:hover {
    background: rgba(255, 0, 0, 0.8);
}

/* Positioning */
.owl-prev {
    left: -10px;
}
.owl-next {
    right: -10px;
}

/* Accessibility cleanup */
.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

/* Remove owl dots */
.owl-carousel button.owl-dot {
    display: none;
}

/* Media query for mobile */
@media (max-width: 768px) {
    .car-img img {
        width: 89%;
        max-height: 220px;
    }

    .owl-prev, .owl-next {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

.buttons-bg{
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 95%;
    /*border-radius: 20px;*/
    padding: 20px;
    background: linear-gradient(90deg, rgba(190,0,0,1) 0%, rgba(255,199,199,0) 44%, rgba(190,0,0,1) 100%);
}
.visible-cont{
    width: 85%;
    margin: auto;
}

div.sticky360 {
    position: fixed;
    top: 367px;
    padding: 0;
    z-index: 1000;
}
.custom-nav{
    height: 40px;
}
.locate-btn{
    width: 240px;
    height: 37px;
}
.locate-btn:hover{
    background-color: #1e7e34;
}

@media screen and (max-width: 500px){
    .locate-btn {
        width: 200px;
    }
    /*.owl-prev, .owl-next {*/
    /*    top: -6%;*/
    /*}*/
}
.locate-btn img{
    width: 30%;
}
.car-section{
    background: radial-gradient(circle, rgba(245,255,0,0) 0%, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    margin: auto;
    line-height: 2;
    padding: 30px;
    /*border-radius: 20px;*/
    font-weight: bold;
    font-size: 20px
}
.call-abs-cont {
    display: none;
}
.editor-banner .banner-logo{
    padding-right: 5px;
}
.editor-banner .banner-logo img{
    width: 100%;
    max-width: 700px;
}
.editor-banner .banner-details-cont{
    padding-left: 5px;

}
.banner-details{
    display: flex;
    align-items: center;
}
.editor-banner .banner-details-cont .details-icon{
    width: 40px;
    text-align: center;
}
.editor-banner .banner-details-cont .details-icon img{
    width: 30px;
}
.editor-banner .banner-details-cont .phone-icon img{
    width: 25px;
}
.editor-banner .banner-details-cont .details-text{
    width: 100%;
    padding-left: 5px;
    font-weight: 700;
    font-size: 25px;
}
.editor-banner .banner-details-cont .details-text a{
    color: #be1b2c !important;
    text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
    .call-abs-cont{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: lawngreen;
        padding: 20px;
        font-weight: 900;
        font-size: 35px;
    }
    .call-abs-cont img{
        width: 30px;
    }
    .call-abs-cont a{
        color: black !important;
        margin-left: 10px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        width: 35px;
    }
    #360logo{
        display: block !important;
    }
    #brandlogo{
        display: none;
    }
    #360icon{
        display: none;
    }
    .second360icon{
        display:none !important;
    }
    .bigimage img {
        width: 100% !important;
    }
}


@media only screen and (max-width: 600px) {
    .car-section {
        width: 100%;
        font-size: 14px;
    }
}

@media (max-width: 944px) {
    .footer-copyright {
        flex-direction: column;
        gap: 10px;

    }

    .footer-text {
        text-align: center;
    }

    .webpuzzle {
        float: none;
    }
}
.navbar-brand:hover{
    font-size: larger;
    font-weight: bold;
    color: limegreen !important;
}

@media screen and (min-width: 280px) and (max-width: 900px) {
    .footer-copyright {
        padding: 10px 0;
        margin-top: 10px;
        text-align: center;
    }
}

@media screen and (min-width: 901px) and (max-width: 1600px) {
    .logos {
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .nav-container {
        background: black;
    }
    .brand-logo a{
        width: 55px;
    }
}

@media screen and (min-width: 280px) and (max-width: 900px) {
    .footer-row a {
        padding: 5px;
    }

    .footer-row a img {
        width: auto;
        height: 60px;
    }

    .container-fluid .row {
        justify-content: space-between;
        padding: 0 15px;
    }

    .size:first-of-type {
        max-width: 100%;
        width: 100%;
    }

    .size {
        max-width: 48%;
        /*margin-bottom: 20px;*/
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .visible-cont {
        width: 100%;
        margin: auto;
    }
    .buttons-bg {
        padding: 0;
        padding-top: 10px;
    }
    .size .card-text {
        font-size: 16px;
    }
}

/* Preloader */
.preloaderBg {
    position: fixed;
    z-index: 10000;
    top: 0;
    background: white;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-wrap {
    position: relative;
    width: 250px;
    height: 250px;
}

.preloader-logo {
    margin: auto;
    background: url(../images/outrageous-logo.svg) no-repeat center;
    background-size: 150px;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 25px;
    left: 25px;
    animation: fadeIn 1s ease-in-out infinite;
    /*background: black;*/
}

.preloader-circle {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #25a3ff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    top: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.go-to-top-btn {
    display: none;
    position: fixed;
    bottom: 300px;
    right: 20px;
    background-color: grey;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.go-to-top-btn:hover {
    background-color: black;
    color: whitesmoke;
}
.marginTop{
    margin-top: 110px !important;
}
.social-icons {
    position: fixed;
    top: 50%; /* Adjust this value to position the icons vertically */
    left: 1px; /* Adjust this value to position the icons horizontally */
    transform: translateY(-50%);
    z-index: 1000; /* Ensure icons are above other content */
}
@import '//codepen.io/chrisdothtml/pen/ojLzJK.css';
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
    top: 90%;
    left: -110%;
}
.social-btns .btn .fa {
    transform: scale(0.8);
}
.social-btns .btn.facebook:before {
    background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
    color: #3b5998;
}
.social-btns .btn.twitter:before {
    background-color: #3cf;
}
.social-btns .btn.twitter .fa {
    color: #3cf;
}
.social-btns .btn.google:before {
    background-color: #dc4a38;
}
.social-btns .btn.google .fa {
    color: #dc4a38;
}
.social-btns .btn.dribbble:before {
    background-color: #f26798;
}
.social-btns .btn.dribbble .fa {
    color: #f26798;
}
.social-btns .btn.skype:before {
    background-color: #00aff0;
}
.social-btns .btn.skype .fa {
    color: #00aff0;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
    top: -10%;
    left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
    color: #fff;
    transform: scale(1);
}
.social-btns {
    height: 90px;
    margin: auto;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.social-btns .btn {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 30px;
    margin: 5px 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
    opacity: 0.99;
}
.social-btns .btn:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
}
.social-btns .btn .fa {
    font-size: 38px;
    vertical-align: middle;
}
.text-container{
    margin: 0 70px 0 70px;
}
@media only screen and (max-width: 600px) {
    .text-container{
        margin: 0 !important;
    }
}
.image-button-home {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    cursor: pointer;
}
.image-button-home img {
    width: 100%;
    height: auto;
}
.image-button-home:hover {
    transform: scale(1.1);
}
.card-text-home{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}
@media only screen and (max-width: 600px) {
    .card-text-home {
        padding: 5px;
        font-size: 20px;
    }
}
.black-heading{
    background: black;
    color: white;
    font-weight: bold;
    padding: 10px;
}
.entersite-btn{
    margin-top: 150px;
}
.entervideo-card{
    border-radius: 200px;
    border: 3px solid red
}
.feature-card {
    cursor: pointer;
    position: relative;
    overflow: hidden; /* Keeps the overlay within the boundaries of the image */
}

.feature-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease; /* Smooth scale transition */
}

.feature-card:hover .feature-image {
    transform: scale(1.05); /* Slightly scale up the image */
}
