﻿@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
    transition: all 0.3s ease;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.font-lexend {
    font-family: "Lexend", sans-serif;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

.hero-header {
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    font-weight: 600;
    letter-spacing: -0.05em;
    padding: 0;
    margin: 0 0 50px 0;
}

.hero-lead {
    border-left: 4px solid #235784;
    font-size: 16px;
    font-weight: 400;
    color: #777;
    line-height: 1.6;
    padding-left: 30px;
}

.hero-block {
    background: #f7fafd;
    padding: 100px 50px 100px 100px;
    margin: 100px 0 100px 100px;
    min-height: 600px;
    display: block;
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-block {
    margin: 50px 0 50px 0;
    min-height: 700px;
    display: block;
    overflow: hidden;
    position: relative;
}



.topMenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

    .topMenu li a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
        padding: 10px 15px;
        display: block;
        font-family: "Lexend", sans-serif;
        position: relative;
    }

        .topMenu li a:hover {
            color: #235784;
        }

        .topMenu li a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #235784;
            transform: scaleX(0);
            transform-origin: right;
            transition: all 0.3s ease;
        }

        .topMenu li a:hover::after {
            transform: scaleX(1);
            transform-origin: left;
            transition: all 0.3s ease;
        }

    .topMenu li:last-child a {
        background: #25D366;
        color: #fff;
        border-radius: 5px;
        position: relative;
    }

        .topMenu li:last-child a:hover {
            background: #075E54;
            color: #fff;
        }

        .topMenu li:last-child a::after {
            display: none;
        }




















.top-mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    
    
    
}

.top-mobile-menu li a {
    text-align:center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding: 15px 15px;
    display: block;
    font-family: "Lexend", sans-serif;
    position: relative;
}

.top-mobile-menu li a:hover {
    color: #235784;
}


.top-mobile-menu li:last-child a {
    background: #25D366;
    color: #fff;
    border-radius: 5px;
    position: relative;
}

.top-mobile-menu li:last-child a:hover {
    background: #075E54;
    color: #fff;
}

.top-mobile-menu li:last-child a::after {
    display: none;
}



















.btn-one {
    display: inline-block;
    padding: 10px 20px;
    background-color: #235784;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

    .btn-one:hover {
        background-color: #f57f20;
        color: #fff;
    }


.template-btn {
    background: #0a59a2;
    color: #fff;
    border-radius: 5px;
    font-family: "Lexend", sans-serif;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
}

    .template-btn:hover {
        background: #f57f20;
        color: #fff;
    }













.pageHeaderOne {
    font-size: 48px;
    letter-spacing: -0.05em;
    font-weight: 700;
}

.pageSpanOne {
    font-size: 20px;
    letter-spacing: -0.03em;
    font-weight: 300;
}








    .pad-100 {
        padding: 100px;
    }


#mobileMenu{
    background:#fff; 
    display:none;
    position:fixed; 
    z-index:99999;
    top:0;
    left:0;
    right:0;
    height:100vh;
}




.wa-link {
    background: #25D366;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
    font-family: "Lexend", sans-serif;
    position: relative;
}
    .wa-link:hover {
        background: #075E54;
        color: #fff;
    }

    @media only screen and (max-width: 768px) {
        .hero-block {
        
        padding: 40px;
        margin: 0;
        min-height: unset;
        display: block;
    }


    .hero-header {
        
        font-size: 32px;       
        margin: 0 0 10px 0;
    }

    .hero-lead {
        border-left: none;
        line-height: 1.6;
        padding-left: unset;
        text-align:justify;
  
    }

    .hero-image-block {
        min-height: unset;
        margin: 0;
        /*
        
        display: block;
        overflow: hidden;
        position: relative;*/
    }
    .hero-img {
        
        /*position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;*/
    }

    .pad-100 {
        padding: 30px;
    }

    .template-btn{
        width:100%;
    }




    .pageHeaderOne {
        font-size: 36px;
        letter-spacing: -0.05em;
        font-weight: 700;
    }

    .pageSpanOne {
        font-size: 16px;
        letter-spacing: -0.03em;
        font-weight: 300;
    }
}





