/*!
Theme Name: magnus
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>magnus</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: magnus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

magnus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
 .karantina-light {
  font-family: "Karantina", serif;
  font-weight: 300;
  font-style: normal;
}

.karantina-regular {
  font-family: "Karantina", serif;
  font-weight: 400;
  font-style: normal;
}

.karantina-bold {
  font-family: "Karantina", serif;
  font-weight: 700;
  font-style: normal;
}
#octAccess{z-index:999999999999999999!important}
#octAccess .open{top:118px!important;padding:5px!important;}
.heebo-exta1{
  font-family: "Heebo", serif;
  
  font-weight: 100;
  font-style: normal;
}
.heebo-exta2{
  font-family: "Heebo", serif;
 
  font-weight: 200;
  font-style: normal;
}
.miriam-libre {
  font-family: "Miriam Libre", serif;
  font-optical-sizing: auto;
 
  font-style: normal;
}
.miriam-libre p {
  font-family: "Miriam Libre", serif;
  font-optical-sizing: auto;
 
  font-style: normal;
}
.varela-round-regular {
  font-family: "Varela Round", serif;
  font-weight: 400;
  font-style: normal;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;font-family: "Karantina", serif;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;font-family: "Karantina", serif;
}


body,div,h1,h2,h3,h4,h5,p,span,li{font-family: "Karantina", serif;}


/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
.bot-package{
    width: 90px!important;
    display: block;
    margin: auto;
}
/* Embedded content
	 ========================================================================== */
.logoTOP {
    text-decoration: none;
}
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 3em 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #77d3f7;
}
.thecontent{text-align:right}
a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
html, body {
  scroll-behavior: smooth; /* מאפשר גלילה חלקה */
}

:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/**
 * Cross-browser styles for explicit focus via 
 * keyboard-based (eg Tab) navigation or the
 * .focus-visible utility class.
 */
:focus,
.focus-visible:focus:not(:focus-visible) {
  outline: 0;
  box-shadow:
    0 0 0 .2rem #fff,
    0 0 0 .35rem #069;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}
.topheader.scrolled {
    background-color: #000;
   
}
.topheader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    align-items: center;
}
.top-menu {
    margin-right: 20px;
    border: solid #77d3f7;
    border-radius: 20px;
    padding: 0px 41px;
    cursor: pointer;
}
.bottom-menu {color:#fff;
    display: flex;
    font-size: 34px;
    gap: 15px;
    align-content: space-around;
    justify-content: space-around;
}
    
 .menu-line {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 6px 0px;
}
.menu-line span {
    height: 2px;
    background: #fff;
    width: 26px;
    display: block;
}
.hover-text-animation a {
   
    color: #fff;
    font-size: 39px;
    display: flex;
    font-weight: 700;
}
#lets-talk-now {
    cursor: pointer;
}
.hover-text-animation a { text-decoration: none;
    background: linear-gradient(48deg, rgb(119 211 247) 33%, rgb(34 180 233) 100%);
    margin-left: 20px;
    color: #fff;
    border-radius: 22px;
    padding: 0px 37px;
}
.video-background{position:relative;}
.video-background::before {
    background: rgb(0 0 0 / 13%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.video-background::before {
    background: rgb(0 0 0 / 59%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.video-background:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: transparent;
   background-image: linear-gradient(180deg, #181D2400 0%, #3fbfee 80%);
}


.slogn{color: #fff;
    font-size: 37.7px;}


.LOGO {height:70px;
    font-size: 69px;
    color: #fff;
    display: flex;
    gap: 11px;
}
.video-background video{width:100%;}



.menu-side {
    padding-top: 22px;
    background: #00587a;
    position: fixed;
    height: 100%;
    z-index: 99999999999;
    top: 0px;
    width: 60%;
    padding-right: 50px;
    right: -80%;
    transition: right 0.4s ease;
}
.menu-side a {
    text-decoration: none;
    font-size: 60px;
    color: #fff;
}
.themenu{padding-bottom:100px;}

.menu-side.open {
    right: 0; /* הזזת התפריט למיקום הרגיל */
}

.svgClose{
       
       border: solid 2px;
    border-radius: 50%;
    filter: invert(1); position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
}


  .phone-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 29px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: white;
    
    padding: 10px;
    border-radius: 5px;
}

        .phone-icon {
            width: 40px;
            height: 40px;
            transition: transform 0.3s ease-in-out;
            fill: white;
        }

        .phone-container:hover .phone-icon {
            transform: rotate(20deg) scale(1.1);
        }








.close-button {
    width: 100px;
    height: 100px;
    cursor: pointer;
    top: calc(50% - 50px);
    position: absolute;
    border: none;
    background: none;
    left: -50px;
}
       
.closeSVG{
    width: 99px;
    position: relative;
    right: -15px;
    height: 100px;
    top: -9px;
}       
       
        
       .circle-stroke {
    stroke: #77d3f7;
    stroke-width: 5;
    fill: none;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 0.5s ease-in-out;
}
        .close-button:hover .circle-stroke {
            stroke-dashoffset: 0;
        }
       /* img {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        */
        #lets-talk {
            margin-top: 100vh;
            padding: 50px;
            background: #f0f0f0;
        }





























.lines {
    position: absolute;
    width: 40%;
    top: 400px;
    z-index: 9999999;
    height: 400px;
    margin: auto;
    right: 30%;
}


.line1 span {
    height: 30px;
    width: 1px;
    background: #fff;
    display: inline-block;
    top: -30px;
    position: relative;
}
.line1 {
    width: 100%;
    background: #ffff;
    height: 2px;
    display: flex;
    justify-content: space-between;
}

.line2 span {
    height: 1px;
    width: 30px;
    background: #fff;
    display: inline-block;
    position: relative;
}

.line2 {
    background: #ffffff;
    width: 2px;
    height: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.line3 span {
    height: 1px;
    width: 30px;
    background: #fff;
    display: inline-block;
    position: relative;
    left: 30px;
}

.line3 {
    float: right;
    background: #ffffff;
    height: 100%;display:flex;
    width: 2px; justify-content: space-between;
    flex-direction: column;
}


.line4{
    clear: both;
    width: 50%;
        display: flex;
    justify-content: space-between;
    background: #ffff;
    height: 2px;
}
.line4 span {
    height: 30px;
    width: 1px;
    background: #fff;
    display: inline-block;
    top: 0px;
    position: relative;
}


.heading-text{font-size:90px;}
.box-lines {
    color: #fff;
    position: absolute;
    top: 5px;
    font-size: 70px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.box-lines p{margin:0px;line-height:59px;}
.box-lines .buttonclient {text-decoration:none;
    background: black;
    border: solid #77d3f7;
    color: #fff;
    padding: 0px 12px;
    border-radius: 48px;
    font-size: 40px;
    display: block;
    width: 70px;
    margin: auto;
    cursor: pointer;
    margin-top: 30px;
    height: 65px;
}
.part1 {background:#000;color:#fff;font-size:40px;}
.part1 > div{
  
    font-size: 40px;
    width: 80%;
    margin: auto;
    display: flex;
}
.advantage-list {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 24px;
}
.advantage-list
th {
    color: #77d3f7;
    font-size: 60px;
    padding: 17px;
    border-bottom: 1px solid #ddd;
    text-align: right;
    background: black;
    font-family: "Karantina", serif;
}
.advantage-list
tr {
    color: black;
    font-size: 27px;
}

.advantage-list
td {
    font-size: 26px;
    font-weight: 600;
    background: black;
    color: #fff; padding: 15px;
    border-bottom: 1px solid #ddd;
    text-align: right;
}
.advantage-list
td div
{
    font-family: "Miriam Libre", serif;
    font-size: 20px;
    font-weight: 100;
    padding-right: 20px;
}





.icon-ok{color:#77d3f7;}
.part1 .left li{list-style:none;font-size:27px;}
.right h2 {
    font-size: 80px;
    margin: 0px;
    padding: 0px;
    line-height: 75px;
}
.part1 .right {
    width: 820px;
    padding-top: 40px;
}.left {
    width: 910px;
}
.left ul{margin:0px;padding:0px;}
.advasiter {
    text-align: center;
    background: #000;
    padding-bottom: 78px;
    position: relative;
}
.advasiter-ads {
    text-align: center;
    background: #000;
    padding-bottom: 78px;
    position: relative;
}
.advasiter-ads:after {
      content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 184px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #181D2400 0%, #ffffff 80%);
}





.advasiter h3,.advasiter-ads h3{font-size:60px;color:#fff;margin:0px;line-height:70px;}
.advasiter h2,.advasiter-ads h2 {
    font-size: 180px;
    color: #77d3f7;
    margin-top: 0px;
    line-height: 106px;
    height: 0px;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	right: auto;
}
/*
.results {
    display: flex;
    gap: 30px;
    padding: 63px 30px;
}
.result {
    
    border: solid 2px #eee;
    border-radius: 22px;
}
.row-result {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    padding: 0px 19px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
*/
.positionX{padding-left:10px;}








.slider {
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 100px;
}

        .slider-container {
            display: flex; gap: 20px;
            transition: transform 1s ease-in-out;
          
        }

       .result {
    flex: 0 0 calc(20% - 20px);
    padding: 10px;
    box-sizing: border-box;
    border: solid 2px #000000;
    border-radius: 20px;
}

       .result img {
    height: 100px;
    margin: auto;
    position: relative;
    display: inherit;
}

        .row-result {
           display: flex;
    justify-content: space-between;
    font-size: 22px;
    padding: 0px 19px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    padding-top: 10px;
        }

        .row-result strong {
            font-weight: bold;
        }

        .row-result span {
            font-size: 25px;
        }



.about{padding-top: 100px;}
.about h2{font-size: 66px;
    line-height: 50px;}
.company {
    background: black;
    padding: 26px 46px;
    display: flex;
    padding-bottom: 153px;
    position: relative;
}
.company > div{ width: 25%;
    text-align: center;position:relative;
    
    
}



.circle{ width: 255px;
    border-radius: 50%;
    border: solid 2px #3fbfee;
    height: 252px;
    overflow: hidden;
    position: relative;
    margin: auto;}

.circlePerson{
    background-size: cover!important;   height: 100%;
    
    border-radius: 21px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-border-radius: 10px;
}

.circleH3{
 color: #77d3f7;
    font-size: 30px;
    margin: 0px;
    text-align: center;
}
.circleH4{
     color: #fff;
    margin: 0px;
    font-size: 25px;
}



.company2 >div:after {
       content: '';
    transition: all 0.2s ease-in;
    position: absolute;
    left: 5%;
    top: -3%;
    width: 90%;
    height: 81%;
    background: none;
    border-radius: 50%;
    border: 4px solid #6dcff675;
}
    
    .wpcf7-not-valid-tip {
    color: #3fbeee;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
input[type="text"]:focus, input[type="color"]:focus{color:#fff!important;}

.company:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 256px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #181D2400 0%, #77d3f7 80%);
}

.contact-now{    
    background-image: url("/wp-content/uploads/2025/01/pexels-sevenstormphotography-443383-.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;


   }
.contact-now > div {
    justify-content: space-around;
    display: flex;gap:30px;
    background: rgb(0 0 0 / 58%);
    height: 100%;padding:50px;
}

.contact-now > div > div{width:50%;}

.BigContact{font-size:90px;color:#fff;}
.textContact{color:#fff;font-size:37px;}

.sendForm input {
    direction: rtl!important;
    margin-bottom: 30px;
    background: transparent;
    width: 100%;
    color: #fff;
    border: none;
    border-bottom: solid 2px #77d3f7;
    font-size: 23px;
    cursor: pointer;
}
.sendForm{max-width:700px;}
.sendnow {
    margin-top: 50px;
    background-color: #42bfee !important;
    border: none!important;
    border-radius: 20px !important;
    padding: 13px 28px!important;
    max-width: 331px;
    float: left;
}
dt {
    font-size: 35px;
    color: #000;
}
.PackagePrice{font-size:80px!important;}
.price > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: row-reverse;
    align-items: baseline;
    height: 50px;
}


/*packages*/
.packages {
      display: flex;
      gap: 20px;
      padding: 20px;
    }

  .package {
    background-color: #000000;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 25%;
    font-size: 40px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(119 211 247) 20%, rgb(0 0 0 / 90%) 80%);
}

   .package h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #77d3f7;
}
 .package p {
    font-size: 0.9em;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 900;
}

.price {
    font-size: 113px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 70px;
}
a.cta {
    background: black;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 20px;
}
  .price span {
    font-size: 29px;
    vertical-align: super;
    display: block;
    color: #000;
}
    .features {
      list-style: none;
      padding: 0;
     
      margin: 0px;
    }

.features li {
    margin: 10px 0;text-align:right;
    display: flex;
    align-items: center;
    font-size: 0.9em;
    justify-content: flex-start;
    gap: 20px;
    background: #00000075;
    color: #fff;
}

  .features li span {
    color: #ffffff;
    margin-right: 10px;
    font-size: 56px;
    width: 45px;
    line-height: 30px;
}

    .cta {
      background-color: #ff4f5e;
      color: #ffffff;
      text-decoration: none;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
      display: inline-block;
      transition: background-color 0.3s ease;
    }

    .cta:hover {
      background-color: #e64450;
    }

    .footer {
      text-align: center;
      margin-top: 20px;
      font-size: 0.9em;
      color: #d1d1e0;
    }
  .features .the-package {
    background: #fff;
    color: #000;
  
    display: flex;
    flex-direction: column;
}
     .features .the-package span{color:#000;}
    .numberSEO {
    color: #ff0000 !important;
}

.requiredPackage {
    color: #fff;
    font-size: 30px;
    display: block;
}
/**/


    .faq-container {
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
}
   .faq-item {
    background: #ffffff;
    border-radius: 8px;
    margin: 10px 0;
    padding: 0px;
    cursor: pointer;
    transition: 0.3s;
}
      .faq-item:hover {
    background: #46c1ef;
    color: #fff;
}
     .faq-question {
    font-size: 46px;
}
.faq-answer {
    display: none;
    padding-top: 10px;
    font-size: 30px;
    background: #000000;color:#fff;
   font-family: 'Miriam Libre'!important;
}









        .pyramid-text {
            position: absolute;
            color: blue;
            text-align: center;
            font-weight: bold;
            font-size: 16px;
        }

        .lines1 { top: 20px; left: 50%; transform: translateX(-50%); border-bottom:90px solid #000;background:black;}
        .lines2 { top: 80px; left: 50%; transform: translateX(-50%); background:red;}
        .lines3 { top: 140px; left: 50%; transform: translateX(-50%); }
        .lines4 { top: 200px; left: 50%; transform: translateX(-50%); }
        .lines5 { top: 240px; left: 50%; transform: translateX(-50%); }



.backhitech{background:#000;}

.rightt{position:relative;background:url('/wp-content/uploads/2025/01/high-tech-themed.webp');height:500px;background-size:100%;}

.rightt::before {
    background: rgb(0 0 0 / 13%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}








.site-footer {
    background-color: #000;
    padding: 34px 20px;
    padding-bottom: 181px;
}

.footer-widgets {
    display: flex;
    flex-wrap: nowrap;color:#fff;
    justify-content: space-around;
}

.widgetsTop{min-height:220px;}





.font-light {
    font-size: 27px;
    line-height: 30px;
    padding-top: 80px;
}

.footer-widgets > div{width:33.3%;}

.widgetTitle{font-size:60px;}

.social-icons {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    flex-wrap: nowrap;
    gap: 13px;
}

.icon {
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #333; /* צבע אחיד */
    border-radius: 50%; /* עיגול */
    color: white;
    transition: all 0.3s ease;
}
.social-icons a{color:#fff;}
.icon:hover {
    transform: scale(1.1);
}

.icon.facebook {
    background-color: #3b5998; /* צבע פייסבוק */
}

.icon.instagram {
    background-color: #C13584; /* צבע אינסטגרם */
}

.icon.google-maps {
    background-color: #4285F4; /* צבע גוגל */
}

.icon.waze img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.icon.tiktok {
    background-color: #69C9D0; /* צבע טיקטוק */
}










  .video-container {
      position: relative;
      width: 80%;
      max-width: 800px;
    }

    video {
      width: 100%;
      height: auto;
      display: block;
    }

    .custom-play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
    }

    .custom-play-button::before {
      content: '';
      border-style: solid;
      border-width: 15px 0 15px 25px;
      border-color: transparent transparent transparent white;
      display: inline-block;
      margin-left: 5px;
    }

    .custom-play-button:hover {
      background-color: rgba(0, 0, 0, 0.9);
    }














.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
a:visited {
    color: #fff;
}
a:hover, a:focus, a:active {
    color: #ffffff;
}
p{font-family:"Miriam Libre", serif;font-size:25px;}
.font-light{font-family:"Miriam Libre", serif;}
.box-lines p{font-size:63px;font-family:"Karantina", serif;}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}

.bot{width: 100%;
    margin-top: 50px;
    left: 54px;
    position: relative;
}

@media only screen and (max-width: 1560px) {
 .circle{ width: 200px;
    height: 200px;
   
   }
   .box-lines {
    color: #fff;
    position: absolute;
    top: 5px;
    font-size: 56px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.box-lines p{font-size:50px;}
.backhitech {
  
    padding-top: 114px;
}
}

@media only screen and (max-width: 1340px) {
 
 
 .left {
    width: 100%;
}
 .part1 > div {
    font-size: 40px;
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
 
  .part1 .right{width:100%;}
  
    .backhitech {
    background: #000;
    padding-top: 150px;
}
.right h2 {
    font-size: 63px;
   
}
.advantage-list
th {
    font-size: 42px;
  
}


 .circle{ width: 160px;
    height: 160px;
   
   }
.lines {
   
    width: 50%;
  
    right: 25%;
}
}
@media only screen and (max-width: 1200px) {
    .backhitech {
  
    padding-top: 300px;
}
    
}

@media only screen and (max-width: 1250px) {
    .result {
    flex: 0 0 calc(25% - 13px);
}
}

@media only screen and (max-width: 1000px) {
   .backhitech {
   
    padding-top: 170px;
}
    .box-lines p{font-size:44px;}
    .contact-now > div > div{width:100%;}
   .contact-now > div {
    justify-content: space-around;
    display: flex;
    gap: 0px;
    background: rgb(0 0 0 / 58%);
    flex-wrap: wrap;
}
.textContact {
    color: #fff;
    font-size: 30px;
}

    .BigContact {
    font-size: 60px;
    color: #fff;
}
 .package{width:48%;}
 .packages {
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}
   .result {
    flex: 0 0 calc(50% - 20px);
  
}
   .lines {
    position: absolute;
    width: 60%;
    top: 210px;
    z-index: 9999999;
    height: 311px;
    margin: auto;
    right: 20%;
}
   .heading-text {
    font-size: 60px;
}
.box-lines {
    color: #fff;
    position: absolute;
    top: 5px;
    font-size: 45px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}.box-lines .buttonclient{margin-top:16px;}
     .circle{ width: 140px;
    height: 140px;
   
   }
.company {
    background: black;
    padding: 26px 46px;
    display: flex;
    padding-bottom: 153px;
    position: relative;
    gap: 5px;
    justify-content: center;
}


}

@media only screen and (max-width: 800px) {
  .box-lines p{font-size:37px;}
    .BigContact {
    font-size: 54px;
    color: #fff;
}
.bot {
    
   left: auto;
  }

.company {
    background: black;
    padding: 26px 46px;
    display: flex;
    padding-bottom: 153px;
    position: relative;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}

   .company > div {
    width: 44%;
}

}

@media only screen and (max-width: 750px) {
   .about{padding-top:0px;}
   .thecontent {
      font-size: 40px!important;
    width: 90%!important;
}
    .close-button {
    width: 60px;
    height: 60px;
    cursor: pointer;
    top: calc(50% - 50px);
    position: absolute;
    border: none;
    background: none;
    left: -31px;
}
    .box-lines p{font-size:30px;}
    .bottom-menu {
    color: #fff;
    display: flex;
    font-size: 28px;
    gap: 0px;
    align-content: space-around;
    justify-content: space-around;
}
    
    .hover-text-animation {
    display: none;
}
    
.part1 .right {
    width: auto;
    padding-top: 90px;
}    
    
    .topheader {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
    
    
    
    
    
.LOGO {
    height: 50px;
    font-size: 50px;
   
}
.slogn {
       font-size: 27.7px;
}





   .lines {
    position: absolute;
    width: 80%;
    top: 210px;
    z-index: 9999999;
    height: 311px;
    margin: auto;
    right: 10%;
} 
   .result {
    flex: 0 0 calc(50% - 17px);
} 
    .package {
    width: 100%;
}

.backhitech {
    background: #000;
    padding-top: 0px;
}









}




@media only screen and (max-width: 710px) {
.result {
    flex: 0 0 calc(100% - 13px);
}
}

footer a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}
footer a:visited{color:#fff;}

.widget-container{font-size:27px;}
.site-info {
    text-align: center;
    font-size: 27px;
    color: #77d3f7;
}
.button-container{display:none;}

@media only screen and (max-width: 750px) {

.video-background:after {
  
    height: 117px;
   
}
.features li {
    gap: 8px;
    font-size: 27px;
    padding: 7px 0px;
}
.features svg {
    width: 35px;
}
.menu-side {
   
    padding-right: 15px;
   
}
.lines {
    position: absolute;
    width: 90%;
    top: 210px;
    z-index: 9999999;
    height: 311px;
    margin: auto;
    right: 5%;
}
.part1 > div {
    font-size: 40px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.line4 span {
    height: 10px;
    width: 1px;
    background: #fff;
    display: inline-block;
    top: 0px;
    position: relative;
}
.line3 span {
    height: 1px;
    width: 10px;
    background: #fff;
    display: inline-block;
    position: relative;
    left: 10px;
}
.line2 span {
    height: 1px;
    width: 10px;
    background: #fff;
    display: inline-block;
    position: relative;
}
.line1 span {
    height: 10px;
    width: 1px;
    background: #fff;
    display: inline-block;
    top: -10px;
    position: relative;
}


 .button-container {
    display: flex;
    justify-content: space-between;
    background-color: #000;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
    flex-direction: row-reverse;
}

  .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-right: solid 1px;
    border-left: solid 1px;
    width: 33.3%;
    height: 57px;
}

 .button i {
    background-color: #000;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-bottom: 5px;
    position: absolute;
    top: -41px;
}

 .button span {
    font-size: 38px;
}











.menu-side a {
    text-decoration: none;
    font-size: 37px;
    color: #fff;
}

.advasiter-ads:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 116px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #181D2400 0%, #ffffff 80%);
}

h2.widgettitle,.widgettitle,h2 {
    font-size: 52px;
    margin: 0px;
}.widgetsTop {
    min-height: 100px;
}
.phone-container{display:none;}    
.top-menu {
    margin-right: 0px;
    border: solid #77d3f7;
    border-radius: 20px;
    padding: 0px 18px;
    cursor: pointer;
}
.bottom-menu {
   
    font-size: 24px;
    gap: 8px;
 
}.faq-question {
    font-size: 30px;
}
.faq-container {
    max-width: 90%;
    margin: auto;
    padding: 0px 5px;
    margin-top: 100px;
}
.box-lines p {
    margin: 0px;
    line-height: 37px;
}
.company {
    background: black;
    padding: 0px 10px;
    display: flex;
    padding-bottom: 153px;
    position: relative;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
}
.advasiter h2, .advasiter-ads h2 {
    font-size: 100px;height:auto;
}
.advasiter h3, .advasiter-ads h3 {
    font-size: 50px;
    color: #fff;
    margin: 0px;
    line-height: 70px;
}
.about h2{font-size:50px;}
.part1 .right {
     padding-top: 300px;text-align:center;
}

.box-lines {
    font-size: 30px;
}
.box-lines p {
    margin: 0px;
    line-height: 42px;
}
.right h2 {
    font-size: 45px;
    line-height: 50px;
}
.textContact{
    line-height: 31px;
    font-size: 28px;
}
.footer-widgets > div {
    width: 100%;
}
.footer-widgets {
    display: flex;
    flex-wrap: nowrap;
    color: #fff;
    justify-content: space-around;
    flex-direction: column;
}

footer ul {
 
    margin: 0px 26px;
}


.lines {
   
  
    height: 272px;
 
}
.contact-now > div {

    padding: 30px;
}
.BigContact {
    font-size: 43px;
    color: #fff;
    line-height: 45px;
}
}

