@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700;900&display=swap');

@font-face {
    font-family: num_theme;
    src: url(../font/lilian-cufonfonts/Lilian.ttf);
}

:root {
    --bg-purple: #8314F7;
    --bg-green: #80F449;
    --bg-blue: #0DA8FF;
    --bg-yellow: #FFEA27;
    --bg-pink: #FB4FFF;
}

a {
    transition: all 0.3s ease-in-out;
}

.btn_theme {
    background: url(../images/btn.png);
    background-size: 100% 100%;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 25px 25px;
    background-repeat: no-repeat;
    display: flex;
    color: black;
    margin: 0 auto;
    text-decoration: none !important;
}

.btn_theme_num {
    background: url(../images/btn_num.png);
    background-size: 100% 100%;
    width: fit-content;
    font-family: 'num_theme';
    width: 72px;
    height: 72px;
    font-size: 36px;
    background-repeat: no-repeat;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;

    text-decoration: none !important;
}

.btn_theme_num:hover {
    color: white;
}

.btn_theme img {
    filter: invert();
    transform: rotate(270deg);
    margin-left: 35px;
}


a.nohover:hover {
    transform: none;
}

a.nohover:hover img {
    transform: none;
}

a img {
    transition: all 0.3s ease-in-out;
}

a:hover {
    transform: translateY(-10px);
}

a img:hover {
    transform: translateY(-10px);
}

section {
    position: relative;
}

body {
    font-family: 'Saira', sans-serif;
}

header {
    padding: 12px 50px;
}

/* Relative Code Starts Here */
header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;

    background: transparent;

}

.nav-menu ul {
    padding: 0;
    list-style: none;

}

.nav-menu {
    background: none;
    width: 60px;
    height: 80px;
    top: 0;
    right: 15px;
    -webkit-transition: width 0.2s ease-in-out, height 0.4s ease-in-out;
    -moz-transition: width 0.2s ease-in-out, height 0.4s ease-in-out;
    -o-transition: width 0.2s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.2s ease-in-out, height 0.4s ease-in-out;
}

.open {
    position: fixed;
    background: var(--bg-purple);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    right: 0;
}

.menu-list {
    margin-top: 100px;
    text-align: center;
    font-family: 'Open Sans', Helvetica;
    font-size: 30px;
    opacity: 0;
}

.list-open {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.64s ease;
    -webkit-transition-delay: 0.34s;
    -moz-transition-delay: 0.34s;
    -o-transition-delay: 0.34s;
    transition-delay: 0.34s;
}

.menu-list li {
    padding: 5px;
    font-size: 45px;
    font-weight: 800;
    background: none;
    color: #fff;
}

.menu-list li a {
    color: white;
    text-decoration: none;
}

/* .menu-list li:hover {
    background: #fff;
    color: #39D;
    cursor: pointer;
} */

li .social-icons:hover {
    background: none;
}

.social-icons {
    margin-top: 20px;
    font-size: 24px
}

.social-icons a {
    margin: 18px;
    color: #fff;
}

/* Burger */
#burger-wrap {}

.burger {
    position: absolute;
    top: 9px;
    right: 15px;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 60px;
    z-index: 999;
    height: 80px;
    border-radius: 50%;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
}

.burger span {
    display: block;
    position: absolute;
    top: 30px;
    left: 16px;
    z-index: 999;
    right: 16px;
    height: 3px;
    background: white;
    border-radius: 15px;
    -webkit-transition: background 0.3s .3s;
    transition: background 0.3s .3s;
    -o-transition: background 0s 0s;
    -webkit-transition-delay: 0.4s, 0s;
    transition-delay: 0.4s, 0s;
}

.burger.black span {
    background-color: black;
}

.wrap .burger span {
    background: 0 0 transparent;
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -o-transition: all 0s ease;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.burger.black span::after,
.burger.black span::before {
    background-color: black;
}

.burger span::after,
.burger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: white;
    content: "";
    border-radius: 5px;
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: 0.4s, 0s;
    transition-delay: 0.4s, 0s;
}

.burger span::before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.burger span::after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.wrap .burger span::after,
.wrap .burger span::before {
    -webkit-transition-delay: 0s, .4s;
    transition-delay: 0s, .4s;
    background-color: #fafafa;
}

.wrap .burger span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrap .burger span::after {
    bottom: 1px;
    /* Fix for codepen, set to zero for normal use */
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-logo {
    position: relative;
    z-index: 9999;
}

.main_img {
    position: relative;
}

.main_img .mob-img {
    width: 240px;
}

.main_img .mob-img-line {
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translate(-50%, -50%);
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    padding-top: 60px;

    color: white;
}

.hero-content {
    padding-top: 200px;
}

.hero_main {
    position: relative;
}

.hero_main_footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
}

.arrow_right_img {
    position: absolute;
    right: 50px;
    /* z-index: 99; */
    top: 50%;
    cursor: pointer;
    text-decoration: none !important;
}

.arrow_right_img:hover img {
    transform: rotate(270deg) translatey(5px);
}

.arrow_right_img img {
    transform: rotate(270deg);
    transition: all 0.3s ease-in-out;
}

.arrow_left_img {
    position: absolute;
    left: 50px;
    /* z-index: 99; */
    top: 50%;
    cursor: pointer;
    text-decoration: none !important;
}

.arrow_left_img img {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.arrow_left_img:hover img {
    transform: rotate(90deg) translatey(5px);
}

.about_main {
    padding: 200px 0px;
    margin-bottom: 25px;
}

.about_content h1 {
    font-size: 50px;
    font-weight: 800;
    color: black;
    margin-bottom: 25px;
}

.about_content p {
    font-size: 20px;
    font-weight: 400;
}

.service_main {
    background: var(--bg-yellow);
    padding: 50px 0px;
}

.service_content {
    padding: 100px 0px;
    position: relative;
}

.service_content h3 {
    font-size: 32px;
    font-weight: 800;
    color: black;
    margin: 30px 0px;
}

.service_content p {
    font-size: 20px;
    color: black;
    font-weight: 400;
}

.service_content.right {
    text-align: right;
}

.service_content::after {
    position: absolute;
    content: "";
    width: 2px;
    bottom: -113px;
    left: 46%;
    height: 170px;
    background: black;
    transform: translate(-50%, -50%)
}

.service_content:nth-child(3)::after {
    display: none;
}

.purpose_main {
    background: var(--bg-green);
    padding: 150px 0px;
}

.purpose_main h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
}

.purpose_main p {
    font-size: 26px;
    font-weight: 400;
}

a {
    color: var(--bg-purple);
    text-decoration: underline;

}

.change_main {
    background: url('../images/footer.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.change_main_step {
    background: url('../images/footer_1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.change_content h1 {
    font-size: 45px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.change_content p {
    font-size: 24px;
    color: white;
    font-weight: 100;
    margin-bottom: 50px;
    padding-right: 100px;
}

.py-100 {
    padding: 100px 0px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

footer {
    background: black;
    color: white;
    padding: 60px 0px;
}

.footer_content p {
    color: white;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.footer_content p a {
    font-size: 16px;
    color: white;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.footer_content p a:hover {
    color: var(--bg-purple);
}

.steps_content {
    padding: 95px 0px;
    position: relative;
}

.steps_content h1 {
    font-size: 43px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
}

.steps_content p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 29px;
    padding: 30px 30px;
}

.steps_content.service_content_none::after {
    display: none;
}

.steps_content::after {
    position: absolute;
    content: "";
    left: 50%;
    width: 2px;
    height: 120px;
    bottom: -40px;
    background-color: black;
}

.team_content h4 {
    margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.team_content h5 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.team_content span {
    font-size: 18px;
    font-weight: 700;
    color: var(--bg-purple);
}

.team_content p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
}

.team_content {
    padding: 60px 0px;
}

.team_main {
    padding: 150px 0px;
}

.team_main h1 {
    font-size: 45px;
    line-height: 69.26px;
    font-weight: 700;
}

.slide_move {
    animation: slideDown 1s linear infinite;
}


.slideleft {
    animation: slideleft 1s linear infinite;
}

.slideright {
    animation: slideright 1s linear infinite;
}

@keyframes slideright {
    0% {
        transform: rotate(90deg) translatey(-15%);
    }

    50% {
        transform: rotate(90deg) translatey(15%);
    }

    80% {
        transform: rotate(90deg) translatey(0%);
    }

    100% {
        transform: rotate(90deg) translatey(-15%);
    }
}

@keyframes slideleft {
    0% {
        transform: rotate(270deg) translatey(-15%);
    }

    50% {
        transform: rotate(270deg) translatey(15%);
    }

    80% {
        transform: rotate(270deg) translatey(0%);
    }

    100% {
        transform: rotate(270deg) translatey(-15%);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-8%);
    }

    50% {
        transform: translateY(8%);
    }

    80% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-8%);
    }
}

.pro_img_hero {
    position: absolute;
    top: 68%;
    left: 0;
}

.pro_img_footer {
    position: absolute;
    right: 0;
    bottom: -280px;
}

.download_content h3 {
    font-size: 44px;
    font-weight: 700;

}

.download_main {
    padding: 120px 0px;
}

.download_content p {
    font-size: 20px;
    font-weight: 400;
    padding: 30px 0px;
}

.download_content h2 {
    font-size: 36px;
    font-weight: 700;
}

.change_main_download {

    background: url('../images/footer_download.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    background-position: center;
    position: relative;
    padding-bottom: 100px;

}

.footer_download_img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 900px) {
    header {
        padding: 12px 10px;
    }

    .nav-logo {
        width: 160px;
    }

    .menu-list li {
        font-size: 22px;
        font-weight: 700;
        padding: 12px 0px;
    }

    .hero-content h1 {
        font-size: 22px;
        font-weight: 700;

        letter-spacing: 0.3px;
    }

    .hero-content {
        padding: 150px 30px;
    }

    .about_main {
        padding: 150px 0px;
    }

    .about_content h1 {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
    }

    .about_content p {
        text-align: center;
    }

    .service_content h3 {
        font-size: 22px;
        margin: 40px 0px;
    }

    .service_content p {
        margin-bottom: 50px;
    }

    .service_content:nth-child(1) {
        padding-top: 100px;
    }

    .service_content {
        padding: 170px 0px;
    }

    .service_content.right {
        text-align: center;
    }

    .service_content::after {
        position: absolute;
        content: "";
        width: 2px;
        bottom: -190px;
        left: 50%;
        height: 190px;
    }

    .purpose_main {
        padding: 100px 15px;
    }

    .purpose_main h2 {
        font-size: 26px;
        line-height: 40px;
        letter-spacing: 0.1px;
    }

    .purpose_main p {
        font-size: 22px;
    }

    .change_content h1 {
        font-size: 26px;
        text-align: center;
    }

    .change_main {
        padding: 100px 50px;
        padding-bottom: 0 !important;
    }

    .change_main_step {
        padding: 100px 50px;
        padding-bottom: 0 !important;
    }

    .change_content p {
        font-size: 16px;
        color: white;
        font-weight: 100;
        margin-bottom: 50px;
        padding-right: 0px;
        text-align: center;
    }

    .footer_content p {
        font-size: 18px;
        margin-bottom: 25px;
        text-align: center;
    }

    .change_main {
        background: url('../images/footer_mob.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .change_main_step {
        background: url('../images/footer_mob.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .change_main_download {
        background: url('../images/footer_mob.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 250px;
    }

    .footer_download_img {
        width: 250px;
    }

    .min-vh-0 {
        min-height: 0 !important;
    }

    .steps_content h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .steps_content p {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 0px;
    }

    .steps_content {
        padding: 150px 0px;
    }

    .steps_content::after {
        height: 180px;
        bottom: -90px;
    }

    .hero-content h4 {
        font-size: 16px;
    }

    .team_main {
        padding: 80px 0px;
    }

    .team_content {
        padding: 60px 30px;
    }

    .team_main h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .pro_img_hero {
        position: absolute;
        top: 80%;
        left: 0;
        width: 110px;
    }

    .pro_img_footer {
        position: absolute;
        right: 0;
        bottom: -140px;
        width: 150px;
    }

    .btn_theme {
        font-size: 18px;
    }
}

@media screen and (max-width: 900px) and (min-width: 601px) {}

@media screen and (max-width: 1100px) {}