*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}
a {
  color: #000;
}
a:hover {
  color: #2e1683e1;
}
.beriryukzak-cookie-btn {
  background-color: #2e1683e1;
  border-color: #2e1683e1;
}
.beriryukzak-cookie-btn:hover {
  background-color: #4f36ace1;
  border-color: #4f36ace1;
}
header {
  background: url("../../img/hero.jpg") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 20px;
  position: relative;
}

header:before {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.pos {
  z-index: 10;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #555;
}

.beriryukzak h3 {
  font-weight: 400;
  font-size: 26px;
}

.beriryukzak ul {
  list-style: none;
  padding: 0;
}

.beriryukzak ul li {
  padding-bottom: 10px;
}

.beriryukzak ul i {
  font-size: 22px;
  padding-right: 4px;
  color: #2e1683e1;
  line-height: 0;
}

.beriryukzak p:last-child {
  margin-bottom: 0;
}

.product .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.product .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
}

.product .title a {
  color: #343a40;
  transition: 0.3s;
}

.product .icon-box:hover .title a {
  color: #2e1683e1;
}

.product .description {
  line-height: 24px;
  font-size: 14px;
}

.plus {
  background: linear-gradient(rgba(41, 37, 32, 0.7), rgba(21, 14, 2, 0.6)),
    url("../../img/plus.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.plus h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.plus p {
  color: #fff;
}

.plus .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.plus .cta-btn:hover {
  background: #2e1683e1;
  border: 2px solid #2e1683e1;
}

.btn-color {
  background-color: #2e1683e1;
}
.btn-color:hover {
  background-color: #4f36ace1;
}

.hero-header-form {
  background-color: rgba(220, 218, 212, 0.5);
}

.none {
  display: none;
}

.none-block {
  padding-top: 30%;
}

.nav-color {
  background-color: #2e1683e1;
}

img {
  transform: rotate(180deg);
}
