html,
body {
    height: 100%;
    width: 100%;
    color-scheme: light dark;
    color: #333;
    font: 1em/1.6em var(--font-default);
    letter-spacing: 1px;
}

* {
    /* letter-spacing: 0.1em; */
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h2 {
    font-family: var(--font-heading);
}


.logo-one {
    max-width: 100%;
}

/* testing new intro */

.plac {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40vh;
    margin-bottom: 8vw;
}

.banner_new {
    text-align: center;
    background-color: rgba(255, 254, 252, 0.603);
    overflow: hidden;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.banner_new h2 {
    font-size: 2rem;
    color: rgb(69, 69, 69);
    font-weight: bolder;
}

.banner_new p {
    margin-top: 3vh;
    font-size: 1.1rem;
    font-family: var(--font-heading);
    color: rgb(69, 69, 69);
    font-weight: bold;
}

/* end of test */


.banner {
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
}

.banner_text {
    margin-top: 3rem;
}

.banner_text img {
    width: 50vw;
    margin-bottom: 3rem;
}

.banner h2 {
    font-size: 2rem;
    color: rgb(69, 69, 69);
}

.banner p {
    margin-top: 3vh;
    font-size: 1.1rem;
    font-family: var(--font-heading);
    color: rgb(69, 69, 69);
}

.products {
    font-size: 1.72rem;
    margin: auto 5vw;
    /*color: #2629c8;*/
    color: rgb(69, 69, 70);
}


.p-header {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    margin-left: 4%;
    margin-bottom: 2.469%;
    margin-top: 2.469%;
    font-weight: 600;
    color: rgb(117, 117, 117);
}

.parent {
    width: 94%;
    margin: auto;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;
    justify-content: center;*/
}

.guild {
    width: 42%;
    margin-right: 3%;
    /* letter-spacing: .5rem; */
    /* line-height: 1.2rem; */
    color: rgb(69, 69, 69);
    /* font-weight: bolder; */
    padding: 2.2%;
    border-radius: 4px;
    /* font-size: 1.1rem; */
    box-shadow: 0 5px 10px rgba(12, 12, 12, 0.425);
}

.guild > p:not(:last-of-type) {
    margin-bottom: 16px;
}

.guild-wrist {
    margin-left: 3%;
    margin-right: 0;
}

.dashLink {
    display: flex;
}
.dashLink svg {
    color: rgb(26, 26, 27);
}

.p-title {
    font-family: var(--font-heading);
    font-size: 1.17rem;
    color: rgb(26, 26, 27);
    text-decoration: 2px underline;
    text-underline-offset: 0.5vw;
    font-weight: bolder;
}

.p-title a {
    font-size: 1.17rem;
    color: rgb(26, 26, 27);
    text-decoration: 2px underline;
    text-underline-offset: 0.5vw;
    /* font-weight: bolder; */
}

.p-title:hover a {
    color: #2b2edf;
}

.img-slider {
    width: 56%;
}

.dash {
    height: 30vw;
    margin-left: 30%;
}

.playStore:hover {
    color: #508B1A;
}

.img_1-carebox {
    background-image: url("/images/Carebox1.webp");
}

.img_2-carebox {
    background-image: url("/images/carebox-open.webp");
}

.img_3-carebox {
    background-image: url("/images/carebox-back.webp");
}

.img_1-wrist {
    background-image: url("/images/wrist-side-smol-2.webp");
}

.img_2-wrist {
    background-image: url("/images/wrist_metal-back-smol-1.webp");
}

.glide__slides {
    padding-top: 30px;
    padding-bottom: 30px;
}

.glide__slide {
    height: 20vw;
}

.img_1-carebox,
.img_2-carebox,
.img_3-carebox,
.img_1-wrist,
.img_2-wrist {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 2%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: rgb(69, 69, 69);
    background-color: rgba(255, 254, 252, 0.514);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .3s ease;
}

.img_1-carebox:hover .overlay,
.img_2-carebox:hover .overlay,
.img_3-carebox:hover .overlay,
.img_1-wrist:hover .overlay,
.img_2-wrist:hover .overlay {
    height: 30%;
}

.overlay p {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: 'Nunito', sans-serif;
}


.works {
    height: 34vw;
}


.headline {
    text-align: center;
    padding: 10px 10px 20px 10px;
    color: rgb(117, 117, 117);
    font-size: 1.2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.updates {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news {
    margin: 1vw 2vw;
}

.timeline {
    width: 60%;
    padding-left: 2vw;
    padding-bottom: 0.9vw;
    font-family: var(--font-heading-article);
    color: #5f9bce;
}

.story {
    width: 60%;
    padding-left: 2vw;
    color: rgb(69, 69, 69);
}

.bottomline {
    width: 60%;
    padding-left: 2vw;
    margin: 2vw 0;
    font-family: var(--font-heading);
    color: #5f9ace;
    font-weight: 600;
    text-decoration: 2px underline;
    text-underline-offset: 0.9vw;
    cursor: pointer;
}


.guild-1 {
    width: 60%;
    margin-right: 4%;
    margin-left: 6%;
    /* letter-spacing: .5rem; */
    /* line-height: 1.6rem; */
    /* font-size: 1.11rem; */
    color: rgb(69, 69, 69);
}

.guild-1-p1 {
    font-weight: bold;
    font-size: 1.17rem;
    color: rgb(26, 26, 27);
}

.guild-1 > p:not(:last-of-type) {
    margin-bottom: 14px;
}


.img-slider-1 {
    margin-left: 4%;
    width: 46%;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(12, 12, 12, 0.425);
}

.lined-1,
.lined-2,
.lined-3,
.lined-4,
.lined-5 {
    padding: 12px 0;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-weight: bold;
    font-family: var(--font-heading);
    color: rgb(117, 117, 117);
    cursor: pointer;
}

.lined-1 {
    border-top: 1px solid black;
}

.lined-5 {
    border-bottom: none;
}

.lined-1 a,
.lined-2 a,
.lined-3 a,
.lined-4 a,
.lined-5 a {
    color: rgb(117, 117, 117);
}

.lined-1:hover a,
.lined-2:hover a,
.lined-3:hover a,
.lined-4:hover a,
.lined-5:hover a {
    color: #2b2edf;
}

.lined-1:hover .send-1,
.lined-2:hover .send-2,
.lined-3:hover .send-3,
.lined-4:hover .send-4,
.lined-5:hover .send-5 {
    position: absolute;
    right: -1%;
    color: #2b2edf;
}

/* Form */

#hola,
#subz {
    display: none;
}

.form_contain {
    width: 60%;
    margin: auto;
    padding: 20px 20px 30px 20px;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(12, 12, 12, 0.425);
}
.password_form_contain {
    margin-left: 0;
}

.form_contain h1 {
    text-align: right;
}

.form_contain h2 {
    text-align: center;
    font-size: 1.4rem;
    margin: .6rem 0;
    color: rgb(69, 69, 69);
    font-family: var(--font-heading-article);
}

.form_inside {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}

.name {
    width: 46%;
    margin: 0 2%;
    border-bottom: 2px solid rgb(117, 117, 117);
}
.password_name {
    width: 75%;
    margin-bottom: 10px;
}

.name input {
    width: 100%;
    padding: .75rem;
    border: none;
    font-size: 1.1rem;
    /* font-family: Helvetica; */
}

.nani {
    width: 96%;
    margin: .75rem auto;
    border-bottom: 2px solid rgb(117, 117, 117);
    display: flex;
    align-items: center;
}

.nani textarea {
    width: 90%;
    height: 10vw;
    padding: .75rem;
    border: none;
    resize: none;
    font-size: 1.1rem;
}

.nani button,
.nani-1 button {
    background: none;
    color: inherit;
    border: 2px solid rgb(117, 117, 117);
    font: inherit;
    cursor: pointer;
    outline: inherit;
    padding: 1.1rem;
    border-radius: 50%;
}
.password_submit button {
    border-radius: 30%;
}

.nani-1 {
    width: 96%;
    margin: .75rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nani button:hover,
.nani-1 button:hover {
    color: #2b2edf;
    font-weight: bolder;
    border: 2px solid rgb(84, 165, 245);;
    /* padding: 1rem; */
}

.nani button:focus,
.nani-1 button:focus {
    color: #2b2edf;
    font-weight: bolder;
    border: 2px solid #0060df;
    padding: .85rem;

}


.location {
    /*border: 1px solid black;*/
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

.location iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.footnotes {
    width: 94%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footnotes h3 {
    font-size: 1.2rem;
    color: rgb(69, 69, 69);
    margin-bottom: 20px;
}


.lister {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.contact a {
    background-color: rgba(43, 46, 223, 0.7);
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.contact p {
    margin-left: 20px;
    color: rgb(69, 69, 69);
}

.directions a {
    padding: 10px;
    background-color: rgba(43, 46, 223, 0.7);
    color: #ffffff;
    border-radius: 5px;
    margin-left: 20px;
}

.directions p {
    margin-left: 20px;
    color: rgb(69, 69, 69);
}

.contact,
.directions {
    padding: 10px;
}

.directions {
    margin-left: 30px;
}


.footer {
    text-align: center;
    margin: 2rem 0 1rem 0;
    color: rgb(69, 69, 69);
}

.footer a {
    color: #551a8b;
}
.footer a:hover {
    color: #2629c8;
}

.cookie-disclaimer {
    display: none;
    position: fixed;
    bottom: 4%;
    right: 2%;
    width: 20rem;
    padding: 1rem;
    align-items: center;
    z-index: 999;
    background: linear-gradient(210deg, #ededed 0%, #6a6ce8 100%);
    color: rgb(55, 55, 55);
    color: rgb(10, 10, 10);
    color: rgb(32, 33, 36);
    color: rgb(69, 69, 69);
    border-radius: 1.2rem;
    padding: 1.2rem;
    justify-content: space-between;
}

.cookie-disclaimer.show {
    display: block;
}

.cookie-disclaimer a {
    text-decoration: underline;
    color: #EAE9A5;
    color: rgb(10, 10, 10);
    color: rgb(32, 33, 36);
    color: rgb(69, 69, 69);
    text-decoration-color: white;
    text-underline-offset: 3px;
}
.cookie-disclaimer a:hover {
    color: #EAE9A5;
    text-decoration-color: rgb(62, 62, 63);
}

.cookie-disclaimer__button {
    display: flex;
    align-items: center;
    justify-content: end;
}

.cookie-disclaimer__button--close {
    background-color: white;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    color: #4f2626;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 0.4rem;
    transition: background ease-out 0.22s;
}

.cookie-disclaimer__button--close:hover {
    background-color: #4f262638;
}


/* Page 2 - about*/

.aboutScroll {
    /* scroll-snap-type: mandatory;
    scroll-snap-type: y mandatory;
    overflow-y: scroll; */
    height: 100vh;
}
.aboutScroll div {
    scroll-snap-align: start;
}
.careboxSnap,
.aboutUsSnap {
    height: auto;
    justify-content: center;
    align-items: center;
}

.aboutUsSnap p {
    font-family: var(--font-default);
}
.aboutUsSnap h2 {
    font-family: var(--font-heading);
}

.previewContainer {
    display: flex;
}

.showcase{
    background-color: #202124;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: end;
    /* justify-content: space-between; */
}
.showcase section {
    position: absolute;
    color: white;
    top: 43%;
    left: 5%;
    width: 30%;
}
.showcase h2 {
    font-size: 7vmin;
    line-height: 1em;
    font-family: var(--font-heading);
}
.showcase button {
    all: unset;
    width: max-content;
    color: black;
    background-color: #00a173;
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
    font-family: var(--font-heading);
}
.showcase button:focus {
    border: 1px solid #bdc1c6;
}
.showcaseImageContainer { 
    margin-top: 70px;   
    width: 70vw;    
    background-size: contain;
    height: 80vh;
    background-image: url("/images/carebox-open.webp");
    /* background-repeat: no-repeat, repeat;
    border-right: 130px solid #202124; */
}
.showcaseImagePreview{
    height: 80vh;
    background-image: linear-gradient(to right, rgb(32, 33, 36) 0px, rgba(0, 0, 0, 0) 56%), 
        linear-gradient(to top, rgb(32, 33, 36) 0px, rgba(0, 0, 0, 0.2) 56%);
    color: white;
}
.playPreview {
    color: white;
}
.playPreview button {
    all: unset;
    display: flex;
    margin-left: 80%;
    justify-content: end;
    align-items: center;
    background-color: rgb(15, 15, 16);
    padding: 7px 20px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: -18px;
}
.playPreview button:focus {
    border: 2px solid #00a173;
}


.videoContainer {
    display: none;   
    background: #202124;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.previewClose {
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.previewClose button {
    padding: 14px 20px;
    border-radius: 200px;
    font-family: var(--font-heading-article);
}


.catchphrase {
    margin-top: 40px;
    margin-left: 2vw;
    color: #2629c8;
    /* font-family: var(--font-heading-article); */
}
.catchphraseAbout {
    padding-top: 10px;
}


.guild-about {
    width: 60vw;
}


.product_describe-1, 
.product_describe-3, 
.product_describe-5 {
    display: flex;
}
.p_describe-1, 
.p_describe-3, 
.p_describe-5 {
    width: 86%;
    /* margin-right: 3%; */
    /* line-height: 1.2rem; */
    /* color: rgb(69, 69, 69); */
    /* font-weight: bold; */
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(12, 12, 12, 0.425);
}
.p_flow_container-1, 
.p_flow_container-3, 
.p_flow_container-5 {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 4%;
    width: 10%;
}
.p_flow_container-1::before, 
.p_flow_container-3 ::before, 
.p_flow_container-5 ::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;    
    border-right: 2px solid rgb(117, 117, 117);
}
.p_flow_sup-1, 
.p_flow_sup-3, 
.p_flow_sup-5 {
    width: 100%;
    border-top: 2px solid rgb(117, 117, 117);
}
.p_lineBreak-1, 
.p_lineBreak-3 {
    border-right: 2px solid rgb(117, 117, 117);
    height: 50px;
    position: relative;
}
.p_lineBreak-1::before, 
.p_lineBreak-3::before {
    content: "";
    position: absolute;
    top: 80%;
    bottom: 0;
    right: -6px;    
    border-left: 10px solid rgb(117, 117, 117);
    border-radius: 10px;
}
.p_lineBreak-5 {
    border-right: 2px solid rgb(117, 117, 117);
    height:100px;
    position: relative;
    width: 100%;
}


.product_describe-2, 
.product_describe-4 {
    display: flex;
}
.p_describe-2, 
.p_describe-4 {
    width: 86%;
    /* margin-right: 3%; */
    /* line-height: 1.2rem; */
    /* color: rgb(69, 69, 69); */
    /* font-weight: bold; */
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(12, 12, 12, 0.425);
}
.p_flow_container-2, 
.p_flow_container-4  {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 4%;
    width: 10%;
}
.p_flow_container-2::before, 
.p_flow_container-4::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;    
    border-left: 2px solid rgb(117, 117, 117);
}
.p_flow_sup-2, 
.p_flow_sup-4 {
    width: 100%;
    border-top: 2px solid rgb(117, 117, 117);
}
.p_lineBreak-2, 
.p_lineBreak-4 {
    border-left: 2px solid rgb(117, 117, 117);
    height: 50px;
    position: relative;
}
.p_lineBreak-2::before, 
.p_lineBreak-4::before {
    content: "";
    position: absolute;
    top: 80%;
    bottom: 0;
    left: -6px;    
    border-left: 10px solid rgb(117, 117, 117);
    border-radius: 10px;
}


.product_describe-2, 
.product_describe-3, 
.product_describe-4, 
.product_describe-5 {
    margin-top: 30px;
}

.product_describe-image {
    display: flex;
    /* justify-content: space-between; */
}
.p_describe-image {
    width: 50%;
    margin: auto 5%;
    background-size: contain;
    background-repeat: no-repeat;
}
.p_describe-image img {
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.p_flow_container_image-1, 
.p_flow_container_image-2 {
    width: 20%;
}
.p_flow_container_image-1, 
.p_flow_container_image-2 {
    position: relative;
    display: flex;
    align-items: center;
}
.p_flow_container_image-2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 50%;
    right: 0;    
    border-right: 2px solid rgb(117, 117, 117);
}
.p_flow_sup_image-1 {
    width: 100%;
    border-bottom: 2px solid rgb(117, 117, 117);
}
.p_flow_sup_image-2 {
    width: 100%;
    border-top: 2px solid rgb(117, 117, 117);
    position: relative;
}
.p_flow_sup_image-2::before {
    content: "";
    position: absolute;
    width: 10px;
    bottom: -4px;    
    border-bottom: 10px solid rgb(117, 117, 117);
    border-radius: 5px;
}


.note {
    width: 100%;
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(69, 69, 69);
}
.noteAbout {
    height: unset;
}
.thanks {
    width: 80%;
    padding: 5px;
}
.thanks h2 {
    font-size: 1.8rem;
}
.thanksAbout h2 {
    font-size: 1.6rem;
    color: rgb(117, 117, 117);
}
.thanks a {
    padding: 8px;
    background-color: #2b2edfa8;
    color: white;
    border-radius: 10px;
}


.back1 {
    padding-top: 20px;
}

.back-home {
    padding: 15px 0 20px 0;
}


.back-home_2 a {
    all: unset;
    color: #2b2edf;
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 7px;
    padding-top: 3px;
}
.back-home_2 a:hover {
    border-top: 1px solid #2b2edf;
    transition: border-top 1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.back-home_2 a:focus {
    padding-right: 3px;
    border-top: 2px solid #5f9ace;
    border-right: 2px solid #5f9ace;
    border-top-right-radius: 5px;
    transition: border 1s cubic-bezier(0.895, 0.03, 0.685, 0.22);       
}



/* Investors page */
.pitchLink {
    color: #2b2edf;
    cursor: pointer;
}
.pitchLink:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}


/* Video page */
.note_1,
.note_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(69, 69, 69);
}

.thanks_1,
.thanks_2 {
    width: 80%;
    padding: 5px;
}

.thanks_1 h2,
.thanks_2 h2 {
    font-size: 1.4rem;
}

.thanks_1 video,
.thanks_2 video {
    width: 70vw;
    height: auto;
    border: 1px solid black;
    border-radius: 10px;
    margin-top: 5px;
}

.back1_1 {
    padding-top: 20px;
}

.back-home_1 {
    padding: 15px 0 20px 0;
}

.thanks_1 a,
.thanks_2 a {
    padding: 8px;
    background-color: #2b2edfa8;
    color: white;
    border-radius: 10px;
}


/* Privacy notice page */
.note_privacy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading-article);
    color: rgb(69, 69, 69);
}



/* Terms and conditions page */
#termsPage h2 {
    font-family: var(--font-heading-article);
}
.thanks h3 {
    font-family: var(--font-heading);
    font-weight: bold;
}

.thanks li {
    margin-left: 30px;
}

#termsPage span {
    color: #2b2edf;
}


/* Verify email page */
.note-waitEmail {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Raleway', sans-serif;
    color: rgb(69, 69, 69);
    margin-top: 3vw;
}

.waitEmailVerify {
    display: none;
    height: 45vh;
    margin-top: 6.5vh;
}

.emailVerifyError {
    display: none;
    margin-top: 6.5vh;
}

.errorCause {
    color: blueviolet;
    margin-left: 40px;
}

#emailVerify {
    display: none;
}

.link-app-button {
    display: flex;
    align-items: center;
}

.waitPasswordReset, 
.passwordResetError,
.passwordResetError2,  
.passwordReset, 
.passwordResetConfirmation {
    display: none;
}

.password_strength {
    color: red;
    display: none;
}

.password_submit {
    display: none;
}
.passwordSubmitTrap{
    padding: 5px;
    border: 2px solid #00a173;
    border-radius: 20%;
}
/* .loading-indicator {
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 10px;
}
.loading-spinner {
    border: 4px solid #1ECBE1;
    border-top: 4px solid #331EE1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1.4s linear infinite;
} 
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */

.rotating-dots {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}
.dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #001def;
    animation: rotating-dots 1.8s linear infinite;
}
.dot:nth-child(1) {
    top: 0;
    left: 1px;
    animation-delay: 0s;
}
.dot:nth-child(2) {
    top: 8px;
    right: 1px;
    animation-delay: 0.33s;
}
.dot:nth-child(3) {
    bottom: -1px;
    right: 10px;
    animation-delay: 0.66s;
}
  
@keyframes rotating-dots {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
}


/* Mobile support*/

@media screen and (max-width: 1100px) {
    .works {
        height: 37vw;
    }
}

@media screen and (max-width: 1050px) {
    .showcaseImageContainer { 
        width: 78vw;    
    }
}

@media screen and (max-width: 980px) {
    .works {
        height: 39vw;
    }

    .form_contain {
        width: 70%;
    }

    .p-header {
        margin-top: 2.78%;
        margin-bottom: 2.78%;
    }
}

@media screen and (max-width: 940px) {
    .showcaseImageContainer { 
        width: 84vw;    
    }
}

@media screen and (max-width: 900px) {
    .glide__slide {
        height: 35vw;
    }

    .p-header {
        margin-top: 2.9%;
        margin-bottom: 2.9%;
    }
}

@media screen and (max-width: 870px) {
    .showcase{
        display: flex;
        justify-content: center;
    }
    .showcaseImageContainer {
        width: 98vw;
    }
    .playPreview button {
        margin-left: 77%;
        margin-top: -20px;
    }
    
    .previewClose {
        bottom: 50px;
    }
}

@media screen and (max-width: 820px) {
    .form_contain {
        width: 80%;
    }

    .p-header {
        margin-top: 3%;
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 800px) {
    .showcaseImageContainer {
        width: 97.9vw;
    }
    .playPreview button {
        margin-left: 75%;
        margin-top: -20px;
    }
}

@media screen and (max-width: 770px) {
    .showcaseImageContainer {
        width: 97.7vw;
    }
}

@media screen and (max-width: 760px) {
    .works {
        height: 40vw;
    }

    .showcaseImagePreview{
        background-size: contain;
        background-image: linear-gradient(to right, rgb(32, 33, 36) 0px, rgba(0, 0, 0, 0) 56%), 
            linear-gradient(to top, rgb(32, 33, 36) 0px, rgba(0, 0, 0, 0.2) 56%);
        
    }
}

@media screen and (max-width: 750px) {
    .showcase{
        background-color: #202124;
        height: 110vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .showcaseImageContainer {  
        background-size: cover;
        background-position: center;
        height: 100vh;
        width: 97.8vw;
        background-image: url("/images/carebox-open.webp");
        aspect-ratio: 16 / 9;
    }
    .showcaseImagePreview{
        height: 100vh;
        background-image: linear-gradient(to right, rgb(32, 33, 36) 0px, rgba(0, 0, 0, 0) 56%), 
            linear-gradient(to top, rgb(32, 33, 36) 0px, rgba(0, 0, 0, 0.2) 56%);
        color: white;
        background-image: linear-gradient(to right, rgb(32, 33, 36) 0px, rgba(0, 0, 0, 0) 56%), 
            linear-gradient(to top, rgb(32, 33, 36) 0px, rgba(0, 0, 0, 0.2) 56%);
    }

    .playPreview button {
        margin-left: 75%;
        margin-top: -145px;
    }

    .previewClose {
        bottom: 65px;
    }
}

@media screen and (max-width: 740px) {
    .banner {
        display: block;
        top: 0vw;
        position: relative;
        background-color: inherit;
    }

    .works {
        height: 42vw;
    }

    .updates {
        width: 100%;
    }
}

@media screen and (max-width: 730px) {
    .showcaseImageContainer {  
        width: 97.7vw;
    }
}

@media screen and (max-width: 700px) {
    .showcaseImageContainer {  
        width: 97.6vw;
    }
    
    .previewClose {
        margin-bottom: 2%;
        display: flex;
        justify-content: center;
        right: unset;
    }
}

@media screen and (max-width: 670px) {
    .showcaseImageContainer {  
        width: 97.4vw;
    }
}

@media screen and (max-width: 650px) {
    .form_contain {
        width: 90%;
    }

    .parent {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .guild {
        width: 80%;
    }

    .img-slider {
        width: 70%;
    }

    .glide__slide {
        height: 40vw;
    }

    .dashboard-img {
        margin: 15px;
    }

    .dash {
        height: 50vw;
        margin-left: 10%;
    }

    .parent-1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .guild-1 {
        width: 80%;
        margin: auto;
    }

    .img-slider-1 {
        width: 70%;
        margin: auto;
    }

    .guild-wrist {
        margin: auto;
    }

    .img-slider-1 {
        margin-top: 10px;
    }

    .img-slider_about {
        display: flex;
        justify-content: center;
    }
    .showcaseProductImagePreview {
        width: 60vw;
        margin-top: 20px;
    }
}

@media screen and (max-width: 620px) {
    .showcaseImageContainer {  
        width: 97.3vw;
    }
}

@media screen and (max-width: 600px) {
    .works {
        height: 44vw;
    }

    .showcaseImageContainer {  
        width: 97.2vw;
    }
}

@media screen and (max-width: 590px) {
    .name {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .showcaseImageContainer {  
        width: 97.1vw;
    }
}

@media screen and (max-width: 555px) {
    .showcaseImageContainer {  
        width: 97vw;
    }
    .playPreview button {
        margin-left: 70%;
        margin-top: -145px;
    }
}

@media screen and (max-width: 530px) {
    .andy {
        display: none;
    }

    .andy-1 {
        display: block;
    }

    .banner {
        width: 96%;
        margin: auto;
    }
}

@media screen and (max-width: 540px) {
    .showcaseImageContainer {  
        width: 96.9vw;
    }
}

@media screen and (max-width: 520px) {
    .showcaseImageContainer {  
        width: 96.7vw;
    }
}

@media screen and (max-width: 500px) {
    .nani textarea {
        width: 96%;
        height: 12vw;
    }
    
    .playPreview button {
        margin-left: 65%;
        margin-top: -145px;
    }
}

@media screen and (max-width: 480px) {
    .works {
        height: 46vw;
    }
}

@media screen and (max-width: 460px) {
    .banner {
        width: 96%;
        margin: auto;
    }

    .banner h2 {
        font-size: 1.8rem;
    }

    .banner p {
        font-size: 1rem;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    .works {
        height: 47vw;
    }

    .location {
        height: 50vw;
    }
}

@media screen and (max-width: 420px) {
    .works {
        height: 48vw;
    }
}

@media screen and (max-width: 410px) {
    .works {
        height: 50vw;
    }

    .playPreview button {
        margin-left: 60%;
        margin-top: -145px;
    }
}

@media screen and (max-width: 380px) {
    .works {
        height: 52vw;
    }

    .playPreview button {
        margin-left: 50%;
        margin-top: -145px;
    }
}


/* Dark mode support */

@media (prefers-color-scheme: dark) {

    html,
    body {
        background-color: #202124;
        color: wheat;
    }

    .banner_new h2, .banner_new p, .banner h2, .banner p, .p-header, .guild, .dashLink svg, .p-title, .p-title a,
    .headline, .story, .guild-1, .guild-1-p1, .lined-1, .lined-2, .lined-3, .lined-4, .lined-5, .lined-1 a,
    .lined-2 a, .lined-3 a, .lined-4 a, .lined-5 a, .form_contain h2, .footnotes h3, .contact p, .directions p, .footer,
    .catchphrase, .note, #termsPage, .note_privacy, .note-waitEmail, .back-home, .showcase section, .thanksAbout h2 {
        color: #bdc1c6;
    }

    .p-title:hover a, .lined-1:hover a, .lined-2:hover a, .lined-3:hover a, .lined-4:hover a, .lined-5:hover a,
    .lined-1:hover .send-1, .lined-2:hover .send-2, .lined-3:hover .send-3, .lined-4:hover .send-4, .lined-5:hover .send-5,
    .nani button:hover, .nani-1 button:hover, .nani button:focus, .nani-1 button:focus, .footer a:hover, #termsPage span {
        color: wheat;
    }

    .logo-one {
        content: url("/images/logo-match-font-color.png");
    }

    .site-icon img {
        content: url("/images/site-icon-match-font-color.png");
    }

    .img_1-carebox, .img_2-carebox, .img_3-carebox, .img_1-wrist, .img_2-wrist, .dash, .works, .kutrrh-logo, 
    .p_describe-image img {
        opacity: 0.6;
    }

    .dash {
        border-radius: 2%;
    }

    .works {
        border-radius: 1%;
    }

    .kutrrh-link,
    .catchphrase,
    .footer a,
    .pitchLink, 
    .back-home_2 a {
        color: rgb(84, 165, 245);
    }
    
    .back-home_2 a:hover {
        border-top: 2px solid #54a5f5;
    }

    .nani button:focus,
    .nani-1 button:focus {
        border: 2px solid #ffadff;
    }

    .location {
        opacity: 0.5;
    }

    .password_strength {
        color: rgb(255, 215, 64);
    }
    .dot {
        background-color: #7EA100;
    }

    .guild,
    .img-slider-1,
    .form_contain, 
    .p_describe-1, .p_describe-2, .p_describe-3, .p_describe-4, .p_describe-5 {
        box-shadow: 0 7px 12px rgba(0, 0, 0, 1);
    }

    .overlay p {
        color: black;
    }

    .cookie-disclaimer {
        background: linear-gradient(210deg, #9b9b9c 0%, #541a8bd3 100%);
        color: rgb(26, 26, 27);
    }

    .cookie-disclaimer a {
        color: rgb(202, 172, 116);
        text-decoration-color: rgb(202, 172, 116);
    }

    .cookie-disclaimer__button--close {
        background-color: #a6a6a7;
        color: #4f2626;
    }

    .cookie-disclaimer__button--close:hover {
        background-color: rgba(245, 245, 245, 0.678);
    }
}