.btn {
  font-weight: 400;
  letter-spacing: 0.06em;
  border-radius: 8px;
  box-shadow: none !important;
  font-size: 14px;
  padding: 10px 20px;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--color-primary) !important;
  color: #fff;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: var(--color-primary-light-1) !important;
}

.fab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}
.fab .material-icons, .fab .material-icons-outlined {
  font-size: 28px;
}

.fab:hover {
  color: #fff;
  background: var(--color-grey-04);
}

.fab.selected {
  opacity: 1;
  pointer-events: none;
}

.details .swiper .swiper-button-next:after, .details .swiper .swiper-button-prev:after {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}
footer .content {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 15px;
  align-items: center;
  justify-items: center;
  font-size: 14px;
  text-align: center;
}
footer .content .icons {
  display: inline-grid;
  grid-template-columns: repeat(4, 40px);
  grid-gap: 20px;
  padding-bottom: 10px;
}
footer .content .demo {
  color: var(--color-grey-07);
  display: flex;
}
footer .content .demo div {
  padding: 0 8px;
}

.card-01 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.card-01 img {
  height: 150px;
  width: 100%;
  /* Grid determins width */
  object-fit: cover;
  box-shadow: 5px -5px 15px 0px rgba(0, 0, 0, 0.8);
  margin-right: 3px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-01 .img-group {
  height: 200px;
  display: flex;
  position: relative;
}
.card-01 .img-group img {
  width: 100%;
}
.card-01 .content {
  display: flex;
  font-size: 13px;
  padding: 15px 15px 15px 30px;
  color: var(--color-grey-08);
  position: relative;
}
.card-01 .content .card-icon {
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: -20px;
  top: 8px;
  height: 40px;
  width: 40px;
  background: #0e9af1;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.card-01 .content .text {
  display: flex;
  flex-direction: column;
}
.card-01 .content .text span {
  line-height: 18px;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.card-01 .content .title {
  font-size: 15px;
  margin: 0 0 3px 0;
  color: #fff;
}

.dropdown, .dropright, .dropleft {
  font-weight: 400;
}

.dropdown-toggle::after, .dropright-toggle::after, .dropleft-toggle::after {
  margin-left: 10px;
}

.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:hover,
.dropleft .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:hover,
.dropright .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:hover {
  box-shadow: none;
  background-color: var(--color-primary);
}

.dropdown {
  margin-left: auto;
}
.dropdown .nav-link {
  padding-right: 0;
}
.dropdown .nav-link .material-icons {
  position: relative;
  bottom: -6px;
  margin-right: 8px;
}
.dropdown .dropdown-item {
  font-size: 1rem !important;
  display: flex;
}
.dropdown .dropdown-item .material-icons {
  margin-right: 8px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "bill_smithregular";
  src: url("../fonts/bill-smith-webfont.woff2") format("woff2"), url("../fonts/bill-smith-webfont.woff") format("woff"), url("../fonts/bill-smith-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-primary: #0E9AF1;
  --color-primary-light-1: #3EAEF4;
  --color-primary-light-2: #6EC2F7;
  --color-primary-dark-1: #0F7EC4;
  --color-primary-dark-2: #0F6397;
  --color-grey-01: #0B0C0F;
  --color-grey-02: #16181D;
  --color-grey-03: #1E2027;
  --color-grey-04: #2D3137;
  --color-grey-05: #40464E;
  --color-grey-06: #585F69;
  --color-grey-07: #717A87;
  --color-grey-08: #87909D;
  --color-grey-09: #A6AFBB;
  --color-grey-10: #C6CDD7;
  --color-grey-11: #D4D9E0;
  --color-grey-12: #E5E7EA;
  --color-grey-13: #F9FAFD;
  --outer-side-padding-1: 20px;
  --outer-side-padding-2: 40px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
body a {
  color: var(--color-primary);
  transition: all 0.1s ease-in-out;
}
body a:hover {
  color: var(--color-primary-light-2);
}
body .icon {
  height: 24px;
}
