/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 08:14:59 */
/* +++++++++++++++++++++++++++++
			button
+++++++++++++++++++++++++++++++*/
.landing-grid-container {
	display: grid;
	grid-template-columns: 3.8fr 1.2fr;  
	height: 75vh;
	align-items: center;
/* 	margin-bottom: 60px; */
}
.left-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	height: 100%;
	text-align: center;
}
.left-content h1 {
	font-size: 50px;
	color: #002D73;
	margin: 0;
}
.left-content p {
	font-size: 20px;
	line-height: 1.5;
	color: rgba(0, 45, 115, 0.8); 
	margin: 0;
}
.buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
.btn_landingPage {
	display: inline-flex;
	width: 30vw;
	max-width: 300px; 
	min-width: 200px; 
	height: 10vw; 
	max-height: 120px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 25px 15px;
	font-size: 40px;
	line-height: 1.2;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;    
}
.btn_landingPage:hover {
  	transform: scale(1.05); 
 	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.btn_landingPage.fill {
	background-color: #002D73;
	color: white;
}
.btn_landingPage.outline {
	background-color: transparent;
	color: #002D73;
	border: 4px solid #002D73;
}
@media (max-width: 1025px){
	.landing-grid-container {height: 60vh;}
	.left-content h1 {font-size: 40px;}
  	.left-content p {font-size: 15px;}
	.btn_landingPage {font-size: 34px;width:240px;}
}
@media (max-width: 850px){.left-content h1 {font-size: 35px;}}
@media (max-width: 768px) {
	.landing-grid-container {grid-template-columns: 1fr;text-align: center;height:auto;max-height: 120vh;}
	.left-content h1 {font-size: 36px;}
	.left-content p {font-size: 14px;}
	.btn_landingPage {font-size: 26px;padding: 14px 28px;}
}
@media (max-width: 430px){
	.landing-grid-container {max-height: 380px;align-items: flex-start;padding-top: 0;}
	.landing-grid-container {grid-template-columns: 1fr;text-align: center;}
	.left-content h1 {font-size: 26px;}
  	.left-content p {font-size: 12px;}
	.btn_landingPage {font-size: 20px; width:200px; height: 55px;}
}
/* +++++++++++++++++++++++++++++
		Latest Theme
+++++++++++++++++++++++++++++++*/
.landingPage_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	max-width: 1000px;
	margin: 0 auto 100px auto!important;
	font-family: "Inter", sans-serif;
	text-align: center;
	letter-spacing: 5%;
	font-style: bold;
}
.landingPage_title h1 {
	font-size: 55px; 
	color: #002D73;
/* 	margin: 30px 0 !important; */
}
.slider {
	width: 100%;
	max-width: 1000px; 
	margin: 0 auto;
	overflow: hidden;  
	position: relative;
	border-radius: 30px;
	transition: overflow 0.3s ease;
}
.slider:hover {
    overflow: visible;
    z-index: 2;
}
.slides {display: flex;	width: 200%;animation: slide 6s infinite;}
.slides a {flex: 0 0 50%;display: block;}
.slides img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 30px;
	transition: 
		transform 0.3s ease, filter 0.3s ease, 
		box-shadow 0.3s ease, border-radius 0.3s ease;
	cursor: pointer;
}
.slides img:hover {
	transform: scale(1.08) translateY(-5px); 
    filter: brightness(0.95);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    border-radius: 30px; 
}
/* autoplay */
@keyframes slide {
  0% { transform: translateX(0); }
  40% { transform: translateX(0); }
  50% { transform: translateX(-50%); }
  90% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@media (max-width: 1025px){
	.landingPage_title h1 {font-size: 45px;}
}
@media (max-width: 768px) {
	.landingPage_title h1 {font-size: 35px;}
	.landingPage_content{flex-direction: column;align-items: center;margin: 0 auto 60px auto !important;}	
}
@media (max-width: 430px){
	.landingPage_title h1 {font-size: 20px;}
	.landingPage_content{flex-direction: column;align-items: center;margin: 0 auto 60px auto !important;}	
}
/* +++++++++++++++++++++++++++++
		How Do I Pray
+++++++++++++++++++++++++++++++*/
.landingPage_image {
	flex: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.landingPage_image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 30px;
}
.landingPage_content_title {
	position: absolute;
	text-align: center;
	width: 100%;
	margin: auto;
}
.landingPage_content_title h1 {
  font-size: 50px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
.landingPage_text {
	flex: 2;
	color: #002D73;
	font-family: "Inter", sans-serif;
	font-size: 27px;
	line-height: 1.3;
	text-align: justify;
}
.landingPage_text ol {
  text-align: justify;
}
.landingPage_text li {
	margin-bottom: 10px!important;
}
@media (max-width: 1025px){
	.landingPage_content_title h1 {font-size: 45px}
	.landingPage_text {font-size: 25px;}
}
@media (max-width: 769px) {
/* 	.landingPage_image {width: 100%;max-height: 250px;overflow: hidden;margin-top: 60px;} */
	.landingPage_image {width: 100%;max-height: 250px;overflow: hidden;}
	.landingPage_image img {width: 100%;height: 100%;object-fit: cover;display: block;}
	.landingPage_text {font-size: 18px;}
	.landingPage_content_title h1 {font-size: 36px}
}
@media (max-width: 430px){
	.landingPage_content_title h1 {font-size: 30px}
	.landingPage_text {font-size: 16px;}
	.landingPage_image {max-height: 200px;}
}
/* +++++++++++++++++++++++++++++
		Social Media
+++++++++++++++++++++++++++++++*/
.social-media-section {
	font-family: 'Inter', sans-serif;
    background-image: url('https://www.salvation.my/zh/wp-content/uploads/sites/201/2025/08/socialMedia_background-1.png');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
	margin: 0 auto 100px auto;
    padding: 40px;
    color: white;
    max-width: 1000px;
	height: auto;
}
.social-media-section h1 {
    font-size: 55px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
	color: white;
}
.account-block { margin-bottom: 20px;}
.account-label {
	padding-left: 4%;
    font-size: 25px;
    font-weight: 300;
    text-align: left;
	line-height: 1.15;
	margin-bottom: 0.5%;
}
.account-bar {
    background-color: rgba(255, 255, 255, 0.7); 
    border-radius: 30px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.account-name {
    font-size: 35px;
    font-weight: 500;
    color: black;
    text-align: center;
    flex: 1;
	max-width: 500px;
}
.account-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    max-height: 100px;
	cursor: pointer;    
}
.account-bar img {
    width: 100%;
    height: auto;
	transition: all 0.3s ease;
}
.account-bar a:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4)); 
    transition: all 0.3s ease;
}
@media (max-width: 1025px){
	.social-media-section h1 {font-size: 45px;}
	.account-label {font-size: 20px;}
	.account-name {font-size: 28px;max-width: 350px;}
}
@media (max-width: 769px) {
	.social-media-section h1 {font-size: 38px;}
	.account-label {font-size: 15px;}
	.account-name {font-size: 24px;max-width: 250px;}
}
@media (max-width: 430px){
	.social-media-section {padding: 15px;margin: 0 auto 60px auto !important;}
	.social-media-section h1 {font-size: 25px;}
	.account-label {font-size: 12px;padding-left: 8%;}
	.account-name {font-size: 18px; text-align:left;}
	.account-bar a {flex: 1;font-size: 14px;padding: 6px 0;max-width: 50px;max-height: 50px;}
}