/***** ----- All css file ----- *****/
/***** ----- bootstrap css ----- *****/
/***** ----- font awesome css ----- *****/
@import url('css/font-awesome.min.css');
/***** ----- YTPlayer css ----- *****/
@import url('css/jquery.mb.YTPlayer.min.css');
/***** ----- slick css ----- *****/
@import url('css/slick.css');
@import url('css/slick-theme.css');
/***** ----- lightbox css ----- *****/
@import url('css/lightbox.min.css');
/***** ----- animate css ----- *****/
@import url('css/animate.min.css');
/***** ----- slicknav css ----- *****/
@import url('css/slicknav.min.css');
/***** ----- bootstrap css ----- *****/
@import url('css/hover.css');
/***** ----- normalize css ----- *****/
@import url('css/normalize.css');
/***** ----- main css ----- *****/
@import url('css/main.css');
/***** ----- responsive css ----- *****/
@import url('css/responsive.css');
/**{
  border: 2px solid black;
}*/
@tailwind base;
@tailwind components;
@tailwind utilities;
img{
    width: 100%;
}

::placeholder {
    color: #e4e4e4;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #e4e4e4;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #e4e4e4;
}

input[type=image]{
width: 150px !important;
padding-left: 0px !important;
border-radius: 4px !important;
float: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mobileBackgroundSlider{
    background-image:  linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(images/mobileBack.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.faqs li{
    list-style: none;
    margin: 5% auto;
}

.faqs h4 {
    color: #505050;
}
.capitalize{
    text-transform: capitalize;
}

.uk-card-title{
    font-size: 1.5rem;
}
.uk-card-body {
    padding: 30px 30px;
}
#price img, #onlineTraining img {
    -webkit-box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    border: 2px solid #616161;
    border-radius: 4px;
    width: 100%;
}
.imageShadow{
    -webkit-box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
}
.imageBorder{
    border: 2px solid #616161;
    border-radius: 4px;
}

.modal-body img{
    -webkit-box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    border: 2px solid #616161;
    border-radius: 4px;
    width: 100%;
}

.modal-body p{
    text-align: left;
}

.healthIconsEmoji{
    font-size: 51px;
}
.quantityChange {
    margin: 0px 4px 0px 14px;
    padding: 2px 9px 2px 9px;
    border: 2px solid grey;
    border-radius: 3px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

.quantity {
    max-width: 35px;
    padding-left: 7px;
}

.noMargin {
    margin: 0px !important;
}

.bfh-selectbox .bfh-selectbox-toggle {
    height: 45px;
    padding: 11px 24px 6px 12px !important;
    border-radius: 0px !important;
}

.paymentForm input,
.paymentForm select {
    margin-top: 2px;
    height: 45px;
    letter-spacing: 1px;
    padding-left: 10px;
    width: 100%;
    border: 1px solid #e4e4e4 !important;
    border-radius: 0px;
}

.icon-container {
    display: inline-block;
    font-size: 40px;
    padding: 6px 0;
}

.paymentForm {
    border: 1px solid grey;
    border-radius: 3px;
    padding: 10px 40px 50px 40px;
}

.thumbnails {
    text-align: center;
    margin: 20px auto 0px auto;
}

.thumbnails img {
    width: 18%;
    display: inline-block;
    margin: 10px;
    border: 2px solid grey;
    cursor: pointer;
    opacity: 0.6;
}

.thumbnails img:hover {
    opacity: 1;
}

.thumbnails img:focus {
    opacity: 1;
}

.productCard {
    background-color: white;
    padding: 0px !important;
}

.modal {
    z-index: 1000000 !important;
}

.buyButtonPrice {
    padding: 8px !important;
    font-size: 20px;
}

.fullWidth {
    width: 100%;
}

#getintouch>div:nth-child(3)>div>div>textarea {
    font-size: 16px;
}

.choose_area {
    background-color: #f1f1f1;
}

.choose_area_text,
.choose_btn {
    position: relative;
    z-index: 2;
}

.choose_text {
    border: 1px solid #fff;
    margin-left: 5.37%;
    outline: 1px solid #fff;
    outline-offset: 5px;
    overflow: hidden;
    transition: all 300ms ease-out 0s;
    padding: 50px 10px;
}

.choose_text i {
    border: 2px solid #fff;
    height: 75px;
    margin-bottom: 25px;
    padding-top: 30px;
    width: 75px;
    font-size: 50px;
}

.choose_text:hover,
.choose_active {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    padding: 30px 10px 115px;
    transition: all 300ms ease-out 0s;
    height: 320px;
}

.text_p {
    height: 0;
    transform: scale(0);
    transition: all 300ms ease-out 0s;
}

.choose_text.choose_text:hover .text_p,
.choose_active .text_p {
    transform: scale(1);
}

.choose_text:hover.choose_text i,
.choose_active.choose_text i {
    border: 2px solid #3A4B60;
}

.choose_btn .shop_now_btn {
    border: 1px solid #ffffff;
}

.choose_btn .shop_now_btn:hover {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    color: rgb(58, 75, 96);
}

.col-md-6.contact-part-area.section-padding {
    margin: -15px;
}

.thankyoumessage {
    width: 100%;
    text-transform: capitalize !important;
    /* vertical-align: middle; */
    /* height: 311px; */
    margin: auto auto;
}

form input {
    border: 1px solid #9c9c9c !important;
}

form textarea {
    border: 1px solid #9c9c9c !important;
}

form input:hover {
    border-color: black !important;
    outline: 0;
    box-shadow: none;
}

form textarea:hover {
    border-color: black !important;
    outline: 0;
    box-shadow: none;
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff !important;
}

.nav>li>a:focus {
    background-color: unset !important;
}

.nav-tabs>li.active>a {
    background-color: unset !important;
}

a:hover {
    text-decoration: none !important;
}

.nav>li>a:hover {

    background-color: unset !important;
}

.section-padding {
    padding: 41px 0;
}

.google-map-area {
    overflow: hidden;
    height: 450px;
}
.contact-form-area {
    overflow: hidden;
    height: auto;
    border: 5px solid #9e9e9e59;
    margin-bottom: 20px;
    padding:2% 0%;
}

/* Medium devices (desktops, 992px and up) */

@media(min-width:992px) {
    .section-padding {
        padding: 41px 41px;
    }
}







/* Portrait tablets and small desktops ipad*/

@media (min-width: 768px) and (max-width: 991px) {

    .row.well div {
        margin: 0 auto;
    }
    .price-table-main {
        width: 70%;
        margin-top: 4% !important;
        padding: 4% 6%;
        height: 100%;
    }
    .google-map-area {
        overflow: hidden;
        height: 380px;
    }
    .choose_area {
        height: 100%;
    }
    .choose_text {
        margin-left: 0;
        width: 60%;
        margin: 4% auto;
    }
    .header-area {
        height: 60px;
    }
    .logo img {
        max-width: 125%
    }
    #getintouch>div:nth-child(3)>div>div>textarea {
        height: 140px;
    }
    .paymentForm {
        padding: 10px 20px 20px 20px;
    }
    .about-gym-area p,.about-gym-area h3{
        color: white !important;
    }
}






/* Landscape tablets and medium desktops ipad pro*/

@media (min-width: 992px) and (max-width: 1199px) {
    .fa-3x{
        font-size: 33px !important;
    }
    .row.well div {
        margin: 0 10.3px;
    }
    .price-table-main {
        width: 175px;
    }
    .price-table-main h2 {
        min-height: 45px !important;
    }
    #menu {
        margin-left: -35px;
    }
    .header-area {
        background-color: rgba(0, 0, 0, 0.90) !important;
        height: 62px;
    }
}






/* Portrait phones and smaller */

@media (max-width: 480px) {
    .contact-form-area h3{
        padding: 2%;
    }
    .modal-body img{
        margin-bottom: 30px;
    }
    .circleHeading{
        margin-top: -8px !important;
    }
    .row.well div {
        margin: 4% 0;
    }
    .choose_area {
        height: 100%;
    }
    .choose_text {
        margin-left: 0;
        width: 80%;
        margin: 8% auto;
    }
    .logo img {
        max-width: 90% !important;
    }
    .menu-bg {
        height: 58px;
    }
    .header-area {
        background-color: rgba(0, 0, 0, 0.90) !important;
    }
    .juanSlider {
        padding-top: 10%;
    }
    .paymentForm {
        padding: 10px 20px 20px 20px;
    }
    .about-gym-area p, .about-gym-area h3{
    color: white !important;
    }
}






/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .row.well div {
        margin: 4% 0;
    }
    .choose_area {
        height: 100%;
    }
    .choose_text {
        margin-left: 0;
        width: 80%;
        margin: 8% auto;
    }
    .logo img {
        max-width: 52%;
    }
    .menu-bg {
        height: 60px;
    }
    .header-area {
        background-color: rgba(0, 0, 0, 0.90) !important;
    }
    .juanSliderLandscape {
        margin-top: -7%;
    }
    .about-gym-area p, .about-gym-area h3{
    color: white;
    }
}





/*Iphone X*/

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .juanSlider {
        padding-top: 40%;
    }
    .about-gym-area p, .about-gym-area h3{
    color: white;
    }
}





/*Iphone 8 plus*/

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    .juanSlider {
        padding-top: 40%;
    }
    .about-gym-area p, .about-gym-area h3{
    color: white;
    }
}




@media (min-device-width: 315px) and (max-device-width: 667px) {
    .button{
        padding: 10px !important;
    }

    .price-table-main {
        height: auto;
        width: 100%;
    }
    .contact-form {
        margin: 0px;
    }
    textarea {
        height: auto;
    }

    .formSocial {
        display: none;
    }

    .google-map-area {
        height: 400px;
    }
}


body {
    font-family: Roboto, sans-serif !important;
    margin-top: 6px;
}

.about-gym-area p, .about-us-content p{
    color: #a2a2a2;
    line-height: 1.625;
    font-weight: 400;
    font-size: 16px;
}
.formSocial {
    text-align: left;
    margin-top: 15px;
}

.formSocial a {
    color: black;
    padding-right: 20px;
}

.formSocial a:hover {
    color: #3c94f7;
}

.mega-menu {
    padding: 10px 0px ! important;
    width: 1060px;
    border-radius: 0;
    margin-top: 0px;
    text-align: center;
}

.mega-menu li {
    display: inline-block;
    float: left;
    font-size: 1.54rem;
    padding: 3px 0px;
    text-align: center;
    width: 100%;
}

.mega-menu a {
    color: black !important;
    padding-left: 15px !important;
}

.mega-menu li.mega-menu-column {
    margin-right: 20px;
    width: 190px;
    /*text-align: center;*/
}

.mega-menu .nav-header {
    padding: 0px 20px 0px 20px !important;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    /* border-bottom: 1px solid #ddd; */
    min-width: 190px;
}

.mega-menu img {
    -webkit-box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    box-shadow: 9px 7px 34px -9px rgba(0, 0, 0, 0.8);
    border: 2px solid #616161;
    border-radius: 4px;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background: inherit;
    color: inherit;
}

.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .nav>li.dropdown>a:focus {
    background: inherit;
    color: inherit;
}


.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret {
    border-bottom-color: #333;
    border-top-color: #333;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-bottom-color: #333;
    border-top-color: #333;
}

.navbar .nav>li>a,
.mega-menu a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;

    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.nav-header {
    padding-left: 20px;
}



h2 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px 17px;
    text-transform: capitalize;
}

.dropdown-menu {
    left: -100px !important;
}


.well {
    padding: 19px 0px 19px 0px !important;
}

.carousel-caption {
    left: 0 !important;
}

.callButton {
    padding: 8px 6px !important;
    float: right;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.button {
    background-color: white;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 4px;
}

.button:active {
    color: white;
}

.buttonhover {
    background-color: white;
    color: black;
    border: 2px solid #3c94f7;
}

.buttonhoverhero {
    background-color: transparent;
    color: white;
    font-weight: 900;
    border: 2px solid #3c94f7;
}



.buttonhover:hover {
    background-color: #3c94f7;
    color: white;
}

.buttonhoverhero:hover {
    background-color: #3c94f7;
    color: white;
}

.buttonhoversubmit {
    background-color: #3c94f7;
    color: white;
    border: 2px solid #3c94f7;
    margin-top: 25px;
}

.buttonhoversubmit:hover {
    background-color: white;
    color: black !important;
}

.buttonhoveremail {
    background-color: #3c94f7;
    color: white;
    border: 2px solid #3c94f7;
    padding: 0px !important;
    margin: 0px !important;
}

.buttonhoveremail:hover {
    background-color: black;
    color: white;
}

.buttonAmount {
    background-color: white;
    color: #a7a7a7;
    border: 1px solid lightgray;
}
.buttonAmountTotal {
    background-color: white;
    color: black;
    border: 2px solid #3c94f7;
    width: 180px;
    font-size: 22px;
}




/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .productCard {
        width: 31.33333% !important;
        margin: 1%;
    }
    .thumbnails {
        margin-bottom: -30px;
    }
}




/* Medium devices (desktops, 992px and up) */

@media (min-width: @screen-md-min) {}




/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .uk-card-body {
    padding: 40px 40px;
}
}

div.singleImage {
  padding: 4px;
}

div.singleImage img {
  cursor: pointer;
  aspect-ratio: 1/1;
  object-fit: cover;
}
