@charset "utf-8";

@font-face {
    font-family: 'Alef';
    src:          url('../fonts/Alef-Regular.ttf') format('truetype');
    font-weight:400;
    font-style:normal;
}

@font-face {
    font-family: 'AlefBold';
    src:          url('../fonts/Alef-Bold.ttf') format('truetype');
    font-weight:700;
    font-style:normal;
}



#stretch {
    background-size: cover;
    background-image: url(../images/homebackground.jpg);
    text-align: center;
    -webkit-box-shadow: 5px 4px 26px;
    box-shadow: 5px 4px 26px;
    border-top: thin double hsla(0,0%,0%,0.78);
    padding-bottom: 67px;

}


.outside {
  float: right;
  text-align: right;
 
  
}
#factories {
    background-size: cover;
    background-image: url(../images/factories.jpg);
    text-align: center;
    -webkit-box-shadow: 5px 4px 26px;
    box-shadow: 5px 4px 26px;
    border-top: thin double hsla(0,0%,0%,0.78);
    padding-bottom: 67px;
}
#mainbuttons {
    /* [disabled]padding-top: 20px; */
	
    padding-left: 80px;
    padding-right: 80px;
    font-size: 26px;
    -webkit-box-shadow: 0px 3px 0px hsla(0,0%,0%,0.17);
    box-shadow: 0px 3px 0px hsla(0,0%,0%,0.17);
    background: -webkit-linear-gradient(left, #15f3fc 30%,#22a7f9 81%);
    border-radius: 30px;
    color: #FFFFFF;
    font-family: "AlefBold";
    margin-top: 5px;
    margin-bottom: 5px;
}

#h1titlemain {
    color: #FFFFFF;
    font-size: 68.3px;
    text-decoration: underline;
    font-family: "Alef";
    font-weight: bold;
    text-shadow: 0.1px -0.1px 57px #000000;
}
#h2titlemain {
    font-family: "Alef";
    color: #FFFFFF;
    font-size: 28px;
}



h5 {
    color: #2588C9;
    font-family: "AlefBold";
    font-weight: bold;
    font-size: 21px;
}
h6 {
    padding-top: 18px;
    font-family: Alef;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
#airconditionerlist {
    /* [disabled]text-align: right; */
	
	  display: block;
  margin-left: auto;
  margin-right: auto;
}
#factoriesbox {
    background-color: hsla(198,63%,53%,0.83);
    -webkit-box-shadow: 3px 5px hsla(198,63%,53%,0.42);
    box-shadow: 3px 5px hsla(198,63%,53%,0.42);
    
}
#projectlist {
    background-color: hsla(356,48%,36%,0.90);
    border: 2px solid #FFFFFF;
	
}

.gray-backround{

        background-color: #c4c8cf;
    border: 2px solid #FFFFFF;
}

.h6-projectlist {
    color: #000;
    font-family: Alef;
    padding-bottom: 9px;
    font-size: 18px;
}

a:hover {
  text-decoration: none;
}

footer {
    background-color: #65b3ff;
    /* background-color: #65b3ff; */
    /* background-color: #934449; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
    font-size: 16px;
    color: hsla(0,0%,29%,1.00);
}

.white-text{color: #FFF;}
.white-text:hover {color: #fff;}
.links-bold-1{background-color: #fff;}
.black-text{color: #000000; font-weight: bold;}

.mobile_only {
  display: none; }
  .no_mobile {
    display: block !important; }

.ac-types{padding-bottom: 5px;
width: 180px;}    


/* footer */

div.footer {
	/* font-family: "DBRegular", Monaco, Monospace; */
	font-weight: bold;
    background-color: #65b3ff;
	/* background-color: #934449; */
	color: #000;
	font-size: .8em;
	line-height: 1.2em;
	text-align: center;
	margin: 0px -15px -15px -15px;
	padding: 10px;
}

div.footer div.description {
	font-size: 2.3em;
	line-height: 1.1em;
	margin: 10px 0px 20px 0px;
	/* -webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg); */
}

div.footer a {
	color: #000;
}

div.footer a:hover {
	font-weight: normal;
}


/* footer  END*/




#rowwhatwedo {
    text-align: center;
}
p {
    text-align: center;
}

#secondcontainer {
    padding-top: 50px;
    text-align: center;
}
#cardindex {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-bottom: 20px;
    -webkit-box-shadow: 1.1px 1.1px 4px;
    box-shadow: 1.1px 1.1px 4px;
}

 /* whatsapp button */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
 /* whatsapp button end */

 /* קו בצדדים */

h3 {
    display: flex;
    flex-direction: row;
    font-family: "AlefBold";
    color: #22A5F9;
    font-weight: bold;
}
h3:before, h3:after{
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #22A5F9;
  margin: auto;
	
}
h3:before {
  margin-right: 10px
}
h3:after {
  margin-left: 10px
}
	
	 /* סוף קו בצדדים */
#thirdcontainer {
    background-color: #2588c9;
    margin-top: 22px;
    padding-top: 16px;
    padding-bottom: 12px;
    text-align: center;
}
h4 {
    color: #FFFFFF;
    font-family: "Alef";
    font-weight: bold;
    font-size: 31px;
    margin-top: 10px;
}
#videocontainer {
    padding-top: 55px;
    padding-bottom: 5px;
}
#aclist {
	    padding-top: 35px;
    padding-bottom: 35px;
}
#projects {
		    padding-top: 35px;
    padding-bottom: 35px;
}





@media (max-width:650px){
    h3 {
        text-align: center;
        display:block;
font-size: 22px;
}
h3:before, h3:after{

  margin: none;
	
}
h3:before {
  margin-right: none;
}
h3:after {
  margin-left: none;
}

#mainbuttons {

    font-size: 18px;}

    .ac-types{padding-bottom: 5px;
width: 100px;}    

      .no_mobile {
    display: none !important; }
    .mobile_only {
        display: block; }

#h1titlemain {
    font-size: 26px;
}

#h2titlemain {

    font-size: 20px;
}

h3:before {
  visibility: hidden;
}
	h3:after {
  visibility: hidden;
}

}

