@charset "utf-8";
/* CSS Document */
:root {
    --new_color_gray: #445062;
    --new_color_light_gray: #A6ACAF;
    /*--color_blue: #428bca;*/
    /*--color_blue: #445062;*/
    --color_blue: rgba(125, 165, 215, 1);
    --color_purple: #c4a8d0;
    --color_blue_opacity: #428bca6e;
    /*--color_green: #b0bb60;*/
    --color_green: #7da5d7;
    /*--color_green_hover: #99A34F;*/
    --color_green_hover: #5e93df;
    --color_white: #ffffff;
    /*--color_gray: #333333;*/
    --color_gray: #445062;
    --color_gray_text: #707070;
    --color_red: #fc4243;
    --color_light_gray: #cccccc;
    --color_bg_gray: #f9f8f8;
    --shadow: -1px 9px 18px 0 rgba(75, 81, 91, .1);
}

@font-face {
    font-family: verela;
    src: url("../fonts/VarelaRound-Regular.ttf");
    font-display: swap;
}


input[type=text]:focus:invalid,
input[type=email]:focus:invalid,
input[type=tel]:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
    border: 1px solid var(--color_red);
    transition: .3s;
}

input[type=text]:valid,
input[type=email]:valid,
input[type=tel]:valid,
select:valid,
textarea:valid {
    border: 1px solid var(--color_blue) !important;
    transition: .3s;
}

html {
    height: 100%;
}

body {
    height: 100%;
    min-width: 320px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    width: 100%;
    font-family: verela, serif;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

* {
    box-sizing: border-box;
}

span.red-bg {
    background-color: darkred !important;
}

main {
    flex: 1 1 auto;
    background-color: var(--color_bg_gray);
}

input, textarea {
    width: 100%;
    margin: 10px auto;
    padding: 8px;
    font-family: verela, serif;
    box-sizing: border-box;
    border: 1px solid var(--color_light_gray);
    border-radius: 4px;
    text-align: right;
}

a, p, button {
    text-decoration: none;
    font-family: verela, serif;
    font-size: 1em;
    color: var(--color_gray);
    line-height: 1.3em;
}

.story_container b {
    line-height: 2em;
}

button {
    border: none;
    background-color: transparent;
}

.btn {
    width: 112px;
    height: 36px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: var(--color_white);
    background-color: var(--new_color_gray);
    font-weight: bold;
    border-radius: 4px;
    transition: .3s;
}

.btn:hover {
    opacity: .4;
}

h1, h4 {
    font-weight: bold;
    color: var(--color_gray);

    font-size: 1.6em;
    padding: 15px 0;
    text-align: center;
    width: 90%;
    margin: auto 5%;
}

h2 {
    color: var(--color_gray);
    text-align: center;
    line-height: 1.4em;
    width: 92%;
    max-width: 1100px;
    margin: auto auto;
}

.h3 {
    font-weight: bold;
    color: var(--color_gray);
    font-size: 1.2em;
    padding: 15px 0;
    text-align: center;
    max-width: unset;
    width: 90%;
    margin: auto 5%;
}

h3 {
    font-weight: bold;
    color: var(--color_gray);
    font-size: 1.2em;
    padding: 15px 0;
    text-align: center;
    width: 90%;
    margin: auto 5%;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

img {
    width: 100%;
    height: auto;
}

b {
    font-weight: bold;
}

.mobile {
    display: flex !important;
}

.desctop {
    display: none !important;
}

.line {
    background-image: linear-gradient(to right, #2AABE200, #0973b9, #2AABE200);
    width: 90%;
    height: 1px;
    margin: 15px auto;
}

.title_line {
    background-image: linear-gradient(to right, #2AABE200, #dfdfdf, #2AABE200);
    width: 90%;
    height: 1px;
    margin: 15px auto;
    max-width: 1160px;
}

/* ACCESSIBILITY */

.whatsapp_btn {
    position: fixed;
    height: 54px;
    width: 54px;
    right: 5px;
    /*bottom: 5px;*/
    bottom: 170px;
    z-index: 100000000000000000000000000000000000000;
}

.whatsapp_btn img {
    height: 54px;
    width: 54px;
}


.accessibility_container {
    padding: 20px;
    width: calc(100% - 40px);
    margin: 10px auto 20px;
    max-width: 992px;
}

.accessibility_container ul, .accessibility_container ol {
    padding-right: 20px;
    color: var(--color_gray_text);
    line-height: 1.8em;
    font-weight: normal;
}

.accessibility_container ul {
    list-style-type: disc;
}

.accessibility_container ol {
    list-style-type: circle;

}

.accessibility_container h3, .accessibility_container h2 {
    width: 100%;
    margin: 15px 0 5px;
    text-align: right;
    padding-bottom: 10px;
}

.accessibility_container a {
    color: var(--color_green);
}

/* END ACCESSIBILITY */

/* START COVER */

/*.swiper.new_cover_swiper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 3;*/
/*}*/
.swiper-pagination-bullet {
    display: none !important;
}

.new_cover .swiper-slide {
    display: flex !important;
    align-items: center;
    padding: 40px 60px;
}

.swiper-pagination-bullet {
    background: #f9f8f8 !important;
}

.new_cover {
    width: 100%;
    /*aspect-ratio: .8;*/
    min-height: 360px;
    height: 80dvh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: max-width .3s;
}

.new_cover_content {
    max-width: 1600px;
    width: calc(100% - 40px) !important;
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new_cover_content_item {
    width: fit-content;
}

.new_cover_content_item img {
    height: 100px;
    width: 166px;
    /*width: auto;*/
    margin: auto;
    display: block;
    filter: drop-shadow(5px 5px 5px #222);
}

.new_cover_content_item p {
    color: white;
    font-weight: bold;
    margin: 30px 0;
    max-width: 480px;
    text-align: center;
    text-shadow: black 1px 0 10px;
}

.new_cover_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.new_cover_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.new_cover_video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* END COVER */

/* FOOTER */

footer {
    background-color: var(--color_gray);
}

.footer_content {
    display: flex;
    width: 90%;
    margin: 10px auto;
    max-width: 1160px;
    flex-wrap: wrap;
}

.footer_icons {
    width: 20px;
    height: 20px;
    margin-left: 10px !important;
    fill: var(--color_green);
}

.footer_social_icons {
    fill: var(--color_blue);
    width: 26px;
    margin: 5px !important;
}

.footer_content div {
    width: 100%;
    padding: 10px;
}

.footer_content p {
    color: var(--color_white);
    line-height: 1.6em;
    text-align: center;
}

.footer_content a {
    text-align: center;
    display: flex;
    color: var(--color_white);
    text-decoration: none;
    width: max-content;
    margin: auto;
    /*	line-height: 1.6em;*/
    text-overflow: ellipsis;
    overflow: hidden;
    /*	display: inline-block;*/
    white-space: nowrap;
}

.footer_content > div:nth-child(1) {
    min-width: 270px;
}

.footer_content > div:nth-child(2) a,
.footer_content > div:nth-child(3) a {
    display: inline-block !important;
    width: 100% !important;
}

.footer_content a:hover, .footer_content a:hover p {
    transition: .3s;
    cursor: pointer;
    color: var(--color_green);
}

.footer_content a > img {
    width: 24px;
    height: 24px;
    margin: 0 0 16px 16px;

}

.footer_content a > span {
    padding-top: 2px;
    color: var(--color_green);
}

.footer_content h3 {
    margin: auto 0;
    color: var(--color_green);
    width: 100%;
}

.bottom_logo {
    height: 60px;
    margin: 15px auto;
    padding: 0 !important;
}

.bottom_logo img {
    height: 60px;
    display: block;
    margin: auto;
}

footer .bottom_row {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.powered {
    color: lightgray;
    font-size: 0.8em;
    margin: 0 16px;
    transition: .3s;
}

.powered:hover {
    text-decoration: underline;
    color: var(--color_green);
}

.bottom_row span {
    color: lightgray;
}

.footer_content div span {
    justify-content: center;
    margin: auto;
}

/* END FOOTER */


/* INDEX */

.main_cover {
    min-height: 516px;
    min-width: 320px;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 20px auto;
    max-width: 1560px;
    min-height: 460px;
}

.item div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.item img {
    /*
        max-width: 90%;
        max-height: 460px;
    */
    margin: auto;
    display: block;
    width: 100%;
    max-width: 500px;
    /*max-height: 500px;*/
    /*height: 280px;*/
    aspect-ratio: 1;
}

.text_slide p.title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.text_slide p:first-child {
    color: var(--color_blue);

}

.text_slide p {
    color: var(--color_gray);
    font-size: 20px;
    width: 90%;
    margin: 0 5%;
    text-align: center;
}

.owl-nav button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 45%;
    opacity: 0.5;
}

.owl-nav button img {
    width: 24px;
    height: 24px;
}

.owl-nav button:hover {
    background: 0 !important;
    opacity: 1;
}

.owl-nav button.owl-prev {
    right: 0;
}

.owl-nav button.owl-next {
    left: 0;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.owl-dot span {
    background: var(--color_blue) !important;
    opacity: 0.5;
}

.active.owl-dot span {
    opacity: 1;
}

.owl-dot span:hover {
    opacity: 1;
}

button.owl-dot {
    width: unset;
    margin: unset;
}

#one.owl-one.owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag div.owl-nav button.owl-next img,
#one.owl-one.owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag div.owl-nav button.owl-prev img {
    width: 24px;
    height: 24px;
}

.main_cover_bg {
    position: absolute;
    width: 100%;
    height: 570px;
    /*	background-color: aqua;*/
    top: 0;
}

.bg_item {
    position: absolute;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes bg_item_1 {
    0% {
        opacity: 0.0;
        transform: rotate(0deg);
        width: 80px;
        height: 80px;
        border-radius: 20px;
        background-color: var(--color_blue);
    }
    50% {
        opacity: 0.2;
        transform: rotate(180deg);
        width: 100px;
        height: 100px;
        border-radius: 25px;
        background-color: var(--color_green);
    }
    100% {
        opacity: 0.0;
        transform: rotate(360deg);
        width: 80px;
        height: 80px;
        border-radius: 20px;
        background-color: var(--color_blue);
    }
}

@keyframes bg_item_2 {
    0% {
        opacity: 0.1;
        transform: rotate(45deg);
        width: 60px;
        height: 60px;
        border-radius: 18px;
        background-color: var(--color_purple);
    }
    50% {
        opacity: 0.0;
        transform: rotate(215deg);
        width: 80px;
        height: 80px;
        border-radius: 22px;
        background-color: var(--color_blue);
    }
    100% {
        opacity: 0.1;
        transform: rotate(45deg);
        width: 60px;
        height: 60px;
        border-radius: 20px;
        background-color: var(--color_purple);
    }
}

@keyframes bg_item_3 {
    0% {
        opacity: 0.0;
        transform: rotate(180deg);
        width: 40px;
        height: 40px;
        border-radius: 16px;
        background-color: var(--color_green);
    }
    50% {
        opacity: 0.3;
        transform: rotate(0deg);
        width: 50px;
        height: 50px;
        border-radius: 18px;
        background-color: var(--color_purple);
    }
    100% {
        opacity: 0.0;
        transform: rotate(180deg);
        width: 40px;
        height: 40px;
        border-radius: 16px;
        background-color: var(--color_green);
    }
}

.about_strip {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    flex-wrap: wrap;
    padding: 50px 0;
}

.about_strip div {
    width: 90%;
    border-radius: 7px;
    box-shadow: var(--shadow);
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    box-sizing: border-box;
}

.about_strip span {
    width: 48px;
    height: 48px;
    margin: auto;
    display: block;
    border-radius: 30px;
    fill: var(--color_blue);
    text-align: center;
    font-weight: bold;
    font-size: 4em;
    color: var(--color_blue);
}

.idea_to_product {
    width: 100%;
    background-color: var(--color_white);
}

.idea_to_product img {
    padding: 20px 0;
    margin: auto;
    max-width: 625px;
    width: 90%;
    display: block;
}


.history_strip {
    text-align: center;
    padding: 50px 0;
    width: 100%;
    /*	background-color: #e3e3e3;*/
    /*	background-image:url("../images/C67787D6.png");*/
    background-image: linear-gradient(to right, #2AABE2, #0973b9, #2AABE2);
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide.history {
    margin-top: 15px;
    width: 250px;
    border-radius: 10px;
    background-color: var(--color_white);
    padding-bottom: 30px;
}

.swiper-slide.history img {
    height: 150px;
    margin: 25px;
}

/*.swiper-pagination-bullet-active{*/
/*	background-color: #ee7d30;*/
/*}*/
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right {
    border-radius: 10px;
}


.customers_box {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    background-color: var(--color_white);
    box-shadow: var(--shadow);
}

.customers_box_flex {
    width: 100%;
    max-width: 1170px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.customers_box_flex div {
    width: 40%;
    position: relative;
    height: 150px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    box-sizing: border-box;
    overflow: hidden;
    margin: 2% 5%;
    background-color: var(--color_white);
}

.customers_box_flex div img {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customers_box p {
    max-width: 1170px;
    width: 90%;
    box-sizing: border-box;
    line-height: 24px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

.customers_box .item {
    width: 80%;
    position: relative;
    margin: auto 10%;
    height: 150px;
    min-height: 150px !important;
    border-radius: 10px;
    box-shadow: var(--shadow);
    box-sizing: border-box;
    overflow: hidden;
    background-color: var(--color_white);
}

.customers_box .item img {
    width: 80% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customers_box .cost {
    padding: 30px 0;
}

.customers_box .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.customers_box .owl-dots {
    display: none;
}


.our_specialty {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: var(--color_white);
    box-shadow: var(--shadow);
}

.our_specialty_flex {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    max-width: 1600px;
}

.our_specialty_flex div {
    margin: 40px auto;
    width: 90%;
}

.our_specialty_flex div img {
    width: 150px;
    aspect-ratio: 1;
    /*height: 150px;*/
    margin: auto;
    display: block;
}

.contact_strip {
    width: 100%;
    position: relative;
}

.contact_strip_flex {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    z-index: 1;
    position: relative;
}

.contact_strip_flex label {
    opacity: 0;
}

.contact_strip_bg {
    width: 100%;
    height: 58%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: var(--color_blue);
    display: none;
}

.contact_strip_flex > div:nth-child(1) {
    background-color: var(--color_blue);
}

.contact_strip_flex a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: var(--color_white);
    display: flex;
    justify-content: center;
}

.contact_strip_flex a:hover {
    opacity: .8;
    transition: .3s;
}

.contact_strip_flex p {
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
    color: var(--color_white);
}

.contact_strip_flex span {
    padding-top: 10px;
}

.contact_strip_flex div {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
}

.contact_strip_flex img {
    width: 24px;
    height: 24px;
    margin: 8px calc(50% - 12px);
}

.contact_strip_flex input, .contact_strip_flex textarea {
    width: 90%;
    margin: 10px 5% 0;
}


.product_idea {
    padding: 20px;
    width: calc(100% - 40px);
    margin: 10px auto 20px;
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
}

.product_idea h3, .product_idea h2 {
    margin: 0;
    text-align: right;
}

.product_idea p {
    margin-bottom: 20px;
}

.product_idea div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}

.product_idea img {
    width: 240px;
    height: 240px;
    margin: auto;
}

.product_logo {
    width: 80px !important;
    max-height: 80px;
    margin-bottom: 12px;
}

.product_idea ul {
    list-style-type: disc;
    padding-right: 20px;
    color: var(--color_gray_text);
    line-height: normal;
}

.prime_project_flex {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    max-width: 1600px;
    justify-content: space-around;
}

.project_link {
    border-radius: 7px;
    box-shadow: var(--shadow);
    background: var(--color_white);
    padding: 20px;
    margin: 20px 0;
    width: calc(100% - 40px);
    cursor: pointer;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.prime_project_flex img {
    height: 180px;
    width: 180px;
    margin: 0 auto 20px;
    display: block;
}

.prime_project_flex p {
    text-align: center;
}

.project_link:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.project_link:hover p {
    color: var(--color_blue);
    transition: .3s;
}

.project_link_tags {
    display: flex;
    justify-content: center;
}

.project_link_tags a {
    margin: 10px 6px 0;
    height: 20px;
    width: 20px;
    fill: var(--color_blue);
    position: relative;
    z-index: 10;
    color: var(--color_blue);
}

.project_link_tags a:hover {
    transform: scale(1.6);
    transition: .6s;
    color: var(--color_green);
}


/* END INDEX */

/* ABOUT */

.about_page {
    width: calc(100% - 40px);
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    font-size: 1.1em;
    line-height: 1.6em;
}

.about_page ul {
    margin: 10px 0;
    list-style-type: disc;
    padding-right: 20px;
    color: var(--color_gray_text);
}

.about_page h3 {
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 0;
}

.carrier {
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 20px auto;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid var(--color_blue);
}

/* END ABOUT */

/* PROJECT PAGE */

.project_container {
    padding: 20px;
    width: calc(100% - 40px);
    margin: 10px auto 20px;
    max-width: 1160px;
    display: flex;
    border-radius: 7px;
    box-shadow: var(--shadow);
    background: var(--color_white);
    flex-direction: column;
}

.project_container div.img,
.project_container div.description {
    width: 100%;
    position: relative;
    line-height: 1.6em;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.project_container div.description a svg {
    height: 20px;
    fill: var(--color_blue);
    vertical-align: sub;
    margin-left: 4px;
}

.project_container div.description h2, .project_container div.description p {
    text-align: right;
    width: 100%;
    margin: 0 0 6px;
}

.project_container div.description ul {
    margin: 10px 0;
    list-style-type: disc;
    padding-right: 20px;
    color: var(--color_gray_text);
}

.project_tags {
    align-items: baseline;
}

.project_container div.description a {
    color: var(--color_blue);
    border: 1px solid var(--color_blue);
    padding: 4px 8px;
    border-radius: 20px;
    margin: 4px;
    transition: .3s;
}

.project_container div.description a:hover {
    /*border: 1px solid var(--color_gray);*/
    background-color: var(--color_bg_gray);
}

.project_container div.description a > img {
    width: 120px !important;
    margin: 10px 0 10px 10px !important;
}

.project_container div.description a > img:hover {
    transform: scale(1.1);
    transition: .3s;
}

.project_container div.description img {
    width: 200px;
    mix-blend-mode: multiply;
}

.project_container div.img {
    padding: 20px;
}

.project_container div.img img {
    display: block;
    margin: auto;
    width: 90%;
    height: auto;
    max-width: 500px;
}

.logo_project {
    width: 180px !important;
    max-width: 45% !important;
    height: auto !important;
    margin: 20px auto;
    display: block;
    mix-blend-mode: multiply;
}

/* END PROJECT PAGE */

/* STORY */

.story_container {
    padding: 20px;
    width: calc(100% - 40px);
    margin: 10px auto 20px;
    max-width: 992px;
}

.story_container img {
    display: block;
    margin: 20px auto;
    max-width: 500px;
    width: 90%;
}

.story_container p {
    text-align: center;
    line-height: 1.6em;
}

.story_container a {

}

.story_container_more {
    display: flex;
    padding: 20px 0;
    width: calc(100% - 40px);
    margin: 10px auto 20px;
    max-width: 1160px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.story_container_more div {
    border-radius: 7px;
    box-shadow: var(--shadow);
    background: var(--color_white);
    width: 100%;
    padding: 20px;
    margin: 30px auto;
}

.story_container_more img {
    display: block;
    width: 90%;
    margin: 15px auto;
    max-width: 500px;
}

.story_container_more p {
    height: 70px;
    overflow-y: hidden;
    text-align: center;
    line-height: 1.6em;
}

.story_container_more a {
    color: var(--color_white);
    padding: 8px 16px;
    background-color: var(--color_blue);
    margin: 20px auto 10px;
    display: block;
    max-width: 100px;
    border-radius: 4px;
    text-align: center;
}

.story_container_more a:hover {
    text-decoration: none;
    opacity: .8;
    transition: .3s;
}

/* END STORY */

/* START ARTICLE */

.article_style p {
    font-size: 1em;
    text-align: right;
    color: #333;
}

.article_style h3, .article_style h2 {
    text-align: right;
    width: 100%;
    margin: 0 0 -15px;
    padding: 0;
    font-weight: bold;
    color: var(--color_gray);
    font-size: 1.2em;
}

.article_style ul {
    list-style-type: disc;
    padding-right: 20px;
    color: var(--color_gray_text);
    line-height: normal;
}


.article_style strong {
    font-weight: bold;
}

/* END ARTICLE */

/* CATEGORY */

.category_container {
    padding: 20px;
    width: calc(100% - 40px);
    margin: 10px auto 20px;
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
}

.category_main_icon svg {
    height: 100px;
    fill: var(--color_blue);
}

.category_container img {
    width: 80%;
    margin: 10px auto 20px;
    display: block;
}

.category_container a {
    width: 90%;
    margin: 0 auto 20px;
    border-radius: 7px;
    box-shadow: var(--shadow);
    background: var(--color_white);
    padding: 20px;
    border: 1px solid transparent;
}

.category_container a:hover {
    text-decoration: none;
    border: 1px solid var(--color_blue);
    transition: .3s;
}

.category_container a:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.category_container a:hover p {
    transition: .3s;
    color: var(--color_blue);
}

.category_container p {
    text-align: center;
    margin: 10px auto;
    width: 90%;
}

.category_cover {
    background: rgb(10, 41, 55);
    background: linear-gradient(270deg, rgba(10, 41, 55, 1) 0%, rgba(0, 20, 28, 1) 100%);
}

.category_cover img {
    width: 90%;
    max-width: 600px;
    margin: auto;
    display: block;
    filter: drop-shadow(0 0 10px rgba(125, 165, 215, 0.5));
}

.category_strip {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.category_icon svg {
    width: 80px;
    height: 80px;
    fill: white;
}

.category_content .category_icon {
    margin: auto;
    display: none;
}

.category_title {
    text-align: right;
    padding: 0;
    font-size: 1.4em;
    width: 100%;
    margin: auto;
    color: white;
}

.category_content .category_title {
    text-align: center;
}

.category_text {
    text-align: right;
    font-size: 1.2em;
    padding: 0;
    width: 100%;
    margin: auto;
    color: white;
}

.category_content .category_text {
    text-align: center;
}

.category_content, .category_slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.category_content {
    /*background-color: #c4a8d0;*/
}

.category_content div {
    max-width: 480px;
    display: flex;
    align-content: center;
    flex-direction: column;
}

.category_slider {
    /*background-color: #2cb4b3;*/
}

.category_content p {
    color: white;
}

.project-item {
    transition: all 0.5s ease;
    overflow: hidden;
    opacity: 1;
    max-height: 1000px; /* מספיק גבוה לפרויקט */
}

.project-item.hidden {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
}


/* END CATEGORY */

/* CAREER */

.career_container {
    padding: 20px;
    width: calc(100% - 40px);
    margin: 10px auto 20px;
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
}

.career_container h3, .open_jobs h3 {
    margin: 0;
    text-align: right;
}

.career_container p {
    margin-bottom: 20px;
}

.career_container a {
    display: flex;
}

.career_container a:hover {
    opacity: .8;
    transition: .3s;
    text-decoration: none;
}

.career_container div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}

.career_container label, .send_cv label {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.career_container input, textarea {
    margin: 0 auto;
}

.send_cv input, textarea {
    width: 90%;
    margin: 5px 5%;
    padding-right: 16px;
}

.career_container span {
    font-weight: bold;
}

.career_container img {
    max-width: 500px;
    width: 100%;
    height: inherit;
    margin: auto;
}

.open_jobs {
    /*	padding: 20px;*/
    width: calc(100% - 40px);
    margin: 10px auto 20px;
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
}

.accordion_jobs {
    width: 100%;
    text-align: right;
    height: 50px;
    outline: none;
    border-radius: 7px;
    box-shadow: var(--shadow);
    background: var(--color_white);
    margin: 10px auto;
    color: var(--color_gray);
    padding-right: 20px;
    border: 1px solid transparent;
    position: relative;
}

.accordion_jobs.active {
    border: 1px solid var(--color_blue);
}

.accordion_jobs span {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 10px;
    fill: var(--color_blue);
}

.accordion_jobs.active span {
    transform: rotate(-180deg);
    transition: .3s;
}

.accordion_jobs:hover {
    transition: 0.4s;
    cursor: pointer;
}

.panel_jobs {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel_jobs ul {
    margin: 10px 0;
    list-style-type: disc;
    padding-right: 20px;
    color: var(--color_gray_text);
    line-height: normal;
}

.panel_jobs li {
    margin-bottom: 5px;
}

.panel_jobs button {
    width: 150px;
    margin: 20px 0;
}

.send_cv {
    width: 100%;
    border: 1px solid var(--color_blue);
    margin: 30px auto 20px;
    padding: 20px;
}

.send_cv h3 {
    margin: auto;
    text-align: center;
}

.contact_icon {
    width: 24px !important;
    height: 24px !important;
    margin: 0 0 0 16px !important;
}

.contact_icons {
    width: 20px !important;
    height: 20px !important;
    margin: 0 0 0 10px !important;
    fill: var(--color_blue);
}

/* END CAREER */

/* FILE UPLOAD */

.file-upload .file-select, .send_cv select {
    display: block;
    border: 1px solid var(--color_light_gray);
    color: var(--color_white);
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    text-align: right;
    background: var(--color_white);
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    width: 90%;
    direction: rtl;
    margin: 20px 5% auto;
}

.file-upload .file-select .file-select-name {
    line-height: 45px;
    display: inline-block;
    padding: 0 20px;
    color: var(--color_light_gray);
}

.file-upload .file-select .file-select-button {
    background: var(--color_blue);
    padding: 0 10px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-weight: 900;
}

.file-select-button {
    width: 22%;
    text-align: center;
    float: left;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto !important;
}

.send_cv select, .send_cv option {
    color: var(--color_gray);
    padding-right: 12px;
    font-family: verela, serif;
}

.send_cv div span {
    position: absolute;
    top: 7px;
    left: 6%;
    height: 30px;
    width: 30px;
    z-index: 1;
    user-select: none;
    fill: var(--color_blue);
}

.add_pic {
    display: none;
}

.dis_b {
    display: block;
}


/* END FILE UPLOAD */

/* CUSTOMER */

.swiper2 {
    padding: 20px !important;
}

.swiper2 .swiper-slide {
    /*width: 80%;*/
    /*position: relative;*/
    /*margin: auto 10%;*/
    height: 150px;
    /*min-height: 150px !important;*/
    border-radius: 10px;
    padding: 16px;
    box-shadow: var(--shadow);
}

.swiper2 .swiper-slide img {
    height: 100%;
    object-fit: contain;
}

/*     OLD    */

.customer_container {
    padding: 20px;
    width: calc(100% - 40px);
    margin: 10px auto 20px;
    max-width: 1900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: .3s;
}

.customer_container a {
    width: 115px;
    margin: 15px;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: var(--shadow);
    background: var(--color_white);
}

.customer_container img {
    width: 100%;
    padding: 30px;
}

.customer_container img:hover {
    transition: 0.3s;
    transform: scale(1.1);
}

/* END CUSTOMER */

.gratitude_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.gratitude {
    border-radius: 7px;
    box-shadow: var(--shadow);
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 90%;
    max-width: 480px;
    text-align: center;
    margin: auto;
}

.gratitude svg {
    width: 48px;
    fill: var(--color_blue);
}

.visit_card__wrapper {
    direction: ltr;
    width: 100%;
    height: 100vh;
    min-height: min-content;
    background-color: var(--color_bg_gray);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.visit_card__container {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.visit_card__header_img {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: -1px 9px 18px 0 rgba(75, 81, 91, .1);
    overflow: hidden;
}

.visit_card__header_img img {
    width: 100%;
}

.visit_card__header_name {
    font-weight: bold;
}

.visit_card__container a {
    width: calc(100% - 32px);
    max-width: 300px;
    text-align: left;
    outline: none;
    border-radius: 7px;
    box-shadow: var(--shadow);
    background: var(--color_white);
    margin: 10px auto;
    color: var(--color_gray);
    padding: 8px 16px;
    border: 1px solid transparent;
    position: relative;
    display: block;
}

.visit_card__container a.main {
    background: var(--color_blue);
    color: var(--color_white);
    text-align: center;
}

.visit_card__social {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.visit_card__social a {
    height: 56px;
    width: 56px;
    background-color: white;
    border-radius: 50%;
    margin: 8px;
    border: 1px solid var(--color_blue);
    display: flex;
    justify-content: center;
    align-items: center;
}

.visit_card__social svg {
    fill: var(--color_blue);
    height: 24px;
    width: 24px;
}

.visit_card__header {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
}

.visit_card__header_logo {
    display: flex;
    margin: 6px 0;
}

.visit_card__header_logo img {
    width: 100px;
}

.visit_card__line {
    width: 2px;
    height: 68px;
    background-color: var(--color_green);
    margin: 0 10px;
}

.visit_card__header_name_and_position {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*width: calc(100% - 168px);*/
}

/* START MODAL */

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-width: 1200px;
    width: calc(100% - 40px);
    position: relative;
}

.close {
    position: absolute;
    top: -40px;
    left: 0;
    color: white;
    font-size: 28px;
    font-weight: bold;
    transition: .3s;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: .6;
}

/* END MODAL */

/* START MSG */

.msg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.msg span {
    background-color: white;
    padding: 24px;
    max-width: 320px;
    width: calc(100% - 40px);
    box-shadow: -1px 9px 18px 0 rgba(75, 81, 91, .1);
    border-radius: 24px;
}

.msg svg {
    width: 80px;
    height: 80px;
    margin: auto;
    display: block;
}

.msg.success span svg {
    fill: mediumseagreen;
}

.msg.error span svg {
    fill: indianred;
}

.msg p {
    text-align: center;
    margin: 20px auto;
}

.msg .btn {
    width: fit-content;
    margin: auto;
}

.msg_btn {
    width: 112px;
    height: 36px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: var(--color_white);
    background-color: var(--new_color_gray);
    font-weight: bold;
    border-radius: 4px;
    transition: .3s;
}

.msg.welcome_msg span {
    max-width: 992px;
    max-height: 90vh;
    overflow-y: auto;
}

.msg.welcome_msg b {
    font-size: 1.2em;
}

/* END MSG */

@media (min-width: 480px) {

    .product_idea img {
        max-width: 500px;
        width: 100%;
        height: inherit;
    }

    .item img {
        height: unset;
    }

    .prime_project_flex img {
        width: 90%;
        height: unset;
    }

}

@media (min-width: 600px) {
    /*.new_cover {*/
    /*    aspect-ratio: 1.3;*/
    /*}*/
    .new_cover_content_item p {
        font-size: 1.4em;
    }

    .project_link {
        width: calc(50% - 40px);
    }

    .category_container a {
        width: 46%;
        margin: 0 1% 20px;
    }

}

@media (min-width: 768px) {
    /*.new_cover {*/
    /*    aspect-ratio: 1.5;*/
    /*}*/
    .whatsapp_btn {
        display: none;
    }

    .project_link {
        width: calc(33% - 40px);
    }

    .footer_content h3 {
        text-align: right;
    }

    .footer_content a {
        text-align: right;
        display: flex;
        width: auto;
        margin: auto 0;
    }

    .footer_content div {
        width: 32%;
    }

    .bottom_logo {
        margin: 15px 0;
    }

    .category_container a {
        width: 31%;
    }

    .contact_strip_flex div {
        width: 45%;
    }

    .contact_strip_flex a {
        justify-content: flex-start;
    }

    .contact_strip_flex a, .contact_strip_flex p {
        text-align: right;
    }

    .contact_strip_flex h1 {
        width: 100%;
        text-align: right;
        margin: auto;
    }

    .contact_strip_flex img {
        width: 24px;
        height: 24px;
        margin: 8px 0 8px 16px;
    }

    .contact_strip_flex input, .contact_strip_flex textarea {
        width: 100%;
        margin: 0;
    }

    .contact_strip_bg {
        width: 50%;
        height: 100%;
        right: 0;
        display: block;
    }

    .contact_strip_flex button {
        margin: 30px 0 0;
    }

    .about_strip div {
        width: 30%;
    }

    .item {
        flex-direction: row-reverse;
    }

    .item div {
        width: 50%;
    }

    .text_slide p.title {
        font-size: 50px;
    }

    .text_slide p {
        font-size: 30px;
        text-align: right;
    }

    footer {
        /*height: 278px;*/
        /*margin-top: -278px;*/
    }

    .content-inside {
        padding-bottom: 268px;
    }

    .footer_content {
        flex-wrap: nowrap;
    }

    .contact_text p {
        margin: 12px 12px;
        width: unset;
        text-decoration: none;
        text-align: center;
        color: var(--color_white) !important;
    }

    .footer_form input {
        width: 30%;
    }

    .contact_container {
        height: 260px;
    }

    .contact_container p {
        font-size: 1em;
    }

    footer form {
        height: 200px;
    }

    .footer_content div span {
        justify-content: flex-start;
        margin: unset;
    }

    .our_specialty_flex div {
        margin: 40px auto;
        width: 45%;
    }
}

@media (min-width: 992px) {
    .category_content .category_icon {
        display: block;
    }

    .category_strip {
        flex-direction: row-reverse;
    }

    .category_cover img {
        max-width: unset;
    }

    .category_content {
        width: 40%;
    }

    .category_slider {
        width: 60%;
    }

    .new_cover {
        /*aspect-ratio: 3;*/
        height: 75dvh;
    }

    .main_cover {
        height: 500px;
    }

    .customer_container a {
        width: 250px;
    }

    .career_container div, .product_idea div {
        width: 50%;
        padding: 20px;
    }

    .category_container a {
        width: 23%;
    }

    .story_container_more div {
        width: 32%;
        margin: auto;
    }

    .project_container {
        flex-direction: row;
    }

    .project_container div.img, .project_container div.description {
        width: 50%;
    }

    .project_container div.description {
        padding-left: 10px;
    }

    .project_container div.description a > img {
        width: 140px;
        margin: 10px 0 10px 20px;
    }
}

@media (min-width: 1200px) {
    .our_specialty_flex div {
        margin: 40px auto;
        width: 25%;
    }

    .prime_project_flex {
        flex-wrap: nowrap;
    }

    .project_link {
        width: 14%;
    }

    .main_cover .owl-carousel .owl-item img, .product_idea img {
        width: 500px;
        aspect-ratio: 1;
    }

    .prime_project_flex img {
        width: 111px;
        height: 111px;
        margin: 0 auto 20px;
    }
}
