@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/trebuc.woff') format('woff');
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

html, body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
    overflow-x: hidden;
}

body {
	font-family: 'Helvetica Neue';
	color: #161824;
    font-weight: normal;
    font-style: normal;
	font-size: 12px;
	background: #FFF ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    overflow: hidden;
    position: relative;
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;	
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}


h1 {
	font-family: 'Helvetica Neue';
    font-weight: bold;
	font-size: 28px;
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

h3, h4, h5, h6 {
	font-family: 'Helvetica Neue';
    font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;	
}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus, textarea:focus {
	outline: none;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
} 
*{
	box-sizing: border-box;
}
a{
    color: #fff
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
figure{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
header .page-center a>img{
    max-width: 325.8px;
    width: 100%;
    height: 43px;
    object-fit: contain;
}
header nav{
    flex-grow: 1;
}
header nav ul{
    display: flex;
    align-items: center;
    gap: 35px;
}
header nav ul li a{
    font-family: 'Trebuchet MS';
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
header nav ul li{
    position: relative;
}
header nav ul li.active a{
  color: #EFE779;
}
header nav ul li.active::after{
    content: "";
    width: 61.87px;
    height: 69.38px;
    background-image: url(../images/active-menu-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.header-active header nav ul li.active::after{
    width: 30px;
    height: 30px;
    top: -30px;
}
.page-center{
    max-width: 1344.65px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}
header .page-center{
    display: flex;
    align-items: center;
    gap: 99.4px;
}
header {
    padding-top: 44px;
    padding-bottom: 22px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    z-index: 100;
}
.header-active header{
    padding: 22px 24px;
}
.header-active header{
    background: rgba(0,0,0,0.9);
}
.main-banner {
    background-image: url("../images/main-bg-min.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
    z-index: 0;
}
.main-banner-top{
    padding-top: 150px;
    position: relative;
    padding-bottom: 100px;
}
.main-banner-top::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.main-banner-top .page-center{
    display: flex;
    gap: 20px;
    align-items: center;
}
.banner-left{
    max-width: 770px;
    width: 100%;
}
.banner-left h1{
    padding-bottom: 37px;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.banner-left p{
    padding-bottom: 37px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    max-width: 688px;
    width: 100%;
}
.main-banner-top .page-center figure{
    flex-grow: 1;
}
.main-banner-top .page-center figure img{
    width: 100%;
    object-fit: contain;
}
.btn-flex{
    display: flex;
    gap: 33px;
    align-items: center;
    padding-top: 36px;
}
.btn-flex a {
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #0B0B0B;
    background-color: #FBEE60;
    border-radius: 39px;
    padding: 17px 43px;
    position: relative;
    transition: all 0.35s;
    overflow: hidden;
    text-decoration: none;
}

.btn-flex a::before {
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 0 39px 39px 0;
    background-image: url(../images/angle-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    background-color: rgba(202, 184, 7, 0.7);
    transform: translate(-20%, 0) scale(0, 1);
    transform-origin: left center;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}

.btn-flex a:hover::before {
    transform: translate(-6%, 0) scale(1, 1);
}
.btn-flex a span {
    display: inline-block;
    transition: transform 0.35s ease;
    transform: translateX(0);
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.btn-flex a:hover span {
    transform: translateX(10px);
}
.main-banner-bottom{
    padding-top: 206px;
    padding-bottom: 43px;
    position: relative;
}
.main-banner-bottom::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(43,44,46,0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.content-center-wrapper{
    max-width: 1096px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.content-center-wrapper h2{
    padding-bottom: 12px;
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
}
.content-center-wrapper p{
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    padding-bottom: 24px;
}
.form-inline{
    position: relative;
    padding-bottom: 37px;
    max-width: 805px;
    width: 100%;
    margin: 0 auto;
    padding-top: 24px;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.form-inline span{
    display: inline-block;
}
.form-inline span input[type="text"],.form-inline span input[type="email"],.form-inline span input[type="number"],.form-inline span textarea{
  padding: 28px 51px;
  border-radius: 39px;
  background-color: #fff;
  font-size: 30px;
  display: flex;
  line-height: 30px;
  border: none;
  color: #000;
  font-weight: 400;
  font-family: 'Helvetica Neue';
  width: 100%;
}
.form-inline span input::placeholder{
    color: #000;
    opacity: 0.8;
}
.form-inline input[type="submit"]{
    padding: 28px 62px;
    border-radius: 39px;
    cursor: pointer;
    border: none;
    font-size: 30px;
    display: flex;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Helvetica Neue';
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    color: #fff;
    background-color: #EF5837;
    justify-content: center;
    text-align: center;
}
.form-inline input[type="submit"]:hover{
    background-color: #c73d1e;
}
.check-input{
  bottom: 30px;
    position: absolute;
    color: #fff;
}
.robot-check {

    font-family: 'Helvetica Neue';
    font-size: 28px;
    line-height: normal;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    color: #fff;
  }
.robot-check .wpcf7-list-item>label{
    display: flex;
    align-items: center;
}
  .robot-check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    min-width: 38px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 12px;
    margin-right: 29px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
  }

  .robot-check input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    top: 0px;
    left: 7px;
    color: #000;
    font-size: 28px;
    transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
  .content-center-wrapper .label-text{
    font-size: 27px;
    line-height: 31px;
  }
  .book-one{
     padding-top: 178px;
     padding-bottom: 102px;
     background-color: #2B2C2E;
  }
  .title-center{
    max-width: 942px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }
  .title-center h2{
    font-size: 70px;
    line-height: 80px;
    padding-bottom: 25px;
    font-weight: 600;
  }
  .title-center p{
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 99px;
    font-weight: 400;
  }
  .music-wrapper{
      max-width: 891px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 97px;
  }
  .music-item{
    display: flex;
    gap: 47px;
  }
  .music-item figure{
    max-width: 289px;
    width: 100%;
  }
  .music-content{
    max-width: 555px;
    width: 100%;
    color: #fff;
    align-self: center;
  }
  .music-item figure img{
    width: 100%;
    border-radius: 34px;
    object-fit: cover;
  }
  .music-content h3{
     font-size: 40px;
     line-height: 45px;
     font-weight: 400;
     padding-bottom: 23px;
  }
  .music-content h6{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
 }
 .music-content p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 47px;
 }
 .img-flex{
    display: flex;
    gap: 23.3px;
    align-items: center;
 }
 .img-flex a{
   display: block;  
 }
 .img-flex a img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transform: scale(1) rotate(0deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-flex a:first-child:hover img,
.img-flex a:last-child:hover img {
    transform: scale(1.15) rotate(5deg);
}

.img-flex a:first-child:hover img {
    box-shadow: 0 0 20px rgba(128, 79, 153, 0.7);
}

.img-flex a:last-child:hover img {
    box-shadow: 0 0 20px rgba(0, 255, 127, 0.5);
}

 .visual-world{
    background-color: #31BDCE;
    padding-top: 221px;
    padding-bottom: 173px;
 }
 .visual-world .title-center{
    max-width: 1373px;
 }
 .visual-world .title-center p{
    font-size: 40px;
    line-height: 45px;
 }
 .visual-slider{
    color: #fff;
 }
 .visual-flex{
    display: flex;
    flex-wrap: wrap;
    column-gap: 105px;
    row-gap: 71px;
 }
 .visual-item{
    max-width: 434px;
    width: 100%;
 }
 .visual-world .page-center,.author .page-center{
    max-width: 1564px;
 }
 .visual-item a img{
    transition: transform 0.3s ease;
    border-radius: 15px;
    height: 434px;
    object-fit: cover;
 }
 .visual-item a:hover img{
    transform: scale(1.05);
    border-radius: 15px;
 }
 .visual-item a{
  position: relative;
  transition: transform 0.3s ease;
  border-radius: 15px;
  display: block;
  overflow: hidden;
 }
 .visual-item a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: all 0.6s ease-in-out;
    pointer-events: none;
    overflow: hidden;
 }
 .visual-item a:hover::before{
    opacity: 0.3;
 }
 .visual-item a::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    background-color: #000;
    background-image: url('../images/plus.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-radius: 50%;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
    transform: translate(-50%, -50%) scale(2);
    pointer-events: none;
    opacity: 0;
}

.visual-item a:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 2;
}
 .visual-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    bottom: -97px;
  }
  .visual-slider .slick-dots button {
    padding: 0;
    width: 71px;
    height: 16px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .visual-slider .slick-dots li {
    margin: 0;
    width: fit-content;
    height: fit-content;
  }
  .visual-slider .slick-dots li button::before {
    display: none;
  }
  .visual-slider .slick-dots li button:hover{
    background: #5adbe9;
  }
  .visual-slider .slick-dots li.slick-active button {
    background: #116E79;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .author{
    padding-top: 266px;
    padding-bottom: 137px;
    background-image: url("../images/author-bg-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
    z-index: 0;
    color: #fff;
  }
  .author::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
figcaption{
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.author-text h2{
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 40px;
}
.author-text h6{
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
}
.author-text p{
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 20px;
}
.author .page-center{
    display: flex;
    gap: 95px;
    align-items: center;
}
.author-text{
   max-width: 906px;
   width: 100%;
}
.author figure{
    max-width: 462px;
    width: 100%;
}
.author figure img{
    width: 100%;
    object-fit: contain;
}
.author figure span{
    position: relative;
    margin-left: 43px;
    margin-bottom: 47px;
    display: block;
}
.author figure span::before{
       content: "";
    width: calc(100% + 24px);
    height: calc(100% + 26px);
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: -43px;
    bottom: -45px;
    z-index: -1; 
}
.author figcaption{
    max-width: 393px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 43px;
}
footer{
    background-color: #000;
    padding-top: 212px;
    padding-bottom: 100px;
    color: #fff;
}
.footer-contact-wrapper{
    max-width: 837px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.footer-contact-form>h2{
   font-size: 70px;
   line-height: 80px;
   font-weight: 700;
   padding-bottom: 25px;
}
.footer-contact-form>p{
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    padding-bottom: 45px;
 }
 .form-footer{
    flex-direction: column;
    gap: 45px;
    max-width: 737px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 54px;
 }
 .input-inline{
     display: flex;
     gap: 29px;
     flex-wrap: wrap;
 }
 .input-inline>span{
    max-width: calc(50% - 15px);
    width: 100%;
 }
 .form-footer span input[type="text"],.form-footer span input[type="email"],  .form-footer span input[type="number"],.form-footer span textarea{
    padding: 24px 47px;
 }
 .form-footer input[type="submit"]{
    padding: 24px 47px;
    margin: 0 auto;
 }
 .form-footer .check-input .wpcf7-list-item{
      position: inherit;
      max-width: calc(50% - 32px);
      width: 100%;
 }
.form-footer .check-input{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 64px;
    row-gap: 25px;
    padding-left: 25px;
    position: initial;
 }
 .form-footer span{
    width: 100%;
 }
 .form-footer textarea{
     min-height: 186px;
     height: 186px;
 }
 .form-footer .robot-check input[type="checkbox"]{
    margin-right: 18px;
 }
 .footer-social h5{
    padding-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
 }
 .footer-social-flex{
     display: flex;
     gap: 32px;
     align-items: center;
     justify-content: center;
     padding-bottom: 131.2px;
 }
 .footer-social-flex a img{
      width: 53.56px;
      height: 53.56px;
      object-fit: contain;
 }
 .footer-copy img{
    margin: 0 auto;
    max-width: 236.83px;
    object-fit: contain;
 }
 .footer-copy p{
    padding-top: 58px;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
 }
 button{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
 }
 .image-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-popup-content {
    max-width: 80%;
    max-height: 80%;
    width: fit-content;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.64);
    padding: 2%;
    border-radius: 15px;
}

.image-popup-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    animation: fadeZoom 0.3s ease;
    width: 100%;
    height: 100%;
      border-radius: 15px;
}

header nav ul li a:hover{
    color: #FFF78D;
}
@keyframes fadeZoom {
    from { transform: scale(0.9); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}
.footer-social-flex a img {
    transition: transform 0.3s ease;
}

.footer-social-flex a:hover img {
    animation: bounceScale 0.5s ease;
}

@keyframes bounceScale {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.main-banner-top .page-center figure {
    perspective: 1000px;
}
@keyframes smoothFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.main-banner-top .page-center figure img {
    animation: smoothFloat 3s ease-in-out infinite;
}
.powered-by{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
        padding-top: 10px !important;
        font-size: 20px !important;
}
.powered-by img{
    max-width: 85px !important;
    width: 100%;
    margin-top: -2px;
}
.form-inline .check-input~span{
    position: relative;
}
.form-inline .wpcf7-spinner{
    position: absolute;
  bottom: -31px;
  left: 40px;
  width: fit-content !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center !important;
    left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.form-inline .wpcf7-not-valid-tip{
    position: absolute;
  width: 100%;
  left: 0;
  bottom: -18px;

}
.form-inline.form-footer span{
    text-align: left;
}
.wpcf7-not-valid-tip{
    text-align: center !important;
}
.form-inline.form-footer .wpcf7-list-item{
    margin: 0 !important;
}
.wpcf7-response-output{
    color: #fff !important;
}
.hidden-captcha input{
    display: none !important;
}
.hidden-captcha  .wpcf7-not-valid-tip{
    font-size: 12px !important;
    position: initial;
}   
.hidden-captcha{
    position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 200px;
}
.check-input .robot-check{
    position: relative;
}