body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 30px 0;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img.logo-white {
    width: 150px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #212121;
    font-weight: 500;
    transition: all 0.2s;
}

.navbar a.nav-link:hover {
    color: #cf2e2e;
    transition: all 0.2s;
}


.navbar-nav {
    align-items: center;
}

a {
    color: #cf2e2e;
}
.btn-one{
  border: solid 2px #cf2e2e;
    padding: 8px 40px;
    border-radius: 10px;
    background-color: #cf2e2e;
   color: #fff !important;
    transition: all 0.5s; 
    margin-left: 20px;
}
.btn-one:hover {
    background-color: #fff;
    color: #cf2e2e !important;
    transition: all 0.5s;
}

.template-name{
    color:  #cf2e2e;
}
.template-name:hover{
    color:  #cf2e2e;
}
.banner-bg {
    background: rgba(39, 34, 34, 0.33) url(img/yoga.jpg);

    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.btn-1 {
    border: solid 2px #cf2e2e;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #cf2e2e;
    color: #fff;
    transition: all 0.5s;

}

.btn-1:hover {
    background-color: #fff;
    color: #cf2e2e;
    transition: all 0.5s;
}

.heading {
    color: #cf2e2e;
}



.img-box {
    overflow: hidden;
    transition: all 0.4s; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img-box img {
    overflow: hidden;
    position: relative;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  transition: all 0.4s linear;

}


.img-box img:hover {
    transform: scale(1.2);
    transition: all 0.4s linear;
    display: block; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.about-icon {
    font-size: 30px;
    background-color: #cf2e2e;
    border: solid 2px #cf2e2e;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    transition: all 0.4s;
}

.about-icon:hover {
    background-color: #fff;
    color: #cf2e2e;
    transition: all .4s;
}

.about-btn {
    border: solid 2px #cf2e2e;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #cf2e2e;
    color: #fff;
    transition: all 0.5s;

}

.about-btn:hover {
    background-color: #fff;
    color: #cf2e2e;
    transition: all 0.5s;
}

.benefits-card h4 {
    color: #cf2e2e;
    text-align: center;
}

.benefits-card img {
    border-radius: 10px;
}

.join-btn a {
    color: #cf2e2e;
}

.class-card {
    height: 100%;
}

.class-text {
    padding: 10px;
    box-shadow: 0px 4px 15px rgba(124, 114, 114, 0.31);
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.class-card img { 
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.class-text:hover h5 {
    color: #cf2e2e;
}

.popular-icon {
    color: #cf2e2e;
    margin-left: 15px;
}

.price h6 {
    background-color: rgb(199, 33, 33);
    padding: 8px 6px;
    color: #fff;


}

.card-4 {
    padding: 10px;
    box-shadow: 0px 4px 15px rgba(124, 114, 114, 0.31);
    text-align: center;

}

.card-4 h5 {
    color: #cf2e2e;
}

.best-area {

    background: rgba(20, 16, 16, 0.9) url(img/0011.jpg);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    animation: change 20s infinite ease-in-out;
    background-attachment: fixed;
}

.btn-3 {
    border: solid 2px #cf2e2e;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #cf2e2e;
    color: #fff;
    transition: all 0.5s;
}

.btn-3:hover {
    background-color: #fff;
    color: #cf2e2e;
    transition: all 0.5s;
}

.team-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.4s;


}


.team-text {
    text-align: center;
    box-shadow: 0px 4px 15px rgba(124, 114, 114, 0.31);
    padding-bottom: 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.team-icon {
    font-size: 20px;


}

.icon-design {
    border: solid 2px #cf2e2e;
    background-color: #cf2e2e;
    padding: 5px 9px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    transition: all .4s;
}

.icon-design:hover {
    border: solid 2px #cf2e2e;
    background-color: #fff;
    color: #cf2e2e;
    transition: all .4s;
}

.team-card:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -60px;
}

.testimonial-card {
    border: solid 2px rgba(173, 136, 136, 0.27);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    transition: all .4s;
}

.testimonial-card:hover {
    border: solid 2px #cf2e2e;
    transition: all .4s;
}
.footer-menu li a{
    color:  #000;
   
}
.footer-menu li a:hover{
    color:  #cf2e2e;
}
.contact-info a{
    color: #000;
}
.contact-info a:hover{
    color:  #cf2e2e;
}
.footer-bg{
    background-color:  rgba(219, 188, 188, 0.45);
}

@media screen and (max-width: 600px) {

.container {
    overflow-x: hidden;
}
    
}
