body,
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.kontenttechnology-content-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
a {
  color: #690a91;
}
a:hover {
  color: #8e48ac;
}
.kontenttechnology-content-section-heading h2,
.kontenttechnology-content-section-heading .h2 {
  font-size: 3rem;
}
.kontenttechnology-content-section-heading h3,
.kontenttechnology-content-section-heading .h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
}
.scroll-to-top:focus,
.scroll-to-top:hover {
  color: #fff;
}
.scroll-to-top:hover {
  background: #343a40;
}
.scroll-to-top i {
  font-weight: 800;
}

#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #690a91;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 30px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}
.menu-pad {
  padding-top: 15px;
}
.menu-toggle:focus,
.menu-toggle:hover {
  color: #fff;
}
.menu-toggle:hover {
  background: #343a40;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}
.kontenttechnology-about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.kontenttechnology-about .content ul {
  list-style: none;
  padding: 0;
}
.kontenttechnology-about .content ul li {
  padding-bottom: 10px;
}
.kontenttechnology-about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #690a91;
}
.kontenttechnology-about .content p:last-child {
  margin-bottom: 0;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(
      90deg,
      rgba(71, 71, 71, 0.6) 0%,
      rgba(31, 31, 31, 0.7) 100%
    ),
    url("../img/header-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead h1,
.masthead .h1 {
  font-size: 2.8rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1,
  .masthead .h1 {
    font-size: 3rem;
  }
}
.kontenttechnology-goods {
  padding: 60px 0;
}

.kontenttechnology-goods .kontenttechnology-goods-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.kontenttechnology-goods .kontenttechnology-goods-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
.kontenttechnology-goods .kontenttechnology-goods-item {
  max-height: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.kontenttechnology-goods .kontenttechnology-goods-item figure {
  background: #000;
  overflow: hidden;
  max-height: 647;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.kontenttechnology-goods .kontenttechnology-goods-item figure:hover img {
  opacity: 1;
  transition: 0.4s;
}

.kontenttechnology-goods .kontenttechnology-goods-item figure .price {
  left: calc(50%);
  top: calc(50%);
}

@media (max-width: 575px) {
  .kontenttechnology-goods .kontenttechnology-goods-item figure .price {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    line-height: 0;
    text-align: center;
    width: 220px;
    height: 40px;
    background: #690a91;
    color: #fff;
    font-weight: 700;
    border-radius: 5%;
    transition: all 0.2s linear;
    overflow: hidden;
    font-size: 22px;
    left: calc(50% - 100px);
  }
}
@media (min-width: 576px) {
  .kontenttechnology-goods .kontenttechnology-goods-item figure:hover .price {
    opacity: 1;
    left: calc(50% - 100px);
  }
  .kontenttechnology-goods .kontenttechnology-goods-item figure .price {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    line-height: 0;
    text-align: center;
    width: 220px;
    height: 40px;
    background: #690a91;
    color: #fff;
    font-weight: 700;
    border-radius: 5%;
    transition: all 0.2s linear;
    overflow: hidden;
    font-size: 22px;
  }
}
.kontenttechnology-goods
  .kontenttechnology-goods-item
  .kontenttechnology-goods-info {
  background: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 100%;
  min-height: 200px;
  border-radius: 0 0 3px 3px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.kontenttechnology-goods
  .kontenttechnology-goods-item
  .kontenttechnology-goods-info
  p {
  padding: 0;
  margin-bottom: 20px;

  color: #b8b8b8;
  font-weight: 500;
  font-size: 17px;
}

.form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.form input,
.form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.form input::focus,
.form textarea::focus {
  background-color: #690a91;
}
.form input {
  padding: 10px 15px;
}
.form textarea {
  padding: 12px 15px;
}
.form .form-btn {
  background: #690a91;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.form .form-btn:hover {
  background: #8e48ac;
  cursor: pointer;
}
h2 {
  color: #690a91;
}
#kontenttechnology-footer {
  background: #0c0c0c;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#kontenttechnology-footer .footer-top {
  padding: 60px 0 30px 0;
}
#kontenttechnology-footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #690a91;
  text-align: center;
  padding: 30px 20px;
}
#kontenttechnology-footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#kontenttechnology-footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#kontenttechnology-footer .pc-ps {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 575px) {
  #kontenttechnology-footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
.none {
  display: none;
}
img {
  transform: rotate(180deg);
}
