@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body{
    font-family: "Nunito", sans-serif;
    width: 100%;
    height: 100%;
}

body{
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
}

.align-center{
    align-items: center;
}

.line{
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #4ac4f3;
    position: relative;
    z-index: 1;
    left: 10px;
}

.line::before{
    content: " ";
    position: absolute;
    left: -15px;
    height: 2px;
    width: 10px;
    background: #4ac4f3;
}

/*
  ========== NAVIGATION ===========
*/

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

@media (min-width:576px) {
    .container-full {
        max-width: 540px;
    }

    .navbar-main ul > li > a {
        padding: 5px 0 !important;
    }
}

@media (min-width:768px) {
    .container-full {
        max-width: 720px;
    }

    .navbar-main ul > li > a {
        padding: 5px 0 !important;
    }
}

@media (min-width:992px) {
    .container-full {
        max-width: 960px;
    }

    .navbar-main ul > li > a {
        padding: 35px 15px !important;
    }
}

@media (min-width:1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

.navbar-main{
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    margin: 0;
    padding: 0;
}

.navbar-main.navbar-fixed{
    position: absolute;
    z-index: 2;
}

.navbar-main.navbar-fixed.fixed-top{
    position: fixed;
    z-index: 2;
}

.navbar-main ul>li>a{
    color: #333333;
    background-color: transparent !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding: 5px 0;
}

.navbar-main ul>li>a.active,
.navbar-main ul>li>a:hover{
    color: #4ac4f3 !important;
}


/*
  ========== SECTION HOME ===========
*/
.section-home{
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #333333;
}

.section-home,
.section-home .container,
.section-home .container .wrap-content,
.section-home .container .wrap-content .row{
    height: 100%;
}

.section-home .title{
    position: relative;
}

.section-home .title h2{
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 25px;
}

.section-home .title::after{
    position: absolute;
    content: " ";
    top: -50px;
    left: -50px;
    height: 150px;
    width: 150px;
    background: url("../../../../assets/img/dotted-bg.png");
}

.section-home .title p{
    font-size: 18px;
    line-height: 34px;
}

.section-home .ilustrasi img{
    max-width: 120%;
}

@media only screen and (max-width: 767px){
    .section-home{
        padding-top: 120px;
        padding-bottom: 120px;
        height: auto;
    }

    .section-home .title{
        text-align: center;
    }

    .section-home .ilustrasi{
        text-align: center;
    }

    .section-home .ilustrasi img{
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .section-home{
        padding-top: 180px;
    }

    .section-home .title{
        text-align: center;
    }

    .section-home .ilustrasi{
        text-align: center;
    }

    .section-home .ilustrasi img{
        max-width: 100%;
    }
}

.wrap-content .row{
    height: auto;
}

.overlay-background{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;;
    background-position: bottom !important;;
    z-index: -1;
}

/*
  ========== SECTION FEATURE ===========
*/
.section-feature{
    padding-top: 120px;
    padding-bottom: 120px;
    background: #edf5ff;
    min-height: 100%;
}

.section-feature .title{
    margin-bottom: 60px;
}

.section-feature .title h2{
    font-weight: 700;
    color: #333333;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
}

.section-feature .title p{
    margin-top: 10px;
    color: #333333;
}

.feature{
    margin-bottom: 120px;
}

.section-feature .reason .info > h5{
    text-transform: uppercase;
    font-weight: 700;
    color: #4ac4f3;
    margin-bottom: 15px;
}

.section-feature .reason .info > h2{
    font-weight: 700;
    color: #232323;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.section-feature .reason .info > ul{
    border-left: 1px dashed #cccccc;
    padding-left: 30px;
    margin-left: 10px;
    list-style-type: none;
}

.section-feature .reason .info > ul li:first-child{
    margin-top: 0;
}

.section-feature .reason .info > ul li{
    margin-top: 25px;
}

.section-feature .reason .info > ul li h5{
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.section-feature .reason .info > ul li h5::after{
    position: absolute;
    left: -40px;
    content: "\f058";
    font-family: "FontAwesome";
    color: #4ac4f3;
    font-weight: 600;
}

.section-feature .reason .ilustrasi img{
    max-width: 120%;
}

@media only screen and (max-width: 767px){
    .section-feature .reason .ilustrasi img{
        max-width: 80%;
    }
}

#carousel-feature .item{
    padding: 66px 37px;
    background: #ffffff;
    border-radius: 8px;
}

#carousel-feature .item .icon i{
    display: inline-block;
    font-size: 40px;
    margin-bottom: 30px;
    color: #4ac4f3;
    height: 80px;
    width: 80px;
    line-height: 90px;
    border-radius: 8px;
    background: rgba(74, 196, 243, 0.1);
}

#carousel-feature .item{
    margin-bottom: 15px;
}

#carousel-feature .item .info h4{
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

#carousel-feature .item .info p{
    color: #666666;
    text-transform: none;
    font-weight: 400;
}

#carousel-feature .carousel-indicators{
    bottom: -50px;
}

#carousel-feature .carousel-indicators button{
    background-color: #ffffff;
}

#carousel-feature .carousel-indicators button.active{
    background-color: #4ac4f3;
}

#carousel-feature .carousel-control-prev,
#carousel-feature .carousel-control-next{
    color: #4ac4f3;
}

/*
  ========== SECTION PORTOFOLIO ===========
*/
.section-portofolio{
    min-height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.section-portofolio .title{
    margin-bottom: 60px;
}

.section-portofolio .title h2{
    font-weight: 700;
    color: #333333;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
}

.section-portofolio .title p{
    margin-top: 10px;
    color: #333333;
}

.section-portofolio .tabs #porto-tabs{
    padding: 50px;
    background-color: #4ac4f3;
    border: none;
}

.section-portofolio .tabs #porto-tabs li{
    margin: 15px 0;
}

.section-portofolio .tabs #porto-tabs li a{
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    color: #ffffff;
    text-align: left;
    font-weight: 700;
}

.section-portofolio .tabs #porto-tabs li a.active{
    background-color: #ffffff;
    color: #232323;
    border-color: #dee2e6 #dee2e6 #fff;
}


/*
  ========== SECTION BLOG ===========
*/

.section-blog{
    min-height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    background: rgba(74, 196, 243, 0.1);
}

.section-blog .blog-content{
    background-color: #ffffff;
}

.section-blog .blog-content .title{
    font-weight: 700;
}

.section-blog .blog-content .title a{
    text-decoration: none;
    color: #333333;
    transition: all 0.35s ease-in-out;
}

.section-blog .blog-content .title a:hover{
    color: #4ac4f3;
}

/*
  ========== SECTION CONTACT ===========
*/

.section-contact{
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    /*background-color: #edf5ff;*/
}

.section-contact::after{
    position: absolute;
    left: 0;
    top: -50%;
    content: " ";
    height: 100%;
    width: 100%;
    background: #edf5ff;
    z-index: -1;
    transform: skewY(-15deg);
}

.section-contact .contact h2{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.2;
    color: #232323;
}

.section-contact .contact{
    padding-left: 80px;
    padding-right: 80px;
}

.section-contact .contact .form-item{
    position: relative;
    z-index: 1;
}

.section-contact .contact .form-item i.span-ico{
    position: absolute;
    top: 17px;
    left: 25px;
    color: #999999;
}

.section-contact .contact .form-item .form-control{
    padding-left: 35px;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: transparent;
    border-bottom: 1px solid #e7e7e7;
    height: 50px;
    color: #495057;
}

.section-contact .contact .form-item textarea.form-control{
    padding-top: 11px;
    height: auto;
}

.section-contact .contact .form-item .form-control:focus{
    box-shadow: none;
}

.section-contact .contact .form-item button{
    background-color: #4ac4f3;
    color: #ffffff;
    padding: 10px 35px;
    border: 2px solid #4ac4f3 !important;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 20px;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/*
  ========== FOOTER ===========
*/

footer{
    position: relative;
    z-index: 1;
}

footer p{
    color: #adb5bd;
}

footer .footer-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
}

footer .footer-bg img{
    max-width: 100%;
    vertical-align: middle;
}

.footer-content{
    padding-top: 70px;
    padding-bottom: 120px;
}

.footer-info img{
    margin-bottom: 30px;
}

.footer-link h4{
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 30px;
}

.footer-link ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-link li{
    margin-top: 20px;
}

.footer-link ul li a{
    color: #adb5bd;
    font-weight: 600;
    text-decoration: none;
}

.footer-link .address li:first-child{
    margin-top: 0;
}

.footer-link .address li{
    display: flex;
}

.footer-link .address li i{
    color: #4ac4f3;
    font-size: 24px;
    position: relative;
    top: 5px;
    font-weight: 900;
}

.footer-link .address li strong{
    display: block;
    color: #ffffff;
    font-weight: 900;
}

.footer-link .address li .icon{
    padding-right: 15px;
}

.copyright{
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p{
    color: #cccccc;
    font-weight: 400;
    text-transform: none;
}

.copyright a{
    color: #4ac4f3 !important;
    text-decoration: none;
}
