html,
body {
  margin: 0;
  padding: 0;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(60, 60, 60);
  font-weight: 700;
}
.container {
  position: relative;
}
.bg-section {
  height: 100vh;
  position: relative;
  /*background: url(img/bg-background.jpg) no-repeat center / cover; !* Old browsers *!*/
  /*background: -moz-linear-gradient(top, rgb(253,176,0) 1%, rgb(252,216,138) 57%, rgb(255,255,255) 100%); !* FF3.6-15 *!*/
  /*background: -webkit-linear-gradient(top, rgb(253,176,0) 1%,rgb(252,216,138) 57%,rgb(255,255,255) 100%); !* Chrome10-25,Safari5.1-6 *!*/
  /*background: linear-gradient(to bottom, rgb(253,176,0) 1%,rgb(252,216,138) 57%,rgb(255,255,255) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb000', endColorstr='#fcebc7',GradientType=0 ); !* IE6-9 *!*/
}
.bg-section:before {
  position: absolute;
  content: '';
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(145deg, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 85%); /* FF3.6-15 */
  background: -webkit-linear-gradient(145deg, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 85%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(145deg, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.slider {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 38px;
  right: 38px;
  border-radius: 27px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .slider {
    top: 15px;
    bottom: 15px;
    left: 30px;
    right: 30px;
  }
}

.slider:before {
  background: url(img/mockup_top_img.png) no-repeat center / contain;
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  z-index: 1;
  height: 25px;
}
.slider .slide:first-child {
  background: url(img/mobile_screen.jpg) no-repeat center / cover;
}
.slider .slide:nth-child(2) {
  background: url(img/mobile-two.jpg) no-repeat center / cover;
}
.slider .slide:last-child {
  background: url(img/mobile-three.jpg) no-repeat center / cover;
}
.slider .slick-list,
.slider .slick-track,
.slider .slide {
  height: 100%;
}
.logo {
  margin-bottom: 1rem;
}

@media (max-width: 991px){
    .logo {
        margin-top: 3rem;
    }
}

.logo img {
  margin-right: 2rem;
}

@media (max-width: 991px) {
  .logo img {
    width: 60px;
    margin-right: 1rem;
  }
}

.logo h1 {
  font-size: 4rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  .logo h1 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .slider-col {
    display: none;
  }
}
.btn {
  background: transparent;
  border: 2px solid;
  border-radius: 10px;
  color: #fdb000;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 20px 0;
  padding: 5px 25px 5px 60px;
  position: relative;
  width: 210px;
}
.btn i {
  position: absolute;
  left: 20px;
  font-size: 2rem;
  top: 12px;
}

.btn p {
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
}

.btn p span {
  font-size: 18px;
  font-weight: bold;
}

.btn.active {
  background: #fdb000;
  color: #ffffff;
  box-shadow: 1px 10px 20px rgba(253, 176, 0, 0.4);
}

.navbar {
  box-shadow: 0 0 15px -5px;
}

#navbarNav {
  flex-grow: unset;
}
.navbar-brand {
  width: 40px;
  height: 40px;
  background: url(img/mami_logo.png) no-repeat center / contain;
}
.description {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(60, 60, 60);
}
.download-buttons a:hover {
  text-decoration: none;
}
.advantages-box {
  height: 300px;
  display: flex;
  padding: 10px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.advantages-box:before {
  content: '';
  position: absolute;
  display: block;
  height: 5px;
  background: #fdb000;
  left: 0;
  width: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.advantages-box:hover {
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.75);
  transform: translateY(-5px) !important;
}
.advantages-box:hover:before {
  width: 100%;
}
.advantages-box i {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #3c3c3c;
}
.advantages-box h3 {
  font-size: 1.3rem;
  padding: 10px;
  color: #fdb000;
}
h2 {
  font-size: 3rem;
}
.pt-5 {
  padding-top: 6rem !important;
}
.pb-5 {
  padding-bottom: 6rem !important;
}
::selection {
  background-color: #4ec6de;
}

.tabbed {
  /*width: 700px;*/
  margin: 50px auto;
}

.tabbed > input {
  display: none;
}

.tabbed > label {
  display: inline-block;
  padding: 12px 20px;
  margin-right: 5px;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 3rem;
  border-radius: 10px;
  border: 2px solid #fdb000;
}

.tabbed > label:hover,
.tabbed > input:checked + label {
  background: #fdb000;
  color: white;
  /*border: 2px solid #ffffff;*/
}

.tabs {
  clear: both;
  perspective: 600px;
  min-height: 720px;
}

.tabs > div {
  width: 100%;
  position: absolute;
  /*border: 2px solid #fdb000;*/
  /*padding: 10px 30px 40px;*/
  line-height: 1.4em;
  opacity: 0;
  transform: rotateX(-20deg);
  transform-origin: top center;
  transition: opacity 0.3s, transform 1s;
  z-index: 0;
}

#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2)
/*#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),*/
/*#tab-nav-4:checked ~ .tabs > div:nth-of-type(4)*/
 {
  transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .tabbed > label {
    display: none;
  }

  .tabs > div {
    /*width: 400px;*/
    border: none;
    padding: 0;
    opacity: 1;
    position: relative;
    transform: none;
    margin-bottom: 60px;
  }

  .tabs > div h2 {
    border-bottom: 2px solid #4ec6de;
    padding-bottom: 0.5em;
  }
}
.info-box {
  align-items: center;
  display: grid;
  grid-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 80px 1fr;
  margin-bottom: 1rem;
}
.info-box i {
  font-size: 4rem;
  color: #fdb000;
  margin: 0 auto;
}
.info-box p {
  margin: 0;
}
.bg-main {
  position: relative;
}
.bg-main:before {
  position: absolute;
  content: '';
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -moz-linear-gradient(195deg, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 85%);
  background: -webkit-linear-gradient(195deg, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 85%);
  background: linear-gradient(195deg, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 85%);
}
.member {
  margin-bottom: 2rem;
}
.member img {
  width: 200px;
  display: block;
  margin: 0 auto 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.member p {
  margin: 0;
}
.testimonial {
  padding: 0 2rem;
}
.testimonial p {
  background: #fdb000;
  padding: 20px;
  color: white;
  position: relative;
  margin-bottom: 3rem;
}
.testimonial p:before {
  content: '';
  display: block;
  position: absolute;
  background: #fdb000;
  left: 43px;
  z-index: -1;
  height: 40px;
  width: 40px;
  bottom: -19px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonial img {
  width: 8rem;
  display: block;
  border-radius: 50%;
}
footer {
  background: #e9e9e9;
}
.end {
  display: block;
  height: 10px;
  background: #fdb000;
}
.buttons a {
  display: inline-block;
  /* margin-right: 5px; */
  color: white;
  width: 55px;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  font-size: 1.5rem;
  box-shadow: -1px 3px 10px -3px black;
}
@media (max-width: 767px) {
  .buttons {
    margin-bottom: 2rem;
  }
}
.buttons a:first-child {
  background: #4267b2;
}
.buttons a:nth-child(2) {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.buttons a:hover {
  text-decoration: none;
}
.btn-default {
  padding: 5px 25px;
}
form button:hover {
  background: #fdb000;
  color: #ffffff;
  box-shadow: 1px 10px 20px rgba(253, 176, 0, 0.4);
}
.nav-item.current .nav-link {
  color: #fdb000 !important;
}
.form-control:focus {
  border-color: #fdb000;
  box-shadow: 0 0 0 0.2rem rgba(253, 176, 0, 0.35);
}
.slide_top {
  display: none;
  position: fixed;
  background: #fdb000;
  bottom: 5vh;
  right: 5vw;
  width: 50px;
  text-align: center;
  height: 50px;
  font-size: 2rem;
  color: white;
  box-shadow: 1px 10px 20px rgba(253, 176, 0, 0.4);
}
.slide_top:hover {
  color: white;
  text-decoration: none;
}

.change-word-animation {

   right: 0;
white-space: nowrap;
  animation: fadeWord 2s linear;
}


@keyframes fadeWord {

  0% {

    color: #e9e9e9;
  }
  50% {

    color: #fdb000;
    color: black;
  }
  100% {

    color: #e9e9e9;
  }
}

@media (max-width: 850px) {
  .word-rotator {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    padding-right: 6px;
  }

  .word-rotator2 {
    color: #FDB000;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
  }
}

@media (min-width: 850px) {
  .word-rotator {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 6px;
  }

  .word-rotator2 {
    color: #FDB000;
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 6px;
  }
}

.word-rotator-break {
  display: block;
  float: left;
  clear: both;
}
.word-rotator-after {
  display: block;
  clear: both;
  margin: 2em;
}