@font-face {
    font-family: opensans-regular;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: opensans-bold;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype")
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    /* width: 100%; */

    overflow: hidden;
    height: 100%;
    /* font-family: opensans-regular, Arial; */
    font-family: var(--main-font);
    background-color: var(--white);

    -webkit-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    /* easeInSine */

    /*-webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
	-moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
	-o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
	transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
	 easeInSine */

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgb(204, 204, 204) */
}

.b2lStrip {
    margin: auto;
    padding: 0px;
    width: 100%;
    z-index: 99999;
    height: 3px;
    position: absolute;
    top: 0px;
    margin: 0px;
}

.b2l_border_img {
    width: 100%;
    margin: auto;
    height: 3px;
    vertical-align: top;
}

.clear {
    clear: both;
}

.mtop10 {
    margin-top: 10px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop30 {
    margin-top: 30px;
}

.headerHolder {
    background-color: #ffffff;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 7;
    /* height: 75px; */
}

.header {
    max-width: 100%;
    width: 100%;
    padding: 0% 0%;
    margin: auto;
}

.header_container {
    width: 100%;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.25);
    border: solid 2px #a69f8f;
    border-width: 0 0 2px 0;
    padding: 10px 0;

}

.logo_holder {
    text-align: center;
}

.logo_holder img {
    height: 40px;
    width: auto;
    aspect-ratio: auto;
}


.box1 {
    background-color: var(--bgcolor-box1);
}

.box2 {
    background-color: var(--bgcolor-box2);
}

.box3 {
    background-color: var(--bgcolor-box3);
    position: relative;
}

.box4 {
    background-color: var(--bgcolor-box4);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
}

.box5 {
    background-color: var(--bgcolor-box5);
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.box6 {
    background-color: var(--bgcolor-box6);
    overflow-y: scroll;
    min-width: 500px;
    padding: 0px !important;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 10px;
    width: 98%;
    margin: auto;
    height: calc(100vh - 100px);
    margin-top: 5px;
    margin-bottom: 25px;
}

.grid-item {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.grid-item:nth-child(1) {
    grid-column: 1/ span 1;
    grid-row: 1 / span 2;
    min-width: 30vw;
    overflow: hidden;
}

.grid-item:nth-child(2) {
    grid-column: 2/ span 2;
    min-height: 220px;
    padding: 0;
    margin: 0;
}

.grid-item:nth-child(3) {
    grid-row: 2 / span 1;
}

.grid-item:nth-child(4) {
    grid-row: 2 / span 1;
}

.grid-item:nth-child(5) {
    grid-row: 3 / span 1;
    grid-column: 1 / span 3;
}

.grid-item:nth-child(6) {
    grid-column: 4;
    grid-row: 1 / span 3;
    min-width: 30vw;
    overflow: hidden;
}



.boxContent {
    position: relative;
    width: 100%;
    height: 100%;

}

.box6 .boxContent {
    overflow: auto;
}

.box1 .boxContent {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.box2 .boxContent {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

/* quote box1 */
/* box 2 */
.quoteBox {
    margin: 5px 15px;
    border-bottom: solid 1px #ccc;
    text-align: left;
}

.quote {
    font-size: 20px;
    color: var(--white);
    margin: 5px;
}

.quoteAuthor {
    font-size: 20px;
    color: var(--white);
    font-style: italic;
    float: right;
    align-self: flex-end;
    margin: 5px 0;
}

.quoteImage {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.quoteImage img {
    width: auto;
    height: 180px;
}

.box2 .quoteBox {
    margin-right: 150px;
}


/* counter box5 */
.counterBlocks {
    font-size: 5rem;
    font-weight: bold;
    text-shadow: 0px 3px 2px rgba(154, 154, 154, 0.6);
    padding: 0;
    text-align: center;
    font-family: opnesans-bold, Arial;
    animation: textAnimation 10s infinite;
}

.counterHead {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.counterHead2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

@keyframes textAnimation {
    0% {
        color: #73004b;
    }

    12% {
        color: #fd7a02;
    }

    24% {
        color: #016e6e;
    }

    36% {
        color: #910000;
    }

    48% {
        color: #ffd425;
    }

    60% {
        color: #6b89c7;
    }

    72% {
        color: #9ed424;
    }

    84% {
        color: #2c0001;
    }

    100% {
        color: #a69e8f;
    }
}

/* posts box6 */
.journal__post {   
    background-color: var(--bgcolor-box6);
    padding: 10px;
    border-radius: 5px;
}

.clearfix__Custom {
    clear: both;
}

.journal__title__imgHolder {
    margin-bottom: 20px;
}

.journal__title__img {
    border-radius: 2px;
    max-width: 800px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    aspect-ratio: 0 !important;
    max-height: 125px !important;
}

.journal__body__imgHolder {
    margin-top: 0px;
    margin-bottom: 30px;
}

.journal__body__imgHolderLP {
    margin-bottom: 20px;
}

.journal__body__imgHolder .journal__body__img {
    border-radius: 2px;
    max-width: 800px !important;
    width: 54% !important;
    height: auto !important;
    object-fit: unset !important;
    aspect-ratio: 0 !important;
    margin-right: 15px;
    float: left;
}

.journal__post-text {
    text-align: left;
    font-size: 20px;
}

/* footer */
.footer {
    /* height: var(--footer-height);
    margin: 0 calc((var(--wrapper-padding) / 2)); */
    height: var(--footer-height);
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
    padding: 5px;
    background-color: var(--white);
    border-top: solid 1px #ccc;
}

.copy {
    font-size: 14px;
    color: var(--gunmetal-gray);
    text-align: center;
    margin: 0;
    padding: 0;
}




.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: var(--flip-duration);
    animation-duration: var(--flip-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

/* slider container */
/* Slideshow container */
.slideshow-container {
    position: relative;
}

/* Slides */
.swiper-slide {
    /* display: none; */
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}


.swiper-slide h2 {
    font-size: 40px;
    font-family: opensans-bold;
    color: var(--white);
    margin: 0;
    padding: 0;
    animation: stroke 5s infinite alternate;
    stroke: #9ed424;
    stroke-width: 2px;
}

.swiper-slide h2 span {
    font-size: 40px;
    font-family: opensans-bold;
    color: var(--bgcolor-box4);
    margin: 0 3px;
}

.swiper-slide p {
    font-size: 20px;
    font-family: opensans-regular;
    color: var(--white);
    margin: 0;
    padding: 0;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    position: absolute;
    width: 100%;
    margin: auto;
    bottom: 5px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 4px;
    width: 20%;
    margin: 0 2px;
    background-color: #4b4b4b;
    border-radius: 2px;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
    background-color: #fff;
}

.confetti {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    user-select: none;
    z-index: -1;
	pointer-events: none;
}

/*
  
  @keyframes stroke {
    0%   {
      fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1);
      stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
    }
    70%  {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1); }
    80%  {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1); stroke-width: 3; }
    100% {
      fill: rgba(72,138,204,1); stroke: rgba(54,95,160,0); 
      stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
    }
  }






 .swiper-slide11 {
    position: absolute;
    width: 100%;
    -webkit-animation: fadeslideUp 12s infinite;
    
    -moz-animation: fadeslideUp 12s infinite;
    
    -o-animation: fadeslideUp 12s infinite;
    
    animation: fadeslideUp 12s infinite;
    
    background-color: #73004b;
}

.swiper-slide {
    position: absolute;
    width: 100%;
    background-color: #73004b;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: center;
    display: none;
}

 */

/*  .slide-1 {
        animation-delay: -3s;
        -webkit-animation-delay: -3s;
    }

    .slide-2 {
        animation-delay: -6s;
        -webkit-animation-delay: -6s;
    }

    .slide-3 {
        animation-delay: -9s;
        -webkit-animation-delay: -9s;
    }
    .slide-4 {
        animation-delay: -12s;
        -webkit-animation-delay: -12s;
    } */

/* .swiper-slide h2{
        text-align: center;
      }
      
      .slide-1 {
          animation-delay: -6s;
          -webkit-animation-delay: -6s;
      }
      
      .slide-3 {
          animation-delay: -3s;
          -webkit-animation-delay: -3s;
      }
      
      .slide-4 {
          animation-delay: -1s;
          -webkit-animation-delay: -1s;
      } */

/* @-webkit-keyframes fadeslideUp {
          0% {
            opacity: 0;
            -webkit-transform: translateY(-40%);
          }
          10% {
            opacity: 1;
            -webkit-transform: translateY(-50%);
          }
          20% {
            opacity: 1;
            -webkit-transform: translateY(-50%);
          }
          25% {
            opacity: 0;
            -webkit-transform: translateY(-60%);
          }
          100% {
            opacity: 0;
            -webkit-transform: translateY(-60%);
          }
      }
      
      @-moz-keyframes fadeslideUp {
          0% {
            opacity: 0;
            transform: translateY(-40%);
          }
          10% {
            opacity: 1;
            transform: translateY(-50%);
          }
          20% {
            opacity: 1;
            transform: translateY(-50%);
          }
          25% {
            opacity: 0;
            transform: translateY(-60%);
          }
          100% {
            opacity: 0;
            transform: translateY(-60%);
          }
      }
      
      @-o-keyframes fadeslideUp {
          0% {
            opacity: 0;
            transform: translateY(-40%);
          }
          10% {
            opacity: 1;
            transform: translateY(-50%);
          }
          20% {
            opacity: 1;
            transform: translateY(-50%);
          }
          25% {
            opacity: 0;
            transform: translateY(-60%);
          }
          100% {
            opacity: 0;
            transform: translateY(-60%);
          }
      }
      
      @keyframes fadeslideUp {
          0% {
            opacity: 0;
            transform: translateY(-40%); 
            -ms-transform: translateY(-40%);
          }
          10% {
            opacity: 1;
            transform: translateY(-50%); 
            -ms-transform: translateY(-50%);
          }
          20% {
            opacity: 1;
            transform: translateY(-50%); 
            -ms-transform: translateY(-50%);
          }
          25% {
            opacity: 0;
            transform: translateY(-60%);
            -ms-transform: translateY(-60%); 
          }
          100% {
            opacity: 0;
            transform: translateY(-60%);
            -ms-transform: translateY(-60%); 
          }
      } */

.c1 {
    width: 100%;
    
}

.c1 img {
    float: right;
  height: 100%;
  width: 170px;
  margin-left: 15px;
  object-fit: contain;
  object-position: bottom;
  shape-outside: inset(calc(100% - 150px) 0 0);
}

.c1 p {
    text-align: left;
    padding: 10px;
}

.launchHead {
    width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-style: italic;

}

.launchDay {
    font-size: 65px;
  font-weight: bold;
  font-family: opensans-bold;
  margin: 0;
  padding: 0;
  color: #00ffff;

}

.launchMY {
    font-size: 25px;
  margin: 0;
  padding: 0;
  font-family: opensans-bold;
  color: #fff;

}



@media (min-width: 1281px) {
    .box2 {
        min-height: 315px !important;
    }
}



@media (min-width: 1700px) {

    .quote {
        font-size: 22px;    
    }

    .journal__post-text {
        font-size: 22px;
    }

    .counterHead, .counterHead2 {
        font-size: 30px;
    }

    .counterBlocks {
        font-size: 10rem;
    }

    .journal__post {    
        margin-top: 20px;
    }

    .swiper-slide h2 {
        font-size: 55px;
    }

    .swiper-slide h2 span {
        font-size: 55px;
    }

    .swiper-slide p {
        font-size: 25px;
    }
}

@media (min-width: 1500px) {

    .swiper-slide h2 {
        font-size: 55px;
    }

    .swiper-slide h2 span {
        font-size: 50px;
    }

    .swiper-slide p {
        font-size: 25px;
    }

    .swiper-slide-title.isbn {
        font-size: 50px;
    }
}

@media (min-width: 1900px) {

    .launchHead {        
      font-size: 30px;    
    }
    
    .launchDay {
        font-size: 140px;    
    }
    
    .launchMY {
        font-size: 40px;
    }

    .quote {
        font-size: 20px;    
    }

    .journal__post-text {
        font-size: 22px;
    }

    .counterHead, .counterHead2 {
        font-size: 30px;
    }

    .counterBlocks {
        font-size: 10rem;
    }

    .journal__post {    
        margin-top: 20px;
    }

    .swiper-slide h2 {
        font-size: 75px;
    }

    .swiper-slide h2 span {
        font-size: 75px;
    }

    .swiper-slide p {
        font-size: 40px;
    }

    .swiper-slide-title.isbn {
        font-size: 68px;
    }

    .quoteAuthor {
        font-size: 25px;
    }
}

@media (min-width: 2200px) {

    .launchHead {        
      font-size: 50px;    
    }
    
    .launchDay {
        font-size: 200px;    
    }
    
    .launchMY {
        font-size: 55px;
    }

    .quote {
        font-size: 32px;    
    }

    .journal__post-text {
        font-size: 25px;
    }

    .journal__post-header {
        font-size: 30px;
    }

    .counterHead, .counterHead2 {
        font-size: 30px;
    }

    .counterBlocks {
        font-size: 10rem;
    }

    .journal__post {    
        margin-top: 20px;
    }

    .swiper-slide h2 {
        font-size: 100px;
    }

    .swiper-slide h2 span {
        font-size: 100px;
    }

    .swiper-slide p {
        font-size: 50px;
    }

    .swiper-slide-title.isbn {
        font-size: 90px;
    }
}


@media (max-width: 1280px) {    

    .grid-container {
        overflow: auto;
    }

    .grid-item:nth-child(1) {
        grid-column: 1/ span 4;
        grid-row: 1 / span 1;
    }

    .grid-item:nth-child(2) {
        grid-column: 1/ span 4;
        grid-row: 2 / span 1;
    }

    .grid-item:nth-child(3) {
        grid-column: 1/ span 2;
        grid-row: 3 / span 1;
    }

    .grid-item:nth-child(4) {
        grid-column: 3/ span 2;
        grid-row: 3 / span 1;
    }

    .grid-item:nth-child(5) {
        grid-column: 1 / span 4;
        grid-row: 4 / span 1;
    }

    .grid-item:nth-child(6) {
        grid-column: 1 / span 4;
        grid-row: 5 / span 1;
        min-height: 400px;
    }

    .quoteAuthor {
        margin-right: 200px;
    }
}

@media (max-width: 1200px) {

    .quoteAuthor {
        margin-right: 0px;
        float: left;
    }
}

@media (max-width: 730px) {

    .counterBlocks {
        font-size: 4rem;
    }

    .grid-item:nth-child(2) {
        min-height: 250px;    
    }

    .swiper-slide h2 {
        font-size: 35px;
    }

    .quote {
        font-size: 20px;
    }
}

@media (max-width: 635px) {

    .counterBlocks {
        font-size: 4rem;
    }

    .grid-item:nth-child(2) {
        min-height: 275px;    
    }

    .swiper-slide h2 {
        font-size: 35px;
    }

    .quote {
        font-size: 20px;
    }
}

@media (max-width: 500px) {

    .counterBlocks {
        font-size: 4rem;
    }

    .grid-item:nth-child(2) {
        min-height: 300px;    
    }

    .swiper-slide h2 {
        font-size: 35px;
    }

    .quote {
        font-size: 19px;
    }
}

@media (max-width: 450px) {

    .counterBlocks {
        font-size: 4rem;
    }

    .grid-item:nth-child(2) {
        min-height: 325px;    
    }

    .swiper-slide h2 {
        font-size: 35px;
    }

    .quote {
        font-size: 19px;
    }
}

@media (max-width: 400px) {

    .counterBlocks {
        font-size: 4rem;
    }

    .grid-item:nth-child(2) {
        min-height: 400px;    
    }

    .swiper-slide h2 {
        font-size: 35px;
    }

    .quote {
        font-size: 19px;
    }
}

