a {
	text-decoration: none;
	color:#000;
	
	transition: 0.5s;
}

a:hover {
	color:#dd2c58 !important;
	transition: 0.5s;
}

p {
	font-size:18px;
}

h1 {
	font-size: 4vw;
	line-height:4vw;
	font-weight:700;
	float:left;
	
}

h3 {
	font-size:22px;
}


h3.dark_bg {
	color:#918585;
}

a.nav-link {
	padding:30px !important;
	cursor:pointer;
	font-weight: 700;
	cursor:pointer;
}

a.nav-link:hover {
	color:#dd2c58;
}

.ml-auto {
	margin-left: auto;
}

.no_padding {
	padding:0px !important;
}

.container {
	max-width:1600px;
}

.mr30 {
	margin-right:30px;
}


.logo {
	max-height: 30px;
}

section {
	margin-bottom:30px;
}

.main_promo {
	width:100%;
	min-height: 640px;
	height:auto;
	background-color: rgb(18 24 52);
	/*background: linear-gradient(252deg, rgba(15,15,16,1) 0%, rgba(65,37,37,1) 100%);*/
	border-radius:30px;
	background-image:url("../IMG/bg_main_blue.jpg");
	background-position:top;
	padding:80px;
	background-repeat: no-repeat;
}

.fake_txt {
	margin-bottom:60px;
}

.main_promo_video {
	background:#000;
	
width:100%;

}



.main_right_promo {
	max-width:440px;
	float:right;
}

.adblock {
	width:100%;
	height:200px;
    background:rgba(38, 47, 92, 0.3);
	border-radius:30px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	display: flex;
	justify-content: center;
	align-content: center;
	padding:40px;
}

button {
	transition-property: all;
}

.btn {
	
	cursor:pointer;
    background:#dd2c58;
	border-radius:30px;
	color:#fff;
	padding:10px 25px 10px 25px;
	transition:0.5s;
	min-width:200px;
	margin-bottom:30px;
	background-repeat: no-repeat;
	outline: none;
	border: 0;
	min-height:50px;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden !important;
	transition-property: all;
}

.btn:hover {
	background-color: rgba(216, 41, 88, 1) !important;
	background: linear-gradient(252deg, color-stop(0%, rgba(216, 41, 88, 1)), color-stop(50%, rgba(255, 200, 50, 1)), color-stop(100%, rgba(250, 99, 30, 1))) !important;

	
	transition:0.5s;
	color:#fff !important;
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgb(216,41,88, 0.8);
	-webkit-backface-visibility: hidden !important;
	transition-property: all;
}

.btn_opaque {
	background: transparent !important;
	border:2px solid #9d817c;
	background:none;
	transition:0.5s;
}

.btn_opaque:hover {
	border: 2px solid  rgb(216,41,88, 0.5);
	box-shadow: 0 5px 15px rgb(216,41,88, 0.4);
	transition:0.5s;
}

.sponsors {
	padding-top:60px;
	
}

.sponsors .col-md-2 {
	display:flex;
	justify-content: center;
}

.sponsors img {
	opacity:0.5;
	transition: 0.5s;
}

.sponsors a img:hover {
	opacity:1;
	transition: 0.5s;
}

#button_container {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	z-index: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

.play_button {
	height: 100px;
	position: absolute;
	width: 100px;
	z-index: 200;
	fill: #dd2c58 !important;
	
	border: 4px solid #dd2c58;
	transition: 0.5s;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	/* border: 3px solid rgba(255, 255, 255, 0.3); */
}

.play_button svg {
	fill: #dd2c58 !important;
}



/************************* PRICE SINGLE ******************************/

.milk {
	background: rgba(255, 255, 255, 0.32);
	
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 2px solid #dd2c58;
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.32);

	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 2px solid #dd2c58;
color:#dd2c58;
font-weight:700;
}

.milk:hover {
	border: 2px solid #dd2c58;
}
.milk:hover path {
	fill:#fff !important;
	transition: 0.5s;
}


.pricing_main {
	background-image:url('../IMG/bg_blue.jpg');
	background-color:#111a3a;
	height:850px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:30px;
	overflow: hidden !important;
	position: relative;
}

.pricing_main .white_box {
	height:850px;
	z-index:100;
}

.pricing_main .grey_gradient {
	background: rgb(8,12,27);
	background: linear-gradient(180deg, rgba(8,12,27,0) 0%, rgba(18,34,75,1) 100%);
	bottom:0px;
	height:100px;
	backdrop-filter: blur(2px);
}

.pricing_main  .reaveal_btn_box {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 130px;
	z-index: 500;
	left: 0px;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	display: flex;
}



.start_flex {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.half_block {
	
	border-radius:30px;
	overflow: hidden;
	margin-bottom:20px;
	position: relative;
}

.dark_brown {
	/*background: rgb(15,15,16);
	background: linear-gradient(252deg, rgba(15,15,16,1) 0%, rgba(65,37,37,1) 100%);*/
	background-image:url('../IMG/bg_half.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.dark {
	background: rgb(30 22 22);
}

.orange_pink {
	background: rgb(216,41,88);
	background: linear-gradient(252deg, rgba(216,41,88,1) 0%, rgba(250,99,30,1) 100%);
	-webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
}


.max_400 {
width:100%;
max-width:400px;	
}

.black_box {
	position: relative;
	background: rgba(38, 47, 92, 0.3);
	
	border-radius:30px;
	width:100%;
	align-items: center;
	margin-bottom:40px;
}

.center_flex {
	display:flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}

.one_minute {
	color:rgb(216,41,88);
	text-align: center;
}

.no_time_to_drive {
	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-content: center;
	flex-direction: row;
}

.no_time_to_drive .btn_opaque{
	min-width: 220px !important;
	
}

.mini_car {
	max-width:250px;
}

.call_specialist {
	display: flex;
	flex-direction: column;
	
	justify-content: center;
}

.white_box {
	background:#fff;
	border-radius:20px;
	height:auto;
	overflow: visible;
	overflow:hidden;
	width:100%;
	z-index:700;
	position: relative;
}



.equal .half_block{
	height:100%;
}

.price_list {
	width:100%;
	height:auto%;
	position: relative;
}

.show_on_mobile {
	display:none;
}



/************************ HOMEPAGE SERVICES **********************************/

.iphone_box {
	min-height: 340px;
	background-color:#3a121b;
	width:100%;
	border-radius:30px;
	padding:40px;
	position: relative;
	overflow: hidden;
}

.phone_box {
	min-height: 340px;
	background-color:#1f2125;
	width:100%;
	border-radius:30px;
	padding:40px;
	position: relative;
	overflow: hidden;
}

.pc_box {
	min-height: 340px;
	background-color:#332226;
	width:100%;
	border-radius:30px;
	padding:40px;
	position: relative;
	overflow: hidden;
}

.electronics_box {
	min-height: 680px;
	height:100%;
	background-color:#0f1a3a;
	width:100%;
	border-radius:30px;
	padding:40px;
	position: relative;
	overflow: hidden;
}

.iphone {
	position:absolute;
	bottom:-80px;
	right:40px;
	z-index:300;
}

.iphone_box:hover .orange_glow {
	scale:1.3;
	transition: 0.5s;
}

.pc_box:hover .orange_glow {
	scale:1.3;
	transition: 0.5s;
}

.phone {
	position:absolute;
	bottom:-30px;
	right:30px;
	z-index:300;
}

.pc {
	position:absolute;
	bottom:-120px;
	right:40px;
	z-index:300;
}

.orange_glow {
	position: absolute;
	bottom: -320px;
	right: -160px;
	z-index: 200;
	transition: 0.5s;
}

.electronics {
	width:100%;
	height:auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index:300;
}

.light_grey {
	background: #eceef1;
	border-radius:30px;
	position: relative;
	padding:40px;
	overflow: hidden;
}

.black {
	background: #000;
	border-radius:30px;
	position: relative;
	padding:40px;
}

.dark_brown {
	background: rgb(0,0,0);
	background: linear-gradient(231deg, rgba(0,0,0,1) 0%, rgba(43,33,32,1) 52%, rgba(58,33,36,1) 100%);
	border-radius:30px;
	position: relative;
	padding:40px;
}

.dark_blue {
	background: rgb(0,0,0);
	background: linear-gradient(231deg, rgba(0,0,0,1) 0%, rgba(12,30,70,1) 100%);
	border-radius:30px;
	position: relative;
	overflow:hidden;
}



.padding_40 {
	padding:40px;
}

.padding_80 {
	padding:80px;
}

.large_car {
	width:100%;
	
	z-index:300;
	position: relative;
}

.blue_glow {
	width:100%;
	position: absolute;
	z-index:100;
	bottom:-100px;
	left:0px;
}

.center_img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.testimonial_box {
	
	border-radius:30px;
	width:100%;
	
	background: #fff;
	padding:30px;
	margin-bottom:30px;
	box-shadow: rgba(149, 157, 165, 0.02) 0px 8px 24px;
}

.testimonial_box img {
	width:100%;
	position: relative;

}

.block_header {
	display:flex;
	width:100%;
	justify-content: space-between;
	align-content: center;
	vertical-align: middle;
}

.grey_gradient {
	height: 250px;
	position: absolute;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(243, 245, 246, 1) 35%);
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 300;
}

.center_align {
	text-align: center;
	justify-content: center;
	display: grid;
	display:flex;
}

.reaveal_btn_box {
	position: absolute;
	width:100%;

	bottom:-1px;
	height:130px;
	z-index:500;
	left:0px;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	display: flex;
	padding:40px;
	
}

.btn_opaque_dark {
	width:230px;
	color: #797b86 !important;
	border: 2px #797b86 solid;
	background-color: transparent;
	max-height:50px;
	
	z-index:700;
}

.btn_opaque_dark:hover {
	box-shadow: none;
	background: #797b86  !important;
	color:#fff !important;
}

.testimonials {
	height:1200px;
	transition: 0.5s;
}





.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
  filter:blur(10px);
  transition:0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter:blur(0px);
}


.map {
	border-radius:30px;
	overflow:hidden;
	height:600px;
}

.digital {
	position: absolute;
	left: 0px;
	z-index: 600;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom:200px;
}

.digital img {
	width:200px;
}

.bg_black_radial {
	position: absolute;
	width:100%;
	height:100px;
	top:0px;
	left:0px;
	z-index:900;
	opacity:0.9;
	
	
}

.bg_black_radial img {
	width:100%;
	height:270px;
}


.bg_video_electronics {
	position: absolute;
	z-index:200;
	width:100%;
	left:0px;
	top:0px;
	
}


/************* CONTACT FORM **************/


.contact_form_box {
	background:#fff;
	position:relative;
	margin-bottom:20px;
	border-radius:30px;
	padding:50px;
	width:100%;
	min-width:440px;
	min-height:400px;
	
}


.input_field {
	background-color: #f5f5f7;
	border: 1px solid #d5dbe4;
	border-radius: 12px;
	color: #051a3d;
	font-size: 16px;
	font-weight: 400;
	height: 52px;
	line-height: 130%;
	padding: 0 16px 0 20px;
	width: 100%;
}

textarea:focus, .input_field:focus{
	outline: none !important;
	border-color: inherit !important;
	  -webkit-box-shadow: none !important;
	  box-shadow: none !important;
	  border: 1px solid #d5dbe4 !important;
}

.form-select:disabled {
	color:#9a9aaf !important;
}




/************************ PRICE LIST ******************************/


.price_list_box {
	background:#fff;
	border-radius:30px;
	width:100%;
	max-width:500px;
}

.price_table {
	margin:0px;
	padding:0px;
}

.price_table li {
	display:flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom:20px;
	width:100%;
	font-size:18px;
	padding-bottom:20px;
	border-bottom:1px solid #eaebef;
	transition: 0.5s;
	position: relative;
}

.price_table li  span {
	font-weight:700;
	color:#0c5bb9;
	padding:10px;
	background:#eaebef;
	border-radius:10px;
	margin:0px;
	line-height: 18px;
	margin-left:20px;
	white-space: nowrap;
}

.akcija {
	background:#dd2c58 !important;
	color:#fff !important;
	font-size:13px;
	font-weight:normal !important;
	position:absolute;
	padding:5px !important;
	top:-10px;
	right:-5px;
}

.price_table li img {
	width:100%;
	max-width:250px;
}

.office {
	width:100%;
	height:auto;
	border-radius:20px;
}

.white_box ul {
	padding:0px;
	list-style-type: none;
}

.white_box ul li {
	padding:15px;
	font-size:18px;
}



.light_shadow {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.stars5 {
	position:absolute; 
	top:50px; 
	right:40px; 
	width:120px;
}

.center_img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 200;
}

.partners img {
	width:100%;
	padding:20px;
}





/********************** popup ***************************/

.popup_container {
	position: absolute;
	  top:0px;
	  width: 100%; 
		height: 100%;
		justify-content: center;
		  align-items: center; 
		  display: none;
		  z-index: 9998;
}



.popup_cover {
	filter: blur(0px) !important;
	opacity:0.9;
  position: fixed;
  top:0px;
  z-index: 9997 !important;
  width: 100%; 
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(231deg, rgba(0, 0, 0, 1) 0%, rgba(12, 30, 70, 1) 100%);
 /* background: rgba(0, 0, 0, 0.8);*/
  -webkit-backdrop-filter: blur(37px);
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center; /* Centers the popup vertically */
 
}

.contact_popup_cover {
  position: absolute;
  overflow: auto;
  z-index:9999;
  min-width:100%;
  min-height:100%;
 background: linear-gradient(231deg, rgba(0, 0, 0, 1) 0%, rgba(12, 30, 70, 1) 100%);
  /* background: rgba(0, 0, 0, 0.8);*/
 top:0px;
  -webkit-backdrop-filter: blur(7px);
display: none;
  justify-content: center;
  
 
 
}

.ScrollSmoother-wrapper {
	
}

.no_scroll {
	height: 100% !important;
	   overflow-y: hidden;
}

.container {
  filter: blur(0px);
  overflow: visible;

}


.popup {
	display:none;
	flex-direction: column;
  position:fixed;
filter: blur(0px) !important;
z-index:9999;
 top:100px;
  padding: 80px 50px 50px 50px;
 
  
  min-height: 500px;
  left: 0; 
	right: 0; 
  max-width: fit-content;
	margin-inline: auto;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
 
}


.contact_popup {
  top:100px;
  
 position: absolute;

 padding:50px;
  width:600px;
  max-width:600px;
  min-height:500px;
  
  border-radius:30px;
  background-color:#fff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
opacity:0;

}


.popup .form-control-lg, .form-select {
  background-color:#f6f9fc;
}

.contact_popup .form-control-lg, .form-select {
  background-color:#f6f9fc;
}




.close {
  position: absolute;
  top:10px;
  right:10px;
  cursor:pointer;
  padding:10px 15px 12px 15px;
  transition:0.5s;

  border-radius:50%;
 background-color: #f5f5f7;
}

.close svg {
 transition:0.5s; 
}

.close:hover svg {
  fill:#dd2c58;
  transition:0.5s;
}


@keyframes opacity_animation {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


.btn_blue {
	width:230px;
	background:#2ca5e0;
}

.btn_fb {
	width:230px;
	background:#1877f2;
	padding-bottom:6px;
	padding-top:6px;
}


.btn_green {
	width:230px;
	background:#25d366;
}




/**************** SERVICES FORM 

#device-dropdown {
	position: relative;
	width: 100%;
}

#device {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

.dropdown-list {
	position: absolute;
	top: 100%;
	left: 0;
	padding:0px;
	width: 100%;
	max-height: 250px;
	background: #fff;
	border: 1px solid #d5dbe4;
	color: #051a3d;
	overflow-y: auto;
	display: none;
	z-index: 1000;
	z-index: 9999;
	border-radius: 16px;
}




.dropdown-item {
	padding: 10px 20px 10px 20px;
	cursor: pointer;
}

.dropdown-item:hover {
	background-color: #f0f0f0;
}

.dropdown-header {
	font-weight: bold;
	padding: 8px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
}

#device-dropdown input {
	background: #f5f5f7;
	border: 1px solid #d5dbe4;
	border-radius: 12px;
	color: #051a3d;
	font-size: 16px;
	font-weight: 400;
	height: 52px;
	line-height: 130%;
	padding: 0 16px 0 12px;
	width: 100%;
}


.dropdown-header {
	font-weight: bold;
	padding: 8px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
}

.drop_arrow {
	color: #6a7b92;
	height: 24px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

**********************/
/* Basic Styling */


.dropdown input {
	font-weight: 500 !important;
 background: #f6f9fc;
 border: 1px solid #d5dbe4;
 border-radius: 12px;
 color: #051a3d;
 font-size: 16px;
 font-weight: 400;
 height: 52px;
 line-height: 130%;
 padding: 0 16px 0 12px;
 width: 100%;
cursor:pointer;
background: #f5f5f7 url("data:image/svg+xml;utf8,<svg fill='black' viewBox='0 0 140 140' width='18' height='18' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' /></g></svg>") no-repeat;
  background-position: right 10px top 50%;
}

.dropdown {
	width:100%;
	margin-bottom:20px;
	
	animation-name: example;
	  animation-duration: 0.5s;
}

.dropdown-list {
	width:100%;
	
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  transition:0.5s;
  background-color: white;
  border-radius: 15px;
  z-index:9999;
  cursor:pointer;
  overflow-y: scroll;
}

.dropdown-list div {
	padding:10px 20px 10px 20px;
	transition:0.5s;
	-webkit-user-select: none; /* Safari */
	  -ms-user-select: none; /* IE 10 and IE 11 */
	  user-select: none; 
}

.dropdown-list div:hover {
	background:#ececf6;
}

.dropdown-item {
  padding: 10px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.scrollable-dropdown {
  max-height: 200px;
  overflow-y: auto;
}

#second-dropdown-container {
  margin-top: 20px;
}


@keyframes example {
  0%   {top:10px;opacity:0;}
  
  100% {top:0px;opacity:1;}
}

@keyframes red_hot {
  0%   {top:10px;opacity:0; border:0px red solid;}
  
  100% {top:0px;opacity:1;border:1px red solid;}
}



.video_box {

position: absolute;
z-index: 1000;
top: 0px;
width: 100%;
height:100%;
padding:30px;
display:flex;
align-content: center;
}
.video_box video {

	overflow:hidden;
}



.mini_header {
	background:#192043;
	color:#fff;
	padding:10px;
	display:none;
	margin-right:0px;
	margin-left:0px;
	font-size:13px;
	border-radius:0px 0px 20px 20px;
}

.mini_header a {
	color:#fff;
}




.phone_sticky_box {
	display:none;
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 10px;
	padding:10px;
	border-radius: 30px;
	z-index: 9999;
	justify-content: space-evenly;
}

.contact_button {
	display:flex;
	flex-direction: row;
}


