@font-face {
    font-family: 'Arial';
    src: url('../assets/fonts/arial/arial.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'HomemadeApple';
    src: url('../assets/fonts/HomemadeApple-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Arial';
    src: url('../assets/fonts/arial/arialbold.ttf') format('truetype');
    font-weight: 700;
}

:root {
    --primary-color: #262626;
    --secondary-color: #ffffff;;
    --tertiary-color: #FF0099;
    --quaternary-color: #FF6600;
}

/* General CSS Start */
* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Arial";
    font-weight: 400;
  }
  
  body {
    text-align: center;
    color:var(--primary-color);
  }
  a {
    color: inherit;
    text-decoration: none;
    outline: none !important;
  }
  a:hover {
    color: inherit;
    text-decoration: none;
  }
  button:focus,
  input:focus {
    outline: none;
  }
h1,
h2,
h3,
h4,
h5,
h6,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *{
    font-family:"archer-pro";
    font-weight: 700;
}
h1{
    font-size: 3.6rem;
}
h2{
    font-size: 3.4rem;
}
h3{
    font-size: 2.6rem;
}
h4{
    font-size: 2.4rem;
}
h5{
    font-size: 2.2rem;
}
h6{
    font-size: 2rem;
}
p {
    font-size: 1.8rem;
}

section{
    position: relative;
}
.section_container {
    margin: 0 auto;
    width: 100%;
    max-width: 148.5rem;
}
.primary-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
    background-color: var(--secondary-color);
    width: 29rem;
    height: 5.5rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: none;
}
.primary-btn,
.primary-btn * {
    font-family:"archer-pro";
    text-transform: uppercase;
    font-size: 1.9rem;
    font-weight: 600;
    color: var(--quaternary-color);
}
.primary-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.primary-btn-style2 {
    background-color: var(--tertiary-color);
}
.primary-btn-style2,
.primary-btn-style2 * {
    color: var(--secondary-color);
}
.primary-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgba(255, 102, 0, 1) 0%, rgba(255, 0, 153, 1) 100%);
    z-index: 1;
}
.primary-btn span.img img {
    width: 100%;
    display: block;
    z-index: 1;
}
.primary-btn span.img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}
.primary-btn,
.primary-btn *,
.primary-btn::after {
    transition-duration: 0.5s;
}
.trigger {
    position: absolute;
    width: 100%;
    z-index: 99;
    height: 2px;
    background-color: var(--primary-color);
    left: 0;
    opacity: 0;
    z-index: -1;
}
#trigger1 {
    top: 70rem;
}
/* General CSS End */
/* Header Start */
header {
    position: absolute;
    z-index: 10;
    left: 10rem;
    top: 4.5rem;
    width: 33.6rem;
}
header a,
header a img {
    display: block;
    width: 100%;
}
header a svg {
    width: 100%;
    height: auto;
}
main {
    position: relative;
    z-index: 1;
}
.header_bare {
    position: fixed;
    z-index: 11;
    background-color: var(--secondary-color);
    width: 100%;
    height: 10.3rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
    left: 0;
    transition-duration: 0.6s;
    top: -11rem;
}
.header_bare.show {
    top: 0;
}
.header_container {
    display: flex;
    margin: 0 auto;
    width: 173.4rem;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.header_container .btns_holder {
    margin: 0;
    width: 101rem;
}
.btns_holder p {
    font-size: 3.4rem;
    line-height: 3.4rem;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'HomemadeApple';
    color: #FF0099;
    padding-top: 1.5rem;
}
.header_container a {
    width: 23.2rem;
    display: block;
}
.header_container a img {
    width: 100%;
    display: block;
}
.wchf {
    margin: 0 auto 0 4.3rem;
    display: block;
    width: 21.1rem;
}
.header_container .btns_holder .primary-btn:nth-child(1) {
    background-color: var(--quaternary-color);
}
.header_container .btns_holder .primary-btn:nth-child(1) * {
    color: var(--secondary-color);
}
.header_container .btns_holder .primary-btn:nth-child(1) span.img {
    width: 3.3rem;
    margin-right: 0.91rem;
}
.header_container .btns_holder .primary-btn:nth-child(2) span.img {
    width: 1.8rem;
    margin-right: 0.74rem;
}
/* Header 1 End */
/* Section 1 Start */
.section1 {
    height: 100vh;
    background-image: url(../images/sec1_2.jpg);
    background-position: top center;
    background-size: cover;
    max-height: 108rem;
    min-height: 100vh;
    color: #FF0099;
    text-align: left;
    position: relative;
}
.section1 .section_container {
    position: relative;
    padding-top: 18rem;
}
.sec1_box {
    position: absolute;
    bottom: 8rem;
    right: 42rem;
    text-align: center;
    color: #ffffff;
}
.sec1_box h3 {
    font-size: 8.3rem;
    line-height: 7rem;
    margin-bottom: 3.5rem;
    color: #ffffff;
    font-weight: 400;
    font-family: 'HomemadeApple';
    transform: rotate(-3deg);
}
.sec1_box h4 {
    font-size: 6rem;
    line-height: 5rem;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.28);
    padding: 0 4.5rem 1rem 4.5rem;
}
.section1 h1 {
    font-size: 11.5rem;
    line-height: 11rem;
    margin-bottom: 0;
}
.section1 h2 {
    font-size: 7rem;
    line-height: 7rem;
    margin-bottom: 0;
    border-bottom: 1.2rem solid #FF0099;
    padding-bottom: 1rem;
    display: inline-block;
    margin-bottom: 5.5rem;
}
.section1 p {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 5.5rem;
    color: #ffffff;
}
.section1 .section_container {
    max-width: 153.6rem;
    height: 100%;
}
.section1 .primary-btn {
    background-color: var(--quaternary-color);
}
.section1 .primary-btn span.img {
    width: 1.8rem;
    margin-right: 0.74rem;
}
.sec1_flex{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
/* Section 1 End */
.section2 {
    background: linear-gradient(90deg, rgba(255, 102, 0, 1) 0%, rgba(255, 0, 153, 1) 100%);
    height: 37.5rem;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.section2 .section_container {
    position: relative;
    height: 100%;
        max-width: 153.6rem;
}
.section2 h6 {
    font-family: 'Arial';
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 400;
    position: absolute;
    bottom: 1.6rem;
    left: 19.5rem;
}
.sec2_flex {
    padding-top: 5.8rem;
    width: 104.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec2_box h4 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.28);
    padding: 0 1rem;
        font-family: 'Arial';
    font-weight: 700;
}
.sec2_box h3 {
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 1.2rem 0 0;
        font-family: 'Arial';
    font-weight: 700;
}
.sec2_box h5 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin-bottom: 0;
        font-family: 'Arial';
    font-weight: 700;
}
.sec2_box p {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 0;
        font-family: 'Arial';
    font-weight: 700;
}
.sec2_box div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec2_box div div {
    display: block;
    text-align: left;
    padding-top: 1rem;
}
.sec2_box:last-child h4,
.sec2_box:last-child h3,
.sec2_box:last-child h5,
.sec2_box:last-child p{
    font-family: 'Arial';
    font-weight: 700;
}
.electrocardio {
    position: absolute;
    z-index: 1;
    top: 3.97rem;
    left: -6.6rem;
    width: 143.1rem;
    height: 30rem;
    background-image: url(../images/electrocardio.svg);
    background-position: top left;
    background-size: 143.1rem 30rem;
    width: 45rem;
}
.section2.active .electrocardio {
    animation: ani 6s forwards;
}
.section2 .sec2_box{
    transform: translateY(-5rem);
    opacity: 0;
    transition-duration: 0.3s;
}
.section2.active .sec2_box{
    transform: translateY(0);
    opacity: 1;
        transition-delay: 1s;
}
.section2 .sec2_box:nth-child(1){
    transform: translateY(0);
    opacity: 1; 
}
.section2.active .sec2_box:nth-child(2){
    transition-delay: 1s;
}
.section2.active .sec2_box:nth-child(3){
    transition-delay: 1.5s;
}
@keyframes ani {
  from {width: 45rem;}
  to {width: 143.1rem;}
}
.sec2_box:last-child h4{
    font-size: 3.1rem;
    margin-bottom: 0.5rem;
}
.sec2_box:last-child h3{
    font-size: 9.5rem;
}
.sec2_box:last-child h5{
    font-size: 5.5rem;
    line-height: 4.5rem;
}
.sec2_box:last-child p{
    font-size: 3.5rem;
}
/* Section 3 Start */
.section3 {
    height: 56.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 2;
}
.sec3_img {
    width: 129.4rem;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.section3 .section_container {
    text-align: left;
    width: 79rem;
    margin-left: 21.6rem;
    position: relative;
    z-index: 2;
}
.section3 h2 {
    font-size: 4.8rem;
    line-height: 4.8rem;
    margin-bottom: 3.3rem;
    font-weight: 900;
}
.section3 p {
    font-size: 2.1rem;
    line-height: 3.1rem;
    margin-bottom: 3.5rem;
}
.section3 p b {
    font-weight: 700;
}
.section3 .section_container .primary-btn {
    background-color: var(--quaternary-color);
}
.section3 .section_container .primary-btn span.img,
.section4 .section_container .primary-btn span.img {
    width: 1.8rem;
    margin-right: 0.74rem;
}
.btns_holder {
    width: 62rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0px 0px;
}
/* Section 3 End */
/* Section 4 Start */
.section4 {
    background: linear-gradient(90deg, rgba(255, 102, 0, 1) 0%, rgba(255, 0, 153, 1) 100%);
}
.section4 .section_container {
    max-width: initial;
    width: calc(100% - 6.8rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2rem;
}
.section4 .section_container .bus {
    width: 57.8rem;
    display: block;
    margin-top: -3.1rem;
}
.sec4_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 104rem;
    margin-left: 7.2rem;
}
.sec4_box-holder1 .sec4_box img{
    width: 6.2rem;
    display: block;
    margin-bottom: 3rem;
}
.sec4_box-holder2 .sec4_box img{
    width: 9.2rem;
    display: block;
    margin-bottom: 4.5rem;
}
.sec4_box-holder3 .sec4_box img{
    width: 8.5rem;
    display: block;
    margin-bottom: 2rem;
}
.sec4_box{
    text-align: left;
    color: #ffffff;
}
.sec4_box h3 {
    font-size: 5.2rem;
    line-height: 5.2rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
.sec4_box p {
    font-family: "archer-pro";
    font-size: 2.9rem;
    line-height: 3.5rem;
    font-weight: 600;
    margin-bottom: 0;
}
/* Section 4 End */
/* Section 5 Start */
.section5 {
    height: 72.1rem;
    background-image: url(../images/sec5.jpg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section5 .section_container {
    margin: 0 auto 0 84.7rem;
    text-align: left;
    width: 89.5rem;
}
.section5 .section_container h2 {
    font-size: 4.8rem;
    line-height: 4.8rem;
    font-weight: 900;
    margin-bottom: 4rem;
}
.section5 .section_container p {
    font-size: 2.1rem;
    line-height: 3.1rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
.section5 .section_container p b {
    font-weight: 700;
    font-size: 2.1rem;
}
.section5 .section_container h6 {
    font-size: 2.1rem;
    line-height: 3.1rem;
    font-weight: 400;
    margin-bottom: 2rem;
        font-family: "Arial";
}
.section5 .section_container ul {
    margin: 0 auto 0 0;
    width: 71rem;
    padding: 0;
    list-style: none;
}
.section5 .section_container li {
    font-size: 2.1rem;
    line-height: 3.1rem;
    font-weight: 400;
    padding-left: 3.5rem;
    margin-bottom: 2rem;
    position: relative;
}
.section5 .section_container li b {
    font-weight: 700;
}
.section5 .section_container li::after {
    content: "";
    position: absolute;
    width: 2.1rem;
    height: 1.7rem;
    background-image: url(../images/coeur_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 0.8rem;
    background-position: center center;
}
.section5 .section_container .primary-btn {
    background-color: var(--quaternary-color);
}
/* Section 5 End */
/* Section 6 Start */
.section6{
    height: 66.9rem;
    background-image: url(../images/sec6.jpg);
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section6 .section_container {
    text-align: left;
}
.section6 .section_container h2 {
    font-size: 4.3rem;
    line-height: 4.5rem;
    margin-bottom: 3rem;
    font-weight: 900;
}
.section6 .section_container p {
    font-size: 2.1rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
    width: 68.2rem;
}
.section6 .section_container p b {
    color: #FF0099;
    font-size: 4rem;
    font-weight: 700;
}
.sec6_flex {
    width: 40rem;
    margin: 0 auto 0 11.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.sec6_box1 {
    background-image: url(../images/sec6_bg1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25.2rem;
    height: 22.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 2.5rem;
    position: relative;
    z-index: 1;
}
.sec6_box2 {
    border-radius: 50%;
    width: 15.9rem;
    height: 15.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
    border: 0.6rem solid #FF0099;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sec6_box1 h4 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 700;
}
.sec6_box1 h3 {
    font-size: 6.2rem;
    line-height: 4.2rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 900;
}
.sec6_box2 h6 {
    color: #FF0099;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 0rem;
}
.sec6_box2 h5 {
    color: #FF0099;
    font-size: 5.8rem;
    font-weight: 900;
    line-height: 4rem;
    margin-bottom: 1rem;
}
.sec6_box2 span {
    color: #FF0099;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
}
/* Section 6 End */
/* Section 7 Start */
.section7 {
    z-index: 7;
    background: linear-gradient(90deg, rgba(255, 102, 0, 1) 0%, rgba(255, 0, 153, 1) 100%);
    padding: 6rem 0 7rem 0;
}
.section7 .section_container {
    max-width: 89.2rem;
}
.section7 h2 {
    font-family:"archer-pro";
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 4.4rem;
    color: var(--secondary-color);
    margin-bottom: 2.5rem;
}
.section7 p {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 2.9rem;
    color: var(--secondary-color);
    margin-bottom: 4rem;
}
.sec7_holder {
     display: flex;
    justify-content: space-between;
    align-items: center;  
    width: 100%; 
}
.sec7_media {
    width: 29.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec7_media-box {
    width: 6.2rem;
    position: relative;
}
.sec7_media-box img {
    display: block;
    width: 100%;
    transition-duration: 0.3s;
}
.sec7_media-box img:nth-child(1) {
    position: relative;
    z-index: 1;
}
.sec7_media-box img:nth-child(2) {
    position: absolute;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
}
.sec7_form {
    width: 57.6rem;
    border-radius: 1.1rem;
    background-color: var(--secondary-color);
    height: 6.2rem;
    position: relative;
}
.sec7_form input {
    width: 100%;
    height: 100%;
    padding: 1.1rem 25.1rem 1.1rem 1.1rem;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.9rem;
    color: var(--primary-color);
    background-color: transparent;
}
.sec7_form .primary-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.1rem;
    height: 4.7rem;
    width: 22.7rem;
}
/* Section 7 End */
/* Section 8 Start */
.section8 {
    background: linear-gradient(90deg, rgba(255, 102, 0, 1) 0%, rgba(255, 0, 153, 1) 100%);
    height: 62.7rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sec8_flex {
    display: flex;
    margin: 0 auto 0 0;
    width: 141.2rem;
}
.sec8_left {
    width: 57rem;
    text-align: left;
}
.sec8_right {
    width: 73rem;
    margin-left: 11rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec8_left h2 {
    color: #ffffff;
    font-size: 8.7rem;
    line-height: 7rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
}
.sec8_left h3 {
    color: #ffffff;
    font-size: 5.3rem;
    line-height: 5.6rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
.sec8_left h3 span {
    font-size: 5.3rem;
    line-height: 5.6rem;
    font-weight: 500;
}
.sec8_left p {
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
}
.sec8_left p span {
    text-transform: uppercase;
    font-weight: 700;
}
.sec8_left .primary-btn {
    background-color: #ffffff;
}
.sec8_left .primary-btn span{
    color: #FF0099;
}
.section8 .section_container .primary-btn span.img,
.section5 .section_container .primary-btn span.img {
    width: 1.8rem;
    margin-right: 0.74rem;
}
.sec8_box {
    width: 33rem;
    height: 47rem;
    border-radius: 2rem;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 3.3rem 0 2.3rem 0;
    position: relative;
    overflow: hidden;
}
.sec8_box img,
.sec8_box div,
.sec8_box p,
.sec8_box a{
    position: relative;
    z-index: 2;
}
.sec8_box::after{
    background-color: #ffffff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-duration: 0.3s;
}
.sec8_box:hover::after{
    background-color: rgba(205, 206, 201, 0.34);
}
.sec8_box:hover .fleche{
    animation: fleche 2s infinite;
}
@keyframes fleche {
        0%   { transform: translateY(0); } 
        50% { transform: translateY(0.7rem); } 
        100% { transform: translateY(0); } 
}
.sec8_box2 {
    padding: 2.7rem 0 2.3rem 0;
}
.sec8_box1 img {
    display: block;
    width: 11rem;
}
.sec8_ico {
    margin-bottom: 2rem;
}
.sec8_box2 img {
    display: block;
    width: 11rem;
}
.sec8_box p {
    font-size: 2.1rem;
    line-height: 3.1rem;
    font-weight: 700;
    margin-bottom: 0;
}
.primary-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.primary-btn-holder{display: none;}
.sec8_box .primary-btn {
    background-color: var(--quaternary-color);
    width: 19.8rem;
    height: 5.5rem;
}
.sec8_box .fleche {
    width: 3.9rem;
    margin-bottom: 0;
}
.sec8_box h3 {
    font-size: 7rem;
    line-height: 6rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #FF0099;
}
.sec8_box h4 {
    font-size: 3.3rem;
    line-height: 3.3rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #FF0099;
}
.sec8_box h6 {
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #FF0099;
}
/* Section 8 End */
/* Footer Start */
footer {
    background-color: #453E3E;
    color: var(--secondary-color);
    height: 4.3rem;
}
.footer_container {
    width: 100%;
    max-width: 144rem;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
footer a,
footer span {
    font-family: 'Arial';
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
}
footer span {
    display: block;
    padding: 0 3.4rem;
    cursor: context-menu;
    font-size: 1.6rem;
}
footer p,
footer p span {
    font-family: 'Arial';
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: initial;
    font-weight: 400;
    display: initial;
    text-align: left;
    padding: 0;
}
footer p{
    text-transform: uppercase;
}
/* Footer End */
.header_container a.primary-btn {
    display: flex;
}

#popup-overlay {
    display:none; 
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:rgba(0,0,0,0.6); 
    z-index:9999; 
}
#popup-content {
    display: flex;
    justify-content:center; 
    align-items:center;
    width:100%; 
    height:100%; 
    position: relative;
}
#popup-close {
    position:absolute;
    top:2rem;
    right:2rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    font-size: 3rem;
    cursor: pointer;
    line-height: 4.8rem;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup-content iframe {
    width: 540px;
    height: 564px;
}
.sib-form {
    padding: 0;
    background-color: transparent;
}
.label-error{
    position: absolute;
    top: calc(100% + 1rem);
    left: calc(calc(100% - 20.7rem) / 2);
    background-color: var(--secondary-color);
    border-radius: 1rem;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 400;
    padding: 1rem;
    transform: translateX(-50%);
    color: red;
    opacity: 0;
    transition-duration: 0.3s;
}
.label-error.active {
    top: calc(100% + 1.5rem);
    opacity: 1;
}


.sib-form .input:not(textarea), .sib-form .input__button {
    height: calc(5rem - 2px) !important;
}
.sib-form .input:last-child, .sib-form .input__affix:last-child {
    padding-right: 1.2rem !important;
}
.sib-form .input:first-child, .sib-form .input__affix:first-child {
    padding-right: 1.2rem !important;
}
.sib-form {
    padding: 12px !important;
    height: auto !important;
    max-height: 95vh !important;
    overflow: auto !important;
}
#sib-container {
    max-width: 650px !important;
}
.section9 {
   height: 98.6rem; 
    background-image: url(../images/sec9.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 8rem;
    position: relative;
}
.section9 h2 {
    color: #FF0099;
    font-size: 6.8rem;
    line-height: 6.8rem;
    font-weight: 900;
    margin-bottom: 3.5rem;
}
.section9 p {
    color: #000000;
    font-size: 2.7rem;
    line-height: 3.7rem;
    font-weight: 700;
    margin-bottom: 5rem;
}
.sec9_box {
    background-color: #ffffff;
    border-radius: 2rem;
    width: 98rem;
    height: 58.4rem;
    margin: 0 0 0 auto;
    padding: 4.4rem 5.3rem 3.9rem 21.6rem;
    position: relative;
    align-items: center;
}
.sec9_box h4 {
    font-size: 2.1rem;
    color: #FF0099;
    display: inline-block;
    padding-bottom: 0.7rem;
    border-bottom: solid #FF0099 0.6rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-family: 'Arial';
}
.sec9_box h3 {
    font-size: 3.3rem;
    line-height: 3.5rem;
    color: #000000;
    font-weight: 900;
    margin-bottom: 2rem;
}
.sec9_box p {
    font-size: 2.3rem;
    line-height: 3.2rem;
    color: #000000;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 2.5rem;
}
.sec9_box2 {
    width: 56.8rem;
    border-radius: 2rem;
    border: 0.3rem solid rgba(255, 0, 153, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15rem;
    padding: 0 1.6rem;
    padding-bottom: 2.5rem;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.sec9_box2 .sec9_img1 {
    width: 11rem;
    width: 8.5rem;
    display: block;
    margin-top: 2.5rem;
}
.sec9_box2-container {
    width: calc(100% - 11rem);
    padding-left: 1.5rem;
}
.sec9_box2-container div {
    display: flex;
    width: 100%;
}

.sec9_box2-container .primary-btn{
    position: absolute;
    left: calc(50% + 4rem);
    transform: translateX(-50%);
    bottom: -2.9rem;
    background-color: var(--quaternary-color);
}
.sec9_box2-container .primary-btn span.img {
    width: 1.8rem;
    margin-right: 0.74rem;
}
.sec9_box2-container h6 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
}
.sec9_box2-container h6 strong {
    font-size: 2.8rem;
    color: #FF0099;
    font-weight: 900;
}
.sec9_box2-container h6 b {
    font-size: 4.5rem;
    color: #000000;
    font-weight: 900;
}
.sec9_box2-container p {
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #000000;
    margin-bottom: 0;
    font-family: 'Arial';
    font-weight: 700;
    font-style: initial;
    text-align: left;
    padding-left: 1.2rem;
}
.sec9_box2-container div img {
    width: 2rem;
    display: block;
}
.section9 h5 {
    font-family: 'Arial';
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.2rem;
    position: absolute;
    top: calc(100% + 2.1rem);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0.58;
}
.sec9_img2,
.sec9_img3 {
    position: absolute;
    width: 9.6rem;
    z-index: 1;
}
.sec9_img2 {
    top: 16.5rem;
    left: 24rem;
}
.sec9_img3 {
    top: 28rem;
    right: 3rem;
}
 .my-slider {
    width: 59.6rem;
    margin: 0 auto;
 }
 .my-slider img,
 .my-slider .my-slide {
    width: 35.2rem;
 }
 .my-slider .my-slide {
    margin: 0 auto;
 }
 .my-slider .slick-slide {
  transition: transform 0.4s ease;
}

.my-slider .slick-current {
  transform: rotate(0deg);
  z-index: 3;
}

.my-slider .next-1 {
  transform: rotate(6deg);
  z-index: 2;
}

.my-slider .next-2 {
  transform: rotate(12deg);
  z-index: 1;
}
    .slider {
      position: relative;
      width: 35.3rem;
      height: 46.9rem;
      perspective: 100rem;
      margin: 0 auto;
    }

    .card {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      transition: transform 0.5s ease, opacity 0.5s ease;
    }
    .card div {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .card h3 {
      margin: 0;
      color: #fff;
      width: 100%;
      text-align: center;
      position: absolute;
      text-align: center;
      bottom: 4rem;
      left: 0;
      font-size: 3.7rem;
      line-height: 3.7rem;
    font-family: 'HomemadeApple';
      font-weight: 400;
    }

    .controls {
      position: absolute;
      top: 50%;
      right: -4.35rem;
      transform: translateY(-50%);
      z-index: 10;
    }

    .next-btn {
      background: none;
      border: solid rgba(255, 255, 255, 0.53) 0.5rem;
      border-radius: 50%;
      width: 8.7rem;
      height: 8.7rem;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      overflow: hidden;
      transition-duration: 0.3s;
    }
    .next-btn div {
        width: 100%;
        height: 100%;
        background-color: #FF0099;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .next-btn div img {
        display: block;
        width: 4.4rem;
        transform: rotate(180deg);
    }
    .next-btn:hover{
      border: solid rgba(255, 255, 255, 0.8) 0.5rem;
    }
    .next-btn:hover div {
        background-color: #C80C79;
    }
    .slider_holder {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -21rem;
    }


    .slide1 h4,
    .slide1 h3,
    .slide1 p,
    .slide1 .sec9_box2,
    .slide2 h4,
    .slide2 h3,
    .slide2 p,
    .slide2 .sec9_box2,
    .slide3 h4,
    .slide3 h3,
    .slide3 p,
    .slide3 .sec9_box2 {
        z-index: 2;
        position: relative;
    }
    .slide1 .sec9_img3,
    .slide1 .sec9_img2,
    .slide2 .sec9_img3,
    .slide2 .sec9_img2,
    .slide3 .sec9_img3,
    .slide3 .sec9_img2 {
        z-index: 1;
    }
    .slide3 .sec9_img2,
    .slide3 .sec9_img3 {
        display: none;
    }
    .sec1 {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        animation: ani2 15s forwards;
        opacity: 1;
    }
    @keyframes ani2 {
        0%   { opacity: 1; }
        20%{ opacity: 1; }  
        40%{ opacity: 0; }  
        100% { opacity: 0; } 
    }
    .sec1_box,
    .section1 .section_container{
        z-index: 2;
    }
    .section1 h1,
    .section1 h2,
    .section1 p,
    .section1 .primary-btn,
    .sec1_box{
        transform: translateY(-4rem);
        opacity: 0;
        animation: ani3 13s forwards;
    }
    .section1 h1,
    .section1 h2,
    .section1 p,
    .section1 .primary-btn{
        animation-delay: 1.2s;
    }
    @keyframes ani3 {
        0%{ 
            transform: translateY(-4rem);
            opacity: 0;   
        }
        15%{ 
            transform: translateY(-4rem);
            opacity: 0;   
        } 
        40%{ 
            transform: translateY(0);
            opacity: 1;   
        }
        100%{ 
            transform: translateY(0);
            opacity: 1;   
        }
    }
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
.slide_m.no-touch {
  touch-action: none;
  pointer-events: none;
}