/*------Turkish Airlines Applications Access Page------*/

/*--[ FONT ]--*/

@font-face {
  font-family: "Uniform";
  src: url("../fonts/uniform/Uniform.woff2") format("woff2"), url("../fonts/uniform/Uniform.woff") format("woff"),
    url("../fonts/Uniform.eot?#iefix") format("embedded-opentype"), url("../fonts/uniform/Uniform.otf") format("opentype"),
    url("../fonts/uniform/Uniform.ttf") format("truetype"), url("../fonts/uniform/Uniform.svg#Uniform") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uniform";
  src: url("../fonts/uniform/Uniform-Bold.woff2") format("woff2"), url("../fonts/uniform/Uniform-Bold.woff") format("woff"),
    url("../fonts/uniform/Uniform-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/uniform/Uniform-Bold.otf") format("opentype"),
    url("../fonts/uniform/Uniform-Bold.ttf") format("truetype"), url("../fonts/uniform/Uniform-Bold.svg#Uniform-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uniform";
  src: url("../fonts/uniform/Uniform-Medium.woff2") format("woff2"), url("../fonts/uniform/Uniform-Medium.woff") format("woff"),
    url("../fonts/uniform/Uniform-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/uniform/Uniform-Medium.otf") format("opentype"),
    url("../fonts/uniform/Uniform-Medium.ttf") format("truetype"), url("../fonts/uniform/Uniform-Medium.svg#Uniform-Medium") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



/*--[ RESTYLE TAG ]--*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: Uniform, sans-serif;

}

::selection {
  background: #c32126;
  color: #fff
}

/*---------------------------------------------*/
a {
  font-family: Uniform;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: black;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: Uniform;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

strong {
  font-family: Uniform;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

/* input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #333333;}
input:-moz-placeholder { color: #333333;}
input::-moz-placeholder { color: #333333;}
input:-ms-input-placeholder { color: #333333;}

textarea::-webkit-input-placeholder { color: #333333;}
textarea:-moz-placeholder { color: #333333;}
textarea::-moz-placeholder { color: #333333;}
textarea:-ms-input-placeholder { color: #333333;} */

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*--[ Utility ]--*/
.txt1 {
  font-family: Uniform;
  font-size: 14px;
  /* line-height: 1.5; */
  line-height: 1.2;
  color: #666666;
}

.txt2 {
  font-family: Uniform;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-transform: uppercase;
}

.bg1 {
  background-color: #3b5998
}

.bg2 {
  background-color: #1da1f2
}

.bg3 {
  background-color: #ea4335
}

.footer-text {
  font-size: 13px;
  text-align: center;
  font-family: Uniform;
  text-decoration: none;
}

#gdpr strong {
  font-weight: 300;
  color: #B50012;
}

/*--[ login ]--*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.tk-logo {
  width: 70%;
  margin-top: 5%;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  background-position: center;
  background-size: auto;
  background-image: url(../images/logo-back.svg);
  background-position-x: center;
  background-position-y: -183px;
  background-repeat: no-repeat;
}

#phoneNumberInfo {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.limiter {
  background-image: radial-gradient(64% 86% at 33% 22%, #fffefc 0%, #f1f1f1 44%, #807f7e85 100%);
}

.wrap-login100 {
  border-radius: 10px;
  overflow: hidden;
  margin-top: calc(1% + 150px);
  width: 516px;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}


/*--[ Form ]--*/

.login100-form {
  width: 100%;
  padding: 0 14px;
}

.login100-form-title {
  display: block;
  font-family: Uniform;
  font-size: 20px;
  color: #373737;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin-top: 23px;
}



/*--[ Input ]--*/

.wrap-input100 {
  width: 100%;
  position: relative;
  accent-color: #c32126;
}

.label-input100 {
  font-family: Uniform;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  padding-left: 7px;
}

.input100 {
  font-family: Uniform;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 67px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 0 7px 0 75px;
}

.input100Radio {
  font-family: Uniform;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  /* display: block; */
  width: 4%;
  /* height: 55px; */
  background: lightgray;
  padding: 0 7px 0 43px;
}

.otp {
  border-bottom: none !important;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 24px;
  margin-top: 25px;

}

.otp::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #EFEFEF;
}

.otp span {
  font-weight: 600;
  color: #707070;
}

.sub-web-title {
  display: block;
  font-family: Uniform;
  font-size: 18px;
  color: #707070;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}

label>input[type="radio"] {
  display: none;
}

label>input[type="radio"]+*::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -5px;
  margin-right: 0.7rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  background: linear-gradient(#fff 0%, #e5e5e5 100%);
  border: 1px solid #d4d4d4;
  vertical-align: middle;
}

label>input[type="radio"]:checked+* {
  color: #A2D368;
}

label>input[type="radio"]:checked+*::before {
  background: radial-gradient(#A2D368 0%, #A2D368 40%, transparent 50%, transparent);


}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -11px;
  left: 0;
  pointer-events: none;
}

.focus-input100::after {
  /* content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font; */
  content: '';
  background: url(../images/icons/lockicon.svg) center no-repeat;
  color: #333333;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 0px);
  top: 12px;
  left: 0;
  padding-left: 26px;
  padding-right: 32px;
  padding-top: 1px;
  border-right: 1px solid #efefef;
}

/* .focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100;
  height: 67px;
  z-index: 0;
  box-shadow: 0 0 10px #B50012;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}  */
.userName::after {
  content: '';
  background: url(../images/icons/user.svg) center no-repeat;
}

.iconPhone::after {
  content: '';
  background: url(../images/icons/icon-phone.svg) center no-repeat;
}

.input100:focus {
  box-shadow: 0 0 16px #b5001240;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus+.focus-input100::before {
  width: 100%;
}

.has-val.input100+.focus-input100::before {
  width: 100%;
}

.input100:focus+.focus-input100::after {
  color: black;
}

.has-val.input100+.focus-input100::after {
  color: black;
}


/*--[ Button ]--*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: black;
  background: -webkit-linear-gradient(90deg, rgba(121, 9, 13, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 1) 100%);
  background: -o-linear-gradient(90deg, rgba(121, 9, 13, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(121, 9, 13, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(121, 9, 13, 1) 0%, rgba(121, 9, 13, 1) 50%, rgba(255, 0, 0, 1) 100%);
  top: 0;
  left: -200%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-family: Uniform;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 67px;
  margin-top: 22px;
  border-radius: 10px;
  box-shadow: 0 0 16px #b5001200;
  /* background: radial-gradient(73% 136% at 31% 45%,  #BA0012 0%, #BA0012 30%, #5D0009 100%); */
  background: linear-gradient(140deg, var(--c1, #BA0012), var(--c2, #BA0012) 51%, var(--c1, #5D0009)) var(--x, 0)/ 200%;
  /* animation: gradient-in 1s ease; */
  transition: all 0.8s;
}

.login100-form-btn:hover {
  --x: 100%;
  /* animation: gradient-out 1s ease; */
  /* box-shadow: 0 0 16px #b5001240; */
}

.login100-form-btn {
  --c1: #BA0012;
  --c2: #5D0009;
}


.svg-area {
  margin-bottom: 18px;
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: rgb(186, 0, 18);
    filter: drop-shadow(0px 0px 13px rgba(217, 0, 0, 0.4));
  }

  100% {
    fill: rgb(212, 212, 212);
    filter: drop-shadow(0px 0px 13px rgba(217, 0, 0, 0.0));
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: rgb(186, 0, 18);
    filter: drop-shadow(0px 0px 13px rgba(217, 0, 0, 0.4));
  }

  100% {
    fill: rgb(212, 212, 212);
    filter: drop-shadow(0px 0px 13px rgba(217, 0, 0, 0.0));
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: rgb(186, 0, 18);
  }

  100% {
    fill: rgb(212, 212, 212);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: rgb(186, 0, 18);
  }

  100% {
    fill: rgb(212, 212, 212);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: rgb(186, 0, 18);
  }

  100% {
    fill: rgb(212, 212, 212);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: rgb(186, 0, 18);
  }

  100% {
    fill: rgb(212, 212, 212);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: -150%;
}

.mobile-title {
  display: none;
}

.forgot {
  display: none;
}

.thy-back img {
  /* margin-left: -27px;
  margin-top: -27px;
  max-width: 100%; */
  margin-left: 50px;
  /* margin-top: -27px; */
  max-width: 70%;
}

.footer-text-1 {
  /* margin-top: -10%; */
  margin-bottom: 20px;
}

.bottom-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 10%; */
}

.footer-text-2 {
  text-transform: uppercase;
  text-decoration: none;
}

.footer-text-2 a {
  text-decoration: none;
}

.login-area {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.form-area {
  /* width:65% */
  width: 100%
}

.qr-area {
  width: 32%;
  margin: 22px 3px 0px 12px;
}

.qr-area .qr-code {
  border-radius: 16px;
  background: #fff;
  border: 10px solid #f2f8fc;
  padding: 14px;
}

.qr-area .qr-code img {
  max-width: 100%;
}

.error-area {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 24px;
  margin-top: 25px;
}

.error-area img {
  margin-bottom: 20px;
}

.error-area strong {
  font-size: 20px;
  color: #b90719;
}

.poweredBy img {
  width: 206px;
}

/* Utilden alınanlar */

.flex-col-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin-top: 5%;
}


.p-l-55 {
  padding-left: 55px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-t-8 {
  padding-top: 8px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-17 {
  padding-top: 17px;
}

.p-b-54 {
  padding-bottom: 54px;
}

.p-b-49 {
  padding-bottom: 49px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-b-23 {
  margin-bottom: 23px;
}

/*--[ Responsive ]--*/

@media (max-width: 576px) {
  #phoneNumberInfo {
    font-size: 11px;
  }

  .flex-col-c {
    margin-top: 10%;
  }

  .bottom-images {
    margin-top: 10%;
  }

  .thy-back {
    display: none;
  }

  .tk-logo {
    width: 50%;
  }

  .mobile {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-input {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-title {
    display: block;
    margin-top: 0;
  }

  .web-title {
    display: none;
  }

  .form-area {
    width: 100%;
  }

  .qr-area {
    display: none;
  }

  .svg-area {
    margin-bottom: 18px;
  }

  @-webkit-keyframes animate-svg-fill-1 {
    0% {
      fill: rgb(186, 0, 18);
      filter: drop-shadow(0px 0px 13px rgba(217, 0, 0, 0.4));
    }

    100% {
      fill: rgb(212, 212, 212);
      filter: drop-shadow(0px 0px 13px rgba(217, 0, 0, 0.0));
    }
  }

  @keyframes animate-svg-fill-1 {
    0% {
      fill: rgb(186, 0, 18);
      filter: drop-shadow(0px 0px 13px rgba(217, 0, 0, 0.4));
    }

    100% {
      fill: rgb(212, 212, 212);
      filter: drop-shadow(0px 0px 13px rgba(217, 0, 0, 0.0));
    }
  }

  .svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
    animation: animate-svg-fill-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  }

  @-webkit-keyframes animate-svg-fill-2 {
    0% {
      fill: rgb(186, 0, 18);
    }

    100% {
      fill: rgb(212, 212, 212);
    }
  }

  @keyframes animate-svg-fill-2 {
    0% {
      fill: rgb(186, 0, 18);
    }

    100% {
      fill: rgb(212, 212, 212);
    }
  }

  .svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
    animation: animate-svg-fill-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  }

  @-webkit-keyframes animate-svg-fill-3 {
    0% {
      fill: rgb(186, 0, 18);
    }

    100% {
      fill: rgb(212, 212, 212);
    }
  }

  @keyframes animate-svg-fill-3 {
    0% {
      fill: rgb(186, 0, 18);
    }

    100% {
      fill: rgb(212, 212, 212);
    }
  }

  .svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
    animation: animate-svg-fill-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  }


  .wrap-login100 {}

  .login100-form {}

  .container-login100 {}

  .txt1 {
    font-size: 10px;
  }

  a {
    font-size: 10px;
  }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* .wrap-login100 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5%;
  } */
}