:root{
	--light-blue: #69CAEB;
	--dark-blue: #365C66;
	--black: #1e1e1e;
	--orange: rgb(255, 204, 102);
}
body{
	background: #ffffff;
}

/*.technologies {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
	flex-wrap: wrap;
    justify-content: center;
    padding: 70px 10px 0;
}*/
.technologies svg {
	fill: var(--dark-blue);
	width: 100%;
  height: auto;
}
/*.technologies .slide {
    width: 100%;
    display: flex;
    max-width: 75px;
}*/
section.use-cases-2 {
    overflow: hidden;
	min-height: 100vh;
	position: relative;
	background: #fff;
}
section.use-cases {
    overflow: hidden;
	position: relative;
}
.lines-hologram{
   position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.lines-holograms div{
  position: absolute;
	top: 0;
	height: 100%;
	width: 20px;
	background: linear-gradient(var(--light-blue) 0%, transparent 50%);
	transform: rotate(-55deg)translateY(-19%) translateX(120px);
	left: 0;
	/*opacity: 0.3;*/
}

.lines-holograms div:first-child{
	left: 50%;
}
.lines-holograms div:nth-child(2){
	left: 65%;
}
.lines-holograms div:nth-child(3){
	left: 80%;
}
.lines-holograms div:last-child{
	left: 95%;
}

/*section.use-cases-2:before {
    content: '';
	position: absolute;
	height: 40%;
	width: 100%;
	background: var(--dark-blue);
	bottom: 20%;
	left: 0;
}*/
.site-header {
  position: sticky;
  top: 0px;
  z-index: 9;
  width: 100%;
	/*padding: 8px;*/
  height: auto;
	background: #fff;
  box-shadow: 0px 0px 8px #3b3b3b22;
}
.site-header .header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
  /*margin: 8px;*/
	max-width: 1440px;
	margin: 0 auto;
  padding: 15px 20px;
	width: 100%;

}
.main-navigation {
	width: auto;
}
header .custom-logo-link{
	max-width: 140px;
	margin-top: 3px;
	display: flex;
}
header .menu-item a{
	transition: 0.2s ease;
}
header .menu-item.focus a,
header .menu-item a:hover {
	background: #ffffff38;
	outline: none;
}
a.btn:visited{
	color: #Fff;
}
@media( min-width: 991px ) {
    /********/
    header .nav-list {
        height: auto;
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        background: #69CAEB;
        background: var(--dark-blue);
        border-radius: 13px;
    }

    header .nav-list ul {
        display: flex;
        z-index: 1;
        justify-content: center;
        align-items: center;
        margin: 0;
        /*column-gap: 10px;*/
        padding: 10px 5px;
        /*background: #000555;*/
    }

    header .nav-list ul li {
        list-style: none;
        height: auto;
        width: auto;
        padding: 0;
    }

    header .nav-list ul li a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        /*background: #fff;*/
        /*border: 1px solid #000;*/
        border-radius: 9px;
        color: #fff;
        padding: 3px 17px;
        margin: 0 5px;
        display: inline-block;
    }

    header .nav-list .overlay {
        position: absolute;
        /*   for test */
        /* 	height: 10px;
            width: 100px; */
        /*  for test  */
        background-color: #ffffff38;
        z-index: 0;
        border-radius: 9px;
        transition: 0.2s ease left, width, opacity;
        opacity: 0;
        top: 32px;
    }

    header .nav-list .overlay.active {
        opacity: 1;
    }

    /**********/
}

section > .max-content {
    max-width: 1440px;
    margin: 0 auto;
}
.hero-sec .hero-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 100%;
	min-height: 52vh;
	padding-top: 40px
}
.hero-btn {
  border-radius: 20px;
  background: linear-gradient(45deg, #364C66 30%, #69CAEB 80%, #364C66);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  padding: 8px 15px;
  font-size: 24px;
  text-decoration: none;
  line-height: 1;
  font-weight: 500;
	transition: 0.5s ease;
	height: 42px;
}
.hero-btn:hover {
	color: #fff;
	background-position: center 42px;
}
.hero-btn span {
	margin-bottom: 2px
}
.hero-sec h1 {
  margin-bottom: 0;
	line-height: 1.2;
  font-size: 10vw;
	text-align: left;
	color: var(--dark-blue);
	opacity: 0;
}
.hero-sec p {
  font-size: 20px;
	font-weight: 300;
  max-width: 730px;
}
.hero-btn svg {
  width: 14px;
  height: auto;
}
canvas.vanta-canvas {
  opacity: 0;
	z-index: -1 !important
}


section{
	padding: 90px 20px;
}
section.services {
	background: var(--light-blue);
	/*background: linear-gradient(45deg, var(--dark-blue) 0%, var(--light-blue) 50%, #ffffff);*/
	background: linear-gradient(45deg, var(--light-blue) -5%, white 80%);
}
section:not(.services) .title span,
section.services .title span.withBG{
    display: inline-block;
    background: #365C66;
    padding: 0 20px;
    border-radius: 3px;
    color: #fff;
}

section.services .title span.withBG{
	/*display: inline;*/
    padding: 0 10px;
}


section.services .title span.withBG{
	color: #fff !important;
	/*display: inline;*/
}

.services h2.title {
	color: var(--orange);
}

/*.use-cases-2 h2.title {
	color: var(--light-blue);
}
.use-cases-2 h2.title span{
	background: var(--light-blue);
}*/

h2.title {
    font-size: 50px;
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
		position: relative;
		z-index: 1;
	color: var(--dark-blue);
}

section.contact {
    padding: 0 !important;
}
section.contact .max-content {
    display: flex;
	  max-width: 100%;
    align-items: stretch;
	min-height: 800px;
	flex-direction: column;
}
.contact h2.title {
	color: #ffffff;
	 text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 20px 40px;
}
.CF {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}
form#contactForm {
    display: flex;
    flex-direction: column;
    max-width: 580px !important;
    border-radius: 11px;
    width: 100%;
    background: linear-gradient(45deg, var(--dark-blue) 10%, #69caebd1, var(--dark-blue) 155%, var(--light-blue)) !important;
    min-height: 500px;
    border: none !important;
    box-shadow: 0 0 40px #99999955;
}
form#contactForm input:not([type="submit"]) {
	  background: transparent;
    border-color: #ffffff55;
    color: #fff;
	margin-top: 5px;
	border-radius: 0px !important;
	box-shadow: none !important;
}
form#contactForm label {
    font-weight: 600;
    color: white;
}
input#submitBtn {
    max-width: 150px !important;
    border-radius: 5px !important;
    background: var(--light-blue) !important;
	width: 100%;
    border: none !important;
    box-shadow: 0 0 30px #99999955;
}
	.contact h2.title span {
		padding: 0 !important;
	}
section.contact h2.title{
	margin-bottom: 0;
}
@media(min-width: 991px){
	.contact h2.title, .CF {
		width: 50%;
		padding: 40px 80px;
}
	.CF {
		background: #fff;
		height: auto;
		padding-top: 40px;
	}
	section.contact h2.title{
	font-size: 70px !important;
		padding-bottom: 140px;
}
	section.contact .max-content {
    flex-direction: row;
	}

}
ul.services {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	column-gap: 40px;
	padding: 0;
	margin: 0 auto;
	max-width: 1250px;
}
ul.services li {
	background: var(--black);
	padding: 25px;
	border-radius: 15px;
	box-shadow: 1px 1px 10px #00000055;
	width: 100%;
	margin-bottom: 40px;
	display: block;
	flex-direction: column;
	background: #FFF;
	color: var(--dark-blue);
    background: transparent;
    box-shadow: none;
    margin-bottom: 100px;
    flex-direction: row-reverse;

}

ul.services li .content-wrap span.service-title{
    line-height: 1.15;
    font-weight: 700;
}

ul.services li svg {
    width: 100px;
    margin-left: -8px;
    height: auto;
    margin-bottom: 10px;
}

svg #apiIcon,
svg #Combined-Shape,
svg #online_shop {
    visibility: hidden;
}

ul.services li svg path{
    fill: var(--dark-blue);
}
span.service-title{
	font-size: 20px;
	font-weight: 600;
}

ul.services li img{
	margin-left: -10px;
	margin-bottom: 10px;
}
ul.use-cases-wrap {
	/*display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	margin: 0 auto;*/
	padding: 0;
	max-width: 900px;
}
ul.use-cases-wrap li .use-case-box {
    background: #69CAEB;
    height: 100%;
    padding: 20px;
	display: flex;
	align-items: flex-end;
	font-size: 24px;
	color: #fff;
}

ul.use-cases-wrap li.columns-2 {
    padding: 0;
    row-gap: 10px;
}
ul.use-cases-wrap li.columns-2 .use-case-box {
    height: 50%;
    padding: 20px;
}
ul.use-cases-wrap li {
   /* display: flex;
    flex-direction: column;*/
    min-height: 500px;
    /*width: calc(50% - 5px);*/
    /*flex: auto;*/
}

ul.use-cases-wrap li .use-case-box{
	background-position: center;
	background-size: cover;
	position: relative;
	transition: 0.3s ease;
	background-repeat: no-repeat;
	border-radius: 20px;
}

ul.use-cases-wrap li .use-case-box:hover{
	background-size: cover;
	transform: scale(1.05);
}
ul.use-cases-wrap li .use-case-box:hover span{
	opacity: 0;
}

ul.use-cases-wrap li .use-case-box:before{
	content: '';
	background: #00000055;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: inherit;
	z-index: 0;
}
ul.use-cases-wrap li .use-case-box span{
	position: relative;
	transition: 0.3s ease;
}
ul.use-cases-wrap li .use-case-box[data-project="cybellum"]{
	background-image: url(https://mpress.meidanm.com/wp-content/uploads/2025/04/chrome_p6fU9DZMpi.png);
}
ul.use-cases-wrap li .use-case-box[data-project="ribak"]{
	background-image: url(https://mpress.meidanm.com/wp-content/uploads/2025/04/chrome_k0gDJ3dicR.png);
	transform: rotate(-3deg);

}
ul.use-cases-wrap li .use-case-box[data-project="hadmaya"]{
	background-image: url(https://mpress.meidanm.com/wp-content/uploads/2025/04/chrome_2pN5Y52nRw.png);
		transform: rotate(3deg);
}
ul.use-cases-wrap li .use-case-box[data-project="sailyachts"]{
	background-image: url(https://mpress.meidanm.com/wp-content/uploads/2025/04/chrome_yViCnrBvPp.png);
		transform: rotate(-3deg);
}

ul.use-cases-wrap {
    display: grid;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    list-style: none;
	grid-template-columns: 100%;
}
ul.use-cases-wrap li {
    min-height: 500px;
    width: 100%;
    grid-area: 1 / 1 / 2 / 2;
}
ul.use-cases-wrap li .use-case-box{
}

section.use-cases ul.use-cases-wrap {
    display: flex;
    flex-direction: row;
    justify-content: unset;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 20px;
	  column-gap: 20px;
}
section.use-cases li.use-case-box {
    min-height: 250px;
		--gap-width: 10px;
}
section.use-cases li.use-case-box .use-case-box {
    transform: rotate(0);
    height: 250px;
	border-radius: 0;
}
section.use-cases li.use-case-box:nth-child(2), section.use-cases li.use-case-box:nth-child(4) {
    transform: translateX(0);
}

section.use-cases li.use-case-box:nth-child(2), section.use-cases li.use-case-box:nth-child(3) {
    width: calc( 45% - var(--gap-width));
}
section.use-cases li.use-case-box:first-child, section.use-cases li.use-case-box:nth-child(3) {
    transform: translateX(0);
}

section.use-cases li.use-case-box:first-child, section.use-cases li.use-case-box:nth-child(4) {
    width: calc( 55% - var(--gap-width));
}



section.contact {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #365C66;
}

section.contact h2.title {
    font-size: 76px;
	max-width: 100%;
	line-height: 1.1;
}
section.contact h2.title span {
   text-decoration: underline;
	text-underline-offset: 7px;
	/*text-decoration-color:  rgb(255, 204, 102);*/
	text-decoration-color: var(--light-blue);

}

form#contactForm {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    margin: 0px auto;
    border: 1px solid var(--light-blue);
    padding: 30px;
    border-radius: 20px;
    background: var(--light-blue);
    color: var(--dark-blue);
}
form#contactForm label {
    font-weight: 600;
}
form#contactForm input:not([type="submit"]) {
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 1px 0 10px #99999955;
    margin-bottom: 20px;
}
input#submitBtn {
    max-width: 200px;
    margin: 10px auto 0 0;
    border-radius: 15px;
    background: var(--dark-blue);
    color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    line-height: 1;
    padding: 10px 20px;
    cursor: pointer;
}

section.contact .hero-btn {
    border-radius: 15px;
    background: #fff;
    width: fit-content;
    font-size: 30px;
    transition: 0.3s ease;
    height: 42px;
    margin: 0 auto;
    color: transparent;
    position: relative;
	display: none;
}
section.contact .hero-btn:before {
    content: 'Start now';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #365C66 30%, rgb(5, 166, 221));
    background-clip: text;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

section.contact a.btn.hero-btn:after {
    content: '';
    position: absolute;
    width: 45%;
    height: 90%;
    background: var(--light-blue);
    border-radius: 13px;
    left: 1%;
    top: 5%;
    transition: 0.3s ease;
    z-index: 0;
    transform-origin: left;
}

section.contact a.btn.hero-btn:hover:after {
    width: 98%;
}
section.contact a.hero-btn span {
	display: none;
}
section.contact a.hero-btn svg {
	padding: 1px;
	z-index: 1;
}
@media(max-width: 767px) {
    .hero-sec p {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .hero-btn {
        margin-right: auto;
        font-size: 20px;
        height: 35px;
    }

    section:not(.contact) h2.title {
        font-size: 28px;
        line-height: 1.2;
        text-align: left;
    }

    ul.use-cases-wrap li {
        width: 100%;
        min-height: 250px;
    }

    ul.use-cases-wrap li.columns-2 {
        min-height: 500px;
    }

    ul.use-cases-wrap li.columns-2 .use-case-box {
        height: 100%;
    }


    section.contact {
        min-height: 550px;
    }

    section.contact h2.title {
        font-size: 30px;
    }

    section.contact .hero-btn {
        font-size: 20px;
        height: 35px;
    }

    section:not(.services) .title span, section.services .title span.withBG {
        padding: 0 5px;
    }

}
@media(max-width: 990px) {
    .nav-list.menu-main-menu-container {
        position: absolute;
        top: 100%;
        background: transparent;
        width: calc(100% - 18px);
        left: 9px;
        border: 1px solid;
        padding: 5px 10px;
        border-radius: 3px;
        height: 100vh;
        top: 0;
        width: 100%;
        max-width: 280px;
        right: 0;
        left: unset;
        border: none;
        pointer-events: none;
    }

    .toggled .nav-list.menu-main-menu-container {
        pointer-events: auto;
    }

    .nav-list.menu-main-menu-container .menu-overlay.overlay {
        content: '';
        position: absolute;
        width: 100vw !important;
        height: 100vh !important;
        background: #00000033;
        left: unset !important;
        top: 0;
        right: 0;
        z-index: 0;
        /*pointer-events: auto;*/
        transform: scaleX(0);
        transition: 0.3s ease;
        z-index: 0;
        transform-origin: right;
    }

    .main-navigation ul {
        display: block;
        list-style: none;
        margin: 0;
        padding-left: 0;
        opacity: 0;
        display: block;
        height: calc(100% - 90px);
        background: var(--light-blue);
        padding: 20px;
        border-radius: 20px 20px 0 0;
        z-index: 2;
        transition: 0.3s ease;
        position: relative;
        top: 90px;
    }

    .main-navigation.toggled ul {
        opacity: 1;
    }

    .toggled .nav-list.menu-main-menu-container .menu-overlay.overlay {
        transform: scaleX(1);
    }

    header .menu-item a {
        transition: 0.2s ease;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

    button.menu-toggle {
        display: flex;
        padding: 3px;
        cursor: pointer;
        background: none;
        border: none;
    }

    button.menu-toggle svg path {
        transition: 0.3s ease;
        fill: var(--dark-blue);
    }

    .toggled button.menu-toggle svg path:not(:nth-child(2)) {
        opacity: 0;
    }

    .toggled button.menu-toggle svg path:nth-child(2) {
        transform: rotate(90deg);
        transform-origin: center;
    }

}
@media(min-width: 768px) {
    section {
        padding: 120px 20px;
    }

    .lines-holograms div {
        transform: rotate(-40deg) translateY(-10%) translateX(120px);
        left: unset !important;
        right: 75%;
    }

    ul.services li {
        display: flex;
    }

    ul.services li .content-wrap {
        width: 50%;
        margin-top: 5%;
        margin-right: 10%;
    }

    ul.services li:nth-child(2n+2) {
        flex-direction: row;
    }

    ul.services li:nth-child(2n+2) .content-wrap {
        margin-right: 0;
        margin-left: 10%;
    }

    ul.services li svg {
        width: 50%;
    }

    #online_shop path{
        transition: 2.5s ease;
        opacity: 0;
    }

    ul.services li .content-wrap span.service-title {
        font-size: 36px;
    }
    ul.services li .content-wrap p {
        font-size: 18px;
    }

}

g#online_shop path {
    visibility: hidden;
}
@media(min-width: 991px) {
    section {
        padding: 120px 20px;
    }

    .hero-sec .hero-content {
        padding: 100px 20px;
    }

    .hero-sec h1 {
        font-size: 76px;
    }

    .hero-sec p {
        font-size: 36px;
        max-width: 730px;
        text-align: center;
    }

    /*ul.services li {
        width: calc(50% - 20px);
    }*/
}

/* GSAP SLIDER */
.technologies {
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
	max-width: 900px;
  margin: 0 auto;
  padding-top: 70px;
  overflow: hidden;
}

/* .carousel {
  background: blue;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.slide {
  --slides: 4;
  --gap: 30px;
  --gaps: calc( (var(--slides) - 1) * var(--gap) );
  width: calc( (100% - (var(--gaps)) ) / var(--slides) );
  margin-right: var(--gap);
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 80%;*/
  padding: 0;
  position: relative;
  flex-shrink: 0;
}
.prev {
  position: absolute;
  top: 10%;
  left: 15%;
}
.next {
  position: absolute;
  top: 10%;
  right: 15%;
}
.toggle {
  position: absolute;
  top: 10%;
}
@media(min-width: 991px) {
    .slide {
        --slides: 6;
        --gap: 40px;
    }
}
/*********/