body {
  font-family: 'Montserrat', sans-serif !important;
  color: #0c0c0c;
  background-color: #ffffff;
}

.flex-sm-row-reverse{
  flex-direction: row-reverse;
}

.layout_margin {
  margin: 90px 0;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container h1 {
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.heading_container h2 {
  font-weight: bold;
  color: #1d1e31;
  position: relative;
  padding-bottom: 10px;
}

.heading_container h3 {
  font-weight: bold;
  color: #1d1e31;
  position: relative;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.heading_container h4 {
  font-weight: bold;
  color: #1d1e31;
  position: relative;
  padding-bottom: 10px;
  font-size: 1.2rem;
}

#today-voila {
  position: relative;
}

.bg-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#voila-img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
  position: relative;
  z-index: 2;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

#floating-btn {
  position: absolute;
  bottom: 40%;
  right: 6%;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.floating-icon {
  width: 30px;
  height: 29px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

#floating-btn:hover .floating-icon {
  transform: scale(1.1);
}

/* 
.heading_container h2::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #84008E;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
} */

.hero_next_section-margin {
  margin-top: 100px;
}

/*header section*/
.hero_area {
  /* height: 100vh; */
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f2f7fd), color-stop(45%, #1d1e31));
  background: linear-gradient(to right, #f2f7fd 50%, #1d1e31 45%);
}

.sub_page .hero_area {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 14px;
}

.custom_menu-btn button {
  /* margin-top: 12px; */
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_menu-btn .custom_menu-btn .s-2 {
  -webkit-transition: all .1s;
  transition: all .1s;
}

.menu_btn-style button {
  position: fixed;
  right: 29px;
  top: 14px;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(17px);
          transform: rotate(45deg) translateY(17px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-17px);
          transform: rotate(-45deg) translateY(-17px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 40px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-top: 5px;
}

.nav-section a{
  color: #000000;
  font-size: small;
  text-transform: capitalize !important;
}

.nav-link:hover, .nav-link:focus{
  font-weight: bolder !important;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fc5d35;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

#carouselExampleIndicators{
  justify-content: center;
  display: flex;
}

.google-dw-btn{
  max-height: 53px;
}

.btn-dw{
  background-color: #FFFFFF !important;
  color: #000000;
  border: 2px solid #000000;
  min-height: 60px;
  border-radius: 1rem;
  padding-inline: 2rem;
}

.phone-container {
  width: 300px; /* Adjust width as needed */
  height: 600px; /* Adjust height as needed */
  background-color: #333;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.phone-frame {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.phone-screen {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 70%;
  overflow-y: auto;
}

.phone-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.phone-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.phone-buttons button:hover {
  background-color: #0056b3;
}

.header-mockup{
  background-image: url(../images/mockups/mockup-header-2.png);
  height: 90dvh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover
}

.slider_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 75px);
  background-color: #E0F8F2;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: unset;
}

.slider_section .row .col-md-7,
.slider_section .row .col-md-5 {
  position: unset;
}

.slider_section .carousel {
  position: unset;
}

.slider_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.5rem;
}

.slider_section .detail-box h1 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 4rem;
}

/* .slider_section .detail-box a {
  display: inline-block;
  padding: 10px 60px;
  background-color: #1d1e31;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #1d1e31;
  text-transform: uppercase;
  margin-top: 35px;
  transition: 0.6s ease-in-out;
  border-radius: 0.2rem;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #1d1e31;
  transition: 0.6s ease-in-out;
  border-radius: 2rem;
} */

.slider_section .img-box img {
  height: 100%;
  width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
}

.slider_section .carousel-control-prev {
  background-color: #1d1e31;
  top: 80px;
  background-image: url(../images/left-arrow.png);
  background-position: 14px center;
}

.slider_section .carousel-control-next {
  background-color: #f2f7fd;
  top: initial;
  bottom: 150px;
  background-image: url(../images/right-arrow.png);
  background-position: 35px center;
}

.slider_section .carousel-indicators {
  margin: 0;
  bottom: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 25px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.slider_section .carousel-indicators li {
  margin: 0;
  width: 30px;
  height: 30px;
  background-color: #1d1e31;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  background-color: #84008E;
  transition: 1s ease-in-out;
  border-radius: 2rem;
}

.feature_section {
  background-color: #fafafa;
  font-family: 'Montserrat', sans-serif;
}

.feature_section .box {
  background-color: #fcfcfd;
  padding: 5rem 2rem;
}

.feature_section .box .head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature_section .box .head-box .img-box {
  margin-right: 15px;
}

.feature_section .box .head-box .img-box svg {
  width: 50px;
  height: auto;
  fill: #84008E;
}

.feature_section .box .head-box h6 {
  font-weight: bold;
  font-size: 18px;
}

.feature_section .box .detail-box {
  margin-top: 15px;
}

.feature_section .box .detail-box p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.feature_section .box:hover {
  background-color: #8c60bd;
  color: #fefdfc;
  transition: 0.6s ease-in-out;
  border-radius: 2rem;
}

.feature_section .box:hover .head-box .img-box svg {
  fill: #fefdfc;
}

.feature_section a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #56027D;
  color: #fefdfc;
  border-radius: 2rem;
  border: 1px solid #8c60bd;
}

.feature_section a:hover {
  background-color: transparent;
  color: #8c60bd;
}

.create-notifications{
  font-family: 'Montserrat', sans-serif;
  background-color: #F9F0F9;
  color: #000000;
}

.testimonial-card {
  background-color: white;
  border-radius: 15px;
  padding: 5% 10%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  position: relative;
  font-size: 1.1rem;
}

.testimonial-card::before {
  content: "“";
  font-size: 50px;
  color: #ff6f47;
  position: absolute;
  top: -24px;
  left: 20px;
}

.testimonial-author {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #b0a8a6;
}

.testimonial-logo img {
  width: 30px;
  height: auto;
}

#create-mockup{
  background-position: bottom left;
}

.download_section {
  font-family: 'Montserrat', sans-serif;
  background-color: #470279;
  color: #FFFFFF;
}

.download_section .box {
  background-color: #333456;
  padding: 15px;
  margin: 45px 0;
  color: #000000;
}

.download_section .box .head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download_section .box .head-box .img-box {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border: 1px solid #fefdfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download_section .box .head-box .img-box img {
  width: 30px;
}

.download_section .box .head-box h6 {
  font-weight: bold;
  font-size: 18px;
}

.download_section .box .detail-box {
  margin-top: 15px;
}

.download_section .box .detail-box p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.download_section .btn-1 {
  display: inline-block;
  padding: 10px 40px;
  background-color: #56027D;
  color: #fefdfc;
  border-radius: 2rem;
  border: 1px solid #8c60bd;
  margin-top: 25px;
}

.download_section .btn-1:hover {
  background-color: transparent;
  color: #8c60bd;
}

.download_section .btn-2 {
  display: inline-block;
  padding: 10px 40px;
  background-color: #323559;
  color: #fefdfc;
  border-radius: 2rem;
  border: 1px solid #323559;
  margin-top: 25px;
}

.download_section .btn-2:hover {
  background-color: transparent;
  color: #323559;
}

.download_section .main-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download_section .main-img-box img {
  width: 75%;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.37));
          filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.37));
}

.about_section {
  background-image: url(../images/about-bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.about_section:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 82%;
  background-color:#00000010;
  pointer-events: none;
  margin-block-start: -90px;
}

.about_section .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_section .detail-box {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about_section .detail-box.b-1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-start;
}

.about_section .detail-box.b-2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}


.about_section .detail-box.b-1 a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #56027D;
  color: #fefdfc;
  border-radius: 2rem;
  border: 1px solid #8c60bd;
  transition: 0.6s ease-in-out;
}

.about_section .detail-box.b-1 a:hover {
  background-color: transparent;
  color: #8c60bd;
  transition: 0.6s ease-in-out;
}

.subscribe_section {
  background-color: #f2f7fd;
}

.subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subscribe_section form input {
  width: 69%;
  height: 50px;
  border: none;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

.subscribe_section form button {
  width: 29%;
  height: 50px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0;
  background-color: #56027D;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #8c60bd;
  font-weight: bold;
  line-height: 50px;
}

.subscribe_section form button:hover {
  background-color: transparent;
  color: #8c60bd;
}

.client_section .client_container .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .client_container .client-id .img-box {
  width: 75px;
  margin-right: 15px;
}

.client_section .client_container .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .client-id .name img {
  width: 35px;
}

.client_section .client_container .client-id .name h6 {
  color: #84008E;
  margin: 5px 0;
  font-weight: bold;
}

.client_section .client_container .client-detail {
  margin-top: 20px;
}

.client_section .client_container a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #56027D;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #8c60bd;
}

.client_section .client_container a:hover {
  background-color: transparent;
  color: #8c60bd;
}

/* contact section */
.contact_section {
  background-color: #f2f7fd;
}

.contact_section h2 {
  font-size: 26px;
  color: #010103;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 35px;
  font-size: 2rem;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 15px 0;
  background-color: transparent;
}

.contact_section input::-webkit-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section input:-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section input::-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section input::placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_form-container button {
  border: none;
  background-color: #56027D;
  color: #fff;
  font-size: 15px;
  padding: 15px 45px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.6s ease-in-out;
  border: 1px solid #8c60bd;
}

.contact_form-container button:hover {
  transition: 0.6s ease-in-out;
  background-color: transparent;
  border: 1px solid #8c60bd;
  color: #8c60bd;
}

.contact_img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_img-box img {
  width: 100%;
}

/* end contact section */
/* info section */
.info_section {
  font-family: 'Montserrat', sans-serif;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
}

.info_logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_logo-box h2 {
  font-weight: bold;
  padding: 5px 35px;
  border-bottom: 1.5px solid #84008E;
}

.logo{
  width: 5rem;
  height: auto;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #000000;
  font-size: smaller;
}

.info_section p {
  font-size: smaller;
}

.info_section h6 {
  text-transform: uppercase;
  font-weight: bolder
}

.info_section ul li a:hover {
  color: #84008E;
  font-weight: bolder;
}

.info_section .form_container input {
  width: 225px;
  height: 40px;
  padding: 10px;
}

.info_section .form_container::-webkit-input-placeholder {
  color: #ccc8c8;
}

.info_section .form_container:-ms-input-placeholder {
  color: #ccc8c8;
}

.info_section .form_container::-ms-input-placeholder {
  color: #ccc8c8;
}

.info_section .form_container::placeholder {
  color: #ccc8c8;
}

.info_section .form_container button {
  background-color: #56027D;
  border: none;
  outline: none;
  color: #fff;
  padding: 8px 30px;
  margin-top: 15px;
  font-size: 15px;
  text-transform: uppercase;
}

.social_container {
  width: 95%;
  margin: 0 auto;
  border-top: 1px solid #898989;
  padding: 25px 0;
}

.info_section .social-box {
  margin: 0 auto;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

/* end info section */
/* footer section*/
.footer_section {
  padding: 20px;
}

.footer_section p {
  color: #000000;
  font-size: 10px;
}

.footer_section a {
  color: #fefdfc;
}

/* Interactive section */
.phone-box {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.phone-box .screen {
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
}

.phone-box .detail-box {
  padding: 10px;
}

.phone-box .buttons {
  margin-top: 20px;
}

.phone-box button {
  margin-right: 10px;
}

.fit-content{
  height: fit-content;
}

.download-details{
  padding-inline: 5%;
}

.download-img{
  background-image: url(../images/mockups/mock-get.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 60dvh;
  background-position: center;
}

.download_section p{
  font-size: smaller;
}

.logo-img{
  background-image: url(../images/voila-logo-no-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 40dvh;
  background-position: center;
}

.contact_section p{
  font-size: smaller;
}

.contact_section h1{
  font-size: 3rem;
  font-weight: bold;
}

.contact_section h4{
  font-size: 1.5rem;
  font-weight: bold;
}

.btn-feedback{
  background-color: #450379;
  min-height: 60px;
  border-radius: 1rem;
  padding-inline: 2rem;
  border-color: #450379;
  color: #ffffff;
}

.btn-feedback:hover{
  color: #ffffff !important;
}
