* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blue-bg {
  background-color: #3276b5 !important;
}
.dark-bg {
  background-color: #404040 !important;
}

html,
body {
  font-family: "Lato";
  font-weight: 300;
  font-size: 20px;
  line-height: 2;
  color: black;
  margin: 0px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
nav {
  padding: 10px 0px;
  position: fixed;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: auto;
  background-color: black;
  z-index: 9999;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}
.logo img {
  width: 45px;
  height: 53px;
}
.logo p {
  margin-left: 30px;
  font-family: "Lekton";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.nav-menu {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: white;
}
.nav-link:hover > .animated-line {
  width: 100%;
  transition: 0.3s ease-out;
}
.nav-link li {
  padding: 0px 20px;
  color: white;
  text-transform: uppercase;
  list-style-type: none;
}
.animated-line {
  background-color: #3276b5;
  width: 0%;
  height: 3px;
  transition: 0.3s ease-out;
}
.menu-btn {
  display: none;
  margin-right: 10px;
  padding: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.menu-btn img {
  width: 35px;
}
.all-sections {
  background-color: white;
  padding: 100px 0px;
}
.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  height: 100vh;

  position: relative;
  background: linear-gradient(90deg, #404040 65%, #3276b5 35%);
}
.hero-container {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1400px;
}
.columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 40px;
}
.column {
  padding: 0px 10px;
}
.col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-heading {
  margin-bottom: 10px;
  font-size: 64px;
  letter-spacing: 12px;
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  line-height: 1.5;
}
.hero-text {
  margin: 50px 0px 10px 0px;
  max-width: 600px;
  font-size: 22px;
  line-height: 2.2;
  letter-spacing: 2px;
  font-weight: 400;
  color: white;
}
.hero-btn {
  outline: none;
  border: 2px white solid;
  margin-top: 50px;
  padding: 9px 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: white;
  letter-spacing: 3px;
  text-transform: capitalize;
  background: transparent;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.hero-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #3276b5;
}
.border_color_hover:hover {
  transition: all 0.3s ease-in-out;
  border: 2px solid #3276b5;
}
.hero-image-border {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}
.hero-avatar {
  max-width: 450px;
  padding: 20px 0px;
}
.container {
  display: block;
  margin: 0px auto;
  max-width: 1250px;
}
.about-first-section {
  padding-left: 40px;
}
.about-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
}
.about-heading h2 {
  margin: 20px 0px 15px 0px;
  font-size: 48px;
  line-height: 1.5;
  color: black;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
}
.underline {
  width: 100%;
  height: 2px;
  background-color: #3276b5;
}
.underline-heading {
  width: 0%;
  transition: all 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.columns-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.col-1 {
  padding: 0px;
}
.columns-2 .col-1 p {
  padding-right: 60px;
  margin-bottom: 10px;
  text-align: left;
  max-width: 750px;
  font-size: 18px;
}
.about-illustration {
  width: 250px;
  height: 250px;
  max-width: 100%;
}
.about-second-section {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-second-section h3 {
  margin: 20px 0px 10px 0px;
  font-family: "Lato";
  font-weight: 300;
  font-size: 32px;
  color: black;
  text-align: center;
  letter-spacing: 1px;
}
.bridge-img {
  margin-top: 40px;
  max-width: 90px;
}
.left-side-tools,
.right-side-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 125px;
  border: 2px solid #3276b5;
  border-radius: 10px;
}
.tool-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.tool-icon {
  width: 64px;
  height: auto;
  max-width: 100%;
}
.tool-name {
  margin-left: 40px;
  font-family: "Lekton";
  font-weight: 400;
  font-size: 26px;
  line-height: 1.7;
  color: black;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.no-margin {
  margin: 0px;
}
.about-btn {
  border-color: #3276b5;
  color: #3276b5;
  margin-top: 70px;
  opacity: 1;
}
.about-btn:hover {
  transition: all 0.3s ease-in-out;
  color: white;
}
.button-for-mobile {
  display: none;
}
.center-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.white-center-heading {
  width: 600px;
  margin: 0px auto;
}
.white-center-heading h2 {
  text-align: center;
  margin: 20px 0px;
  font-family: "Lato";
  font-weight: 300;
  font-size: 48px;
  line-height: 50px;
  color: white;
  letter-spacing: 5px;
}
.white-underline {
  background-color: white;
}
.thin-underline {
  height: 1px;
}
.expect-items-div {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  gap: 20px;
  margin-top: 70px;
  flex-wrap: wrap;
}
.expect-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 400px;
  height: 400px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.expect-item-heading {
  color: white;
  margin: 20px 0px 10px 0px;
  font-family: "Lato";
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
}
.expect-item-text {
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
}
@keyframes servicesScale {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
.expect-item img {
  animation: 2s servicesScale infinite;
  height: 65px;
  width: 65px;
}
.my-work-heading {
  width: 400px;
}
.uppercase-heading {
  text-transform: uppercase;
}
.sentence {
  margin-top: 50px;
  font-family: "Lato";
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  margin: 50px 20px 0px 20px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.projects {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.project {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0px 25px 50px 25px;
  max-width: 470px;
}
.project-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 70px;
}
.flex-center {
  justify-content: center;
}
.project-buttons a {
  border: 2px solid #3276b5;
  text-decoration: none;
  background: transparent;
  color: white;
  font-family: "Outfit";
  border-radius: 10px;
  font-size: 14px;
  padding: 5px 30px;
  transition: 0.3s all linear;
}
.project-buttons a:hover {
  background-color: #3276b5;
}
.link-block {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
}
.link-block:hover > .content {
  background-color: #535353;
  transition: 0.3s all linear;
}
.link-block:hover > .image-div img {
  scale: 1.1;
  transition: 0.3s all linear;
}
.link-block img {
  width: 470px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: 0.3s all linear;
}
.image-div {
  overflow: hidden;
  height: auto;
  line-height: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.content {
  padding-bottom: 70px;
  border-bottom: 4px solid #3276b5;
  border-left: 4px solid #3276b5;
  border-right: 4px solid #3276b5;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  transition: 0.4s all linear;
  height: 350px;
}
.content h3 {
  margin: 20px 0px 10px 0px;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: white;
  text-align: center;
  letter-spacing: 1.5px;
}
button {
  cursor: pointer;
}
.content p {
  margin: 20px 20px 0px 20px;
  font-family: "Outfit";
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: white;
  text-align: center;
  letter-spacing: 1.5px;
}
.margin-30 {
  margin-top: 30px;
}
.projects-btn {
  padding: 10px 40px;
  margin-top: 50px;
  font-family: "Lato";
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: white;
  opacity: 1;
  text-align: center;
  letter-spacing: 3px;
  border: 3px solid #3276b5;
}
footer {
  position: relative;
}
.footer-heading {
  width: 400px;
}
.copyright-footer {
  padding: 15px 0px;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: black;
}
.copyright-footer p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
}
.columns-footer {
  display: grid;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  grid-template-columns: repeat(12, 1fr);
  padding: 0px 20px;
}
.column-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-footer1 {
  grid-column: 1 / span 5;
}
.col-footer2 {
  grid-column: 6 / span 2;
}
.col-footer3 {
  grid-column: 8 / end;
}
.social-media-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
  width: 115px;
  border-radius: 20px;
  background-color: rgba(217, 217, 217, 0.25);
}
.social-media {
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media img {
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.footer-h3 {
  margin: 150px 0px 10px 0px;
  font-weight: 400;
  color: white;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: capitalize;
}
.form-block {
  margin: 55px auto 15px auto;
  max-width: 770px;
}
label {
  margin: 0px 0px 10px 20px;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  color: white;
  display: block;
}
input {
  outline: none;
  border: none;
  min-height: 50px;
  max-width: 360px;
  font-size: 14px;
  line-height: 1.42857143;
  width: 100%;
  color: black;
  border-radius: 5px;
  font-weight: 300;
  font-family: "Lato";
  padding: 8px 12px;
}
.rows {
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-row {
  width: 50%;
  margin: 0px 10px;
}
.textarea-div {
  margin: 20px auto 50px auto;
  max-width: 600px;
}
textarea {
  min-height: 170px;
  border-radius: 5px;
  font-family: "Lato";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42857143;
  color: black;
  text-align: left;
  padding: 8px 12px;
  width: 100%;
  outline: none;
  border: none;
  resize: none;
}
.submit-btn {
  margin: 0px auto 20px auto;
  padding: 10px 70px;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 2px solid white;
  font-family: "Lato";
  display: block;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.submit-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: black;
  border: 2px solid black;
}
.testimonials {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px 0px 170px 0px;
}
.testimonials-heading {
  font-size: 40px;
  font-family: "Lato";
  font-weight: 300;
  letter-spacing: 3px;
  color: white;
  margin-bottom: 70px;
}
.testimonials-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.testimonial {
  max-width: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.testimonial .background {
  background-color: #3276b5;
  height: 400px;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50px;
}
.testimonial .background p {
  font-family: "Lato";
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 2px;
  color: white;
  max-width: 460px;
  text-align: center;
  margin: 40px 0px;
}
.testimonial .background .client {
  position: absolute;
  bottom: -174px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.testimonial .background .client img {
  border-radius: 50%;
  width: 120px;
  padding: 5px;
  background: linear-gradient(to top, #3276b5 50%, #404040 50%);
}
.testimonial .background .client p {
  font-family: "Lato";
  font-weight: bolder;
  font-size: 20px;
}

.left-side-tools {
  transform: translateX(-300px);
  opacity: 0;
  transition: all 1s ease-in-out;
}
.right-side-tools {
  transform: translateX(300px);
  opacity: 0;
  transition: all 1s ease-in-out;
}
.ty-page-bg {
  background: #404040;
}
.ty-page {
  width: 100%;
}
.ty-page h1 {
  font-size: 30px;
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 20px;
}
.ty-page p {
  text-align: center;
  margin: 0;
  font-size: 17px;
}
.informations {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px 20px;
}
.ty-page button {
  margin-top: 40px;
  opacity: 1;
  padding: 7px 30px;
  font-size: 13px;
  border: 2px solid#3276b5;
  letter-spacing: 2px;
}
.ty-page button a {
  color: white;
  text-decoration: none;
}
