/*Desktop Styles */
html {
    background-color: rgba(0, 0, 0, 1);
    background-image: url('/images/backgrounds/background.webp');
    background-size: cover;
}
header {
    background-color: rgba(160, 0, 255, 0.4);
    text-align: center;
    position: absolute;
    top: 0rem;
    padding: 0;
    width: 100%;
    margin: auto;
    padding-bottom: 0;
    backdrop-filter: blur(6px);
}
header h1 {
    font-size: 4.5rem;
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: expanded;
    font-variation-settings: "wdth" 500;
    padding: 0;
    margin: auto;
    text-align: center;
    max-width: 70ch;
    padding-bottom: 0;
}
header h1 a {
    color: white;
    text-decoration: none;
    padding-bottom: 0;
}
nav ul {
    list-style-type: none;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin: auto;
    font-size: 1.25rem;
    padding-bottom: 0;
    text-align: center;
    
}
nav ul li {
    display: inline;
    padding: 0.2rem .5rem 0.2rem .5rem;
    margin: 0 0.9rem;
    text-align: center;
    padding-bottom: 0;
}
nav ul li:hover {
    background: rgba(200, 0, 255, 0.5);
    padding: 0.2rem .5rem 0.2rem .5rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: .1rem;
}
nav ul li a {
    color: white;
    text-decoration: none;
    text-align: center;
    padding-bottom: 0rem;
}
h2 {
    font-size: 2rem;
    margin: auto;
    text-align: center;
    max-width: 70ch;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);
}
h2 a {
    color: inherit;
    text-decoration: none;
}
h3 {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    text-align: center;
    max-width: 70ch;
    text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);
}
body {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    margin: auto;
    text-align: center;
    padding: 10rem 0rem 0rem;
    line-height: 1.75;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.intro {
    text-align: justify;
    margin: 0 auto;
    padding: 0 1.5rem;
    line-height: 1.5;
    font-size: 1.2rem;
    max-width: 65rem;
}
img {
    max-width: 70ch;
    max-height: 70ch;
    height: auto;
    display: block;
    margin: auto;
    padding: 0%;
    box-sizing: border-box;
    text-align: center;
}
h4 {
    font-size: 1.8rem;
    padding-left: 0%;
    margin: auto;
    text-align: left;
    text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);
}
h6 {
    font-size: 1.5rem;
    padding-top: 1%;
    padding-left: 0%;
    margin: auto;
    text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);
    text-align: left;
}

/* Start of Footer Styles */

#main-footer{
    background-color: rgba(160, 0, 255, 0.4);
    padding: 20px 10%;
    margin-top: auto;
    backdrop-filter: blur(6px);
}

#main-footer a{
    color: white;
    text-decoration: none;
}

.footer-columns{
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 20px;
}

.footer-columns h4{
    padding-bottom:5%;
}

.footer-navigation{
    text-align: left;
}

.footer-policy{
    text-align: left;
}

.footer-contact h4, .footer-contact{
    text-align: right;
}

.footer-social{
    font-size: 1.5rem;
    text-align: right;
}

.footer-legal {
    text-align: center;
    font-size: 0.8rem;
}

/* End of Footer Styles */

/* Start of Responsive Footer */

@media (max-width: 768px) {

    .footer-columns {
        flex-direction: column;   
        gap: 20px;                
    }

    .footer-contact,
    .footer-policy,
    .footer-navigation {
        text-align: center;
    }

    .footer-social {
        text-align: center;
        font-size: 1.8rem;
        margin-top: 8px;
    }

    #main-footer {
        padding: 20px;
    }

    .footer-columns h4 {
        padding-bottom: 5px;
        text-align: center;
    }
}

/* End of Responsive Footer Styles */

/* Start of Terms Page Styles */
.terms-box {
    max-width: 900px;
    margin: 40px auto;
    background: rgba(160, 0, 255, 0.4);
    padding: 10px 40px;
    border: 1px solid #ffffff30;
    border-radius: 16px;
    backdrop-filter: blur(6px);
}

.terms-box h1 {
    text-align: center;
    font-size: 2.3rem;
    line-height: 0px;
}

.terms-box h2 {
    text-align: center;
    font-size: 1.3rem;
    text-shadow: none;
    line-height: 1;
}

.terms-content p {
    text-align: justify;
    line-height: 1.5;
    font-weight:  250;
}

.terms-content strong {
    font-size: 1.15rem;
    font-weight:  900;
}

/* End of Terms Page styles */

/* Start of Responsive Terms Page Styles */
@media (max-width: 768px) {
    .terms-box {
        margin: 20px 15px;
        padding: 20px 25px;
    }

    .terms-box h1 {
        font-size: 1.9rem;
    }

    .terms-box h2 {
        font-size: 1.15rem;
        line-height: 0.2;
    }

    .terms-content p {
        font-size: 0.95rem;
        line-height: 1.55;
    }

    .terms-content strong {
        font-size: 1rem;
    }
}

/* End of Responsive Terms Page Styles */

.certifications {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.certifications img {
    max-height: 20vh;
    max-width: 15vw;
    min-height: 5vh;
    min-width: 8vh;
    height: auto;
    margin-bottom: 2rem;
}
#certificate-bar {
    text-align: center;
}

#certificate-bar img {
    max-width: 500px;
    height: auto;
    border: 0;
}
:root {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
    --animation-duration: 300s;
}
.about-container {
    max-width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.about-container > * {
    width: 100%;
}
.no-style-link {
    text-decoration: underline;
    color: inherit;
    -webkit-text-stroke: 0 
}
.row {
    display: flex;
    flex-wrap: wrap;
    border: none;
    margin: 0;
    margin-left: 0;
    margin-right: 0rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
@media (min-width: 52em) {
    [class*="col-"] {
        border: none;
   }
    .col-1 {
        flex: 1rem;
   }
    .col-2 {
        flex: 1rem;
   }
    .col-3 {
        flex: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
   }
    .col-4 {
        flex: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
   }
}
.showcase {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 100%;
    font-size: 110%;
}
.showcase a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-stroke: 0 !important;
}
.showcase img {
    padding-top: 1rem;
    max-height: 35rem;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 2rem;
    object-fit: contain;
}
.showcase button {
    text-align: center;
    padding-left: 2%;
    background: none;
    color: white;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 0.5rem;
    font-size: 1rem;
    width: 100%;
    background: rgba(200, 0, 255, 0.3);
}
.showcase button:hover {
    background: rgba(200, 0, 255, 0.8);
    border-radius: 1rem;
}
iframe {
    text-align: center;
    align-items: center;
    max-width: 100%;
    max-height: 30vh;
    border: none;
    padding-left: 15%;
    padding-right: 10% 
}
.expandable-content {
    display: none;
}
.about {
    text-align: justify;
    padding-left: 4%;
    max-width: 100%;
    font-size: 110%;
}
.about a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-stroke: 0 !important;
}
.about img {
    text-align: center;
    align-items: center;
    max-width: 100%;
    max-height: 40vh;
    height: auto;
    display: block;
    border-radius: 1rem;
    border: 0.1rem solid white;
}
.about button {
    text-align: center;
    padding-left: 2%;
    background: none;
    color: white;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 1rem;
    font-size: 1rem;
    width: 100%;
    background: rgba(200, 0, 255, 0.3);
}
.about button:hover {
    background: rgba(200, 0, 255, 0.8);
    border-radius: 1rem;
}
.image-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
.image-container img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0 
}
.love-story-text {
    text-align: justify;
    margin-bottom: 1rem;
    margin-right: 20%;
}
.align-right {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
table {
    max-width: 90%;
    margin: 2rem auto;
    border-collapse: collapse;
    background-color: rgba(140, 0, 255, 0.4);
    color: white;
}
th, td {
    padding: .5rem;
    border: 0.15rem solid rgba(200, 0, 255, 0.5);
    text-align: left;
    font-size: 1rem;
    line-height: 1.7;
    padding-left: 1rem;
    padding-right: 1rem;
}
th {
    background-color: rgba(200, 0, 255, 0.5);
    font-size: 1.25rem;
    text-align: center;
}
tr:nth-child(even) {
    background-color: rgba(140, 0, 255, 0.2);
}
tr:hover {
    background-color: rgba(200, 0, 255, 0.3);
}
strong {
    color: white;
    font-size: 1.1rem;
}

.portfolio a{
    color: white;
    text-decoration: underline;
    -webkit-text-stroke: 0;
}
/* Infinite carousel */
@keyframes slide {
    from {
        transform: translateX(0);
   }
    to {
        transform: translateX(-100%);
   }
}
.showcase-carousel {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}
.showcase-carousel .carousel-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.showcase-carousel .carousel-prev, .showcase-carousel .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 2;
    width: 50px;
    height: 50px;
}
.showcase-carousel .carousel-prev {
    left: 0;
    width: 2vw;
    height: 6vh;
    background: rgba(255, 55, 255, 0.6);
}
.showcase-carousel .carousel-next {
    right: 0;
    width: 2vw;
    height: 6vh;
    background: rgba(255, 55, 255, 0.6);
}
@media (max-width: 1800px) {
    :root {
        --animation-duration: 200s;
   }
}
@media (max-width: 1079px) {
    :root {
        --animation-duration: 100s;
   }
}
@media (max-width: 768px) {
    :root {
        --animation-duration: 50s;
   }
}
.gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 2rem 0;
    white-space: nowrap;
}
.gallery-slide{
    display: inline-block;
    animation: var(--animation-duration) slide infinite linear;
    width: calc(100% * 9.4);
}
.gallery-slide img {
    max-height: 35vh;
    max-width: 100%;
    margin: 0 1.11rem;
    display: inline-block;
}
/* Contact Form Styles */
.contact-methods img {
    height: 5vh;
}
.contact-background {
    background-color: rgba(128, 128, 200, 0.2);
    max-width: 50%;
    margin: 0 auto;
    padding: 0;
    border-radius: 1rem;
}
.contact-form {
    padding: 0 1rem 1rem;
    margin-top: 0;
    margin: 0 auto;
    border-radius: 1rem;
    color: white;
    line-height: 2;
}
.contact-form h2 {
    margin-top: 0;
    color: rgb(255, 255, 255);
    text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);
}
.contact-form form {
    display: flex;
    flex-direction: column;
}
.contact-form input, .contact-form select, .contact-form textarea {
    font-size: 1rem;
    background: rgba(255, 255, 255, 1);
    border: 0.1rem solid rgb(160, 0, 255);
    padding: 1rem;
    color: black;
    border-radius: 0.5rem;
}
.social-media-contact h2, .direct-contact h2 {
    text-align: center;
    font-size: 2.25rem;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 10vw;
}
.social-icons a {
    color: white;
    text-decoration: none;
    font-size: 1.15rem;
}
.social-icons p {
    font-size: 1.25rem;
    margin: 0;
}
.social-icons img {
    max-width: 8rem;
    height: auto;
    height: auto;
    text-decoration: none;
    color: white;
}
.contact-methods {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 2rem;
    text-decoration: none;
    color: white;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1rem;
    margin-left: 10%;
    margin-right: 10%;
}
.contact-methods div {
    flex-basis: 25%;
    text-decoration: none;
    left: 0;
    bottom: 0;
    color: white;
    text-align: center;
    font-size: 0.8rem;
    text-decoration: none;
}
.contact-methods p {
    font-weight: bold;
    margin-bottom: 1rem;
    text-decoration: none;
    left: 0;
    bottom: 0;
    color: white;
    text-align: center;
    font-size: 0.8rem 
}
.contact-methods a {
    color: #0099ff;
    text-decoration: none;
    color: white;
}
.contact-methods span {
    text-decoration: none;
    color: white;
}
.contact-methods div, .contact-methods p, .contact-methods a, .contact-methods span {
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
}
.contact-methods a {
    color: white;
    text-decoration: none;
}
#loading-spinner {
    display: none;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
}
.card-container .card{
    width: 20rem;
    margin: 1rem;
    padding: 2rem 2rem;
    background: rgba(160, 0, 255, 0.4);
    border-radius: 16px;
    box-shadow: inset -.6rem -.6rem 1rem rgba(0,0,0,0.25), inset .6rem .6rem 2rem rgba(0,0,0,0.15);
    min-height: 27rem;
}

.card-container .card:hover{
    box-shadow: inset -.6rem -.6rem 1rem rgba(0,0,0,0.25), inset .6rem .6rem 2rem rgba(0,0,0,0.15);
    background: rgba(200, 0, 255, 0.5);
    transition: background-color 0.2s;
}
.card-container .card .imgCard{
    position:relative;
    text-align: center;
}
.card-container .card .imgCard img{
    max-width: 10rem;
    padding-top: 1.25rem;
}
.card-container .card .contentCard{
    position: relative;
    margin-top: 1rem;
    text-align: center;
}
.card-container .card .contentCard h2{
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .1rem;
    line-height: 1.25;
}
.card-container a{
    color: white;
    text-decoration: underline;
    -webkit-text-stroke: 0;
}
@media (min-width: 1080px) {
    .card-container {
        flex-wrap: nowrap;
    }
}
.services-text {
    font-size: 1.1rem;
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0;
    margin-top: 0;
}
.services-text a{
    color: white;
    text-decoration: underline;
    -webkit-text-stroke: 0;
}
.services-text img{
    text-align: center;
    align-items: center;
    max-width: 30vw;
    max-height: 30vh;
    height: auto;
    display: block;
}
.reviews {
    font-size: 1.1rem;
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0;
    margin-top: 0;
}
.reviews a{
    color: white;
    text-decoration: underline;
    -webkit-text-stroke: 0;
}
.reviews img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto;
}
h5 {
    font-size: 1.4rem;
    padding-top: 0.8rem;
    margin: auto;
    text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);
    text-align: center;
    max-width: 70ch;
}
h5 a {
    color: inherit;
    text-decoration: underline;
}
.categories {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.catcard {
    max-width: 18.5rem;
    margin: 2rem;
    position: relative;
    text-decoration: none !important;
}
.catcard-title {
    display: block;
    text-align: center;
    color: #fff;
    background-color: rgba(160, 0, 255, 0.4);
    padding: 1%;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.catcard img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.catcard:hover {
    filter: brightness(1.2);
    transform: scale(1.02);
    transition: 0.15s ease-in-out;
}
.catcard h2 {
    text-decoration: none;
}
a:hover {
    text-shadow: 0 0 1rem rgba(255, 20, 147, 0.75), 0 0 10px rgba(255, 20, 147, 0.75), 0 0 12px rgba(138, 43, 226, 0.75);
    color: #fff;
    transition: 0.15s ease-in-out;
}
.businesscard-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.businesscard {
    display: block;
    width: 100%;
    max-width: 18.5rem;
    margin: 2rem;
    border-radius: 16px;
    overflow: hidden;
    text-align: left !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    position: relative !important;
    background-color: rgba(160, 0, 255, 0.4);
    height: auto;
    padding-bottom: 2.5rem;
}
.businesscard-description a {
    margin: 1rem 0 0;
}
.businesscard-image {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
}
.businesscard-content {
    padding: 1rem;
}
.businesscard-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}
.businesscard-description {
    font-size: 1rem;
    margin: 0.8rem 0 0;
}
.businesscard-arrow {
    position: absolute;
    right: .6rem;
    bottom: .9rem;
    font-size: 1.25rem;
    text-decoration: none !important;
}
.businesscard:hover{
    transform: scale(1.02);
    transition: 0.1s ease-in-out;
}
.partner-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partner-container * {
    box-sizing: content-box;
}
.partner-card {
    background-color: rgba(160, 0, 255, 0.4);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.7);
    color: white;
    margin: 2rem;
    width: 18.5rem;
    height: auto;
    padding: 1.5rem 1rem;
}
.partner-card-name {
    font-size: 1.5em;
}
.partner-card-image {
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 180px;
    border-radius: 50%;
    border: 2px solid rgba(160, 0, 255);
    box-shadow: -1px 1px 18px rgba(160, 0, 255, 1);
    margin: 0 0 0 0 !important;
    object-fit: cover;
}
.partner-card-button {
    padding: .7rem 1.4rem;
    margin-top: 1rem;
    text-decoration: none !important;
    width: 6rem;
    background-color: rgba(160, 0, 255, 0.6);
    font-size: 1rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    transition: background-color 0.15s, color 0.15s;
}
.partner-card-button:hover {
    background-color: rgba(160, 0, 255, 0.8);
    transform: scale(1.02);
    transition: 0.1s ease-in-out;
}

.certifications {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 0 1rem;
}

.certifications img {
    height: auto;
    max-height: 240px;
    width: auto;
    object-fit: contain;
}


/* Mobile and Tablet and Small Screen (under 1080p) styles */
@media (max-width: 1079px) {
    header {
        padding: 0;
        position: absolute;
        top: 0;
        text-align: center;
        width: 100%;
        margin: 0;
   }
    .social-media-contact h2, .direct-contact h2 {
        text-align: center;
        font-size: 1.5rem;
   }
    .social-icons {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 5%;
   }
    .instagram-logo img {
        max-width: 10rem;
        height: 10rem;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 50%;
   }
    .facebook-logo img {
        max-width: 5rem;
        height: 5rem;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 50%;
   }
    .social-icons p {
        font-size: 0.8rem;
        width: 100%;
        margin: 0;
   }
    .social-icons a {
        color: white;
        text-decoration: none;
        font-size: 0.8rem;
        max-width: fit-content;
        width: 100%;
   }
    .social-icons img {
        width: 50%;
        height: auto;
        text-decoration: none;
   }
    .contact-methods div {
        flex-basis: 20%;
        max-width: 20%;
        margin-bottom: 1rem;
        text-align: center;
   }
    .contact-background {
        background-color: rgba(128, 128, 200, 0.2);
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
        border-radius: 1rem;
   }
    .contact-form {
        padding: auto;
        margin-top: 0;
        margin: 0 auto;
        border-radius: .1rem;
        color: white;
        line-height: auto;
   }
    .contact-form h2 {
        margin-top: 0;
        color: rgb(255, 255, 255);
        text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);;
   }
    .contact-form form {
        display: flex;
        flex-direction: column;
   }
    .contact-form input, .contact-form select, .contact-form textarea {
        font-size: 1rem;
        background: rgba(255, 255, 255, 1);
        border: 0.1rem solid rgb(160, 0, 255);
        padding: 0.8rem;
        color: black;
        border-radius: 0.5rem;
   }
    .contact-form button {
        background: rgba(160, 0, 255, 1);
        color: white;
        padding: 0.75rem;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s;
        border-radius: 0.5rem;
        font-size: 1rem;
        width: 100%;
   }
    .contact-form button:hover {
        background: rgba(200, 0, 255, 0.5);
        border-radius: 1rem;
   }
    header h1 {
        font-size: 2.5rem;
        margin: 0%;
        text-align: center;
        width:100% 
   }
    header h1 a {
        color: white;
        text-decoration: none;
   }
    body {
        margin: 0;
        text-align: center;
        font-size: 1.15rem;
        padding-top: 8rem;
        font-weight: 400;
        width: 100%;
   }
    .contact-methods {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
   }
    .contact-methods div {
        flex-basis: 100%;
        margin-bottom: 1rem;
   }
    h2 {
        font-size: 1.5rem;
        padding-top: 0.8rem;
        margin: auto;
        text-align: center;
        max-width: 70ch;
        width: 100%;
        text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);
   }
    h3 {
        font-size: 1.15rem;
        padding-top: 0.8rem;
        margin: auto;
        text-align: center;
        max-width: 70ch;
        width: 100%;
        text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);
   }
    h4 {
        font-size: 1.5rem;
        padding-top: 0.8rem;
        margin: auto;
        text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);;
        text-align: left;
        max-width: 70ch;
        width: 100%;
   }
    nav ul {
        list-style-type: none;
        color: rgb(242, 144, 255);
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 1rem;
   }
    nav ul li {
        padding: 0rem;
        display: inline-block;
        margin: 0 0.7rem;
        text-align: center;
   }
    nav ul li:hover {
        background: rgba(200, 0, 255, 0.5);
        padding: 0rem;
        border: none;
        cursor: pointer;
        transition: background-color 0.1s;
        border-radius: .1rem;
   }
    nav ul li a {
        color: white;
        text-decoration: none;
        text-align: center;
   }
    img {
        max-width: 50ch;
        max-height: 50ch;
        height: auto;
        border-radius: 0%;
        box-shadow: none;
        text-align: center;
   }
    footer {
        font-size: 0.8rem;
        padding: 3rem 0 1rem;
        text-align: center;
        width: 100%;
   }
    .about {
        text-align: left;
        padding-left: 2%;
        padding-right: 2%;
        max-width: 100%;
        font-size: 100%;
   }
    .love-story-text {
        text-align: left;
        padding-left: 2%;
        padding-right: 2%;
        max-width: 100%;
        font-size: 100%;
        margin-right: 0%;
   }
    .card-container .card{
        width: 20rem;
        margin: 1rem;
        padding: 1rem 1rem;
        border-radius: 1.5rem;
        box-shadow: inset -.6rem -.6rem .75rem rgba(0,0,0,0.25), inset .6rem .6rem 1rem rgba(0,0,0,0.15);
        height: 24rem;
   }
    .card-container .card:hover{
        box-shadow: inset -.6rem -.6rem .75rem rgba(0,0,0,0.25), inset .6rem .6rem 1rem rgba(0,0,0,0.15);
        border-radius: 1rem;
        transition: background-color 0.2s;
   }
    .card-container .card .contentCard h2{
        font-weight: 700;
        font-size: 1.5rem;
        letter-spacing: .1rem;
   }
    h5 {
        font-size: 1.15rem;
   }
    .services-text img{
        max-width: 100%;
        max-height: 100%;
        width: 30vw;
   }
    .services-text iframe {
        max-width: 100%;
   }
    .reviews img{
        max-width: 100%;
        max-height: 100%;
        width: 30vw;
   }
    .portfolio iframe {
        max-width: 100%;
   }
    .catcard:hover {
        filter: brightness(1.2);
        transform: scale(1.02);
        transition: 0s ease-in-out;
   }
    .catcard h2 {
        font-size: 1.3rem;
   }
    a:hover {
        text-shadow: 0 0 1rem rgba(255, 20, 147, 0.75), 0 0 10px rgba(255, 20, 147, 0.75), 0 0 12px rgba(138, 43, 226, 0.75);
        color: #fff;
        transition: 0s ease-in-out;
   }
    .businesscard-title {
        font-size: 1.1rem;
        font-weight: bold;
        margin: 0;
   }
    .businesscard-description {
        font-size: 1rem;
        margin: 0.8rem 0 0;
   }
    .businesscard-arrow {
        position: absolute;
        right: .6rem;
        bottom: .9rem;
        font-size: 1.1rem;
        text-decoration: none !important;
   }
    .showcase {
        font-size: 1rem;
   }
    .showcase-carousel .carousel-prev {
        left: 0;
        width: 10%;
        height: 6vh;
        background: rgba(255, 55, 255, 0.6);
   }
    .showcase-carousel .carousel-next {
        right: 0;
        width: 10%;
        height: 6vh;
        background: rgba(255, 55, 255, 0.6);
   }
    .intro,
    .about,
    .love-story-text {
        text-align: left;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .intro {
        font-size: 0.95rem;
        line-height: 1.55;
    }
    main {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media (max-width: 1800px) {
    .showcase-carousel .carousel-prev {
        left: 0;
        width: 2.5vw;
        height: 6vh;
        background: rgba(255, 55, 255, 0.6);
        left: 0;
   }
    .showcase-carousel .carousel-next {
        right: 0;
        width: 2.5vw;
        height: 6vh;
        background: rgba(255, 55, 255, 0.6);
        right: 0;
   }
}
@media (max-width: 1079px) {
   footer img{
    padding-left: 0;
    }
}
@media (max-width: 900px) {
    .contact-methods div {
        flex-basis: 30%;
        max-width: 30%;
        margin-bottom: 1rem;
        text-align: center;
   }
   footer img{
    max-width: 50%;
    padding-left: 0;
    }
}
@media (max-width: 768px) {
    .contact-methods div {
        flex-basis: 45%;
        max-width: 45%;
        margin-bottom: 1rem;
        text-align: center;
   }
    .reviews img{
        max-width: 100%;
        max-height: 100%;
        max-width: 35vw;
   }
   fieldset {
    flex-direction: column; 
}
}
@media (max-width: 400px) {
    .contact-methods div {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        text-align: center;
   }
}

/* New Contact form */

.firstfield {
    border: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

fieldset{
    border:none;
}

label {
    display: flex;
    flex-direction: column;
    margin: 0.5rem 0;
    flex: 1 1 45%;
    padding: 0;
}

input, textarea, select {
    width: 100%;
    margin-top: 0.5em;
    min-height: 2em;
    color: #ffffff;
}

input, textarea {
    background-color: #0a0a23;
    border: 1px solid #0A0A23;
}

input[type="submit"] {
    display: block;
    margin: 1em auto;
    min-width: 300px;
    width: 60%;
    background: rgba(160, 0, 255, 1);
    color: white;
    padding: 0.75rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 1rem;
    font-size: 1rem;
}

input[type="submit"]:hover{
    background: rgba(200, 0, 255, 0.5);
    border-radius: 1rem;
}

label a {
    color: #dfdfe2;
}

::placeholder{
    color: gray;
    opacity: 1;
}

#status-message{
    margin-bottom: 5px;
}

/* Paypal Button */

.paypal-container {
    text-align: center;
    margin: auto;
    background: rgba(160, 0, 255, 0.4);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    max-width: 50rem;
}

.paypal-container h2 {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 1rem;
    text-shadow:
        0.5px 0 0 rgb(160,0,255),
       -0.5px 0 0 rgb(160,0,255),
        0 0.5px 0 rgb(160,0,255),
        0 -0.5px 0 rgb(160,0,255);
}

.paypal-container input,
.paypal-container button {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
}

.paypal-container:hover {
    background: rgba(125, 0, 255, 0.5);
    transition: background 0.15s ease-in-out;
}