html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	vertical-align: baseline;
}
:focus {
    outline: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
a{
    color: white;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    color: white;
    outline: 0;
    text-decoration: none;
}
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media (min-width: 1200px) and (max-width: 1300px){
    .container {
        max-width: 1070px;
    }
}
@media (min-width: 1300px){
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1440px){
    .container {
        max-width: 1300px;
    }
}
@media (min-width: 1600px){
    .container {
        max-width: 1400px;
    }
}


/* Değişkenler */


:root{
    --main-color: #226497;
    --main-dark-color: #204577;
    --second-color: #2ba1d9;
    --second-dark-color: #2a94cb;

    --red-color: #bb1717;
    --yel-color:  #f8dc01;
    --shadow: 0px 0px 7px #0004;
    --bottom-shadow: 0px 1px 2px #0002;
    --radius: 3px;
    --radius2x: 6px;
    --radius3x: 9px;
    --transition: .3s ease;
    --zoom: 7s cubic-bezier(0, 0.01, 0.09, 0.49);
}


/* FONT */


@import url('https://fonts.googleapis.com/css?family=Montserrat:200,500i&display=swap');

/* CSS */

body{
    background:#fbfbfb;
}
body.compensate-for-scrollbar{
    overflow: initial
}
.my-btn{
    background: var(--main-color);
    border-style: hidden;
    color: white;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.my-btn:before{
    content: '';
    position: absolute;
    height: 200%;
    width: 10px;
    background: #ffffff82;
    top: -50%;
    right: -100%;
    transition: .6s;
    transform: skew(-20deg);
}
.my-btn:hover{
    color: white;
}
.my-btn:hover::before{
    right: 140%;
}
.second-btn{
    background: white;
    border-style: hidden;
    color: #8c8c8c;
    box-shadow: var(--bottom-shadow);
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 0.425em 1em;
    margin-left: 5px;
}
.my-shadow{
    box-shadow: var(--bottom-shadow);
}
.ptb-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.ptb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.ptb-90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.ptb-100{
    padding-top: 100px;
    padding-bottom: 100px;
}

/* BAR CSS  */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
    background: linear-gradient(45deg, black, var(--main-dark-color));
}
::-webkit-scrollbar-thumb {
    border-radius: var(--radius3x);
    background: white;
    min-height: 75px;
    border: 1px solid var(--main-color);
}
::-webkit-scrollbar-thumb:hover {
    background: white;
    border: none;
}

/* FANCYBOX CONTENT */
.fancybox-container{
    z-index: 99999999999;
}
.fancybox-content{
    padding: 0;
    max-height: 600px;
    max-width: 100vw;
    background: transparent;
}
.fancybox-content img{
    max-height: 600px;
    width: 100%;
    object-fit: contain;
}

.accordion .card-header a{
    color: var(--red-color);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    padding: .6em 1em;
    display: block;
}
.collapse {
    display: block !important;
    max-height: 0;
    transition: 1s;
}
.collapse.show{
    max-height: 100vh;
}
.label_39._right_1y{
    z-index: 9999;
}
.channel_logo{
        max-height: 60px;
    max-width: 60px;
    object-fit: contain;
    border-radius: 100%;
    margin-right: 1em;
    box-shadow: var(--shadow);
}

.fancybox-content{
    display: none;
    max-width: 800px;
    background: white;
    padding: 3em;
    border-radius: 10px;
    box-shadow: var(--shadow);
    line-height: 18px;
}
.fancybox-content span.title{
    font-size: 22px;
    color: var(--main-dark-color);
    line-height: 26px;
}

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}


#cookie_agree{
    position: fixed;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    transition: 1s;
    background: linear-gradient(90deg, var(--main-color), var(--main-dark-color));
    padding: 1em;
    color: white;
    box-shadow: var(--shadow);
    z-index: 9999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#cookie_agree.opened{
    visibility: visible;
}
#cookie_agree a{
    font-weight: bold;
    margin: 0 5px;
}
#cookie_agree button{
    width: 50px;
    height: 10px;
    background: none;
    color: white;
    border: none;
    float: right;
}
.fancybox-slide--current{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}