/*  
Theme Name: Arc Theme 
Theme URI: 
Description: Special theme for Arc
Version: 1.0
Author: digiproduct
Author URI: https://digiproduct.co.il/
*/

:root {
    --font-family: "Prompt", sans-serif;

    --color-blue: rgb(18, 172, 188);
    --color-yellow: rgb(243, 181, 27);
    --color-white: #ffffff;
    --color-green: #016f43;
    --color-grey: #d1d5db;
    --animation-1: all 0.3s ease;
}
/*
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;
}*/
/* HTML5 display-role reset for older browsers */
/* article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #000;
}
button,
input,
textarea {
    border: 0;
    outline: 0;
} */
/* Alignment */
/* .alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.container {
    max-width: 90vw;
    margin: 0 auto;
    padding: 0 10px;
}
@media screen and (max-width: 600px) {
    .container {
        max-width: 100%;
        padding: 0 6.3452vw;
    }
}
main ol {
    counter-reset: my-awesome-counter;
}
main ol li {
    counter-increment: my-awesome-counter;
}
main ol li::before {
    content: counter(my-awesome-counter);
}
main a {
    color: inherit;
}
main a:hover {
    text-decoration: none;
}
main strong {
    font-weight: bold;
}
main em {
    font-style: italic;
} */
/* =---= */
/* input::placeholder,
textarea::placeholder {
    font-family: inherit;
}
input,
textarea,
button,
select {
    font-family: inherit;
} */
/* ------------------------------------------------ */

@font-face {
    font-family: "Montserrat";
    src: url("./assets/fonts/Montserrat-Regular.woff2") format("woff2"),
        url("./assets/fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("./assets/fonts/Montserrat-Italic.woff2") format("woff2"),
        url("./assets/fonts/Montserrat-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("./assets/fonts/Montserrat-Medium.woff2") format("woff2"),
        url("./assets/fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("./assets/fonts/Montserrat-Bold.woff2") format("woff2"),
        url("./assets/fonts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
}

.container {
    max-width: 90%;
    margin: 0 auto;
}

.footer-image,
.header-image {
    max-width: 100%;
}

.footer-image img,
.header-image img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
        margin: 0 10px;
    }
}

.header-banner {
    position: relative;
}

.header-banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 19.4444vw;
    left: 10.4167vw;
    background-image: url(assets/img/new-logo-banner.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 100%;
    max-width: 40%;
    height: 230px;
}

.top-menu-container {
    position: absolute;
    top: 20px;
    left: 50%;
}

.top-menu-container .top-menu-list {
    display: flex;
    gap: 30px;
}

.top-menu-list a {
	color: #ffffff;
	transition: var(--animation-1);
}

.top-menu-list a:hover {
	color: #d0970b;
}

@media screen and (max-width: 1024px) {
    .header-banner::after {
        top: 17.5781vw;
        height: 180px;
    }
}

@media screen and (max-width: 600px) {
    .header-banner::after {
        top: 15.5781vw;
        height: 100px;
    }
}

/* home page */
.home-top {
    padding-bottom: 30px;
}

.home-top__title {
    text-align: center;
    color: var(--color-blue);
}

.home-top__subtitle {
    text-align: center;
    margin-top: 0;
}

.home-top__button {
    display: inline-block;
    margin-top: 10px;
    padding: 15px 50px;
    background-color: var(--color-yellow);
    color: var(--color-white);
    border-radius: 10px;
    transition: var(--animation-1);
}

.home-top__button:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
    text-decoration: none;
}

/* footer form */
.wpcf7-form label {
        color: var(--color-grey);
        font-weight: 500;
        margin-top: 0.75rem;
    }
.wpcf7-form select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: none !important;
    }
.wpcf7-form input,
    .wpcf7-form textarea,
    .wpcf7-form select {
        max-width: 100%;
        width: 100%;
        background-color: #147071;
        margin-top: 0.25rem;
        padding: 0.5rem 0.75rem;
        border-radius: 6px;
        color: var(--color-grey);
    }
.wpcf7-form input[type="submit"] {
        width: auto;
        color: #374151;
        background-color: var(--color-yellow);
        margin-top: 20px;
    }
.wpcf7-form input[type="submit"]:hover {
        background-color: #d0970b;
    }
.wpcf7-form .select2-selection .select2-selection__arrow b {
        display: block;
        width: 0;
        height: 0;
        overflow: hidden;
    }
.wpcf7-form .form-row {
        display: flex;
        align-items: end;
        gap: 1.25rem;
    }

.wpcf7 form .select2-container--default .select2-selection--single {
    background-color: #147071;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    border: none;
    height: auto;
    color: var(--color-grey);
}

.wpcf7
    form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--color-grey);
    line-height: normal;
}

.wpcf7
    form
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

/* about */
.about {
    padding: 30px 0;
}
.about__title {
    text-align: center;
    color: var(--color-blue);
}
.video-wrapper {
    width: 66.66%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    /* padding-bottom: 56.25%; */
    padding-bottom: 40%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.about__button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
}
@media screen and (max-width: 600px) {
    .video-wrapper {
        width: 100%;
        padding-bottom: 56.25%;
    }

    .form-row {
        flex-direction: column;
    }
}

/* agenda */
.agenda {
    padding: 30px 0;
}
.agenda__title {
    text-align: center;
    color: var(--color-blue);
}

/* footer */
.footer_form_title {
    font-size: 3rem;
}
