/* Minification failed. Returning unminified contents.
(6686,23): run-time error CSS1039: Token not allowed after unary operator: '-fontFamily-ltr-display'
(6687,21): run-time error CSS1039: Token not allowed after unary operator: '-fontSize-xLarge'
(6689,23): run-time error CSS1039: Token not allowed after unary operator: '-fontWeight-bold'
(6690,23): run-time error CSS1039: Token not allowed after unary operator: '-lineHeight-xLarge'
 */
/*.........................................................................
    ======================== MODAL =====================================
    ......................................................................*/
.trn-modal {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  padding-top: 4%;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn {
  border-radius: 6px;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn .time-count-btn {
  margin-top: 20px;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn .time-count-btn button {
  background-color: #2321FF;
  color: #fff;
  border: 1px solid #2321FF;
  outline: 0;
  border-radius: 3px;
  padding: 5px;
}

.trn-modal > .trn-modal-close {
  display: block;
  position: relative;
  font-size: 35px;
  top: 0;
  right: 10px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  float: right;
  margin-top: -5%;
  z-index: 99999;
  text-shadow: 1px 1px 8px #000000;
  text-shadow: 1px 1px 8px black;
}

.trn-modal .trn .trn-modal-caption {
  width: 96%;
  position: absolute;
  display: block;
  background-color: #F8F9FB;
  color: #000000;
  padding: 12px 2%;
  top: 0;
  left: 0;
  font-weight: 600;
  letter-spacing: .0325em;
  font-size: 15px;
  border-bottom: 1px solid #DDDDDD;
}

/*....... LOGIN .......*/
.trn-modal > .trn {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  max-width: 390px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
}

.trn-modal > .trn > .social-button-wrapper > .social-btn {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  width: 48.5%;
  cursor: pointer;
  font-size: 13px;
  height: 56px;
  padding-left: 20px;
}

.trn-modal > .trn > .social-button-wrapper > .facebook-login,
.trn-modal > .trn > .social-button-wrapper > .facebook-signup {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/icon-login-facebook.png) no-repeat 6px 17px;
  background-size: 20px;
  background-color: #3B5998;
  border: 1px solid #385693;
  margin-right: 2%;
}

.trn-modal > .trn > .social-button-wrapper > .google-login,
.trn-modal > .trn > .social-button-wrapper > .google-signup {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/google-login-icon.png) no-repeat 10px 18px;
  background-size: 18px;
  background-color: #e55f4b;
  border: 1px solid #d64833;
}

.trn-modal > .trn > .social-button-wrapper > .facebook-login:hover,
.trn-modal > .trn > .social-button-wrapper > .facebook-signup:hover {
  background-color: #2a4378;
  border: 1px solid #3B5998;
}

.trn-modal > .trn > .social-button-wrapper > .google-login:hover {
  cursor: pointer;
  background-color: #d64833;
}

.trn-modal > .trn > .trn-line {
  display: inline-block;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  margin: 15px 0 25px;
}

.trn-modal > .trn > .trn-line > span {
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #AAAAAA;
  font-weight: 600;
  letter-spacing: .0625em;
}

.trn-modal > .trn .trn-form-margin {
  margin-top: 40px;
}

.trn-modal > .trn .trn-form {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.trn-modal > .trn .trn-form input[type=text],
.trn-modal > .trn .trn-form input[type=password] {
  width: 100%;
  display: inline-block;
  border: 1px solid #DDDDDD;
  font-size: 22px;
  text-align: center;
  min-height: 51px;
}

.trn-modal > .trn .trn-form input[type=text].lgn-email {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email.png) no-repeat right 10px center;
}

.trn-modal > .trn .trn-form input[type=text].lgn-email:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email-focus.png) no-repeat right 10px center;
}

.trn-modal > .trn .trn-form input[type=password].lgn-password {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password.png) no-repeat right 10px center;
}

.trn-modal > .trn .trn-form input[type=password].lgn-password:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password-focus.png) no-repeat right 10px center;
}

#modal-reservation-control .new-popup {
  max-width: 475px;
}

.trn-modal > .trn .trn-form button {
  width: 100%;
  display: inline-block;
  background-color: #2321FF;
  color: #fff;
  border: 1px solid #2321FF;
  margin: 7px 0 3px;
  padding: 16px 0;
  font-size: 16px;
}

#modal-reservation-control .section-card__header {
  margin-bottom: 20px;
}

#modal-reservation-control .section-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.trn-modal > .trn .trn-form button.btn-signup,
.trn-modal > .trn .trn-form button.btn-signin {
  width: 100.5%;
  display: inline-block;
  background-color: #fff;
  color: #AAAAAA;
  border: 1px solid #DDDDDD;
  margin-bottom: 5px;
  padding: 15px 0;
  font-size: 16px;
}

.trn-modal > .trn .trn-form button.btn-signup:hover,
.trn-modal > .trn .trn-form button.btn-signin:hover {
  color: #2321FF;
  border: 1px solid #2321FF;
}

.trn-modal > .trn .trn-form .trn-form-group {
  width: 100%;
  display: inline-block;
  padding: 6px 0 0;
}

.trn-modal > .trn .trn-form .trn-form-group > .left {
  width: 50%;
  float: left;
}

.trn-modal > .trn .trn-form .trn-form-group input[type=checkbox] {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.trn-modal .trn .trn-form .trn-form-group input[type=checkbox] + label {
  font-size: 14px;
  color: #000000;
  float: left;
  cursor: pointer;
}

.trn-modal > .trn .trn-form .trn-form-group input[type=checkbox]:checked + label {
  color: #2321FF;
}

.trn-modal .trn .trn-form .trn-form-group .full .label-agreement,
.trn-modal .trn .trn-form .trn-form-group .full .label-mailing {
  width: 93%;
  font-size: 0.85em;
  float: right;
}

.trn-modal .trn .trn-form .trn-form-group .label-agreement-error {
  padding: 5px;
  width: 98% !important;
}

.trn-modal .trn .trn-form .trn-form-group .full .label-agreement a {
  color: #AAAAAA;
}

.trn-modal > .trn .trn-form .trn-form-group > .right {
  width: 50%;
  float: right;
  text-align: right;
}

.trn-modal > .trn .trn-form .trn-form-group > .right > a:link,
.trn-modal > .trn .trn-form .trn-form-group > .right > a:active,
.trn-modal > .trn .trn-form .trn-form-group > .right > a:visited {
  color: #2321FF;
  font-size: 12px;
}

.trn-modal > .trn .trn-form .trn-form-group > .right > a:hover {
  color: #000000;
}

.trn-modal > .trn .trn-form .trn-form-group > .full {
  width: 100%;
  display: inline-block;
}

.trn-modal > .trn .trn-form .trn-form-group > .full > label {
  width: 90%;
  font-size: 12px;
  margin-top: -3px;
}

.trn-modal > .trn .trn-form .trn-form-group > .full > p {
  width: 100%;
  font-size: 14px;
  padding: 0 0 18px;
  color: #000000;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text],
body[dir="rtl"] .trn-modal > .trn .trn-form input[type=password] {
  width: 100%;
}

body[dir="rtl"] .trn-modal > .trn .trn-form .trn-form-group > .left {
  float: right;
  text-align: right;
}

body[dir="rtl"] .trn-modal > .trn .trn-form .trn-form-group > .right {
  float: left;
  text-align: left;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-email {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-email:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=password].lgn-password {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=password].lgn-password:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-name {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-name.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-name:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-name-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-ticket {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-ticket.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-ticket:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-ticket-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form .trn-form-group input[type=checkbox] {
  float: right;
  margin-left: 5px;
  margin-right: unset;
}

body[dir='rtl'] .trn-modal > .trn .trn-form .trn-form-group > .full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trn-modal.medium-popup {
  height: unset !important;
}

.trn-modal #results {
  padding: 5px 12px;
  margin: 5px 0px 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.new-popup__close {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 6px 0 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

body[dir='rtl'] .new-popup__close {
  right: unset;
  left: 0;
  border-radius: 0 0 12px 0;
}

.new-popup__close:after {
  content: "\e92c";
  font-family: turna;
}

.bill-popup {
  max-width: 590px !important;
}

@media screen and (max-width: 1600px) {
  .bill-popup {
    zoom: .8;
  }
}
@media screen and (max-width: 1500px) {
  .bill-popup {
    zoom: .7;
  }
}
.info-message {
  background-color: #F8F9FB;
}

.info-message__container {
  padding: 12px 20px 12px 45px;
  position: relative;
  font-size: 13px;
  color: #000000;
}

.info-message__container::before {
  content: "\e948";
  font-family: turna;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #AAAAAA;
  font-size: 22px;
}

.bill-popup__btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.bill-popup__btn button {
  width: 100% !important;
  max-width: 275px;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff;
  height: 56px !important;
  background-color: #2321FF !important;
  border: none !important;
  border-radius: 6px !important;
}

.bill-popup__select {
  font-size: 13px !important;
}

.bill-popup__textarea {
  margin-bottom: unset !important;
}

.trn::-webkit-scrollbar {
  width: 0px;
}

.trn::-webkit-scrollbar-track {
  background: #F8F9FB;
}

.trn::-webkit-scrollbar-thumb {
  background: #01007F;
}

.popup-flex-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: unset;
}

.trn-modal.new-popup-scroll-bar {
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4% 0;
}

.btn-operations__group .button-in-header.reservation-operation.btn-operations {
  background-color: #fff;
  color: #01007F;
  font-size: 14px;
  max-width: 202.5px;
  height: 56px;
  border: none;
  border: 1px solid #01007F;
  border-radius: 6px;
}

.btn-operations__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.campaign-banner.trn-modal.medium-popup {
  padding-top: unset !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.campaign-banner.trn-modal.medium-popup.campaign-banner--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-banner .new-popup {
  max-width: 950px;
  width: 100%;
  height: 560px !important;
  padding: unset !important;
  max-height: 420px;
  background: transparent;
}

/*.campaign-banner__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    height: 100%;

}*/
/*
.campaign-banner__container__header {
    font-size: 42px;
    color: var(--white);
    font-weight: 400;
}
.campaign-banner__container__header span {
    font-weight: 700;
}

.campaign-banner__container__left {
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.campaign-banner__container__footer-logo{
    width: 200px;
}

.campaign-banner__container__footer-logo img{
    width: 100%;
}*/
/*@media (min-width: 769px) and (max-width: 1023px) {
    .trn-modal {

        .tab-menu__label {
            flex-wrap: wrap;
            justify-content: flex-start;
            padding-left: 12px;
        }

        .tab-menu__label label::after {
            left: 16px;
        }
    }
}
*/
@media only screen and (max-width: 768px) {
  .trn-modal {
    padding-top: 0;
  }
  .trn-modal .signin-new-popup {
    margin: 0 auto !important;
  }
  .trn-modal .signin-new-popup__left-side {
    display: none;
  }
  .trn-modal .signin-new-popup__right-side {
    height: 100vh;
  }
  .trn-modal .btn-operations__group {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }

  #modal-reservation-control .new-popup {
    max-width: 475px;
    height: 100%;
    max-height: 100%;
    overflow: auto;
  }
}
.trn-modal .trn-modal-signin-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 420px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  margin: auto;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #E4E6E9;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header .forget-password-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D1E20;
  text-align: center;
  -webkit-font-feature-settings: 'liga' off, 'clig' off;
          font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container {
  padding: 16px 24px 32px 24px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__title {
  color: #1D1E20;
  font-family: "Sofia Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__description {
  color: #585B5E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #BCBEBF;
  background: #FFF;
  width: 100%;
  color: #909294;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #909294 !important;
  -webkit-text-fill-color: #909294 !important;
  font-family: Inter, sans-serif !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:valid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input.filled {
  background-color: #fff;
  font-family: Inter, sans-serif !important;
  color: #909294 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn button {
  color: #FFF;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: transparent;
  border: none;
  text-align: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .form-row {
  margin-bottom: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper input.invalid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .invalid[type="text"] {
  border: 1px solid #DC2626 !important;
  background: #FFFFFF !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper label.invalid {
  color: #DC2626 !important;
  padding: 0 0 0 16px !important;
  bottom: -20px;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper label.invalid i {
  font-family: "Font Awesome 6 Pro" !important;
  margin-right: 4px;
  color: #DC2626;
  font-size: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box {
  width: 100%;
  padding: 24px 32px 0 32px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header__close {
  justify-self: flex-end;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 64px;
  background: #E0E0E0;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header__close::after {
  content: "\e92c";
  font-family: turna;
  position: relative;
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #585B5E;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__logo img {
  width: 180px;
  height: 36px;
  padding: 0px 4.005px 0px 0px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper {
  position: relative;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper input {
  width: 100%;
  padding-right: 40px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper i {
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #909294;
  font-size: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #BCBEBF;
  background: #FFF;
  width: 100%;
  color: #909294;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #909294 !important;
  -webkit-text-fill-color: #909294 !important;
  font-family: Inter, sans-serif !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:valid, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input.filled {
  background-color: #fff;
  font-family: Inter, sans-serif !important;
  color: #909294 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-name-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-password-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  color: #585B5E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button span {
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section {
  margin: 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
  color: #1D1E20 !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  padding-left: 37px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok a, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
  color: #2321FF !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::before {
  top: 30%;
  width: 24px;
  height: 24px;
  border-color: #BCBEBF;
  border-radius: 4px;
  margin-right: 12px;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::after {
  top: 28%;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__btn button {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 24px 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 1px;
  background: #D3D3D4;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator span {
  color: #585B5E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #E1E1EF;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn #google-sign-up-trigger-for-mobile, .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn #google-sign-in-trigger-for-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn span {
  color: #585B5E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer {
  width: 100%;
  border-top: 1px solid #E1E1EF;
  margin-top: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box {
  padding: 24px 24px 54px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box span {
  color: #1D1E20;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box__login-btn {
  color: #2563EB;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
  background: transparent;
}

@media screen and (max-width: 1023px) {
  .trn-modal .trn-modal-signin-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 80vh;
    height: 100%;
    min-height: 70vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 16px 16px 0px 0px;
    background: #FFF;
    position: fixed;
    bottom: 0;
    max-width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 22px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: 1px solid #E4E6E9;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header .forget-password-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1D1E20;
    text-align: center;
    -webkit-font-feature-settings: 'liga' off, 'clig' off;
            font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container {
    padding: 16px 24px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__title {
    color: #1D1E20;
    font-family: "Sofia Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__description {
    color: #585B5E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #BCBEBF;
    background: #FFF;
    width: 100%;
    color: #909294;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #909294 !important;
    -webkit-text-fill-color: #909294 !important;
    font-family: Inter, sans-serif !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:valid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input.filled {
    background-color: #fff;
    font-family: Inter, sans-serif !important;
    color: #909294 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    background: #01007F;
    cursor: pointer;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn button {
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    background: transparent;
    border: none;
    text-align: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box {
    width: 100%;
    padding: 24px 32px 0 32px;
    max-width: 420px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header__close {
    justify-self: flex-end;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 64px;
    background: #E0E0E0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header__close::after {
    content: "\e92c";
    font-family: turna;
    position: relative;
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #585B5E;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__logo img {
    width: 180px;
    height: 36px;
    padding: 0px 4.005px 0px 0px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper {
    position: relative;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper input {
    width: 100%;
    padding-right: 40px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper i {
    font-family: "Font Awesome 6 Pro" !important;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    color: #909294;
    font-size: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #BCBEBF;
    background: #FFF;
    width: 100%;
    color: #909294;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #909294 !important;
    -webkit-text-fill-color: #909294 !important;
    font-family: Inter, sans-serif !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:valid, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input.filled {
    background-color: #fff;
    font-family: Inter, sans-serif !important;
    color: #909294 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-name-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-password-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto;
    color: #585B5E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section {
    margin: 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
    color: #1D1E20 !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding-left: 37px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok a, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
    color: #2321FF !important;
    text-decoration: none;
    font-weight: 400 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::before {
    top: 30%;
    width: 24px;
    height: 24px;
    border-color: #BCBEBF;
    border-radius: 4px;
    margin-right: 12px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::after {
    top: 28%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    background: #01007F;
    cursor: pointer;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__btn button {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    background: transparent;
    border: none;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin: 24px 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 1px;
    background: #D3D3D4;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator span {
    color: #585B5E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E1E1EF;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn span {
    color: #585B5E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer {
    width: 100%;
    border-top: 1px solid #E1E1EF;
    margin-top: 24px;
    max-width: 420px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box {
    padding: 24px 24px 54px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box span {
    color: #1D1E20;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box__login-btn {
    color: #2563EB;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background: transparent;
  }
}

.trn-popover-content {
  z-index: 1051;
  border-radius: 8px;
  background-color: #fff;
  padding: 0;
  min-width: 190px;
}

.trn-popover-content .ul-links > li {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  font-size: 13px;
}

.trn-popover-content .ul-links > .last-li {
  border-bottom: none;
}

.trn-popover-content .ul-links > li > a:link, .trn-popover-content .ul-links > li > a:visited, .trn-popover-content .ul-links > li > a:active {
  color: #000000;
  text-decoration: none;
}

/*POPUP OVER USER INFO*/
.trn-popover-content.popover-user-info {
  width: 270px;
}

.trn-popover-content.popover-user-info > div.items {
  padding: 10px 5px;
  background-color: #F8F9FB;
  border-bottom: 1px solid #DDDDDD;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
}

.trn-popover-content.popover-user-info > div.items > .item {
  padding: 3px 5px;
  font-size: 13px;
  overflow: hidden;
}

.trn-popover-content.popover-user-info > div.items > .item > .point-description {
  display: block;
  float: left;
}

.trn-popover-content.popover-user-info > div.items > .item > span {
  color: #AAAAAA;
  display: block;
  float: right;
}

.trn-popover-content.popover-user-info > .ul-links > .left {
  border: none;
  text-align: left;
  padding: 6px 20px;
}

.trn-popover-content.popover-user-info > .ul-links > li {
  cursor: pointer;
}

.trn-popover-content.popover-user-info > .ul-links > li a {
  display: block;
  width: 100%;
}

.trn-popover-content.popover-user-info > .ul-links > .border-bottom {
  border-bottom: 1px solid #DDDDDD;
}

.trn-popover-content.popover-user-info > .ul-links > .right {
  text-align: right;
}

.trn-popover-content.popover-user-info > .ul-links > li:hover {
  background-color: #F8F9FB;
}

.popup-container {
  display: none;
}

.popup-container .popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  opacity: 0.5;
  background: #000000;
}

.popup-container .popup-frame {
  z-index: 999999;
  width: 500px;
  background-color: #fff;
}

.popup-container.pos-center .popup-frame,
.popup-container.pos-bottom .popup-frame,
.popup-container.pos-top .popup-frame {
  position: fixed;
}

.popup-container.active .popup-frame {
  display: block;
}

.popup-container .popup-frame {
  border-radius: 8px;
}

.popup-container .popup-frame .popup-title {
  padding: 10px 20px 5px;
  font-size: 18px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
}

.popup-container .popup-frame .popup-content {
  padding: 10px 10px 20px 10px;
  line-height: 20px;
  font-size: 14px;
}

.popup-container .popup-frame .popup-close {
  cursor: pointer;
  font-size: 35px;
  line-height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background: #01007F;
  color: #fff;
  padding: 5px;
  border-radius: 0 6px 0 12px;
}

.popup-container.CornerLight .popup-frame {
  background: #fff;
  color: #fff;
}

.popup-container.CornerLight .popup-title {
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 600;
}

.popup-container.CornerLight .popup-content {
  color: #AAAAAA;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.popup-container.CornerDark .popup-title {
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
}

.popup-container.CornerDark .popup-content {
  color: #AAAAAA;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 10px 20px;
}

.popup-container.CornerLightImageAndAction .popup-frame {
  background-color: #fff;
}

.popup-container.CornerLightImageAndAction .popup-title {
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 20px;
}

.popup-container.CornerLightImageAndAction .popup-content {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding: 0 10px 7px;
}

.CornerLightImageAndAction .inl-one {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
}

.CornerLightImageAndAction .inl-two {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.CornerLightImageAndAction .inl-two div {
  color: #AAAAAA;
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 13px;
}

.CornerLightImageAndAction a {
  background-color: #01007F;
  padding: 6px 23px;
  border-radius: 5px 0 5px 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition-property: background-color,color;
  -o-transition-property: background-color,color;
  transition-property: background-color,color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  outline: none;
  margin: 0 auto;
  font-weight: 600;
}

.form-row {
  margin-bottom: 20px;
}

.form-row--col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row--col-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  margin-bottom: 0;
}

.form-row--col-1 > *:not(:last-child) {
  margin-right: 0;
}

.form-item {
  margin-bottom: 0;
}

.form-item__label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-item__input {
  position: relative;
}

.form-item__input input {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-item__input input:not([type=checkbox]) {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-item__input input:not([type=checkbox])::-webkit-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox]):-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])::-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])::placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])[disabled] {
  background-color: #F8F9FB;
  border: 0;
}

.form-item__input input:not([type=checkbox]):focus {
  -webkit-box-shadow: 0 0 0 3px rgba(140, 140, 140, 0.3);
  box-shadow: 0 0 0 3px rgba(140, 140, 140, 0.3);
}

/*.trn-modal > .trn {
    max-width: 940px !important;
    padding: unset;
}*/
.trn.signin-new-popup {
  padding: unset;
  max-width: 940px !important;
}

.signin-new-popup {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  box-shadow: unset !important;
  margin: 100px auto !important;
  position: relative;
}

.signin-new-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 0 0px 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
}

.signin-new-popup__left-side, .signin-new-popup__right-side {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.signin-new-popup__left-side {
  background-color: #01007F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
}

.signin-new-popup__left-side__header {
  font-size: 36px;
  font-weight: 500;
}

.signin-new-popup__left-side__sub-header {
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 40px;
}

.signin-new-popup__left-side__btn:last-child {
  margin-top: 20px;
}

.signin-new-popup__left-side__btn button {
  background-color: #fff;
  color: #01007F;
  height: 65px;
  width: 264px;
  border-radius: 65px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.signin-new-popup__left-side > div {
  text-align: center;
}

.signin-new-popup__right-side {
  padding: 50px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok {
  padding-left: unset;
  padding-right: 25px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok::before {
  left: unset;
  right: 0;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok::after {
  left: unset;
  right: -7px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me {
  padding-left: unset;
  padding-right: 25px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me::before {
  left: unset;
  right: 0;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me::after {
  left: unset;
  right: -7px;
}

body[dir='rtl'] .trn-modal-close.signin-new-popup__close {
  background-color: #01007F;
  right: unset;
  left: 0;
  border-radius: 6px 0 12px 0px;
}

body[dir='rtl'] .trn-modal-close.signin-new-popup__close .trn-close {
  color: #fff;
}

body[dir='rtl'] .signin-new-popup__right-side--grow .gap-20 {
  gap: 20px;
}

body[dir='rtl'] .signin-new-popup__right-side--grow .margin-0 .form-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.signin-new-popup__right-side__sub-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 32px;
}

.signin-new-popup__right-side__sub-section__remember-me {
  padding-left: 25px;
}

.signin-new-popup__right-side__sub-section__remember-me::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
}

.signin-new-popup__right-side__sub-section__remember-me::after {
  content: "\e936";
  position: absolute;
  font-size: 24px;
  color: #01007F;
  left: 0;
  top: -10px;
  font-family: turna;
  display: none;
}

#rememberme {
  display: none;
}

.signin-new-popup__right-side__sub-section label[for="rememberme"] {
  position: relative;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me::after {
  display: block;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me::before {
  border-color: #01007F;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me {
  color: #01007F;
}

.signin-new-popup__right-side__btn:not(:last-of-type) {
  margin-bottom: 20px;
}

.signin-new-popup__right-side__btn button {
  border: none;
  color: #fff;
  height: 65px;
  width: 100%;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
  font-weight: bold;
}

.signin-new-popup__right-side__btn--white button {
  background: #fff !important;
  color: #01007F !important;
  border: 1px solid #01007F !important;
}

#forgot-password-id {
  text-decoration: none;
  color: #000000;
}

#login-form {
  margin-bottom: 20px;
}

.form-row--col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row--col-2 > * {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc((100% - (2 - 1) * 20px) / 2);
  flex-basis: calc((100% - (2 - 1) * 20px) / 2);
  margin-bottom: 20px;
}

.form-row--col-2 > *:not(:last-child) {
  margin-right: 20px;
}

.form-row--col-2 > *:nth-child(2n) {
  margin-right: 0;
}

.signin-new-popup__left-side--grow {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.signin-new-popup__right-side--grow {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.signin-new-popup--space-top {
  margin: 50px auto !important;
}

.signin-new-popup__right-side__sub-section label[for="agreement_ok"] {
  position: relative;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok::after {
  display: block;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok::before {
  border-color: #01007F;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
  color: #01007F;
}

.signin-new-popup__right-side__sub-section__agreement_ok {
  padding-left: 25px;
}

.signin-new-popup__right-side__sub-section__agreement_ok::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
}

.signin-new-popup__right-side__sub-section__agreement_ok::after {
  content: "\e936";
  position: absolute;
  font-size: 24px;
  color: #01007F;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: turna;
  display: none;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
  color: #01007F;
  font-weight: bold;
}

label.invalid {
  font-size: 11px !important;
  color: #01007F !important;
  font-weight: bold;
  position: absolute;
  bottom: -25px;
}

.form-item {
  position: relative;
}

.invalid[type='text'], .invalid[type='password'], .invalid[type='email'] {
  background-color: #F8F9FB !important;
  border-color: #01007F !important;
}

.form-row--col-2 > * {
  margin-bottom: unset !important;
}

.trn.forget-password {
  max-width: 600px !important;
  border-radius: 8px;
  margin: 100px auto;
}

.forget-password__container {
  padding: 60px 40px;
}

.forget-password__container__header-info {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
}

.forget-password__container__btn button {
  border: none;
  color: #fff;
  height: 65px;
  width: 100%;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
  font-weight: bold;
}

.trn-modal > .trn {
  -webkit-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  box-shadow: unset !important;
}

.reservation-popup {
  padding: 60px 50px !important;
  border-radius: 8px;
}

.reservation-popup__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reservation-popup__points__item > div:not(:last-of-type) {
  margin-bottom: 20px;
}

.reservation-popup__points__item .form-row {
  margin-bottom: unset !important;
}

.reservation-popup__points__item {
  color: #000000;
  font-size: 16px;
}

.reservation-popup__points__item--header {
  font-weight: 600;
}

.bottom-line {
  position: relative;
}

.bottom-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #F8F9FB;
  bottom: -20px;
  left: 0;
}

.reservation-popup__buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0 10px;
}

.reservation-popup__buttons__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.reservation-popup__buttons__btn button {
  width: 100%;
  padding: 20px 0;
}

.reservation-popup__buttons__btn .passive {
  border: 1px solid #01007F;
  color: #01007F;
  background-color: #fff;
}

.reservation-popup__buttons__btn .active {
  border: none;
  color: #fff;
  background-color: #01007F;
}

.reservation-popup__buttons__btn .active, .reservation-popup__buttons__btn .passive {
  font-weight: bold;
  border-radius: 8px;
}

.reservation-popup__footer {
  color: #AAAAAA;
  margin-top: 40px;
  font-size: 16px;
}

.trn.reservation-popup {
  max-width: 768px !important;
}

.reservation-popup__points__item__value {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #01007F;
  font-weight: bold;
}

.cancel-reservation-info {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.cancel-reservation-btn {
  margin-top: 30px;
}

.cancel-reservation-btn button {
  width: 100%;
  padding: 20px 0;
  border-radius: 8px;
  background-color: #01007F;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
}

#cancel-reservation-dialog .trn.reservation-popup {
  max-width: 568px !important;
}

.new-popup {
  position: relative;
  border-radius: 8px;
}

.new-popup::-webkit-scrollbar {
  width: 0px;
}

.new-popup::-webkit-scrollbar-track {
  background: #f9f9ff;
  border-radius: 6px 0 0 6px;
}

.new-popup::-webkit-scrollbar-thumb {
  background: #01007F;
  border-radius: 6px 0 0 6px;
}

.new-popup-flex-layout {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: unset;
}

.new-popup__close {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 0 0px 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  z-index: 99;
}

.new-popup__close:after {
  content: "\e92c";
  font-family: turna;
}

body[dir='rtl'] .popup-container .popup-frame .popup-close {
  right: unset;
  left: 0;
  border-radius: 6px 0 12px 0;
}

@media (min-width: 769px) {
    #google-sign-up-trigger-for-mobile, #google-sign-in-trigger-for-mobile {
        display: none;
    }
}

/*........ FOOTER .......*/
.trn-content > .trn-default-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  margin-top: 80px;
}

.trn-default-footer > .btn-more-info:link,
.trn-default-footer > .btn-more-info:visited,
.trn-default-footer > .btn-more-info:active {
  border-radius: 50px;
  border: 1px solid #2321FF;
  padding: 20px 30px;
  text-decoration: none;
  color: #2321FF;
  font-size: 16px;
}

.trn-default-footer > .btn-more-info:hover {
  border: 1px solid #DDDDDD;
  color: #DDDDDD;
}

.trn-main-footer {
  padding: 10px 4% 15px;
  width: 100%;
  /*background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/General/footer.png) bottom center no-repeat;*/
  /*    background-color: #2b2d2e;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.trn-main-footer .ul-wrapper {
  max-width: 1073px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trn-main-footer .ul-wrapper > ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  padding: 15px;
  margin: 0;
}

.trn-main-footer .ul-wrapper > ul > li .footer-title {
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0 10px;
  text-rendering: optimizelegibility;
}

.trn-main-footer .ul-wrapper > ul > li > a:link,
.trn-main-footer .ul-wrapper > ul > li > a:visited,
.trn-main-footer .ul-wrapper > ul > li > a:active {
  font-size: 14px;
  color: #AAAAAA;
  text-decoration: none;
  padding: 1px 0;
  display: inline-block;
}

.trn-main-footer .ul-wrapper > ul > li > a:hover {
  color: #2321FF;
}

.trn-main-footer > .copyright {
  display: inline-block;
  width: 98%;
  padding: 20px 0 0;
  text-align: center;
  color: #AAAAAA;
  font-size: 12px;
  border-top: 1px solid #DDDDDD;
  margin: 65px 1% 0;
  position: relative;
}

.trn-main-footer > .copyright > .social {
  position: absolute;
  background-color: #2b2d2d;
  display: block;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  top: -11px;
}

.trn-main-footer > .copyright > .social a {
  margin: 0 5px;
  text-decoration: none;
}

.trn-main-footer > .copyright div {
  margin-top: 10px;
}

.trn-main-footer > .copyright > .footer-info {
  width: 100%;
  display: inline-block;
  padding: 45px 0 10px;
  position: relative;
  max-width: 1215px;
}

@media screen and (max-width: 768px) {
  .trn-main-footer > .copyright > .footer-info > .footer-info-app {
    left: 35%;
    display: inline-block;
    float: none;
    position: absolute;
    z-index: 1;
    padding-top: 100px;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-side {
    width: 48%;
    display: block;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .trn-main-footer .ul-wrapper > ul > li .footer-title {
    font-size: 16px;
  }

  .trn-main-footer .ul-wrapper > ul > li:not(.footer-title) {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .trn-main-footer > .copyright > .footer-info > .footer-info-app {
    width: 20%;
    display: block;
    float: left;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-side {
    width: 40%;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .trn-main-footer > .copyright > .footer-info > .footer-info-app a {
    margin: 0 5px;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-app {
    width: 30%;
    display: block;
    float: left;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-side {
    width: 35%;
    display: block;
    float: left;
    overflow: hidden;
    padding-top: 0px;
  }
}
.trn-main-footer > .copyright > .footer-info > .footer-info-side > p {
  padding: 0;
  margin: 0;
  display: block;
  line-height: 13px;
  font-size: 11px;
  color: #AAAAAA;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > p.text-left {
  text-align: left;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > p.text-right {
  text-align: right;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side .trn-sprt-logo-white {
  margin: 0 10px 10px;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > .iata {
  background-position: -82px -127px;
  width: 52px;
  height: 50px;
  float: left;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > .tursab {
  background-position: -5px -127px;
  width: 72px;
  height: 50px;
  float: right;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-app > a {
  margin-top: 10px;
  display: inline-block;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-app > a > .android {
  background-position: -5px -90px;
  width: 131px;
  height: 43px;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-app > a > .ios {
  background-position: -5px -42px;
  width: 131px;
  height: 43px;
}

.social .st0 {
  fill: #868484;
}

.social .st1 {
  fill: #D7D7D7;
}

.trn-main-footer > .copyright > .social > a:hover .st0 {
  fill: #D7D7D7;
}

.footer {
    font-size: 13px;
    padding: 60px 48px 0 48px !important;
    background-color: #fff !important;
    color: #000000;
}

@media (min-width: 992px) {
    .footer {
        font-size: 14px;
    }
}

.footer__left {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer__inner .footer__left {
            padding-right: 30px;
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    .footer__inner .footer__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        margin-right: 60px;
    }

    .footer__inner .footer__right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.footer__logo {
    margin-bottom: 30px;
}

    .footer__logo img {
        width: 160px;
        height: auto;
    }

@media (max-width: 768px) {
    .footer__logo {
        text-align: center;
    }
}

.footer__app-download {
    margin-bottom: 30px;
}

.footer__app-download__description {
    font-size: 0.9em;
    margin-bottom: 15px;
}

.footer__app-download__buttons {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__app-download__buttons__item {
    width: 132px;
    height: 44px;
}

    .footer__app-download__buttons__item.google {
        width: 150px;
        height: 44px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin-right: 15px;
    }

    .footer__app-download__buttons__item a {
        color: #000000;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
    }

        .footer__app-download__buttons__item a img {
            width: 100%;
            height: 100%;
        }

@media (max-width: 768px) {
    .footer__app-download {
        text-align: center;
        /*max-width: 300px;*/
        margin: 0 16px 30px;
    }

    .footer__app-download__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .footer__list-wrapper > * {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc((100% - (2 - 1) * 30px) / 2);
        flex-basis: calc((100% - (2 - 1) * 30px) / 2);
        margin-bottom: 30px;
    }

        .footer__list-wrapper > *:not(:last-child) {
            margin-right: 30px;
        }

        .footer__list-wrapper > *:nth-child(2n) {
            margin-right: 0;
        }

@media (min-width: 992px) {
    .footer__list-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer__list-wrapper > * {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -ms-flex-preferred-size: calc((100% - (3 - 1) * 30px) / 3);
            flex-basis: calc((100% - (3 - 1) * 30px) / 3);
            margin-bottom: 30px;
        }

            .footer__list-wrapper > *:not(:last-child) {
                margin-right: 30px;
            }

            .footer__list-wrapper > *:nth-child(3n) {
                margin-right: 0;
            }
}

@media (min-width: 992px) {
    .footer__list-wrapper.home-footer-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer__list-wrapper.home-footer-links > * {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -ms-flex-preferred-size: calc((100% - (4 - 1) * 30px) / 4);
            flex-basis: calc((100% - (4 - 1) * 30px) / 4);
            margin-bottom: 30px;
        }

            .footer__list-wrapper.home-footer-links > *:not(:last-child) {
                margin-right: 30px;
            }

            .footer__list-wrapper.home-footer-links > *:nth-child(4n) {
                margin-right: 0;
            }
}

.footer__list {
    padding: 0;
    list-style: none;
}

.footer__list__item {
    padding: 8px 0;
}

    .footer__list__item.title {
        font-size: 1.2em;
        font-weight: bold;
    }

    .footer__list__item a {
        display: inline-block;
        color: #000000;
        line-height: 1.3;
        text-decoration: none;
    }

        .footer__list__item a:hover {
            color: #01007F;
        }

        .footer__list__item a.accent {
            position: relative;
            color: #01007F;
            font-weight: 600;
        }

            .footer__list__item a.accent::after {
                content: "\e928";
                position: absolute;
                right: -16px;
                font-family: "turna";
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

.footer__bottom {
    min-height: 100px;
    background-color: #01007F;
}

.footer__additional {
    margin-bottom: -60px !important;
}

.footer__trust {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.footer__trust__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .footer__trust__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer__trust__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
}

.footer__trust__item__figure {
    margin: 0;
    margin-right: 15px;
    width: 96px;
}

    .footer__trust__item__figure img {
        display: block;
        width: 100%;
    }

@media only screen and (max-width: 768px) {
    .footer__trust__item__figure.tursab {
        width: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .footer__trust__item__figure.tursab__redirect img {
        width: 180px;
        height: 100px;
    }
}

@media only screen and (max-width: 375px) {
    .footer__trust__item__figure.tursab__redirect img {
        width: 160px;
        height: 100px;
    }
}

.footer__trust__item__description {
    color: #AAAAAA;
    font-size: 0.8em;
}

@media (min-width: 768px) {
    .footer__trust {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__trust__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .footer__trust__item:not(:last-of-type) {
            margin-right: 30px;
            margin-bottom: 0;
        }

    .footer__trust__item__figure.iata {
        width: 60px;
    }

    .footer__trust__item__figure.tch {
        width: 80px;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 200px;
        height: 96px;
    }
}

.footer__copyright {
    color: #fff;
    text-align: center;
}

.footer__subscribe {
    margin-bottom: 30px;
}

.footer__subscribe__label {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.footer__subscribe__button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #01007F;
    font-size: 2em;
    color: white;
    cursor: pointer;
}

.footer__subscribe__form {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #F8F9FB;
    overflow: hidden;
}

    .footer__subscribe__form:focus-within {
        -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
    }

    .footer__subscribe__form input {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        background-color: transparent;
        padding-left: 15px;
        padding-right: 60px;
        color: #000000;
    }

        .footer__subscribe__form input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input::-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input::placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

.footer__subscribe__description {
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .footer__subscribe {
        /*max-width: 300px;*/
        margin: 0 16px 30px;
        text-align: center;
    }
}

.footer__follow-us {
    margin-bottom: 60px;
}

.footer__follow-us__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

    .footer__follow-us__icons li {
        border-radius: 5px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .footer__follow-us__icons li:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

.footer__follow-us__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 2.8em;
    color: #000000;
    text-decoration: none;
}

    .footer__follow-us__link i {
        font-family: "Font Awesome 6 Brands" !important;
    }

@media (max-width: 768px) {
    .footer__follow-us__icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

body[dir="rtl"] .footer__list__item a.accent::after {
    content: "\e926";
    right: unset;
    left: -16px;
}

body[dir="rtl"] .footer__app-download__buttons__item {
    margin-right: 0;
    margin-left: 15px;
}

body[dir="rtl"] .footer__subscribe__form input {
    padding-right: 15px;
    padding-left: 60px;
}

body[dir="rtl"] .footer__subscribe__button {
    right: unset;
    left: 0;
}

    body[dir="rtl"] .footer__subscribe__button i {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }

body[dir="rtl"] .footer__follow-us__icons li {
    margin-right: 0;
    margin-left: 10px;
}

body[dir="rtl"] .footer__trust__item {
    margin-right: 0;
    margin-left: 30px;
}

body[dir="rtl"] .footer__trust__item__figure {
    margin-right: 0;
    margin-left: 15px;
}

body.tkfb .footer__bottom {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2d2926), to(#a2aaad));
    background: -webkit-linear-gradient(left, #2d2926 0, #a2aaad 100%);
    background: -o-linear-gradient(left, #2d2926 0, #a2aaad 100%);
    background: linear-gradient(to right, #2d2926 0, #a2aaad 100%);
}

body.teb .footer__bottom {
    background: #16bc5d !important;
}

.tursab__redirect--container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

    .tursab__redirect--container a {
        width: 200px;
    }

@media only screen and (max-width: 768px) {
    .footer__right {
        padding: 16px;
    }
}

@media (min-width: 1025px) and (max-width: 1247px) {
    .footer {
        padding: 60px 48px 0 48px !important;
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer {
        padding: 60px 48px 0 48px !important;
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__app-download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__app-download__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .footer__subscribe__label {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .footer__subscribe__form {
        width: 100%;
    }

    .footer__follow-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1024px) and (max-width: 1248px) {
    .footer__list-wrapper.home-footer-links > * {
        margin-bottom: 120px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 12px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 48px;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer__list-wrapper.home-footer-links > * {
        margin-bottom: 120px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 6px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 32px;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }

    .footer__follow-us__link i {
        font-size: 48px;
    }

    .footer__list-wrapper > * {
        -ms-flex-preferred-size: calc((100% / 3 ));
        flex-basis: calc((100% / 3 ));
    }

    .footer__list-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .footer__list-wrapper > *:not(:last-child) {
            margin-right: unset !important;
        }
}

@media (max-width: 768px) {
    .footer {
        padding: 0 !important;
    }

    .footer__list-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__trust {
        padding: 24px;
    }

    .footer__list-wrapper.home-footer-links > * {
        margin-bottom: 48px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
        margin-left: 16px;
        margin-left: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 6px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 32px;
    }

    .footer__app-download {
        margin-bottom: 32px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us {
        margin-bottom: 32px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }

    .footer__follow-us__link i {
        font-size: 48px;
    }

    .footer__trust__item:not(:last-of-type) {
        gap: 8px;
    }

    .footer__trust__item__figure {
        margin-right: unset !important;
    }

    .tursab__redirect--container {
        gap: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px;
    }

    .footer__trust__item__figure.tursab__redirect {
        width: 219px;
    }

    .tursab__redirect--container a {
        width: 219px;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 219px;
    }

    .footer__subscribe {
        text-align: start;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer__subscribe__description {
        text-align: center;
    }

    .footer__inner {
        padding: 0 16px !important;
    }
}

@media (max-width: 425px) {
    .footer__trust__item__figure.tursab__redirect {
        width: 160px !important;
    }

    .tursab__redirect--container a {
        width: 160px !important;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 160px;
    }
}

.footer__inner {
    padding: 0 48px;
}

.footer__follow-us__link i {
    font-size: 28px;
}

.tursab-agancy-title-mobile {
    display: block;
    text-align: center;
    color: #ffffff4f;
    font-size: 12px;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .tursab-agancy-title-mobile {
        display: none;
    }
}

.snackbar-container {
    position: fixed;
    -webkit-box-shadow: 0px 1px 8px rgba(18, 5, 41, 0.15);
    box-shadow: 0px 1px 8px rgba(18, 5, 41, 0.15);
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

@media (min-width: 320px) and (max-width: 480px) {
    .snackbar-container {
        padding: 20px !important;
    }

        .snackbar-container.isOpen {
            bottom: 60px !important;
            left: 20px !important;
            width: 90% !important;
        }
}

.snackbar-container .snackbar-accept-button {
    padding: 10px 50px;
    background-color: white;
    color: #343A40;
}

.snackbar-container .snackbar-button {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.snackbar-container .snackbar-accept-button {
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.snackbar-container.isOpen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.snackbar-container .snackbar-title {
    font-weight: bold;
    font-size: 14px;
    color: #343a40;
    margin-bottom: 7px;
}

@media (min-width: 320px) {
    .snackbar-container .snackbar-title {
        font-size: 12px;
    }
}

.snackbar-container .snackbar-description {
    color: #343a40;
    font-size: 10px;
    line-height: 16px;
}

@media (min-width: 768px) {
    .snackbar-container .snackbar-description {
        line-height: 20px;
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.snackbar-container a {
    color: #343a40;
    text-decoration: underline;
}

.snackbar-container .snackbar-close-button {
    display: block;
    position: absolute;
    right: 20px;
}

@media (min-width: 576px) {
    .snackbar-container .snackbar-close-button {
        right: 80px;
    }
}

.snackbar-container .snackbar-close-button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 36px;
    border: 2px solid white;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcBAMAAACAI8KnAAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMAENDPwKAwn7mBpgoAAAB7SURBVBjTRdGxDYAwEATBowMLKiAjJaMCRAkugCKIwRZfNpa1Jz57TbLS6XyTuOHadcTqd4qiiCeBW4RyNAajauwMzhqWxuCdBIOCjTBoBs2gGTSDMOhap7mWNCPsWpdTSzmYKAclM7UwCBvNuSNcBcI6OsJFZ/1HyfsHuaxNbxbonh0AAAAASUVORK5CYII=");
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .snackbar-container .snackbar-close-button:after {
        width: 36px;
        height: 36px;
        background-size: 12px;
    }
}

.snackbar-container .snackbar-close-button:hover {
    cursor: pointer;
}

.snackbar-container .snackbar-close-button .snackbar-close-button-text {
    visibility: hidden;
    position: relative;
    font-size: 14px;
    padding-right: 50px;
}

@media (min-width: 768px) {
    .snackbar-container .snackbar-close-button .snackbar-close-button-text {
        visibility: visible;
    }
}

.snackbar-container .snackbar-action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 16px;
}

    .snackbar-container .snackbar-action-buttons .snackbar-action-button {
        font-size: 12px;
        background-color: #343a40;
        padding: 8px 16px;
        border-radius: 6px;
    }

        .snackbar-container .snackbar-action-buttons .snackbar-action-button:not(:last-child) {
            margin-right: 15px;
        }

@media (min-width: 768px) {
    .snackbar-container .snackbar-accept-button {
        padding: 8px 16px;
        background-color: #343a40;
        color: #fff;
    }

    .snackbar-container .snackbar-accept-button {
        font-size: 14px;
        font-weight: 700;
        border-radius: 6px;
        cursor: pointer;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .snackbar-container.isOpen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        bottom: 10px;
        left: 10px;
        width: 37%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.snackbar-detail-button-text {
    text-decoration: underline;
    font-size: 12px;
    color: #868e96;
    cursor: pointer;
}

.snackbar-description-details {
    margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .snackbar-description-details {
        font-size: 13px;
    }

        .snackbar-description-details.options {
            font-size: 12px;
        }

        .snackbar-description-details .cookie-policy__text {
            padding-left: 24px;
        }

            .snackbar-description-details .cookie-policy__text::before {
                width: 14px;
                height: 14px;
            }

            .snackbar-description-details .cookie-policy__text::after {
                font-size: 13px;
            }
}

.snackbar-description-details.options {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

    .snackbar-description-details.options input[type='checkbox']:checked ~ span::before {
        border-color: #ff3200;
        background-color: #ff3200;
    }

    .snackbar-description-details.options input[type='checkbox']:checked ~ span::after {
        display: block;
    }

.cookie-policy__text {
    position: relative;
    padding-left: 30px;
    color: #343a40;
}

    .cookie-policy__text input[type="checkbox"] {
        display: none;
    }

    .cookie-policy__text::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #868e96;
        background-color: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

input[type="checkbox"]:checked + .cookie-policy__text::before {
    background-color: #01007f;
    border-color: #01007f;
}

.cookie-policy__text::after {
    content: "\e936";
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: turna;
    color: #fff;
    display: none;
}

input[type="checkbox"]:checked + .cookie-policy__text::after {
    display: block;
}

body[dir='rtl'] .cookie-policy__text {
    padding-left: unset;
    padding-right: 30px;
}

    body[dir='rtl'] .cookie-policy__text::before {
        left: unset;
        right: 0;
    }

    body[dir='rtl'] .cookie-policy__text::after {
        left: unset;
        right: 2px;
    }

.switch-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .switch-bar input[type='checkbox']:checked ~ .switch-container .switch::before {
        background-color: #ff3200;
        border-color: #ff3200;
    }

    .switch-bar input[type='checkbox']:checked ~ .switch-container .switch::after {
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        border-color: #ffffff;
        background-color: #ffffff;
    }

    .switch-bar .switch-container .switch {
        position: relative;
        width: 40px;
        height: 22px;
        display: inline-block;
    }

        .switch-bar .switch-container .switch::before {
            content: "";
            width: 40px;
            height: 20px;
            border-radius: 20px;
            border: 1px solid #868e96;
            background-color: #f1f3f5;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .switch-bar .switch-container .switch::after {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #868e96;
            background-color: #868e96;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

.trn-default-content.btn-accept {
    margin-top: 20px;
}

    .trn-default-content.btn-accept span {
        background-color: #343a40;
        padding: 8px 16px;
        color: #fff;
        font-size: 16px;
        border-radius: 6px;
    }

.trn-default-content.options-dialog-details {
    font-size: 14px;
    color: #868e96;
    margin: 3px 0 10px;
}

.trn-default-content.options-dialog-title {
    font-size: 16px;
    color: #343a40;
    font-weight: 600;
}

.snackbar-description-details-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 4px;
}

@charset "UTF-8";

.turna-description {
    text-align: center;
    color: #000000;
    font-size: 18px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.m-reset {
    margin: 0 !important;
}

.mb-reset {
    margin-bottom: 0 !important;
}

.mt-reset {
    margin-top: 0 !important;
}

.mr-reset {
    margin-right: 0 !important;
}

.ml-reset {
    margin-left: 0 !important;
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.p-reset {
    padding: 0 !important;
}

.pb-reset {
    padding-bottom: 0 !important;
}

.pt-reset {
    padding-top: 0 !important;
}

.pr-reset {
    padding-right: 0 !important;
}

.pl-reset {
    padding-left: 0 !important;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

/* Flex Layout Module Classes */
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.p-relative {
    position: relative;
}

.stretched-link::before {
    content: "";
    position: absolute;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}

.color-primary {
    color: #01007F;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.price::after {
    content: attr(data-currency);
    font-size: 0.8em;
    margin-left: 3px;
}

/* Widget Header Styles Start */
.widget-header {
    margin-bottom: 30px;
    color: #000000;
}

    .widget-header .widget-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .widget-header .widget-description {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
    }

/* Widget Header Styles End */
/* Background Color Styles Start */
.background-white {
    background-color: #fff;
}

.background-ghost-white {
    background-color: #F8F8FB;
}

/* Background Color Styles End */
.section {
    padding: 30px 0;
}

    .section, .section::before, .section::after,
    .section *,
    .section *::before,
    .section *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

@media (min-width: 768px) {
    .section {
        margin-bottom: 50px;
    }
}

.section__inner {
    position: relative;
    max-width: 1248px;
    margin: 0 auto;
}

.section__inner--medium {
    max-width: 1000px;
}

.section__inner--small {
    max-width: 800px;
}

.section__header {
    margin-bottom: 30px;
    color: #000000;
}

    .section__header > *:not(:last-child) {
        margin-bottom: 5px;
    }

.section__title {
    font-weight: bold;
    font-size: 24px;
}

.section__description {
    font-weight: normal;
    font-size: 16px;
}

@media (min-width: 768px) {
    .section__description {
        font-size: 18px;
    }
}

.section__cta {
    margin-top: 20px;
}

    .section__cta .btn {
        color: #01007F;
        font-size: 13.5px;
        font-weight: 600;
        border-width: 1.5px;
        border-style: solid;
        border-color: #01007F;
        background-color: transparent;
        padding: 0 15px;
        height: 44px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #01007F;
    }

        .section__cta .btn .button-text {
            position: relative;
        }

            .section__cta .btn .button-text:before, .section__cta .btn .button-text:after {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: "turna";
                font-size: 1.3em;
                font-weight: normal;
            }

        .section__cta .btn .button-text {
            padding-right: 20px;
            display: block;
            line-height: 0;
        }

            .section__cta .btn .button-text:after {
                content: "";
                right: 0;
            }

    .section__cta a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: inherit;
        text-decoration: none;
    }

body[dir="rtl"] .section__cta .btn .button-text {
    padding-right: 0;
}

    body[dir="rtl"] .section__cta .btn .button-text::after {
        display: none;
    }

@media (max-width: 1024px) {
    .section, .layout {
        padding: 0 !important;
    }
}

.custom-popup {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.custom-popup i {
  font-family: "Font Awesome 6 Pro" !important;
}
.custom-popup__close {
  background-color: #F8F9FB;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.custom-popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.custom-popup__container__layout {
  background-color: white;
  padding: 24px;
  border-radius: 16px;
}
.custom-popup__header {
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.custom-popup__title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 2px;
}
.custom-popup__description {
  font-size: 14px;
  color: #AAAAAA;
  font-weight: 400;
  line-height: 19px;
}
.custom-popup__footer {
  border-top: 1px solid #DDDDDD;
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-popup__footer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.custom-popup__footer__item:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #AAAAAA;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.custom-popup__footer__item--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.custom-popup__footer__item--button button {
  height: 56px;
  padding: 0 24px;
  border-radius: 64px;
  border: none;
  background-color: #01007F;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.custom-select {
  margin-bottom: 24px;
}
.custom-select__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.custom-select__container {
  position: relative;
}
.custom-select__container select {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border-color: #DDDDDD;
  padding: 0 16px;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select__label {
  position: absolute;
  left: 16px;
  top: -8px;
  background-color: white;
  padding: 0 4px;
  font-size: 12px;
  color: #AAAAAA;
  font-weight: 400;
  line-height: 16px;
}
.custom-select__label-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-select__label-icon i {
  font-size: 20px;
  color: #AAAAAA;
}

.custom-checkbox {
  display: inline-block;
}
.custom-checkbox input[type='checkbox']:checked + label::before {
  background-color: #2321ff;
  border-color: #2321ff;
}
.custom-checkbox input[type='checkbox']:checked + label::after {
  display: block;
}
.custom-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  color: white;
}
.custom-checkbox label::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #E9E9EA;
  border-width: 1.5px;
  border-radius: 4px;
  display: inline-block;
  background-color: white;
}
.custom-checkbox label::after {
  content: "\f00c";
  position: absolute;
  left: 8px;
  font-family: "Font Awesome 6 Pro";
  color: white;
  display: none;
}

.custom-radio {
  display: inline-block;
}
.custom-radio input[type='radio']:checked + label::before {
  background-color: #2321ff;
  border-color: #2321ff;
}
.custom-radio input[type='radio']:checked + label::after {
  display: block;
}
.custom-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  position: relative;
  color: white;
}
.custom-radio label::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #E9E9EA;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
}
.custom-radio label::after {
  content: "";
  position: absolute;
  left: 8px;
  color: white;
  background-color: white;
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 8px;
}

.tn-mobile-menu {
  padding: 16px;
}
.tn-mobile-menu i {
  font-family: "Font Awesome 6 Pro" !important;
  color: #01007F;
  font-size: 16px;
}
.tn-mobile-menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.tn-mobile-menu__logo__figure {
  width: 117px;
  height: 24px;
  margin: unset !important;
}
.tn-mobile-menu__logo__figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__logo__close-icon span {
  width: 40px;
  height: 40px;
  border: 2px solid #F2F2F2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tn-mobile-menu__header {
  padding: 16px;
  background-color: #F5F6F7;
  border-radius: 16px;
  margin-bottom: 16px;
}
.tn-mobile-menu__header__title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 12px;
}
.tn-mobile-menu__header__title i {
  font-family: "Font Awesome 6 Pro" !important;
}
.tn-mobile-menu__header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tn-mobile-menu__header__top i {
  color: #000000;
  font-size: 16px;
}
.tn-mobile-menu__header__top__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tn-mobile-menu__header__top__profile-short span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EA580C;
  color: white;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  border-radius: 50%;
}
.tn-mobile-menu__header__top__profile-long__name {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.tn-mobile-menu__header__top__profile-long__mail {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 6px;
}
.tn-mobile-menu__header__bottom {
  margin-top: 12px;
  border-top: 1px solid #E1E1EF;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tn-mobile-menu__header__bottom__membership-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tn-mobile-menu__header__bottom__membership-info i {
  font-size: 14px;
}
.tn-mobile-menu__header__bottom__membership-info__text {
  color: #01007F;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point {
  color: #2321FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point-text {
  color: #2321FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point-icon {
  color: #E1E1EF;
}
.tn-mobile-menu__auth-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.tn-mobile-menu__auth-btn .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.tn-mobile-menu__auth-btn .button button {
  height: 100%;
  width: 100%;
  background: none;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  border-color: #01007F;
}
.tn-mobile-menu__auth-btn__login button {
  background-color: #01007F !important;
  color: white;
}
.tn-mobile-menu__auth-btn__register button {
  color: #01007F;
}
.tn-mobile-menu__navbar {
  padding: unset;
}
.tn-mobile-menu__navbar__item {
  list-style: none;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tn-mobile-menu__navbar__item.active {
  background-color: #EBF2FF;
  border-radius: 8px;
}
.tn-mobile-menu__navbar__item a {
  color: #01007F;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 16px;
  height: 56px;
  width: 100%;
}
.tn-mobile-menu__navbar__item a:active {
  background-color: #EBF2FF;
  border-radius: 8px;
}
.tn-mobile-menu__navbar__item a i {
  font-size: 18px;
}
.tn-mobile-menu__lang-currency {
  margin: 16px 0;
  padding: 16px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__lang-currency i {
  font-size: 12px;
  color: #000000;
}
.tn-mobile-menu__lang-currency__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
}
.tn-mobile-menu__lang-currency__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.tn-mobile-menu__lang-currency__content figure {
  width: 20px;
  height: 20px;
  margin: unset !important;
}
.tn-mobile-menu__lang-currency__content figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__subbar {
  padding: unset;
}
.tn-mobile-menu__subbar__item {
  padding: 16px;
  list-style: none;
}
.tn-mobile-menu__subbar__item a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
.tn-mobile-menu__subbar__item a i {
  font-size: 16px;
  color: #000000;
}
.tn-mobile-menu__subbar__item a span span {
  color: #2321FF;
}
.tn-mobile-menu__subbar__item.logout a, .tn-mobile-menu__subbar__item.logout i {
  color: #DB282D;
}
.tn-mobile-menu__title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tn-mobile-menu__currency-container, .tn-mobile-menu__lang-container {
  padding: unset !important;
}
.tn-mobile-menu__currency__item, .tn-mobile-menu__lang__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
  border-radius: 8px;
  padding: 0 16px;
}
.tn-mobile-menu__currency__item.active, .tn-mobile-menu__lang__item.active {
  background-color: #EBF2FF;
}
.tn-mobile-menu__currency__item .custom-search-form__radio-btn, .tn-mobile-menu__lang__item .custom-search-form__radio-btn {
  margin-bottom: unset;
}
.tn-mobile-menu__currency__item__unit, .tn-mobile-menu__lang__item__unit {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__currency__item label, .tn-mobile-menu__lang__item label {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 19px;
  color: #000000;
}
.tn-mobile-menu__currency__item figure, .tn-mobile-menu__lang__item figure {
  margin: unset !important;
  width: 30px;
  height: 20px;
}
.tn-mobile-menu__currency__item figure img, .tn-mobile-menu__lang__item figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__savePreferencesBtn {
  margin-top: 48px;
}
.tn-mobile-menu__savePreferencesBtn button {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  background-color: #2321FF;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  padding: 0 24px;
  border: none;
}

.menu-line-throught {
  margin-top: 16px !important;
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
}

.inside-header {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inside-header .tn-mobile-menu__header__title {
  margin-bottom: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.inside-header .tn-mobile-menu__header__title i {
  font-size: 14px;
}

.responsive-menu-design {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow-y: scroll;
  height: 100%;
  display: none;
}
.responsive-menu-design #right-slide-bar {
  width: 82.5%;
  height: 100%;
  background: white;
}
.responsive-menu-design .tn-mobile-menu {
  background: white;
}


.new-about-us-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", serif;
}

.new-about-us-page {
    background: white;
    padding-top: 64px;
}

    .new-about-us-page .container {
        max-width: 100%;
        padding: 0 16px;
        margin: 0 auto;
        background: #fff;
    }

.turna-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.turna-info__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.turna-info__title {
    text-align: center;
    color: #1D1E20;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    word-wrap: break-word;
}

.turna-info__stats {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.turna-info__stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.turna-info__icon svg {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.turna-info__details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.turna-info__value {
    text-align: center;
    color: #1D1E20;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    word-wrap: break-word;
}

.turna-info__label {
    text-align: center;
    color: #1D1E20;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    word-wrap: break-word;
}

.menu-container {
    margin: 32px auto 0;
    width: 100%;
    overflow-x: scroll;
    padding-left: 16px;
}

    .menu-container::-webkit-scrollbar {
        display: none;
    }

.new-about-us-page .menu {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 47px;
}

.menu__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.menu__link {
    padding: 12px 16px;
    border-radius: 56px;
    border: 1px solid #D3D3D4;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #1D1E20;
    width: max-content;
    cursor: pointer;
}

.menu__link--active {
    background-color: #01007F;
    color: white;
    font-weight: 600;
    border: none;
}

.about-banner-container {
    margin-top: 32px;
    overflow: hidden;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner {
    width: 152%;
    margin: 0 auto;
}

.text-card {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 52px;
}

.text-card__title {
    text-align: center;
    color: #1D1E20;
    font-size: 24px;
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 700;
    line-height: 38px;
}

.text-card__description {
    align-self: stretch;
    text-align: center;
    color: #1D1E20;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 25.2px;
}

.service-card {
    padding: 0 16px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.service-card__icon {
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 4px; */
}

.service-card__dot {
    width: 10px;
    height: 10px;
    background: #DBE6FF;
    border-radius: 9999px;
}

.service-card__svg {
    position: relative;
}

.service-card__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.service-card__title {
    color: #1D1E20;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 25.2px;
}

.service-card__description {
    color: #585B5E;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 19px;
}

.service-card__logos {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
}

.service-card__logo img {
    mix-blend-mode: multiply;
    max-width: 100%;
    height: auto;
}

.service-card__cta {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
}

.service-card__cta-text {
    color: #2563EB;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 19px;
}

.service-card__cta-icon {
    position: relative;
}

.mb-48 {
    margin-bottom: 48px;
}

.service-seperator {
    height: 1px;
    background: #D9D9D9;
    margin: 32px 0;
}

.service-card-left {
    flex-direction: column;
    gap: 24px;
    display: flex;
}

.service-card-right {
    flex-direction: column;
    gap: 24px;
    display: flex;
}

.service-card__cta__web_wrapper {
    display: none;
}


.service-card__cta__mobile_wrapper {
    display: block;
}

/* Ana blok */
.security {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Payment Types */
.security__payment-types {
    border-radius: 16px;
    background: #F3F9FF;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-between;
}

.security__payment-info-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.security__payment-icon {
}

.security__payment-title {
    color: #1D1E20;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
}

.security__payment-desc {
    color: #585B5E;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 22.40px;
    word-wrap: break-word;
}

.security__payment-banks {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

/* Support */
.security__support {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Live Support */
.security__live-support {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    background: #F5F6F7;
    border-radius: 16px;
}

.security__live-support-icon {
}

.security__live-support-title {
    color: #1D1E20;
    font-size: 24px;
    font-family: Inter;
    font-weight: 600;
    line-height: 33.60px;
    word-wrap: break-word;
}

.security__live-support-desc {
    color: #585B5E;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 22.40px;
    word-wrap: break-word;
}

/* Safest */
.security__safest {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border: 1px solid #D2D2D2;
    border-radius: 16px;
}

.security__safest-icon {
}

.security__safest-title {
    color: #1D1E20;
    font-size: 24px;
    font-family: Inter;
    font-weight: 600;
    line-height: 33.60px;
    word-wrap: break-word;
}

.security__safest-desc {
    color: #585B5E;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 22.40px;
    word-wrap: break-word;
}

.security__safest-cta {
    color: #2563EB;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 19px;
    word-wrap: break-word;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.certificates {
    margin-top: 16px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    border-radius: 16px;
    background: #F5F6F7;
}

.certificates__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    flex: 1;
}

.certificates__logos {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
    flex: 1;
}

.certificates__logo-item {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #EBEDEF;
    height: 110px;
    flex: 1 1 calc(50% - 16px);
}

.certificates__description {
    color: #585B5E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.certificates__title {
    color: #1D1E20;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.certificates__logo-item.tursab img {
    max-width: 180px;
}

/* Ana blok */
.app-promo {
    border-radius: 16px;
    background: #F3F9FF;
    padding: 24px;
    margin-top: 16px;
}

/* İçerik Alanı */
.app-promo__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    padding-bottom:48px;
}

/* Başlık ve Açıklama */
.app-promo__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.app-promo__icon {
}

.app-promo__title {
    color: #1D1E20;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
}

.app-promo__description {
    color: #585B5E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

/* İstatistikler */
.app-promo__stats {
    border-radius: 16px;
    border: 1px solid #D9ECFF;
    background: #FFF;
    display: flex;
    padding: 24px;
    align-items: start;
    gap: 24px;
    align-self: stretch;
}

.app-promo__stat-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.app-promo__stat-value {
    color: #1D1E20;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 44.8px */
}

.app-promo__stat-sub {
    color: #8E9BA9;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
}

.app-promo__stat-desc {
    color: #1D1E20;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

/* Butonlar */
.app-promo__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.app-promo__button {
    display: flex;
    height: 48px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 9px;
    background: #000;
    color: white;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.5px;
    /* 122.222% */
    letter-spacing: -0.27px;
    text-decoration: none;
}

.app-promo__button--google {
}

.app-promo__button--apple {
}

/* Uygulama Ekran Görüntüsü */
.app-promo__screenshot {
    display: none;
}

    .app-promo__screenshot img {
        width: 100%;
        position: absolute;
        left: 0;
    }


.app-promo__content {
}

.app-promo__stat-item-qr {
    display: none;
}

.slider-carousel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin: 52px 0;
}

.slider-carousel__header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 4px;
    flex: 1 0 0;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px;
}

.slider-carousel__title {
    color: #1D1E20;
    font-size: 18px;
    font-family: Sofia Sans;
    font-weight: 700;
    line-height: 1;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin: 0;
    font-size: 29px;
    line-height: 25px;
}

.slider-carousel__youtube-link {
    color: #2563EB;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    line-height: 21px;
    word-wrap: break-word;
    text-decoration: none;
    display: inline-flex;
    gap: 6px;
    align-self: flex-end;
    align-items: flex-end;
}

.slider-carousel__item {
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    overflow: hidden;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    text-decoration: none;
}

.slider-carousel__thumbnail {
    width: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.slider-carousel__caption {
    padding: 11px 16px 6px 16px;
    color: black;
    font-size: 20px;
    font-family: Sofia Sans;
    font-weight: 700;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 2 satırdan sonra kes */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 73px;
    width: 100%;
}

.slider-carousel__play-btn {
    border-radius: 32px;
    background: #F5F6F7;
    position: absolute;
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0px 10px 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 0;
    bottom: 10px;
    left: 10px;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    color: #1D1E20;
    /* 108.333% */
}

/* Dot Wrapper */
.owl-dots {
    text-align: center;
    margin-top: 16px;
}

/* Bütün Dotlar */
.owl-dot {
    display: inline-block;
    margin: 0 4px;
}

    /* Dotların arka planı */
    .owl-dot span {
        display: block;
        width: 12px;
        height: 12px;
        background: #e0e0e0;
        /* Pasif dot rengi */
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    /* Aktif Dot */
    .owl-dot.active span {
        width: 32px;
        background: #000080;
        /* Aktif dot rengi (koyu mavi) */
        border-radius: 16px;
        /* Oval şekil */
    }

.slider-carousel__info_container {
    padding: 16px;
}



.slider-carousel__desc {
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    word-wrap: break-word;
    color: #585B5E;
    margin-bottom: 20px;
    line-height: 130%;
    /* 20.8px */
    min-height: 92px;
    overflow: hidden;
}

.slider-carousel__author {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.carousel__author_info_name {
    color: #1D1E20;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 19px;
    word-wrap: break-word;
}

.carousel__author_info_date {
    color: #909294;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
}

.carousel__author_info_comments {
    color: #909294;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 19px;
    word-wrap: break-word;
}

/* Timeline Ana Blok */
.timeline {
    margin-top: 32px;
    overflow: hidden;
}

/* Her bir Zaman Çizgisi Öğesi */
.timeline__item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 48px;
    position: relative;
    padding-left: 16px;
}

/* İçerik Alanı */
.timeline__content {
    display: flex;
    gap: 16px;
    flex-direction: column;
    flex: 1;
}

/* Yıl Başlığı */
.timeline__year {
    color: #2321FF;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

/* Açıklama Metni */
.timeline__description {
    color: #585B5E;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 19px;
    word-wrap: break-word;
}

/* Tarih Bilgisi */
.timeline__date {
    color: #585B5E;
    font-size: 14px;
    font-family: Inter;
    font-weight: 700;
    line-height: 19px;
}

/* Görsel Alanı */
.timeline__image {
}

    .timeline__image img {
        border-radius: 16px;
        overflow: hidden;
    }

/* Sadece Masaüstünde Görünen Görseller */
.timeline__image--desktop {
    display: block;
}


.timeline__image--desktop {
    display: none;
}



.timeline__item:first-of-type .timeline__year:before {
    background: #fff;
    border: 1px solid #2321ff;
    top: 0;
    width: 7px;
    height: 7px;
}




.timeline__item:last-of-type .timeline__year:before {
    border-radius: 0;
    transform: rotate(45deg);
}

.timeline__year:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: -16px;
    background: #2321ff;
    border-radius: 50%;
    top: 8px;
    z-index: 1
}

.timeline__item:last-of-type .timeline__year:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 9999px;
    border-left: 1px dashed #2321ff;
    bottom: 7px;
    left: -12px;
}

.custom-header.custom-header--light {
/*    overflow: hidden;*/
}

.timeline__image--desktop img {
    position: absolute;
    right:52%;
    bottom: 0;
}

.slider-carousel__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Maksimum 2 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 65px; /* 2 satır yüksekliği kadar minimum yükseklik */
    line-height: 1.5em; /* Satır yüksekliği ayarı */
}

.slider-carousel__slider .slider-carousel__title {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: var(--fontFamily-ltr-display, "Sofia Sans");
    font-size: var(--fontSize-xLarge, 20px);
    font-style: normal;
    font-weight: var(--fontWeight-bold, 700);
    line-height: var(--lineHeight-xLarge, 26px);
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    align-self: stretch;
    height: 54px;

}

.timeline a {
    color: #585B5E;
}

.timeline {
    padding-left:32px;
}
.slider-carousel__slider {
    margin: 0 !important;
}




/* ========================== MEDIA QUERIES ========================== */

@media (min-width: 768px) {


    .timeline {
        padding-left: 0;
    }

    .new-about-us-page .container {
        padding: 0;
    }

    .turna-info__icon svg {
        width: 60px;
        height: 60px;
    }

    .turna-info__value {
        font-size: 26px;
        line-height: 36.4px;
    }

    .menu-container {
        margin-top: 48px;
        overflow-x: visible;
        padding-left: 0;
    }

    .new-about-us-page .menu {
        justify-content: center;
    }

    .about-banner-container {
        margin-top: 48px;
    }

    .text-card {
        margin-top: 64px;
    }

    .text-card__title {
        font-size: 29px;
    }

    .text-card__description {
        font-size: 24px;
        line-height: 33.60px;
    }

    .service-card {
        flex-direction: row;
        gap: 64px;
        align-items: center;
        padding: 0;
    }

    .service-card-left {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .service-card-right {
        width: 50%;
    }

    .service-card__logos {
        gap: 24px;
    }

    .service-card__description {
        font-size: 16px;
        line-height: 22.40px;
    }

    .service-card__title {
        font-size: 24px;
        line-height: 33.60px;
    }

    .service-card__cta__web_wrapper {
        display: block;
    }


    .service-card__cta__mobile_wrapper {
        display: none;
    }

    .security__support {
        flex-direction: row;
        gap: 24px;
    }

    .security {
        gap: 24px;
    }



    .certificates__logo-item {
        flex: 1 1 calc(50% - 16px);
    }

    .certificates {
        padding: 32px;
        margin-top: 24px;
    }

    .app-promo__stat-item-qr {
        display: flex;
    }

    .app-promo__buttons {
        flex-direction: row;
        gap: 8px;
    }

    .app-promo {
        padding: 32px;
        margin-top: 24px;
    }

    .slider-carousel {
        padding: 0;
        margin: 100px 0;
    }

    .slider-carousel__header {
        padding: 0;
    }

    .timeline__image--desktop {
        display: block;
        flex: 1;
    }

    .timeline__item {
        flex-direction: row-reverse;
        gap: 32px;
    }
}

@media (min-width: 1024px) {
    .menu-container {
        margin-top: 64px;
    }

    .text-card {
        margin-top: 100px;
    }

    .security__support {
        flex-direction: column;
        gap: 24px;
    }

    .security {
        flex-direction: row;
    }

    .security__payment-banks {
        gap: 24px;
    }



    .certificates__logo-item {
        flex: 1 1 calc(25% - 16px);
    }

    .app-promo__screenshot {
        display: flex;
        position: relative;
        flex: 1 0 180px;
    }

    .app-promo {
        display: flex;
        gap: 48px;
    }

    .slider-carousel {
        gap: 32px;
    }

    .timeline {
        padding: 0 48px;
    }
}

@media (min-width: 1248px) {

    .menu__link:hover {
        background: #2321FF;
        color: white;
        border-color: #2321FF;
    }
    .new-about-us-page .container {
        max-width: 1000px;
    }

    .turna-info__title {
        font-size: 24px;
        line-height: 33.6px;
    }

    .about-banner-container {
        margin-top: 86px;
    }

    .about-banner {
        width: 100%;
    }

    .text-card__description {
        font-size: 28px;
        line-height: 39px;
    }

    .certificates {
        flex-direction: row;
    }

    .certificates {
        padding:64px  48px;
    }

    .certificates__logo-item {
        flex: 1 1 calc(50% - 16px);
    }

    .app-promo {
        padding: 64px 48px 0;
        gap: 16px;
        margin-bottom:100px;
    }

    .app-promo__screenshot {
        padding: 0 40px;
        overflow: hidden;
        flex: 1 0 273px;
        position: relative;
    }

    .slider-carousel {
        max-width: 1000px;
        margin: 0 auto 100px auto
    }

    .timeline {
        padding: 0 85px;
    }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
    .owl-carousel.owl-loaded {
        display: block;
        margin: 20px 0 30px 0;
    }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block;
   
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

