/* font-family: 'Heebo', sans-serif;
font-family: 'Roboto Condensed', sans-serif; */

/* Variables */

:root{
    --c-dark:#212529;
    --c-brand:#4e57d4;
    --c-brand-light:#6970dd;
    --c-brand-rgb: 78, 87, 212;
    --c-body:#727272;
    --font-base:'Heebo', sans-serif;
    --box-shadow:0px 15px 25px rgba(0,0,0,0.08);
    --transition:all 0.5s ease;
}


/* Reset & Helpers */

body{
    font-family: var(--font-base);
    line-height: 1.7;
    color: var(--c-body);
}

h1,h2,h3,h4,h5,h6,
.h1.h2.h3.h4.h5.h6{
    font-weight: 600;
}

p{
    font-family: 'Roboto Condensed', sans-serif;
}

a{
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);
}

a:hover{
    color: var(--c-brand-light);
}

/* img{
    min-width: 100%;
    height: auto;
} */

.section-padding{
    padding-top: 140px;
    padding-bottom: 140px;
}


/* navbars */

#menu{
    position: absolute;
    width: 100%;
}

.navbar{
    position: relative;
    box-shadow: var(--box-shadow);
    width: 100%;
    top: 12px;
    background-color: #ffffff46;
    
}

.navbar-nav .nav-link{
    font-weight: 500;
    color: white;
}

.nav-link:hover{
    color: #ffe600;
}

.navbar-nav .nav-link.active{
    color: white;
}

/* BTN */

.btn{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 24px;
}

.btn-brand{
    background-color: #ffe600;
    /* border-color: var(--c-brand); */
    color: black;
}

.btn-brand:hover{
    background-color: var(--c-brand-light);
    border-color: var(--c-brand-light);
    color: white;
}


/* Hero */

#hero{
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.5)), url(../images/lf5rdchhbzu.jpg);
    background-position: center;
    background-size: cover;
}

.hero_content
{
    position: relative;
    top: 90px;
}

/* About */

#about{
    background: url(../images/24572776_sl_031520_28970_10-1.jpg);
    background-size: cover;
}

.quote{
    background-color: #EFEFEF;
    padding: 10px 20px;
    z-index: -1;
}

#counter{
    padding:50px 0px;
    background-color: #ffffff;
}



/* Service */

#service{
    background: url(../images/M2.png);
    background-repeat: no-repeat;
}

.card-service{
    background: url(../images/2607293_4981.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.popular-card{
    padding: 20px 20px;
}


.popular-card a{
        color: black;
        text-decoration: none;
}



/* Premium */

#premium{
    background: linear-gradient(rgba(0,0,0,0.507), rgba(0,0,0,0.438)), url(../images/lamborghini.jpg);
    background-position: center;
    background-size: cover;
}


/* Package */

#package{
    background: url(../images/24572776_sl_031520_28970_10-1.jpg);
    background-size: cover;
    padding: 50px 0px;
}

.card-package-pre{
    background-color: #ffffff;
    border: 1px solid rgba(160, 160, 160, 0.623);
    
}

.card-package-pre-content{
    background-color: black;
    padding: 15px 0px 7px 0px;
    color: white;
}



.tab-bg{
    background-color: #b3b3b381;
    color: black;
}

.card-package{
    background-color: rgba(218, 218, 218, 0.705);
    padding: 30px 0px 0px 0px;
    border: 1px solid rgba(160, 160, 160, 0.623);
}


/* Discount */

#discount{
    background: linear-gradient(rgba(0,0,0,0.507), rgba(0,0,0,0.438)), url(../images/ysjss78rw10.jpg);
    background-position: center;
    background-size: cover;
}

/* Article */

#article{
    background: url(../images/M2.png);
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

.card-footer{
    background-color: #ffffff;
}

.content-heading{
  position: absolute;
  background-color: #ffe600;
  color: black;
  height: 25px;
  padding: 2px 5px 0px 5px;
  box-shadow: var(--box-shadow);
}

.content-heading p{
    font-weight: bold;
    font-size: 15px;
}


/* Capability */

#capability{
    background: linear-gradient(rgba(0,0,0,0.507), rgba(0,0,0,0.438)), url(../images/f6romjsomru.jpg) fixed center;
    background-position: center;
    background-size: cover;
  
}


.card-capability{
   position: relative;
    background-color: #ffffff;
    top: -80px;
    box-shadow: 0px 0px 5px gray;
    padding: 30px;
}

.progress{
    height: 5px;
}


/* Testimonial */

#testimonial{
    padding-top: 100px;
}


/* Footer Address */

#footer-address{
    background-color: black;
    padding: 50px 0px;
}


/* Footer */

#footer{
    height: 75px;
    background-color: black;
    border-top: 1px solid white;
    padding-bottom: 80px;
}



.divider{
    height: 15px;
    width: 25px;
}