@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=fallback');

:root {
  --bs-heading-color: #38384E;
  --bs-primary: #7854F6;
  --bs-primary-rgb: 120, 84, 246;
  --bs-body-font-size: 1.1rem;
  --shadow-my: 0 1rem 2.5rem rgba(85, 18, 209, 0.33);
  --border-rad: 3px 40px;
}

body {
  font-family: Raleway, Arial, sans-serif;
  background: linear-gradient(to right, #FEE6F5, #EEF1FF, #EBFBFE);
  font-variant-numeric: lining-nums;
}

.myshadow {
  box-shadow: var(--shadow-my)
}




h4, .h4 {
  font-weight: 500;
  line-height: 1.3;
}

.princip {
  border-radius: var(--border-rad);
  border-bottom: 5px solid var(--bs-primary);
  display: inline-block;
  padding: 15px 5px 15px 30px;
}

.stage {
  border-radius: var(--border-rad);
  background-color: var(--bs-primary);
  color: #fff;
  display: block;
  padding: 25px 30px;
  box-shadow: var(--shadow-my);
  font-size: 1.3rem;
  width: 100%;
}

.stage h3 {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  margin-top: 0;
}

.stage2 {
  border-radius: var(--border-rad);
  background-color: #fff;
  display: block;
  padding: 25px 30px;
  box-shadow: var(--shadow-my);
  font-size: 1.3rem;
  width: 100%;
  text-align: left;
}


.navbar-toggler {
  border: 0
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn {
  --bs-btn-padding-x: 1.8rem;
  --bs-btn-padding-y: 0.775rem;
  --bs-btn-font-size: 1.3rem;
  border: 0;
  border-radius: 0 60px 60px 60px;
  min-width: 310px;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-hover-bg: #49329d;
  box-shadow: 0 0.7rem 1.5rem rgba(73, 50, 157, .4);
}

.exp {
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: 3px solid var(--bs-primary);
  display: inline-block;
  margin: 10px 0;
  padding: 10px 0;

}

.slick-prev:before,
.slick-next:before {
  color: var(--bs-primary);
  font-size: 30px;
}


.otzivi p {
  font-size: 1rem;
}

.otzivi h3 {
  padding-bottom: 20px;
}

.quote {
  width: 40px;
  float: left;
  padding-right: 10px;
  margin-top: -7px;
}

.name {
  display: block;
  position: absolute;
  padding: 20px;
  background-color: #fff;
  bottom: center
}

.avatar {
  border-radius: 15rem;
  width:100%;
  max-width:1000px;
  border-bottom: 10px solid #FF8BBC;
  box-shadow: var(--shadow-my)
}

.avatar2 {
  border-radius: 0 60px;
  border-left: 10px solid #fff
}

.office {
  background: url("../img/office.webp") no-repeat center left;
  background-size: cover;
  border-radius: var(--border-rad);
  animation: bgoffice 30s infinite;
  animation-timing-function: linear;
}

.adres {
  background-color: rgba(30, 2, 101, 0.5);
  font-size: 1.3rem;
  color: #fff;

  display: inline-block;
  border-radius: var(--border-rad);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin: 0 auto;
}

.adres h3 {
  color: #fff
}

.mydiv {
  display: block;
  width: 100%;
  height: 1px;
  margin: 60px auto;
  background-color: var(--bs-primary);
}

.mydiv-w {
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px auto;
  background-color: #fff;
}


.bg-grad {
  background: linear-gradient(to right, #FEE6F5, #EEF1FF, #EBFBFE);
}

.bg-white1 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255))
}

.bg-white2 {
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255))
}

.bg-final {
  background: linear-gradient(to right, #FB7EE0, #E469E5, #C757EB, #9F4AF4, #6344FD)
}


.tel {
  color: var(--bs-heading-color);
  text-decoration: none;
}

.tel2 {
  color: #fff;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.tel:active {
  color: #fff
}

