@import url("roboto.css");

:root {
    --bs-font-sans-serif: "Roboto", Roboto, system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    --ct-link-text-color: #db5b23;
    --ct-active-bg-color: #f36527;

    /* Primary button */
    --ct-primary-btn-bg: #F36527;
    --ct-primary-btn-shade-20pc: #c2511f;
    --ct-primary-btn-border-color: #ED7017;
    --ct-primary-btn-active-bg-30pc: #aa471b;
    --ct-primary-btn-active-border-color: #ED7017;
    --ct-primary-btn-active-color: var(--bs-white);


    --ct-primary-alert-bg: #FFB274;
    --ct-primary-alert-border-color: #FFB274;

    --ct-gradient-bg: linear-gradient(71.57deg, #e72a00 2.5%, #ed4c00 43.12%, #ffb800);

}

html {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    /*color: #281c04;*/
}

.app-name {
    font-family: "Black Ops One", sans-serif;
    font-style: normal;
}

.app-title {
    font-family: "Black Ops One", sans-serif;
    display: flex;
    align-items: center; /* Centers the lines vertically with the text */
    text-align: center;
}

/* Adds line to the left of the h1 */
.app-title::before, .app-title::after {
    content: "";
    flex: 1; /* Makes the line stretch to take available space */
    border-top: 1px solid var(--ct-active-bg-color); /* Adjust line color and thickness */
    margin: 0 20px; /* Space between the line and the text */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--ct-primary-btn-bg);
    --bs-btn-border-color: var(--ct-primary-btn-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--ct-primary-btn-shade-20pc);
    --bs-btn-hover-border-color: var(--ct-primary-btn-active-bg-30pc);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--ct-primary-btn-active-bg-30pc);
    --bs-btn-active-border-color: var(--ct-primary-btn-active-border-color);
}

.alert-primary {
    --bs-alert-color: var(--bs-dark);
    --bs-alert-bg: var(--ct-primary-alert-bg);
    --bs-alert-border-color: var(--ct-primary-alert-border-color);
}

.highlighted-card {
    /*zcolor: red;*/
    /*zopacity: .5;*/
    /*zbackground: linear-gradient(71.57deg, #e72a00 2.5%,#ed4c00 43.12%,#ffb800);*/
    /*zbackground: linear-gradient(71.57deg, rgba(231, 42, 0, .2) 2.5%,rgba(237, 76, 0, .4) 43.12%,rgba(255, 184, 0, .3));*/
    /*background: linear-gradient(to right, rgba(231, 42, 0, .4), rgba(255, 184, 0, .3));*/
}

.sha256 {
    font-size: .6em;
}

section {
    padding-top: 25px;
}


/*!*--------------------------------------------------------------*/
/*# Sections General*/
/*--------------------------------------------------------------*!*/
/*section {*/
/*    padding: 60px 0;*/
/*}*/

/*.section-bg {*/
/*    background-color: #f6f9fd;*/
/*}*/

.section-title {
    padding-bottom: 20px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 2px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*color: #909fa3;*/
    color: #909fa3;

    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--ct-active-bg-color);
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    /*color: #6f605b;*/
    /*color: #281c04;*/
    color: #261d07;
}

.features .section-title p {
    color: white;
}


.ct-download .card-footer.release-notes {
    font-size: .75em;
}

.ct-release-notes section {
    padding-top: 0;
}

.ct-release-notes h2 {
    /*padding-top: 10px;*/
    /*text-decoration: underline;*/
    color: #261d07;
    position: relative;
    margin-bottom: 20px; /* Adjust spacing as needed */
    /*display: inline-block; !* Ensures the line is only as wide as the text *!*/

}

.ct-release-notes h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px; /* Thickness of the line */
    background-color: #261d07;
    margin-top: 6px; /* Space between the <h1> and the line */
}

.ct-release-notes h3 {
    font-size: 1.25rem;
    color: #261d07;
}

.ct-previous-releases table {
    font-size: .7em;
}

.ct-release-notes-link {
    font-size: .7em;
}

a {
    color: inherit;
    transition: 0.2s;
}

.btn {
    white-space: nowrap;
}

.btn-min-width-300 {
    min-width: 300px;
}

.btn-min-width-320 {
    min-width: 320px;
}

.donate-btn {
    min-width: 120px;
}

.feature-img {
    box-shadow: 0 0px 20px -0px rgb(144, 159, 163);
    -webkit-border-radius: 6px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    margin-top: 1.5em;
}

.feature-col .feature-title {
    padding-top: 1.5em;
}

@media (min-width: 992px) {
    .cogs-bg {
        background-image: url(images/homepage/gear_bgs/gear_1_bg_2.jpg), url(images/homepage/gear_bgs/gear_2_bg_2.jpg);
        background-position: right center, left bottom;
        background-repeat: no-repeat, no-repeat;
    }

    .carousel-inner {
        box-shadow: 0 9px 15px -3px rgba(0, 0, 0, 0.66);
        -webkit-border-radius: 6px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }
}

@media (max-width: 991px) {
    .cogs-bg {
        background-image: url(images/homepage/gear_bgs/gear_2_bg_3.jpg);
        background-position: left top;
        background-repeat: no-repeat;
    }
}

blockquote {
    font-size: 1.15rem;
    margin-top: 10px;
    color: #a5a5a5;
}

figcaption {
    color: #a5a5a5;
}

.bg-rainbow {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#140A17), color-stop(50%, #041e2a), to(#140A17));
    background: linear-gradient(to right, #140A17 0%, #041e2a 50%, #140A17 100%);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.nav-link {
    color: #ffff;
    white-space: nowrap;
}

a:hover, .nav-link:hover, .nav-link:focus, .nav-link:active {
    color: var(--ct-link-text-color);
}

.align-items-center {
    align-items: center;
    justify-content: center;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.changelog h3 {
    color: #198754;
}

.card-logos img {
    display: inline;
    height: 40px;
    padding: 5px;
}

.figure-caption {
    color: #ffffff;
}

.active {
    text-decoration: underline;
    text-decoration-color: var(--ct-active-bg-color);
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
}

.dropdown-item.active {
    background-color: var(--ct-active-bg-color);
}

.dropdown-item:active {
    background-color: #6F605B;
    color: #ffffff;
}

.dropdown-item:hover:not(.active):not(:active) {
    color: var(--ct-active-bg-color);
}

.modal-link a {
    text-decoration: none;
    font-size: 16px;
}

.modal-link a:hover {
    color: var(--ct-link-text-color);
    text-decoration: underline;
    cursor: pointer;
}

.distro-logo {
    height: 100px;
}

.spinner-button .spinner-grow {
    display: none;
}

.htmx-request.spinner-button .spinner-grow {
    display: inline-block;
}

pre code {
    font-family: 'Courier New', Courier, monospace;
}

.htmx-request.spinner-button {
    opacity: 0.5;
    pointer-events: none;
}

.footer-bottom-links {
    font-size: .70em;
}

.footer-bottom-links p {
    /*margin-top: 1rem;*/
}

.footer-bottom-links .footer-nav a {
    padding: 0 8px;
}


/*--------------------------------------------------------------
# CT Contact
--------------------------------------------------------------*/
.ct-contact section {
    padding: 0;
}


.ct-contact .ct-info-box {
    color: #0b2341;
    text-align: center;
    /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
    padding: 20px 0 30px 0;
    background: #fff;
}

.ct-contact .ct-info-box i {
    font-size: 32px;
    color: var(--ct-primary-btn-bg);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fbdad2;
}

.ct-contact .ct-info-box h3 {
    font-size: 20px;
    color: #909fa3;
    font-weight: 700;
    margin: 10px 0;
}

.ct-contact .ct-info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.ct-contact .ct-contact-form {
    /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
    padding: 30px;
    /*background: #fff;*/
}

.ct-contact .ct-contact-form input,
.ct-contact .ct-contact-form select,
.ct-contact .ct-contact-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.ct-contact .ct-contact-form input:focus,
.ct-contact .ct-contact-form textarea:focus {
    border-color: var(--ct-primary-btn-bg);;
}

.ct-contact .ct-contact-form input {
    padding: 10px 15px;
}

.ct-contact .ct-contact-form textarea {
    padding: 12px 15px;
}

/*.ct-contact .ct-contact-form #submit-button {*/
/*    background: #ed502e;*/
/*    border: 0;*/
/*    padding: 10px 30px;*/
/*    border-radius: 4px;*/
/*    color: #fff;*/
/*    transition: 0.4s;*/
/*}*/

/*.ct-contact .ct-contact-form #submit-button:hover {*/
/*    background: #ef6445;*/
/*}*/

/* Support page icon styling */
.ct-support .icon-orange {
    color: var(--ct-active-bg-color);
}

.ct-video-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.ct-video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.ct-playlist-info {
    text-align: center;
    margin-bottom: 2rem;
}

.ct-video-section {
    margin-bottom: 3rem;
}

.ct-video-title {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

/* Download page — highlighted card for user's OS */
.card-highlight {
    border: 2px solid #0d6efd !important;
    box-shadow: 0 0 16px rgba(13, 110, 253, 0.15);
    position: relative;
}

.badge-recommended {
    position: absolute;
    top: -12px;
    right: 12px;
    z-index: 10;
}
