/* --------------------------
1. Base CSS Start
-------------------------- */

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
html,
body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

.global_color_1 {
  color: indigo;
}

.global_bgcolor_1 {
  background: indigo;
}

.global_bgcolor_2 {
  background: #fb397d;
}

.container {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #222;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
#map {
  width: 100%;
  height: 365px;
}

.bg-white {
  background-color: #fcedff !important;
}
.section_padding_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_padding_100_50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section_padding_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_padding_50_20 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.section_padding_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section_padding_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section_padding_0_100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section_padding_100_0 {
  padding-top: 100px;
  padding-bottom: 0px;
}

.section_padding_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section_padding_0_50 {
  padding-top: 0;
  padding-bottom: 50px;
}

.pl-pr-150 {
  padding-left: 150px;
  padding-right: 150px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-220 {
  margin-top: 257px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-10 {
  margin-bottom: 10px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.font-35 {
  font-size: clamp(24px, 2vw, 35px);
}
#scrollUp {
  font-size: clamp(14px, 1.2vw, 18px) !important;
  right: 20px;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 31px;
  bottom: 20px;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.7);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
}

#scrollUp:focus {
  outline: 0;
}

#scrollUp:hover {
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

li {
  list-style: none;
}

p {
  color: #8a8a8a;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 300;
  margin-top: 0;
  margin: 0;
  padding: 0;
}

.navbar-light .navbar-toggler {
  color: white;
  border-color: white;
  background: white;
  margin: 15px;
  outline: 0;
}

.heading-text > p {
  font-size: clamp(14px, 1vw, 16px) !important;
}

.section-heading > h2 {
  font-weight: normal;
  font-size: clamp(22px, 2vw, 30px) !important;
  margin: 0;
  text-transform: uppercase;
  color: #222;
  font-family: "Bungee", sans-serif !important;
}

.section-heading {
  margin-bottom: 78px;
}

.line-shape-white,
.line-shape {
  width: 80px;
  height: 2px;
  background-color: indigo;
  margin-top: 15px;
}

.line-shape {
  margin-left: calc(50% - 40px);
}

.table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* shape */

.reflection-text {
  position: relative;
}
.reflection-text div {
  position: absolute;
  text-align: center;
  bottom: -2rem;
  width: auto;
  display: inline;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reflection-text div i {
  color: transparent !important;
  -webkit-background-clip: text !important;
  font-size: clamp(1.2rem, 2vw, 2rem);
  padding: 0 2px;
  position: relative;
  z-index: 2;
}

.reflection-text div i::before {
  -webkit-background-clip: text;
}

.reflection-text div .one {
  width: 90px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 130%;
}

.reflection-text div .two {
  width: 90px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 130%;
}

/* --------------------------
2. Header Area CSS
-------------------------- */

.header_area {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
}

.menu_area .navbar-brand {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1;
  padding: 0;
}

.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
  color: #fff;
}

.menu_area {
  position: relative;
  z-index: 2;
}

.menu_area #nav .nav-link {
  color: #000;
  display: block;
  font-size: clamp(14px, 1.2vw, 16px);
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 30px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 35px 15px;
}

.menu_area #nav .nav-link:focus {
  outline: 0;
}

.menu_area nav ul li > a:hover {
  color: #d36cd7;
}

.menu_area nav ul li > a:focus {
  outline: 0;
}

.common_button {
  text-align: center;
  margin: 15px 0px;
}

.common_button > a {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #ffffff;
  height: 45px;
  min-width: 140px;
  line-height: 43px;
  text-align: center;
  border-radius: 24px 0px 24px 0px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.common_button > a:hover {
  background: #d36cd7;
  color: #fff;
  border-color: #d36cd7;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.common_button > a:focus {
  outline: 0;
}

.header_area .nav-item {
  position: relative;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding-bottom: 4px;
}

.header_area .nav-item::after {
  position: absolute;
  content: " ";
  width: 20%;
  height: 2px;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
  background: #f8f8f8;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  z-index: -11;
  opacity: 0;
}

.header_area .nav-item:hover::after {
  position: absolute;
  content: " ";
  width: 80%;
  height: 2px;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
  background: #d36cd7;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  z-index: -11;
  opacity: 1;
}

.header_area .nav-item.active::after {
  position: absolute;
  content: " ";
  width: 80%;
  height: 2px;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
  background: #000;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  z-index: -11;
  opacity: 1;
}
.header_area .menu_area #nav .nav-link:hover {
  color: #d36cd7;
}
.header_area .menu_area #nav .nav-item.active .nav-link {
  color: #d36cd7;
}
/* stcicky css */

.header_area.sticky {
  /* background-color: indigo; */
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  z-index: 99;
}

.header_area .menu_area .navbar-brand {
  font-size: 40px;
  padding: 2px;
}

.header_area.sticky .menu_area #nav .nav-link {
  padding: 23px 15px;
}

.header_area.sticky .navbar {
  padding: 0;
}

.navbar-light .navbar-toggler {
  margin: 0px;
}

.navbar-light .navbar-toggler {
  border: 0px;
  border-color: #fff;
  background: #000;
  margin: 0px 15px;
  outline: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
/* --------------------------
3 Wellcome Area CSS
-------------------------- */

.wellcome_area {
  /* height: 100vh; */
  height: 700px;
  position: relative;
  z-index: 1;
  margin: 0px;
}

.wellcome-heading > h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
}

.wellcome-heading > h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
}

.wellcome-heading > p {
  color: #fff;
}

.wellcome-heading > h3 {
  font-size: 332px;
  position: absolute;
  top: -134px;
  font-weight: 900;
  left: 140px;
  z-index: -1;
  color: #fff;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.welcome-area-link ul {
  margin-top: 50px;
}

.wellcome-heading h1 {
  font-family: "Bungee", sans-serif !important;
  font-weight: normal;
}

.wellcome-heading h2 {
  font-family: "Bungee", sans-serif !important;
  font-weight: normal;
}

.welcome-area-link ul li {
  display: inline-block;
  z-index: 999;
  position: relative;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.btn-primary {
  background: linear-gradient(
    163.38deg,
    #ea6cd7 19.36%,
    #4c6dd6 86%
  ) !important;
  color: #fff !important;
  border: none !important;
}

.single-shot img.img-fluid {
  border-radius: 22px;
}

.owl-item div img.img-fluid {
  border-radius: 22px;
}

.welcome-area-link ul li {
  color: #fff;
  display: inline-block;
  /*border: 2px solid #ffffff;*/
  height: 45px;
  min-width: 158px;
  line-height: 40px;
  text-align: center;
  border-radius: 0px;
  font-weight: 600;
  border-radius: 6px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.welcome-area-link ul li:first-child {
  margin-right: 10px;
}
.welcome-area-link ul li a {
  display: block;
  width: 100%;
  color: #fff;
}

.welcome-area-link ul li:hover a {
  color: #555;
}

.welcome-area-link ul li a:first-child {
  margin-right: 20px;
}

.single-shot {
  width: 245px;
}

.welcome_slides {
  width: 245px;
  position: absolute;
  left: 162px;
  z-index: 1;
  top: -35px;
}

.owl-dots {
  z-index: 99;
  margin-top: 0px;
}

.owl-dot {
  width: 8px;
  height: 8px;
  background: #d0cccc;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wellcome_area .owl-dot:hover {
  width: 20px;
  height: 8px;
  border-radius: 2px;
  background: #fff;
}

.wellcome_area .owl-dot.active {
  width: 20px;
  height: 8px;
  border-radius: 2px;
  background: #fff;
}
.owl-dot:hover {
  width: 20px;
  height: 8px;
  border-radius: 2px;
  background: #000b6b;
}

.owl-dot.active {
  width: 20px;
  height: 8px;
  border-radius: 2px;
  background: #000b6b;
}

.scr-area {
  position: relative;
}

/* --------------------------
4. Special Area CSS
-------------------------- */

section#about {
  padding-top: 90px;
  padding-bottom: 93px;
}

.single-icon {
  text-align: center;
}

.single-icon i {
  font-size: 55px;
  line-height: 130px;
}

.single-special > h4 {
  font-size: 22px;
  color: indigo;
}

.single-icon {
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-special h3 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 22px);
}
.single-special > h4 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.single-special {
  padding: 34px;
  border-radius: 15px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.special_description_content > h2 {
  color: indigo;
  font-size: 48px;
  margin-bottom: 30px;
}

.single-special:hover {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-special p {
  margin-bottom: 0;
}

/*======================
5. FEaTURE
=======================*/

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.features-color {
  background: indigo;
}

#features {
  position: relative;
  background-size: cover;
  color: #ffffff;
  padding-top: 90px;
  padding-bottom: 85px;
}

#features .container {
  position: relative;
  z-index: 10;
}

#features .single-feature {
  padding: 0.5rem;
  margin-bottom: 50px;
  box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.15);
  background: #d96fdbc2;
  border-radius: 15px;
}

#features .reflection-text,
#features h3,
#features a,
#features i {
  color: inherit;
}

#features h3 {
  font-weight: 600;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.2 !important;
}

#features p {
  color: rgb(245, 245, 245);
  margin-top: 5px;
}

#features .feature-left div {
  text-align: right;
}

#features .feature-left div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20%;
  width: 0;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

#features .feature-left div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -21%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

#features .feature-right div {
  text-align: left;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

#features .feature-right div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20%;
  width: 0;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

#features .feature-right div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

#features .feature-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 0px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 17px 6px transparent;
  min-height: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: visible;
}

#features .feature-link.active {
  box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.15);
  min-height: 140px;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#features .feature-link.active i::after {
  -webkit-animation: rotateEffect 8s linear infinite;
  animation: rotateEffect 8s linear infinite;
  display: block;
}

#features .feature-link.active::after {
  opacity: 1;
  width: 25%;
}

#features .feature-link.active::before {
  opacity: 1;
}

#features .feature-link i {
  position: relative;
  margin: 0 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  background: rgba(0, 0, 0, 0.42);
  top: -10px;
}

#features .feature-link i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed white;
  top: 0;
  left: 0;
  display: none;
}

@-webkit-keyframes rotateEffect {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateEffect {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#features .images-slider .owl-features {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 1120px) {
  #features .feature-link::after,
  #features .feature-link::before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #features .single-feature {
    padding: 0;
  }
  #features .owl-features {
    padding: 1rem 0;
  }
  #features .feature-left .feature-link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/*==================FEATURE====================*/

/*==================
7. screenshot start
====================*/

.screenshots-slider img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px #e6f0fa;
  box-shadow: 0 0 6px #e6f0fa;
  border: 1px solid #e6f0fa;
}

.screenshots-slider .owl-nav > div {
  position: absolute;
  left: -26px;
  top: 45%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  padding: 8px 12px;
  background: -webkit-linear-gradient(to right, purple 0%, indigo 100%);
  background: -moz-linear-gradient(to right, purple 0%, indigo 100%);
  background: linear-gradient(to right, purple 0%, indigo 100%);
}

.screenshots-slider .owl-nav .owl-next {
  left: auto;
  right: -26px;
  padding: 8px 16px;
}

.owl-dots {
  text-align: center;
}

#screenshot {
  padding-top: 90px;
  padding-bottom: 96px;
}

#screenshot .section-heading {
  margin-bottom: 75px;
}

/*------------------------------------------
11. Download area start
-------------------------------------------*/

#download {
  padding-top: 92px;
  padding-bottom: 102px;
}

#download .download_links li {
  display: inline-block;
}

#download .download_links li a {
  display: inline-block;
  width: 170px;
  height: 70px;
  margin-top: 43px;
  margin-right: 20px;
  padding-left: 40px;
  padding-top: 7px;
  border-radius: 6px;
  position: relative;
  color: white;
  text-align: left;
  margin-left: 5px;
  visibility: visible !important;
}
#download .download_links li a i {
  position: absolute;
  left: 10px;
  top: 40%;
  color: white;
  font-size: 25px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
#download .download_links li a:hover {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
#download .download_links li a:hover i {
  color: #fff;
}

#download .section-heading {
  margin-bottom: 70px;
}

/*--------------------Tem area End--------------------*/

/* --------------------------
17. Contact Area CSS Start
-------------------------- */

#contact {
  padding-top: 90px;
  padding-bottom: 100px;
}

.info-area {
  padding: 0px 0px 50px 0px;
}
.info-area h5 {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  margin: 7px 0px 2px 0px;
}
.info-area i {
  color: #fff;
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.info-top {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.info-top:hover i {
  color: #333;
  background: #fff;
  border: 2px solid #fff;
}

section#contact h2 {
  font-size: 40px;
  color: white;
}

section#contact p {
  color: white;
}

section#contact p span {
  color: white;
}

.address-text > p,
.phone-text > p,
.email-text > p {
  font-size: 18px;
  margin-bottom: 10px;
}

.address-text > p > span,
.phone-text > p > span,
.email-text > p > span {
  color: indigo;
}

.footer-contact-area .heading-text > p {
  margin-top: 50px;
}

.footer-contact-area .heading-text {
  margin-bottom: 50px;
}

iframe {
  filter: grayscale(100%);
  width: 100%;
  height: 300px;
}

.name {
  font-size: 18px;
  padding: 15px 15px;
  border-radius: 0px;
}

.footer-contact-area input {
  height: 50px;
  border-radius: 6px;
}

.email {
  font-size: 18px;
  padding: 15px 15px;
  border-radius: 0px;
}

#message {
  border-radius: 0px;

  border-radius: 6px;
}

.btn.submit-btn {
  background: none;
  height: 48px;
  min-width: 158px;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid white;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.btn.submit-btn:hover {
  background: #fff;
  color: #333;
  border-color: #fff;
}

.footer-contact-area {
  background: #f5f9fc;
}

.footer-text > p {
  margin-bottom: 20px;
}

.form-control {
  background: #8516748a;
  border: 1px solid #e46cd6;
  color: #fff;
}
input {
  color: #fff;
}
.form-control::placeholder {
  color: white;
}

.form-control:focus {
  background: none;
  outline: 0;
  color: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap; /* Prevent line breaks */
}

/* --------------------------
18. Footer Area CSS Start
-------------------------- */

footer.footer-social-icon {
  margin: 0;
}

.footer-text > h2 {
  color: indigo;
  font-size: 72px;
  font-weight: 700;
}

.footer-social-icon > a > i {
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 3px;
}

.footer-social-icon > a > i.fa-facebook {
  background: #3b5998;
}

.footer-social-icon > a > i.fa-twitter {
  background: #1da1f2;
}

.footer-social-icon > a > i.fa-linkedin {
  background: #007bb5;
}

.footer-social-icon > a > i.fa-youtube {
  background: #ff0000;
}

.footer-social-icon > a > i.fa-instagram {
  background: #c32aa3;
}

.footer-social-icon > a > i:hover {
  background: indigo;
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.social-icon {
  margin-bottom: 30px;
}

.footer-text {
  margin-bottom: 15px;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  border-right: 2px solid #2a2a2a;
  display: block;
  padding: 0 7.5px;
  color: #2a2a2a;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.footer-menu ul li a:hover {
  color: indigo;
}

.footer-social-icon > a .active {
  background: #fb397d;
}

.footer-menu ul li:last-child a {
  border-right: 0 solid #ddd;
}

.footer-social-icon {
  margin-bottom: 30px;
}

.footer-social-icon.text-center.section_padding_70 {
  padding-top: 82px;
  padding-bottom: 97px;
}

.footer-menu {
  margin-bottom: 15px;
}

.copyright-text > p {
  margin-bottom: 0;
}
.evp-n {
  color: indigo;
}
.evp-n:hover {
  color: #000b6b;
}

/**** Css for Download App **/

.cta-box {
  padding: 40px;
  border-radius: 30px;
  background-position: top left;
}

.cta-box .box-content {
  max-width: 860px;
  padding: 48px 40px;
  border-radius: 20px 0 0 20px;
  border-top: 6px solid var(--white-color);
  border-left: 6px solid var(--white-color);
  position: relative;
}

.cta-box .box-content:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 35%;
  height: 50%;
  border-radius: 0 0 0 20px;
  border-bottom: 6px solid var(--white-color);
  border-left: inherit;
  pointer-events: none;
}

.cta-box .box-subtitle {
  font-family: "Bungee", cursive !important;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 500;
  margin-top: -0.4em;
  margin-bottom: 20px;
  display: block;
  color: var(--theme-color);
}

.cta-box .box-title {
  font-size: clamp(30px, 3.5vw, 44px) !important;
  line-height: clamp(40px, 3.5vw, 54px) !important;
  font-weight: 300;
  margin-bottom: 30px;
}

.cta-box .box-title strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .cta-box {
    padding: 20px;
  }

  .cta-box .box-content {
    padding: 20px;
  }

  .cta-box .box-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .cta-box {
    text-align: center;
    border-radius: 20px;
  }

  .cta-box .box-content {
    padding: 20px 0;
    border: none !important;
  }

  .cta-box .box-content:after {
    display: none;
  }

  .cta-box .box-title {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 360px) {
  .cta-box .box-title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .cta-box .box-subtitle {
    margin-bottom: 14px;
  }
}

@media (min-width: 568px) and (max-width: 991px) {
  .app-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .cta-box {
    text-align: center;
  }
}

/*** Reward Section ***/

#rewards h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
  font-weight: 500 !important;
}

#ecosystem h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
  font-weight: 500 !important;
}

#loyalty h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
  font-weight: 500 !important;
}

#lucky-wheel h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
  font-weight: 500 !important;
}

.lead {
  font-size: clamp(1rem, 1.5vw, 1.25rem) !important;
}

.white {
  background-color: #fff !important;
}
