@font-face {
    font-family: 'Futura Medium';
    src: url('../eot/futura-medium.eot');
    src: url('../eot/futura-mediumd41d.eot#iefix') format('embedded-opentype'),
        url('../woff2/futura-medium.woff2') format('woff2'),
        url('../woff/futura-medium.woff') format('woff'),
        url('../ttf/futura-medium.ttf') format('truetype'),
        url('../svg/futura-medium.svg#Futura-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Biennale';
    src: url('../eot/biennale-bold.eot');
    src: url('../eot/biennale-boldd41d.eot#iefix') format('embedded-opentype'),
        url('../woff2/biennale-bold.woff2') format('woff2'),
        url('../woff/biennale-bold.woff') format('woff'),
        url('../ttf/biennale-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biennale';
    src: url('../eot/biennale-medium.eot');
    src: url('../eot/biennale-mediumd41d.eot#iefix') format('embedded-opentype'),
        url('../woff2/biennale-medium.woff2') format('woff2'),
        url('../woff/biennale-medium.woff') format('woff'),
        url('../ttf/biennale-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biennale';
    src: url('../eot/biennale-regular.eot');
    src: url('../eot/biennale-regulard41d.eot#iefix') format('embedded-opentype'),
        url('../woff2/biennale-regular.woff2') format('woff2'),
        url('../woff/biennale-regular.woff') format('woff'),
        url('../ttf/biennale-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biennale';
    src: url('../eot/biennale-semibold.eot');
    src: url('../eot/biennale-semiboldd41d.eot#iefix') format('embedded-opentype'),
        url('../woff2/biennale-semibold.woff2') format('woff2'),
        url('../woff/biennale-semibold.woff') format('woff'),
        url('../ttf/biennale-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Biennale';
    color: #221F1F;
    line-height: normal;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    
}
.container {
    max-width: 1178px;
    padding: 0 15px;
}
.header{
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    z-index: 123;
    position: sticky;
    top: 0;
    transition: all .5s;
    left: 0;
}
.header.sticky {
    padding: 15px 0;
    box-shadow: 0px 10px 21px -12px rgba(0,0,0,0.25);

}
.header-top{
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    gap: 12px;  
    position: relative;
    z-index: 3; 
}
.header-top a {
    background: #6A9CE5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 31px;
    padding: 0 20px;
    border-radius: 20px;
    color: #fff;
}
.header-top a:hover {
    background: #6da8ff 
}
.logo{
    max-width: 260px;
}
.logo a {
    display: block;
    font-size: 0;
}
.header-right {
    font-weight: 600;
    gap: 40px; 
}
.main-menu {
    font-weight: 700;
    font-weight: bold;
    color: #221F1F;
    font-size: 19px;
}
.main-menu ul {
    gap: 60px;
}
.msg-tag {
    margin-left: 10px;
}
.msg-tag a {
    font-size: 18px;
}

.footer {
    padding: 15px 0;
    color: #ffffff;
    background-color: #c64b95;
    background-image: linear-gradient(90deg, #c64b95 0%, #c64b95 5%, #ed738a 52%, #5b6bfc 100%);
}
.footer p{
    text-transform: uppercase;
    font-size: 12px;
}
.footer .social-icons ul {
    gap: 30px;
    font-size: 26px;
}
.special ,
.futura-txt ,
.copy-year{
    font-family: 'Futura Medium';
    font-weight: 500;
}
.container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}
.footer .container-fluid {
    gap: 15px;
}
.desrve-head {
    padding: 75px 0 90px;
}
.logo a ,
.hero-sec h1 , .kind-word-section h4 ,
h3 {
    font-size: 54px;
    font-weight: 800;
    margin: 0;
/*     background: -webkit-linear-gradient(left, #fbde1d, #a454b4 , #fbde1d );
    background-size: 1200px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 5s;
    animation-name: animationgradienttitle;
    animation-fill-mode: forwards; */
	 background: linear-gradient(90deg, #FFDD00, #FF7A00, #FF007A, #6A00FF, #FFDD00);
      background-size: 300%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
	display : inline-block;
      animation: gradient-move 5s linear;
}
body .removeAnim {
    background: linear-gradient(90deg, #FFDD00, #FF7A00, #FF007A, #6A00FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@keyframes gradient-move {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
/* @keyframes animationgradienttitle {
    0% {
        background-position: 0 1200px;
    }
    100% {
        background-position: 1200px 0;
    }
}
 */
.heroImg{font-size: 0;}
.hero-sec h1 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1;
}
.hero-sec h5 { 
    line-height: 1.4;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 22px;
	font-weight: 400;
}
.hero-sec h6 { 
    font-size: 22px;
    margin-bottom: 22px;
    color: #6E74B0;
    font-weight: 700;
}
.hero-sec {
    position: relative;
}
.heroTxt {
    position: absolute;
    width: 58%;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 60px 15px 15px;
    right: 0;
}
.heroTxt .btn {
    height: 42px;
    border-radius: 0;
    background-image: linear-gradient(74deg, #c64b95 0%, #c64b95 5%, #ed738a 43%, #5b6bfc 100%);
    padding: 0;
    border: none;
    line-height: 1;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}
.heroTxt .btn:hover {
    background-image: linear-gradient(-74deg, #c64b95 0%, #c64b95 5%, #ed738a 43%, #5b6bfc 100%);
}
.intro-sec {
    padding: 50px 0 75px;
}
.intro-sec h4 {
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: 700;
    color: #FF795F;
}
.intro-sec p {
    margin-bottom: 25px;
}
.btn-wrap {
    padding-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.intro-left {
    max-width: 61%;
}
.btn-primary {
    border-radius: 0;
    font-size: 17px;
    min-width: 295px;
    height: 56px;
    padding: 0 15px;
    border: none;
    background-image: linear-gradient(90deg, #c64b95 0%, #ff795f 100%);
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
}
.btn-primary:hover{
    background-image: linear-gradient(-90deg, #c64b95 0%, #ff795f 100%);
    color: #fff;;
}
.btn-primary.btn-pink {
    background-color: #ff795f;
    background-image: linear-gradient(90deg, #eea9b9 2%, #6e74b0 100%);
    transition: background-image 0.5s, color 0.5s;
}
.btn-primary.btn-pink:hover {
    background-image: linear-gradient(-90deg, #eea9b9 2%, #6e74b0 100%);
    color: #fff;;
}
.intro-book {
    position: absolute;
    right: 15px;
    top: -200px;
    max-width: 38%;
}
.kind-word-wrap {
    padding: 80px 0 90px;
    background-color: rgba(198,75,149,0.06);
}
.preorder-now h3 ,
h4 {
    font-size: 36px;
    font-weight: bold;
    font-weight: 700;
}
.kind-word-section {
	margin-top: 90px;
    margin-bottom: 90px;
}
.kind-word-section h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    color: #6E74B0;
    padding: 0;
	margin: 0 auto;
	display: block;
    width: 205px;
    text-align: center;
}
.kind-word-row  {
    display: flex;
    padding: 40px 90px;
}
.kind-word-row .kindImg {
    width: 164px;
    font-size: 0;
    aspect-ratio: 1;
}
.kind-word-row .kindImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.kind-word-row .kindDetail {
    width: calc(100% - 164px);
    font-size: 22px;
    font-weight: bold;
    padding-left: 0;
	text-align: center;
    font-weight: 700;
}
.kind-word-row .kindDetail p {
    margin-bottom: 20px;
	line-height: normal;
}
.kind-word-row .kindDetail h6{
    color: #6E74B0;
    font-size: 15px;margin: 0;
}
.slick-dots li {
    width: 12px; height: 12px;
    background-color: #FF795F;
    border-radius: 50%;
}
.slick-dots li.slick-active {
    background-color: transparent;
 
    border: 2px solid #FF795F;;
}
.slick-arrow:before ,
.slick-dots li button {
    display: none !important;
}
.slick-arrow:hover ,
.slick-arrow:focus ,
.slick-arrow {
    background-image: url('../png/arrow-left.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    font-size: 0;
    height: 44px;
    left: -40px;
    background-size: contain;
}
.slick-arrow.slick-next:hover ,
.slick-arrow.slick-next:focus ,
.slick-arrow.slick-next.slick-next {
    left: auto;
    right: -40px;
    transform: rotate(180deg) translateY(50%);
}

.bonus-section {
    padding: 90px 0;
    background-color: #807579;
    color: #fff;
}
.bonus-row {
    display: flex;
    flex-wrap: wrap;
}   
.bonus-left-sec {
    width: 47%;
    padding-right: 30px;
}
.bonus-left-sec figure {
    font-size: 0;
}
.bonus-right-sec{
    width: 53%;
}
.bonus-list {
    display: flex;
    flex-wrap: wrap;
}
.bonus-icon {
    width: 50px;
    text-align: center;
    margin-top: 10px;
}
.bonus-text{
    width: calc(100% - 50px);
    padding-left: 30px;;
}
.bonus-section h4 {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 25px;
}
.bonus-section h6 {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    font-weight: 700;
}
.green-list h6 {
    color: #81EAC0;
}
.bonus-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.yellow-list h6 {
    color: #FDF177
}
.pink-list h6 {
    color: #F4ABB9
}
.blue-list  h6{
    color: #A7CAEB
}
.org-list h6 {
    color: #F59B85
}

.order-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.order-item {
    width: 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}
.order-wrapper{
    padding-top: 50px;
}
.preorder-now {
padding: 90px 0 80px;
}
.preorder-now h3 {
    margin-bottom: 05px;
}
.preorder-now h5 {
    font-size: 22px;
    color: #6E74B0;
    font-weight: bold;
    font-weight: 700;
}


.form-wrapper {
    padding: 70px 100px 60px;
    background-color: rgba(198,75,149,0.06);
}
.form-wrapper h6 {
    color: #6e74b0;
    font-weight: bold;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}
.form-wrapper h5 {
    font-weight: bold;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
}
.step-01  {
    padding-bottom: 55px;
    margin-bottom: 60px;
    border-bottom: 6px solid #fff;
}
.step-01 p {
    max-width: 380px;
}
.order-from {
    padding: 0 35px 0 20px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #221f1f;
    box-sizing: border-box;
    color: #221f1f;
    font-weight: 500;
    height: 56px;
    line-height: 54px;
    margin-bottom: 30px;
    position: relative;
}
.order-from:before {
    position: absolute;
    content: '';
    right: 15px;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -6px;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #6E74B0;
    border-bottom: 0;
  }

  .order-from-dp {
    position: absolute;
    left: 0;
    width: 100%;
    top: 80%;
    padding: 8px 0;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    border: 1px solid #221F1F;
  }
  .order-from-wrap:hover .order-from-dp{
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .order-from-dp li {
    padding: 5px 10px;
    width: 50%;
    max-width: 50%;
  }

  .logo a  {
    line-height: 1;
    display: block;
    font-size: 36px;
  }
  
  
  /* new css */
  
.std_content h2 {
    font-size: 36px;
    font-weight: bold;
}
.std_content h3{
    font-size: 32px;
    font-weight: bold;
}
.std_content h4 {
    font-size: 30px;
    font-weight: bold;
	color: #FF795F;
}
.std_content h5 {
    font-weight: bold;
    font-size: 26px;
}
.std_content .intro-left {
    max-width: 100%;
}
.btn {box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);}




.steps-form .nf-form-content {
	padding:0
}
.steps-form .nf-form-content .nf-row .nf-field-label {
	display: none
}
.steps-form .nf-multi-cell .nf-cell {
	padding: 0 20px;
}
.steps-form .nf-form-content .list-select-wrap .nf-field-element>div,
.steps-form .nf-form-content textarea ,
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element input[type="email"] ,
.steps-form .nf-form-content .nf-row .nf-field  .nf-field-element input[type="tel"] ,
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element input[type="number"],
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element textarea,
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element select,
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element input[type="text"] {
	border: 1px solid #221f1f;
    background: transparent;
    border-radius: 5px;
    padding: 0 25px;
	color: #221f1f;
font-weight: 500;
    height: 56px;
}
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element input[type="submit"] {
	width: 100%; 
    border-radius: 0;
    font-size: 17px;
    min-width: 295px;
    height: 56px;
    padding: 0 15px;
    border: none;
    background-image: linear-gradient(90deg, #c64b95 0%, #ff795f 100%);
    display: flex;
	color:#fff;
    align-items: center;
    font-weight: 700;
    justify-content: center;
	font-family: 'Biennale';
}
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element input[type="submit"]:hover {
	background-image: linear-gradient(-90deg, #c64b95 0%, #ff795f 100%);
    color: #fff;
}
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element .nf-fu-fileinput-button {
	    width: 100%;
	color: #000;
    height: 100px;
    background: transparent;
    box-shadow: none;
	color: #221f1f;
font-weight: 500;
}
.step-02 .nf-form-content  {
	padding-top: 40px; margin: 0 -20px
}
.steps-form .nf-form-content .nf-row .nf-field .nf-fu-progress {
	display: none 
}
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element input::-webkit-input-placeholder {
  color: #221f1f;
}
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element input::-moz-placeholder {
 color: #221f1f;
}
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element input:-ms-input-placeholder {
  color: #221f1f;
}
.steps-form .nf-form-content .nf-row .nf-field .nf-field-element input:-moz-placeholder {
  color: #221f1f;
}
.step-02 .nf-before-form-content {
	display:none
}
.step-02 .checkbox-container.label-right .nf-field-element ,
.steps-form .nf-form-content .nf-row .checkbox-wrap .nf-field-label {
	 width: auto; margin: 0
}
.steps-form .nf-form-content .nf-row .checkbox-wrap .nf-field-label label {margin: 0}	
.steps-form .nf-form-content .nf-row .checkbox-wrap .nf-field-label {
	display: block;
}
.step-02 .checkbox-container.label-right label:after ,
.step-02 .checkbox-container.label-right label:before {
	display: none
}
.step-02 .checkbox-container.label-right .nf-field-element input {
	opacity:1
}
.step-02 .checkbox-container.label-right .nf-field-element {
	opacity:1; position : static; 
}
.listradio-container .listradio-wrap .nf-field-element ul {
	display: flex;    
	justify-content: center;
	align-items: center;
    gap: 40px;
}
.step-02 .listradio-container .listradio-wrap .nf-field-element ul li{
	margin: 0 !important	
}
.listradio-container .listradio-wrap .nf-field-element ul li label:before {
	background:#6E74B0;
	    outline: none;
    box-shadow: none;
}
.listradio-container .listradio-wrap .nf-field-element ul li label:after {
	background: transparent;
	    outline: none;
    box-shadow: none;
    border: 2px solid #6E74B0;
}
.steps-form .nf-form-content .list-select-wrap>div div:after {
	content: '' !important;
	    background-repeat: no-repeat;
    background-position: center;
	    width: 20px;
    height: 100%;
	background-image: url(../png/arrow-down-select.png)
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.steps-form .nf-error .nf-error-msg {
	display: none
}
.steps-form .nf-error.field-wrap .nf-field-element:after {
	    height: 100%;
    top: 0;
    border-radius: 0 5px 5px 0;
	    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nice-select .option.selected {
	display: none
}
.std_content h4.wp-block-heading { margin-bottom: 10px; }
.kind-word-row .kindDetail.full_width {
    width: 100%;
}
.kind-word-section  .slick-track{
    display: flex !important;
}

.kind-word-section  .slick-slide{
    height: inherit !important;
	display: flex !important;
    align-items: center;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold
}
.align-left {
	float:left; margin: 0 15px 15px 0
}
.align-right {
	float:right; margin: 0 0 15px 15px
}
.kind-word-row .kindDetail h5 {
    color: #6E74B0;
    font-size: 20px;
    margin: 0;
}
#wpfront-notification-bar div.wpfront-close {
   right: 15% !important;
	top: 10px !important;
   font-size: 18px !important;
}
div.wpfront-message p {
   font-size: 14px !important;
}
/* popup css */
.popUpin{
	width: 870px;
	max-width: 90%;
	padding: 60px 0 60px 30px;
}
.popup-txt{
 	padding: 25px 42px;

}
.popup {
	display: none;
	z-index: 150;
	background-color: rgba(0,0,0,.7);
}
.popup-txt p{
	font-size: 21px;
	margin-bottom: 30px;
}
.blue-bg .btn:hover{
	background-color: #FFFFFF;
	color: #2960D0;
}
.close-icon {
	top: 20px;
	cursor: pointer;
	right: 20px;
}
.popup-img {
	width: 40%;
	padding: 0;
}
.popup-txt {
	width:60%
}
.popup-txt h3 {margin-bottom: 15px}
.pink-bg {
    background-color: #eee6eb;
    color: #414042;
}
div.wpfront-message p a:hover {
    text-decoration: underline; color:#ffffff !important;
}
/* events section style */
.tour-row{row-gap: 40px; font-size: 24px}
.tour-sec{
    padding: 60px 0 90px;
	background-color: #f9d5dc;
}
.tour-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	padding-bottom: 25px;
}
.tour-sec h2 {
    font-size: 36px;
    color: #c64b95;
    font-weight: bold;
    font-weight: 700;
	margin-bottom: 50px;
}
.tour-list h5 {
    position: relative;
    font-size: 21px;
    line-height: 0.9;
    padding-bottom: 10px;
	font-weight: normal;
}
.tour-list h6 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.4;
	font-weight: bold;
}
.tour-list p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
	font-weight: normal;
	    color: #000000;
}

.tour-list .btn  {
    height: 40px;
    border-radius: 0;
    background-color: #6381be;
    padding: 0;
    border: none;
    line-height: 1;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.tour-list .btn {
    max-width: 100%;
    padding: 5px 20px;
    background: #c64b95;
    color: #ffffff;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold;
	    margin: 0 auto;
}
.eventmodalWrap p {
	font-size: 36px;
	line-height: 1.4em;
	color: #221F1F;
}
.eventmodalWrap .modal-dialog{
	width: 650px; max-width: 96%;
}
.eventmodalWrap .modal-content{
	border-radius: 0;
	padding: 90px; line-height: 1.18
}
.eventmodalWrap .btn-close{
	position: absolute;
	top: 25px; right: 25px;
	opacity:1;
}
.eventmodalWrap .modal-content .modal-body {padding: 0; text-align:center;}
.pt_50 {padding-top: 50px !important; }
.tour-sec h4 {
    font-size: 30px;
    color: #c64b95;
    font-weight: bold;
    font-weight: 700;
    margin-bottom: 50px;
}
.firestarter-intro.bonus-right-sec p {
    margin-bottom: 25px;
    font-size: 21px;
	    font-weight: 400;
}