@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

* {
    font-family: 'Questrial', sans-serif;
}

body {
    background: #ffff;
}


/* home menu */

.hero {
    color: white;
    background-image: url(../image/background.png);
    padding-top: 280px;
    padding-bottom: 200px;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.hero-text h5 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 80px;
    margin-bottom: 20px;
    color: #DFD7BF;
}

.hero-text h1 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 80px;
    margin-bottom: 20px;
    color: #F9A81B;
}

.hero-text p {
    text-align: center;
    width: 80%;
    margin: auto;
    font-size: 16px;
    line-height: 1.9;
    color: #DFD7BF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .card {
        margin-bottom: 30px;
    }

    .img-area img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }

    .hero-text p {
        font-size: 14px;
    }

    .hero {
        padding-top: 160px;
        padding-bottom: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../image/mobile_background.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;

    }

    .hero-text h5 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;

    }

    .hero-text h1 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;

    }

    .hero-caption p {
        width: 100%;
        line-height: 1.6;
        font-size: 10px;
    }

    .card {
        margin-bottom: 30px;
    }
}



.section-padding {
    padding: 50px 0;
}

.navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-nav li.nav-item a.active {
    color: #53402F;
}

.navbar .getstarted {
    background: #106eea;
    margin-left: 30px;
    border-radius: 4px;
    font-weight: 400;
    color: #f1fbff;
    text-decoration: none;
    padding: .5rem 1rem;
    line-height: 2.3;
}

.navbar-light .navbar-brand {
    /* color: #000; */
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-toggler {
    padding: 1px 5px;
    font-size: 20px;
    line-height: 0.3;
    background: #ffff;
}

.services .section-header h3 {
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.services .section-header h3:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50% !important;
    transform: translate(-50%, 0);
    display: inline-block;
    width: 80px;
    border-bottom: #53402F solid 3px;
}

.services.section-padding h5 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;

}

.services.section-padding .services-pertama {
    width: 380px;
    position: start;
}

.services.section-padding .services-kedua {
    width: 380px;
    position: end;
}

.section-team .tim-pertama {
    width: 250px;
    position: start;
}

.section-team .tim-pertama {
    width: 250px;
    position: end;
}

.experience .services-pertama {
    width: 240px;
    position: start;
}

.experience .services-kedua {
    width: 240px;
    position: end;
}

.experience .services-ketiga {
    width: 240px;
    position: end;
}

/* expert slider */

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #53402F;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #53402F;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 20px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #8b6e54;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #53402F;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

/* footer */

footer {
    bottom: 0px;
    width: 100%;
    background: #53402F;
}

.main-content {
    display: flex;
}

.main-content .box {
    flex-basis: 50%;
    padding: 10px 20px;
}

.box h2 {
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
}

.box .content {
    margin: 20px 0 0 0;
    position: relative;
}

.box .content:before {
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #53402F;
}

.box .content:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #F0F0F0;
    top: -10px;
}

@media screen and (max-width: 900px) {
    footer {
        position: relative;
        bottom: 0px;
    }

    .main-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .main-content .box {
        margin: 5px 0;
    }
}



/* contact */

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/** Card ***/
.cards {

    transition: all 0.2s ease;
    cursor: pointer;
    height: 100%;
    min-height: 100px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.cards:hover {
    transform: scale(1.1);
}


.header-img {
    height: 100%;
    min-height: 100px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.img-about {
    height: 100%;
    min-height: 100px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


/* about page */
.how-section1 {
    margin-top: -15%;
    padding: 10%;
}

.how-section1 h4 {
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}

.how-section1 .subheading {
    color: #3931af;
    font-size: 20px;
}

.how-section1 .row {
    margin-top: 10%;
}

.how-img {
    text-align: center;
}

.how-img img {
    width: 40%;
}


/*** Service ***/
.service-page.section-padding .services-pertama {
    width: 480px;
    position: start;
}

.service-page.section-padding .services-kedua {
    width: 480px;
    position: end;
}

@media only screen and (max-width: 767px) {
    .service-page.section-padding .services-pertama {
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .service-page.section-padding .services-kedua {
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}

/* whatsapp button */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;

    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
    margin-right: 20px;

}
