html{
    scroll-behavior: smooth;;
  }

body{
/* background: linear-gradient(rgb(122, 136, 215),rgb(139, 146, 188), #fff); */
/* background: linear-gradient(rgb(10, 42, 204) ,rgb(212, 215, 230), #fff); */
color:#555;
background:#fff;
}

.logo{
/* color:rgb(199, 61, 26); */
color: rgb(93, 61, 19) !important;
text-align: right;
font-size: 26px;
font-weight: 700;
}
.sub-logo{
    font-size: 20px;
    color: rgb(248, 180, 9);
    margin-top: -10px;
}




.nav-link{
    color: aliceblue;
    font-size: 18px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 20px;
}

.fixed-top.scrolled {
  /* background-color: rgb(69, 135, 223) !important; */
  background-color: #fff !important;
  transition: background-color 200ms linear;
  
}

.fixed-top.scrolled .nav-link {
  /* color:#555; */
  color: rgb(93, 61, 19) !important;
  font-weight: 400 !important;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation: zoomin 10s 1;
  }

  @-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
    }

}

.invest{
    height: 100vh;
    text-align: center;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items:center; */
    /* color: #fff; */
    margin: auto;
    padding: auto;
    /* background: url("https://media.istockphoto.com/vectors/money-rain-seamless-pattern-sketch-dollar-banknotes-and-coins-falling-vector-id1267738458?k=20&m=1267738458&s=612x612&w=0&h=JFzPV6iQodndjRM2YAosFnNW6jAsfmG5d8ZZYA2w2ds="); */
}

.more-information{
  background: #8185eb86;
  height: 20vh;
  padding: 25px 150px;
  text-align: center;
  /* color: #fff; */
}

.fade-in-text {
    animation: fadeIn 5s;
  }

  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }



.card-head{
    color: #4d53f3;
}

.scrole-content {
  /* height: 100vh; */
  padding-top: 10%;
}

.scroll {

  opacity: 0;
  transition: all 1s ease-out;
  transform: translate3d(0, 5rem, 0);

}

.scrolled-in {
  
  opacity: 1;
  transform: translate3d(0, 0, 0);

}

#list{
  list-style: none;
}

.discription{
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}


#discount {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1;
  left: 0;
}

#discount {
  z-index: 10;
}

.plan-card-content{
  /* background: #757F9A;  
background: -webkit-linear-gradient(to left, #D7DDE8, #757F9A);  
background: linear-gradient(to left, #D7DDE8, #757F9A);  */
  
/* background: #660073;  fallback for old browsers */
/* background: -webkit-linear-gradient(to top, #E5E5BE, #660073);  Chrome 10-25, Safari 5.1-6 */
/* background: linear-gradient(to top, #E5E5BE, #660073); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

/* color:rgb(237, 223, 223); */
color: #555;
font-size: 18px;
font-weight: 600;
line-height: 35px;
}

.card-span{
  color: chocolate;
  font-weight: 700;
}


/* testimonials */
.testimonials{
  /* height: 80vh; */
  padding-top: 10% ;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom:80px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}