.mobile_web-one{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 400px;
    background: rgb(34,153,170);
    background: linear-gradient(80deg, rgba(34,153,170,1) 0%, rgba(1,12,36,1) 100%);
}

.mobile_web-one .about-molecule-one{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.mobile_web-one .about-molecule-two{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
}

.mobile_web_main h1{
    color: white;
    font-weight: 200;
    text-transform: uppercase;
}

.btn-carrer{
    scrollbar-width: 20px;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .mobile_web-link {
    max-width: 211px;
    display: flex;
    gap: 8px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    color: inherit;
  }
  .mobile_web-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    margin: auto 0;
  }
.paragraph1{
    margin-top: 60px;
}
  .mobile_web-studio{
    color: white;
    letter-spacing: 7px;
  }
  .custom-notification-box{
    display: none;  
  }
  
  .notification-box{
      display: none;
  }

  .carousel-item .workshop-img{
    width: 90%;
  }

  .workshop-hr{
    width: 80%;
    background-color: black;
  }

  .workshop-title{
    font-size: 26px;
    font-weight: 600;
  }


  /* Base Styling */
.container {
    padding: 20px;
}

.workshop-img {
    max-width: 100%;
    height: auto;
}

.workshop-title-sub{
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    padding-right: 50px;
    color: #2499ab;
}

@media only screen and (max-width: 768px) {
    .mobile_web-one .about-molecule-one{
        display: none;
    }

    .mobile_web-one .about-molecule-two{
        display: none;
    }
    .workshop-title {
        font-size: 1.5rem;
    }

    .carousel-inner img {
        height: auto;
    }

    .team-member {
        font-size: 0.9rem;
    }
    
    .btn {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    .workshop-title-sub {
        font-size: 19px;
        padding-right: 0px;
        color: #2499ab;
    }
}

@media (max-width: 576px) {
    .carousel-item {
        display: block;
        margin: 0 auto;
    }

    .paragraph {
        text-align: left;
    }

    .btn-lg {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }

    .workshop-title {
        font-size: 1.25rem;
    }

    ul.list-unstyled {
        padding-left: 1rem;
    }
}


.workshop-container{
    width: 100%;
    max-width: 1600px;
}

.carousel-inner .size-reduce{
    width: 75%;
}
.custom-padding-workshop{
    padding-left: 10%;
    padding-right: 10%;
}

