@charset "UTF-8";
/*----------------------------------------------------
@Dosya          : Default Styles
@Geliştirici    : Erhan SAYİM
@E-mail         : destek@sayim.com.tr
@Url            : https://ajans.sayim.com.tr
@Proje Adı      : Sayim - Ajans Yazılımı
/*----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap');
#arayalim b, #bizimkiler span, .vitrin-5 .col-md-3 div, .vitrin-baslik {
    text-align: center;
}
#whatsapp form button, .buton1:hover, .buton2:hover, .buton3:hover, .buton4:hover, .buton5:hover, .ozellik li:hover img, .vitrin-1 .col-md-4 ul li:hover>.img img, .vitrin-4 .col-md-4 span:hover img, footer .sol ul li a img:hover {
    animation: 1s infinite zoom-in-zoom-out;
}
.ozellik li div b, .ozellik-dis h3, .vitrin-1 ul li h3, .vitrin-4 .col-md-4 span div h3, .vitrin-baslik h3 {
    -webkit-text-fill-color: transparent!important;
}
#slider ul, ul {
    list-style: none;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
@-moz-keyframes spin {
    100% {
    -moz-transform: rotate(360deg);
}
}@-webkit-keyframes spin {
    100% {
    -webkit-transform: rotate(360deg);
}
}@keyframes spin {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes zoom-in-zoom-out {
    0%, 100% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.08, 1.08);
}
}@keyframes gradient {
    0%, 100% {
    background-position: 0 50%}
50% {
    background-position: 100% 50%}
}*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #000001;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%}
a {
    text-decoration: none;
    color: #000002;
}
.container, .container-fluid {
    display: flow-root;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#anasayfa-slider .row .metin-slider span, #yukari, .hidden {
    display: none;
}
.col-md-12, .container-fluid, .reklam img {
    width: 100%}
.container, header {
    width: 90%}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after, .row:before {
    display: table;
    content: ""}
.row:after {
    clear: both;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-1 {
    width: 8.33333333%}
.col-md-2 {
    width: 16.66666667%}
.col-md-3 {
    width: 25%}
.col-md-4 {
    width: 33.33333333%}
.col-md-5 {
    width: 41.66666667%}
.col-md-6 {
    width: 50%}
.col-md-7 {
    width: 58.33333333%}
.col-md-8 {
    width: 66.66666667%}
.col-md-9 {
    width: 75%}
.col-md-10 {
    width: 83.33333333%}
.col-md-11 {
    width: 91.66666667%}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20, .vitrin-1 .vitrin-baslik, .vitrin-2 .vitrin-baslik, .vitrin-3 .vitrin-baslik, .vitrin-4 .vitrin-baslik, .vitrin-5 .vitrin-baslik, .vitrin-6 .vitrin-baslik, .yorum .vitrin-baslik {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.ml-0 {
    margin-left: 0;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-5 {
    padding-bottom: 5px;
}
#whatsapp form, .pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10, .vitrin-1 ul {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pl-0 {
    padding-left: 0;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.reklam {
    position: relative;
    display: flex;
    width: 100%}
.reklam:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 10px #000;
}
#yukari {
    width: 30px;
    height: 30px;
    border: 2px solid #45a041;
    box-shadow: 0 0 4px #2cc9ff;
    background: url(../images/yukari.gif) center/88% no-repeat #fff;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9;
    transform: rotate(-90deg);
    border-radius: 25%;
    cursor: pointer;
}
#bizimkiler, header {
    border-radius: 0 0 20px 20px;
    position: fixed;
}
#menu-bg, #menu-bg:before {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
}
#menu-bg {
    background: linear-gradient(90deg, #000 0, #034d53 50%, #000 100%);
    box-shadow: inset 0 0 120px #08436c;
}
#menu-bg:before {
    content: '';
    box-shadow: 0 0 20px #000;
}
.menu-icon {
    float: left;
    width: 20px;
    height: 20px;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    margin-right: 5px;
}
header {
    z-index: 999999;
    left: 5%;
    top: 0;
    padding: 10px 30px;
    background: #04040c9c;
    box-shadow: 0 0 40px #000000d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.koyu-renk {
    background: #04040c;
}
.adres-cubugu .container, header #logo, header ul {
    display: flex;
}
.yorum .cont, header ul li {
    position: relative;
    overflow: hidden;
}
header ul li b {
    color: #ffff;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #2d2727;
    display: flex;
    align-items: center;
}
header ul li .menu-icerik div:last-child, header ul li:last-child b {
    border-right: 0px;
}
header ul li b a {
    color: #fff;
    display: flex;
    align-items: center;
}
header ul li .menu-icerik {
    display: flex;
    position: absolute;
    width: 112%;
    left: -6%;
    padding-top: 45px;
    top: 35px;
    justify-content: center;
}
header ul li .menu-icerik div {
    max-width: 24%;
    padding: .5%;
    border-right: 1px solid #ffffff12;
}
header ul li .menu-icerik div h3 {
    text-shadow: 0 0 10px #000;
    color: #13d7e6;
    display: flex;
    align-items: center;
}
header ul li .menu-icerik div p {
    color: #b1ffee;
    font-size: 14px;
    line-height: 17px;
    text-shadow: 0 0 10px #000;
}
header ul li .menu-icerik div ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ffffff12;
}
header ul li .menu-icerik div ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
#bizimkiler {
    z-index: 11;
    width: 70%;
    top: 50px;
    left: 15%;
    height: 50px;
    background: #00d6ff40;
    box-shadow: 0 0 20px #000;
    overflow: hidden;
}
#bizimkiler #atlas, #bizimkiler #jamiryo {
    content: '';
    position: absolute;
    bottom: 0;
    background-size: auto 100%!important;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#bizimkiler #jamiryo {
    width: 60px;
    height: 25px;
    background: url(../images/jamiryo.gif) center no-repeat;
    left: -50px;
}
#bizimkiler #atlas {
    width: 90px;
    height: 40px;
    background: url(../images/atlas.gif) center no-repeat;
    left: -200px;
}
#bizimkiler span {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    width: 0;
    height: 100%}
#bizimkiler span p {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 10px #000;
}
#bizimkiler span b {
    color: #00ff8c;
}
#anasayfa-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#anasayfa-slider .row {
    margin-top: 180px;
    display: block;
    text-align: center;
}
#anasayfa-slider .row .slogan1 {
    font-size: 33px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 10px #4475fc;
    line-height: 33px;
}
#anasayfa-slider .row .slogan2 {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 10px #ff6464;
    line-height: 44px;
}
#anasayfa-slider .row .slogan3 {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 10px #2eff26;
    line-height: 44px;
    text-decoration: underline;
}
#arayalim b, footer {
    text-shadow: 0 0 10px #000;
}
#anasayfa-slider .row .metin-slider {
    display: flex;
    font-size: 38px;
    color: #01f787;
    font-weight: 900;
    text-shadow: 0 0 10px #000;
    justify-content: center;
    flex-direction: column;
    padding: 25px 0;
}
#anasayfa-slider .row .metin-slider span.aktif {
    display: block!important;
}
#anasayfa-slider .row .video1, #anasayfa-slider .row .video2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
#anasayfa-slider .row .video1 {
    z-index: -1;
}
#anasayfa-slider .row .video2 {
    z-index: -1;
    opacity: .5;
}
#anasayfa-slider .row .resim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#anasayfa-slider .row .resim img{
    width: 100%;
    height: auto;
}
#anasayfa-slider .iletisim, .vitrin-3 .tab-menu, footer .sol ul {
    display: flex;
    justify-content: center;
}
#anasayfa-slider .iletisim a {
    margin: 0 8px;
    background: #3ab77e;
    background: -moz-linear-gradient(left, #3ab77e 0, #2196f3 100%);
    background: -webkit-linear-gradient(left, #3ab77e 0, #2196f3 100%);
    background: linear-gradient(to right, #3ab77e 0, #2196f3 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 20%);
    line-height: 17px;
    color: #fff;
    border-radius: 100px;
    padding: 7px 20px 7px 45px;
    overflow: hidden;
    position: relative;
    text-shadow: 0 0 4px #000;
    cursor: pointer;
}
#anasayfa-slider .iletisim a:before {
    position: absolute;
    content: '';
    background-size: 100%!important;
    width: 30px;
    height: 30px;
    left: 12px;
    top: 8px;
}
#anasayfa-slider .iletisim a:first-child:before {
    background: url(../images/soru.png) no-repeat;
}
#anasayfa-slider .iletisim a:last-child:before {
    background: url(../images/teklif.png) no-repeat;
}
#anasayfa-slider .iletisim a:after {
    content: ''}
#arayalim {
    position: absolute;
    width: 40%;
    left: 30%;
    bottom: 50px;
    box-shadow: inset 0 0 10px #041c30;
    background: -webkit-gradient(linear, left top, right top, from(#134046), color-stop(#267781), to(#134046));
    background: -webkit-linear-gradient(left, #134046, #267781, #134046);
    background: -o-linear-gradient(left, #134046, #267781, #134046);
    background: linear-gradient(to right, #134046, #267781, #134046);
    border-radius: 35px 35px 0 0;
}
#arayalim b {
    float: left;
    width: 100%;
    margin: 10px 0 5px;
    color: #fff;
}
#arayalim div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #00000029;
    padding: 10px;
}
#arayalim div input {
    width: 40%;
    height: 35px;
    padding-left: 15px;
    border-radius: 6px;
    border: none;
    outline: 0;
    box-shadow: 0 0 4px #000;
    background: #00000045;
    color: #fff;
}
#arayalim input::placeholder {
    color: #ffffffa1;
    opacity: 1;
}
#arayalim input:-ms-input-placeholder {
    color: #ffffffa1;
}
#arayalim input::-ms-input-placeholder {
    color: #ffffffa1;
}
#arayalim div span {
    background: #236c75;
    color: #fff;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    box-shadow: 0 0 6px #383838;
    border-radius: 5px;
    cursor: pointer;
}
.vitrin-baslik h3 {
    -webkit-background-clip: text!important;
    font-size: 29px;
}
.vitrin-1, .vitrin-5 {
    background: #f7f7f7;
}
.vitrin-1 .vitrin-baslik h3 {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#ff7b3a), to(#000));
    background: -webkit-linear-gradient(left, #000, #ff7b3a, #000);
    background: -o-linear-gradient(left, #000, #ff7b3a, #000);
    background: linear-gradient(to right, #000, #ff7b3a, #000);
}
.vitrin-1 .vitrin-baslik p, .vitrin-3 .vitrin-baslik p, .vitrin-4 .vitrin-baslik p, .vitrin-5 .vitrin-baslik p, .yorum .vitrin-baslik p {
    font-size: 16px;
    color: #155d88;
    font-weight: 700;
}
.vitrin-1 ul {
    text-align: right;
    border-right: 1px solid #e9e9e9;
}
.vitrin-1 ul li {
    position: relative;
    padding: 20px 0;
}
.vitrin-1 ul li h3 {
    font-weight: 900;
    background: -webkit-gradient(linear, left top, right top, from(#ff0070), color-stop(#001d93), to(#ff0070));
    background: -webkit-linear-gradient(left, #ff0070, #001d93, #ff0070);
    background: -o-linear-gradient(left, #ff0070, #001d93, #ff0070);
    background: linear-gradient(to right, #ff0070, #001d93, #ff0070);
    -webkit-background-clip: text!important;
}
.vitrin-1 ul li p {
    font-size: 14px;
    color: #7e7e7e;
}
.vitrin-1 ul li .img {
    position: absolute;
    z-index: 1;
    padding: 15px;
    top: calc(50% - 45px);
    border: 1px solid #ddd;
    box-shadow: 0 10px 30px -10px #5d5d5dad;
    background: #fff;
}
.vitrin-1 .col-md-4:first-child ul li .img {
    right: -92px;
    border-left: 0;
    border-radius: 0 30px 30px 0;
}
.vitrin-1 .col-md-4:nth-child(2) a {
    width: 75%;
    display: block;
    margin: 0 auto;
}
.vitrin-1 .col-md-4:last-child ul li .img {
    left: -92px;
    border-right: 0;
    border-radius: 30px 0 0 30px;
}
.vitrin-1 .col-md-4:last-child ul {
    text-align: left;
    border-left: 1px solid #e9e9e9;
    padding-left: 10px;
    border-right: 0px;
}
.vitrin-2 {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px #000;
    overflow: hidden;
}
.vitrin-2 .vitrin-baslik h3 {
    background: -webkit-gradient(linear, left top, right top, from(#90ff00), color-stop(#11ffc7), to(#8e00ff));
    background: -webkit-linear-gradient(left, #90ff00, #11ffc7, #8e00ff);
    background: -o-linear-gradient(left, #90ff00, #11ffc7, #8e00ff);
    background: linear-gradient(to right, #fff, #fff, #cbff00);
}
.vitrin-2 .vitrin-baslik p {
    font-size: 16px;
    color: #fff;
}
.vitrin-2 .background {
    background-size: auto 100%!important;
    background-position: center center!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.vitrin-2 .video {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.adres-cubugu .video video, .ic-sayfa .video video, .vitrin-2 .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: opacity 1s;
}
.vitrin-5 .col-md-3 div, .vitrin-6, footer {
    z-index: 1;
    position: relative;
}
.vitrin-2 .saydam {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9;
    z-index: -1;
    box-shadow: inset 0 0 130px #d45415;
}
.vitrin-3, .vitrin-4 {
    background: #fff;
}
.vitrin-3 .vitrin-baslik h3, .vitrin-4 .vitrin-baslik h3, .vitrin-5 .vitrin-baslik h3 {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#1aa483), to(#000));
    background: -webkit-linear-gradient(left, #000, 1aa483, #8e00ff);
    background: -o-linear-gradient(left, #000, #1aa483, #000);
    background: linear-gradient(to right, #000, #1aa483, #8e00ff);
}
.vitrin-3 .tab-menu li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    background: linear-gradient(to left, #25c4ad, #002c26);
    box-shadow: 0 0 5px #00000096;
    border-radius: 10px 10px 0;
    overflow: hidden;
    cursor: pointer;
}
.vitrin-3 .tab-menu li.aktif {
    background: linear-gradient(to left, #2579c4, #244863);
}
.vitrin-3 .tab-menu li img {
    height: 30px;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    margin: 3px;
}
.vitrin-3 .tab-menu li h3 {
    font-size: 15px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    line-height: 15px;
    padding-right: 10px;
}
#whatsapp form, .adres-cubugu .fiyatlar-dis, .post-thumb a, .post-thumb a img, .vitrin-3 .tab-icerik {
    float: left;
    width: 100%}
.vitrin-3 .tab-icerik li {
    background: #fff;
    overflow: hidden;
    display: none;
}
.vitrin-3 .tab-icerik li.aktif {
    display: block;
}
.vitrin-3 .tab-icerik li .col-md-3 div {
    position: relative;
    display: flow-root;
    width: 88%;
    margin: 0 auto 40px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 15px #e3dcdc;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}
.vitrin-3 .tab-icerik li .col-md-3 div:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
    background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    border-radius: 15px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    transition: .5s;
}
.vitrin-3 .tab-icerik li .col-md-3 div:hover:after {
    transform: rotate(3deg);
}
.vitrin-3 .tab-icerik li .col-md-3 div img {
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #f5f2f2;
    border-radius: 4px;
    margin-bottom: 15px;
}
.vitrin-3 .tab-icerik li .col-md-3 div b {
    float: left;
    width: 100%;
    text-align: center;
    color: #253d4e;
    overflow: hidden;
    display: -webkit-box;
    height: 35px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0;
    font-size: 14px;
}
.vitrin-3 .tab-icerik li .col-md-3 p {
    position: relative;
    float: left;
    width: 100%}
.vitrin-3 .tab-icerik li .col-md-3 div .piyasa_fiyat {
    font-size: 18px;
    color: #f36069;
    float: left;
    width: 100%;
    line-height: 15px;
    text-decoration: line-through;
}
.vitrin-3 .tab-icerik li .col-md-3 div .indirim {
    position: absolute;
    right: 0;
    top: 0;
    background: #d73842;
    color: #fff;
    font-size: 11px;
    padding: 6px 3px;
    border-radius: 9px;
    border: 1px solid #7b1414;
    box-shadow: inset 0 0 10px #6d0909;
}
.vitrin-3 .tab-icerik li .col-md-3 div .fiyat {
    font-size: 18px;
    font-weight: 700;
    color: #3bb77e;
    float: left;
    width: 100%;
    line-height: 15px;
    margin-top: 5px;
    text-shadow: 0 1px 2px #00ff8c;
}
.vitrin-3 .tab-icerik li .col-md-3 div .link1, .vitrin-3 .tab-icerik li .col-md-3 div .link2, .vitrin-3 .tab-icerik li .col-md-3 div .link3 {
    box-shadow: 0 0 3px #f35f69;
    margin: 10px auto 0;
    display: table;
    background: #f35f69;
    padding: 0 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.vitrin-3 .tab-icerik li .col-md-3 div .link2 {
    background: #c1a0e7;
    box-shadow: 0 0 3px #c1a0e7;
}
.vitrin-3 .tab-icerik li .col-md-3 div .link3 {
    background: #06b291;
    box-shadow: 0 0 3px #066c58;
}
.vitrin-3 .tab-icerik li .col-md-3 div .link1:hover, .vitrin-3 .tab-icerik li .col-md-3 div .link2:hover, .vitrin-3 .tab-icerik li .col-md-3 div .link3:hover {
    background: #59bae8;
    box-shadow: 0 0 3px #59bae8;
}
.vitrin-3 .tab-icerik .tab-icerik-aciklama {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 25px;
    background: linear-gradient(to left, #fff, #1d2124);
}
.vitrin-3 .tab-icerik .img-dis {
    display: flex;
    width: 100%;
    margin: 0;
    align-items: center;
    height: 275px;
    overflow: hidden;
}
.vitrin-3 .tab-icerik .tab-icerik-aciklama img {
    width: 100px;
    margin: 0 25px;
    border-radius: 50%;
    border: 1px solid #dddd;
}
.vitrin-3 .tab-icerik .tab-icerik-aciklama div {
    background: linear-gradient(to left, #fff, #fff);
    padding: 10px 30px;
    border-radius: 50px 0 0 50px;
    margin: 10px 0;
}
.vitrin-3 .tab-icerik .tab-icerik-urun {
    float: left;
    width: 100%;
    padding: 50px 20px 20px;
    border-bottom: 0;
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
}
.vitrin-4 .col-md-4 span {
    cursor: pointer;
    position: relative;
    float: left;
    padding: 15px;
    margin: 10px 10px 25px;
    height: 155px;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-radius: 10px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}
.vitrin-4 .col-md-4 span img {
    width: 60px;
    position: absolute;
    top: -20px;
}
.vitrin-4 .col-md-4 span div {
    display: flow-root;
    text-align: left;
}
.vitrin-4 .col-md-4 span div h3 {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#22b344), to(#000));
    background: -webkit-linear-gradient(left, #000, #22b344, #000);
    background: -o-linear-gradient(left, #000, #22b344, #000);
    background: linear-gradient(to right, #000, #22b344, #000);
    -webkit-background-clip: text!important;
    padding-left: 70px;
    font-size: 21px;
}
.vitrin-4 .col-md-4 span div p {
    line-height: 21px;
    font-size: 14px;
}
.vitrin-5 .col-md-3 div:before {
    content: '';
    position: absolute;
    background: url(../images/sag-ok.png) center/100% no-repeat;
    right: 0;
    top: 10px;
    width: 60px;
    height: 60px;
}
.vitrin-5 .col-md-3 div span {
    width: 80px;
    display: table;
    margin: 0 auto 15px;
    padding: 10px 15px;
    border-radius: 10px 40px;
    position: relative;
    box-shadow: 0 0 10px #000;
}
.vitrin-5 .col-md-3 div span b {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px 20px;
    animation: 6s linear infinite spin;
}
.vitrin-5 .col-md-3 div p {
    font-size: 14px;
    color: #434343;
    padding: 0 25px;
    margin-bottom: 10px;
}
.vitrin-6 {
    background: linear-gradient(-45deg, #2a828c, #000, #20435f, #19535b);
    background-size: 400% 400%;
    animation: 15s infinite gradient;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: inset 0 0 10px #000;
}
.vitrin-6 .vitrin-baslik h3 {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#1aa483), to(#000));
    background: -webkit-linear-gradient(left, #000, 1aa483, #8e00ff);
    background: -o-linear-gradient(left, #000, #1aa483, #000);
    background: linear-gradient(to right, #fff, #c7eeff, #34ff00);
}
.vitrin-6 .bg-1, .vitrin-6 .bg-2 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-1.png) 0 0/auto 100% no-repeat;
    opacity: .2;
}
.vitrin-6 .bg-2 {
    background-repeat-x: no-repeat;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.vitrin-6 .scroll p {
    font-size: 14.5px;
    text-align: center;
    width: 84%;
    margin: 0 auto;
    text-shadow: 0 0 2px #535050;
}
.vitrin-6 .etiket {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}
.vitrin-6 .etiket a {
    background: #00000091;
    color: #fff;
    font-size: 13px;
    padding: 3px 14px;
    display: inline-flex;
    margin: 5px;
    box-shadow: inset 0 0 4px #000;
    border-radius: 6px;
}
.vitrin-6 .etiket a:before {
    content: '#';
    margin-right: 4px;
    color: #c3ff00;
}
.vitrin-6 .etiket a:hover {
    background: #f16c2c;
}
footer {
    background: #333549;
    border-top: 5px dashed #fff;
    color: #fff;
    box-shadow: inset 0 0 30px #000;
}
footer:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/footer-bg.png) top center/auto 50% no-repeat #0000003b;
    opacity: .7;
}
#sayfa-iletisim-form, #slider, #slider ul, #slider ul li, .adres-cubugu, .ic-sayfa, .ic-sayfa .container, .loop-grid article, .post-thumb, footer .icerik h4 {
    position: relative;
}
footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .sol .logo {
    width: 50%;
    margin: 0 auto;
}
#sayfa-iletisim-form label, footer .sol p {
    font-size: 13px;
}
footer .sol span {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-size: 17px;
    color: #00ff8b;
    text-shadow: 0 0 5px #000;
}
footer .sol ul li a {
    float: left;
    padding: 0;
    margin: 0;
    display: grid;
}
footer .sol ul li a img {
    width: 25px;
    border-radius: 4px;
    box-shadow: 0 0 5px #1a1b2f;
    margin: 0 5px;
}
footer .sol .duyuru {
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .buton1:before, footer .buton2:before {
    content: '';
    background-size: auto 64%!important;
    background-position: 12px 7px!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%}
footer .buton1:before {
    background: url(../images/whatsapp.png) no-repeat;
}
footer .buton2:before {
    background: url(../images/mail.png) no-repeat;
}
footer .sag, footer .sol {
    background: #3d3f53;
    box-shadow: inset 0 0 50px #000;
    text-align: center;
    padding: 40px 20px;
    float: left;
    position: relative;
    z-index: 1;
}
footer .icerik {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
footer .icerik h4 {
    float: left;
    font-size: 20px;
    width: fit-content;
    margin-bottom: 10px;
}
.ic-sayfa-icerik p, footer .icerik a {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
footer .icerik h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #00ff8b;
}
footer .icerik a {
    color: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff12;
    text-shadow: 0 0 10px #000;
}
.ic-sayfa h1, footer .icerik a:hover {
    color: #00ff8b;
}
footer .icerik a:last-child {
    border-bottom: 0;
}
footer .sag {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .sag h5 {
    font-size: 25px;
    color: #00ff8b;
}
footer .copyright {
    text-align: center;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #131212;
}
footer .copyright a {
    float: inherit;
    color: #00ffa3;
    text-shadow: 0 0 4px #000;
    background: #3d4054;
    padding: 3px 15px;
    margin: 0 10px;
    border-right: 1px solid #131212;
    border-left: 1px solid #131212;
}
#whatsapp {
    position: fixed;
    bottom: 0;
    left: 6%;
    z-index: 3;
    width: 310px;
    background: url(../images/yorum-bg.webp) 0 0/200% 200% #f2f4f9;
    -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    box-shadow: 0 0 15px #000;
    font-size: 12px;
    border: 1px solid #001114;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.adres-cubugu:after, .ic-sayfa:after {
    content: '';
    box-shadow: inset 0 0 120px #000;
    opacity: .8;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%}
#whatsapp span {
    display: flex;
    background: #01404a;
    text-align: center;
    color: #fff;
    justify-content: center;
    padding: 5px 0;
    align-items: center;
}
#whatsapp .menu-icon {
    background: url(../images/whatsapp.png);
}
#whatsapp form p {
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}
#whatsapp form input {
    margin: 0 10px;
    width: calc(100% - 20px);
}
#whatsapp form button {
    position: absolute;
    bottom: 11px;
    right: 16px;
    width: 25px;
    height: 27px;
    background: url(../images/mesaj-button.png) 0 0/100% no-repeat;
    border: none;
    cursor: pointer;
}
.ic-sayfa {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 30px;
    box-shadow: 0 0 15px #000;
}
.ic-sayfa:after {
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, #000 0, #09ada9 100%);
}
.ic-sayfa h1 {
    background: url(../images/footer-ok.png) left center/auto 56% no-repeat;
    padding-left: 30px;
    text-shadow: 0 0 5px #000;
}
.ic-sayfa .kisa_aciklama {
    width: 50%;
    font-size: 14px;
}
.ic-sayfa ul {
    position: absolute;
    bottom: -41px;
    left: 0;
    z-index: 0;
    background: #349f9c;
    border: 1px solid #000;
    box-shadow: 0 0 5px #000;
    border-radius: 10px 15px 15px 10px;
    padding-right: 10px;
    overflow: hidden;
    color: #fff;
}
.ic-sayfa ul li {
    float: left;
    text-shadow: 0 0 3px #000;
}
.ic-sayfa ul li a {
    float: left;
    color: #fff;
    font-size: 15px;
}
.ic-sayfa li:first-child a:before {
    content: '';
    float: left;
    width: 38px;
    height: 26px;
    background: url(../images/anasayfa.png) center/auto 75% no-repeat #69dbc9;
    margin-right: 10px;
}
.ic-sayfa li a:after {
    content: '';
    float: right;
    width: 30px;
    height: 26px;
    margin-right: 10px;
    margin-left: 10px;
    background: url(../images/footer-ok.png) center/auto 75% no-repeat #005957;
    border-right: 1px solid #4886bb;
    border-left: 1px solid #4886bb;
}
.ic-sayfa li.aktif a:after {
    background: 0 0;
    width: 0;
    border: none;
}
.ic-sayfa-icerik h1, .ic-sayfa-icerik h2, .ic-sayfa-icerik h1 a, .ic-sayfa-icerik h2 a {
    color: #349f9c;
    font-weight: 700;
}
.ic-sayfa-icerik ul {
    float: left;
    margin-left: 30px;
    list-style: auto;
    width: 100%}
.adres-cubugu {
    float: left;
    width: 100%;
    color: #fff;
    padding-top: 50px;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-content: space-between;
}
.adres-cubugu:after {
    position: absolute;
    width: 100%;
    background: linear-gradient(87deg, #797fdd 0, #000 50%, #000 100%);
}
.adres-cubugu .container .row {
    display: flex;
    align-content: stretch;
    align-items: center;
}
.adres-cubugu .background, .ic-sayfa .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%!important;
    background-position: center center!important;
    z-index: -1;
}
.adres-cubugu .video, .ic-sayfa .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.adres-cubugu h1 {
    border: 3px solid #ffffffe3;
    border-bottom: none;
    border-top: none;
    background: #00000087;
    text-align: center;
    padding: 0 20px;
    box-shadow: inset 0 0 10px #000;
    text-shadow: 0 0 4px #000;
    color: #38ff53;
    margin-top: 20px;
}
.adres-cubugu .kisa_aciklama p {
    font-size: 15px;
    padding: 5px 20px;
    text-align: center;
    border: 3px solid #ffffff7a;
    border-top: none;
    border-bottom: none;
    background: #00000057;
    line-height: 20px;
    text-shadow: 0 0 4px #000;
}
.adres-cubugu .linkler {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #78767633;
}
.adres-cubugu .linkler a {
    font-size: 16px;
    margin: 0 8px;
    padding: 0 30px 0 0;
    text-shadow: 0 0 10px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    box-shadow: inset 0 0 10px 0 #575355;
    border-radius: 10px;
    color: #000;
}
.adres-cubugu .linkler a img {
    width: 40px;
    margin-right: 20px;
    padding: 7px 9px;
    border-right: 1px solid silver;
}
.adres-cubugu .linkler .button1 {
    background: #fff;
    border: .5px solid #000;
}
.adres-cubugu .linkler .button1:hover {
    animation: 1.5s infinite zoom-in-zoom-out;
}
.adres-cubugu .fiyatlar {
    font-weight: 700;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 0 10px #000;
    margin: 10px auto 0;
    display: table;
}
.yorum .arrow, .yorum .dots {
    display: block;
    position: absolute;
}
.adres-cubugu .fiyatlar .piyasa {
    display: flex;
    text-decoration: line-through;
    margin-right: 25px;
    font-size: 16px;
    line-height: 35px;
    color: red;
}
.adres-cubugu .fiyatlar .indirim {
    display: flex;
    margin-right: 25px;
    line-height: 6px;
    color: red;
}
.adres-cubugu .fiyatlar .normal {
    float: left;
    padding: 7px 10px;
    margin-right: 20px;
    color: #fff;
    font-size: 24px;
    background: #3670d6;
    box-shadow: inset 0 0 10px #000;
}
.ozellik-dis {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.ozellik-dis h3 {
    padding: 5px 0;
    background: -webkit-gradient(linear, left top, right top, from(#ff0070), color-stop(#001d93), to(#ff0070));
    background: -webkit-linear-gradient(left, #ff0070, #001d93, #ff0070);
    background: -o-linear-gradient(left, #ff0070, #001d93, #ff0070);
    background: linear-gradient(to right, #ff0070, #001d93, #ff0070);
    -webkit-background-clip: text!important;
    font-weight: 700;
    font-size: 23px;
}
.ozellik-dis p {
    text-align: left;
}
.ozellik {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ozellik li {
    transition: .5s;
    padding: 20px 10px;
    flex: calc(45% - 20px);
    margin: 15px 15px 15px 0;
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 3px;
    border: 1px dashed #d0cfcf;
    box-shadow: 2px 3px 6px #e1e1e1;
    cursor: pointer;
}
.ozellik li:hover {
    background: #f4fff7;
}
.ozellik li img {
    height: fit-content;
    width: 65px;
}
.ozellik li div:first-child {
    width: 20%;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ded3d3;
}
.ozellik li div:last-child {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ozellik li div b {
    background: -webkit-gradient(linear, left top, right top, from(#0056a0), color-stop(#3cb706), to(#000));
    background: -webkit-linear-gradient(left, #0056a0, #3cb706, #000);
    background: -o-linear-gradient(left, #0056a0, #3cb706, #000);
    background: linear-gradient(to right, #0056a0, #3cb706, #000);
    -webkit-background-clip: text!important;
    font-weight: 700;
}
.ozellik li div p {
    color: #000;
    font-size: 14px;
    text-align: left;
}
.buton1, .buton2, .buton3, .buton4, .buton5 {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 100px;
    padding: 8px 12px 8px 45px;
    margin: 10px 0;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 88%);
}
.buton1 {
    background: #3ab77e;
    background: -moz-linear-gradient(left, #3ab77e 0, #2196f3 100%);
    background: -webkit-linear-gradient(left, #3ab77e 0, #2196f3 100%);
    background: linear-gradient(to right, #3ab77e 0, #2196f3 100%);
}
.buton2, .buton3, .buton4, .buton5 {
    background: #423c8a;
    background: -moz-linear-gradient(left, #423c8a 0, #ff6a6a 100%);
    background: -webkit-linear-gradient(left, #423c8a 0, #ff6a6a 100%);
    background: linear-gradient(to right, #423c8a 0, #ff6a6a 100%);
}
#slider {
    overflow: hidden;
    margin: 0 auto;
    width: calc(75%);
    padding: 0;
    height: 330px;
    box-shadow: 0 0 50px #000;
    border-right: 1px solid #000000d1;
    border-left: 1px solid #000000d1;
    border-radius: 0 0 30px 30px;
    background: linear-gradient(306deg, #797fdd 0, #151645 50%, #797fdd 100%);
    background-size: 400% 400%;
    animation: 5s infinite gradient;
}
#slider ul {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
#slider ul li {
    float: left;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#slider ul li img {
    height: 85%;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 3px;
    background: #fff;
    box-shadow: 0 0 50px #000;
}
#sayfa-iletisim-bilgi {
    float: left;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
    width: 410px;
}
#sayfa-iletisim-bilgi b {
    text-align: center;
    background: #edfaff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
#sayfa-iletisim-bilgi a, .loop-grid article {
    background: #fff;
    overflow: hidden;
    display: flex;
}
#sayfa-iletisim-bilgi a {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px;
    justify-content: flex-start;
    font-size: 14px;
}
#sayfa-iletisim-bilgi a img {
    width: 40px;
    margin-right: 5px;
    border-right: 1px solid #ddd;
    background: #ecfaff;
    padding: 5px;
}
#sayfa-iletisim-form {
    padding: 10px;
    border: 1px solid #ddd;
    background: linear-gradient(to right, #daf1fb 0, #effff4 100%);
    box-shadow: 0 0 10px silver;
    border-radius: 10px;
    width: 40%;
    margin: 20px auto 0;
}
#sayfa-iletisim-form h3 {
    text-align: left;
    border-bottom: 1px solid #dddd;
    margin-bottom: 10px;
}
#sayfa-iletisim-form button {
    padding: 10px 15px;
    border: none;
    box-shadow: unset;
}
.banka-hesaplari {
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.banka-hesaplari img {
    height: 150px;
}
.loop-grid article {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}
.post-thumb {
    overflow: hidden;
    width: 250px;
}
.loop-grid .entry-content-2 {
    padding: 20px 30px;
    text-align: left;
    width: calc(100% - 250px);
}
.yorum, .yorum .wrap {
    width: 100%;
    position: relative;
}
.border-radius-15 {
    border-radius: 15px;
}
#mobil-menu {
    position: fixed;
    z-index: 9999999;
    right: 50px;
    top: 11px;
    width: 23px;
    height: 25px;
    background: url(../images/menu.png) center/76% no-repeat;
    border-radius: 3px;
    border: 1px solid #514e4e;
}
#dil {
    position: absolute;
    right: 18px;
    top: 60px;
    border: 1px solid #000d;
    border-radius: 3px;
    background: #00000078;
    min-width: 95px;
}
#dil a {
    display: flex;
    align-items: center;
    padding: 2px 6px;
    color: #fff;
    justify-content: flex-start;
    border-bottom: 1px solid #0000004f;
    font-size: 12px;
}
#dil a img {
    width: 25px;
    float: left;
    border: 1px solid #fff;
    padding: 1px;
    background: #000;
    border-radius: 2px;
    margin-right: 5px;
}
#dil a span {
    float: left;
    background: 0 0;
    border: none;
}
#dil div {
    padding: 3px 6px;
    display: none;
}
#dil div a {
    padding: 0;
    border: none;
}
.yorum .vitrin-baslik h3 {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#1aa483), to(#000));
    background: -webkit-linear-gradient(left, #000, 1aa483, #8e00ff);
    background: -o-linear-gradient(left, #000, #1aa483, #000);
    background: linear-gradient(to right, #000, #155d88, #000);
}
.yorum .vitrin-baslik p {
    font-weight: 700;
    font-size: 16px;
    color: #155d88;
}
.yorum {
    background: url(https://yazilimajans.cubecdn.net/assets/images/yorum-bg.webp) #f2f4f9;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
}
.yorum .wrap {
    max-width: 70%;
    margin: auto;
    background: #ffffffe3;
    border-radius: 10px;
    box-shadow: 0 0 7px #afafaf;
}
.yorum .arrow {
    cursor: pointer;
    top: 45%;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(https://yazilimajans.cubecdn.net/assets/images/footer-ok.png) center center/auto 50% no-repeat #fff;
    box-shadow: 0 0 3px #7684a4;
}
.yorum .arrow:before {
    cursor: pointer;
}
.yorum .arrow.left {
    left: -20px;
    transform: rotate(-180deg);
}
.yorum .arrow.right {
    right: -20px;
}
.yorum .dots {
    text-align: center;
    width: 100%;
    bottom: 15px;
    left: 0;
    z-index: 3333;
    height: 12px;
}
.yorum .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: relative;
}
.yorum .dots .dot.active, .yorum .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}
.yorum .dots .dot.active {
    -webkit-animation: .5s ease-in-out forwards yorum-scale;
    -moz-animation: .5s ease-in-out forwards yorum-scale;
    -ms-animation: yorum-scale .5s ease-in-out forwards;
    -o-animation: .5s ease-in-out forwards yorum-scale;
    animation: .5s ease-in-out forwards yorum-scale;
}
.yorum .cont>div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.yorum .cont>div.inactive {
    opacity: 1;
}
.yorum .cont>div.active {
    position: relative;
    opacity: 1;
}
.yorum .cont div .img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #fff;
}
.yorum .cont div .img {
    width: 100px;
    height: 100px;
    margin-left: 30px;
}
.yorum .cont div span {
    float: left;
    width: calc(100% - 140px);
    margin: 30px 15px;
}
.yorum .cont div h2 {
    font-size: 1em;
}
.yorum .cont div p {
    color: #413e3e;
    width: 100%;
    float: left;
    position: relative;
}
.yorum .cont div.active .img {
    display: inline-table;
    margin-top: 10px;
    background: linear-gradient(-45deg, #56dbc0, #20fff8, #32fe79, #96fffd);
    background-size: 400% 400%;
    animation: .6s ease-in-out forwards yorum-show;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 6px #646060;
    -webkit-animation: .6s ease-in-out forwards yorum-show;
    -moz-animation: .6s ease-in-out forwards yorum-show;
    -ms-animation: yorum-show .6s ease-in-out forwards;
    -o-animation: .6s ease-in-out forwards yorum-show;
}
.yorum .cont div.active .img img {
    -webkit-animation: .5s ease-in-out forwards yorum-show;
    -moz-animation: .5s ease-in-out forwards yorum-show;
    -ms-animation: yorum-show .5s ease-in-out forwards;
    -o-animation: .5s ease-in-out forwards yorum-show;
    animation: .5s ease-in-out forwards yorum-show;
}
.yorum .cont div.active h2 {
    -webkit-animation: .4s ease-in-out forwards yorum-content-in;
    -moz-animation: .4s ease-in-out forwards yorum-content-in;
    -ms-animation: yorum-content-in .4s ease-in-out forwards;
    -o-animation: .4s ease-in-out forwards yorum-content-in;
    animation: .4s ease-in-out forwards yorum-content-in;
}
.yorum .cont div.active p {
    -webkit-animation: .5s ease-in-out forwards yorum-content-in;
    -moz-animation: .5s ease-in-out forwards yorum-content-in;
    -ms-animation: yorum-content-in .5s ease-in-out forwards;
    -o-animation: .5s ease-in-out forwards yorum-content-in;
    animation: .5s ease-in-out forwards yorum-content-in;
}
.yorum .cont div.inactive .img img {
    -webkit-animation: .5s ease-in-out forwards yorum-hide;
    -moz-animation: .5s ease-in-out forwards yorum-hide;
    -ms-animation: yorum-hide .5s ease-in-out forwards;
    -o-animation: .5s ease-in-out forwards yorum-hide;
    animation: .5s ease-in-out forwards yorum-hide;
}
.yorum .cont div.inactive h2 {
    -webkit-animation: .4s ease-in-out forwards yorum-content-out;
    -moz-animation: .4s ease-in-out forwards yorum-content-out;
    -ms-animation: yorum-content-out .4s ease-in-out forwards;
    -o-animation: .4s ease-in-out forwards yorum-content-out;
    animation: .4s ease-in-out forwards yorum-content-out;
}
.yorum .cont div.inactive p {
    -webkit-animation: .5s ease-in-out forwards yorum-content-out;
    -moz-animation: .5s ease-in-out forwards yorum-content-out;
    -ms-animation: yorum-content-out .5s ease-in-out forwards;
    -o-animation: .5s ease-in-out forwards yorum-content-out;
    animation: .5s ease-in-out forwards yorum-content-out;
}
@-webkit-keyframes yorum-scale {
    0% {
    -webkit-box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 0 0 0 #eee;
}
35% {
    -webkit-box-shadow: 0 0 10px 5px #eee;
    box-shadow: 0 0 10px 5px #eee;
}
70% {
    -webkit-box-shadow: 0 0 10px 5px #ea830e;
    box-shadow: 0 0 10px 5px #ea830e;
}
100% {
    -webkit-box-shadow: 0 0 0 0 #ea830e;
    box-shadow: 0 0 0 0 #ea830e;
}
}@-moz-keyframes yorum-scale {
    0% {
    -moz-box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 0 0 0 #eee;
}
35% {
    -moz-box-shadow: 0 0 10px 5px #eee;
    box-shadow: 0 0 10px 5px #eee;
}
70% {
    -moz-box-shadow: 0 0 10px 5px #ea830e;
    box-shadow: 0 0 10px 5px #ea830e;
}
100% {
    -moz-box-shadow: 0 0 0 0 #ea830e;
    box-shadow: 0 0 0 0 #ea830e;
}
}@-ms-keyframes yorum-scale {
    0% {
    -ms-box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 0 0 0 #eee;
}
35% {
    -ms-box-shadow: 0 0 10px 5px #eee;
    box-shadow: 0 0 10px 5px #eee;
}
70% {
    -ms-box-shadow: 0 0 10px 5px #ea830e;
    box-shadow: 0 0 10px 5px #ea830e;
}
100% {
    -ms-box-shadow: 0 0 0 0 #ea830e;
    box-shadow: 0 0 0 0 #ea830e;
}
}@-o-keyframes yorum-scale {
    0% {
    -o-box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 0 0 0 #eee;
}
35% {
    -o-box-shadow: 0 0 10px 5px #eee;
    box-shadow: 0 0 10px 5px #eee;
}
70% {
    -o-box-shadow: 0 0 10px 5px #ea830e;
    box-shadow: 0 0 10px 5px #ea830e;
}
100% {
    -o-box-shadow: 0 0 0 0 #ea830e;
    box-shadow: 0 0 0 0 #ea830e;
}
}@keyframes yorum-scale {
    0% {
    box-shadow: 0 0 0 0 #eee;
}
35% {
    box-shadow: 0 0 10px 5px #eee;
}
70% {
    box-shadow: 0 0 10px 5px #ea830e;
}
100% {
    box-shadow: 0 0 0 0 #ea830e;
}
}@-webkit-keyframes yorum-content-in {
    from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@-moz-keyframes yorum-content-in {
    from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}
}@-ms-keyframes yorum-content-in {
    from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}@-o-keyframes yorum-content-in {
    from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes yorum-content-in {
    from {
    opacity: 0;
    transform: translateY(100%);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}@-webkit-keyframes yorum-content-out {
    from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
}@-moz-keyframes yorum-content-out {
    from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}
to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
}@-ms-keyframes yorum-content-out {
    from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
}@-o-keyframes yorum-content-out {
    from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-100%);
}
}@keyframes yorum-content-out {
    from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-100%);
}
}@-webkit-keyframes yorum-show {
    from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@-moz-keyframes yorum-show {
    from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
}
}@-ms-keyframes yorum-show {
    from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}
}@-o-keyframes yorum-show {
    from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
}
}@keyframes yorum-show {
    from {
    opacity: 0;
    transform: scale(0);
}
to {
    opacity: 1;
    transform: scale(1);
}
}@-webkit-keyframes yorum-hide {
    from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}@-moz-keyframes yorum-hide {
    from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
}
to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}@-ms-keyframes yorum-hide {
    from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}
to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}@-o-keyframes yorum-hide {
    from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
}
to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}@keyframes yorum-hide {
    from {
    opacity: 1;
    transform: scale(1);
}
to {
    opacity: 0;
    transform: scale(0);
}
}
@media only screen and (max-width:700px) {
    #mobil-menu, header {
        display: block;
    }
    footer .icerik, footer .sag, footer .sol {
        border-bottom: 1px solid #272727;
    }
    #anasayfa-slider .iletisim a, #slider {
        margin-bottom: 15px;
    }
    .ic-sayfa-icerik h1, .ic-sayfa-icerik h2, .ic-sayfa-icerik p {
        padding-left: 10px!important;
    }
    .ic-sayfa-icerik ul {
        width: auto;
    }
    .hidden-xs {
        display: none!important;
    }
    header {
        height: 50px;
        background: #000;
    }
    header #logo {
        position: fixed;
        top: 10px;
    }
    header ul {
        display: none;
        width: 100%}
    header ul:first-child {
        margin-top: 50px;
    }
    header ul li.drop {
        border-bottom: .5px dashed #ffffff17;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    header ul li .menu-icerik div ul {
        margin-top: 5px;
        padding-top: 5px;
    }
    header ul li .menu-icerik {
        width: 100%;
        padding: 0;
        left: 0;
        position: unset;
        overflow-y: scroll;
        height: 350px;
        display: none;
        margin-top: 10px;
    }
    header ul li .menu-icerik div {
        width: 100%;
        max-width: 100%;
        border: none;
        margin-bottom: 10px;
        background: #00000063;
        padding: 10px;
        border-radius: 4px;
        box-shadow: inset 0 0 10px #000;
    }
    header ul li b {
        border: none;
    }
    #bizimkiler span p {
        font-size: 12px;
    }
    #menu-bg {
        background: linear-gradient(180deg, #034d53 0, #00090d 50%, #145c93 100%);
        box-shadow: inset 0 0 120px #000;
    }
    #menu-bg[data-ak="1"] {
        height: 100vh!important;
    }
    header ul li .menu-icerik div p {
        font-size: 13px;
    }
    #anasayfa-slider .row video {
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -2;
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        transition: opacity 1s;
    }
    #anasayfa-slider .iletisim {
        flex-direction: column;
        align-items: center;
    }
    #anasayfa-slider .row {
        margin-top: 85px;
    }
    #arayalim {
        left: 0;
        width: 100%}
    #arayalim div input {
        margin-right: 10px;
    }
    .col-xs-12, .vitrin-6 .scroll p {
        width: 100%}
    .col-xs-6 {
        width: 50%}
    .vitrin-1 .col-md-4:first-child ul.sol-ul {
        padding-right: 85px;
        padding-left: 15px;
        text-align: left;
        border: none;
    }
    .vitrin-1 .col-md-4:first-child ul.sol-ul li .img {
        right: -87px;
        border-radius: 30px 0 0 30px;
    }
    .vitrin-1 .col-md-4 ul.sag-ul {
        padding-left: 85px;
        padding-right: 15px!important;
        text-align: left;
        border: none;
    }
    .vitrin-1 .col-md-4 ul.sag-ul li .img {
        left: -90px;
        border-radius: 0 30px 30px 0;
    }
    .vitrin-4 .col-md-4 span {
        height: unset;
    }
    .vitrin-5 .col-md-3 div:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .vitrin-3 .tab-menu, footer .row {
        flex-direction: column;
    }
    .vitrin-3 .tab-menu li {
        margin: 0 20px 10px 10px;
    }
    .vitrin-3 .tab-menu li:last-child {
        margin-bottom: 0;
    }
    .vitrin-3 .tab-icerik .tab-icerik-aciklama {
        flex-direction: column;
        padding-top: 10px;
    }
    .yorum .cont>div {
        flex-direction: column!important;
    }
    .yorum .wrap {
        max-width: 100%!important;
    }
    .yorum .cont div span {
        margin: 10px 0 30px!important;
        width: 83%!important;
    }
    .ozellik-dis h3, .ozellik-dis p, .yorum .cont div h2 {
        text-align: center;
    }
    footer .icerik {
        background: #3d3f53;
    }
    .container {
        width: 100%!important;
    }
    footer .sag {
        background: #2b2d3e;
    }
    footer {
        padding: 0!important;
    }
    footer .copyright {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }
    .vitrin-3 .tab-icerik .img-dis {
        margin-bottom: 10px;
        align-items: flex-start;
        height: auto;
    }
    .vitrin-1, .vitrin-2, .vitrin-3, .vitrin-4, .vitrin-5, .vitrin-6, .yorum {
        width: 100%;
        overflow: hidden;
    }
    .vitrin-6 .etiket a {
        margin: 2px 1px;
        font-size: 14px;
        padding: 3px 8px;
    }
    .vitrin-6 .etiket {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    .adres-cubugu .container .row, .ozellik li {
        flex-direction: column;
        display: flex;
    }
    .ozellik li {
        align-items: center;
        text-align: center;
        flex: 100%;
        margin-left: 15px;
    }
    .ozellik li div:first-child {
        border: none;
        margin: 0;
        align-items: center;
    }
    .ozellik li div:first-child img{
    height: unset;
}
    .ozellik li div p, .ozellik li div:last-child {
        width: 100%;
        text-align: center;
    }
    .adres-cubugu {
        height: auto;
    }
    .adres-cubugu .linkler {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }
    .adres-cubugu .iletisim {
        flex-direction: row;
    }
    .adres-cubugu .iletisim a {
        font-size: 13px;
        margin-right: 0;
        margin-left: 3px;
    }
    .adres-cubugu .iletisim a img {
        margin-right: 2px;
        width: 35px;
    }
    .adres-cubugu .linkler a {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    #slider {
        width: 95%;
        border-radius: 10px;
        margin-top: 15px;
    }
    #sayfa-iletisim-bilgi, .ic-sayfa .kisa_aciklama {
        width: 100%;
        max-width: 95%!important;
        margin: 0 auto;
        float: unset;
    }
    .ic-sayfa {
        padding-left: 10px;
        padding-right: 10px;
    }
    .loop-grid article {
        display: flex;
        flex-direction: column;
        text-align: center;
        border-bottom: 1px solid #ddd;
        width: 100%;
        margin-bottom: 10px;
    }
    .loop-grid .entry-content-2 {
        width: 95%;
        text-align: center;
        padding: 0;
    }
    .loop-grid article:last-child {
        border: unset;
    }
    #sayfa-iletisim-form {
        width: 95%!important;
    }
    .iletisim-sol h2, .iletisim-sol p {
        padding-left: 15px;
    }
}