@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #2a3d79;
    border-radius: 50px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #868f9e;
    }

.scroll {
    opacity: 0.3;
    background-color: #00072a;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    border: none;
    animation: fadeInUp 1s ease-in-out 0s forwards;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 2;
}

    .scroll img {
        width: 100%;
    }

    .scroll:hover {
        background-color: rgb(47, 47, 47);
    }

.arrow-up {
    color: rgb(0, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px;
}

.cursor__inner {
    z-index: 999999;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.cursor__inner--dot {
    width: 6px;
    height: 6px;
    mix-blend-mode: difference;
    background-color: #ffffff;
}

.cursor__inner--circle {
    width: 20px;
    height: 20px;
    mix-blend-mode: difference;
    border: 1px solid rgb(255, 255, 255);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 45%;
    top: 40%;
    background-image: url("../images/preload.gif");
    background-repeat: round;
    background-position: initial;
    margin: 0 0 0 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

/* Aynı kalacak mevcut stiller */
.menu_movil { display: none; }

nav {
  position: fixed;
  top: 0; left: 0;
  z-index: 44; width: 100%;
  height: 79.7px; text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 600; font-size: 18px;
}

.menu-links ul li a.active { color: #2a3d79; }
.menu-links ul li a:hover { color: #72633a; }

.logo img { box-sizing: border-box; padding: 0px; width: 160px; }

.menu_pc {
  background: transparent; color: #fff;
  display: flex; height: 90.7px;
  padding: 0 18%; align-items: center; justify-content: space-between;
  transition: all .5s ease; border-bottom: 1px solid #f1f4f8;
}
.menu_pc.scrolled { background: #fff; backdrop-filter: blur(30px); }

.menu-links { position: relative; margin-right: 0%; }

.menu_pc ul { background: transparent; width: 100%; height: 4em; align-items: center; display: flex; justify-content: flex-end; }
.menu_pc ul li { list-style-type: none; margin-right: 1.5em; }
.menu_pc ul li a { text-decoration: none; color: #fff; transition: all .5s ease; }

/* .contactButton a { padding: 15px 10px; } */
.menu_pc ul li a:hover { cursor: pointer; }

.contactButton {
  border-radius: 5px; color: #000000;
  transition: all .5s; background-color: transparent;
  cursor: pointer;
}

.contactButton a { color: #000000 !important; }

.login-btn {
  position: relative;
  border-radius: 5px; 
  color: #fff;
  background-color: rgba(42,61,121);
  margin-left: 5px;
  min-width: 150px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Hesabım linki */
.login-btn .account-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 43px;
  text-decoration: none;
  color: #000;
}

/* Dropdown menü */
.login-btn .dropdown {
  position: absolute;
  top: 100%; 
  left: 0;
  width: 100%;
}

.login-btn .dropdown-menu {
  display: none;               
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 170px;
  min-height: 111px;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 9999;
}

/* aktif class ile göster */
.login-btn .dropdown-menu.show {
  display: block;
}

/* iç li */
.login-btn .dropdown-menu li {
  display: block !important;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  width: 100%;
}

/* linkler */
.login-btn .dropdown-menu li a {
  display: block;
  padding: 10px 14px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.login-btn .dropdown-menu li a:hover {
  background: rgba(0,0,0,0.05);
}

.no-margin { margin: 0 !important; }

.logo { margin-left: 0; display: flex; align-items: center; color: black; }
.phone-link { text-decoration: none; color: black !important; }

.nav-number-content {
  border: 1px solid #8f7c49; border-radius: 5px; padding: 10px;
  width: 180px; align-items: center; margin-left: auto; margin-right: 17px;
}
.nav-tel-number-content {
  border: 1px solid #8f7c49; border-radius: 5px; padding: 10px;
  display: flex; width: 140px; justify-content: space-between; align-items: center;
}

.barra { margin-left: -49px; }

.container {
    padding-left: 17%;
    padding-right: 17%;
    /* height: 90vh; */
    background-image: url(../images/background1.jpg);
    /* background-repeat: space; */
    background-attachment: fixed;
    background-size: cover;
}

.container5 {
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 100px;
}

.container2 {
    padding-left: 6%;
    padding-right: 6%;
}

.container3 {
    /*padding-left: 17%;
    padding-right: 17%;*/
}

.container4 {
    padding-left: 9%;
    padding-right: 9%;
}

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: flex;
}

.justify-items-center {
    justify-items: center;
}

.justify-items-end {
    justify-items: end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.align-content-center {
    align-content: center;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.justify-content-between {
    justify-content: space-between;
}

.p1 {
    padding: 1rem;
}

.p2 {
    padding: 2rem;
}

.p3 {
    padding: 3rem;
}

.p4 {
    padding: 4rem;
}

.p5 {
    padding: 5rem;
}

.p6 {
    padding: 6rem;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem;
}

.px-1 {
    padding: 1rem 1rem;
}

.px-2 {
    padding: 0 2rem;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.ml-1 {
    margin-left: 1.3rem;
}

.mr-1 {
    margin-right: 1.3rem;
}

.py-1 {
    padding: 1rem 0;
}

.download-appline-button {
    border: none;
    outline: none;
    border-radius: 5px;
    color: #d4a467;
    background-color: #272727;
}

.text-decoration-none {
    text-decoration: none;
}

.home-banner-area {
    min-height: calc(100vh - 87.25px);
    width: 100%;
    padding-top: 110px;
    display: inline-block;
}

.home-dashboard {
    width: 100%;
}

.app-routing-line {
    /*display: none !important;*/
    position: relative;
    top: 110px;
    width: 100%;
    min-height: 200px !important;
    background-color: #d4a467 !important;
    z-index: 42;
}

    .app-routing-line i {
        font-size: 2rem;
    }

.exit-button {
    position: absolute;
    width: 100%;
    z-index: 120;
}

.priceslists {
    width: 100%;
    float: none;
    padding: 0px 0px;
}

.transactions {
    width: 100%;
    float: none;
    padding: 0px 20px;
}

.priceslist-1 {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.priceslist-2 {
    width: 50%;
    float: left;
    margin-top: 0px;
    padding-right: 40px;
}

.priceslist-title1, .priceslist-title2 {
    font-size: 22px;
    font-weight: 700;
}

.priceslist-warning {
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
    color: #77673c;
}

.list-header {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    opacity: 60%;
    font-size: 15px;
}

.list-header-birim {
    text-align: left;
    padding-left: 17px;
}

.list-header-prices {
    width: 50%;
    text-align: end;
    display: flex;
}

.list-header-Satis {
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}

.list-header-Alis {
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}

.priceslist-collapse {
    height: 555px;
    height: calc(70vh - 104px);
    overflow-y: auto;
}


.list-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(223 223 223) 100%);
    padding: 5px;
    border-radius: 10px;
    height: 45px;
    align-items: center;
    margin-top: 10px;
    opacity: 100%;
    transition: all .1s ease;
    box-shadow: none;
    opacity: 1;
}

    .list-item:hover {
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.158) 0px 15px 10px -10px;
    }

.list-item-flag {
    min-width: 30px;
    height: 30px;
}

    .list-item-flag img {
        width: 100%;
        height: 100%;
    }

.list-item-birim {
    float: none;
    display: block;
    padding-left: 10px;
    width: calc(40% - 30px);
}

    .list-item-birim span {
        float: none;
        display: block;
        width: 100%;
    }

        .list-item-birim span:nth-child(1) {
            font-weight: 800;
        }

        .list-item-birim span:nth-child(2) {
            font-size: 12px;
        }


.list-item-flag img {
    width: 100%;
}

.list-item-alis, .list-item-satis {
    display: flex;
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}

    .list-item-alis span, .list-item-satis span {
        padding-right: 8px;
    }

    .list-item-alis i, .list-item-satis i {
        width: 10px;
    }

.fa-caret-down {
    color: red;
}

.fa-caret-up {
    color: #24FF00;
}

.fa-caret- {
    color: blue;
}

.fa-border-up, .fa-border-down, .fa-border- {
    width: 48%;
    margin-right: 2%;
    padding: 4px 10px;
    min-width: 100px;
}

.fa-border-up {
    border-radius: 5px;
    color: #159b00;
}

.fa-border-down {
    border-radius: 5px;
    color: #ba0000ff;
}

.fa-border- {
    border-radius: 5px;
    color: unset;
}

.list-item-prices {
    display: flex;
    width: 50%;
}

.list-item-prices {
    display: flex;
    width: 50%;
}

.list-item-prices.small .list-item-alis span, .list-item-prices.small .list-item-satis span{
    font-size: 14px !important;
}

.home-chart {
    width: 100%;
    display: none;
    /* padding-bottom: 100px; */
}

.home-chart-display {
    display: block !important;
}

.chart-header {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0%;
    transition: .5s all ease;
}

.chart-info {
    display: flex;
    align-items: center;
    width: calc(100% - 320px);
}

#chart-symbol-name {
    font-size: 20px;
    font-weight: 700;
}

#chart-symbol-price-bid, #chart-symbol-price-ask {
    font-size: 20px;
    padding-left: 10px;
}

.chart-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .chart-date button {
        background-color: #72633a;
        color: white;
        padding: 10px 15px;
        border: none;
        margin: 0 2px;
        border-radius: 5px;
        transition: .1s all ease;
    }



    .chart-date i {
        background-color: #bdae86;
        padding: 10px;
        border-radius: 100%;
        margin-left: 5px;
        font-size: 20px;
        width: 40px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-content: center;
        color: white;
        transition: 0.1s all ease;
    }

        .chart-date i:hover {
            background-color: #8f7c49;
            cursor: pointer;
        }

.display-true {
    opacity: 100%;
}

.chart-date button:hover {
    background-color: #a7925b;
    cursor: pointer;
}

.chart-date button.active {
    background-color: #a7925b;
    color: white;
}




.graphic {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20PX;
}

.transactions-title1 {
    display: inline-block;
    margin: 0.67em 0;
    font-size: 22px;
    font-weight: 500;
    width: 100%;
}

.graphic-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.graphic-header-symbol {
    display: flex;
    width: 30%;
    align-items: center;
    font-size: 27px;
}

    .graphic-header-symbol h4 {
        font-weight: 700;
        font-size: 24px;
    }

    .graphic-header-symbol span {
        padding-left: 15px;
        color: #24FF00;
        font-weight: 600;
        font-size: 24px;
    }

    .graphic-header-symbol i {
        padding-left: 5px;
        font-weight: 600;
        font-size: 24px;
    }

.graphic-header-timeselect {
    width: 40%;
    display: flex;
    justify-content: end;
}

    .graphic-header-timeselect span {
        border: 1px solid #000000;
        padding: 7px 15px;
        margin-left: 5PX;
        border-radius: 6px;
        opacity: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        min-width: 65px;
        transition: all 0.3s ease;
    }

        .graphic-header-timeselect span:hover {
            background-color: #8f7c49;
            color: white;
            cursor: pointer;
            opacity: 100%;
        }

    .graphic-header-timeselect .active {
        color: white;
        background-color: #8f7c49;
        opacity: 100%;
        border: none;
    }

.graphic-detail {
    padding-top: 20px;
    width: 100%;
}

    .graphic-detail img {
        width: 100%;
    }

.graphic-content {
    background-color: #F9F9F9;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .graphic-content span {
        font-weight: 700;
        margin-right: 5px;
    }

        .graphic-content span .value {
            font-weight: 500;
        }

.calculator {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0PX;
    margin-bottom: 40px;
}

.transactions-title2 {
    display: inline-block;
    margin: 2em 0;
    font-size: 22px;
    font-weight: 500;
    width: 100%;
}

.calculator-area {
    height: 230px;
    background-color: #F2F2F2;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -10px 4px -12px inset, rgba(0, 0, 0, 0.3) 0px 4px 15px -8px inset;
}

.calculator-form {
    height: 50%;
    background-color: #F9F9F9;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 5px 10px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 20px;
}

    .calculator-form form {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }


    .calculator-form select {
        border-radius: 4px;
        height: 50px;
        padding: 0 22px;
        font-size: 18px;
        font-weight: 500;
        background-color: #ffffff;
        color: #888888;
        width: 40%;
        margin: 1%;
        border: 1px solid #d6d0c57a;
        outline: none;
    }

    .calculator-form .value input {
        border-radius: 4px 0px 0px 4px;
        height: 50px;
        padding: 0 22px;
        font-size: 18px;
        font-weight: 500;
        background-color: #ffffff;
        color: #888888;
        width: 98%;
        margin: 1% 0 1% 1%;
        border: 1px solid #d6d0c57a;
        outline: none;
    }

    .calculator-form .value span {
        width: 70px;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1% 0 1% 0%;
        font-weight: 700;
        font-size: 22px;
        border-radius: 0px 4px 4px 0;
        border: 1px solid #d6d0c57a;
    }

    .calculator-form .value {
        width: 50%;
        display: flex;
    }

    .calculator-form .inputs {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .calculator-form #symbol1value:focus {
        background-color: white;
        outline: 1px solid #72633a !important;
    }

    .calculator-form #symbol1value::placeholder {
        color: rgba(0, 0, 0, 0.26);
    }

    .calculator-form select:focus {
        outline: none;
    }

    .calculator-form select::after {
        background-color: transparent;
    }

    .calculator-form select:hover {
        cursor: pointer;
    }

.calculator-result {
    height: 50%;
    padding: 20px;
    display: flex;
}

    .calculator-result .result1, .calculator-result .result2 {
        width: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .calculator-result .result1 {
        padding-right: 40px;
        padding-left: 20px;
        border-right: 1px solid gray;
    }

    .calculator-result .result2 {
        padding-left: 40px;
        padding-right: 20px;
    }

        .calculator-result .result1 span, .calculator-result .result2 span {
            font-weight: 800;
            font-size: 20px;
        }

.home-banner {
    width: 100%;
}

.home-banner-image {
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 40px;
}

    .home-banner-image img {
        width: 100%;
    }

.tips-area {
    width: 100%;
    padding: 0px 20px;
}

.tips {
    background-color: #fafcfea6;
    width: 100%;
    margin-left: 0%;
    padding-left: 23%;
    padding-right: 23%;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

    .tips h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
    }

.tips-collapse {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.tip {
    width: 33.33333%;
    text-align: center;
    padding-bottom: 40px;
}

    .tip i {
        margin-top: 80px;
        font-size: 42px;
        width: 100%;
        color: #77673c;
    }

.tip-text {
    display: inline-block;
    margin-top: 50px;
    font-size: 22px;
    font-weight: 600;
}

.info-message-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    background-color: rgba(186, 198, 234, 0.8);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.info-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2a3d79; /* Daire arka plan rengi */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-left: 15px;
}

.info-text {
    font-size: 16px;
    font-weight: 900;
    padding-left: 10px;
    color: #77673c;
}

.presentation-1 {
    margin-top: 100px;
    width: 100%;
    padding-bottom: 100px;
    display: inline-block;
}

    .presentation-1 h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
    }

    .presentation-1 p {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        margin-top: 8px;
        color: #869ab8;
        font-weight: 400;
        padding-bottom: 50px;
    }

.presentation-1-area {
    width: 100%;
    padding: 0px 20px;
}

.presentation-1-text-area {
    float: left;
    width: 60%;
    margin-top: 60px;
}

.presentation-1-area-text {
    width: 50%;
    height: 150px;
    float: left;
    display: flex;
    justify-content: left;
}

.presentation-1-area-text-icon {
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(218,225,233,.557);
}

    .presentation-1-area-text-icon i {
        font-size: 22px;
        color: #77673c;
    }

.presentation-1-area-text-content {
    margin-left: 20px;
    padding-right: 34px;
}

    .presentation-1-area-text-content h4 {
        text-align: left;
        font-size: 26px;
        font-weight: 600;
        color: #161c2d;
    }

    .presentation-1-area-text-content p {
        text-align: left;
        font-size: 18px;
        font-weight: 400;
        color: #869ab8;
    }

.presentation-1-area-image {
    float: left;
    width: 40%;
    padding-bottom: 100px;
}

    .presentation-1-area-image img {
        width: 100%;
        box-shadow: 25px 60px 125px -25px rgba(80,102,144,.1), 16px 40px 75px -40px rgba(0,0,0,.2);
        border-radius: 5px;
    }

.presentation-2, .presentation-1 {
    margin-top: 0px;
    width: 100%;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

    .presentation-2 h2, .presentation-1 h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        width: 100%;
    }

    .presentation-2 p, .presentation-1 p {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        margin-top: 8px;
        color: #869ab8;
        font-weight: 400;
        width: 100%;
        padding-left: 26%;
        padding-right: 26%;
        word-wrap: normal;
    }

.mobil-app-area, .hakan-about-area {
    width: 100%;
    margin-top: 30px;
}

.hakanapp-image, .hakan-image {
    float: left;
    width: 30%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
}

    .hakanapp-image img, .hakan-image img {
        width: 100%;
        /* box-shadow: 25px 60px 125px -25px rgba(80,102,144,.1), 16px 40px 75px -40px rgba(0,0,0,.2);
        border-radius: 5px; */
        margin-left: -10px;
    }

.hakanapp-content, .hakan-content {
    box-sizing: border-box;
    width: 70%;
    float: left;
    text-align: left !important;
    padding-left: 100px;
    margin-top: 50px;
}

    .hakanapp-content h3, .hakan-content h3 {
        font-size: 26px;
        font-weight: 700;
        color: #161c2d;
        padding-bottom: 50px;
    }

    .hakanapp-content span, .hakan-content span {
        font-size: 18px;
        font-weight: 400;
        color: #869ab8;
    }

.hakanapp-content-buttons {
    width: 100%;
    display: flex;
    justify-content: left;
}

    .hakanapp-content-buttons a {
        width: 200px;
        margin-right: 20px;
        margin-top: 50px;
    }

        .hakanapp-content-buttons a img:hover {
            cursor: pointer;
            filter: drop-shadow(0px 15px 15px #cccccc);
        }

        .hakanapp-content-buttons a img {
            width: 100%;
            transition: all .5s ease;
        }

.contact-map {
    margin-top: 120px;
    width: 100%;
    padding: 0px 20px;
}

.contact-area {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    display: inline-block;
    overflow: hidden;
}

.contact-texts {
    width: 30%;
    float: left;
}

.contact-text {
    display: flex;
    justify-content: left;
    width: 100%;
    margin-top: 20px;
    color: #635e52;
}

    .contact-text a {
        text-decoration: none;
        color: #635e52;
    }

.mrgn {
    margin-top: 30px;
}

.contact-text i {
    padding-right: 10px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8f7c49;
}

.contact-form {
    width: 70%;
    float: left;
    padding-left: 5%;
}

    .contact-form button {
        background-color: #8f7c49;
        text-decoration: none;
        color: white;
        padding: 10px 20px;
        margin-top: 10px;
        display: inline-block;
        border-radius: 5px;
        transition: all 0.2s ease;
        border: none;
    }

        .contact-form button:hover {
            background-color: #5f5332;
            cursor: pointer;
        }

    .contact-form .form {
        width: 100%;
        margin-top: 30px;
    }

        .contact-form .form input:focus {
            outline: none;
        }

#txtFullName, #txtEmail {
    width: calc(50% - 5px);
    float: left;
    padding: 15px;
    background-color: #f2f6fe;
    color: #506690;
    border: none;
    border-radius: 5px;
}

#txtFullName {
    margin-right: 5px;
}

#txtEmail {
    margin-left: 4px;
}

#txtMessage {
    margin-top: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 250px;
    padding: 15px;
    background-color: #f2f6fe;
    color: #506690;
    border: none;
    border-radius: 5px;
}

    #txtMessage:focus {
        outline: none;
    }

#divWarning .red {
    width: 100%;
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 5px;
    display: block;
}

#divWarning .green {
    width: 100%;
    padding: 10px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 5px;
    display: block;
}

.about {
    margin-top: 30px;
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
    min-height: 90vh;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

footer {
    width: 100%;
    background-color: #2b3b7c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: unset !important;
    /*padding: 10px 0px;*/
    padding-left: 17%;
    padding-right: 17%;
    background-image: unset !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    footer span {
        color: rgb(109, 109, 109);
        width: 35%;
        text-align: center;
    }

        footer span a {
            color: rgb(109, 109, 109);
            text-decoration: none;
            font-weight: 900;
        }

.footer-logo {
    width: 270px;
    box-sizing: border-box;
}

    .footer-logo img {
        box-sizing: border-box;
        padding: 10px 70px 10px 20px;
        width: 270px;
    }

.footer-pages {
    color: white;
    width: calc(65% - 150px)
}

    .footer-pages ul {
        display: flex;
        list-style-type: none;
        flex-wrap: wrap;
        justify-content: center;
    }


        .footer-pages ul li {
            margin: 10px 20px;
        }

            .footer-pages ul li a {
                color: white;
                text-decoration: none;
                white-space: nowrap;
            }

.footer-navigator {
    width: calc(35% - 150px);
    padding-right: 20px;
}

.footer-navigator-links {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

    .footer-navigator-links i {
        color: #869AB8;
        padding: 0 3px;
        width: 30px;
    }

        .footer-navigator-links i:hover {
            cursor: pointer;
        }



.footer-navigator-app {
    display: flex;
}

    .footer-navigator-app a {
        width: 50%;
    }

.copyright-and-developer{
    background-color: #a3aab5;
}

.copyright-and-developer .container{
    background-image: unset !important;
    color: white;
}

.copyright-and-developer img{
    width: 200px;
}

.app-button {
    width: 140px;
    margin-right: 5px;
    margin-left: 5px;
}

    .app-button img {
        width: 100%;
    }


.blog-area {
    min-height: calc(100vh - 87.25px);
    width: 100%;
    padding-top: 110px;
    display: inline-block;
    padding: 100px 3%;
}

    .blog-area a {
        text-decoration: none;
        color: unset;
    }

.blog-header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-items: center;
    border-radius: 0px;
    background: url("../images/blog-header.jpg");
}

    .blog-header h1, .blog-header span {
        color: white;
        margin-left: 20px;
        margin-bottom: 0px;
        display: flex;
        justify-items: center;
        height: auto;
    }

.bloglist-sec1 {
    width: 100%;
    min-height: 100px;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.bloglist-sec1-col1 {
    width: 40%;
}

    .bloglist-sec1-col1 span {
        font-size: 0.8rem;
        line-height: normal;
    }

    .bloglist-sec1-col1 h4 {
        font-size: 1.2rem;
        margin-top: 10px;
    }

.bloglist-sec1-col1-image {
    width: 100%;
    /* height: 300px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.bloglist-sec1-col1 .tags {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.tags {
    display: flex;
    align-items: center;
}

.bloglist-sec1-col1 .tags span {
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #d3a467;
    font-size: 0.8rem;
    color: white;
}

.tags span {
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #d3a467;
    font-size: 0.8rem;
    color: white;
}

    .tags span:last-child {
        display: none;
    }

.bloglist-sec1-col1 .tags p {
    font-size: 0.9rem;
}

.share-button {
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.share-facebook {
    background-color: rgb(0, 128, 255);
    color: white;
}

.share-twitter {
    background-color: black;
    color: white;
}

.share-linkedin {
    background-color: rgb(107, 174, 230);
    color: white;
}

.share-whatsapp {
    background-color: rgb(74, 177, 74);
    color: white;
}

.share-link {
    background-color: #d3a467;
    color: white;
}

.bloglist-sec1-col1-image img {
    width: 100%;
}

.bloglist-sec1-col2 {
    width: 58%;
}

    .bloglist-sec1-col2 .row1, .bloglist-sec1-col2 .row2 {
        width: 100%;
        display: flex;
    }

    .bloglist-sec1-col2 .row2 {
        margin-top: 20px;
    }

    .bloglist-sec1-col2 .contents {
        width: 60%;
        padding-left: 10px;
    }

    .bloglist-sec1-col2 span {
        font-size: 0.8rem;
        line-height: normal;
    }

    .bloglist-sec1-col2 h4 {
        font-size: 1.2rem;
        margin-top: 10px;
    }

.bloglist-sec1-col2-image {
    width: 40%;
    /* height: 200px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.bloglist-sec1-col2 .tags {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .bloglist-sec1-col2 .tags span {
        padding: 5px;
        border-radius: 5px;
        margin-right: 10px;
        background-color: #d3a467;
        font-size: 0.8rem;
        color: white;
    }

    .bloglist-sec1-col2 .tags p {
        font-size: 0.9rem;
    }

.bloglist-sec1-col2-image img {
    width: 100%;
}

.bloglist-sec2 {
    width: 100%;
    min-height: 100px;
    margin-top: 20px;
    color: #a7925b;
}

.search-container {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-container input {
    flex: 1;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #d6d0c57a;
    border-radius: 6px;
    outline: none;
}

.search-container input:focus {
    outline: 1px solid #72633a;
}

.search-container button {
    background-color: #d2a468;
    color: white;
    border: none;
    border-radius: 6px;
    height: 38px;
    padding: 0 16px;
    font-weight: 600;
    cursor: pointer;
}

.search-container button:hover {
    background-color: #c29861;
}

.bloglist-sec2-header {
    width: 100%;
    border-bottom: 1px solid #d3a467;
    color: #d3a467;
}

.bloglist-sec2-row {
    width: 70%;
    display: flex;
    margin-top: 20px;
}

    .bloglist-sec2-row .contents {
        width: 60%;
        padding-left: 20px;
        color: black;
    }

    .bloglist-sec2-row span {
        font-size: 0.8rem;
        line-height: normal;
    }

    .bloglist-sec2-row .tags p {
        font-size: 0.9rem;
    }

    .bloglist-sec2-row h4 {
        font-size: 1.2rem;
        margin-top: 10px;
    }

.bloglist-sec2-col1-image {
    width: 40%;
    /* height: 200px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.bloglist-sec2-row .tags {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .bloglist-sec2-row .tags span {
        padding: 5px;
        border-radius: 5px;
        margin-right: 10px;
        background-color: #d3a467;
        font-size: 0.8rem;
        color: white;
    }

.bloglist-sec2-col1-image img {
    width: 100%;
}

.paging-container {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.paging-container button {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid #d3a467;
    background: #ffffff;
    color: #d3a467;
    font-weight: 600;
    cursor: pointer;
}

.paging-container button:hover {
    background-color: #f4efe7;
}

.paging-container button.active {
    background-color: #d3a467 !important;
    color: #ffffff;
    border-color: transparent;
    border-width: 2px;
}

.paging-container span {
    color: #a7925b;
    padding: 0 4px;
}

.blogDetailImage {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    margin-bottom: 50px;
    border-radius: 10px;
}

    .blogDetailImage img {
        width: 100%;
    }

.blogDetailTitle {
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
}

.blogDetailContent {
    font-size: 18px;
}

.dictionary-area {
    min-height: calc(100vh - 87.25px);
    width: 100%;
    padding-top: 110px;
    display: inline-block;
    padding: 100px 1.5%;
}

.dictionary-input-area {
    background-color: black;
    width: 100%;
    padding: 50px 0px;
    border-radius: 10px;
}

    .dictionary-input-area h2 {
        color: #b7936c;
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 0px 10px;
    }

.search-input {
    margin-top: 30px !important;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 700px);
    margin: 0px 350px;
    padding: 5px 5px 5px 10px;
    border-radius: 20px;
    height: 40px;
}

    .search-input img {
        margin: 5px 0px;
        height: 20px;
        width: 20px;
        opacity: 30%;
    }

    .search-input #word-finder {
        width: calc(100% - 150px);
        border: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
    }

        .search-input #word-finder::placeholder {
            color: darkgray;
        }

        .search-input #word-finder:focus {
            outline: none;
        }

    .search-input button {
        width: 130px;
        background-color: #d2a468;
        color: white;
        border: none;
        border-radius: 15px;
        font-size: .9rem;
        font-weight: 500;
    }

        .search-input button:hover {
            cursor: pointer;
            background-color: #c29861;
        }

.alphabet-buttons {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 26px;
}

.alphabet-btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: none;
    color: #6c757d;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

    .alphabet-btn.active {
        color: #fff; /* Yazı rengini beyaz yap */
        background-color: #d4a015; /* Sarı arka plan rengi */
    }

.dictionary-result {
    margin-top: 22px;
    min-height: 300px;
    background-color: #f7f6f2;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 3px;
    border-radius: 3px;
    padding: 30px;
}

    .dictionary-result hr {
        margin-bottom: 30px;
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #d6d0c57a;
        padding: 0;
    }

        .dictionary-result hr:last-child {
            display: none;
        }

.dictionary-result-text {
    margin-bottom: 25px;
}

    .dictionary-result-text h3 {
        display: block;
        margin-bottom: 5px;
    }

        .dictionary-result-text h3 a {
            color: black;
            text-decoration: none;
            display: block;
        }

            .dictionary-result-text h3 a:hover {
                color: black;
                text-decoration: underline;
            }





@media only screen and (min-width: 2560px) {
}

@media only screen and (max-width: 1600px) {
    .menu_pc { padding: 0 10%; }

    .container {
        padding-left: 8%;
        padding-right: 8%;
        overflow: hidden;
    }

    .home-banner-area {
        height: auto;
        width: 100%;
        margin-top: 0px;
    }

    .priceslist-2 {
        width: 50%;
        float: left;
        margin-top: 10px;
        padding-right: 0px;
    }

    .calculator {
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0% 2%;
    }

    .transactions {
        width: 100%;
        float: none;
        padding: 0px 0px;
        display: inline-block;
    }

    .graphic {
        padding-left: 0px;
        padding-right: 0PX;
    }

    .tips {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .presentation-2, .presentation-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-map {
        padding: 0px 2.5%;
    }

    .contact-area {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    footer {
        padding-left: 0%;
        padding-right: 0%;
    }

    .footer-navigator {
        display: inline;
    }

    .footer-navigator-links {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: 10px 0px 0px 0px;
        padding: 0 40px;
    }

    .footer-navigator-app {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 5px 0px 10px 0px;
    }

    .footer-navigator-links i {
        color: #869AB8;
        margin: 0px 0px 10px 0px;
    }

    .footer-logo img {
        padding: 10px 70px 10px 20px;
    }

    .footer-navigator {
        padding-right: 20px;
    }

    .blog-area {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 1367px) {
    .menu_pc { padding: 0 2%; }

    .container, .container2 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .container4 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .priceslists {
        width: 100%;
        float: none;
    }

    .transactions {
        width: 100%;
        float: none;
        display: inline-block;
        padding: 0px 0px;
    }

    .priceslist-2 {
        width: 50%;
        float: left;
        margin-top: 10px;
        padding-right: 0px;
    }

    .tips {
        width: 104.88%;
        margin-left: -2.44%;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .transactions {
        width: 100%;
        float: none;
        display: inline-block;
    }

    .contact-map {
        padding: 0px 2%;
    }

    .contact-area {
        padding-left: 2%;
        padding-right: 2%;
    }

    .search-input {
        width: calc(100% - 600px);
        margin: 0px 300px;
    }
}


@media all and (max-width:1024px) {
    .home-banner-area {
        height: auto;
        width: 100%;
        margin-top: 130px !important;
    }

    .menu_pc { display: none; }

  /* Mobil artık container DIV: görünümü korumak için seçiciler güncellendi */
  .menu_movil { display: block; background-color: #ffffff; width: 100%; }
  .barra {
    height: 5.6em; display: flex; align-items: center; flex-direction: row;
    justify-content: space-between; margin: 0 1em 0 0;
  }

  .menu_movil_list {
    list-style: none;
    width: 100%;
    max-height: 0;            /* yüksekliği sıfır */
    overflow: hidden;         /* içeriği gizle */
    transition: max-height .6s ease-in-out; 
    background-color: #fff;   /* beyaz menü arkası */
    margin: 0;
    padding: 0;
    }
  .menu_movil_list.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .menu_movil_list li {
    padding: 24px 48px; color: #000; text-align: center;
    margin: 1em 0; border-bottom: 1px solid rgb(240, 240, 240);
  }
  .menu_movil_list li a { text-decoration: none; color: #000; transition: .3s; }
  .menu_movil_list li:hover { cursor: pointer; }

  .menu {
    width: 50px; height: 50px; position: relative; margin-top: 1em; margin-left: 24px; align-items: center;
    background: transparent; border: 0; padding: 0;
  }
  .menu span {
    display: block; background: rgb(133,133,133); width: 30px; height: 3px;
    margin: auto; margin-top: 6px; transition: all .5s ease;
  }

  /* Açık durum animasyonu için: container'a .active ekleyeceksin */
    .menu_movil.active .menu_movil_list {
        max-height: calc(100vh - 5.6em); /* üstteki .barra yüksekliğini çıkar */
        overflow-y: auto; /* dikey scroll */
        -webkit-overflow-scrolling: touch; /* mobilde kaydırma yumuşasın */
    }

    .login-btn-mobil {
        position: relative;
        border-radius: 5px;
        color: #000;
        background-color: rgba(0,0,0,0.05);
        width: 100%;
        min-height: 43px;
        cursor: pointer;
    }

    .login-btn-mobil a i{
        margin-right: 10px !important;
    }

    .account-link-mobil {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-decoration: none;
        color: #000;
    }

    .dropdown-menu-mobil {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none; /* başlangıçta gizli */
        flex-direction: column;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        margin-top: 10px;
    }

    .dropdown-menu-mobil li {
        padding: 0 !important;
        margin: 0 !important;
    }

    .dropdown-menu-mobil li a {
        display: block;
        /* padding: 14px; */
        text-align: center;
        color: #000;
        text-decoration: none;
        padding: 10px;
    }

    .dropdown-menu-mobil li a:hover {
        background: rgba(0,0,0,0.05);
    }

    /* Açık class eklendiğinde göster */
    .dropdown-menu-mobil.show {
        display: block;
    }

    #status {
        width: 100px;
        height: 100px;
        margin-left: -25px;
        background-image: url("../images/preload2.gif");
    }

    .tips-collapse {
        width: 100%;
        display: block;
    }

    .tip {
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .presentation-1-text-area {
        float: none;
        width: 100%;
    }

    .presentation-1-area-image {
        float: none;
        width: 100%;
    }

    .presentation-1-area-text {
        float: none;
        height: auto;
        width: 100%;
        padding-right: 0;
        padding-left: 30px;
    }

    .date-input-area {
        margin-top: 130px;
    }

    footer {
        display: inline-block;
    }

    .footer-logo {
        width: 100%;
        text-align: center;
    }

        .footer-logo img {
            box-sizing: border-box;
            padding: 10px 20px 20px 10px;
            width: 300px;
        }

    footer span {
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .footer-pages {
        color: white;
        width: 100%;
    }

        .footer-pages ul {
            display: inline-block;
            text-align: center;
            width: 100%;
            margin: 10px 0;
        }

            .footer-pages ul li {
                margin: 10px 0px;
            }

    .footer-navigator {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
        padding-right: 0px;
    }

    .footer-navigator-links {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .footer-navigator-app {
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
        margin-top: 10px;
        padding-bottom: 10px;
    }

        .footer-navigator-app a {
            width: 16%;
        }

    .logo {
        margin-left: 20px
    }

    .hakanapp-image, .hakan-image {
        float: none;
        width: 100%;
    }

    .hakanapp-content, .hakan-content {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .hakanapp-content h3, .hakan-content h3 {
            margin-top: 30px;
        }


        .hakanapp-content h3, .hakanapp-content span {
            text-align: center !important;
            display: block;
        }

    .hakanapp-content-buttons {
        justify-content: center;
    }

        .hakanapp-content-buttons a {
            width: 200px;
            margin-right: 10px;
            margin-left: 10px;
            margin-top: 30px;
        }

    .home-banner-area {
        padding-top: 0px;
    }

    .blog-area {
        height: auto;
        width: 100%;
        padding-top: 140px;
    }

    .bloglist-sec1 {
        width: 100%;
        display: unset;
    }

    .bloglist-sec1-col1-image {
        /* height: 200px; */
    }

    .bloglist-sec1-col1 {
        width: 100%;
        margin: 20px 0px;
    }

    .bloglist-sec1-col2 {
        width: 100%;
    }

    .bloglist-sec1-col2-image {
        width: 100%;
    }

    .bloglist-sec1-col2 .row1, .bloglist-sec1-col2 .row2 {
        width: 100%;
        display: block;
        padding: 10px 0px;
    }

    .bloglist-sec1-col2 .contents {
        width: 100%;
    }

    .bloglist-sec2-row {
        width: 100%;
    }

    .bloglist-sec1-col2 .contents {
        padding-left: 0px;
    }

    .nav-number-content {
        margin-right: auto;
    }

    .container5 {
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 100px;
    }

    .bloglist-sec2-row {
        display: block;
        margin-bottom: 20px;
    }

    .bloglist-sec2-col1-image {
        /* height: 200px; */
        width: 100%;
    }

    .bloglist-sec2-row .contents {
        width: 100%;
        padding-left: 0px;
    }



    .blog-detail-header {
        display: block;
    }

    .blog-detail-header-col {
        width: 100% !important;
        justify-content: center;
        margin-top: 1rem;
        padding-bottom: 1rem;
    }

    .share-button {
        padding: 10px 20px;
        border-radius: 3px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .blog-detail-header-left {
        display: block;
    }

        .blog-detail-header-left span {
            width: 100% !important;
            display: flex;
            justify-content: center;
        }

            .blog-detail-header-left span:last-child {
                margin-top: 1rem;
            }

    .search-input {
        width: calc(100% - 200px);
        margin: 0px 100px;
    }

    .hakanapp-image, .hakan-image{
        display: flex !important;
        justify-content: center !important;
    }

    .hakanapp-image img, .hakan-image img {
        width: 50%;
        margin-left: 0px;
    }

    .presentation-2, .presentation-1 {
        padding-bottom: 200px;
    }

    .login-btn{
        margin-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    nav {
        font-size: 1.4rem;
    }

    .barra {
        height: 5.6em;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 1em 0 0;
    }

    .phone-link {
        display: none;
    }

    .list-header-Alis {
        padding-right: 80px;
    }

    .priceslist-collapse {
        width: 100%;
        padding: 0 !important;
    }

    .priceslists {
        padding: 0px 0px;
    }

    .priceslist-1 {
        width: 100%;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px;
        display: inline-block;
    }

    .priceslist-2 {
        width: 100%;
        float: none;
        padding-left: 20px;
        padding-right: 0px;
        margin-top: 10px;
        display: inline-block;
    }

    .graphic {
        padding-left: 20px;
        padding-right: 20PX;
    }

    .graphic-header {
        width: 100%;
        display: block;
    }

    .graphic-header-timeselect {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-top: 10px;
    }

        .graphic-header-timeselect span {
            padding: 7px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 25%;
        }

    .graphic-content {
        background-color: #F9F9F9;
        padding: 15px 20px;
        border-radius: 12px;
        display: block;
    }

    .status-side-1 {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .status-side-2 {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .calculator {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .calculator-form form {
        display: inline-block;
    }

    .calculator-area {
        height: auto;
    }

    .calculator-form {
        height: auto;
    }

        .calculator-form .inputs {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .calculator-form .value {
            margin-top: 5px;
            width: 100%;
        }

    .calculator-result {
        height: auto;
    }

    .calculator-result {
        display: inline-block;
        width: 100%;
    }

        .calculator-result .result1, .calculator-result .result2 {
            width: 100%;
            padding: 0;
            display: flex;
            justify-content: space-between;
        }

        .calculator-result .result1 {
            padding-bottom: 10px;
            border-bottom: 1px solid gray;
            border-right: none;
        }

        .calculator-result .result2 {
            padding-top: 10px;
        }

    .contact-texts {
        width: 100%;
        float: none;
        padding: 0 10px;
    }

    .contact-form {
        width: 100%;
        float: none;
        padding: 0 10px;
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .about {
        margin: 150px 0px 50px 0px;
        padding: 0;
        text-align: center;
    }

    .tips {
        width: 100%;
        margin-left: 0%;
    }

    .priceslist-collapse {
        height: unset;
        overflow-y: auto;
    }

    .presentation-2, .presentation-1 {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .list-item-prices {
        display: flex;
        width: 70%;
    }

    .footer-navigator-app a {
        width: 30%;
    }

    .chart-date {
        display: flex;
        justify-content: space-evenly;
        margin-top: 10px;
    }

    .chart-header {
        display: block;
    }

    .chart-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .chart-header-line {
        display: none;
    }

    #chart-symbol-price-bid, #chart-symbol-price-ask {
        font-size: 15px;
    }

    .chart-header {
        padding: 0px 5px;
    }

    /*.app-routing-line {
        display: block !important;
    }*/

    .search-input {
        width: calc(100% - 50px);
        margin: 0px 25px;
    }

    .hakanapp-image img , .hakan-image img{
        width: 100%;
        padding: 0px 50px !important;
    }

    .presentation-2 p, .presentation-1 p {
        padding-left: 10%;
        padding-right: 10%;
        margin-top: 30px !important;
    }
}

@media only screen and (max-width: 559px) {
    .copyright-and-developer .row{
        display: block !important;
    }

    .copyright-and-developer .col-md-6{
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        justify-items: center !important;
        margin: 0px !important;
    }

    .copyright-and-developer .col-md-6 span, .copyright-and-developer .col-md-6 img{
        display: flex !important;
        justify-content: center !important;
        justify-items: center !important;
    }

    .copyright-and-developer .col-md-6 span{
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 500px) {
    .container, .container2 {
        padding-left: 0%;
        padding-right: 0%;
    }
}

@media only screen and (max-width: 390px) {
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0);
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
