@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap'); /*&family=ZCOOL+KuaiLe*/
@font-face{
    font-family:'Bang Bang Ti';
    src: url("../fonts/bangbang/优设字由棒棒体.ttf");
}

.fredoka-300 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.fredoka-400 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.fredoka-500 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.fredoka-600 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.fredoka-700 {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/*.zcool-kuaile-regular {
  font-family: "ZCOOL KuaiLe", sans-serif;
  font-weight: 400;
  font-style: normal;
}*/


body.landing{
    background: url('../img/theme/landing/landing-bg.jpg') repeat-x;
    position: relative; z-index: 1;
    /*font-family: "ZCOOL KuaiLe", "Fredoka", sans-serif;*/
    font-family: "Bang Bang Ti", "Fredoka", sans-serif;
    font-weight: 200;
    font-size: 1.1rem;
}

body.landing.lang-en{
	font-family: "Fredoka", sans-serif;
	font-weight: 400;

    & .landing-caption, .landing-banner,
    .landing-block-title, .landing-item-top, .btn-landing{
        font-weight: bold;
    }


}

body.landing::before{
    position: absolute; z-index: 2;
    content: ' ';
    background: url('../img/theme/landing/landing-cloud.png') repeat-x;
    background-size: 100%;
    width: 100%; height: 100%;
}
body.landing::after{
	position: absolute; z-index: 3;
	content: ' ';
	background: url('../img/theme/landing/landing-sky-bg.png') center top no-repeat;
	background-size: 500px auto;
	width: 100%; height: 100%;
	top: 0;
}
body.landing main{ position:relative; z-index:90; }


.landing-logo{
    margin: 3rem 0 1rem;
    max-width: 200px;
}
.landing-caption{
    text-align: center;
    color: white;
    font-size: 1.2rem;
    /*font-weight: bold;*/
}
.landing-banner{
	position: relative;
    background: #FCA5B0;
    background: -webkit-linear-gradient(90deg, rgba(252, 165, 176, 1) 0%, rgba(124, 175, 254, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(252, 165, 176, 1) 0%, rgba(124, 175, 254, 1) 100%);
    background: linear-gradient(90deg, rgba(252, 165, 176, 1) 0%, rgba(124, 175, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FCA5B0", endColorstr="#7CAFFE", GradientType=1);
    /*width: calc(100% - 2rem);*/
    padding: 1rem;
    border-radius: .75rem;
    color: white;
    /*font-weight: bold;*/
}
.landing-banner::before{
	position: absolute;
	content: ' ';
	background: url('../img/theme/landing/landing-banner-stars.png') center right no-repeat;
	width:100%;
	height:100%;
	background-size: auto 120px;
	top:0;
	right: 0;
	z-index: 1;
}
.landing-banner-content{
	position: relative;
	z-index: 50;
}
.landing-banner-title big{
	position: relative; z-index: 10;
	font-size: 1.5rem;
}
.landing-banner-title big::after{
	position: absolute;
    content: ' ';
    background: url(../img/theme/landing/landing-banner-flare.png) center right no-repeat;
    background-size: contain;
    width: 100%;
    height: 100px;
    top: 100%;
    right: 0;
    z-index: -1;
    margin-top: -50px;
    margin-right: -50px;
}
.landing-block{
    padding: 0 1rem 1rem 1rem;
    border: solid 3px #fefcdb;
    border-radius: 1rem;
    background: #ffe9ec;
    /*width: calc(100% - 2rem);*/
}
.landing-block-title{
    margin-bottom: 1.5rem;
    background: url(../img/theme/landing/landing-block-title-bg.png) center top no-repeat;
    color: white;
    width: 100%;
    height: 49px;
    text-align: center;
    background-size: 250px;
    line-height: 42px;
    /*font-weight: bold;*/
}

.landing-list{
    margin: 0; padding:0; list-style: none;
    color: #af6e7d;
}
.landing-item{ margin-bottom: 1.5rem; }
.landing-item-top{
    display: flex;
    justify-content: start;
    /*font-weight: bold;*/
}
.landing-item-num{
    margin-right: .75rem;
    color: #e78783;
}
.landing-item-title{
    color: #8a314b;
}
.landing-item-desc{ font-size:0.9rem; }

.btn-landing{
    background: #F9A935;
    background: -webkit-linear-gradient(142deg, rgba(249, 169, 53, 1) 0%, rgba(249, 69, 174, 1) 100%);
    background: -moz-linear-gradient(142deg, rgba(249, 169, 53, 1) 0%, rgba(249, 69, 174, 1) 100%);
    background: linear-gradient(142deg, rgba(249, 169, 53, 1) 0%, rgba(249, 69, 174, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9A935", endColorstr="#F945AE", GradientType=0);

    padding: .25rem 2.5rem;
    /*font-weight: bold;*/
    color: white;
    border-radius: 1.5rem;
    border: solid 1px white;
}
.btn-landing:hover{
    color: white;
}

@media only screen and (max-device-width: 480px){
	body.landing::before{
		background-size: unset;
	}
}