@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish&amp;display=swap');

* *::after *::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 1em;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    height: 1px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

img {
    max-width: 100%;
}

#navbar {
    display: none;
}

nav {
    background: #071826;
}

.nav-container {
    height: 84px;
    max-width: 1560px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
}

.logo-div {
    margin-left: 4em;
}

.right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5em;
}

.list-body {
    display: flex;
    justify-content: space-between;
    width: 300px;
}

.list-body :is(.list-item) {
    list-style: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    margin-inline: 1em;
    cursor: pointer;
    position: relative;
}

.list-body :is(.list-item)::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 3px;
    top: 0;
    right: 0;
    margin-top: 1em;
    transform: scaleX(0);
    transform-origin: center;
    transition: 150ms ease-in transform;
}

.list-body :is(.list-item):hover::after {
    transform: scaleX(1);
}

a {
    text-decoration: none;
    color: #D7D7D7;
}

.buttons {
    display: flex;

}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 129px;
    height: 40px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-inline: 1em;
    border-radius: 5px;
    cursor: pointer;
}

.login,
.register {
    border: 1px solid #D7D7D7;
}

.register {
    background: #fff;
    color: #3A3A3A;
}

.login:hover {
    background: #fff;
    color: #3A3A3A;
}

.register:hover {
    color: #FFFFFF;
    background: transparent;
}

.burger {
    display: none;
}

.hero {
    background: url('../../assets/Pattern/index.html\ Design-03.svg');
    background-size: cover;
    background-repeat: repeat-y;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    max-width: 1560px;
    align-items: center;
    width: 80%;
    margin: auto;
    padding-top: 4em;
    margin-bottom: 4em;
    overflow-x: hidden;
}

.hero-cta {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    width: 500px;
    color: #000000;
}

.hero-text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: 590px;
    line-height: 35px;
    color: #000000;
}

.hero-button {
    /* width: 180px;
    height: 50px; */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    /* background: #564CB4; */
    /* border-radius: 8px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-top: 2em;

}

.hero-button a {
    background-color: #564cb4;
    padding: 1rem 3rem;
    border-radius: 8px;
    cursor: pointer;
}

.hero-button a:not(:last-child) {
    margin-right: 3rem;
}

.hero-img-div {
    top: 202px;
    max-width: 100%;
    margin-top: 4em;
}

.hero-img-div img {
    width: 90%;
    margin-left: 5em;
}


.attest-body {
    padding-top: 4em;
    height: 170px;
    left: 0px;
    top: 759px;
    background: #ECECEC;
    margin-top: 9em;
}

.attest-flex {
    max-width: 1560px;
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    border: 0.5px solid #BCBCBC;
    border-bottom: none;
    overflow-x: hidden;
}

.attest-hr {
    height: 10vh;
    margin-top: 3em;
}

.attest-items {
    margin: auto;
    text-align: center;
}

.top {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    color: #000000;
}

.bottom {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 35px;
    color: #3A3A3A;
}

.service-section {
    margin-top: 8em;
    overflow-x: hidden;
}

.services-header {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.08em;
    color: #3A3A3A;
    text-align: center;
    overflow-x: hidden;
}

.flex-section,
.flex-section-2 {
    display: flex;
    max-width: 1560px;
    width: 70%;
    margin: auto;
    justify-content: space-between;
    gap: 30px;
    overflow-x: hidden;
}

.flex-section {
    margin-top: 7em;
}

.serveices-text-header {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #3A3A3A;
}

.services-text {
    width: 600px;
}

h3 {
    margin-block-start: 0;
    margin-block-end: 0;
}

.service-paragraph {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    overflow-x: hidden;
}

.service-items {
    width: 330px;
    border-bottom: 1px solid black;
    margin-top: 1em;
    overflow-x: hidden;
}

.service-items:last-child {
    border-bottom: 0;
}

.networks-img-div,
.logos-div {
    width: 700px;
    overflow-x: hidden;
}

.service-two-div {
    margin-top: 5em;
}

.service-two-text {
    margin-top: 5em;
    width: 400px;
}




/* PARTNERS */

.partners {
    margin-top: 7em;
}

.below {
    height: 27px;
    left: 370px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 105%;
    color: #333333;
    margin: auto;
}

.below>p {
    margin: auto;
    text-align: center;
}

.img-container {
    width: 90%;
    margin: auto;
}

.partners_images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
    margin: 2em auto;
}

.partner-image {
    margin: auto;
}

/* DATA-PLANS */
.data-plans {
    margin-top: 7em;
}

.plan-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 95%;
    margin: auto;
}

.plan {
    width: 324.54px;
    height: 847.32px;
    background: #554E8F;
    border-radius: 7.65422px;
    text-align: center;
    padding-top: 2em;
    margin: auto;
    margin-top: 3em;
}

.type {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 18.3701px;
    line-height: 64px;
    color: #FFFFFF;
    margin: 1em auto;
}

.price {
    width: 249.76px;
    height: 65px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 18.3701px;
    line-height: 64px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.plan-button {
    justify-content: center;
    align-items: center;
    padding: 12.2468px 36.7403px;
    gap: 3.06px;
    width: 139.48px;
    height: 44.39px;
    background: #FFFFFF;
    border-radius: 9.18507px;
    border: 0;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 12.2468px;
    line-height: 15px;
    color: #554E90;
    margin-top: 2em;
}

.plan-button a {
    color: #554E90;
}


.logo-div {
    width: 100%;
    margin-right: 6em;
}

.intern {
    margin-top: 3em;
}

.scroller-section {
    margin-top: 15em;
}

.carousel-container {
    overflow-x: scroll;
}

.scroller-div {
    display: flex;
    overflow-x: hidden;
    gap: 30px;
    width: 1920px;
}

.scroll-items {
    cursor: grab;
}

.image-text-body {
    height: 76px;
    background: #554E90;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-6%);
    width: 363.91180419921875px;
}

.carousel-img {
    height: 242.37095642089844px
}

.scroller-img-text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    width: 90%;
    margin: auto;
}

.circle-section {
    background: url('../../assets/mission.html');
    height: 721px;
    margin-top: 10em;
    overflow-x: hidden;
}

.circle {
    width: 680px;
    height: 680px;
    left: -95px;
    top: 2666px;
    background: hsl(246, 22%, 26%);
    filter: opacity(.85);
    mix-blend-mode: normal;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-15%) translateY(5%);
    overflow-x: hidden;
}

.circle div {
    margin-left: 4em;
    overflow-x: hidden;
}


.circle div h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    color: #FFFFFF;
}

.circle div p {
    width: 358px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
}

.form-contact {
    margin-block: 7em;
    overflow-x: hidden;
}

.form-section {
    width: 80%;
    max-width: 1560px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    gap: 50px;
    overflow-x: hidden;
}

.form-div {
    width: 550px;
    height: 600px;
    left: 130px;
    top: 3523px;
    background: #3E396B;
    padding: 2em;
    overflow-x: hidden;
}

.form-div h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 478px;
    height: 60px;
    left: 174px;
    top: 3657px;
    border: 0;
    outline: 0;
    background: #FEFEFE;
    border-radius: 10px;
}

textarea {
    width: 478px;
    height: 169px;
    border-radius: 10px;
}

::placeholder {
    width: 50%;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-indent: 20px;
    color: #9B9B9B;
}

input[type="submit"] {
    width: 198px;
    height: 55px;
    text-align: center;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    color: #554E90;
}

.contact-div h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    text-align: center;
}

.location div p,
.phone div p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #3A3A3A;
    margin-left: 1em;
}

.location {
    display: flex;
    align-items: center;
    width: 450px;
    overflow-x: hidden;
}

.phone {
    width: 400px;
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
}

.flex {
    display: flex;
    align-items: center;
}

footer {
    height: 452px;
    background: #554E90;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    max-width: 1560px;
    transform: translateY(50%);
    overflow-x: hidden;
}

.one h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
}

.footer-list-header {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    margin-block-start: 0;
    margin-block-end: 0;
}

.footer-list-item {
    list-style: none;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    margin-top: 10px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
}

.footer-list-item:hover {
    text-decoration: underline;
}

.icons {
    width: 150px;
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
}

.copyright {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #F2F2F2;
    overflow-x: hidden;
    margin-top: 11em;
}

.copyright p {
    text-align: center;
    margin: auto;
}


@media (max-width:1390px) {
    .plan {
        width: 95%;
        margin: auto;
    }
}

@media (max-width:1330px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 100%;
        height: 40px;
    }

    textarea {
        width: 100%;
        height: 100px;
    }

    .form-div {
        width: 100%;
        height: auto;
    }
}

@media (max-width:1260px) {
    .hero-cta {
        font-size: 35px;
        font-weight: 550;
        width: 400px;
    }

    .hero-text {
        font-size: 16px;
        width: 450px;
    }

    .hero-img-div {
        width: 100%;
    }

    .hero-img-div img {
        width: 100%;
    }


    .form-div h3 {
        font-size: 20px;
    }

    ::placeholder {
        font-size: 14px;
    }

}


@media (max-width:1200px) {
    .price {
        width: 90%;
        margin: auto;
        font-size: 16px;
    }
}


@media (max-width:1024px) {
    .hero-content {
        display: block;
    }

    .hero-cta {
        text-align: center;
        width: 70%;
        margin: auto;
    }

    .hero-text {
        text-align: center;
        width: 80%;
        margin: 2em auto 0;
    }

    .form-section {
        display: block;
    }

    .hero-button {
        justify-content: center;
        margin: 2em auto;
    }

    .hero-img-div img {
        margin: auto;
    }

    .flex-section {
        display: block;
    }

    .flex-section-2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .networks-img-div {
        width: auto;
        margin: auto;
        text-align: center;
    }

    .services-text,
    .service-items {
        margin: 3em auto;
        text-align: center;
    }

    .form-div {
        margin: auto;
        width: 450px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 90%;
        height: 50px;
    }

    textarea {
        width: 90%;
        height: 149px;
    }

    .contact-div {
        width: auto;
        margin-top: 2em;
    }

    .location,
    .phone {
        width: 90%;
        margin: auto;
    }

    .plan-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .price {
        width: 80%;
        margin: auto;
        font-size: 18px;
    }

}

@media (max-width:1100px) {
    .button {
        width: 80px;
        font-size: 12px;
    }

    .logo-div {
        margin-left: 1em;
    }

    .logo-div img {
        width: 150px;
    }

    .list-body :is(.list-item) {
        margin-inline: 5px;
    }

    .list-body {
        width: 250px;
    }

    .attest-flex {
        width: 70%;
    }

    .top {
        font-size: 18px;
        font-weight: 400;
    }

    .bottom {
        font-size: 30px;
        font-weight: 500;
    }
}

@media (max-width:764px) {
    .hero-cta {
        width: 100%;
        font-size: 25px;
        line-height: 40px;
    }

    .scroller-div {
        width: 1440px;
    }

    .hero-button {
        width: 130px;
        height: 40px;
        font-size: 12px;
    }

    .hero-text {
        width: 100%;
    }

    .right {
        display: none;
    }

    .burger {
        display: block;
        margin-right: 1em;
    }

    .nav-container {
        height: 60px;
    }

    .attest-body {
        height: auto;
        padding-top: 0;
    }

    .attest-flex {
        width: 90%;
        border: 0;
    }

    .attest-hr {
        margin-top: 1em;
    }

    .serveices-text-header {
        font-size: 20px;
    }

    .service-paragraph {
        font-size: 16px;
        width: 95%;
        margin: auto;
    }

    .service-items {
        width: 100%;
        margin: 2em auto;
    }

    .services-text {
        width: auto;
    }

    .services-header {
        font-size: 18px;
    }

    .service-section {
        margin-top: 4em;
    }

    .flex-section {
        margin-top: 2em;
    }

    .service-two-div,
    .service-two-text {
        margin-top: 2em;
        width: 100%;
    }

    .service-two-text {
        margin-top: 0;
    }

    .flex-section-2 {
        width: 70%;
        margin: auto;
    }

    .scroller-section {
        margin-top: 3em;
    }

    .scroller-img-text {
        font-size: 14px;
    }

    .circle-section {
        height: 500px;
        margin-top: 3em;
    }

    .circle {
        width: 400px;
        height: 400px;
        transform: translateX(-10%) translateY(5%);
    }

    .circle div h3 {
        font-size: 25px;
    }

    .circle div {
        width: 70%;
    }

    .circle div p {
        font-size: 16px;
        width: 70%;
    }

    .form-contact {
        margin-block: 4em;
    }

    .form-div {
        height: auto;
        width: auto;
        margin: auto;
    }

    .form-div h3,
    .contact-div h3 {
        font-size: 25px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        height: 40px;
        border-radius: 5px;
    }

    textarea {
        height: 129px;
        border-radius: 5px;
    }

    ::placeholder {
        font-size: 14px;
    }

    input[type="submit"] {
        height: 40px;
        width: 120px;
        font-size: 16px;
    }

    .location div p,
    .phone div p {
        font-size: 16px;
    }

    .contact-div {
        margin-top: 3em;
    }

    .one h3 {
        font-size: 20px;
    }

    .footer-list-header {
        font-size: 16px;
        text-align: center;
        width: 150px;
        list-style: none;
    }

    .footer-list-item {
        font-size: 14px;
        text-align: left;
    }

    .copyright {
        font-size: 14px;
    }

    .icons {
        width: 100px;
    }

    .copyright {
        margin-top: 11em;
    }

    #navbar {
        display: none;
    }

    .collapsed {
        background: #554E90;
        margin-top: -1rem;
        height: 50vh;
        display: block;
        backdrop-filter: blur(40px);
    }

    ul#navbarDropdownMenu {
        padding-left: 0;
    }

    #navbarDropdownMenu>li a {
        color: white;
        text-decoration: none;
        font-size: 14px;
    }

    #navbarDropdownMenu>li {
        list-style: none;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 1em;
    }

    #navbarDropdownMenu>li:first-child {
        padding-top: 2em;
    }

    .join {
        color: white;
        font-family: 'Montserrat';
        border: 1px solid white;
        width: 30%;
        margin: auto;
        padding: 10px;
        border-radius: 5px;
    }


    .below {
        font-size: 20px;
        width: 80%;
        margin: 1em auto;
    }

    .partners_images {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        margin: 2em auto 4em;
    }

    .partners {
        margin-top: 2em;
    }


}

@media (max-width:700px) {
    .footer-flex {
        display: block;
        transform: translateY(0%);
    }

    footer {
        height: auto;
    }

    .footer-list-header {
        text-align: left;
    }

    .copyright {
        margin-top: 3em;
    }

    ul.footer-list-body {
        padding-left: 0;
    }

    .two {
        margin-top: 3em;
    }

    .three {
        margin-top: 2em;
    }

    .one {
        padding-top: 3em;
    }

    .hero-cta {
        line-height: 30px;
    }

    .hero-text {
        line-height: 25px;
        margin-top: 1.3em;
    }

    .hero-content {
        padding-top: 2em;
    }

    .to-break {
        font-size: 20px;
        width: 80%;
        margin: auto;
    }

}

@media (max-width:500px) {
    .top {
        font-size: 16px;
    }

    .bottom {
        font-size: 20px;
    }

    .scroller-div {
        gap: 10px;
    }

    .carousel-img {
        width: 280px;
        height: 200px;
    }

    .image-text-body {
        width: 280px;
        height: 45px;
    }

    .scroller-img-text {
        font-size: 14px;
        font-weight: 500;
    }

    .circle-section {
        height: 400px;
    }

    .circle {
        width: 350px;
        height: 350px;
        transform: translateX(-10%) translateY(5%);
    }

    .circle div h3 {
        font-size: 25px;
    }

    .circle div {
        width: 70%;
    }

    .circle div p {
        font-size: 16px;
        width: 70%;
    }

    .form-div {
        width: 95%;
        padding: 1em;
    }

    .form-section {
        width: 100%;
        overflow-x: hidden;
    }

    .form-div h3,
    .contact-div h3 {
        font-size: 16px;
    }

    .location div p,
    .phone div p {
        font-size: 14px;
    }

    .phone {
        width: 70%;
        margin: 0;
        margin-left: 1em;
    }

    .below {
        font-size: 16px;
        width: 80%;
    }

    .partners_images {
        gap: 10px;
    }

    .plan-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .price {
        width: 75%;
        font-size: 14px;
    }

    .type {
        font-size: 14px;
        margin: 0 auto;
    }

    .plan {
        width: 88%;
        margin-top: 1em;
    }

    .hero-button {
        flex-direction: column;
        margin-top: 4rem;
    }

    .hero-button a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }

}