/* FONT IMPORT */
@import url(../css/clash-display.css);

/* VARIABLE */
:root{
    --c-dark: #212529;
    --c-brand: #4e57d4;
    --c-brand-light: #6970dd;
    --c-brand-rgb: 78, 87, 212;
    --c-body: #727272;
    --font-base: "Century Gothic", sans-serif;
    --box-shadow: 0px 15px 25px rgba(0,0,0,.08);
    --transition: all 0.5s ease;
}

/* CSS RESET */
html,body{
    overflow-x: hidden;
}
body{
    font-family: var(--font-base);
    line-height: 1.7;
    color: var(--c-body);
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight: 600;
    color: var(--c-dark);
}

a{
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);   
}

a:hover{
    color: var(--c-brand-light);
}

img{
    max-width: 50%;
    height: auto;
}

.section-padding{
    padding-top: 50px;
    padding-bottom: 100px;
}


.theme-shadow{
    box-shadow: var(--box-shadow);
}

/* IMAGE ZOOM */
.image-zoom{
    position: relative;
    overflow: hidden;
}

.image-zoom-wrapper{
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img{
    transition: var(--transition);
}

.image-zoom:hover .image-zoom-wrapper img{
    transform: scale(1.1);
}

/* NAVBAR */
.navbar{
    box-shadow: var(--box-shadow);
}

.navbar-nav .nav-link{
    font-weight: 500;
    color: var(--c-dark);
}

.navbar-nav .nav-link.active{
    color: var(--c-brand);
}

/* BUTTON */
.btn{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 10px 24px;
}

.btn-brand{
    background-color: var(--c-brand);
    border-color: var(--c-brand);
    color: white;
}

.btn-brand:hover{
    background-color: var(--c-brand-light);
    border-color: var(--c-brand-light);
    color: white;
}


/* HERO */
/* #hero{
    background: linear-gradient(rgba(var(--c-brand-rgb),.5), rgba(var(--c-brand-rgb),.4)), url(../img/hero-1.jpg);
    background-position: center;
    background-size: cover;
} */

/* CAROUSEL  */

#bakgroun{
    height: 100vh;
    background: linear-gradient(rgba(var(--c-brand-rgb),.10), rgba(var(--c-brand-rgb),.2)), url(../img/aset/file.png);
    background-position: center;
    position: relative;
    background-repeat: repeat;
}

#bakgroun .carousel-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

#bakgroun2{
    height: 100vh;
    background: linear-gradient(rgba(var(--c-brand-rgb),.10), rgba(var(--c-brand-rgb),.2)), url(../img/aset/file2.png);
    background-position: center;
    position: relative;
    background-repeat: repeat;
}

#bakgroun2 .carousel-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

#bakgroun4{
    height: 100vh;
    background: linear-gradient(rgba(var(--c-brand-rgb),.10), rgba(var(--c-brand-rgb),.2)), url(../img/aset/file4.png);
    background-position: center;
    position:relative;
    background-repeat:repeat;
}

#bakgroun4 .carousel-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon,
.carousel-indicators{
    filter: invert(100%);
}

/* FEATURES */

section.quote {
  background: url("../img/aset/golden4.jpeg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  padding: 100px;
  margin-top: 150px;
}
section.quote .layar-dalam p {
  display: inline;
  background: url("asset/quote-icon.png") no-repeat;
  padding: 40px;
}
#features .card .card-body{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* SECTION TITLE */
.section-title{
    margin-bottom: 60px;
}

.section-title .line{
    width: 60px;
    height: 4px;
    background-color: var(--c-brand);
    margin: 16px auto 24px;
}

.section-title p{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}



/* ICONBOX */
.iconbox{
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--c-brand-rgb),.1);
    color: var(--c-brand);
    font-size: 30px;
    flex: none;
}


/* tentang */
.tentang{
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.tentang::after{
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(var(--c-brand-rgb),.2);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: var(--transition);
}

.tentang:hover::after{
    width: 100%;
    height: 100%;
    background: var(--c-brand);
    z-index: -1;
}

.tentang:hover h5,
.tentang:hover p{
    color: white;
    transition: var(--transition);
}

.tentang:hover .iconbox{
    background-color: rgba(255, 255, 255, .2);
    color: white;
    transition: var(--transition);
}

/* COUNTER */
#counter{
    background: linear-gradient(rgba(var(--c-brand-rgb),.8), rgba(var(--c-brand-rgb),.8)), url(../img/counter.jpg);
    background-position: center;
    background-size: cover;
}

/* PORTOFOLIO */
.portofolio-item .iconbox{
    background-color: var(--c-brand);
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity: 0;
}

.portofolio-item:hover .iconbox{
    opacity: 1;
    top: 50%;
}
/* REVIEW */
.review small{
    font-weight: 600;
    text-transform: uppercase;
    color: var(--c-brand);
}

.review-head{
    position: relative;
}

.review-head::after{
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -14px;
    background-color: red;
    transform: rotate(45deg);
    background-color: white;
}

/* TEAM */
.tusi-member-content{
    background-color: var(--c-brand);
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: calc(100% - 50px);
    transform: translateX(-50%);
    padding: 24px;
    transition: var(--transition);
    opacity: 0;
}

.tusi-member:hover .team-member-content{
    opacity: 1;
    bottom: 24px;
}


/* CONTACT */
#contact{
    position: relative;
    z-index: 2;
}

#contact::after{
    content: "";
    width: 100%;
    height: 70%;
    background: linear-gradient(rgba(var(--c-brand-rgb),.3), rgba(var(--c-brand-rgb),.8)), url(../img/aset/bakgroun3.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#contact .form-control{
    border-radius: 0;
}

#contact .form-control:focus{
    box-shadow: none;
    border-color: var(--c-brand);
    
}

/* FOOTER */
footer{
    padding-top: 70px;
}

.footer-top{
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom{
    padding-top: 40px;
    padding-bottom: 40px;
}

footer li,
footer p,
footer a{
    color: rgba(255, 255, 255, .7);
}

footer ul{
    list-style: none;
    padding: 0;
}

footer .line{
    width: 40px;
    height: 4px;
    background-color: var(--c-brand);
    margin-top: 12px;
    margin-bottom: 24px;
}

.social-icons a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100px;
}

.social-icons a:hover{
    background-color: var(--c-brand);
    color: white;
}

.social-icons i{
    font-size: 23px;
}

.book-table-img {
    height: 45vh;
    min-height: 200px;
    border-radius: 30px;
  }
  
  .back-img {
    background-position: center;
    background-size: cover;
  }