* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', sans-serif; */
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #03515c 0%, #0470af 100%);
  border-radius: 10px;
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #0470af #03515c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
  margin: 0;
}

p {
  margin: 0;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.f-gap-20 {
  gap: 20px;
}

.section-space {
  padding-top: 75px;
  padding-bottom: 75px;
}

/** buttons **/
.btn-secondary {
  background: #A2222E;
  color: #fff;
  border-color: #781922;
}

.btn-secondary:hover {
  background: #A2222E;
  border-color: #781922;
}

/** buttons end **/
/** typography **/
.text-white {
  color: #fff !important;
}

.text-dark {
  color: #333945 !important;
}

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

.section-title h2 {
  font-size: 32px;
}

/** typography end**/
#hero,
#sellerfeedback,#autopilot {
  background: linear-gradient(135deg, #03515c 0%, #0470af 100%);
  color: #fff;
}
#sellerfeedback {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
#hero{
  position: relative;
  overflow: hidden;
  padding: 0 0 60px 0;
}

#hero nav {
  /* background: linear-gradient(135deg, #03515c 0%, #0470af 100%); */
  padding: 10px 0;

}
nav a {
  color: #fff !important;
  font-size: 20px;
}
nav li {
  position: relative;
  transition: 0.5s ease-in-out;
}

nav li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px; /* Set the thickness of the line */
  bottom: 0;
  left: 0;
  background-color: #fff; /* Set the color of the line */
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

nav li:hover::before {
  visibility: visible;
  width: 100%;
}

#hero nav .container {
  padding-top: 0;
  padding-bottom: 0;
}

#hero nav .nav-link {
  font-weight: 500;
}

#hero .container {
  padding: 30px 0;
}

#hero .col-lg-7 img:hover {
  animation: shake 2s;
  animation-iteration-count: 1;
}
@keyframes shake {
  0% {
    transform: translate(0.2px, 0.1px) rotate(0deg);
  }

  10% {
    transform: translate(-0.2px, -0.1px) rotate(-0.5deg);
  }

  20% {
    transform: translate(-0.2px, 0px) rotate(0.5deg);
  }

  30% {
    transform: translate(0.2px, 0.1px) rotate(0deg);
  }

  40% {
    transform: translate(0.2px, -0.1px) rotate(0.5deg);
  }

  50% {
    transform: translate(-0.2px, 0.1px) rotate(-0.5deg);
  }

  60% {
    transform: translate(-0.2px, 0.1px) rotate(0deg);
  }

  70% {
    transform: translate(0.2px, 0.1px) rotate(-0.5deg);
  }

  80% {
    transform: translate(-0.2px, -0.1px) rotate(0.5deg);
  }

  90% {
    transform: translate(0.2px, 0.1px) rotate(0deg);
  }

  100% {
    transform: translate(0.2px, -0.1px) rotate(-0.5deg);
  }
}


#hero::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  border-radius: 100% 100% 0 0;
}

.card-one {
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
  /* Making text color white for better contrast on gradient */
}

.card-one.card-green {
  background: linear-gradient(135deg, #03515c 0%, #0470af 100%);
  color: #ffffff;
}

.card-one.card-lightblue {
  background: #b8d8d8;
  color: #506568;
  border: #506568 1px solid;
}

.card-one.card-lightblue h6 {
  color: #7a9e9f;
}

.card-one:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.card-one h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.card-one h6 {
  font-size: 1em;
  text-transform: uppercase;
}

.card-one p {
  font-size: 1em;
}

.card-one .icon {
  font-size: 36px;
  margin-bottom: 32px;
  line-height: 0;
}

#whatdoweoffer .card-big-shadow {
  max-width: 320px;
  position: relative;
}

#whatdoweoffer .coloured-cards .card {
  margin-top: 30px;
}

#whatdoweoffer .card[data-radius=none] {
  border-radius: 0px;
}

#whatdoweoffer .card {
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  background-color: #FFFFFF;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

#whatdoweoffer .card[data-background=image] .title,
#whatdoweoffer .card[data-background=image] .stats,
#whatdoweoffer .card[data-background=image] .category,
#whatdoweoffer .card[data-background=image] .description,
#whatdoweoffer .card[data-background=image] .content,
#whatdoweoffer .card[data-background=image] .card-footer,
#whatdoweoffer .card[data-background=image] small,
#whatdoweoffer .card[data-background=image] .content a,
#whatdoweoffer .card[data-background=color] .title,
#whatdoweoffer .card[data-background=color] .stats,
#whatdoweoffer .card[data-background=color] .category,
#whatdoweoffer .card[data-background=color] .description,
#whatdoweoffer .card[data-background=color] .content,
#whatdoweoffer .card[data-background=color] .card-footer,
#whatdoweoffer .card[data-background=color] small,
#whatdoweoffer .card[data-background=color] .content a {
  color: #FFFFFF;
}

#whatdoweoffer .card.card-just-text .content {
  padding: 50px 65px;
  text-align: center;
}

#whatdoweoffer .card .content {
  padding: 20px 20px 10px 20px;
}

#whatdoweoffer .card[data-color=blue] .category {
  color: #7a9e9f;
}

#whatdoweoffer .card .category,
#whatdoweoffer .card .label {
  font-size: 14px;
  margin-bottom: 0px;
}

#whatdoweoffer .card-big-shadow:before {
  background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -12%;
  content: "";
  display: block;
  left: -12%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#whatdoweoffer h4,
#whatdoweoffer .h4 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

#whatdoweoffer h6,
#whatdoweoffer .h6 {
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
}

#whatdoweoffer .card .description {
  font-size: 16px;
  color: #66615b;
}

#whatdoweoffer .content-card {
  margin-top: 30px;
}

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

/*======== COLORS ===========*/
#whatdoweoffer .card[data-color=blue] {
  background: #b8d8d8;
}

#whatdoweoffer .card[data-color=blue] .description {
  color: #506568;
}

#whatdoweoffer .card[data-color=green] {
  background: #d5e5a3;
}

#whatdoweoffer .card[data-color=green] .description {
  color: #60773d;
}

#whatdoweoffer .card[data-color=green] .category {
  color: #92ac56;
}

#whatdoweoffer .card[data-color=yellow] {
  background: #ffe28c;
}

#whatdoweoffer .card[data-color=yellow] .description {
  color: #b25825;
}

#whatdoweoffer .card[data-color=yellow] .category {
  color: #d88715;
}

#whatdoweoffer .card[data-color=brown] {
  background: #d6c1ab;
}

#whatdoweoffer .card[data-color=brown] .description {
  color: #75442e;
}

#whatdoweoffer .card[data-color=brown] .category {
  color: #a47e65;
}

#whatdoweoffer .card[data-color=purple] {
  background: #baa9ba;
}

#whatdoweoffer .card[data-color=purple] .description {
  color: #3a283d;
}

#whatdoweoffer .card[data-color=purple] .category {
  color: #5a283d;
}

#whatdoweoffer .card[data-color=orange] {
  background: #ff8f5e;
}

#whatdoweoffer .card[data-color=orange] .description {
  color: #772510;
}

#whatdoweoffer .card[data-color=orange] .category {
  color: #e95e37;
}

#pricing {
  background: linear-gradient(135deg, #03515c 0%, #0470af 100%);
}

.pricing-table-subtitle {
  margin-top: 68px;
  font-weight: normal;
}

.pricing-table-title {
  font-weight: bold;
  margin-bottom: 68px;
}

.pricing-card {
  border: none;
  border-radius: 10px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.pricing-card:hover {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card.pricing-card-highlighted {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card:hover {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-card .card-body {
  padding-top: 55px;
  padding-bottom: 62px;
}

.pricing-plan-title {
  font-size: 40px;
  color: #000;
  margin-bottom: 11px;
  font-weight: normal;
}

.pricing-plan-cost {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin-bottom: 29px;
}

.pricing-plan-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 24px;
}

.pricing-plan-basic .pricing-plan-icon {
  color: #fe397a;
}

.pricing-plan-pro .pricing-plan-icon {
  color: #10bb87;
}

.pricing-plan-enterprise .pricing-plan-icon {
  color: #5d78ff;
}

.pricing-plan-features {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 35px;
  color: #303132;
}

.pricing-plan-purchase-btn {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 145px;
  height: 45px;
  border-radius: 22.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  justify-content: center;
}

.pricing-plan-basic .pricing-plan-purchase-btn {
  background-color: #fe397a;
  color: #fff;
}

.pricing-plan-basic .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #b7013d;
}

.pricing-plan-basic .pricing-plan-purchase-btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

.pricing-plan-pro .pricing-plan-purchase-btn {
  background-color: #10bb87;
  color: #fff;
}

.pricing-plan-pro .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #0a7554;
}

.pricing-plan-pro .pricing-plan-purchase-btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn {
  background-color: #5d78ff;
  color: #fff;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #1138ff;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}














.section_padding_130 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq_area {
  position: relative;
  z-index: 1;
  background-color: #f5f5ff;
}

.faq-accordian {
  position: relative;
  z-index: 1;
}

.faq-accordian .card {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.faq-accordian .card:last-child {
  margin-bottom: 0;
}

.faq-accordian .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom-color: #ebebeb;
}

.faq-accordian .card .card-header h6 {
  cursor: pointer;
  padding: 1.75rem 2rem;
  color: #3f43fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-accordian .card .card-header h6 span {
  font-size: 1.5rem;
}

.faq-accordian .card .card-header h6.collapsed {
  color: #070a57;
}

.faq-accordian .card .card-header h6.collapsed span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-accordian .card .card-body {
  padding: 1.75rem 2rem;
}

.faq-accordian .card .card-body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .support-button p {
    font-size: 14px;
  }
}

.support-button i {
  color: #3f43fd;
  font-size: 1.25rem;
}

@media only screen and (max-width: 575px) {
  .support-button i {
    font-size: 1rem;
  }
}

.support-button a {
  text-transform: capitalize;
  color: #2ecc71;
}

@media only screen and (max-width: 575px) {
  .support-button a {
    font-size: 13px;
  }
}







#testimonials .container {
  background-color: rgb(232, 242, 245);

  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 25px #a7a7a7;
}

#testimonials .tag {
  text-align: center;
  font-size: 1.1rem
}


#testimonials .card {
  height: 320px;
  padding: 10px 20px;
  border: none;
  box-shadow: -1px 3px 5px #a7a7a7
}

#testimonials .testimonial {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 500
}

#testimonials .active-star {
  color: #FBC02D;
  margin-bottom: 8px
}

#testimonials .active-star:hover {
  color: #F9A825;
  cursor: pointer
}

#testimonials .profile {
  padding-top: 10px
}

#testimonials .name {
  font-weight: 700;
}

#testimonials .designation {
  font-size: 0.84rem;
  font-weight: 600
}

#testimonials .owl-carousel {
  margin-bottom: 15px
}

#testimonials .owl-carousel .owl-stage-outer {
  padding: 40px 10px;
  height: 380px
}

#testimonials .owl-carousel .owl-item img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  object-fit: cover
}

#testimonials .owl-theme .owl-nav [class*='owl-'] {
  border-radius: 50% !important;
  background: inherit !important;
  width: 45px !important;
  height: 45px;
  border: 1px solid #bbb;
  color: #bbb !important;
  transition:0.3s ease-in-out;
  box-shadow: 5px 5px 25px #a7a7a7;
}

#testimonials .owl-theme .owl-nav [class*='owl-']:hover {
  border: 3px solid rgb(4, 112, 175);
  color: rgb(4, 112, 175) !important
}

@media(max-width: 575.5px) {
  #testimonials .container {
    margin: 0px;
    padding: 20px
  }
}
#testimonials .designation i{
  font-size: 26px;
}
#pricing .nav-link {
  color: #fff;
  border: 1px solid #007bff !important;
  margin-right: 5px;

}

#pricing .nav-link:hover {
  color: #fff;
  border: 1px solid #007bff !important;
  background: #007bff !important;
  margin-right: 5px;

}

#pricing .nav-link.active {
  background: #007bff !important;
}

.footer-04 {
  background: linear-gradient(135deg, #03515c 0%, #0470af 100%);
  color: #fff;
}
.footer-04 a {
  color: #fff;
  text-decoration: none;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 150, 136, 0.7);
  border-radius: 7px;
  padding: 7px 12px;
  display: none;
  animation: bounce 1s infinite;

}

#back-to-top:hover {
  background-color: rgba(0, 188, 212, 0.7);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.subscribe-form .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 20px;
}

.subscribe-form .btn {
  background-color: #007BFF;
  color: white;
  padding: 10px 20px;
  border: none;
}

/* Social Media Icons */
.ftco-footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;  /* Adjust the gap between icons */
}

.ftco-footer-social li {
  width: 50px;
  height: 50px;
  background-color: #333; /* Gray background */
  border-radius: 50%;
  padding: 10px;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.ftco-footer-social li a {
  color: white;
  font-size: 24px;  /* Adjust the size of icons */
}

.ftco-footer-social li.ftco-animate:hover {
  background-color: #007BFF;  /* Blue background on hover */
}

/* Tooltip */
[data-toggle="tooltip"] {
  cursor: pointer;
}

/* Footer Headings */
.footer-heading {
  font-size: 1.9em;
  margin-bottom: 20px;
}

/* Categories List */
.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-unstyled li {
  margin-bottom: 10px; /* Spacing between list items */
}

.list-unstyled li a {
  text-decoration: none;
  padding: 10px 0; /* Padding to make the click area larger */
  transition: color 0.3s ease;
}

.feature-container {
  background-color: #f7f7f7;  /* Light background for the section */
  padding: 20px;
  border-radius: 8px;  /* Rounded corners */
}

.feature-title {
  font-size: 1.3em;  /* Slightly larger font */
  font-weight: bold;  /* Bold */
  margin-bottom: 20px;  /* Space below the title */
  color: #333;  /* Dark gray text */
}

.feature-point {
  position: relative;
  padding-left: 25px;  /* Make room for the bullet */
  margin-bottom: 10px;  /* Space between the points */
  font-size: 1em;
  line-height: 1.5;
  color: #000;
}

.feature-point::before {
  content: "•";  /* Bullet symbol */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);  /* Center vertically */
  font-size: 1.5em;  /* Larger bullet */
  color: #007bff;  /* Bullet color */
}



.color-splash-brand {
  font-family: "Creepster", cursive;
  font-size: 3em;
  text-shadow: 2px 2px #000;
}
.color-splash-brand-2 {
  font-family: "Creepster", cursive;
  font-size: 1.5em;
  text-shadow: 2px 2px #000;
}


