:root {
    --primary-color: #E85C16;
    --accent-color: #FFC9A6;
    --text-color: #1A1A1A;
    --background-color: #F6EFE9;
    --lines-color: #E85C16;
    --white-color: #ffffff;

    --dark-color: #292c36;
    --border-color: #a9abaf;
    --grey-color: #e9eaee;
    --red-color: #d94e4e;
    --btn-primary-color: var(--white-color);

    --danger-color: #d44f29;
    --success-color: var(--primary-color);

    --screen-height: 100vh;
    --top-bar-height: 60px;

    --nav-height: 52px;

    --top-and-nav-height: calc(var(--top-bar-height) + var(--nav-height));
}

.uneed-color {
    --tw-text-opacity: 1;
    background: rgba(244, 150, 67, 1);
    color: rgba(244, 150, 67, 1);
}

.txt-danger {
    color: var(--danger-color);
}

.bg-danger {
    background-color: var(--danger-color);
}

.txt-primary {
    color: var(--primary-color);
}

.btn {
    border-radius: 32px;
    font-family: "Oxygen", serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    height: 96px;
    padding: 20px 86px;
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
    color: var(--btn-primary-color);
    height: 96px;
    line-height: 46px;
    margin-top: 23px;
}

.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active:focus,
.btn-primary:hover,
.btn-primary:active {
    background-color: var(--primary-color);
    border: none;
    color: var(--white-color);
}

html,
body {
    height: 100%;
    margin: 0;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: var(--background-color);
}

.navbar {
    border-radius: 32px;
    background-color: var(--accent-color);
    color: var(--primary-color);
    max-width: 1360px;
    margin: 48px auto;
    padding: 0;
}

.navbar .navbar-brand {
    margin-left: 18px;
    padding-top: 0;
}

.navbar .container {
    padding: 0;
}

.navbar .nav-link {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 18px;
    padding: 0 16px;
}

.navbar .nav {
    margin: 0 auto;
}

.navbar .nav-item {
    line-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .nav-link.active {
    background-color: var(--primary-color);
    border-radius: 32px;
    line-height: 48px;
    color: var(--white-color);
}

.hero-section {
    background-image: url(../images/hero-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
} */

.hero-mobile-bg {
    height: 100%;
    width: 100%;
    background-image: url(../images/hero-mobile.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right 100%;
}

.hero-section,
.hero-section .content {
    height: 100vh;
}

.hero-section .section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-section .section-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

img.mobile {
    z-index: 2;
}

img.mobile-shadow {
    z-index: 1;
}

img.mobile,
img.mobile-shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.download {
    display: flex;
    flex-direction: row;
    margin-top: 42px;
}

.download-btn {
    width: 283px;
    margin-right: 37px;
}

.download-btn a {
    display: block;
}

.section-title {
    font-family: "Oxygen", serif;
    font-size: 54px;
    line-height: 81px;
}

.hero-section .section-title {
    max-width: 720px;
}

.enhance-dining {
    padding: 6px 24px;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.enhance-dining img {
    margin-right: 10px;
}

.secondary-text {
    font-size: 32px;
    width: 490px;
}

.feature-section {
    padding-top: 175px;
    /*padding-bottom: 175px;*/
    position: relative;
    overflow: hidden;
}

.feature-header {
    position: relative;
    display: inline-block;
}

.feature-header .section-title {
    margin-bottom: 42px;
    color: var(--white-color);
}

.feature-header-bg {
    position: absolute;
    background-color: var(--primary-color);
    top: -27px;
    right: -27px;
    left: -1000px;
    height: 300px;
    border-radius: 32px;
    z-index: -1;
}

.card {
    padding: 0;
    border: none;
    border-radius: 32px;
    z-index: 1;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: start;
    border: none;
    background-color: #fff;
    padding: 24px;
    border-radius: 32px !important;
}

.card-body {
    padding: 24px;
}

.card-body p {
    font-size: 24px;
    line-height: 35px;
    margin: 0;
}

.card-header i {
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 20px;
    margin-right: 16px;
}

.card-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 48px;
    margin: 0;
}

.about-section {
    background-image: url(../images/about.svg);
    background-size: 55vw;
    background-position: 45vw 0;
    background-repeat: no-repeat;
    padding-top: 214px;
    padding-bottom: 800px;
    z-index: -1;
}

.about-section .section-title {
    font-size: 42px;
    line-height: 63px;
    font-family: "Oxygen", serif;
    margin-bottom: 60px;
}

.about-section .logo {
    max-width: calc(100% - 50px);
    position: relative;
    left: -60px;
}

.about-section p {
    margin-top: 24px;
    font-size: 28px;
    line-height: 42px;
}

.about-img {
    width: 100%;
}

.testimonial-section {
    padding-bottom: 96px;
    margin-top: -400px;
}

.testimonial-header {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.testimonial-header .section-title {
    margin-bottom: 42px;
    font-family: "Oxygen", serif;
    color: var(--white-color);
}

.testimonial-header-bg {
    position: absolute;
    background-color: var(--primary-color);
    top: -10px;
    right: -257px;
    left: -1000px;
    height: 300px;
    border-radius: 32px;
    z-index: -1;
}

.avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 12px;
}

.avatar {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testimonial-card .card-header {
    display: flex;
    justify-content: space-between;
}

.card-header .text-block {
    display: flex;
    flex-direction: column;
}

.testimonial-card .card-body p {
    font-size: 24px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc(35px * 3);
}

.testimonial-card {
    position: relative;
}

.testimonial-card.arrow-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: -130px;
    background-image: url(../images/testimonial-arrow.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 150px;
}

.producthunt-section {
    padding-bottom: 100px;
}

.producthunt-card .card-body {
    padding: 68px 118px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-producthunt {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    border-color: var(--danger-color);
    color: var(--danger-color);
}

.btn-producthunt i {
    margin-right: 14px;
}

.btn-producthunt i img {
    width: 48px;
    height: 48px;
}

.btn-producthunt .text {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.btn-producthunt .text span {
    font-size: 14px;
}

.btn-producthunt .text strong {
    font-size: 32px;
    line-height: 26px;
}

.vote-here {
    font-size: 16px;
}

.uneed-title {
    width: 120px;
    margin-top: -16px;
}

.uneed-head {
    background: #fff;
    width: 120px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -45px;
    left: calc(50% - 60px);
    border-radius: 16px;
}

.uneed-winner img {
    width: 250px;
}

.uneed-head img {
    height: 48px;
}

.transform-section {
    padding-bottom: 144px;
}

.transform-section .image-sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.transform-section img {
    margin-right: 10px;
    width: 45%;
}

.transform-section .section-title {
    font-family: "Oxygen", serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 50px;
}

.transform-section .content-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.transform-section img.arrow-top {
    width: 100px;
    margin-top: 40px;
}

.btn-download-now {
    position: relative;
}

.btn-download-now:before {
    content: "";
    position: absolute;
    top: 130%;
    left: 30%;
    background-image: url(../images/arrow-top.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 123px;
    background-size: 100px;
}

footer {
    padding-bottom: 48px;
}

footer .navbar {
    margin: 0 auto;
}

footer.terms {
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    padding: 20px 0;
    text-align: center;
    flex-shrink: 0;
    margin-top: 48px;
}

footer.terms p {
    text-align: center;
}

.arrow-down {
    height: 107px;
    position: absolute;
    left: 10%;
    top: calc(100% - 50px);
}

.social-media {
    margin-bottom: 0;
}

.social-media a {
    display: inline-block;
    background-color: transparent;
}

.social-media .nav-link {
    background-color: transparent;
    padding-left: 24px;
    padding-right: 0;
}

.social-media .nav-link img {
    width: 48px;
    height: 48px;
}


.main-container {
    padding-top: 180px;
    padding-bottom: 100px;
    min-height: calc(100vh - 100px);
}

.terms-page h1 {
    font-size: 42px;
}

.main-container .section-title {
    font-size: 26px;
    line-height: 50px;
}


/* Responsive Styles - Using Bootstrap breakpoints */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Default styles already work well at this size */
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .testimonial-header-bg {
        right: -100px;
    }

    .producthunt-card .card-body {
        padding: 40px 60px;
    }

    .about-section {
        padding-bottom: 450px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .enhance-dining {
        font-size: 18px;
    }

    .download-btn {
        max-width: 210px;
    }

    .section-title {
        font-size: 36px;
        line-height: 52px;
    }

    .secondary-text {
        font-size: 22px;
        width: 360px;
    }

    .card-header {
        padding: 12px;
    }

    .card-header i {
        padding: 16px;
    }

    .card-title {
        font-size: 18px;
        line-height: 30px;
    }

    .card-body {
        padding: 12px;
    }

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

    .about-section {
        background-size: 70vw;
        padding-bottom: 600px;
        padding-top: 110px;
    }

    .feature-section {
        padding-top: 100px;
    }

    .testimonial-header-bg {
        right: -50px;
    }

    .testimonial-card.arrow-bg:before {
        display: none;
    }

    .about-section {
        padding-bottom: 450px;
    }

    .feature-header-bg {
        height: 230px;
    }

    .testimonial-header-bg {
        height: 230px;
    }

    .about-section .section-title {
        font-size: 28px;
    }

    .about-section p {
        font-size: 22px;
    }

    .testimonial-card .card-body p {
        font-size: 16px;
        line-height: 30px;
        max-height: calc(30px * 3);
    }

    .transform-section .section-title {
        font-size: 24px;
        line-height: 40px;
    }

    .btn-download-now {
        height: 76px;
        line-height: 40px;
        font-size: 22px;
        padding: 16px 46px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar {
        width: calc(100% - 40px);
        border-radius: 18px;
        padding: 12px;
        margin: 10px auto;
    }

    .main-container {
        padding-top: 110px;
        padding-bottom: 50px;
    }

    footer {
        padding-bottom: 22px;
    }

    .navbar .nav {
        margin: 0;
    }

    .navbar .navbar-brand {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar .nav-item {
        line-height: 36px;
    }

    .navbar .nav-link {
        font-size: 14px;
        padding: 0 0 0 20px;
    }

    .hero-mobile-bg {
        background-position: calc(100% + 40px) 100%;
        background-size: 100%;
    }

    .hero-section .section.first {
        margin-top: -80px;
    }

    .hero-section .section-content {
        width: 100%;
    }

    .enhance-dining {
        font-size: 12px;
    }

    .enhance-dining img {
        width: 14px;
    }

    .section-title {
        font-size: 24px;
        line-height: 46px;
    }

    .hero-section h1.section-title {
        max-width: 350px;
    }

    .hero-section .secondary-text {
        font-size: 14px;
        line-height: 28px;
        width: 314px;
    }

    .download {
        flex-direction: column;
    }

    .download .download-btn {
        margin-bottom: 24px;
    }

    .download .download-btn img {
        width: 180px;
    }

    .feature-section .container {
        padding: 0 40px 0 50px;
    }

    .feature-header-bg {
        top: 0;
    }

    .feature-header .section-title {
        margin-left: 50px;
        line-height: 70px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .feature-header .card {
        margin-left: 40px;
    }

    .card-title {
        font-size: 20px;
    }

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

    .card-body {
        padding: 12px;
    }

    .card-header {
        padding: 12px;
    }

    .feature-section {
        padding-top: 70px;
    }

    .feature-section .card {
        margin-bottom: 10px;
    }

    .feature-header-bg {
        height: 178px;
    }

    .about-section {
        background-position: center 50px;
        background-size: 100vw;
        padding: 24px 0;
        background-image: url(../images/about-sm.svg);
    }

    .about-section .text-section {
        height: calc(100vh - 200px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .about-section .section-title {
        line-height: 38px;
        width: 298px;
        text-align: left;
        margin: 0 16px;
    }

    .about-section p {
        font-size: 14px;
        line-height: 22px;
        margin: auto 16px 18px;
        width: 220px;
    }

    .testimonial-section {
        margin-top: 0;
    }

    .testimonial-header .section-title {
        line-height: 70px;
        margin-left: 50px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .testimonial-header-bg {
        top: 0;
        height: 178px;
    }

    .avatar img {
        width: 46px;
        height: 46px;
    }

    .card-header .text-block {
        font-size: 14px;
    }

    .rate {
        width: 56px;
        margin-top: -20px;
        margin-right: 30px;
    }

    .testimonial-card .card-header {
        padding: 12px 14px 9px;
    }

    .testimonial-card .card-body {
        padding: 9px 14px;
    }

    .testimonial-card .card-body p {
        font-size: 12px;
        line-height: 20px;
        max-height: calc(20px * 3);
    }

    .producthunt-section {
        padding-bottom: 46px;
    }

    .producthunt-section h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .producthunt-section p {
        font-size: 12px;
        line-height: 18px;
    }

    .producthunt-card .card-body {
        padding: 32px;
    }

    .uneed-head {
        width: 40px;
        height: 40px;
        top: -26px;
        left: calc(50% - 20px);
    }

    .uneed-head img {
        height: 24px;
    }

    .uneed-title {
        width: 100px;
    }

    .uneed-winner img {
        width: 180px;
    }

    .uneed-winner {
        margin-left: -8px;
    }

    .transform-section {
        padding-bottom: 38px;
    }

    .transform-section .section-title {
        margin-top: 31px;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
    }

    .transform-section .content-sec {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding-left: 25px;
    }

    .btn-primary {
        font-size: 19px;
        height: 48px;
        line-height: 24px;
        padding: 10px 43px;
        border-radius: 16px;
    }

    .btn-download-now {
        margin-left: auto;
        position: relative;
    }

    .btn-download-now:before {
        content: "";
        position: absolute;
        top: 10px;
        left: -73px;
        background-image: url(../images/arrow-primary-right.svg);
        background-repeat: no-repeat;
        width: 120px;
        height: 150px;
        background-size: 50px;
    }

    footer .navbar {
        padding: 6px 20px;
    }

    footer .navbar .navbar-brand {
        margin-left: 0;
    }

    .social-media {
        margin-right: 0;
    }

    .social-media a {
        display: inline-block;
        background-color: transparent;
    }

    .social-media .nav-link {
        background-color: transparent;
        padding-left: 10px;
        padding-right: 0;
    }

    .social-media .nav-link img {
        width: 36px;
        height: 36px;
    }
}
