/* Site Colors */
:root{
    --primary-color:#ff8731;
    --secondary-color:#009bc0;
}
*{
    font-family: 'Outfit',Helvetica,Arial,Lucida,sans-serif;
    box-sizing: border-box;
}
.container{
    max-width: 1360px;
}

.homepage {
    position: fixed;
}

.header-btn {
    box-shadow: 4px 4px 0px 0px #1b1e21;
    padding: 10px 30px;
}
.hero {
    background-image: url(../images/bg.png), linear-gradient(140deg, var(--secondary-color) 0%, var(--secondary-color) 63%, var(--secondary-color) 100%) !important;
    background-position: center;
    background-size: cover;
}

.about-section {
    padding: 80px 0px;
}
.ai-speed {
    padding: 80px 0px 30px;
}
.service-section {
    padding: 80px 0px;
}
.pricing-section {
    padding: 80px 0px;
}
.freelancer-section {
    padding: 80px 0px 40px;
}
.testimonials-section {
    padding: 60px 0px 100px;
}
.need-more-section {
    padding: 80px 0px;
}
.faq-section {
    padding: 80px 0px;
}
.list-no {
    width: 50px;
    height: 50px;
    line-height: 5px;
    background:var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    padding: 22px;
}
/* Mobile media query start here */
@media only screen and (max-width:768px){
    div#logo {
        width: 45%;
        transition: 0.5s;
    }
    header.bg-white  div#logo  {
        width: 35%;
    }
    .mobile-col{
        margin-top:50px;
    }
    .hero-badge {
        padding: 15px;
    }
    .absolute-box {
        width: 100%;
        left: 0;
        padding: 10px;
    }
    .absolute-box ul li {
        display: inline;
        text-align: center;
    }
    .absolute-box ul li .mobile-icon {
        width:50px;
        margin: auto;
        height: 50px;
        line-height: 35px;
    }
    .absolute-box li p {
        font-size: 17px;
        line-height: 20px;
    }
    .absolute-box li span {
        font-size: 15px;
    }
    .absolute-box-2 {
        left: 0;
        bottom: -50px;
        width: 90%;
        margin: auto;
        background: var(--primary-color);
        color: #fff;
    }
    .absolute-box-2 ul {
        justify-content: center;
    }
    .absolute-box-2 h4, .absolute-box-2 div {
        color: #fff;
    }
    .absolute-box-3 {
        right: 0;
        background: var(--secondary-color);
        color: #fff;
    }
    .absolute-box-4 {
        right: 0;
        top: 62%;
    }
    .absolute-box-bg{
        background:var(--primary-color);
        color:#fff;
    }
    .absolute-box-bg h4, .absolute-box-bg div {
        background:var(--primary-color);
        color:#fff;
    }
    .mobile-space {
        padding-top: 100px;
    }
    .faq-section {
        padding: 80px 0px 20px;
    }
    button#menu-toggle {
        background:var(--primary-color);
        border-radius: 5px;
        padding: 2px;
    }
    div#mobile-menu {
        width: 80%;
        background-color: #ffffff;
        position: absolute;
        right: 0;
        padding: 40px;
        border-top: 2px solid var(--primary-color);
        border-bottom: 2px solid var(--primary-color);
    }
    div#mobile-menu a {
        margin: 10px 0px;
        text-align: center;
    }
    .m-header-btn {
        background : var(--secondary-color);
        width: 75%;
        margin: 20px auto!important;
        border-radius: 50px;
        padding: 13px 35px;
        color:#fff;
        border: none!important;
        box-shadow: 4px 4px 0px 0px #1b1e21;
    }
}

/* IPad media query start here */
@media (min-width: 768px) and (max-width: 1023px) {
    div#logo {
        width: 30%;
        transition: 0.5s;
    }
    header.bg-white  div#logo {
        width: 25%;
    }
    .hero {
        background-position: left;
    }
    .ipad-title {
        font-size: 60px;
    }
    .ipad-flex {
        flex-direction: column-reverse;
    }
    .ipad-col, .ipad-col2 {
        width: 100%;
    }
    .absolute-box {
        width: 86%;
        left: 6%;
        padding: 25px;
    }
    .cta-box {
        flex-direction: column;
        border-radius: 100px;
        padding: 45px;
    }
    .ipad-cta-col {
        text-align: center;
        width: 80%;
        margin: auto;
    }
    .ipad-col-img {
        margin-top: 60px;
    }
    .freelancer-section {
        text-align: center;
    }
    .absolute-box-3 {
        width: 50%;
        padding: 50px;
        right: -25%;
    }
    .absolute-box-2 {
        left: -25%;
        width: 100%;;
        padding: 50px;
    }
    .ipad-row {
        flex-direction: column;
    }
    .flex-ipad-col{
        width:100%;
    }
    .absolute-box-4 {
        top: 65%;
        width: 50%;
        padding: 50px;
        right: 5%;
    }
    .mobile-space {
        margin-top: 14%;
    }
}

/* IPad pro media query start here */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    div#logo {
        width: 50%;
    }
    .hero .container {
        align-items: end;
    }
    .ipad-pro-btn {
        padding: 20px 10px;
    }
    .absolute-box {
        padding: 10px;
    }
    .ipad-pro-badge {
        top: -70px;
        z-index: 12;
    }
    .cta-box {
        padding: 20px;
        border-radius: 50px;
    }
    .absolute-box-3 {
        right: 30px;
    }
    .absolute-box-2 {
        left: 0;
        bottom: -30px;
    }
    .ipad-title {
        font-size: 45px;
    }
}

/* Cart icon css */
.header-cart-icon {
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    border: 2px solid #fff;
}
.header-cart-icon span#cartItemCount {
    position: absolute;
    top: 5px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 50px;
    color: #000;
    border: 1px solid var(--primary-color);
}


/* Card form css */
.payment-card-form {
    background-color: #fff5ec;
}
.payment-card-form input, select {
    width:100%!important;
    padding:8px 15px;
}
.payment-card-form .form-group {
    margin: 0px 0px 20px;
}

.paymentcard-design{
    box-shadow: 0px 0px 20px 10px #ecebeb !important;
}

.gateway-errors {
    background-color: #fcdfdc;
    color: #000000;
    margin: 20px 0px;
    border-radius: 8px;
}
.invoice-summary {
    height: auto;
}
.invoice-summary-table {
    max-height: 100%;
}