﻿/*
    light #125091
    bark  #13274B
*/




.navbar_main {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
}

.first_section.social-triangle
span {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #125091;
    background: #ffffffe3;
    padding: 0px 30px 0px 10px;
    border-radius: 5px 50px 50px 5px;
}
.loader .loader-inner {
    
    background: #125091;
}
.navbar_nav .nav-item a:hover, .navbar_nav .nav-item a.active {
    color: #125091;
    color: #3099fe;
}
    .navbar_nav .nav-item a.active:before {
        color: #3099fe;
        background: #3099fe;
    }

.fitzaro_btn {
    margin-top: 50px;
    background-color: #125091;
    border-radius: 5px;
    padding: 15px 60px;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.bg-blue{
background-color: #125091;}

.list_icon i {
    font-size: 22px; 
    font-weight: 500;
}

.fitzaro_video:after {
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    bottom: -180px;
    left: 160px;
    background: #092b4f;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    -webkit-animation: round-animation 4s linear infinite alternate;
    animation: round-animation 4s linear infinite alternate;
}
.fitzaro_video:before {
    position: absolute;
    content: "";
    width: 360px;
    height: 360px;
    border-radius: 50%;
    top: 90px;
    right: 143px;
    background: #082849;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    -webkit-animation: round-animation 4s linear infinite alternate;
    animation: round-animation 4s linear infinite alternate;
}

/*product section css*/
.section-products {
    padding: 80px 0 54px;
}

    .section-products .header {
        margin-bottom: 50px;
    }

        .section-products .header h3 {
            font-size: 1rem;
            color: #fe302f;
            font-weight: 500;
        }

        .section-products .header h2 {
            font-size: 2.2rem;
            font-weight: 400;
            color: #444444;
        }

    .section-products .single-product {
        margin-bottom: 26px;
    }

     /*   .section-products .single-product .part-1 {
            position: relative;
            height: 290px;
            max-height: 290px;
            margin-bottom: 20px;
            overflow: hidden;
        }*/
        .section-products .single-product .part-1 {
            position: relative;
            height: 350px;
            max-height: 350px;
            margin-bottom: 20px;
            overflow: hidden;
            border-radius: 50px 5px;
        }

            .section-products .single-product .part-1::before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                transition: all 0.3s;
            }

        .section-products .single-product:hover .part-1::before {
            transform: scale(1.2,1.2) rotate(5deg);
        }

    .section-products .part-1.pro-1::before {
        background: url("../img/p1.jpg") no-repeat center;
        background-size: cover;
        transition: all 0.3s;
    }

    .section-products .part-1.pro-2::before {
        background: url("../img/p2.jpg") no-repeat center;
        background-size: cover;
    }

    .section-products .part-1.pro-3::before {
        background: url("../img/p3.jpg") no-repeat center;
        background-size: cover;
    }

   

    .section-products .single-product .part-1 .discount,
    .section-products .single-product .part-1 .new {
        position: absolute;
        top: 15px;
        left: 20px;
        color: #ffffff;
        background-color: #fe302f;
        padding: 2px 8px;
        text-transform: uppercase;
        font-size: 0.85rem;
    }

    .section-products .single-product .part-1 .new {
        left: 0;
        background-color: #444444;
    }

    .section-products .single-product .part-1 ul {
        position: absolute;
        bottom: -41px;
        left: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
        opacity: 0;
        transition: bottom 0.5s, opacity 0.5s;
    }

    .section-products .single-product:hover .part-1 ul {
        bottom: 30px;
        opacity: 1;
    }

    .section-products .single-product .part-1 ul li {
        display: inline-block;
        margin-right: 4px;
    }

        .section-products .single-product .part-1 ul li a {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background-color: #ffffff;
            color: #444444;
            text-align: center;
            box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
            transition: color 0.2s;
        }

            .section-products .single-product .part-1 ul li a:hover {
                color: #fe302f;
            }

    .section-products .single-product .part-2 .product-title {
        font-size: 1rem;
        line-height: 18px;
    }

    .section-products .single-product .part-2 h4 {
        display: inline-block;
        font-size: 1rem;
    }

    .section-products .single-product .part-2 .product-old-price {
        position: relative;
        padding: 0 7px;
        margin-right: 2px;
        opacity: 0.6;
    }

        .section-products .single-product .part-2 .product-old-price::after {
            position: absolute;
            content: "";
            top: 50%;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #444444;
            transform: translateY(-50%);
        }

.pt--20 {
    padding-top: 20px !important;
}.pt--30 {
    padding-top: 30px !important;
}
.why-choose img {
    height: 90px;
    object-fit: cover;
    padding: 8px;
}
.why-choose h6{
    font-size:25px;
}


.bg-top-bor-blue {
    position: absolute;
    top: -95px;
    width: -webkit-fill-available;
}

.check-availability
.main_heading{
border-bottom: solid 1px #ccc;
margin-bottom: 15px !important;
}

.bg-gry {
    background: #eef3f7;
}

section.section-products {
    border-top: solid 1px #4c78a73b;
}
.footer_subscribe_box
.fitzaro_btn {
    margin-top: 0px;
}

.slide_social_ic a:not(:last-child):after{
    display:none;
}

.fitzaro_video {
     background-color:white;
      }
    .fitzaro_video:after {
        position: absolute;
        content: "";
        width: 400px;
        height: 400px;
        border-radius: 50%;
        bottom: -180px;
        left: -180px;
        background: #2285ed30;
        -webkit-filter: blur(80px);
        filter: blur(80px);
        -webkit-animation: round-animation 4s linear infinite alternate;
        animation: round-animation 4s linear infinite alternate;
    }
    .fitzaro_video:before {
        position: absolute;
        content: "";
        width: 360px;
        height: 360px;
        border-radius: 50%;
        top: -140px;
        right: -57px;
        background: #2285ed30;
        -webkit-filter: blur(80px);
        filter: blur(80px);
        -webkit-animation: round-animation 4s linear infinite alternate;
        animation: round-animation 4s linear infinite alternate;
    }
.line-1,
.line-2,
.line-3,
.line-4
{
    background: #144681fa;
}
h2 {
 
    color: #125091 !important;
}

.txt-w p {
    color: #000000;
}
.banner-b1 {
    background-image: url(../../../public/assets/img/banner-background-2.png);
    background-color: #125091;
}
.banner-b1 h2{
    color:white !important
}
    .banner-b1 .fitzaro_btn {
        color: #125091;
        background-color: white;
    }
.fitzaro_banner:before{
    background:none;
}
.reboot-img:after,
.fitness-update:after,
.fitness-update:before {
   display:none;
}
.newsletter_subscribe .fitness-update {
    background-color: #152c55;
    border: solid white 5px;
}

.parallax-overlay {
    background: rgb(20 42 81 / 87%);
}
.fitzaro_health h4 {
    color: #125091;
}
.footer-social-list a {
    border: 2px solid #ffffffa3;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    border-radius: 20px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

    .section-products .single-product .part-1 ul li a:hover {
        background-color: #153b6d;
        color: white !important;
    }

.buynowdiv {
    width: 100%;
    left: 0 !important;
}

.buynowli {
    display: flex !important;
    justify-content: center;
}

.whover:hover {
    color: black !important;
}

    .navbar-toggle span:after, .navbar-toggle span:before, .navbar-toggle span {
        width: 24px;
        height: 2px;
        background-color: #154177;
        backface-visibility: hidden;
        border-radius: 0;
    }
/*
.triangle-top {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-top: 40px solid #154177;
    border-right: 40px solid transparent;
    margin: 10px;
    z-index: 2;
}*/
/*.triangle-bottom {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-bottom: 60px solid #154177;
    border-left: 60px solid transparent;
    margin: 15px;
}
*/
.map-nav {
    margin-bottom: 34px;
    padding-top: 35px;
    padding-bottom: 10px;
    background-color: #eef3f7;
    border-radius: 10px;
}
.mapdesktop {
    display: block;
   
}

.mapmobile {
    display: none!important;
}


.bookstmp {
    width: 120PX;
    position: absolute;
    bottom: -470px;
    z-index: 7;
    left: -354px;
}
body::-webkit-scrollbar {
    width: 10px !important;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

body::-webkit-scrollbar-thumb {
    background: #4673a2 !important;
}

    body::-webkit-scrollbar-thumb:hover {
        background: #125091 !important;
    }

.bookstamp {
    width: 100PX;
    position: absolute;
    bottom: 84px;
    z-index: 7;
    left: 597px;
}

.mapsize {
    margin: auto;
    width: 1300px !important;
}
.timeslots {
    font-size: 16px !important;
    margin: 5px 6px 5px 18px;
    border-radius: 5px;
    width: 190px !important;
    padding: 5px;
    background-color: #ffe9eb;
    height: 59px !important;
    border-left: solid 5px #cf2d3c;
    float: left;
}
.bookstampcourt2 {
    width: 100PX;
    position: absolute;
    bottom: 59px;
    z-index: 7;
    left: 63px;
}
.nobookingsty {
    background: #f5f5f5;
    padding: 15px 35px;
    width: 170px;
    border-radius: 10px;
    margin: auto;
    display: flex;
    text-align: center !important;
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
    vertical-align: middle;
    align-content: space-around;
    color: #5e5e5e;
}

.bookstamp3 {
    width: 100PX;
    position: absolute;
    bottom: 263px;
    z-index: 7;
    left: 339px;
}


@media only screen and (max-width: 1000px) {
    .bg-top-bor-blue {
        display: none !important;
    }

    .map-nav {
        gap: 10px;
        display: flex;
        margin-bottom: 34px;
        padding-top: 35px;
        padding-bottom: 10px;
        background-color: #eef3f7;
        border-radius: 10px;
        padding: 30px 20px;
        text-align: center;
        margin-top: 10px;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }

        .map-nav label {
            margin-right: 0px !important;
        }

        .map-nav select#timefilter {
            margin-left: 18px !important;
        }
    .datewidth{
        width:100%!important;
    }
    .timewidth {
        width: 100% !important;
    }
}
@media only screen and (max-width: 600px) {
    .padding-bottom {
        padding-bottom: 0px;
    }
    .SmallHeading{
        font-size: 13px;
    }
    .bookstamp3 {
        position: absolute !important;
        bottom: 610px !important;
        z-index: 7;
        width: 80px !important;
        left: 185PX !important;
    }
    .navbar_main .navbar_panel {
        display: contents;
    }

    .footerlogo {
        width: 275px;
    }

    .banner_content .main_tiltle {
        font-size: 40px;
        padding: 15px 0 15px 0;
    }

    .productpadding {
        padding: 0px 50px;
    }

    button.sidebar-toggle.fixed-menu {
        position: sticky !important;
    }

    .bg-top-bor-blue {
        position: absolute;
        top: -38px;
    }

    .map-nav {
        margin-bottom: 34px;
        padding-top: 35px;
        padding-bottom: 10px;
        background-color: #eef3f7;
        border-radius: 10px;
        padding: 30px 20px;
        text-align: center;
        margin-top: 10px;
    }

        .map-nav label {
            margin-right: 0px !important;
        }

        .map-nav select#timefilter {
            margin-left: 18px !important;
        }

    .mapdesktop {
        display: none !important;
    }

    .mapmobile {
        display: block !important;
    }

    .bookstmp {
        width: 120PX;
        position: absolute;
        bottom: -826px !important;
        z-index: 7;
        left: 72px !important;
    }

    img.logo_dark.img-fluid {
        width: 150px;
    }

    section#banner
    .dark-content h2 {
        font-size: 35px;
        line-height: 40PX;
    }

    .bg-top-bor-blue {
        display: none !important;
    }

    .horizontaloverflow {
        overflow-x: auto !important;
    }

    .bookstamp {
        position: absolute !important;
        bottom: 423px !important;
        z-index: 7;
        width: 80px;
        left: 52PX !important;
    }

    .mapsize {
        margin: auto;
        width: 315px !important;
        height: 925px;
    }

    .availablestamp {
        position: absolute !important;
        bottom: 431px !important;
        z-index: 7;
        width: 60px;
        left: 63PX !important;
    }

    #bookingTableBody td {
        border-right: 0px #a7aaad solid !important;
    }

    .timeslots {
        font-size: 12px !important;
        margin: 5px 0px 5px 18px !important;
        border-radius: 5px !important;
        width: 129px !important;
        padding: 5px !important;
        background-color: #ffe9eb;
        height: 59px !important;
        border-left: solid 5px #cf2d3c;
        float: left;
    }

    .bullettimeslotformobile {
        /* width: max-content;*/

        width: max-content;
        display: table;
    }

    .bullettitle {
        /*  padding-left: 36px;*/
        padding-left: 48px;
    }

    .times {
        min-width: 144px !important;
        display: inline-block;
    }

    span.sbooked.bullett {
        /* padding-left: 7px; */
        margin-left: 14px;
        background: #dc3545;
    }

    .bullett {
        margin-left: 14px;
        margin-right: 10px;
        background-color: #28a745;
        border-radius: 18px;
        padding: 0px 10px 0px 10px;
    }

    .bullettitle {
        display: none;
    }

    .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        justify-content: center;
    }
    .nav-item {
        margin-right: 5px;
        margin-bottom: 5px!important;
    }
    .availablestampcourt2 {
        position: absolute !important;
        bottom: 819px !important;
        z-index: 7;
        width: 60px !important;
        left: 46PX !important;
    }

    .bookstampcourt2 {
        width: 80px;
        position: absolute;
        bottom: 810px;
        z-index: 7;
        left: 32px;
    }

    .availablestampcourt3 {
        position: absolute !important;
        bottom: 619px !important;
        z-index: 7;
        width: 60px !important;
        left: 191PX !important;
    }

    .bookstampcourt3 {
        width: 77px;
        position: absolute;
        bottom: 605px;
        z-index: 7;
        left: 183px;
    }

  
 
}
