@charset "UTF-8";
@import '../font/stylesheet.css';
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=devanagari,latin-ext");
.sofia, body {
  font-family: "Sofia Pro", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
  .pmb {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.b-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.b-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.b-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.b-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.no-br {
  border-radius: 0px !important;
}

.flex {
  display: flex;
}

.color-light {
  color: #777caa;
}

.color-white {
  color: #fff;
}

.color-pr {
  color: #6c718d;
}

.color-dark {
  color: #394a6d;
}

.color-laci {
  color: #045e7e;
}

.color-blue {
  color: #0592c6;
}

.color-muted {
  color: #98aab9;
}

.koyu-yesil {
  color: #045d7d;
}

.yesil {
  color: #40c057;
}

.bg-gr-1 {
  background: #24b7a1;
  background: -webkit-linear-gradient(left, #24b7a1 0%, #35db78 100%);
  background: -o-linear-gradient(left, #24b7a1 0%, #35db78 100%);
  background: linear-gradient(to right, #24b7a1 0%, #35db78 100%);
}

.bg-gr-2 {
  background: #00aeef;
  background: -webkit-linear-gradient(left, #00aeef 0%, #42cbfe 100%);
  background: -o-linear-gradient(left, #00aeef 0%, #42cbfe 100%);
  background: linear-gradient(to right, #00aeef 0%, #42cbfe 100%);
}

.bg-gr-3 {
  background: #42cbfe;
  background: -webkit-linear-gradient(#42cbfe 0%, #01aeef 100%);
  background: -o-linear-gradient(#42cbfe 0%, #01aeef 100%);
  background: linear-gradient(#42cbfe 0%, #01aeef 100%);
}

.bg-gr-4 {
  background: #1bbbba;
  background: -webkit-linear-gradient(left, #1bbbba 0%, #2af598 100%);
  background: -o-linear-gradient(left, #1bbbba 0%, #2af598 100%);
  background: linear-gradient(to right, #1bbbba 0%, #2af598 100%);
}

.bg-gri {
  background-color: #d4dcea;
}

.bg-gri-light {
  background-color: #e5ebf5;
}

.bg-pr {
  background-color: #0592c6;
}

.bg-pr-dark {
  background-color: #057198;
}

.bg-mat-blue {
  background-color: #0477a1;
}

.bg-sc {
  background-color: #00aeef;
}

.bg-light-blue {
  background-color: #cceffc;
}

.bg-white {
  background-color: #fff;
}

.bg-title-1 {
  background-color: #009fda;
}

.bg-dark-yesil {
  background-color: #18a8a1;
}

.bg-light-cyan {
  background-color: #f3fcff;
}

.bg-yesil {
  background-color: #40c057;
}

.t11 {
  font-size: 12px;
}

.t12 {
  font-size: 13px;
}

.t13 {
  font-size: 14px;
}

.small {
  font-size: 14.5px;
}

.t14 {
  font-size: 15px;
}

.t15 {
  font-size: 16px;
}

.t16 {
  font-size: 17px;
}

.t17 {
  font-size: 18px;
}

.t18 {
  font-size: 19px;
}

.t19 {
  font-size: 20px;
}

.t20 {
  font-size: 21px;
}

.t21 {
  font-size: 22px;
}

.t22 {
  font-size: 23px;
}

.t23 {
  font-size: 24px;
}

.t25 {
  font-size: 26px;
}

.t27 {
  font-size: 28px;
}

.f300 {
  font-weight: 300;
}

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.br-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.br-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.br {
  border-radius: 4px;
}

.linkhover:hover {
  text-decoration: none;
  color: #0592c6 !important;
}

html, body {
  position: relative;
  width: 100%;
  height: min-content;
  margin: 0;
  padding: 0;
  display: block;
  overflow: auto;
}

body {
  background-color: #eef3fc;
  -webkit-font-smoothing: subpixel-antialiased;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.g-center {
  display: grid;
  align-items: center;
}

.f-center {
  display: flex;
  align-items: center;
}

.form-group.cstm:hover .input-group, .form-group.cstm:focus .input-group {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.04);
}
.form-group.cstm .form-control {
  height: 50px;
  display: grid;
  align-items: center;
  font-size: 14px;
  color: #394a6d;
  font-weight: 500;
  border: 0px;
}
.form-group.cstm .form-control::placeholder {
  color: #98aab9;
}
.form-group.cstm .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.04);
}
.form-group.cstm .input-group-text {
  background-color: #cceffc;
  color: #6c718d;
  border: 0px;
}
.form-group.cstm .input-group-text.bg-gri {
  background-color: #d4dcea;
}
.form-group.cstm .input-group-text.color-light {
  color: #777caa;
}
.form-group.cstm button, .form-group.cstm .btn {
  height: 50px;
  display: grid;
  align-items: center;
  text-align: center;
}
.form-group.cstm button:hover, .form-group.cstm .btn:hover {
  color: #fff;
}
.form-group.cstm .input-group-text {
  width: 50px;
  height: 50px;
  text-align: center;
  display: grid;
  align-items: center;
}

.btn-sc {
  color: #fff;
  background-color: #00aeef;
  font-weight: 500;
  font-size: 15px;
}
.btn-sc:hover {
  color: #fff;
  background-color: #009fda;
}

.btn-pr {
  color: #fff;
  background-color: #0592c6;
  font-weight: 500;
  font-size: 15px;
}
.btn-pr:hover {
  color: #fff;
  background-color: #0585b5;
}

.btn-wh {
  color: #6c718d;
  background-color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 15px 20px;
  height: 50px;
}
.btn-wh:hover {
  color: #6c718d;
  background-color: #f3f3f3;
}

#topBar {
  background-color: #fff;
  font-family: "Sofia Pro", sans-serif;
  font-weight: 400;
  display: block;
}

#duyuruCont {
  /* #duyuruCont desktop */
  /* #duyuruCont mobile */
}
@media (min-width: 769px) {
  #duyuruCont {
    /* #duyuruCont desktop */
    height: 45px;
  }
  #duyuruCont .left {
    background-color: #00aeef;
    color: #fff;
    font-size: 14.5px;
    padding: 10px;
  }
  #duyuruCont .right {
    color: #777caa;
    background-color: #fff;
    font-size: 14.5px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #duyuruCont {
    /* #duyuruCont mobile */
    height: 45px;
  }
  #duyuruCont .left {
    background-color: #00aeef;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    position: relative;
  }
  #duyuruCont .right {
    color: #777caa;
    background-color: #fff;
    font-size: 14px;
    padding: 10px;
  }
}

.ustMenuCont {
  width: 100%;
  display: block;
}
.ustMenuCont ul {
  /* ul üst menü desktop */
  /* ul üst menü mobile */
}
@media (min-width: 769px) {
  .ustMenuCont ul {
    /* ul üst menü desktop */
    float: right;
    height: 45px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
    display: flex;
    align-items: center;
  }
  .ustMenuCont ul li {
    display: grid;
    align-items: center;
    float: left;
    height: 100%;
  }
  .ustMenuCont ul li a {
    color: #777caa;
    font-size: 14.5px;
    padding: 0px 10px;
    font-weight: 400;
  }
  .ustMenuCont ul li a:hover {
    color: #0592c6;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .ustMenuCont ul {
    /* ul üst menü mobile */
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .ustMenuCont ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .ustMenuCont ul li a {
    color: #777caa;
    font-size: 14.5px;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
  }
  .ustMenuCont ul li a:hover {
    color: #0592c6;
    text-decoration: none;
  }
  .ustMenuCont ul li:last-child > a {
    border: 0px;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

#mainArea {
  position: relative;
  display: block;
}
@media (min-width: 769px) {
  #mainArea {
    margin-top: 50px;
  }
  #mainArea #logoCont {
    width: 100%;
    display: block;
  }
  #mainArea #loginArea {
    text-align: right;
  }
}
@media (max-width: 768px) {
  #mainArea {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #mainArea #logoCont {
    width: 50%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #mainArea #logoCont img {
    max-width: 170px;
  }
  #mainArea #loginArea {
    text-align: left;
    padding: 20px;
    background-color: #f3f3f3;
  }
}
@media (max-width: 768px) {
  #mainArea #mobilMenuCont {
    text-align: right;
    float: right;
    display: flex;
    align-items: center;
    width: max-content;
  }
}
#mainArea #mblUser {
  color: #0592c6;
  font-size: 1.7rem;
  margin-top: 5px;
}

@media (max-width: 768px) {
  #userArea {
    display: none;
  }
}

#menuBg {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: none;
}

#menuArea {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  #menuArea {
    width: 70%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    background-color: #0477a1;
    z-index: 9;
    display: none;
  }
}

#ustMenu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 768px) {
  #ustMenu {
    display: table;
    border-radius: 0px;
  }
}
#ustMenu ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #ustMenu ul {
    display: block;
  }
}
#ustMenu ul li {
  float: left;
  height: 100%;
  width: inherit;
}
@media (max-width: 768px) {
  #ustMenu ul li {
    width: 100%;
    display: block;
  }
}
#ustMenu ul li:first-child > a {
  border-top-left-radius: 4px;
}
#ustMenu ul li:last-child > a {
  border-top-right-radius: 4px;
  border-right: 0px;
}
#ustMenu ul li a {
  color: #fff;
  font-size: 14.5px;
  background-color: #0592c6;
  display: grid;
  align-items: center;
  height: 110px;
  text-align: center;
  padding: 25px 0px;
  line-height: 40px;
}
@media (max-width: 768px) {
  #ustMenu ul li a {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none;
    padding: 10px;
    height: max-content;
    text-align: left;
  }
  #ustMenu ul li a img {
    height: 17px;
    margin: 0 !important;
    margin-right: 10px !important;
    vertical-align: text-top;
  }
}
@media (min-width: 769px) {
  #ustMenu ul li a {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#ustMenu ul li a:hover {
  background-color: #048abb;
  text-decoration: none;
  color: #fff;
}

#altMenu {
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}
@media (max-width: 768px) {
  #altMenu {
    display: table;
    position: static;
    border-radius: 0px;
  }
}
@media (min-width: 769px) {
  #altMenu {
    position: relative;
  }
}
#altMenu ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  #altMenu ul {
    display: block;
  }
}
#altMenu ul li {
  width: auto;
}
@media (max-width: 768px) {
  #altMenu ul li {
    width: 100%;
  }
}
#altMenu ul li a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0px 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  color: #777caa;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #altMenu ul li a {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#altMenu ul li a:hover {
  color: #777caa;
  text-decoration: none;
  background: #eef3fc;
}
#altMenu ul li a img {
  margin-right: 10px;
}

#sliderArea {
  width: 100%;
  margin-top: -50px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  #sliderArea {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: 20px;
    display: block;
  }
}
#sliderArea .slide-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#sliderArea .slide-item .slide-img {
  height: 595px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  #sliderArea .slide-item .slide-img {
    height: 400px;
  }
}
#sliderArea .slide-item .content {
  width: 100%;
  height: max-content;
  position: absolute;
}
@media (max-width: 768px) {
  #sliderArea .slide-item .content {
    padding: 20px;
    width: 100%;
  }
}
#sliderArea .slide-item .content .title {
  color: #fff;
  font-style: italic;
  font-weight: 700;
  font-family: "Sofia Pro", sans-serif;
  font-size: 65px;
  width: max-content;
  margin: auto;
}
@media (max-width: 768px) {
  #sliderArea .slide-item .content .title {
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }
}
#sliderArea .slide-item .content .desc {
  font-size: 22px;
  width: 50%;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 768px) {
  #sliderArea .slide-item .content .desc {
    font-size: 1rem;
    width: 100%;
  }
}
#sliderArea .slide-item .content .slide-button {
  height: 50px;
  display: grid;
  align-items: center;
  text-align: center;
  width: max-content;
  padding: 0px 20px;
  margin: 10px auto;
}

.carousel-indicators.slider-indicators {
  bottom: 120px;
}
@media (max-width: 768px) {
  .carousel-indicators.slider-indicators {
    bottom: 4px;
  }
}
.carousel-indicators.slider-indicators li {
  width: 16px;
  height: 16px;
  margin: 0px 5px;
  background-color: #d4dcea;
  opacity: 1;
  border-radius: 100%;
}
.carousel-indicators.slider-indicators li:hover {
  background-color: #0592c6;
}
@media (min-width: 769px) {
  .carousel-indicators.slider-indicators li {
    opacity: 0 !important;
  }
}
.carousel-indicators.slider-indicators li.active {
  background-color: #00aeef;
}

.carousel-control-prev.sld {
  width: 20px;
  height: 20px;
  top: calc(100% - 50px);
  position: absolute;
  left: 40px;
  z-index: 2;
}

.carousel-control-next.sld {
  width: 20px;
  height: 20px;
  top: calc(100% - 50px);
  position: absolute;
  right: 40px;
  z-index: 2;
}

#altUclu {
  width: 100%;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #altUclu {
    margin-top: 0px;
  }
}
#altUclu .elem {
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0px 0px 0px;
  height: 100px !important;
  overflow: hidden;
  background-color: #10546f;
}
@media (max-width: 768px) {
  #altUclu .elem {
    margin-top: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px;
  }
}
#altUclu .elem:hover {
  opacity: 0.8;
}
#altUclu .elem .title {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 768px) {
  #altUclu .elem .title {
    font-size: 15px;
  }
}
#altUclu .elem .desc {
  color: #fff;
  font-size: 14.5px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #altUclu .elem .desc {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .hucre {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .kupon-head {
    background-color: #0592c6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    width: 100;
    padding: 10px 20px;
    display: block;
  }
}
@media (max-width: 768px) {
  .kupon-head {
    background-color: #0592c6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    width: 100;
    padding: 12px;
    display: block;
  }
}

@media (min-width: 769px) {
  .kupon-header {
    background-color: #d4dcea;
    color: #6c718d;
    font-size: 14px;
    font-weight: 500;
  }
  .kupon-header .hucre {
    padding: 12px 0px;
    width: 100%;
    display: block;
    color: #6c718d;
    text-decoration: none;
    display: block;
    color: #6c718d;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .kupon-header {
    background-color: #d4dcea;
    color: #6c718d;
    font-size: 12px;
    font-weight: 500;
  }
  .kupon-header .hucre {
    padding: 12px 0px;
    width: 100%;
    display: block;
    color: #6c718d;
    text-decoration: none;
  }
  .kupon-header .hucre a {
    color: #6c718d;
  }
  .kupon-header .hucre a:hover {
    text-decoration: none;
    color: #6c718d;
  }
}

@media (max-width: 768px) {
  .kupon-wrapper {
    overflow-x: scroll;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .kupon-scroll {
    width: max-content;
    overflow: hidden;
  }
  .kupon-scroll.big {
    width: 250%;
  }
}

.kupon-body {
  width: 100%;
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}
.kupon-body .kupon-row {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #6c718d;
  font-size: 14px;
  font-weight: 500;
}
.kupon-body .kupon-row .hucre {
  padding: 15px 0px;
  width: 100%;
  display: block;
  color: #6c718d;
  text-decoration: none;
}
.kupon-body .kupon-row .hucre a {
  color: #6c718d;
}
.kupon-body .kupon-row .hucre a:hover {
  text-decoration: none;
  color: #6c718d;
}
.kupon-body .kupon-row:hover {
  background-color: #f3f3f3;
}
.kupon-body .kupon-row:last-child {
  border-bottom: 0px;
}

.kupon-footer {
  width: 100%;
  background-color: #d4dcea;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kupon-footer .hucre {
  padding: 15px 0px;
  width: 100%;
  color: #6c718d;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.kupon-footer .hucre a {
  color: #6c718d;
}
.kupon-footer .hucre a:hover {
  text-decoration: none;
  color: #6c718d;
}

.kupon-elem .toggle-btn {
  width: inherit;
  padding: 15px 0px;
  text-align: center;
  cursor: pointer;
  font-size: 14.5px;
  color: #fff;
  background-color: #00aeef;
}
.kupon-elem .toggle-btn:hover {
  background-color: #0592c6;
}
.kupon-elem .toggle-btn.active {
  background-color: #0592c6;
}
.kupon-elem .toggle-btn:first-child {
  border-top-left-radius: 4px;
}
.kupon-elem .toggle-btn:last-child {
  border-top-right-radius: 4px;
}
.kupon-elem .toggle-btn.alt {
  padding: 10px 0px;
  border-radius: 0px;
  background-color: #057198;
  border-bottom: 3px solid #057198;
}
.kupon-elem .toggle-btn.alt:hover, .kupon-elem .toggle-btn.alt.active {
  border-bottom: 3px solid #fff;
}

.ligselect {
  width: calc(100% + 1px) !important;
  padding-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url("../../images/icons/arrow-bottom.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}

.home-social {
  margin-right: 20px;
  padding: 5px;
}
.home-social:last-child {
  margin-right: 0px;
}
.home-social:hover {
  opacity: 0.7;
  text-decoration: none;
}

.dashed-elem {
  padding: 0px 15px;
  text-align: center;
  margin-right: 15px;
  margin-top: 15px;
  border: 2px dashed #fff;
  width: auto;
  flex: auto;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
}
@media (max-width: 768px) {
  .dashed-elem {
    width: 100%;
    margin: 10px 0px;
    display: block;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.dashed-elem img {
  margin: auto;
}
@media (max-width: 768px) {
  .dashed-elem img {
    margin-right: 10px;
    margin: 0px;
  }
}
.dashed-elem span {
  margin: auto;
}
@media (max-width: 768px) {
  .dashed-elem span {
    margin: 0px;
    margin-right: 15px;
  }
}
.dashed-elem:last-child {
  margin-right: 0px;
}

@media (min-width: 769px) {
  .flex-lg {
    display: flex;
  }
}

#homeSerit {
  background-image: url("../../images/homeserit-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #homeSerit {
    text-align: center;
  }
}
#homeSerit .title {
  font-size: 23px;
}
@media (max-width: 768px) {
  #homeSerit .title {
    font-size: 19px;
    line-height: 50px;
  }
}
#homeSerit .title span {
  font-size: 24px;
}
@media (max-width: 768px) {
  #homeSerit .title span {
    font-size: 21px;
  }
}

.block-elem {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.block-elem .icon {
  width: 100%;
}
.block-elem .icon img {
  width: auto;
}
.block-elem .number {
  position: absolute;
  right: -100px;
  /* line-height: 55px; */
  top: -100px;
  border-radius: 100%;
  background-color: #00aeef;
  color: #ffffff;
  width: 200px;
  display: flex;
  font-weight: 500;
  height: 200px;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px 40px;
  font-size: 56px;
  font-family: "Sofia Pro", sans-serif;
}
.block-elem .title {
  color: #045e7e;
  font-size: 17px;
  font-weight: 500;
  margin-top: 15px;
}
.block-elem .desc {
  margin-bottom: 0px;
  color: #6c718d;
  font-size: 15px;
}

@media (max-width: 768px) {
  .kupon-slide img {
    width: 100%;
  }
}

.big-title {
  color: #0592c6;
  font-size: 21px;
  font-weight: 500;
  display: block;
  width: max-content;
}
@media (max-width: 768px) {
  .big-title {
    font-size: 1rem;
  }
}

.title-bottom {
  height: 6px;
  margin-top: 8px;
  background-color: #fff;
}
.title-bottom .left {
  background-color: #0592c6;
  height: 6px;
}
.title-bottom .right {
  background-color: #fff;
  height: 6px;
}

.blog-cont {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.blog-cont .cover {
  width: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.blog-cont .content {
  padding: 20px;
  width: 100%;
}
.blog-cont .content .title {
  color: #394a6d;
  font-size: 16px;
  font-weight: 500;
}
.blog-cont .content .desc {
  color: #6c718d;
  font-size: 14.5px;
  font-weight: 500;
}
.blog-cont .content .date {
  font-size: 14px;
  color: #6c718d;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.blog-cont .content .date img {
  margin-right: 7px;
  vertical-align: text-top;
}
.blog-cont a {
  color: inherit;
}
.blog-cont a:hover {
  color: inherit;
  text-decoration: none;
}
.blog-cont:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.kupon-slide .kupon-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(93, 116, 155, 0.7);
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  display: none;
  cursor: pointer;
}
.kupon-slide .kupon-hover i {
  margin: auto;
}
.kupon-slide:hover .kupon-hover {
  display: flex;
  align-items: center;
}

.swiper-button-next.cstm {
  position: absolute;
  right: 15px;
  top: 0;
  left: auto;
  width: 10px;
}
.swiper-button-next.cstm::after {
  width: 8px;
  font-size: 18px;
  font-weight: 900;
}

.swiper-button-prev.cstm {
  position: absolute;
  right: 45px;
  top: 0;
  left: auto;
  width: 10px;
}
.swiper-button-prev.cstm::after {
  width: 8px;
  font-size: 18px;
  font-weight: 900;
}

.yorum-slide .cont {
  border-bottom: 5px solid #cceffc;
}
.yorum-slide .title {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}
.yorum-slide .desc {
  font-weight: 400;
  color: #6c718d;
  font-size: 14.5px;
  line-height: 25px;
}

#footer {
  background-color: #0592c6;
  width: 100%;
  display: block;
  padding-top: 50px;
  color: #b9ebfd;
  padding-bottom: 20px;
}
#footer .title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  #footer .title {
    text-align: center;
    margin-top: 20px;
  }
}
#footer ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
#footer ul li {
  display: block;
}
#footer ul li a {
  color: #b9ebfd;
  font-size: 14px;
  width: 100%;
  padding: 5px 0px;
}
@media (max-width: 768px) {
  #footer ul li a {
    padding: 10px;
    margin: 8px 0px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
  }
}
#footer ul li a:hover {
  color: #b9ebfd;
  text-decoration: none;
  opacity: 0.7;
}

.footer-btn {
  display: flex;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background-color: #0477a1;
  padding: 7px 15px;
  max-width: 250px;
  margin-bottom: 10px;
  height: 45px;
}
@media (max-width: 768px) {
  .footer-btn {
    height: auto;
    margin: 10px auto;
  }
}
.footer-btn img {
  padding-right: 12.5px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 25px;
}
.footer-btn:hover {
  background-color: #06678a;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 769px) {
  .footer-alt-cont {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .footer-alt-cont {
    display: block;
    width: 100%;
  }
}

.footer-menu {
  width: fit-content;
  flex: none;
  height: 50px;
}
@media (max-width: 768px) {
  .footer-menu {
    display: block;
    flex: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    height: auto;
  }
}
.footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 50px;
  position: relative;
  display: block;
  float: right;
}
@media (max-width: 768px) {
  .footer-menu ul {
    display: contents;
    padding-top: 20px;
  }
}
.footer-menu ul li {
  float: left;
  margin: 0px 10px;
}
@media (max-width: 768px) {
  .footer-menu ul li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .footer-menu ul li:first-child {
    margin-top: 20px;
  }
}
.footer-menu ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
}
@media (max-width: 768px) {
  .footer-menu ul li a {
    width: 100%;
    display: block;
    display: grid !important;
    align-items: center;
  }
}
.footer-menu ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.footer-uyari {
  width: inherit;
  height: 50px;
}
@media (max-width: 768px) {
  .footer-uyari {
    display: block;
    flex: none;
    width: 100%;
    text-align: left;
    height: auto;
  }
}

#bottom {
  background-color: #057198;
  font-size: 14.5px;
  color: #fff;
}
#bottom .left {
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  #bottom .left {
    margin-top: 15px;
    display: block;
    text-align: center;
    width: 100%;
  }
}
#bottom .right {
  padding: 20px 0px;
  text-align: right;
}
@media (max-width: 768px) {
  #bottom .right {
    display: block;
    text-align: center;
    width: 100%;
  }
}

#menuIcon {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 4px;
  background-color: #0592c6;
  margin: 6.5px 0;
  transition: 0.4s;
  border-radius: 10px;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -7px);
  transform: rotate(45deg) translate(-8px, -7px);
}

@media (max-width: 768px) {
  .footer-social {
    text-align: center;
  }
  .footer-social img {
    margin: auto;
  }
}

.pagination.cstm .page-item {
  margin: 0px 5px;
}
.pagination.cstm .page-item .page-link {
  font-size: 16px;
  font-weight: 500;
  color: #6c718d;
  border-radius: 4px;
  display: grid;
  align-items: center;
  border: 0px;
  padding: 0;
  width: 45px;
  height: 45px;
  text-align: center;
}
.pagination.cstm .page-item:last-child {
  margin-right: 0px;
}
.pagination.cstm .page-item:hover .page-link {
  color: #0592c6;
  background-color: #fff;
}
.pagination.cstm .active.active .page-link {
  color: #fff;
  background-color: #0592c6;
}

.rklm {
  max-width: 100%;
  width: auto;
}

#blogCont {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  display: block;
}
#blogCont .title {
  font-size: 24px;
  color: #394a6d;
  font-weight: 500;
}
#blogCont .breadcumb span {
  font-size: 14px;
  font-weight: 400;
  color: #6c718d;
}
#blogCont .breadcumb span a {
  font-size: 14px;
  font-weight: 400;
  color: #6c718d;
}
#blogCont .breadcumb span a:hover {
  color: #0592c6;
  text-decoration: none;
}
#blogCont .top-area .img-cont {
  width: 100%;
}
#blogCont .top-area .rklm-cont {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  text-align: center;
}
#blogCont .content {
  color: #6c718d;
  font-size: 14.5px;
  font-weight: 500;
  padding: 20px 0px;
}

.blogfooter {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #d4dcea;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #6c718d;
  font-weight: 500;
}
.blogfooter a {
  font-size: 15px;
  color: #6c718d;
  font-weight: 500;
}
.blogfooter a:hover {
  color: #0592c6;
  text-decoration: none;
}
.blogfooter img {
  vertical-align: text-top;
}
.blogfooter .home-social {
  margin-right: 5px;
}
.blogfooter .home-social img {
  vertical-align: middle;
  height: 17px;
}
.blogfooter .home-social:last-child {
  margin-right: 0px;
}

.yorum-elem {
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
}
.yorum-elem .user {
  font-size: 19px;
  color: #444;
  font-weight: 500;
}
.yorum-elem .user .date {
  margin-left: 10px;
  color: #777caa;
  font-size: 14px;
}
.yorum-elem .content {
  font-size: 15px;
  color: #777caa;
  font-weight: 500;
}
.yorum-elem .cevapla {
  width: 100%;
  text-align: right;
}
.yorum-elem .cevapla a {
  color: #777caa;
  font-size: 14.5px;
}
.yorum-elem .cevapla a:hover {
  color: #0592c6;
  text-decoration: none;
}
.yorum-elem .cevapla img {
  vertical-align: middle;
  margin-right: 5px;
}

.cevap-cont {
  display: flex;
  align-items: center;
}
.cevap-cont .left {
  width: max-content;
  height: 100%;
}
.cevap-cont .left img {
  margin-right: 45px;
}

.cstm label {
  font-size: 14px;
  color: #777caa;
}

.yorumyap-cont {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
  width: 100%;
  display: block;
  background-image: url("../../images/yorumbg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.yorumyap-cont .title {
  color: #394a6d;
  font-size: 19px;
  font-weight: 500;
}
.yorumyap-cont .desc {
  font-size: 14.5px;
  color: #6c718d;
}
.yorumyap-cont textarea {
  height: 150px;
}
.yorumyap-cont label {
  font-size: 14px;
  color: #777caa;
}
.yorumyap-cont .form-control:focus {
  background-color: #f3f3f3;
}
.yorumyap-cont .bg-gri {
  background-color: #e5ebf5;
}

@media (min-width: 769px) {
  .yorumyap-cont.iletisim {
    background-image: url("../../images/ucak.png");
    background-position: 70% center;
  }
}

.input-group-text.tel {
  background-color: #d4dcea !important;
  font-size: 14.5px;
  font-size: 15px;
  font-weight: 500;
}

.kayit-cont {
  width: max-content;
  margin: auto;
  height: 100%;
  padding: 60px 30px 0px 30px;
}
@media (max-width: 768px) {
  .kayit-cont {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 10px;
  }
}
.kayit-cont .elem {
  margin-bottom: 30px;
}
.kayit-cont .elem .left {
  height: 60px;
  display: flex;
  align-items: center;
}
.kayit-cont .elem .left img {
  margin: auto;
}
.kayit-cont .elem .right {
  height: 60px;
  display: grid;
  align-items: center;
}
.kayit-cont .elem .elem-title {
  color: #6c718d;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0px;
}
.kayit-cont .elem .elem-desc {
  color: #777caa;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.title-with-icon {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  width: 100;
  display: flex;
  align-items: center;
}
.title-with-icon .icon {
  width: max-content;
  text-align: center;
  height: 100%;
  padding: 15px 20px;
}
.title-with-icon .icon.big {
  padding: 20px;
}
.title-with-icon .right {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.title-with-icon .right.big {
  padding: 20px;
}

#profilim {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}
#profilim .info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
}
#profilim .info .info-left .avatar {
  background-color: #d4dcea;
  border-radius: 4px;
  display: grid;
  align-items: center;
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  #profilim .info .info-left .avatar {
    width: 50px;
    height: 50px;
  }
}
#profilim .info .info-left .avatar img {
  margin: auto;
  max-width: 32px;
}
#profilim .info .info-right {
  height: max-content;
  width: 100%;
  padding-left: 20px;
}
#profilim .info .info-right .welcome {
  font-size: 14.5px;
  color: #6c718d;
}
#profilim .info .info-right .username {
  color: #394a6d;
  font-size: 16px;
  font-weight: 500;
}
#profilim .info .info-right .username:hover {
  color: #0592c6;
}
#profilim .info .info-right .cikis {
  width: 100%;
}
#profilim .info .info-right .cikis a {
  color: #777caa;
  font-size: 14.5px;
}
#profilim .info .info-right .cikis a:hover {
  color: #0592c6;
  text-decoration: none;
}
#profilim .info .info-right .cikis img {
  vertical-align: middle;
  margin-right: 5px;
}
#profilim .alt {
  padding: 20px;
}
#profilim .alt .alt-elem {
  width: 100%;
  overflow: hidden;
}
#profilim .alt .alt-elem .alt-heder {
  width: 100%;
  background-color: #eafbf2;
  padding: 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  align-items: center;
  color: #394a6d;
  font-size: 15px;
  font-weight: 500;
}
#profilim .alt .alt-elem .alt-heder img {
  margin-right: 15px;
}
#profilim .alt .alt-elem .alt-alt {
  padding: 6px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

a.hucre:hover {
  color: #0592c6;
}

#odemeYap {
  width: 100%;
}
#odemeYap .header {
  width: 100%;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
#odemeYap .header .left {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background-color: #f3fcff;
  padding: 0px 20px;
}
#odemeYap .header .left p {
  font-size: 16px;
  font-weight: 500;
  color: #045d7d;
}
#odemeYap .header .right {
  color: #045d7d;
  background-color: #eaf2f9;
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  width: max-content;
  padding: 0px 20px;
}
#odemeYap .footer {
  background-color: #d4dcea;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#odemeYap .footer .left {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  width: 60%;
}
#odemeYap .footer .right {
  width: 40%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #0592c6;
  text-decoration: underline;
}

#odemeElems {
  width: 100%;
}
#odemeElems .title {
  font-size: 15px;
  font-weight: 500;
  color: #394a6d;
}
#odemeElems .title.big {
  font-size: 20px;
}
#odemeElems .elem {
  border-radius: 4px;
  background-color: #e5ebf5;
  width: 100%;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid #e5ebf5;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  font-size: 14px;
}
#odemeElems .elem:hover, #odemeElems .elem.active {
  border: 1px solid #0592c6;
}

.card-elem {
  width: 100%;
}
.card-elem .title {
  font-size: 19px;
  color: #045d7d;
  font-weight: 600;
}
.card-elem .desc {
  font-size: 15px;
  font-weight: 500;
  color: #777caa;
}

.prhakkinda {
  border-radius: 4px;
  width: 100%;
  display: block;
  background-image: url(../../images/yorumbg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
}

.paket-elem {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.paket-elem .header {
  width: 100%;
  text-align: center;
}
.paket-elem .header img {
  margin: auto;
  margin-bottom: 7px;
}
.paket-elem .header .title {
  color: #045d7d;
  font-weight: 600;
  font-size: 19px;
}
.paket-elem .header .subtitle {
  font-size: 14px;
  font-weight: 300;
}
.paket-elem .body {
  width: 100%;
}
.paket-elem .body ul {
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px;
}
.paket-elem .body ul li {
  width: 100%;
  display: block;
  color: #777caa;
  font-weight: 400;
  font-size: 14px;
  margin: 3px auto;
}
.paket-elem .body ul li .icon {
  margin-right: 7px;
}
.paket-elem .footer {
  text-align: center;
}
.paket-elem .footer .title {
  color: #0592c6;
  font-weight: 600;
  font-size: 16px;
  line-height: 10px;
  margin-top: 15px;
}
.paket-elem .footer .price {
  font-size: 32px;
  color: #045d7d;
  font-weight: 600;
}
.paket-elem .footer .button {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #42cbfe;
  background: -webkit-linear-gradient(#42cbfe 0%, #01aeef 100%);
  background: -o-linear-gradient(#42cbfe 0%, #01aeef 100%);
  background: linear-gradient(#42cbfe 0%, #01aeef 100%);
}
.paket-elem .footer .button:hover {
  background: #00aeef;
}

#sliderArea .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#sliderArea .swiper-slide {
  background-size: cover;
  background-position: center;
}
#sliderArea .gallery-top {
  height: max-content;
  width: 100%;
  position: relative;
  z-index: 0;
}
#sliderArea .gallery-thumbs {
  height: auto;
  box-sizing: border-box;
  padding: 0;
}
@media (min-width: 769px) {
  #sliderArea .gallery-thumbs {
    margin-top: -100px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  #sliderArea .gallery-thumbs {
    display: block !important;
    width: 100% !important;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  #sliderArea .gallery-thumbs .swiper-wrapper {
    display: block !important;
    width: 100% !important;
  }
}
#sliderArea .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 1;
  width: calc(33% - 10px);
}
@media (max-width: 768px) {
  #sliderArea .gallery-thumbs .swiper-slide {
    width: 100% !important;
    display: block !important;
    width: calc(100% - 30px) !important;
    margin: auto;
  }
}
#sliderArea .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

@media (min-width: 769px) {
  .swiper-button-prev.slide-custom-btn, .swiper-button-next.slide-custom-btn {
    top: calc(100% - 50px) !important;
  }
}
.swiper-button-prev.slide-custom-btn::after, .swiper-button-next.slide-custom-btn::after {
  font-size: 25px !important;
}

.pass-time {
  font-weight: 400;
  font-size: 15px;
  color: #40c057;
  display: flex;
  align-items: center;
}
.pass-time img {
  margin-right: 3px;
}
.pass-time .time {
  font-weight: 500;
  margin-left: 4px;
}

.card-elem.small-text p, .card-elem.small-text a, .card-elem.small-text span {
  font-size: 14px;
}

.kupon-row.fikstur {
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .kupon-row.fikstur .hucre.fikstur-vs {
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.kupon-row.fikstur .hucre.fikstur-vs.teams {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kupon-row.fikstur .hucre.fikstur-vs.teams a, .kupon-row.fikstur .hucre.fikstur-vs.teams span {
  flex: auto;
  color: #777caa;
}
.kupon-row.fikstur .fikstur-tarih .ust {
  padding: 10px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #eef3fc;
  color: #6c718d;
  font-weight: 400;
  width: 98px;
  text-align: center;
}
.kupon-row.fikstur .fikstur-tarih .alt {
  padding: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #00aeef;
  font-weight: 400;
  color: #fff;
  width: 98px;
  text-align: center;
}

.toggle-elem {
  display: none;
}
.toggle-elem.active {
  display: block !important;
}

.top-badge {
  background: #24b7a1;
  background: -webkit-linear-gradient(left, #24b7a1 0%, #35db78 100%);
  background: -o-linear-gradient(left, #24b7a1 0%, #35db78 100%);
  background: linear-gradient(to right, #24b7a1 0%, #35db78 100%);
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.top-badge .ust {
  color: #fff;
  font-weight: 400;
}
.top-badge .alt {
  color: #fff;
  font-weight: 300;
}

.drp {
  position: relative;
  display: block;
  z-index: 5;
}
.drp .dropped {
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  padding: 10px;
  display: none;
  text-align: left;
  height: max-content;
}
.drp .dropped a {
  color: #6c718d;
  font-size: 14px;
  display: block;
  padding: 5px 0px;
  width: 100%;
}
.drp .dropped a:hover {
  color: #0592c6;
  text-decoration: none;
}
.drp .drp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.drp .drp-btn img {
  margin: 0px 6px;
}

.grid-cont {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .grid-cont {
    display: block;
    width: 100%;
  }
}
.grid-cont .grid-elem {
  width: 100%;
}
@media (max-width: 768px) {
  .grid-cont .grid-elem {
    display: block;
  }
}
@media (min-width: 769px) {
  .grid-cont .grid-elem.col-300 {
    width: 300px;
    position: relative;
  }
}
@media (min-width: 769px) {
  .grid-cont .grid-elem.standart {
    width: calc(100% - 300px);
    padding-right: 30px;
  }
}

.vtop {
  vertical-align: text-top;
}

.oran-badge {
  border-radius: 4px;
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 13px;
}

.kupon-row.toggled-row {
  background-color: #18a8a1;
  color: #fff;
  display: none;
}
.kupon-row.toggled-row .hucre {
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kupon-row.toggled-row:hover {
  background-color: #18a8a1;
  color: #fff;
}
.kupon-row.toggled-row:hover .hucre {
  color: #fff;
}

.toggler-row {
  cursor: pointer;
}

.reg-title {
  color: #394a6d;
  font-family: "Sofia Pro", sans-serif;
  font-weight: 700;
}

.desc.reg-desc {
  font-size: 18px;
  font-weight: 500;
}

.form-control.reg {
  font-weight: 500;
}

.pool-result-cont {
  width: 100%;
  display: none;
  justify-content: flex-end;
}
.pool-result-cont .pool-elem {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pool-result-cont .pool-elem .result-name {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 10px;
}
.pool-result-cont .pool-elem .result-name span {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pool-result-cont .pool-elem .result-name span i {
  margin-right: 5px;
}
.pool-result-cont .pool-elem .result-cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.pool-result-cont .pool-elem .result-cont .result-elem {
  border-radius: 5px;
  height: 15px;
  position: relative;
}
.pool-result-cont .pool-elem .result-cont .result-elem span {
  right: 100%;
  margin-right: 10px;
  position: absolute;
  font-size: 13px;
}

.login-modal-body {
  position: relative;
}
.login-modal-body .close {
  position: absolute;
  top: -25px;
  right: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .login-modal-body .remember {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .login-modal-body .btn-sc {
    background-color: #0592c6;
  }
}
@media (max-width: 768px) {
  .login-modal-body .desktop {
    display: none !important;
  }
}

.j-center {
  justify-content: center;
}

.son-col {
  white-space: nowrap;
  margin-right: 10px;
}

.kazanan {
  font-weight: 700;
}

.btn-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
}

.flex-title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 55px;
}
.flex-title .btn-elem {
  width: max-content;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 13.5px;
  color: #fff;
}
.flex-title .btn-elem.active, .flex-title .btn-elem:hover {
  background-color: #0592c6;
}
.flex-title .title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .flex-title .title {
    font-size: 14px;
  }
}

.maclist-elem {
  display: none;
}
.maclist-elem.active {
  display: block;
}

.small {
  font-size: 14px;
}

@media (max-width: 768px) {
  .sm-xsmall {
    font-size: 13px;
  }
}

.cstm .custom-control-label::before {
  background-color: #e5ebf5;
  border: 0px;
}

.btn-sc.btn-gri {
  background-color: #93a9ce;
}
.btn-sc.btn-gri:hover {
  background-color: #9daecc;
}

.j-end {
  justify-content: flex-end;
}

#odemeAlert {
  width: 100%;
  display: block;
  padding: 50px;
  text-align: center;
}
#odemeAlert .icon-cont {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  margin: auto;
  color: #fff;
}
#odemeAlert .icon-cont .icon {
  font-size: 50px;
}
@media (max-width: 768px) {
  #odemeAlert .icon-cont .icon {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #odemeAlert .icon-cont {
    width: 50px;
    height: 50px;
  }
}
#odemeAlert .title {
  font-size: 23px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #odemeAlert .title {
    font-size: 18px;
    font-family: "Sofia Pro", sans-serif;
  }
}
#odemeAlert .button {
  width: 215px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #777caa;
  font-size: 15px;
  border-radius: 4px;
  justify-content: center;
  color: #fff;
  margin: 15px auto;
}
#odemeAlert .button:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .order-mb-1 {
    order: 1;
  }
}

@media (max-width: 768px) {
  .order-mb-2 {
    order: 2;
  }
}

#bankalar .header {
  width: 100%;
  display: block;
}
#bankalar .header .title {
  font-size: 16px;
  font-weight: 600;
  color: #394a6d;
}
#bankalar .header .desc {
  font-weight: 500;
  color: #6c718d;
  font-size: 14px;
}
#bankalar .header .desc a {
  color: #0592c6;
  text-decoration: underline;
}
#bankalar .elem {
  width: 100%;
  border-radius: 6px;
  border: 2px solid #e5ebf5;
  margin: 10px auto;
  padding: 20px 15px;
}
#bankalar .elem .title {
  font-weight: 500;
  color: #6c718d;
  font-size: 14px;
}
#bankalar .elem .subtitle {
  font-weight: 300;
  color: #6c718d;
  font-size: 14px;
}
#bankalar .elem .banklogo-cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bankalar .elem .banklogo-cont .banklogo {
  max-width: 80%;
  margin: auto;
}

.sifre-alert {
  height: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sifre-alert .cont {
  margin: auto;
  width: max-content;
  height: max-content;
  text-align: center;
}
.sifre-alert .cont .alert-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sifre-alert .cont .alert-title {
    font-size: 16px;
  }
}
.sifre-alert .cont .button {
  margin: 10px auto;
  background-color: #00aeef;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  border-radius: 4px;
}
.sifre-alert .cont .button:hover {
  opacity: 0.8;
}

.puan {
  display: flex !important;
}
.puan .w-25 {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.puan-row .hucre {
  padding: 8px 0px !important;
}

.panel.panel-default.cstm {
  padding: 4px 20px;
  margin: 10px auto;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .swiper-button-next.slide-custom-btn.swiper-button-white,
.swiper-button-prev.slide-custom-btn.swiper-button-white {
    top: 90% !important;
  }
}

.sayfalama a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #0592c6;
  font-weight: 500;
  font-size: 15px;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  margin: 0px 5px;
}
.sayfalama a:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0592c6;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  margin: 0px 5px;
  text-decoration: none;
}
.sayfalama strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0592c6;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  margin: 0px 5px;
  text-decoration: none;
}
.xsmall{
  font-size: 12px;
}

/*# sourceMappingURL=main.css.map */
