h1 {
    color: #666666;
}

.half-size {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.flex-col {
    display: flex;
    flex-direction: row;
}

.center-text {
    text-align: center;
    position: relative;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 30px;
    padding-right: 30px;
}

.hr-custom {
    border: unset;
    border-bottom: 2px solid #b3b3b3;
    max-width: 100px;
    margin: auto;
}

.pt-4 {
    padding-top: 40px;
}

.pt-2 {
    padding-top: 20px;
}

.custom-img {
    max-width: 100%;
    object-fit: cover;
    height: 350px;
    width: 100%;
}

.subheadline {
    background: #09b0da;
    color: white;
    padding: 20px;
    font-size: 17px;
    font-weight: bold;
}

section {
    padding-bottom: 30px;
    padding-top: 10px;
}

section:nth-child(2n) {
    background: #f2f2f2;
}

.karing-box {
    border: 1px gainsboro solid;
    max-width: 400px;
    margin: auto;
}

.karing-box .title {
    padding: 20px;
    border-top: 1px gainsboro solid;
    font-weight: bold;
    font-size: 15px;
}

.karing-box p {
    padding-top: 20px;
    font-size: 13px;
    max-width: 230px;
    margin: auto;
}

.choose-btns {
    text-align: left;
    border: unset;
    border-top: 1px gainsboro solid;
    color: black;
    font-weight: bold;
    padding: 12px;
}

.choose-btns:hover {
    --bs-btn-hover-border-color: gainsboro !important;
    --bs-btn-color: unset !important;
    --bs-btn-border-color: gainsboro !important;
    border: unset;
    border-top: 1px gainsboro solid !important;
    border-color: unset !important;
}

.choose-btns span {
    font-weight: 400;
    float: right;
}

.box-submit-btn {
    display: block;
    background: #00d052;
    color: white;
    padding: 10px;
    width: 400px;
    max-width: 400px;
    margin: auto;
    border-radius: 6px;
    margin-top: 18px;
    border: unset;
}

.box-submit-btn:hover {
    background: #00e45a;
}

h2.sub-headline {
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: bold;
}

.card {
    border: unset;
}

.custom-hr {
    display: block;
    width: 100px;
    margin: auto;
}

.item {
    padding: 8px;
    position: relative;
}

.item img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-p {
    max-width: 1000px;
    margin: auto;
}

.overlay {
    position: absolute;
    color: white;
}

.overlay h5 {
    padding: 20px;
    text-shadow: 1px 1px 4px black;
}

.hovertext {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 12px;
    transform: translate(-50%, -50%);
}

.hoverbutton {
    margin: auto;
    margin-top: 10px;
}

.item:hover .hovertext {
    display: block;
    color: white;
    z-index: 2;
}

/* .item:hover .item-image {
    filter: blur(6px) brightness(46%);
} */

.mySwiper {
    max-height: 300px;
}

.mySwiper img {
    max-width: 100%;
}

.mexute-section img {
    object-fit: cover;
object-position: center;
}

.title {
    font-size: 28px;
}

.title .red {
    color: red;
}

.black-section {
    background: #333333 !important;
    color: white;
    padding: 60px;
}

.black-section h5 {
    font-size: 18px;
    text-align: center;
    height: 34px;
}

.black-section p {
    position: relative;
    margin-top: 22px;
}

.black-section p:before {
    content: "";
    display: block;
    width: 1px;
    top: 8px;
    bottom: 0;
    background: #e20612;
    position: absolute;
    left: -22px;
    height: 140px;
}

img.radius-image {
    border-radius: 80px;
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.review {
    margin-top: 40px;
}

.review p {
    max-width: 900px;
    margin: auto;
}

.review h6 {
    padding-top: 18px;
}

.stars-5 {
    background: url("https://vegassuperkarts.com/img/5-starts.png") no-repeat;
    width: 116px;
    height: 19px;
    display: inline-block;
    margin-bottom: 18px;
}

.review-Swiper {
    max-height: 400px;
}

.karing-box .img-container {
    height: 144px;
}
.karing-box .imgs p {
    padding-bottom: 12px;
}
.mexute-section .parent {    height: 300px;}

.slider-z-image {
    background-color:unset!important;
}
section.mexute-section {
    max-width: 100%;
    overflow: hidden;
    max-height: 400px;
}
.mexute-section .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal,.mexute-section .swiper-pagination {
    position: relative;
    top: -44px;
}

.review-Swiper {overflow: hidden;position: relative;}

  
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
  }
  
  .swiper-button-next {
    right: 10px;
  }
  
  .swiper-button-prev {
    left: 10px;
  }

@media only screen and (max-width: 600px) {
    #baground {
        height: 188px!important;
    }
    .item img {
        display: block;
        height: unset!important;
        margin: auto;
    }
    .mexute-section .parent {height: unset;}
    .mexute-section swiper-slide{

    }
    .mexute-section .mySwiper {
        --swiper-breakpoints-min-width: 0px;
        --swiper-breakpoints-slides-per-view: 2;
    }
    .flex-col {
        display: flex;
           flex-direction: column;
    }
    .custom-img {

    }
    .half-size {
        width: 100%;
    }
    .vertical-center {
        margin: 0;
        position: unset;
         top: unset;
        -ms-transform: unset;
        transform: unset;
        padding-left: 30px;
        padding-right: 30px;
    }
    .karing-box .img-container {
        height:unset;
    }
    .karing-box .img-container img{
        max-width: 200px;
    }
    .karing-box .imgs p {
        padding-top:unset;
    }
}
