@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
  font-family: Ubuntu Bold;
  src: url(fonts/Ubuntu-B.ttf);
}
@font-face {
  font-family: Ubuntu Light;
  src: url(fonts/Ubuntu-L.ttf);
}
@font-face {
  font-family: Ubuntu Regular;
  src: url(fonts/Ubuntu-R.ttf);
}
.ubuntu {
  font-family: Ubuntu Bold;
}
.SJKLDNFS {
  border-radius: 20px;
}
.bg-piano-dark {
  background-color: #34302b;
}
.light-font {
  font-family: Ubuntu Light;
}
.slogan-rent {
  font-family: Ubuntu Bold !important;
  font-size: 30px;
  color: #efefef;
}
.slogan-donate {
  font-family: Ubuntu Bold !important;
  color: #efefef;
}
.c1 {
  color: #9e0b32;
  font-family: Ubuntu Bold;
}
.card-body {
  background-size: cover;
  height: 500px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  background-color: #f4f4f4 !important;
}
* {
  margin: 0;
  padding: 0;
}
i {
  margin-right: 10px;
}
/*----------bootstrap-navbar-css------------*/
.navbar-logo {
  padding: 15px;
  color: #fff;
}
.piano-red {
  color: #720c26;
}

.navbar-mainbg {
  background-color: #a81736;
  padding: 0px;
  padding-bottom: 0 !important;
}
#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}
#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}
#navbarSupportedContent ul li a i {
  margin-right: 10px;
}
#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}
#navbarSupportedContent ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 20px 20px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}
#navbarSupportedContent > ul > li.active > a {
  color: #9e0b32;
  background-color: transparent;
  transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}
#navbarSupportedContent .active > a:not(:only-child):after {
  transform: rotate(90deg);
}
.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  bottom: 10px;
}
.hori-selector .right {
  right: -25px;
}
.hori-selector .left {
  left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #a81736;
}
.hori-selector .right:before {
  bottom: 0;
  right: -25px;
}
.hori-selector .left:before {
  bottom: 0;
  left: -25px;
}
.slogan {
  font-family: Ubuntu Bold;
  font-size: 35px;
}
/* PC Screen */
@media (min-width: 992px) {
  .customer-pic {
    width: 100%;
    float: right;
    border-radius: 50%;
  }
  .SEUEEWRE {
    width: 70%;
  }
  .card-image {
    width: 100%;
  }
  .card-image2 {
    display: none;
  }
  .slogan2-cover {
    font-size: 25px;
    font-family: Ubuntu Regular;
  }

  .row {
    margin-left: 7% !important;
    margin-right: 7% !important;
  }
  .logo {
    width: 25%;
  }

  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

/* Mobile Screen */
@media (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
  .SEUEEWRE {
    width: 100%;
  }
  .customer-pic {
    width: 80%;
    float: right;
    border-radius: 50%;
  }
  .card-image2 {
    width: 50%;
  }

  .logo {
    width: 60%;
  }
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }
  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hori-selector .left,
  .hori-selector .right {
    right: 10px;
  }
  .hori-selector .left {
    top: -25px;
    left: auto;
  }
  .hori-selector .right {
    bottom: -25px;
  }
  .hori-selector .left:before {
    left: -25px;
    top: -25px;
  }
  .hori-selector .right:before {
    bottom: -25px;
    left: -25px;
  }
}
.navbar {
  position: sticky !important;
  top: 0;
  z-index: 10;
}

/*----------end title in the midel------------*/
.main-btn {
  font-family: Ubuntu Bold !important;
  background-color: #9e0b32 !important;
  color: white !important;
  border-radius: 50px !important;
  font-size: 10px !important;
}
.card-container {
  background-color: white;
  border-radius: 20px;
  color: black;
  padding: 30px !important;
}
.slogan2 {
  font-family: Ubuntu Regular;
  font-size: 14px;
  color: #9b9b9b;
}
.card-image3 {
  width: 25%;
}
.CXPISQDB {
  background-color: white;
  color: black;
}
.KDJAASLD {
  background-color: white;
  padding: 20px;
}
.service-title {
  font-family: Ubuntu Bold;
  font-size: 25px;
  color: #000000;
}

.review {
  font-size: small;
}
.comment {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 14px;
  margin: 0;
}
.comment-container {
  background-color: white;
  color: black;
  padding: 10px !important;
  border-radius: 20px;
}

.modal-content {
  background-color: rgb(0 0 0 / 75%) !important;
  color: white !important;
  border-radius: 0px !important;
  font-family: Ubuntu Regular !important;
}
.btn-close {
  color: #fff !important;
}
.carousel-item img {
  margin: 0 auto;
  display: block;
}

.carousel-caption {
  font-size: 12px;
  font-weight: 400;
}
.carousel-item{
  background-color: #000000;
}