/*!
 * Date: 03/09/2024
 * This is style sheet for about us page
 */
/* workshop banner section start */
.workshopbanner-section {
  position: relative;
}

.workshopbanner-section .workshopbanner-img {
  width: 100%;
  height: 540px;
}

.workshopbanner-section .workshopbanner-text-section {
  position: absolute;
  height: auto;
  width: auto;
  text-align: left;
  right: auto;
  bottom: auto;
  left: 5%;
  bottom: 7%;
  padding: 0;
  max-width: 40%;
}

.workshopbanner-section .workshopbanner-text-section h1 {
  font-family: "Roboto";
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
}

.workshopbanner-section .workshopbanner-text-section p {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  width: 100%;
  word-wrap: break-word;
  margin-bottom: 0;
}

.workshopbanner-section .workshopbanner-description {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: 100%;
  align-content: center;
  background-color: #0000008c;
  padding: 2rem 1rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ffffff;
}

/* Top mask */
.workshopbanner-section .workshopbanner-description::before {
  top: 0;
  height: 65px;
  width: 1px;
  background: white;
}

/* Bottom mask */
.workshopbanner-section .workshopbanner-description::after {
  bottom: 0;
  height: 65px;
  width: 1px;
  background: white;
}
*/

/* workshop banner section end */

/* All workshop section start */
.allworkshops-section {
  position: relative;
}

.allworkshops-section .container {
  padding: 4rem 0 2rem;
}

.allworkshops-section .container > .row {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.allworkshops-section .card .row {
  display: flex;
  justify-content: center;
  text-align: center;
}

.allworkshops-section h2 {
  font-family: "Roboto";
  font-size: 2.75rem;
  color: #3e2723;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}

.allworkshops-section p {
  font-family: "Jost", sans-serif;
  text-align: center;
  color: #424242;
  font-size: 1.25rem;
}

.allworkshops-section .card h5 {
  font-family: "Roboto";
  font-size: 1.5rem;
  color: #3e2723;
  font-weight: 600;
  padding-top: 7rem;
}

.allworkshops-section .card-img {
  display: block;
  /* filter: brightness(50%); */
  object-fit: cover;
  height: 260px;
  width: 260px;
  border-radius: 50%;
  margin: auto;
  /* position: absolute;
	transform: translate(21%, -50%); */
  /* top: -130px;
    left: 45px; */
}

.allworkshops-section .card {
  height: 260px;
  width: 260px;
  border: none;
  margin: 0 auto;
  /* height: 345px; */
}

/* .allworkshops-section .card .card-body {
	height: 345px;
} */

.allworkshops-section .row {
  justify-content: space-between;
}

.allworkshops-section .profile-card {
  display: block;
  object-fit: cover;
  height: 260px;
  width: 100%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  /* top: -130px; */
}

.allworkshops-section .profile-card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.allworkshops-section .profile-card .profile-title {
  max-width: 220px;
}

.allworkshops-section .profile-card .profile-title h6 {
  font-family: "Roboto", serif;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 600;
  padding: 0.25rem;
  background-color: #00000087;
  margin-bottom: 0;
  min-width: 220px;
  max-height: 150px;
  overflow: hidden;
  border-radius: 10px;
}

.allworkshops-section .cards-section {
  justify-content: center;
  margin-top: 4rem;
  max-height: 985px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: all 2s;
}

.allworkshops-section .allworksops-cards-section {
  margin-bottom: 4rem;
  /* margin-top: 11rem; */
  padding: 0 20px;
  /* animation: scroll 15s linear infinite;  */
}
.allworkshops-section .cards-section::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}

.allworkshops-section .cards-section::-webkit-scrollbar-thumb {
  background-color: #f57c00;
  border-radius: 4px;
}

.allworkshops-section .cards-section::-webkit-scrollbar-thumb:hover {
  background-color: #f57c00;
}

.allworkshops-section .cards-section::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 4px;
}

.allworkshops-section .allworksops-cards-section.animation {
  margin-bottom: 4rem;
  padding: 0 20px;
  /* animation: scroll 15s linear infinite; */
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-975px);
  }
}

.allworkshops-section .allworkshops-dropdown .all-dropdown {
  font-size: 1.1rem;
  padding: 0.75rem 0.5rem 0.75rem 1.5rem;
  margin: 1rem auto 1.5rem;
  border: 1px solid #424242;
  width: 95%;
  border-radius: 0.75rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/assets/images/workshop/dropdown-arrow.svg") no-repeat right
    center;
  background-position: calc(100% - 10px) center;
  background-size: 20px;
}

.allworkshops-dropdown select.all-dropdown option {
  font-size: 1.1rem;
}

.allworkshops-section .all-dropdown:focus-visible {
  outline: none;
}

.allworkshops-section .btn-cta {
  width: 190px;
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 700;
  padding: 0.5rem;
  white-space: nowrap;
  --bs-btn-color: #424242;
  --bs-btn-border-radius: 1rem;
  border: 1px solid #424242;
}

.allworkshops-section .arrow-icon {
  transition: all 0.5s;
}

.allworkshops-section .btn-cta:hover .arrow-icon {
  translate: 10px;
}

/* All workshop section end */

/* Participants section start */

.participants-section {
  position: relative;
}

.participants-section .container {
  padding: 3rem 0 8rem;
}

.participants-section .container > .row {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.participants-section h2 {
  font-family: "Roboto";
  font-size: 2.75rem;
  color: #3e2723;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
}

.participants-section .slick-slider {
  height: 600px;
  margin-top: 4rem;
}

.participants-section .slick-list {
  overflow: visible;
}

.participants-section .slick-track {
  top: 22px;
}

.participants-section .participants-slider .slick-slide {
  position: relative;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.5s ease;
  transform: translateY(10%);
}

.participants-section .participants-slider .slick-slide {
  width: 400px;
}

.participants-section .participants-slider .slick-slide.slick-center {
  width: 500px;
  height: 470px;
  box-shadow: #b3aeaead 0px 0px 100px 0px;
  border-radius: 20px;
  transform: translateY(0%);
}

.participants-slider .card h5 {
  font-family: "Roboto";
  font-size: 1.5rem;
  color: #3e2723;
  font-weight: 600;
}

.participants-slider .card p {
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
  color: #424242;
}

.participants-slider .card .card-body p {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  color: #424242;
}

.participants-section .card .row {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 415px;
  padding: 50px 0 40px;
}

.participants-section .slick-slide.slick-center .card .row {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 415px;
  padding: 100px 0 40px;
}

.participants-section .quote img {
  padding: 0px 0 30px;
  margin: auto;
  height: 60px;
}

.participants-section .slick-slide.slick-center .quote img {
  padding: 20px 0;
  margin: auto;
  height: 70px;
}

.participants-section .partic-card-description {
  height: 100%;
  overflow-y: auto;
  padding: 1rem 1.5rem 0.25rem;
}

.participants-section .partic-card-description::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}

.participants-section .partic-card-description::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.participants-section .partic-card-description::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.participants-section .partic-card-description::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 4px;
}

.participants-section .partic-card-description.animation {
  margin-bottom: 4rem;
  padding: 0 20px;
  animation: participantsscroll 15s linear infinite;
}

@keyframes participantsscroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-975px);
  }
}

.participants-section .participants-slider .card {
  border-radius: 20px;
  border: none;
  padding: 0 30px;
  width: 400px;
  height: 410px;
  box-shadow: #999696ad 0px 0px 40px 0px;
  border-radius: 20px;
}

.participants-section .participants-slider .slick-slide.slick-center .card {
  border-radius: 20px;
  border: none;
  padding: 0 70px;
  width: 500px;
  height: 470px;
}

.participants-section .slick-slide.slick-center .card .card-img {
  display: block;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: -65px;
  left: 175px;
}

.participants-section .card .card-img {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: -55px;
  left: 150px;
}

.participants-section .card-img {
  display: block;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: -65px;
  left: 175px;
}

.participants-section
  .participants-slider
  .slick-slide
  .card
  .card-img-overlay
  .card-title {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.participants-section
  .participants-slider
  .slick-slide
  .card
  .card-img-overlay
  .card-text {
  font-size: 0.65rem;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.participants-section
  .participants-slider
  .slick-slide
  .card
  .card-img-overlay
  a {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.participants-section .participants-slider .slick-prev,
.participants-section .participants-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 100%;
  display: block;
  width: 53px;
  height: 53px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 50%;
  outline: none;
  background: transparent;
  display: inline-block;
  align-self: end;
  margin-left: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.participants-section .participants-slider .slick-prev::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 6vw;
  top: 50%;
  transform: translateY(-50%);
}

.participants-section .participants-slider .slick-prev {
  position: absolute;
  /* left: 35%;
	top: 1.8rem; */
}

.participants-section .participants-slider .slick-next {
  position: absolute;
  /* right: 0.75rem;
	top: 1.8rem; */
}

.participants-section .participants-slider .slick-prev,
.participants-section .participants-slider .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 66px;
  height: 66px;
  padding: 0;
  top: 100%;
  cursor: pointer;
  color: transparent;
  /* border: 1px solid #F57C00; */
  border-radius: 50%;
  outline: none;
  /* background: #F57C00; */
}

.participants-section .participants-slider .slick-prev.slick-disabled,
.participants-section .participants-slider .slick-next.slick-disabled {
  border: 1px solid #d8d8d8;
  pointer-events: none;
}

.participants-section .participants-slider .slick-prev.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}

.participants-section .participants-slider .slick-next.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}

.participants-section .participants-slider .slick-prev:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  /* background-position: left; */
  /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>'); */
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2259.5%22%20y%3D%2259.5%22%20width%3D%2259%22%20height%3D%2259%22%20rx%3D%2229.5%22%20transform%3D%22rotate%28-180%2059.5%2059.5%29%22%20fill%3D%22white%22%20fill-opacity%3D%220.4%22%20stroke%3D%22black%22%2F%3E%3Cpath%20d%3D%22M33.5996%2038.4L25.1996%2030L33.5996%2021.6%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  width: 100%;
  height: 100%;
  /* margin-left: 13px; */
}

.participants-section .participants-slider .slick-next:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  /* background-position: right; */
  /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>'); */
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2259%22%20height%3D%2259%22%20rx%3D%2229.5%22%20fill%3D%22white%22%20fill-opacity%3D%220.4%22%20stroke%3D%22black%22%2F%3E%3Cpath%20d%3D%22M26.4%2021.6L34.8%2030L26.4%2038.4%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  width: 100%;
  height: 100%;
  /* margin-left: 13px; */
}

.participants-section .participants-slider .slick-prev {
  left: 39%;
  z-index: 1;
}

.participants-section .participants-slider .slick-next {
  right: 38%;
}

/* Participants section end */

/** Mobile Slider controls start here **/
.collage-mob-slider .slick-list {
  width: 76vw;
  margin: 0 auto;
}

.collage-mob-slider .slick-prev,
.collage-mob-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border: 1px solid #f57c00;
  border-radius: 50%;
}

.collage-mob-slider .slick-prev {
  left: -25px;
}

.collage-mob-slider .slick-next {
  right: -25px;
}

.collage-mob-slider .slick-prev.slick-disabled,
.collage-mob-slider .slick-next.slick-disabled {
  pointer-events: none;
  border: 1px solid #d8d8d8;
}

.collage-mob-slider .slick-prev.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 24px;
  height: 12px;
  margin-left: 5px;
}

.collage-mob-slider .slick-next.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 24px;
  height: 12px;
  margin-left: 5px;
}

.collage-mob-slider .slick-prev:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 24px;
  height: 14px;
  margin-left: 5px;
}

.collage-mob-slider .slick-next:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 24px;
  height: 14px;
  margin-left: 5px;
}

/** Mobile Slider controls start here **/
/* Higher resolution styles start */
@media (min-width: 1920px) {
  .participants-section .participants-slider .slick-prev::after {
    left: 7.3vw;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .participants-section .participants-slider .slick-prev::after {
    left: 6.7vw;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .participants-section .participants-slider .slick-prev::after {
    left: 6.3vw;
  }
  .workshopbanner-section .workshopbanner-text-section {
    left: 6%;
  }

  .allworkshops-section .allworksops-cards-section {
    width: 382px;
  }

  .allworkshops-section .row {
    justify-content: center;
  }
}

/* Higher resolution styles end */

/* tablet styles start */

@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  .allworkshops-section .allworksops-cards-section {
    width: 315px;
  }

  .allworkshops-section .row {
    max-width: 990px;
  }

  .allworkshops-section .card-img {
    height: 200px;
    width: 200px;
  }
  .allworkshops-section .card {
    height: 200px;
    width: 200px;
  }
  .allworkshops-section .profile-card {
    height: 200px;
  }

  .allworkshops-section .allworkshops-dropdown .all-dropdown option {
    font-size: 0.5rem;
  }

  .allworkshops-section .profile-card .profile-title h6 {
    font-size: 1.5rem;
    padding: 1rem 1rem;
  }
  .allworkshops-section .profile-card .profile-title {
    max-width: 180px;
  }
  .allworkshops-section .profile-card .profile-title h6 {
    min-width: 180px;
  }

  .allworkshops-section .container {
    max-width: 95%;
  }

  .participants-section .participants-slider .slick-prev::after {
    left: 13vw;
  }

  .participants-section .participants-slider .slick-prev {
    left: 30%;
  }

  .participants-section .participants-slider .slick-next {
    right: 30%;
  }

  .participants-section br {
    display: none;
  }

  .workshopbanner-section .workshopbanner-text-section {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .workshopbanner-section .workshopbanner-description {
    background-color: transparent;
  }

  .workshopbanner-section .workshopbanner-text-section {
    max-width: 70%;
    width: 70%;
    left: 5%;
  }

  .workshopbanner-section .workshopbanner-description {
    width: 100%;
    left: 20px;
  }

  .workshopbanner-section .workshopbanner-description::before {
    height: 100%;
  }

  .workshopbanner-section .workshopbanner-description::after {
    height: 100%;
  }

  .allworkshops-section .allworksops-cards-section {
    padding: 0;
  }

  .allworkshops-section .allworkshops-dropdown .all-dropdown option {
    font-size: 0.5rem;
  }

  .allworkshops-section .card-img {
    height: 240px;
    width: 240px;
  }
  .allworkshops-section .allworksops-cards-section.animation {
    padding: 0;
  }

  .allworkshops-section .cards-section {
    max-width: 360px;
    justify-content: center;
    padding: 0;
    max-height: 100%;
  }

  .allworkshops-section .container {
    padding: 4rem 7rem 1rem;
    max-width: 100%;
  }

  .allworkshops-section h2 {
    font-size: 2.5rem;
  }

  .allworkshops-section p {
    font-size: 1.4rem;
  }

  .allworkshops-section .allworksops-cards-section {
    width: 240px;
  }

  .allworkshops-section .allworksops-cards-section {
    width: 240px;
  }

  .allworkshops-section .profile-card {
    transform: none;
  }

  .allworkshops-section .card {
    width: 240px;
    box-shadow: none;
    padding: 0 10px;
  }

  .allworkshops-section .profile-card .profile-title h6 {
    font-size: 1.5rem;
    max-width: 165px;
  }

  .allworkshops-section .slick-slide img {
    display: inline;
  }

  .participants-section h2 {
    font-size: 2.5rem;
  }

  .participants-section br {
    display: none;
  }

  .participants-section .participants-slider .slick-slide.slick-center .card {
    width: 400px;
    height: 450px;
  }

  .participants-section .participants-slider .slick-slide.slick-center {
    width: 400px;
    height: 450px;
  }

  .participants-section .participants-slider .card {
    width: 330px;
    height: 450px;
  }

  .participants-section .participants-slider .slick-slide {
    width: 330px;
    height: 450px;
  }

  .participants-section .card .card-img {
    left: 115px;
  }

  .participants-section .participants-slider .slick-slide {
    margin: 0 1.5rem;
  }

  .participants-section .participants-slider .card {
    padding: 0 20px;
  }

  .participants-section .slick-slide.slick-center .card .card-img {
    left: 130px;
  }

  .participants-section .participants-slider .slick-slide.slick-center .card {
    padding: 0 20px;
  }

  .participants-section .participants-slider .slick-prev {
    left: 25%;
    z-index: 1;
  }

  .participants-section .participants-slider .slick-next {
    right: 25%;
  }

  .participants-section .container {
    padding: 2rem 7rem 5rem;
    max-width: 100%;
  }

  .participants-section .participants-slider .slick-prev::after {
    left: 11vw;
  }
}

/* tablet styles end */

/* mobile styles start */

@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .workshopbanner-section .workshopbanner-description {
    background-color: transparent;
  }

  .workshopbanner-section .workshopbanner-text-section {
    max-width: 70%;
    width: 70%;
    left: 5%;
    /* height: 270px; */
  }

  .workshopbanner-section .workshopbanner-description {
    width: 100%;
    left: 20px;
  }

  .workshopbanner-section .workshopbanner-description::before {
    height: 100%;
  }

  .workshopbanner-section .workshopbanner-description::after {
    height: 100%;
  }

  .allworkshops-section .allworksops-cards-section {
    padding: 0;
  }

  .allworkshops-section .card-img {
    height: 200px;
    width: 200px;
    transform: none;
  }

  .allworkshops-section .container {
    padding: 4rem 7rem 1rem;
    max-width: 100%;
  }

  .allworkshops-section .profile-card .profile-title {
    max-width: 215px;
  }

  .allworkshops-section .row {
    justify-content: center;
    padding: 0;
    max-width: 400px;
    max-height: 100%;
  }

  .allworkshops-section h2 {
    font-size: 2.5rem;
  }

  .allworkshops-section p {
    font-size: 1.4rem;
  }

  .allworkshops-section .card {
    width: 240px;
    height: 240px;
    box-shadow: none;
  }
  .allworkshops-section .card-img {
    width: 240px;
    height: 240px;
  }
  .allworkshops-section .profile-card {
    height: 240px;
  }

  .allworkshops-section .profile-card .profile-title h6 {
    font-size: 1.5rem;
    max-width: 160px;
  }

  .participants-section .container {
    padding: 1rem 7rem 6rem;
    max-width: 100%;
  }

  .participants-section .participants-slider .slick-prev::after {
    width: 80px;
    left: 9vw;
  }

  .participants-section h2 {
    font-size: 2.5rem;
  }

  .participants-section br {
    display: none;
  }

  .participants-section .participants-slider .slick-slide.slick-center .card {
    width: 330px;
    height: 450px;
  }

  .participants-section .participants-slider .slick-slide.slick-center {
    width: 330px;
    height: 450px;
  }

  .participants-section .participants-slider .card {
    width: 300px;
    height: 450px;
  }

  .participants-section .participants-slider .slick-slide {
    width: 300px;
    height: 450px;
  }

  .participants-section .card .card-img {
    left: 100px;
  }

  .participants-section .participants-slider .slick-slide {
    margin: 0 1.5rem;
  }

  .participants-section .participants-slider .card {
    padding: 0 20px;
  }

  .participants-section .slick-slide.slick-center .card .card-img {
    left: 95px;
  }

  .participants-section .participants-slider .slick-slide.slick-center .card {
    padding: 0 20px;
  }

  .participants-section .participants-slider .slick-prev {
    left: 30%;
    z-index: 1;
  }

  .participants-section .participants-slider .slick-next {
    right: 27%;
  }
  .workshopbanner-section .workshopbanner-img {
    object-fit: contain;
  }
  #bannersectionCarousel {
    background-color: #000;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .workshopbanner-section .workshopbanner-img {
    object-fit: contain;
  }
  #bannersectionCarousel {
    background-color: #000;
  }
  .workshopbanner-section .workshopbanner-description {
    background-color: transparent;
    padding: 0.5rem;
  }

  .workshopbanner-section .workshopbanner-text-section {
    max-width: 85%;
    width: 85%;
    left: 5%;
    height: auto;
    bottom: 1%;
  }

  .workshopbanner-section .workshopbanner-text-section p {
    font-size: 1.25rem;
  }

  .allworkshops-section h2 {
    font-size: 2rem;
  }

  .allworkshops-section .allworksops-cards-section {
    padding: 0;
  }

  .allworkshops-section .row {
    justify-content: center;
    padding: 0;
    max-height: 100%;
  }

  .allworkshops-section .container {
    padding: 4rem 1rem 1rem;
    max-width: 100%;
  }

  .allworkshops-section .card {
    width: 240px;
    height: 240px;
    box-shadow: none;
  }
  .allworkshops-section .card-img {
    width: 240px;
    height: 240px;
  }
  .allworkshops-section .profile-card {
    height: 240px;
  }

  .allworkshops-section .profile-card .profile-title h6 {
    font-size: 1.25rem;
    max-width: 160px;
  }

  .participants-section .container {
    padding: 3rem 1rem 3rem;
    max-width: 100%;
  }

  .participants-section .slick-slider {
    max-width: 425px;
  }

  .participants-section h2 {
    font-size: 2rem;
  }

  .participants-section br {
    display: none;
  }

  .participants-section .participants-slider .slick-prev,
  .participants-section .participants-slider .slick-next {
    top: 240px;
  }

  .participants-section .participants-slider .slick-slide.slick-center .card {
    width: 270px;
  }

  .participants-section .participants-slider .slick-slide.slick-center {
    width: 300px;
  }

  .participants-section .slick-slide.slick-center .card .card-img {
    left: 65px;
  }

  .participants-section .participants-slider .slick-slide.slick-center .card {
    padding: 0 15px;
    margin: auto;
  }

  .participants-section .participants-slider .slick-prev {
    left: -10px;
  }

  .participants-section .participants-slider .slick-next {
    right: -10px;
  }
  .participants-slider .card p {
    margin-bottom: 0.5rem;
  }
  .participants-section .participants-slider .slick-prev,
  .participants-section .participants-slider .slick-next {
    height: 35px;
    width: 35px;
  }
  .participants-section .participants-slider .slick-next:before,
  .participants-section .participants-slider .slick-prev:before {
    /* width: 60%;
    height: 60%; */
    background-size: contain;
  }

  .participants-section .participants-slider .slick-prev::after {
    display: none;
  }

  .participants-section .participants-slider .slick-slide.slick-center {
    box-shadow: #6c6a6a14 0px 0px 10px 0px;
  }

  .workshopbanner-section .workshopbanner-description {
    width: 100%;
    left: 20px;
  }

  .workshopbanner-section .workshopbanner-description::before {
    height: 100%;
  }

  .workshopbanner-section .workshopbanner-description::after {
    height: 100%;
  }
}

/* mobile styles end */
