/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 Oca 2023, 17:09:45
    Author     : DESIGNER
*/
/* Chrome, Safari, Edge, Opera */
#bitget-partner p {
    text-indent: 0;
    margin-bottom: 12px;
}

#bitget-partner ul {
    list-style: auto;
    margin-left: 40px;
}
.color-bitget {
    color: #1da2b4
}
#bitget-partner h3 {
    margin-bottom:6px
}
.border-silver {
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #f2f2f2, #929292, #ffffff, #9e9e9e, #dadada) 1;
}

.border-gold {
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #bc9042) 1;
}
.btn-hero {
    font-size: 20px;
    padding: 10px 30px 10px 30px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.date-time small {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 900;
}
.shrink{
    margin-bottom: 20px;
    border: 2px solid;
    border-radius: 24px;
}
div.hr {
    border-bottom: 1px solid #2e2e2e;
    margin: 28px 0 40px 0;
}
.static-page h2 {
    margin-bottom: 10px;
}

.static-page h1, .static-page h3, .static-page h4, .static-page h5 {
    color: #6A6972 !important;
}
.static-page .btn {
    margin-top: 10px;
}
.header-banner h1 {
    font-size: 30px;
    padding: 10px;
    text-align: center;
}
.header-banner {
    height: 150px; 
    width: 100%
}
.single-services h1 {
    font-size: 36px;
    margin: 5px 0px 36px;
}
.text-contact p{
    text-align: justify;
    text-indent: 30px;
}
.text-contact a{
    text-indent: 0px;
}
.active {
    border-bottom: 1px solid #fff;
}
.img-center{
    max-height: 240px; padding:10px
}
.static-page img {
    margin-bottom: 20px;
    border: 2px solid;
    border-radius: 24px;
}
.static-page h2{
    color:#fe7d76 !important;
}

.static-page p {
    text-indent: 30px;
    margin: 14px 0px;
}
.static-page a {
    display: inline !important;
}
.static-page ul li {
    list-style: upper-alpha;
    margin-left: 80px;
}

.static-page ul {
    margin-bottom: 30px;
}

.link-blue:hover{
    color: #1ba8cd !important;
}
.link-orange:hover{
    color:#fe7d76 !important;
}

.blog a, .static-page a {
    color: #9a999f;
    text-decoration: underline;
    transition: 0.3s;
}

p a:hover {
    color: #f2f2f2;
    transition: 0.3s;
}
.error{
    color: red;
}
.success{
    color: green;
}
.form_alert {
    padding: 2px 8px 2px;
    font-size: 14px;
    margin-top: 6px;
    border-radius: 4px;
}
.blog h2{
    font-size: 30px;
    margin-top: 15px;
}
body{
    font-family: sans-serif;
}
div.cml-content p{
    text-indent: 30px;
}
div.cml-content p a {
    display: initial !important;
}
img{
    /*    max-width: max-content;*/
    max-width: 100%
}
.radius {
    border-radius: 50% !important;
}
small.date-time {
    position: absolute;
    left: 0;
    top: -21px !important;
    color: #6a6a6a;
}
span.wallet {
    position: absolute;
    right: 12px;
    top: 10px;
}
.bg-orange {
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
    color: #fff;
    transition: 0.5s;
}
.bg-blue{
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background-size: 200%;
    color: #fff;
    transition: 0.5s;
}
.bg-blue:hover, .bg-orange:hover {
    color: #fff;
    background-position: right center;
    transition: 0.5s;
}
.bg-dark a {
    color: #fe806e;
}

.w200 {
    width: 200px !important;
}

.h200 {
    height: 200px !important;
}
.relative{
    position: relative !important
}
.t-1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}
.single-services table td {
    text-align: left;
    padding-left: 6px;
    font-size: 15px;
    line-height: 2;
}
.services-icon {
    height: 220px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-services .services-icon {
    display: inline-flex;
}
.services-icon img{
    max-width: 100%;
}

.centered {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100%;
}
.radius-10{
    border-radius: 10px!important; 
}

.lang-button{
    color: #fff !important
}
.subscribe-form input, .subscribe-form select, .subscribe-form textarea {
    background-color: black;
    border: 2px solid rgb(226 149 149);
    padding: 20px 30px !important;
    border-radius: 5px;
    width: 100%;
    color: #e29595 !important;;
}
.subscribe-form input, .subscribe-form select{
    height: 65px;
}
form#form_quey button {
    height: 60px;
}
#yol-haritasi .services-content table img {
    max-height: 20px;
    width: auto;
}
.btn-form{
    height: 45px;
    line-height: 45px;
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
}
.btn-form{
    padding: 0 28px;
    float: right;
}

.plc-form::placeholder {
    color: #e29595 !important;
    opacity: 1; /* Firefox */
}

.plc-form:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e29595 !important;
}

.plc-form::-ms-input-placeholder { /* Microsoft Edge */
    color: #e29595 !important;
}
.radius{
    border-radius: 50% !important;
}
.image-center{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#yol-haritasi .radius{
    max-height: 200px !important;
    margin-top: 20px;
}
.blog-stars {
    padding: 10px 20px 30px 20px;
}
.img-200{
    max-height: 200px !important
}

.main-btn-orange {
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
}
#yol-haritasi .services-content ul li {
    text-align: initial;
    padding: 7px 10px;
}
#yol-haritasi .services-content ul li img{
    height: 24px
}
.static-page h2 {
    font-size: 24px;
}

.static-page h3 {
    font-size: 20px;
}
.static-page h3 {
    font-size: 18px;
}
a.btn {
    text-decoration: none !important;
}

a.bg-orange {
    color: #fff !important;
}






/* common */
.ribbon-box {
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
    z-index:99;
}
.ribbon {
  width: 150px;
  height: 130px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #92145a;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 178px;
  padding: 6px 0;
  background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 100%;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 42px;
}
.ribbon-top-left::after {
  bottom: 22px;
  left: 0;
}
.ribbon-top-left span {
  right: 16px;
  top: 32px;
  transform: rotate(-45deg);
}

/* #ribbon */
@media (max-width: 767px) {
    .header-banner h1 {
        font-size: 24px;
    }
}
