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

html,
body {
    margin: 0;
    width: 100%;
    height: auto;
    font-family: 'Poppins' !important;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    background: url('../res/Pixel-Perfect-Background-Main.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

a {
    color: #05A9E1;
    text-decoration: none;
}

.container {
    
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.container::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    display: block;
    content: '';
}

.container .title {
    color: #FFF;
    font-weight: 400;
    font-size: 3em;
    margin-bottom: 30px;
    z-index: 1;
}

.container .text {
    color: #FFF;
    margin-bottom: 5%;
    z-index: 1;
}

.container .domain-name {
    color: #05A9E1;
    font-size: 1.6em;
    margin: 0;
}


#column-container {
  width: 70%;
  overflow: hidden;
  margin-top: 24%;
}

.column {
  width: 285px;
  height: 285px;
  float: left;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 10%;
  border: 1px groove #7e7e7e;
}

#column-container .column img {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
}

.title-content {
  margin-top: 270px;
}

.big-text {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}


.text-up {
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 6px;
  margin-bottom: 40px;
}
.title-content {
  z-index: 99;
}

.pixel-button {
  background-color: #05A9E1;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 5px 40px;
  border-radius: 30px;
  margin-left: 20%;
}

.pixel-button-alt {
  background-color: #05A9E1;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 5px 40px;
  border-radius: 30px;
}


.pixel-button:hover, .pixel-button-alt:hover {
  background-color: #0679a0;
  color: #FFF;
}

.service-top {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 200;
  margin-bottom: -20px;
  margin-top: 5px;
}

.service-bottom {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0px;
}

#column-container-text {
  width: 70%;
  overflow: hidden;
  display: flex;
}

.column-text {
  width: 285px;
  margin-left: 10%;
}


.cta {
  margin-bottom: 150px;
  margin-top: 30px;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #05A9E1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0679a0;
}


.cta, .cta-mobile {
  z-index: 99;
}
.mobile-services {
  display: none;
}

.cta-mobile {
  display: none;
}

@media (max-width: 1700px) {
  .column {
    margin-left: 8%;
  }

  .column-text {
    margin-left: 8%;
  }
}

@media (max-width: 768px) {
  .title-content {
    text-align: center;
    margin-top: 10%px;
  }

  .title-content img {
    width: 100%;
  }

  .pixel-button {
    margin: 0;
  }

  .big-text {
    margin-top: 40%;
  }

  .mobile-services {
    display: block;
    margin-top: 150px;
  }

  .column-container-text {
    display: none;
  }

  #column-container {
    display: none;
  }

  .column-text-mobile{
    margin-top: 10px;
  }

  .column-text {
    display: none;
  }

    .cta {
      display: none;
    }

    .cta-mobile {
    display: block;
    background-color: #05A9E1;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 4px 20px;
    border-radius: 30px;
    
    }

    .cta-mobile a {
      display: block;
      text-align: center;
    }


    .first-service, .second-service , .third-service {
      backdrop-filter: blur(10px);
      width: 300px;
      border-radius: 50%;
      border: 1px groove #7e7e7e;
      justify-content: center;
      vertical-align: bottom;
      height: 300px;
      margin-bottom: 150px;
    }
    
}

@media (max-width: 480px) {
  .container .title {
      font-size: 2em;
  }
}