* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', 'Arial', sans-serif;
  }
  
  /* HEADINGS */
  
  h1, p {
    color: #fff;

    line-height: 1.4;
  }
  
  h1 {
    font-size: 2.2rem !important;
    color: #000 !important;
    text-transform: uppercase !important;
  }
  
  h2 {
    color: #000;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .myflexreviews
  {
    display: flex !important;
  }

  .bd
  {
    color: green !important;
    font-weight: bolder !important;
  }
  
  
  /* BASIC SETUP */
  
  .page-wrapper {
    width: 100%;
    height: auto;
  }

  .navimg
  {
      text-decoration: none !important;
      font-size: 1.5rem;
      color: #031520 !important;
      font-weight: bolder;
  }
  
  .nav-wrapper {
    width: 100%;
    position: -webkit-sticky; /* Safari */
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1000 !important;
  }

  .mysubs
  {
    margin-top: 7rem !important;

  }
  .mysubs p{
    color: #000;
  }

  .mysubs h6
  {
    color: black !important;
  }

  .mysubs h5{
    margin-top: 1.3rem !important;
  }

  .mysubs h6{
    font-size: 1.1rem;
    font-weight: bolder;
  }

  .mycode img{
    width: 95% !important;
  }
  .mycode{
    margin-top:2rem !important;
  }
  
  .grad-bar {
    width: 100%;
    height: 5px;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
      -webkit-animation: gradbar 15s ease infinite;
    -moz-animation: gradbar 15s ease infinite;
    animation: gradbar 15s ease infinite;
  }
  
  /* NAVIGATION */
  
  .navbar {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    height: 80px;
    overflow: hidden;

    z-index: 1000 !important;
  }

  .border-div {
    border: 1px solid #000; /* Adjust the border properties as needed */
    padding: 10px; /* Add padding to the border as needed */
}

.mysubbtn{
  margin-top: 4rem !important;
  color: white;
  background: red !important;
  text-decoration: none !important;
  padding-left: 8% !important;
  padding-right: 8% !important;
  padding-top: 3%;
  padding-bottom: 3%;
  border-radius: 5%;
  font-size: 1.1rem;
  transition: 0.7s;
}

.mysubbtn:hover
{
  background: white !important;
  color: red;
  border: 1px solid red;
}

  .phnimage
  {
   
    width: 110%;
    height: 15rem;
    
    margin-top: 36%;
    z-index: 1 !important;
  }
  
  .navbar img{
    height: 60px;
    width: auto;
    justify-self: start;
    margin-left: 20px;
    
  }

  .navimg
  {
    margin-left: 6%;
  }
  
  .navbar ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    
    margin-right: 4%;
    
  }

  .navbar ul li{
    margin-right: 1.5rem;
  }
  
  .nav-item a {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
  }
  
  .nav-item a:hover {
    color: #3498db;
  }

  .reviews
  {
    margin-top: 7rem;
    background: #315491;
    padding: 4rem;
  }
 
  .reviews h2{
    text-align: center !important;
    margin-bottom: 4rem;
    color: white;
  }
  .reviews h6{
    text-align: center !important;
    color: rgb(192, 192, 192);
  }

  .pstar i{
    color: #FF9500;
    margin-right: 0.3rem;
  }
  .myflexreviews
  {
    margin-left: 15%;
  }
  /* SECTIONS */
  
  .headline {
    width: 100%;
    height: 95vh;
   
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1435224668334-0f82ec57b605?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1yZWxhdGVkfDd8fHxlbnwwfHx8fA%3D%3D&w=1000&q=80');
    background-size: cover;
   
   
  }

  .fetaureimage
  {
    width: 15rem !important;
  }


  .myreviewtext
  {
    color: white  !important;
    margin-top: 2%;
  }

  .myreviewtext h4{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bolder;
    font-style: italic;
  }
  

  .headline div h1{
    font-size: 4rem;
    color: white !important;
    margin-left: 2%;
  }
  .headline div p{

    margin-left: 2%;
  }

  .headline .col-lg-6{
    margin-top: 17%;
  }

  .headline .col-lg-6 p{
    margin-bottom: 2rem;
  }
  
  .playstoreimg
  {
    width: 10rem !important;
  }
  
  
  
  /* SEARCH FUNCTION */
  
  #search-icon {
    font-size: 0.9rem;
    margin-top: 3px;
    margin-left: 15px;
    transition: color 0.3s ease-out;
  }
  
  #search-icon:hover {
    color: #3498db;
    cursor: pointer;
  }
  
 
  .search {
    transform: translate(-35%);
    -webkit-transform: translate(-35%);
    transition: transform 0.7s ease-in-out;
    color: #3498db;
  }
  
  .no-search {
    transform: translate(0);
    transition: transform 0.7s ease-in-out;
  }
  
  .search-input {
    position: absolute;
    top: -4px;
    right: -125px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.6s ease;
  }

  .features .firstp
  {
    margin-top: 3rem !important;
    color: #6c6d6d;
    text-align: center;
  }

  .features h1
  {
    color: #000;
    text-align: center;
  }
  
  .search-active {
    opacity: 1;
    z-index: 0;
  }
  
  input {
    border: 0;
    border-left: 1px solid #ccc;
    border-radius: 0; /* FOR SAFARI */
    outline: 0;
    padding: 5px;
  }

  .mycolfeatures p
  {
    color: #3f3f3f !important;
  }

  .mycolfeatures h5{
    color: black !important;
    font-size: 1.4rem !important;
    font-weight: 600;
  }


  
  /* MOBILE MENU & ANIMATION */
  
  .menu-toggle .bar{
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
  }
  
  .menu-toggle:hover{
    cursor: pointer;
  }
  
  #mobile-menu.is-active .bar:nth-child(2){
    opacity: 0;
  }
  
  #mobile-menu.is-active .bar:nth-child(1){
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  
  #mobile-menu.is-active .bar:nth-child(3){
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  
  /* KEYFRAME ANIMATIONS */
  
  @-webkit-keyframes gradbar {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  @-moz-keyframes gradbar {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  @keyframes gradbar {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  /* Media Queries */
  
    /* Mobile Devices - Phones/Tablets */
  
  @media only screen and (max-width: 720px) { 
    .features {
      flex-direction: column;
      padding: 50px;
    }
    
    /* MOBILE HEADINGS */
    
    h1 {
      font-size: 1.9rem;
    }
    
    h2 {
      font-size: 1rem;
    }
    
    p {
      font-size: 0.8rem;
    }
    
    /* MOBILE NAVIGATION */
       
    .navbar ul {
      display: flex;
      flex-direction: column;
      position: fixed;
      justify-content: start;
      top: 55px;
      background-color: #fff;
      width: 50%;
      height: calc(100vh - 55px);
      transform: translate(-101%);
      text-align: center;
      overflow: hidden;
    }
    
    .navbar li {
      padding: 15px;
    }
    
    .navbar li:first-child {
      margin-top: 50px;
    }
    
    .navbar li a {
      font-size: 1rem;
    }
     
    .menu-toggle, .bar {
      display: block;
      cursor: pointer;
    }
    
    .mobile-nav {
    transform: translate(0%)!important;
  }
    
    /* SECTIONS */
    
    .headline {
      height: 20vh;
    }
      
    .feature-container p {
      margin-bottom: 25px;
    }
    
    .feature-container {
      margin-top: 20px;
    }
    
    .feature-container:nth-child(2) {
      order: -1;
    }
    
    /* SEARCH DISABLED ON MOBILE */
    
    #search-icon {
      display: none;
    }
    
    .search-input {
    display: none;
   }
    
  }


/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


.slide-containerh1
{
  margin-top: 7rem;
  margin-bottom: 4rem;
  text-align: center;
}

/* Style the slider container */
.slider-container {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* Style the slider */
#screenshot .slider {
  display: flex;
  transition: transform 0.5s ease;
}

/* Style each card */
#screenshot .card {
  flex: 0 0 500px; /* Card width */
  margin: 0 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

#screenshot .card img {
  width: 100%;
  height: 100%;
}

.prev-button,
.next-button {
    background-color: #333;
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.prev-button {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.next-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}



/* Stop SLider */
.pricing header {
  
  margin: 3.3rem 0;
  margin-top: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pricing .toggle {
  margin-top: 2rem;
  color: hsl(234, 14%, 74%);
  display: flex;
  align-items: center;
}
.pricing .toggle-btn {
  margin: 0 1rem;
}
.pricing .checkbox {
  display: none;
}

.pricing .sub {
  background: linear-gradient(
    135deg,
    rgba(163, 168, 240, 1) 0%,
    rgba(105, 111, 221, 1) 100%
  );
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* height: 25px;
  width: 50px; */
  height: 1.6rem;
  width: 3.3rem;
  border-radius: 1.6rem;
  padding: 0.3rem;
}
.pricing .circle {
  background-color: #fff;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
}
.pricing .checkbox:checked + .sub {
  justify-content: flex-end;
}

.pricing .cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pricing .card {
  background: #fff;
  color: hsl(233, 13%, 49%);
  border-radius: 0.8rem;
}

.pricing .cards .card.active {
  background: linear-gradient(
    135deg,
    rgba(163, 168, 240, 1) 0%,
    rgba(105, 111, 221, 1) 100%
  );
  color: #fff;
  display: flex;
  align-items: center;
  transform: scale(1.1);
  z-index: 1;
}
.pricing ul {
  margin: 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.pricing ul li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
}
.pricing ul li.price {
  font-size: 3rem;
  color: hsl(232, 13%, 33%);
  padding-bottom: 2rem;
}
.pricing .shadow {
  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.pricing .card.active .price {
  color: #fff;
}

.pricing .btn {
  margin-top: 1rem;
  height: 2.6rem;
  width: 13.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(
    135deg,
    rgba(163, 168, 240, 1) 0%,
    rgba(105, 111, 221, 1) 100%
  );
  color: #fff;
  outline: none;
  border: 0;
  font-weight: bold;
}
.pricing .active-btn {
  background: #fff;
  color: hsl(237, 63%, 64%);
}
.pricing .bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
}
.pricing .card.active .bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
}
.pricing .pack {
  font-size: 1.1rem;
}

@media (max-width: 280px) {
  .pricing ul {
    margin: 1rem;
  }
  .pricing h1 {
    font-size: 1.2rem;
  }
  .pricing .toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 80px;
  }
  .pricing .cards {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .pricing .card {
    transform: scale(0.8);
    margin-bottom: 1rem;
  }
  .pricing .cards .card.active {
    transform: scale(0.8);
  }
}

@media (min-width: 280px) and (max-width: 320px) {
  .pricing ul {
    margin: 20px;
  }
  .pricing .cards {
    display: flex;
    flex-direction: column;
  }
  .pricing .card {
    margin-bottom: 1rem;
  }
  .pricing .cards .card.active {
    transform: scale(1);
  }
}

@media (min-width: 320px) and (max-width: 414px) {
  .pricing .cards {
    display: flex;
    flex-direction: column;
  }
  .pricing .card {
    margin-bottom: 1rem;
  }
  .pricing .cards .card.active {
    transform: scale(1);
  }
}
@media (min-width: 414px) and (max-width: 768px) {
  .pricing .card {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .pricing .cards .card.active {
    transform: scale(1);
  }
}
@media (min-width: 768px) and (max-width: 1046px) {
  .pricing .cards {
    display: flex;
  }
  .pricing .card {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .pricing .cards .card.active {
    transform: scale(1);
  }
}


#screenshot
{
  z-index: -1 !important;
}

#pricing
{
  z-index: -1 !important;
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #e82c88;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #36348d;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #e82c88;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

#faq
{
  margin-top: 7rem;
}

.faq h1{
  margin-bottom: 4rem;
}

#faq p{
  color: #3f3f3f !important;
}

.subcribebutton
{
  margin-top: 3rem !important;
  background: #d40f0f;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: white !important;
  text-decoration: none;
  border-radius: 0.8rem;
  margin-left: 30%;
}

.contain {
  background-color: #eee;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

#contact div.form {
  background-color: #eee;
}
#contact .contact-wrapper {
  margin: auto 0;
}

#contact .submit-btn {
  float: left;
}
#contact .reset-btn {
  float: right;
}

.form-headline
{
  text-align: left;
}

#contact .form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid #ec1c24;
}

#contact .highlight-text {
  color: #ec1c24;
}

#contact .hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

#contact .highlight-text-grey {
  font-weight: 500;
}

#contact .email-info {
    margin-top: 20px;
}

::-webkit-input-placeholder { /* Chrome */
  font-family: 'Roboto', sans-serif;
}

#contact .required-input {
  color: black;
}
@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}

#contact h3,
#contact ul {
  margin: 0;
}

#contact h3 {
  margin-bottom: 1rem;
}

#contact .form-input:focus,
#contact textarea:focus{
  outline: 1.5px solid #ec1c24;
}

#contact .form-input,
#contact textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

#contact .wrapper > * {
  padding: 1em;
}
@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .wrapper > * {
    padding: 2em 2em;
  }
}

#contact ul {
  list-style: none;
  padding: 0;
}

#contact .contacts {
  color: #212d31;
}

#contact .form {
  background: #fff;
}

#contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
#contact form label {
  display: block;
}
#contact form p {
  margin: 0;
}

#contact .full-width {
  grid-column: 1 / 3;
}

#contact button,
.submit-btn,
.form-input,
textarea {
  padding: 1em;
}

#contact button, .submit-btn {
  background: transparent;
  border: 1px solid #ec1c24;
  color: #ec1c24;
  border-radius: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
}
#contact button:hover, #contact .submit-btn:hover,
#contact button:focus , #contact .submit-btn:focus{
  background: #ec1c24;
  outline: 0;
  color: #eee;
}
#contact .error {
  color: #ec1c24;
}


.mycolfeatures
{
  margin-left: 5rem !important;
}

.legacy
{
  color: #000 !important;
}

.legacy p{
  color: #000 !important;
  font-size: 1.2rem !important;
}


@media (max-width: 720px) {
  .headline {
 
    height:100% !important;
     padding-bottom: 8% !important;
   
   
   
  }

  .headline .col-lg-6
  {
    margin-top: 30% !important;
  }

  .phnimage
  {

    width: 97%;
    height: 90%;
    margin-top: 8% !important;
    z-index: 1 !important;
    margin: auto !important;
  }

  .myflexreviews
  {
    display: block !important;
  }

  .fetaureimage
  {
    width: 90% !important;
  }


  .img1live
  {
    margin-top: 1rem !important;
  }
  
  .myflexreviews
  {
    margin-left: 0 !important;
    text-align: center !important;
  }

  .pstar
  {
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
  }

  .email-info
  {
      width: 200px; /* Set the width of your container */
      overflow-wrap: break-word; /* Allow words to break at any character */
   
  }
  .mycolfeatures
  {
    margin-left: 0rem !important;
  }

  .myflexreviews img{
    width: 8rem !important;
    margin-bottom: 3rem;
  }
}