@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
  --color-primary: #25b6cf;
  --color-secondary: #0f1527;
  --color-hover-btn: #219bb1;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: #e5e5e5;
}

.bg-primary,
.btn-primary {
  border-color: var(--color-primary);
  background-color: var(--color-primary) !important;
}

.btn-primary:hover {
  border-color: var(--color-hover-btn) !important;
  background-color: var(--color-hover-btn) !important;
}

.btn-outline-primary {
  background-color: white;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.btn-outline-primary:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background-color: #f0f0f0;
}

/* =====Navigation Bar===== */
.nav-bottom {
  background-color: #9c15e0;
}

nav {
  transition: all 0.3s ease;
  background-color: var(--color-secondary);
}

.nav-item a:active {
  color: var(--color-primary);
}

nav .text-bg {
  background-color: var(--color-secondary);
}

.nav-personal,
#business,
.nav-contact {
  font-size: 14px;
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn-close:focus {
  box-shadow: none;
}

.signIn:active {
  color: #23B8D0 !important;
}

/* =====Main===== */
main {
  background-image: url("../img/bg-landingpage.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 0 -110px; */
  height: 100vh;
  /* padding-left: 50px; */
  /* padding-right: 67px; */
  transition: margin 0.3s ease;
  transition: background-image 1s ease-in-out;
}

.card {
  border: none;
}

/* =====Hero===== */
#hero {
  padding-top: 150px;
  padding-left: 100px;
}

/* =====Services===== */
#service .card {
  border-color: transparent;
}

/* =====Whatsapp Button===== */
.btn-whatsapp {
  transition: 0.3s ease-in-out;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.btn-whatsapp .btn-success {
  border-radius: 100px;
  background: linear-gradient(
    180deg,
    rgba(37, 211, 102, 0.72) 0%,
    #25d366 100%
  );
  filter: blur(2.5px);
  width: 40px !important;
  height: 40px !important;
}

.btn-whatsapp i {
  padding: 30px;
  left: -18px;
  top: -18px;
}

/* =====Why Us===== */
.client {
  transform: translate(-12px, -150px);
}

.client-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-content img {
  width: 110px;
  height: 120px;
  margin: 25px 30px 0 30px;
}

#whyus h2 {
  width: 40%;
}

/* =====Section News===== */
#news {
  margin-top: 250px;
  margin-bottom: 110px;
}

#news .card {
  border-color: transparent;
}

#news a:active .card-title {
  color: #23B8D0 !important;
}

#news .card .card-body .card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes draw {
  0% {
    stroke-dashoffset: 5000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fill {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}

@keyframes changeBackground {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* =====alert===== */
.alert {
  text-align: center;
  background-color: var(--color-primary);
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  display: none;
}

/* =====Section Footer===== */
#footer {
  background-color: var(--color-secondary);
}

/* =====Responsive Breakpoint===== */
@media screen and (max-width: 374px) {
  /* Navigation Bar */
  .nav-personal,
  #business {
    font-size: 9px !important;
  }
  #nav-contact {
    font-size: 6px !important;
  }
  .text-info {
    font-size: 10px !important;
  }
  .navbar-brand img {
    width: 70px !important;
  }

  /* Main */
  main .row .col {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
  }

  /* Hero */
  .logo2 {
    margin: 0 auto;
    width: 200px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
  }
  #hero h2 {
    font-size: 16px !important;
  }
  #hero p {
    font-size: 12px;
  }
  .hero-text {
    margin-bottom: 10px !important;
  }
  #hero h2,
  #hero p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .learn-more {
    margin-top: 0.5em;
  }

  /* Section Solution */
  #solution .card .card-text {
    width: 100% !important;
  }

  .client-content p {
    font-size: 13px !important;
  }

  /* News */
  #news .card-title {
    font-size: 10px !important;
  }

  /* Footer */
  #footer .row > * {
    text-align: center !important;
  }

  #footer .row .col-lg-6 p {
    width: 100% !important;
  }

  #footer .row ul {
    justify-content: center !important;
  }
}

@media screen and (max-width: 424px) {
  /* Navigation Bar */
  .nav-contact {
    font-size: 7px !important;
  }
  /* Main */
  main .row .col {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
  }

  /* Hero */
  .logo2 {
    margin: 0 auto;
    width: 200px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
  }
  #hero h2 {
    font-size: 16px !important;
  }
  #hero p {
    font-size: 12px;
  }
  #hero h2,
  #hero p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .learn-more {
    margin-top: 0.5em;
  }

  /* Services */
  #service .card-title {
    font-size: 14px !important;
  }
  #service .card-text {
    font-size: 11px !important;
  }

  /* Why Us */
  #whyus h2 {
    width: 100%;
  }

  /* News */
  #news .card-title {
    font-size: 12px;
  }
  #news .card-text {
    font-size: 20px;
  }

  /* Section Solution */
  #solution .card .card-text {
    width: 100% !important;
  }

  /* Footer */
  #footer .row > * {
    text-align: center !important;
  }
  #footer .row .col-lg-6 p {
    width: 100% !important;
  }
  #footer .row ul {
    justify-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  /* Navigation Bar */
  .nav-personal {
    font-size: 13px;
  }
  #business {
    font-size: 13px;
  }
  .nav-contact {
    font-size: 9px;
  }
  .navbar-brand img {
    width: 100px;
  }
  .text-info {
    font-size: 12px;
  }

  /* Main */
  main .row .col {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
  }

  /* Hero */
  .logo2 {
    margin: 0 auto;
    width: 200px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
  }
  #hero h2 {
    font-size: 16px !important;
  }
  #hero p {
    font-size: 12px;
  }
  #hero h2,
  #hero p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .learn-more {
    margin-top: 0.5em;
  }

  /* Section Solution */
  #solution .card .card-text {
    width: 100% !important;
  }

  /* Why Us */
  .client {
    transform: translate(-12px, -300px);
  }
  #whyus h2 {
    width: 100%;
  }

  /* News */
  #news h2 {
    margin-top: 400px !important;
  }

  /* footer */
  #footer .row > * {
    text-align: center !important;
  }
  #footer .row .col-lg-6 p {
    width: 100% !important;
  }
  #footer .row ul {
    justify-content: center !important;
  }
}

@media screen and (max-width: 991px) {
  /* Navigation Bar */
  .navbar-nav {
    justify-content: start !important;
    align-items: start !important;
  }
  #profile {
    padding-top: 50px;
  }
  .offcanvas-body .navbar-nav {
    justify-content: start;
    align-items: start;
  }
  #hero {
    padding-left: 0 !important;
  }

  /* Services */
  #service img {
    height: 100%;
  }

  /* Why Us */
  .client-content {
    height: 100% !important;
  }
  .whyus-top p {
    width: 100% !important;
  }

  /* News */
  #news img {
    height: 100% !important;
  }
}

@media screen and (max-width: 1023px) {
  /* Section Solution */
  #solution .card .card-text {
    width: 100% !important;
  }
}

/* =====Full screen 1920px++===== */
@media (min-width: 1920px) {
  /* Navigation Bar */
  .nav-personal,
  #business,
  .nav-contact {
    font-size: 14px;
  }
  .navbar-brand {
    width: 140px;
    height: 31px;
  }
  .offcanvas-body .nav-item,
  #profile .text-white {
    font-size: 20px;
  }
  #profile img {
    width: 53px;
  }
  .text-info {
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 17px;
  }

  /* Hero */
  #hero img {
    width: 332px;
    height: 140px;
  }
  #hero .fs-2 {
    font-size: 48px !important;
  }
  #hero .display-3 {
    font-size: 96px;
  }
  #hero p {
    font-size: 24px;
  }
  #hero a {
    font-size: 20px;
  }

  /* Services */
  #service {
    margin-bottom: 252px;
    margin-right: 0;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
  }
  #service .container {
    margin: 0;
    transform: translateX(-300px);
  }
  #service .row {
    width: 1920px;
    margin: 0 !important;
  }
  #service h2 {
    font-size: 96px;
    margin-left: 553px;
  }

  #service .card-img-overlay {
    width: 393px !important;
    height: 628px !important;
  }
  #service img {
    width: 100%;
    height: 100%;
  }
  #service .card {
    margin-left: 35px;
    width: 393px;
    height: 628px;
  }
  #service .card-title {
    font-size: 24px;
  }
  #service .card-text {
    font-size: 18px;
  }

  /* Solutions */
  #solution {
    margin: 0 242px;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
  }
  #solution .container {
    margin: 0;
    padding: 0;
  }
  #solution img {
    width: 1440px;
    height: 810px;
  }
  #solution .card-title {
    font-size: 96px !important;
    margin-left: 125px;
    margin-top: 90px;
  }
  #solution .card-text {
    font-size: 26px;
    width: 55% !important;
    margin-left: 125px;
  }
  #solution button {
    font-size: 20px;
    width: 223px;
    height: 64px;
    margin-left: 125px;
    margin-bottom: 78px !important;
  }

  /* Why Us */
  #whyus {
    margin: 0 242px;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
  }
  #whyus .container {
    margin: 0;
    padding: 0;
  }
  #whyus .card-img-top {
    width: 1440px;
    height: 810px;
  }
  #whyus h2 {
    font-size: 96px;
    padding-left: 125px;
    padding-top: 60px;
    width: 100%;
  }
  #whyus p {
    font-size: 26px;
    width: 55% !important;
    padding-left: 125px;
  }
  .client-content {
    width: 393px;
    height: 393px;
    transform: translate(0, -150px) !important;
  }
  .client-content img {
    width: 230px;
    height: 240px;
  }
  .cc-card1 {
    transform: translate(-130px, -150px) !important;
  }
  .cc-card2 {
    transform: translate(-40px, -150px) !important;
  }
  .cc-card3 {
    transform: translate(60px, -150px) !important;
  }
  .cc-card4 {
    transform: translate(150px, -150px) !important;
  }

  /* News */
  #news {
    margin-bottom: 252px;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
  }
  #news .container {
    margin: 0;
    padding: 0;
    transform: translateX(-300px);
  }
  #news .row {
    width: 1920px;
    margin: 0 !important;
  }
  #news h2 {
    font-size: 96px;
    margin-left: 217px;
  }

  #news .card-img-overlay {
    width: 393px !important;
    height: 628px !important;
  }
  #news .bg-primary {
    width: 393px !important;
    height: 628px !important;
    transform: translate(0, 115px);
  }
  #news .display-4 {
    font-size: 80px !important;
  }
  #news img {
    width: 100%;
    height: 100%;
  }
  #news .card {
    margin-left: 35px;
    width: 393px;
    height: 628px;
  }
  #news .card-title {
    font-size: 24px;
  }
  #news .card-text {
    font-size: 18px;
  }

  /* Nutton Whatsaap */
  .btn-whatsapp .btn-success {
    width: 81px !important;
    height: 80px !important;
  }
  .btn-whatsapp i {
    font-size: 40px;
    left: -10px;
    top: -10px;
  }

  /* Footer */
  #footer img {
    width: 161px;
    height: 68px;
  }
  #footer p {
    font-size: 18px;
  }
  #footer a {
    font-size: 24px;
  }
}
