* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'urbanist';
    src: url('/fonts/static/Urbanist-Medium.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}
@font-face {
    font-family: 'urbanistlight';
    src: url('/fonts/static/Urbanist-Light.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'urbanist', sans-serif;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.navbarlogo {
    width: 50px;
    height: 50px;
}
/* navbarone */
.arrow_down_health,
.arrow_down_tours,
.arrow_down_services{
    width: 20px;
}
.firstpage {
    position: relative;
    width: 100vw;
    height: 15vh;
    background-color: rgb(255, 255, 255);
    user-select: none;
    overflow: visible;
    z-index: 15;
}
.front_links {
    z-index: 20;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.front_links_innerdiv img {
    width: 70px;
    height: 70px;
}
.navbar1_div > div > div > a {
    text-decoration: none;
    font-size: 100%;
    font-family: 'Urbanist';
    color: rgb(0, 0, 0);
}
.navbar1_div > div > div > a:after {
    content: '';
    position: relative;
    width: 0;
    height: 1%;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s;
    display: block;
}
.navbar1_div > div > div > a:hover:after {
    width: 100%;
}
.navbar1_div > div > div > a:focus {
    outline: none;
}
.navbar1_div_left {
    position: relative;
    width: 10%;
    height: 100%;
    margin-left: 3%;
    top: -10%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.navbar1_div_left a {
    height: 10vh;
}
.navbar1_div_left a:focus {
    outline: none;
}
.navbar1_div > div {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 3%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.navbar1_div > div > div {
    display: flex;
    flex-wrap: nowrap;
    height: 70%;
}
.navbar1_div {
    position: relative;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow: hidden;
    background: white;
    z-index: 11;
}

.navbarone_dropdown.hovered a:after {
    width: 100%;
}

.navbarone_dropdowntwo.hoveredtwo a::after {
    width: 100%;
}
/* hover dropdown one */
.navbarone_dropdown_linksone {
    display: none;
    height: 0;
    width: 15vw;
    overflow: hidden;
    position: fixed;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 50px 5px rgb(0, 0, 0);
    user-select: none;
    z-index: 50;
}
.navbarone_dropdown_linksone a {
    width: 100%;
    text-decoration: none;
    font-size: 100%;

    color: rgb(0, 0, 0);
    display: block;
    padding: 5%;
    cursor: pointer;
}
/* navbar dropdown two */
.navbarone_dropdowntwo_linksone {
    display: none;
    height: 0;
    width: 15vw;
    overflow: hidden;
    position: fixed;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 50px 5px rgb(0, 0, 0);
    user-select: none;
    z-index: 50;
}
.navbarone_dropdowntwo_linksone a {
    width: 100%;
    text-decoration: none;
    font-size: 100%;

    color: rgb(0, 0, 0);
    display: block;
    padding: 5%;
    cursor: pointer;
}
.navbarone_dropdownfive_linksone {
    display: none;
    height: 0;
    width: 15vw;
    overflow: hidden;
    position: fixed;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 50px 5px rgb(0, 0, 0);
    user-select: none;
    z-index: 50;
}
.navbarone_dropdownfive_linksone a {
    width: 100%;
    text-decoration: none;
    font-size: 100%;

    color: rgb(0, 0, 0);
    display: block;
    padding: 5%;
    cursor: pointer;
}
.navbarone_dropdownfive.hovered_three a::after {
    width: 100%;
}
.sticky_navbar_top {
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100vw;
}
.first_image_div {
    position: relative;
    height: 80vh;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: hidden;
    pointer-events: none;
    user-select: none;
}
.first_image_div_innerdiv {
    width: 70%;
    position: relative;
    left: 0;
}
.first_image_div_innerdiv p {

    line-height: 1.5;
}
.first_image_div_innerdiv h1 {

    line-height: 1.5;
}
.firstpage_img {
    width: 100%;
    
}
.after_img_bg_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 25vh;
    width: 100vw;
    background: #69A5A4;
    user-select: none;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: hidden;
}
.after_img_bg_two {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 65%;
}
.after_img_bg_two h2 {
    color: #ffffff;
    font-size: 190%;
}
.first_text_innerdiv {
    position: relative;
    width: 100vw;
}
.first_text_innerdiv_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    width: 50vw;
    gap: 50px;

}
.first_text_innerdiv_one > div h1 {
    font-size: 300%;
    pointer-events: none;
}
.first_text_innerdiv_one > div p {
    line-height: 1.5;
    pointer-events: none;
}
.first_text_innerdiv_one > div {
    width: 70%;
    user-select: none;
}
.first_text_btn {
    text-decoration: none;
    border: none;
    outline: none;
    padding: 5%;
    width: 30%;
    min-width: 200px;
    cursor: pointer;
    color: white;
    background: rgb(0, 0, 0);
    border-radius: 25px;
}
.image_info {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 1%;
    right: 5%;
}
.image_info_textbox {
    display: flex;
    flex-direction: row;
    position: relative;
    background: black;
    color: white;
    z-index: 9;
    gap: 10px;
    padding: 5%;
    border-radius: 20px;
    top: 10px;
}
.bottom_div {
    position: relative;
    width: 100vw;
    height: fit-content;
    user-select: none;
    z-index: 9;
    background: #000063;
}
.bottom_div_upperdiv {
    height: 80%;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow: hidden;
    z-index: inherit;
    background: #000063;
}
.bottom_div_lowerdiv {
    height: 20%;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow: hidden;
    z-index: inherit;
    background: #000063;
}
.bottom_div_upperdiv_baseline {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 15%;
    height: 40%;
    position: relative;
    margin-top: 3%;
    margin-left: 3%;
    user-select: none;
    pointer-events: none;
    user-select: none;
    z-index: inherit;
}
.bottom_div_upperdiv_baseline img {
    width: 150px;
}
.bottom_div_upperdiv_one {
    display: flex;
    justify-content: center;
    width: 35%;
    height: fit-content;
    position: relative;
    padding: 5%;
    margin-left: 3%;
    user-select: none;
    z-index: inherit;
    overflow: hidden;
}
.bottom_div_upperdiv_one p {
    font-size: 100%;

    color: rgb(255, 255, 255);
    flex-basis: 90%;
    line-height: 1.5;
    z-index: inherit;
}
.bottom_div_upperdiv_two {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    user-select: none;
    width: 25%;
    height: 90%;
    position: relative;
    margin-top: 1%;
    z-index: inherit;
}
.bottom_div_lowerdiv_one {
    width: 50%;
    height: 100%;
    padding: 3%;
    position: relative;
    z-index: inherit;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.bottom_div_lowerdiv_two {
    width: 50%;
    height: 100%;
    padding: 3%;
    position: relative;
    z-index: inherit;
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
    align-items: center;
}
.bottom_div_lowerdiv_two > div {
    width: 4%;
    margin-right: 1%;
    margin-left: 1%;
}
.bottom_div_lowerdiv_one p {
    font-size: 100%; 

    color: rgb(255, 255, 255);
}
/* quick bar */
.index_quick_bar_one {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 90%;
    padding: 5%;
}
.index_quick_bar_one_links {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    transition: all 0.5s;
    padding: 3% 20%;
    cursor: pointer;
}
.index_quick_bar_one_links {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    transition: all 0.5s;
    padding: 3% 20%;
    cursor: pointer;
}
.bottom_div {
    position: relative;
    width: 100vw;
    height: fit-content;
    user-select: none;
    background: linear-gradient(to left, rgb(0, 0, 167), rgb(0, 0, 0));
}
.index_quick_bar_one_links a {
    text-decoration: none;
    font-size: 100%;

    color: rgb(255, 255, 255);
}
.index_quick_bar_one_links:hover {
    transform: translateX(10%);
}
.index_quickmenu_header {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    padding: 1% 20%;
}
.index_quickmenu_header h2 {
    font-size: 100%;
    color: white;

}
/* for smaller devices */
.mobile_navbar1_div_left a {
    text-decoration: none;
}
.mobile_navbar1_div_left {
    margin-left: 5%;
}
.mobile_navbar1_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 110;
    user-select: none;
    overflow: hidden;
}
.subnav_btn {
    position: relative;
    font-size: 4rem;
    color: black;
    cursor: pointer;
    margin-right: 5%;
}
.subnav_btn i:focus, .subnav_btn i:active {
    outline: none;
}
.subnav_content a {
    text-decoration: none;
    color: black;
    flex-basis: 100%;
    display: block;

}
.subnav_content {
    position: fixed;
    top: 10vh;
    left: 0;
    width: 100vw;
    height: 0;
    background: white;
    z-index: 100;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}
#menucheckbox {
    display: none;
}
.menu_btn {
    display: block;
    position: relative;
}
.close_menu {
    display: none;
    position: relative;
}
::-webkit-scrollbar {
    width: 10px;
}
* {
    scrollbar-width: thin;
}
body {
    -ms-overflow-style: scrollbar;
}
.problems {
    position: relative;
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10%;
    user-select: none;
}
.problems_left {
    margin-top: 15vh;
    width: 40%;
    height: fit-content;
}
.problems_right {
    margin-top: 15vh;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
.problem_headers_left {
    margin-top: 15vh;
    width: 40%;
    height: fit-content;
    user-select: none;
}
.problem_headers_right {
    margin-top: 15vh;
    width: 40%;
    height: fit-content;
    user-select: none;
    display: flex;
    flex-direction: column;
}
.problems_left h1 {
    font-size: 300%;
    color: black;

    font-weight: lighter;
}
.problems_listed p {
    color: black;
    font-size: 150%;
    pointer-events: none;
}
.iconmid {
    width: 40px;
}
.problems_mentioned {
    position: relative;
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    user-select: none;
    pointer-events: none;
}
.problems_mentioned_sections {
    width: 100vw;
    height: fit-content;
    margin: 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.problems_mentioned_sections_left {
    width: 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.problems_mentioned_sections_right {
    width: 40%;
    display: flex;
    flex-direction: column;
    line-height: 2;
}
.problems_mentioned_sections_left p, span {
    color: black;
    font-size: 200%;
}
.problems_mentioned_sections_headings {
    width: 100vw;
    height: fit-content;
    margin: 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.problem_hr {
    width: 90vw;
}
.iconspanmid {
    width: 100px;
}
.cta_section {
    position: relative;
    width: 100vw;
    height: 120vh;
    background: #000000;
    display: flex;
    flex-direction: row;
    user-select: none;
}
.cta_section_left {
    position: absolute;
    background: #c1fff7;
    padding: 5%;
    padding-top: 10%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 40%;
    height: fit-content;
    margin-top: 10%;
    left: 15%;
    z-index: 11;
    border-radius: 20px;
}
.cta_section_right {
    position: absolute;
    background: #fee3d3;
    padding: 5%;
    padding-left: 25%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 50%;
    height: fit-content;
    margin-top: 5%;
    right: 15%;
    z-index: 9;
    border-radius: 20px;
}
.getstarted_div {
    width: 50%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.getstarted {
    text-decoration: none;
    color: white;
    font-size: 100%;
    padding: 10%;
}
.cta_section_left h1 {
    font-size: 200%;
}
.cta_section_left p {
    font-size: 100%;
}
.cta_section_right h1 {
    font-size: 200%;
}
.cta_section_right p {
    font-size: 100%;
}
.first_divs {
    display: flex;
    flex-direction: row;
}
@media (min-width: 1px) and (max-width: 700px) {
    .first_text_innerdiv_one {
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 5;
        width: 100%;
        user-select: none;
        pointer-events: none;
        margin-top: 10vh;
        margin-bottom: 5%;
    }
    .first_image_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: fit-content;
        width: 100vw;
        pointer-events: none;
        user-select: none;
    }
    .first_divs {
        display: flex;
        flex-direction: column;
        height: fit-content;
    }
    .problems {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 3%;
    }
    .problems_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
    }
    .problems_right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5vh;
        margin-bottom: 5vh;
        width: 80%;
        gap: 20px;
    }
    .image_info_textbox {
        width: 90vw;
    }
    .problems_mentioned {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }
    .problems_mentioned_sections {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 3%;
    }
    .problems_mentioned_sections_left,
    .problems_mentioned_sections_right {
        display: flex;
        flex-direction: column;
        width: 80vw;
        margin: 1%;
    }
    .cta_section {
        position: relative;
        width: 100vw;
        height: fit-content;
        background: #000000;
        display: flex;
        flex-direction: column;
        user-select: none;
        padding: 10%;
    }
    .cta_section_left {
        position: relative;
        background: #c1fff7;
        padding: 10%;
        padding-top: 10%;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        width: 100%;
        height: fit-content;
        margin-top: 0;
        left: 0;
        z-index: 11;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .cta_section_right {
        position: relative;
        background: #fee3d3;
        padding: 10%;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        width: 100%;
        height: fit-content;
        margin-top: 0;
        right: 0;
        z-index: 9;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .problems_mentioned_sections_headings {
        display: none;
    }
    .after_img_bg_two {
        width: 70%;
    }
}
@media (min-width: 700px) and (max-width: 1396px) {
    .first_text_innerdiv_one {
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 5;
        width: 100%;
        user-select: none;
        pointer-events: none;
        margin-top: 10vh;
        margin-bottom: 5%;
    }
    .first_image_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: fit-content;
        width: 100vw;
        pointer-events: none;
        user-select: none;
    }
    .first_divs {
        display: flex;
        flex-direction: column;
        height: fit-content;
    }
    .problems {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 3%;
    }
    .problems_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
    }
    .problems_right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5vh;
        margin-bottom: 5vh;
        width: 80%;
        gap: 20px;
    }
    .image_info_textbox {
        width: 90vw;
    }
    .problems_mentioned {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }
    .problems_mentioned_sections {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 3%;
    }
    .problems_mentioned_sections_left,
    .problems_mentioned_sections_right {
        display: flex;
        flex-direction: column;
        width: 50vw;
        margin: 1%;
    }
    .cta_section {
        position: relative;
        width: 100vw;
        height: fit-content;
        background: #000000;
        display: flex;
        flex-direction: column;
        user-select: none;
        padding: 10%;
    }
    .cta_section_left {
        position: relative;
        background: #c1fff7;
        padding: 10%;
        padding-top: 10%;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        width: 100%;
        height: fit-content;
        margin-top: 0;
        left: 0;
        z-index: 11;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .cta_section_right {
        position: relative;
        background: #fee3d3;
        padding: 10%;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        width: 100%;
        height: fit-content;
        margin-top: 0;
        right: 0;
        z-index: 9;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .problems_mentioned_sections_headings {
        display: none;
    }
    .after_img_bg_two {
        width: 70%;
    }
    .getstarted {
        padding: 5%;
    }
    .first_text_btn {
        padding: 3%;
    }
    .image_info_textbox {
        padding: 3%;
    }
}