@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  width: 100%;
  min-height: 140dvh;
  background-image: url("../img/3.png");
}

.top-header {
  display: flex;
  width: 100%;
  height: 133px;
  border-bottom: 1px solid #ccc;
}

.logo {
  width: 100%;
  flex-basis: 17%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
}

.logo img {
  width: 200px;
}

.header-socials {
  width: 100%;
  flex-basis: 83%;
}

.socials {
  background-color: rgb(12, 17, 24);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.socials p span {
  color: rgb(24, 105, 254);
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}

.social-links {
  display: flex;
  justify-content: space-between;
  width: 150px;
  font-family: "Inter", sans-serif;
}

.social-links a {
  color: #fff;
  text-decoration: none;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60%;
}

.nav-links ul {
  display: flex;
  list-style: none;
  margin-left: 20px;
}

.nav-links ul li {
  margin-right: 20px;
}

.nav-links ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.search {
  color: #fff;
  margin-right: 40px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
  font-family: "Inter", sans-serif;
}

.mobile-nav {
  display: none;
}

.main-header {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 85%;
  margin: auto;
  margin-top: 150px;
}

.sub-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(24, 105, 254);
}

.me-2 {
  margin-right: 10px;
}

.title {
  width: 636px;
  font-size: 84px;
  font-weight: 700;
  margin-bottom: 20px;
}

.track-link {
  background-color: rgb(24, 105, 254);
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 211px;
  text-align: center;
  text-decoration: none;
  height: 60px;
  display: grid;
  place-content: center;
  border-radius: 5px;
}

main {
  background-color: #fff;
  min-height: 100dvh;
  font-family: Inter, sans-serif;
}

.about-section {
  width: 83%;
  margin: auto;
  margin-top: 100px;
  display: flex;
  gap: 50px;
}

.about-image {
  width: 100%;
  flex-basis: 43%;
}

.about-image img {
  width: 100%;
  object-fit: cover;
}

.about-us {
  width: 100%;
  flex-basis: 57%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-sub-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(24, 105, 254);
}

.about-title {
  font-size: 40px;
  font-weight: 700;
}

.about-text {
  font-size: 16px;
  color: rgb(61, 69, 94);
  line-height: 27px;
}

.about-media-bottom {
  display: flex;
  gap: 20px;
}

.about-media-first {
  flex-basis: 30%;
}

.about-media-second {
  flex-basis: 70%;
}

.about-media-first img {
  width: 100%;
}

.about-media {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-media-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-media-right h5 {
  font-size: 24px;
  font-weight: 700;
}

.about-media-right p {
  color: rgb(61, 69, 94);
}

.services-section {
  width: 85%;
  margin: auto;
  margin-top: 300px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 200px;
}

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 134px;
}

.services-title-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.services-sub-title,
.protfolio-sub-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(24, 105, 254);
}

.services-title,
.protfolio-title {
  font-size: 40px;
  font-weight: 700;
}

.services-link-btn,
.all-projects-link-btn,
.footer-load-more-btn {
  background-color: rgb(24, 105, 254);
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 181px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 0 30px;
}

.services-link-btn i,
.all-projects-link-btn i,
.footer-load-more-btn i {
  margin-left: 5px;
  margin-top: 5px;
}

.service-container {
  display: flex;
  gap: 50px;
}

.service {
  background-color: rgb(246, 247, 249);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.service-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-title {
  font-size: 24px;
}

.service-detail {
  font-size: 16px;
  color: rgb(61, 69, 94);
  line-height: 26px;
  border-bottom: 1px solid rgb(227, 229, 233);
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.read-more-link {
  color: rgb(24, 105, 254);
  font-weight: 700;
  text-decoration: none;
}

.offer-section {
  min-height: 100dvh;
  background-color: #000;
  color: #fff;
}

.offers-container {
  width: 85%;
  margin: auto;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
}

.offer-header img {
  width: 100%;
}

.offer-body-container {
  display: flex;
  gap: 20px;
  position: relative;
  top: -180px;
}

.offer-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.offer-sub-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(24, 105, 254);
}

.offer-title {
  font-size: 40px;
  font-weight: 700;
  width: 70%;
  margin-bottom: 20px;
}

.offer-details {
  flex-basis: 57%;
  width: 70%;
  margin: 0 30px;
}

.offer-details-image {
  width: 100%;
  flex-basis: 43%;
}

.offer-details-image img {
  width: 100%;
}

.offers {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.offer {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #6e6e6e;
  padding-bottom: 20px;
}

.offer-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-image {
  border: 1px solid #6e6e6e;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.offer-body-header {
  font-size: 20px;
}

.offer-body-detail {
  width: 562px;
  line-height: 27px;
}

.proccess-section {
  min-height: 500px;
  width: 85%;
  margin: auto;
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.proccess-section-sub-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(24, 105, 254);
  text-align: center;
}

.process-section-body {
  background-image: url("../img/26.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
}

.process {
  background-color: rgb(246, 247, 249);
  height: 188px;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}

.process-detail {
  text-align: center;
}

.process-detail h6 {
  font-size: 20px;
}

.process-count {
  background-color: rgb(24, 105, 254);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 105px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.protfolio-section {
  min-height: 100dvh;
}

.protfolio-header {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.protfolio-header-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.protfolio-body {
  display: flex;
  gap: 20px;
  margin-top: 100px;
}

.protfolio-container1 {
  background-image: url("../img/30.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  flex-basis: 33%;
  position: relative;
  transition: all 0.3s ease;
}

.protfolio-container2 {
  background-image: url("../img/28.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  flex-basis: 33%;
  position: relative;
  transition: all 0.3s ease;
}

.protfolio-container3 {
  background-image: url("../img/29.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  flex-basis: 33%;
  position: relative;
  transition: all 0.3s ease;
}

.protfolio-container1:hover,
.protfolio-container2:hover,
.protfolio-container3:hover {
  scale: 0.9;
}

.protfolio-details {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: none;
}

.protfolio-body-sub-title {
  background-color: rgb(24, 105, 254);
  color: #fff;
  padding: 5px 10px;
  width: 140px;
}

.protfolio-body-header {
  background-color: #fff;
  font-size: 24px;
  padding: 7px 15px;
}

.testimonial-section {
  min-height: 70dvh;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 100px;
  width: 85%;
  margin: auto;
}

.testimonail-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.testimonial-sub-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(24, 105, 254);
}

.testimonail-title {
  font-size: 40px;
}

.testimonial-wrapper {
  display: flex;
  gap: 20px;
}

.testimonail-container {
  border: 1px solid #ccc;
  flex-basis: 33%;
  width: 100%;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
}

.testimonail-container:hover {
  background-color: rgb(24, 105, 254);
  color: #fff;
}

.testimonial-picture {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-bottom: 0px;
}

.testimonial-picture h5 {
  font-size: 20px;
  font-weight: 700;
}

.testimonial-image {
  position: relative;
  top: -50px;
}

.testimonial-details p {
  color: rgb(77, 87, 101);
  margin-top: -30px;
  line-height: 26px;
}

.facts-section {
  min-height: 50dvh;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  color: #fff;
  width: 85%;
  margin: auto;
  padding: 0 100px;
}

.facts-image img {
  width: 100px;
  height: 100px;
}

.facts-container {
  border-right: 2px dotted #ccc;
  padding-right: 100px;
}

.fact-title {
  font-size: 44px;
  text-align: center;
}

.fact {
  color: rgb(214, 214, 214);
  text-align: center;
}

footer {
  min-height: 70dvh;
  background-color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-wrapper {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 100px;
}

.footer-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

footer h2 {
  border-bottom: 1px solid #ccc;
}

.footer-title {
  font-size: 30px;
  color: #fff;
}

.subscribe-div {
  color: #fff;
  width: 85%;
  margin: auto;
  margin-top: 100px;
  display: flex;
  gap: 200px;
  justify-content: space-between;
}

.logo-socials {
  flex-basis: 27%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.logo-socials img {
  width: 100%;
}

.logo-socials ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

.logo-socials ul li {
  width: 40px;
  height: 40px;
  background-color: rgb(32, 37, 44);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-socials ul li a {
  color: #fff;
}

.subscribe {
  flex-basis: 73%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.subscribe-title {
  font-size: 24px;
}

.subscribe form {
  display: flex;
  align-items: center;
  background-color: rgb(32, 37, 44);
  width: 40%;
  height: 55px;
  gap: 10px;
  padding: 0 20px;
  border-radius: 5px;
}

.subscribe form input {
  flex: 1;
  border: none;
  background-color: rgb(32, 37, 44);
  color: rgb(24, 105, 254);
  outline: none;
  font-size: 17px;
}

.subscribe form .fa-envelope {
  color: rgb(61, 69, 94);
}

.subscribe form button {
  background: transparent;
  color: rgb(24, 105, 254);
  border: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.main-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(22, 25, 34);
  color: #fff;
  font-family: Inter, sans-serif;
  height: 70px;
  padding: 0 50px;
  margin-top: 100px;
}

.main-footer ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

.main-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

.menu {
  display: none;
}

.whatsappButton {
  text-decoration: none;
  color: #fff;
  background-color: green;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  z-index: 10000000;
  bottom: 10%;
  left: 2%;

  animation: zoom 0.5s ease-in-out 0.05s infinite alternate;
}

@keyframes zoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
