body {
    font-family: 'Poppins', 'Arial', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    width: 100vw;
    /* margin: 0 10%; */
    /* max-width: 1180px; */
}

a,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    /* padding: 15px; */
}

.sidenav a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 15px;
    text-align: end;
    font-size: 36px;
}

.mobile-nav-icon {
    float: right;
    /* margin-top: 30px; */
    cursor: pointer;
    display: none;

}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}

header {
    margin-top: 50px;
}

header .main-logo {
    height: 22px;
    width: 110px;
}

/* main navigation */
.main-nav {
    float: right;
    list-style: none;
    width: 100%;
    text-align: end;
}

.main-nav li {
    display: inline-block;
    margin-left: 50px;
    font-weight: 400;
}

.main-nav li:first-of-type {
    margin: 0;
}

.main-nav li a:link,
.main-nav li a:visited {
    opacity: 0.5;
    padding: 8px 0;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: opacity 0.3s;
}

.main-nav li a:hover {
    color: #fff;
    opacity: 1;
}

.main-nav li .active {
    font-weight: 600;
    opacity: 1 !important;
    color: #fff;
}

header,
section,
footer {
    width: 100%;
}

.section-desc .tag-line {
    line-height: 64px;
    letter-spacing: -2px;
}

.section-desc .tag-line-desc {
    line-height: 36px;
    color: #fff;
    opacity: 0.7;
}

.section-desc .try-learn-btns a {
    border: 0;
    width: 225px;
    height: 50px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', 'Arial', sans-serif;
    line-height: 22px;
    letter-spacing: 1px;
}

.try-now-btn {
    color: #000;
    background: linear-gradient(88.36deg, #FEDEAF 3.54%, #F3C754 41.54%, #FF9900 87.96%);
}

.learn-more-btn {
    background-color: #fff;
    color: #000;
}

#quote-container {
    padding: 100px 12%;
}

#quote-container .quote {
    /* padding: 0 ; */
    padding-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 46px;
    letter-spacing: 0.3px;
}

.horizontal-line {
    width: 20px;
    height: 3px;
    background-color: #FFAC5F;
    transform: rotate(-180deg);
}

#quote-container .author-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
}

#quote-container .author-designation {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #8792A1;
}

#quote-container blockquote {
    padding: 2%;
    position: relative;
    font-size: 38px;
    font-family: 'Poppins', 'Arial', sans-serif;
    line-height: 56px;
    letter-spacing: 0.3px;
}

#quote-container blockquote:before {
    display: block;
    content: "\201C";
    font-size: 162%;
    position: absolute;
    top: -5px;
    left: -5px;
    background: linear-gradient(88.36deg, #FEDEAF 3.54%, #F3C754 41.54%, #FF9900 87.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#quote-container blockquote:after {
    display: block;
    transform: rotate(180deg);
    content: "\201C";
    font-size: 162%;
    position: absolute;
    top: -50px;
    right: 0px;
    background: linear-gradient(88.36deg, #FEDEAF 3.54%, #F3C754 41.54%, #FF9900 87.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#why-section {
    background: linear-gradient(89.57deg, #F8DDD8 0.43%, #FEEEDF 99.7%);
    width: 100%;
    color: #000;
    /* margin-left: -12.5%; */
}

#why-section .title {
    /* min-height: 140px; */
    font-style: normal;
    font-weight: 600;
    font-size: 58px;
    line-height: 70px;
    /* or 121% */
    letter-spacing: 0.3px;
}

#why-section .desc {
    /* min-height: 72px; */
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.3px;
}

.step-number {
    min-height: 60px;
    font-weight: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
}

.step-detail {
    width: 350px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
}

#why-section .post-container {
    top: 350px;
}

#why-section .post-container .post-content {
    margin: 40px 45px;
    padding: 40px 45px;
    background: #fff;
    max-width: 640px;
}

#why-section .post-container .post-content .user-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
}

#why-section .other-steps {
    padding-right: 12.5%
}

.get-started-container {
    /* height: 105px; */
    padding: 35px 0;
    /* background: linear-gradient(90deg, #F8C18F 0%, #F2CB90 100%); */
}

.get-started-container .get-started-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

#blog-section .blog-text {
    font-weight: 600;
    font-size: 46px;
    line-height: 69px;
    letter-spacing: 0.3px;
}

#blog-section .post-container {
    max-width: 250px;
}

#blog-section .post-image {
    height: 250px;
    width: 250px;
}

#blog-section .post-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

#blog-section .post-type {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #8792A1;
}

#blog-section .post-content {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: rgba(135, 146, 161);
}

#blog-section .post-learn-more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

#blog-section .post-learn-more img {
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 10px;
    height: 12.5px;
}

#dev-speak {
    background: #fff;
    /* padding: 70px 13.5% 90px 12.5%; */
    padding-top: 70px;
    padding-bottom: 90px;
    margin-top: 105px;
    width: 100%;
}

#dev-speak .title {
    font-weight: 600;
    font-size: 46px;
    line-height: 69px;
    color: #000;
}

.dev-container {
    max-width: 250px;
    position: relative;
    text-align: left;
}

.dev-container .image-shadow {
    width: 250px;
    height: 290px;
    position: absolute;
    background: linear-gradient(180deg, rgba(220, 220, 220, 0.21) 0%, #E6E6E6 100%);
    top: 10px;
    left: 10px;
}

.dev-container .dev-image {
    width: 250px;
    height: 290px;
    z-index: 999;
}

.dev-container .dev-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #000;
}

.dev-container .dev-designation {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #000;
}

.dev-container .dev-opinion {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.7);
}

.dev-speak-caption {
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
}

.hiring-container {
    -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    background: linear-gradient(88.36deg, #FEDEAF 3.54%, #F3C754 41.54%, #FF9900 87.96%);
    border-radius: 4px;
    color: #000;
    height: 140px;
    padding: 30px;
}

.hiring-container .content-container {
    margin: 0 40px;
}

.hiring-container .content-container .hiring-text {
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    font-size: 44px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 40px;
    padding: 22px 40px;
}

.hiring-container .content-container .hiring-desc {
    font-style: italic;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #000000;
}

footer {
    padding: 100px 0 45px 0;
}

.get-started-container .email-input {
    width: 250px;
    background: rgba(228, 228, 228, 0.4);
    border: 0.5px solid #000000;
    box-sizing: border-box;
}

.get-started-container .email-input::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #000000;
    padding: 5px;
}

.get-started-container .email-input::-moz-placeholder {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #000000;
    padding: 5px;
}

.get-started-container .email-input:-ms-input-placeholder {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #000000;
    padding: 5px;
}

.get-started-container .email-input::-ms-input-placeholder {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #000000;
    padding: 5px;
}

.get-started-container .email-input::placeholder {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #000000;
    padding: 5px;
}

footer .company-title {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 22px;
    letter-spacing: 1px;
}

footer .email-input {
    background: rgba(244, 244, 244, 0.4);
    outline: none;
    border: none;
    height: 33px;
    width: 250px;
}

footer .email-input::-webkit-input-placeholder {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    padding: 10px;
}

footer .email-input::-moz-placeholder {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    padding: 10px;
}

footer .email-input:-ms-input-placeholder {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    padding: 10px;
}

footer .email-input::-ms-input-placeholder {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    padding: 10px;
}

footer .email-input::placeholder {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    padding: 10px;
}

footer .get-started {
    background: linear-gradient(88.36deg, #FFCB7C 3.54%, #FFC93F 41.54%, #FFAD33 87.96%);
    height: 33px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #000000;
    border-radius: 0;
    border: 0;
}

footer .email-contact-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

#footer-mobile .email-contact-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

footer .address {
    max-width: 400px;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* text-decoration: underline; */
    color: #fff;
}

footer .resources .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFAA29;
}

footer .resources .label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #8792A1;
}

footer .terms-conditions {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* text-decoration-line: underline; */
    color: #8792A1;
}

#unifocus-overview {
    background: linear-gradient(to bottom, #fff 65%, #000 0%);
}

#unifocus-overview .logo-desc {
    padding-left: 10%;
}

#unifocus-overview .unifocus-desc {
    max-width: 940px;
    font-weight: 500;
    font-size: 50px;
    line-height: 64px;
    letter-spacing: -2px;
}

#unifocus-overview .people-image img {
    width: 100%;
}

#unifocus-overview .features-section {
    padding: 0 5% 45px 5%;
}

#unifocus-overview .features-section .feature {
    max-width: 300px;
}

#unifocus-overview .features-section .feature .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
}

#unifocus-overview .features-section .feature .caption {
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    color: #8792A1;
}

#unifocus-overview .features-section .feature .desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #8792A1;
}

#talk-to-us {
    padding: 35px 35px 55px 35px;
    /* background: linear-gradient(90deg, #F8C18F 0%, #F2CB90 100%); */
    /* color: black; */
}

#talk-to-us .email-input {
    width: 250px;
    height: 40px;
    background: #fff;
    border: 0.5px solid #000000;
    box-sizing: border-box;
    /* height: fit-content; */
}

#talk-to-us a {
    height: 40px;
}

#teamup-section .team-up {
    background: url(./../images/Team_Up_Image.png) no-repeat center;
    height: 390px;
    background-size: auto 390px;
}

#teamup-section .team-up .teamup-images-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 20%;
}

#teamup-section .team-up img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

#teamup-section .summary-problem-solution {
    max-width: 350px;
}

#teamup-section .summary-problem-solution .title {
    font-weight: 500;
    font-size: 34px;
    line-height: 60px;
}

#teamup-section .summary-problem-solution .description {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: #565D67;
}

#cto-section {
    padding-bottom: 110px;
    padding-top: 140px;
}

.cto-words {
    padding: 0 5%;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
}

#cto-section .cto-image {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.38%, rgba(0, 0, 0, 0.83) 76.86%, #000000 88.9%), url(./../images/Kris_Ballew.png) no-repeat center;
    height: 650px;
    /* max-width: 920px; */
    background-size: auto 650px;
    padding-bottom: 25px;
}

.cto-image .cto-desc {
    max-width: 650px;
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 0.3px;
    /* padding: 0 15%; */
    bottom: 0;
    /* color: #FFAA29; */
}

.cto-image .cto-desc .cto-name {
    color: #FFAA29;
}

#blog-section .customer-blog-post-type {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

#blog-section .customer-blog-post-content {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.8)
}

#blog-section .customer-blog-post-learn-more {
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
}

#blog-section .customer-blog-post-learn-more img {
    width: 10px;
    height: 12.5px;
}

/* Mobile Section Classes */
#main-desc-mobile,
#why-section-mobile,
#blog-section-mobile,
#dev-speak-mobile,
#footer-mobile,
#unifocus-overview-mobile,
#teamup-section-mobile,
#cto-section-mobile,
#cust-hiring-section,
#talk-to-us-mobile {
    display: none;
}