html {
  overflow: hidden;
  height: 100%;
  background-color: #fceda9;
}

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

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

.Godaddy_header {
  /* margin-top: 20px;
  padding: 15px; */
  background-color: #fceda9;
  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 {
  padding: 30px 100px 20px 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fceda9;
}

.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-call-us-back {
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00a4a6;
  color: white;
}

/**/

.Godaddy_content-security {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #fceda9;
  /* height: 10vh; */
  padding-bottom: 50px;
}

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

.Godaddy_content-security-description-sub-header {
  line-height: 32px;
  font-size: 26px;
  font-weight: 300;
}

.Godaddy_content-security-description-header {
  margin-top: 15px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
}

.Godaddy_content-security-photo {
  width: 500px;
  background-size: cover;
}

/**/

/**/

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

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

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

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

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

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

.Godaddy_content-sign-photo>img {
  width: 550px;
}

@media screen and (max-width: 800px) {
  .Godaddy_content-sign-photo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .Godaddy_content-sign-photo>img {
    width: 300px;
    padding-bottom: 40px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .Godaddy_content-sign-description {
    padding: 0 20px;
  }

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

/*/

/**/

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

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

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

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

.Godaddy_content-secure-photo {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

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

  .Godaddy_content-secure-description {
    height: auto;
  }

  .Godaddy_content-secure-photo>img {
    width: 300px;
  }
}

/**/

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

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

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

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

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

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

.Godaddy_content-built-photo>img {
  width: 550px;
}

@media screen and (max-width: 800px) {
  .Godaddy_content-built-photo>img {
    width: 300px;
  }

  .Godaddy_content-built-photo {
    padding: 50px 0 20px 20px;
  }

  .Godaddy_content-built-description {
    height: auto;
    padding-top: 0;
    padding-left: 20px;
  }

}

.nav__link a.active {
  position: relative;
}

.new__security {
  background-color: #fceda9;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 40px 0px 40px 200px;
  min-height: 460px;
  overflow: hidden;
}

.new__security_second {
  position: absolute;
  right: 230px;
  bottom: 0;
  width: 45%;
  max-width: 400px;
  min-width: 300px;

}

@media screen and (max-width: 800px) {
  .new__security {
    padding: 0 20px;
  }

  .new__security_second {
    position: static;
    padding-bottom: 20px;
  }

  .security__nav {
    background-color: #fceda9;
  }

  .Godaddy_content-control-photo>img {
    width: 300px;
  }
}

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

/**/

.Godaddy_content-vulnerability {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 30px 0 140px 0;
  background: #fff url("./assets/bg.jpg");
  background-size: contain;
  text-align: center;
}

.Godaddy_content-vulnerability-description {
  max-width: 480px;
  height: 200px;
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 700px;
}

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

  .Godaddy_content-built-description {
    padding: 0 20px;
  }

  .Godaddy_content-vulnerability {
    padding: 0 20px;
  }
}

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

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

.Godaddy_content-vulnerability-subfooter-highlight {
  color: rgb(9, 117, 122);
  text-decoration: underline;
}

.Godaddy_content-vulnerability-subfooter {
  font-weight: 300;
  margin-top: 30px;
}

.new__security.new__security_second img {
  width: 400px;
  height: 400px;
  display: block;
}

.new__security.new_security_header {
  padding-right: 20px;
  z-index: 1;
  max-width: 40%;
}

@media (max-width: 768px) {

  /* Center-align all main text content */
  .Godaddy_content-security-description-sub-header,
  .Godaddy_content-security-description-header,
  .Godaddy_content-sign-description-header,
  .Godaddy_content-sign-description-text,
  .Godaddy_content-secure-description-header,
  .Godaddy_content-secure-description-text,
  .Godaddy_content-built-description-header,
  .Godaddy_content-built-description-text,
  .Godaddy_content-vulnerability-description-header,
  .Godaddy_content-vulnerability-description-text,
  .Godaddy_content-call-us-back-text {
    text-align: center !important;
  }

  /* Also center parent containers if needed */
  .Godaddy_content-sign-description,
  .Godaddy_content-secure-description,
  .Godaddy_content-built-description,
  .Godaddy_content-vulnerability-description {
    align-items: center;
    justify-content: center;
    text-align: center !important;
  }

  /* Center images and sections visually */
  .Godaddy_content-sign-photo,
  .Godaddy_content-secure-photo,
  .Godaddy_content-built-photo,
  .Godaddy_content-control-photo,
  .new__security_second {
    display: flex;
    justify-content: center;
  }

  .new__security_second>img {
    width: 320px;
    height: 320px;
    display: block;
    border-radius: 32px;
    margin-top: 20px;
  }

  .new__security.new_security_header {
    max-width: 90%;
  }
}