html {
    scroll-behavior: smooth;
  }
  
  :root {
    /* background Colors: */
    --color-ffffff: #ffffff;
    --color-000000: #000000;
    --color-673418: #673418;
    --color-ffe200: #ffe200;

    --color-ffa200: #4f4f4f;
    --color-fafafa: #fafafa;
    --color-f2f2f2: #f2f2f2;
    --color-97927F: #97927F;
    --color-353535: #353535;
    --color-ff0000: #ff0000;

    
   
    /* Font/text values */
    --font-family-darker-grotesque: 'Darker Grotesque', sans-serif;
    --font-family-bentham: 'bentham', sans-serif;

    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-32: 32px;
    --font-size-36: 36px;
    --font-size-40: 40px;

    --font-size-48: 48px;
    --font-size-64: 64px;
    --font-size-128: 128px;
   
  
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
  }
  
  
  /* common css start*/
  * {
    outline: 0;
  }
  html {
    cursor: none;
    --text: #FFF;
    scroll-behavior: smooth;
  }

  body {
    font-family: var(--font-family-darker-grotesque);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-18);
    color: var(--color-000000);
    margin: 0;
    padding: 0;
    background-color: var(--color-ffffff);
  }
  
  .clr {
    width: 100%;
    float: left;
  }
  
  .img {
    width: 100%;
  }
  
  a,
  .btn,
  button {
    color: var(--color-000000);
    outline: none;
    border: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  a:focus,
  .btn:focus,
  button:focus,
  select:focus,
  .custom-select:focus,
  .form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    outline: none;
    box-shadow: none;
  }
  
  .btn:hover,
  a:hover,
  button:hover {
    color: var(--color-ff0000);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: var(--font-weight-400);
    text-transform: normal;
    margin-bottom: 15px;
  }
  
  ul {
    margin: 0px;
    padding: 0px;
  }
  
  li {
    list-style: none;
  }
  
  header,
  footer,
  section {
    width: 100%;
    float: left;
  }
  .navbar-expand-xl {
    justify-content: end;
  }
  .roundimg {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    z-index: 1;
  }
  
  hr {
    border-bottom: 1px solid var(--color-636363) !important;
    border-top: 0 none;
    margin: 20px 0 20px;
    padding: 0;
    opacity: 1;
  }
  
  p {
    font-size: var(--font-size-18);
    line-height: var(--line-height-28);
    color: var(--color-000000);
    margin-bottom: 15px;
  }
  
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index:9999;
    pointer-events: none;
    mix-blend-mode: multiply;
  }
  .cursor div {
    position: absolute;
    display: grid;
    place-items: center;
  }
  .cursor div div {
    border: 1px solid #020202;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    box-shadow: 0 0 50px 5px #b1b1b16e;
    mix-blend-mode:multiply;

  }
  .cursor div:nth-child(1),
  .cursor div:nth-child(2) {
    width: 100%;
    height: 100%;
  }
  .cursor div:nth-child(1) {
    transition: transform 0.2s ease-out;
  }
  .cursor div:nth-child(2) {
    transition: transform 0.1s ease-out;
  }
  .cursor div:nth-child(2) div {
    background: var(--color-000000);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    mix-blend-mode:multiply;

  }
  .section-space{
    padding: 100px 0;
  }
  header{
    background-color: #fff;
  }
  .navbar-brand {
height: 200px;
    margin-right: 0;

    justify-content: center;
    display: flex;
    transition:  ease all 0.5s;
}
.shrink  {
  position: fixed;
  background:var(--color-f2f2f2);
  background-size: contain;
  background-repeat: repeat-x;
  display: inline-block;
  top: 0;
  z-index: 999;
  width: 100%;
  display: block;
  animation: smoothScroll 1.5s forwards;
  background-position: bottom;
  box-shadow: -7px 20px 29px rgba(0, 0, 0, 0.3);

}
.shrink .navbar-brand {
height:150px;
}
  header .row{
    align-items: center;
  }
  .main-title {
    font-size: var(--font-size-128);
    font-weight: var(--font-weight-light);
    line-height: 70px;
}
.title{
  font-size: var(--font-size-48);
  font-weight: var(--font-weight-regular);
  text-transform: capitalize;
}
.sub-title {
  font-size: var(--font-size-40);
  font-family: var(--font-family-bentham);
  text-transform: uppercase;
  color: var(--color-673418);
  font-weight: var(--font-weight-regular);
  letter-spacing: 3px;
}
.sub-heading{
  font-size: var(--font-size-20);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  color: var(--color-000000);
}
.content p{
  font-size: var(--font-size-20);
  color: var(--color-353535);
}
  .navbar-light .navbar-nav .nav-link {
    color: var(--color-000000);
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: var(--font-weight-extrabold);
}
.navbar-light .navbar-nav .nav-link:hover{
  color: var(--color-ff0000);

}
.navbar-brand svg{
    width: 23rem;
}
.dropdown-toggle::after {

  top: 2px;
  position: relative;
}
.dropdown-menu {
 
  padding: 0;
  
}
@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}
.dropdown-item {
font-weight: var(--font-weight-bold);  
}
.dropdown-item:hover {
  color: var(--color-ff0000);
  }
.swiper-button-next i{
  font-size: var(--font-size-48);
  color: var(--color-353535);
  transition: ease all 0.5s;
}
.swiper-button-next i:hover{
  font-size: var(--font-size-48);
  color: var(--color-97927F);
  margin-right: -15px;
}
.swiper-button-prev i {
  font-size: var(--font-size-48);
  color: var(--color-353535);
  transition: ease all 0.5s;
}
 .swiper-button-prev i:hover{
  font-size: var(--font-size-48);
  color: var(--color-97927F);
  margin-left: -15px;
}

.hero-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:var(--color-353535);
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:center;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}



  /*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
  
  .btn {
    padding: 15px 25px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    border: 2px solid rgb(0, 0, 0);
    outline: none;
    color: var(--color-000000);
    background-color: transparent;
    /* margin: 40px; */
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    border-radius: 0;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
}
  .btn-mat {
    color: var(--color-000000);
    border: 0px transparent;
    transition: 0.3s ease-in-out;
    transition-delay: 0.35s;
    overflow: hidden;
    border: 2px solid #000000;
  }
  .btn-mat span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:15px 25px;
    box-sizing: border-box;
    opacity: 0;
    color: var(--color-ffffff);
    transition: 0.35s ease;
    font-size: 18px;
  }
  .btn-mat:before {
    content: "";
    display: block;
    background: var(--color-000000);
    position: absolute;
    width: 200%;
    height: 500%;
    border-radius: 100%;
    transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
  }
  .btn-mat:hover {
    color: transparent;
  }
  .btn-mat:hover span {
    opacity: 1;
  }
  .btn--slideRightBottom:before {
    transform: translate(-110%, -110%) translateZ(0);
  }
  .btn--slideRightBottom:hover:before {
    transform: translate(-45%, -34%) translateZ(0);
  }
  /* aboutsection */

  .about-img{
    position: relative;
  }
  .about-img img{
    border: 2px solid #000;
  }
  .about-img::after {
    width: 150px;
    height: 150px;
    background-color: var(--color-97927F);
    position: absolute;
    content: '';
    z-index: -1;
    bottom: -20px;
    right: -20px;
}
.about-right-img {
  width: 100%;
  margin-top: -175px;
  position: relative;
  display: flex;
  justify-content: end;
  z-index: -1;
  position: absolute;
  top: 114px;
}

.about-right-img img {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  /* align-items: flex-end; */
}
.about-right-img{
  position: relative;
}
.about-right-img::after {
  width: 150px;
  height: 150px;
  background-color: var(--color-673418);
  position: absolute;
  content: '';
  z-index: -1;
  top: -20px;
  right: -20px;
}
.about-section .content{
  padding-left: 100px;
}

/* work section */
.work-box{
  margin-bottom: 80px;

}
.work-img {
  overflow: hidden;
  position: relative;
margin-bottom: 20px;
}
.work-img img:hover {
transform: scale(1.05);
overflow: hidden;
}
.work-img img {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  height: 100%;
  transition: ease all 0.5s;
height: 450px;

}
.arrow-icon  {

  position: relative;
}
.arrow-icon i {
  font-size: var(--font-size-64);
  font-weight: 200;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  top: -12px;
  color: var(--color-97927F);
}
.work-section .title{
  width: 90%;
  line-height: 35px;
}
/* award section */

.award-slider {
  position: relative;
  width: 100%;
  height: auto;
  width: 100%;
}
.award-slider .overlay {
  position: relative;
  bottom: 0;
  padding: 17px;
  background-color: white;
  color: black;
}
.award-slider img{
width: 100%;
height: 100%;
}


.award-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 0px;
  background: white;
  transition: all .3s ease;
  
  &.swiper-slide-active {
    color:#fff;
    background: linear-gradient(45deg, rgb(246, 146, 89), rgb(241, 105, 117));
    transform: scale(1);
    z-index: 2
  }
}

/* ARROWS */


/* PAGINATION */

.swiper-button-next:after, .swiper-button-prev:after{
  content: '';
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image:none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image:none;
}
.award-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#000;
  opacity: 1;
  background: rgba(0,0,0,0.2);

}

.award-slider i{
  font-size:3rem;
}

/* video section */
.video-section{
  position: relative;

}
.video-section::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 50vh;
  background-color: var(--color-f2f2f2);
  z-index: -1;
  bottom: 0;
}
.video-section video {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.video-section iframe {
  border-radius: 27px;
}

/* reveiw section */
.review-slider .swiper-wrapper{
  padding-bottom: 70px;
}
.review-box img {
  width:500px;
 
}
.review-slider{
  position: relative;
  overflow: hidden;
}
.review-slider .navigation {
  position: absolute;
  left: 48px;
  bottom: 30px;
}
.review-slider .navigation .swiper-button-prev i {
  left: -43px;
  position: relative;
}
.review-slider .navigation .swiper-button-prev i:hover {
  margin-left: -10px;
  position: relative;

}
.review-slider .navigation .swiper-button-next i:hover {
  margin-left: 5px;
}
.review-slider .navigation .swiper-button-next{
  left: 18px;
}
.review-content {
  font-size: var(--font-size-32);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  position: absolute;
  padding: 39px;
  bottom: -8%;
  left: 42%;
  width: 33%;
  background-color: var(--color-673418);
  line-height: 35px;
  color: var(--color-ffffff);
}


/* footer */


footer {
  background-color: var(--color-f2f2f2);
}
.footer-left{
  position: relative;
  z-index: 9;
}
.footer-left img{
  height: 200px;
}


.social-link li a{
  margin-right: 15px;
}

.social-link h6{
font-size: var(--font-size-20);
font-weight: var(--font-weight-bold);

}

.footer-link a:hover{
color: var(--color-ff0000);
letter-spacing: 0.5px;
}

.ScrollSmoother-wrapper {
  overflow: visible !important;
  position: relative !important;
}


/* exhibition section */
.exhibition-content {
  border: 2px solid #000;
  padding: 20px;
  background-color: var(--color-ffffff);
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.exhibition-content strong{
  color: var(--color-000000);
}
.exhibition-content p{
  margin-bottom: 0;
}
.exhibitions-section{
  position: relative;

}
.exhibitions-section::after {
  position: absolute;
  top: 0;
  content: '';
  width: 26%;
  height: 56%;
  background-image: url(../images/exbition-after.png);
  background-repeat: no-repeat;
}
.slider {
  color: #fff;
  overflow: hidden;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 50px;
}
.slider__prev,
.slider__next { 
  cursor: pointer;
  text-align: center;
  font-size: var(--font-size-18);
  height: auto;
  color: var(--color-000000);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: calc(800px - 250px);
  overflow: hidden;
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__images {
  height: 600px;
  width: 50%;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}

/* contact form */





.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px 0;
    font-weight: var(--font-weight-semibold);
    color: var(--color-000000);
    background: transparent;
}
.contact_field .form-control:focus{
   box-shadow: none;
   outline: none;
   background: transparent;

   border-bottom: 2px solid #522d1c;
}
.contact_field .form-control::placeholder{
   font-size: var(--font-size-18);
   font-weight: var(--font-weight-semibold);
color: var(--color-000000);
background: transparent;
letter-spacing: 1px;
}



.sculptor-box  {
  position: relative;
  background-color: #000000;
  margin-bottom: 30px;
transition: ease all 0.5s;

}

.exhibitions-page .sculptor-box {
position: relative;
}
.exhibitions-page .sculptor-box .overlay {
  position: absolute;
  z-index:8;
  width: 100%;
  height: 100%;
  color: black;
  padding: 15px;
  bottom: 0px;
  font-size: 30px;
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 33%, rgba(0,212,255,0) 100%);
}
.exhibitions-page .sculptor-box a{
  position: relative;
  transition: ease all 0.5;
overflow: hidden;
}
.work-page .sculptor-box a:hover  h3{
color: #ff0000;

}
.work-page .sculptor-box a img{
  transition: ease all 0.5;

  
  }
.work-page .sculptor-box a:hover  img{
  transform: scale(1.1);
  
  }
.exhibitions-page .sculptor-box h3 {
  position: absolute;
  bottom: 0;
  color: aliceblue;
  padding: 15px;
  z-index: 9;
  margin-bottom: 0;
}
.work-page .sculptor-box {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.sculptor-details{
  padding: 20px;
  width: 100%;
  color:var(--color-000000) !important;
  z-index: 1;
  background-color: var(--color-ffffff);

}
.sculptor-details h4{
margin-bottom: 0;
color:var(--color-000000) !important;
text-transform: capitalize;

}
.sculptor-details p{
  margin-bottom: 0;
  color:var(--color-000000) !important;
  
  }
  .grid__item img .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(183deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5847514005602241) 100%); 
   z-index: 0;
  height: 100%;
}


/* ---- grid ---- */



/* reveal grid after images loaded */

.grid.are-images-unloaded {
  opacity: 0;
}

.grid__item, .grid__col-sizer {
  width: 30%;
  margin: 1.5%;
}


/* hide by default */
.grid.are-images-unloaded .image-grid__item {
  opacity: 0;
}

.grid__item {
  float: left;
  overflow: hidden;
  box-shadow: -7px 20px 29px rgba(0, 0, 0, 0.3)  ; 
	-webkit-box-shadow: -7px 20px 29px rgba(0, 0, 0, 0.3)  ; 
	-moz-box-shadow: -7px 20px 29px rgba(0, 0, 0, 0.3)  ; 
}


.grid__item--width2 { width: 66%; }

.grid__item img {
  display: block;
  max-width: 100%;
  transition: ease all 0.5s;
  object-fit: cover;
  width: 100%;
}
.grid__item a:hover img{
  transform: scale(1.08);
}
#sndFXtrig {
  background: red;
  height: 30px;
  width: 30px;
  border: 1px solid black;
  display: none;
}

a.price-on-request{
  color: red;
  font-size: var(--font-size-18);
  text-transform: uppercase;
  font-weight: var(--font-weight-black);
  transition: ease all 0.5s;
}

a.price-on-request:hover{
  letter-spacing: 1px;
  color: #2dbdff;
}
main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  flex-direction: column;

  margin: 32px auto;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0px 20px 55px -29px hsl(0, 0%, 80%);
  max-width: 600px;
  width: 100%;
}


.event-details-container {
  margin: 48px 0;
}

.each-event {
  display: block;
width: 100%;
  margin: 32px 0;
}
.each-event h3{    line-height: 30px;}
.each-event:hover .title {
  transition: all 0.3s ease;
}

.each-event .date-time {
  margin: 10px 0 32px;
}

.each-event:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}

.each-event:nth-child(4) {
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 640px) {
  main {
    padding: 16px;
    margin: 0;
  }

  .pageTitle {
    font-size: 100%;
  }
}

.box--grid {
  padding-right: 70px;
  max-width: 100%;
}
.box--grid__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -35px;
}
.box--grid__item {
  width: calc(50% - 35px);
  padding: 30px;
  margin-bottom: 35px;
  border: 1px solid #F0F0F4;
  border-radius: 5px;
  background-color: var(--color-ffffff);
  transition: background-color 250ms;
}
.box--grid__item .each-event h3 {
  line-height: 50px;
}
.box--grid__item:nth-child(2n) {
  margin-left: 35px;
}
.box--grid__item:hover {
  color: var(--color-ffffff) !important;
  background-color: var(--color-97927F);
  transition: background-color 250ms;
}
.box--grid__title {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
}
.box--grid__description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}
.box--grid__button {
  margin-top: -5px;
  text-align: right;
}
@media (max-width: 767px) {
  .box--grid__items {
    border-radius: 0;
    flex-direction: column;
    margin-right: 0;
  }
  .box--grid__item {
    width: 100%;
  }
  .box--grid__item:nth-child(2n) {
    margin-left: 0;
  }
  .box--grid__button {
    text-align: center;
  }
}


.art-collection-section{
  background-color: var(--color-ffa200);
}
.art-collection-section .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.art-collection-section .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 33.33%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.art-collection-section .each-event {
  padding: 30px;
  margin: 0;
}
.art-collection-section .each-event .title{
  line-height: 30px;
  font-size: var(--font-size-40);
}
.art-collection-section .each-event .date-time {
  margin: 0px;
}
.picture {
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.timeline-carousel {
  position: relative;
  overflow: hidden;
}
.timeline-carousel__item-wrapper {
  margin-top: 60px;
}
.timeline-carousel__item-wrapper .slick-prev, .timeline-carousel__item-wrapper .slick-next {
  top: -60px;

}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: white;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
}
.timeline-carousel p {
  color: white;
  font-weight: 300;
}
.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
  background-color: #f2f2f2;
  margin-right: 50px;
}
.timeline-carousel__item-inner li{
  font-size: var(--font-size-16);
  list-style-type: disc;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-family: "Libre Franklin", sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: white;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: var(--color-97927F);
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 700;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #323232;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffc107;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.timeline-carousel__item-inner p {
  font-size: 12px;
  line-height: 18px;
  color: white;
  width: 60%;
  font-weight: 400;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #ffc107;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #ffc107;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #ffc107;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #ffc107;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 160px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #ffc107;
  border-color: #ffc107;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #ffc107;
  border-color: #ffc107;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

.slick-prev svg, .slick-next svg {
  height: auto;
  width: 18px;
  padding-bottom: 2px;
}
.slick-prev .btn, .slick-next .btn {
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.timeline-carousel .slick-track {
margin-bottom: 80px;
}
.timeline-carousel .slick-slide {
  background-color: #f2f2f2;
  padding: 25px;
  margin-right: 25px;
  height: 100%;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 0;
  z-index: 9;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;


}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 30px;
}

.workshop-section .box--grid__item .each-event h3 {
font-size: var(--font-size-40);}

.workshop-section .box--grid__item .each-event:hover h3{
  color: var(--color-ffffff);
}
.workshop-section .box--grid__item .each-event h3:hover{
  color: var(--color-ffffff);
}

.close {
  padding: 15px;
  display: flex;
  width: 100%;
  justify-content: end;
}


.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border-color:transparent;
}

.desktop-nav{
  display: flex;
      }
      .mobile-nav{
          display: none;
              }

              .mobile-menu{
                display: flex;
                justify-content: center;
                align-items: center;
              }

              #backtotop {
                display: inline-block;
                background-color: #000000;
                width: 50px;
                height: 50px;
                text-align: center;
                border-radius: 50px;
                position: fixed;
                bottom: 30px;
                right: 30px;
                transition: background-color .3s, opacity .5s, visibility .5s;
                opacity: 0;
                visibility: hidden;
                z-index: 1000;
            }
              #backtotop::after {
                content: "\F145";
                font-family: bootstrap-icons;
                font-weight: normal;
                font-style: normal;
                font-size: 1em;
                line-height: 50px;
                color: #fff;
              }
              #backtotop:hover {
                cursor: pointer;
                background-color: #333;
              }
              #backtotop:active {
                background-color: #555;
              }
              #backtotop.show {
                opacity: 1;
                visibility: visible;
              }
              
              .fixed-button {
                position: fixed;
                right: 32px;
                bottom: 90px;
                z-index: 9;

            }
            .fixed-button li a {
              padding: 11px 16px;
              border-radius: 50%;
              margin-top: 10px;
              display: block;
          }
          .fixed-button li a {
         
            color: #fff;
        }
        .fixed-button li a:hover {
          filter: drop-shadow(2px 4px 8px rgb(255, 255, 255));
          transform: scale(1.05);
      }
          .fixed-button li a.instagram {
            background-color: #d62976 ;
        
        }
        .fixed-button li a.whatsapp {
          background-color: #075e54;
      
      }
      .fixed-button li a.facebook {
        background-color: #316FF6;
    
    }
    .fixed-button li a.youtube {
      background-color: #FF0000 ;
  
  }
  .hero-style img{
    width: 100%;
  }