/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. About Area
    2. Class Area
    3. Schedule Area
    4. Trainer Area
    5. Gallery Area
    6. Event Area
    7. Blog Area
    8. Pricing Area
    9. Newsletter Area
    10. Testimonial Area
    11. Map Area
    12. Newsletter Area

-----------------------------------------------------------------------------------*/

:root{
    --black: #353535;
    --gold: #FFD700;
    --red: #ff0000;
    
    --blogtitle: #940c22;
    --blogtag: #e59623;
}


.owl-carousel {
    display: none;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel.owl-loaded {
    display: block;
}

.page-title h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    margin-bottom: 30px;
    color: #000;
    text-transform: capitalize;
}

/*----------------------------------------*/
/*  1. About Area
/*----------------------------------------*/
/*.game-bg{position: relative; background: #fff; box-shadow: 0 0 4px 4px #ECECEC; height: 345px}*/
.about-video{
    position: relative; 
    text-align: center; 
    display: inline-block;
    box-shadow: 0 0 4px 4px #ECECEC;
}
.game:after{
    position: absolute; 
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    content: "";
}
.game {
  position: relative;
  z-index: 2;
  margin: 10px;
}

/*.about-content > h2{*/
/*    margin-top: 28px;*/
/*}*/

.about-content > h2, .section-title h2 {
    color: #252525;
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 13px;
}

.about-content p{margin-bottom: 35px; font-size: 16px; line-height: 1.6; color: #000;}
.about-content p.m-0{margin-bottom: 0px}
.video-icon a {
  left: 0;
  margin-top: -30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 9;
}

.video-icon a i{
    color :#fff;
    font-size: 60px;
}

.video-frame {
    width: 100%;
    height: 420px;
}

.video-frame iframe{
    width: 100%;
    height: 100%;
}

.about-image img {
    width: 100%;
    aspect-ratio: 16/9;
    height: 600px;
    object-fit: cover;
    object-position: top;
}

/*----------------------------------------*/
/*  2. Class Area
/*----------------------------------------*/

.gallery-area .grid {
    display: block;
    margin: auto;
    vertical-align: middle;
}

.single-img, .portfolio-img {
    width: 100%;
    height: 375px;
}

.portfolio-img img{
    width: 100%;
    height: 100%;
    object-fit: cover
}


.single-img:after, .portfolio-img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    transform: scaleY(0);
    background: rgba(95, 199, 174, 0.7);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-class:hover .single-img:after, .single-class:hover .gallery-icon, .grid-item:hover .portfolio-img:after, .grid-item:hover .gallery-icon, .single-blog:hover .gallery-icon{
    opacity: 1;
    transform: scaleY(1);
}
.gallery-icon {
  bottom: 0;
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
    opacity: 0;
    z-index: 9;
  transform: scaleY(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-img i{
    color :#fff;
    font-size: 35px;
    z-index: 99;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: auto;
    line-height: 42px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-img i:hover{
    color: #91C7AE;
    background: #fff;
    transform: scale(1);
}
.single-content{
    background: #fff;
}
.single-content h3{
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 20px 40px;
    border-bottom: 1px solid #F1F1F1;
}
.single-content h3 a{
    color: #757575;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-content h3:hover a{
    color: var(--black);
}
.single-content ul{
    margin: 0;
    padding: 20px 0 20px 40px;
    list-style: none;
}
.single-content ul li{
    display: inline-block;
    color: #7f7f7f;
    font-size: 14px;
    margin-right: 30px;
}
.single-content ul li:last-child{
    margin-right: 0px;
}
.single-content ul li i{
    color: var(--black);
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}



/*Events ============== */

.font-weight-bold {
    font-size: 20px;
    font-weight: 800;
    color: var(--black);
}

.event-box {
    display: flex;
    border: 1px solid #efefef;
    margin: 30px 0;
}

.event-month h6 {
    font-size: 18px;
    color: var(--black);
}
.event-month {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.event-box .date {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}
.event-box {
    display: flex;
}

.event-img img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.event-img {
    width: 30%;
    padding: 15px;
}

.event-title h4 {
    margin: 10px 0;
    font-size: 28px;
    line-height: 1.5;
    color: var(--black);
    letter-spacing: 0.5px;
}
.event-date h6 {
    font-size: 14px;
    color: var(--black);
    letter-spacing: 0.5px;
}
.event-info {
    width: 60%;
    padding: 15px;
}


.location-address .location {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 0.5px;
}
.location-address {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.location-address .address {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.event-description p {
    font-size: 15px;
    font-family: 'Lato';
    line-height: 1.5;
    margin: 15px 0;
}


.event-time {
    color: darkgrey !important;
    font-weight: 600;
    font-family: 'Lato';
}



/*----------------------------------------*/
/*  3. Schedule Area
/*----------------------------------------*/
.scehedule-table thead{
    background: #F1F1F1;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
}
.scehedule-table table {
  width: 100%;
}
.scehedule-table thead th{
    text-align: center;
    padding: 20px 0;
}
.scehedule-table td {
  width: 12.5%;
}
td{padding: 35px 0px 28px 0; border-right: 1px solid #E9E9E9;}
td.time p{
    font-size: 16px;
    color: #757575;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
tr{border-bottom: 1px solid #E9E9E9 ;border-left: 1px solid #E9E9E9;}
td h4{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    margin-bottom: 8px;
}
td p{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 8px;
    line-height: 14px;
}
td.purple{background: #B2A1C7}
td.olive{background: #C2D69B}
td.blue{background: #99CCFF}
td.pink{background: #FF91B8}
/*----------------------------------------*/
/*  4. Trainer Area
/*----------------------------------------*/

.blog-pic{
    height: 250px;
}

.blog-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-trainer, .blog-pic{
    position: relative;
    overflow: hidden;
}
.single-trainer:hover{
    box-shadow: 0 0 4px 4px #ECECEC;
}
.single-trainer:after, .blog-pic:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(184 65 65 / 70%) none repeat scroll 0 0 padding-box content-box;
    opacity: 0;
    transform: scaleY(0);
    padding: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-trainer:hover::after, .single-trainer:hover .trainer-hover h3, .single-trainer:hover .trainer-hover ul, .single-blog:hover .blog-pic:after {
    opacity: 1;
    transform: scaleY(1);
}
.trainer-hover{
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 99;
    margin-top: -32px;
}
.trainer-hover h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.trainer-hover ul{
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.trainer-hover ul li{
    display: inline-block;
    border: 12px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.trainer-hover ul li a{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.trainer-hover ul li:hover{
    background: #fff;
}
.trainer-hover ul li:hover a{
    color: var(--black)
}
/*----------------------------------------*/
/*  5. Gallery Area
/*----------------------------------------*/
.portfolio-img {
    padding-bottom:30px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
} 
.portfolio-img::after {
  background: rgb(255 0 0 / 30%) none repeat scroll 0 0 padding-box content-box;
  padding: 7px;
}
.portfolio-img::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.grid-item:hover .portfolio-img::before{
    opacity: 1;
}
.grid-item:hover .portfolio-img{
    box-shadow: 0px 0px 4px 4px #ECECEC;
}
.grid .grid-item:first-child, .grid .grid-item:nth-child(2), .grid .grid-item:nth-child(3), .grid .grid-item:nth-child(4), .grid .grid-item:nth-child(5), .grid .grid-item:nth-child(6) {
    padding-bottom: 30px;
}
.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
  z-index: 99999;
}
.load a{
    background: #008C99;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 25px 4px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.load a:hover {
    color: #008C99;
}

/*----------------------------------------*/
/*  6. Event Area
/*----------------------------------------*/
.event-content{z-index: 2; position: relative;}

.event-wrapper {
    background: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 50px 80px;
    box-shadow: 0 0 4px 4px #ddd;
    position: relative;
    z-index: 9;
    margin: 0 42px; 
}

.event-area .section-title p {
  margin-bottom: 75px;
}

.event-wrapper:before {
    position: absolute;
    left: 30px;
    top: -20px;
    box-shadow: 0 0 4px 4px #ddd;
    background: #fff;
    height: 100%;
    content: "";
    right: 30px;
}

.event-content h3 {
    font-size: 24px;
    color: var(--blogtitle);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.event-content p {
    padding: 0 15px;
    margin-bottom: 10px;
}

.event-content h4 {
    font-family: 'Montserrat', sans-serif;
    color: var(--black);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 18px;
    margin-bottom: 10px;
}

.event-content h5 {
    font-size: 16px;
    color: #7f7f7f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/*----------------------------------------*/
/*  7. Blog Area
/*----------------------------------------*/


.blog-pic {
    width: 40%;
    display: inline-block;
    /* float: left; */
}
.single-blog {
    display: inline-block;
    margin-bottom: 30px;
}

.desc-content {
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-content img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-bottom: 20px;
}

.other-blog-links ul li {
    font-size: 24px;
    font-weight: 600;
    color: var(--blogtitle);
}

.tags-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.other-blogs {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.blog-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border: 2px solid #c1c1c1;
    padding: 15px;
}

.blog-title h3 {
    font-size: 28px !important;
    line-height: 1.6;
    color: var(--blogtitle);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.blog-title h3 a:hover {
    color: var(--blogtitle);
}

.blog-container>.blog-content {
    width: 100%;
}

.blog-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    padding: 15px;
}

.blog-container-content {
    width: 100%;
}

.blog-container .blog-p-content {
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-info {
    display: flex;
    align-items: center;
}

.blog-tags .tag {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--blogtag);
}

.blog-detail-content img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px
}

.blog-detail-content {
    box-shadow: 0 0 4px 4px #F4F4F4;
    float: left;
    padding: 35px 30px;
    margin-top: 20px;
    width: 100%;
  }

.blog-content {
  box-shadow: 0 0 4px 4px #F4F4F4;
  float: left;
  padding: 35px 30px;
  margin-top: 20px;
  width: 60%;
}

.blog-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #757575;
    font-weight: 500;
    margin-bottom: 12px;
} 

.blog-container-content a {
    color: var(--blogtag);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    float: right;
}

.blog-content h6 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 400;
    margin-bottom: 15px;  
}

.blog-content p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
    
.blog-content a {
    color: #757575;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog-content a:hover{color: var(--black)}

.blog-start h2 {
    font-size: 36px;
    color: var(--blogtitle);
}

.blog-date {
    border-right: 2px solid #c1c1c1;
    padding-right: 10px;
    margin-right: 8px;
}


.blogs-list {
    margin-bottom: 30px;
}

.blogs-list ul {
    margin-top: 15px;
    padding-left: 50px;
}

.blogs-list ul li {
    list-style: disc;
}

.blogs-list ul li a {
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
    color: #940c22;
}

.blogs-list, .twitter-feed {
    padding-left: 30px;
    margin-bottom: 30px;
}


@media (max-width:576px){
    
    .blog-info {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        grid-gap: 10px;
    }
    
}

/*----------------------------------------*/
/*  8. Pricing Area
/*----------------------------------------*/
.single-table{
    box-shadow: 0 0 4px 4px #E2E2E2;
}
.single-table:hover .table-head h2, .single-table:hover .table-body, .single-table:hover .table-body a{
    background: var(--black);
}
.single-table:hover .table-head h2, .single-table:hover .table-body ul li, .single-table:hover .table-body a{
    color: #fff;
}
.single-table:hover .table-body ul li{
    border-bottom: 1px solid #5DC0A8;
}
.single-table:hover .table-body ul li:last-child{
    border-bottom: none;
}
.single-table:hover .table-body a{
    box-shadow: 0 0 4px 4px #59BBA3;
}
.table-head h2{
    font-size: 20px;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 25px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-head h1{
    background: #fff;
    font-size: 48px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 25px 0;
}
.table-head h1 span{
    font-size: 12px;
    color: #7f7f7f;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.table-body{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-body ul{
    margin: 0;
    padding-top: 33px;
    padding-bottom: 30px;
    list-style: none;
}
.table-body ul li{
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #EAE8E8;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-body ul li:last-child{
    display: block;
    padding-bottom: 0;
    border-bottom: none;
}
.table-body a {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 25px;
    box-shadow: 0 0 4px 4px #e2e2e2;
    color: var(--black);
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 33px;
    position: relative;
    text-transform: uppercase;
    top: 19px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/*----------------------------------------*/
/*  9. Newsletter Area
/*----------------------------------------*/ 

/*----------------------------------------*/
/*  10. Testimonial Area
/*----------------------------------------*/
.client-area .section-title p {
  margin-bottom: 5px;
}
.single-testimonial {
    background: var(--black) none repeat scroll 0 0;
    color: #ffffff;
    margin: 50px 85px;
    padding: 48px 105px;
    position: relative;
    text-align: center;
}
.single-testimonial i{
    position: absolute;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    background: var(--black);
    box-shadow: 0 0 5px 0px #ababab;
    left: -45px;
    top: -45px;
    content: "";
    font-size: 70px;
    line-height: 120px;
}
.single-testimonial p{
    margin-bottom: 25px;
}
.single-testimonial h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.testimonial-owl.owl-carousel .owl-item img {
  display: block;
  transform-style: preserve-3d;
  width: auto;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
}
/*----------------------------------------*/
/*  11. Map Area
/*----------------------------------------*/
.contact-map-size{
    width: 100%;
    height: 380px;
}
.map-area{z-index: 1}
/*----------------------------------------*/
/*  12. Newsletter Area
/*----------------------------------------*/
.newsletter-wrapper{
    background: var(--black);
    padding: 55px 40px;
    /*margin-top: -110px;*/
    z-index: 2;
    position: relative;
}
.newsletter-content h2{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.newsletter-content.section-title h2:after{background: none}
#mc-form {
  position: relative;
  width: 680px;
  margin: auto;
}
#mc-form > input {
    color: #000;
    font-size: 13px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 150px;
    background: #fff;
    border: none;
    height: 45px;
}
.newsletter-form input#mc-email::-moz-placeholder {color: #eaeaea;} 
.newsletter-form input[type="email"]::-webkit-input-placeholder {color: #eaeaea;}
#mc-form .default-btn {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  height: 45px;
  line-height: 34px;
  padding: 0 35px;
  position: absolute;
    font-weight: 600;
  right: 0px;
  top: -10px;
    border-radius: 0;
    text-transform: capitalize;
}
#mc-form .default-btn:hover{color: var(--black) !important }
#mc-form .default-btn:before {background: #fff none repeat scroll 0 0;z-index: -1}
.newsletter-area .default-btn:before, .newsletter-area .default-btn:after{display: none} 
.contact-form form{margin-top: 50px}
#contact-form .form-message,
#subscribe-form .subscribe-message{
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-form input, .contact-form textarea {
    border: 1px solid #252525;
}


/*====================== */
/*======= Product ========*/
/*====================== */

.product-card {
    overflow: hidden;
    padding: 15px;
    display: block;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product-img {
    width: 100%;
    height: 320px;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-content p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #353535;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    overflow: hidden;
}

/*====================== */
/*======= Product ========*/
/*====================== */



/* ========= videos ============ */

.video-card {
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.video-card iframe{
    width: 100%;
    height: 210px;
}

.video-card h4 {
    font-size: 20px;
    color: #252525;
    letter-spacing: 0.5px;
    padding: 0 10px;
}

/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


/* ========== Social Media ========= */

.socil-media-links li a i {
    font-size: 32px;
    color: var(--gold);
    cursor: pointer;
}

.quick-links li a{
    color: #fff !important;
}

.socil-media-links {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
}

    @media (max-width: 767px){
    
    .container{
        width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    
}


@media  screen and (max-width:576px){
    
    .mean-container .mean-bar {
        height: 75px;
        position: absolute;
        right: 0;
    }
    
    .mean-container a.meanmenu-reveal span {
        top: 15px;
    }
    
    .logo a img {
        width: 75px !important;
        height: 75px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .banner-social-btn{
        font-size: 12px !important;
        padding: 0 22px !important;
    }
    
    .top-bar .socil-media-links{
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    div#google_translate_element{
        display: flex;
        justify-content: center;
    }
    
    .video-frame {
        height: 245px;
        margin-bottom: 30px;
    }
    
    .mob-flex {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        align-content: center;
    }
    
    .product-img {
        width: 100%;
        height: 350px;
    }

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    
    
}

@media  screen and (max-width:360px){
    
    .mean-container .mean-bar{
        height: 75px;
        position: absolute;
        right: 0;
    }
    
    .mean-container a.meanmenu-reveal span{
        top: 15px;
    }
    
    .logo a img {
        width: 75px !important;
        height: 75px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .banner-social-btn{
        font-size: 12px !important;
        padding: 0 22px !important;
    }
    
    .top-bar .socil-media-links{
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    div#google_translate_element{
        display: flex;
        justify-content: center;
    }

}

.img-holder img {
    aspect-ratio: 3/3;
    /*height: 200px;*/
    object-fit: contain;
    /*border: 1px solid #efefef;*/
}

.khechari-area p {
    text-align: center;
    margin: 10px 0;
}

.khechari-info p {
    text-align: start;
}

.khechari-area h5 {
    text-align: center;
    margin-bottom: 15px;
}

   