
.feature-icon-wrap {
    display: flex;  /* Use flexbox to align items horizontally */
    align-items: center;  /* Align items vertically in the center */
}

.left-side-icon img {
    width: 80px;  /* Adjust the size of the image */
    height: auto;
    margin-right: 20px;  /* Space between the image and the text */
}

.features-text-right {
    flex: 1;  /* Take up the remaining space next to the image */
}

.features-text-right h3,
.features-text-right p {
    margin: 0;  /* Remove default margin */
}
.funfact{
background: url(images/bg1.jpg);
background-position: 50% 0;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
width: 100%;
height: auto;
overflow-x: hidden;
overflow-y: hidden;
vertical-align: middle;
z-index: 1;
display: block;
position: relative;
padding-top: 100px;
padding-bottom: 70px;
}
/***contact****/
#contacts {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
display: block;
z-index: 1;
}

#contacts::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(images/contactbg.jpg);
background-position: 50% 0;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
filter: blur(3px); /* Blur sebesar 50% */
z-index: -1;
transform: scale(1.1); /* Sedikit perbesar agar tidak muncul celah akibat blur */
}

.contacts-details i{
font-size: 50px;
color:#050505;
}
.contacts-details h4{
margin: 20px 0;
color:#000000;
font-weight: 300;
font-style: italic;
}
.contacts-form {
background-color: rgba(0,0,0,0.3);
padding: 30px;
margin: 30px 0;
}
.contacts-form .form-control{
min-height: 45px;
border: 0px;
box-shadow: none;
-webkit-box-shadow: none;
border: 1px solid #fff;
border-radius: 0px;
background-color: transparent;
color:#fff;
-webkit-border-radius: 0px;
}
.contacts-form h3{
margin-bottom: 20px;
font-weight: 700;
color:#fff;
text-transform: uppercase;
}
.icon-black {
color: black; /* Ubah warna ikon menjadi hitam */
font-size: 2em; /* Sesuaikan ukuran jika perlu */
}
