@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

*{
   margin: 0;
   padding: 0;
}
/* h1, h2, h3, h4, p{
    font-family: "Roboto", sans-serif;
} */
h1{
    font-size: 3.5rem;
    
}
h2,
  h3,
  h4,
  h5 {
    color: #505050 !important;
    /* padding-bottom: 15px; */
  }

  h2 span {
    /*display: inline-block;*/
    margin-right: 30px;
    height: 20px;
    padding: 1rem;
    color: white;
    border-left-width: 6px;
    border-left-style: solid;
    border-image-source: linear-gradient(to bottom, #fd9001, #0074bc);
    border-image-slice: 1;
  }

.hero{
    background-image: url(./assets/home-banner-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    width: 100%;
    
} 
.hero-inner{
    background-color: #0074bc63;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    width: 100%;
    
}
.symptoms{
    /*height: auto;*/
    background-color: rgb(0, 116, 188, .06);
    
}
.pros-yoga-right div{
    /*height: 400px;*/
    width: 100%;
    margin-left: -20px;
    background-color: #3c3c3c85;
}
.pros-yoga{
    background: url('https://websitedemos.net/yoga-instructor-02/wp-content/uploads/sites/286/2020/01/image-03.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
}


/* class css */

/* body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f3f6f7;
}

.container {
    display: flex;
    width: 100%;
    height: 100vh;
} */

.left-panel {
    /* width: 50%; */
    padding: 20px;
    background-color: #fff;
}

.toggle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.toggle span {
    font-size: 18px;
    margin-right: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
    margin: 0 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #00bcd4;
}

input:checked + .slider:before {
    transform: translateX(14px);
}

.class-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.class-time {
    font-size: 16px;
    font-weight: bold;
}

.class-details h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.class-details p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #757575;
}

.reserve-btn {
    background-color: #00bcd4;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

.right-panel {
    /* width: 50%; */
    /*background: linear-gradient(to right, rgba(0, 188, 212, 0.7), rgba(0, 188, 212, 0.9)), url('https://via.placeholder.com/600');*/
    background: url('./assets/yoga-background.avif');
    background-size: contain;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-repeat: no-repeat;
    background-position:center;
}

.class-info {
    text-align: left;
}

.customize-btn {
    background-color: #006064;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 20px;
}

.class-info h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.class-info p {
    font-size: 18px;
    line-height: 1.4;
}
@media only screen and (max-width: 750px) {
    .pros-yoga-left img{
        display: none;
    }
    .pros-yoga-right div{
        /* display: flex; */
        margin: 0;
    }
    .symptoms-div-3{
        display: none;
    }
    h2 span{
        display: none !important;
    }
     .banner-text-sub-heading{
    font-size: 2.5rem!important;
}
  }
.divider svg {
    display: block;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    fill: #1370b5;
}
.divider {
    position: relative;
    display: block;
    width: 60px;
    height: 20px;
    margin-top: 30px;
}
.divider {
    margin: 30px auto 0;
}
.hero-1{
    background: url('./assets/holi-ban.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}

.banner-text-sub-heading{
    font-size: 3.5rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
.banner-text-heading{
    font-size: 1.25rem !important;
}

button.accordion-button.collapsed {
    color: white;
}