  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&family=Raleway:wght@300;400;600&family=Yeseva+One&display=swap');

/*
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Yeseva One', cursive;
*/

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1e30f3;
  --bs-btn-border-color: #1e30f3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a29cf;
  --bs-btn-hover-border-color: #1826c2;
  --bs-btn-focus-shadow-rgb: 64, 79, 245;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1826c2;
  --bs-btn-active-border-color: #1724b6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1e30f3;
  --bs-btn-disabled-border-color: #1e30f3;
}

body{
  font-family: 'Poppins', sans-serif;
  color: #5d596c;
}

.brand-custom-font1{
  font-family: 'Yeseva One', cursive;
  letter-spacing: 2px;
}

.brand-custom-font2{
  font-family: 'Poppins', sans-serif;
}

/* custom slider css */
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
  opacity: 1;
  background-color: #3C5587;
}
.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #3C5587;
  border-radius: 30px;
  display: inline-block;
  height: 3px;
  overflow: hidden;
  text-indent: -999em;
  width: 27px;
  position: relative;
  z-index: 99;
  opacity: 0.3;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}
/* end custom slider css */

/* carousel css */
.carousel, .carousel-inner{
  height: 100%;
}
.carousel-item{
  height: 100%;
}

/* end carousel css */
mark {
  -webkit-animation: 1.5s highlight 0.5s 1 normal forwards;
          animation: 1.5s highlight 0.5s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #ffeb0052 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  z-index: 0;
  position: relative;
  padding: 0;
}
@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
}
.navbar-nav .nav-item.active{
  font-weight: 600;
  border-bottom: #000;
} 
/* #3C5587 - blue default */
.text-brand-color{  
  color: #5d596c;
}

.text-brand-color2{
  color: #1e30f3;
}

.text-gradient {
  background: -webkit-linear-gradient(315deg, #1e30f3 0%, #e21e80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-brand-gradient{
  background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%);
}
.bg-brand-primary{
  background-color: #3C5587;
}
.bg-brand-light{
  background: #f8f7fa !important;
  color: #212529;
}
.section-title{
  position: relative;
  z-index: 0;
}
.section-title::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 120%;
  inset-inline-start: -12%;
  bottom: 0;
  background: url('../img/section-title-icon.png') no-repeat left bottom;
  background-image: url('../img/section-title-icon.png');
  background-position-x: left;
  background-position-y: bottom;
  background-size: initial;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-size: contain;
  z-index: -1;
}

.hero-title {
  background: linear-gradient(to right, #28c76f 0%, #5a4aff 47.92%, #ff3739 100%);
  background-size: 200% auto;
  color: #5d596c;
  background-clip: text;
  line-height: 1.2;
  text-fill-color: rgba(0,0,0,0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  animation: shine 2s ease-in-out infinite alternate;
}

.bg-gradient-primary-to-secondary{
  background: #1e30f3;
  background: linear-gradient(135deg, #1e30f3 0%, #e21e80 100%);
}

.custom-badge-primary{
  color: #1e30f3;
  background: #e7e9ff;
}


.bg-div-half{
  content: " ";
  background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%);   
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.object-fit-cover{
  object-fit: cover;
}

.product-desc{
  white-space: pre-line;
}

ul.column-2{
  list-style-type: disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}
ul.column-2 li{
  list-style-position: outside;
}

hr.custom.active{
  width: 30%;
}

hr.custom{
  opacity: 1;
  border: 2px solid #3c5587;
  border-radius: 30px;
  max-width: 170px;
  width: 0%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.custom-bottom-border{
  position: relative;
}

div.custom-bottom-border:before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 0;
  height: 15px;
  width: 70%;
  border-bottom: 3px solid #000;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
  color: #3C5587!important;
  border: 1px solid #3C5587;
  font-size: 1.5rem;
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}

.btn-primary:active, .btn-primary:focus{
  color: #fff;
  background-color: #3C5587;
  border-color: #3C5587;
}

.btn-gradient{
  background-image: linear-gradient(135deg, #1e30f3 0%, #e21e80 100%);
  border: none;
  color: #fff;
  transition: 0.3s;
  background-size: 200% auto;
  color: white;
}

.btn-gradient:hover {
  background-position: right center; /* change the direction of the change here */
  color: white;
}

/* .btn-primary{
  background-color: #3C5587;
  border: 1px solid #3C5587;
  color: #fff;
  transition: all 0.3s ease;
} */

.btn-outline-primary, .btn-outline-primary:hover{
  border: 1px solid #3C5587;
  background-color: transparent;
  color: #3C5587;
}

.btn-secondary{
  background-color: #fff;
  border: 1px solid #3C5587;
  color: #3C5587;
  transition: all 0.3s ease;
}

.btn-primary:hover{
  border: 1px solid #3C5587;
  background-color: #fff;
  color: #3C5587;
  transition: all 0.3s ease;
}

.btn-primary-custom i{
  margin-left: 5px;
  transition: all 0.3s ease;
}
.btn-primary-custom:hover i{
  margin-left: 15px;
  transition: all 0.3s ease;
}

.media-cont{
  position: relative;
}

.media-cont .badge {
  background: #1d262d;
  top: 10px;
  line-height: 8px;
  right: 0;
  width: 36px;
  padding: 8px 10px;
  height: 25px;
  z-index: 999;
  position: absolute;
  color: #fff;
  border-radius: 8px 0px 0px 8px;
}

.pos-description img{
  width: 100%;
}

.pos-description{
  font-family: 'Poppins', sans-serif;
}
/* section.pricing {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
} */

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing .card button.tooltip-btn{
  background: none;
  border: none;
  float: right;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

div.mangopos-pricing{
  overflow:auto;
}

table.mangopos-pricing {

  border-collapse: separate;
  border-spacing: 0;
  /* table-layout: fixed; */
  border: 1px solid black;
}
table.mangopos-pricing td,
table.mangopos-pricing th {
}
table.mangopos-pricing thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  min-width: 180px;
  background: white;

  vertical-align: text-top;
}
table.mangopos-pricing td {
  background: #fff;
  padding: 4px 5px;
  text-align: center;
  vertical-align: middle;
}

table.mangopos-pricing tbody th {
  font-weight: 100;
  text-align: left;
  position: relative;
}
table.mangopos-pricing thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
table.mangopos-pricing td:nth-child(2) {
  background-color: #ffc10714;
}
table.mangopos-pricing td:nth-child(3) {
  background-color: #ff07b314;
}
table.mangopos-pricing td:nth-child(4) {
  background-color: #3907ff14;
}
table.mangopos-pricing td:nth-child(5) {
  background-color: #07c6ff14;
}
table.mangopos-pricing td:nth-child(6) {
  background-color: #ff630714;
}
table.mangopos-pricing tbody th {
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
}
caption.mangopos-pricing {
  text-align: left;
  padding: 0.25rem;
  position: sticky;
  left: 0;
}

table.mangopos-pricing {
  width: 100%;
  max-height: 98vh;
  overflow: auto;
}
table.mangopos-pricing:focus {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}


@keyframes shine {
  0% {
      background-position: 0% 50%
  }

  80% {
      background-position: 50% 90%
  }

  100% {
      background-position: 91% 100%
  }
}



/* LIGHTSLIDER */

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* max-width: 100%; */
}
.lSSlideOuter .lSPager.lSGallery li {
  /* width: 100px !important; */
  max-height: 100px !important;
}