body {
  font-size: medium;
}

.nav-item {
  min-width: 120px;
  text-align: center;
}

nav {
  height: 60px;
}

.accordiadesk-purple-bg {
  background-color:#9476F5;
}
.accordiadesk-green-bg {
  background-color:#3DE5B1;
}
.accordiadesk-darkblue-bg {
  background-color:#263959;
}
.accordiadesk-lightgrey-bg {
  background-color:#EEF2FF !important; 
}
.accordiadesk-purple-font {
  color:#9476F5;
}
.accordiadesk-green-font {
  color:#3DE5B1;
  font-size: 2vw;
}
.accordiadesk-darkblue-font {
  color:#263959;
}
.accordiadesk-lightgrey-font {
  color:#EEF2FF;
}

.accordiadesk-button {
  background-color: #3DE5B1;
  color: #FFF;
  border-radius: 0.5rem;
  min-width: 160px;
  margin: 0 0.5rem;
}

.rounded {
  border-radius: 2rem !important;
}

.accordiadesk-button:hover {
  background-color: #FFF;
  color: #3DE5B1;
}

.accordiadesk-button.bordered {
  background-color: #FFF;
  color: #3DE5B1;
  border: 1px solid #3DE5B1;
}

.customer-feedback {
  background-image: url("../img/testimonialbg.png");
  width: 100%;
  min-height: 100%;
  background-size: cover; /* or contain, depending on your preference */
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10rem 7rem;
  text-align: center;
}

.powered-by {
  width: 100%;
  background-color: #1a1c24;
  text-align-last: center;
}

.get-started {
  background-image: url("../img/confettibg.png");
  width: 100%;
  min-height: 50%;
  background-size: contain; /* or contain, depending on your preference */
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding: 3rem 7rem;
}

.text-banner{
  color: #FFF;
}

.product-info {
  padding: 5vw 7vw 0vw 7vw;
  background-image: linear-gradient(#EEF2FF, #FFF, #FFF);
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.margin-bottom-minheight {
  margin-bottom: 6rem;
  /* min-height: 400px; */
}

a {
  color: #4779E9;
  text-decoration: none;
}

a:hover {
  color:#6E9ABA; 
  text-decoration:none; 
  cursor:pointer;  
}

ul {
  list-style-type: none;
}

/* FONTS FACE */
@font-face {
  font-family: 'Caveat';
  src: url('../webfonts/fonts/Caveat-Regular.woff2') format('woff2'),
      url('../webfonts/fonts/Caveat-Regular.woff') format('woff'),
      url('../webfonts/fonts/Caveat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins Black';
  src: local('Poppins Black'), local('Poppins-Black'),
      url('../webfonts/fonts/Poppins-Black.woff2') format('woff2'),
      url('../webfonts/fonts/Poppins-Black.woff') format('woff'),
      url('../webfonts/fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: local('Poppins Regular'), local('Poppins-Regular'),
      url('../webfonts/fonts/Poppins-Regular.woff2') format('woff2'),
      url('../webfonts/fonts/Poppins-Regular.woff') format('woff'),
      url('../webfonts/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), local('Roboto-Regular'),
      url('../webfonts/fonts/Roboto-Regular.woff2') format('woff2'),
      url('../webfonts/fonts/Roboto-Regular.woff') format('woff'),
      url('../webfonts/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* FONTS */
.caveat-general {
  font-family: "Caveat";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins";
  font-weight: 300;
}

.poppins-extrabold {
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins Black";
  font-weight: 900;
  font-style: normal;
}

.poppins-light-italic {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
}

.roboto-light {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
}

.roboto-regular-bold {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
}

.nav-tabs{
  color:black;
}

.fs-xs-vw {
  font-size: 1.4vw;
}
.fs-sm-vw {
  font-size: 1.6vw;
}
.fs-s-vw {
  font-size: 1.8vw;
}

/* .header {
  background-image: url("assets/img/banner1200.jpg");
  width: 100%;
  min-height: 100%;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center center;
}

.h1-custom{
  font-size: 6vw;
} */

