.logo {
  height: 400px;
  width: 400px;
}

p {
  font-size: 15px;
  line-height: 25px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body {
  position: relative;
  font-size: 14px;
}

a {
  color: #3cc;
}

a:hover {
  color: #ff0;
}

/* Side Navbar (Page Content) */

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(137, 65, 181);
  display: block;
  background-color: rgb(74, 34, 119);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 15px;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: black;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
}
.nav > li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fixed-side-navbar .nav > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(74, 34, 119);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  boder-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: white;
  display: block;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* Primary Button & Parallax Effect */
.wandaLogo {
  height: 75%;
  width: 75%;
}

.primary-button a {
  display: inline-block;
  background-color: rgb(74, 34, 119);
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

/* Intro-baner page */
.baner-content {
  padding-top: 10vh;
  text-align: center;
  background-image: url(../assets/james-lewis-94yFYwJZVL4-unsplash.jpg);
}

.spacer {
    height: 10px;
}

.baner-content h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.outlined {
  color: white;
}
.baner-content em {
  color: rgb(74, 34, 119);
  text-shadow: -1px -1px 0 white, 0 -1px 0 white, 1px -1px 0 white,
    1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 1px 0 white,
    -1px 0 0 white;
  font-weight: 600;
  font-style: normal;
}

.baner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 48px;
  color: #fff;
  text-shadow: -1px -1px 0 rgb(74, 34, 119), 0 -1px 0 rgb(74, 34, 119),
    1px -1px 0 rgb(74, 34, 119), 1px 0 0 rgb(74, 34, 119),
    1px 1px 0 rgb(74, 34, 119), 0 1px 0 rgb(74, 34, 119),
    -1px 1px 0 rgb(74, 34, 119), -1px 0 0 rgb(74, 34, 119);
}

.baner-content .primary-button {
  margin-top: 15px;
}

/* Lazyboi Service Content */

.service-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  /* background: rgba(137, 65, 181); */
  background: white;
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  /* color: #fff; */
  color: rgba(137, 65, 181);
}

h4,
.h4 {
  font-size: 18px;
}

h2,
.h2 {
  font-size: 36px;
}

.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: rgb(74, 34, 119);
  margin: 20px 0px 20px 0px;
}

.service-content .left-text p {
  /* color: #fff; */
  color: rgba(137, 65, 181);
}

.service-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
}

.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .service-item {
  /* background-color: rgba(0, 0, 0, 0.5); */
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: rgb(20, 218, 20);
  margin: 20px auto 15px auto;
}

/* Tabs Content - About Us - Our Story Section */

.tabs-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8vh;
  /* background-image: */
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

section {
  background-color: transparent;
  padding-bottom: 15px;
}

.wrapper {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Download Now */
#download-now {
  background-color: rgba(74, 34, 119);
}

.download-text {
  color: white;
  text-align: center;
}

/* Footer */

footer {
  text-align: center;
  background-color: #282b2f;
  padding: 70px 0px;
}

footer .primary-button {
  margin-bottom: 30px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: rgb(39, 223, 39);
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: rgb(7, 83, 7);
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: rgb(74, 34, 119);
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 767px) {
  .baner-content {
    padding-top: 30vh;
  }

  .baner-content h1 {
    font-size: 64px;
  }

  .baner-content em {
  }

  .baner-content span {
    font-size: 24px;
  }

  .baner-content .primary-button {
    margin-top: 15px;
  }

  .service-content {
    padding-top: 5vh;
    text-align: center;
  }

  .service-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: green;
    margin: 20px auto 20px auto;
  }

  .service-content .left-text ul {
    text-align: left;
  }

  .service-content .service-item {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
