@import url('https://fonts.googleapis.com/css2?family-poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'poppins', sans-serif;
}
body {
    height: 100vh;
    background-color: #f2f2f2;
    background-image: radial-gradient(rgb(49, 49, 49, 0.171) 2px, transparent 0);
    background-size: 30px 30px;
    background-position: -5px -5px
}
nav {
    max-width: 1050px;
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto;
    padding: 30px 0;
}
nav h2 {
    font-size: 2.4em;
    font-weight: 700;
    padding: 3px;
}
nav p {
    padding: 0px 10px 3px 0px;
    margin: -12px 0 0 0;
}
nav ul {
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}
nav ul li {
    display: inline-block;
}
nav ul li a {
    padding: 13px 18px 13px 18px;
    font-family: "Open Sans";
    text-transform:uppercase;
    color: rgb(71, 138, 201, 0.5);
    font-size: 18px;
    text-decoration: none;
    display: block;
}
nav ul li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    color: rgb(71, 138, 201);
    font-size: 20px;
}
.section-1 .div-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
}
.section-1 .div-1 .text-1 {
    font-size: 1.06rem;
    width: 750px;
    font-weight: 700;
    margin: 10px auto 0;
}
.section-1 .div-1 .text-2 {
    font-size: 0.975rem;
    width: 750px;
    margin: 50px auto 0;
}
.section-1 .div-2 {
    display: flex;
    padding-top: 35px;
    gap: 50px;
}
@media(max-width:650px) {
    .section-1 .div-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 330px;
        max-width: 650px;
    }
    .section-1 .div-1 .text-1 {
        font-size: 0.975rem;
        width: 320px;
        margin: 30px auto 0;
    }
    .section-1 .div-2 {
        display: flex;
        flex-direction: column;
        padding-top: 35px;
        gap: 35px;
    }
}
@media(max-width:775px) {
    .section-1 .div-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 330px;
    }
    .section-1 .div-1 .text-1 {
        font-size: 0.975rem;
        width: 340px;
        margin: 30px auto 0;
    }
    .section-1 .div-2 {
        display: flex;
        flex-direction: column;
        padding-top: 35px;
        gap: 35px;
    }
}
@media(max-width:900px) {
    .section-1 .div-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 330px;
    }
    .section-1 .div-1 .text-1 {
        font-size: 0.975rem;
        width: 340px;
        margin: 30px auto 0;
    }
    .section-1 .div-2 {
        display: flex;
        flex-direction: column;
        padding-top: 35px;
        gap: 35px;
    }
}
@media(max-width:1024px) {
    .section-1 .div-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 330px;
    }
    .section-1 .div-1 .text-1 {
        font-size: 0.975rem;
        width: 375px;
        margin: 30px auto 0;
    }
    .section-1 .div-1 .text-2 {
        font-size: 0.975rem;
        width: 375px;
        margin: 30px auto 0;
    }
    .section-1 .div-2 {
        display: flex;
        flex-direction: column;
        padding-top: 35px;
        gap: 35px;
    }
}






.btn-1 {
    position: relative;
    padding: 12px 35px;
    background: #478ac9;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    border: 3px solid #004e98;
    border-radius: 8px;
    box-shadow: 0 0 0 #478ac9;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}
.btn-1 .star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}
.btn-1 .star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}
.btn-1 .star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}
.btn-1 .star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}
.btn-1 .star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}
.btn-1 .star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s ease;
}
.btn-1:hover {
    background: transparent;
    color: #478ac9;
    box-shadow: 0 0 25px #478ac9;
    border: 3px solid #478ac9;
}
.btn-1:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-1:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-1:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-1:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-1:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-1:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-2 {
    position: relative;
    padding: 12px 35px;
    background: #478ac9;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    border: 3px solid #004e98;
    border-radius: 8px;
    box-shadow: 0 0 0 #478ac9;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}
.btn-2 .star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}
.btn-2 .star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}
.btn-2 .star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}
.btn-2 .star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}
.btn-2 .star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}
.btn-2 .star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s ease;
}
.btn-2:hover {
    background: transparent;
    color: #478ac9;
    box-shadow: 0 0 25px #478ac9;
    border: 3px solid #478ac9;
}
.btn-2:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-2:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-2:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-2:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-2:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.btn-2:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}
.fil0 {
    fill: #478ac9;
}
.section-2 {
    min-height: 600px;
}
.section-2 .div-1 {
    transform-origin: right center 0px;
    background-color: #478ac9;
    width: 950px;
    height: 2px;
    margin: 82px auto 0;
}
.section-2 .div-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-2 .div-2 .text-1 {
    font-size: 1rem;
    font-weight: 700;
    width: 165px;
    color: #478ac9 !important;
    margin: -47px 320px auto 0px;
}
.section-2 .div-2 .text-2 {
    font-size: 0.875rem;
    margin: 15px 0px 0px 15px;
}
.section-2 .div-2 .text-3 {
    font-size: 1rem;
    font-weight: 700;
    width: 184px;
    color: #478ac9 !important;
    margin: 25px 300px auto 0px;
}
.section-2 .div-2 .text-4 {
    font-size: 0.875rem;
    margin: 15px 0px 0px 55px;
}
.section-2 .div-2 .text-5 {
    font-size: 1rem;
    font-weight: 700;
    width: 75px;
    color: #478ac9 !important;
    margin: 25px 410px auto 0px;
}
.section-2 .div-2 .text-6 {
    font-size: 0.875rem;
    margin: 0px 0px 0px 80px;
}
.section-2 .div-2 .text-7 {
    font-size: 1rem;
    font-weight: 700;
    width: 75px;
    color: #478ac9 !important;
    margin: 25px 408px auto 0px;
}
.section-2 .div-2 .text-8 {
    font-size: 0.875rem;
    margin: 15px 40px 0px 0px;
}
.section-2 .div-3 {
    width: 124px;
    min-height: 47px;
    height: auto;
    margin: 22px 650px auto 0px;
    color: #111111;
    background-color: #d9d9d9;
}
.section-2 .div-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-2 .div-4 .text-0 {
    margin: 0 0 0 12px;
}
.u-text-black {
    color: #478ac9 !important;
}

.section-2 .div-5 {
    transform-origin: right center 0px;
    background-color: #478ac9;
    width: 950px;
    height: 2px;
    margin: 50px auto 15px;
}
.section-2 .text-11 {
    color: #478ac9
}
@media(max-width:900px) {
    .section-2 .div-1 {
        width: 350px;
    }
    .section-2 .div-3 {
        margin: 22px 275px auto 0px;
    }
    .section-2 .div-2 .text-1 {
        margin: 10px 235px auto 0px;
    }
    .section-2 .div-2 .text-2 {
        margin: 15px 0px 0px 15px;
    }
    .section-2 .div-2 .text-3 {
        margin: 15px 230px 0px 15px;
    }
    .section-2 .div-2 .text-4 {
        margin: 15px 10px 0px 15px;
        width: 400px;
    }
    .section-2 .div-2 .text-5 {
        margin: 15px 334px 0px 15px;
    }
    .section-2 .div-2 .text-6 {
        margin: 15px 10px 0px 15px;
        width: 400px;
    }
    .section-2 .div-2 .text-7 {
        margin: 15px 330px 0px 15px;
    }
    .section-2 .div-2 .text-8 {
        margin: 15px 10px 0px 15px;
        width: 400px;
    }
    .section-2 .div-5 {
        width: 350px;
    }
}







