
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

* {
	font-family: 'Montserrat', sans-serif;
}
body {
	
	background: whitesmoke;
}
.section-padding {
	/* padding: 100px 0; */
	padding: 50px 0;
}
/* .carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
} */
.portfolio .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .card-body i {
	font-size: 50px;
}
.team .card-body i {
	font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption {
		bottom: 125px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.about-text {
		padding-top: 50px;
        justify-content: center;
	}
	.card {
		margin-bottom: 30px;
	}
}
/* text area boostrap */
/* .bottom div{
    border:1px solid #000;
    height: 200px;
    margin: 10px;
}
.bottom div img{
    max-width: calc(100% - 20px); 
    max-height:calc(100% - 20px); 
    margin:10px; 
    
} */


/* end text area boostrap */
/* Navbar Start */
.navbar{
    transition: all 0.3s;
    background-color: #fff;
    border-radius: 16px;
    height: 80px;
    margin: 20px;
}

.navbar-nav a {
	font-size: 15px;
	font-weight: 500;
}
.navbar-scrolled{
    background-color: rgba(18, 3, 156, 0.9);    
    box-shadow: 0 3x 10px rgba(0, 0, 0, 0.15);
    /* color: #fff; */
}
.navbar-light .navbar-brand {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000; /* Warna default ketika .navbar-scrolled tidak aktif */
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}
.w-100 {
	height: 100vh;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	/* background: #fff; */
}
/* .navbar-toggler span{
    color: #ffa500;
} */
.navbar-nav{
    transition: 0.5s ease-in-out;
}
.navbar-nav.show {
    opacity: 0;
}
.nav-item .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin-right: 20px;
    margin-top: 5px;
    border-radius: 8px;
    transition: 0.5s;
    
}
.nav-item .nav-link:active{
    transform: scale(0.8);
    
}
.nav-item .nav-link:hover{
    background: #ffa500;
    color: black;
    padding: 10px  20px;
    
}
@media (max-width: 1000px) {
    .contact-info {
        display: none;
    }
}
@media (max-width: 900px) {
    .navbar{
        height: max-content;
        /* background-color: rgba(255, 255, 255, 0.9); */
        color: #fff;
    }

}

/* Navbar End */
/* wa start */
.wa-btn-float{
    font-size: 28px;
    
}
/* Home Section Start */
.home {
    position: relative;
    width: 100%;
    /* min-height: 87vh; */
    min-height: 100%;
    
}

.home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(75deg, rgba(175, 175, 175, 0.9), rgba(123, 143, 255, 0.5)), url('../../assets/images/bangunan_smc.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.home .content{
    padding-top: 35px;
    /* min-height: 500px; */
    text-align: center;
}
.home .content h5{
    color: white;
    font-size: 38px;
    font-weight: 550;
    text-shadow: 0px 10px 10px black;
    
}
@media (max-width:850px){
    .home .content h5{
        color: white;
        font-size: 20px;
        font-weight: 550;
        text-shadow: 0px 10px 10px #000;
        /* background-position: 50%; */
    }
    .home .content h1{
        color: white;
        padding-bottom:50px;
        font-size: 20px;
        font-weight: 550;
        text-shadow: 0px 100px 100px white;
        margin-top: 5px;
    }
}
.home .content h1{
    margin: 10px;
    background-color: #000;
    color: white;
    font-size: 50px;
    padding-bottom:50px;
    font-weight: 550;
    text-shadow: 0px 100px 100px white;
    margin-top: 1px;
}
.home .content button{
    padding: 4px  4px;
    background: none;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 550;
    border-radius: 22px;
    text-decoration: none;
    transform: scale(1.8);
}
.home .content p{
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0px 1px 1px black;
    margin-bottom: 20px;
    margin-top: 5px;
}
.home .content a{
    padding: 10px  40px;
    background: white;
    color: black;
    letter-spacing: 0.8px;
    font-weight: 550;
    border-radius: 5px;
    text-decoration: none;
    transform: scale(1.8);
    box-shadow: 5px 5px 0 darkgray;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: 0.2s linear;
    
}
.home .content a:hover{
    background: #0cf;
    color: white;
    box-shadow: 7px 9px 0 white;
    
}

.home .content a:active{
    transform: scale(1.8);
    padding: 9px  47px;
    
    
}
@media (max-width:850px){
    .home{
        background-position: 50%;
    }
}
@media (max-width:450px){
    .home .content h5{
        font-size: 25px;
    }
    .home .content h1{
        font-size: 33px;
    }
    .home .content p{
        font-size: 13px;
    }
}
.input-custom form input{
    padding: 13px;
    color: #000;
    border: none;
    outline: none;
    font-size: 25px;
    border-radius: 12px;
    box-shadow: 0px 5px 5px -6px #000;
}
.input-nama input{
    padding: 13px;
    color: red;
    border: none;
    outline: none;
    /* margin-bottom: 100px; */
    font-size: 25px;
    border-radius: 12px;
    box-shadow: 0px 5px 5px -6px #000;
}
.input-custom form select{
    padding:13px;
    color: #000;
    border: none;
    outline: none;
    font-size: 25px;
    border-radius: 12px;
    box-shadow: 0px 5px 5px -6px #000;
    
}
.input-custom form button{
    font-size: 25px;
    border-radius: 12px;
    box-shadow: 0px 5px 5px -6px #000;
    margin-top: 30px;
    padding:10px;
    transition: 0.3s;
}
.input-custom form button:hover{
    transform: scale3d(0.3s);
    font-size: 25px;
    border-radius: 12px;
    box-shadow: 0px 5px 5px -6px #000;
    padding:12px;
}
@media (max-width: 770px) {
    #cc-image {
        display: none;
    }
}
.swal-overlay{
    background-color: rgba(0, 0, 0, 0.45);
}
.bckg{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:linear-gradient(75deg, rgba(175, 175, 175, 0.9), rgba(123, 143, 255, 0.5)), url('../../assets/images/bangunan_smc.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;    
}
.inputqr-custom form button{
    font-size: 30px;
    border-radius: 12px;
    box-shadow: 0px 5px 5px -6px #000;
    margin-top: 30px;
    padding:20px;
    /* transition: 0.3s; */
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: 0.2s linear;
}
.inputqr-custom form button:hover{
    transform: scale3d(0.3s);
    font-size: 29px;
    border-radius: 12px;
    box-shadow: 0px 5px 5px -6px #000;
    padding:19px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: 0.2s linear;
}
.carousel{
    position: relative;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.highlight{
    color: white;
    font-family: sans-serif;
    font-size: 200px;
    -webkit-text-stroke: 1.1px #F8F8F8;
    text-shadow: 7px 2px 4px #344e6c;
    
}
.col-centered{
    float: none;
    margin: 0 auto;
 }