@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
  body {
    font-family: "Poppins", sans-serif;
    color: #555657;
    line-height: 1.5;
    /* background-color: #1391a5; */
  }
  
  a {
    color: #777;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  
  a:hover {
    color: #000;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .font-heading {
    font-family: "Poppins", sans-serif;
    color: #000;
  }
  
  .container {
    z-index: 2;
    position: relative;
  }
  
  .text-black {
    color: #000 !important;
  }
  
  .text-primary {
    color: #2d71a1 !important;
  }
  
  .border-top {
    border-top: 1px solid #f2f2f2 !important;
  }
  
  .border-bottom {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  
  figure figcaption {
    margin-top: 0.5rem;
    font-style: italic;
    font-size: 0.8rem;
  }
  
  section {
    overflow: hidden;
  }
  
  .section {
    padding: 50px 0;
  }
  
 /* .section-heading {
    font-size: 2.5rem; /* Adjust the size as needed 
    font-weight: 700;
    background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 1.2; /* Adjust the line-height for better spacing 
} /*
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #2d71a1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #3687c1;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /* Default btn sre-tyling */
  .btn {
    border: none;
    padding: 15px 20px !important;
  
  }
  
  .btn.btn-outline-white {
    border: 2px solid #fff;
    background: none;
    color: #fff;
  }
  
  .btn.btn-outline-white:hover {
    background: #fff;
    color: rgba(255, 81, 142, 0.8);
  }
  
  .btn.btn-primary {
    /* background: #ef1313; */
    background: linear-gradient(to right, rgba(255, 81, 142, 0.8) 0%, rgba(255, 80, 80, 0.8) 100%);
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  }
  
  /* Feature 1 */
  

  .section-heading {
    font-size: 3rem; /* Adjust the size as needed */
    font-weight: 500;
    background: linear-gradient(to right, rgba(248, 36, 110, 0.8) 0%, rgba(249, 44, 44, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2%;
    text-align: center;
    line-height: 1.2; /* Adjust the line-height for better spacing */
    word-break: break-word; /* Ensure long words break correctly */
    position: relative;
  }
  
  .underline-img {
    display: block;
    margin: 5px auto 0; /* Adjust the margin to control spacing */
    max-width: 100%; /* Adjust the width as needed */
  }
  
  .feature-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 50px; /* Adjust padding to reduce overall size */
    margin-bottom: 0; /* Remove bottom margin */
  }
  
  
  /* .col-md-4 {
    padding: 0 15px; /* Remove padding to reduce space between columns 
  } */

.feature-1 .wrap-icon {
    height: 50px; /* Reduce the size of the icon container */
    width: 80px;
    margin-bottom: 10px; /* Reduce the bottom margin */
}

.feature-1 .wrap-icon i {
    font-size: 30px; /* Reduce the size of the icon */
}

.feature-1 h3 {
    font-size: 18px; /* Adjust font size */
}

.feature-1 p {
    color: #b1b1b1;
    text-align: center; 
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;  */
}


   
  .features-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  } 
  .feature-1 .wrap-icon {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .container1{
    margin: 0 10%;
  }
  .img1 .img-fluid1{
    max-width: 50%; /* Adjust this value to decrease the image size */
  height: auto; /* Maintain the aspect ratio */
  display: block;
  /* margin-left: auto; */
  /* margin-right: auto; */
  }
  /* Step */
  .step {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px;

  }
  
  .step .number {
    background: linear-gradient(-45deg, #1391a5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
    display: block;
  }
  
  .step p:last-child {
    margin-bottom: 0px;
  }
  
  .steps-row {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  
  .step-container {
    flex: 1;
    margin: 0 10px; /* Adjust margin for spacing between columns */
  }
  .btn-p{
    margin-top: 20px;
  }
  @media (max-width: 768px) {
    .section-heading{
      font-size: 2rem;
    }
    .steps-row {
      flex-wrap: wrap;
    }
  
    .step-container {
      flex: 1 1 100%;
      margin-bottom: 20px; /* Adjust margin for spacing in mobile view */
    }
  }
  
  .no-wrap {
    display: flex;
    align-items: center;
    /* margin-left: 12%; */
    justify-content: space-around;

  }
  .no-wrap .one{
    flex: 1 1 

  }
  .no-wrap .two{
    flex: 1 1;
    /* text-align: center; */
  }
  .no-wrap h4{
    font-size: 35px;
    font-weight: 500;
    margin-bottom: -3px;
    line-height: 40px;
  }
  .no-wrap p{
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    margin-top: 4px;
    color: #828282;
  }
  .no-wrap1 {
    display: flex;
    align-items: center;
    /* margin-left: 12%; */
    justify-content: space-around;
   
  }
  .no-wrap1 .one{
    flex: 1 1 ;
 
    text-align: right;
  }
  .no-wrap1 .two{
    flex: 1 1
  }
  .no-wrap1 h4{
    font-size: 35px;
    font-weight: 500;
    margin-bottom: -3px;
    line-height: 40px;
  }
  .no-wrap1 p{
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    margin-top: 3px;
    color: #828282;
  }
  .no-wrap3 {
    display: flex;
    align-items: center;
    margin-left: 25%;
  }
  .no-wrap2 {
    display: flex;
    margin-left: 10%;
  }
  
  .img-fluid2 {
    max-width: 100%;
    height: auto;
     margin: 0 auto; 
  }
  /* .img-fluid3 {
    max-width: 100%;
    height: auto;
   padding-right: 50px;
  } */
  
  .colum {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
   
  }

  /* Media Queries for Mobile Responsiveness */
  @media (max-width: 768px) {
    .colum{
      width: 50%;
    }
  }
  
  @media (max-width: 576px) {
    .colum{
      width: 100%;
    }
   
  }/*   
  .no-wrap2 .col-md-3 {
    padding: 0.5rem;
  }
  
  .img-1 {
    width: 100%;
    height: auto;
    display: block;
  } */
  
  /* .back-g{
    background-color: rgb(239, 232, 232) ;
  } */
  /* General styles */
/* General styles */
.column-spacing {
  margin-right: 5%;
}

.column-spacing h4, .column-spacing1 h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: -3px;
  margin-bottom: -3px;
}

.column-spacing1 {
  margin-left: 5%;
  margin-right: 15%;
}

/* .sec-1 {
  margin-top: -8%;
} */

.img-1 {
  width: 100%; /* Make image responsive */
  max-width: 100%;
  height: auto;
}

.fea {
  margin-top: 30px;
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
  /* a */
  
  .no-wrap {
    /* flex-wrap: wrap; /* Allow columns to wrap on smaller screens 
    margin-left: 0; */
    flex-direction: column;
    /* text-align: center; */
  }
.no-wrap h4{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 20px;
}
.no-wrap1 {
  /* flex-wrap: wrap; /* Allow columns to wrap on smaller screens 
  margin-left: 0; */
  flex-direction: column-reverse;
  /* text-align: center; */
}
.no-wrap1 h4{
text-align: center;
font-size: 1.2rem;
font-weight: 500;
margin-top: 20px;
}
#Path{
  display: none;
}
  .column-spacing1, .column-spacing {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .column-spacing1 h4, .column-spacing h4 {
    margin-left: 20%;
    font-size: 1.2rem;
    text-align: center;
  }

  .column-spacing1 p, .column-spacing p {
    margin-left: 20%;
    text-align: center;
  }

  .column-spacing {
    margin-bottom: 1.5rem; /* Add space below the column for better stacking */
  }

  .img-1 {
    margin: 0 auto; /* Center the image */
  }

  .btn-primary {
    width: 100%;
    text-align: center;
  }

  h2, p {
    text-align: center;
  }

  p {
    margin-top: 20px;
  }
}


  
  @media screen and (max-width: 576px) {
    /* .column-spacing {
      text-align: center;
    } */
  
    /* .img-1 {
      width: 80%;
      margin: 0 100px;
    } */
  
    .btn-primary {
      width: 100%;
      text-align: center;
    }
  
    /* h2, p {
      text-align: center;
    } */
  }






/* CSS for centering and responsive iframe */
/* CSS for centering and responsive iframe */
/* Video.css */
/* Video.css */
/* Video.css */
.iframe-container {
  position: relative;
  width: 700px; /* Set width to your desired size */
  height: 400px; /* Set height to your desired size */
  margin: auto; /* Center the container */
  overflow: hidden;
  margin-top: 100px;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 992px){
  .iframe-container {
    position: relative;
    width: 300px; /* Set width to your desired size */
    height: 220px; /* Set height to your desired size */
    margin: auto; /* Center the container */
    overflow: hidden;
  }
}




 
/* Review */
/* Add border to the section */
/* General Styles */
.review-section {
  border: 2px solid grey;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}

/* Review */
.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.review h3 {
  font-size: 20px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}
.review .name{
  display: flex;
  justify-content: center;
  font-style: italic  ; 
  color: #333333;
  /* margin-left: 30%; */
}
.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars {
   display: flex;
  justify-content: center; 
  margin-bottom: 10px; /* Add some space between stars and text */
  /* margin-right: 40%; */
}
/* .review .d-block{
  display: flex;
  justify-content: center;
} */
.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

/* .review-user {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

 

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cd4a4a;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cd4a4a;
}

.colum {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}


/* Media Queries */
@media (min-width: 768px) {
  .review-section {
    margin-left: 23%;
  }
  .review h3{
     margin: 0 10%; 
  }
  .review .name {
    margin-left: 30%;
  }

  /* .review .stars {
    margin-left:40%;
  } */
}


  /* Pricing */
  .pricing {
    padding: 50px;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    padding-bottom: 12rem !important;
    position: relative;
    border-radius: 4px;
    color: #000000;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  }
  
  .pricing h3 {
    color: #2d71a1;
  }
  
  .pricing .price-cta {
    text-decoration: none;
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    left: 0;
  }
  
  .pricing .price-cta .price {
    display: block;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 300;
  }
  
  .pricing .popularity {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2rem;
    display: block;
    margin-bottom: 20px;
  }
  
  .pricing ul {
    margin-bottom: 50px;
  }
  
  .pricing ul li {
    margin-bottom: 10px;
  }
  
  .pricing .btn-white {
    background: #fff;
    border: 2px solid rgb(241, 241, 241);
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing .btn-white:hover {
    color: #2d71a1;
  }
  
  .pricing.popular {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    color: #000000;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    box-shadow: none;
  }
  
  .pricing.popular .popularity {
    color: #b3b3b3;
  }
  
  .pricing.popular h3 {
    color: #fff;
    background: none;
  }
  
  .pricing.popular .btn-white {
    border: 2px solid #2d71a1;
  }
  
  /* CTA Section */
  .cta-section {
    background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%);
    color: #fff;
  }
  
  .cta-section h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
  }
  
  @media screen and (max-width: 768px) {
    .cta-section h2 {
      font-size: 2rem;
    }
  }
  
  .cta-section .btn {
    background: #000000;
    color: #fff;
  }
  
  .cta-section .btn i {
    margin-right: 5px;
    font-size: 24px;
    line-height: 0;
  }
  
  /* Contact Form */
  .form-control {
    height: 48px;
    border-radius: 0;
    border: 1px solid #dae0e5;
    padding: 10px;
    font-size: 14px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #2d71a1;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
    min-height: 160px;
    resize: vertical;
    font-size: 14px;
}



@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

  
  /* Blog */
  .post-entry {
    margin-bottom: 60px;
  }
  
  .post-entry .post-text .post-meta {
    text-decoration: none;
    color: #ccc;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
  }
  
  .post-entry .post-text h3 {
    font-size: 20px;
    color: #000000;
  }
  
  .post-entry .post-text h3 a {
    text-decoration: none;
    color: #000000;
  }
  
  .post-entry .post-text h3 a:hover {
    text-decoration: none;
    color: #2d71a1;
  }
  
  .post-entry .post-text .readmore {
    color: #2d71a1;
  }
  
  .sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
  }
  
  .sidebar-box *:last-child {
    margin-bottom: 0;
  }
  
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .categories li,
  .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted gray("300");
    list-style: none;
  }
  
  .categories li:last-child,
  .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .categories li a,
  .sidelink li a {
    text-decoration: none;
    display: block;
  }
  
  .categories li a span,
  .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
  }
  
  .categories li.active a,
  .sidelink li.active a {
    text-decoration: none;
    color: #000000;
    font-style: italic;
  }
  
  .comment-form-wrap {
    clear: both;
  }
  
  .comment-list {
    padding: 0;
    margin: 0;
  }
  
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
  }
  
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
  }
  
  .comment-list li .vcard {
    width: 80px;
    float: left;
  }
  
  .comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
  }
  
  .comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
  }
  
  .comment-list li .comment-body h3 {
    font-size: 20px;
  }
  
  .comment-list li .comment-body .meta {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #ccc;
  }
  
  .comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
  }
  
  .comment-list li .comment-body .reply:hover {
    color: #000000;
    background: #e3e3e3;
  }
  
  .search-form {
    background: #f7f7f7;
    padding: 10px;
  }
  
  .search-form .form-group {
    position: relative;
  }
  
  .search-form .form-group input {
    padding-right: 50px;
  }
  
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s;
  }
  
  #header.header-scrolled {
    background: rgba(249, 47, 118, 0.8);
    height: 70px;
  }
  
  /* #header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 20px 140px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  } */
  #header .logo .img-fluid {
    width: 70px;
    margin-left: 120px;
  }
  
  /* #header .logo h1 a,
  #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
  } */
  
  #navbar {
    display: flex;
    justify-content: space-between;
  }
  
  .navbar ul {
    display: flex;
    margin-right: 18%;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }
  
  .navbar ul li {
    margin-left: 30px;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 5px 5px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
  
  /* .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  } */
  
  /* .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #fff;
  } */
  
  .navbar .active {
    border-bottom: 3px solid #fff;
  
  }
  
  .mobile-nav-toggle {
    display: none;
  }
  
  @media (max-width: 1366px) {
    .mobile-nav-toggle {
      display: block;
    }
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      color: #fff;
      font-size: 28px;
      cursor: pointer;
      display: block;
      line-height: 0;
      transition: 0.5s;
      margin-top: 20px;
      margin-right: 25px;
    }
   
    .navbar ul {
      display: none;
    }
    #header .logo .img-fluid {
      width: 70px;
      /* margin-left: 150px; */
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(234, 29, 100, 0.8);
    transition: 0.3s;
    z-index: 999;
  }
/*   
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  } */
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    /* bottom: 10px; */
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    
    font-size: 15px;
    color: #101c36;
  }
  
   .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover > a {
    color: #2d71a1;
  } 
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  .hero-section {
    background: linear-gradient(to right, rgba(255, 81, 142, 0.8) 0%, rgba(255, 80, 80, 0.8) 100%), url(../img/hero-bg1.jpg);
    position: relative;
  }
  
  .hero-section .wave {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: -150px;
  }
  
 
  
  .hero-section .wave svg {
    width: 100%;
  }
  
  .hero-section,
  .hero-section > .container > .row {
    height: 100vh;
    min-height: 880px;
  }
  
  .text-lp {
    margin-left: 15%;
     margin-top: 10%; 
  }
  .hero-section h2{
    font-weight: 500;
    font-size: 30px;
    margin-top: -3px;
     margin-bottom: -3px;
  }
  .hero-section h1 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 600;
    margin-top: -3px;
     margin-bottom: -3px;
    }
    .hero-section a{
      display: flex;
    }
  @media screen and (max-width: 992px) {
    .hero-section .wave {
      bottom: -180px;
    }
    .hero-section {
      /* background: linear-gradient(to right, rgba(255, 81, 142, 0.8) 0%, rgba(255, 80, 80, 0.8) 100%), url(../img/hero-bg1.jpg); */
      position: unset;
    }
    .hero-section,
  .hero-section > .container > .row {
    height: 200px;
     min-height: 500px; 
  }
  .hero-section h2{
    margin-top: 100px;
  }
  .hero-section a{
    /* text-align: center; */
    justify-content: center;
  }
    .text-lp {
      margin-left: 0;
      margin-top: 10%;
    }
  
    .hero-section h1 {
      font-size: 2rem;
      text-align: center;
      /* margin-top: 70px; */
      width: 100%;
    }
  }
  
  @media screen and (max-width: 992px) {
    /* .hero-section .hero-text-image {
      margin-top: 1rem;
      text-align: center;
      width: 100%;
    } */
  }
  
  .hero-section p {
    font-size: 18px;
    color: #d9d6d6;
    width: 100%;
    
  }
  
  @media screen and (max-width: 992px) {
    .hero-section p {
      width: 100%;
      text-align: center;
    }
  }
  
  .hero-section .iphone-wrap {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: -350px;
  }
  
  .hero-section .iphone-wrap .phone-1 {
    position: absolute;
    overflow: hidden;
    /* box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3); */
    border-radius: 30px;
    width: 550px;
    z-index: 1;
    margin-left: 40%;
  }
  
  @media screen and (max-width: 992px) {
    /* .hero-section .iphone-wrap {
      margin-top: 2rem;
    } */
  
    .hero-section .iphone-wrap .phone-1 {
      display: none;
    }
  }
  
  
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .download-app {
    background: linear-gradient(135deg, #FF0F27 0%, #E40C5D 100%);
  }
  
  .cent {
    text-align: center !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .download-app h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 70px;
    color: #FFFFFF;
  }
  
  .footer-area {
    text-align: center;
    /* padding: 22px 0; */
    background: #222222;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
  }
  
  .footer-area ul {
    display: flex !important;
    margin-right: 25px;
  }
  
  .footer-area ul li {
    margin-left: 5px;
    list-style-type: none;
  }
  
  .foot {
    justify-content: space-between !important;
    display: flex !important;
    padding-left: 20px;
   
  }
  
  .copy {
    flex: 1;
    margin-top: 10px;
    text-align: left;
  }
  
  .icon {
    flex: 1;
    text-align: right;
  }
  
  
  /* .sec-2 {
    background:linear-gradient(to right, rgba(255, 81, 142, 0.8) 0%, rgba(255, 80, 80, 0.8) 100%);
    color: #fff;
    padding: 20px 0;
  }
  
  .contai {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .no-wrap1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .colo1, .colo {
    flex: 1 1 100%;
    margin: 10px 0;
  }
  
  .colo {
    text-align: center;
  }
  .colo ul{
    list-style-type: none;
  }
  .colo a {
    color: #fff;
    text-decoration: underline;
   
  }
  .colo h3{
    color: #fff;
    margin-left: 50px;
  } */
  
  @media (min-width: 768px) {
   
    /* .colo1, .colo {
      flex: 1 1 45%;
    }
  
    .colo {
      text-align: left;
    } */
     
  }
   
  