body{
    background-color: #fff7e6;
    margin-top: 100.5px;
}

.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}


.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
opacity: 0.5;
filter: alpha(opacity=50);
}

.arapey{
    font-family: 'Arapey', serif;
}

.playfair{
    font-family: 'Playfair Display SC', serif !important;
}


#navbarNav{
    background-color: #22326d !important;
}


.navbar{
    background-color: #22326d !important;
    padding: 0;
    font-family: Kanit,sans-serif;
    font-size: .99rem !important;
}

.nav-link {
    transition: none;
    font-size: 1.5rem;
    color: #fcfffe;
    font-family: Playfair Display SC;
}

.nav-link{
    padding: 20px 0px !important;
    margin: 0px 20px;
    display: inline-block;
    position: relative;
}

.navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255,255,255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link:focus, .nav-link:hover {
    color: #ffe4a5 !important;
}

.logo-container{
    text-align: left;
}

.navbar-brand{
    margin: 10px;
    padding: 0;
}

.logo{
    width: 23%;
    transition: 1s;
}
.animation{
    margin-left: 50%;
    width: 100%;
    transform: translateX(-200%);
    opacity: 0;
    animation: slide-in-anim 1.5s ease-out forwards;
}

@keyframes slide-in-anim {
    20% {
        opacity: 0;
    }
    60% {
        transform: translateX(-45%);
    }
    75% {
        transform: translateX(-52%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%);
    }
}

.parallax0 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax {
  /* The image used */
  background-image: url('../images/filler4.JPG');

  /* Full height */
  height: 25vh; 
}

.parallax2 {
  /* The image used */
  background-image: url('../images/filler5.JPG');

  /* Full height */
  height: 25vh; 


}

.parallax3 {
  /* The image used */
  background-image: url('../images/filler2.jpg');

  /* Full height */
  height: 25vh; 

}

.parallax3 {
  /* The image used */
  background-image: url('../images/filler3.jpg');

  /* Full height */
  height: 25vh; 

}

.parallax4 {
  /* The image used */
  background-image: url(../images/paperpen.jpg);

  /* Full height */
  height: 25vh; 
}

.parallax5 {
  /* The image used */
  background-image: url('../images/filler5.JPG');

  /* Full height */
  height: 25vh; 
  background-position: 0px -142px;
}

.parallax6 {
  /* The image used */
  background-image: url('../images/filler5.JPG');

  /* Full height */
  height: 25vh; 

  background-position: 0px -142px;
}


.scroll-left {
 height: 100%;
 overflow: hidden;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: #fff7e6;
}
.scroll-left .inner {
 width: 100%;
 height: 100%;
 line-height: 50px;
 text-align: center;
}

.inner img{
    /* margin: 25px; */
    width: 63%;
}


.btn-1 {
    font-family: Alegreya sans-serif;
    background: #0F0F6D;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
    border: 0;
    transition: all 0.5s;
    border-radius: 10px;
    width: auto;
    position: relative;

    &::after {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        position: absolute;
        left: 85%;
        top: 31%;
        right: 5%;
        bottom: 0;
        opacity: 0;

    }

    &:hover {
        background: #2b2bff;
        transition: all 0.5s;
        border-radius: 10px;
        box-shadow: 0px 6px 15px #0000ff61;
        padding: 1.5rem 3.5rem 1.5rem 1.5rem;

        &::after {
            opacity: 1;
            transition: all 0.5s;

        }
    }


}

.active a{
    color: #ffe4a5 !important;
}

.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #ffe4a5;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}

.carousel-0{
    min-height: 70vh;
    min-height: 70vh;
    background-color: #22326d;
    color: #d3d6db;
    font-size: xxx-large;
    font-weight: bolder;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    background-position: 0 -172px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/photo1.png");
}

.carousel-0 img{
    display: none;
}

.background6{
    background-image: url(../images/fluffy.png);
    background-size: cover;
    width: 100%;
    height: 40rem;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-text{
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 2.1rem !important;
    color: black;
}

.carousel-text p{
    font-family: Playfair Display SC;
    color: #fcfffe;
    font-family: Alegreya sans-serif;
    font-size: 48px;
    text-shadow: 2px 2px 3px black;
}

.carousel-title{
    font-weight: bold !important;
}

.arrow{
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background1{
    background-image: url(../images/heartcat.jpg);
    background-size: cover;
    width: 100%;
    height: 50rem;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-down{
    background-image: url("../images/arrow-down.svg");
}


.carousel-1{
    background-color: lightcyan;
}

.background4{
        background-image: url(../images/heartcat.jpg);
        background-size: cover;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
}

.background3{
        background-image: url(../images/photo5.JPG);
        background-size: cover;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
}

.background6{
        background-image: url(../images/paperpen.jpg);
        background-size: cover;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
}

.intro{
    width: 80%;
    text-align: justify;
}

.header-one{
    top: 91vh;
    font-size: 3.5rem;
}

.carousel-1{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.carousel-1-text{
    justify-content: center;
    display: flex;
    align-items: center;
}

.carousel-img{
    width: 50%;
}

.fake-cat{
    display: flex;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;

}

.scroll-title{
    width: 70%;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    padding: 12px;
}

.heart-cat{
    width: 60%;
    min-height: 70%;
    background-image: url(../images/heartcat.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    margin-top: 3%;

}



.carousel-2{
    min-height: 75vh;
    display: flex;
    background-color: lightcyan !important;
}

.background5{
    background-image: url(../images/filler8.png);
    background-size: contain;
    width: 100%;
    height: 40rem;
    background-repeat: no-repeat;
    background-position: center;
}

.c-container{
    display: flex;
    align-items: center;
    min-height: 100%;
}

.cc-1{
    min-height: 25%;
    align-items: baseline;
    justify-content: center;
    display: flex;
    font-family: 'Arapey', serif;
}

.cc-2{
    align-items: center;
}

.carousel-3{
    background-color: lightcyan;
    min-height: 40vh;
    display: flex;
}

.c-3-text{
    width: 75%!important;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin:0 auto;
}




.circle{
    width: 70%;
    min-height: 78%;
    --s: 10px; /* control the size */
    padding: var(--s);
    border: calc(2*var(--s)) solid #0000;
    outline: 1px solid #000;
    outline-offset: calc(-1*var(--s));
    background: conic-gradient(from 90deg at 1px 1px,#0000 25%,#000 0);
}

.carousel-4{
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c4-text{
    display: flex;
    align-items: center;
    justify-content: center;
}



.header-four{
    padding-left: 5.3%;
    top: 276vh;
    font-size: 48px;
}

.carousel-4-text{
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-5{
    background-color: lightcyan !important;
    min-height: 75vh;
    display: flex;
    align-items: center;
}

    .background2{
    background-image: url(../images/c5picture.jpg);
    background-size: cover;
    width: 100%;
    height: 40rem;
    background-repeat: no-repeat;
    background-position: center;
}

.watchingcat{
    width: 50%;
}

.c5-header{
    font-size: 48px;
    text-align: center;
}

.c5-text{
    margin: 0 auto;
}

.carousel-6{
    background-color: lightcyan !important;
}

.carousel-6 .container{
    text-align: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fake-cat2{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;

}

.heart-cat2{
    width: 70%;
    min-height: 70%;
    background-image: url("../images/ida2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}

.display{
    border-radius: 50px;
}


.container-home{
    font-family: 'Playfair Display SC', serif;
}

.catbook{
    float: left;
    padding: 1rem;
}

.philosophy{
    text-align: center;
    display: flex;
    align-items: center;
}
.card-text{
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    text-align: center;
    font-size: 22px;
    line-height: 44px;
}

/* FRAME */
.border{
    width: 100% !important;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    background: black;
    background-image: linear-gradient(top right, #5D5D5B, #383838);
    padding: 7px;
    width: 220px;
    box-shadow:
    -1px 1px var(--blur) 1px rgba(0,0,0,0.10),
    -2px 2px var(--blur) 1px rgba(0,0,0,0.09),
    -3px 3px var(--blur) 1px rgba(0,0,0,0.08),
    -4px 4px var(--blur) 1px rgba(0,0,0,0.07),
    -5px 5px var(--blur) 1px rgba(0,0,0,0.06),
    -6px 6px var(--blur) 1px rgba(0,0,0,0.05),
    -7px 7px var(--blur) 1px rgba(0,0,0,0.04),
    -8px 8px var(--blur) 1px rgba(0,0,0,0.03),
    -9px 9px var(--blur) 1px rgba(0,0,0,0.03),
    -10px 10px var(--blur) 1px rgba(0,0,0,0.03),
    -11px 11px var(--blur) 1px rgba(0,0,0,0.03),
    -12px 12px var(--blur) 1px rgba(0,0,0,0.02),
    -13px 13px var(--blur) 1px rgba(0,0,0,0.02),
    -14px 14px var(--blur) 1px rgba(0,0,0,0.01),
    -15px 15px var(--blur) 1px rgba(0,0,0,0.01),
    -16px 16px var(--blur) 1px rgba(0,0,0,0.01)
    ;
    &:before{
    content: ' ';
    display: block;
    padding-bottom: 140%;
  }
}

.frame{
  left: 3%;
  top: 2.5%;
  box-shadow: inset -1px 1px 6px 1px rgba(0,0,0,.24);
  width: 94%;
  min-height: 95%;
  background: white;
  align-items: center;
  display: flex;
  padding: 18px;
  box-sizing: border-box;
  position: absolute;
}

.image{
  box-shadow: inset 0 0 1px 0 rgba(0,0,0,.2);
  min-height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.picture-div{
    min-height: 100%;
    width: 77%;
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 0 auto;
}

.frame2{
    --s: 10px;
    padding: var(--s);
    border: calc(2*var(--s)) solid #0000;
    outline: 1px solid #000;
    outline-offset: calc(-1*var(--s));
    background: conic-gradient(from 90deg at 1px 1px,#0000 25%,#000 0);
}

.text{
    font-size: 1.5rem;
}

/*Philosophy page */

.ph-text{
    position: absolute;
    left: 7.3%;
    top: 86vh;
    font-size: 4.5rem;
}

.p-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 46%;
    top: 140%;
}

.p-header-one{
    left: 51.3%;
    top: 195vh;
    font-size: 4.3rem;
}

.p2-text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*My Story page */

.ms-text{
    font-family: Alegreya sans-serif;
    font-size: 1.5rem;
    font-style: oblique;
    text-align: center;
}

.story1{
    background-image: url(../images/story1.png);
    min-height: 38rem;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.story-text{
    font-family: Alegreya sans-serif;
    font-size: 22px;
    margin: 20px;
    text-align: justify;
}

.story2{
    background-image: url(../images/story2.png);
    min-height: 38rem;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.story2-text{
    font-family: Alegreya sans-serif;
    font-size: 22px;
    text-align: center;
    margin: 20px;
    padding: 20px;
    box-shadow: 0px 0px 30px 1px#22326C;
    background-color: #ffe4a5;
}

.story3{
    background-image: url(../images/story3.png);
    min-height: 38rem;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.story3-text{
    font-family: Alegreya sans-serif;
    font-size: 22px;
    text-align: center;
    margin: 20px;
    padding: 20px;
    box-shadow: 0px 0px 30px 1px#22326C;
    background-color: #ffe4a5;
}

/*Contact Page */

.contact-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-buttons img{
    width: 15%;
    margin: 3rem;
}

.contact-buttons button{

}

.cotact-text{
    display: flex;
    align-items: center;
}

footer{
    min-height: 10vh;
    background-color: #22326d !important;
}

.bubble{
    width: 50%;
}


/*Services */

.service-card{
    text-align: justify;
}

.card{
    height: 100%;
}


@media only screen and (max-width:1498px){

    body{
        margin-top: 112px;
    }

}

@media only screen and (max-width:992px){

    body{
        padding-top: unset;
        margin-top: 40px;
    }

    .navbar{
        min-height: unset;
    }

    .header-one{
        position: unset;
        left: unset;
        top: 72vh;
        font-size: 2.7rem;
        text-align: center;
    }

    .intro{
        width: unset;
    }

    .carousel-0{
        background-image: unset;
        min-height: unset;
    }

    .carousel-0 img{
        display: block;
        width: 100%;
    }

    .carousel-1{
        height: unset;
    }

    .carousel-img{
        width: 100%;
    }

    .heart-cat{
        width: 100%;
    }

    .carousel-2{
        height: unset;
    }

    .card-text:last-child {
        font-size: 20px;
        width: 100% !important;
    }

    .circle{
        width: unset;
    }

    .fake-cat {
    justify-content: unset;

    }

    .cc-2{
    }

    .carousel-4{
    }

    .c5-header {
    position: unset;
    left: 5.3%;
    top: 468vh;
    font-size: 2.7rem;
    }

    .border {
        height: 65vh;
    }

    .header-four {
    position: unset;
    left: 5.3%;
    top: 346vh;
    font-size: 2.7rem;
    }

    .watchingcat{
        width: 100%;
    }

    .carousel-1-text {
    }

    .logo-container{
        width: 100%;
        height: 100%;
        text-align: center;
    }


    .testimonial blockquote {
        margin: unset !important;
        width: 100% !important;
    }

    .bubble{
        width: 100%;
    }




}

@media only screen and (max-width: 992px){
    .carousel-text p {
        color: white;
        font-family: Playfair Display SC;
        font-size: 36px;
        text-align: center;
        margin: 10px;
    }
}

@media only screen and (max-width: 1152px) {
    .header-one {
            font-size: 3.5rem;
        }
}

@media only screen and (max-width: 422px) {
      .text{
        font-size: 1.3rem;
      }

    .background2 {
        height: 30rem !important;
    }

    .background5 {
        height: 20rem !important;
    }



    .carousel-1-text{
        padding-top: 6%;
    }

    .text {
        /* text-align: right; */
        margin: 0 auto;
    }

    .card-text {
        text-aling: center;
    }

}




// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {


        .carousel-5{
        height: unset;
        padding: 25% 0 0 0;
    }

}

// Medium devices (tablets, 768px and up) @media only and screen (max-width: 768px) {


}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {


}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {


}


#content {
  /* max-width: 600px; */
  margin: 25px;
}

.testimonial blockquote {
  background: #efefef;
  padding: 20px 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  width: 80%;
  margin: 0 auto !important;
  background-color: #fff7e6 !important;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #757f9a;
  font-style: normal;
}

.testimonial blockquote:before {
  top: 0;
  left: 10px;
}

.testimonial blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}

.testimonial div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #efefef;
  margin: 0 0 0 60px;
}

.testimonial p {
  margin: 8px 0 0 20px;
  text-align: left;
  color: black;
  width: 80%;
  margin: 0 auto;
}
