@charset "UTF-8";
/* CSS Document */
@import url('./animate.css');
@import url('./lazycocce.css');

/* Tags */
body, html {
    height: 100%;
    overflow-wrap: break-word;
    font-size: 16px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    scroll-behavior: smooth;
    cursor: url("../img/icons/cursor_default.png"), auto;
    background-color: #ffd7d7 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    margin: 0;
}


body.modal-open {
    overflow: hidden;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}

#index {
    padding-top: 0 !important;
}

#mod-title {
    color: #ef4c45;
    text-align: center;
    font-size: 2.5rem;
}
#mod-title-interview {
    color: #ef4c45;
    text-align: center;
    font-size: 2.5rem;
}

ul {
  /* clear ul styles */
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* additional gap */
  grid-row-gap: var(--spacing);
}
li {
    margin-top: 20px;
  /* set up aspect ratio hack */
  position: relative;
}

a {
   color: #ef4c45;
}

.font-small, h1.font-small {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 200 !important;
}
.font-medium, h1.font-medium {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
}
.font-big {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 800;
    font-style: italic !important;
}


.header-transparent {
    background-color: rgba(255, 255, 255, 0) !important;
    height: 237px;
    
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 9999;
}
.header-pink {
    background-color: #ffd7d7;
    height: 190px;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 9999;
}
.social-button-margin {
    margin-left: 5px;
}
.social-icon {
    width: 9%;
}
.header-pink a, .header-pink p {
    color: rgba(239, 76, 69, 1);
}
.header-pink #brand {
    font-size: 1.3rem;
    margin-left: 4%;
}

.story {
    font-size: 1.5rem;
}
button.hamburger, button.hamburger-white {
    -ms-transform: scale(0.8, 0.8); /* IE 9 */
    -webkit-transform: scale(0.8, 0.8); /* Safari prior 9.0 */
    transform: scale(0.8, 0.8); /* Standard syntax */
}


.header-transp {
    background-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    height: 160px;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 9999;
}
.header-pink-base {
    background-color: #ffd7d7;
    height: 160px;
    position: absolute;
    
    top: 0;
    overflow: hidden;
    z-index: 9999;
}
.header-trans-base #brand {
    font-size: 1.3rem;
    margin-left: 4%;
}
.header-trans-base {
    background-color: rgba(0,0,0,0) !important;
    height: 160px;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 9999;
}
.header-pink-base #brand {
    font-size: 1.3rem;
    margin-left: 4%;
}
.header-pink-base-border {
    border-bottom: 0rem solid rgba(239, 76, 69, 1);
    position: fixed;
    height: 160px;
    top: 0;
    overflow: hidden;
    z-index: 9999;
}
.header-pink-base-border #brand {
    font-size: 1.3rem;
    margin-left: 4%;
}

body, section, #content, main, header {
    background-color: #ffd7d7 !important;
}
footer {
    border-radius: 30px 30px 0px 0px; /*TL TR BR BL*/
    background-color: #ff9999; !important;
}
a p,footer p, footer a, footer li, footer ul {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 500;
}
.medium-w {
    font-weight: 500;
}
.light-w {
    font-weight: 300;
}
p, label, input, ul, li, span {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 300;
    cursor: url("../img/icons/cursor_default.png"), auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 800;
    font-style: italic;
}
  
input, textarea {
    font-size: 0.75rem;
    outline: none;
    resize: none;
}


.content, .modal {
  
}

#logo {
    border-radius: 50%;
    width: 100px;
}
#brand {
    font-size: 1.4rem;
    margin-left: 2%;
}

#text1 {
    font-size: 1.5rem;
}
#text2 {
    font-size: 1.5rem;
}
#text3 {
    font-size: 1.5rem;
}
#question1 {
    font-size: 2rem;
}
#question2 {
    font-size: 2rem;
}
#question3 {
    font-size: 2rem;
}
#question1-box {
    width: 60%;
}
#question2-box {
    width: 60%;
}
#question3-box {
    width: 60%;
}


.font-header {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 800;
    font-style: italic;
}

a, button {
    cursor: url("../img/icons/cursor_pointer.png"), auto !important;
}

a.link-header {
    color: white;
    white-space: nowrap;
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 800;
    font-style: italic;
}

a.link-header-second {
    color: rgba(239, 76, 69, 1);
    white-space: nowrap;
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 800;
    font-style: italic;
}


/* NAV TRANSICTIONS */
header, nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 97px;
    background-color: #ffffff;
    /*border-bottom: 0.05rem solid #e6e6e6;*/
}

footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    /*height: 200px;*/
    
}

video {
    outline: none;
}

.red-border {
    border: 0.1rem solid #EF4C45;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  word-wrap: nowrap;
  white-space: nowrap;
}

.column img {
    object-fit: cover;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
.row {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    /*justify-content: center;
    align-items: center;*/
    overflow: hidden!important
}

.red-border-font {
    text-shadow: -1px 0 #EF4C45, 0 1px #EF4C45, 1px 0 #EF4C45, 0 -1px #EF4C45;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-11-15 21:37:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.slide-right {
	-webkit-animation: slide-right 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate forwards;
	        animation: slide-right 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate forwards;
}
.slide-left {
	-webkit-animation: slide-left 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate forwards;
	        animation: slide-left 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate forwards;
}


section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5%;
    height: auto;
    padding-bottom: 5%;
}
section.section-min {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1%;
    height: auto;
    padding-bottom: 1%;
}

#ctn-info {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

#bio {
    width: 50%;
    margin-top: 1%;
    font-size: 1.2rem;
    text-align: center;
}

/* IDs */
#content {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* GRIDS */
.grid {    
    align-content: center;
    align-self: center;
    box-sizing: border-box;
    grid-gap: 2rem;
    display: grid;
    flex-wrap: nowrap;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-evenly;
    margin: 0 5%;
}
.grid-3 {
    align-items: center;
    align-self: center;
    box-sizing: border-box;
    color: #000;
    column-gap: 1.5rem;
    display: grid;
    flex-wrap: nowrap;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    justify-content: center;
    margin: 0 1%;
    overflow: visible;
    padding: 0;
    row-gap: 1rem;
    width: 100%;
    word-wrap: break-word;
}
.grid-carousel {    
    align-content: center;
    align-self: center;
    overflow: hidden;
    box-sizing: border-box;
    grid-gap: 0.1rem;
    display: grid;
    flex-wrap: nowrap;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(100, 1fr);
    height: 100%;
    justify-content: space-evenly;
    margin: 0 0%;
}
.grid-item {
    align-items: center;
    background: #1a1d24;
    border-radius: 3px 3px 15px 3px;
    box-shadow: rgba(67,38,100,.15) 1px 1px 15px;
    box-sizing: border-box;
    display: flex;
    flex-basis: 28%;
    flex-direction: column;
    justify-content: space-around;
    text-decoration: none;
    transition: all .2s;
}
.grid-footer { 
    align-content: center;
    align-self: center;
    box-sizing: border-box;
    grid-gap: 0.9rem;
    display: grid;
    flex-wrap: nowrap;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(6, 1fr);
    height: 100%;
    justify-content: center;
    margin: 0 5%;
}

/* HOVERS */
.hover-me-1 {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
.hover-me-1:hover {
    opacity: 0.8;
    -ms-transform: scale(1.15, 1.15); /* IE 9 */
    -webkit-transform: scale(1.15, 1.15); /* Safari prior 9.0 */
    transform: scale(1.15, 1.15); /* Standard syntax */
}

.hover-me-2 {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
.hover-me-2:hover {
    opacity: 0.8;
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari prior 9.0 */
    transform: scale(1.05, 1.05); /* Standard syntax */
}

.hover-me-3 {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
.hover-me-3:hover {
    animation: pulse 0.5s;
}

.hover-me-4 {
    -webkit-transition: ease-in-out 0.25s;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}
.hover-me-4:hover {
    opacity: 0.8;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari prior 9.0 */
    transform: scale(1.1, 1.1); /* Standard syntax */
}
/* HOVERS */


/* ICONS */
.list-icons {
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.list-icons a {
    margin-left: 2%;
    margin-right: 2%;
}

.icon-px {
    width: 50px;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
.icon-px:hover {
    opacity: 0.8;
    -ms-transform: scale(1.15, 1.15); /* IE 9 */
    -webkit-transform: scale(1.15, 1.15); /* Safari prior 9.0 */
    transform: scale(1.15, 1.15); /* Standard syntax */
}
.txt-outline-white {
    -webkit-text-stroke-width: 1.7px;
    -webkit-text-stroke-color: white;
}
.txt-outline-black {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}
.txt-outline-second {
    -webkit-text-stroke-width: 1.7px;
    -webkit-text-stroke-color: #ef4c45;
}

.icon-px-2 {
    width: 30px;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
.icon-px-2:hover {
    opacity: 0.8;
    -ms-transform: scale(1.15, 1.15); /* IE 9 */
    -webkit-transform: scale(1.15, 1.15); /* Safari prior 9.0 */
    transform: scale(1.15, 1.15); /* Standard syntax */
}

.card {
    /*background: #fafafa;*/
    border-width: 0;
    /*box-shadow: rgba(0,0,0,.25) 11px 11px 13px 0;*/
    box-shadow: rgba(0,0,0,.25) 0.6rem 0.6rem 0.4rem 0;
    box-sizing: border-box;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 20px;
    /*border: 0.07rem solid rgba(239, 76, 69, 1);*/
}

.button-1 {
    color: white;
    background-color: rgba(239, 76, 69, 1);
    /*border: 0.02rem solid white;*/
    padding: 4% 6%;
    margin: 0 auto;
    border-radius: 10px;
    text-decoration: none;
	display: inline-block;
	cursor: pointer;
    white-space: nowrap;
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 200;
    text-align: center;
}

.button-2 {
    border-radius: 10%;
    border: 0.02rem solid rgba(239, 76, 69, 1);
    padding: 5%;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    
    color: rgba(239, 76, 69, 1);
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 200;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.button-2:hover {
    opacity: 0.8;
    -ms-transform: scale(1.15, 1.15); /* IE 9 */
    -webkit-transform: scale(1.15, 1.15); /* Safari prior 9.0 */
    transform: scale(1.15, 1.15); /* Standard syntax */
}
/* ICONS */

.icon-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

/* APPEARANCE MAIN */
.main-color {
    color: #ff9999;
}

.home-background {
    background: url("../img/misc/home-bk.gif") no-repeat fixed center;
    background-size: cover;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    position: absolute;
}
    
.main-background {
    background-color: #ffd7d7;
}

.second-color {
    color: #ef4c45;
}

.third-color {
    color: #ffd7d7;
}

.underline {
    text-decoration: underline !important;
}

.background-color {
    background-color: rgba(239, 76, 69, 1);
}

.header-background-color {
    background-color: rgba(239, 76, 69, 1);
}
#name-card {
    font-size: 1rem;
}

.lines-color {
    color: #e6e6e6;
}
/* APPEARANCE MAIN */
#modal-menu div, #modal-menu a {
    font-size: 1.8rem;
}
#ctn-logo {
    width: 40%;
    height: 80%;
    padding-left: 3%;
    margin-top: 5%;
    margin-bottom: 3%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
    
#id_email {
    border: 0.2rem solid #EF4C45;
    padding-left: 7%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    width: 100%;
    font-size: 1rem;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#date {
    font-size: 1.2rem;
}
#back-to-menu {
    width: 50px;
}
#back-to-menu-box {
    margin-left: 3%;
}

#social-box {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
#copyright-box {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

#ourstory-pic {
    width: 60%;
}


.email-ctn {
    width: 100%;
}

.ourstory-right {
    margin-right: 5%;
    width: 50%;
    transform: rotate(4deg);
}
.ourstory-left {
    margin-left: 5%;
    width: 50%;
    transform: rotate(-4deg);
}
.overlap-margin {
    margin-top: -130px;
}
.ourstory-right-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.ourstory-left-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.img-ourstory {
    margin-bottom: 0;
}


/* The Modal (background) */
#thanks {
  display: none; /* Hidden by default */
  margin-right: 3%;
}

#car-1, #car-2, #car-3  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#car-1 div, #car-2 div, #car-3 div  {
    margin: 1%;
}

#modal-hamb {
    display: none;
}



#newsletter-box {
    top: 57%;
    right: 3%;
    padding-top: 1%;
    padding-bottom: 2%;
    padding-right: 2%;
    padding-left: 2%;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    position: absolute;
    z-index: 9999;
    opacity: 0.75;
    background-color: #ffd7d7;
    text-align: center;
}
#newsletter-title {
    margin-top: 4%;
    margin-bottom: 4%;
    color: #ef4c45;
}
#comingsoon {
    color: white;
    font-size: 2rem;
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 800;
    font-style: italic;
}
#comingsoon-box {
    top: 70%;
    right: 65%;
    text-align: center;
    position: absolute;
    z-index: 9999;
    opacity: 0.75;
}
#ctn-menu {
    width: 50%;
    padding-right: 5%;
    height: 80%;
    margin-top: 4.3%;
    white-space: nowrap;
}
#menu {
    height: 80%;
}

#right-part-footer {
    width: 50%;
}
#left-part-footer {
    width: 50%;
}
#interview-pic {
    width: 50%;
}

.wheel {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    width: 160px;
}
.nudge-5 {
    -webkit-animation:butterfly 2s 100s linear infinite;
    -moz-animation:butterfly 2s 100s linear infinite;
    animation:butterfly 2s 100s linear infinite;
}
.nudge {
    -webkit-animation:butterfly 10s 2s linear infinite;
    -moz-animation:butterfly 10s 2s linear infinite;
    animation:butterfly 10s 2s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.nudge-slide {
    -webkit-animation:butterfly 10s 2s linear infinite;
    -moz-animation:butterfly 10s 2s linear infinite;
    animation:butterfly 10s 2s linear infinite;
}

.social-fb {
width: 25px;
}
.social-ig {
width: 30px;
}
.match {
width: 70px;
}

#hamb, #hamb-2 {
    display: none;
}


@media screen and (min-width: 1300px) {
    .grid {
        margin-left: 10%;
        margin-right: 10%;
    }
    #right-left-part-footer {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
  #right-part-footer {
        display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
  }
}
@media screen and (max-width: 1000px) {
    .card {
        /*box-shadow:  15px 15px 30px #c6c6c6, 
        -15px -15px 30px #ffffff;*/
        box-shadow: rgba(0,0,0,.25) 0.6rem 0.6rem 0.4rem 0;
    }

    .grid {    
        grid-auto-rows: 1fr;
        grid-template-columns: repeat(3, 1fr);
        margin: 0 5%;
        grid-gap: 2rem;
    }
}
@media screen and (max-width: 850px) {
    .story {
        font-size: 1.5rem;
    }
    .ourstory-right {
        margin-right: 0%;
        width: 100%;
         margin-top: 4%;
         margin-bottom: 4%;
        transform: rotate(0deg);
    }
    .ourstory-left {
        margin-left: 0%;
        margin-top: 4%;
        margin-bottom: 4%;
        width: 100%;
        transform: rotate(0deg);
    }
    .overlap-margin {
        margin: 0;
    }
    .ourstory-right-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .ourstory-left-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #ourstory-pic {
        width: 90%;   
    }
    .img-ourstory {
        margin-bottom: 10%;
    }
    /*HEADER*/
    #menu {
        display: none;
    }
    #header-base {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100px;   
    }
    #brand-title {
        margin-left: 8%;
    }
    #ctn-logo {
        margin-bottom: 3%;
        width: 40%;
        height: 80%;
        padding-left: 5%;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    #logo {
        border-radius: 50%;
        width: 80px;
        margin-left: 5%;
    }
    #brand {
        font-size: 1rem;
        margin-left: 7%;
    }
    #modal-menu div, #modal-menu a {
        font-size: 3rem;
    }
    #ctn-menu {
        width: 50%;
        margin: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 6%;
        display: flex !important;
        flex-direction: row !important;
        justify-content: end !important;
        align-items: center !important;
    }
    .content, .modal {
      position: absolute;
      top:0;
      left:0;
      height:100%;
      width: 100%;
      outline: 0;
    }
    .content {
      z-index:100;
      display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        outline: 0;
    }
    .modal {
      z-index:101;
      background-color: #000;
      visibility: hidden;
      opacity: 0;
        transition: opacity 0.5s, visibility 0s 0.5s;
        outline: 0;
    }
    .modal.active {
      	opacity: 1;
      	visibility: visible;
      	transition: opacity 0.5s;
      	display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        outline: 0;
    }
    #hamb {
        display: block;
        outline: none;
        width: 100%;
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: end !important;
        align-items: center !important;
        outline: 0;
    }
    #hamb-2 {
        display: block;
        outline: none;
        width: 100%;
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: end !important;
        align-items: center !important;
        outline: 0;
    }
    #modal-hamb {
        display: block;
        background: rgb(239,76,69) !important;
        background: linear-gradient(0deg, rgba(239,76,69,1) 0%, rgba(255,153,153,1) 35%, rgba(255,215,215,1) 100%) !important;
    }
    #modal-hamb-2 {
        display: block;
    }
    /*HEADER*/
    .pagination {
        margin-top: 5%;   
    }
    #newsletter-title {
        font-size: 1.2rem;
        margin-top: 10%;
    }
    
    #comingsoon-box {
        top: 58%;
        right: 50%;
        text-align: center;
        position: absolute;
        z-index: 9999;
        opacity: 0.75;
    }
    #right-part-footer {
    width: 90%;
    }
    #left-part-footer {
        width: 90%;
    }
    
    #comingsoon {
        color: white;
        font-size: 1.5rem;
        font-family: 'Poppins', 'Arial', sans-serif;
        font-weight: 800;
        font-style: italic;
    }

    #newsletter-box {
        right: 3%;
        top: 57%;
        width: 200px;
        height: 230px;
        border-radius: 20px;
        position: absolute;
        z-index: 9999;
        opacity: 0.75;
        background-color: #ffd7d7;
        text-align: center;
    }
    
    footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .button-1 {
        margin-left: 6%;
        margin-right: 6%;
        padding: 6%;
    }
    .grid {
        grid-gap: 2rem;
        grid-auto-rows: 1fr;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 5%;
    }
    .card {
        /*box-shadow:  15px 15px 30px #c6c6c6, 
        -15px -15px 30px #ffffff;*/
        box-shadow: rgba(0,0,0,.25) 0.6rem 0.6rem 0.4rem 0;
    }
    
    #ctn-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    #ctn-icons {
        width: 100%;
        padding-bottom: 3%;
        padding-top: 3%;
    }
    .icon-footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .icon-px {
        width: 40px;
    }
}
@media screen and (max-width: 560px) {
      #modal-menu div, #modal-menu a {
        font-size: 2.5rem;
    }
    .story {
        font-size: 0.9rem;
    }
    .ourstory-right {
        margin-right: 0%;
        width: 100%;
         margin-top: 4%;
         margin-bottom: 4%;
        transform: rotate(0deg);
    }
    .ourstory-left {
        margin-left: 0%;
        margin-top: 4%;
        margin-bottom: 4%;
        width: 100%;
        transform: rotate(0deg);
    }
    .overlap-margin {
        margin: 0;
    }
    .ourstory-right-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .ourstory-left-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #ourstory-pic {
        width: 90%;   
    }
    .img-ourstory {
        margin-bottom: 10%;
    }
}
@media screen and (max-width: 450px) {
    #name-card {
        font-size: 0.9rem;
    }
    #copyright {
        font-size: 0.9rem;
        margin-left: 0;
        margin-right: 0;
    }
    #modal-menu div, #modal-menu a {
        font-size: 1.8rem;
    }
    #right-right-part-footer ul {
        
        /*margin-left: 5%;*/
    }
    #right-right-part-footer ul li a {
        font-size: 0.9rem;
        /*margin-left: 5%;*/
    }
    #brand-title {
        display: none;
    }
    #social-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-left: 0%;
        margin-left: 0;
        margin-right: 0;
    }
    #copyright-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }
    #mod-title {
        font-size: 2rem;
        margin-top: 2%;
        margin-bottom: 2%;
    } 
    #mod-title-interview {
        font-size: 1.8rem;
        margin-top: 2%;
        margin-bottom: 2%;
    } 
    #right-right-part-footer ul {
        padding-left: 6%;
    }
    #ctn-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .social-fb {
	    width: 25px;
    }
    .match {
        width: 50px;
    }
    #right-part-footer {
    width: 100%;
    }
    #left-part-footer {
        width: 100%;
    }
    #newsletter-box {
	    top: 71%;
        left: 0; 
        margin-left: 0; 
        margin-right: 0; 
        width: 96%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: 150px;
        border-top-left-radius: 50px;
    	border-top-right-radius: 50px;
        border-bottom-left-radius: 0;
    	border-bottom-right-radius: 0;
    	position: absolute;
        z-index: 9999;
        opacity: 0.75;
        background-color: #ffd7d7;
        text-align: center;
    }
    #comingsoon-box {
        right: 50%;
    }
    #id_email {
        width: 80%;
        padding-top: 4%;
        padding-bottom: 4%;
    }
    #newsletter-title {
        font-size: 1.2rem;
        margin-top: 3%;
    }
    .email-ctn {
        width: 80%;
    }
    .grid {
        grid-gap: 1.2rem;
        grid-auto-rows: 1fr;
        grid-template-columns: repeat(2, 1fr);
        margin: 6% 2%;
    }
    #bio {
        width: 90%;
        margin-top: 2%;
        margin-bottom: 2%;
        font-size: 1.1rem;
        text-align: center;
    }
    #date {
        font-size: 1rem;
        margin-top:5%;
        margin-bottom: 2%;
    }
    #text1 {
        font-size: 1.1rem;
    }
    #text2 {
        font-size: 1.1rem;
    }
    #text3 {
        font-size: 1.1rem;
    }
    #question1 {
        font-size: 1.3rem;
    }
    #question2 {
        font-size: 1.3rem;
    }
    #question3 {
        font-size: 1.3rem;
    }
    #question1-box {
        width: 95%;
    }
    #question2-box {
        width: 95%;
    }
    #question3-box {
        width: 95%;
    }
    #back-to-menu {
        width: 40px;
    }
    #back-to-menu-box {
        margin-left: 1%;
    }
    #interview-pic {
        width: 95%;
        margin-bottom: 5%;
    }
    #car-1, #car-2, #car-3  {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 95%;
        margin-bottom: 5%;
        margin-top: 5%;
    }
    #car-1 div, #car-2 div, #car-3 div  {
        width: 100%;
        margin: 4%;
    }
    #car-1 div a img, #car-2 div a img, #car-3 div a img  {
        width: 100%;
    }
    /*HEADER*/
    #menu {
        display: none;
    }
    #header-base {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100px;   
    }
     #ctn-logo {
        margin-bottom: 3%;
        width: 40%;
        height: 80%;
        padding-left: 5%;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    #logo {
        border-radius: 50%;
        width: 80px;
        margin-left: 5%;
    }
    #brand {
        font-size: 1rem;
        margin-left: 7%;
    }
    #ctn-menu {
        width: 50%;
        margin: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 6%;
        display: flex !important;
        flex-direction: row !important;
        justify-content: end !important;
        align-items: center !important;
    }
    .content, .modal {
      position: absolute;
      top:0;
      left:0;
      height:100%;
      width: 100%;
      outline: 0;
    }
    .content {
      z-index:100;
      display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        outline: 0;
    }
    .modal {
      z-index:101;
      background-color: #000;
      visibility: hidden;
      opacity: 0;
        transition: opacity 0.5s, visibility 0s 0.5s;
        outline: 0;
    }
    .modal.active {
      	opacity: 1;
      	visibility: visible;
      	transition: opacity 0.5s;
      	display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        outline: 0;
    }
    #hamb {
        display: block;
        outline: none;
        width: 100%;
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: end !important;
        align-items: center !important;
        outline: 0;
    }
    #hamb-2 {
        display: block;
        outline: none;
        width: 100%;
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: end !important;
        align-items: center !important;
        outline: 0;
    }
    #modal-hamb {
        display: block;
        background: rgb(239,76,69) !important;
        background: linear-gradient(0deg, rgba(239,76,69,1) 0%, rgba(255,153,153,1) 35%, rgba(255,215,215,1) 100%) !important;
    }
    #modal-hamb-2 {
        display: block;
    }
    /*HEADER*/
    .social-button-margin {
        margin-left: 10px;
    }
    .story {
        font-size: 0.9rem;
    }
    .ourstory-right {
        margin-right: 0%;
        width: 100%;
         margin-top: 4%;
         margin-bottom: 4%;
        transform: rotate(0deg);
    }
    .ourstory-left {
        margin-left: 0%;
        margin-top: 4%;
        margin-bottom: 4%;
        width: 100%;
        transform: rotate(0deg);
    }
    .overlap-margin {
        margin: 0;
    }
    .ourstory-right-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .ourstory-left-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #ourstory-pic {
        width: 90%;   
    }
    .img-ourstory {
        margin-bottom: 10%;
    }

    .wheel {
        width: 130px;
    }
    .social-icon {
        width: 10%;
    }


}
@media screen and (max-width: 330px) {
    #modal-menu div, #modal-menu a {
        font-size: 1.3rem;
    }
     #right-right-part-footer ul li a {
        font-size: 0.75rem;
        /*margin-left: 5%;*/
    }
    #mod-title {
        font-size: 1.7rem;
        margin-top: 2%;
        margin-bottom: 2%;
    } 
    #mod-title-interview {
        font-size: 1.7rem;
        margin-top: 2%;
        margin-bottom: 2%;
    } 
}
@media screen and (max-width: 290px) {
      #modal-menu div, #modal-menu a {
        font-size: 1.2rem;
    }
     #right-right-part-footer ul li a {
        font-size: 0.7rem;
        /*margin-left: 5%;*/
    }
    #mod-title {
        font-size: 1.7rem;
        margin-top: 2%;
        margin-bottom: 2%;
    } 
    #mod-title-interview {
        font-size: 1.7rem;
        margin-top: 2%;
        margin-bottom: 2%;
    } 
}


/* NEWSLETTER */
#newsletter {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
  
#newsletter-success {
    display: none;
    max-width: 15px;
}


#submit-newsletter {
    cursor: url("../img/icons/cursor_disabled.png"), auto;
}
#email_msg {
font-size: 0.6rem;
}
#form_validation_msg {
font-size: 0.6rem;
}



/* EXTRA */
.flip-rotate {
    -webkit-transform: rotate(-90deg) scaleX(-1);
    transform: rotate(-90deg) scaleX(-1);
}

/* GRIDS */
.lc-fixed-grid-items {
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 0;
    min-width: 0;
    flex: 0 0 25em;
}

/* STICKERS */
.sticker-comingsoon {
    border-radius: 20px;
    font-size: 0.6rem;
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 500;
    padding: 3%;
    margin: 2%;
    font-style: normal;
    position: relative;
    left: 10px;
    bottom: 5px;
    color: #ff9999;
    background-color: white;
    border: 0.2rem #ff9999 solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}