@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #001A56;
    background-color: #fbfbfb;
    margin: 0;

}

body a {
    color: #0081ff !important;
    text-decoration: none;

}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-weight: 600;
  font-size: .9rem;
	color: #000;
	text-transform: unset !important;
  font-family: 'Poppins', sans-serif;
}

.hidden {
	display: none;
}

.navbar {
    z-index: 1000;
    background-color: rgba(255,255,255,0.95);
    border-bottom: 1px solid #e9ecef;
    padding: 0px 20px;
    height: 53px;

}

.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
}

.navbar-brand {
    font-weight: 700;
    display: flex;
    align-items: center;

}

.sub-title {
    color: #465EF6;
    font-weight: 100;
    float: right;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-left: 10px;

}

.nav-item {
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-item:not(:last-child) {
  border-right: 1px solid rgba(94, 30, 190, 0.09);;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    height: 53px;
    width: 450px;

}

a.nav-link {
    color: #001A56 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    padding: .5rem 17px;

}

.banner-section {
    background: url(images/footer-bg.png);
    padding: 50px 20px 80px;
    text-align: center;
    color: #fff;
    background-position: bottom -100px center, bottom center !important;
    background-repeat: no-repeat;

}

h1 {
  font-size: 28px;
}

.banner-section h1 {
  color: #fff;
}

.archive-title {
	margin-top: 50px;
}

.variant-mode-wrap, .product-mode-wrap {
  display: flex;
  justify-content: center;
}

.product-mode {
  margin-top: 40px;
  width: 280px;
  display: flex;
  justify-content: space-evenly;
}

.product-mode .item{
    padding: 7px 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff !important;
    cursor: pointer;
    font-size: 13px;

}

.product-mode .item.active {
    background: transparent linear-gradient(91deg, #9764F7 0%, #7C47F7 40%, #623BFB 100%) 0% 0% no-repeat padding-box;
    border-color: transparent;

}

.variant-mode {
    width: 400px;
    border-radius: 36px;
    padding: 1px !important;
    background: rgba(102, 109, 125, 1);
    margin: 0 auto;

}

.variant-mode .item {
  width: 50%;
  float: left;
  text-align: center;
  border-radius: 36px;
  padding: 5px 0;
  color: #fff !important;
  height: 55px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

small {
    letter-spacing: 2px;
    font-size: .65em;

}

.variant-mode .item div {
  letter-spacing: 0.5px;
}

.variant-mode .item.active {
    background-color: #fff;
    color: #5F1EBE !important;

}

.variant-mode a, .product-mode a {
  text-decoration: none;
}

.container {
  margin-top: -40px;
}

.content-wrap-inner {
  width: 100%;
}

.content-wrap-inner .variant-topic {
    float: left;
    margin: 10px 0;
    padding: 35px;
    cursor: pointer;
    background: #fff;
    height: auto;
    border-radius: 20px;
    box-shadow: 0px 3px 15px #BB8EFF36;

}

.content-wrap-inner .variant-topic:hover {
  background: #e7ebff;
}

.clearfix {
  clear: both;
}

.archive {
  margin: 20px 0;
}

table {
  width: 100%;
}

table>thead {
  vertical-align: bottom;
}

thead, tbody, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #ddd;
}

.footer {
  border-top: 1px solid #e9ecef;
  margin-top: 1rem;
  padding: .5rem 1rem .5rem 1rem;
}

.footer li {
	font-size: 12px;
}

.footer li a {
	color: #3f51b5 !important;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.footer .list-inline-item {
  display: inline-block;
  margin: 0 !important;
	padding: 0 10px;
	border-right: 1px solid #e9ecef;
}

.footer .list-inline-item:last-child {
  padding: 0 0 0 8px;
	border-right: none;
}

@media (min-width:576px) {
  .content-wrap-inner .variant-topic {
    height: 230px;
  }
}

@media (min-width: 768px) {
  .content-wrap-inner .variant-topic {
    height: 300px;
  }
}

@media (min-width:992px) {
  .content-wrap-inner .variant-topic {
    height: 250px;
  }
}

@media (min-width:1200px) {
  .content-wrap-inner .variant-topic {
    height: 280px;
  }
}