@charset "UTF-8";

html {}

/* Add some style to the page */
body {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased !important;

}

a {
    color: inherit;
    /* Set the color to inherit the color from the parent element */
    text-decoration: none;
    /* Remove the underline */
    margin-left: 0em;
    /* Add a margin of 2em (2 white spaces) to the left of the links */
    transition: margin-left 0.5s ease-in-out;
    /* Add a transition to the margin-left property */

}

.link a:hover {
    color: inherit;
    margin-left: 1em;
    /* Add a margin of 2em (2 white spaces) to the left of the links */

    text-decoration: underline;
    transition: margin-left 0.5s ease-in-out;
    /* Add a transition to the margin-left property */

}

.markdown-body {
    font-family: 'Atkinson Hyperlegible', sans-serif;
}

.hero {
    position: relative;
    height: 100vh;
    margin: 0;
    padding: 0;
    width: 100vw;
    background-color: black;
    /* Add position: relative to the parent .hero element */
    font-family: 'Atkinson Hyperlegible', sans-serif;
}

.hero-image {
    position: absolute;
    /* Add position: absolute to the child .hero-image element */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    background-size: cover;
}

.translucent {
    opacity: 20%;
}

.nav {
    display: inline-block;
    vertical-align:middle;
    margin-right: 50px;
}
.grid {
    background-image: radial-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 0);
    background-size: 0.2vw 0.2vw;
    background-position: 2vw 2vw;
}
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Dogica';
    font-size: 1.97vw;
    z-index: 13;
    color: black;
    padding: 2.5vw;
    white-space: pre;
}
.middle.texttall {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.formbutton {
    margin-top: 50px;
    border: #fff;
    padding: 40px;
    border: #fff;
    border-style: solid;
    font-size: 3vh;
  }
.formbutton:last-child {
    margin-right: 0;
}
.formbutton:hover {
    background-image: radial-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 0);
    background-size: 0.2vw 0.2vw;
    background-position: -5px -5px;

}
.opaque {
    opacity: 100%;
}

.markdown-body {}

.insta {
    position: relative;
    top: 10vh;
    left: 10vh;
    right: 0;
    bottom: 10vh;
    padding-right: 0px;
    overflow: hidden;
    max-height: 1000px;
    max-width: 110vh;

}

.instabak {
    position: relative;
    top: 10vh;
    left: 10vh;
    right: 0;
    bottom: 10vh;
    padding-right: 150px;
}

.hashtag {
    position: absolute;
    text-align: right;
    overflow: hidden;
    right: 100;
    top: 100;
    box-shadow:
        0 0 40px 60px #fff,
        inset 0 0 150px 150px #fff
}
.overflow {
    overflow: hidden;
}

.hashtag h1 {
    font-size: 12vh;
    font-weight: bold;
}

.hashtag p {
    font-size: 4vh;
}

.white {
    background-color: white;
    z-index: 15;
}

.hero-text {
    position: absolute;
    /* Add position: absolute to the child .hero-text element */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 100px;
    font-weight: bold;
}

.map-text {
    position: absolute;
    /* Add position: absolute to the child .hero-text element */
    top: 200px;
    left: 50%;
    transform: translate(-50%);
    color: white;
    font-size: 100px;
    font-weight: bold;
}

.box {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 2;
    background-color: black;
    padding: 20px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.bottombox {
    position: absolute;
    bottom: 50px;
    z-index: 2;
    color: white;
    font-size: 2rem;
    left: 50px;
    right: 150px;
    padding: 20px;
    border-radius: 15px;
}

.topleft {
    position: absolute;
    top: 30px;
    z-index: 15;
    color: white;
    font-size: 10vh;
    font-weight: bold;
    left: 50px;
    right: 150px;
    border-radius: 15px;
}

.bottomleft {
    position: absolute;
    bottom: 50px;
    z-index: 2;
    color: white;
    font-size: 5vh;
    left: 50px;
    right: 150px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    color: white;
    background-color: black;
    font-size: 2.3vh;
    z-index: 3;
    right: 0;
    left: 0;
}

.horizontalscroll {}

.inlineblock {
    display: inline-block;
    vertical-align: top;
    min-width: 30%;
    padding: 50px 0px 50px 50px;
}

.bottomright {
    position: absolute;
    text-align: right;
    bottom: 50px;
    right: 50px;
}

.line-break {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 20px;
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}


.middlemiddle {
    position: absolute;
    top: 40%;
    left: 50%;
    right: 150px;
    width: 70%;
    text-align: left;
    font-weight: bold;
    font-size: 35pt;
    color: white;
    transform: translate(-50%);
}

.black {
    border-radius: 0px;
    color: black;
    padding: 30px;
    background-color: hsla(0, 100%, 100%, 0.7);
}

.smaller {
    font-size: 50pt;
}

#wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#featured {
    position: absolute;
    width: calc(100vh * (1000 / 562));
    /*  video width / height  */
    height: calc(100vw * (562 / 1000));
    /*  video height / width  */
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video {
    position: absolute;
    opacity: 30%;
    height: 100%;
    max-width: 100%;
}

.middletext {
    position: absolute;
    left: 50%;
    bottom: 20%;
    font-size: 25px;
    color: white;
    transform: translate(-50%);
    z-index: 4;
    width: max-content;

}

.bottom {
    position: fixed;
    bottom: 0;
    background-color: rgb(113, 32, 113);
    width: 100vw;
    padding: 2px;
    color: white;
    display: none;
}

.logo {
    position: fixed;
    right: 0px;
    top: 0px;
    padding: 35px;
    z-index: 15;
}

.logohero {
    margin-bottom: 30px;
}

.rotating {
    font-size: 2rem;
    height: 1.5rem;
    display: inline-block;
}

.orange {
    background-color: orange;
    opacity: 20%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    transform-origin: center center;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.stopscroll {
}

.info {
    padding: 50px;
    color: white;
    margin-right: 110px;
}

.info h1 {
    margin-top: 0;
}

.bold {
    font-weight: bold;
}

.info p {
    font-size: 24px;
    line-height: 1.5;
}

.services {
    position: relative;
    background-color: white;
    padding: 50px;
    z-index: 1000;
    opacity: 100%;
    width: 100%;
    font-size: 2.2vh;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.services table {
    font-size: 2.2vh;
}

.services h1 {
    font-size: 4vh;
    font-weight: bold;
    margin-bottom: 25px;
}

table {
    width: max-content;
}

table,
th,
td {
    white-space: pre-wrap;
    border: 1px solid rgb(145, 145, 145);
    border-collapse: collapse;
}

.services h2 {
    margin-top: 0;
}

.services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.services li {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact {
    background-color: rgb(0, 0, 0);
    padding: 50px;
    color: white;
}

.contact h2 {
    margin-top: 0;
}

.contact p {
    font-size: 24px;
    line-height: 1.5;
}

.purple {
    background-color: rgb(113, 32, 113);

}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.small {
    font-size: 25px;
    font-weight: normal;
}

button {
    display: inline-block;
    /* Make the button an inline-block element */
    padding: 30px 40px;
    /* Add padding to the button */
    border: none;
    /* Remove the border */
    border-radius: 0;
    /* Remove the border radius */
    text-align: center;
    /* Center the text */
    text-decoration: none;
    /* Remove the underline */
    font-size: 3vh;
    /* Set the font size */
    color: #ffffff;
    /* Set the text color */
    background-color: #333333;
    /* Set the background color */
    cursor: pointer;
    /* Add a pointer cursor on hover */
    font-weight: bold;
}

button:hover {
    display: inline-block;
    /* Make the button an inline-block element */
    padding: 30px 40px;
    /* Add padding to the button */
    border: none;
    /* Remove the border */
    border-radius: 0;
    /* Remove the border radius */
    text-align: center;
    /* Center the text */
    text-decoration: none;
    /* Remove the underline */
    /* Set the font size */
    color: #ffffff;
    /* Set the text color */
    background-color: #8d458b;
    /* Set the background color */
}

@media (max-width: 600px) {

    /* Change the width of the columns to 100% when the viewport is 600px or smaller */
    th,
    td {
        width: 100%;
    }
}

.whitebackground {
    padding: 20px;
    background-color: white;
}

.target {}

.table {}

.table th {}

th,
td {
    padding: 20px;
}

th {
    background-color: #d8d8d8;
}

.responsive {}

.map {
    width: 80%;
    font-size: 40px;
    text-align: center;
}

.map iframe {
    margin-top: 50px;
    width: 100%;
    height: 100%;
}

.testimony-frame {
    overflow: scroll;
    white-space: nowrap;
    top: 0px;
    width: 100vw;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 50%;
    vertical-align: text-top;
    z-index: 3;
}

.fixed {
    position: relative;
    color: white;
    z-index: 12;
    font-weight: bold;
    font-size: 60px;
    padding-left: 50px;
    padding-top: 50px;
}

.top {
    color: white;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 80px;
    z-index: 100;

}

.wrapper {
    padding: 50px 50px 0px 50px;
    position: absolute;
    bottom: 0px;
}

.testimonial-box {
    text-align: left;
    position: relative;
    display: inline-block;
    white-space: normal;
    width: 30vh;
    background: #ffffff;
    padding: 4vh;
    margin-left: 2vh;
    margin-right: 2vh;
    margin-bottom: 4vh;
    box-shadow: none;
    z-index: 3;
}

.snapstart {
}

.snapstop {
}

.testimonial-box:hover {
    box-shadow:
        0 0 120px 60px #fff,
        /* inner white */
        0 0 200px 120px #f0f,
        /* middle magenta */
        0 0 280px 180px #0ff;
    /* outer cyan */
    transition: box-shadow 1s ease;
    z-index: 1;
}

.hoverburst:hover {
    box-shadow:
        0 0 120px 60px #fff,
        /* inner white */
        0 0 200px 120px rgb(70, 36, 36),
        /* middle magenta */
        0 0 280px 180px rgb(46, 46, 46),
        /* outer cyan */
        inset 0 0 40px 90px #fff,
        /* inner white */
        inset 0 0 40px 90px rgb(70, 36, 36),
        /* middle magenta */
        inset 0 0 40px 90px rgb(46, 46, 46);
    /* outer cyan */
    transition: box-shadow 1s ease;
    z-index: 1;
}

.profile-picture {
    position: absolute;
    left: -2vh;
    top: -2vh;
    width: 6vh;
    height: 6vh;
    image-rendering: auto;
    border-radius: 2vh;
    float: left;
    margin-right: 2vh;
    background-size: cover;
    -webkit-border-radius: 4vh;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4vh;
    -moz-background-clip: padding;
    background-position: center center;
}

.testimonial-text {
    font-size: 2vh;
}

.author-name {
    margin: 0;
    font-weight: bold;
    font-size: 2vh;
    text-align: left;
}

.split {
    width: 50%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
}

/* Control the left side */
.left {
    left: 0;
}

/* Control the right side */
.right {
    right: 0;
}


@media (max-width: 1300px) {
    .topleft {
        /* Styles specific to smaller screens */
        /* ... */
        font-size: 6vh;
    }
    .formbutton {
        font-size: 2vh;
      }
    .bottomleft {
        font-size: 2vh;
    }

    .hashtag {
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
        right: 0;
        top: 66%;
        margin-left: -10px;
        font-size: 2vh;
    }

    .hashtag h1 {
        font-size: 6vh;
    }

    .hashtag p {
        font-size: 3vh;
    }

    .insta {
        top: 15vh;
        left: 150px;
        right: 150px;
    }
}


@media only screen and (max-width: 1100px) {
    .topleft {
        font-size: 4vh;
    }

    .bottombox {
        bottom: 13vh;
    }

    .bottomleft {}

    .footer {
        font-size: 1.8vh;
    }

    .services {
        font-size: 1.6vh;

    }

    .services table {
        font-size: 1.6vh;
    }

    .insta {
        top: 15vh;
        left: 0px;
        right: 0px;    
        bottom: 0px;
}

    .hashtag {
        font-size: 2vh;
    }
}
@media (width: 1024px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    .insta {
        top: 15vh;
        left: 18%;
        right: 0px;    
        bottom: 0
  }
}
@media (width: 1280) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    .insta {
        top: 15vh;
        left: 100%;
        right: 0px;    
        bottom: 0
  }
}