@font-face {
	font-family: 'Playfair Display';
	src: url('/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('/fonts/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('/fonts/Inter-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('/fonts/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('/fonts/Inter-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('/fonts/Inter-Black.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

body{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    /* background: #090720; */
    background-color: #000;
}
.base-dote{
    /* background-size: 120px 120px;
    background-image: linear-gradient(to right, rgb(19 16 47)  1px, transparent 1px), linear-gradient(to bottom, rgb(255 255 255 / 2%)  1px, transparent 1px); */
}
.font-play{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}
.container{
    max-width: 1230px !important;
    margin: auto;
}
@media (max-width: 1450px){
    .container{
        max-width: 1130px !important;
        padding-left: 6rem !important; 
        padding-right: 6rem !important;
    }
}
.box-shadow{
    box-shadow: 0 0 11px 3px #000;
}
@media (max-width:1280px){
    .lineBox::before{
        content: "";
        width: 1px;
        height: 100%;
        background: #0061ff;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 50%;
    }
}
h2{
    word-wrap: break-word;
}
.base01{
    /* background: linear-gradient(45deg, #b77511, transparent); */
    /* background: linear-gradient(183deg, #d81df1,#8c1df1, black); */
    /* background: linear-gradient(183deg, #FFF,#FFF, black); */
    background-color: #fff;
    /* background: linear-gradient(181deg, #d81df1,#000, #000);; */
    padding: 1px;
}
.base02{
    /* background: linear-gradient(183deg, #d81df1,#8c1df1, black); */
    /* background: linear-gradient(183deg, #FFF,#FFF, black); */
    background-color: rgba(255,255,255,0.23);
    /* background: linear-gradient(181deg, #d81df1,#000, #000);; */
    padding: 1px;
    height: 300px;
    border-radius: 20px;
}
@media (min-width: 1280px){
    .base02{
        height: 550px;
    }
}
.base01border{
    background: linear-gradient(183deg, #0061ff, black);
}
.base02border{
    background: linear-gradient(183deg, black, #0016ff);
}
.base-cricle{
    top: -20px;
    border-radius: 100%;
    left: 0;
    background: linear-gradient(181deg, #0061ff,#000, #000);
    padding: 1px;
    width: 200px;
    height: 200px;
    right: 0;
    margin: auto;
}
.base-cricle1{
    bottom: -20px;
    border-radius: 100%;
    left: 0;
    background: linear-gradient(0deg, #0061ff,#000, #000);
    padding: 1px;
    width: 200px;
    height: 200px;
    right: 0;
    z-index: -1;
    margin: auto;
}
.desc{
    color: #fff;
    font-size: 16px;
    margin-top: 16px;
    opacity: 80%;
}
@media (min-width: 1280px){
    .desc{
        font-size: 18px;
    }
}
.borderbase03{
    background: linear-gradient(180deg, #0061ff,#000, #000);
}

.borderbase04{
    background: linear-gradient(90deg, #0061ff,#000, #000);
}

.base-01{
    background: linear-gradient(45deg, #810eff, transparent);
}
.base-02{
    background: linear-gradient(184deg, #810eff, transparent);
}
.base-03{
    background: linear-gradient(45deg, #b80eff, #2d013f);
}
.base-04{
    background: linear-gradient(38deg, #000000, #ff7e02);
}
.baseup1{
    background: linear-gradient(85deg, black, black, rgb(0 0 0 / 45%));
}
.text01{
    background: -webkit-linear-gradient(297deg, #eee, #ff00dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.base-05{
    background: linear-gradient(216deg, #000000, #07bb00);
}
.base-06{
    background: linear-gradient(184deg, #0e2eff, transparent);
}
.base-07{
    background: linear-gradient(0deg, #000000, #02c4ff);
}

.cricle{
    display: none; 
    position: absolute; 
    border-radius: 9999px; 
    width: 20px;
    height: 20px;
    top: 16px;
    left: -60px;
    background: #0061ff;
}
.cricle-right{
    left: auto;
    right:-60px
}

@media (min-width: 1280px) { 
  .cricle{display: block; }
 }

.lineLeft{
    display: none; 
    position: absolute; 
    height: 100%; 
    width: 1px;
    top: 36px;
    left: -50px;
}
.lineRight{
    left: auto;
    right: -50px;
}
 @media (min-width: 1280px) { 
    .lineLeft{display: block; }
}

.bigtitle{
    font-size: 1.875rem;
    line-height: 2.50rem; 
    font-weight: 700; 
    color: #ffffff; 
}
@media (min-width: 1280px) { 
    .bigtitle{
        font-size: 34px;
        line-height: 44px; 
    }
}


/* new */

.month{
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    opacity: 80%;
    cursor: pointer;
}
.mainbox{
    border-left: 1px dashed rgba(255,255,255,0.10);
    border-right: 1px dashed rgba(255,255,255,0.10);
}
.mainbox:before {
    content: "";
    border-left: 1px dashed rgba(255,255,255,0.10);
    position: absolute;
    left: 30%;
    width: 1px;
    height: 100%;
}
.mainbox:after {
    content: "";
    border-left: 1px dashed rgba(255,255,255,0.10);
    position: absolute;
    right: 30%;
    width: 1px;
    height: 100%;
    top: 0;
}
.linevertical{
    border-left: 1px dashed rgba(255,255,255,0.10);
    position: absolute;
    left: 43%;
    width: 1px;
    height: 100%;
}
.linevertical1{
    border-left: 1px dashed rgba(255,255,255,0.10);
    position: absolute;
    right: 43%;
    width: 1px;
    height: 100%;
}
.bxodesc{
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
    opacity: 70%;
}
.fullImage{
    height: 400px;
    margin-top: 20px;
}
.box-wrap{
    padding: 1px;
    color: #fff;
    text-align: center;
    background: linear-gradient(45deg, #7406ff, #fb1bff);
    border-radius: 20px;
}
.box-inner{
    padding: 30px;
    background: #000;
    border-radius: 20px;
}
.month-wrap{
    font-size: 40px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    margin-top: 24px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 700;
}
.smallboxTitle{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}
.smallRight{
    margin-left: 30%;
}
.smallRight.l1{
    margin-left: 0;
    margin-right: 30%;
}
.smallLeft{
    width: 50%;
}
.smallboxImg{
    height: 360px;
    margin-top: 20px;
}
.imagwrap{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border: 1px solid rgba(255,255,255,0.24); */
    border-radius: 20px;
}
.squarBox{
    width: 300px;
    height: 200px;
    margin-top: 10px;
}
.smallrighttiny{
    margin-left: 60%;
    /* margin-top: -30%; */
}
.l0{
    padding: 1px;
    background: linear-gradient(45deg, #08aaff, transparent);
    border-radius: 20px;
}
.l0base{
    padding: 50px;
    background: linear-gradient(45deg, #0d0b1e, #0d0b1e);
    border-radius: 20px;
}
.linktxt{
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
    margin-top: 12px;
}

.active {
    color: #b36dff;
    opacity: 100%;
  }

.text-star{
    top: 16px;
    rotate: -220deg;
    transform: rotate(190deg);
    display: block;
    position: relative;
    z-index: 1;
    font-size: 22px;
    left: -21px;
    color: #000;
    font-weight: bold;
}
.spacing{
    margin: 8rem 0;
}
  .five-pointed-star {
    --star-color:orange;
    margin:1em auto;
    font-size:4em;
    position: relative;
    display: block;
    width: 0px;
    height: 0px;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid var(--star-color);
    border-left: 1em solid transparent;
    transform: rotate(35deg);
    /* box-shadow: 0 0 17px 2px rgb(0 0 0); */
   }
   .five-pointed-star:before {
    border-bottom: 0.8em solid var(--star-color);
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -0.45em;
    left: -0.65em;
    display: block;
    content:"";
    transform: rotate(-35deg);
   }
   .five-pointed-star:after {
    position: absolute;
    display: block;
    top: 0.03em;
    left: -1.05em;
    width: 0;
    height: 0;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid var(--star-color);
    border-left: 1em solid transparent;
    transform: rotate(-70deg);
    content:"";
   }

   .marque{
    position: absolute;
    top: 20px;
    animation: move infinite 10s linear;
   }

@keyframes move {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.cricle-rounded{
    width: 80px;
    right: 10px;
    position: absolute;
    top: 10px;
    animation: rotate 10s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.tree-open .slick-slide{
    height: 660px !important;
}

.tree1{
    transform: scale(0.5);
    transition: all 0.5s ease-in-out;
}
.tree2{
    transform: translate(0 , 100%);
    transition: all 0.5s ease-in-out;
}

.slick-active .tree1{
    transform: scale(1);
}
.slick-active .tree2{
    transform: translate(0 , 0);
}
.year-3{
    transform: translate(0 , -100%);
    transition: all 0.5s ease-in-out;
}
.year-4{
    transform: translate(0 , 100%);
    transition: all 0.5s ease-in-out;
}
.slick-active .year-3,
.slick-active .year-4{
    transform: translate(0 , 0);
}
.word{
    transform: translate(-100%, 0);
    transition: all 0.5s ease-in-out;
}
.Helloword{
    transform: translate(100%, 0);
    transition: all 0.5s ease-in-out;
}
.slick-active .word,
.slick-active .Helloword{
    transform: translate(0 , 0);
}

/* .year-count img{
    animation: slide 10s infinite;
    position: absolute;
} */
/* .year-count img:nth-child(2) {
    animation-delay: 5s;
    opacity: 0;
  }
@keyframes slide {
    0% {
      transform: translateY(50px);
      opacity: 1;
    }
    5%, 50%{
      transform: translateY(0);
      opacity: 1;
    }
    51% {
      transform: translateY(-50px);
      opacity: 0;
    }
    51.1%,
    100% {
      transform: translateY(50px);
      opacity: 0;
    }
  } */
/* .tree1{
    animation: hideDiv 200s infinite;
  
}
@keyframes hideDiv {
    to {
        visibility: hidden;
        transform: scale(0);
        transform: scale(0);
    }
}
.tree2{
    animation: translateDiv 5s 200s forwards infinite; 
} */
/* @keyframes translateDiv {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-660px);
    }
} */
.zoomin-out{
    animation: zoom 1s infinite;
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@media (max-width: 1280px){
    .leftBoxSticky .monthBoxWrap{
        font-size: 32px;
    }
    .cricle-rounded{
        width: 60px;
    }
   .tree-open .slick-slide{
    height: 450px !important;
    }
}
@media (max-width: 1279px){
    .tree-open .slick-slide{
        height: 500px !important;
    }
}
@media (max-width: 767px){
   .cricle-rounded{
    width: 40px;
   }
   img.word{
    width: 160px !important;
   }
   img.Helloword{
    width: 100px !important;
   }
   .tree-open .slick-slide{
    height: 450px !important;
    }
    .container{
        max-width: 100% !important;
        padding-left: 20px !important; 
        padding-right: 20px !important;
    }
    .fullImage{
        height: 300px;
    }
    .smallRight{
        margin-left: 0;
    }
    .spacing {
        margin: 4rem 0;
    }
    .smallLeft {
        width: 100%;
    }
    .l0base{
        padding: 30px;
    }
    .smallRight.l1{
        margin-right: 0;
    }
    .mobile-month{
        color: #fff;
        font-size: 28px;
        text-align: center;
        background: linear-gradient(45deg, #7406ff, #fb1bff);
        border-radius: 20px;
        text-transform: uppercase;
        padding: 4px;
        font-weight: 500;
    }
    .smallboxImg{
        height: 280px;
        border-color: rgba(255,255,255,0.08);
    }
    .mainbox:before{
        left: 10%;
        border-color: rgba(255,255,255,0.08);
    }
    .linevertical{
        left: 30%;
        border-color: rgba(255,255,255,0.08);
    }
    .mainbox:after{
        right: 20%;
        border-color: rgba(255,255,255,0.08);
    }
    .mainbox{
        border-color: rgba(255,255,255,0.08);
    }
}