/*!
 * Date: 20/08/2024
 * This is common style sheet for all pages, which have header and footer styles
 */

.btn-primary,
.navbar .btn-primary {
  width: 150px;
  height: 55px;
  line-height: 2;
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 0.5rem;
  white-space: nowrap;
  --bs-btn-color: #fff;
  --bs-btn-bg: #f57c00;
  --bs-btn-border-color: #f57c00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffa726;
  --bs-btn-hover-border-color: #ffa726;
  --bs-btn-focus-shadow-rgb: 6, 160, 160;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f57c00;
  --bs-btn-active-border-color: #f57c00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(255, 138, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f57c00;
  --bs-btn-disabled-border-color: #f57c00;
}
[id] {
  scroll-margin-top: 200px;
}
/* Banner section start */

.banner-section {
  position: relative;
}
.banner-section img {
  height: 480px;
  object-fit: cover;
}
.banner-section .youtube-thumbnail {
  height: 480px;
  object-fit: cover;
  width: 100%;
}
.banner-section .youtube-play-btn {
  position: absolute;
  background-image: url("../images/blogs/playbtn.svg");
  height: 72px;
  width: 72px;
  left: 50%;
  top: 45%;
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: all;
}
.banner-section .carousel-caption {
  /* width: 50%; */
  height: auto;
  text-align: left;
  right: auto;
  bottom: auto;
  left: 5%;
  bottom: 7%;
  background-color: #0000008c;
  padding: 2rem 1rem;
}
.banner-section h2 {
  font-family: "Roboto";
  font-size: 1.75rem;
  font-weight: 600;
  /* letter-spacing: -3px; */
}
.banner-section p {
  font-size: 1rem;
}
.banner-section .banner-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #ff7043;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
.banner-section iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  pointer-events: all;
}
.ytp-button {
  pointer-events: none !important;
}
.banner-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.banner-section .carousel-indicators [data-bs-target].active {
  height: 15px;
  width: 15px;
}

.banner-section .carousel-indicators a.active {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  border: 1px solid #fff;
  border-radius: 15px;
}

.banner-section .carousel-indicators {
  right: -2%;
  bottom: auto;
  top: 40%;
  left: auto;
  display: flex;
  flex-direction: column;
  margin-right: 5%;
  align-items: center;
  background-color: #0000005c;
  padding: 10px;
  border-radius: 20px;
}

.banner-section .carousel-indicators button,
.banner-section .carousel-indicators a {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.banner-section .banner-desc {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  width: 100%;
}
.banner-section .banner-btn {
  font-size: 16px;
}
.banner-section .downarrow-icon {
  height: 50px;
  position: relative;
  animation: bounce 0.5s linear 0s infinite alternate;
}
@keyframes bounce {
  from {
    top: 0px;
  }

  to {
    top: 10px;
  }
}
.banner-section .nextsection-icon {
  height: 75px;
  width: 75px;
  background-color: #00000054;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  padding: 0;
}

.banner-section #nextsection-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 90px;
}

/* Banner section end */
/* sample section start */
.sample-section {
  position: relative;
}

.sample-section .container {
  padding: 3rem 2rem 2rem;
}

.sample-section h1 {
  font-family: "Roboto";
  font-size: 44px;
  color: #3e2723;
  font-weight: 600;
  text-align: left;
  padding-bottom: 1rem;
}
.sample-section .descrip {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #424242;
  text-align: left;
}

.sample-section .sampletext-body {
  /* max-width: 750px; */
  margin: auto;
}

/* sample section end */
/* workshop section start */
.workshop-section {
  position: relative;
}

.workshop-section .row {
  width: 100%;
  margin: 0 auto;
}

.workshop-section .container {
  padding: 2rem 1rem 2rem;
}

.workshop-section h2 {
  font-family: "Roboto";
  font-size: 36px;
  color: #3e2723;
  font-weight: 600;
}

.workshop-section p {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 18px;
  padding-right: 10%;
}

.workshop-section .workshop-text-section {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.workshop-section .btn-cta {
  width: 175px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 700;
  padding: 1rem;
  white-space: nowrap;
  --bs-btn-color: #424242;
  --bs-btn-border-radius: 0.75rem;
  border: 1px solid #424242;
  box-shadow: lightgrey 2px 5px 11px 1px;
}

.workshop-section .c-action-btn {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.workshop-section .workshop-icon {
  width: 80px;
  margin-bottom: 2rem;
}

.workshop-img-section {
  text-align: end;
}

.workshop-img-section img {
  width: 500px;
  height: 550px;
  /* object-fit: cover; */
  border-radius: 7rem 0 7rem 0;
}

/* workshop section end */
/* aboutus section start */
.aboutus-section {
  position: relative;
}

.aboutus-section .row {
  width: 100%;
  margin: 0 auto;
}

.aboutus-section .container {
  padding: 2rem 1rem 2rem;
}

.aboutus-section h2 {
  font-family: "Roboto";
  font-size: 36px;
  color: #3e2723;
  font-weight: 600;
}

.aboutus-section p {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 18px;
}

.aboutus-section .aboutus-text-section {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.aboutus-section .btn-cta {
  width: 175px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 700;
  padding: 1rem;
  white-space: nowrap;
  --bs-btn-color: #424242;
  --bs-btn-border-radius: 0.75rem;
  border: 1px solid #424242;
  box-shadow: lightgrey 2px 5px 11px 1px;
}

.aboutus-section .c-action-btn {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.aboutus-section .aboutus-icon {
  width: 80px;
  margin-bottom: 2rem;
}

.aboutus-img-section img {
  width: 500px;
  height: 550px;
  /* object-fit: cover; */
  border-radius: 0 7rem 0 7rem;
}
/* aboutus section end */
/* articles section start */
.articles-section {
  position: relative;
}
.articles-section .row {
  width: 100%;
  margin: 0 auto;
}

.articles-section .container {
  padding: 2rem 1rem 2rem;
}

.articles-section h2 {
  font-family: "Roboto";
  font-size: 36px;
  color: #3e2723;
  font-weight: 600;
}

.articles-section p {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 18px;
  padding-right: 11%;
}

.articles-section .articles-text-section {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.articles-section .btn-cta {
  width: 175px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 700;
  padding: 1rem;
  white-space: nowrap;
  --bs-btn-color: #424242;
  --bs-btn-border-radius: 0.75rem;
  border: 1px solid #424242;
  box-shadow: lightgrey 2px 5px 11px 1px;
}

.articles-section .c-action-btn {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.articles-img-section {
  text-align: end;
}

.articles-section .articles-icon {
  width: 80px;
  margin-bottom: 2rem;
}

.articles-img-section img {
  width: 500px;
  height: 550px;
  object-fit: cover;
  border-radius: 7rem 0 7rem 0;
}
/* articles section end */
/* browse gallery section start */
#browsegallerySection .c-action-btn {
  text-align: center;
}
#browsegallerySection .btn-cta {
  width: 175px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 700;
  padding: 1rem;
  white-space: nowrap;
  --bs-btn-color: #424242;
  --bs-btn-border-radius: 0.75rem;
  border: 1px solid #424242;
  box-shadow: lightgrey 2px 5px 11px 1px;
  margin-top: 3rem;
}
.browsegallery-section {
  position: relative;
}

.browsegallery-section .row {
  width: 100vw;
  margin: 0 auto;
}

.browsegallery-section .container {
  padding: 2rem 0 3rem;
}

.browsegallery-section h2 {
  font-family: "Roboto";
  font-size: 2.5rem;
  color: #3e2723;
  font-weight: 600;
}

.browsegallery-section .browsegallery-body {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.browsegallery-section p {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 1.4rem;
  /* padding-right: 10%; */
  margin-bottom: 2rem;
}

.browsegallery-section .browsegallery-slider {
  flex-direction: row;
  max-width: 100%;
  margin: 2rem auto;
}

.browsegallery-slider .slick-list {
  max-width: 100%;
  margin: 0 auto;
}
.browsegallery-slider.slick-initialized .slick-slide {
  margin: 10px 0px;
  padding: 0 3px 0 6px;
}
.browsegallery-slider .slick-prev {
  position: absolute;
  left: 0.75rem;
  top: 1.8rem;
}
.browsegallery-slider .slick-next {
  position: absolute;
  right: 0.75rem;
  top: 1.8rem;
}
.browsegallery-slider .slick-prev,
.browsegallery-slider .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 66px;
  height: 66px;
  padding: 0;
  top: 47%;
  cursor: pointer;
  color: transparent;
  border: 1px solid #f57c00;
  border-radius: 50%;
  outline: none;
  background: #f57c00;
}
.browsegallery-slider .slick-prev.slick-disabled,
.browsegallery-slider .slick-next.slick-disabled {
  border: 1px solid #d8d8d8;
  pointer-events: none;
}
.browsegallery-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;
}
.browsegallery-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;
}
.browsegallery-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>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.browsegallery-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>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.browsegallery-section .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 45%;
  display: block;
  width: 500px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.browsegallery-section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.browsegallery-section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.browsegallery-section .slick-dots li button:before {
  font-family: "slick";
  font-size: 34px;
  line-height: 24px;
  position: absolute;
  top: -10%;
  left: 22%;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #f3f3f3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.browsegallery-section .slick-dots li.slick-active button:before {
  font-size: 45px;
}

.browsegallery-section .slick-dots li.slick-active {
  height: 47px;
  border-radius: 50%;
}

.browsegallery-section .slick-dots li.slick-active button {
  padding: 5px;
}

.browsegallery-section .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f57c00;
  top: 24%;
  left: 28%;
}

.browsegallery-section .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.35s ease-in-out;
  object-fit: cover;
}

.browsegallery-img {
  height: 420px;
  width: 390px !important;
  border-radius: 15px;
  margin-bottom: 4rem;
  position: relative;
  /* transition: all 0.35s ease-in-out; */
  /* overflow: hidden; */
}

/* .browsegallery-section .browsegallery-img:nth-of-type(4), .browsegallery-section .browsegallery-img:nth-of-type(5), .browsegallery-section .browsegallery-img:nth-of-type(6){
  margin-bottom: 3rem;
} */

.browsegallery-img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  /* object-fit: contain; */
}

.youtube-thumbnail {
  object-fit: contain;
}

.browsegallery-img .youtube-play-btn {
  position: absolute;
  background-image: url(../images/blogs/playbtn.svg);
  height: 72px;
  width: 72px;
  left: 44%;
  top: 44%;
  background-repeat: no-repeat;
}
/** 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: 40%;
  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: 12px;
  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: 12px;
  margin-left: 5px;
}
.collage-mob-slider .card {
  height: 20rem;
  max-height: 20rem;
  max-width: 85% !important;
  overflow: hidden;
  padding: 0;
}
.collage-mob-slider .card img {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}
.collage-mob-slider .card:hover img {
  transform: scale(1.2);
}
.collage-mob-slider .card-description-section {
  padding: 0.5rem !important;
}
.collage-mob-slider.slick-initialized .slick-slide {
  text-align: center;
}
.collage-mob-slider .card-description-section h6 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.collage-mob-slider .card-icon-section h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.collage-mob-slider .card-description-section p {
  font-size: 0.95rem;
  margin-bottom: 0.65rem;
}
.collage-mob-slider .card-icon-section.p-4 {
  padding: 1rem !important;
}
.collage-mob-slider .card-description-section .flip-btn {
  width: 170px;
  height: 40px;
  padding: 0.5rem 0rem !important;
  font-size: 0.75rem;
}
.browsegallery-img iframe {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
div[id^="youtube_thumbnail"],
.video-content.youtube-player {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 15px;
  transition: all 0.35s ease-in-out;
  object-fit: cover;
  position: relative;
  background-color: #000;
}

/** Mobile Slider controls start here **/

/* .browsegallery-section .browsegallery-img:hover img {
	transform: scale(1.1);
} */

/* .browsegallery-img:hover img{
	transform: scale(1.1);
} */

/* browse gallery section end */

/* Higher resolution styles start */

@media (min-width: 1367px) {
  .browsegallery-section .row {
    width: 1185px;
    margin: 0 auto;
  }
  .sample-section .sampletext-body {
    max-width: 80vw;
    margin: auto;
  }
  .workshop-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 90%;
  }
  .workshop-section .workshop-text-section p,
  .articles-section .articles-text-section p {
    padding-right: 0;
  }
  .aboutus-section .aboutus-text-section p {
    padding-left: 0;
  }
  .browsegallery-slider .slick-list {
    max-width: 1185px;
    /* max-width: 98vw; */
  }
  .browsegallery-img {
    height: 480px;
    width: 390px;
  }
  .browsegallery-section .browsegallery-body {
    max-width: 80%;
  }
}

/* Higher resolution styles end */

/* tablet styles start */

@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  .banner-section .nextsection-icon {
    bottom: 10%;
  }
  .workshop-section .container,
  .aboutus-section .container,
  .articles-section .container {
    max-width: 95%;
  }
  .browsegallery-section .container {
    max-width: 97%;
  }
  .workshop-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
  }
  .aboutus-section .aboutus-text-section {
    padding: 0 2rem;
  }
  .aboutus-section p {
    padding-right: 0;
  }
  .browsegallery-slider .slick-list {
    max-width: 1000px;
    margin: auto;
  }
  .browsegallery-img {
    height: 400px;
    width: 32% !important;
  }

  .browsegallery-section .row {
    width: 1000px;
    margin: 0 auto;
    justify-content: center;
  }
  .browsegallery-img .youtube-play-btn {
    left: 42%;
    top: 40%;
  }
  .banner-section .carousel-caption {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .banner-section .banner-desc {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    width: 100%;
  }
  .banner-section img {
    height: 400px;
  }
  .banner-section .youtube-thumbnail {
    height: 400px;
  }
  .banner-section h2 {
    font-size: 1.75rem;
  }
  .banner-section .carousel-caption {
    width: 75%;
    left: 5%;
  }
  .banner-section .carousel-indicators {
    right: 0%;
  }
  .banner-section .nextsection-icon {
    bottom: 10%;
    left: 45%;
  }
  .sample-section .container {
    padding: 3rem 7rem 3rem;
  }
  .sample-section h1 {
    font-size: 2.5rem;
  }
  .workshop-section .container,
  .aboutus-section .container,
  .articles-section .container {
    padding: 2rem 7rem 2rem;
    max-width: 100%;
  }
  .browsegallery-section .container {
    padding: 2rem 7rem 9rem;
    max-width: 100%;
  }
  .workshop-section .workshop-text-section,
  .workshop-section .workshop-img-section,
  .aboutus-section .aboutus-img-section,
  .aboutus-section .aboutus-text-section,
  .articles-section .articles-text-section,
  .articles-section .articles-img-section {
    width: 100%;
  }
  .workshop-section p,
  .aboutus-section p,
  .articles-section p,
  .browsegallery-section p {
    padding-right: 0;
  }
  .workshop-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
    height: 450px;
  }
  .aboutus-section .aboutus-text-section {
    margin-top: 2rem;
  }
  .sample-section .container {
    max-width: 100%;
  }
  .collage-mob-slider .slick-list {
    width: 450px;
  }
  .browsegallery-img {
    height: 400px;
    margin-bottom: 3rem;
  }
  .browsegallery-img img {
    border-radius: 10px;
  }
  .browsegallery-section .row {
    display: flex;
    justify-content: center;
    width: 450px;
    margin-top: 1rem;
  }
  .browsegallery-slider.slick-initialized .slick-slide {
    padding: 0;
    width: 450px;
  }
  .browsegallery-img {
    width: 200px;
    padding: 0 7px;
  }
  .browsegallery-slider .slick-next {
    right: -1.5rem;
    width: 45px;
    height: 45px;
  }
  .browsegallery-slider .slick-prev {
    left: -1.5rem;
    width: 45px;
    height: 45px;
  }
  .browsegallery-slider .slick-next:before {
    width: 25px;
    height: 17px;
    margin-left: 8px;
  }
  .browsegallery-slider .slick-prev:before {
    width: 25px;
    height: 17px;
    margin-left: 8px;
  }
  .browsegallery-slider.slick-initialized .slick-slide {
    padding: 0;
    width: 450px;
  }
  .browsegallery-img .youtube-play-btn {
    left: 45%;
    top: 42%;
  }
  .banner-section iframe {
    min-height: 400px;
  }
  .banner-section .carousel-item {
    background-color: #000;
  }
  .banner-section .youtube-thumbnail {
    object-fit: scale-down;
    height: 400px;
  }
  .banner-section img {
    object-fit: scale-down;
  }
}
/* tablet styles end */

/* mobile portrait and landscape styles start */

@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .banner-section .banner-desc {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    width: 100%;
  }
  .banner-section img {
    height: 400px;
  }
  .banner-section .youtube-thumbnail {
    height: 400px;
  }
  .banner-section h2 {
    font-size: 1.75rem;
  }
  .banner-section .carousel-caption {
    width: 75%;
    left: 10%;
  }
  .banner-section .carousel-indicators {
    right: 0%;
  }
  .banner-section .nextsection-icon {
    bottom: 10%;
    left: 45%;
  }
  .sample-section .container {
    padding: 3rem 7rem 3rem;
  }
  .sample-section h1 {
    font-size: 2.5rem;
  }
  .workshop-section .container,
  .aboutus-section .container,
  .articles-section .container {
    padding: 3rem 7rem 2rem;
    max-width: 100%;
  }
  .workshop-section .workshop-text-section,
  .workshop-section .workshop-img-section,
  .aboutus-section .aboutus-img-section,
  .aboutus-section .aboutus-text-section,
  .articles-section .articles-text-section,
  .articles-section .articles-img-section {
    width: 100%;
  }
  .workshop-section p,
  .aboutus-section p,
  .articles-section p,
  .browsegallery-section p {
    padding-right: 0;
  }
  .workshop-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
    height: 450px;
  }
  .aboutus-section .aboutus-text-section {
    margin-top: 2rem;
  }
  .sample-section .container {
    max-width: 100%;
  }
  .browsegallery-section .container {
    padding: 2rem 7rem 2rem;
    max-width: 100%;
  }
  .browsegallery-img,
  .browsegallery-img img {
    height: 400px;
    padding: 0;
    text-align: center;
    /* margin-bottom: 2rem; */
  }
  .collage-mob-slider .slick-list {
    width: 50vw;
  }
  .collage-mob-slider .slick-prev,
  .collage-mob-slider .slick-next {
    width: 50px;
    height: 50px;
  }
  .collage-mob-slider .slick-prev:before,
  .collage-mob-slider .slick-prev.slick-disabled:before,
  .collage-mob-slider .slick-next:before,
  .collage-mob-slider .slick-next.slick-disabled:before {
    width: 28px;
    height: 16px;
    margin-left: 9px;
  }
  .collage-section .card {
    width: 100%;
    margin: 0.5rem auto;
    height: 25rem;
    max-height: 25rem;
  }
  .browsegallery-section .row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 400px;
    margin-top: 1rem;
  }
  .browsegallery-slider.slick-initialized .slick-slide {
    padding: 0;
    width: 450px;
  }
  .browsegallery-img {
    width: 400px !important;
    padding: 0 7px;
  }
  .browsegallery-slider .slick-list {
    max-width: 100%;
    margin: 0 auto;
  }
  .browsegallery-section .slick-dots {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .browsegallery-slider .slick-next {
    right: -1.5rem;
    width: 45px;
    height: 45px;
  }
  .browsegallery-slider .slick-prev {
    left: -1.5rem;
    width: 45px;
    height: 45px;
  }
  .browsegallery-slider .slick-next:before {
    width: 25px;
    height: 17px;
    margin-left: 8px;
  }
  .browsegallery-slider .slick-prev:before {
    width: 25px;
    height: 17px;
    margin-left: 8px;
  }
  .browsegallery-slider.slick-initialized .slick-slide {
    padding: 0;
    width: 450px;
  }
  .browsegallery-img .youtube-play-btn {
    left: 44%;
    top: 44%;
  }
  .banner-section iframe {
    height: 400px;
  }
  .banner-section .carousel-item {
    background-color: #000;
  }
  .banner-section .youtube-thumbnail {
    object-fit: scale-down;
  }
  .banner-section img {
    object-fit: scale-down;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .sample-section h1,
  .workshop-section h2,
  .aboutus-section h2,
  .articles-section h2,
  .browsegallery-section h2 {
    font-size: 2rem;
  }
  .banner-section .banner-desc {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    width: 100%;
  }
  .aboutus-section .row {
    flex-direction: column-reverse;
  }
  .banner-section .carousel-item {
    background-color: #000;
  }
  .banner-section img {
    object-fit: scale-down;
  }
  .aboutus-section .c-action-btn {
    margin-bottom: 2.5rem;
  }
  .banner-section h2 {
    font-size: 1.75rem;
  }
  .banner-section .carousel-caption {
    width: 80%;
    left: 20px;
    bottom: 5%;
  }
  .banner-section .carousel-indicators {
    right: 0%;
  }
  .banner-section .nextsection-icon {
    bottom: 10%;
    left: 40%;
  }
  .sample-section .container {
    padding: 3rem 1rem 1rem;
    max-width: 100%;
  }
  .browsegallery-section {
    width: 100%;
  }
  .browsegallery-section .row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: -2px;
  }
  .browsegallery-img,
  .browsegallery-img img {
    height: 300px;
    padding: 0;
    text-align: center;
    /* margin-bottom: 2rem; */
  }
  .browsegallery-img {
    width: 45%;
    padding: 0 7px;
  }
  .banner-section .youtube-thumbnail {
    object-fit: scale-down;
  }
  .browsegallery-slider .slick-prev,
  .browsegallery-slider .slick-next {
    top: 44%;
  }
  .workshop-section .container,
  .aboutus-section .container,
  .articles-section .container {
    padding: 3rem 1.5rem 3rem;
    max-width: 100%;
  }
  .workshop-section p,
  .aboutus-section p,
  .articles-section p,
  .browsegallery-section p {
    padding-right: 0;
  }
  .workshop-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
    height: 300px;
  }
  /* .aboutus-section .aboutus-text-section {
    margin-top: 2rem;
  } */
  .browsegallery-section .container {
    max-width: 100%;
    padding: 3rem 1rem 3rem;
  }
  .browsegallery-section .slick-dots {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .browsegallery-slider .slick-next {
    right: -0.9rem;
    width: 30px;
    height: 30px;
  }
  .browsegallery-slider .slick-prev {
    left: -0.9rem;
    width: 30px;
    height: 30px;
  }
  .browsegallery-slider .slick-next:before {
    width: 15px;
    height: 11px;
    margin-left: 8px;
  }
  .browsegallery-slider .slick-prev:before {
    width: 15px;
    height: 11px;
    margin-left: 8px;
  }
  .browsegallery-slider.slick-initialized .slick-slide {
    padding: 0;
    width: 96vw;
  }
  .browsegallery-img .youtube-play-btn {
    left: 44%;
    top: 44%;
  }
}
@media only screen and (min-width: 250px) and (max-width: 300px) and (orientation: portrait) {
  .browsegallery-slider .slick-next:before {
    width: 15px;
    height: 11px;
    margin-left: 5px;
  }
  .browsegallery-slider .slick-prev:before {
    width: 15px;
    height: 11px;
    margin-left: 6px;
  }
  .browsegallery-slider .slick-prev {
    left: -0.9rem;
    width: 25px;
    height: 25px;
  }
  .browsegallery-slider .slick-next {
    right: -0.9rem;
    width: 25px;
    height: 25px;
  }
  .browsegallery-section .row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: -3px;
  }
}
/* mobile styles end */
