@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Medium.eot");
  src: url("./../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/Poppins-Medium.woff2") format("woff2"), url("./../fonts/Poppins-Medium.woff") format("woff"), url("./../fonts/Poppins-Medium.ttf") format("truetype"), url("./../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Bold.eot");
  src: url("./../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Poppins-Bold.woff2") format("woff2"), url("./../fonts/Poppins-Bold.woff") format("woff"), url("./../fonts/Poppins-Bold.ttf") format("truetype"), url("./../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Regular.eot");
  src: url("./../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Poppins-Regular.woff2") format("woff2"), url("./../fonts/Poppins-Regular.woff") format("woff"), url("./../fonts/Poppins-Regular.ttf") format("truetype"), url("./../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-SemiBold.eot");
  src: url("./../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Poppins-SemiBold.woff2") format("woff2"), url("./../fonts/Poppins-SemiBold.woff") format("woff"), url("./../fonts/Poppins-SemiBold.ttf") format("truetype"), url("./../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/PlayfairDisplay-Medium.eot");
  src: url("./../fonts/PlayfairDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("./../fonts/PlayfairDisplay-Medium.woff") format("woff"), url("./../fonts/PlayfairDisplay-Medium.ttf") format("truetype"), url("./../fonts/PlayfairDisplay-Medium.svg#PlayfairDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/PlayfairDisplay-SemiBold.eot");
  src: url("./../fonts/PlayfairDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("./../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("./../fonts/PlayfairDisplay-SemiBold.woff") format("woff"), url("./../fonts/PlayfairDisplay-SemiBold.ttf") format("truetype"), url("./../fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/PlayfairDisplay-Bold.eot");
  src: url("./../fonts/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("./../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("./../fonts/PlayfairDisplay-Bold.ttf") format("truetype"), url("./../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/PlayfairDisplay-Regular.eot");
  src: url("./../fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("./../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("./../fonts/PlayfairDisplay-Regular.ttf") format("truetype"), url("./../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins";
  overflow: hidden;
}
body .btn {
  padding: 8px 30px;
}
body .btn-light {
  color: #4C7DA7;
  background-color: #fff;
}
body .btn-light:hover, body .btn-light:focus {
  color: #fff;
  border-color: #4C7DA7;
  background-color: #4C7DA7;
}
body .btn-primary {
  color: #fff;
  background-color: #4C7DA7;
  border-color: #4C7DA7;
}
body .btn-primary:hover, body .btn-primary:focus {
  color: #4C7DA7;
  border-color: #fff;
  background-color: #fff;
}
body a {
  text-decoration: none;
}
body p {
  color: #7A7A7A;
}
body .loader {
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .loader .wrapper .logo {
  width: 50px;
}
body .loader .pro-bar {
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translate(-50%, 0);
  width: 300px;
  height: 5px;
  text-align: center;
}
body .loader .pro-bar span {
  display: block;
  width: 1%;
  height: 100%;
  background-color: #4C7DA7;
  margin-top: 20px;
  transition: 2s;
  border-radius: 5px;
}
@media (min-width: 1400px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl, body .container-xxl {
    max-width: 1230px;
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.header .navbar {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.header .navbar .navbar-brand img {
  width: 55px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #222222;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.header .navbar .navbar-nav .nav-item .nav-link .icon {
  margin-right: 10px;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover, .header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #6EC1E4;
}
.header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #6EC1E4;
}
.header .navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.social-icons {
  position: fixed;
  right: -130px;
  bottom: 20px;
}
.social-icons li a {
  color: #fff;
  background-color: #4C7DA7;
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px;
  border-radius: 50px 0 0 50px;
  text-transform: uppercase;
  transition: 0.5s;
}
.social-icons li a .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.social-icons li a .icon img {
  height: 20px;
}
.social-icons li a .text {
  width: 100px;
  margin: 0 20px;
}
.social-icons li a:hover, .social-icons li a:focus {
  margin-left: -120px;
}
.social-icons li a.instagram {
  background-color: #DD2A7B;
}
.social-icons li a.facebook {
  background-color: #2C80D3;
}
.social-icons li a.linkedin {
  background-color: #0077B5;
}
.social-icons li a.whatsapp {
  background-color: #25D366;
}

.main {
  overflow: hidden;
}
.main section {
  overflow: hidden;
  position: relative;
}
.main .hero {
  height: 100vh;
}
.main .hero iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .services {
  height: 5000px;
  position: relative;
  overflow: hidden;
}
.main .services canvas {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}
.main .services .animationWrapper {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.main .services .captionsWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.main .services .captionsWrapper .caption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.2s;
  margin-left: -100vw;
}
.main .services .captionsWrapper .caption .main-title {
  font-size: 60px;
  font-weight: 700;
  color: #222222;
}
.main .services .captionsWrapper .caption p {
  color: #222222;
}
.main .services .captionsWrapper .caption-light .main-title {
  color: #fff;
}
.main .services .captionsWrapper .caption-light p {
  color: #fff;
}
.main .services .captionsWrapper .caption.caption1 {
  max-width: 500px;
  top: 100px;
  left: 80px;
}
.main .services .captionsWrapper .caption.caption2,
.main .services .captionsWrapper .caption.caption3,
.main .services .captionsWrapper .caption.caption4 {
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .services .captionsWrapper .caption.caption5 {
  max-width: 500px;
  top: 50px;
  right: 30px;
  left: auto;
  margin-right: -100vw;
}
.main .services .captionsWrapper .caption.caption6 {
  max-width: 1000px;
  top: auto;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}
.main .services .captionsWrapper .caption.caption6 p {
  padding-left: 30px;
}
.main .history {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  z-index: 2;
}
.main .history .step {
  height: 100vh;
  width: 100%;
  position: absolute;
  padding: 60px 0 0;
  background: url("../img/sec_back_bottom.png") no-repeat center bottom/100% auto;
}
.main .history .step .main-title {
  font-size: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  position: relative;
}
.main .history .step p {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  position: relative;
}
.main .history .step > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.08;
  z-index: -1;
}
.main .history .step > .obj_bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.main .history .step_one .obj_1 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
}
.main .history .step_two .obj_1 {
  width: 100%;
  max-width: max-content;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.main .history .step_three .obj_1 {
  max-width: 940px;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.main .history .step_four .obj_1 {
  max-width: 940px;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.main .history .step_five .obj_1 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
}
.main .history .step_six .obj_1 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
}
.main .our-projects {
  padding: 70px 0;
}
.main .our-projects .main-title {
  color: #6EC1E4;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 40px;
}
.main .our-projects .card-horizontal {
  margin: 40px 0;
  position: relative;
}
.main .our-projects .card-horizontal .obj {
  position: absolute;
  left: 50%;
  bottom: -180px;
  transform: translate(-50%, 0);
  max-width: 300px;
  z-index: -1;
}
.main .our-projects .card-horizontal .img-wrapper img {
  border-radius: 10px;
}
.main .our-projects .card-horizontal .content {
  padding-left: 40px;
}
.main .our-projects .card-horizontal .content h1 {
  font-weight: 700;
  font-size: 60px;
}
.main .our-projects .card-horizontal .content h2 {
  font-size: 40px;
}
.main .lets-talk {
  padding: 100px 0;
}
.main .lets-talk .wrapper {
  background-color: #b6e7f8;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
.main .lets-talk .wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 100px;
  width: 100%;
  background: url("./../img/top-border.webp") no-repeat center/cover;
  z-index: -1;
}
.main .lets-talk .wrapper .obj {
  position: absolute;
  left: -100px;
  top: -60px;
  width: 154px;
  z-index: 2;
}
.main .lets-talk .main-title {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  border-radius: 8px;
  background-color: #4C7DA7;
  padding: 10px;
  margin-bottom: 50px;
  transform: rotate(-5deg);
}
.main .lets-talk .btn {
  font-size: 30px;
  font-weight: 800;
  border-radius: 8px;
  padding: 10px 100px;
  margin-bottom: 50px;
  transform: rotate(5deg);
}
.main .lets-talk .secondary-title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  border-radius: 8px;
  background-color: #6FDDC1;
  padding: 10px;
  margin-bottom: 30px;
}
.main .lets-talk .social li {
  margin: 40px 0;
}
.main .lets-talk .social li:nth-child(1) a .icon, .main .lets-talk .social li:nth-child(3) a .icon {
  transform: rotate(-5deg);
}
.main .lets-talk .social li:nth-child(1) a .text, .main .lets-talk .social li:nth-child(3) a .text {
  transform: rotate(-2deg);
}
.main .lets-talk .social li:nth-child(2) a .icon, .main .lets-talk .social li:nth-child(4) a .icon {
  transform: rotate(5deg);
}
.main .lets-talk .social li:nth-child(2) a .text, .main .lets-talk .social li:nth-child(4) a .text {
  transform: rotate(2deg);
}
.main .lets-talk .social li a {
  display: flex;
}
.main .lets-talk .social li a:hover .text, .main .lets-talk .social li a:focus .text {
  color: #fff;
  background-color: #4C7DA7;
}
.main .lets-talk .social li a .icon {
  margin-right: 20px;
}
.main .lets-talk .social li a .icon img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}
.main .lets-talk .social li a .text {
  width: 100%;
  color: #4C7DA7;
  background: #fff;
  font-size: 30px;
  font-weight: 800;
  border-radius: 8px;
  padding: 10px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  color: #fff;
  background-color: #4C7DA7;
  padding: 40px 0;
}
.footer .social-icons-wrapper {
  display: flex;
  align-items: center;
}
.footer .social-icons-wrapper p {
  color: #fff;
  margin-right: 10px;
  margin-bottom: 0;
}
.footer .social-icons-footer {
  position: static;
  display: inline-block;
  margin: 0;
}
.footer .social-icons-footer li {
  display: inline-block;
}
.footer .social-icons-footer li a {
  color: #fff;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.footer .navbar-nav {
  flex-direction: row;
}
.footer .navbar-nav .nav-item .nav-link {
  padding: 8px;
  color: #fff;
}
.footer .btn {
  font-weight: 700;
}

@media (max-width: 1600px) {
  .main .lets-talk .wrapper .obj {
    left: -50px;
    top: 0;
    width: 100px;
  }
  .main .lets-talk .main-title {
    font-size: 50px;
    transform: rotate(-3deg);
  }
  .main .lets-talk .btn {
    font-size: 20px;
    transform: rotate(3deg);
  }
  .main .lets-talk .secondary-title {
    font-size: 30px;
  }
  .main .lets-talk .social li {
    margin: 30px 0;
  }
  .main .lets-talk .social li:nth-child(1) a .icon,
  .main .lets-talk .social li:nth-child(1) a .text, .main .lets-talk .social li:nth-child(3) a .icon,
  .main .lets-talk .social li:nth-child(3) a .text {
    transform: rotate(-1deg);
  }
  .main .lets-talk .social li:nth-child(2) a .icon,
  .main .lets-talk .social li:nth-child(2) a .text, .main .lets-talk .social li:nth-child(4) a .icon,
  .main .lets-talk .social li:nth-child(4) a .text {
    transform: rotate(1deg);
  }
  .main .lets-talk .social li a .icon img {
    width: 60px;
    height: 60px;
  }
  .main .lets-talk .social li a .text {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  body p {
    font-size: 14px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 15px;
  }
  .main .our-projects .main-title {
    font-size: 40px;
  }
  .main .our-projects .card-horizontal .obj {
    bottom: -120px;
    max-width: 200px;
  }
  .main .our-projects .card-horizontal .content {
    padding-left: 20px;
  }
  .main .our-projects .card-horizontal .content h1 {
    font-size: 40px;
  }
  .main .our-projects .card-horizontal .content h2 {
    font-size: 32px;
  }
  .footer {
    font-size: 14px;
    text-align: center;
  }
  .footer .container {
    display: block;
  }
  .footer .social-icons-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .social-icons-wrapper p {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .footer .navbar-nav {
    display: block;
    text-align: center;
  }
  .footer .btn {
    margin: 20px 0;
  }
}
@media (max-width: 992px) {
  .header .navbar .navbar-toggler {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    box-shadow: none;
    background-color: #6EC1E4;
    margin-left: 20px;
  }
  .header .navbar .navbar-toggler .navbar-toggler-icon {
    font-size: 14px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .main .our-projects .main-title {
    text-align: center;
  }
  .main .our-projects .card-horizontal .obj {
    display: none;
  }
  .main .our-projects .card-horizontal .content {
    text-align: center;
    padding: 20px 0;
  }
  .main .our-projects .card-horizontal .content h1 {
    font-size: 40px;
  }
  .main .our-projects .card-horizontal .content h2 {
    font-size: 32px;
  }
  .main .lets-talk .main-title {
    font-size: 40px;
  }
  .main .lets-talk .btn {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
  }
  .main .lets-talk .secondary-title {
    font-size: 24px;
  }
  .main .lets-talk .social li {
    margin: 20px 0;
  }
  .main .lets-talk .social li a .icon {
    margin-right: 10px;
  }
  .main .lets-talk .social li a .icon img {
    width: 40px;
    height: 40px;
  }
  .main .lets-talk .social li a .text {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
