*{
    top: 0;
    left: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}

.btn {
    color: #fff;
    background: #153C33;
    padding: 8px 25px;
    font-size: 1.2rem;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    transition: .5s ease;

}

.btn:hover {
    color: #619E90;
    background: #fff;
    border: 2px solid #619E90;
}

a {
    text-decoration: none;
}

h1 {
    font-size: clamp(2.1rem, 5vw, 3.6rem);
}

h1, h2 {
    font-family: "Oswald", sans-serif;
}

/****************** nav1 **************************/

.nav1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    width: 100%;
    background: linear-gradient(90deg, #153C33, #ccc);
    color: #fff;
    
}

.nav1 .contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 25px;
}

.nav1 .contact-icon p {
    /* margin-left: 20px; */
    padding: 0 25px;
    /* background: #000; */
    transition: .3s ease-in;
    cursor: pointer;
}


.nav1 .contact-icon p:hover {
    color: #fff;
}

.nav1 .icon {
    margin: auto 50px;
    cursor: pointer;
}

.nav1 .icon a i {
    color: #fff;
    padding: 0 15px;
    transition: .3s ease-in;
}

.nav1 .icon i:hover {
    color: #619E90;
    
}

/********************************** nav2 *************************************/

.navbar {
    background: #fff;
    border-bottom: 2px solid #153C33;
    position: sticky;
    z-index: 99;
}

.navbar a img {
    height: 50px;
    width: 50px;
}

.navbar .top-btn {
    color: #fff;
    display: block;
    background: #153C33;
    padding: 8px 14px;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    transition: .4s ease;
    
}

.navbar .top-btn:hover {
    background: #fff;
    color: #619E90;
    border: 5px solid #619E90;
    transform: rotate(-2deg);
    /* box-shadow: 0 0 15px 5px; */
}

.navbar-toggler {
    border: 3px solid #153C33;
    border-radius: .25rem;
    box-shadow: none;
}

.navbar-toggler i {
    color: #619E90;
    font-size: 1.4rem;
}

.navbar ul li a {
    text-transform: uppercase;
    color: black;
    font-size: 1rem;
    font-weight: 500;
    transition: .3s ease;
}

.navbar ul li a:hover {
    color: #619E90;
}

.nav-item .dropdown-menu {
    border: 2px solid coral;
    padding: 15px 10px;
}

.nav-item ul li:hover {
    background: #fff;
}

hr {
  border: none;
  border-top: 2px dashed coral;
  /* width: 120px;
  margin: 10px auto; */
}

.collapse .bottom-btn {
    color: #fff;
    display: block;
    background: #153C33;
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: 500;
    border: none;
    transition: .4s ease;
    
}

.collapse .bottom-btn:hover {
    background: #fff;
    color: #619E90;
    border: 3px solid #619E90;
    transform: rotate(-2deg);
    /* box-shadow: 0 0 15px 5px; */
}

/* ****************************header section *************************/

.header {
    height: 80svh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../all-yoga-images/ananya-head.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay{
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .head-text h1 {
    color: #fbf6ef;
    font-size: 3rem;
    font-weight: 800;
    /* border-bottom: 2px solid coral;
    border-top: 2px solid coral;
    padding: 12px 0; */
}


/**************************** about section *******************************************/

.about .main-text {
    text-align: center;
    margin-bottom: 20px;
}

.about .main-text h2 {
    font-size: 1.8rem;
    font-weight: 400;
}

.about .main-text img {
    height: 40px;
    width: 160px;
}

.about .main-text p {
    color: #619E90;
    font-size: 1.3rem;
    font-weight: 500;
}

.about .about-card {
    display: flex;
    margin: auto;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    text-align: center;
    border-radius: 18px;
    background: #e6e3e3;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    transition: .5s ease;
}

/* .about .about-card:hover {
    transform: scale(1.1);
} */

.about .about-card img {
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    margin-bottom: 20px;

}

.about .about-card .about-card-text {
    margin-bottom: 20px;
    text-align: center;
    /* background: #000; */

}

.about .about-card .about-card-text p {
    font-size: 1.7rem;
    font-weight: 500;
}

.about-contant {
    display: flex;
    flex-direction: column;
}

.about-contant p {
    color: #6e6c6c;
}

.about-contant p span {
    color: #619E90;
    font-weight: 500;
}

/* button{
    color: #fff;
    background: coral;
    border: none;
    padding: 8px 20px;
    font-size: 1.2rem;
    border-radius: 8px; 
    margin: auto;
    transition: .5s ease;    
}

button:hover {
    color: coral;
    background: #fff;
    border: 2px solid coral;
    padding: 8px 25px;
    font-size: 1.4rem;
    border-radius: 10px;     
} */

/**************************** card section *******************************************/

.trust-card .main-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    
}

.trust-card .main-card .text-card {
    border: 2px solid #153C33;
    border-radius: 8px;
    text-align: center;
    box-shadow: 10px 20px 20px #6e6c6c;
    margin: 20px;
    padding: 15px;
}

.trust-card .main-card .text-card h2 {
    font-size: 1.2rem;
    font-weight: 500;

}

.trust-card .main-card .text-card h2 span {
    color: #619E90;
    font-size: 1.4rem;
    font-weight: 700;
}

.trust-card .main-card .text-card p {
    color: #6e6c6c;
    font-size: 1.1rem;
    font-weight: 400;

}

/**************************** contact section *******************************************/

.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../all-yoga-images/contact-bg.png");
}

.contact .contact-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact .contact-text h1 {
    color: #619E90;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact .contact-text p {
    color: #fff;
}

.contact .contact-text p span {
    color: #619E90;
    font-size: 1.1rem;
}

.contact .contact-img img {
    width: 100%;
    height: 100%;
}

/**************************** course section *******************************************/

.course .course-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px auto;
}

.course .course-text h2 {
    font-size: 2.5rem;
}

.course .course-text img {
    height: 40px;
    width: 180px;
    margin-bottom: 15px;
}

.course .course-text h4 {
    color: #619E90;
    margin-bottom: 14px;

}

.course .course-text p {
    color: #6e6c6c;
}

.course .course-text p span {
    color: black;
    font-size: 1.rem;
    font-weight: 400;
}

.course .courses-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    border: 2px solid #153C33;
    border-radius: 12px;
    margin: 15px;
    padding-bottom: 14px;
    transition: .4s ease;
    
}

.course .courses-card:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px 4px #619E90;
}

.course .courses-card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 5px solid #153C33;
}

.course .courses-card h4 {
    color: #619E90;
    font-size: 1.3rem;
    padding-top: 12px;
    text-align: center;

}

.course .courses-card h4 span {
    font-size: 2rem;
    font-weight: 700;
}

.course .courses-card .detail-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 8px;
}

.course .courses-card hr {
    color: #619E90;
    margin-bottom: -5px;
    margin-top: -5px;
    margin: 0 8px;
    
}

.course .courses-card .detail-sec h3 {
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 5px;
}

.course .courses-card .detail-sec p {
    color: #619E90;
    font-weight: 400;

}

.course .courses-card .detail-sec a .btn1 {
    background: #153C33;
    color: #fff;
    padding: 6px 10px;
    border: none;
    border-radius: 8px;
    transition: .3s ease;
}

.course .courses-card .detail-sec a {
    margin-top: 13px;
}

.course .courses-card .detail-sec a .btn1:hover {
    color: #619E90;
    background: #fff;
    border: 2px solid #153C33;
}

.course .courses-card .detail-sec .btn2 {
    padding: 6px 10px;
    border-radius: 8px;
    color: #fff;
    border: 2px solid #619E90;
    background: #153C33;
    transition: .3s ease;
}

.course .courses-card .detail-sec .btn2:hover {
    background: #000;
    color: #619E90;
}

/**************************** About section *******************************************/

.about .about-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about .about-text img {
    height: 40px;
    width: 180px;
    margin-bottom: 15px; 
    margin: auto;  
}

.about .about-text h1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
}

.about .about-text p {
    color: #6e6c6c;
}

.about .about-img {
    max-width: 450px;
    width: 100%;
    /* max-height: 200px;
    height: 200px; */
    margin: auto;
    
}

/**************************** Teacher section *******************************************/

.teachers .teacher-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.teachers .teacher-header img {
    height: 40px;
    width: 180px;
    margin-bottom: 15px;
}

.teachers .teacher-header h4 {
    color: #619E90;
    padding-bottom: 15px;
}

.teachers .teacher-header p {
    text-align: center;
    padding-bottom: 20px;
    color: #6e6c6c;
}

.teachers .teacher-header p span {
    color: #619E90;
    font-size: 1.1rem;
    font-weight: 400;
}

.teachers .scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    gap: 20px;
}

.teachers .scroll::-webkit-scrollbar{
    display: none;
}

.scroll .main-scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: spin 15s linear infinite;
}

@keyframes spin {
    from{
        transform: translateX(0%);
    }
    to{
        transform: translateX(-100%);
    }
    
}

/* .teachers .scroll:hover{
    animation-play-state: paused;
} */

.teachers .teacher-card {
    border: 2px solid #153C33;
    padding: 12px;
    border-radius: 12px;
    text-align: center;
} 

.teachers .teacher-card img {
    width: 270px;
    height: 310px;
    
    object-fit: cover;
    border: 4px solid #153C33;
    /* box-shadow: 0 0 15px 5px #153C33; */
    border-radius: 12px;
    transition: .6s ease-in-out;
}

.teachers .teacher-card img:hover {
    transform: rotate(-2deg);
    box-shadow: 0 0 15px 5px #619E90;

}

.teachers .teacher-card h3 {
    font-size: 1.3rem;
    margin-top: 15px;
}

/* .teachers .teacher-card p {
    text-align: center;
    color: #6e6c6c;
} */

/**************************** detail section *******************************************/

.detail .detail-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.detail .detail-sec .style {
    height: 40px;
    width: 180px;
    margin-bottom: 15px;   
}

.detail .detail-sec h4 {
    color: #619E90;
    font-weight: 600;
    margin-bottom: 15px;
}

.detail .detail-sec p {
    color: #6e6c6c;
    text-align: center;
}

.detail .detail-sec .detail-img {
    border: 3px solid #153C33;
    border-style: dotted;
    box-shadow: 0 0 15px 5px;
    margin: 20px;
}

/**************************** Testimonial section *******************************************/

.testimonial .testimonial-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonial .testimonial-head img {
    height: 40px;
    width: 180px;
    margin-bottom: 15px; 
}

.testimonial .testimonial-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}



.testimonial .testimonial-card {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    transition: .6s ease;
    background: #153C33;
    box-shadow: 0 0 15px 5px #619E90;
    color: #fff;
    margin: 20px;
    padding: 15px;
    border-radius: 14px;
}

.testimonial .testimonial-card:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px 5px;
}

.testimonial .testimonial-card .test-img {
    width: 80px;
    height: 80px;
    border: 2px solid #619E90;
    border-radius: 50%;
    margin: 25px auto;
}

.testimonial .testimonial-card h4 {
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
    color: #fff;
}

.testimonial .testimonial-card h5 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
}

.testimonial .testimonial-card p {
    color: #ccc;
    padding: 12px;
}

.testimonial .testimonial-card p a {
    color: #619E90;
}

.testimonial .testimonial-card .rating {
    display: flex;
    align-items: center;
    margin-left: -15px;
    justify-content: space-between;
    margin-bottom: 15px;
    background: #fff;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    width: 80%;
    padding: 5px 13px;
}

.testimonial .testimonial-card .rating i {
    color: coral;
}

.testimonial .testimonial-card .rating .google-logo img {
    height: 50px;
    width: 55px;
    /* margin-right: -30px; */
}

/********************************* footer section ********************************/

.Footer
{
	background-color: #153C33;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Footer .foot-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 14px;
}

.Footer .fot h3
{
	color: white;
	font-weight: 500;
    font-size: 1.5rem;
}

.Footer .foot-cont {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Footer p
{
	padding: 0;
	color: #ffffc7;
    font-size: 1.1rem;
    font-weight: 400;

}

.Footer i {
    color: #fff;
    font-size: 1.7rem;
    /* margin-left: 8px; */
}

.Footer .follow i 
{
    color: #fff;
	font-size: 25px;
	cursor: pointer;
}

Footer .follow i:hover
{
	box-shadow: 0 0 15px 5px;
    color: #619E90;
	font-size: 30px;
}

.Footer h2 {
    font-size: clamp(1.2rem, 5vw, 1.9rem);
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.ttpl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;

}

.ttpl img {
    height: 50px;
    width: 50px;
}


/************************************** booknow section **************************************/

.modal-content {
  border-radius: 14px;
  border: 2px solid #153C33;
}

.modal-title {
  font-weight: 600;
}

.form-control {
  background: #fbf6ef;
}

/************************************** whatsapp-icon section **************************************/

.whatsapp-float {
  position: fixed;
  top: 80%;
  left: 20px;
  background-color: #25d366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  color: #fff;
}









/******************************* Responsive **************************************/

@media (max-width: 991px) {

    .nav1 {
        display: none;
    }

    .collapse .nav-bottom {
        display: none;
    }

    .contact .contact-img img {
        display: none;
    }

    

}



@media (min-width: 992px) {
    .navbar .top-btn {
        display: none;
    }
}

@media (max-width: 576px) {
  .whatsapp-float {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}














