:root {
    --primary-color: #2E254E;
    --secondry-color: #C8A55F;
    --black-color: #030712;
    --neutral-color-300: #C0C0C1;
    --neutral-color-600: #68686A;
    --neutral-color-800: #363539;
    --neutral-color-50: #F7F7F8;
}

body {
    margin: 0;
    background-color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(14px, 2vw, 18px);
}


/* .manrope-font {
  } */

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    padding-left: 100px;
    padding-right: 100px;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.navbar,
.navbar>div {
    height: 150px;
}

.navbar .navbar-nav {
    border-right: 1px solid #CFCECE
}

.navbar * {
    font-size: 22px;
    font-weight: 700;
}

.navbar .navbar-nav .nav-link {
    color: var(--black-color);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar li.nav-item {
    margin: auto 20px;
}


.navbar .navbar-collapse {
    background: #fff;
    padding: 20px 13px;
    border-radius: 20px;
    /* position: absolute; */
}



.navbar .navbar-toggler {
    border: none;
    color: #000;
    /* position: relative; */
}

.navbar .navbar-toggler i {
    font-size: 30px;
}


.hero-section img {
    max-height: 80vh;
    object-fit: cover;
    /* padding-left: 100px;
    padding-right: 100px; */
}

.main-site-container {
    padding-top: 20vh;
}

.about h2 {
    font-weight: bold;
}

.services .card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.developers div {
    font-weight: bold;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.app-promo img {
    margin-top: 20px;
}


.about-container {
    display: flex;
    align-items: center;
    margin: 100px 0 0px 0;
    /* padding-left: 100px; */
    /* padding-right: 100px; */
    justify-content: space-between;
}

.about-text {
    margin: 20px 0 0px 0;
    max-width: 55%;
}

.about-container h3.section-title {
    color: var(--secondry-color);
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.about-text h1 {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    margin: 35px 0 35px 0;
}

.about-text p {
    color: var(--neutral-color-600);
    font-size: 24px;
}

.stat-box {
    margin-top: 90px;
    display: flex;
    align-items: center;
}

.number-box {
    border: 3px solid var(--secondry-color);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 250px;
    margin-right: 20px;
    position: relative;
}

.number-box>div {
    display: flex;
    align-items: center;
    position: absolute;
    right: -250px;
}

.number-box h2 {
    font-size: 140px;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
}

.number-text {
    font-size: 36px;
    color: var(--neutral-color-800);
    margin-left: 20px;
}

.number-text span {
    display: block;
}

.about-image {
    position: relative;
}

.about-image img {
    /* height: 820px; */
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
}

.image-background-box {
    position: absolute;
    bottom: -14px;
    left: 0px;
    width: 327px;
    height: 497px;
    background: var(--secondry-color);
    z-index: -1;
}

@media (max-width: 1024px) {
    .about-container {
        flex-direction: column;
        padding: 40px;
    }

    .about-text,
    .about-container h3 {
        max-width: 100%;
        text-align: center;
    }

    .about-text {
        order: 2;
    }

    .about-image {
        margin-top: 30px;
    }

    .about-image img {
        height: auto;
        width: 100%;
    }
}

.values-section {
    background-color: var(--neutral-color-50);
    margin: 125px 0 0px 0;
    padding: 120px 20px;
    position: relative;
}

.half-border-design::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    width: 65%;
    height: 14px;
    background-color: var(--secondry-color);
}

.half-border-design::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    background-color: var(--secondry-color);
}

.contact-container.half-border-design::after {
    height: 70%;
}

.values-wrapper {
    display: flex;
    align-items: flex-start;
    /* gap: 60px; */
    margin: 0 auto;
}

.values-left-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
    min-width: 120px;
}

.values-left-title .bar {
    width: 30px;
    height: 5px;
    background-color: var(--secondry-color);
    margin-bottom: 8px;
}

.values-left-title .title-text {
    display: flex;
    flex-direction: column;
    color: var(--primary-color);

}

.values-left-title span {
    font-size: 22px;
    font-weight: 600;
    color: #1C8A55;
    line-height: 1.2;
}

.values-cards {
    display: flex;
    flex: 1;
    /* gap: 60px; */
}

.value-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 120px 10px;
    text-align: center;
    flex: 1;
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-card img {
    height: 80px;
    margin-bottom: 40px;
}

.value-card h4 {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    word-wrap: break-word;
}

.developers-section {
    background-color: var(--neutral-color-50);
    padding: 0 20px;
    margin: 80px auto;
}

.latest-projects {
    /* padding: 80px 100px; */
    background-color: #ffffff;
}

/* Responsive styles */
@media (max-width: 1200px) {

    .values-section,
    .developers-section,
    .latest-projects {
        /* padding: 50px 60px; */
    }
}

@media (max-width: 992px) {

    .values-section,
    .developers-section,
    .latest-projects {
        /* padding: 40px 40px; */
    }

    .values-wrapper {
        /* gap: 40px; */
    }

    .values-cards {
        /* gap: 20px; */
    }

    .value-card img {
        height: 70px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    .values-section,
    .developers-section,
    .latest-projects {
        padding: 40px 30px;
    }

    .values-wrapper {
        flex-direction: column;
        /* gap: 32px; */
    }

    .values-left-title {
        align-items: center;
        text-align: center;
        min-width: auto;
    }

    .values-left-title .title-text {
        align-items: center;
        color: var(--primary-color);
    }
}

@media (max-width: 576px) {
    .values-cards {
        flex-direction: column;
        /* gap: 16px; */
    }

    .value-card {
        padding: 30px 20px;
    }

    .value-card img {
        height: 60px;
        margin-bottom: 16px;
    }

    .value-card h4 {
        font-size: 18px;
    }
}

.developers-container {
    padding: 40px 0;
    margin: 0 !important;
    /* gap: 100px; */
}

.section-container {
    padding: 40px 20px;
    margin: 0 auto;
}

.developers-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.developers-bar {
    width: 60px;
    height: 4px;
    background-color: var(--secondry-color);
    margin-right: 15px;
}

.developers-title {
    color: #C8A55F;
    font-size: 24px;
    font-weight: 600;
}

.developer-card {
    background-color: #ffffff;
    border-radius: 8px;
    height: 368px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* padding: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.developer-card img {
    max-width: 80%;
    max-height: 120px;
    object-fit: contain;
}

@media (max-width: 992px) {
    .developers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .developers-grid {
        grid-template-columns: 1fr;
    }

    .section-container {
        padding: 20px 10px;
    }

}


/* Latest Projects Section Styles */

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 80px;
}

.project-card {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-image {
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(255 255 255 / 37%));
    color: #ffffff;
}

.project-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.project-link {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.project-link svg {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.project-link:hover {
    color: var(--secondry-color);
}

.project-link:hover svg {
    transform: translateX(4px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .projects-grid {
        /* grid-template-columns: repeat(2, 1fr); */
    }

    .project-image {
        height: 420px;
    }
}

@media (max-width: 768px) {
    /* .latest-projects {
        padding: 60px 0;
    } */

    .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .projects-grid {
        grid-template-columns: 1fr;
        /* gap: 20px; */
    }

    .project-image {
        height: 280px;
    }

    .project-title {
        font-size: 18px;
    }

    .project-link {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .latest-projects {
        padding: 40px 0;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .project-image {
        height: 240px;
    }

    .app-download-section {
        margin: 50px 30px;
    }
}

/* App Download Section Styles */
.app-download-section {
    /* display: flex; */
    justify-content: space-between;
    padding-top: 40px;
    background-color: var(--neutral-color-50);
    /* margin: 50px 100px; */
    border-radius: 38px;
}

.app-download-section .app-download-section {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.app-download-section .container {
    margin: 0 auto;
    padding: 0 50px;
}

.app-download-section .app-download-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.app-download-section .app-text {
    max-width: 60%;
    padding-right: 20px;
}

.app-download-section .subtitle {
    font-size: 36px;
    font-weight: 600;
    color: var(--secondry-color);
    margin: 30px 0 20px 0;
}

.app-download-section .title {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 60px 0px 80px 0;
    line-height: 1.3;
    /* text-align: justify; */

}

.app-download-section .download-buttons {
    display: flex;
    /* gap: 20px; */
}

.app-download-section .download-button {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 100px;
    padding: 12px 24px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-download-section .download-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.app-download-section .download-button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

.app-download-section .download-button .text {
    display: flex;
    flex-direction: column;
}

.app-download-section .download-button .icon i {
    font-size: 24px;
}

.app-download-section .download-button .small-text {
    font-size: 24px;
    font-weight: 400;
    color: #5F5F5F;
}

.app-download-section .download-button .large-text {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

/* Phone images styling */
.app-download-section .app-images {
    position: relative;
}

.app-download-section .app-images img {
    width: 100%;
    margin-bottom: -130px;
    float: inline-end;
    margin-top: 50px;
}




/* Responsive Styles */
@media (max-width: 1100px) {
    .app-download-section .app-images {
        width: 400px;
    }
}

@media (max-width: 992px) {
    .app-download-section .app-download-section {
        padding: 60px 0;
    }

    .app-download-section .app-text {
        max-width: 450px;
    }

    .app-download-section .subtitle {
        font-size: 20px;
    }

    .app-download-section .title {
        font-size: 26px;
    }

    .app-download-section .app-images {
        width: 360px;
    }
}

@media (max-width: 900px) {
    .app-download-section .app-download-content {
        flex-direction: column;
        text-align: center;
    }

    .app-download-section .app-text {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 60px;
    }

    .app-download-section .download-buttons {
        justify-content: center;
    }

    .app-download-section .app-images {
        width: 440px;
        height: 400px;
    }
}


@media (max-width: 400px) {
    .app-download-section .app-images {
        width: 260px;
        height: 300px;
    }
}

/* Footer container */
.section-keep-in-touch {
    display: flex;
    justify-content: space-between;
    padding: 140px 20px;
    background-color: var(--neutral-color-50);
    margin: 120px 0px;
}

/* Left section styling */
.keep-in-touch-left {
    width: 20%;
    padding-right: 20px;
}

.keep-in-touch {
    display: flex;
    flex-direction: column;
}

.gold-line {
    width: 70px;
    height: 3px;
    background-color: var(--secondry-color);
    border: none;
    margin-bottom: 15px;
}

.keep-in-touch h3 {
    color: #333;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

/* Center section styling */

.location-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
    color: var(--black-color);
}

.address {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 85px;
    color: var(--black-color);
}

.contact-email {
    font-size: 24px;
    font-weight: 400;
}

.contact-email a {
    color: var(--black-color);
    text-decoration: none;
    word-wrap: break-word;
}

.contact-email a:hover {
    text-decoration: underline;
}

/* Right section styling */
.keep-in-touch-right {
    width: 30%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.call-title {
    color: var(--neutral-color-300);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.social-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.phone-number {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
    color: var(--black-color);
    margin-bottom: 0px;
}

.social-section {
    margin-top: 30px;
}

.social-icons {
    display: flex;
    /* gap: 15px; */
}

footer .social-icons {
    justify-content: center
}

.social-icon {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    margin: 0 10px;
}

.social-icon:hover {
    color: var(--secondry-color);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .keep-in-touch-container {
        flex-direction: column;
        padding: 30px 20px;
    }

    .keep-in-touch-left,
    .keep-in-touch-center,
    .keep-in-touch-right {
        width: 100%;
        margin-bottom: 30px;
    }

    .gold-line {
        margin-bottom: 10px;
    }
}

.contact-container {
    position: relative;
    margin: 0 auto;
    padding: 0px;
    background-color: #ffffff;
}

/* Gold border at the top */
.contact-gold-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: var(--secondry-color);
}

/* Wrapper for the entire form section */
.contact-form-wrapper {
    display: flex;
    padding: 100px 20px;
    /* margin-right: 100px; */
    /* margin-left: 100px; */
}

/* Left help section */
.contact-help-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
    min-width: 120px;
}

.contact-help-section .bar {
    width: 30px;
    height: 5px;
    background-color: var(--secondry-color);
    margin-bottom: 8px;
}

.contact-help-section .title-text {
    display: flex;
    flex-direction: column;
}

.contact-help-section span {
    font-size: 22px;
    font-weight: 600;
    color: #C8A55F;
    line-height: 1.2;
}

/* Gold indicator line */
.contact-gold-indicator {
    width: 70px;
    height: 3px;
    background-color: var(--secondry-color);
    margin-bottom: 20px;
}

/* Help text styling */
.contact-help-text {
    color: #2d2a47;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

/* Form element styling */
.contact-form {
    flex: 1;
}

/* Row for inputs */
.contact-input-row {
    display: flex;
    /* gap: 20px; */
    /* margin-bottom: 20px; */
}

.contact-input-field {
    flex: 1;
}

/* Input styling */
.contact-input {
    width: 100%;
    padding: 16px;
    background-color: var(--neutral-color-50);
    border: none;
    border-radius: 15px;
    font-size: 32px;
    color: #555;
    margin-bottom: 10px;
}

/* Textarea styling */
.contact-textarea {
    width: 100%;
    height: 350px;
    padding: 16px;
    background-color: var(--neutral-color-50);
    border: none;
    border-radius: 15px;
    font-size: 32px;
    color: #555;
    resize: none;
    margin-bottom: 40px;
}

/* Submit button styling */
.contact-submit-btn {
    background-color: #2d2a47;
    color: white;
    border: none;
    border-radius: 15px;
    padding: 14px 30px;
    font-size: 28px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-submit-btn:hover {
    background-color: #3d3861;
}

/* Responsive styles */
@media (max-width: 768px) {
    .contact-form-wrapper {
        flex-direction: column;
    }

    .contact-help-section {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .contact-input-row {
        flex-direction: column;
        /* gap: 15px; */
    }
}

/* Footer styles */
.skp-footer {
    max-width: 100%;
    padding: 30px 20px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-top: 20px auto;
    font-family: Arial, sans-serif;
}

.skp-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.skp-footer-logo {
    display: flex;
    align-items: center;
}

.skp-logo-img {
    height: 120px;
    padding: 10px;
}

.skp-social-icons {
    display: flex;
    /* gap: 20px; */
    /* margin-left: 123px; */
    padding: 8px;
}

.skp-social-icon {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skp-copyright {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding: 8px 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .skp-footer-content {
        flex-direction: column;
        /* gap: 20px; */
        text-align: center;
    }

    .skp-footer-logo {
        flex-direction: column;
        /* gap: 15px; */
    }

    .skp-social-icons {
        margin-left: 0;
    }
}

.section-title-with-top-bar .bar {
    width: 100px;
    height: 9px;
    background-color: var(--secondry-color);
    margin-bottom: 8px;
}

.section-title-with-top-bar .title-text {
    display: flex;
    flex-direction: column;
    color: var(--primary-color);
}

.section-title-with-top-bar span {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
}

@media (min-width: 1000px) {
    .section-title-with-top-bar {
        margin-top: 130px;
    }
}

@media (max-width: 1250px) {
    .navbar li.nav-item {
        margin: auto 3px;
    }


    .section-title-with-top-bar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* min-width: 120px; */
        display: flex;
        justify-content: flex-start;
        /* width: 15%; */
    }

    .section-title-with-top-bar .bar {
        width: 100px;
        height: 9px;
        background-color: var(--secondry-color);
        margin-bottom: 8px;
    }

    .section-title-with-top-bar .title-text {
        display: flex;
        flex-direction: column;
        color: var(--primary-color);
    }

    .section-title-with-top-bar span {
        font-size: 32px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.2;
    }

}

.go-up-btn {
    position: relative;
}

.go-up-btn a {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 2em;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding-top: 15px;
    background: var(--Colors-primary-base, #2E254E);
    border: none;
}

.go-up-btn a:hover {
    background: var(--Colors-primary-base, #2E254E);
}

.go-up-btn a:active {
    background: var(--Colors-primary-base, #2E254E);
}

@media (max-width: 900px) {
    .app-download-section {
        margin: 50px 40px;
    }

    .app-download-section .app-images img {
        width: 71%;
        margin-bottom: -130px;
        margin-top: auto;
        float: none;
    }
}


@media (max-width: 600px) {
    .app-download-section {
        margin: 50px 40px;
    }

    .half-border-design::before {
        content: none;
    }

    .half-border-design::after {
        content: none;
    }
}


@media (max-width: 1000px) {
    .navbar .navbar-nav {
        border-right: none;
        border-bottom: 1px solid #CFCECE;
    }

    .navbar li.nav-item {
        margin: 10px 16px;
        text-align: center;
    }

    .skp-social-icons {
        margin: auto;
        display: flex;
        justify-content: space-around;
    }

    .skp-social-icons a {
        margin: 25px 0 0 0 !important;
    }

    .navbar .navbar-collapse {
        position: absolute;
        right: 0;
        top: 110px;
    }

    .navbar .navbar-toggler {
        position: relative;
    }
}

@media (max-width: 500px) {
    .app-download-section {
        margin: 50px 30px;
    }

    .developers-section {
        margin: 40px auto;
    }

    .number-box {
        width: 140px;
        height: 140px;
    }

    .number-text {
        font-size: 25px;
    }

    .number-box h2 {
        font-size: 110px;

    }

    .number-box>div {
        right: -180px;
    }

    .main-site-container {
        padding-top: 25vh;
    }

    .values-section,
    .developers-section,
    .latest-projects {
        padding: 40px 10px;
    }

    .developer-card {
        height: 170.31px;
    }

    .about-container {
        margin: 50px 0px 0px;
    }

    .about-container h3.section-title {
        font-size: 30px;
    }

    .about-text h1 {
        font-size: 25px;
    }

    .about-container {
        padding: 15px;
    }

    .contact-email a,
    .address {
        font-size: 17px;
    }
}

@media (max-width: 400px) {
    .image-background-box {
        width: 206px;
        height: 311px;
        left: 1px;
    }

    .app-download-section .download-button .large-text {
        font-size: 25px;
    }

    .app-download-section .download-button .small-text {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .number-box {
        width: 140px;
        height: 140px;
    }

    .number-box>div {
        right: -113px;
    }

    .number-text {
        font-size: 20px;
    }

    .number-box h2 {
        font-size: 100px;
    }
}

@media (max-width: 350px) {
    .about-container {
        margin: 5px 0;
        padding: 10px;
    }

    .app-download-section {
        margin: 30px 0;
    }
}

@media (max-width: 600px) {
    .app-download-section .app-download-section {
        padding: 50px 0;
    }

    .app-download-section .subtitle {
        font-size: 18px;
    }

    .app-download-section .title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .app-download-section .download-buttons {
        flex-direction: column;
        align-items: center;
        /* gap: 16px; */
    }

    .app-download-section .download-button {
        width: 80%;
        justify-content: center;
        padding: 5px;
    }

    .app-download-section .app-images {
        width: 300px;
        height: 250px;
    }

    .section-title-with-top-bar .title-text {
        flex-direction: initial;
    }

    .section-title-with-top-bar .title-text span {
        margin: 0 10px 0 0;
    }
}

.loader-container {
    display: flex;
    justify-content: center;
    font-size: 2em;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent var(--primary-color) var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: var(--secondry-color) var(--secondry-color) transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}