.mediaViewInfo {
	--web-view-name: Home;
	--web-view-id: Home;
	--web-enable-scale-up: true;
	--web-scale-on-resize: true;
	--web-navigate-on-keypress: true;
	--web-enable-deep-linking: true;
}



@font-face {
  font-family: SatoshiVariable;
  src: url('Satoshi-Variable.woff2') format('woff2'),
        url('Satoshi-Variable.woff') format('woff'),
        url('Satoshi-Variable.ttf') format('truetype');
        font-weight: 300 900;
		font-weight: normal;
		font-style: normal;
		letter-spacing: 0.2px;
		line-height: 54px;


}



.main1{
	background-size: cover;
    height:100%;
    width: 100%;
}

.cur_png{
	cursor:url('arrow.png'), auto;
	height:100%;
}

.nav-link{
transition: all 0.2s;
}


.nav-link:hover {
border-bottom: 2px;
border-bottom-width: 2px;
border-bottom-style: solid;
padding-bottom: 4px;
border-color:white; /* #bdff00; */
	cursor:url('hand.png'), auto;
	height:100%;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
background-color:black;
border-width: 0px;
    outline: none;
    border: none;
    box-shadow: none;
}


.navbar-toggler-icon{
background-image: url(arrow_menu2.svg)!important;
border-width: 0px;
}

.navbar-toggler-icon:focus,
.navbar-toggler-icon:active{
	background-image: url(arrow_menu3.svg)!important;
	border-width: 0px;
	outline:none;
}


.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}


.conteact_hover {
color:white;
}

.conteact_hover:hover {
	cursor:url('hand.png'), auto;
	height:100%;
}


.a:hover {
	cursor:url('hand.png'), auto;
	height:100%;
}

.botton_hover_hand:hover {
	cursor:url('hand.png'), auto;
}

body{
	background-color:black;
}



.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 900%;
  height: 900vh;
  background-image: url('noise_background.png') repeat 0 0;
  background-repeat: repeat;
  animation: bg-animation .2s infinite;
  opacity: 0.9;
  visibility: visible;
}

@keyframes bg-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-5%,-5%) }
    20% { transform: translate(-10%,5%) }
    30% { transform: translate(5%,-10%) }
    40% { transform: translate(-5%,15%) }
    50% { transform: translate(-10%,5%) }
    60% { transform: translate(15%,0) }
    70% { transform: translate(0,10%) }
    80% { transform: translate(-15%,0) }
    90% { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
}


.zoom {
  transition: transform .2s; /* Animation */
  mix-blend-mode: screen;
}

.zoom:hover {
  transform: scale(0.7); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.ubderline_far{
border-bottom: 3px;
border-bottom-width: 2px;
border-bottom-style: solid;
padding-bottom: 14px;
border-color:black;
}

.ubderline_far_white{
border-bottom: 3px;
border-bottom-width: 2px;
border-bottom-style: solid;
padding-bottom: 14px;
border-color:white;
}

.ubderline_far_white_lower{
padding-bottom: -20%px%;
}

.ubderline_form_black{
border-bottom: 4px;
border-bottom-width: 4px;
border-bottom-style: solid;
padding-bottom: -20px%;
border-color:gray;
position: relative;
top:-25px;
}

.ubderline_form{
border-bottom: 4px;
border-bottom-width: 4px;
border-bottom-style: solid;
padding-bottom: 0px;
border-color:gray;
}

input {
  outline: 0;
  border-width: 0 0 0px;
  border-color: black;
  color:black;
}

input:focus {
  border-color: black;
  outline: 3px dotted #000
  background-color:gray;
}

.hellodashausam_Class {
	left: 1726px;
	top: 30px;
	position: absolute;
	overflow: visible;
	width: 165px;
	white-space: nowrap;
	line-height: 40px;
	margin-top: -10px;
	text-align: right;
	font-family: Satoshi;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: rgba(255,255,255,1);
	text-decoration: underline;
	text-transform: lowercase;
}

.Das_Haus_Software_house__digit_Class {
	left: 20px;
	top: 15px;
	position: absolute;
	overflow: visible;
	width: 141px;
	white-space: nowrap;
	text-align: left;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: rgba(255,255,255,1);
}

.Das_Haus_Class {
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

.Das_underline {
	text-decoration:underline;
	text-decoration-thickness: 6%;
	text-underline-offset:10%;
	padding-bottom: 10px;
	text-decoration-color: white;
}

.Das_underline_form {
border-bottom-width: 2px;
border-bottom-style: solid;
color:gray;
}


.Das_Haus_Software_house__digit_Class2 {
	left: 10px;
	top: 15px;
	position: absolute;
	overflow: visible;
	width: 141px;
	white-space: nowrap;
	text-align: left;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: rgba(255,255,255,1);
}


.box{
	opacity: 0.2;
	transform: translateX(-15%);
	transition: all 2s;
}
.box.show{
	opacity: 1;
	transform: translateX(0%);
	transition: all 2s;
}

.faq_top{
	opacity: 0.2;
	transition: all 3s;
}
.faq_top_show{
	opacity: 1;
	transition: all 3s;
}

.html {
  scroll-behavior: smooth;
  width:100%;
  background-color: red;
}

.main1{
	background-size: cover;
    height:100%;
    width: 100%;
}

.wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    left: 0;
    z-index: 20;
}

.blure_filter{
	filter: blur(1px);
}

.nax {
background-color:black;
  transition: all 1.5s;
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: right;
}

.nax.show {
  background: black !important;
  transition: all 1.5s;
}

.nax2 {
background-color:black;
height:13%;
  transition: all 1.5s;
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: right;
}
.nax2.show {
  background: black !important;
  transition: all 1.5s;

}

.zoom{
	opacity: 1;
	transform: scale(100%);
	transition: all 1.6s;

}
.zoom.show{
	opacity: 0.9;
	transform: scale(77%);
	transition: all 1.6s;

}

.divider_yellow{
	color:#C5E8EB;
	background-color:#C5E8EB;
	opacity: 1;
	height:1px;
	border:none;
}

.font_orange{
color:#ff6600;
}
.yellow_font{
color:#526C92;
}
.white_font{
color:#526C92;
}
.gray__font{
color:#3C79A0;;
}
.greens__font{
color:#28C438;;
}
.light_gray__font{
color:#9DAFBB;;
}

.yellow_back{
background-color:black;
}
.white_back{
background-color:white;
}
.gray_back{
top: 0px;
left: 1px;
width: 1920px;
height: 1080px;
/* UI Properties */
background: black 0% 0% no-repeat padding-box;
opacity: 1;
}
.darkgray_back{
background-color:#0C296D;
}
.light_gray_back{
background-color:#E8EEF0;
}
.green_back{
background-color:#72B946;
}
/* xxsm */
@media (min-width: 100px) {
    .logo_size {
        width: 40%;
    }
	.logoleft {
		padding-left:3.5%;
	}
	.textleft {
		padding-left:0.2%;
	}
	.large_font_size{
		font-size: 75px;
	}
	.margin_change_line_text{
		margin-left:0%;
	}
	.simple_margin_change{
		margin-left:0%;
	}
	.line_length_width{
		width: 50%;
	}
	.main_image_size{
		width:40%;
	}
	.main_text_margin_left{
		margin-left:8%;
		width:95%;
	}
	.form_text_left{
		padding-left:10%;
		width:94%;
	}
	.form_line_portfolio{
		margin-left:10%;
		width:84%;
	}
	.heart_icon_size{
		width:50px;
	}
	.email_right{
		margin-left:3%;
		margin-right:2%;
		margin-top:12%;
	}
	.navbar-nav{
		min-height: 100vh;
	}
	.contact{
		margin-right:2%;
	}
	.quote{
		padding-left:7%;
		width:97%;
	}
	.animation_top{
		margin-top:14%;
	}
	.responsive_font_quote {
    font-size: 8%;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	}
	.mid_site_hide{
		margin-left:100px;
		font-size: 130%;
	}
}
/* xsm2 */
@media (min-width: 580px) {
    .logo_size {
        width: 32%;
    }
	.logoleft {
		margin-left:2%;
	}
	.animleft {
		margin-left:1%;
	}
	.textleft {
		padding-left:0.4%;
	}
	.large_font_size{
		font-size: 80px;
	}
	.margin_change_line_text{
		margin-left:0%;
	}
	.simple_margin_change{
		margin-left:0%;
	}
	.line_length_width{
		width: 50%;
	}
	.main_image_size{
		width:50%;
	}
	.main_text_margin_left{
		margin-left:8%;
		width:80%;
	}
	.form_text_left{
		padding-left:12%;
		width:90%;
	}
	.form_line_portfolio{
		margin-left:5%;
		width:95%;
	}
	.heart_icon_size{
		width:60px;
	}
	.email_right{
		margin-left:5%;
		margin-right:4%;
		margin-top:3%;
	}
	.navbar-nav{
		min-height: 100vh;
	}
	.contact{
		margin-right:6%;
	}
	.quote{
		padding-left:8%;
		width:96%;
	}
	.animation_top{
		margin-top:14%;
	}
	.responsive_font_quote {
    font-size: 5%;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	}
	.mid_site_hide{
		margin-left:34px;
		font-size: 140%;
	}
}

/* xsm */
@media (min-width: 658px) {
    .logo_size {
        width: 32%;
    }
	.logoleft {
		margin-left:2%;
	}
	.animleft {
		margin-left:1%;
	}
	.textleft {
		padding-left:0.4%;
	}
	.large_font_size{
		font-size: 80px;
	}
	.margin_change_line_text{
		margin-left:0%;
	}
	.simple_margin_change{
		margin-left:0%;
	}
	.line_length_width{
		width: 50%;
	}
	.main_image_size{
		width:50%;
	}
	.main_text_margin_left{
		margin-left:8%;
		width:80%;
	}
	.form_text_left{
		padding-left:12%;
		width:90%;
	}
	.form_line_portfolio{
		margin-left:5%;
		width:95%;
	}
	.heart_icon_size{
		width:60px;
	}
	.email_right{
		margin-left:5%;
		margin-right:4%;
		margin-top:3%;
	}
	.navbar-nav{
		min-height: 100vh;
	}
	.contact{
		margin-right:6%;
	}
	.quote{
		padding-left:8%;
		width:96%;
	}
	.animation_top{
		margin-top:14%;
	}
	.responsive_font_quote {
    font-size: 5%;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	}
	.mid_site_hide{
		margin-left:232px;
		font-size: 120%;
	}
}



/* xsm */
@media (min-width: 730px) {
    .logo_size {
        width: 32%;
    }
	.logoleft {
		margin-left:2%;
	}
	.animleft {
		margin-left:1%;
	}
	.textleft {
		padding-left:0.4%;
	}
	.large_font_size{
		font-size: 80px;
	}
	.margin_change_line_text{
		margin-left:0%;
	}
	.simple_margin_change{
		margin-left:0%;
	}
	.line_length_width{
		width: 50%;
	}
	.main_image_size{
		width:50%;
	}
	.main_text_margin_left{
		margin-left:8%;
		width:80%;
	}
	.form_text_left{
		padding-left:12%;
		width:90%;
	}
	.form_line_portfolio{
		margin-left:5%;
		width:95%;
	}
	.heart_icon_size{
		width:60px;
	}
	.email_right{
		margin-left:5%;
		margin-right:4%;
		margin-top:3%;
	}
	.navbar-nav{
		min-height: 100vh;
	}
	.contact{
		margin-right:6%;
	}
	.quote{
		padding-left:8%;
		width:96%;
	}
	.animation_top{
		margin-top:14%;
	}
	.responsive_font_quote {
    font-size: 5%;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	}
	.mid_site_hide{
		margin-left:0px;
		font-size: 120%;
	}
}

/* sm */
@media (min-width: 798px) {
    .logo_size {
        width: 32%;
    }
	.logoleft {
		margin-left:2%;
	}
	.paragraphleft{
		margin-left:1%;
	}
	.animleft {
		margin-left:1%;
	}
	.textleft {
		padding-left:0.7%;
	}
	.large_font_size{
		font-size: 100px;
	}
	.margin_change_line_text{
		margin-left:10%;
	}
	.simple_margin_change{
		margin-left:0%;
	}
	.line_length_width{
		width: 50%;
	}
	.main_image_size{
		width:60%;
	}
	.main_text_margin_left{
		margin-left:6%;
		width:70%;
	}
	.form_text_left{
		padding-left:14%;
		width:85%;
	}
	.form_line_portfolio{
		margin-left:9%;
		width:93%;
	}
	.heart_icon_size{
		width:65px;
	}
	.email_right{
		margin-left:60%;
		margin-right:2%;
		margin-top:6%;
	}
	.navbar-nav{
		min-height: 100vh;
	}
	.contact{
		margin-right:7%;
	}
	.quote{
		padding-left:11%;
		width:93%;
	}
	.animation_top{
		margin-top:13%;
	}
	.responsive_font_quote {
    font-size: 10%;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	}
	.mid_site_hide{
		margin-left:70px;
		font-size: 100%;
	}
}

/* md */
@media (min-width: 992px) {
    .logo_size {
        width: 34%;
    }
	.logoleft {
		margin-left:2%;
	}
	.paragraphleft{
		margin-left:1%;
	}
	.animleft {
		margin-left:1%;
	}
	.textleft {
		padding-left:2.2%;
	}
	.large_font_size{
		font-size: 110px;
	}
	.margin_change_line_text{
		margin-left:18%;
	}
	.simple_margin_change{
		margin-left:1%;
	}
	.line_length_width{
		width: 60%;
	}
	.main_image_size{
		width:70%;
	}
	.main_text_margin_left{
		margin-left:8%;
		width:70%;
	}
	.form_text_left{
		padding-left:12%;
		width:85%;
	}
	.form_line_portfolio{
		margin-left:10%;
		width:85%;
	}
	.heart_icon_size{
		width:70px;
	}
	.email_right{
		margin-left:60%;
		margin-right:2%;
		margin-top:3%;
	}
	.navbar-nav{
		min-height: 6vh;
	}
	.contact{
		margin-right:1%;
	}
	.quote{
		padding-left:11%;
		width:93%;
	}
	.animation_top{
		margin-top:13%;
	}
	.responsive_font_quote {
    font-size: 10%;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	}
	.mid_site_hide{
		margin-left:120px;
		font-size: 100%;
	}
}

/* lg */
@media (min-width: 1100px) {
    .logo_size {
        width: 32%;
    }
	.logoleft {
		margin-left:1%;
	}
	.paragraphleft{
		margin-left:1%;
	}
	.animleft {
		margin-left:1%;
	}
	.textleft {
		padding-left:4.5%;
	}
	.large_font_size{
		font-size: 120px;
	}
	.margin_change_line_text{
		margin-left:28%;
	}
	.simple_margin_change{
		margin-left:2%;
	}
	.line_length_width{
		width: 55%;
	}
	.main_image_size{
		width:80%;
	}
	.main_text_margin_left{
		margin-left:7%;
		width:70%;
	}
	.form_text_left{
		padding-left:10%;
		width:85%;
	}
	.form_line_portfolio{
		margin-left:10%;
		width:85%;
	}
	.heart_icon_size{
		width:80px;
	}
	.email_right{
		margin-left:70%;
		margin-right:2%;
		margin-top:3%;
	}
	.contact{
		margin-right:0.1%;
	}
	.quote{
		padding-left:11%;
		width:95%;
	}
	.animation_top{
		margin-top:11%;
	}
	.responsive_font_quote {
    font-size: 10%;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	}
	.mid_site_hide{
		margin-left:130px;
		 font-size: 100%;
	}
}

/* lg */
@media (min-width: 1200px) {
    .logo_size {
        width: 32%;
    }
	.logoleft {
		margin-left:1%;
	}
	.paragraphleft{
		margin-left:1%;
	}
	.animleft {
		margin-left:1%;
	}
	.textleft {
		padding-left:4.5%;
	}
	.large_font_size{
		font-size: 120px;
	}
	.margin_change_line_text{
		margin-left:28%;
	}
	.simple_margin_change{
		margin-left:2%;
	}
	.line_length_width{
		width: 55%;
	}
	.main_image_size{
		width:80%;
	}
	.main_text_margin_left{
		margin-left:7%;
		width:70%;
	}
	.form_text_left{
		padding-left:10%;
		width:85%;
	}
	.form_line_portfolio{
		margin-left:10%;
		width:85%;
	}
	.heart_icon_size{
		width:80px;
	}
	.email_right{
		margin-left:70%;
		margin-right:2%;
		margin-top:3%;
	}
	.contact{
		margin-right:0.1%;
	}
	.quote{
		padding-left:11%;
		width:95%;
	}
	.animation_top{
		margin-top:11%;
	}
	.responsive_font_quote {
    font-size: 10%;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	}
	.mid_site_hide{
		margin-left:40px;
		 font-size: 100%;
	}
}

/* xlg2 */
@media (min-width: 1300px) {
    .logo_size {
        width: 26%;
    }
	.logoleft {
		margin-left:1%;
	}
	.animleft {
		margin-left:1%;
	}
	.textleft {
		padding-left:14%;
	}
	.large_font_size{
		font-size: 130px;
	}
	.margin_change_line_text{
		margin-left:33%;
	}
	.simple_margin_change{
		margin-left:5%;
	}
	.line_length_width{
		width: 60%;
	}
	.main_image_size{
		width:100%;
	}
	.main_text_margin_left{
		margin-left:5%;
		width:70%;
	}
	.form_text_left{
		padding-left:17%;
		width:74%;
	}
	.form_line_portfolio{
		margin-left:18%;
		width:70%;
	}
	.heart_icon_size{
		width:80px;
	}
	.email_right{
		margin-left:75%;
		margin-right:2%;
		margin-top:3%;
	}
	.contacth{
		margin-right:0.1%;
	}
	.quote{
		padding-left:17%;
		width:92%;
	}
	.animation_top{
		margin-top:8%;
	}
	.responsive_font_quote {
    font-size: 10%;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	}
	.mid_site_hide{
		margin-left:40px;
		font-size: 100%;
	}
}

/* xlg */
@media (min-width: 1500px) {
    .logo_size {
        width: 26%;
    }
	.logoleft {
		margin-left:1%;
	}
	.animleft {
		margin-left:1%;
	}
	.textleft {
		padding-left:14%;
	}
	.large_font_size{
		font-size: 130px;
	}
	.margin_change_line_text{
		margin-left:33%;
	}
	.simple_margin_change{
		margin-left:5%;
	}
	.line_length_width{
		width: 60%;
	}
	.main_image_size{
		width:100%;
	}
	.main_text_margin_left{
		margin-left:5%;
		width:70%;
	}
	.form_text_left{
		padding-left:17%;
		width:74%;
	}
	.form_line_portfolio{
		margin-left:18%;
		width:70%;
	}
	.heart_icon_size{
		width:80px;
	}
	.email_right{
		margin-left:75%;
		margin-right:2%;
		margin-top:3%;
	}
	.contacth{
		margin-right:0.1%;
	}
	.quote{
		padding-left:17%;
		width:92%;
	}
	.animation_top{
		margin-top:8%;
	}
	.responsive_font_quote {
    font-size: 10%;
	font-family: SatoshiVariable;
	font-style: normal;
	font-weight: normal;
	}
	.mid_site_hide{
		margin-left:70px;
		font-size: 120%;
	}
}

