#aboutUs * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* color: #000; */
}

.vh {
  min-height: 100vh;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px;
}
.c_FFB775 {
  color: #ffb775 !important;
}
.bg_FFB775 {
  background: #ffb775;
}
.secondary-bg-color {
  background: #f0e7de;
  padding: 0 !important;
}
.c_9F9F9F {
  color: #9f9f9f;
}
.c_666666 {
  color: #666666;
}

.multiply {
  mix-blend-mode: multiply;
}

#aboutUs ul li {
  list-style-type: none;
}

.cube {
  flex-shrink: 0.1;
}
.song_creation_grid img {
  width: 100%;
  height: 100%;
}
/* .song_creation_grid{
    display: grid;
    gap: 30px ;
    grid-template-columns: repeat(5, 1fr);
} */
.display-6.DM_Sans {
  letter-spacing: 1px;
}
.btn.bg_FFB775 {
  flex-grow: 0.2;
  padding: 0px 24px;
  border-radius: 12px;
  border-end-start-radius: 0px !important;
  transition: 0.5s ease;
}
.btn.bg_FFB775:hover {
  border: 1px solid black;
}

.visitYT {
  display: inline-block;
  display: grid;
  place-items: center;
  font-size: 20px;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(#2e2e2ed3, #2e2e2ed3),
    url("../../assets/images/youtube.png");
  background-size: cover;
}
@media screen and (min-width: 320px) and (max-width: 465px) {
  .visitYT {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .w-75 {
    width: 100% !important;
  }
  .about_us_do {
    border-left: none !important;
    /* padding: 35px !important; */
  }
  .about_us_meet {
    border-right: none !important;
    /* padding: 30px 30px 30px 30px !important; */
  }
  .vision-card {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1470px) {
  .about_us_meet {
    border-right: none !important;
    /* padding: 30px 30px 30px 30px !important; */
  }
  .about_us_do {
    border-left: none !important;
    /* padding: 0px !important; */
  }
}
/* ======================================= Footer Styling ================================= */
#footer {
  border-top: 1px solid lightgray;
}
#footer .social_icons a {
  aspect-ratio: 1;
  padding: 7px 9px;
  background-color: #ffb775;
  border-radius: 50%;
  transition: all 0.5s ease;
}
#footer .social_icons a:hover {
  box-shadow: 0px 3px 5px #000;
}
.title_style {
  font-size: 43px;
}
.about_us_do {
  border-left: 2px solid lightgray;
}
.about_us_meet {
  border-right: 2px solid lightgray;
  /* padding: 30px 30px 30px 100px !important; */
}
.cursor {
  cursor: pointer;
}
.margin-right {
  margin-right: 12px !important;
}

.social_icon a {
  aspect-ratio: 1;
  padding: 7px 9px !important;
  background-color: #ffb775;
  border-radius: 50%;
  transition: all 0.5s ease;
}
