.banner {
  width: 100%;
  height: 100vh;
  height: 100vh;
  background-image: linear-gradient(#531CB3,#944BBB);
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-text {
  color: white;
  font-family: Heebo, sans-serif;
  font-size: 4.5rem;
  font-weight: 650;
  animation: fadeIn 1.5s;
  -moz-animation: fadein 1.5s;
  -webkit-animation: fadein 1.5s;
}

.logo {
  position: absolute;
  top: 45px;
  left: 45px;
  width: 64px;
  height: auto;
}

.contact-info {
  position: absolute;
  width: auto;
  top: 45px;
  right: 45px;
}

.contact-me {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 175px;
  height: 50px;
  border-radius: 5px;
}

.arrow-right {
  margin-left: 10px;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

.contact-me:hover {
  position: relative;
  top: -5px;
  box-shadow: 0 4px 8px 6px rgba(0, 0, 0, 0.3);
}

.contact-me {
  transition: all .5s ease;
  top: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
}

.nav-bar {
  position: absolute;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  top: 0;
}

.socials {
  position: absolute;
  top: 5px;
  width: 100%;
  display: inline-flex;
  right: 205px;
}

.svg {
  margin-right: 20px;
  width: 42px;
}

@media (max-width: 576px) {
  .socials {
    visibility: hidden;
  }
}

.hide {
  background-image: linear-gradient(#531CB3,#944BBB);
  overflow: hidden;
}

.hide span {
  transform: translateY(100%);
  display: inline-block;
}

@keyframes fadein {
  from {
    opacity: 0;
    margin-top: 100px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}

.left-top {
  position: absolute;
  left: -170px;
  top: -230px;
}

.left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 375px;
}

.right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 992px) {
  .left-bottom {
    width: 300px;
  }
}

@media (max-width: 992px) {
  .right-bottom {
    width: 325px;
  }
}

@media (max-width: 992px) {
  .left-top {
    width: 425px;
    left: -75px;
    top: -70px;
  }
}

@media (max-width: 600px) {
  .left-top, .left-bottom, .right-bottom {
    visibility: hidden;
  }
}

.portfolio {
  bottom: 0;
  background-color: #E5D9EC;
  height: 100vh;
  width: 100%;
}

.portfolio-text {
  position: relative;
  padding-top: 40px;
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  color: #4e4e4e;
}

.row-fixer {
  height: 100vh;
  display: flex;
  margin-top: -56px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.row {
  margin-top: 40px;
}

.content-details {
  justify-content: center;
  display: flex;
  align-items: center;
  width: inherit;
  height: 100%;
  background-color: rgba(0,0,0,0);
  transition: all .5s ease;
}

.inside:hover .content-details {
  background-color: rgba(0,0,0,0.4);
}

.col-md-4:hover .content-details > .info {
  opacity: 1;
  margin-top: 0px;
}

.content-details > .info {
  transition: all .5s ease;
  opacity: 0;
  margin-top: -10px;
}

.block {
  width: 100%;
}

.row-helper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inside-col {
  width: 100%;
  height: 100%;
}

.inside {
  background-image: url("../../assets/img/profitablehype-banner.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  border-radius: 5px;
}

.col-md-4 {
  width: 300px;
  height: 160px;
}

p {
  margin-bottom: 0!important;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

.mouse-link {
  position: absolute;
  top: 75%;
  margin: auto;
}

@media (max-width: 576px) {
  .col-md-4 {
    margin-bottom: 20px;
  }
}

.background {
  position: absolute;
  width: 100%;
  top: 100%;
  height: 100%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-25%);
}

@media (max-width: 992px) {
  .background {
    transform: translate(-20%);
    left: 30%;
  }
}

@media (max-width: 576px) {
  .background {
    left: 10%;
  }
}

