@font-face {
    font-family: 'Muli';
    font-style: normal;
    src: url(../assets/fonts/Muli-Regular.eot) format('eot'),
        url(../assets/fonts/Muli-Regular.woff2) format('woff2'),
        url(../assets/fonts/Muli-Regular.woff) format('woff'),
        url(../assets/fonts/Muli-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'muli-bold';
    font-style: normal;
    font-weight: 900;
    src: url(../assets/fonts/Muli-Bold.eot) format('eot'),
        url(../assets/fonts/Muli-Bold.woff2) format('woff2'),
        url(../assets/fonts/Muli-Bold.woff) format('woff'),
        url(../assets/fonts/Muli-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'muli-extraBold';
    font-style: normal;
    font-weight: 900;
    src:     url(../assets/fonts/Muli-Black.woff2) format('woff2'),
            url(../assets/fonts/Muli-Black.woff) format('woff'),
            url(../assets/fonts/Muli-Black.ttf) format('truetype');
}

:root {
    /* https://htmlcolorcodes.com/color-picker/ tints & shades */
    --font-muli: 'Muli', sans-serif;
    --font-muli-bold: 'muli-bold', sans-serif;
    --font-muli-extraBold: 'muli-extraBold', sans-serif;
    --font-sz-default: 16px;
}

@media (max-width: 767.98px) and (max-height: 720px) {
    :root {
        --font-sz-default: 14px;
    }
}

html, body {
    height: 100%;
    overflow-y: hidden;
}

body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: var(--font-sz-default);
    margin: 0;
    padding: 0;
    color: var(--main-color);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}



a, a:hover, a:focus, a:active, a:visited {
    text-decoration: none
}

header {
    padding: 26px 0px;
    background-color: #602483;
    z-index: 99999;
}

.mainRow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -2px 12px 20px #AFACBC3D;
    border-radius: 0px 0px 0px 80px;
    border-radius: 50px;
    margin-right: auto;
    margin-left: 10vw;
    height: 75vh;
    position: relative;
    margin-top: 70px;
    margin-right: 75px;
}

.mainContainer {
    width: 96vw;
    margin-left: -10vw;
}
.logo{
    height: 75px;
    padding-left: 129px;
}
.logo img{
    height: 100%;
    margin-left: -1rem;
}


.flex-fill {
    background: #F8F8F8 0% 0% no-repeat padding-box;
}

.link.activeLink {
    background: #a51890;
    color: white;
}

.mainLinks {
    margin-top: -2rem;
}



.bottomMenu {
    gap: 1rem;
    position: absolute;
    bottom: -2.5rem;
    right: 3rem;
    width: max-content;
    z-index: 999;
}

.bottomBtn {
    background-color: #602483;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 80px;
    color: white;
    padding: 1.5rem 3rem 1.5rem 3rem;
    font-size: 25px;
    font-family: var(--font-muli-bold);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.bottomBtn:active{
    transform: translateY(2px);
}

.swiper-button-next:active{
    transform: translateX(2px);
}
.swiper-button-prev:active{
    transform: translateX(-2px);
}

.link {
    display: flex;
    align-items: center;
    /* box-shadow: 0px 3px 6px #00000029; */
    padding: 2rem 3rem;
    border-bottom-right-radius: 97px;
    border-top-right-radius: 97px;
    height: 143px;
    font-family: var(--font-muli-extraBold);
    font-size: 21px;
    line-height: 120%;
    font-weight: 900;
    color: #A51890;
    margin-bottom: 1rem;
    cursor: pointer;
    background: #ffffff linear-gradient(268deg, #FCDEE2 0%, #FCDEE200 100%) 0% 0% no-repeat padding-box;
}
.backHome {
    padding: 2rem !important;
}
.backHome img{
    width: 35px;
}
.swiper-wrapper {
    padding-top: 4.5rem;
    height: 70vh !important;
    width: 80% !important;
}

.swiper-button-disabled {
    display: none;
}

.swiper-button-next {
    background-color: #60028C;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    right: -32px;
}

.swiper-button-prev {
    background-color: #60028C;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    left: 125px;
}

.swiper-button-next::after {
    color: white;
    font-weight: 800;
    padding-left: 5px;
    font-size: 34px;
}

.swiper-button-prev::after {
    color: white;
    font-weight: 800;
    padding-right: 5px;
    font-size: 34px;
}


.swiper {
    height: 84vh;
    margin-top: -58px;

}

.swiper-slide {
    padding-right: 7rem;
}

.swiper-pagination {
    top: 15px;
    left: 117px !important;
    width: 100%;
    text-align: initial;
    height: 30px;
}

.swiper-pagination-bullet {
    background: #E5E5E5;
    width: 15px;
    height: 15px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #602483;
}

.swiper {
    display: none;
}

.swiper.active {
    display: block;
}

.sliderImage {
    padding-left: 47px;
}

.surgerySlide2, 
.surgerySlide3, 
.balanceSlide1, 
.balanceSlide2, 
.balanceSlide3, 
.balanceSlide4, 
.efficacySlide2, 
.efficacySlide3, 
.efficacySlide4, 
.efficacySlide5, 
.safetySlide1, 
.safetySlide2, 
.safetySlide3,
.studySlide {
    padding-left: 57px !important;
}

.efficacySlide1 {
    padding-left: 55px !important;
}

.surgerySlide4 {
    padding-left: 53px !important;
}


#requestInfoModal {
    backdrop-filter: blur(25px);
}


.modal .modal-content {
    background-color: white !important;
    padding: 2rem 3.5rem;
    box-shadow: 0px 3px 50px #00000029;
    border-radius: 45px;
    
}

#requestInfoModal .modal-content {
    padding: 2rem 3.5rem;
    margin-top: -5rem;

}

div.mlkeyboard ul li.active{
    background-color: #60028c40 !important;
    border-color: #60028C !important;
}
div.mlkeyboard ul li:hover{
    background-color: #60028c40 !important;
    border-color: #60028C !important;
}
#moaModal .modal-content {
    padding: 4rem 3.5rem;
}


.modal .close {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 44px;
    line-height: 42px;
    font-weight: bold;
    color: #707070;
}

.modal .modal-dialog {
    min-width: 60vw;
}
.modal{
    backdrop-filter: blur(25px);
}

#libertyModal .close {
    top: 1rem;
    right: 1.1rem;
}
.form-control {
    border: none;
    background-color: #F5F5F5;
    padding: 1rem 1rem;
    border-radius: 11px;
    outline: none;
    box-shadow: none;
    font-family: var(--font-muli-bold);
    font-size: 20px;
    line-height: 28px;
}

textarea {
    border: none;
    background-color: #F5F5F5;
    border-radius: 11px;
    padding: 1rem 1rem;
    outline: none;
    box-shadow: none;
    font-family: var(--font-muli-bold);
    font-size: 20px;
    line-height: 28px;
}

.form-control:focus {
    background-color: #F5F5F5;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

textarea::placeholder, .form-control::placeholder {
    color: #B5B5B5;
    font-size: 20px;
    line-height: 28px;
}

.form-check-label {
    color: #000000;
    font-size: 16px;
    font-family: var(--font-muli);
    padding-top: 0 !important;
    line-height: 22px;
    margin-top: -2px;
}


.form-title {
    color: #B5B5B5;
    font-size: 20px;
    line-height: 28px;
}


.modalTitle {
    color: #60028C;
    font-size: 40px;
    line-height: 56px;

    font-family: var(--font-muli-extraBold);
    font-weight: 800;
}

.modalSubtitle {
    color: #000000;
    font-size: 17px;
    line-height: 22px;
    font-weight: 900;
    font-family: var(--font-muli-bold);
    
}

#infoReqSubmit {
    background-color: #602483;
    font-family: var(--font-muli-extraBold);
    border-radius:50px;
    border: 0px;
    padding: 1rem 4rem !important;
}

#infoReqSubmit:hover {
    background-color: #A51890;
    font-family: var(--font-muli-extraBold);
    border-radius:50px;
    color: #fff;
    border-color: #A51890;
    border: 0px;
}

.submitBtn {
    float: right;
    padding: 1rem 4rem !important;
}

.form-check-input:checked {
    background-color: #602483 !important;
    border-color: #602483 !important;
}

.form-check-input:focus {
    border-color: #602483;
    box-shadow: none !important;
}

#titleSelect {
    border: none;
    background-color: #F5F5F5;
    padding: 1rem 1rem;
    border-radius: 11px;
    outline: none;
    box-shadow: none;
    font-family: var(--font-muli-bold);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #000000;
    font-size: 20px;
    line-height: 25px;
}

.titleSelect::after{
    content: "";
    background-image: url(../assets/images/down-arrow.svg);
    background-size: cover;
    width: 25px;
    height: 18px;
    right: 4px;
    top: 17px;
    position: absolute;
    z-index: 9999;
    pointer-events: none;
}
.titleSelect{
    position: relative;
    
}

.form-check-input {
    border-color: #602483;
    box-shadow: none !important;
    width: 1.4rem !important;
    height: 1.4rem !important;
}

.form-check-label {
    padding-left: 10px;
}

.libertyButtons {
    padding-left: 90px;   
     position: absolute;
    top: 70%;
    width: 65.5%;
    left: 2%;

}

.libertyButton {
    padding: 2rem 3rem 2rem 3rem;
    background-color: #F5F5F5;
    border-radius: 30px;
    font-family: var(--font-muli-bold);
    font-size: 19px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
}

.libertyButton:hover {
    background-color: #CACACA;

}

.normalText {
    color: #60028C;
    font-family: var(--font-primary);
    font-size: 25px;
    line-height: 47px;
    font-weight: 700;
    padding-right: 17%;
    padding-left: 12%;
}

#libertyModal .modal-content {
    height: 74vh !important;
    margin-top: 4rem;
    padding: 4rem 2rem;
}
#imageModal .modal-content {
    margin-top: 6rem;
    padding: 3rem 3rem;
}

#succesModal .modal-content {
    padding: 4rem 3.5rem;
}

#libertyModal  .modal-dialog {
    min-width: 71vw !important;
}

#libertyModal  .close{
    top: 1rem;
    right: 1.1rem;
}

.liberty {
    overflow: auto;
    height: 63vh;
    display: none;
}

.imageContent {

    height: 67vh;

}

.liberty.active {
    display: block;
}

.switchliberty.active {
    background-color: #CACACA;
}

.liberty::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); */
    background-color: #F5F5F5;
    border-radius: 20px;

}

.liberty::-webkit-scrollbar {
    width: 10px;
    background-color: #cbd9ec;
    border-radius: 20px;
}

.liberty::-webkit-scrollbar-thumb {
    background-color: #60028C;

    border-radius: 20px;
}

.hidden {
    display: none;
}

.openImageModal {
    width: 165px;
    height: 152px;
    background: #9A82BB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    font-family: var(--font-muli);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 38px;
    cursor: pointer;
    font-size: 12px;
}

.efficacyButton {
    position: absolute;
    top: 41%;
    right: 35.5%;
}

.twoButtons {
    position: absolute;
    top: 28%;
    right: 18%;
}

.surgeryButtons {
    display: flex;
    gap: 20px;
}

.surgeryElement {
    position: relative;
}

.surgeryButton {
    width: 150px;
    height: 150px;
    background-color: #F6F6F6;
    box-shadow: 0px 3px 6px #00000029;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 39px;
    cursor: pointer;
    z-index: 99;
    position: relative;

}

.surgeryButton.active {
    background-color: #9A82BB;
}

.surgerycontent {
    position: absolute;
    width: 320px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 60px;
    display: none;
    padding: 3rem;
    padding-top: 5rem;
    top: 84%;
    left: 0;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    z-index: 9;
}

.surgerycontent.active {
    display: block;
}

.lastElement {
    right: 0;
    left: unset;
}

.switchImage{
    display: none;
}

.switchImage.active{
    display: block;
}

.swiperNavigation{
    display: none;
}

.swiperNavigation.active{
    display: block;
}

#succesModal .modal-content {
    background-color: #602483 !important;
    border-radius: 350px !important;
}
.invalid{
    border: 1px solid red;
}


#succesModal .modal-dialog {
    min-width: 34vw;
}

#succesModal .logoModal {
    justify-content: center;
    display: flex;
    margin-top: 4rem;
}

#succesModal .logoModal img{
    width: 267px;
}

#succesModal .modalSubtitle {
    font-size: 20px;
    color:#fff;
    font-family: var(--font-muli);
}

.modalText{
    font-size: 40px;
    color:#fff;
    font-family: var(--font-muli);

    margin-bottom: 4rem;
}

.touchEvent #rp1 {
    animation: ripple1 2s linear ;
  }
  @keyframes ripple1 {
    0% {
      transform: scale(0);
      opacity: 0.3;
    }
    100% {
      transform: scale(8.5);
      opacity: 0.0;
    }
  }
  .touchEvent  #rp2 {
    animation: ripple2 2s linear ;
  }
  @keyframes ripple2 {
    0% {
      transform: scale(0);
      opacity: 0.3;
    }
    100% {
      transform: scale(5.5);
      opacity: 0.0;
    }
  }

  #anims{
    display: none;
  }
  #anims.touchEvent{
    display: block;
  }
  circle {
    fill: #929292;
    opacity: 0.3;
  }

  .btn:disabled{
    background-color: grey !important;
  }

  .liberty img{
    margin-top: -3rem;
  }

  .qrImage{
    position: absolute;
    bottom: 0;
    padding: 1.05rem 1.8rem;
    background-color: white;
    left: 1%;
    box-shadow: -2px 12px 20px #afacbc;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }


  .qrImage img{
    height: 90px;
    width: auto;
  }

  .closeKeyboardBtn{
    position: absolute;
    right: -4rem;
    bottom: 0;
}
textarea{
    padding: 0.375rem 0.75rem;
}
.closeKeyboardBtn img
{
    width: 20px;
}
.mlkeyboard{
    z-index: 99999;
}