@charset "UTF-8";
/*
--------------------------
	Css Indexing
--------------------------
	Table of Css Content
	------- *** -------

--------------------------
** @typography
--------------------------
** Global style
--------------------------
** Preloader
--------------------------
** breadcrumb-area
--------------------------
** Normalize
--------------------------
** Main Menu Area Start
--------------------------
** Hero Area Start
--------------------------
** About Area Start
--------------------------
** We are best Area Start
--------------------------
** Feature Area Start
--------------------------
** Video Area Start
--------------------------
** Deal Of the Week Start
--------------------------
** Pricing Area Start
--------------------------
** Testimonial Area Start
--------------------------
** FAQ Area Start
--------------------------
** Contact Area Start
--------------------------
** Footer Area Start
--------------------------
** Index-2 Area Start
--------------------------




*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Poppins:400,500,600,700");
/*---------------------------
** Global style
---------------------------*/
.mybtn1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  height: 50px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 5px;
}
.mybtn1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 490%;
  width: 180%;
  background: #0250c5;
  transform: translateX(-120%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.mybtn1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 490%;
  width: 180%;
  background: #d43f8d;
  transform: translateX(-140%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 2;
}
.mybtn1:hover {
  color: #fff;
}
.mybtn1:hover::after {
  transform: translateX(-41%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.mybtn1:hover::before {
  transform: translateX(-50%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.mybtn1 span {
  position: inherit;
  z-index: 9;
}

.mybtn2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 0px;
  cursor: pointer;
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.mybtn2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 490%;
  width: 180%;
  background: #0250c5;
  transform: translateX(-120%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.mybtn2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 490%;
  width: 180%;
  background: #d43f8d;
  transform: translateX(-140%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 2;
}
.mybtn2:hover span {
  color: #fff !important;
}
.mybtn2:hover::after {
  transform: translateX(-41%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.mybtn2:hover::before {
  transform: translateX(-50%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.mybtn2 span {
  position: inherit;
  z-index: 9;
}

.mybtn3 {
  padding: 10px 30px;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}

.mybtn3 span {
  position: relative;
  font-weight: 500;
  z-index: 6;
  transition-delay: 0s;
}

.mybtn3:before,
.mybtn3:after {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.4s;
  z-index: 1;
  opacity: 0.4;
}

.mybtn3:after {
  transition-delay: 0s;
  background: #fff;
  opacity: 1;
}

.mybtn3:hover:before,
.mybtn3:hover:after {
  width: 100%;
}

.mybtn3:hover:after {
  transition-delay: 0.2s;
}

.mybtn3:hover span {
  transition-delay: 0.2s;
}

.mybtn-bg {
  background: #ea384d;
  border-color: #ea384d;
  color: #fff;
}

.mybtn-bg span {
  color: #fff;
}

.mybtn-bg:hover span {
  color: #ea384d;
}

.mybtn-light {
  background: #fff;
}

.mybtn-light:before,
.mybtn-light:after {
  background: #ea384d;
}

.mybtn-light:hover span {
  color: #fff !important;
}

.mybtn-light span {
  color: #ea384d;
}

.mybtn-bord {
  background: transparent;
  border: 1px solid #ea384d;
}

.mybtn-bord:before,
.mybtn-bord:after {
  background: #ea384d;
}

.mybtn-bord:hover {
  border-color: #ea384d;
}

.mybtn-bord:hover span {
  color: #fff;
}
@keyframes shapeani1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shapeani2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shapeani3 {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes b-shadow {
  0% {
    box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1),
      0px 0px 0px 40px rgba(59, 38, 219, 0.1),
      0px 0px 0px 60px rgba(59, 38, 219, 0.1),
      0px 0px 0px 80px rgba(59, 38, 219, 0.1),
      0px 0px 0px 100px rgba(59, 38, 219, 0.1);
  }
  50% {
    box-shadow: 0px 0px 0px 50px rgba(59, 38, 219, 0.1),
      0px 0px 0px 75px rgba(59, 38, 219, 0.1),
      0px 0px 0px 100px rgba(59, 38, 219, 0.1),
      0px 0px 0px 125px rgba(59, 38, 219, 0.1),
      0px 0px 0px 150px rgba(59, 38, 219, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1),
      0px 0px 0px 40px rgba(59, 38, 219, 0.1),
      0px 0px 0px 60px rgba(59, 38, 219, 0.1),
      0px 0px 0px 80px rgba(59, 38, 219, 0.1),
      0px 0px 0px 100px rgba(59, 38, 219, 0.1);
  }
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.mix {
  display: none;
}

.remove-col-padding {
  padding: 0;
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-light .navbar-toggler:focus {
  outline: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transform: rotate(-90deg);
  bottom: 15px;
  right: 15px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: all linear 0.3s;
}

.br-10 {
  border-radius: 10px;
}

.section-title {
  text-align: center;
  margin-bottom: 56px;
}
.section-title.extra .title {
  margin-bottom: 15px;
}
.section-title.white .subtitle {
  color: #fff;
}
.section-title.white .title {
  color: #fff;
}
.section-title.white p {
  color: rgba(255, 255, 255, 0.7);
}
.section-title .title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
  color: #242424;
  font-weight: 700;
  text-transform: capitalize;
}
.section-title .title span {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title p {
  max-width: 650px;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  margin: 0 auto;
}
.section-title.darkbg .title {
  color: #fff;
}
.section-title.darkbg .title span {
  color: #fff;
}
.section-title.darkbg p {
  color: rgba(255, 255, 255, 0.95);
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f7f8fc;
  z-index: -9999;
}

.input-field {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  color: #555;
  margin-bottom: 20px;
}
.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}
.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}
.input-field.borderd {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-field.borderd:focus {
  border: 1px solid #d43f8d;
}
.input-field.textarea {
  min-height: 140px;
  padding: 15px 20px;
  resize: none;
}
.input-field.error {
  border: 1px solid #0250c5;
}
.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0250c5;
}
.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0250c5;
}
.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0250c5;
}
.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0250c5;
}
.input-field.error:focus {
  border-color: #0250c5;
}

.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  text-align: center;
  font-size: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
.video-play-btn i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: text-color;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  position: inherit;
  z-index: 9;
}

.feature-circle-inner {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.feature-circle-inner:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -9;
}
.feature-circle-inner i {
  font-size: 12px;
  font-weight: 900;
  color: #0250c5;
}

.discount-circle-inner {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #d43f8d;
  border-radius: 50%;
  position: relative;
}
.discount-circle-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px dashed #fff;
  animation: shapeani2 12s linear infinite;
}
.discount-circle-inner:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.email-success {
  display: block;
  width: 100%;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
/*-------------------------
    Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: #0250c5;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.3s ease-in;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: #00aeff;
  color: #fff;
}

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 0;
}

.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  transform: scale(1.1);
  display: inline-block;
}

.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  transform-origin: 100% 100%;
  animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
  transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}

.cube-folding .leaf3 {
  transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}

.cube-folding .leaf4 {
  transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}
@keyframes folding {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(2px);
  border-radius: 100%;
  z-index: 1;
  animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  animation: text 0.5s ease infinite alternate;
  text-transform: uppercase;
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
.navigation.innerpage {
  background: #fff;
  border-bottom: 0px;
}

/* Breadcrumb Area Start */
.breadcrumb-area {
  padding: 177px 0px 117px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.breadcrumb-area .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 11px;
  color: #fff;
}
.breadcrumb-area .title.extra-padding {
  margin-bottom: 24px;
}
.breadcrumb-area .breadcrumb-list {
  margin: 0px;
  padding: 0px;
}
.breadcrumb-area .breadcrumb-list li {
  display: inline-block;
}
.breadcrumb-area .breadcrumb-list li span {
  margin: 0px 7px;
  color: #fff;
}
.breadcrumb-area .breadcrumb-list li a {
  font-size: 16px;
  transition: all 0.3s ease-in;
  color: #fff;
}
.breadcrumb-area .breadcrumb-list li a:hover {
  color: #f1f1f1;
}
.breadcrumb-area .breadcrumb-list li a.active {
  color: #f1f1f1;
}

.curve {
  position: absolute;
  z-index: 7;
}
.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}
.curve.curve-bottom:after,
.curve.curve-bottom:before {
  bottom: 0;
}
.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}
.curve.curve-top:after,
.curve.curve-top:before {
  top: 0;
  border-top: 80px solid #fff;
  border-bottom: 0;
}
.curve.curve-top:after {
  border-left: 70vw solid transparent;
}
.curve.curve-top:before {
  border-right: 30vw solid transparent;
}
.curve:after,
.curve:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 80px solid #fff;
  position: absolute;
}
.curve:after {
  right: 0;
  border-left: 30vw solid transparent;
}
.curve:before {
  left: 0;
  border-right: 70vw solid transparent;
}

.google_map_wrapper {
  border: 10px solid #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
}

/*====================
** Normalize
====================*/
html {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #555;
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 16px;
  color: #555;
  line-height: 1.625;
  hyphens: none;
}

a {
  color: #242424;
  text-decoration: none;
}

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

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

ul {
  padding-left: 0px;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/*---------------------------
** Main Menu  Area Start
---------------------------*/
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navigation.stiky-nav {
  background: #fff;
  border-bottom: 0px;
  border-bottom: 0px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
.navigation.stiky-nav .navbar .navbar-brand img {
  filter: unset;
}
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link {
  color: #242424;
}
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.navigation .navbar {
  padding: 0px 0px 0px;
}
.navigation .navbar .navbar-brand {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 0px;
  margin-top: -2px;
  text-transform: uppercase;
  color: #242424;
}
.navigation .navbar .navbar-brand img {
  max-width: 200px;
  filter: brightness(0) invert(1);
}
.navigation .navbar #mainmenu ul .nav-item .nav-link {
  color: #fff;
  position: relative;
  padding: 25px 10px 25px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.navigation .navbar #mainmenu ul .nav-item .nav-link::before {
  position: absolute;
  content: " ";
  width: 3px;
  height: 3px;
  left: 50%;
  border-radius: 50px;
  bottom: 0;
  opacity: 0;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.5s;
}
.navigation .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.navigation .navbar #mainmenu ul .nav-item .nav-link.active::before {
  position: absolute;
  content: " ";
  width: 70%;
  height: 3px;
  left: 50%;
  transform: translate(-50%);
  bottom: 0px;
  opacity: 1;
  background: #fff;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  padding: 0px;
  margin-top: 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
}
.navigation
  .navbar
  #mainmenu
  ul
  .nav-item.dropdown:hover
  .dropdown-menu
  .dropdown-item {
  background: #fff;
  padding: 8px 15px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
}
.navigation
  .navbar
  #mainmenu
  ul
  .nav-item.dropdown:hover
  .dropdown-menu
  .dropdown-item
  i {
  font-size: 13px;
  margin-right: 4px;
}
.navigation
  .navbar
  #mainmenu
  ul
  .nav-item.dropdown:hover
  .dropdown-menu
  .dropdown-item:hover {
  background: #d43f8d;
  color: #fff;
}
.navigation
  .navbar
  #mainmenu
  ul
  .nav-item.dropdown:hover
  .dropdown-menu
  .dropdown-item:last-child {
  border-bottom: 0px;
}

/*---------------------------
** Main Menu Area End
---------------------------*/
/*-----------------------------
** Hero Area Start
------------------------------*/
.hero-area {
  position: relative;
  padding: 190px 0px 190px;
  background: url(../images/heroarea.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-area .bgimg {
  position: absolute;
  bottom: 0%;
  width: auto;
}
.hero-area .left-content .content .title {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
}
.hero-area .left-content .content .subtitle {
  font-size: 15px;
  line-height: 18px;
  color: #ffff;
  margin-top: 30px;
}
.hero-area .left-content .content .links {
  margin-top: 42px;
  padding-right: 0px;
}
.hero-area .left-content .content .links a {
  margin-left: 0px;
}
.hero-area .right-img {
  text-align: center;
  position: relative;
}
.hero-area .right-img .discount-circle {
  position: absolute;
  left: 80px;
  top: -30px;
  z-index: 96;
}
.hero-area .right-img .discount-circle .discount-circle-inner {
  text-align: center;
}
.hero-area .right-img .discount-circle .discount-circle-inner .price {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.hero-area .right-img .discount-circle .discount-circle-inner .price span {
  display: block;
  margin-top: 0px;
  font-size: 20px;
  line-height: 20px;
}
.hero-area .right-img .img {
  position: absolute;
  top: -95px;
  left: 100px;
  max-width: 380px;
  width: auto;
  animation: shapeani3 5s linear infinite;
}

/*---------------------------
** About Area Start
---------------------------*/
.about {
  padding: 80px 0px;
  position: relative;
}
.about .left-shape2 {
  position: absolute;
  bottom: 0px;
  left: -20px;
  top: 200px;
  z-index: -9;
}
.about .box {
  text-align: center;
  background: #6a48aa1c;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in;
  border-radius: 10px;
}
.about .box::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 0%;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  transition: all 0.3s ease-in;
}
.about .box .inner-box {
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 27px 25px 30px;
  transition: 0.3s ease-in;
}
.about .box .inner-box .icon {
  width: fit-content;
  margin: 0 auto 20px;
  background: white;
  border-radius: 100px;
  padding: 10px;
}
.about .box .inner-box .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in;
}
.about .box .inner-box .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #242424;
  margin: 5px 0px 5px;
  transition: all 0.3s ease-in;
}
.about .box .inner-box .text {
  margin-bottom: 0px;
  transition: all 0.3s ease-in;
}
.about .box:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0px 20px 20px 2px rgba(0, 0, 0, 0.1);
}
.about .box:hover::after {
  width: 100%;
}

/*---------------------------
** We are best Area Start
---------------------------*/
.whaybest {
  position: relative;
  padding: 70px 0px 50px;
  background: #f7f9ff;
}
.whaybest .row-one {
  margin-bottom: 55px;
}
.whaybest .info .info-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.whaybest .info .info-title span {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.whaybest .about-img {
  text-align: center;
  padding: 0px;
  align-self: center;
}
.whaybest .about-img img {
  animation: shapeani3 5s linear infinite;
  border-radius: 10px;
}
.whaybest .feature-list {
  padding-left: 0px;
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.whaybest .feature-list li {
  max-width: 31.95%;
  flex: 31.95%;
  list-style: none;
  cursor: pointer;
  margin-bottom: 40px;
  padding: 15px;
}
.whaybest .feature-list li:last-child {
  margin-bottom: 0px;
}
.whaybest .feature-list li .icon {
  margin-bottom: 0px;
  text-align: center;
}
.whaybest .feature-list li .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  line-height: 65px;
}
.whaybest .feature-list li .content {
  flex: 1;
}
.whaybest .feature-list li .content h4 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
}
.whaybest .feature-list li .content p {
  font-size: 16px;
  line-height: 26px;
}
.whaybest .feature-list li:hover .icon::after {
  border-color: #d43f8d;
  animation: shapeani2 10s linear infinite;
}

/*---------------------------
** Feature Area Start
---------------------------*/
.feature {
  padding: 70px 0px;
  position: relative;
}
.feature .section-title {
  margin-bottom: 47px;
}
.feature .left-feature .feature-box .icon {
  margin-left: 20px;
}
.feature .left-feature .feature-box .details {
  text-align: right;
}
.feature .right-feature .center-feature {
  text-align: center;
  justify-content: center;
}
.feature .right-feature .feature-box .icon {
  margin-right: 20px;
}
.feature .right-feature .feature-box .details {
  text-align: left;
}
.feature .feature-box {
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  transition: all 0.3s ease-in;
  position: relative;
}
.feature .feature-box .icon-area {
  /* display: flex; */
}
.feature .feature-box .icon-area .icon {
  align-self: center;
}
.feature .feature-box .icon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  text-align: center;
  line-height: 70px;
  font-size: 55px;
  border-radius: 50%;
  position: relative;
}
.feature .feature-box .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature .feature-box .details {
  flex: 1;
}
.feature .feature-box .details .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #4c2176;
  margin: 20px 0px 20px;
}
.feature .feature-box .details .text {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
}
.feature .feature-box .feature-circle {
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 95;
}
.feature .feature-box:hover .feature-circle {
  opacity: 1;
}
.feature .feature-box1 .feature-circle {
  position: absolute;
  right: -90px;
  top: 170px;
}
.feature .feature-box2 .feature-circle {
  position: absolute;
  right: -90px;
  top: 80px;
}
.feature .feature-box3 .feature-circle {
  position: absolute;
  right: -90px;
  top: -5px;
}
.feature .feature-box4 .feature-circle {
  position: absolute;
  left: -120px;
  right: auto;
  top: 110px;
}
.feature .feature-box5 .feature-circle {
  position: absolute;
  left: -100px;
  top: 80px;
}
.feature .feature-box6 .feature-circle {
  position: absolute;
  left: -130px;
  top: 50px;
}

/*---------------------------
** Video Area Start
---------------------------*/
.video {
  padding: 110px 0px 90px;
  background: #f7f9ff;
  position: relative;
}
.video .right-shape2 {
  position: absolute;
  right: 0px;
  top: 0px;
}
.video .section-title .title {
  margin-bottom: 24px;
}
.video .video-wrapper {
  position: relative;
}
.video .video-wrapper .video-box {
  position: relative;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  padding: 243px 0px;
  z-index: 99;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.video .video-wrapper .video-box::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  background-image: url(../images/video.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: -1;
}
.video .video-wrapper .video-box .overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  opacity: 0.5;
}
.video .video-wrapper .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video .fun-box .inner-content {
  padding: 40px 20px 30px;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
}
.video .fun-box .inner-content .icon {
  font-size: 45px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  position: relative;
}
.video .fun-box .inner-content .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #ffff;
  animation: shapeani2 10s linear infinite;
}
.video .fun-box .inner-content .categori {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 25px;
}
.video .fun-box .inner-content1 {
  background: #0250c5;
}
.video .fun-box .inner-content1 .icon i {
  color: #fff;
}
.video .fun-box .inner-content1 .categori {
  color: #fff;
}
.video .fun-box .inner-content4 {
  background: #d43f8d;
}
.video .fun-box .inner-content4 .icon i {
  color: #fff;
}
.video .fun-box .inner-content4 .categori {
  color: #fff;
}
.video .fun-box .inner-content2 {
  margin-top: 30px;
}
.video .fun-box .inner-content2 .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video .fun-box .inner-content2 .icon::after {
  border: 1px dashed #0250c5;
}
.video .fun-box .inner-content3 {
  margin-top: -30px;
}
.video .fun-box .inner-content3 .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video .fun-box .inner-content3 .icon::after {
  border: 1px dashed #d43f8d;
}

/*---------------------------
** Deal Of the Week Start
---------------------------*/
.dealofweek {
  padding: 110px 0px 120px;
  background: #f7f9ff;
  position: relative;
}
.dealofweek .deal-slider-area {
  background: #fff;
  border-radius: 3px;
  padding: 40px 40px 40px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
}
.dealofweek .deal-slider-area .content .left-area {
  text-align: center;
  padding: 0px 50px;
}
.dealofweek .deal-slider-area .content .right-area {
  align-self: center;
}
.dealofweek .deal-slider-area .content .right-area .stars {
  padding-left: 0px;
  margin-bottom: 5px;
}
.dealofweek .deal-slider-area .content .right-area .stars li {
  display: inline-block;
  font-size: 14px;
  color: #f9bd22;
}
.dealofweek .deal-slider-area .content .right-area .name {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 9px;
  font-weight: 600;
}
.dealofweek .deal-slider-area .content .right-area .description {
  margin-bottom: 16px;
}
.dealofweek .deal-slider-area .content .right-area .price {
  margin-top: 25px;
}
.dealofweek .deal-slider-area .content .right-area .price p span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.dealofweek .deal-slider-area .content .right-area .price del {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 10px;
  color: #555;
}
.dealofweek .deal-slider-area .content .right-area .links {
  display: inline-block;
  margin-top: 30px;
}
.dealofweek .deal-slider-area .content .right-area .links .mybtn1 {
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: all 0.3s linear;
}
.dealofweek .deal-slider-area .content .right-area .links .mybtn1:hover {
  color: #fff;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter {
  margin-top: 10px;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter span {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #242424;
}
.dealofweek
  .deal-slider-area
  .content
  .right-area
  .deal-counter
  span:last-child {
  margin-right: 0px;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter span small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #555;
}

/*-----------------------------
** Pricing Area Start
------------------------------*/
.pricing {
  padding: 110px 0px 120px;
  position: relative;
}
.pricing .product-slider .item .single-product {
  background: rgba(2, 80, 197, 0.05);
  text-align: center;
}
.pricing .product-slider .item .single-product .img {
  text-align: center;
  background: rgba(212, 63, 141, 0.2);
  padding: 30px 30px 24px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pricing .product-slider .item .single-product .img .links {
  display: inline-block;
  position: absolute;
  top: 101%;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in;
  opacity: 0;
}
.pricing .product-slider .item .single-product .img .links .mybtn1 {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.pricing .product-slider .item .single-product .img .links .mybtn1:hover {
  color: #fff;
}
.pricing .product-slider .item .single-product .content {
  padding: 25px 27px;
}
.pricing .product-slider .item .single-product .content .stars {
  padding-left: 0px;
  margin-bottom: 10px;
}
.pricing .product-slider .item .single-product .content .stars li {
  display: inline-block;
  font-size: 14px;
  color: #56eb00;
}
.pricing .product-slider .item .single-product .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
.pricing .product-slider .item .single-product .content .price {
  margin-bottom: 0px;
}
.pricing .product-slider .item .single-product .content .price .new-price {
  display: inline-block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 7px;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.pricing .product-slider .item .single-product .content .price small {
  font-size: 18px;
  font-weight: 700;
  color: #888;
  display: inline-block;
}
.pricing .product-slider .item .single-product:hover .img .links {
  top: 0px;
  opacity: 1;
}
.pricing .product-slider .owl-controls {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.pricing .product-slider .owl-controls .owl-nav {
  display: inline-block;
}
.pricing .product-slider .owl-controls .owl-nav div {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 41px;
  text-align: center;
  margin: 0px 5px;
  border-radius: 50%;
  font-size: 22px;
  transition: all 0.3s ease-in;
  background: rgba(2, 80, 197, 0.05);
  color: #242424;
}
.pricing .product-slider .owl-controls .owl-nav div:hover {
  background: #0250c5;
  color: #fff;
}

/*-----------------------------
** Pricing Area Start
------------------------------*/
/*---------------------------
** Testimonial Area Start
---------------------------*/
.testimonial-area {
  padding: 70px 0px 70px;
  position: relative;
  background: #f7f9ff;
}
.testimonial-area .section-title {
  margin-bottom: 30px;
}
.testimonial-area .testimonial-img {
  position: relative;
}
.testimonial-area .testimonial-img img {
  position: absolute;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.testimonial-area .testimonial-img .img1 {
  width: 60px;
  height: 60px;
  top: 67px;
  left: -110px;
  animation: shapeani1 3.1s linear infinite;
}
.testimonial-area .testimonial-img .img2 {
  width: 75px;
  height: 75px;
  top: 160px;
  left: -200px;
  animation: shapeani1 3.5s linear infinite;
}
.testimonial-area .testimonial-img .img3 {
  width: 60px;
  height: 60px;
  top: 270px;
  left: -110px;
  animation: shapeani1 3.2s linear infinite;
}
.testimonial-area .testimonial-img .img4 {
  width: 60px;
  height: 60px;
  top: 67px;
  right: -110px;
  animation: shapeani1 3.2s linear infinite;
}
.testimonial-area .testimonial-img .img5 {
  width: 75px;
  height: 75px;
  top: 160px;
  right: -200px;
  animation: shapeani1 3.5s linear infinite;
}
.testimonial-area .testimonial-img .img6 {
  width: 60px;
  height: 60px;
  top: 270px;
  right: -110px;
  animation: shapeani1 3.1s linear infinite;
}
.testimonial-area .testimonial-slider .owl-stage-outer {
  overflow: hidden;
}
.testimonial-area .testimonial-slider .client {
  margin: 70px 10px 40px;
  padding: 80px 30px 20px;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgb(59 69 125 / 9%);
  transition: 0.3s ease-in;
  height: 240px;
}
.testimonial-area .testimonial-slider .client .client-image {
  position: absolute;
  width: 100px;
  height: 100px;
  padding: 10px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
}
.testimonial-area .testimonial-slider .client .client-image::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  transform: rotate(85deg);
}
.testimonial-area .testimonial-slider .client .client-image img {
  width: 100%;
  border-radius: 35%;
  padding: 10px;
  background: white;
}
.testimonial-area .testimonial-slider .client .client-say {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.25;
}
.testimonial-area .testimonial-slider .client .client-name {
  color: #242424;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.testimonial-area .testimonial-slider .client .client-name a {
  color: #242424;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.testimonial-area .testimonial-slider .client .designation {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.testimonial-area .testimonial-slider .owl-controls {
  display: block;
  text-align: center;
  margin-top: -24px;
  position: relative;
  z-index: 91;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav {
  display: inline-block;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav div {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 41px;
  text-align: center;
  margin: 0px 5px;
  border-radius: 50%;
  font-size: 22px;
  transition: all 0.3s ease-in;
  background: rgba(2, 80, 197, 0.07);
  color: #242424;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav div:hover {
  background: #0250c5;
  color: #fff;
}

/*---------------------------
** Testimonial Area End
---------------------------*/
/*-----------------------------
** FAQ Area Start
------------------------------*/
.faq {
  padding: 110px 0px 100px;
  position: relative;
  background: #f7f9ff;
}
.faq .right-shape {
  position: absolute;
  right: 0;
  top: 350px;
}
.faq .accordion .panel {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
  position: relative;
}
.faq .accordion .panel::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.faq .accordion .panel .panel-body {
  padding: 4px 20px 7px;
}
.faq .accordion .panel-title {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px 40px 15px 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #242424;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}
.faq .accordion .panel-title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  border-radius: 3px 0px 0px 3px;
  right: 0;
  top: 0;
  text-align: center;
}
.faq .accordion .panel-title::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  text-align: center;
  z-index: 1;
  font-size: 12px;
  transition: 0.3s ease-in;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  line-height: 22px;
  border-radius: 50%;
  color: #555;
  margin-right: 10px;
}
.faq .accordion .panel-title[aria-expanded="true"]::before {
  font-family: "Font Awesome 5 Free";
  content: "";
}
.faq .faq-img {
  align-self: center;
}

/*-----------------------------
** Contact Area Start
------------------------------*/
.contact {
  padding: 80px 0px 70px;
  position: relative;
}
.contact .info-box {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 30px 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
}
.contact .info-box .left {
  margin-bottom: 25px;
}
.contact .info-box .left .icon {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  position: relative;
}
.contact .info-box .left .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #0250c5;
  animation: shapeani2 10s linear infinite;
}
.contact .info-box .left .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact .info-box .right {
  text-align: center;
}
.contact .info-box .right .content p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 600;
  color: #442e6b;
}
.contact .info-box:hover .left .icon::after {
  border: 1px dashed #d43f8d;
}
.contact .contact-form-wrapper {
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  padding: 40px 25px 40px;
  transition: 0.3s ease-in;
}
.contact .contact-form-wrapper .section-title {
  margin-bottom: 48px;
}
.contact .contact-form-wrapper #contact-form textarea {
  margin-bottom: 9px;
}
.contact .contact-form-wrapper #contact-form .mybtn1 {
  margin-top: 7px;
  background: rgb(76 60 118);
  color: #ffffff;
  transition: 0.3s;
}
.contact .contact-form-wrapper #contact-form .mybtn1:hover {
  color: #fff;
}
.contact .google_map_wrapper {
  padding: 0px !important;
}
.contact .google_map_wrapper iframe {
  width: 100% !important;
  height: 405px !important;
  margin: 0px;
  padding: 0px;
}

/*-----------------------------
** Contact Area End
------------------------------*/
.compare-section {
  padding: 90px 0px 90px;
}
.compare-section .mybtn1 {
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: all 0.3s linear;
}
.compare-section .mybtn1:hover {
  color: #fff !important;
}
.compare-section .compare-table th,
.compare-section .compare-table td {
  font-size: 14px;
  vertical-align: middle;
}
.compare-section .compare-table .price {
  font-size: 24px;
  font-weight: 700;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.compare-section .compare-table thead .product-image {
  padding: 30px 15px;
}
.compare-section .compare-table thead .product-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #242424;
}
.compare-section .compare-table thead .product-subtitle {
  font-size: 14px;
  font-weight: normal;
  color: #555;
  line-height: 24px;
  margin-bottom: 0px;
}
.compare-section .compare-table tbody th {
  width: 150px;
  color: #242424;
}
.compare-section .compare-table tfoot td {
  vertical-align: middle;
}
.compare-section .compare-table tfoot td a {
  display: block;
  margin: 0 auto;
}

.subscribe-section {
  padding: 40px 0px 120px;
  background: url("../images/map.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.subscribe-section .newsletter-form-area {
  position: relative;
  text-align: center;
}
.subscribe-section .newsletter-form-area input {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: 1px solid rgba(212, 63, 141, 0.1);
  padding: 0px 30px;
  background: none;
  color: #242424;
  background: #fff;
  box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.1);
}
.subscribe-section .newsletter-form-area button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  color: #fff;
  font-size: 16px;
  padding: 0px 25px;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  transition: all 0.3s ease-in;
}
.subscribe-section .newsletter-form-area button c span {
  margin-right: 5px;
}
.subscribe-section .newsletter-form-area button:hover {
  background-image: linear-gradient(55deg, #d43f8d 0%, #0250c5);
}
.subscribe-section .newsletter-form-area button:focus {
  outline: 0px;
}

/* -----------------------------
 Footer Area Start
------------------------------*/
.footer {
  overflow: hidden;
  position: relative;
  padding: 50px 0px 0px;
  background: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .footer-info-area {
  text-align: center;
}
.footer .footer-info-area .footer-logo {
  margin-bottom: 23px;
  display: block;
}
.footer .footer-info-area .footer-logo .logo-link {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .footer-info-area .footer-logo img {
  max-width: 250px;
}
.footer .footer-info-area .text {
  margin-bottom: 24px;
}
.footer .fotter-social-links {
  text-align: center;
  margin-top: 35px;
}
.footer .fotter-social-links ul {
  padding-left: 0px;
  margin-left: 0px;
}
.footer .fotter-social-links ul li {
  display: inline-block;
}
.footer .fotter-social-links ul li a {
  font-size: 14px;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin: 0px 3px;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease-in;
}
.footer .fotter-social-links ul li a.facebook {
  background: #0069f7;
  border-color: #0069f7;
}
.footer .fotter-social-links ul li a.twitter {
  background: #00c6f7;
  border-color: #00c6f7;
}
.footer .fotter-social-links ul li a.linkedin {
  background: #007bb5;
  border-color: #007bb5;
}
.footer .fotter-social-links ul li a.dribbble {
  background: #f7007a;
  border-color: #f7007a;
}
.footer .fotter-social-links ul li a.google-plus {
  background: #d1062c;
  border-color: #d1062c;
}
.footer .copy-bg {
  padding: 10px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 50px;
}
.footer .copy-bg p {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 0px;
}
.footer .copy-bg a {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  transition: 0.3s ease-in;
}
.footer .copy-bg a:hover {
  color: #0250c5;
}

.footer-widget .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #242424;
}
.footer-widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget ul li a {
  color: #555;
  transition: all 0.3s ease-in;
}
.footer-widget ul li a:hover {
  color: #0250c5;
}
.footer-widget ul li i {
  font-size: 14px;
  margin-right: 4px;
}

.support-link-widget .title,
.use-full-link-widget .title {
  margin-bottom: 11px;
}
.support-link-widget .link-list li,
.use-full-link-widget .link-list li {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
  padding: 9px 0;
  display: block;
}
.support-link-widget .link-list li:last-child,
.use-full-link-widget .link-list li:last-child {
  border-bottom: 0px;
}

.twitter-widget .title {
  margin-bottom: 19px;
}
.twitter-widget .content i {
  color: #00c6f7;
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
}
.twitter-widget .content p {
  margin-bottom: 0px;
  display: inline-block;
}
.twitter-widget .content a {
  display: block;
  color: #0069f7;
  font-style: italic;
  margin-top: 8px;
}
.twitter-widget .owl-controls {
  display: block;
  text-align: center;
}
.twitter-widget .owl-controls .owl-nav {
  position: absolute;
  z-index: 9999;
  bottom: -57px;
  left: 0;
  display: inline-block;
}
.twitter-widget .owl-controls .owl-nav div {
  font-size: 0px;
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.twitter-widget .owl-controls .owl-nav div.owl-next {
  margin-left: 15px;
}
.twitter-widget .owl-controls .owl-nav div.owl-next::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
  background: #fff;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.twitter-widget .owl-controls .owl-nav div.owl-prev {
  margin-left: 0px;
}
.twitter-widget .owl-controls .owl-nav div.owl-prev::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
  background: #fff;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

/*-----------------------------
** Footer Area End
------------------------------*/
/*-----------------------------
** Index-2 Area Start
------------------------------*/
.index2 .hero-area {
  padding: 185px 0px 118px;
  overflow: visible;
}
.index2 .hero-area .curve:before {
  border-right: 50vw solid transparent;
}
.index2 .hero-area .curve:after {
  border-left: 50vw solid transparent;
}
.index2 .hero-area .curve:after,
.index2 .hero-area .curve:before {
  border-bottom: 300px solid #fff;
}
.index2 .hero-area .right-img .img {
  position: absolute;
  top: 50px;
  left: auto;
  right: 30px;
  max-width: 600px;
  width: auto;
  z-index: 9;
}
.index2 .whaybest .about-img {
  padding: 0px;
}
.index2 .feature .feature-circle {
  display: none;
}
.index2 .dealofweek .deal-slider-area .content .left-area {
  text-align: center;
  padding: 0px 0px;
}
.index2 .pricing .product-slider .item .single-product .img {
  height: 250px;
  display: flex;
}
.index2 .pricing .product-slider .item .single-product .img img {
  align-self: center;
}
.index2 .pricing .product-slider .item .single-product .img {
  background: rgba(212, 63, 141, 0.1);
}

/* Blog Area Start */
.blog-section {
  padding: 120px 0px 120px;
}
.blog-section .section-heading {
  margin-bottom: 56px;
}

.single-blog .img {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
.single-blog .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.single-blog .img img {
  width: 100%;
}
.single-blog .content .top-meta {
  margin-top: 23px;
  margin-left: 0px;
  padding-left: 0px;
}
.single-blog .content .top-meta li {
  display: inline-block;
  margin-right: 20px;
}
.single-blog .content .top-meta li:last-child {
  margin-right: 0px;
}
.single-blog .content .top-meta li p {
  margin-bottom: 11px;
}
.single-blog .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.single-blog .content .title:hover {
  color: #0250c5;
}
.single-blog:hover .img::after {
  opacity: 1;
}

/* Blog Area End */
/* Blog Page Grid Area Start */
.blog-page {
  padding: 120px 0px 120px;
}
.blog-page .single-blog {
  margin-bottom: 26px;
}
.blog-page .single-blog.blog-details {
  padding: 0px 20px 30px 20px;
}

/* Blog Page Grid Area End */
/*  Pagination Area Css Start */
.pagination {
  margin-top: 30px;
  display: block;
  margin-bottom: 0px;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item .page-link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  margin: 0px 3px 0px;
  padding: 0px;
  font-weight: 600;
  border: 0px;
  transition: all 0.3s ease-in;
}
.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
  color: #fff;
  background: #0250c5;
}

/*  Pagination Area Css End */
/*  categori-widget Start */
.categori-widget {
  padding: 22px 30px 25px;
  border-radius: 10px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}
.categori-widget .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 17px;
  margin-bottom: 13px;
  text-align: center;
}
.categori-widget .cat-list {
  padding-top: 2px;
  display: block;
  margin-left: 0px;
  padding-left: 0px;
}
.categori-widget .cat-list li {
  list-style: none;
  margin-bottom: 5px;
}
.categori-widget .cat-list li:last-child {
  margin-bottom: 0px;
}
.categori-widget .cat-list li a {
  display: flex;
  justify-content: space-between;
}
.categori-widget .cat-list li a p {
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #242424;
  transition: all 0.3s ease-in;
}
.categori-widget .cat-list li a .count {
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  background: #0250c5;
  color: #fff;
  padding: 4px 8px;
  border-radius: 50px;
  align-self: center;
}
.categori-widget .cat-list li a:hover p {
  color: #0250c5;
}

/*  categori-widget End */
/*  latest-post-widget Start */
.latest-post-widget {
  margin-top: 30px;
  padding: 22px 30px 28px;
  border-radius: 10px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}
.latest-post-widget .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 11px;
  margin-bottom: 12px;
  text-align: center;
}
.latest-post-widget .post-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 18px;
}
.latest-post-widget .post-list li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.latest-post-widget .post-list li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.latest-post-widget .post-list li .post {
  display: flex;
}
.latest-post-widget .post-list li .post .post-img {
  margin-right: 15px;
  display: flex;
}
.latest-post-widget .post-list li .post .post-img img {
  align-self: center;
  width: 100%;
  width: 60px;
}
.latest-post-widget .post-list li .post .post-details {
  flex: 1;
  line-height: 20px;
}
.latest-post-widget .post-list li .post .post-details .post-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  transition: all 0.3s ease-in;
}
.latest-post-widget .post-list li .post .post-details .post-title:hover {
  color: #0250c5;
}

/*  latest-post-widget End */
/*  newsletter-widget Start */
.newsletter-widget {
  margin-top: 30px;
  padding: 22px 30px 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}
.newsletter-widget .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
  margin-bottom: 20px;
  text-align: center;
}
.newsletter-widget form .input-field {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.newsletter-widget form .mybtn2 {
  display: block;
  margin: 0 auto;
}

/*  newsletter-widget End */
/*  Blog Details Area Start */
.single-blog-details .img {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
.single-blog-details .img img {
  width: 100%;
}
.single-blog-details .content .top-meta {
  margin-top: 23px;
  margin-bottom: 8px;
}
.single-blog-details .content .top-meta li {
  display: inline-block;
  margin-right: 20px;
}
.single-blog-details .content .top-meta li:last-child {
  margin-right: 0px;
}
.single-blog-details .content .top-meta li p {
  padding-left: 0px;
  margin-bottom: 0px;
}
.single-blog-details .content .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.3s ease-in;
}
.single-blog-details .content blockquote {
  margin: 22px 0px 22px;
  display: block;
  background: #f1f1f1;
  padding: 34px 40px 37px;
  border-left: 4px solid #0250c5;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.single-blog-details .content blockquote p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0px;
}
.single-blog-details .content ul {
  margin-bottom: 15px;
}
.single-blog-details .content ul li p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
  position: relative;
}
.single-blog-details .content ul li p i {
  position: absolute;
  left: 0px;
  top: 4px;
  color: #0250c5;
}

.comment-area {
  display: block;
  margin-top: 45px;
}
.comment-area .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.comment-area .comment-box-area {
  padding-left: 0px;
  margin-bottom: 0px;
}
.comment-area .comment-box-area li {
  list-style: none;
  margin-bottom: 30px;
  border: 1px solid #e5e9f4;
  padding: 30px 30px 25px;
}
.comment-area .comment-box-area li .comment-box {
  position: relative;
}
.comment-area .comment-box-area li .comment-box .left {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.comment-area .comment-box-area li .comment-box .left .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 19px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.comment-area .comment-box-area li .comment-box .left .img img {
  width: 100%;
  border-radius: 50%;
}
.comment-area .comment-box-area li .comment-box .left .replay {
  padding: 3px 20px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  background: #0250c5;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease-in;
  border: 1px solid #0250c5;
}
.comment-area .comment-box-area li .comment-box .left .replay:hover {
  background: #fff;
  color: #0250c5;
}
.comment-area .comment-box-area li .comment-box .right {
  margin-left: 100px;
}
.comment-area .comment-box-area li .comment-box .right .name {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
}
.comment-area .comment-box-area li .comment-box .right .date {
  font-size: 14px;
  font-weight: 24px;
  color: #888;
}
.comment-area .comment-box-area li .comment-box .right .text p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.comment-area .comment-box-area li .comment-box.replay-comment {
  margin-left: 100px;
  margin-top: 26px;
}
.comment-area .comment-box-area li .replay-form {
  margin-left: 0px;
  padding: 30px 0px 5px;
  position: relative;
}
.comment-area .comment-box-area li .replay-form .replay-form-close {
  position: absolute;
  top: 22px;
  right: -7px;
  font-weight: 700;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.comment-area .comment-box-area li .replay-form .replay-form-close:hover {
  background: #0250c5;
  border-color: transparent;
  color: #fff;
}
.comment-area .comment-box-area li .replay-form .input-field {
  background: none;
  border: 1px solid #e5e9f4;
  height: 60px;
  font-size: 14px;
  height: 100px;
  padding: 10px 20px;
  resize: none;
}
.comment-area .comment-box-area li .replay-form .replay-comment-btn {
  border: 0px;
  cursor: pointer;
}
.comment-area .comment-box-area li:last-child {
  margin-bottom: 0px;
}
.comment-area .comment-box-area li:last-child .comment-box .right {
  border-bottom: 0px;
}

.write-comment {
  display: block;
  margin-top: 53px;
}
.write-comment .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.write-comment .input-field {
  display: block;
}
.write-comment .base-btn1 {
  cursor: pointer;
  margin-top: 10px;
  border: 0px;
  font-weight: 600;
  border: 1px solid #0250c5;
}
.write-comment .base-btn1 i {
  font-size: 14px;
  margin-left: 10px;
}

/*  Blog Details Area End */
/* Signin Area Start */
.auth {
  padding: 120px 0px 120px;
}
.auth .sign-form {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 33px 30px 40px;
}
.auth .sign-form .heading {
  text-align: center;
  margin-bottom: 26px;
}
.auth .sign-form .heading .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0px;
}
.auth .sign-form .heading .subtitle {
  font-size: 16px;
  line-height: 26px;
}
.auth .sign-form .form-control {
  margin-bottom: 15px;
  height: 50px;
  padding: 0px 20px;
  font-size: 14px;
}
.auth .sign-form .custom-checkbox {
  margin-top: 25px;
  font-size: 14px;
  line-height: 24px;
}
.auth .sign-form .custom-checkbox .custom-control-label a {
  color: #0250c5;
}
.auth .sign-form .base-btn1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  border-radius: 4px;
  margin-top: 27px;
  margin-bottom: 25px;
}
.auth .sign-form .reg-text {
  font-size: 14px;
}
.auth .sign-form .reg-text a {
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.auth .sign-form .reg-text a:hover {
  color: #0250c5;
}

.bigbtn {
  width: 100%;
  background: #0250c5;
  border: 0px;
  cursor: pointer;
  color: #fff;
  padding: 9px 20px;
  border-radius: 3px;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease-in;
}
.bigbtn:hover {
  background: #d43f8d;
}

.h-100v {
  height: 100vh !important;
}

/* Signin Area End */
/* 404 Area Start */
.error-404 .base-btn1 {
  margin-top: 30px;
}

/* 404 Area End */
.home5 .hero-area {
  position: relative;
  background: none;
  overflow: hidden;
}
.home5 .hero-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  border-radius: 0px 0px 300px 0px;
}
.home5 .hero-area .shape {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px 0px 300px 0px;
  animation: sclanmi3 7s linear infinite;
}
@keyframes sclanmi3 {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.home5 .hero-area .discount-circle-inner {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
}
.home5 .about {
  position: relative;
}
.home5 .about .box {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px 0px 30px 0px;
}
.home5 .about .box .inner-box .icon i {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home5 .about .box::after {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  opacity: 1;
  width: 100%;
  height: 0%;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease-in;
}
.home5 .about .box:hover {
  transform: translateY(0px) !important;
}
.home5 .about .box:hover::after {
  height: 100%;
}
.home5 .about .box:hover .icon i {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home5 .about .box:hover .title {
  color: #fff;
}
.home5 .about .box:hover .text {
  color: #fff;
}
.home5 .whaybest {
  position: relative;
  background: none;
}
.home5 .whaybest::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  border-radius: 200px 0px 200px 0px;
}
.home5 .whaybest .shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0px 0px 300px 0px;
  animation: sclanmi3 7s linear infinite;
}
.home5 .whaybest .info .info-title {
  color: #fff;
}
.home5 .whaybest .info .feature-list li .icon i {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home5 .whaybest .info .feature-list li .content h4 {
  color: #fff;
}
.home5 .whaybest .info .feature-list li .content p {
  color: #fff;
}
.home5 .feature .feature-box .icon-area .icon i {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home5 .dealofweek {
  position: relative;
  background: none;
  overflow: hidden;
}
.home5 .dealofweek::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  border-radius: 200px 0px 200px 0px;
}
.home5 .dealofweek .shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0px 0px 300px 0px;
  animation: sclanmi3 7s linear infinite;
}
.home5 .dealofweek .section-title .title {
  color: #fff;
}
.home5 .dealofweek .section-title p {
  color: #fff;
}
.home5 .dealofweek .deal-slider-area {
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.219),
    0px 0px 0px 20px rgba(255, 255, 255, 0.219),
    0px 0px 0px 30px rgba(255, 255, 255, 0.219);
}
.home5 .pricing .product-slider .owl-controls .owl-nav div:hover {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
}
.home5 .video {
  position: relative;
  background: none;
  overflow: hidden;
}
.home5 .video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  border-radius: 200px 0px 200px 0px;
}
.home5 .video .shape {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px 0px 300px 0px;
  animation: sclanmi3 7s linear infinite;
}
.home5 .video .section-title .title {
  color: #fff;
}
.home5 .video .section-title p {
  color: #fff;
}
.home5 .video .video-play-btn i,
.home5 .video .fun-box .inner-content2 .icon i,
.home5 .video .fun-box .inner-content3 .icon i {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home5 .testimonial-area {
  position: relative;
  background: none;
  overflow: hidden;
}
.home5 .testimonial-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  border-radius: 200px 0px 200px 0px;
}
.home5 .testimonial-area .shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0px 0px 300px 0px;
  animation: sclanmi3 7s linear infinite;
}
.home5 .testimonial-area .section-title .title {
  color: #fff;
}
.home5 .testimonial-area .section-title p {
  color: #fff;
}
.home5 .testimonial-area .testimonial-slider .client {
  border-radius: 4px;
}
.home5 .testimonial-area .testimonial-slider .owl-controls .owl-nav div {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.home5 .testimonial-area .testimonial-slider .owl-controls .owl-nav div:hover {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
}
.home5 .testimonial-area .testimonial-slider .client .client-image::after {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
}
.home5 .subscribe-section .download-buttons {
  margin-top: 55px;
  display: block;
  text-align: center;
}
.home5 .subscribe-section .download-buttons .text {
  font-size: 16px;
  line-height: 26px;
}
.home5 .subscribe-section .download-buttons a {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  display: inline-block;
  padding: 18px 30px;
  font-size: 18px;
  border-radius: 3px;
  margin: 4px 5px;
  color: #fff;
}
.home5 .subscribe-section .download-buttons a i {
  font-size: 24px;
}
.home5 .subscribe-section .newsletter-form-area button {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  cursor: pointer;
}
.home5 .faq {
  position: relative;
  background: none;
  overflow: hidden;
}
.home5 .faq::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  border-radius: 200px 0px 200px 0px;
  z-index: -1;
}
.home5 .faq .shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0px 0px 300px 0px;
  animation: sclanmi3 7s linear infinite;
}
.home5 .faq .section-title .title {
  color: #fff;
}
.home5 .faq .section-title p {
  color: #fff;
}
.home5 .faq .accordion .panel::after {
  display: none;
}
.home5 .contact .info-box .left .icon i {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home5 .contact .info-box .left .icon::after {
  border: 1px dashed #e42d43;
  animation: shapeani2 10s linear infinite;
}
.home5 .footer {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
}
.home5 .footer .footer-info-area .text p,
.home5 .footer .copy-bg p,
.home5 .footer .copy-bg p a {
  color: #fff;
}
.home5 .bottomtotop i {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
}
.home5 .compare-section .compare-table .price,
.home5
  .pricing
  .product-slider
  .item
  .single-product
  .content
  .price
  .new-price,
.home5 .dealofweek .deal-slider-area .content .right-area .price p span {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home5 .footer .copy-bg {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.home5 .footer .footer-info-area .footer-logo img {
  max-width: 170px;
  filter: brightness(0) invert(1);
}
.home5
  .navigation
  .navbar
  #mainmenu
  ul
  .nav-item.dropdown:hover
  .dropdown-menu
  .dropdown-item:hover {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
}
.home5 .preloader-inner {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
}
.home5
  .navigation.stiky-nav
  .navbar
  #mainmenu
  ul
  .nav-item
  .nav-link:hover::before,
.home5
  .navigation.stiky-nav
  .navbar
  #mainmenu
  ul
  .nav-item
  .nav-link.active::before {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
}
.home5 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before {
  background: #d31027;
  background: linear-gradient(to right, #ea384d, #d31027);
}
.home5 .footer {
  position: relative;
  overflow: hidden;
}
.home5 .footer .shape {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px 0px 300px 0px;
  animation: sclanmi3 7s linear infinite;
}
.home5 .pricing .mybtn-bg {
  top: 50%;
  transform: translateY(-50%);
}
.home5 .contact .contact-form-wrapper .mybtn3.mybtn-bg {
  margin-top: 10px;
}

.home7 .mybtn-light span {
  color: #0250c5;
}
.home7 .mybtn-light:before,
.home7 .mybtn-light:after {
  background: #0250c5;
}
.home7 .mybtn-bg {
  background: #0250c5;
  border-color: #0250c5;
}
.home7 .mybtn-bg:hover span {
  color: #0250c5;
}
.home7 .contact .contact-form-wrapper .mybtn3.mybtn-bg {
  margin-top: 10px;
}
.home7 .hero-area {
  position: relative;
  background: none;
  overflow: hidden;
  background: url(../images/hbg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.home7 .hero-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  opacity: 0.9;
}
@keyframes sclanmi3 {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.home7 .hero-area .discount-circle-inner {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .about {
  position: relative;
}
.home7 .about .box {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px 0px 30px 0px;
}
.home7 .about .box .inner-box .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .about .box::after {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  opacity: 1;
  width: 100%;
  height: 0%;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease-in;
}
.home7 .about .box:hover {
  transform: translateY(0px) !important;
}
.home7 .about .box:hover::after {
  height: 100%;
}
.home7 .about .box:hover .icon i {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home7 .about .box:hover .title {
  color: #fff;
}
.home7 .about .box:hover .text {
  color: #fff;
}
.home7 .dealofweek {
  position: relative;
  background: url(../images/dealbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.home7 .dealofweek::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  border-radius: 0px;
  opacity: 0.9;
}
.home7 .dealofweek .section-title .title {
  color: #fff;
}
.home7 .dealofweek .section-title p {
  color: #fff;
}
.home7 .dealofweek .deal-slider-area {
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.219),
    0px 0px 0px 20px rgba(255, 255, 255, 0.219),
    0px 0px 0px 30px rgba(255, 255, 255, 0.219);
}
.home7 .pricing .product-slider .owl-controls .owl-nav div:hover {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .video {
  position: relative;
  background: none;
  background: url(../images/wc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.home7 .video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  opacity: 0.9;
}
.home7 .video .shape {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px 0px 300px 0px;
  animation: sclanmi3 7s linear infinite;
}
.home7 .video .section-title .title {
  color: #fff;
}
.home7 .video .section-title p {
  color: #fff;
}
.home7 .video .video-play-btn i,
.home7 .video .fun-box .inner-content2 .icon i,
.home7 .video .fun-box .inner-content3 .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .testimonial-area {
  position: relative;
  background: url(../images/test.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.home7 .testimonial-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  opacity: 0.9;
}
.home7 .testimonial-area .section-title .title {
  color: #fff;
}
.home7 .testimonial-area .section-title p {
  color: #fff;
}
.home7 .testimonial-area .testimonial-slider .client {
  border-radius: 4px;
}
.home7 .testimonial-area .testimonial-slider .owl-controls .owl-nav div {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.home7 .testimonial-area .testimonial-slider .owl-controls .owl-nav div:hover {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .testimonial-area .testimonial-slider .client .client-image::after {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .subscribe-section .download-buttons {
  margin-top: 55px;
  display: block;
  text-align: center;
}
.home7 .subscribe-section .download-buttons .text {
  font-size: 16px;
  line-height: 26px;
}
.home7 .subscribe-section .download-buttons a {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  display: inline-block;
  padding: 18px 30px;
  font-size: 18px;
  border-radius: 3px;
  margin: 4px 5px;
  color: #fff;
}
.home7 .subscribe-section .download-buttons a i {
  font-size: 24px;
}
.home7 .subscribe-section .newsletter-form-area button {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  cursor: pointer;
}
.home7 .dealofweek {
  position: relative;
}
.home7 .contact .info-box .left .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .contact .info-box .left .icon::after {
  border: 1px dashed #0250c5;
  animation: shapeani2 10s linear infinite;
}
.home7 .footer .footer-info-area .text p,
.home7 .footer .copy-bg p,
.home7 .footer .copy-bg p a {
  color: #fff;
}
.home7 .bottomtotop i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .compare-section .compare-table .price,
.home7
  .pricing
  .product-slider
  .item
  .single-product
  .content
  .price
  .new-price,
.home7 .dealofweek .deal-slider-area .content .right-area .price p span {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .footer .copy-bg {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.home7 .footer .footer-info-area .footer-logo img {
  max-width: 170px;
  filter: brightness(0) invert(1);
}
.home7
  .navigation
  .navbar
  #mainmenu
  ul
  .nav-item.dropdown:hover
  .dropdown-menu
  .dropdown-item:hover {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .preloader-inner {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7
  .navigation.stiky-nav
  .navbar
  #mainmenu
  ul
  .nav-item
  .nav-link:hover::before,
.home7
  .navigation.stiky-nav
  .navbar
  #mainmenu
  ul
  .nav-item
  .nav-link.active::before {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.home7 .footer {
  position: relative;
  background: url(../images/foot.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.home7 .footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  opacity: 0.9;
}
.home7 .pricing .mybtn-bg {
  top: 50%;
  transform: translateY(-50%);
}

.home9 .mybtn-light span {
  color: #0250c5;
}
.home9 .mybtn-light:before,
.home9 .mybtn-light:after {
  background: #0250c5;
}
.home9 .mybtn-bg {
  background: #0250c5;
  border-color: #0250c5;
}
.home9 .mybtn-bg:hover span {
  color: #0250c5;
}
.home9 .contact .contact-form-wrapper .mybtn3.mybtn-bg {
  margin-top: 10px;
}
.home9 .navigation {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home9 .navigation.stiky-nav .navbar .navbar-brand img {
  filter: unset;
}
.home9 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link {
  color: #242424;
}
.home9 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9
  .navigation.stiky-nav
  .navbar
  #mainmenu
  ul
  .nav-item
  .nav-link:hover::before,
.home9
  .navigation.stiky-nav
  .navbar
  #mainmenu
  ul
  .nav-item
  .nav-link.active::before {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9 .navigation .navbar .navbar-brand img {
  filter: unset;
}
.home9 .navigation .navbar #mainmenu ul .nav-item .nav-link {
  color: #242424;
}
.home9 .navigation .navbar #mainmenu ul .nav-item .nav-link::before {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9 .navigation .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.home9 .navigation .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9 .hero-area {
  position: relative;
  overflow: hidden;
  background: #f7f9ff;
  padding: 297px 0px 220px;
}
.home9 .hero-area .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.home9 .hero-area .left-content .content .title {
  font-size: 56px;
  line-height: 66px;
  color: #242424;
  font-weight: 700;
}
.home9 .hero-area .left-content .content .subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #242424;
  margin-top: 26px;
}
.home9 .hero-area .left-content .content .links {
  margin-top: 42px;
  padding-right: 15px;
}
.home9 .hero-area .left-content .content .links a {
  margin-left: 0px;
}
.home9 .hero-area .right-img {
  text-align: center;
  position: relative;
}
.home9 .hero-area .right-img::after {
  position: absolute;
  content: " ";
  width: 300px;
  height: 300px;
  background: rgba(59, 38, 219, 0.1);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: b-shadow 2s linear infinite;
}
.home9 .hero-area .right-img .discount-circle {
  position: absolute;
  left: 80px;
  top: -30px;
  z-index: 96;
}
.home9 .hero-area .right-img .img {
  position: relative;
  top: auto;
  left: auto;
  max-width: 100%;
  width: auto;
  animation: none;
  z-index: 5;
}
.home9 .about {
  position: relative;
}
.home9 .about .box {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
  border-radius: 15px;
}
.home9 .about .box .inner-box .icon i {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home9 .about .box::after {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
  width: 0%;
  height: 0%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  border-radius: 50%;
}
.home9 .about .box:hover {
  transform: translateY(0px) !important;
}
.home9 .about .box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 0%;
}
.home9 .about .box:hover .icon i {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home9 .about .box:hover .title {
  color: #fff;
}
.home9 .about .box:hover .text {
  color: #fff;
}
.home9 .whaybest {
  position: relative;
}
.home9 .whaybest .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.home9 .whaybest .shape2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.home9 .dealofweek {
  position: relative;
  overflow: hidden;
  background: #f7f9ff;
}
.home9 .dealofweek .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.home9 .dealofweek .shape2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.home9 .dealofweek .deal-slider-area {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
}
.home9 .pricing .product-slider .owl-controls .owl-nav div {
  transition: none;
  box-shadow: 0px 20px 20px 0px rgba(0, 37, 93, 0.1);
}
.home9 .pricing .product-slider .owl-controls .owl-nav div:hover {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9 .video {
  position: relative;
  background: #f7f9ff;
  overflow: hidden;
}
.home9 .video .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.home9 .video .shape2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.home9 .video .fun-box .inner-content,
.home9 .video .video-wrapper .video-box {
  border-radius: 10px;
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15) !important;
}
.home9 .video .video-play-btn i,
.home9 .video .fun-box .inner-content2 .icon i,
.home9 .video .fun-box .inner-content3 .icon i {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home9 .testimonial-area {
  position: relative;
  background: #f7f9ff;
  overflow: hidden;
}
.home9 .testimonial-area .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.home9 .testimonial-area .shape2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.home9 .testimonial-area .testimonial-slider .client {
  border-radius: 15px;
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
}
.home9 .testimonial-area .testimonial-img img {
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
}
.home9 .testimonial-area .testimonial-slider .owl-controls .owl-nav div {
  background: #fff;
  transition: none;
  box-shadow: 0px 20px 20px 0px rgba(0, 37, 93, 0.1);
}
.home9 .testimonial-area .testimonial-slider .owl-controls .owl-nav div:hover {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9 .testimonial-area .testimonial-slider .client .client-image::after {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9 .subscribe-section .newsletter-form-area {
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
  border-radius: 50px;
}
.home9 .subscribe-section .newsletter-form-area input {
  box-shadow: none;
  border: 0px;
}
.home9 .subscribe-section .download-buttons {
  margin-top: 55px;
  display: block;
  text-align: center;
}
.home9 .subscribe-section .download-buttons .text {
  font-size: 16px;
  line-height: 26px;
}
.home9 .subscribe-section .download-buttons a {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
  display: inline-block;
  padding: 18px 30px;
  font-size: 18px;
  border-radius: 3px;
  margin: 4px 5px;
  color: #fff;
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
}
.home9 .subscribe-section .download-buttons a i {
  font-size: 24px;
}
.home9 .faq {
  position: relative;
  background: #f7f9ff;
  overflow: hidden;
}
.home9 .faq .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.home9 .faq .shape2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.home9 .faq .panel {
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
  margin-bottom: 30px;
}
.home9 .faq .panel:last-child {
  margin-bottom: 0px;
}
.home9 .subscribe-section .newsletter-form-area button {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
  cursor: pointer;
}
.home9 .dealofweek {
  position: relative;
}
.home9 .contact .info-box {
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
  border-radius: 15px;
}
.home9 .contact .contact-form-wrapper,
.home9 .contact .google_map_wrapper {
  border-radius: 15px;
  box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
}
.home9 .contact .google_map_wrapper #map {
  border-radius: 15px;
}
.home9 .contact .info-box .left .icon i {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home9 .contact .info-box .left .icon::after {
  border: 1px dashed #0250c5;
  animation: shapeani2 10s linear infinite;
}
.home9 .bottomtotop i {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9 .compare-section .compare-table .price,
.home9
  .pricing
  .product-slider
  .item
  .single-product
  .content
  .price
  .new-price,
.home9 .dealofweek .deal-slider-area .content .right-area .price p span {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home9 .footer .copy-bg {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.home9 .footer .footer-info-area .footer-logo img {
  max-width: 170px;
  filter: none;
}
.home9 .footer .fotter-social-links ul li a {
  box-shadow: 0px 20px 20px 0px rgba(0, 37, 93, 0.15);
}
.home9
  .navigation
  .navbar
  #mainmenu
  ul
  .nav-item.dropdown:hover
  .dropdown-menu
  .dropdown-item:hover {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9 .preloader-inner {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9
  .navigation.stiky-nav
  .navbar
  #mainmenu
  ul
  .nav-item
  .nav-link:hover::before,
.home9
  .navigation.stiky-nav
  .navbar
  #mainmenu
  ul
  .nav-item
  .nav-link.active::before {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before {
  background: #3b26db;
  background: linear-gradient(to right, #3b26db, #7b19cb);
}
.home9 .footer {
  position: relative;
  background: #f7f9ff;
  overflow: hidden;
}
.home9 .footer .shape2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.home9 .pricing .mybtn-bg {
  top: 50%;
  transform: translateY(-50%);
}

.tech-logo.feature-list li {
  max-width: 15.5% !important;
  flex: 15.5% !important;
  list-style: none !important;
  cursor: pointer !important;
  margin-bottom: 20px !important;
  padding: 15px !important;
  background: white;
  border: 3px solid transparent;
  border-radius: 10px;
  background: linear-gradient(#e9f0ff, #ffffff) padding-box,
    linear-gradient(90deg, #7087c9, #7a00ff, #ff0057) border-box;
  background-size: 400% 100%;
  animation: borderMove 3s linear infinite;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Counter CSS */

.stats-section {
  padding: 50px 0 20px;
  background: linear-gradient(135deg, #667eea26 0%, #764ba21f 100%);
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
}

.stat-card {
  background: white;
  border-radius: 15px;
  padding: 40px 25px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(102, 126, 234, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.stat-card:hover::before {
  left: 100%;
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.stat-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: white;
  position: relative;
  z-index: 1;
}

.stat-card:nth-child(1) .stat-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.stat-card:nth-child(2) .stat-icon {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.stat-card:nth-child(3) .stat-icon {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.stat-card:nth-child(4) .stat-icon {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.stat-card:nth-child(5) .stat-icon {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.stat-card:nth-child(6) .stat-icon {
  background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
}

.stat-number {
  font-size: 25px;
  font-weight: 700;
  color: #2c3e50;
  margin: 10px 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.stat-label {
  font-size: 13px;
  color: #4a4e93;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.stat-suffix {
  font-size: 25px;
  font-weight: 600;
}

.progress-ring {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
}

.secondary-stats {
  background: white;
  padding: 60px 0;
}

.simple-stat {
  text-align: center;
  padding: 30px 15px;
}

.simple-stat h3 {
  font-size: 42px;
  font-weight: 700;
  color: #667eea;
  margin-bottom: 10px;
}

.simple-stat p {
  font-size: 14px;
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* Counter CSS */

.banner-form {
  position: absolute;
  top: -60px;
  left: 100px;
  max-width: 450px;
  width: auto;
  animation: shapeani3 5s linear infinite;
}

.banner-form form {
  padding: 20px 30px;
  border-radius: 10px;
  background: white;
}

.banner-form form input {
  width: 100%;
  padding: 5px 15px;
  height: 40px;
  font-size: 13px;
  line-height: 1;
  border: none;
  box-shadow: 1px 1px 5px #0000002e inset;
  margin-bottom: 20px;
  border-radius: 5px;
}

.banner-form form textarea {
  width: 100%;
  padding: 15px 15px 5px;
  height: 100px;
  font-size: 13px;
  line-height: 1;
  border: none;
  box-shadow: 1px 1px 5px #0000002e inset;
  margin-bottom: 20px;
  border-radius: 5px;
}

.form-hd {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}

.submit-bf {
  padding: 8px 15px;
  border-radius: 10px;
  background: linear-gradient(45deg, #8940c5, #2e3577);
  color: white;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  width: 100%;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.submit-bf:focus {
  border: 0;
  outline: 0;
}

.submit-bf:hover {
  background: linear-gradient(45deg, #2e3577, #8940c5);
}

.banner-form:hover,
.banner-form:hover * {
  animation-play-state: paused;
}

/* Floaters */

/* Floating Buttons Container */
.floating-cta {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: fit-content;
}

/* Button Base Style */
.cta-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  animation: pulse 2s infinite;
}

.cta-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  animation: none;
}

/* WhatsApp Button */
.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.whatsapp-btn:hover {
  background: linear-gradient(135deg, #128c7e, #075e54);
}

/* Call Button */
.call-btn {
  background: linear-gradient(135deg, #674caf, #455ca0);
}

.call-btn:hover {
  background: linear-gradient(135deg, #372555, #2e3166);
}

/* Icons */
.cta-btn svg {
  width: 30px;
  height: 30px;
  fill: white;
}

/* Tooltip */
.cta-btn::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 70px;
  background: #333;
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  font-size: 14px;
}

.cta-btn::after {
  content: "";
  position: absolute;
  left: 60px;
  border: 6px solid transparent;
  border-left-color: #333;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.cta-btn:hover::before,
.cta-btn:hover::after {
  opacity: 1;
}

/* Pulse Animation */
@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15),
      0 0 0 10px rgba(37, 211, 102, 0.2);
  }
}

.call-btn {
  animation: pulse-call 2s infinite;
}

@keyframes pulse-call {
  0%,
  100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15),
      0 0 0 10px rgba(76, 175, 80, 0.2);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .floating-cta {
    left: 15px;
    bottom: 30px;
  }

  .cta-btn {
    width: 50px;
    height: 50px;
  }

  .cta-btn svg {
    width: 25px;
    height: 25px;
  }

  .cta-btn::before {
    display: none;
  }

  .cta-btn::after {
    display: none;
  }
}

/* Demo Content */
.demo-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.demo-content h1 {
  color: #333;
  margin-bottom: 20px;
}

.demo-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Floaters */

/* Whatsapp Menu */

/* Popup Overlay */
.whatsapp-popup {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s;
}

/* Popup Content */
.whatsapp-popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.3s;
  position: relative;
}

.whatsapp-popup-content h3 {
  margin: 0 0 20px 0;
  color: #25d366;
  font-size: 22px;
  text-align: center;
}

/* Close Button */
.whatsapp-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  transition: color 0.3s;
}

.whatsapp-close:hover {
  color: #333;
}

/* Option Buttons */
.whatsapp-option-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 15px 20px;
  margin: 10px 0;
  background-color: #25d366;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.whatsapp-option-btn:hover {
  background-color: #128c7e;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-option-btn svg {
  width: 24px;
  height: 24px;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Whatsapp Menu */

.tech-logo li .icon img {
  image-rendering: -webkit-optimize-contrast;
  filter: brightness(1.05) contrast(1.1);
  width: 60px;
  margin-bottom: 15px;
}

.center-feature img {
  border-radius: 200px;
  filter: hue-rotate(65deg);
  padding: 0;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.connect-us {
  position: relative;
}

.connect-us a {
  position: absolute;
  top: 5px;
  left: calc(50% - 90px);
  width: 180px;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  color: #fff;
  font-size: 15px;
  padding: 0px 25px;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  transition: all 0.3s ease-in;
}

.connect-us a:hover {
  background-image: linear-gradient(55deg, #d43f8d 0%, #0250c5);
}

.connect-us a h4 {
  margin: 0;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  font-weight: 800;
  color: white;
}

.subscribe-section .section-title {
  margin-bottom: 25px;
}

/* Svg Center */

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  0% {
    stroke-dasharray: 1, 800;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -200px;
  }
  100% {
    stroke-dasharray: 800, 1;
    stroke-dashoffset: -800px;
  }
}

.spin2 {
  transform-origin: center;
  animation: spin2 2.1s ease-in-out infinite, spin 3.8s linear infinite;
  animation-direction: alternate;
}

.center-feature svg {
  position: absolute;
  z-index: 0;
  top: -100px;
  left: -100px;
  width: 380px;
}

/* Svg Center */

.center-feature {
  position: relative;
}

.arrow-box {
  position: relative;
}

.arrow-svg {
  position: absolute;
  top: -140px;
  right: -150px;
  width: 250px;
  z-index: 1;
}

.arrow-svg2 {
  position: absolute;
  bottom: -145px;
  right: -150px;
  width: 250px;
  z-index: 1;
}

/* Simple Banner Text Slider */
.bts-wrapper {
  position: relative;
  width: 100%;
}

.bts-container {
  position: relative;
  width: 100%;
}

.bts-slide {
  display: none;
}

.bts-slide.bts-active {
  display: block;
  animation: bts-fade 0.5s;
}

@keyframes bts-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Dots */
.bts-dots {
  text-align: center;
  margin-top: 20px;
}

.bts-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.bts-dot:hover {
  background: #999;
}

.bts-dot.bts-dot-active {
  background: #333;
  width: 12px;
  height: 12px;
}

.hero-area .left-content {
  position: relative;
  height: 265px;
}

.locate-us a img {
  width: 150px;
  height: 35px;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
}

.locate-us {
  margin-left: 60px;
  background: #1e2d44;
  border-radius: 50px;
  padding-left: 20px;
  position: relative;
}

.locate-us .pin {
  position: absolute;
  left: 15%;
  top: 20%;
  z-index: 1;
  width: 18px;
  height: 20px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.hover-over {
  position: absolute;
  background: white;
  bottom: -100%;
  right: -20%;
  z-index: 1;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}

.hover-over h4 {
  font-size: 12px;
  color: #3d3784;
  padding: 6px 15px;
  border-radius: 5px;
  margin: 0;
  font-weight: 600;
}

.locate-us:hover .hover-over {
  opacity: 1;
  visibility: visible;
}

/* Package Toggle  */

.toggle-container {
  margin-bottom: 50px;
}

.toggle-label {
  color: #212963;
  font-size: 1em;
  font-weight: 600;
  transition: opacity 0.3s;
}

.toggle-label.active {
  opacity: 1;
}

.toggle-label.inactive {
  opacity: 0.5;
}

.toggle-switch {
  position: relative;
  width: 70px;
  height: 34px;
  background: rgb(0 30 101 / 12%);
  border-radius: 34px;
  cursor: pointer;
  transition: background 0.3s;
  margin: 0 15px;
}

.toggle-switch:hover {
  background: rgb(0 30 101 / 12%);
}

.toggle-slider {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  background: linear-gradient(45deg, #413f79, #6c4298);
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.toggle-switch.active .toggle-slider {
  transform: translateX(36px);
}

.card {
  background: white;
  border-radius: 15px;
  padding: 40px 40px 0px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  opacity: 0.4;
  transform: scale(0.95);
  cursor: pointer;
  border: none;
  height: 100%;
}

.card.active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0px 30px rgb(0 0 0 / 24%);
}

.card:hover {
  transform: scale(0.98);
}

.card.active:hover {
  transform: scale(1.02);
}

.package-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(0deg, #2c2358, #4250c9);
}

.package-price {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.package-period {
  color: #999;
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #555;
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  line-height: 1.25;
}

.features li:last-child {
  border-bottom: none;
}

.features li::before {
  content: "✓";
  color: #156605;
  font-weight: bold;
  font-size: 1.15rem;
  margin-right: 12px;
}

.features li.n-av::before {
  content: "✗";
  color: red;
}

.btn-custom {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
  color: white;
}

.btn-custom:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  .package-price {
    font-size: 2.5rem;
  }
}

/* Package Toggle  */

.gap-side {
  gap: 0 100px;
}

.marketing-section {
  padding-top: 50px;
}

.marketing-section .icon img {
  filter: contrast(1.5) brightness(0.925);
}

.feat-li li {
  background: white;
  padding: 20px 25px !important;
  box-shadow: 0px 4px 30px 5px #6d84c930 inset;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.feat-li li:last-child {
  margin-bottom: 40px !important;
}

.feat-li li .icon img {
  margin-bottom: 15px;
}

.feat-li li .overlay-hover {
  transform: translate(100%, 0%);
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  background: linear-gradient(45deg, #e4e4ff, #fde8ff);
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.feat-li li .overlay-hover p {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  color: #2c2358;
  text-align: center;
  hyphens: none;
}

.feat-li li:hover .overlay-hover {
  transform: translate(0%, 0%);
  opacity: 1;
  visibility: visible;
}

.feature .feature-box .details h4 {
  line-height: 1 !important;
}

.feature .feature-box .details h4 a span {
  font-size: 15px;
  text-transform: capitalize;
  color: #2f2f2f;
}

.client-logo li .icon img,
.partner-logo li .icon img {
  width: 100% !important;
  margin: 0;
}

.footer-form {
  max-width: 100%;
  width: 100%;
}

.footer-form form {
  padding: 20px 30px;
  border-radius: 10px;
  background: linear-gradient(0deg, #ce9cff, #101154);
  box-shadow: 0px 0px 10px #16203d1a inset;
}

.footer-form form input {
  width: 100%;
  padding: 5px 15px;
  height: 40px;
  font-size: 13px;
  line-height: 1;
  border: none;
  box-shadow: 1px 1px 5px #0000002e inset;
  margin-bottom: 20px;
  border-radius: 5px;
}

.footer-form form textarea {
  width: 100%;
  padding: 15px 15px 5px;
  height: 100px;
  font-size: 13px;
  line-height: 1;
  border: none;
  box-shadow: 1px 1px 5px #0000002e inset;
  margin-bottom: 20px;
  border-radius: 5px;
}

.footer-form .submit-bf {
  padding: 8px 15px;
  border-radius: 10px;
  background: linear-gradient(45deg, #8940c5, #2e3577);
  color: white;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  width: 100%;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.footer-form .submit-bf:focus {
  border: 0;
  outline: 0;
}

.footer-form .submit-bf:hover {
  background: linear-gradient(45deg, #2e3577, #8940c5);
}

.footer-contact-info ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
  gap: 0 15px;
}

.footer-contact-info ul li a {
  color: #362345;
}

.footer-contact-info ul li i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.footer-info-area .text p {
  font-size: 14px;
  line-height: 1.25;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0000001a;
  color: #343434;
}

.client-logo li,
.partner-logo li {
  background: white !important;
}

.info p {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.package-sec {
  padding-top: 0px;
}

/* ======================= */
/* == Mobile Responsive == */
/* ======================= */

@media screen and (max-width: 499px) {
  .banner-form {
    position: relative;
    top: 0;
    left: 0;
  }

  .locate-us {
    margin-left: 0;
    padding-left: 10px;
    position: fixed;
    top: 1.8%;
    left: 8%;
  }

  .locate-us a img {
    width: 110px;
    height: 30px;
  }

  .locate-us .pin {
    left: 9%;
    top: 17%;
  }

  /* .floating-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 0;
    border-radius: 0;
  }

  .cta-btn {
    flex: 1;
    width: 100%;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: none;
  }

  .cta-btn svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }


  .whatsapp-btn::after {
    content: "WHATSAPP";
  }

  .call-btn::after {
    content: "CALL NOW";
  }


  .cta-btn::before {
    display: none;
  }


  .cta-btn:hover {
    transform: none;
  }

  .cta-btn:active {
    opacity: 0.9;
  } */

  .hero-area .order-first {
    order: 2;
  }

  .hero-area .left-content .content .subtitle {
    font-size: 13px;
    line-height: 16px;
    margin-top: 15px;
  }

  .bts-dots {
    display: none;
  }

  .form-hd {
    font-size: 15px;
    margin-bottom: 17px;
  }

  .gap-side {
    gap: 0 0px;
  }

  .about {
    padding: 60px 0px 0;
  }

  .section-title p {
    max-width: 100%;
    font-size: 13px;
    line-height: 16px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .arrow-box {
    display: none;
  }

  .about .box .inner-box {
    padding: 15px 15px 10px;
  }

  .about .box .inner-box .icon {
    margin: 0 auto 10px;
  }

  .info p {
    font-size: 13px;
    line-height: 16px;
  }

  .whaybest .feature-list li {
    max-width: 50%;
    flex: 45%;
  }

  .feat-li li .icon img {
    width: 50px;
  }

  .whaybest .feature-list li .content h4 {
    font-size: 13px !important;
    line-height: 14px !important;
  }

  .feat-li li:last-child {
    margin-bottom: 12px !important;
  }

  .tech-logo.feature-list li {
    max-width: 33% !important;
    flex: 30% !important;
    margin-bottom: 15px !important;
    padding: 15px 15px 10px !important;
  }

  #client {
    padding: 30px 0px 15px;
  }

  .client-logo li {
    padding: 5px !important;
  }

  .package-sec {
    padding-top: 20px;
  }

  .toggle-container {
    margin-bottom: 20px;
    gap: 0px;
    flex-wrap: wrap;
  }

  .toggle-label {
    font-size: 0.9rem;
  }

  .toggle-switch {
    width: 50px;
    height: 27px;
  }

  .toggle-slider {
    width: 22px;
    height: 22px;
  }

  .toggle-switch.active .toggle-slider {
    transform: translateX(24px);
  }

  /* Only show active card on mobile */
  .card {
    display: none;
    padding: 20px 20px 0px;
    opacity: 0;
  }

  .card.active {
    display: block !important;
    opacity: 1;
    transform: scale(1);
    animation: fadeIn 0.5s ease;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .package-name {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .features li {
    padding: 8px 0;
    font-size: 0.814rem;
    line-height: 1.2;
  }

  .features li:before {
    font-size: 0.7rem;
    margin-right: 8px;
  }

  .feature .left-feature .feature-box .details {
    text-align: left;
    order: 2;
  }

  .feature-box .icon-area img {
    width: 50px;
  }

  .feature .right-feature .feature-box .icon {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
  }

  .mob-d {
    display: none !important;
  }

  .feature .feature-box {
    margin-bottom: 12px;
  }

  .feature .feature-box .details .title {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .feature .feature-box .details h4 {
    margin-bottom: 5px;
  }

  .stat-card {
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 20px;
  }

  .stat-icon img {
    width: 35px !important;
  }

  .stat-number {
    font-size: 20px;
    margin: 0px 0 10px;
  }

  .stat-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }

  .stat-suffix {
    font-size: 20px;
    margin-left: 2px;
  }

  .stat-label {
    font-size: 12px;
    letter-spacing: 0.3px;
  }

  .testimonial-area {
    padding: 40px 0px 30px;
  }

  .testimonial-area .section-title {
    margin-bottom: 0;
  }

  .testimonial-area .testimonial-slider .client .client-image img {
    padding: 0px;
  }

  .testimonial-area .testimonial-slider .client .client-image {
    width: 80px;
    height: 80px;
  }

  .testimonial-area .testimonial-slider .client {
    margin: 60px 10px 40px;
    padding: 60px 20px 20px;
    height: 180px;
  }

  .testimonial-area .testimonial-slider .client .client-say {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .testimonial-area .testimonial-slider .client .client-name a {
    font-size: 16px;
    line-height: 20px;
  }

  .partner-logo li .icon {
    padding: 0 15px;
  }

  .connect-us a {
    top: 0px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .connect-us a h4 {
    line-height: 40px;
    font-size: 14px;
  }

  .subscribe-section {
    padding: 20px 0px 100px;
  }

  .footer-info-area .text p {
    font-size: 13px;
  }

  .footer-contact-info ul li {
    font-size: 13px;
    gap: 0 10px;
  }

  .footer-contact-info ul li i {
    font-size: 14px;
  }

  .footer .fotter-social-links {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .footer .copy-bg a {
    font-size: 13px;
    line-height: 13px;
  }

  .bottomtotop i {
    bottom: 30px;
  }

  .input-field {
    height: 40px;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .whatsapp-popup-content {
    padding: 20px;
    border-radius: 10px;
    max-width: 420px;
  }

  .mybtn1 {
    font-size: 12px;
    height: 45px;
    line-height: 47px;
  }

  #services .left-feature {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .locate-us {
    display: none;
  }

  .navigation .navbar #mainmenu ul .nav-item .nav-link:hover::before,
  .navigation .navbar #mainmenu ul .nav-item .nav-link.active::before {
    bottom: 5px !important;
  }

  .feature .feature-box .details h4 a span {
    font-size: 12px;
  }

  .banner-form form {
    padding: 20px 15px;
  }

  .navigation .navbar #mainmenu ul .nav-item .nav-link {
    font-size: 14px;
    line-height: 18px;
  }
}

/* ======================= */
/* == Mobile Responsive == */
/* ======================= */

.stat-icon img {
  width: 45px;
  filter: invert(1);
}

.footer .fotter-social-links ul li a.instagram {
  background: linear-gradient(-220deg, #c45fff, #ff5573);
  border-color: #ff5573;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  color: black;
}

#services .left-feature {
  width: 98%;
  margin-left: 10px;
}

.locate-high {
  background: linear-gradient(
    90deg,
    #ffc878,
    #ffbfbf,
    #ffbcee,
    #dfb0fa,
    #bcbdff
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: highlightText 1s ease-in-out infinite;
}

@keyframes highlightText {
  0%,
  100% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
}
