    @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
    *{
margin: 0;
        padding: 0;
    }
    body {
        font-family: "Inter", sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
	background-color: #e5e5e5;
    }

    .container {
      background-color: #e5e5e5;
    }
    .container{max-width:60%;}

    a {
      text-decoration: none;
    }

    img {
      max-width: 100%;

    }


    .navbar {
      width: 90%;
      border-bottom: 1px solid #000;
      margin: 0px auto;
      padding-top: 30px;
      margin-bottom: 30px;
    }

    .navbar-nav .nav-link {
      color: #000;
      font-weight: 400;
      padding: 0px 30px !important;
      font-size: 16px;
      border-right: 1px solid #000;
      display: inline-block;
      line-height: 18px;
    }

    .navbar-nav .nav-link.active {
      color: #fff;
    }

    .navbar-nav .nav-item:last-child .nav-link {
      border-right: 0px;
    }

    .navbar-nav .nav-link:hover {
      color: black;
    }

    .banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
    }
    .bannerHome{
      position: relative;
    }
    .titleHome{
      position: absolute;
      top: 15px;
      left: 5%;
    }
    .titleHome h1 b{
      color: #c0392b;
    }

    .about-section {
      background-color: #e5e5e5;
      padding: 50px 15px 100px;
      text-align: center;
    }

    .about-section h2 {
      color: #66725e;
      font-weight: 500;
      margin-bottom: 20px;
      font-size: 30px;
    }

    .about-section p {
      max-width: 75%;
      margin: auto;
      text-align: center;
      color: #333;
      line-height: 1.6;
      font-weight: 500;
      text-align: justify;
    }
    .aboutArtist{
      width:75%;
      text-align: left;
      margin: 0 auto;
    }
    .aboutArtist h2{
      margin: 50px 0px;
    }
    .artist-name {
      font-size: 1.5rem;
      font-weight: bold;
      padding: 10px;
    }

    .artist-name span {
      color: #c0392b;
    }

    .gallerybody {
      padding-bottom: 50px;

    }

    .gallerybody h2 {
      color: #66725e;
      font-size: 26px;
      text-transform: uppercase;
      text-decoration: none;
      border: none;
      margin: 20px 30px;
    }

    .gallerybody .glList {
      margin-bottom: 110px;
    }

    .gallerybody .galleryLeft {
      display: flex;
      align-items: center;
      justify-content: start;
    }

    .gallerybody .galleryRight {
      display: flex;
      align-items: center;
      justify-content: end;
    }

    .gallerybody .galleryCenter {
      display: flex;
      align-items: center;
      justify-content: center;

    }
.galleryh2{
  margin: 50px 0px;
}
.exhibitionsArea p{
  font-size: 14px;
}
/* =========== */
:root{
      --accent-color: #eeeeeeb4;
}
.video-container{
  position: relative;
}


.pulsating-play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--accent-color) 50%,color-mix(in srgb,var(--accent-color),transparent 75%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden
}

.pulsating-play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation: 2s infinite pulsate-play-btn;
    animation-direction: forwards;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid color-mix(in srgb,var(--accent-color),transparent 30%);
    top: -15%;
    left: -15%;
    background: rgba(198,16,0,0)
}

.pulsating-play-btn:after,.pulsating-play-btn:hover:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    content: ""
}

.pulsating-play-btn:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: .4s cubic-bezier(.55, .055, .675, .19)
}

.pulsating-play-btn:hover:before {
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0
}

.call-to-action .play-btn:hover:after,.pulsating-play-btn:hover:after {
    border-left: 15px solid var(--accent-color);
    transform: scale(20)
}
.pulsating-play-btn {
    position: absolute;
    left:50%;
    bottom: 5%;
    transform: translate(-50%, -5%)
} 
@keyframes pulsate-play-btn {
    0% {
        transform: scale(.6,.6);
        opacity: 1
    }

    100% {
        transform: scale(1,1);
        opacity: 0
    }
}


.contactPage h1{
  font-size: 30px;
}
.contactPage  .error{
  color: #c0392b;
  font-size: 13px;
  font-weight: 500;
  margin-top: -5px;
  display: inline-block;
  margin-bottom: 15px;
}

img {
  pointer-events: none;
  /*user-drag: none;*/
  -webkit-user-drag: none;
}
.container .container{
  max-width: 100%;
  padding: 0px;
}
@media (max-width:1156px) {
  .titleHome h1 {
    font-size: 22px;
  }
  .titleHome {
    position: absolute;
    top: 4px;
    left: 3%;
  }
  .navbar .navbar-nav{
  display: flex;
  flex-flow: row;
}
.navbar-nav .nav-link{
  padding: 0px 20px !important;
  font-size: 18px;
}
.container {
    max-width: 80%;
}
.container .container{
  max-width: 100%;
  padding: 0px;
}
}

@media (max-width:767px) {
  .titleHome h1 {
    font-size: 14px;
  }
  .titleHome {
    position: absolute;
    top: 4px;
    left: 3%;
}
.navbar{
  width: 100%;
}
.navbar .navbar-nav{
  display: flex;
  flex-flow: row;
}
.navbar-nav .nav-link{
  padding: 0px 6px !important;
  font-size: 13px;
}
.about-section p{
  max-width: 90%;
  font-size: 14px;
}
.about-section h2{
  font-size: 24px;
}
.aboutArtist{
  width: 90%;
}
.gallerybody h2{
  font-size: 20px;
  margin: 20px 10px;
}
/* .gallerybody .galleryLeft img, .gallerybody .galleryRight img{
  max-width: 60%;
} */
.container {
    max-width: 80%;
}
.container .container{
  max-width: 100%;
  padding: 0px;
}
}
@media (max-width:440px) {
.navbar .navbar-nav{
  display: flex;
  flex-flow: row;
}
.navbar-nav .nav-link{
  padding: 0px 5px !important;
  font-size: 12px;
}
}