/* START FONT WEBSITE DIN Next LT W23 */

/* END FONT WEBSITE DIN Next LT W23 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "dinnext", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

:root {
  --white-01-color: #ffffff;
  --blue-main-color: #213789;
  --white-gray-01: rgba(33, 55, 137, 0.16);
  --cyan-01-color: #48bad8;
  --cyan-02-color: rgba(72, 186, 216, 0.12);
  --dark-01-color: #1f1f1f;
  --dark-02-color: #000000;
  --gray-01-color: rgba(168, 177, 206, 0.5);
  --gray-02-color: #464655;
  --border-01: 1px solid #ffffff;
  --border-02: 1px solid rgba(168, 177, 206, 0.5);
  --shadow-01: 0px 20px 50px 0px rgba(33, 55, 137, 0.12);
}

body {
  background: var(--white-01-color);
  min-height: 100vh;
  padding: 0 !important;
  line-height: 1;
  overflow: hidden;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

.section-padding {
  padding: 85px 0 0 0;
}
/* ==================================
START MAIN BUTTON
====================================*/
.btn-main {
  padding: 14px 30px;
  outline: 0 solid transparent;
  box-shadow: var(--blue-main-color) 0 10px 20px -10px;
  border-radius: 6px;
  background: var(--blue-main-color);
  color: var(--white-01-color);
  font-size: 17px;
  font-weight: 500;
  border: var(--border-01);
  border-color: var(--blue-main-color);
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ==================================
END MAIN BUTTON
====================================*/
/* ==================================
START SCROLL BUTTON 
=================================== */

.btn-scroll {
  position: fixed;
  bottom: 30px;
  right: -60px;
  transition: all 0.5s;
  z-index: 0;
  width: 40px;
  height: 40px;
  background: var(--blue-main-color);
  font-size: 17px;
  color: var(--white-01-color);
  border: var(--border-01);
  border-radius: 8px;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-scroll.active {
  right: 30px;
}
/* ==================================
START SCROLL BUTTON 
=================================== */
/* ========================================
START LOADER 
===========================================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: var(--white-01-color);
  bottom: 0;
  z-index: 1000;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-wrapper .spinner-border {
  width: 60px;
  height: 60px;
  border-width: 6px;
  border-style: dotted;
  border-color: var(--blue-main-color);
}

.loader-wrapper.hidden {
  animation: hidden 1.5s;
  animation-fill-mode: forwards;
}
@keyframes hidden {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

/* ========================================
END LOADER 
===========================================*/

/* ===========================================================
START NAVBAR
=============================================================*/
.navbar-head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: var(--border-02);
  transition: all 0.2s;
}
.navbar-head .navbar-toggler {
  padding: 8px 12px;
}
.navbar-head .navbar-toggler:focus {
  box-shadow: 0 0 0 var(--blue-main-color);
  border-color: var(--blue-main-color);
}

.navbar-head .navbar-nav {
  gap: 15px;
}

.navbar-head.active {
  animation: slideDown 0.7s ease;
  background: var(--white-01-color);
  box-shadow: var(--shadow-01);
  padding: 8px 0;
}
.navbar-head.active .navbar-collapse {
  background: transparent;
  box-shadow: none;
}

.navbar-head.active .logo {
  width: 42px;
  height: 42px;
}

/* Keyframes for the animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.navbar-head .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 400;
  color: var(--dark-01-color);
}
.navbar-head .navbar-nav .nav-item .nav-link.active {
  color: var(--blue-main-color);
}

/* SCREEN 991PX */
@media screen and (max-width: 991px) {
  .navbar-head.active {
    padding: 6px 0;
  }
  .navbar-head .navbar-nav {
    padding: 15px;
  }
  .navbar-head .navbar-collapse {
    background: var(--white-01-color);
    border-radius: 7px;
    box-shadow: var(--shadow-01);
  }
  .navbar-head .navbar-collapse .button-join {
    padding: 0 15px 15px 15px;
  }
}
/* ===========================================================
END NAVBAR
=============================================================*/

/* ==========================================================
START HEADER
==========================================================*/
/* ======================
START SECTION SLIDER BANNER
============================*/

.banner-main-area {
  position: relative;
}

.banner-main-area .section-padding {
  padding: 0;
}

.banner-main-area .banner-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-main-area .banner-one::after,
.contact .img-contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) -20.29%,
    #ffffff 70.96%
  );
  top: 0;
  left: 0;
}
.banner-main-area .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-main-area .info-banner {
  padding: 130px 0 50px 0;
}

.banner-main-area .info-banner .content-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.banner-main-area .info-banner .content-slide .header-title {
  border-radius: 50px;
  padding: 10px 25px;
  box-shadow: none;
}

.banner-main-area .info-banner .content-slide .title {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-01-color);
}
.banner-main-area .info-banner .content-slide .title .text-color-title {
  color: var(--cyan-01-color);
}
.banner-main-area .info-banner .content-slide .text {
  font-size: 17px;
  font-weight: 500;
  color: var(--dark-02-color);
  line-height: 1.8;
  padding: 12px 0 !important;
}
:is(.banner-main-area .info-banner, .banner-app .all-banner-app)
  .apps
  .app-one:nth-child(1)
  img {
  width: 130px;
}
:is(.banner-main-area .info-banner, .banner-app .all-banner-app)
  .apps
  .app-one:nth-child(2)
  img {
  width: 145px;
}
.banner-main-area .info-banner .image-info img {
  animation: anim001 1.5s infinite ease-in-out alternate;
}

@keyframes anim001 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
/* SCREEN 991PX */
@media screen and (max-width: 991px) {
  .banner-main-area .info-banner .image-info {
    justify-content: center !important;
  }
  .navbar-head .logo {
    height: 40px;
  }
  .banner-main-area .info-banner .image-info img {
    width: 350px;
  }
}
/* SCREEN 767PX */

@media screen and (max-width: 767px) {
  .banner-main-area .info-banner .content-slide {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
  }
  .banner-main-area .info-banner .apps {
    justify-content: center;
  }
  .banner-main-area .info-banner .image-info img {
    width: 280px;
  }
  .banner-main-area .info-banner .content-slide .title {
    padding-top: 12px !important;
  }
}
/* SCREEN 575PX */

@media screen and (max-width: 575px) {
  .banner-main-area .info-banner .content-slide .title {
    font-size: 30px;
  }
  .banner-main-area .info-banner .content-slide .text {
    font-size: 14px;
    font-weight: 600;
  }
}
/* SCREEN 450PX */

@media screen and (max-width: 450px) {
  .banner-main-area .info-banner .content-slide .title {
    font-size: 22px;
  }
  .banner-main-area .info-banner .content-slide .text {
    font-size: 13px;
  }
}
/* SCREEN 299PX */

@media screen and (max-width: 299px) {
  .banner-main-area .info-banner .apps .app-one:nth-child(1) img {
    width: 100px;
  }
  .banner-main-area .info-banner .apps .app-one:nth-child(2) img {
    width: 116px;
  }
  .banner-main-area .info-banner .image-info img {
    width: 100%;
  }
}
/* ======================
END SECTION SLIDER BANNER
============================*/

/* ==========================================================
END HEADER
==========================================================*/

/* ==========================================================
START  MAIN 
========================================================== */
/* ==========================
START SECTION TITLE
===========================*/
.title-section-content .title-top-section {
  padding: 12px 20px;
  background: var(--white-gray-01);
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
  color: var(--blue-main-color);
  border-radius: 50px;
}
.title-section-content .title {
  font-size: 35px;
  font-weight: 600;
  color: var(--dark-01-color);
  line-height: 1.5;
  padding: 10px 0 !important;
}
.title-section-content .text {
  font-size: 17px;
  font-weight: 500;
  color: var(--dark-02-color);
  line-height: 1.8;
}
.center-title-section .title-section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}
.center-title-section .title-section-content .title {
  font-size: 28px;
}
/* SCREEN 767PX */
@media screen and (max-width: 767px) {
  .title-section-content .title {
    font-size: 25px;
  }
  .title-section-content .text {
    font-size: 15px;
  }
  .center-title-section .title-section-content {
    max-width: 100%;
  }
}

/* SCREEN 575PX */
@media screen and (max-width: 575px) {
  :is(.title-section-content, .center-title-section .title-section-content)
    .title {
    font-size: 18px;
  }
}
/* ==========================
END SECTION TITLE
===========================*/
/* ============================================
START SECTION ABOUT
===========================================*/
.about {
  padding-top: 25px;
}
.about .content-info .info-bottom .text-one {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--dark-01-color);
  margin-top: 12px;
}
.about .content-info .info-bottom .text-one .icon-check {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--white-01-color);
  background: var(--cyan-01-color);
  border-radius: 50%;
}
/* ============================================
END SECTION ABOUT
===========================================*/
/* =========================================
START SECTION SERVICES
============================================*/
.card-style--1 {
  background: var(--white-01-color);
  box-shadow: var(--shadow-01);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  border: var(--border-01);
  transition: all 0.5s;
  cursor: pointer;
  height: 100%;
}

.card-style--1 .title {
  font-size: 17px;
  font-weight: 600;
  color: var(--dark-01-color);
  transition: all 0.5s;
}
.card-style--1 .text {
  font-size: 17px;
  font-weight: 500;
  color: var(--gray-02-color);
  line-height: 1.5;
  text-align: center;
}
.card-style--1:hover {
  border-color: var(--blue-main-color);
}
.card-style--1:hover .title {
  color: var(--blue-main-color);
}
/* =========================================
END SECTION SERVICES
============================================*/
/* ==========================================
START SECTION HOW WORK
============================================== */
.how-work .card-how-work .icon-card {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--cyan-02-color);
}
/* ==========================================
END SECTION HOW WORK
============================================== */
/* ============================================
START SECTION BANNER APP
=============================================== */
.banner-app {
  position: relative;
  height: 100%;
  padding: 200px 0 0 0;
}
.banner-app .app-image-banner {
  transform: translateY(-102.5px);
}
.banner-app .app-image-banner img {
  height: 493px;
}
.banner-app .all-banner-app {
  background: var(--blue-main-color);
  height: 400px;
  border-radius: 16px;
  padding: 0 50px;
}
.banner-app .all-banner-app :is(.title, .text) {
  font-weight: 500;
  color: var(--white-01-color);
}

.banner-app .all-banner-app .title {
  font-size: 35px;
}
.banner-app .all-banner-app .text {
  font-size: 17px;
  line-height: 1.8;
  padding: 15px 0 !important;
}
.banner-app .content-app-banner {
  padding-top: 90px;
}
/* SCREEN 1199PX */
@media screen and (max-width: 1199px) {
  .banner-app .app-image-banner {
    transform: translateY(-58px);
  }
  .banner-app .app-image-banner img {
    height: 100%;
    width: 100%;
  }
  .banner-app .all-banner-app {
    padding: 0 50px;
  }
  .banner-app .content-app-banner {
    padding-top: 50px;
  }
  .banner-app .all-banner-app {
    height: 350px;
  }
}
/* SCREEN 991PX */
@media screen and (max-width: 991px) {
  .banner-app {
    padding: 100px 0 0 0;
  }
  .banner-app .app-image-banner {
    transform: translateY(0px);
  }
  .banner-app .all-banner-app {
    padding: 50px 30px 0 30px;
  }
  .banner-app .content-app-banner {
    padding-top: 0px;
  }
  .banner-app .all-banner-app {
    height: 100%;
  }
  .banner-app .app-image-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .banner-app .app-image-banner img {
    height: 350px;
    width: auto;
  }
}
/* SCREEN 991PX */
@media screen and (max-width: 575px) {
  .banner-app .all-banner-app .apps .app-one:nth-child(1) img {
    width: 116px;
  }
  .banner-app .all-banner-app .apps .app-one:nth-child(2) img {
    width: 130px;
  }
}
/* SCREEN 991PX */
@media screen and (max-width: 450px) {
  .banner-app .all-banner-app {
    padding: 25px 15px 0 15px;
  }
  .banner-app .app-image-banner img {
    height: 100%;
    width: 100%;
  }
  .banner-app .all-banner-app .title {
    font-size: 22px;
  }
  .banner-app .all-banner-app .text {
    font-size: 15px;
  }
  .banner-app .all-banner-app .apps .app-one:nth-child(1) img {
    width: 100px;
  }
  .banner-app .all-banner-app .apps .app-one:nth-child(2) img {
    width: 116px;
  }
}
/* ============================================
END SECTION BANNER APP
=============================================== */
/* =============================================
START SECTION BLOG
=============================================== */
@media screen and (max-width: 991px) {
  .blog .blog-one {
    margin-bottom: 10px !important;
  }
  .blog .blog-one .row {
    flex-wrap: wrap-reverse;
    gap: 25px;
  }
}
/* =============================================
END SECTION BLOG
=============================================== */
/* ======================================
START SECTION CONTACT
==========================================*/
.contact {
  padding: 85px 0;
}

.contact .all-contact :is(.all-form-contact, .img-contact img) {
  border-radius: 16px;
  align-items: flex-start;
}
.contact .all-contact .all-form-contact .main-btn {
  border-radius: 8px;
}

.contact .all-contact .all-form-contact .text {
  text-align: right;
}
input,
textarea {
  padding: 15px 10px !important;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-01-color);
  text-align: right;
  resize: none;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  color: var(--gray-01-color);
  font-weight: 600;
}
.form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-01-color);
  margin-bottom: 15px;
}
.invalid-feedback {
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}
.contact .all-contact .all-form-contact .title-section-content {
  padding-bottom: 15px;
}
.contact .img-contact::after {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 52%,
    #ffffff 100%
  );
}
.contact .btn-submit {
  border-radius: 50px;
}
.contact :is(.img-contact) {
  border: var(--border-02);
  border-radius: 16px;
  overflow: hidden;
}
/* SCREEN 991PX */
@media screen and (max-width: 991px) {
  .contact .all-form-contact {
    margin-top: 18px;
  }
  .contact :is(.all-form-contact) {
    border: var(--border-02);
  }
}
/* SCREEN 450PX */
@media screen and (max-width: 450px) {
  .contact .all-contact :is(.all-form-contact) {
    padding: 20px 12px;
  }
}

/* ======================================
END SECTION CONTACT
==========================================*/
/* ==========================================================
END MAIN
========================================================== */
/* ===========================================================
START FOOTER
============================================================== */
.footer {
  background: rgba(51, 66, 78, 0.04);
}

.footer .all-footer {
  padding: 70px 0;
}

.footer .all-footer .text {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-01-color);
  line-height: 1.6;
  padding-top: 10px !important;
}
.footer .all-footer .footer-two .title-footer {
  font-size: 17px;
  font-weight: 600;
  color: var(--dark-01-color);
}
.footer .all-footer .footer-two .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-01-color);
  padding: 15px 0 0 0;
}
.footer .nav-social .nav-link {
  font-size: 23px !important;
  color: #98a2b3 !important;
}
.footer .footer-bottom {
  padding: 15px 0;
  border-top: var(--border-02);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: var(--dark-01-color);
}
/* ===========================================================
END FOOTER
============================================================== */
