body {
    background: #D9D9D9;
}
.nav{
  background: #D9D9D9;
  border-radius: 0  0 20px 20px;
  transform: translateY(-200px);
  transition: 1.5s;
}

.txt-c {
    color: #865C81;
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
}
.txt-c:hover {
    color: #865C81;
}

.nav-btn {
   height: 100px;
}

.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.nav-btn:hover {
  background: #d1d1d1;
}
.nav-btn:visited {
  color: #865C81;
}

.op0 {
  opacity: 0;
  transition: 2.3s ease-in-out;
}
.slide0{
  transform: translateX(300px);
  transition: 1.5s;
  opacity: 0;
}

.animation{
  opacity: 1 !important;
  transform: translateY(0) !important;
  transform: translateX(0) !important;
  }

  .image-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  /* .image-bottom{
    z-index: -1;
  } */
  .marg {
    margin-left: 20%;
    margin-top: 150px;
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 48px;
    color: #865C81;
  }

  .sm-tx {
  margin-left: 20%;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 24px;
  max-width: 420px;
  line-height: 177.5%;
  color: #865C81;
  transition: 2s;
}

.arrow {
display: inline-block;
margin-right: 10px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #865C81;
  border-left: 3px solid #865C81;
  border-radius: 1px;
  transform: rotate(-45deg);
}

.line {
  border-top: 3px solid #865C81;
}

.p-3 {
  max-width: 250px;
}

.card{
  background: #865c8138;
  border-radius: 20px;
  border-width: 0;
  margin-top: 50px;
  font-family: 'Quicksand';
  font-size: 20px;
  color: #FFFFFF;
  transition: ease-in-out .5s;
}
.card:hover {
  scale: 1.1;
}
.col{
  display: flex;
  justify-content: center;
}

.first {
  transform: translateX(-300px);
  transition: ease-in-out 1.5s;
  opacity: 0;
}
.second{
  transform: translateX(-300px);
  transition: ease-in-out 2s;
  opacity: 0;
}

.lTxt {
  font-family: 'Quicksand';
  color: #865C81;
  font-size: 20px;
  margin-top: 50px;
}

.col-md-9 {
  transform: translateX(-300px);
  opacity: 0;
  transition: ease-in-out 1.5s;
}
.col-md-9:nth-child(2){
  transition-delay: 0.3s;
}
.col-md-9:nth-child(3){
  transition-delay: 0.5s;
}

.col-md-3{
  transform: translateX(300px);
  opacity: 0;
  transition: ease-in-out 2.3s;
}

.carousel {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* .carouselImg{
  max-width: 1200px;
} */


@media (max-width: 1530px) {
  .back-color { 
    background: #D9D9D9;
    border-radius: 20px;
  }

}

@media (max-width: 575px) {
  .back-color { 
    background-image: url("img/bw.png");
  }
  .sm-tx {
    color: #FFFFFF;
    margin: auto;
  }
  .marg {
    color: #FFFFFF;
    margin: auto;
  }
  .img-fluid {
    opacity: 0 !important; 
  }
}




