/*
Theme Name: Kanor
Theme URI: https://www.kanor.co.il
Author: Tiran Moyal
Author URI: https://www.kanor.co.il
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Builders, Appartment, House
Text Domain: kanor
*/

body {
    font-family: "IBM Plex Sans Hebrew", sans-serif;
	color:#101e38;
    text-align: right;
    direction: rtl;
    font-size: 18px;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5{
	font-weight:400;
	font-family: "IBM Plex Sans Hebrew", sans-serif;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

.cls {
    clear: both;
}
a {
    color: #00a2ff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #00a2ff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
    max-width: 100%;
}
input:focus {
    outline: none;
}
input {
    font-family: "IBM Plex Sans Hebrew", sans-serif;
}
textarea {
    font-family: "IBM Plex Sans Hebrew", sans-serif;
}
select {
    font-family: "IBM Plex Sans Hebrew", sans-serif;
}
.img-fluid{
    width: 100%;
    height: auto;
    display: inline-block;
}

/* main style start */

.container-fluid{
    padding: 0 110px 0 110px;
}
.container{
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.row-reverse{
    flex-direction: row-reverse;
}
.justify-center{
    justify-content: center;
}
.space-between{
    justify-content: space-between;
}
.header-area{
    height: 180px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.sticky{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.whitebg{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header{
	height: 180px;
    padding: 0 50px;
}
.headerinner{
    position: relative;
}
.logo{
	text-align: center;
    padding: 50px 0 0 0;
}
.logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 344px;
}
.header-area .logo img.default-logo{
    display: inline-block;
}
.header-area .logo img.sticky-logo{
    display: none;
}
.header-area.sticky .logo img.default-logo{
    display: none;
}
.header-area.sticky .logo img.sticky-logo{
    display: inline-block;
}
.header-area.whitebg .logo img.default-logo{
    display: none;
}
.header-area.whitebg .logo img.sticky-logo{
    display: inline-block;
}
.menuicon{
    position: absolute;
    right: 50px;
    top: 65px;
    cursor: pointer;
    z-index: 999;
}
.header-area .menuicon img.default-icon{
    display: block;
}
.header-area .menuicon img.sticky-icon{
    display: none;
}
.header-area.sticky .menuicon img.default-icon{
    display: none;
}
.header-area.sticky .menuicon img.sticky-icon{
    display: block;
}
.header-area.whitebg .menuicon img.default-icon{
    display: none;
}
.header-area.whitebg .menuicon img.sticky-icon{
    display: inline-block;
}
.menuicon div span{
    width: 65px;
    height: 37px;
    background: url(images/menu-icon.png) no-repeat 0 0;
    display: block;
    cursor: pointer;
}
.sticky .menuicon div span{
    background: url(images/sticky-menu-icon.png) no-repeat 0 0;
}
.header-area.whitebg .menuicon div span{
    background: url(images/sticky-menu-icon.png) no-repeat 0 0;
}
.menu-area{
    width: 33%;
    top: 0;
    height: 100vh;
    position: fixed;
    right: -50%;
    z-index: 999999;
    background: #000;
    transition: all 650ms cubic-bezier(1,0,0,1);
    visibility: hidden;
}
.menu-area.open {
    right: 0;
    visibility: visible;
    border-radius: initial;
}
.menu-header{
    position: relative;
    margin: 80px 65px 0 0;
}
.mobile-menu-logo{
    text-align: center;
    display: none;
}
.mobile-menu-logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 193px;
}
.menu-close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.menu-container{
    padding: 115px 115px 0 160px;
    overflow: hidden;
}
.navigation{
    padding: 0;
}
.navigation ul li{
    width: 70%;
    position: relative;
    text-transform: uppercase;
    padding: 5px 0 5px 0;
    text-align: right;
}
.navigation ul li a{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    display: block;
}
.navigation ul li a:hover{
    color: #01c3ff;
    text-decoration: none;
}
.navigation ul li.current_page_item a{
    color: #01c3ff;
    text-decoration: none;
}
.menu-social-area{
    padding: 115px 0 0 0;
    overflow: hidden;
}
.social-links img{
    padding: 0 0 0 90px;
}
.menu-vertical-text h2{
    text-transform: uppercase;
    color: #1a1a1a;
    font-size: 120px;
    margin: 0;
    position: absolute;
    left: -75px;
    top: 45%;
    z-index: 0;
    letter-spacing: 10px;
    transform: rotate(90deg);
}
.home-product-area{
    overflow: hidden;
}
.home-product-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.home-product-item{
    width: 33%;
}
.home-product-item-inner{
    position: relative;
}
.home-product-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
	min-height: 855px;
}
.home-prodct-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-prodct-title h3{
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.home-prodct-title h3 a{
    color: #fff;
    text-decoration: underline;
}
.home-prodct-title h3 a:hover{
    color: #d30000;
    text-decoration: underline;
}
.footer-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
    background: #fff;
}
.footer-row{
    overflow: hidden;
}
.footer-col-01{
    width: 20%;
    float: right;
}
.footer-link{
    min-height: 160px;
    padding: 0 20px 0 20px;
    overflow: hidden;
    border-right: 2px solid #313131;
}
.footer-link ul li{
    font-size: 20px;
    padding: 0 0 20px 0;
}
.footer-link ul li a{
    color: #000;
    text-decoration: none;
}
.footer-link ul li a:hover{
    color: #fb0101;
    text-decoration: none;
}
.footer-social-link{
    padding: 50px 40px 0 40px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-col-02{
    width: 20%;
    float: right;
}
.footer-info{
    min-height: 160px;
    padding: 0 20px 0 20px;
    overflow: hidden;
    border-right: 2px solid #313131;
}
.footer-info ul li{
    padding: 15px 40px 5px 0;
}
.footer-info ul li:nth-child(1){
    background: url(images/location-icon.png) no-repeat right 0;
    padding-top: 0;
}
.footer-info ul li:nth-child(2){
    background: url(images/email-icon.png) no-repeat right 18px;
}
.footer-info ul li:nth-child(3){
    background: url(images/phone-icon.png) no-repeat right 10px;
}
.footer-info ul li:nth-child(4){
    background: url(images/whatsapp-icon.png) no-repeat right 10px;
}
.footer-col-03{
    width: 35%;
    float: right;
}
.footer-form{
    overflow:hidden ;
}
.footer-form-list{
    padding: 0 0 5px 0;
    overflow: hidden;
}
.footer-form-list input{
    width: 100%;
    border: none;
    border-bottom: 2px solid #919191;
    height: 45px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
}
.footer-form-send{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.footer-form-send input{
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    height: 50px;
    border: none;
    background: #000;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
.footer-form-send input:hover{
    background: #d30000;
    color: #fff;
}
.footer-col-04{
    width: 25%;
    float: left;
}
.footer-logo{
    text-align: left;
    padding: 60px 0 0 0;
}
.footer-logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 345px;
}
.mobile-social-link{
    display: none;
    text-align: center;
    padding: 20px 0 0 0;
    overflow: hidden;
}
.mobile-social-link img{
    padding: 0 30px 0 30px;
}

/* for project page */

.project-area{
    padding: 220px 0 70px 0;
    overflow: hidden;
}
.projet-category{
    padding: 0 0 40px 0;
    overflow: hidden;
    text-align: center;
}
.projet-category ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.projet-category ul li{
    font-size: 20px;
    display: inline-block;
    padding: 0 0 0 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}
.projet-category ul li a{
    display: block;
    text-decoration: none;
    padding: 15px 55px 15px 55px;
    color: #000;
    background: transparent;
}
.projet-category ul li a:hover{
    background: transparent;
    color: #000;
	text-decoration: underline;
}
.projet-category-name{
    text-align: center;
    padding: 0 0 30px 0;
    overflow: hidden;
}
.projet-category-name h1{
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.project-list-area{
    overflow: hidden;
}
.project-item{
    width: 31.33%;
    margin: 0 1% 2% 1%;
}
.project-item-inner{
    position: relative;
    text-align: center;
}
.project-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.8s ease-out;
}
.project-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background:url(images/transparentbg.png) repeat top left;
    display: none;
}
.project-name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.project-name h4{
    font-size: 25px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.project-name h4 a{
    color: #fff;
    text-decoration: none;
}
.project-item-inner:hover .project-overlay{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.project-item-inner:hover .project-name{
    display: block;
}
.fulllink{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:111;
}


/* for about page */

.about-area{
    padding: 220px 0 50px 0;
    overflow: hidden;
    background: #000;
    color: #fff;
}
.about-content h1{
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 25px 0;
}
.about-content p{
    padding: 0 0 20px 0;
    line-height: 25px;
}
.about-content ul{
    padding: 0 0 20px 0;
}
.about-content ul li{
    padding: 0 15px 10px 0;
    background: url(images/bullet-icon-01.png) no-repeat right 9px;
}
.our-team-area h2{
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 25px 0;
}
.our-team-item{
    width: 14.66%;
    margin: 0 1% 2% 1%;
    text-align: center;
}
.our-team-thumbnail img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 157px;
    border-radius: 50%;
}
.team-name{
    padding: 10px 0 0 0;
    overflow: hidden;
}
.team-name h3{
    font-size: 22px;
}
.about-extra-content h2{
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 25px 0;
}
.about-extra-content p{
    padding: 0 0 20px 0;
    line-height: 25px;
}

/* for project details page */

.project-details-area{
    padding: 220px 0 50px 0;
    overflow: hidden;
}
.project-details-box{
    position: relative;
}
.project-big-picture img{
    width: 100%;
    height: auto;
    display: block;
}
.project-details-cover{
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: #000;
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}
.project-details-cover.close {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}
.left-arrow{
    position: absolute;
    left: -65px;
    top: 50%;
    margin: -36px 0 0 0;
    cursor: pointer;
}
.project-details-center{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.project-details-content{
    padding: 20px 45px 20px 45px;
    overflow: hidden;
    color: #fff;
}
.project-details-content h1{
    padding: 0 0 20px 0;
    font-size: 30px;
}
.project-details-content p{
    padding: 0 0 20px 0;
    font-size: 20px;
}
