@font-face {
  font-family: "Creattion Demo";
  src: url("../images/signature-font.otf") format("opentype");
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.Godaddy_container {
  font-family: "Lato", sans-serif;
  cursor: default;
}

.Godaddy_header {
  background-color: #d9f0ed;
  /* padding: 15px;
  padding-top: 35px; */
  height: 73px;
  font-family: "Work Sans", sans-serif;
}

.Godaddy_header_logo {
  padding-left: 50px;
}

.Godaddy_header_contact_us {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  padding-right: 50px;
}

.Godaddy_header_contact_us .text:hover {
  cursor: pointer;
  text-decoration: underline;
}

.chevron-down-custom-icon {
  padding-left: 10px;
  font-weight: 200;
}

.Godaddy_header_navbar {
  font-size: 16px;
  opacity: 0.6;
  display: flex;
  flex-direction: row;
  padding-right: 180px;
}

.Godaddy_header_navbar_item {
  padding-right: 20px;
  padding-top: 10px;
}

.Godaddy_header_navbar_item:hover {
  text-decoration: underline;
}

.Godaddy_footer {
  padding: 30px 50px 30px 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

.privacy-policy {
  color: rgb(9, 117, 122);
  text-decoration: underline;
}

.Godaddy_content_navbar {
  background-color: #d9f0ed;
  padding: 30px 100px 20px 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.Godaddy_content_navbar-items {
  padding-top: 8px;
  display: flex;
  flex-direction: row;
}

.Godaddy_content_navbar-item {
  padding-right: 30px;
  font-weight: 300;
}

.Godaddy_content_navbar-item:hover {
  color: #09757a;
}

.Godaddy_content_navbar-item-1 {
  color: #09757a;
}

.Godaddy_content_navbar-button {
  background-color: black;
  color: white;
}

.Godaddy_content_navbar-button {
  border: 1px black;
  display: inline-block;
  border: none;
  padding: 10px 20px 10px 20px;
  margin: 0;
  text-decoration: none;
  background: black;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.Godaddy_content_navbar-button:hover,
.Godaddy_content_navbar-button:focus {
  background: black;
}

.Godaddy_content_navbar-button:focus {
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.Godaddy_content_navbar-button:active {
  transform: scale(0.99);
}

.Godaddy_content-ceo {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #d9f0ed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.Godaddy_content-ceo-description {
  /* padding-top: 100px;
  padding-bottom: 100px; */
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Godaddy_content-ceo-description-header {
  font-weight: 300;
  font-size: 25px;
}

.Godaddy_content-ceo-description-text {
  max-width: 500px;
  font-size: 37px;
  font-weight: bold;
}

.nav__link a.active {
  position: relative;
}

.nav__link a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: rgb(104, 104, 104);
}

.Godaddy_content-ceo-description-sign {
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 800px) {
  .Godaddy_content-ceo {
    flex-direction: column;
    padding-left: 20px;
  }

  body {
    overflow-x: hidden;
  }

  .Godaddy_content-ceo-description-header {
    font-size: 20px;
  }

  .Godaddy_content-ceo-description-text {
    font-size: 27px;
    padding-right: 10px;
  }

  .Godaddy_content-ceo-photo {
    padding-top: 60px;
  }

  .Godaddy_content-ceo-message {
    width: 100vw;
    padding: 0 20px;
  }

  .Godaddy_content-ceo-message-header {
    font-size: 18px;
    padding: 0 30px;
    text-align: start;
    width: 90vw;
  }

  .Godaddy_content-ceo-message-description-item {
    width: 90vw;
  }

  .Godaddy_content-ceo-photo-sign-2 {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: fit-content;
  }

  .Godaddy_content-ceo-message-description {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

.Godaddy_content-ceo-photo {
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width:800px) {
  .Godaddy_content-ceo-photo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.Godaddy_content-ceo-photo-sign {
  position: absolute;
  left: 50px;
  bottom: 30px;
  font-family: "Creattion Demo";
  font-size: 30px;
}

@media screen and (max-width:800px) {
  .Godaddy_content-ceo-photo-sign {
    left: initial;
  }
}

.Godaddy_content-ceo-photo-sign-2 {
  padding-top: 30px;
  font-family: "Creattion Demo";
  font-size: 30px;
}

/**/

.Godaddy_content-privacy {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #fff;
}

.Godaddy_content-privacy-description {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Godaddy_content-privacy-description-header {
  font-size: 32px;
  font-weight: bold;
}

.Godaddy_content-privacy-description-text {
  font-weight: 300;
  font-size: 16px;
}

.Godaddy_content-privacy-photo {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
}

/**/

.Godaddy_content-security {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #fceda9;
}

.Godaddy_content-security-description {
  max-width: 480px;
  height: 200px;
  padding: 160px 0px 100px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .Godaddy_content-security-description {
    height: auto;
  }
}

.Godaddy_content-security-description-header {
  font-size: 32px;
  font-weight: bold;
}

.Godaddy_content-security-description-text {
  margin: 20px 0 20px 0;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

.Godaddy_content-security-photo {
  width: 500px;
  background: url("./assets/security-mobile-bg.png") no-repeat center center;
  background-size: cover;
}

.Godaddy_content-security-photo img {
  max-width: 80%;
}

/**/

.Godaddy_content-compliance {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #fff;
  padding-right: 100px;
}

@media screen and (max-width: 800px) {
  .Godaddy_content-compliance {
    flex-direction: column-reverse;
    padding-right: 0;
    position: relative;
  }

  .Godaddy_image>img {
    width: 100%;
    position: relative;
    right: 50px;
    padding-top: 0 !important;
  }
}

.Godaddy_content-compliance-description {
  /* max-width: 480px;
  height: 200px;
  padding: 160px 0px 100px 0px; */
  padding: 70px 0 0 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .Godaddy_content-compliance-description {
    height: auto;
  }
}

.Godaddy_content-compliance-description-header {
  font-size: 32px;
  font-weight: bold;
}

.Godaddy_content-compliance-description-text {
  margin: 40px 0 40px 0;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

.Godaddy_content-compliance-photo {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
}

/**/

a {
  color: inherit;
  text-decoration: inherit;
}

.Godaddy_content-ceo-message {
  font-family: "Lato", sans-serif;
  margin: 0 auto;
  width: 800px;
}

.Godaddy_content-ceo-message-header {
  text-align: center;
  margin-top: 60px;
  font-size: 30px;
  font-weight: bold;
}

.Godaddy_content-ceo-message-description {
  margin-top: 40px;
}

.Godaddy_content-ceo-message-description-item {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

/**/

.Godaddy_content-guides {
  display: flex;
  flex-direction: row;
  background-color: #ecf3fc;
}

.Godaddy_content-guides-description {
  max-width: 420px;
  margin-top: 100px;
  height: 200px;
  padding: 160px 0px 100px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Godaddy_content-guides-description-header {
  font-size: 45px;
  font-weight: 800;
}

.Godaddy_content-guides-description-text {
  margin: 20px 0 20px 0;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

.Godaddy_content-guides-photo {
  width: 50%;
  padding-left: 0px;
}

.Godaddy_content-call-us-back {
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00a4a6;
  color: white;
}

@media screen and (max-width: 768px) {

  .Godaddy_content-ceo-description,
  .Godaddy_content-ceo-message,
  .Godaddy_content-ceo-message-description,
  .Godaddy_content-ceo-message-description-item,
  .Godaddy_content-privacy-description,
  .Godaddy_content-security-description,
  .Godaddy_content-compliance-description,
  .Godaddy_content-guides-description,
  .copyright {
    text-align: center !important;
    max-width: 100%;
  }

  .Godaddy_content-compliance-description {
    padding: 20px;
    padding-bottom: 0 !important;
  }

  .Godaddy_content-security-photo img {
    max-width: 100%;
  }

  /* Also center-align button text */
  .Godaddy_content_navbar-button {
    display: block;
    margin: 0 auto;
  }

  .Godaddy_content-ceo-photo-sign-2 {
    text-align: center;
  }
}