@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;
}
.fixedwhatsapp {
    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%;
}

.navbarone_dropdownfive.hovered_three 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;
}
.top_text {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 11;
    pointer-events: none;
    user-select: none;
}
.top_text_innerdiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3%;
    z-index: 11;
    user-select: none;
}
.top_text h2 {
    text-decoration: none;
    font-size: 150%;
    color: black;

}
.main_bg_one {
    width: 95vw;
    height: fit-content;
    background: white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    z-index: 11;
    user-select: none;
}
.main_bg_left {
    width: 90vw;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: white;
}
.main_left_one {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product_image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    text-align: center;
    display: flex;
    margin: 1px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    z-index: 12;
    border-radius: 20px;
}
.product {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    height: 60vh;
    width: 60vw;
    z-index: 7;
}
.product_image {
    background-image: url(../images/obesityaesthetics.png);
}
.main_left_two {
    width: 80%;
    background: white;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 7%;
    z-index: 11;
    user-select: none;
    overflow-y: hidden;
}
.main_left_two h2 {
    color: black;
    text-decoration: none;

    font-size: 120%;
    padding: 3%;
}
.main_left_two p {
    color: rgb(77, 77, 77);

    font-size: 100%;
    line-height: 1.5;
    font-size: 100%;
}
.main_bg_right {
    width: 40vw;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3%;
    z-index: 11;
}
.main_right_includes {
    background: white;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    padding: 7%;
    z-index: 11;
    user-select: none;
    overflow-y: hidden;
    gap: 1.5em;
}
.main_right_includes h2 {
    font-size: 130%;
    color: rgb(0, 0, 0);

}
.main_right_includes > ul {
    flex-basis: 100%;
    list-style-type: none;
}
.main_right_includes > ul > li:before {
    content: "\2713";
    margin-right: 0.5em;
}
.main_right_includes > ul > li {
    content: "\2713";
    margin-right: 0.5em;
    color: rgb(0, 0, 0);
}
.main_right_one {
    position: relative;
    width: 90%;
    height: fit-content;
}
.main_right_one a {
    text-decoration: none;
}
/* connection links */
.connection_links {
    position: relative;
    overflow-y: hidden;
    width: 90%;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    cursor: pointer;
    margin: 7%;
    z-index: 150;
    border-radius: 20px;
}
.connection_links_texts {
    position: relative;
    padding: 5%;
    width: fit-content;
}
.connection_links_texts P {
    color: rgb(255, 255, 255);
    font-size: 110%;

    line-height: 1.5;
}

/* bottom div bottom quick menu*/
.bottom_div {
    position: relative;
    width: 100vw;
    height: 80vh;
    user-select: none;
    background: #000063;
}
.bottom_div_upperdiv {
    height: 80%;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow: hidden;
    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: 13;
}
.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: 13;
    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;
}
.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;
}

.dropdown_reach_one {
    display: none;
    height: 0;
    width: 10vw;
    overflow: hidden;
    position: fixed;
    background: none;
    user-select: none;
    z-index: 50;
}
.dropdown_reach_two {
    display: none;
    height: 0;
    width: 10vw;
    overflow: hidden;
    position: fixed;
    background: none;
    user-select: none;
    z-index: 50;
}
.dropdown_reach_five {
    display: none;
    height: 0;
    width: 10vw;
    overflow: hidden;
    position: fixed;
    background: none;
    user-select: none;
    z-index: 50;
}
@media (min-width: 100px) and (max-width: 1396px) {
    .main_bg_one {
        width: 95vw;
        height: fit-content;
        background: white;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        z-index: 11;
        user-select: none;
    }   
}