/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Custom scrollbar */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #F67F18;
  border-radius: 4px !important;
}
::-webkit-scrollbar-thumb:hover {
  background: #FEC43C;
  border-radius: 4px !important;
}
/* Custom scrollbar */

/*Menghilangkan garis bawah di setiap link bawaan HTML*/
a {
  text-decoration: none !important;
}
/*Menghilangkan garis bawah di setiap link bawaan HTML*/

/*jointchat*/

.joinchat__button {
	margin-bottom : 60px;
}
/*jointchat*/

/*item*/
.item #uc_post_grid_elementor_f403724 .uc_post_image {
	padding-top : 20px;
}
/*item*/
/*Gallery Elementor*/
.ug-gallery-wrapper, .ug-gallery-wrapper * {
	border-radius: 10px;
}

.ug-thumbs-grid, .ug-thumbs-grid-inner {
	width:100% ;
}



/*carousel youtube iframe*/
img1 {
  width: 100%; /* or max-width: 100%; */
  height: auto;
}

img2 {
  width: 100%; /* or max-width: 100%; */
  height: auto;
}

.call-action-three {
  background-color: var(--light-2);
 padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action-three {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .call-action-three {
    padding: 60px 0;
  }
}
.call-action-three .call-action-content {
  margin-bottom: 50px;
}
.call-action-three .call-action-content .action-title {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 45px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action-three .call-action-content .action-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .call-action-three .call-action-content .action-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.call-action-three .call-action-content .text {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

/* Wrapper */
.video-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Jarak antar video */
    justify-content: center; /* Center alignment */
  }
  .video-container iframe {
    width: 100%;
    aspect-ratio: 9 / 16; /* Untuk memastikan video tetap portrait */
  }
  .video-item {
    flex: 1 1 calc(33.33% - 10px); /* 3 kolom */
    max-width: calc(33.33% - 10px);
	  border-radius: 30px;
  }
@media (max-width: 768px) {
  .video-grid, .video-container {
    grid-template-columns: repeat(1, 1fr); /* 1 kolom di layar kecil */
  }
}

/* Wrapper untuk container slider */
.slider-container {
  position: relative;
  overflow: hidden;
  max-width: 1500px; /* Lebar maksimum slider */
  margin: auto;
  display: flex;
  overflow-x: hidden; /* Menyembunyikan scrollbar */
}

/* Track yang berisi elemen slider */
.slider-track {
  display: flex;
  animation: slide 30s linear infinite; /* Animasi bergerak otomatis */
}

.slider-container:hover .slider-track {
  animation-play-state: paused; /* Pause animasi saat hover */
}

.slider-container::-webkit-scrollbar {
  display: none; /* Menyembunyikan scrollbar di Chrome, Edge, dan Safari */
}

/* Item di dalam slider */
.slider-item {
  flex-shrink: 0;
  margin: 0 0.5rem; /* Jarak antar item */
  flex: 0 0 auto; /* Menjaga item tidak mengecil atau membungkus */
  border-radius: 30px;
}

iframe {
  height: 535px; /* Tinggi iframe (proporsi 16:9) */
  border: none; /* Menghapus border */
  border-radius: 30px;
}

/* Menambahkan margin kiri dan kanan untuk styling tambahan */
.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

/* Keyframes untuk animasi slider */
@keyframes slide {
  0% {
    transform: translateX(0); /* Mulai dari posisi awal */
  }
  100% {
    transform: translateX(-100%); /* Bergeser sejauh satu frame ke kiri */
  }
}

/* bagian grid naik turun */
.grid1, .grid2, .grid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 kolom */
	grid-gap: 37px;
	align-items: start;
	justify-items: center;
}

.box {
	width: 100%;
	background: #eee;
	text-align: center;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.5s ease-in-out;
}

.box img {
	width: 100%;
	height: auto;
	display: block;
}

/* Set tinggi box secara manual */
.box:nth-child(1) {
	  grid-column: span 3; /* Lebar 2 kolom */
	  grid-row: span 1;
	  background-color: rgba(246, 127, 24, 1);
	}

	.box:nth-child(2) {
	  grid-column: span 3; /* Lebar 1 kolom */
	  grid-row: span 2;
	  background-color: rgba(250, 162, 14, 1);
	}

	.box:nth-child(3) {
	  grid-column: span 3; /* Lebar 3 kolom */
	  grid-row: span 1; 
	  background-color: rgba(254, 196, 60, 1);
	}
/* Set tinggi box secara manual */

/*carousel youtube iframe*/

/* === Figtree (Astra local fonts) === */
@font-face {
  font-family: "Figtree";
  src: url("https://merhabasemarang.com/core/astra-local-fonts/figtree/_Xms-HUzqDCFdgfMm4S9DQ.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("https://merhabasemarang.com/core/astra-local-fonts/figtree/_Xms-HUzqDCFdgfMm4q9DbZs.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === Public Sans (Astra local fonts) === */
@font-face {
  font-family: "Public Sans";
  src: url("https://merhabasemarang.com/core/astra-local-fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("https://merhabasemarang.com/core/astra-local-fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === Font Awesome 6 Solid === */
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("https://merhabasemarang.com/core/modules/b56cee59c0/assets_libraries/font-awesome6/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* === Eicons (Elementor icons) === */
@font-face {
  font-family: "eicons";
  src: url("https://merhabasemarang.com/core/modules/f65f29574d/assets/lib/eicons/fonts/eicons.woff2?5.44.0") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
