html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: normal;
    margin: 0;
}

a {
    display: inline-block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}



.fw_reg {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.fw_med {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.fw_sem {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.fw_bold {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.fw_extra {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}


.body_container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.border {
    border: 1px solid #692D90;
}

.flex {
    display: flex;
}

.align_cent {
    align-items: center;
}

.max_width {
    max-width: 1120px;
    margin: auto;
}

.sec_pading {
    padding-bottom: 80px;
    padding-top: 80px;
}

.text_cent {
    text-align: center;
}

.border_r_16 {
    border-radius: 16px;
}

.mb_4 {
    margin-bottom: 4px;
}

.mb_8 {
    margin-bottom: 8px;
}

.mb_12 {
    margin-bottom: 12px;
}

.mb_16 {
    margin-bottom: 16px;
}

.mb_24 {
    margin-bottom: 24px;
}

.mb_32 {
    margin-bottom: 32px;
}

.mb_48 {
    margin-bottom: 48px;
}

.mb_80 {
    margin-bottom: 80px;
}

.pad_24 {
    padding: 24px;
}

.pad_32 {
    padding: 32px;
}

.gap_32 {
    gap: 32px;
}

.f_galben {
    color: #F5E31A;
}

.f_albastru {
    color: #0095DA;
}

.f_rosu {
    color: #EC2028;
}

.f_verde {
    color: #00A500;
}

.f_dark {
    color: #2C2C2C;
}

.f_gri {
    color: #3C133D;
    opacity: 0.8;
}

.fs_64 {
    font-size: 64px;
    letter-spacing: -2.56px;
}

.fs_48 {
    font-size: 48px;
    letter-spacing: -1.92px;
}

.fs_32 {
    font-size: 32px;
    letter-spacing: -1.28px
}

.fs_24 {
    font-size: 24px;
    letter-spacing: -0.96px;
}

.fs_20 {
    font-size: 20px;
    letter-spacing: -0.4px;
}

.fs_16 {
    font-size: 16px;
    letter-spacing: -0.64px;
}

.fs_14 {
    font-size: 14px;
}

h3.fs_14 {
    letter-spacing: 3.36px;
}

a.fs_14 {
    letter-spacing: 0.7px;
}

.box_shadow {
    box-shadow: 8px 8px 0px #552B7A;
}

.bg_dark {
    background-color: #000;
}

.bg_gri {
    background-color: #2C2C2C;
}

.top_nav_container {
    height: 80px;
}

.top_nav_wrap {
    justify-content: space-between;
    height: 100%;
}

.top_nav_logo_wrap a img {
    display: block;
    height: 50px;
    width: auto;
}

.top_nav_menu_wrap ul {
    gap: 48px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid #EC2028;
    border-radius: 50px;
    background-color: #EC2028;
    width: 180px;
    height: 40px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.7px;
}

.btn img {
    display: block;
    width: 17px;
    height: auto;
    margin-left: 6px;
}

.header_text_wrap {
    flex-direction: column;
    width: 50%;
    margin: auto;
}

.btn_alt {
    background-color: #000;
    color: #EC2028;
}

.galerie_container img {
    width: 352px;
    height: auto;
    border-radius: 16px;
    box-shadow: 8px 8px 0px #552B7A;
    border: 1px solid #692D90;
}

.owl-carousel .item {
    padding-bottom: 8px;
}

h3 {
    text-transform: uppercase;
}

.section_text_wrap {
    width: 50%;
}

.op_06 {
    opacity: 0.6;
}

.section_img_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    gap: 32px;
}

.img_big_wrap {
    width: 100%;
    height: calc(60% - 32px);
    overflow: hidden;
}

.img_big_wrap img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.img_big_wrap video {
    display: block;
    width: 100%;
    height: auto;
}
.img_small_wrap {
    width: 40%;
    height: 40%;
    flex-grow: 1;
    overflow: hidden;
}

.img_small_wrap img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.p_zona_parinti {
    display: flex;
    align-items: flex-start;
}

.p_zona_parinti img {
    display: block;
    width: 8px;
    margin-right: 8px;
    margin-top: 5px;
}

.section_title_wrap {
    width: 50%;
    margin: auto;
}

.pachet_item {
    width: 352px;
    background-color: #F0F4F1;
}

.pachet_container {
    justify-content: center;
}

.dot {
    margin-right: 4px;
    margin-left: 16px;
}

.pachet_btn {
    width: 100%;
}

.btn_albastru {
    background-color: #27AAE1;
    border: 1px solid #27AAE1;
}

#gallery--getting-started {
    column-count: 4;
    gap: 32px;
}

.galery_item {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 32px;
}

.galery_item a img {
    display: block;
    width: 100%;
    height: auto;
}

.review_item {
    width: 352px !important;
    margin-bottom: 8px;
}

.owl-carousel .item.review_item {
    padding-bottom: 32px;
    margin-bottom: 8px;
}

.review_google_wrap {
    width: 40px;
    height: 40px;
}

.review_google_wrap img {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 16px;
}

.review_nume_wrap {
    padding-left: 16px;
}

.review_nume_wrap img {
    width: auto !important;
    height: 16px;
}

.separator_contact {
    width: 100%;
    height: 1px;
    background-color: #F5E31A;
}

.date_contact_container {
    justify-content: center;
}

.date_contact_title_wrap {
    width: 33.3333333%;
}

.date_contact_main_wrap {
    width: 33.3333333%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date_contact_name_wrap {
    width: 40%;
    flex-grow: 1;
}

.date_contact_val_wrap {
    width: 60%;
    flex-grow: 1;
}

.date_contact_item_wrap {
    width: 100%;
}

.date_contact_name_wrap {
    text-align: right;
}

.social_btn {
    padding: 2px 14px 3px 14px;
    border: 1px solid #F5E31A;
    border-radius: 50px;
    letter-spacing: -0.6px !important;
}

.map {
    width: 100%;
    height: 500px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.footer_wrap {
    padding: 60px 0px;
}

.footer_copy_wrap {
    padding: 16px 0px;
}

.footer_title_wrap img {
    display: inline-block;
    width: 45px;
    height: auto;
}

.footer_contact_container .contact_social_container a {
    border: 1px solid #0095DA;
}

.footer_contact_container {
    justify-content: space-between;
}

.footer_logo {
    display: block;
    width: 220px;
    height: auto;
}

footer {
    position: relative;
}

.back_top_container {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 80px;
    right: 32px;
    transform: rotate(-90deg)
}

.back_top_wrap {
    width: 120px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.back_top_wrap img {
    margin-left: 8px;
    width: 15px;
    height: auto;
    transition: 350ms;
}

.back_top_wrap:hover img {
    transform: translateX(10px);
}

.header_container {
    position: relative;
    overflow: hidden;
}

.header_bg_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.header_bg_img img {
    display: block;
    height: 100%;
    width: auto;
}

.header_wrap {
    position: relative;
    z-index: 2;
}

.section_img_wrap_2 {
    height: 485px;
}

.rel {
    position: relative;
    z-index: 3;
}

.prop_1 {
    position: absolute;
    top: -5px;
    ;
    right: -23px;
}

.prop_2 {
    position: absolute;
    left: -20px;
    top: -10px;
    ;
}

.prop_3 {
    position: absolute;
    top: 55%;
    left: 49%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 104%;
    height: auto;
}

.prop_4 {
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: -1;
    width: 105%;
    height: auto;
}

.prop_2_1 {
    position: absolute;
    top: -6px;
    right: -20px;
    width: 21px;
    height: auto;
}

.prop_2_2 {
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
}

.triunghi_2_1 {
    position: absolute;
    top: -50px;
    right: 100px;
}

.triunghi_2_2 {
    position: absolute;
    top: -40px;
    left: 45%;
}

.triunghi_2_3 {
    position: absolute;
    bottom: -10px;
    right: 30px;
    transform: rotate(-80deg)
}

.prop_4_1 {
    position: absolute;
    top: -12px;
    ;
    left: -20px;
    ;
    width: 28px;
    height: auto;
}

.triunghi_4_1 {
    position: absolute;
    top: -30px;
    right: 120px;
    width: 23px;
    height: auto;
}

.triunghi_4_2 {
    position: absolute;
    bottom: 20px;
    left: 100px;
    width: 28px;
    height: auto;
}

.triunghi_4_3 {
    position: absolute;
    bottom: 15px;
    right: 80px;
    width: 21px;
    height: auto;
    transform: rotate(-90deg)
}

.triunghi_6_2 {
    position: absolute;
    left: 60px;
    bottom: 23px;
}

.triunghi_6_1 {
    position: absolute;
    top: -20px;
    width: 24px;
    height: auto;
}

.modal_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 80;
}

.modal_wrap span {
    position: absolute;
    top: 50px;
    right: 90px;
    font-size: 55px;
    color: white;
}

.close_modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 10;
}

.modal_content {
    z-index: 9999;
    height: auto;
    width: 1120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal_content img {
    width: 100%;
    height: auto;
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
    display: none;
}

.modal_content video {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 1120px;
    height: auto;
    /*position: relative;
   
    width: 100%;
    height: 600px;*/
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

#gal_vid_item1 {
    cursor: pointer;
}

.close {
    color: #fff;
    z-index: 90;
    cursor: pointer;
}
.header_bg_img_mobile {
        display: none!important;
    }

@media screen and (max-width: 1150px) {
    .modal_content {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .modal_content video {
        width: 90%;
    }
    .top_nav_menu_wrap {
        display: none;
    }

    .max_width {
        padding-left: 24px;
        padding-right: 24px;
    }

    .header_text_wrap {
        width: 100%;
    }

    .sec_dn_1 {
        flex-wrap: wrap;
    }

    .section_text_wrap {
        width: 100%;
        margin-bottom: 60px;
        text-align: center;
    }

    .section_img_wrap {
        width: 100%;
    }

    .sec_dn_1 .btn {
        margin: auto;
    }

    .triunghi_2_2 {
        display: none
    }

    .triunghi_2_1 {
        display: none;
    }

    .triunghi_2_3 {
        display: none;
    }

    .triunghi_4_1 {
        display: none;
    }

    .triunghi_4_3 {
        display: none;
    }

    .triunghi_4_2 {
        display: none;
    }

    .triunghi_6_1 {
        display: none;
    }

    .triunghi_6_2 {
        display: none;
    }

    .section_img_wrap_2 {
        height: auto;
    }

    .sec_dn_inverse {
        flex-direction: column-reverse;
    }

    .sec_dn_inverse .p_zona_parinti {
        justify-content: center;
    }

    .section_title_wrap {
        width: 100%;
    }

    #gallery--getting-started {
        column-count: 3;
        gap: 32px;
    }
    .date_contact_title_wrap {
        width: 50%;
    }
    .date_contact_main_wrap {
        width: 50%;
    }
    .footer_contact_container {
        flex-direction: column;
        gap: 32px;
    }

}
@media screen and (max-width: 800px) {
    .pachet_container {
        flex-wrap: wrap;
    }
    .pachet_item {
        width: 100%;
    }
    #gallery--getting-started {
        column-count: 2;
        gap: 32px;
    }
    .date_contact_container {
        flex-wrap: wrap;
        text-align: center!important;
    }
    .date_contact_title_wrap {
        width: 100%;
    }
    .date_contact_main_wrap {
        width: 100%;
    }
    .date_contact_item_wrap {
        flex-wrap: wrap;
        gap: 8px;
    }
    .date_contact_name_wrap p {
        text-align: center!important;
    }
    .footer_title_wrap p {
        font-size: 48px;
    }
    .footer_title_wrap p img {
        width: 36px;
    }
    .header_bg_img_mobile {
        display: none!important;
    }
}
@media screen and (max-width: 598px) {
    .section_text_wrap h2 br {
        display: none;
    }
    .prop_2_1 {
        display: none;
    }
    .max_width {
        padding-left: 16px;
        padding-right: 16px;
    }
    .btn {
        font-size: 16px;
        width: 50%;
    }
    .header_btn_wrap {
        width: 100%;
    }
    .top_nav_btn_wrap .btn {
        width: auto;
        padding-left: 24px;
        padding-right: 24px;
    }
    .section_title_wrap h2 br {
        display: none;
    }
    .pachet_btn {
        width: 100%;
    }
    .email_container a {
        font-size: 46px;
    }
    .footer_title_wrap p {
        font-size: 32px;
    }
    .footer_title_wrap p img {
        width: 26px;
    }
    .modal_wrap span {
        top: 32px;
        right: 32px;
    }
    .header_bg_img_mobile {
        display: block!important;
    }
    .header_bg_img_desktop {
        display: none!important;
    }
    .header_text_wrap h1 br:last-of-type {
        display: none;
    }
    .prop_1 {
        display: none;
    }
}
@media screen and (max-width: 420px) {
    .review_item {
        width: 99.7vw!important;
    }
}
@media screen and (max-width: 390px) {
    .header_btn_wrap {
        gap: 16px;
    }
    .btn {
        font-size: 14px;
    }
    .section_img_wrap {
        gap: 16px;
    }
    .fs_48 {
        font-size: 42px;
    }
    #gallery--getting-started {
        column-count: 2;
        gap: 16px!important;
    }
    .my-gallery2 .galery_item {
        margin-bottom: 16px;
    }
    .email_container a {
        font-size: 42px;
    }
    .footer_contact_wrap {
        flex-direction: column;
    }
    .galerie_container.top_galerie img {
        width: 99.7vw!important;
    }
    .review_item {
        width: 99.7vw!important;
    }
    
}




























