html {
    scroll-behavior: smooth;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}
.aupop-button {
    font-family: "Open Sans", sans-serif;
    border: 1px solid #020202;
    padding: 10px 15px;
    text-decoration: none;
    color: #020202;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s linear;
}
.aupop-button:hover, .aupop-button.button-focused {
    background-color: #020202;
    color: #ffffff;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    z-index: 1000;
    transition: 0.3s linear;
}
header.header-moved {
    background-color: #4656a5;
    box-shadow: 0px 0px 10px #2b2b2b;
}

header.header-moved .aupop-button {
    border: 1px solid #ffffff;
    color: #ffffff;
}
header.header-moved .aupop-button:hover {
    background-color: #ffffff;
    color: #4656a5;
}
header #header-container {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
header #header-container .header-left img {
    width: 200px;
}
header #header-container .header-left img.logo-moved {
    display: none;
}
header.header-moved #header-container .header-left img {
    display: none;
}
header.header-moved #header-container .header-left img.logo-moved {
    display: block;
}
header.header-moved div ul li a:not(.aupop-button) {
    color: #ffffff;
}
header div ul {
    padding: 0;
    margin: 0;
    display: flex;
}
header div ul li {
    list-style: none;
    margin: 15px 10px;
}
header div ul li a:not(.aupop-button) {
    text-decoration: none;
    color: #020202;
    font-size: 18px;
}
header div ul li a:not(.aupop-button):hover {
    text-decoration: underline;
}

#first-look {
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, rgb(55 65 95 / 63%) 65%, rgb(255 255 255) 100%);
    font-family: "Tilt Warp", serif;
}
#first-look video {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
}
#first-look #first-look-container {
    width: 1000px;
    margin: 0px auto 0px auto;
    padding-top: 150px;
    display: flex;
    position: relative;
}
#first-look #first-look-container #first-look-message {
    height: 500px;
    width: 100%;
}
#first-look #first-look-container #first-look-message h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
}
#first-look #first-look-container #first-look-message h2 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}
#first-look #first-look-container #first-look-message p {
    display: block;
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 20px;
}



#data-numbers {
    background-color: #0f2341;
    width: 100%;
}
#data-numbers ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 40px;
}
#data-numbers ul li {
    list-style: none;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-family: "Tilt Warp", serif;
}
#data-numbers ul li a {
    color: #ffffff;
    text-decoration: underline;
}
#data-numbers ul li div:first-child {
    font-weight: bold;
    font-size: 35px;
}
#data-numbers ul li div:not(:first-child) {
    font-size: 22px;
}

#slogan {
    width: 1000px;
    margin: 50px auto;
    position: relative;
    z-index: 10px;
}
#slogan h2 {
    font-size: 30px;
    font-family: "Tilt Warp", serif;
    text-align: center;
    color: #333333;
    font-weight: 100;
    margin-bottom: 70px;
}
#slogan ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    gap: 30px;
}
#slogan ul li {
    width: 30%;
    list-style: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
#slogan ul li img {
    width: 30px;
}
#services-container {
    background-color: #0f2341;
    padding: 50px;
}
#services-content-container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
#services-container h2 {
    font-size: 30px;
    font-family: "Tilt Warp", serif;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 70px;
}
#services-container ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}
#services-container ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #203657;
    padding: 0 30px;
    flex: 1;
}
#services-container ul li:last-child {
    border-right: 0;
}
#services-container ul li .service-icon {
    background-color: #4656a5;
    padding: 20px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: relative;
    text-align: center;
}
#services-container ul li .service-icon img {
    width: 80px;
    display: inline-block;
    margin-top: 5px;
}
#services-container ul li .service-icon small {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
}
#services-container ul li h3 {
    color: #ffffff;
}
#services-container ul li p {
    color: #cccbcb;
    text-align: center;
}
#faq-container {
    width: 1000px;
    margin: 50px auto 0 auto;
    position: relative;
    z-index: 10px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#faq-container h2 {
    font-size: 30px;
    font-family: "Tilt Warp", serif;
    text-align: center;
    color: #333333;
    font-weight: 100;
    margin-bottom: 70px;
}
#faq-container-list {
    display: flex;
    padding: 0;
    margin: 0;
    width: 800px;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}
#faq-container-list li {
    list-style: none;
    list-style: none;
    background-color: #4656a5;
    color: #ffffff;
    font-size: 17px;
}
#faq-container-list li:hover {
    background-color: #5b6cbe;
}
#faq-container-list li:hover p {
    display: block;
}
#faq-container-list li span {
    display: inline-block;
    padding: 15px 30px;
}
#faq-container-list li p {
    display: none;
    margin: 0px;
    padding: 35px 30px;
    border-top: 1px solid #333333;
    background-color: #0f2341;

    a {
        color: #ffffff;
        font-weight: 500;
    }
}

footer {
    margin-top: 100px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    background: #21262c;
    color: #fff;
}
footer #footer-container {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
footer #footer-container .footer-info {
}
footer #footer-container .footer-info #footer-brand {
    display: flex;
    gap: 30px;
    align-items: center;
}
footer #footer-container .footer-info #footer-brand > img {
    width: 150px;
    height: 150px;
}
footer #footer-container .footer-info #footer-brand > img {
    font-size: 15px;
}
footer #footer-container .footer-info p {
    text-align: left;
    width: 200px;
}
footer #footer-container .footer-sections ul {
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
footer #footer-container .footer-sections ul li {
    list-style: none;
    margin: 0 10px;
}
footer #footer-container .footer-sections ul li i {
    font-size: 30px;
}
footer #footer-container .footer-sections {
    flex: 1;
}
footer #footer-container .footer-sections ul {
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
footer #footer-container .footer-sections ul li {
    list-style: none;
    margin: 0 20px;
}
footer #footer-container .footer-sections ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
footer #footer-container .footer-sections ul li a:hover {
    text-decoration: underline;
}
footer #footer-disclaimer {
    text-align: center;
    font-weight: 400;
    margin-top: 50px;
}
footer #footer-disclaimer h3 {
    font-weight: 500;
    font-size: 15px;
}

#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
@media (max-width: 1160px) {
    #slogan, #services-content-container, #faq-container, header #header-container, #faq-container-list, #first-look #first-look-container, footer #footer-container {
        width: calc(100vw - 40px);
    }
    header {
        width: calc(100% - 30px);
    }
    #first-look video {
        width: 150%;
    }
}
@media (max-width: 800px) {
    #slogan, #services-content-container, #faq-container, header #header-container, #faq-container-list, #first-look #first-look-container, footer #footer-container {
        width: calc(100vw - 40px);
    }
    header {
        width: calc(100% - 30px);
    }
    #header-container {
        padding: 0;
    }
    .header-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    header .aupop-button {
        font-size: 15px;
        padding: 10px;
    }
    header div ul li:first-child{
        display: none;
    }
    header #header-container .header-left img {
        width: 150px!important;
    }
    #catch-price {
        font-size: 60px!important;
        margin: 40px 0px;
    }
    #first-look #first-look-container #first-look-message h1 {
        font-size: 30px;
    }
    #first-look #first-look-container #first-look-message h2 {
        font-size: 20px;
    }
    #first-look #first-look-container {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    #first-look video {
        width: 300vw;
        left: -100px;
    }
    #slogan ul li {
        width: 45%;
        font-size: 16px;
    }
    #services-container {
        padding: 50px 0;
    }
    #services-container ul {
        flex-wrap: wrap;
    }
    #services-container ul li {
        border: 0;
    }
    footer #footer-container {
        flex-wrap: wrap;
    }
    footer #footer-container .footer-info #footer-brand > img {
        width: 120px;
        height: 120px;
    }
}


.toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ec1b08;
    color: white;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    animation: fadeInToast 0.5s ease-out forwards;
  }

  @keyframes fadeInToast {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
      pointer-events: auto;
    }
  }
  @media (max-width: 800px) {
    .toast {
        width: 80%;
    }
  }