@keyframes reveal {
    0% {
        transform: translate(0, 100%);
    }

    100% {
        transform: translate(0, 0);
    }
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

.heading-1 {
    font-family: "Made Mirage";
    font-size: 80px;
    line-height: 1.25;
    font-weight: 400;
    color: #000d40;
}

.heading-1--small {
    font-size: 60px;
}

.heading-2 {
    font-family: "Made Mirage";
    letter-spacing: 3.2px;
    font-size: 30px;
    font-weight: 400;
}

.body-copy {
    font-family: "Montserrat";
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
}

.body-copy--light {
    font-weight: 300;
}

.heading-4 {
    font-family: "Brandon Grotesque";
    font-size: 20px;
    letter-spacing: 0.04px;
    font-weight: 400;
    text-transform: uppercase;
}

.u-image-contain {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.u-image-cover {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.u-text-primary {
    color: #000d40;
}

.navbar {
    position: relative;
    width: 100%;
    height: 270px;
    background-color: #000d40;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar--white-el::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 720px;
    background-color: #fff;
    z-index: 1;
}

.navbar__container {
    position: relative;
    max-width: 1660px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.navbar__logo {
    width: 115px;
    min-width: 115px;
    height: 93px;
    margin-right: 85px;
}

.navbar__menu {
    display: flex;
    align-items: center;
}

.navbar__menu-items {
    display: flex;
}

.navbar__menu-items > :not(:last-child) {
    margin-right: 45px;
}

.navbar__menu-item,
.navbar__menu-item:link,
.navbar__menu-item:visited {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar__menu-item--active,
.navbar__menu-item--active:link,
.navbar__menu-item--active:visited {
    color: #59c1d3;
}

.navbar__menu-item--login,
.navbar__menu-item--login:link,
.navbar__menu-item--login:visited {
    color: #000d40;
}

body {
    background-color: #10373c;
}

@font-face {
    font-family: "Juana";
    src: url("../../assets/fonts/Juana/juana-regular.otf");
}

@font-face {
    font-family: "Calibri Regular";
    src: url("../../assets/fonts/calibri.ttf");
}

@font-face {
    font-family: "Times New Roman";
    src: url("../../assets/fonts/timesNewRoman.ttf");
}

.container {
    width: 77%;
    margin-left: auto;
    margin-right: auto;
}

.d-flex {
    display: flex;
}

.no-overflow {
    overflow-x: hidden !important;
}

@keyframes zoomOut {
    0% {
        transform: scale(2);
        filter: blur(15px);
    }

    100% {
        transform: scale(1);
        filter: blur(0px);
    }
}

.landing-background {
    background: url(../assets/images/bg1.jpg);
    background-size: cover;
    background-position: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0px;
    animation: zoomOut 10s;
}

.landing-section {
    height: 100vh;
    background-size: cover;
    background-position: 0vw 0vh;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.address {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 360px) {
    .landing-section {
        background-position: center;
    }
}

@media only screen and (min-width: xspx) {
    .landing-section {
        background-position: center;
    }
}

@media screen and (max-height: 652px) {
    .landing-section {
        overflow-y: scroll;
    }
}

.landing-section__bg {
    padding-top: 13rem;
}

@media only screen and (min-width: 360px) {
    .landing-section__bg {
        padding-top: 3rem;
    }
}

@media only screen and (min-width: xspx) {
    .landing-section__bg {
        padding-top: 3rem;
    }
}

@media only screen and (min-width: 390px) {
    .landing-section__bg {
        padding-top: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-section__bg {
        padding: 0;
    }
}

.landing-section__logo {
    margin-top: 30px;
    max-width: 55%;
    animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

@media only screen and (min-width: 360px) {
    .landing-section__logo {
        margin-top: 6rem;
    }
}

@media only screen and (min-width: xspx) {
    .landing-section__logo {
        margin-top: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-section__logo {
        margin-top: 8rem;
        max-width: 25%;
    }
}

@media only screen and (min-width: 1679px) {
    .landing-section__logo {
        width: 50%;
        padding-top: 5%;
    }
}

@media only screen and (min-width: 3340px) {
    .landing-section__logo {
        width: 90%;
    }
}

.landing-section__logoCanvas {
    overflow: hidden;
}

.landing-section__linkd {
    position: fixed;
    top: 0;
    right: 10%;
}

@media only screen and (min-width: 360px) {
    .landing-section__linkd {
        width: 3rem;
    }
}

@media only screen and (min-width: xspx) {
    .landing-section__linkd {
        width: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-section__linkd {
        width: 4rem;
    }
}

.landing-section__description {
    font-size: 22px;
    line-height: 24px;
    max-width: 100%;
    margin-top: 20px; /* Changed */
    color: white;
    font-family: "Calibri Regular";
    font-weight: 100;
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden !important;
    animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

@media only screen and (min-width: 360px) {
    .landing-section__description {
        font-size: 16px;
        margin-top: 24px;
    }
}

@media only screen and (min-width: xspx) {
    .landing-section__description {
        font-size: 16px;
        margin-top: 24%;
    }
}

@media only screen and (min-width: 390px) {
    .landing-section__description {
        font-size: 18px;
        margin-top: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-section__description {
        font-size: 18px;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1679px) {
    .landing-section__description {
        font-size: 22px;
        margin-top: 20px;
    }
}

.landing-section__descriptionContainer {
    overflow: auto;
}

.landing-section__footer {
    display: flex;
    flex-direction: column;
    place-self: end;
    color: white;
    font-family: "Calibri Regular";
    width: 100%;
    margin-top: 100px;
    padding-bottom: 0px;
    text-align: center;
    z-index: 99;
    left: 0%;
    overflow: hidden;
    /*     @include media-breakpoint-up(x) {
      bottom: 10px;
    }

    @include media-breakpoint-up(xi) {
      margin-bottom: 50px;
    }

    @include media-breakpoint-up(fk) {
      font-size: 40px;
    } */
}

@media only screen and (min-width: 390px) {
    .landing-section__footer {
        position: relative;
        padding-bottom: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .landing-section__footer {
        position: relative !important;
        font-size: 15px;
    }
}

@media screen and (max-height: 652px) {
    .landing-section__footer {
        position: relative;
    }
}

.landing-section__footerContainer {
    animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.landing-section__line {
    font-size: 13px;
    font-weight: 100;
    padding: 20px 20px 0px 20px;
    line-height: 2.5px;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.5;
    z-index: 100;
}

.landing-section__line:hover {
    opacity: 1;
    cursor: pointer;
}

@media only screen and (min-width: 360px) {
    .landing-section__line {
        padding: 5px 5px 0px 5px;
    }
}

@media only screen and (min-width: xspx) {
    .landing-section__line {
        padding: 5px 5px 0px 5px;
    }
}

@media only screen and (min-width: 1679px) {
    .landing-section__line {
        font-size: 16px;
    }
}

.landing-section__copy {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    margin-top: 25px;
}

@media only screen and (min-width: 1200px) {
    .landing-section__copy {
        position: relative;
        bottom: 5px;
        margin: 0 auto;
        padding-top: 25px;
    }
}

@media only screen and (min-width: 1679px) {
    .landing-section__copy {
        font-size: 14px;
    }
}

@media screen and (min-width: 390px) and (max-width: 652px) {
    .landing-section__copy {
        /* position: initial !important; */
        margin-top: 24px;
    }
}

@media screen and (max-height: 652px) {
    .landing-section__copy {
        position: initial !important;
        margin-top: 100px;
    }
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

@media screen and (max-width: 500px) {
    .modal {
        padding-top: 20px;
        z-index: 1000;
    }
}

/* Modal Content */
.modal-content {
    position: relative;
    border-radius: 5px;
    background-color: #10373c;
    margin: auto;
    padding: 0;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.modal-header {
    padding: 50px;
    font-family: "Calibri";
    font-size: 22px;
    background-color: #10373c;
    color: white;
    text-align: left;
}

@media screen and (max-width: 500px) {
    .modal-header {
        padding: 25px;
    }
}

.modal-body {
    max-height: 310px;
    color: #ffffff;
    font-family: "Calibri";
    overflow-y: scroll;
    margin: 25px 50px;
    background-color: #10373c;
    text-align: left;
}

@media screen and (max-width: 500px) {
    .modal-body {
        margin: 12.5px 25px;
    }
}

.modal-body__green-title {
    color: #52bf97;
    font-size: 20px;
    font-weight: bold;
    font-family: "Calibri Regular";
    margin-bottom: 30px;
}

.modal-body__p {
    font-family: "Calibri Regular";
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
    padding-right: 25px;
}

@media screen and (max-width: 900px) {
    .modal-body__p {
        font-size: 14px;
    }
}

.modal-footer {
    padding: 25px 50px;
    background-color: #10373c;
    color: white;
    text-align: left;
}

@media screen and (max-width: 500px) {
    .modal-footer {
        padding: 25px;
    }
}

.close {
    font-size: 18px;
    color: white;
    font-family: "Calibri";
    font-weight: 200;
    letter-spacing: 1px;
    text-align: left;
    vertical-align: middle;
    padding: 10px 25px 10px 25px;
    border: 1px solid #52bf97;
    background: #10373c;
    border-color: #52bf97;
    transition: 0.5s ease-in-out;
}

.close:hover {
    color: #52bf97;
    background-color: #10373c;
}

.modal-body::-webkit-scrollbar {
    width: 7px;
    background-color: grey;
    border-radius: 10px;
    -webkit-overflow-scrolling: auto;
}

/* Track */
.modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.modal-body::-webkit-scrollbar-thumb {
    background: #52bf97;
    border-radius: 10px;
}

/* Handle on hover */
.modal-body::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

@font-face {
    font-family: "Juana";
    src: url("../../assets/fonts/Juana/juana-regular.otf");
}

@font-face {
    font-family: "Times New Roman";
    src: url("../../assets/fonts/timesNewRoman.ttf");
}

.privacy-section__content {
    margin-top: 100px;
}

.privacy-section__ul {
    padding-left: 1rem;
}

.privacy-section__title {
    font-size: 50px;
    margin-top: 50px;
    font-weight: bold;
    color: #52bf97;
    font-family: "Times New Roman";
}

.privacy-section__back {
    color: white;
    font-size: 20px;
    padding-left: 20px;
    font-family: "Calibri Regular";
}

.privacy-section__green-title {
    color: #52bf97;
    font-size: 30px;
    font-weight: bold;
    font-family: "Calibri Regular";
    margin-bottom: 30px;
}

.privacy-section__white-content {
    margin-top: 100px;
    padding: 150px 0px;
    background-color: white;
}

.privacy-section__p {
    font-family: "Calibri Regular";
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: justify;
}

@media screen and (max-width: 900px) {
    .privacy-section__p {
        font-size: 17px;
    }
}

.privacy-section__p--inset {
    margin-left: 25px;
}

.privacy-section__ul {
    font-family: "Calibri Regular";
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

@media screen and (max-width: 900px) {
    .privacy-section__ul {
        font-size: 17px;
        padding-left: 20px;
    }
}

.privacy-section__footer {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
}

.privacy-section__footer img {
    height: auto;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1679px) {
    .privacy-section__footer {
        flex-direction: row;
    }
}

.privacy-section__footer-navigation {
    justify-content: space-around;
    width: 100%;
    display: flex;
    margin-left: 0px;
    padding-top: 30px;
    flex-direction: column;
    text-align: center;
}

@media only screen and (min-width: 1679px) {
    .privacy-section__footer-navigation {
        flex-direction: row;
        margin-left: 100px;
        padding-top: 20px;
    }
}

.privacy-section__footer-link {
    text-decoration: none;
    color: white;
    font-family: "Calibri Regular";
    opacity: 0.6;
    transition: 1s;
    margin-bottom: 10px;
    font-size: 16px;
}

.privacy-section__footer-link:hover {
    opacity: 1;
}

.privacy-section__footer-link--active {
    opacity: 1;
}

.privacy-section__back-link {
    text-decoration: none;
}

.privacy-section__subfooter {
    position: relative;
    text-align: center;
    padding: 15px 20px;
    font-family: "Calibri Regular";
    color: white;
    background: #52bf97;
}

table {
    font-family: "Calibri Regular";
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    width: 33%;
}

tr:nth-child(1) {
    background-color: #dddddd;
}
