.anarenkolabilecekler {
    color: #46b6fe;
    color: #e74e84;
    color: #0084ff;
    color: #09dca4;
    /* a tag hover bazı button */
    color: #15558d;
    /* mobile menu back */
    color: #0de0fe;
    /* bar icon - slick - serch button hover*/
    color: #0094ff;
    /* tok bir mavi olur */
}

.olabiilcekbackground {
    background-color: #5596bd;
}

.btn-grad {
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%)
}

.btn-grad:hover {
    background-position: right center;
}


/* custom */

.aeroblue {
    color: #46b6fe;
}

.aeropurple {
    color: #e47297;
}

.aeroorange {
    color: #ff9948;
}

.gradient1 {
    color: #A3F9FF;
    color: #9CFFAC;
}

.gradient2 {
    color: #FFFB7D;
    color: #85FFBD;
}

.gradient3 {
    color: #FFF564;
    color: #FF9C9C;
}

.gradient4 {
    color: #172BE8;
    color: #0AE8F8;
}

.gradient5 {
    background: rgb(24, 144, 255);
    background: radial-gradient(circle, rgba(24, 144, 255, 1) 0%, rgba(107, 86, 149, 1) 100%);
}

.gradient6 {
    background: rgb(70, 182, 254);
    background: radial-gradient(circle, rgba(70, 182, 254, 1) 0%, rgba(0, 132, 255, 1) 100%);
    /* aero blue dahil olabilir */
    color: #46b6fe;
    color: #0084ff;
}

.colorscafe1 {
    color: #0063A6;
    color: #22B6FF;
    color: #FAF8F2;
    color: #FFBAD6;
}

.btn-blue-1 {
    background-color: #46b6fe;
    color: #fff;
}

.btn-blue-1:hover {
    background-color: #e47297;
    color: #fff;
}

a.btn_1,
.btn_1 {
    border: none;
    color: #fff;
    background: #e74e84;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 6px;
    font-weight: 500;
}

a.btn_1.medium,
.btn_1.medium {
    padding: 12px 45px;
    font-size: 16px;
    font-size: 1rem;
}

a.btn_1.full-width,
.btn_1.full-width {
    display: block;
    text-align: center;
    padding: 12px 45px;
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
}

a.btn_1:hover,
.btn_1:hover {
    background: #74d1c6;
}

a.btn_1.outline,
.btn_1.outline {
    background: transparent;
    border: 2px solid #e74e84;
    color: #e74e84;
}

a.btn_1.outline:hover,
.btn_1.outline:hover {
    background: #e74e84;
    color: #fff;
}

.btn_2 {
    display: inline-block;
    position: relative;
    padding: 7px 15px;
    padding-right: 65px;
    border: none;
    color: #fff;
    background: #009ed8;
    transition: .2s;
    cursor: pointer;
    border-radius: 5px;
}

.btn_2:before,
.btn_2:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2.8em;
    content: "\00a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    transition: .2s;
    transform-origin: 50% 60%;
}

.btn_2:before {
    background: rgba(0, 0, 0, 0.09999999999999998);
}

.btn_2:hover {
    background: #0079a5;
}

.btn_2:active,
.btn_2:focus {
    background: #002e3f;
    outline: none;
}

.btn_2.iptal {
    background: #FE5F55;
}

.btn_2.iptal:hover {
    background: #fe2f22;
}

.btn_2.iptal:active,
.btn_2.iptal:focus {
    background: #b90c01;
}

.btn_2.iptal:after {
    content: "\f00d";
}

.btn_2.iptal:hover:after {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
}

@keyframes bounceright {
    from {
        -webkit-transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(3px);
    }
}

.btn_2.phone {
    background: #139675;
}

.btn_2.phone:hover {
    background: #0d6952;
}

.btn_2.phone:active,
.btn_2.phone:focus {
    background: #083b2e;
}

.btn_2.phone:after {
    content: "\F095";
}

.btn_2.phone:hover:after {
    -webkit-animation: wiggle .05s alternate ease infinite;
    animation: wiggle .05s alternate ease infinite;
}

@keyframes wiggle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(30deg);
    }
}

.btn_2.guncelle {
    background: #C673B3;
}

.btn_2.guncelle:hover {
    background: #b74f9f;
}

.btn_2.guncelle:active,
.btn_2.guncelle:focus {
    background: #963d82;
}

.btn_2.guncelle:after {
    content: "\f044";
}

.btn_2.guncelle:hover:after {
    -webkit-animation: none;
    -webkit-transform: skew(-20deg);
    animation: none;
    transform: skew(-20deg);
    text-indent: .1em;
}

.btn_2.kaydet:after {
    content: "\f00c";
}

.btn_2.kaydet:hover:after {
    -webkit-animation: none;
    -webkit-transform: scale(1.4);
    animation: none;
    transform: scale(1.4);
}

.btn_3_h {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 400px;
    height: 120px;
    margin: 20px;
    border: 10px solid rgba(255, 255, 255, 1);
    font-size: 4rem;
    cursor: pointer;
}

.btn_3_h>.text {
    position: relative;
    color: transparent;
    background-image: linear-gradient(90deg, rgba(220, 120, 150, 1) 0%, rgba(220, 120, 150, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background-repeat: repeat;
    background-size: 200%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    transition: background-position 300ms;
}

.btn_3_h::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    transform-origin: 100% 0;
    transform: scale3d(0, 1, 1);
    transition: transform 300ms;
}

.btn_3_h:hover .text {
    background-position: 0 0;
}

.btn_3_h:hover::before {
    transform-origin: 0 0;
    transform: scale3d(1, 1, 1);
}

.btn_3_v {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 400px;
    height: 120px;
    margin: 20px;
    border: 10px solid rgba(255, 255, 255, 1);
    font-size: 4rem;
    cursor: pointer;
}

.btn_3_v>.text {
    position: relative;
    color: transparent;
    background-image: linear-gradient(0deg, rgba(220, 120, 150, 1) 0%, rgba(220, 120, 150, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background-repeat: repeat;
    background-size: 100% 200%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    transition: background-position 300ms;
}

.btn_3_v::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    transform-origin: 0 0;
    transform: scale3d(1, 0, 1);
    transition: transform 300ms;
}

.btn_3_v:hover .text {
    background-position: 0 100%;
}

.btn_3_v:hover::before {
    transform-origin: 0 100%;
    transform: scale3d(1, 1, 1);
}

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%;
}


/* Victoria Buttons */

a.animated-button.victoria-one {
    border: 2px solid #D24D57;
}

a.animated-button.victoria-one:after {
    background: #D24D57;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.animated-button.victoria-two {
    border: 2px solid #D24D57;
}

a.animated-button.victoria-two:after {
    background: #D24D57;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

a.animated-button.victoria-three {
    border: 2px solid #D24D57;
}

a.animated-button.victoria-three:after {
    background: #D24D57;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

a.animated-button.victoria-three:hover:after {
    height: 140%;
    opacity: 1;
}

a.animated-button.victoria-four {
    border: 2px solid #D24D57;
}

a.animated-button.victoria-four:after {
    background: #D24D57;
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

a.animated-button.victoria-four:hover:after {
    opacity: 1;
    height: 600% !important;
}


/* loading button */

.btn_4 {
    background: #0094ff;
    border-radius: 35px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    transition: all .25s ease;
    width: 150px;
    position: relative;
    height: 60px;
    overflow: hidden;
}

.btn_4 i {
    font-size: 16px;
    position: absolute;
    left: 0px;
    pointer-events: none;
    z-index: 10;
    background: inherit;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .25s ease;
}

.btn_4 .text {
    width: 138px;
    display: block;
    position: relative;
    pointer-events: none;
    transition: all .25s ease;
    position: absolute;
    z-index: 11;
    left: 60px;
}

.btn_4:not(.loading):hover {
    box-shadow: 0 10px 25px 0 rgba(73, 215, 92, .4);
}

.btn_4:not(.loading):hover i {
    transform: translate(7px);
}

.btn_4.loading {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_4.loading i {
    transform: rotate(90deg);
}

.btn_4.loading .text {
    transform: translate(-140px);
}

.btn_4.loading .loading-animate {
    opacity: 1;
}

.loading-animate {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: all .25s ease;
}

.loading-animate::before {
    content: '';
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    animation: loading infinite .8s linear;
    position: absolute;
    opacity: 0.6;
}

.loading-animate::after {
    content: '';
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    animation: loading infinite .8s .05s;
    position: absolute;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}