@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

  *{
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }
  
  
  body {
    font-family: 'Nunito Sans', sans-serif;
  }

  h1 {
    font-weight: 300;
  }

  h3 {
    font-weight: 300;
  }
  .bg-primary {
    background-color: #000000 !important;
}
  .btn-primary {
    background-color: #329DED;
  }

  .btn-primary:hover {
    background-color: rgb(0, 100, 177);
  }

  .blockquote.blockquote-primary {
    border-color: #329DED;
    color: #329DED;
    height: 266px;
}
.logo {
  height: 60px;
  width: auto;
}

.page-header.page-header-small {
  min-height: 80vh;
  max-height: 440px;
}

.title {
  font-weight: 300;
  padding-top: 30px;
}

.after-movie{
  text-decoration: underline solid #329DED;
  font-weight: 400;
  color: #329DED;
  font-size: 20px;
}
.section-story-overview p.blockquote {
  width: 350px;
  min-height: 180px;
  text-align: left;
  position: absolute;
  top: 407px;
  right: 155px;
  z-index: 0;
}

.image-container {
  background: black;
}

.justify{
  text-align: justify;
}
.blockquote.blockquote-primary {
  border-color: #329DED;
  color: #329DED;
}

.blockquote.blockquote-primary small {
  color: #329DED;
}



.counter{
  margin: 2rem 0;
}
.counter-image-box{
  height: 100px;
  width: auto;
}
.counter-image{
  width: auto;
 height: 100%;
 padding: 10px;
}

.counter-box{
  padding: 1rem;
}

.counter-content{
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 10px;
}

.counter-title{
  color: #329DED;
  font-size: 1.5rem;
  font-weight: 300;
}

.counter-text{
  font-size: 2rem;
  color: #329DED;
  font-weight: 500;
}
.counters {
  background: #0f479a;
  color: white;
  padding: 40px 20px;
  border-top: 3px lightskyblue solid;
}


.grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.grid-container-artists{
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 40% 60%;
}

.artist-content-box{
background-color: white;
height: 100%;
width: 100%;
overflow: scroll;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
.artist-image-box{
background-color: white;
height: 100%;
width: 100%;
}

.artist-image{
    width: 100%;
    position: relative;
    margin-top: 2rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: .25rem;
}



 .description {
  text-align: justify;
}



.artist-title{
  color: #000000;
  margin: 0.5rem auto;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 300;
}

.about-artist{
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
}

.about-artist ul {
  list-style: circle;
}

.counter-box{
  border: #329DED solid 1px;
  border-radius: 10px;
  width: 100%;
}


.grid-container-services{
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 30px;
  text-align: left;
}

.services h3 {
  text-align: left;
}
.grid-container-list{
  grid-template-columns: 7% 93%;
  display: grid;
  grid-gap: 2px;
}
.list-icon{
  height: 1.2rem;
  width: 1.2rem;
  margin: 5px;
}

.list-text{
  font-size: 1.2rem;
  font-weight: 300;
}

.grid-item{
  padding: 2px;
  margin-bottom: 10px;
}

.blue-bg{
  background: #F5FAFE;
}
.services-img{
  margin: 4rem auto;
}

.services-img-small{
  margin: 4rem auto;
  padding: 2rem;
}

.services-img-smaller{
  margin: 0 auto;
  padding: 3rem;
}
.grid-content{
  margin: 2rem auto;
}

.grid-content-text{
  margin: 2rem auto;
}

.white-bg{
  padding-bottom: 2rem;
}

.clients{
  background-color: #ffffff;
  padding: 2rem;
}

.clients h2, .h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 300;
}

.grid-container-clients{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

.grid-items{
margin: 1rem auto;
}

.client-logo{
  border: #329DED solid 1px;
  border-radius: 10px;
}

.footer-default {
  background: black !important;
  color: white;
  padding: 16px;
}

.footer-center{
  text-align: center;
}

.footer .copyright {
  float: none; 
}


.gallery-image{
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: .25rem;
}

.grid-container-gallery{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  grid-gap: 30px;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {

  .counters .container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }

  .grid-container-services{
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    grid-gap: 10px;
    text-align: left;
  }

  .grid-container-gallery{
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    grid-gap: 30px;
    margin-bottom: 3rem;
  }

  .blockquote.blockquote-primary {
    border-color: #329DED;
    color: #329DED;
    height: 100%;
}

h3 {
  font-size: 1.825em;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.4em;
  text-align: center;
}

.sidebar-collapse .navbar-collapse:before {
    background: #000000;
    opacity: 1;
  }

  .logo {
    height: 60px;
    width: auto;
  }

  .page-header.page-header-small {
    min-height: 60vh;
    max-height: 440px;
}
.grid-container {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
}
.grid-container-clients{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}

.grid-container-mobile {
  display: grid;
  grid-template-areas:
    'menu'  
    'header';
}

.services-img-smaller{
  margin: 0 auto;
  padding: 1rem;
  padding-top: 0;
  padding-bottom: 2rem;
}

.marginbottom{
  margin-bottom: 3rem;
}


.item1 { 
  grid-area: header;
 }
.item2 {
   grid-area: menu;
 }


.services-img {
  margin-bottom: 2rem;
  margin-top: 0;
}

.services-img-small {
  margin: 0 auto;
  padding: 1rem;
}

.grid-content {
  margin: 0rem 0 1rem 0;
}

.services h3 {
  font-size: 1.825em;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.4em;
  text-align: center;
}

.desktop{
  display: none;
}
}



/* About us  */

.navbar.navbar-black {
  background-color: black !important;
  box-shadow: none;
  color: #FFFFFF;
  padding-top: 20px !important;
  height: 100px;
}

.section-story-overview {
  padding: 20px  0  50px 0;
}
.about-image{
  margin: 2rem auto;
  text-align: center;
}


.artist-name{
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 80%;
  left: 30%;
  font-size: 2rem;
  font-weight: 300;
  z-index: 20;
}

.artist-name2{
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 80%;
  left: 30%;
  font-size: 2rem;
  font-weight: 300;
  z-index: 20;
}
.grid-container-founder1{
  grid-template-columns: 20% 80%;
  display: grid;
  grid-gap: 10px;
  text-align: left;
}


.grid-container-founder2{
  grid-template-columns: 80% 20%;
  display: grid;
  grid-gap: 10px;
  text-align: left;
}

.founder-image{
  width: 200px;
  height: auto;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: .25rem;
}
.grid-container-events{
  grid-template-columns: 25% 25% 25% 25%;
  display: grid;
  grid-gap: 20px;
  text-align: center;
}

.item22{
  text-align: left;
}

.item33{
  text-align: right;
}

.image-container.image-right {  
  margin-bottom: 94px !important;
}
.height{
  height: 220px;
}
@media only screen and (max-width: 768px) {

  .grid-container-founder1{
    grid-template-columns: 100%;
    display: grid;
    grid-gap: 10px;
    text-align: left;
  }

  .grid-container-founder2{
    grid-template-columns: 100%;
    display: grid;
    grid-gap: 10px;
    text-align: left;
  }
  .image-container.image-right {  
    margin-bottom: 94px !important;
  }
  
  .artist-name2{
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 20%;
    font-size: 2rem;
    font-weight: 300;
    z-index: 20;
  }

  .grid-container-artists{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100%;
  }
  .founder-image{
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    border-radius: .25rem;
    margin-bottom: 2rem;
  }
  .height{
    height: 50px;
  }
}

.founder-title{
  font-size: 1.5rem;
  padding-bottom: 1rem;
}


/* Artists */

.grid-container-artist{
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.grid-container-contact{
  display: grid;
  margin-top: 3rem;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}


.contact-item1{
  text-align: left;
  padding-top: 4rem;
}
.contact-text{
  margin-left: 7px;
}


.contact-data{
  list-style: none;
}
.contact-data li {
  font-size: 1rem;
  margin-bottom: 10px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100% !important;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 100%;
}
@media only screen and (max-width: 768px) {

  .grid-container-artist{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }

  .founder-title{
    font-size: 1.5rem;
    padding-bottom: 1rem;
    text-align: center;
  }

  .description-body{
    margin:  auto;
    text-align: justify;
    width: 90%;
  }

.image-body{
  margin:  auto;
  text-align: center;
  width: 90%;
}

  
element.style {
  background-image: url(https://i.ibb.co/xYngz6f/dk1.jpg);
}
.section-story-overview .image-container.image-left {
  z-index: 1;
}

.image-container.image-left {
  margin-bottom: 50px;
}


  .grid-container-contact{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }

  .contact-item1{
    text-align: left;
    padding-top: 0;
  }

  
.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 100%;
}

}


.contact-text{
  margin-left: 7px;
}


.contact-data{
  list-style: none;
}
.contact-data li {
  font-size: 1rem;
  margin-bottom: 10px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 600px;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 100%;
}



.gradient::after {
    
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 3%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 10;
  background: -moz-linear-gradient(top,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0) 6%,
    rgba(0, 0, 0, 0) 11%,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 1) 91%,
    rgba(0, 0, 0, 1) 95%,
    rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0) 6%,
    rgba(0, 0, 0, 0) 11%,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 1) 91%,
    rgba(0, 0, 0, 1) 95%,
    rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0) 6%,
    rgba(0, 0, 0, 0) 11%,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 1) 91%,
    rgba(0, 0, 0, 1) 95%,
    rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

.testimonials {
  background-color: #F5FAFE;
  padding: 2rem;
}


.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 10px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .description {
    text-align: center;
  }

}

.section-upcoming-event{
  margin-top: 100px;
}

.landing-image-desktop{
  width: 100%;
}

.landing-image-mobile{
  width: 100%;
  display: none;
}

.lucky-desktop{
  width: 100%;
}

.under-construction {
  width: 50%;
}

.under-construction-container {
  text-align: center;
  display: flex;
  margin-top: 120px;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {

  .landing-image-desktop{
    display: none;
  }

}

@media screen and (min-width:321px) and (max-width:768px) {

  .landing-image-mobile{
    display: inline;
  }


  @media screen and (min-width:769px){

    .landing-image-mobile{
      display: inline;
    }

}
}