/* 
login (45) 
network image (257) 
explenation (283) 
benefits (340)

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

.pl-150 {
  padding-left: 150px;
}

.copyright {
  padding: 70px 0 0 0;
}

.container .copyright {
background-color: #173655;
}

.copyright p {
  text-align: center;
  font-weight: 400;
  color: #173655;
}

.header-third {
  font-size: 22px;
  color: #ebe29d;
  font-weight: 600;
}

.subheader {
  font-size: 16px;
  font-weight: 400;
  color: #173655;
  text-align: center;
}



/*Global Login*/

.login-user .left .header-third {
  height: 32px;
  font-size: 22px;
  font-weight: 400;
  margin-top: 170px;
}

.login-user .right .btn-link{
position: absolute;
text-align: end;
right: 100px;
color: #173655;
}

.login-user .right .flex .btn{
text-align: center;
}

.login-user .right .form-control {
  margin-top: 30px;
  border-radius: 10px 10px 10px 10px;
}

.login-user .right .subheader{
  margin-bottom: 70px;

}

.login-user .right .header-third {
  height: 20px;
  font-size: 22px;
  color: #173655;
  font-weight: 500;
  margin-top: -20px;
  margin-bottom: 50px;
  text-align: center;
  
}

.login-user .left .header-third {
margin-top: 100px;
}

.login-user .left .subheader {
  font-size: 17px;
  font-weight: 400;
  color: #173655;;
  margin-top: 28px;
}

.login-user .right {
  width: 50%;
  float: left;
  padding: 120px;
  
}


.login-user .left .logo {
  height: 52px;
  margin-bottom: -45px;
  margin-top: 40px;
  
}

.login-user .right .btn-border {
  border: 1px solid #e7e5f4;
  border-radius: 50px;
  padding: 12px 80px 12px 80px;
}

.login-user .right .btn-google-login {
  margin-top: 40px;
}

.login-user .right .btn-google-login .icon {
  margin-right: 8px;
}

.login-user .left {
  background-color: #ebe29d;
  width: 50%;
  min-height: 950px;
  text-align: center;
  float: left;
  border-radius: 0px 40px 30px 0px; /* Masing-masing nilai untuk kiri atas, kanan atas, kanan bawah, kiri bawah */
}

.login-user .left img {
  margin-top: 20px;
  height: 400px;
}

.login-user .left .logo {
margin-top: 20px;
height: 100px;
}

.login-user .left .btn-primary {
background: #173655;
color: #fff;
width: 200px;
}

/* Warna tombol berubah menjadi biru saat di-hover */
.login-user .left .btn-primary:hover {
background-color: #007bff; /* Biru */
color: #fff;
}

/* Warna tombol tetap biru saat ditekan (active) */
.login-user .left .btn-primary:active {
background-color: #0056b3; /* Warna biru yang lebih gelap untuk efek ditekan */
color: #fff;
}


.login-user .right .btn-primary {
  background-color: #173655;
  color: #fff;
  width: 300px;
  margin-top: 50px;
  text-align: center;
}

/* Tampilan standar untuk layar besar (landscape) */
.login-user .left {
  background-color: #ebe29d;
  width: 50%;
  min-height: 950px;
  text-align: center;
  float: left;
  border-radius: 0px 40px 30px 0px;
  }
  
  .login-user .left .header-third{
    color: #173655;
    font-weight: 550;
  }
  
  .login-user .logo{
    width: 100px;
  }
  
  .login-user .right {
  width: 50%;
  float: left;
  padding: 120px;
  }
/*end login*/


.clear {
  clear: both;
}

.steps .item-step .cover {
  height: 497px;
}

.steps .item-step .copywriting {
  padding-top: 100px;
}

.steps .item-step .support {
  font-size: 16px;
  font-weight: 400;
  color: #5b5575;
  line-height: 30px;
  margin-top: 30px;
}

.btn-master,
.btn-thirdty,
.btn-primary,
.btn-secondary {
  padding: 11px 36px 11px 36px;
  border-radius: 100px;
  border: 0;
  font-weight: 500;
  
}

.btn-thirdty {
  background: transparent;
  color: #fff;
}

.btn-primary {
  background: #173655;
  color: #fff;
}

.btn-primary:hover {
  background: #2e0099;
}


.story {
  font-weight: 600;
  font-size: 16px;
  color: #b6b6b6;
}

.primary-header {
  font-weight: 600;
  font-size: 30px;
  color: #ebe29d ;
}


/*network image*/
.network-image {
  margin-top: 30px; /* Menambahkan jarak antara judul dan gambar */
}

.network-image img {
  max-width: 100%; /* Pastikan gambar tidak melebihi ukuran kontainer */
  height: auto; 
  margin-bottom: 20px;
}

.network {
  margin-bottom: 50px;
  margin-top: -50px;
  position: relative;
  padding: 60px 0px;
  background-color: #f4f4f4;
}

.network-text {
  font-weight: 600;
  font-size: 30px;
  color: #173655;
  position: relative;
  display: inline-block;
  padding-bottom: 10px; /* Jarak antara teks dan garis */
}

.network-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px; /* Jarak garis dari teks */
  width: 200px; /* Panjang garis */
  height: 4px; /* Ketebalan garis */
  background-color: #ebe29d; /* Warna garis */
  transform: translateX(-50%); /* Supaya garis tetap di tengah */
  border-radius: 2px; /* Membuat sudut garis lebih halus */
}



/*explanation*/
.explanation {
padding: 60px 0;
position: relative;
clip-path: inset(0);
margin-top: 0px;
margin-bottom: 50px;
}

.explanation img {
position: fixed;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}

.explanation:before {
content: "";
background: color-mix(in srgb, var(--background-color), transparent 50%);
position: absolute;
inset: 0;
z-index: 2;
}

.explanation .container {
position: relative;
z-index: 3;
}


.explanation .story{
  margin-top: 30px;
  color: #ffffff;
}

.explanation .support {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 450;
  color: #fff;
  line-height: 30px;
}

.benefits {
  margin-top: -40px;
  margin-bottom: 0px;
  padding-bottom: 70px;
  padding-top: 50px;
  background-color: #f4f4f4;
  /* border-top:  5px solid #ebe29d; */
}

.benefits .item-benefit .icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
}

.benefits .item-benefit .title {
  font-size: 20px;
  color: #211b3d;
  font-weight: 500;
}

.benefits .item-benefit .support {
  font-size: 16px;
  font-weight: 400;
  color: #5b5575;
  line-height: 30px;
}

.benefits .text-benefit{
  color: #173655;
  font-weight: 600;
  font-size: 26;
}

 .benefits .item-benefit {
  width: 35rem;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
 }


 .text-benefit {
  position: relative;
  display: inline-block;
  padding-bottom: 10px; /* Jarak antara teks dan garis */
}

.text-benefit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 4px; /* Ketebalan garis */
  background-color: #ebe29d;
  transform: translateX(-50%); /* Supaya garis tetap di tengah */
  border-radius: 2px; 
}


.pb-70 {
  padding-bottom: 70px;
}

.header-wrap .primary-header {
  margin-top: 8px;
}

.header-wrap .story {
  margin-bottom: 0;
}

.text-yellow {
  color: #ebe29d;
}

.text-blue {
color: #173655;
}

.text-white {
  color: #fff !important;
}

.text-orange {
  color: #ffbb30;
}

.btn-secondary {
  background: #f5efff;
  color: #7839f3;
}

.btn-secondary:hover {
background-color: #173655;
color:#ffffff;
}

/*Global Banner*/

.banner {
  padding: 80px 0;
  /*background: linear-gradient(45deg, #ffffff, #ebe29d);  Gradien dari kiri bawah ke atas kanan */
  background-color: #fff; 
  /* background-color: color-mix(in srgb, #ebe29d, transparent 80%); */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Menambahkan sedikit bayangan agar lebih menarik */
}


.banner .copywriting {
  padding-top: 80px;
}

.banner .header {
  margin: 20px 0 20px 0;
  font-size: 35px;
  color: #211b3d;
  font-weight: 600;
}

.banner .story{
color: #e2d573;
}

.banner .support {
  font-size: 16px;
  font-weight: 500;
  color: #b6b6b6;
  line-height: 30px;
}

.banner .cta-btn {
  font-family: var(--heading-font);
  font-weight: 550;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 20px;
  transition: 0.3s;
  margin: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
  /* border: 2px solid #ebe29d; */
  color: #494949;
  background-color: #ebe29d;
}

.banner .cta-btn:hover {
  background: var(--default-color);
  color: #ffffff;
}

.banner .cta {
  margin-top: 30px;
}

.banner .brands {
  margin-top: 60px;
}

.banner .brands img {
  height: 30px;
  
}

/* banner 2 */
.banner2 {
  height: 400px;
  background-color: #fff;
  border-top:  2.5px solid #ebe29d;
}
.banner2 .brands img {
  height: 40px;
  margin-top: 50px;
  margin-bottom: 70px;
  
}
.banner2 h1{
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  color: #173655;
  margin-top: 40px;
  font-weight: bold;
}

.banner2 .notable-item img{
  margin-top: 10px;
  padding: 60px -100px;
  width: 55%;
  height: 50%;
}


/*Banner3*/
.banner3 h1{
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  color: #173655;
  margin-top: 50px;
}

.banner3 p{
  color: #173655;
  font-size: 16px;
  font-weight: 100;
}

.banner3 .carousel-item img{
  margin-top: 40px;
  padding: 60px -100px;
  
}


.banner3{
  height: 500px;
  background-color: #fff;
  border-top:  2.5px solid #173655;
}


.dashboard .table tr {
  border: 1px solid #fff;
}

.basic-form input {
  border: 1px solid #e7e5f4;
  border-radius: 50px;
  padding: 12px 20px 12px 20px;
}

.checkout {
  padding-top: 80px;
  padding-bottom: 80px;
}

.checkout .item-bootcamp .cover {
  height: 255px;
  margin-bottom: 30px;
}

.checkout .item-bootcamp .package {
  font-size: 22px;
  color: #31b380;
  font-weight: 600;
}

.checkout .item-bootcamp .description {
  font-size: 16px;
  color: #211b3d;
  font-weight: 400;
  line-height: 30px;
}

.text-green {
  color: #31b380 !important;
}

.text-white {
  color: #e7e5f4;
}

.text-red {
  color: #f73353 !important;
}



/*Global Signup*/

/* .signup-user .left,  */
.signup-user .right {
    flex: 1; /* Membuat kedua sisi memiliki ukuran yang sama */
    padding: 120px; /* Mengurangi padding agar lebih proporsional */
}


.signup-user .left .form-floating {
margin-bottom: -40px;
}

.signup-user .right .header-third {
  height: 32px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 170px;
}

.signup-user .left .form-control {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px 10px 10px 10px;
}

.signup-user .left .subheader{
  margin-bottom: 35px;
  color: #060606;
}

.signup-user .left .header-third {
  height: 20px;
  font-size: 22px;
  color: #173655;
  font-weight: 500;
  margin-top: -50px;
  margin-bottom: 30px;
  text-align: center;
  
}

.signup-user .right .subheader {
  font-size: 18px;
  font-weight: 400;
  color: #000000be;
  margin-top: 28px;
}

.signup-user .left {
  width: 50%;
  float: left;
  padding: 90px;
  text-align: center;
}




.signup-user .right .logo {
  height: 100px;
  margin-top: -5rem;
  margin-bottom: 30px
}

.signup-user .right .header-third {
  margin-bottom: 0px;
  color: #173655;
  font-size: 25px;
  font-weight: 600;
  margin-top: 0rem;
}

.signup-user .left .header-second {
  height: 20px;
  font-size: 22px;
  color: #173655;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}


.signup-user .left .btn-border {
  border: 1px solid #e7e5f4;
  border-radius: 50px;
  padding: 12px 80px 12px 80px;
}

.signup-user .left .btn-google-login {
  margin-top: 40px;
}

.signup-user .left .btn-google-login .icon {
  margin-right: 8px;
}

.signup-user .right {
  background-color: #ebe29d;
  width: 50%;
  min-height: 65rem;
  text-align: center;
  float: right;
  border-radius: 35px 0px 0px 35px; /* Masing-masing nilai untuk kiri atas, kanan atas, kanan bawah, kiri bawah */
}

.signup-user .right img {
  margin-top: 20px;
  height: 350px;
}

.signup-user .right .btn-primary {
  background: #173655;
  border: 2px solid #fff;
  color: #fff;
  width: 200px;
  margin-top: 25px;
}

.signup-user .left .btn-primary {
  background: #173655;
  color: #fff;
  width: 300px;
  margin-top: 50px;
  text-align: center;
}

/*css Navbar*/

.navbar {
  box-shadow: 2px 8px 61px 0px rgba(22, 28, 51, 0.08);
  -webkit-box-shadow: 1px 8px 61px 0px rgba(22, 28, 51, 0.08);
  -moz-box-shadow: 1px 8px 61px 0px rgba(235, 236, 236, 0.08);
  padding: 8px 0 10px 0;
  background-color: #ebe29d;
  /*border: 2px solid #f3bf39; */
}

.navbar .user-logged a {
  color: #211b3d;
  text-decoration: none;
}

.navbar .user-logged .user-photo {
  width: 56px;
  height: 56px;
  margin-left: 10px;
}

.navbar .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 400;
  padding-left: 30px;
}

.navbar .navbar-nav .active {
  color: #173655 !important;
  font-weight: 600;
}

.navbar .navbar-brand img {
  height: 55px;
  width: 70px;
  
}

.navbar .d-flex .btn1{
color: white;
}

.active-nav {
  position: relative;
  font-weight: bold;
}

.active-nav::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -2px; /* Jarak garis dari teks */
  width: 70%;
  height: 2px; /* Ketebalan garis */
  background-color: black; /* Warna garis */
}



/* pricing */

.pricing {

background: #f4f4f4;
padding-top: 70px;
max-height: 920px;
padding-bottom: 100px; /* Menambah ruang agar tidak tertimpa footer */
position: relative;
min-height: 100vh; /* Menghindari pricing tertimpa footer */
}

.copywriting .vw{
color: #fff;
}

.pricing .copywriting {
margin-top: 50px;
margin-bottom: -60px;
}

.pricing .support {
font-size: 16px;
font-weight: 400;
color: #ffffff;
line-height: 30px;
margin-top: 30px;
}

/* Efek hover pada pricing */
.table-pricing {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.table-pricing:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  border: 3px solid #173655;
}

/* Efek hover pada tombol */
.table-pricing .btn {
  transition: background-color 0.3s ease;
  background-color: #ebe29d;
  color: #173655;
}

.table-pricing:hover .btn {
  background-color: #173655;
  color: white;
}


.pricing .table-pricing {
background: #fff;
border-radius: 40px;
padding: 30px;
margin-top: 50px;
}

.pricing .table-pricing .price {
font-size: 42px;
font-weight: 600;
color: #211B3D;
margin-bottom: 20px;
}

.table-pricing .price:hover {
  color: #ff002b;
}

.pricing .table-pricing .item-benefit-pricing img {
float: left;
margin-left: 20px;
margin-top: 2px;
width: 20px;
}

.pricing .table-pricing .item-benefit-pricing p {
font-size: 16px;
font-weight: 500;
color: #211B3D;
text-align: left;
margin-left: 50px;
margin-top: 20px;
}

.pricing .table-pricing .item-benefit-pricing .divider {
height: 1px;
width: 100%;
background: #E7E5F4;
}

.pricing .paket-gila {
min-height: 697px;
}

.pricing .paket-biasa {
min-height: 453px;
}

.clear {
clear: both;
}

.steps .item-step .cover {
height: 497px;
}

.steps .item-step .copywriting {
padding-top: 100px;
}

.steps .item-step .support {
font-size: 16px;
font-weight: 400;
color: #5B5575;
line-height: 30px;
margin-top: 30px;
}





/*Global footer*/

.footer {
  color: var(--default-color);
  background-color: #ebe29d ;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
  border-top:  2px solid #173655;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--default-color);
  border-color: var(--default-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--default-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: color-mix(in srgb, var(--background-color), transparent 65%);
  border: 1px solid #173655;
  border-radius: 20px;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  background-color: #fff;
  padding: 60px 0px;
  margin-top: -50px;
}

.services .service-item {
  background-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  perspective: 1000px;
}

.services .service-item:before {
  content: "";
  position: absolute;
  background: var(--default-color);
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}

.services .service-item .icon {
  margin-bottom: 10px;
}

.services .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: ease-in-out 0.3s;
}

.services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .container h2{
  color: #fff;
  background-color: #173655;
}

.services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out 0.3s;
}

.services .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 0px;
  border-radius: 50px;
  transition: 0.3s;
  margin: 0px;
  background-color: #ebe29d;
  color: #173655;
  width: 15rem;
  margin-top: 40px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
  font-weight: 550;
}

.services .cta-btn:hover {
  background-color: #173655; /* Warna sedikit lebih gelap saat hover */
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
  color: #fff;

}

.services .service-item:hover h4 a,
.services .service-item:hover .icon i,
.services .service-item:hover p {
  color: var(--contrast-color);
} 

/*services card */
.flip-card {
 
  width: 400px;
  height: 400px;
  align-items: center;
  /* border: 2px solid #173655; */
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #173655;
  color: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Efek bayangan */
  transition: box-shadow 0.3s ease; /* Animasi halus saat hover */
}

.flip-card-front:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); /* Bayangan lebih besar saat hover */
}


.flip-card-front img {
  width: 80px; /* Ukuran gambar */
  height: auto;
  margin-top: 40px;
  margin-bottom: 10px; /* Jarak antara gambar dan judul */
  align-self: flex-start; /* Pastikan gambar tetap di atas */
}

.flip-card-front h1 {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  text-align: start;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 500;
}

.flip-card-front p {
  text-align: justify;
  padding-right: 15px;
}


/* Style the back side */
.flip-card-back {
  background-color: white;
  color: black;
  transform: rotateY(180deg);
  border-radius: 30px;
}

.flip-card-back p {
color: #222226;
text-align: justify;
font-size: 20px;
padding-left: 9px;
margin-top: 10px;
font-weight: 500;

}

.flip-card-back h3 {
  font-size: 23px;
  font-weight: 600;
  border-radius: 1rem;
  background-color: #ebe29d;
  margin-bottom: 25px;
}

.flip-card-back img {
  width: 20px;
}



/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title p {
  color: var(--default-color);
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--default-color);
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #173655; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #493c3e; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #ebe29d; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}



.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 65px 0;
  position: relative;
  clip-path: inset(0);
  margin-top: 0px;
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ebe29d;
  margin-bottom: 30px;
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn1 {
  font-family: var(--heading-font);
  font-weight: 550;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  margin: 20px;
  background-color: #173655;
  color: #ffffff;
  border: 1px solid #fff;
}


:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Nunito",  sans-serif;
  --nav-font: "Poppins",  sans-serif;

  a {
      color: var(--accent-color);
      text-decoration: none;
      transition: 0.3s;
    }
    
    a:hover {
      color: color-mix(in srgb, var(--heading-color), transparent 25%);
      text-decoration: none;
    }
    
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--default-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--surface-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}



/*--------------------------------------------------------------
# dashboard
--------------------------------------------------------------*/

.form-outline .form-control{
border: 1px solid #948b8b;
}

.nav{
background-color: #222226;
padding: 10px;
box-shadow: 10px;

}


/* Default styles for larger screens */
.inc {
margin-left: -590px;
}

.hidden {
margin-right: -600px;
}




/* Media query for smaller screens (e.g., tablet) */

@media (max-width: 1024px) {
.inc {
  margin-left: -400px; 
}

.hidden {
  margin-right: -300px; 
}
}

@media (max-width: 768px) {
.inc {
  margin-left: -300px; 
}

.hidden {
  margin-right: -330px; 
}
}
.card {
display: flex;
justify-content: center; /* Menempatkan konten di tengah secara horizontal */
align-items: center;     /* Menempatkan konten di tengah secara vertikal */
flex-direction: column; 
}

.card .card-img-top {
border-radius: 30px; /* Ujung kotak melengkung */
margin-top: 20px;
width: 480px;
height: 250px;
}

.col {
width: 550px;
border-radius: 30px; /* Sudut melengkung */
box-shadow: #444444;
display: flex;

}

.card-title{
font-weight: bold;
font-size: 22px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}


/*Global Login*/

/*revisi 1*/
/* Media query for iPad */
@media screen and (max-width: 1024px) {
  .login-user {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .login-user .left, .login-user .right {
      width: 100%;
      padding: 40px;
      text-align: center;
  }

  .login-user .left .header-third {
      margin-top: 50px;
      font-size: 24px;
  }

  .login-user .left img {
      height: 200px;
      margin-bottom: 20px;
  }

  .login-user .right {
      margin-top: 20px;
  }

  .login-user .right .header-third {
      font-size: 28px;
  }

  .login-user .right .form-control {
      margin-top: 20px;
  }

  .login-user .right .btn-border {
      width: 100%;
  }
}

/* .login-user .left {
  background-color: #222226;
  width: 50%;
  min-height: 950px;
  text-align: center;
  float: left;
  border-radius: 0px 40px 30px 0px;
} */

.login-user .right {
  width: 50%;
  float: left;
  padding: 120px;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

  /* Mengatur lebar panel kiri dan kanan agar proporsional */
  .login-user .left, 
  .login-user .right {
      width: 50%;
      padding: 80px;
      min-height: 100vh;
      float: left;
  }

  /* Mengatur tinggi gambar dan logo agar sesuai */
  .login-user .left img {
      height: 350px;
      margin-top: 40px;
  }

  .login-user .left .logo {
      height: 80px;
      margin-top: 20px;
  }

  /* Mengatur ukuran teks header dan subheader agar lebih proporsional */
  .login-user .header-third {
      font-size: 20px;
      margin-top: 50px;
      margin-bottom: 30px;
  }

  .login-user .subheader {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 50px;
  }

  /* Mengatur tombol back agar lebih kecil dan posisinya tepat */
  .login-user .btn-master.btn-primary {
      padding: 8px;
      font-size: 14px;
      top: 10px;
      left: 10px;
  }

  /* Mengatur form input dan tombol agar sesuai */
  .login-user .form-control {
      margin-top: 20px;
      border-radius: 8px;
  }

  .login-user .btn-primary {
      width: 250px;
      margin-top: 30px;
  }

  .login-user .right .btn-link {
      right: 50px;
      font-size: 14px;
  }

  /* Menyesuaikan padding internal */
  .login-user .right {
      padding: 80px;
  }
}


/* Menghilangkan tampilan kiri dan hanya menampilkan tampilan kanan pada iPad Pro potrait */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .login-user .left {
      display: none;
  }

  .login-user .right {
      width: 100%;
      padding: 60px; /* Sesuaikan padding jika diperlukan */
      float: none;
  }

  .login-user .right .header-third {
      font-size: 28px; /* Sesuaikan ukuran font untuk tampilan potrait */
      margin-top: 20px;
  }

  .login-user .right .form-control {
      margin-top: 20px;
  }

  .login-user .right .btn-primary {
      width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
    /* Mengatur lebar kolom kiri dan kanan agar sesuai dengan layar iPad Mini */
    .login-user .left, 
    .login-user .right {
        width: 50%;
        padding: 60px;
        float: left;
        min-height: 768px;
    }

    /* Mengatur tampilan teks header */
    .login-user .header-third {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    /* Mengurangi ukuran gambar dan margin */
    .login-user .left img {
        height: 300px;
        margin-top: 10px;
    }

    /* Menyesuaikan ukuran tombol dan padding */
    .login-user .right .btn-primary {
        width: 200px;
        margin-top: 30px;
        padding: 10px;
    }

    /* Menyesuaikan form input dan teks */
    .login-user .right .form-control {
        margin-top: 20px;
        border-radius: 8px;
        font-size: 14px;
    }

    /* Mengatur tombol kembali */
    .btn-master.btn-primary {
        padding: 8px;
        font-size: 14px;
    }

    /* Menyesuaikan ukuran teks subheader */
    .login-user .subheader {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    /* Mengatur posisi tombol "Forgot your password?" */
    .login-user .right .btn-link {
        right: 50px;
        font-size: 12px;
    }

    /* Menyesuaikan ukuran tombol Google login */
    .login-user .right .btn-google-login {
        margin-top: 20px;
    }

    /* Mengatur margin dan padding untuk elemen lainnya */
    .login-user .right .block.mt-4 {
        margin-top: 20px;
    }

    /* Mengatur tinggi dan padding elemen logo */
    .login-user .left .logo {
        height: 80px;
        margin-top: 10px;
    }

    /* Menyesuaikan tinggi dan font-size header kiri */
    .login-user .left .header-third {
        font-size: 20px;
        margin-top: 60px;
    }
}




/*Global Login*/


/* Sembunyikan left panel pada iPad potrait (vertikal) 768 */
@media only screen and (max-width: 768px) and (orientation: portrait) {
.login-user .left {
    display: none;
}

.login-user .right {
    width: 100%;
    padding: 60px;
    margin-top: 100px;
} 
}

/* Warna tombol berubah menjadi biru saat di-hover */
.login-user .left .btn-primary:hover {
background-color: #007bff;
color: #fff;
}

/* Warna tombol tetap biru saat ditekan (active) */
.login-user .left .btn-primary:active {
background-color: #0056b3;
color: #fff;
}

.login-user .right .btn-primary {
background: #ebe29d;
color: #173655;
width: 300px;
margin-top: 50px;
text-align: center;
}

.login-user .right .btn-primary:hover{
  background-color: #173655;
  color: #fff;
}



@media (max-width: 768px) {
.banner .copywriting h1 {
    font-size: 1.8rem; /* Ubah ukuran teks heading */
}

.banner .copywriting .support {
    font-size: 1rem; /* Sesuaikan ukuran teks */
    line-height: 1.5;
}

.banner img {
    width: 80%; /* Kurangi ukuran gambar agar lebih proporsional */
}

.services .service-item {
    margin-bottom: 20px; /* Tambahkan jarak antar service item */
}

.benefits .item-benefit img {
    max-width: 60px; /* Kurangi ukuran ikon */
    margin-bottom: 10px;
}

.benefits .item-benefit h3 {
    font-size: 1.2rem;
}

.call-to-action h3 {
    font-size: 1.5rem;
}

.call-to-action p {
    font-size: 1rem;
    line-height: 1.6;
}

.carousel img {
    max-width: 100%;
    height: auto; /* Pastikan gambar carousel tetap responsif */
}
}


/* Efek Shadow untuk Tulisan */
.text-shadow {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}


/* register/ signup */
@media only screen and (max-width: 820px) and (orientation: portrait) {
  .signup-user .right {
      display: none;
  }

  .signup-user .left {
      width: 100%;
      padding: 20px;
  }

  .btn.btn-master {
      left: 10px !important;
  }

  /* services */
  
}


@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .signup-user .right {
      display: none;
  }

  .signup-user .left {
      width: 100%;
  }

  .btn-master {
      z-index: 1000;
      position: fixed;
      top: 10px;
      left: 20px;
  }

  .form-floating label {
      font-size: 1rem; /* Sesuaikan ukuran label jika diperlukan */
  }

  input.form-control, .btn {
      font-size: 1rem; /* Sesuaikan ukuran teks input dan tombol */
  }

  .header-third, .header-second, .subheader {
      font-size: 1.2rem; /* Sesuaikan ukuran teks heading dan subheader */
  }
}


@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .navbar .d-flex {
      display: flex;
      align-items: center;
      gap: 10px; /* Beri jarak antara Sign In dan Sign Up */
  }

  .navbar .d-flex .btn-thirdty {
      background: transparent;
      color: #060606;
  }

  .navbar .d-flex .btn-thirdty:hover {
    background: #fff;
}

  .navbar .d-flex .btn1 {
      padding: 8px 20px;
      font-size: 16px;
    
  }

  /* services */

  .services .row {
    flex-wrap: nowrap !important; /* Pastikan elemen tidak turun ke bawah */
    display: flex;
    justify-content: center;
  }

  .services .col-xl-4, 
  .services .col-xl-3 {
    flex: 1; /* Biarkan setiap card menyesuaikan lebar */
    max-width: 45%; /* Atur agar tetap dalam satu baris */
  }

  /* pricing */
  .pricing .row.text-center {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    overflow-x: auto;
    gap: 20px;
}

.pricing .col-lg-4 {
    flex: 0 0 auto;
    width: 32%; /* Sesuaikan agar tetap sejajar */
    min-width: 300px;
}

/* Pastikan card memiliki tinggi minimum */
.table-pricing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding-bottom: 20px;
}

/* Pastikan tombol berada di dalam card */
.table-pricing p {
    margin-bottom: 0;
}

.table-pricing .btn {
    width: 50px;
    
    margin-top: auto;
}

}





/* tampilan MOBILE/ANDROID ( 480 MAX ) */

.benefits .container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap; /* Membuat elemen turun ke bawah jika tidak muat */
  justify-content: center; /* Menyusun ke tengah jika di mobile */
  gap: 16px;
}

.item-benefit {
  flex: 1 1 250px; /* Setiap item akan memiliki minimal lebar 250px */
  max-width: 100%;
  text-align: center;
}

.item-benefit img {
  max-width: 80px; /* Ukuran ikon responsif */
  height: auto;
}



/* Responsif untuk Mobile */
@media (max-width: 480px) {
  .d-flex {
      flex-direction: column; /* Menjadikan item bertumpuk ke bawah */
      align-items: center;
  }


  .item-benefit {
      width: 100%; /* Full width di mobile */
      max-width: 300px; /* Batasi agar tidak terlalu lebar */
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.d-flex {
    flex-direction: column;
    gap: 10px;
}


}

.active-nav::after {
  content: "";
  bottom: -2px;
  /* width: 100%;  */
  height: 2px;
  background-color: black;
}







/* Other styles remain the same... */



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






