@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    font-family: Poppins, sans-serif;
}

.px-9 {
    padding: 0px 90px;
}

.py-9 {
    padding: 90px 0px;
}

.text-justify {
    text-align: justify;
}

.section-color {
    background-color: #144684;
}

.section-color img {
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.section-color img:hover {
    transform: scale(1.01);
}

.section-color h1,
.section-color p {
    color: #ffffff;
}

.btn-primary {
    background-color: #144684;
    border-color: #144684;
    color: #ffffff;
}

.btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #144684;
}

.btn-primary:hover {
    background-color: #0d3b6c;
    border-color: #0d3b6c;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: #144684;
}

.sentence {
    font-size: 28px;
    color: #ffffff;
}

#feature-text {
    font-size: 28px;
    background-color: #144684;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1000;
}

.navbar-fixed .nav-link-title {
    color: #ffffff;
    transition: 0.3s;
}

.navbar-fixed-scroll {
    opacity: 1;
    transition: 0.3s;
}

.navbar-fixed-scroll .nav-link-title {
    color: #000000;
    transition: 0.3s;
}

.video-bg {
    height: 900px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-icon .icon {
    width: 3rem !important;
    height: 3rem !important;
    border: 2px solid #144684;
    padding: 3px;
    border-radius: 100%;
    color: #144684;
}

  .left-side-contact-card {
    background-color: #144684;
  }

  .left-side-contact-card p {
    color: #ffffff;
    margin: 0px;
  }

  .left-side-contact-card .icon {
    width: 2rem !important;
    height: 2rem !important;
    color: #ffffff;
  }

  .left-side-contact-card a {
    color: #ffffff;
  }

  .divider {
    border: 1px solid #ffffff5f;
    margin: 30px 0;
  }

  iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 0px;
  }

  .page-title-h1 {
    font-size: 80px;
    font-weight: 800;
    color: #ffffff;
  }

  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

  .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: left;
    padding: 20px;
    margin-right: 620px;
  }

  .page-title-strong {
    font-weight: 800;
    color: #ffffff;
    font-size: 80px;
  }

  .top-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #144684;
    color: #ffffff;
    border: none;
    padding: 20px 20px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1000;
    transition: 0.6s;
  }

  a.card {
    height: 190px;
}

@media screen and (max-width: 768px) {

  .content {
    margin-right: 0px;
  }

  .sentence {
    font-size: 20px;
    color: #ffffff;
  }

  .page-title-strong {
    font-size: 50px;
  }
}

