/*
Author: niveleee
File: Additional CSS Design File
Contact: candidot001@gmail.com
 */


/*Top Section*/

.top-section {
  padding-top: 200px;
  padding-bottom: 110px;
  background-color: rgb(255, 255, 255);
  /*background-image: linear-gradient(185deg,rgba(255, 255, 255, 0.79) 35%, rgba(178, 224, 245, 0.258),  rgba(135, 204, 253, 0.224), rgba(177, 224, 249, 0.269), rgba(178, 224, 245, 0.258), rgba(255, 255, 255, 0.79) 65%);*/
  }
  @media (max-width: 575.98px) {
    .top-section {
      padding-top: 150px;
      padding-bottom: 100px; } }


.top-container {
  display: flex;
  position: relative;
  overflow: visible;
  vertical-align: middle;
  margin-left: auto;
  padding-bottom: 80px;
  padding-top: 120px;
  margin-right: auto;
  margin-bottom: -200px;
  margin-top: -100px;
  height: 400px;
  width: 800px;
  border-radius: 60px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.79), rgba(165, 199, 255, 0.224),  rgba(135, 204, 253, 0.224), rgba(177, 224, 249, 0.269), rgba(178, 224, 245, 0.258), rgba(255, 255, 255, 0.79));
}

.main-title {
    display: inline-block;
    position: relative;
    font-size: 55px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    overflow: hidden;
    margin: 0 auto;
    white-space: nowrap;
    border-right: .15em solid transparent;
    animation:
      main-title 5s steps(25,end) forwards,
      blinking-caret .75s step-end 3; }
    @media (max-width: 575.98px) {
      .main-title {
        font-size: 24px;
        display: inline-block;
        max-width: 12em; } }

@keyframes main-title {
  0%, 50%, 100% {
    width: 0;
  }

  10%, 30% {
    width: 12.9em;
  }
  }

.second-title {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    line-height: normal; }
    @media (max-width: 575.98px) {
      .second-title {
        font-size: 24px;
        display: inline-block;
        max-width: 12.8em; } }

.third-title {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 55px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold;
  line-height: normal; }
  @media (max-width: 575.98px) {
    .third-title {
      font-size: 24px;
      display: inline-block; } }

.mini-title {
  display: inline-block;
  position: relative;
  font-size: 42px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (max-width: 575.98px) {
    .mini-title {
      font-size: 20px;
      display: block;
      max-width: 9.6em; } }


.container-buttons {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
}


.top-button {
  margin-top: 5px;
  margin-bottom: 5px;

}

.top-btn-left {
  width: 140px;
  background-color:transparent;
  border: 2px #a1e9f7;
  border-style: double;
  border-radius: 3px;
  color: #000000;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .top-btn-left {
    width: 120px;
    text-align: center;
    font-size: 10px;
  } }

.top-btn-left:hover {
  background-color:#aae7ff;
  border: transparent;
  color: #1d4043;
}

.top-btn-left:hover::after {
  content: "Get Connected";
}

.top-btn-left:hover::before {
  content: "";
}

.top-btn-left::before {
  content: "Consultants";
}

.top-btn-right {
  width: 140px;
  background-color:transparent;
  border: 2px #a1e9f7;
  border-style: double;
  border-radius: 3px;
  color: #000000;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  cursor: pointer;
}
@media (max-width: 500px) {
  .top-btn-right {
    width: 120px;
    text-align: center;
    font-size: 10px;
  } }


.top-btn-right:hover {
  background-color:#aae7ff;
  border: transparent;
  color: #1d4043;
}

.top-btn-right:hover::after {
  content: "Contact Us";
}

.top-btn-right:hover::before {
  content: "";
}

.top-btn-right::before {
  content: "Clients";
}

.title-container {
  display: flex;
}

/* The typewriter cursor effect */
@keyframes blinking-caret {
  50% { border-color: rgb(205, 237, 248) }
}

/*Fade out after completion*/
@keyframes fade-out {
  from { opacity:1; }
  to { opacity:0; }
}

.second-title {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  border-right: .15em solid transparent;
  letter-spacing: .02em;
  animation:
    second-title 6s steps(25,end) forwards,
    blinking-caret .75s 3s step-end 2.75;
}

/* The typing effect */
@keyframes second-title {
  0%, 50%, 100% {
    width: 0;
  }

  65%, 85% {
    width: 13.5em;
  }

}

.third-title {
  overflow: hidden;
  display: inline-block;
  border-right: .15em solid transparent;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: .02em;
  animation:
    third-title 4s steps(25, end) 6.5s backwards,
    blinking-caret .75s 6.5s step-end 2;
}

/* The typing effect */
@keyframes third-title {
  0% {
    width: 0;
  }

  25% {
    width: 10.4em;
  }
}

.typing-effect .mini-title {
  width: 18.4ch;
  overflow: hidden;
  border-right: .15em solid transparent;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: .02em;
  animation:
    typing 1.5s steps(25, end) 8s backwards,
    blinking-caret .75s 8s step-end 5;
}


@keyframes typing {
  from { width: 0% }
}

/*Middle Section*/

.mid-section {
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 575.98px) {
  .mid-section {
    padding-bottom: 10px; } }


.mid-section-title {
  display: inline-block;
  position: relative;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: normal; }
  @media (max-width: 575.98px) {
    .mid-section-title {
      font-size: 22px;
      display: block; }
}

.mid-section-title-underline {
  border-bottom: 4px double #a1e9f7;
}

.mid-avatar {
  margin:0 auto;
}

.mid-small-title {
  font-size: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
@media (max-width: 575.98px) {
  .mid-small-title {
    font-size: 16px;
  } }


.mid-p {
  font-size: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  margin: 3%;
}
@media (max-width: 575.98px) {
  .mid-p {
    font-size: 14px;
  } }

/*Bottom Section*/

.bottom-section {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 575.98px) {
  .bottom-section {
    padding-bottom: 80px; }
}

.left-col-title {
  overflow-wrap: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .left-col-title {
    font-size: 22px;
    display: block; }
}

.left-col-subtitle {
  overflow-wrap: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .left-col-subtitle {
    font-size: 18px;
  } }

.bottom-col-img {
  background-image: url("../images/iStock-1341628902.73c4172d5b71.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  height: 400px;
  min-height: 200px;
  min-width: 60%;
  width: 80%;
  max-width: 100%;
  border-radius: 80px;
}
@media (max-width: 575.98px) {
  .bottom-col-img {
    height: 200px;
    width: 60%; } }



/*Contact Us Page*/

.contact-title {
  font-size: 32px;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.contact-subtitle {
  font-size: 24px;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

/*Footer Section*/

.footer-container {
  margin-bottom: 200px;
}

.footer-contact {
  position: absolute;
  width: 100%;
  bottom: 0;
}
