* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Rethink Sans", sans-serif;
    background: #F36D43;
    overflow-x: hidden;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    display: flex;
    align-items: center;
    background: #f36d43;
    box-shadow: 0px 1px 1px 0px #0000001A;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 5px 0; 
}
header.transparent {
  background-color: transparent;
}

nav {
    width: 100%;
}

nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-logo {
    font-weight: 700;
    font-size: 36px;
    display: flex;
    align-items: center;
    gap: 5px;
}
a.navbar-logo span {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: lowercase;
}
.topbar {
    display: flex;
    align-items: center;
    /* gap: 140px; */
    justify-content: space-between;
}

.topbar span {
    font-weight: 800;
    font-size: 30px;

}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
}

.navbar {
    display: flex;
    align-items: center;
    position: relative;
}

.navbar a {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 0 30px;
    position: relative;
    letter-spacing: 1px;
}

.navbar a:after {
    content: '';
    width: 1px;
    display: block;
    height: 80%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
}

.navbar a:last-child:after {
    display: none;
}

/* css for banner  */
.banner-content-outer {
    padding: 50px 0 80px;
    position: relative;
    overflow: hidden;
}

.banner-content-wrapper {
    display: flex;
    align-items: center;
}

.banner-content h1 {
    font-weight: 800;
    font-size: 115px;
    letter-spacing: 2px;
    line-height: 1.2;
}

.banner-content h1 b {
    color: #316297;
}

.banner-footer {
    display: flex;
    align-items: center;
    gap: 0px;
}

.loader-image {
    width: 100px !important;
    position: absolute;
    right: -120px;
    top: -70px;
}

.loader-image img {
    width: 100% !important;
    transform: rotate(75deg);
}

.medicine-image {
    margin-top: 50px;
}

.medicine-image img {
    width: 100%;
    height: 100%;
    max-width: 400px;
    left: -90px;
    position: relative;
}

.banner-footer p {
    font-weight: 500;
    font-size: 40px;
    position: relative;
    max-width: 500px;
    margin-top: 180px;
}

.banner-footer p:after {
    content: '';
    width: 86px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
}

.banner-absolute-image {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -80px;
    z-index: 1;
    transform: rotate(345deg);
    max-width: 850px;
}

.banner-absolute-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.primejena-tag {
    position: absolute;
    bottom: 8%;
    right: 5%;
    max-width: 250px;
}

.primejena-tag {
    animation: pulse 3s ease-in-out infinite;
    transform-origin: center;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* css for 2nd section  */
.fun-facts {
    background: url(../images/bg-pattern.webp) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.fun-facts-outer {
    padding: 100px 0;
    position: relative;
}

.girl-image {
    position: absolute;
    left: -50px;
    top: 50px;
    bottom: 0;
    width: 550px;
    height: 500px;
}

.girl-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fun-facts h2,
.nail-fungus h2,
.christian-lawyer h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #316297;
    margin-bottom: 76px;
    text-align: center;
}

.fun-facts small,
.true-false small {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
}

.true-false {
    padding: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    margin-top: 33px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.true-false h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 2%;
    text-align: center;
    color: #fff;
}

.yes-no {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
    min-height: 58px;
}

.yes-no .true-false-btns {
    padding: 10px 40px;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-align: center;
    color: #316297;
    border: none;
}

.yes-no .truth {
    animation: pulsePadding 1.2s ease-in-out infinite;
}

.yes-no .error {
    animation: pulsePadding 1.2s ease-in-out infinite;
    animation-delay: .6s;
}

@keyframes pulsePadding {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.yes-no h4 {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 2%;
    text-align: center;
    color: #fff;
}

.fun-facts-container {
    max-width: 789px;
    margin: 0 auto;
}

div#quiz-container:has(.final-summary) {
    background: #316297;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    border: none;
    margin-bottom: 15px;
}

/* css for 4th section  */
.nail-fungus {
    padding: 100px 0;
    position: relative;
}

.nail-fungus-bg {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
}

.nail-fungus-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nail-fungus-bg img:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}

.nail-fungus-content {
    margin-top: 50px;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.nail-fungus-header {
    display: flex;
    gap: 80px;
    align-items: start;
}

.nail-fungus-header p,
.nf-body-right p,
.nf-body-right ul {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

.hand-foot {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 0 0 25%;
}

.nf-body-left {
    flex: 0 0 28%;
    display: flex;
    gap: 24px;
    align-items: start;
}

.nf-body-left h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 2%;
    color: #316297;
}

.nf-body-left span {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border-radius: 50%;
    background-color: #316297;
    display: block;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.nail-fungus-body {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    position: relative;
}

.nail-fungus-body:before {
    content: '';
    width: 1px;
    height: 140%;
    background-color: #316297;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 8px;
}

.nail-fungus-content .nail-fungus-body:nth-last-child(1):before {
    display: none;
}

.nf-body-right ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 30px;
}

.koraka h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 2%;
    color: #fff;
    margin-bottom: 30px;
}

.koraka-images {
    display: flex;
    align-items: center;
    gap: 28px;
}

.k-image-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.koraka {
    margin-top: 30px;
}

.k-image-block p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
    color: #306095!important;
}

.feet-text-block {
    position: absolute;
    top: 0;
    left: 30%;
    padding: 20px 25px;
    background-color: #316297;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 100;
    max-width: 220px;
}

.feet-text-block p {
    font-weight: 700;
    font-size: 20.58px;
    line-height: 125%;
    letter-spacing: 2%;
    text-align: center;
    color: #fff;
}

.feet-text-block img {
    width: 20px;
}

/* .christian-lawyer{
    padding: 70px 0;
    position: relative;
}
.absolute-animation{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    width: 600px;
    height: 500px;
    transition: position 0.3s ease;
}

.fixed-iframe {
  position: fixed !important;
  top:55px;
  right: 0;
  z-index: 1000;
}

.hidden {
  display: none;
}
.absolute-animation iframe{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lawyers-steps{
    margin-top: 50px;
}
.lawyer-step-left{
    width: 300px;
    height: 300px;
    flex: 0 0 300px;
}
.lawyer-step-left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lawyer-step-center{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    max-width: 500px;
}
.lawyer-step-center span{
    width: 87px;
    height: 87px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 2%;
    color: #fff;
}
.lawyer-step-center h2{
    font-weight: 600;
    font-size: 90px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0;
     color: #fff;
}

.lawyer-step-center p{
    font-weight: 500;
    font-size: 24px;
    line-height: 141%;
    letter-spacing: 2%;
    text-align: center;
    color: #fff;
    white-space: pre-line;
}
.text-box{
    padding: 25px 20px;
    border: 1px solid #fff;
    border-radius: 8px;
}
.text-box p{
    font-size: 16px;
    color: #fff;
}

.lawyer-step-right iframe {
    position: fixed;
    top: -10%;
    right: -5%;
}
img.hand-move {
    max-width: 200px;
    position: relative;
    bottom: -200px;
    right: -200px;
    animation: handMove 3s infinite;
    z-index: -1;
}

@keyframes handMove {
    0%, 100%{
        transform: translateX(10px);
    }
    50%{
        transform: translateX(40px);
    }

}


.lawyer-step-right {
    width: 300px;
    flex: 0 0 300px;
}
.lawyer-single-step {
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
    height: 100vh;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}
.lawyer-single-step:last-child {
    height: 70vh;
}

.lawyer-single-step.visible {
  opacity: 1;
  pointer-events: auto;
}

.lawyers-steps-heading {
    display: flex;
    align-items: center;
    top: 60px;
    transition: all 0.6s ease;
    flex-direction: column;
    height: 150px;
}
.christian-lawyer h2{
    margin: 0;
} */
/*.trends-coming{
    position: absolute;
    background: url(../images/brush.svg)  no-repeat center center;
    width: 700px;
    height:400px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    padding: 30px;
}
.trending-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    max-width: 50%;
    overflow: hidden;
}
.trends-coming img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: right center;
  width: 300px;

  animation: swing30 2s infinite ease-in-out;
}
@keyframes swing30 {
  0%   { transform: translateY(-50%) rotate(0deg); }
  50%  { transform: translateY(-50%) rotate(-10deg); }
  100% { transform: translateY(-50%) rotate(0deg); }
}

.white-strips{
    position: absolute;
    top: 0 !important;
    right: 10% !important;
    width: 70px !important;
}
.trending-content h5{
    font-weight: 800;
    font-size: 35.13px;
    line-height: 107%;
    letter-spacing: 2%;
    color: #F36D43;
    margin-bottom: 22px;
}
.trending-content h6{
    font-weight: 800;
    font-size: 35.13px;
    line-height: 107%;
    letter-spacing: 2%;
    color: #fff;
}
    */




/* start new css for fade section  */

.section-heading {
    position: sticky;
    top: 45px;
    padding: 10px;
    margin: 0;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #316297;
    text-align: center;
    background: #f36d43;
    z-index: 1;
}
span.sticky-subheading {
    font-size: 24px;
    color: #316297;
    font-weight: 600;
    text-transform: lowercase;
}

.dynamic-data {
    display: block;
    color: white;
    padding: 40px 0;
    transition: opacity 0.3s ease;
    justify-content: space-between;
}


.left-data img {
    max-width: 250px;
    width: 100%;
}

.center-data{
    display: flex;
    justify-content: center;
    position: relative;
}
.center-content {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 500px;
    flex-direction: column;
}
.center-img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.center-img img{
    max-width: 200px;
    width: 100%;
}
.subContent {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    white-space: pre-line;
}

.stepNumber {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

.stepTitle {
    font-size: 90px !important;
    margin: 0!important;
    color: #fff!important;
    font-weight: 800;
}


.stepDescription, .stepSubHeading {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    white-space: pre-line;
    max-width: 350px;
}

.stepTextBox {
    padding: 25px 20px;
    border: 1px solid #fff;
    border-radius: 8px;
}

.stepWarning {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}
.stepTextBox:has(.stepWarning:empty) {
    border: none;
}

.right-data {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.floating-iframe {
    width: 450px;
    height: 450px;
    border: none;
    transition: opacity 0.3s ease;
    z-index: -1;
} 

.right-data .hand-move {
    width: 100%;
    max-width: 150px;
    position: absolute;
    bottom: -15%;
    left: 25%;
    animation: handMove 5s infinite;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.right-data:hover + .hand-move{
  opacity: 1;
}
.floating-iframe:hover + .hand-move{
  opacity: 1;
}


.frame3 .hand-move{
    display: none;
}

/* .trigger-point {
    height: 100vh;
} */

.left-data {
    width: 300px;
}
/* img.hand-move {
    max-width: 100px;
    position: relative;
    bottom: -200px;
    right: -200px;
    animation: handMove 5s infinite;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
} */
 .hand-move.visible {
    opacity: 1;
  }

@keyframes handMove {
    0%, 100%{
        transform: translateX(-20px);
    }
    50%{
        transform: translateX(20px);
    }

}
.floating-legs {
    display: flex;
    align-items: center;
    background: url(../images/blue-sketch-bg.png);
    max-width: 450px;
    background-size: 100% 100%;
    background-position: top left;
    padding-left: 30px;
    margin-top: -200px;
    margin-left: auto;
    position: relative;
    right: -80px;
    z-index: 1;
}
.floating-legs-content {
    width: 145px;
}
.floating-legs-content p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.orange-text {
    color: #f36d43;
}
.floating-legs-img img {
    width: 100%;
    max-width: 230px;
    margin-top: -50px;
    margin-bottom: -60px;
    animation: floatinlegs 4s infinite;
}
@keyframes floatinlegs {
    0%, 100%{
        transform:  translate(10px, -5px);
    }
    50%{
        transform: translate(0px, 10px);
    }

}


/* end new css for fade section  */

.packing-contains {
    padding: 70px 0;
}

.packing-contains h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 2%;
    text-align: center;
    color: #fff;
}

.packing-contains p {
    font-weight: 800;
    font-size: 30px;
    line-height: 141%;
    letter-spacing: 2%;
    text-align: center;
    color: #316297;
}

.amofin-50 {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

.amofin-50 img {
    width: 100%;
}

.amofin-50 ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    left: 100px;
    top: 30px;
}

.amofin-50 ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

footer {
    padding: 20px 0;
    background-color: #316297;
}

.footer-content-inner {
    text-align: center;
}

.footer-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
    color: #fff;
}

.footer-content-btn a {
    padding: 12px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 4;
    letter-spacing: 2%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    text-decoration: none;
}
.footer-content-btn a:hover {
    background: #ffffff1a;
}
.footer-content-social-icons img {
    width: 100%;
    max-width: 30px;
}

.footer-content-social-icons {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.footer-copyright {
    text-align: center;
}

.fade {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.fade-out {
    opacity: 0;
}

.footer-content img {
    width: 110px;
}


.footer-content-desc, .footer-content-btn, .footer-content-logo  {
    margin-bottom: 10px;
}


.mobile_view{
    display: none;
}
.blue-text{
    color: #316297!important;
}



/*css for pravila privatnosti, impressum page*/

.pravilaprivatnosti-outer, .impressum-outer, .uputaolijeku-outer, .uvjetikoristenja-outer {
    padding: 40px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.pravilaprivatnosti-inner-contentbox h2,.impressum-inner-contentbox h2, .uputaolijeku-inner-contentbox h2, .uvjetikoristenja-inner-contentbox h2   {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #316297;
    margin-bottom: 10px;
}

.pravilaprivatnosti-inner-contentbox, .impressum-inner-contentbox, .uputaolijeku-inner-contentbox, .uvjetikoristenja-inner-contentbox {
    margin-bottom: 20px;
}

.pravilaprivatnosti-inner-contentbox p, .impressum-inner-contentbox p, .uputaolijeku-inner-contentbox p, .uvjetikoristenja-inner-contentbox p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.pravilaprivatnosti-inner-contentbox ul, .uputaolijeku-inner-contentbox ul, .uputaolijeku-inner-contentbox ol, .uvjetikoristenja-inner-contentbox ol {
    padding-left: 30px;
}

.pravilaprivatnosti-inner-contentbox ul li, .uputaolijeku-inner-contentbox ul li, .uputaolijeku-inner-contentbox ol li, .uvjetikoristenja-inner-contentbox ol li {
    margin-left: 30px;
    margin-bottom: 10px;
}

.pravilaprivatnosti-inner-contentbox h3, .uputaolijeku-inner-contentbox h3, .uvjetikoristenja-inner-contentbox h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #316297;
    margin-bottom: 10px;
}
.pravilaprivatnosti-inner-contentbox a, .impressum-inner-contentbox a, .uputaolijeku-inner-contentbox a, .uvjetikoristenja-inner-contentbox a {
    color: #316297;
}
.uputaolijeku-inner-contentbox h4{
    font-weight: 800;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #316297;
    margin-bottom: 10px;
}
.uputaolijeku-inner-contentbox-img-text {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.uputaolijeku-inner-contentbox-img {
    width: 20%;
}

.uputaolijeku-inner-contentbox-text {
    width: 80%;
}

.uputaolijeku-inner-contentbox-img img {
    width: 100%;
}