@import url('https://fonts.googleapis.com/css2?family=Lacquer&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barriecito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');

html {
    /* font-size: 62.5%; */
    width: 100vw;
    height: 100vh;
    -webkit-font-smoothing: antialiased; /* or subpixel-antialiased */
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden; /* Helps in some cases */
    margin: 0;
    padding: 0;
    font-family: "Libre Bodoni", serif;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
  }

.background {
    background-color: #FAEED1
}

.scroll_spacer{
    height: 100vh;
}
.scroll_spacer_2{
    height: 100vh;
}

.spacer{
    height: 10vh;
}

nav { 
    background-color: transparent;
    padding: 0;
    font-size: 1.2rem;
    margin: 0;
    /* position: sticky; */
    /* top: 0; */
    /* border: solid blue; */
    /* width: 100%; */
}

nav ul {
    width: 95%;
    /* border: solid green; */
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li {
    height: 5vh;
    /* width:10%  */
}

nav a {
    height: 100%;
    padding: 0 1vw;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, stroke 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

nav a:hover{
    /* color:black; */
    transform: scale(1.05);
    
}

.linkedin:hover {
    color: #0077B7
}

.insta:hover {
    background: linear-gradient(to bottom, #E09B3D, #C74C4D, #C21975, #7024C4);
    color:white;
    border-radius: 10px;
}

nav li:first-child {
    margin-right: auto;
}

.sidebar {
    position:fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 25vw;
    z-index: 999;
    background-color: rgba(255, 255, 255, .1);
    box-shadow: -10px, 0, 10px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    /* display: flex; */
    display: none;
    flex-direction: column;
    align-items: flex-start;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    justify-content: flex-start;
}

.sidebar li {
    width: 100%;
}


.Landing {
    display: grid;
    grid-template-areas: 'Landing_area';
    place-items: center;
    width: 100vw;
    /* border: solid red; */
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* margin-left: auto;
    margin-right: auto; */
    /* margin-top: 10;
    margin-bottom: 10; */
}
.video_background {
    /* position: absolute; */
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    z-index: -1;
    display: block;
    opacity: 0;
}

.Landing_svg {
    pointer-events: none;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* border: solid red; */
    margin: 0;
    padding: 0;
    overflow: hidden;
    
    /* display: none; */
}

.Landing > * {
    grid-area: Landing_area;
    /* transform: translateY(-5%);  */
}

.landing_video {
    /* border: solid red; */
    z-index: 1;
    max-width: 95vw;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
}
.curtains {
    position: absolute;
    pointer-events: none;
    display: grid;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    z-index: 2;
}

.crowd {
    grid-area: 1/1;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    /* place-items: center; */
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* border: solid red; */
    /* height: auto; */
}
.crowd_img {
    /* position: absolute; */
    /* top: 100%; */
    z-index: 999;
    width: 34%;
    height: auto;
}

.curtain_left {
    grid-area: 1/1;
    top: 0;
    /* transform: translateY(-10%); */
    display: block;
    width: 100%;
    height: 70%;
}
.curtain_right {
    grid-area: 1/1;
    top: 0;
    /* transform: translateX(100%); */
    display: block;
    width: 100%;
    height: 70%;
}
.landing_video_V1 {
    z-index: 0;
    justify-content: center;
    max-width: 85%;
    /* max-height: 99%; */
}

.init {
    display: flex;
    flex-direction: row;
    /* grid-template-areas: 'center'; */
    place-items: center;
    width: 100vw;
    height: 100vh;
    /* border: solid green; */
    overflow: hidden;
}

/* .init > * {
    grid-area: center;
} */
.intro_img_div {
    /* z-index: 1; */
    display: flex;
    height: 100%;
    width: auto;
    /* border: solid red; */
    /* display: grid; */
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;

}
.intro_text {
    z-index: 0;
    display: flex;
    /* width: 40%; */
    /* border: solid blue; */
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.intro_paragraph {
    width: 80%
}

.intro_spacer {
    height: 100%;
    width: 100vw;
}

.intro_img_1 {
    width: auto;
    height: 100%;
    /* border: solid orange; */
    /* z-index: 1; */
    /* grid-area: 1/1; */
    /* transform: rotate(36deg) translateX(-0%); */
    
    /* transform: translateX(10px); */

}

.greeting {
    display: flex;
    flex-direction: row;
    align-items: top;
    margin-bottom: auto;

}
.greeting_circle { 
    stroke-dasharray: 100%;
    stroke-dashoffset: 200%;
    transition: stroke-dashoffset 1s ;
    animation: write 3s infinite;
}

@keyframes write{
    to {stroke-dashoffset: 0%}
}
/* .Landing_svg1 {
    transform: scale(5);
} */

/* .init {
    border: solid blue;
    z-index: 3;
} */

/* .intro {
    position: grid;
    font-family:"Bowlby", sans-serif;
    background-color: #d95d39;
    height: 100vh;
    width: 75vw;
    border-radius: 80px;
} */

/* .intro_img {
    border-radius: 10px;
    width: auto;
} */

/* .im1 {
    position: relative;
    height: 350px;
    transform: translate(75px,120px);
} */

/* .im2 {
    position: relative;
    height: 400px;
    transform: translate(250px,340px);
} */

/* .intro_paragraph { */
    /* background-color: black; */
    /* position: relative; */
    /* justify-content: flex+end; */
    /* justify-items: end; */
    /* transform: translate(620px, 300px); */
    /* white-space: normal; */
    /* position: absolute; */
    /* font-size: 24px; */
    /* right: 0; */
    /* width: 400px; */
/* } */

/* .Landing_svg {
    transform: scale(10);
    transform-origin: center;
} */

/* 
.title {
    grid-area: 1/1;
    display: flex;
    inset: 0;
    display: grid;
    place-items: center;
    background-color: #34210b;
    color: #ffffff;
    font-weight: 900;
    font-size: 100px;
    font-family:"Barriecito", sans-serif;
    mix-blend-mode: multiply;
    user-select: none;
    z-index: 1;
} */


/* 

.titleTxt {
    font-family: "Barriecito", sans-serif;
    font-size: 500%;
    color: white;
    text-align: center;
}

.title {
    grid-area: 1 / 1;
    height: 100%;
    width: 10%;
}

.landing_video {
    grid-area: 1 / 1;
    height: 100%;
} */