/*google font*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');

body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  font-family: solaimanlipi, sans-serif;
  background-color: rgb(250, 250, 250);
  margin-top: 0px;
  background-image: url('images/bg_1.png');
  }

  .download_icons {
    display: flex;
    cursor: pointer;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
  }

  .download_icons img {
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  }

  .download_icons img:hover {
    transform: scale(1.1);
            filter: brightness(1.2);
  }

  .caption {
    color: #fff;
    text-align: center;
    margin-top: 200px;
    font-weight: bold;
  }

  .caption h1 {
    color: #8B0000;
    font-size: 65px;
    font-weight: bold;

  }
  
  .btn-primary {
    background-color: #8B0000;
    border-color: #8B0000;
  }
  .btn-primary:hover {
    background-color: #800000;
    border-color: #800000;
  }
  .btn-success {
    background-color: #32CD32;
    border-color: #32CD32;
  }
  .btn-success:hover {
    background-color: #228B22;
    border-color: #228B22;
  }
  h1 {
    font-family: solaimanlipi, sans-serif;
    color: #8B0000;
    font-size: 25px;
    font-weight: bold;
  }
  p {
    font-family: solaimanlipi, sans-serif;
    color: #333;
    font-size: 18px;
    
  }


  .mockup-screen {
      height: 580px;
      background: url('img/mockup.png') no-repeat center top;
      background-size: cover;
      margin-top: 80px;
      justify-content: center;
      padding-left: 65px;
      transition: transform 0.3s ease;
      transition: transform 0.5s ease-in-out;
      animation: bounce 2s infinite;
  }

  .mockup-screen:hover {
    transform: translateY(-20px);
  }

  img {
    max-width: 100%;
    height: auto;
  }


  /* Blurry wave transition effect */
  .blurry-wave {
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-top: -250px;
  }

  .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px; 
    background: url("images/bg_3.png"); 
    background-size: 200% 100%;
    animation: wave-animation 5s linear infinite;
    filter: blur(20px); 
    opacity: 0.5; 
    border-bottom: #ffffff;
  }


  @keyframes wave-animation {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: 200%;
    }
  }

  /* Bounce animation */
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-5px);
    }
    100% {
      transform: translateY(0);
    }
  }




/* Feature */
  
.card {
  border: none;
  background-color: #fff;
  transition: transform 0.3s ease;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}

.card-img-top {
  width: 25%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  padding-top: 20px;
}

.card-body {
  text-align: center;
}

.card-body h5 {
  font-size: 20px;
  font-weight: bold;
  color: #8B0000;
}

.card-body p {
  font-size: 16px;
  color: #333;
}

.card:hover {
  transform: translateY(-20px);
}


/* CSS for App Feature Section */
.app-features {
  padding: 65px;
  background-color: #fde2e4;
  font-family: solaimanlipi, sans-serif;
}

.feature-title {
  margin-bottom: 30px;
  position: relative;
}

.section-heading {
  font-size: 36px;
  font-weight: bold;
  color: #8B0000;
  text-align: center;
}

.feature-title h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 200px;
  background-color: #8B0000;
  left: calc(50% - 100px);
}

.feature-title h3::after {
content: '';
position: absolute;
left: 0;
bottom: -3px;
height: 8px;
width: 8px;
background-color: #8B0000;
left: calc(50% - 4px);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.section-short-description {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: x-large;
  padding-bottom: 15px;
}

/* .section-long-description {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 0 100px;
} */

.feature_container {
  display: grid;
  gap: 20px;
  justify-items: center;
  margin-top: 0px;
  padding-left: 75px;
  padding-right: 75px;
  cursor: pointer;
}

/* CSS to style the cards */
.card {
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

.card::after {
  content: '';
  height: 100px;
  width: 100px;
  transition: all 0.5s ease;
  display: block;
  background: #dcebff;
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  right: -15%;
  top: -15%;
}

.card:hover::after {
  transform: scale(1.2);
}

.card:hover {
  transform: scale(1.05);
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}





.phone-frame {
  /* Set the smartphone frame properties */
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100vh;
  background-image: url('images/bg.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.screenshots-slider {

  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 80%; 
  margin-top: 50px; 
}

.screenshot {
  flex: 0 0 auto;
  scroll-snap-align: start;
  margin-right: 10px;
}

.screenshot img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}


.btn-go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 10px 20px;
  background-color: #8B0000;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.btn-go-to-top:hover {
  background-color: #8B0000;
  cursor: pointer;
}