/* -----------------------------------------login & sign up start----------------------------------------- */
/* Tab panel styling */
.login_signup {
    height: 100%;
    display: flex;
    align-items: center;
    margin-top:20px;
    margin-bottom:20px;
    justify-content: center;
}

.login_signup .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 34px 68px 0px rgba(116, 115, 128, 0.1);
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}
.login_signup .nav-tabs{
    width: 100%;
    display: flex;
    align-items: center;
}
.login_signup .nav-tabs .nav-item{
    width: 50%;
}
.login_signup .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background:linear-gradient(100deg, rgb(200, 128, 231) 0%, rgb(68, 110, 253) 100%);
    border-radius: 0 0 20px 20px;
}
.nav-link {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.nav-link:hover {
    background-color: #f0f0f0;
}

.tab-content {
    width: 100%;
    padding: 20px;
}

.tab-pane {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    border-radius: 10px;
}

button {
    border-radius: 20px;
    border: 1px solid #fff;
    background: linear-gradient(100deg, rgb(200, 128, 231) 0%, rgb(68, 110, 253) 100%);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 15px;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

/* ------------------------------------------login & sign up end-------------------------------------------- */


.banner-container {
    display: block;
}
.banner-image {
    width: 100%;
    border-radius: 30px;
    height: auto;
}
/* ----------------------------------------------------------- */

/*.card {
    border-radius: 15px;*/
    /*background: linear-gradient(136deg, rgb(247, 233, 249) 0%, rgb(215, 225, 254) 100%);*/
    /*border:1px solid #ccc;
    color: white;
    padding: 20px;
}*/
.card .icon img:first-child{
    max-width: 20%;
    display: block;
    margin: 0 auto 20px;
}
.card .icon img:last-child{
    max-width: 40%;
    display: block;
    margin: 0 auto;
}
/*.card .card-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}*/
.card .labelanddata .card-text {
    font-size: 16px;
    margin-bottom: 10px;
}
.progress {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 0;
  background-color: rgb(183, 199, 254);
  height: 14px;
  border: 2px solid white;
  border-radius: 6px;
}
.progress-bar {
    background-color: #5c6eff;
}
.card-body .labelanddata {
  color: #000;
}
.btn-explore {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  appearance: none;
  font-family: Barlow, sans-serif;
  font-size: 0.875rem;
  line-height: 1.75;
  min-width: 64px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: rgba(68, 110, 253, 0.3) 0px 6px 12px;
  display: block;
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 32px auto 0px;
  text-decoration: none;
  padding: 6px 16px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 25px;
  background: linear-gradient(100deg, rgb(200, 128, 231) 0%, rgb(68, 110, 253) 100%);

}
.btn-explore:hover {
    background-color: #4a55e6;
}

