@import url("https://fonts.googleapis.com/css2?family=Yantramanav&display=swap");
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  background-color: #cde0fd;
  font-weight: 700;
}

.bg-light {
  background-color: #e3e3e3 !important;
}

.required {
  color: red;
}

.btn-custom {
  background-color: #ff9900;
}

.btn-custom:hover {
  background-color: rgb(255, 179, 0);
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 0;
  position: relative;
  /*overflow: hidden;*/
  color: #000000 !important;
}

.box-shadow-40 {
  width: 40%;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.box-shadow-60 {
  width: 60%;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.box-shadow-65 {
  width: 65%;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.box-shadow-70 {
  width: 70%;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.box-shadow-75 {
  width: 75%;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.box-shadow-80 {
  width: 80%;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.box-shadow-85 {
  width: 85%;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.box-shadow-90 {
  width: 90%;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.box-shadow-95 {
  width: 95%;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.box-shadow {
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.box-shadow-9-12 {
  width: 287px;
  height: 275px;
  background-color: rgb(255, 255, 255);
  color: #000;
  border-radius: 0px;
  box-shadow: 6px 9px 33px 9px rgba(0, 0, 0, 0.45);
}

.scrollwrapper {
  /*overflow: auto;*/
  /*width: 75%;*/
  /*height: 75%;*/
  position: relative;
  /*top: 50%;*/
  /*left: 50%;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-moz-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
}

.sgd_card {
  /*width: 100%;*/
  /*height: 300px;*/
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transition: all 1s;
  text-align: center;
}

.sgd_card.visible {
  color: white;
  /*text-shadow: 0 0 3px black;*/
  opacity: 1;
}

.img-696 {
  max-width: 696px;
}

p {
  text-align: left;
  line-height: 1.5rem;
  font-weight: 300;
}

footer {
  margin-top: 6px !important;
  width: 100%;
  background-color: #6f727b;
  margin-left: 0px;
  margin-right: 0px;
}

footer a {
  color: rgba(0, 0, 0, 0.8);
}

.text-white {
  color: rgb(255, 255, 255);
}

header {
  padding: 0 15px;
}

#gulukLogo {
  width: 250px;
  position: relative;
  top: 8px;
  left: 6px;
}

#video-wrapper-v2 {
  background-color: rgb(255, 255, 255);
}

.dim {
  opacity: 50%;
}

.smaller {
  font-size: 0.75rem;
}

.card-title {
  margin-top: 1rem;
}

.card-sgd {
  padding-bottom: 24px;
}

.card-text {
  text-align: center;
  padding: 6px;
  font-style: italic;
  font-size: 14px;
}

.rounded-window-container {
  width: 150px;
  float: right;
  margin-left: 12px;
}

.rounded-window {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
}

.info-block {
  background-color: rgba(0, 0, 0, 0.14);
  padding: 12px;
  display: block;
  border: thin rgba(0, 0, 0, 0.27) solid;
  border-radius: 6px;
  overflow: hidden;
  margin: 6px;
}

.info-block .btn {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .info-block .btn {
    margin-top: 12px;
  }
}
@media screen and (max-width: 992px) {
  .box-shadow, .box-shadow-60, .box-shadow-65, .box-shadow-70, .box-shadow-75, .box-shadow-80, .box-shadow-85, .box-shadow-90, .box-shadow-95 {
    width: 100%;
    box-shadow: 2px 5px 14px 4px rgba(0, 0, 0, 0.45);
  }
  .grid-item {
    padding: 0 12px;
  }
  .artists-image {
    display: none;
  }
}
