body {
    font-family: 'Poppins', sans-serif;
}
.clear {
    clear: both;
}
.add-992{
    display: none;
}
a{
    color: #0178F0;
}
a:hover {
    color: #0178F0;
}
img{
    max-width: 100%;
}
.nav-container {
    background-color: white;
    max-width: 100% !important;
}
.main-header {
    position: relative;
    height: 100vh;
    min-height: 900px;
    max-height: 1080px;
    overflow: hidden;
    padding-bottom: 50px;
}
.logo img {
    width:200px;
    margin-left: 60px;
}
.navbar {
    padding: 0;
    height: 70px;
}
.nav-link{
    color: #BBBBBB!important;
    font-weight: 300;
    padding: 0 20px;
    transition: background-color 0.4s ease, color 0.4s ease;

}
.nav-link:hover,
.nav-link:active {
    color: #0178F0 !important;
}
.navbar-nav {
    padding-right: 30px;
}
.main_block{
    background-color: #F2F8FE;
}
hr{
    border-bottom:1px solid #0178F0;
}
h1{
    font-size: 120px;
    color: #154C82;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
h3{
    font-size:28px;
    color: #2E2E2E;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
h4{
    font-size:24px;
    color: #2E2E2E;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
h4 span{
    color: #0178F0;
}
p{
    color: #93A4B4;
    font-size:16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.main_cta{
    background: linear-gradient(145deg, #0178F0, #52F1CD);
    color: white;
    border-radius: 0;
    border: none;
    padding: 10px 30px;
    background-size: 200% 200%;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-position 0.5s ease, transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.main_cta:hover {
    background-position: right center;
    transform: scale(1.05);
}
.lou{
    position: absolute;
    width: 550px;
    z-index: 2000;
    top: 170px;
    left: 100px;
}

.lou .lou_icons img{
    width: 140px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1000;
}
.lou .lou_icons img:first-child{
    left: 60px;
    top: -20px;
}
.lou .lou_icons img:last-child{
    left: 120px;
    top: 30px;
}
.why_me .col{
    background-color:#F2F8FE;
    padding: 40px;
    border: 5px solid white;
}
.why_me img{
    width: 80px;
    display: block;
    margin: 0 auto 20px;
}
#dark{
    text-align: center;
    background-color: #171717;
    color: white;
    padding: 30px 0 80px 0;
}
#dark .col{
    transition: background-color 0.5s ease;
    padding: 40px 40px 30px 40px;
}
#dark .col::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 80px;
    border-right: 1px solid #0178F0;
    opacity: 0;
    transform: scale(0);
    transform-origin: top left;
    transition: transform 0.3s ease;
    /*border-left: 1px solid #0178F0;*/
}
#dark .col:hover{
    background-color: rgba(255, 255, 255, 0.05);
}
#dark .col:hover::before {
    opacity: 1;  transform: scale(1);
}
#dark img{
    width: 60px;
    display: block;
    margin: 0 auto 20px;
}
.text-huge{
    font-size: 110px;
    font-weight: 800;
    opacity: 0.1;
    margin: 40px 0;
}

.logos{
    margin: 60px auto;
    display: block;
    width: 90%;
}
.logos-mob{
    display: none;
}
.cta {
    text-align: center;
    background-image: url("../images/cta_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 20px;
}
#about{
    padding: 100px;
}
#about span{
    color: #2E2E2E;
}
#about img{
    width: 430px;
    margin-bottom: 60px;
    padding-right: 30px;
}
#testimonials{
    background-color: #F2F8FE;
    padding: 90px 0 50px 0;
    text-align: center;
}
#testimonials .row{
    text-align: left;
    border-top: 2px solid white;
    padding: 60px 0 40px 0;
    vertical-align: center;
}
#testimonials img{
    width: 230px!important;
}
#testimonials h4{
    margin-bottom: 40px;
}
#testimonials .row .col-10 p:first-child{
    color: #2E2E2E;
    margin: 0;
}

#connect{
    background-image: url("../images/blue_bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.connect-circle{
    border-radius: 600px;
    background-color: #F2F8FE;
    padding: 40px;
    margin: 0 auto;
    width: 550px;
    height: 550px;
    text-align: center;
    border: 20px solid white;
}
#connect p:first-child{
    color: #CCE4FC;
    font-weight: bold;
    font-size: 80px;
    line-height:1;
    text-transform: uppercase;
    margin-top: 50px;
}
footer{
    background-color: #F2F8FE;
    padding: 30px 20px 0 20px;
    margin-top: 80px;
}

.footer_bottom{
    border-top: 2px solid white;
    padding: 30px 0 20px 0;
}
.footer_bottom p{
    font-size: 12px;
    display: block;
    margin: 0 auto;
}
.footer_social a{
    margin: 0 10px 0;
}
@media(max-width: 1280px) {
    .lou{
        position: absolute;
        width: 450px;
        z-index: 2000;
        top: 170px;
        left: 50px;
    }
     .lou .lou_icons img{
        width: 140px;
        position: absolute;
        top: 30px;
        left: -30px;
    }
    .lou .lou_icons img:first-child{
        left: 30px;
        top: -20px;
    }
    .lou .lou_icons img:last-child{
        left: 90px;
        top: 30px;
    }
    h1{
        font-size: 100px;
    }
}
@media(max-width: 992px) {
    .add-992{
        display: block;
    }
    .extra-992{
        display: none;
    }
    .lou{
        position: relative;
        width: 450px;
        height: 450px;
        z-index: 2000;
        top: -200px;
        left: 0;
        margin: 0 auto;
    }

    h1{
        font-size: 50px;
        text-align: center;
    }
    .main-header {
        height: auto;
        min-height: auto;
        max-height: auto;
        overflow: hidden;
        padding-bottom: 50px;
    }
    .main_block{
        padding: 70px 0 150px 0;
        text-align: center;
    }
    .navbar-collapse {
        background-color: #171717;
        z-index: 1000;
        padding: 100px 50px 300px 50px;
        text-align: center;
    }
    .navbar-toggler {
        height: 70px;
        margin-right: 30px;
    }

    .navbar-nav .nav-link {
        color: white !important;
        padding: 20px 0;
    }

    .navbar-dark .navbar-nav .nav-link:active {
        color: white;
    }
}
@media(max-width: 768px) {
    #about{
        padding: 70px 50px;
    }
    .logos {
        display: none;
    }
    .logos-mob {
        display: block;
        max-width: 100%;
        padding: 30px;
    }
    .text-huge{
        font-size: 60px;
    }
    #testimonials img{
        margin-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .connect-circle{
        border-radius: 0;
        padding: 40px;
        width: 100%;
        height: auto;
        text-align: center;
    }
    #connect p:first-child{
        font-size: 40px;
    }
}
@media (max-width: 478px) {
    .logo img {
        margin-left: 30px;
        width: 140px;
    }
    .navbar-toggler {
        margin-right: 0px;
    }
    .lou{
        width: 100%;
    }
    .lou .lou_icons img {
       width: 100px;
        left: 0px;
    }
    .lou .lou_icons img:last-child{
        left: 60px;
    }

}
