    @import url('../../rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

.bg {
    background-image: url(../index.html);
    background-position: right bottom;
    background-repeat: no-repeat;
   }

.link {
    opacity: 1;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #000; !important
}

.link:hover {
    opacity: 0.7;
}

.link {
    opacity: 1;
    font-size: 1.15rem;
    line-height: 1.5;
    color: #fff; !important
}

.link:hover {
    opacity: 0.7;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.full-width-image {
   width: 100vw;
   position: relative;
   left: 50%;  
   margin-left: -50vw;
}

.full-width-image img {
  width: 100%;
}
/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}


.pricing .card {
  transition: all .25s ease-in-out;
  background-color: white;
  border-color: #1a1a1a;
  border-radius:8px;
  padding-left: 0px;
  padding-right: 0px;
}

.pricing .card:hover {
  background-color: #f5f5f5;
      transition: all .2s ease-in-out;
}

.pricing .team:hover {
  background-color: #151515;
  transition: all .2s ease-in-out;
}

.pricing .team {
  color: white;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  border-radius:8px;
  transition: all 0.045s;
  padding-left: 0px;
  padding-right: 0px;
}

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

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

.pricing ul li {
  color: #1a1a1a;
  background: url(../images/check-small.svg) no-repeat;
  vertical-align: middle;
  list-style-position: inside;
  line-height: 1.5rem;
  padding: 0rem 0.55rem 1.35rem 2.1rem;
}

.pricing .team ul li {
  color: white;
}

/* Hover Effects on Card */

.pricing .card:hover {
  transition: 0.4s;
}
  .pricing .card:hover .btn {
    opacity: 1;
}

.pricing .team:hover {
    border-color: rgba(0, 0, 0, 0.18)
}
  .pricing .team:hover .btn {
    opacity: 1;
}


ul {
  line-height: 1.55rem;
  font-size: 1.10rem;
  padding-inline-start: 10x; !mportant
  /* reset styles (optional): */
  margin: 0;
}


.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.tooltip .top {
    min-width:300px; 
    top:-10px;
    left:30%;
    transform:translate(-50%, -100%);
    padding:16px 20px;
    color:#444444;
    background-color:#ffffff;
    border: 4px double black;
    font-weight:normal;
    font-size:15px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:1.5px 1.5px 0px #1a1a1a;
    display:none;
}

.tooltip:hover .top {
    display:block;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
}


.bg {
  /* The image used */
  padding: 24px;
  background-image: url(../images/hero.png);

  /* Full height */
  height: 200px;


  /* Center and scale the image nicely */
  background-position:left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;

}

@media only screen and (max-width: 1080px) {
    .badge {
       max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .alert-b {
      font-size: 1rem;
    }
   .card-body {
    padding: 1.35rem !important;
    }
  .h2 {
    font-size: 2.1rem;
  }
   .h4 {
    font-size: 1.15rem;
  }
  .pt-5 {
    padding-top: 1.5rem !important;
  }
  .pb-5 {
    padding-bottom: 1.5rem !important;
  }
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  h4, .h4 {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.95rem;
  opacity: 0.9;
  font-weight: 400;
  color: #1a1a1a;
  }
  .card-body {
  padding: 0.73rem;
  }
    .badge {
       max-width: 100%;
    }
    .h2, text-center {
    text-align: left !important;
    }
    .h4, text-center {
    text-align: left !important;
    }
    .btn-info, text-center {
    text-align: 0px; !important;
    }
    .previtw, text-center {
    text-align: left !important;
    }
}

