@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Thin.ttf");
    font-weight: 100;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-ExtraLight.ttf");
    font-weight: 200;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-SemiBold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-ExtraBold.ttf");
    font-weight: 800;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest/static/Onest-Black.ttf");
    font-weight: 900;
}
@font-face {
    font-family: "Tenor Sans";
    src: url("fonts/TenorSans-Regular.ttf");
    font-weight: 400;
}

/* Total */
* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
.container {
    width: 100%;
    max-width: 1700px;
    margin-right: auto;
    margin-left: auto;
}
@media(max-width: 1700px){
    .container {
        padding: 0 20px;
    }
}
@media(max-width: 1000px){
    .container {
        padding: 0 10px;
    }
}
a {
    color: inherit;
    text-decoration: inherit;
}
img {
    display: block;
    max-width: 100%;
}
.sub_header {
    padding-top: 102px
}
/* Total */

/* Header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102px;
    background: none;
    padding: 21px 0;
    z-index: 11;
}
.header_block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.header_left,
.header_right {
    width: calc(50% - 81px);
    padding-bottom: 12px;

    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 166%;
    text-align: center;
    text-transform: uppercase;
    color: #431C1B;
}
.header_logo {
    max-width: 162px;
}

.header_right {
    display: flex;
    justify-content: flex-end;
}
.header_left {
    display: flex;
    gap: 36px;
}
.header_phone {
    display: block;
    cursor: pointer;
}
.header_phone:hover {
    opacity: 0.8;
}
.header_lang {
    border: 0px;
    border-left: 1px solid rgba(67, 28, 27, 0.15);
    padding-left: 18px;
    margin-left: 19px;
    background: transparent;
    cursor: pointer;
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #431C1B;
}
.choose_lang{
    border: 0px;
    background: transparent;
    cursor: pointer;
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #431C1B;
    cursor: pointer;
}

.choose_lang option {
    background: #cca982;
    cursor: pointer;
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #431C1B;
}

.header_lang a:hover {
    opacity: 0.8;
}
.header_link {
    cursor: pointer;
}
.header_link:hover {
    opacity: 0.8;
}
/* Header */

/* Slider */
.slider_section {
    position: relative;
    height: 1080px;
}
.slider_section_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main_slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.main_slide {
    padding-top: 124px;
    width: 100%;
    height: 100%;
}
.main_slide_container {
    display: flex;
    align-items: flex-start;
    max-width: 1620px;
    padding: 0 10px;
    margin: 0 auto;
}
.main_slide_data {
    width: calc(50% - 40px);
    padding: 206px 71px 0;
    text-align: center;
}
.main_slide_title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    color: #431C1B;
    margin-bottom: 27px;
}
.main_slide_text {
    font-family: 'Onest';
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #431C1B;
    margin-bottom: 67px;
}
.main_slide_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 51px;
    border: 1px solid rgba(67, 28, 27, 0.5);
    border-radius: 200px;
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 166%;
    text-align: center;
    color: #431C1B;
    margin: 0 auto;
    cursor: pointer;
}
.main_slide_btn:hover {
    background: linear-gradient(90deg, #7E3E26 0%, #C8754B 100%);
    color: #FFFFFF;
    border-color: transparent;
}
.main_slide_img {
    width: calc(50% + 40px);
}
/* Slider */


/* Catalog */
.catalog_section {

}
.catalog_list {

}
.catalog_line {
    position: relative;
    width: 100%;
    height: 800px;
    padding-top: 120px;
}
.catalog_line_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.catalog_line_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 617px;
    z-index: 2;
}
.catalog_line:nth-child(even) .catalog_line_block {
    flex-direction: row-reverse;
}
.catalog_line:nth-child(odd) .catalog_line_title,
.catalog_line:nth-child(odd) .catalog_line_text {
    margin-left: auto;
}
.catalog_line:nth-child(even) .catalog_line_title,
.catalog_line:nth-child(even) .catalog_line_text {
    margin-left: 0;
}
.catalog_line_img {
    width: 840px;
    height: 100%;
    overflow: hidden;
}
.catalog_line_img .slick-list,
.catalog_line_img .slick-track {
    height: 100%;
}
.catalog_line_img .slick-list {
    width: calc(100% + 20px);
}
.catalog_line_img .slick-track {
    margin-right: 0;
}
.catalog_line_img_slide {
    padding-right: 20px;
    display: flex !important;
    align-items: flex-start;
    cursor: pointer;
}
.catalog_line_img_slide.even {
    align-items: flex-end;
}
.catalog_line_img_slide.alone {
    padding-right: 185px;
    padding-bottom: 55px;
    justify-content: flex-end;
    align-items: center;
}
.catalog_line_img_slide img {
    transition-duration: 300ms;
}
.catalog_line_img_slide:hover img {
    transform: scale(1.07);
}
.catalog_line_data {
    width: calc(100% - 840px);
    padding-right: 79px;
}
.catalog_line_title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 100px;
    line-height: 117px;
    text-transform: uppercase;
    color: #431C1B;
    max-width: 613px;
    margin-bottom: 20px;
}
.catalog_line_text {
    max-width: 613px;
}
.catalog_line_text_bottom {
    font-family: 'Onest';
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #431C1B;
    margin-bottom: 20px;
}
.catalog_line_text_top {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #431C1B;
}
/* Catalog */

/* About */
.about_section {
    padding-top: 88px;
    position: relative;
}
.about_section_bg {
    position: relative;
    width: 100%;
    z-index: 1;
}
.about_section_block {
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    padding-top: 61px;
    z-index: 2;
}
.about_section_title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: #431C1B;
    text-align: center;
}
.about_section_subtitle {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #431C1B;
    text-align: center;
}
.about_section_data {
    margin-top: 135px;
    width: calc(50% + 20px);
    margin-left: auto;
    margin-right: 0;
    padding-right: 160px;
}
.about_section_preview {
    font-family: 'Onest';
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #431C1B;
    margin-bottom: 45px;
}
.about_section_text {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #431C1B;
}
.about_section_text p {
    margin-top: 0;
    margin-bottom: 15px;
}
/* About */


/* Gallery */
.gallery_section {
    padding-top: 83px;
    padding-bottom: 187px;
}
.gallery_block {
    display: flex;
    gap: 16px;
}
.gallery_line {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.gallery_line:after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.gallery_line:hover:after {
    background: rgba(0,0,0,0.1);
}
.gallery_line_block.big {
    width: calc(50% - 212px);
}
.gallery_line_block.small {
    width: 390px;
}
.gallery_line_data {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 42px 36px;
    z-index: 2;
}
.gallery_line_title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.gallery_line_text {
    margin-top: 10px;
    font-family: 'Onest';
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #FFFFFF;
}
.gallery_hidden {
    display: none;
}
/* Gallery */


/* Contact */
.contact_section {
    padding-bottom: 124px;
}
.contact_block {
    display: flex;
}
.contact_left {
    width: 50%;
}
.contact_right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 50%;
    border-left: solid thin #F5EEE3;
}
.contact_title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: #431C1B;
}
.contact_subtitle {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #431C1B;
}
.contact_text {
    margin-top: 48px;
    font-family: 'Onest';
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #431C1B;
    max-width: 555px;
}
.contact_text b,
.contact_text strong {
    font-weight: 500;
}
.contact_text p {
    margin: 0;
    margin-bottom: 7px;
}
.contact_partners {
    margin-top: 94px;
    max-width: 645px;
    padding-bottom: 55px;
}
.partners_slider {

}
.partners_slide {
    padding-right: 65px;
}
.partners_slide img, .partners_slide a img {
    filter: sepia(100);
    cursor: pointer;
    opacity: 0.6;
}
.partners_slide:hover img {
    filter: none;
    opacity: 1;
}
.contact_form_title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #431C1B;
    margin-bottom: 49px;
}
.contact_form_block {
    width: 100%;
    max-width: 640px;
}
.contact_form {
    max-width: 640px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 11px 16px;
}
.contact_form_line_input {
    width: calc(50% - 8px);
    height: 50px;
    background: #F9F4EB;
    border-radius: 6px;
}
.contact_form_line_textarea {
    width: 100%;
    height: 165px;
    background: #F9F4EB;
    border-radius: 6px;
}
.contact_form input,
.contact_form textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 19px;

    font-family: 'Onest';
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #431C1B;
    background: none;
}
.contact_form textarea {
    resize: none;
    padding: 14px 19px;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder {
    color: rgba(67, 28, 27, 0.5);
}
.contact_form input:focus,
.contact_form textarea:focus {
    background: #FBF8F2;
}
.contact_form_btn {
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 51px;
    border: 1px solid rgba(67, 28, 27, 0.5);
    border-radius: 200px;

    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 166%;
    text-align: center;
    color: #431C1B;
    cursor: pointer;
}
.contact_form_btn:hover {
    background: linear-gradient(90deg, #7E3E26 0%, #C8754B 100%);
    border-color: transparent;
    color: #ffffff;
}
/* Contact */


/* Footer */
.footer {
    padding-top: 71px;
    padding-bottom: 99px;
}
.footer_logo {
    text-align: center;
}
.footer_logo img {
    display: inline-block;
    max-width: 162px;
}
.footer_block {
    margin-top: 47px;
    display: flex;
    align-items: flex-end;
    /* justify-content: space-between; */
    justify-content: center;
}
.footer_block_line {
    width: 33%;
    text-align: center;
}
.footer_infoline {
    display: block;
    font-family: 'Onest';
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    max-width: 384px;
    margin: 0 auto;
}
a.footer_infoline {
    text-decoration: underline;
}
.footer_infotitle {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.footer_subscribe {
    position: relative;
    width: 100%;
    max-width: 311px;
    height: 50px;
    background: rgba(251, 248, 242, 0.8);
    border-radius: 6px;
    margin: 32px auto 0;
}
.footer_subscribe input {
    border: none;
    background: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding-left: 19px;
    padding-right: 61px;

    font-family: 'Onest';
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #431C1B;
}
.footer_subscribe input::placeholder {
    color: rgba(67, 28, 27, 0.5);
}
.footer_subscribe span {
    position: absolute;
    /* top: 15px; */
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.footer_subscribe span:hover svg path {
    fill: #A25938;
}
.footer_soc_list {
    margin-top: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.footer_soc_line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(251, 248, 242, 0.8);
    border-radius: 50px;
}
.footer_soc_line:hover svg path {
    fill: #ffffff;
}
.footer_soc_line.facebook:hover {
    background: #5191E3;
}
.footer_soc_line.youtube:hover {
    background: #E94747;
}
.footer_soc_line.instagram:hover {
    background: linear-gradient(226.12deg, #9A32BD -1.92%, #F14D47 50.8%, #F79049 83.12%);
}
.copyright_block {
    background: #ffffff;
    height: 73px;
    padding-top: 29px;
    padding-bottom: 21px;
}
.copyright_block a {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(67, 28, 27, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 auto;
}
/* Footer */

/* Modal */
.modal_space {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.modal_space.active {
    display: flex;
}
.modal_block {
    position: relative;
    width: 90%;
    max-width: 838px;
    min-height: 535px;
    max-height: 100vh;
    background: #FFFFFF;
    border-radius: 20px;
    display: none;
    overflow: hidden;
}
.modal_block.active {
    display: block;
}
.modal_close {
    position: absolute;
    top: 19px;
    right: 19px;
    cursor: pointer;
}
.modal_block_details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 96px 64px 78px 57px;
}
.details_img {
    width: 314px;
}
.details_data {
    width: calc(100% - 314px);
    padding-left: 59px;
}
.details_data_title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #431C1B;
}
.details_data_preview {
    margin-top: 31px;
    font-family: 'Onest';
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #431C1B;
}
.details_data_text {
    margin-top: 2px;
    font-family: 'Onest';
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #431C1B;
}
.details_data_ul {
    margin: 0;
    margin-top: 24px;
    padding: 0;

    font-family: 'Onest';
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #431C1B;
}
.details_data_ul li {
    display: block;
    position: relative;
    padding-left: 12px;
}
.details_data_ul li:after {
    content: '•';
    position: absolute;
    left: 0;
}

.modal_block_subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_block_subscribe_img {
    width: 370px;
    max-height: 535px;
}
.modal_block_subscribe_data {
    padding: 52px;
    width: calc(100% - 370px);
}
.modal_block_subscribe_title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #431C1B;
}
.modal_block_subscribe_text {
    margin-top: 27px;
    font-family: 'Onest';
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: rgba(67, 28, 27, 0.8);
    text-align: center;
}
.modal_block_subscribe_input {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background: #FBF8F2;
    border-radius: 6px;
    font-family: 'Onest';
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #431C1B;
    margin-top: 11px;
    padding: 0 19px;
    text-align: center;
}
.modal_block_subscribe_input::placeholder {
    color: rgba(67, 28, 27, 0.5);
}
.modal_block_subscribe_btn {
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 51px;
    border: 1px solid rgba(67, 28, 27, 0.5);
    border-radius: 200px;
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 166%;
    text-align: center;
    color: #431C1B;
    cursor: pointer;
}
.modal_block_subscribe_btn:hover {
    background: linear-gradient(90deg, #7E3E26 0%, #C8754B 100%);
    border-color: transparent;
    color: #FFFFFF;
}
/* Modal */

.addedItemText {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #324554;
    padding-right: 15px;
    padding-left: 15px;
}

.addedItemText nav {
    width: 95px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: silver;
    border: 0;
    border-radius: 3px;
    text-align: center;
    padding: 3px 0px 3px 0px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

.addedItemText nav:hover {
background-color: #ececec;
}


.infoEmailSent {
     position: fixed;
     left: 50%;
     transform: translate(-50%, -50%);
     min-height: 135px;
     display: none;
     text-align: center;
     z-index: 12;
     padding: 30px 40px 30px 40px;
     background: #fefefe;
     color: #324554;
     border: 1px solid #efefef;
     font-family: inherit;
     font-size: 18px;
     top: 120px;
     width: 450px;
     box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
     opacity: 0;
     transition: opacity 0.9s ease;
 }

.contactInfoSent {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 135px;
    display: none;
    text-align: center;
    z-index: 12;
    padding: 30px 40px 30px 40px;
    background: #fefefe;
    color: #324554;
    border: 1px solid #efefef;
    font-family: inherit;
    font-size: 18px;
    top: 120px;
    width: 450px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transition: opacity 0.9s ease;
}

.incorectEmail {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 135px;
    display: none;
    text-align: center;
    z-index: 100;
    padding: 30px 40px 30px 40px;
    background: #fefefe;
    color: #324554;
    border: 1px solid #efefef;
    font-family: inherit;
    font-size: 18px;
    top: 120px;
    width: 450px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transition: opacity 0.9s ease;
}


.incorectPhone {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 135px;
    display: none;
    text-align: center;
    z-index: 12;
    padding: 30px 40px 30px 40px;
    background: #fefefe;
    color: #324554;
    border: 1px solid #efefef;
    font-family: inherit;
    font-size: 18px;
    top: 120px;
    width: 450px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transition: opacity 0.9s ease;
}

.emptyName {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 135px;
    display: none;
    text-align: center;
    z-index: 12;
    padding: 30px 40px 30px 40px;
    background: #fefefe;
    color: #324554;
    border: 1px solid #efefef;
    font-family: inherit;
    font-size: 18px;
    top: 120px;
    width: 450px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transition: opacity 0.9s ease;
}




.cookies_block {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookies_left {
    max-width: 776px;
}


.error {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 14px;
    color: red;
    display: none; /* Ascunde mesajele de eroare inițial */
}

.incorectEmail {
margin-top: 5px;
text-align: center;
}

#nameError {
padding-left: 20px;
}

#phoneError {
padding-left: 200px;
}


.contact_sub_header {
height: 100px;
background: url('/images/regina/slider_bg.png') no-repeat center;
background-size: cover;
margin-bottom: 50px;
}

/* Scroll up */
.scroll_up {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border-radius: 100px;
    right: 100px;
    bottom: 10vh;
    z-index: 9;
    cursor: pointer;
}
/* Scroll up */


/* loader start */

.loader_space {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(100,100,100,0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    display: none;
}
.loader_space.active{
    display: flex;
}

.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #213368; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* loader end */
