@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Days+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background-color: #F7F9FC;
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin: 0;
}

.brand-color {
    color: #ef2f5f
}

.text-border {
    background: linear-gradient(-45deg, #eeaa51, #ff7600, #fbae00, #fff9ae);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 8px transparent;
    color: #F7F9FC;
    padding: 5px;
}


.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}


.comfortaa-light {
    font-family: "Comfortaa", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.comfortaa-regular {
    font-family: "Comfortaa", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.comfortaa-bold {
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.container {
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}

.large-container {
    max-width: 1600px;
    padding: 0 20px;
    margin: 0 auto;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}


.menus ul {
    list-style: none;
    display: flex;
}

.menus ul li {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 10px;
}


.menus ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

.menus ul li a {
    color: #000;
    text-decoration: none;
    transition: .2s;
    font-weight: 500;
}

.menus ul li a:hover {
    color: #f7c33d;
}

.large-title {
    font-size: 100px;
    line-height: 114px;
    margin: 60px 0;
}

.large-title.text-border {
    margin-bottom: 10px;
}

.background-title {
    opacity: 0.05;
    color: #372fef;
    font-size: 150px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    margin-top: 80px;
    text-align: center;
}

.text-colored {
    font-weight: 600;
    color: #f7c33d;
}

.head-excerpt {
    width: 80%;
    margin: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
}

.section-gap {
    margin-top: 200px;
}

.dark-section {
    background: #282841;
    color: #fff;
}

.center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.white-bg {
    background-color: #fff;
}

.banner-immage {
    max-width: 100%;
}

.section-padding {
    padding: 100px 0;
}

.content-box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rise-button {
    margin-top: 20px;
    padding: 15px 40px;
    background: #ef2f5f;
    color: #F4F4FC;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.left-section {
    width: 50%;
    text-align: justify;
    margin-right: 30px;
}

.right-section {
    width: 50%;
    margin-left: 30px;
}

.right-section img {
    max-width: 100%;
    height: auto;
    display: block;
}

.close-subtitle {
    margin-top: -30px;
}

.rise-title {
    font-size: 62px;
    text-align: center;
}

.rise-font {
    font-family: "Days One", sans-serif;
    font-style: normal;
}

.footer ul {
    list-style: none;
    display: flex;
}

.footer ul li {
    margin-right: 20px;
}

.footer ul li svg {
    height: 30px;
    transition: .2s;
}

.footer ul li svg:hover {
    scale: 1.1;
}

.footer ul li:last-child {
    margin-right: 0;
}

.mt10 {
    margin-top: 10px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.card {
    margin: 10px;
    padding: 100px 20px;
    width: 12.9%;
    float: left;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    line-height: 26px;
    transition: all;
    transition-duration: 0.5s;
}

.card p {
    font-size: 20px;
    line-height: 26px;
    height: 52px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.card .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 25px;
}

.card .icon svg {
    height: 40px;
}

.card:hover {
    scale: 110%;
}

.bg-purple {
    background: #928aef47;
}

.bg-green {
    background: #ddef8a47;
}

.bg-yellow {
    background: #f7c33d3b;
}

.bg-pink {
    background: #ef8a9f47;
}

.bg-blue {
    background: #8addef47;
}

.inner-padding {
    padding-top: 100px;
    padding-bottom: 50px;
}

.mt-50{
    margin-top: 50px;
}

.section-padding-50{
    padding: 50px 0;
}

@media (max-width: 1650px) {
    .card {
        width: calc(16.65% - 60px);
    }
}

@media (max-width: 1350px) {
    .card {
        width: calc(33.33% - 60px);
        height: 60px;
    }
}


@media (max-width: 768px) {
    .topbar {
        padding: 20px 0;
        position: relative;
    }

    .menus {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .menus ul li {
        margin: 0;
        display: none;
    }

    .menus ul li:last-child {
        display: block;
    }

    .banner-immage {
        max-width: 100%;
    }

    .large-title {
        font-size: 40px;
        line-height: 50px;
        margin: 10px 0;
    }

    .background-title {
        font-size: 48px;
    }

    .mt-50{
        margin-top: 30px !important;
    }
    
    .section-padding-50{
        padding: 30px 0 !important;
    }

    .card p{
        font-size: 16px;
        font-weight: 600;
    }

    .logo {
        margin: auto;
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .content-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .left-section {
        width: 100%;
        margin: 0;
    }

    .right-section {
        width: 100%;
        margin: 0;
    }

    p {
        font-size: 14px;
    }

    h1 {
        font-size: 20px;
    }

    .section-padding {
        padding: 30px 0;
    }

    .section-gap {
        margin-top: 70px;
    }

    .rise-title {
        font-size: 22px;
    }

    .rise-button {
        margin-top: 20px;
        padding: 10px 30px;
    }

    .close-subtitle {
        margin-top: 00px;
    }

    .head-excerpt {
        font-size: 14px;
    }

    .card {
        padding: 30px 30px;
        float: none;
        width: auto;
        margin: 20px 0;
        display: flex;
        align-items: center;
        justify-content: start;
        font-size: 15px;
    }

    .card .icon {
        margin: 0;
        height: 50px;
        width: 50px;
        margin-right: 20px;
    }

    .card .icon svg {
        height: 25px;
    }

    .text-border {
        -webkit-text-stroke: 5px transparent;
    }

    .inner-padding {
        padding-top: 100px;
        padding-bottom: 50px;
    }

}

.radius-10 {
    border-radius: 10px;
}

.top-footer {
    background-color: #fff;
    margin-top: 100px;
    padding: 60px 10px;
    border-radius: 15px;
    z-index: 1;
    border: 1px solid #00000019;
    position: relative;
}

.top-footer-title {
    font-weight: normal;
}

.top-footer-title strong {
    font-weight: bold;
}

.top-footer a {
    background-color: #f7c33d;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 10px;
    color: #282841;
    transition: .2s;
    font-size: 14px;
}

.top-footer a:hover{
    background-color: #000;
    color: #f7c33d;
}

.bottom-footer {
    margin-top: -100px;
    padding-top: 170px;
}