/* Resetting default browser styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1;
    font-family: sans-serif;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button, input, textarea, select {
    font: inherit;
    border: none;
    background: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
}

/* */


::selection {
    background-color: #4952ed;
    color: #e4e4e4;
}

header {
    display: flex;
}

.message-container{
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.message-tail{
    height: 20px;
    width: 20px;
    transform: scale(1,1.5);
    margin-right: -12px;
    z-index: -1;
    opacity: 1;
}
.message-tail path {
    fill: #4952ed;
}
.message-bubble{
    background-color: #4952ed;
    padding: 15px;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 9px;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #f8f8f8;
    font-size: 25px;
    transition: 0.2s;
    
}

.message-status{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #282828;

    margin-left: -85px;
    margin-bottom: -20px;
}
#message-picture {
    border-radius: 50%;
    height: 42px;
    width: 42px;
    object-fit: cover;
    cursor: pointer;
}
main {
    overflow: hidden;
}
#carousel-description-container {
    display: none;
}
#description-title {
    display: none;
}
#description-title-two {
    display: none;
}
footer {
    height: auto;
    background-color: #080808;
    grid-column: 1/9;
}
.carousel-thumbnail {
    cursor: pointer;
}
#social-media{
    display: flex;
    gap: 10px;
}
#social-media img{
    filter: brightness(0) invert(0.9);
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: none;
}


@media (max-width:400px) {

body {
    display: grid;
    grid-template-columns: 1fr 10fr 10fr 1fr;
}

header {
    grid-column: 2/4;
    margin-top: 3em;
}

.message-bubble {
    font-size: 14px;
    padding: 12px;
}
.message-status {
    font-size: 10px;
    margin-left: -58px;
    margin-bottom: -17px;
}
#phone-container {
    grid-column: 2/4;
    position: relative;
    top: 3em;
    display: flex;
    justify-content: center;
    z-index: -1;
}
#phone-container p {
    position: absolute;
    top: 90px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f8f8f8;
    line-height: normal;
}
#phone-container #phone-p2{
    display: none;
}
#phone-container a {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f8f8f8;
    opacity: 0.8;

}
#phone {
    position: absolute;
    z-index: -1;
}
main {
    grid-column: 1/5;
    margin-top: 20em;
    background-color: #080808;
}

/*showcase*//*showcase*/

#showcase-title {
    margin-top: 1em;
    margin-left: 3px;
}
main h1{
    font-size: 50px;
    font-family: articulat-heavy-cf, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-style: normal;
    color: #f8f8f8;
    white-space: nowrap;
    line-height: 41px;
}
#carousel {
    display: flex;
    justify-content: center;
    margin-top: 3px;
}
.card {
    width: 100%;
}
.carousel-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#thumbnail-container {
    display: flex;
    margin-top: 5px;
    gap: 5px;
    margin-right: 5px;
    justify-content: flex-end;
}
.carousel-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 1px;
}
#thumbnail-container-2 {
    display: flex;
    margin-top: 3px;
    gap: 5px;
    margin-right: 5px;
    justify-content: flex-end;
}
#vinyl-thumbnail,
#home-thumbnail,
#book-thumbnail {
  touch-action: manipulation;
  z-index: 1000px;
}
#carousel-image-container {
    position: relative;
    width: 100%;
}
#carousel-image-container-shade{
    background-color: #0808088f;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    opacity: 0;
    z-index: 1000;
    padding-bottom: 40px;
    overflow: hidden;
}
#carousel-image-container-button{
    color: #cfcfcf;
    font-family: articulat-cf,sans-serif;
    letter-spacing: normal;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    border-right: 0px solid transparent;
    border-left: 2px solid #cfcfcf;
    padding: 14px;
    padding-right: 3vw;
    border-radius: 1px;
    
}
#carousel-image-container-button:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-right: 0px solid transparent;
    border-left: 2px solid #ffffff;
}


/* footer footer footer */ /* footer footer footer */ 
footer {
    overflow: hidden;
}
#footer-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 300px;
}
#footer-title-container h1 {
    color: #e8e8e8;
    font-size: 12px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
#footer-star{
    width: 17px;
    height: 17px;
    margin-left: 10px;
    margin-right: 10px;
}
#footer-button {
    border: 0.5px solid #f8f8f8;

    color: #e8e8e8;
    font-size: 13px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;

    padding-top: 15px;
    padding-bottom: 15px;
    width: 150px;

    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;

    cursor: pointer;

    margin-top: 50px;

    transition: 0.2s;
}
#footer-button:hover {
    filter: drop-shadow(0 0 5px #ffffff8a);
}

#footer-button:active {
    background-color: #f8f8f8;
    color: #080808;
}
#footer-gmail {
    color: #e8e8e8;
    font-size: 12px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 200px;
    margin-bottom: 120px;
    margin-right: 5px;

    display: flex;
    justify-self: center;

}


}



@media (min-width:401px) and (max-width:550px){

body{
    display: grid;
    grid-template-columns: 1fr 6fr 6fr 6fr 1fr;
}
header {
    grid-column: 2/5;
    margin-top: 2em;
}
#message-picture{
    height: 50px;
    width: 50px;
}
.message-bubble{
    padding: 13px;
    font-size: 17px;
    line-height: normal;
}
.message-status{
    margin-left: -80px;
}
#phone-container{
    grid-column: 2/5;
    display: flex;
    justify-content: center;
    margin-top: 5em;
    position: relative;
    z-index: -1;
}
#phone {
    position: absolute;
    z-index: -1;
    max-width: 368px;
}
#phone-container p {
    position: absolute;
    top: 150px;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f8f8f8;
    line-height: normal;
}
#phone-container #phone-p2{
    display: none;
}
#phone-container a {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f8f8f8;
    opacity: 0.8;
}
main {
    grid-column: 1/6;
    margin-top: 25em;
    background-color: #080808;
    
    
}

/*showcase*//*showcase*/

#showcase-title {
    margin-top: 1em;
    margin-left: 3px;
}
main h1{
    font-size: 50px;
    font-family: articulat-heavy-cf, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-style: normal;
    color: #f8f8f8;
    white-space: nowrap;
    line-height: 41px;
}
#carousel {
    display: flex;
    justify-content: center;
    margin-top: 3px;
}
.card {
    width: 100%;
}
.carousel-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#thumbnail-container {
    display: flex;
    margin-top: 5px;
    gap: 5px;
    margin-right: 5px;
    justify-content: flex-end;
}
.carousel-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 1px;
}
#thumbnail-container-2 {
    display: flex;
    margin-top: 3px;
    gap: 5px;
    margin-right: 5px;
    justify-content: flex-end;
}
#vinyl-thumbnail,
#home-thumbnail,
#book-thumbnail {
  touch-action: manipulation;
  z-index: 1000px;
}

#carousel-image-container {
    position: relative;
    width: 100%;
}
#carousel-image-container-shade{
    background-color: #0808088f;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    opacity: 0;
    z-index: 1000;
    padding-bottom: 40px;
    overflow: hidden;
}
#carousel-image-container-button{
    color: #cfcfcf;
    font-family: articulat-cf,sans-serif;
    letter-spacing: normal;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    border-right: 0px solid transparent;
    border-left: 2px solid #cfcfcf;
    padding: 14px;
    padding-right: 3vw;
    border-radius: 1px;
    
}
#carousel-image-container-button:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-right: 0px solid transparent;
    border-left: 2px solid #ffffff;
}

/* footer footer footer */ /* footer footer footer */ 
footer {
    overflow: hidden;
}
#footer-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 300px;
}
#footer-title-container h1 {
    color: #e8e8e8;
    font-size: 15px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
#footer-star{
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

#footer-button {
    border: 0.5px solid #f8f8f8;

    color: #e8e8e8;
    font-size: 13px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;

    padding-top: 15px;
    padding-bottom: 15px;
    width: 150px;

    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;

    cursor: pointer;

    margin-top: 50px;

    transition: 0.2s;
}
#footer-button:hover {
    filter: drop-shadow(0 0 5px #ffffff8a);
    background-color: #f0f0f0;
    color: #080808;

}

#footer-button:active {
    background-color: #ffffff;
    color: #080808;
}
#footer-gmail {
    color: #e8e8e8;
    font-size: 12px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 200px;
    margin-bottom: 120px;
    margin-right: 5px;

    display: flex;
    justify-self: center;

}

}




@media (min-width:551px) and (max-width:1000px){

body{
    display: grid;
    grid-template-columns: 1fr 6fr 3fr 3fr 6fr 1fr;
}
header {
    grid-column: 2/5;
    margin-top: 4em;
}
#message-picture{
    height: 50px;
    width: 50px;
}
.message-bubble{
    padding: 13px;
    font-size: 17px;
    line-height: normal;
}
.message-status{
    margin-left: -80px;
}
#phone-container{
    grid-column: 4/6;
    display: flex;
    justify-content: center;
    margin-top: 5em;
    position: relative;
    z-index: -1;
}
#phone {
    position: absolute;
    z-index: -1;
    max-width: 300px;
}
#phone-container p {
    position: absolute;
    top: 120px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f8f8f8;
    line-height: normal;
}
#phone-container #phone-p2 {
    position: absolute;
    left: -19.5em;
    color: #080808;
    text-align: right;
    z-index: -1;
}
#phone-container a {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f8f8f8;
    opacity: 0.8;
}
main {
    grid-column: 1/7;
    margin-top: 23em;
    background-color: #080808;
    
}

/*showcase*//*showcase*/

#showcase-title {
    margin-top: 1em;
    margin-left: 3px;
}
main h1{
    font-size: 50px;
    font-family: articulat-heavy-cf, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-style: normal;
    color: #f8f8f8;
    white-space: nowrap;
    line-height: 41px;
}
#carousel {
    display: flex;
    justify-content: center;
    margin-top: 3px;
}
.card {
    width: 100%;
}
.carousel-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
#thumbnail-container {
    display: flex;
    margin-top: 5px;
    gap: 5px;
    margin-right: 5px;
    justify-content: flex-end;
}
.carousel-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 1px;
}
#thumbnail-container-2 {
    display: flex;
    margin-top: 3px;
    gap: 5px;
    margin-right: 5px;
    justify-content: flex-end;
}
#vinyl-thumbnail,
#home-thumbnail,
#book-thumbnail {
  touch-action: manipulation;
  z-index: 1000px;
}

#carousel-image-container {
    position: relative;
    width: 100%;
}
#carousel-image-container-shade{
    background-color: #0808088f;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    opacity: 0;
    z-index: 1000;
    padding-bottom: 40px;
    overflow: hidden;
}
#carousel-image-container-button{
    color: #cfcfcf;
    font-family: articulat-cf,sans-serif;
    letter-spacing: normal;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    border-right: 0px solid transparent;
    border-left: 2px solid #cfcfcf;
    padding: 14px;
    padding-right: 3vw;
    border-radius: 1px;
    
}
#carousel-image-container-button:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-right: 0px solid transparent;
    border-left: 2px solid #ffffff;
}

/* footer footer footer */ /* footer footer footer */ 
footer {
    overflow: hidden;
    display: grid;
    grid-template-columns: 20px 2fr 315px 2fr 20px;
    grid-template-rows: 1fr;
    height: auto;
    padding-top: 15em;
}
#footer-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 3/4;

}
#footer-title-container h1 {
    color: #e8e8e8;
    font-size: 14px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
#footer-star{
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.footer-line {
    border-top: 1px solid #f8f8f8;
    display: flex;
    align-self: center;
    grid-column: 2/3;
}
.footer-line-two {
    border-top: 1px solid #f8f8f8;
    display: flex;
    align-self: center;
    grid-column: 4/5;
}
#footer-button {
    border: 0.5px solid #f8f8f8;

    color: #e8e8e8;
    font-size: 13px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 2px;

    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;

    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    cursor: pointer;

    margin-top: 50px;

    transition: 0.2s;

    grid-column: 3/4;
    grid-row: 2/3;
    
}
#footer-button:hover {
    filter: drop-shadow(0 0 5px #ffffff8a);
    background-color: #f0f0f0;
    color: #080808;

}

#footer-button:active {
    background-color: #ffffff;
    color: #080808;
}
#footer-gmail {
    color: #e8e8e8;
    font-size: 12px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 200px;
    margin-bottom: 120px;
    margin-right: 5px;

    display: flex;
    justify-self: end;

    grid-column: 3/5;
    grid-row: 3/4;

}


}

@media (min-width:1001px){

body{
    display: grid;
    grid-template-columns: 1fr 3fr 3fr 3fr 3fr 3fr 3fr 1fr;
}
header {
    grid-column: 3/9;
    margin-top: 6em;
}
#message-picture{
    height: 50px;
    width: 50px;
}
.message-bubble{
    padding: 13px;
    font-size: 17px;
    line-height: normal;
}
.message-status{
    margin-left: -80px;
}
#phone-container{
    grid-column: 5/7;
    display: flex;
    justify-content: center;
    margin-top: 5em;
    position: relative;
    z-index: -1;
    max-width: 360px;
    
}
#phone {
    position: absolute;
    z-index: -1;
    width: 100%;

}
#phone-container p {
    position: absolute;
    top: 120px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f8f8f8;
    line-height: normal;
}
#phone-container #phone-p2 {
    position: absolute;
    left: -20em;
    color: #080808;
    text-align: right;
    z-index: -1;
}
#phone-container a {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f8f8f8;
    opacity: 0.8;
}
main {
    grid-column: 1/9;
    margin-top: 23em;
    background-color: #080808;
    display: grid;
    grid-template-columns: 0.07fr 1fr 0.07fr 0.5fr 0.5fr 0.07fr;
    
}

/*showcase*//*showcase*/

#showcase-title {
    margin-top: 1em;
    margin-bottom: 2px;
    font-size: 80px;
    line-height: 60px;
    grid-column: 2/3;
    display: flex;
    justify-self: end;
}

#showcase-title-two {
    margin-bottom: 2px;
    font-size: 80px;
    line-height: 60px;
    grid-column: 2/3;
    display: flex;
    justify-self: end;
    align-self: flex-end;
}
#description-title{
    grid-column: 4/6;
    grid-row: 1/2;
    font-size: 80px;
    line-height: 60px;
    display: flex;
    align-self: flex-end;
}
#description-title-two{
    grid-column: 4/6;
    margin-bottom: 2px;
    font-size: 80px;
    line-height: 60px;
    display: flex;
    align-self: flex-end;
    -webkit-text-stroke: 1px #F3F3F3;
    color: transparent;
    transition: 0.2s;
}

#description-title-two:hover{
    -webkit-text-stroke: 1px white;
}

main h1{
    font-size: 50px;
    font-family: articulat-heavy-cf, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-style: normal;
    color: #f8f8f8;
    white-space: nowrap;
}
#carousel {
    margin-top: 3px;
    grid-column: 1/7;
}
.card {
    display: grid;
    grid-template-columns: 0.07fr 1fr 0.07fr 0.9fr 0.1fr 0.07fr;
}
#carousel-description-container {
    display: flex;
    align-items: center;
    padding-bottom: 100px;
    grid-column: 4/5;
}
#carousel-description-container h2{
    color: #e9e9e9;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: normal;

}
#carousel-description-container-2 {
    display: flex;
    grid-column: 4/5;
    grid-row: 2/3;
}
#carousel-description-container-2 h2{
    color: #7a7a7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;

}
#carousel-image-container {
    grid-column: 2/3;
    position: relative;
    display: flex;
    justify-self: end;
    width: 90%;
}
#carousel-image-container-shade{
    background-color: #0808088f;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    opacity: 0;
    z-index: 1000;
    padding-bottom: 40px;
    overflow: hidden;
}
#carousel-image-container-button{
    color: #cfcfcf;
    font-family: articulat-cf,sans-serif;
    letter-spacing: normal;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    border-right: 0px solid transparent;
    border-left: 2px solid #cfcfcf;
    padding: 14px;
    padding-right: 3vw;
    border-radius: 1px;
    
}
#carousel-image-container-button:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-right: 0px solid transparent;
    border-left: 2px solid #ffffff;
}
.carousel-image {
    width: 100%;
    object-fit: cover;
}
#thumbnail-container {
    display: flex;
    margin-top: 5px;
    gap: 5px;
    justify-content: flex-end;
    grid-column: 2/3;
    grid-row: 2/3;
}
.carousel-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 1px;
}
#thumbnail-container-2 {
    display: flex;
    margin-top: 3px;
    gap: 5px;
    justify-content: flex-end;
    grid-column: 2/3;
}
#carousel-date {
    line-height: 41px;
}

#vinyl-thumbnail,
#home-thumbnail,
#book-thumbnail {
  touch-action: manipulation;
  z-index: 1000px;
}


/* footer footer footer */ /* footer footer footer */ 
footer {
    overflow: hidden;
    display: grid;
    grid-template-columns:20px 3fr 360px 3fr 20px;
    padding-top: 15em;
}
#footer-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 3/4;
}
#footer-title-container h1 {
    color: #e8e8e8;
    font-size: 15px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 1.5px;
    margin-left: 10px;
    margin-right: 10px;
}
#footer-star{
    width: 20px;
    height: 20px;
}
.footer-line {
    border-top: 1px solid #f8f8f8;
    display: flex;
    align-self: center;
    grid-column: 2/3;

}
.footer-line-two {
    border-top: 1px solid #f8f8f8;
    display: flex;
    align-self: center;
    grid-column: 4/5;

}

#footer-button {
    border: 0.5px solid #f8f8f8;

    color: #e8e8e8;
    font-size: 13px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 2px;

    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;

    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;

    margin-top: 50px;

    transition: 0.2s;

    grid-column: 3/4;
    grid-row: 2/3;

    cursor: pointer;
    
}

#footer-button:hover {
    filter: drop-shadow(0 0 5px #ffffff8a);
    background-color: #f0f0f0;
    color: #080808;

}

#footer-button:active {
    background-color: #ffffff;
    color: #080808;
}
#footer-gmail {
    color: #e8e8e8;
    font-size: 14px;
    font-family: articulat-cf,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 200px;
    margin-bottom: 120px;
    margin-right: 5px;

    display: flex;
    justify-self: end;

    grid-column: 3/5;
    grid-row: 3/4;

}

}
