.super-section-home section {
background: #fff;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: sticky;
top: 0;
width: 100%;
padding: 100px;
}
.super-section-home .container {
display: flex;
align-items: center;
flex-direction: column;
width: 100%;   }
.section-tm-home {
height: 100%;
position: sticky;
top: 0;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
flex-direction: column;
}
.section-tm-home h2 {
margin-bottom: 32px;
text-align: center;
}
.section-tm-home h2 {
margin-bottom: 32px;
text-align: center;
font-size: 52px;
line-height: 64px;
}
.section-tm-home h2 .logo {
width: 180px;
position: relative;
top: 21px;
left: -1px;
margin-left: -7px;
}
.area-bell {
padding-top: 132px;
margin-bottom: 20px;
}
.area-bell h2 {
padding-top: 72px;
}
.super-container .break-mobile {
display: none;
}
.bell img {
width: 74px;
margin-top: 36px;
}
.animate-happy {
animation-name: happy-jump;
animation-duration: 7s;
transform-origin: 50% 50%;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes happy-jump {
0% {
transform: rotate(0);
}
1% {
transform: rotate(30deg);
}
3% {
transform: rotate(-28deg);
}
5% {
transform: rotate(34deg);
}
7% {
transform: rotate(-32deg);
}
9% {
transform: rotate(30deg);
}
11% {
transform: rotate(-28deg);
}
13% {
transform: rotate(26deg);
}
15% {
transform: rotate(-24deg);
}
17% {
transform: rotate(22deg);
}
19% {
transform: rotate(-20deg);
}
21% {
transform: rotate(18deg);
}
23% {
transform: rotate(-16deg);
}
25% {
transform: rotate(14deg);
}
27% {
transform: rotate(-12deg);
}
29% {
transform: rotate(10deg);
}
31% {
transform: rotate(-8deg);
}
33% {
transform: rotate(6deg);
}
35% {
transform: rotate(-4deg);
}
37% {
transform: rotate(2deg);
}
39% {
transform: rotate(-1deg);
}
41% {
transform: rotate(1deg);
}
43% {
transform: rotate(0);
}
100% {
transform: rotate(0);
}
}
.super-section-home { position: relative;
overflow: hidden;
}
.super-section-home .shape {
position: absolute;
}
.super-section-home .shape {
position: absolute;
}
.super-section-home img.shape.layer-1 {
transform: rotate(179deg);
left: -21px;
width: 138px;
bottom: 251px;
}
.super-section-home img.shape.layer-2 {
bottom: 198px;
transform: rotate(227deg)!important;
width: 390px;
right: -171px;
z-index: -1;
}
.tutoring-home h2 {
margin-bottom: 36px;
}
.tutoring-home .container {
width: 100%;
}
.tutoring-home .section-tutoring-super {
height: 100vh;
justify-content: center;
overflow: hidden;
position: relative;
width: 100%;
}
.content-wrapper {
position: absolute;
top: 0;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.section-tutoring-tm {
top: 0;
position: absolute;
width: 100%;
opacity: 0;
}
.tutoring-home .super-section-tm-home {
position: sticky;
top: 0;
z-index: 1000;
height: 100vh;
}
.section-tutoring-tm .flex {
align-items: center;
justify-content: center;
gap: 40px;
}
.section-tutoring-tm .flex li {
list-style: none;
}
.section-tutoring-tm.active {
opacity: 1;
}
.title-wrap {
text-align: center;
padding-top: 100px;
}
h2.tm-desk-title.hidden-element {
opacity: 0!important;
transform: scale(0.8) translateY(-210px)!important;
transition: 0.6s all!important;
}
.hidden-big-screens {
display: none;
}
@media (max-width:780px) {
.super-container .break-mobile {
display: block;
}
.super-container .break-desktop {
display: none !important;
}
}
@media (max-width:800px) {
.super-section-home img.shape.layer-2 {
display: none;
}
}
@media (max-width:767px) {
h2.tm-desk-title.hidden-element {
opacity: 1 !important;
transform: scale(1) translateY(0) !important;
transition: 0.6s all !important;
}
.super-section-home img.shape.layer-1 {
left: -72px;
width: 100px;
bottom: -7px;
}
.super-section-home img.shape.layer-2 {
right: -138px;
bottom: 0;
width: 225px;
transform: rotate(251deg) !important;
top: 18px;
}
.container.super-container {
overflow: hidden;
padding: 14px;
}
.area-bell {
padding: 0;
display: flex;
justify-content: flex-start;
padding-top: 0; height: auto;
}
.section-tm-home.first-area {
height: auto;
padding-top: 0;
height: auto;
display: flex;
justify-content: center;
height: auto;
padding: 30vh 0 48vh 0;
}
.section-tm-home h2 .logo {
width: 125px;
top: 16px;
left: 0px;
}
.super-section-home {
height: auto;
overflow: hidden;
}
.bell img {
width: 50px;
margin-top: 38px;
}
.area-bell h2 {
padding-top: 28px;
}
.section-tm-home h2 {
font-size: 30px;
line-height: 38px;
margin-bottom: 0;
padding: 0;
}
}
@media (max-width:360px) {
.display-big-screens {
display: none;
}
.hidden-big-screens {
display: block;
}
}