/* Rajdhani */
@font-face {
    src: url('../fonts/Rajdhani-700.ttf');
    font-family: 'Rajdhani';
}

/* Montserrat - 300 */
@font-face {
    src: url('../fonts/Montserrat-300.ttf');
    font-family: 'Montserrat-300';
}

@font-face {
    src: url('../fonts/Montserrat-500.ttf');
    font-family: 'Montserrat-500';
}

body {
    background-color: #ffffff;
}

/* Text */
h1, h2, h6 {
    font-family: 'Rajdhani';
    margin-bottom: 10px;
    color: #222D35;
}

h5 {
    font-family: 'Montserrat-500';
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #8CBC43;
}

h6 {
    font-size: 18px;
}

p, li {
    font-family: 'Montserrat-300';
    line-height: 1.6;
    color: #666666;
    margin-bottom: 12px;
}

li {
    margin-bottom: 2px;
}

p:last-child,
li:last-child {
    margin-bottom: 0;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

/* Before & After */
#about h5::after,
#services h5::after {
    content: "";
    display: inline-block;
    width: 10%;
    height: 1px;
    background: #8CBC43;
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
}

#testimonials h5::after {
    content: "";
    display: inline-block;
    width: 10%;
    height: 1px;
    background: #8CBC43;
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
}

/*** SECTIONS ***/
#about, #services, #testimonials, #contact, footer {
    padding: 70px 0;
}

/* Navigation */
.navbar {
    padding: 0;
    padding: 10px 0;
}

.navbar {
    transition: 500ms ease;
    background: rgba(250, 250, 250, 0.5);
}

.navbar.scrolled {
    background-color: #222D35;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.9);
}

.changeNavColor {
    background-color: #222D35;
}

.navbar .navbar-brand {
    padding: 0;
    margin-right: 0
}

.navbar .navbar-brand img {
    width: 200px;
    content: url('../img/protigma-logo.svg');
}

.navbar.scrolled .navbar-brand img {
    content: url('../img/protigma-logo-scrolled.svg');
}

.changeNavColor .navbar-brand img {
    content: url('../img/protigma-logo-scrolled.svg');
}

.navbar-toggler:focus {
    box-shadow: none;
}

#head-main .nav-link {
    padding: 0;
    font-family: 'Rajdhani';
    color: #222D35;
    font-size: 18px;
}

#head-main .nav-link:hover {
    color: #8CBC43;
}

#head-main.scrolled .nav-link {
    color: #ffffff;
}

#head-main .nav-link:hover {
    color: #8CBC43;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 30px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

/* Hero */
#hero {
    height: 80vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/hero.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero h1 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 15px;
}

#hero .btn {
    background-color: #8CBC43;
    font-family: 'Montserrat-500';
    color: #ffffff;
    padding: 10px 20px;
}

#hero .btn:focus {
    box-shadow: none;
}

/* About */
#about .quote-col {
    background-color: #f8f8f8;
    box-shadow: 0px 4px 4px #8CBC43;
    border-radius: 5px;
}

/* Services */
#services {
    background: url('../img/services.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#services h1, #services p {
    color: #ffffff;
}

#services .service-item {
    background-color: #f8f8f8;
    box-shadow: 0px 4px 4px #8CBC43;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

#services .service-item:last-child,
#services .service-item h6 {
    margin-bottom: 0;
}

/* Testimonials */
#testimonials {
    background: #ffffff;
}

#testimonials .card {
    border: none;
    box-shadow: 0px 4px 4px #8CBC43;
    border-radius: 5px;
    padding: 30px;
}

#testimonials .card .quote-svg {
    width: 40px;
    margin-top: -40px;
    margin-bottom: 17px;
}

#testimonials .review-profile p {
    margin-bottom: 0;
}

#testimonials .review-profile .profile-img {
    margin-right: 17px;
}

#testimonials .review-profile .profile-img img {
    width: 60px;
    height: auto;
    border-radius: 50px;
}

#testimonials .review-profile .profile-img,
#testimonials .review-profile .profile-info {
    display: inline-block;
}

#testimonials .review-profile .profile-info .review-name {
    font-family: 'Montserrat-500';
    color: #222D35;
}

/* Contact */
#contact {
    background: #f8f8f8;
}

#contact .contact-info {
    background: #8CBC43;
}

#contact .contact-info h1,
#contact .contact-info p {
    color: #ffffff;
}

#contact .contact-info .separator {
    color: #ffffff;
}

#contact .contact-icon img {
    width: 20px;
    margin-right: 5px;
}

#contact .contact-icon,
#contact .contact-content {
    display: inline-block;
}

#contact .contact-content a {
    color: #ffffff;
    text-decoration: none;
}

#contact .contact-form {
    background: #ffffff;
}

#contact form .form-label {
    text-transform: uppercase;
    font-family: 'Montserrat-500';
    margin-bottom: 0;
    color: #222D35;
}

#contact form .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #666666;
    font-family: 'Montserrat-300';
}

#contact form .form-control:focus {
    box-shadow: none;
    border-color: #8CBC43;
}

#contact form .btn {
    background-color: #8CBC43;
    font-family: 'Montserrat-500';
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
}

#contact form .btn:focus {
    box-shadow: none;
}

/* Footer */
footer {
    background-color: #222D35;
}

footer .separator {
    color: #8CBC43;
    opacity: 1;
    width: 40px;
    height: 3px;
    margin: 10px 0;
}

footer h6 {
    color: #ffffff;
    font-family: 'Montserrat-500';
    text-transform: uppercase;
}

footer p {
    margin-bottom: 5px;
    color: #ffffff;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    transition: .2s ease-in-out;
}

footer a:hover {
    color: #8CBC43;
}

footer .footer-separator {
    color: rgba(250, 250, 250, 0.1);
    opacity: 1;
    margin: 20px auto;
}

footer .copyright {
    font-size: 14px;
}

/* Media Queries */
@media (max-width: 1199px) {
    #hero h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    #about, #services, #testimonials, #contact, footer {
        padding: 60px 0;
    }

    #head-main .navbar-nav {
        padding-top: 15px;
        border-top: 1px solid #8CBC43;
    }

    #head-main .nav-item {
        margin-right: 0;
    }

    #head-main .nav-link {
        color: #ffffff;
        text-transform: uppercase;
    }

    .navbar .navbar-brand img {
        width: 150px;
    }
}

@media (max-width: 767px) {
    #hero {
        height: 67vh;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/hero-mob.png');
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 575px) {
    footer .social-icon {
        width: 30px;
    }
}