:root {
    --main-bg-color: #FFFFFF;
    --landing-bg-color: #181818;
    --white-color: #FFFFFF;
    --dark-grey-color: #181818;
    --mobile-width: 10000
}

@font-face {
    font-family: cako-regular;
    src: url(src/fonts/Cako\ Regular.otf);
  }
  
* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", "Montserrat", sans-serif;
    -ms-overflow-style: none; 
    overflow: -moz-scrollbars-none; 
}

html, body {
    
    scrollbar-color: #990000
}

*::-webkit-scrollbar {
    width: 0;
    background: transparent; 
    display: block;
}

h2 {
    color: var(--white-color);
    font-size: 4vh;
    margin: 4vh;
}

h3 {
    font-size: 3vh;
    font-weight: 200;
    line-height: 5vh;
    padding: 0% 5%;
}

p {
    font-size: 2vh;
    font-weight: 200;
    letter-spacing: 0.1vh;
    line-height: 3vh;
}

a {
    text-decoration: none;
    color: var(--white-color);
    font-size: 3vh;
    font-weight: 200;
}

strong {
    font-weight: 400;
}

.landing-page {
    width: 100vw !important;
    height: 100vh !important;
}

.landing-background {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--landing-bg-color);
    /* filter: blur(10px) brightness(50%); */
}


.backgroud-gif {
    height: 120%;
    width: 120%;
    margin-top: -10%;
    margin-left: -10%;
}

.line-container {
    top: 0px;
    z-index: 1;
}

.line_01 {
    position: fixed;
    margin-top: 15vh;
    border: 0;
    height: 20vh;
    width: 20vh;
    top: 20vh;
    left: 20%;
    margin-left: -15vh;
    z-index: 10
}

.line_02 {
    position: fixed;
    border: 0;
    height: 20vh;
    width: 20vh;
    top: 20vh;
    left: 50%;
    margin-left: -10vh;
    z-index: 10
}

.line_03 {
    position: fixed;
    margin-top: -15vh;
    border: 0;
    height: 20vh;
    width: 20vh;
    top: 20vh;
    left: 80%;
    margin-left: -5vh;
    z-index: 10
}

.line_04 {
    position: absolute;
    margin-top: 100vh;
    border: 0;
    height: 20vh;
    width: 20vh;
    top: 20vh;
    left: 20%;
    margin-left: -15vh;
    z-index: 10
}

.line_05 {
    position: absolute;
    margin-top: 100vh;
    border: 0;
    height: 20vh;
    width: 20vh;
    top: 20vh;
    left: 50%;
    margin-left: -10vh;
    z-index: 10
}

.line_06 {
    position: absolute;
    margin-top: 100vh;
    border: 0;
    height: 20vh;
    width: 20vh;
    top: 20vh;
    left: 80%;
    margin-left: -5vh;
    z-index: 10
}

.line_path {
    position: absolute;
    background-image: url("img/path.svg");
    background-size: 100% 100%;
}

.line_path_middle {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("img/path_dark.svg");
    background-size: 100% 100%;
    z-index: 20;
}

.lottie-01 {
    position: absolute;
    width: 88%;
    height: 87%;
    margin: 2% 0 0 10%;
    z-index: 1;
    transform: rotate(3deg);
}

.lottie-02 {
    position: absolute;
    width: 88%;
    height: 87%;
    margin: 11% 0 0 2%;
    z-index: 1;
    transform: rotate(183deg);
}

.line_path_dark {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("img/path_dark.svg");
    background-size: 100% 100%;
}

.line_path_bg {
    position: absolute;
    height: 25vh;
    width: 25vh;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

.line_path_bg_01 {
    background-image: url("img/element_01_bg.svg");
    margin-top: -2vh;
}

.line_path_bg_02 {
    background-image: url("img/element_02_bg.svg");
    margin-top: -4vh;
}

.line_path_bg_03 {
    background-image: url("img/element_03_bg.svg");
    margin-top: -2vh;
}

.line_path_bg_04 {
    background-image: url("img/element_04_bg.svg");
    margin-top: -2vh;
}

.line_path_bg_05 {
    background-image: url("img/element_05_bg.svg");
    margin-top: -5vh;
}

.line_path_bg_06 {
    background-image: url("img/element_06_bg.svg");
    margin-top: -2vh;
}

.line_heading {
    margin-top: 30vh;
    color: var(--dark-grey-color);
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
}

.line_text {
    margin-top: 5vh;
    color: var(--dark-grey-color);
    text-align: center;
    font-weight: 200;
    font-size: 15px;
}

.curtain_01 {
    position: fixed;
    height: 100%;
    width: 5%;
    top: 0;
    left: 0;
    background-color:var(--main-bg-color);
    z-index: 12;
}

.curtain_02 {
    position: fixed;
    height: 100%;
    width: 5%;
    top: 0;
    right: 0;
    background-color: var(--main-bg-color);
    z-index: 12;
}

.my-name {
    position: fixed;
    display: flex;
    left: 28vw;
    bottom: 53%;
    top: 20vh;
}

.my-name h1{
    font-family: cako-regular;
    font-size: 6vw;
    font-weight: 400;
    color: var(--white-color);
    letter-spacing: 0px;
}

.info-container {
    position: fixed;
    width: 60%;
    right: 5%;
    top: 5%;
    padding: 50px;
    background-color: rgb(100,100,100,0.5);
    border-radius: 20px;
    backdrop-filter: blur(3vw);
    -webkit-backdrop-filter: blur(3vw);
    transition: 500ms;
    z-index: 12;
    transform-origin: top right;
    max-height: 80vh;
    overflow-y: scroll;
    scrollbar-face-color: #646464;
    scrollbar-base-color: #646464;
    scrollbar-3dlight-color: #646464;
    scrollbar-highlight-color: #646464;
    scrollbar-track-color: #000;
    scrollbar-arrow-color: #000;
    scrollbar-shadow-color: #646464;
    
}

.info-container h2 {
    margin: 0;
    margin-bottom: 20px;

}
.info-container p {
    font-size: 20px;
    line-height: 40px;
    color: var(--white-color);
    padding: 5px;
}
.info-button {
    display: "none";
    position: fixed;
    height: 30px;
    width: 30px;
    right: 5%;
    top: 5%;
    text-align: center;
    font-size: 20px;
    color: #999;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    z-index: 12;
    transition: 500ms;
}

.scale {
    transform: scale(0);
    margin-right: 10px;
    margin-top: 10px;
    background-color: #999;
}


.app-container {
    display: none;
    opacity: 0;
    position: fixed;
    left: 50%;
    margin-left: -125px;
    bottom: 5%;
    width: 250px;
    height: 150px;
    background-color: rgb(200,200,200,0.1);
    border-radius: 20px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    
}

.app-container .app-text {
    display: flex;
    text-align: center;
    color: var(--white-color);
    margin-left: 13.5%;
    height: 20%;
    width: 76%;
}

.app-container .app-text .app-icon {
    height: 50%;
    float: inline-end;
}

.app-container h3 {
    font-size: 100%;
    text-align: center;
    color: var(--white-color);
    margin: 2%;
}

.app-container p {
    font-size: 70%;
    line-height: 150%;
    margin: 0 3% 0 5%;
}

.app-number {
    height: 40%;
    width: 6%;
    margin-top: 2%;
    text-align: center;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    font-size: 40%;
    font-weight: 300;
}



.book {
    /* display: none; */
    height: auto;
    width: 100vw;

    text-align: center;
    color: var(--white-color);
    font-size: 50px;
}

.book h2 {
    text-align: center;
}


.text_container_01 {  
    position: absolute; 
    animation-duration: 0.5s;
    width: 180%;
    margin-left: -40%;
}

.text_container_02 {
    position: absolute; 
    animation-duration: 0.5s;
    width: 180%;
    margin-left: -40%;
}

.bg_container_01 {
    position: absolute;
    width: 100%;
    margin-left: -400px;
    overflow: hidden;
    z-index: -1;
}

.bg_container_02 {
    position: absolute;
    width: 100%;
    margin-left: -400px;
    overflow: hidden;
}

.bg_container_03 {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.book_01_bg {
    height: 1000px;
    width: 1000px;
    z-index: -1;
}

.book_02 {
    opacity: 1;
}

.book_02_bg {
    height: 1000px;
    width: 1000px;
    z-index: -1;
}

.book_03_bg {
    height: 2000px;
    width: 2000px;
    z-index: -1;
}

.book_container_01 {
    height: 100vh;
    width: 100vw;
}

.book_container_02 {
    height: 95vh;
    width: 100vw;
}

.book_container_04 {
    height: 90vh;
    width: 100vw;
}

.book_container_05 {
    position: absolute;
    height: 80vh;
    
    margin-left: auto;
    margin-right: auto;
}


.background-rectangle {
    position: absolute;
    width: 100%;
    height: 70%;
    opacity: 0.5;
    margin-top: 5%;
    z-index: -10;
}




.grid-container {
    position: absolute;
    height: 70%;
    width: 100%;
    margin-top: 5%;
  display: grid;
  grid-template-columns: 30% 30% 30%;
    grid-template-rows: 30% 30% 30%;
    gap: 5% 5%;
  grid-template-areas:
    ". . ."
    ". . ."
    ". . .";
}

.grid-item {
    opacity: 0;

}

.grid-item h2{
    font-size: 50%;
    font-weight: 300;
    margin-top: 2vh;
}

.grid-item img {
    height: 50%
}

.item-box {
    height: 100%;
}



.flex-container {
    display: flex;
    width: 100%;
    height: 25vw;
    padding: 0% 10%;
    margin-top: 5vh;
}

.flex-container .one-fix {
    width: 70%;
    height: 100%;

}
.flex-container .two-fix {
    width: 30%;
    height: 100%;

}


.grid-container {
    display: grid;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 75%;
    max-width: 1200px;
    align-self: center;
    grid-template-columns: 25% 25% 25%;
    grid-template-rows: 1fr 1fr;
    gap: 10% 12.5%;
    grid-template-areas:
        "pic_01 pic_02 pic_03"
        "pic_04 pic_05 pic_06";
}

.pic {
    height: 15vw;
    width: 15vw;
    margin: auto;
}
.pic_01 { 
    grid-area: pic_01; 
    margin-top: 10vh;
}
.pic_02 { 
    grid-area: pic_02; 
}
.pic_03 { 
    grid-area: pic_03; 
    margin-top: -10vh;
}
.pic_04 { 
    grid-area: pic_04; 
    margin-top: 10vh;
}
.pic_05 { 
    grid-area: pic_05;
}
.pic_06 { 
    grid-area: pic_06; 
    margin-top: -10vh;
}

.pic_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.heading-container {
    margin: 50px;
    width: 50%;
    float: left;
}

.contact-heading {
    text-align: left;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    font-weight: 400;
    z-index: 1;
}

.social-heading {
    position: absolute;
    padding: 0;
    bottom: 300px;
    color: var(--dark-grey-color);
    text-align: left;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    font-size: 25px;
    font-weight: 400;
    z-index: 1;
}

.icons-container {
    position: absolute;
    padding: 0;
    bottom: 240px;
    text-align: left;
}

.ig-icon {
    height: 40px;
    margin: 10px 5px 0 0;
    cursor: pointer;
}

.footer-logo-container {
    
    position: absolute;
    bottom: 40px;
    margin: 0;
    text-align: left;
}

.footer-text-container {
    
    bottom: 40px;
    margin-top: 15vh;
    text-align: right;
}

.footer-text {
    text-align: right;
    font-size: 12px;
    color: var(--dark-grey-color);
}

.contact-form {
    float: right;
    width: 50%;
    height: 60vh;
    padding: 0;
    z-index: 1;
}

.contact-container {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-grid {
    padding: 0% 5%;
    position: fixed;
    height: 70vh;
    width: 60vw;
    top: 50vh;
    left: 50%;
    margin-top: -35vh;
    margin-left: -30vw;
    display: none;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 30% 30% 30%;
    gap: 5% 0%;
    grid-template-areas:
    ". . ."
    ". . ."
    ". . .";
    z-index: 10;
}

.contact-grid div {
    display: table;
    height: 100%;
    text-align: center;
    color: rgb(225, 225, 225);
    width: 100%;
}

.contact-item {
    opacity: 0;
    height: 50%;
    background: radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(191,212,234,0) 100%);
}

.blur-me {
    filter: blur(2px);
    transition: 0.5s;
}

.message-me {
    height: 50px;
}
.hover-pointer:hover {
    cursor: pointer;
}

.contact-icon {
    height: 8vh;
    margin-bottom: 1vh;
}

.contact-cancel {
    height: 10%;
    float: right;
    margin: 3%;
}

.contact-card {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 50px;
    transform: rotate3d(0, 1, 0, 0deg);
}


/* CONTACT */

.message-container {
    opacity: 0;
    position: fixed;
    height: 0%;
    width: 0%;
    top: 25%;
    left: 50%;
    background-color: rgba(80, 80, 80, .7);
    border-radius: 5vh;
    z-index: 11;
    transition: 0.5s;
}

.message-show {
    opacity: 1;
    height: 50%;
    width: 60%;
    left: 20%
}

.shake {
    animation: shake 1000ms cubic-bezier(.36,.07,.19,.97) both;
    animation-fill-mode: forwards;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.fade-out {
    animation-name: fade_out;
    animation-duration: 250ms;
    animation-fill-mode: forwards;
}


.scene {
    height: 100%;
    perspective: 1000px;
}
.card {
    width: 90%;
    height: 100%;
    left: 5%;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.card__face {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.card__face--back {
    display: table;
    background: rgb(44,44,44, 0.5);
    border-radius: 30px;
    transform: rotateY( 180deg );
    width: 100%;
}

.card__face--back p {
    display: table-cell;
    vertical-align: middle;
}

.card.is-flipped {
    transform: rotateY(180deg);
}

.card-cancel {
    float: left;
}

.scroller {
    display: none;
}

@keyframes pop_up {
    0% {
        height: 50%;
        opacity: 0;
    }
    50% {
        height: 125%;
        opacity: 1;
    }
    100% {
        height: 100%;
    }
}

@keyframes pop_up_hover {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
    50% {
        transform: rotate3d(0, 1, 0, 90deg);
    }
}

@keyframes fade_out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes shake {
    0% {
        opacity: 0;
    }
    10% {
        transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }

    50% {
        transform: translate3d(-4px, 0, 0);
        opacity: 1;
    }

    90% {
        transform: translate3d(-1px, 0, 0);
        opacity: 1;
        
    }
  }




@media only all and (max-width: 1000px) {
    p {
        line-height: 20px;
    }
    .line_path {
        display: none;
    }

    .landing-background {
        position: absolute;
        height: 105%;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(24,24,24,1) 5%, rgba(24,24,24,1) 100%);
    }

    .landing-page {
        width: 100vw !important;
        height: 105vh !important;
    }

    .mobile-logo {
        display: block;
        position: absolute;
        width: 50vw;
        margin: 20vh 25vw;
    }

    .my-name {
        position: absolute;
        top: 55vh;
        left: 13vw;
    }

    .my-name h1 {
        font-size: 10vw;
    }

    .line-container {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 0px;
        grid-template-areas:
          "line_03 line_02 line_01";

        width: 100vw;
        margin: 0;
        height: 600px;
        scroll-snap-type: x mandatory;  
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        padding-top: 50px;
        z-index: 20;
        scroll-behavior: smooth
    }

    .line_01 { 
        grid-area: line_01; 
    }

    .line_02 { 
        grid-area: line_02; 
    }

    .line_03 { 
        grid-area: line_03; 
    }

    .line_04 { 
        grid-area: line_02; 
    }

    .line_05 { 
        grid-area: line_03; 
    }

    .line_06 { 
        grid-area: line_01; 
    }

    .line_heading {
        margin-top: 60vw;
    }

    .line_01 {
        height: 50vw;
    }
    .line_02 {
        height: 50vw;
    }
    .line_03 {
        height: 50vw;
    }
    .line_04 {
        height: 50vw;
    }
    .line_05 {
        height: 50vw;
    }
    .line_06 {
        height: 50vw;
    }

    .book {
        height: auto;
        overflow: hidden;
    }

    .book_container_01 {
        position: absolute;
        top: 100vh;
    }

    .bg_container_01 {
        width: auto;
    }

    .bg_container_02 {
        display: none;
    }

    .book_container_02 {
        height: 600px;
    }

    .book_container_04 {
        height: 600px;
        padding-top: 100px;
    }
    .book_container_05 {
        height: 900px;
    }

    .landing-page {
        height: calc(105vh + 600px) !important;
    }

    .landing-mobile {
        height: 105vh;
    }


    .line {
        position: relative;
        width: 100vw;
        top: 0;
        left: 0;
        margin: 0;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    
    .line_text {
        font-weight: 300;
        font-size: 17px;
        line-height: 23px;
    }

    .text_container_01 {
        width: 90vw;
        margin: 0 5vw;
    }

    .text_container_02 {
        width: 90vw;
        margin: 0 5vw;
    }

    section {
        height: 100vh;
        width: 100vw;
        scroll-snap-align: start;
        }
      
    .line_path_bg {
        margin-left: 22vw;
        width: 60vw;
        height: 60vw;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 0px;
        grid-template-areas:
        "item_01 item_02 item_03";
    }
    
    .item_01 { grid-area: item_01; }
    
    .item_02 { grid-area: item_02; }
    
    .item_03 { grid-area: item_03; }

    .grid-container {
        display: grid;
        margin: 0;
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1200px;
        align-self: center;
        grid-template-columns: 50% 50% 50% 50% 50% 50%;
        grid-template-rows: 1fr;
        gap: 10% 4.5%;
        grid-template-areas:
        "pic_01 pic_02 pic_03 pic_04 pic_05 pic_06";
        scroll-snap-type: x mandatory;  
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .pic {
        margin-top: 0;
        height: auto;
        width: 100%;
    }

    .pic_img {
        width: 90%;
        margin: 0 5%;
    }

    .contact-container {
        display: block;
    }

    .heading-container {
        width: 100%;
    }

    .contact-form {
        height: 400px;
        width: 90%;
        margin: 0 5%;
    }

    .social-heading {
        position: relative;
        bottom: auto;
    }
    .icons-container {
        position: relative;
        bottom: auto;
    }

    .footer-logo-container {
        position: relative;
        bottom: auto;
    }
    .footer-text-container {
        position: absolute;
        bottom: 20px;
        margin: 0;
    }

    .footer-logo {
        margin: 50px 0;
    }

    .heading-container {
        margin: 50px auto 0 5%;
    }

    .bg_container_03 {
        overflow: inherit;
        z-index: -1;
        /* top: -100vh; */
    }

    .contact-heading {
        display: none;
    }


    .scroller {
        display: block;
        position: absolute;
        z-index: 12;
        transition: 500ms;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .scroller_1 {
        margin-top: -100px;
    }

    .scroller_2 {
        margin-top: -50px;
    }

    .scroller_3 {
        margin-top: 50px;
    }

    .scroller-container {
        display: flex;
    }

    .scroller div {
        
        height: 100%;
        text-align: center;
        cursor: default;
    }
    .scroller div img,
    .scroller div svg {
        height: 10px;
    }

    .dot {
        fill: transparent;
        stroke: #181818;
        stroke-miterlimit: 10;
        stroke-width: 22px;
        opacity: 0.7;
    }
    .dot_01 {
        fill: #181818
    }

    @media only all and (max-height: 1000px) {
        .mobile-logo {
            width: 50vw;
            margin: 20vh 25vw;
        }

        .my-name {
            left: 13vw;
        }

        .my-name h1{
            font-size: 10vw;
        }
    }

      
}

@media only all and (max-width: 500px) {
    .grid-container {
        grid-template-columns: 100% 100% 100% 100% 100% 100%;
    }
}

