/*
* Theme Name: NetScriper 
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/
@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --color-primary: #0b06c2;
  --color2: #f6c262;
}

body {
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background: white;
}

a {
  text-decoration: none;
  color: black;
}

a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

#go-top {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 10000000;
}

/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}

ul.page-numbers li {
  float: left;
  height: 35px;
  width: 35px;
  list-style: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .current-menu-item {
    background-color: #ffffff90;
  }
}

.aspect-1 {
  aspect-ratio: 1;
}

ul.page-numbers li span.current {
  color: #000;
  font-size: 16px;
}

.content-img img {
  width: 100%;
  height: auto;
}

/* 404 error */
.error img {
  position: relative;
  margin: 0 auto;
}

.back-home-wrap p {
  font-size: 21px;
  margin-top: 50px;
}

.back-home-wrap {
  text-align: center;
  left: 0;
  right: 0;
}

.w-fit {
  width: fit-content;
}

.error {
  height: 400px;
}

.back-home {
  margin-top: 14px;
  border-radius: 0;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.gap-70 {
  gap: 70px;
}

.gap-80 {
  gap: 80px;
}

.gap-90 {
  gap: 90px;
}

.gap-100 {
  gap: 100px;
}

/* Breadcrumb */

#breadcrumbs {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#breadcrumbs li {
  display: inline-block;
}

/*********************** Widget ******************/
.mywidget h4 {
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

.widget-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.widget ul li a {
  color: #333;
  font-family: "Raleway", sans-serif;
  border-bottom: 1px solid #ddd;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.widget ul li a::before {
  content: "";
  position: absolute;
  border: 1px solid var(--color1);
  bottom: 0;
  width: 53px;
}

.widget ul li a:hover::before {
  content: "";
  position: absolute;
  border: 1px solid var(--color1);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s ease;
}

.widget ul li a:hover,
.widget ul li a:focus {
  color: var(--color1);
  text-decoration: none;
  outline: none;
}

.widget ul {
  padding-left: 0;
  list-style-type: none;
}

.sidebar {
  margin-top: 30px;
}

/* sub banner */

.sub_banner {
  background-image: url("/wp-content/themes/ns-zayyarlinphotography/images/subbanner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  z-index: 1;
}

.sub_banner_bg {
  background-image: url("/wp-content/themes/ns-zayyarlinphotography/images/subbannerbg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  z-index: 0;
}

.sub_banner_caption {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

/* .sub_banner_caption * {
  color: white;
}

@media (min-width: 542px) {
  .sub_banner_caption * {
    color: black;
  }
}

@media (min-width: 768px) {
  .sub_banner {
    background-position: center;
  }
} */

@media (min-width: 992px) {
  .sub_banner {
    height: 350px;
  }

  .sub_banner_bg {
    height: 350px;
  }

  .sub_banner_caption {
    left: 30px;
  }
}

.relative {
  position: relative;
}

.banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.theme-inner-banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(32 33 38 / 60%);
}

.text-justify {
  text-align: justify;
}

.count-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid #000;
  color: #000;
}

.gap-10 {
  gap: 10px;
}

.pd-50 {
  padding-top: 50px;
  padding-top: 50px;
}

.workshop-box {
  background: #ddd;
  position: relative;
  padding: 30px;
  background: #eee;
  border-radius: 20px;
  overflow: hidden;
  max-width: 440px;
  margin: auto;
  margin-bottom: 20px;
}

.rounded-20 {
  border-radius: 20px;
}

.workshop-box .bg-img {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 141px;
  height: 141px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.workshop-box a {
  text-decoration: none;
  color: #000;
}

.workshop-box h6 {
  color: #000;
  font-weight: 600;
  min-height: 38px;
}

.workshop-box img {
  border-radius: 18px;
}

.workshop-box .inner-content {
  padding: 20px;
}

.workshop-box .location i {
  color: #000;
}

.workshop-box .location {
  color: #585858;
  font-size: 14px;
}

.workshop-box .inner-content p {
  color: #585858;
  font-size: 14px;
}

a.see-workshop i {
  padding-left: 5px;
}

a.see-workshop {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.theme-inner-banner img.img-fluid {
  width: 100%;
}

.workshop-box .inner-content p {
  min-height: 84px;
}

/* about-us */
.about-img {
  max-width: 270px;
  border-radius: 100%;
  margin: auto;
}

.focus-image {
  margin-top: -50px;
  margin-bottom: -50px;
}

.focus-section {
  background: rgba(18, 18, 18, 1);
  color: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.focus-image img {
  border-radius: 20px;
}

.focus-image {
  margin-left: 50px;
}

.g-10 {
  gap: 10px;
}

.focus-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.focus-section {
  position: relative;
}

.wrapper {
  margin: 0 auto;
  /* padding: 0 16.66% 50px; */
  width: 100%;
}

article.award-timeline {
  position: relative;
  /* max-width: 980px; */
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 50px 20px;
}

.award-timeline__nav {
  position: absolute;
  z-index: 99;
  top: 20%;
  transition: top 0.3s ease-out;
}

.award-timeline__nav.fixed {
  position: sticky;
}

.award-timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}

.award-timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-size: 2rem;
}

.award-timeline__nav ul li.active {
  font-weight: bold;
  color: #000;
  border-bottom: 1px dotted transparent;
  transform: scale(1.2);
}

.award-timeline__nav ul li:hover {
  color: #000;
}

.gallerySwiper {
  width: 100%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
}

.gallerySwiper img {
  max-width: 100%;
  object-fit: cover;
}

.gallerySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #000;
  top: unset;
  left: unset;
  right: unset;
  color: #000;
  margin-top: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}

.inner-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.social-list a {
  text-decoration: none;
}

.form-control {
  border-radius: 0px;
  border: 1px solid #000;
  font-size: 15px;
  padding: 15px;
}

.btn.g-recaptcha {
  background: #000;
  width: 100%;
  border-radius: 0px;
  padding: 15px;
  color: #fff;
}

section.home-slider {
  position: relative;
  /* overflow-x: hidden; */
}

div#slider_sync2 {
  position: absolute;
  right: 0;
  left: 45%;
  bottom: 15px;
  width: 55%;
}

#slider_sync1 .owl-dots {
  width: 49%;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 15px;
  height: 55px;
  display: flex;
  justify-content: center;
}

#slider_sync2 .owl-nav {
  margin-top: 10px;
  text-align: left;
}

button.owl-next span,
button.owl-prev span {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

#slider_sync1.owl-theme .owl-dots .owl-dot span {
  width: 100%;
  height: 3px;
  background: rgba(135, 135, 135, 1);
}

#slider_sync1 button.owl-dot.highlight-prev span,
#slider_sync1 button.owl-dot.active span {
  opacity: 1;
  background: #fff !important;
  border-radius: 0px;
}

#slider_sync1.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 17%;
  border-radius: 0px;
}

div#slider_sync2 .owl-nav {
  display: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

@media (min-width: 542px) {
  div#slider_sync2 .owl-nav {
    display: block;
  }
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
}

header.not_front {
  position: relative;
  z-index: 10000;
  box-shadow: 0px 4px 9.1px 0px #0000001a;
  filter: invert(1);
}

.navbar-nav {
  align-items: center;
}

a.nav-link {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 5px !important;
  transition: 0.3s;
  word-break: unset;
}

a.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  font-weight: 600;
  padding: 4px !important;
  color: #fff;
}

@media (min-width: 1200px) {
  a.nav-link {
    font-size: 16px;
    padding: 10px !important;
  }

  a.nav-link:hover,
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    padding: 9px !important;
  }

  .navbar-nav {
    gap: 20px;
  }
}

div#slider_sync2 img {
  border-radius: 20px;
}

.home-title {
  color: rgba(30, 30, 30, 1);
  font-weight: 700;
}

.owl-workshop img {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 30px;
  width: unset !important;
}

.owl-workshop .item {
  padding-bottom: 20px;
}

.home-workshop-box h4 {
  color: #fff;
}

.home-workshop-box {
  position: relative;
  max-width: 417px;
  margin: auto;
  overflow: hidden;
  border-radius: 30px;
}

.home-workshop-box:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 30px;
}

.home-workshop-box .home-workshop-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}

.view-detail {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 5px;
}

.view-detail img {
  border-radius: 0px;
}

.home-workshop-box h4 {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
}

span.line-title {
  width: 73%;
  border-top: 2px solid;
}

.title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-title {
  color: rgba(30, 30, 30, 1);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.big-title {
  color: rgba(82, 82, 82, 1);
  font-size: 34px;
  font-weight: 400;
}

.home-para {
  color: rgba(82, 82, 82, 1);
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  text-align: justify;
  padding: 0px 15px;
}

a.read-more {
  color: rgba(82, 82, 82, 1);
  text-decoration: none;
  border: 1px solid rgba(82, 82, 82, 1);
  padding: 10px 20px;
  border-radius: 25px;
  font-family: "Montserrat";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* TZH Fix */

/* Home */
.home_about_img_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_about_img_container img {
  max-width: 250px;
  border-radius: 20px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.home_about_text_container {
  padding: 0px;
  margin: auto;
}

@media (min-width: 768px) {
  .home_about_text_container {
    /* margin: auto auto auto 0; */
    max-width: 600px;
  }

  .home_about_img_container img {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .home_about_img_container {
    background-color: #f2eeeb;
    min-height: 300px;
    border-radius: 0px 20px 20px 0px;
  }

  .home_about_img_container img {
    position: absolute;
    top: -50px;
    right: 50px;
  }

  .home_about_text_container {
    padding: 30px;
    max-width: 700px;
  }
}

.testimonial_card {
  padding: 20px;
  border-radius: 20px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  background-color: #f2eeeb;
}

.testimonial_card_text {
  color: #525252;
  text-align: justify;
  line-height: 32px;
}

.gallery-carousel {
  perspective: 1200px;
}

.gallery-carousel .item {
  display: block;
  perspective: 1200px;
  margin: 0 auto;
  aspect-ratio: 3/5;
  overflow: hidden;
}

.gallery-carousel .item .gallery-card {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gallery-carousel .item:hover .gallery-card {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .oval_container {
    position: relative;
    overflow: hidden;
  }

  .oval_1,
  .oval_2 {
    position: absolute;
    background-color: white;
    width: 100%;
    border-radius: 100%;
    height: 150px;
    scale: 1.1;
    z-index: 1000;
  }

  .oval_1 {
    top: -85px;
    left: 0;
    right: 0;
  }

  .oval_2 {
    bottom: -85px;
    left: 0;
    right: 0;
  }
}

:root {
  --visible-items: 3;
  --gutter: 20px;
  --max-wrapper: 1320px;
  /* only used below 992px */
  --popout-scale-x: 1.5;
  /* width scale */
  --popout-scale-y: 1.2;
  /* height scale */
}

.gallery-wrapper {
  /* only hide horizontal overflow so arrows can peek out */
  overflow-x: hidden;
  overflow-y: visible;
  padding: 70px 0;
  margin: 0 auto;
  width: 100%;
  max-width: var(--max-wrapper);
  position: relative;

  /* recalc gutter total for item sizing */
  --total-gutter: calc((var(--visible-items) - 1) * var(--gutter));
}

/* full-bleed at larger viewports */
.gallery-track {
  display: flex;
  justify-content: center;
  gap: var(--gutter);
  transition: transform 0.5s ease;
}

.gallery-item {
  flex: 0 0 calc((100% - var(--total-gutter)) / var(--visible-items));
  aspect-ratio: 4 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  transform: scale(1);
}

.gallery-item.center img {
  transform: scaleX(var(--popout-scale-x)) scaleY(var(--popout-scale-y));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 5;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  font-size: 2rem;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}

@media (max-width: 767px) {
  .gallery-wrapper {
    --visible-items: 1;
  }

  :root {
    --popout-scale-x: 1;
    --popout-scale-y: 1;
  }
}

.view_btn {
  border: 1px solid black;
  padding: 15px 30px;
  border-radius: 10000px;
  color: black;
  transition: 0.3s;
  text-decoration: none;
}

.view_btn:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}

/* Home */

h2.milestone {
  font-weight: bold;
}

/* Gallery */

.gallery_page_card_parent {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
}

.gallery_page_card {
  display: flex;
  padding: 20px;
  align-items: end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 3/2;
  transition: 0.3s;
}

.gallery_page_hover {
  inset: 0;
  background-color: #00000050;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: none;
  transition: 0.3s;
}

.gallery_page_card:hover {
  scale: 1.05;
}

.gallery_page_card:hover .gallery_page_hover {
  display: block;
}

.gallery_page_text {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.gallery_detail_card_parent {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
}

.gallery_detail_card_parent:hover .gallery_detail_card {
  scale: 1.1;
}

.gallery_detail_card {
  display: flex;
  padding: 20px;
  align-items: end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 3/2;
  transition: 0.3s;
}

.gallery_detail_hover {
  inset: 0;
  /* background-image: url("/wp-content/themes/ns-zayyarlinphotography/images/hover.png"); */
  background-color: #00000060;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: none;
  transition: 0.3s;
}

.gallery_detail_card:hover .gallery_detail_hover {
  display: block;
  transform: scale(1.2);
}

.gallery_detail_text {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

/* Gallery */

/* Workshop */
.ws_general_div {
  overflow: hidden;
  /* border-radius: 20px; */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ws_general_div_img,
.ws_general_div_img img {
  height: 100%;
  /* max-height: 450px; */
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.ws_general_div_text {
  background-color: #f2f3f4;
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  height: 100%;
  width: 100%;
  gap: 15px;
  /* height: 500px; */
  border-radius: 20px;
}

.ws_general_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}

.ws_general_div_text_div {
  width: fit-content;
}

.cus_w {
  font-weight: bold;
}

@media (min-width: 542px) {
  .ws_general_flex {
    flex-direction: row;
    align-items: center;
  }

  .ws_general_div_text_div {
    margin: 0px auto;
  }

  .cus_w {
    width: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 992px) {

  /* .ws_general_div_img,
  .ws_general_div_img img {
    height: 500px;
  }
  .ws_general_div_text {
    height: 500px;
  } */
  .cus_w {
    width: 300px;
  }
}

@media (min-width: 1200px) {

  /* .ws_general_div {
    display: flex;
    flex-direction: row;
  } */
  /* .ws_general_div_img {
    width: 50%;
  } */
  .ws_general_div_text {
    padding: 45px 25px;
    gap: 20px;
    /* width: 50%; */
    /* height: 450px; */
  }

  .cus_w {
    width: 350px;
  }
}

.itinerary_div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.itinerary_day_div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.itinerary_day {
  font-weight: 500;
  margin-right: 0px;
}

.itinerary_note {
  color: red;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}

.cost_div {
  background-image: url("/wp-content/themes/ns-zayyarlinphotography/images/cost.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 15px;
}

.text-white * {
  color: white;
}

.incl {
  display: flex;
  flex-direction: column;
}

.incl_include {
  background-color: #f2f3f4;
  display: flex;
  padding: 30px 15px;
  justify-content: start;
  width: 100%;
}

.incl_exclude {
  background-color: #333333;
  display: flex;
  padding: 30px 15px;
  justify-content: start;
  width: 100%;
}

@media (min-width: 992px) {
  .cost_div {
    padding: 50px 15px;
  }

  .incl {
    flex-direction: row;
  }

  .incl_include {
    padding: 40px;
    width: 50%;
    justify-content: end;
  }

  .incl_exclude {
    padding: 40px;
    width: 50%;
    justify-content: start;
  }
}

.leader_pic {
  aspect-ratio: 1;
  width: 100%;
  max-width: 300px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .leader_pic {
    max-width: 400px;
  }
}

/* Workshop */

/* Footer */
footer {
  background-color: #f2eeeb;
  /* position: relative;
  z-index: 10000; */
}

footer a {
  text-wrap: nowrap;
}

.fs-sm * {
  font-size: 12px;
}

@media (min-width: 768px) {
  .fs-sm * {
    font-size: 14px;
  }
}

/* Footer */

html {
  overflow-x: hidden;
}

.home-gallery-swiper .swiper {

  width: 100%;

  padding-top: 50px;

  padding-bottom: 50px;

}



.home-gallery-swiper .swiper-slide {

  background-position: center;

  background-size: cover;

  width: 50% !important;

  height: auto;
  border-radius: 20px;
  overflow: hidden;

}



.home-gallery-swiper .swiper-slide img {

  display: block;

  width: 100%;

}

.home-gallery-swiper .swiper-container {

  position: relative;

  width: 100%;

  max-width: 1300px;

  margin: 0 auto;

  height: 100%;

}

.home-gallery-swiper .swiper-button-next {
  position: absolute !important;
  right: 0;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  background: #fff;
}

.home-gallery-swiper .swiper-button-prev {
  position: absolute !important;
  left: 28px;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  background: #fff;
}

.gtranslate {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100001;
}

#google_language_translator {
  color: transparent;
  /* min-height: 138px; */
  display: flex;
  align-items: center;
}

#flags {
  width: 165px;
  display: none;
}
.mm-menu--offcanvas {
    position: fixed;
      z-index: -1;
}
.mm-menu--offcanvas.mm-menu--opened {
    z-index: 1;
}
:where(.mm-slideout) {
    position: unset;
}
.mm-page div#glt-translate-trigger {
    display: none;
}