body {
    -webkit-font-smoothing: antialiased;
}

/* slider */

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    height: 951px;
}

@media screen and (max-width: 1200px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 800px;
    }
}

/* background */

.paper-bg {
    background-color: #ffffff;
    opacity: 1;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #f7f7f7 0, #f7f7f7 1px, #ffffff 0, #ffffff 50%);
}

.bg-01 {
    background-image: url("../images/bg/bg-01.jpg");
}

.primary-bg {
    background-color: #f7f7f7;
}

.lines-bg {
    background-color: #ffffff;
    opacity: 1;
    background-size: 20px 20px;
    background-image:  repeating-linear-gradient(to right, #f7f7f7, #f7f7f7 1px, #ffffff 1px, #ffffff);
}

/* misc */
.feature-item h4 {
    padding-bottom: 20px;
}

.section-padding {
    padding: 6rem 0;
}

.border-1px-gray {
    border: .2px solid rgb(228, 228, 228);
}

.lh-20px {
    line-height: 20px !important;
}

.why-desc {
    padding: 30px 40px;
}

.title-hl {
    color: var(--bs-primary);
    font-weight: 700;
}

.text-white2 {
    color: #ffffff;
    letter-spacing: 3px;
}

.text-gray {
    color: gray;
    letter-spacing: 3px;
}

.proj {
    width: 100%;      
    height: 100%;     
    object-fit: cover;
    border-radius: 8px;
    display: block;   
}

.btn-proj {
    width: 300px;
    float: right;
}

.footer-div {
    border-top: solid 1px #ffffff4f;
}

.footer-item {
    border-left: 1px solid #ffffff4f;
    padding-left: 50px;
} 

/* parallax */
.parallax {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
 

@media (max-width: 991.98px) {
    .footer-divider {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
}

.fancy-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.fancy-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: var(--bs-primary);
    margin: 30px auto 0;
}

.about-pic-2 {
    max-height: 200px;
    margin: 20px 0;
}

.about-pic-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width:1200px) {
    .about img {
        margin-top: 40px;
    }
}

@media screen and (max-width:460px) {
    #navbar-logo2 {
        max-width: 250px;
    }
}

@media screen and (max-width:380px) {
    #navbar-logo2 {
        max-width: 180px;
    }
}

.fab-icon {
    position: absolute;
    top: 18%;
    right: 24%;
}


.floating {
    position: fixed;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .5); */
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
    z-index: 100;
    transition: ease .3s;
    text-decoration: none;
}

.floating:hover {
    text-decoration: none;
    color: white;
    transform: scale(1.1);
}

.i-wa {
    background-color: #0cc143;
    bottom: 520px;
    right: 16px;
    font-size: 25px;
}

.i-wa2 {
    background-color: #0cc143;
    bottom: 464px;
    right: 16px;
    font-size: 25px;
}