.learnwithUsBanner{
    /* background-image: url(./img/image\ 5.png); */
    background: linear-gradient(#eb5805, rgba(235, 88, 5, 0.5)),
    url("./img/image\ 5.png");
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.learrnBannerContent{
    margin-top: 150px;
    text-align: center;
}

.studioPresents{
    font-family: Oswald;
font-size: 24px;
font-weight: 400;
line-height: 35.62px;
letter-spacing: 0.12em;
text-align: center;
color: white;
}

.marquee-container {
    overflow: hidden;
    width: 100%;
  }
  
  .marquee {
    display: flex;
    justify-content: space-between;
    animation: animate_text 10s linear infinite;
    white-space: nowrap;
  }
  
  .artistName2 {
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    color: white;
    font-family: Oswald;
    font-size: 64px;
    font-weight: 400;
    line-height: 94.85px;
    text-align: left;
    padding-right: 50px; /* Adjust space between the repeated texts */
  }
  
  @keyframes animate_text {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(-100%);
    }
  }

  .professionalDiv{
    padding: 50px 0;
    border-bottom: 15px solid #eb5805;
  }

  .artofprofessional{
    font-family: Josefin Sans;
font-size: 24px;
font-weight: 500;
line-height: 23.92px;
letter-spacing: 0.01em;
text-align: center;
padding-bottom: 20px;
  }

  .SAMEEr{
    font-family: Josefin Sans;
font-size: 32px;
font-weight: 700;
line-height: 32px;
text-align: center;
color: #eb5805;
  }

  .course-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mainCourseContainer {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    background-color: #f8f8f8;
    margin: 0;
    flex-direction: column;
    padding: 50px 0;
}

.mainCourseContainer .container {
    display: flex;
    gap: 0px;
}

.mainCourseContainer .card {
    /* background-color: white; */
    width: 300px;
    padding: 30px;
    border-radius: 0px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border-left: 1px solid rgba(164, 164, 164, 1); */
}
.mainCourseContainer .card2 {
    /* background-color: white; */
    width: 300px;
    padding: 30px;
    border-radius: 0px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 2px solid rgba(164, 164, 164, 1);
}
.mainCourseContainer h2 {
    color: #ff6600;
    font-family: Oswald;
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    
}

.show{
    display:flex !important;
    justify-content:center;
        align-items: center;
}

.modal-content2{
    width: 700px;
    margin: auto;
    padding: 15px;
    background-color: white;
}


.modal-title{
    text-align: center;
    font-size: 35px;
    font-family: Oswald;
}

.modal-body p{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    font-family: Oswald;

}

.close2{
    position: absolute;
    top: 5%;
    right: 3%;
    background: transparent;
    border: navajowhite;
    font-size: 50px;
}

.mainCourseContainer p {
    font-family: Josefin Sans;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px !important;

}

.mainCourseContainer button {
    background-color: #000000;
    color: white;
    padding: 9px 18px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

.mainCourseContainer hr{
    height: 2px;
    background-color: rgba(164, 164, 164, 1);
    width: 40%;
}

@media(max-width:580px){
    .learnwithUsBanner {
        background: linear-gradient(#eb5805, rgba(235, 88, 5, 0.5)), url(./img/image\ 5\ resp.png);
        height: 65vh;

    }
    .mainCourseContainer .container {
        flex-direction: column;
    }
    .mainCourseContainer hr{
      display: none;
    }
    .mainCourseContainer .card2{
        border: none;
    }
    .artofprofessional {
        font-size: 17px;
    }
    
    .professionalDiv {
        padding: 35px 0;
    }
    
    .SAMEEr {
        font-size: 25px;
    }
    
    .learrnBannerContent {
        margin-top: 70px;
    }
    
    .artistName2 {
        font-size: 45px;
    }
    .modal-content2 {
        width: 85%;
    }
}

@media (min-width:581px) and (max-width:820px){
    .mainCourseContainer .container {
    display: flex;
    width: 100%;
    gap: 0px;
}
}

@media (min-width:821px) and (max-width:1200px){
    .learrnBannerContent{
        margin-top: 250px;
        text-align: center;
    }   
    .studioPresents {
        font-family: Oswald;
        font-size: 40px;
        font-weight: 400;
        line-height: 65.62px;
        letter-spacing: 0.12em;
        text-align: center;
        color: white;
    }
}