/* Media query */

@media only screen and (max-width: 1150px) {
  .nav-list {
    display: none;
  }
  .menu-icon {
    display: block;
    cursor: pointer;
    height: 30px;
  }
  .menu-icon > img {
    height: 35px;
  }

  /* Domain */
  .server-img {
    height: 300px;
  }

  .testing-img {
    height: 250px;
  }

  .technical-img {
    height: 400px;
  }

  .domain-heading {
    font-size: 40px;
    line-height: 60px;
  }
  .domain-para {
    font-size: 15px;
    padding: 15px 80px 50px 0px;
  }

  /* Title */
  .hosting-title {
    font-size: 40px;
  }
  .hosting-subtitle {
    font-size: 13px;
  }
}

@media only screen and (max-width: 950px) {
  /* Price */
  .price-title {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
  }

  /*Domain*/

  .domain-content {
    text-align: center;
  }
  .domain-para {
    padding: 20px 0;
  }
  .domain-box {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .column-reverse {
    flex-direction: column;
  }
  .ml-120 {
    margin-left: 0;
  }
  .domain-box {
    margin: 2rem 0;
  }

  /* Hosting Title */
  .hosting-title {
    font-size: 25px;
  }

  /* Register */
  .register-content > h1 {
    font-size: 30px;
    margin: 10px 0;
  }
  .register-content > p {
    font-size: 10px;
  }

  /* Footer */
  #footer {
    justify-content: center;
  }
  /* Features  */
  .features-container {
    margin: 25px 0;
    flex-direction: column;
    align-items: center;
  }
  .features-item {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 750px) {
  /* Register  */
  #register {
    flex-direction: column;
    justify-content: center;
  }

  .register-content > h1 {
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
  }
  .register-content > p {
    font-size: 9px;
    text-align: center;
  }

  /* About */

  .about-titlebar > h1 {
    font-size: 25px;
  }
  .about-titlebar > p {
    font-size: 10px;
  }
  .profile-holder {
    flex-direction: column;
  }
  .profile-holder-details {
    text-align: center;
  }

  /* Hosting */
  .hosting-title {
    font-size: 14px;
    width: 100%;
  }
  .hosting-subtitle {
    font-size: 10px;
    width: 100%;
    padding-left: 10px;
  }

  /* Heading */
  .domain-heading {
    font-size: 25px;
    line-height: 45px;
    width: 100%;
  }
  .domain-para {
    font-size: 12px;
  }
}



