body{
    overflow-x: hidden;
}

:root{
    --katz_black: #181a24;
    --katz_gray: #697077;
    --katz_white: #fff;
    --katz_primary: #FF5F2D;
    --katz_primary-dark: #CF3708;
    --katz_gray-strock: #DDE1E6;
    --katz_gray-gray-bg: #F1F1F1;
    --katz_red:#DA1E28;
    --katz_form-gray:#F3F3F3;
    --katz_form-bordergray:#D9CDCE
  }

  input, select {
    font-family: "Manrope", sans-serif;
  }
  input::placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    /* color: var(--katz_gray) !important; */
    color: #212529e3 !important;
    font-size: 16px;
  }
  



.katz-sdk-landing-container{
    width: 100%;
    max-width: 1285px;
    margin: 0 auto;
    padding: 0 20px;

}
.p-rl-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.box{
    width: 100%;
    height: 500px;
    background-color: greenyellow;
}
.max-w-80{
    max-width: 80%;
}
/*========== nave start===========*/

.bg-light{
	background:none !important;
    
}
.navbar-nav{
	font-size: 14px;
	color: #fff;
}
.dropdown-toggle::after{
	display: none;
}
.navbar-light .navbar-nav .nav-link{
	color: #000000;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
    font-weight: 500;

}
.navbar-light .navbar-nav .active>.nav-link{
	color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover{
	color:  var(--katz_primary)!important;
}
.navbar-light .navbar-nav .nav-link:last-child:hover{
	color:  var(--katz_white)!important;
}
.navbar-brand img{
	width: 100%;
}
header {
  background-color: #fff;
  width: 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  z-index: 9999;
  position: fixed;
  padding: 10px 0;
}
.shrink {
	 top: 0;
     padding: 5px 0;
}

.shrink .navbar-brand img{
	width: 80%;
	transition: 0.5s;
}
.navbar{
	padding: 0 !important;	
}
.shrink .navbar{
	margin-top: 0;
	transition: 0.5s;
}
.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-radius: 0;
    color: #fff;
    border: none !important;
}
.sdk-nav-flex{
    display: flex;
    justify-content: space-between;
}
.navbar-expand-xl .navbar-collapse{
    justify-content: flex-end;
}
button:focus{
    outline: none !important;
}
.katz-sdk-landing-header-btn{
    height: 38px;
    background-color: var(--katz_primary);
    color: var(--katz_white) !important;
    border-radius: 100px;
    padding: 0 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.katz-sdk-landing-header-btn:hover{
    background-color: var(--katz_primary-dark);
    color: var(--katz_white) !important;
    cursor: pointer;
}
.nav-link{
    margin: 0 15px !important;
}





/*========== nave end===========*/

/*========== Banner strat===========*/

.katz-sdk-landing-banner{
}

.katz-sdk-landing-parallax {
    background: url(../img/banner-big.jpeg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 70px 0;
  }
.katz-sdk-landing-banner-logo{
    margin-top: 70px;

  }
.katz-sdk-landing-banner-head{
    font-family: "Manrope", sans-serif;
    color: var(--katz_white);
    font-size: 54px;
    line-height: 60px;
    font-weight: bold;
    margin: 50px 0 30px 0;
    font-weight: 700;
}
.katz-sdk-landing-banner-sub-head{
    /* max-width: 712px; */
    font-family: "Manrope", sans-serif;
    color: var(--katz_white);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.katz-sdk-landing-banner-btn{
    height:48px;
    background-color: var(--katz_primary);
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: var(--katz_white);
    font-size: 16px;
    width: fit-content;
    padding: 0 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}
.katz-sdk-landing-banner-btn:hover{
    background-color: var(--katz_primary-dark);
    cursor: pointer;
}
.katz-sdk-landing-banner a{
    text-decoration: none;
}


/*========== Banner end===========*/

/*========== Mobility start===========*/

.katz-sdk-landing-mobility-block{
    padding: 80px 0;
}

.katz-sdk-landing-mainhead{
    font-family: "Manrope", sans-serif;
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    color: var(--katz_black);
}
.katz-sdk-landing-content{
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    color: var(--katz_black);
    line-height: 26px;
    font-weight: 400;

}
.katz-sdk-landing-mobility-slider{
    margin-top: 50px;
}
.katz-sdk-landing-mobility-slider-box{
    border: solid var(--katz_gray-strock) 1px;
    border-radius: 15px;
    position: relative;
    
    
}
.katz-sdk-landing-mobility-slider-box-img{

}
.katz-sdk-landing-mobility-slider-box-bottom{
    padding: 0 15px 30px 15px;
}
.katz-sdk-landing-mobility-slider-box-head{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--katz_black);
    line-height: 24px;
    font-weight: bold;
    margin: 25px 0;
}
.katz-sdk-landing-mobility-slider-box-text{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--katz_black);
    line-height: 20px;
    min-height: 60px;
}

.owl-item .item {
	-webkit-filter: opacity(.5);
	filter: opacity(.5);
	transition: 0.5s
}

.owl-item.active .item {
	-webkit-filter: none;
	filter: none;
	transition: 0.5s
}

.katz-sdk-landing-mobility-slider-box::after{
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    z-index: 99;
    display: block;
    left: 0;
    bottom: 0;
    transition: 0.5s;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(255, 95, 45, 0.4), rgba(255,95,45,5)) ;     

  
}
.katz-sdk-landing-mobility-slider-box:hover::after{
    height: 100%;
    border-radius: 15px;
}


.katz-sdk-landing-mobility-slider-box .roll-over{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--katz_white);
    line-height: 24px;
    min-height: 60px;
    padding: 20px;
    transition: 0.5s;
    position: absolute;
    bottom: -500px;
    display: flex;
    border-radius: 15px;


}

.katz-sdk-landing-mobility-slider-box:hover .roll-over{
    width: 100%;
    height: 49%;
    position: absolute;
    z-index: 999;
    display: block;
    transition: 0.5s;
    bottom: 0;
    background: var(--katz_primary);
    border-radius: 0 0 15px 15px;


}

/*========== Mobility end===========*/

/*========== why-work start ==========start */
.katz-sdk-landing-why-work-block{
    padding: 80px 0;
    background-color: var(--katz_gray-gray-bg);
}
.katz-sdk-landing-why-work-bottom{
    margin-top: 50px;
}
.katz-sdk-landing-why-work-box{
    min-height: 320px;
    background-color: var(--katz_white);
    border-radius: 26px;
    padding: 30px;
}
.katz-sdk-landing-why-work-box-icon{

}
.katz-sdk-landing-why-work-box-head{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--katz_black);
    margin: 20px 0;

}
.katz-sdk-landing-why-work-box-text{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: var(--katz_black);
    line-height: 20px;
    font-weight: 400;

}
.sdk-lg-mt-25{
    margin-top: 25px;
}

/*========== why-work end ==========*/

/*========== Help block start ==========*/


.katz-sdk-landing-help-block{
    padding: 80px 0;
}
.katz-sdk-landing-help-left{

}
.mt-25{
    margin-top: 25px;
}
.katz-sdk-landing-help-big-img{

}
.katz-sdk-landing-help-right{
    width: 100%;
}
.katz-sdk-landing-help-box{

}

.katz-sdk-landing-help-box-head{
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    color: var(--katz_black);
    font-weight: 600;
    margin: 20px 0 10px 0;
}
.mb-50{
    margin-bottom: 50px !important;
}

/*========== Help block end ==========*/


/*========== get in touch  start ==========*/

.katz-sdk-landing-getintouch-block{
    padding: 80px 0;

}


.katz-sdk-landing-parallax2 {
    background: url(../img/getintouch.png) center;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  .katz-sdk-landing-getintouch-left{
  }
  .katz-sdk-landing-getintouch-left-bottom{

  }
  
  .katz-sdk-landing-getintouch-right ::placeholder{
    font-size:18px;
   }

  .katz-sdk-landing-getintouch-right{
    position: relative;
  }
  .katz-sdk-landing-getintouch-right .katz-sdk-landing-mainhead{
    margin-bottom: 26px;
  }
  .mt-50{
    margin-top: 50px;
  }
  .katz-sdk-landing-getintouch-box{
  }
  .katz-sdk-landing-getintouch-box-bottom{
    margin-top: 20px;
  }
  .katz-sdk-landing-getintouch-name{
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    color: var(--katz_black);
    font-weight: 700;
  }
  .katz-sdk-landing-getintouch-desig{
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    color: var(--katz_black);
    font-weight: 400;
    margin: 5px 0 10px 0;
  }
 .mt-10{
    margin-top: 10px;
 }
 .katz-sdk-landing-getintouch-formblock{
 }
 .mt-30{
    margin-top: 30px;
 }
 .error-message{
    font-family: "Manrope", sans-serif;
    font-size: 14PX;
    color: #bf0000;
    margin-top: 5px;
    padding-left: 4px;
    font-weight: 300;
 }

.form-control, .form-select{
    padding-left: 20px;
    height: 60px;
    font-size: 18px;
    color: #212529e3;
    border-radius: 4px !important;
    background-color: #F2F3F6 !important;
    border: solid #F2F3F6 1px !important;
}
.textarea-message{
    font-family: "Manrope", sans-serif;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    min-height: 102px;
    font-size: 18px;
    outline: none;
    color: var(--katz_black);
    border-radius: 4px !important;
    background-color: #F2F3F6 !important;
    border: solid #F2F3F6 1px !important;
}
.textarea-message::placeholder{
    color: #212529e3;
}
.textarea-message:focus{
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);

}
  .select2-results__option--highlighted {
    background-color: var(--katz_form-gray);
    color: var(--katz_black);
  }
  .katz-sdk-landing-getintouch-bottom{
    margin-top: 20px;
  }
  .form-check-input[type=checkbox]{
    border: solid #4e5256 1px !important;
    border-radius: 2px;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
  }
  .form-check-input:checked{
    background-color: var(--katz_primary) !important;
  }
  .katz-sdk-landing-getintouch-bottom label{
    margin-left: 10px !important;
    cursor: pointer;
  }
  .katz-sdk-landing-getintouch-bottom .form-check{
    margin-bottom: 20px;
    font-family: "Manrope", sans-serif;
    font-size:14px;
    line-height: 1.6;
    color: #484f6b !important;
  }
  .btn-primary{
    border: none !important;
  }
  .w-113{
    width: 113px !important;
  }
  .bg-body-tertiary{
    background: none !important;
  }
  .form-label{
    font-family: "Manrope", sans-serif !important;
    color: var(--katz_black) !important;
    font-size: 14px !important;
  }
  .mt-30{
    margin-top: 30px !important;
  }
  .linkd:hover{
    width:22px;
    transition: 0.5s;
  }


  .katz-sdk-landing-thankyou{
    width: 100%;
    height: 100%;
    background-color: var(--katz_gray-gray-bg);
    position: absolute;
    z-index: 99;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .katz-sdk-landing-thankyou-text{
    font-size: 33px;
    line-height: 50px;
    color: var(--katz_black);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
  }
  .katz-sdk-landing-thankyou-text p{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;

  }
  .katz-sdk-landing-thankyou-img{
    margin-bottom: 20px;

  }
  .katz-sdk-landing-thankyou-img img{
    width: 50px;
  }

  .katz-sdk--GLbtn-form{
    height:70px;
    width: 200px;
    background-color: var(--katz_primary);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: var(--katz_white);
    font-size: 21px;
    padding: 0 6px 0px 24px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 65px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    cursor: pointer;
}

.katz-sdk--GLbtn-form[disabled]{
    background-color: #ccc;
    opacity: 0.5;
}

.katz-sdk--GLbtn-form i.button-arrow{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:white url(../img/arrow-dark.svg) no-repeat center / 24px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.katz-sdk--GLbtn-form:hover{
    background-color: var(--katz_primary-dark);
}
.katz-sdk--GLbtn-form:hover i.button-arrow{
    background:white url(../img/arrow-dark.svg) no-repeat 22px center / 24px;
}

/*========== get in touch  end ==========*/

@media (max-width: 1100px) {
    .owl-carousel .owl-stage{
    margin-left: -40px;
    }

}



@media (max-width: 991px) {
    .nav-link{
        margin: 0 !important;
    }
    .shrink {
        padding-bottom: 8px;
   }
   .sdk-md-mt-25{
    margin-top: 25px;
    }
    .katz-sdk-landing-mainhead{
    font-size: 30px;
    }
}

@media (max-width: 767px) {
    .katz-sdk-landing-content{
        margin-top: 20px;
    }
    .katz-sdk-landing-mobility-block{
        padding: 50px 0;
    }
    .katz-sdk-landing-mainhead{
        font-size: 28px;
        line-height: 34px;
    }
    .katz-sdk-landing-content{
        font-size: 16px;
    }
    .katz-sdk-landing-why-work-block{
        padding: 50px 0;
    }
    .katz-sdk-landing-help-block{
        padding: 50px 0;
    }
    .katz-sdk-landing-help-big-img{
        display: none;
    }
    .katz-sdk-landing-why-work-bottom{
        margin-top: 20px;
    }
}


@media (max-width: 700px) {
    .katz-sdk-landing-banner-head{
        font-size: 40px;
        line-height: 46px;
    }
    .katz-sdk-landing-banner-head{
        margin-bottom: 20px;
    }
    .katz-sdk-landing-banner-btn{
        margin-top: 35px;
    }
}
@media (max-width: 599px) {
    .owl-carousel .owl-stage{
    margin-left: -30px;
    }

}

@media (max-width: 499px) {
    .katz-sdk-landing-banner-head{
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 399px) {
    .katz-sdk-landing-banner-head{
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 359px) {
    .katz-sdk-landing-banner-head br{
        display: none;
    }
}


  
  /* Disable parallax for iOS */
  @supports (-webkit-touch-callout: none) {
    @media screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .katz-sdk-landing-parallax {
        background-attachment: scroll !important;
      }
    }
  }
