@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');




body{

  font-family: 'Montserrat', sans-serif;
  background-color:#EBEDF8;
  
}

.toop{
  background-color: #201D38;
}
.topp{
  font-weight: 600;
  color: #00A7B9;
  font-size: 18px;
}

.nav-item{
  margin: 0 50px;
}

.text1{
  font-weight: 600;
  color: #EBEDF8  ;
  font-size: 32px;
  line-height: 1.3;
}

.title1{
  color: #00A7B9;
  font-weight: 600;
}

.boody{
  font-size: 20px;
  color: #201D38;
}

.liist{
  font-size: 20px;
  color: #201D38;
}

.heading1{
  color:#FF6584;
  font-weight: 600;
}

.bgg{

  background-image: url(img/Scene-Plants3.png);
  background-repeat: no-repeat;
  border-radius: 32px;
}

.boody1{
  font-size: 20px;
  color: #EBEDF8;

}

.heading2{
  color:#FF6584;
  font-weight: 400;
  font-family: 'Merriweather', serif;
}

.toptext{
  font-size: 16px;
  color: #201D38
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.button{
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.2s;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  
}

.betn{
  background-color: #FF6584;
  color: #201D38;
  border-radius: 28px;
}

.betn:hover {
  background-color: #201D38;
  color: #00A7B9;
}

.carde{
  border-radius: 28px;
  background-color: #EBEDF8;
}

.testimonialss{
  background-image: url(img/Logo.svg);
  background-repeat: no-repeat;
background-position: center;


 
}

.bgg2{
  background-image: url(img/Scene-Plants3.png);
  background-repeat: no-repeat;
  border-radius: 18px 18px 1px 1px;
}

.footertext{
  font-size: 16px;
  color: #EBEDF8;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
/*---Media Queries --*/

.card12{
  border-radius: 32px;
  background-color: #EBEDF8;
  box-shadow: 0 8px 20px 0 rgba(216, 218, 229, 0.4), 0 8px 20px 0 rgba(190, 200, 255, 0.3);
  border: #ffffff
  
}



@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








