/* General */
.vadeLogo {
  width: 15%;
}

.formTitle,
.formBg {
  display: none;
}

.yolTarifi{
  width: 43%
}
.tel-m {
  width: 55%
}

body,
.about,
section#sect6 {
  background: #112435;
  background: linear-gradient( 168deg, #091825 20%, #000102 35%, #112435 100%);
}

.form-holder {
  min-height: 480px;
  background-color: rgb(11 25 66 / 95%);
}

@media screen and (min-width: 1000px) {
  .form-holder {
    position: absolute;
  }
}

.form-holder.active {
  right: 5%;
}

.overlay_bg {
  display: none !important;
}

.kapatForm {
  display: none;
}

.form-submit {
  background: #ff6783;
}
.innerTab li a.active {
    border-bottom: 1px solid rgb(253 253 253);
    color: #fdfdfd;
}
@media only screen and (max-width: 375px){
    ul.tabMenu li a {
        font-size: 13px;
        padding-top: 15px;
    }
    .adres p strong {
        font-size: 15px;
    }
}
@media only screen and (max-width: 600px){
    ul.tabMenu li a {
        font-size: 13px;
        padding-top: 15px;
    }
    .adres p strong {
        font-size: 15px;
    }
}
h1,h2,h3,h4,h5,h6,p,div,span,strong,a{
    font-family: poppins !important;
    font-weight: 400 !important;
}


@media only screen and (max-width: 1650px){
.social ul li a span {
    font-size: 18px;
}
}

.tenantor-c {
    margin: 0;
    width: 90px;
    float: left;
}

 
/* Whatsapp */
.ripple-white-anim { animation: ripple-white 1s linear infinite; }
.ripple-green-anim { animation: ripple-green 1s linear infinite; }
.whatsapp-cta {
  border: 2px solid #e8e8e8;
  background: linear-gradient(to left, #51e36c 0%,#1ba939 75%);
  display: inline-block;
  padding: 8px 20px;
  vertical-align: middle;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 3px 5px 0px #5d5d5d;
  transition: 0.2s all;
  /*font-weight: 900;*/
}
@keyframes ripple-white{
  0% {
      -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 10%), 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%);
      box-shadow: 0 0 0 0 rgb(255 255 255 / 10%), 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%);
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%), 0 0 0 30px rgb(255 255 255 / 0%);
      box-shadow: 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%), 0 0 0 30px rgb(255 255 255 / 0%);
  }
}
@keyframes ripple-green{
0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 10%), 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%);
    box-shadow: 0 0 0 0 rgb(68 225 98 / 10%), 0 0 0 10px rgb(68 225 98 / 10%), 0 0 0 20px rgb(68 225 98 / 10%);
}

100% {
    -webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%), 0 0 0 30px rgb(255 255 255 / 0%);
    box-shadow: 0 0 0 10px rgb(68 225 98 / 10%), 0 0 0 20px rgb(68 225 98 / 10%), 0 0 0 30px rgb(68 225 98 / 0%);
}
}
svg#Layer_1{
  width: 20px;
  vertical-align: bottom;
  vertical-align: sub;
  fill: #fff;
}
.text-center{
  text-align: center;
  margin: 30px auto 30px;
}
.whatsapp-cta:hover{
color:#fff;
}


/* Demo */
.njt-nofi-notification-bar .njt-nofi-content {
    font-size: 15px;
}

.njt-nofi-notification-bar .njt-nofi-content {
    text-align: center;
    margin: auto;
    padding: 10px 50px;
}
.njt-nofi-align-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.njt-nofi-notification-bar .njt-nofi-text {
    display: inline-block;
}
.njt-nofi-padding-text {
    padding: 5px 10px;
}
.njt-nofi-notification-bar .njt-nofi-button {
    transition: transform .5s;
    min-width: fit-content;
}

.njt-nofi-notification-bar .njt-nofi-button {
    display: inline-block;
}
.njt-nofi-padding-text {
    padding: 5px 10px;
}
.njt-nofi-notification-bar .njt-nofi-button .njt-nofi-button-text {
    text-decoration: none;
}
.njt-nofi-padding-text {
    padding: 5px 10px;
}
.njt-nofi-notification-bar .njt-nofi-hide {
    position: absolute;
    top: 12px;
    right: 20px;
    text-decoration: none;
}
.njt-nofi-notification-bar .njt-nofi-hide .njt-nofi-close-icon {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    padding: 7px;
    background: #b7c5c98a;
    transition: transform .5s;
}
.njt-nofi-notification-bar {
    position: relative;
}
.njt-nofi-container {
    z-index: 99999;
    width: 100%;
}

@media screen and (max-width: 600px){
  .njt-nofi-notification-bar .njt-nofi-content {
    flex-direction: column;
    padding: 6px 40px;
  }
}

/* Form */
.zoho-form-loader {
  margin: auto;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.zoho-form-success {
  margin-bottom: 20px;
  color: #3c763d;
  background-color: #dff0d8;
  background-color: #fff;
  border-color: #d6e9c6;
  padding: 10px 15px;
  /*border-bottom: 1px solid transparent;*/
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  width: calc(100% - 30px);
  z-index: 10;
  height: 185px;
}
.zoho-form-success p{
    font-size: 26px;
    margin: 10px;
}

.zoho-form-input {
  margin: 0px 0 17px;
  padding: 0;
  list-style: none;
  font-size: 8pt;
  position: relative;
  float: left;
  width: 100%;
}
.contact_form .form-text,
.contact_form .form-textarea,
.form-submit{
    font-family: 'poppins';
}