:root {
    /* SAYFA AYARLARI */
    --SayfaGenisligi: 1200px;


    /* Slider Ayarları */
    --sliderYukseklik: 400px;
    --sliderGenislik: 100%;
}

html {
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    color: #ffc7fd;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    background: rgb(255,255,255) url(../images/yaprak.jpg) no-repeat fixed;
    position: relative;
    mim-height: 100vh;
}

body {
    margin: 15px auto 0 auto;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

.genislik {
    width: var(--SayfaGenisligi);
    margin: 0px auto;
}

.renkli-cizgi {
    height: 3px;
    width: 100%;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(to right, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
}

.header {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(196, 196, 196, 0.6);
    display: flex;
    align-items: flex-end;
    flex: 1 1 auto;
    flex-direction: column;
    align-content: flex-end;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    --backdrop-filter: blur(15px);
    -webkit-backdrop-filter: var(--backdrop-filter);
    backdrop-filter: var(--backdrop-filter);
    background: rgba(255,255, 255, 0.5);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.9);
}

.logo {
    display: inline-block;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 20px;
}

.logo img {
    display: block;
    max-height: 40px;
}

.menu {
    float: right;
}

.nav {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.nav * {
  box-sizing: border-box;
  transition: all .35s ease;
}

.nav li {
  display: inline-block;
  list-style: outside none none;
  margin-left: 1px;
  paddin: 0;
}

.nav a {
  padding: .5em .8em;
  color: #910d61;
  position: relative;
  text-decoration: none;
  font-size: 15px;
}

.nav a::before,
.nav a::after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}

.nav a::before {
  content: '';
  right: 0;
  top: 0;
  border-top: 3px solid #910d61;
  border-right: 3px solid #910d61;
  transform: translate(-100%, 50%);
}

.nav a:after {
  content: '';
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #910d61;
  border-left: 3px solid #910d61;
  transform: translate(100%, -50%)
}

.nav a:hover:before,
.nav a:hover:after{
  transform: translate(0,0);
  opacity: 1;
}

.nav a:hover {
  color: #910d61;
}

.banner {
    width: 100%;
    background: rgba(196, 196, 196, 0.6);
    margin: 15px auto;
    border-radius: 10px;
}

.radyo-icerik {
    background: rgba(196, 196, 196, 0.6);
    border-radius: 10px;
}

.radyo-genislik {
    margin: 0px auto;
    padding: 10px;
}

.radyo-genislik h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    background: rgb(163, 163, 163);
    border: solid 1px gray;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    z-index: 1;
}

.radyo-genislik h3:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/bgg.png) -108px -607px no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.hr {
    width: 100%;
    height: 1px;
    border-top: solid 1px #191919;
    background: #fff;
    margin: 10px auto;
}

.h-s-genislik {
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    --backdrop-filter: blur(15px);
    -webkit-backdrop-filter: var(--backdrop-filter);
    backdrop-filter: var(--backdrop-filter);
}

.video {
    width: 450px;
    background: white;
    margin: 15px auto;
    border-radius: 6px;
    padding: 10px;
}

.video iframe {
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border-radius: 6px;
}

[data-s9e-mediaembed] {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    width: 640px;
}

span[data-s9e-mediaembed]>span {
    display: block;
    padding-bottom: 56.25%;
    position: relative;
}

.music-icon {
    opacity: 0.7;
}

.footer {
    padding-top: 20px;
    padding-bottom: 0px;
    background: rgba(145, 13, 97, 0.8);
    font-size: 12px;
    color: #fff;
    position: relative;
    margin: 0 auto;
}

.footer-content {
    padding-bottom: 20px;
    flex: 1 0 0%;
    display: flex;
    position: relative;
    z-index: 2;
}

.footer-content div {
    flex: 1 0 0%;
}

.footer-content .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-start;
}

.footer-content .row>* {
    padding: 0 10px;
}

.footer-content strong {
    color: #E8ECF2;
    font-size: 16px;
    padding: 0 10px 15px 0px;
}

.footer-content strong i {
    margin-right: 5px;
}

.head {
    position: relative;
    font-weight: 300;
    display: block;
    font-size: 22px;
    line-height: 26px;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #30042d;
}

.head:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 60px;
    background: #ffffff;
}

.footer-content ul {
    padding-top: 10px;
    list-style: none;
}

.footer-content ul li {
    padding: 8px 0;
}

.footer-content ul li a {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    padding-left: 22px;
    text-decoration: none;
}

.footer-content ul li a:hover {
    color: #ff87d3;
}

.footer-content ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.footer-content ul li a:hover:before {
    border-color: #ff87d3;
}

.footer-content ul li a:hover:after {
    position: absolute;
    content: "";
    left: 3px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin-top: -3px;
    background: #ff87d3;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.footer .sol {
    display: inline-block;
}

.footer .sag {
    float: right;
}

.copyright {
    padding: 15px 0;
    background: #30042d;
    position: relative;
    z-index: 2;
}

.copyright a {
    text-decoration: none;
    color: #fff;
}

.wave {
    position: relative;
    overflow: hidden;
}

.wave .divider-shape {
    width: 100%;
}

.wave .divider-shape svg {
    display: block;
    width: calc(136.3%);
    height: 50px;
    left: 0;
    transform: rotate3d(0, 1, 0, 180deg);
}

.wave .shape-fill.shape-fill-1 {
    fill: rgba(145, 13, 97, 0.8);
}

.kelebek {
    position: absolute;
    width: 400px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/alt-back.png);
    z-index: -1;
    opacity: 0.5;
}

#kurallar ul p {
    margin-top: 15px;
}

#kurallar ul p:first-child {
    margin-top: 0px;
}

::selection {
    background: #910d61;
    color: #ffc7fd;
}