﻿/* ModeForgeai.com Styles*/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

:root {
}

/*** 

====================================================================
Global Settings
====================================================================

***/

body {
    min-height: 100vh;
    font-size: 16px;
    color: #262627;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: linear-gradient(190deg, #eaeaea 0%, #eaeaea 35%, #cc6633 100% );
    background-repeat: no-repeat;
    background-position: bottom center;
}

a {
    text-decoration: underline;
    cursor: pointer;
    color: #cc6633;
}

    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6, a, dt {
    position: relative;
    font-family: "Monda", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
}

textarea {
    overflow: hidden;
}

/* Base button shape */
button {
    background-color: #cc6633;
    color: #ffffff;
    font-family: "Monda", sans-serif;
    font-size: 18px;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 9px 24px;
    border: none;
    clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
    cursor: pointer;
    letter-spacing: 0.5px;
}

.btn:hover {
    background-color: #b0541f;
}

.auto-container {
    position: static;
    max-width: 1366px;
    margin: 0 auto;
}



img {
    display: inline-block;
}

/* Main Footer */

.main-footer {
    position: relative;
    color: rgb(196, 197, 199);
    margin: 210px 0 0;
}

    .main-footer .widgets-section {
        position: relative;
        padding: 100px 0px 30px;
    }

    .main-footer.sp-two .widgets-section {
        padding: 210px 0px 30px;
    }

    .main-footer.sp-three .widgets-section {
        padding: 135px 0px 30px;
    }

    .main-footer .column {
        position: relative;
    }

    .main-footer .footer-widget {
        position: relative;
        margin-bottom: 50px;
    }

    .main-footer .widget-title {
        position: relative;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .main-footer .footer-logo {
        position: relative;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .main-footer .logo-widget h3 {
        position: relative;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .main-footer .logo-widget .link-btn {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .main-footer .logo-widget .link-btn i {
            margin-right: 10px;
        }

/* Footer Bottom */

.footer-bottom {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 9px;
}

    .footer-bottom .row {
        display: block;
    }

    .footer-bottom ul.menu {
        display: flex;
        list-style: none;
        float: left;
    }

        .footer-bottom ul.menu li {
            position: relative;
            margin-right: 20px;
        }

            .footer-bottom ul.menu li + li:before {
                content: '/';
                color: #d2ccda;
                left: -13px;
                font-size: 18px;
            }

            .footer-bottom ul.menu li a {
                position: relative;
                color: #d2ccda;
                font-size: 18px;
            }

    .footer-bottom .social-links {
        float: right;
        text-align: right;
        margin-bottom: 10px;
    }

        .footer-bottom .social-links li {
            position: relative;
            margin-right: 8px;
            margin-bottom: 10px;
            display: inline-block;
        }

            .footer-bottom .social-links li a {
                position: relative;
                display: block;
                color: #ffffff;
                font-size: 14px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                background: rgba(255, 255, 255, 0.2);
                text-align: center;
                border-radius: 50%;
                -webkit-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .footer-bottom .social-links li a:hover {
                    color: #ffffff;
                }

                .footer-bottom .social-links li a:before {
                    position: absolute;
                    content: '';
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    -webkit-transform: scale(.7);
                    -ms-transform: scale(.7);
                    transform: scale(.7);
                    opacity: 0;
                    -webkit-transition: .5s;
                    -o-transition: .5s;
                    transition: .5s;
                }

                .footer-bottom .social-links li a:hover:before {
                    opacity: 1;
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                }

                .footer-bottom .social-links li a span {
                    position: relative;
                }

    .footer-bottom .copyright {
        clear: both;
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }

header .logo {
    display: inline-block;
    margin: 15px;
    white-space: nowrap;
}

.mfLogoType {
    display: block;
    position: relative;
}

header .logo {
    position: relative;
}

    header .logo::after {
        content: "\2122";
        position: absolute;
        top: -6px;
        right: -16px;
        font-size: 16px;
        color: #3a3a3b;
    }

header nav {
    float: right;
    margin: 31px 6px 0 0;
}

footer {
    display: block;
}

/* Page Styles */

.hero {
    width: 1366px;
    height: 482px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/hero.png);
}

    .hero .downloadCTA {
        display: inline-block;
        background-color: rgba(38, 38, 39, 0.75);
        clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
        margin: 60px 90px 0 0;
        padding: 15px 30px;
        float: right;
        text-align: center;
    }

button.download {
    margin: 24px 0 0;
}

.hero h3 {
    font-size: 24px;
    font-weight: 800;
    color: #eaeaea;
    text-align: left;
}

.hero .heroHeader {
    background-color: rgba(38, 38, 39, 0.75);
    padding: 15px;
    display: block;
    clear: both;
    position: relative;
    top: 100px;
    color: #eaeaea;
}

.hero h1 {
    width: 100%;
    font-size: 54px;
    font-weight: 700;
}

.hero p {
    font-size: 27px;
    font-weight: normal;
}

.hero span {
    display: inline-block;
    margin: 6px 0 0 0;
    font-size: 19px;
    font-weight: normal;
}

.features {
    display: block;
    margin: 30px 0 12px 30px;
}

.featuresHdr {
    border-bottom: 3px solid #cc6633;
    width: 66%;
    color: #cc6633;
}

    .featuresHdr h2 {
        font-size: 60px;
        display: inline-block;
    }

    .featuresHdr span {
        display: inline-block;
        float: right;
        margin: 37px 16px 0 0;
        font-size: 27px;
        font-weight: 500;
        color: #cc6633;
    }

.features .storeLogo {
    display: inline-block;
    margin: 0 23px;
}

.features .coloumn {
    display: inline-block;
    width: 29%;
    vertical-align: top;
    padding: 24px;
}

    .features .coloumn h3 {
        font-size: 24px;
        font-weight: 800;
        margin: 0 0 6px;
    }

    .features .coloumn h4 {
        font-weight: 600;
    }

    .features .coloumn .topic {
        padding: 0 0 36px;
    }

.topic ul {
    padding: 24px;
}

.sideBar {
    background-color: rgba(84, 84, 86, 0.3);
    margin-top: 42px;
}

.coloumn.sideBar h3 {
    font-size: 36px;
    font-weight: 400;
    color: #cc6633;
    border-bottom: 3px solid #cc6633;
}

.coloumn.sideBar h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 18px 0 0;
}

.sideBar h5 {
    font-weight: 600;
    line-height: 1.7;
}

.coloumn.sideBar ul {
    margin: 0 0 0 21px;
}

.sideBar .getStartedCTA {
    text-align: center;
}

.howItWorks h2 {
    border-bottom: 3px solid #cc6633;
    font-size: 60px;
    text-align: right;
}

.howItWorks .row {
    display: flex;
    margin: 30px 0 0;
}

.howItWorks .col2 {
    margin: 0 0 0 24px;
}

.howItWorks h3 {
    font-size: 30px;
    font-weight: 400;
}

.howItWorks {
    font-size: 18px;
}

.prose .docContent {
    width: 88%;
    margin: 0 auto;
}

.prose h1 {
    font-size: 60px;
    border-bottom: 3px solid #cc6633;
    color: #cc6633;
}

.prose h2 {
    margin: 10px 0 0;
    text-align: center;
    color: #cc6633;
    font-size: 21px;
    font-weight: 700;
    margin: 18px 0 48px;
}

.prose h3,
.prose.succcess h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 6px;
}

.prose .docContent section {
    margin: 0 0 21px 0;
}

.prose dt {
    font-size: 18px;
    font-weight: 600;
}

.prose dl,
.prose p {
    margin: 12px 0 0 27px;
}

.prose dd {
    margin: 0 0 12px 0;
}

.prose ul,
.prose ol {
    margin: 0 0 0 45px;
}

a.white {
    color: #fff;
}

.prose nav.support-nav {
    position: relative;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    padding: 12px 0 0;
    top: 0;
    left: 0;
}

.prose.support h2,
.prose.success h1 {
    font-size: 30px;
    text-align: left;
    border-bottom: 3px solid #cc6633;
    width: 77%;
    margin: 60px 0 24px;
}

.prose.success h2 {
    font-size: 30px;
    text-align: left;
    border-bottom: 3px solid #cc6633;
    width: 77%;
    margin: 60px 0 24px;
}

.prose .footer-bottom ul li {
    margin: 0;
    padding: 0;
}







/*** 

====================================================================
Responsive Styles — 375, 768, 1024
====================================================================

***/

/* ---- Fluid base fixes ---- */

.auto-container {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

.hero {
    width: 100%;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
}

/* ---- 1024px ---- */

@media (max-width: 1024px) {

    .hero {
        height: auto;
        min-height: 380px;
        padding-bottom: 24px;
    }

        .hero h1 {
            font-size: 40px;
        }

        .hero p {
            font-size: 22px;
        }

        .hero .downloadCTA {
            margin: 40px 30px 0 0;
        }

        .hero .heroHeader {
            top: 40px;
        }

    .features {
        margin: 30px 0 12px 0;
    }

    .featuresHdr {
        width: 100%;
    }

    .features .coloumn {
        width: 45%;
    }

        .features .coloumn.sideBar {
            width: auto;
            max-width: 480px;
            margin: 24px auto 0;
            display: block;
        }

    .howItWorks .row {
        flex-direction: column;
    }

    .howItWorks .col1 img {
        width: 100%;
        max-width: 480px;
    }

    .howItWorks .col2 {
        margin: 16px 0 0;
    }

    .prose nav.support-nav {
        position: static;
        display: flex;
        gap: 24px;
        padding: 16px 0;
        top: auto;
        left: auto;
    }
}

/* ---- 768px ---- */

@media (max-width: 768px) {

    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        header .logo {
            margin: 12px;
        }

            header .logo img {
                max-width: 180px;
            }

        header nav {
            float: none;
            margin: 12px 12px 0 0;
        }

    .hero {
        min-height: 300px;
        padding-bottom: 16px;
    }

        .hero h1 {
            font-size: 30px;
        }

        .hero p {
            font-size: 18px;
        }

        .hero span {
            font-size: 15px;
        }

        .hero .downloadCTA {
            float: none;
            display: block;
            margin: 24px auto 0;
            width: fit-content;
        }

        .hero .heroHeader {
            top: 24px;
            clear: both;
        }

    .featuresHdr h2 {
        font-size: 42px;
    }

    .featuresHdr span {
        float: none;
        display: block;
        font-size: 18px;
        margin: 6px 0 0;
    }

    .features .coloumn {
        width: 100%;
        display: block;
    }

        .features .coloumn.sideBar {
            width: auto;
            max-width: 480px;
            margin: 24px auto 0;
            display: block;
            border-radius: 4px;
        }

    .howItWorks h2 {
        font-size: 42px;
        text-align: left;
    }

    .footer-bottom ul.menu {
        float: none;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .footer-bottom .social-links {
        float: none;
        text-align: left;
    }

    .footer-bottom .copyright {
        font-size: 14px;
        text-align: left;
    }

    .prose h1 {
        font-size: 42px;
    }

    .prose.support h2,
    .prose.success h1 {
        width: 100%;
    }

    .prose nav.support-nav {
        position: static;
        display: flex;
        gap: 16px;
        padding: 12px 0;
        flex-wrap: wrap;
    }
}

/* ---- 375px ---- */

@media (max-width: 375px) {

    header .logo img {
        max-width: 140px;
    }

    .hero h1 {
        font-size: 24px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero span {
        font-size: 13px;
    }

    .featuresHdr h2 {
        font-size: 32px;
    }

    .howItWorks h2 {
        font-size: 32px;
    }

    .prose h1 {
        font-size: 32px;
    }

    button {
        font-size: 15px;
        padding: 8px 18px;
    }

    .main-footer {
        margin-top: 60px;
    }
}
