/*
 Theme Name:   Keep
 Description:  keep
 Author:       Daniel Kuczewski
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');

body {
   font-family: 'Montserrat', sans-serif;
}
h2 {
    font-size: 30px;
    color: #494a4a;
    font-weight: 700;
}
h3 {
    font-size: 19px;
    color: #306bff;
}

h1.subpage-title {
    margin-top: 100px;
}

.btn-primary, input[type="submit"] {
    background: #f33e85;
    color: white !important;
    border-radius: 25px;
    padding: 9px 30px;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.5s;
}
.btn-primary:hover{
    transition: 0.5s;
}
/* navbar */
.navbar {
    position: fixed;
    width:100%;
    z-index: 999999;
    top:0;
}
.navbar-brand .logo {
    width:210px;
    height: 60px;
}
.navbar-nav li {
    font-weight: bold;
}
.navbar-light .navbar-nav .active a.nav-link, a.active {
    color:#306cff !important;
}

/* Baner */
.main-baner-box {
    max-width: 99vw;
    position: absolute;
    z-index: -1;
}
.main-baner .slide {
    width:100vw;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-baner-content {
    color:white;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    height: 640px;
    padding-top: 250px;
}
.main-baner-content h2 {
    font-size: 38px;
    font-weight: 500;
    color:white;
}
.main-baner-content p {
    max-width: 550px;
}

.section1 {
    background: white fixed;
}
.section1 .financial-specialist {
    padding: 30px;
    padding-right: 0px;
    text-align: center;
    text-transform: uppercase;
    width:400px;
    border-bottom-width: 70px;
    float:left;
}
.section1 .financial-specialist h3 {
    color: #494a4a;
    font-size: 30px;
    font-weight: 700;
    padding-right: 30px;
    border-right: 2px solid #306cff;
    
}
.section1 .financial-specialist-description {
    padding: 30px;
    float:left;
    width: 680px;
    font-size: 19px;
}
.section1 .box {
    width: 24.8%;
    margin-right: 0.2%;
    float:left;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
}
.section1 .box .title {
    width:100%;
    background: rgba(47,106,255,0.7);
    color: white;
    height: 60px;
    margin-top: 150px;
    font-weight: bold;
    padding-left: 12px;
    line-height: 60px;
    transition: 0.5s;
    overflow: hidden;
}
.section1 .box .title p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    max-height: 32px;
}
.section1 .box:hover .title {
    height: 170px;
    margin-top: 40px;
    transition: 0.5s;
}
.section1 .box .title a{
    color: white;
    border: 2px solid white;
    border-radius: 28px;
    padding: 3px 19px;
    font-size: 14px;
    transition: 0.6s;
    line-height: 18px;
}
.section1 .box .title a:hover {
    text-decoration: none;
    background: white;
    color: #777;
    transition: 0.6s;
}

.about-us {
    margin-top: 90px;
    margin-bottom: 90px;
}
.about-us .about-left {
    width:550px;
    float:left;
}
.about-us .about-right {
    width: 470px;
    float:right;
}

.services {
    background: #f4f8f8;
    background-repeat: no-repeat;
    background-position-x: 50vw;
    background-size: 50vw;
}
.services .services-content {
    margin-top: 100px;
    margin-bottom: 80px;
}
.services .box {
    margin-top: 30px;
}
.services .service-box-icon {
    margin-bottom: 23px;
}
.services .box h4 {
    font-size: 22px;
    line-height: 25px;
    color: #494a4a;
    font-weight: 300;
    margin-bottom: 28px;
}
.services .box p {
    font-size: 16px;
    line-height: 27px;
    color: #494a4a;
}

.latest-news, .reviews {
    margin-top: 100px;
}
.latest-news h2, .reviews h2 {
    text-align: center;
}
.latest-news .news-box {
    margin-top: 30px;
}
.latest-news .news-box .post-image {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.latest-news .post-date {
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #848484;
}
.latest-news .post-title {
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #494a4a;
    padding-right: 20px;
}
.latest-news .post-excerpt {
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    color: #494a4a;
    padding-right: 20px;
}
.latest-news .post-read-more a {
    font-size: 13px;
    line-height: 25px;
    color: #f33d84;
    font-weight: 600; 
}
.reviews {
    text-align: center;
}
.reviews h2 {
    margin-bottom: 50px;
}
.reviews .reviews-slide {
    text-align: center;
}
.reviews .reviews-slide p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;   
    max-width: 750px; 
    margin: 0 auto;
}
.reviews .reviews-slide img {
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 15px;
}
.reviews .reviews-slide p b {
    font-weight: 700;
}

.reviews .position {
    font-size:12px;
}
.reviews .slick-dots {
    display: block;
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
}
.reviews .slick-dots li {
    display: inline;
    margin: 5px;
}
.reviews .slick-dots button {
    border: 2px solid #306bff;
    border-radius: 15px;
    background: none;
    color: transparent;
    height: 17px;
    width: 10px;
}
.reviews .slick-dots .slick-active button {
    background: #306bff;
}

footer {
    font-weight: 300;
    font-size: 13px;
    color: #888888;
    margin-top: 70px;
}
footer .contact-box {
    height: 260px;
    margin-bottom: 50px;
    width:100%;
    background-color: #007cff;
    background-image: url('assets/img/plx-cta.jpg');
    padding-top: 80px;
    color: white;
}
footer .contact-box h2 {
    color:white;
    font-size:30px;
    font-weight: 700;
}
footer .contact-box p {
    font-size:16px;
}
footer .contact-box .btn-primary {
    margin-top: 25px;
}
footer .footer-logo {
    width: 195px;
    margin-bottom: 10px;
}

footer .footer-description {
    line-height: 25px;
}
footer ul {
    list-style-image: url("assets/img/arrow.png");
    padding-left: 16px;
}
footer ul li a {
    font-size: 14px;
    color: #494a4a;
    transition: 0.6s;
}
footer ul li a:hover {
    text-decoration: none;
    color: black;
    transition: 0.6s;
}
footer .social-icon {
    margin-right: 8px;
}
footer .footer-main {
    margin-bottom: 65px;
}
footer .copy-text {
    line-height: 70px;
    color: #c7c7c7;
}

.contact-icons {
/*    margin-top: 120px;*/
}
.contact-icons .row {
    margin-bottom: 17px;
}
.contact-icon {
    text-align: center;
}
.contact-icons img {
    max-width: 60%;
}

.services-main .service-row {
    padding-top: 45px;
    padding-bottom: 45px;
}
.services-main .service-row:nth-of-type(2) {
  background: #f4f8f8;
}

.services-main img {
    max-width: 100%;
}
.services-content {
    padding-top: 25px;
}

@media(min-width:1200px) {
    body {
        margin-top: 110px;
    }
    .navbar {
        top: 0;
        width: 100%;
        z-index: 99999;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 0.5px solid #cccccc;
    }
    .navbar-nav li {
        padding:5px 12px;
        
    }
    
    .navbar-nav li:last-child {
        background: #f33e85;
        color:white;
        border-radius: 25px;
        padding:5px 25px;
        margin-left: 30px;
    }
    .navbar-nav li:last-child a {
        color:white !important;
    }
    
    footer .footer-description {
        width:240px;
    }
}

@media(max-width:414px) {
    p {
        text-align: justify;
    }
    .section1 .box {
        margin-top: 15px;
        width: 100%;
    }
    .section1 .financial-specialist-description {
        text-align: justify;
    }
    
    .about-us .about-left {
        width: 100%;
    }
    
    .services {
        background-image: none !important;
        text-align: center;
    }
    footer .contact-box {
        height: 350px;
    }
    footer .footer-main {
        margin-bottom: 25px;
    }
    footer .copy-text {
        line-height: 20px;
    }
    .services-content {
        padding-bottom: 50px;
    }
}