/* 
	Wibble - Modern Premium Theme
*/

::selection {
    color: #fff;
    background: #C5A059;
}

body {
    background: #fdfdfd;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    line-height: 1.6;
}

/*** Basics ***/
a,
a:hover,
a:focus,
i {
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #C5A059;
}

p {
    font-weight: 400;
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-bottom: 20px;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-family: 'Inter', sans-serif;
    color: #222;
    font-weight: 600;
}

.colored-text {
    color: #C5A059;
}

.alo {
    font-family: 'Inter', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

.section-title {
    position: relative;
    margin-bottom: 70px;
}

.section-title h1 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.border-line {
    width: 60px;
    height: 3px;
    margin-top: 20px;
    display: block;
    background-color: #C5A059;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
}

.subtitle-caption {
    font-weight: 400;
    margin-top: 20px;
    font-size: 16px;
    color: #777;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*** Navbar ***/
.navbar-default {
    background-color: rgba(255, 255, 255, 0.98);
    border: 0px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.navbar-default .navbar-brand {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.navbar-default .navbar-nav>li>a {
    color: #444;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a {
    color: #C5A059;
}

@media(min-width:768px) {
    nav.before-color {
        background-color: transparent;
        box-shadow: none;
        padding: 25px 0;
    }

    nav.before-color .navbar-brand {
        color: #fff;
    }

    nav.before-color .navbar-nav>li>a {
        color: #fff;
    }

    nav.after-color {
        background-color: #fff;
        padding: 10px 0;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    }

    nav.after-color .navbar-brand {
        color: #222;
    }

    nav.after-color .navbar-nav>li>a {
        color: #444;
    }
}

/*** Buttons ***/
.btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 50px;
    padding: 12px 30px;
    transition: all .3s ease;
}

.btn-white {
    color: #222;
    background-color: #fff;
    border: 2px solid #fff;
}

.btn-white:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-border-black {
    border: 2px solid #222;
    color: #222;
    background: transparent;
}

.btn-border-black:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/*** Slider ***/
.slider-title {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 60px;
    letter-spacing: -1px;
    font-family: 'Inter', sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.slider-title span {
    font-weight: 700;
    color: #C5A059;
}

.slider-caption {
    color: #f8f8f8;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/*** Services ***/
.feature-icon-wrap {
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.feature-icon-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.feature-icon-wrap .left-side-icon {
    margin-right: 25px;
    flex-shrink: 0;
}

.feature-icon-wrap .left-side-icon .front-icon {
    font-size: 40px;
    color: #C5A059;
    line-height: 1;
}

.feature-icon-wrap .features-text-right {
    flex-grow: 1;
}

.features-text-right h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0;
}

.features-text-right p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

/*** Pricing ***/
.price-tables {
    background-color: #f9f9f9;
}

.price-box {
    background: #fff;
    padding: 0 0 40px 0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.price-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.price-box .header {
    background: #fff;
    padding: 40px 20px;
    border-bottom: 1px solid #eee;
}

.price-box .header.active {
    background: #C5A059;
}

.price-box .header h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #999;
}

.price-box .header.active h3 {
    color: #fff;
    opacity: 0.9;
}

.price-box .price h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.price-box .header.active .price h2 {
    color: #fff;
}

.price-box .price span {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.price-box .header.active .price span {
    color: rgba(255, 255, 255, 0.8);
}

.price-box ul {
    padding: 30px 20px;
    margin: 0;
}

.price-box ul li {
    padding: 12px 0;
    font-size: 15px;
    color: #555;
    border-bottom: 1px dashed #eee;
}

.price-box ul li:last-child {
    border-bottom: none;
}

.price-footer {
    padding-top: 10px;
}

/*** Contact ***/
#contact {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.contact-details i {
    font-size: 40px;
    color: #C5A059;
    margin-bottom: 20px;
    display: inline-block;
}

.contact-details h4 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

/*** Footer ***/
.footer {
    background: #111;
    padding: 30px 0;
    color: #777;
    font-size: 14px;
}

.copyright {
    letter-spacing: 1px;
}