html,
body {
    width: 100%;
    height: 100%;
    margin: 0;

    background-image: url("../images/bg/bg-black.jpg");
    background-repeat: repeat;

    background-color: black;

    font-family: "arboria", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.733;

    color: white;
}

.bg-image{
    height:100vh;
}

.subtitle{
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 60px;
    font-size: 16px;
}
@media (max-width: 992px) {
    .subtitle{
        line-height: 2;
        margin-top: 20px;
        font-size: 14px;
    }
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.btn-bottom-border{
    font-family: arboria, sans-serif;
    font-weight: 700;
    border-bottom: 1px solid white;
    padding: 7px 30px 5px 30px;
    letter-spacing: 4px;
    color: white;
    font-size: 15px;
}

.btn-bottom-border:hover{
    background-color: white;
    color: black;
}

.bg-image-right{
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}
@media (max-width: 992px) {
    .bg-image-right{
        top: 40px;
    }
}

h1{
    font-family: halogen, sans-serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.4;
    letter-spacing: 10px;
}
@media (max-width: 992px) {
    h1{
        font-size: 40px;
    }
}

h1 span{
    font-family: typeka, sans-serif;
    letter-spacing: 30px;
}
@media (max-width: 767px) {
    h1 span{
        font-family: typeka, sans-serif;
        letter-spacing: 25px;
    }
}
h1 span span{
    letter-spacing: normal;
}

@media (max-width: 767px) {
    h1{
        font-size: 22px;
    }
}

h2{
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 4px;
}
@media (max-width: 992px) {
    h2{
        font-size: 12px;
    }
}

h3{
    font-family: halogen, sans-serif;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 8px;
    margin-bottom: 70px;
}
@media (max-width: 992px) {
    h3{
        font-size: 25px;
        margin-bottom: 90px;
    }
}

.character-italic{
    font-family: source-serif-4-display, serif;
    font-style: italic;
    font-size: 79px;
    opacity: 0.7;
    letter-spacing: 4px;
}
@media (max-width: 992px) {
    .character-italic{
        font-size: 38px;
    }
}

section{
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 992px) {
    section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.header-logo{
	width: 100%;
    position: absolute;
    z-index: 1;
    text-align: center;
    height: 60px;
    border-bottom: 1px solid rgba(247, 247, 247, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
	width: auto;
    height: 20px;
}

.akustikhane-across-logo{
    width: 180px;
    position: absolute;
    bottom: 100px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 992px) {
    .akustikhane-across-logo{
        width: 130px;
        bottom: 100px;
    }
}

.mp-cont{
    position: relative;
    z-index: 35;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.down-icon{
    fill: red;
    width: 36px;
    position: absolute;
    bottom: 50px;
    z-index: 2;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.color-yellow{
    color: #e9eb25;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #989898 !important;
}

.p-absolute{
    position: absolute;
    opacity: 0.3;
    top: 0;
}

.footer{
    border-top: 1px solid rgba(247, 247, 247, .2);
    padding-top: 60px;
}

.param{
    border-right: 1px solid rgba(247, 247, 247, .2);
}
@media (max-width: 992px) {
    .param{
        border-right: none;
        border-bottom: 1px solid rgba(247, 247, 247, .2);
        margin-bottom: 70px;
    }
}

.param p{
    font-family: roc-grotesk-extrawide, sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 4px;
    margin-bottom: 0;
    color: white;
}
@media (max-width: 992px) {
    .param p{
        font-size: 9px;
    }
}

.logo-12{
    width: 70px;
}
@media (max-width: 992px) {
    .logo-12{
        padding-bottom: 30px;
        width: 50px;
    }
}

.logo-param{
    width: 208px;
}
@media (max-width: 992px) {
    .logo-param{
        padding-bottom: 70px;
        width: 140px;
    }
}

.logo-macrocenter{
    width: 170px;
}
@media (max-width: 992px) {
    .logo-macrocenter{
        padding-bottom: 70px;
        width: 140px;
    }
}

.logo-akustikhane{
    width: 170px;
}
@media (max-width: 992px) {
    .logo-akustikhane{
        padding-bottom: 70px;
        width: 140px;
    }
}
/**
 * Progress Bar
 */
.variable-controls {
    width: 100%;
    height: 20px;
    margin-top: 50px;
    display: block;
}

.progress {
	width: 100%;
    height: 2px;
}

.progress-wrap {
	background: rgba(255, 255, 255, 0.2);
	overflow: hidden;
    position: relative;
    margin-top: 13px;
}

.progress-wrap .progress-bar {
    background-color: white;
	left: 0;
	position: absolute;
	top: 0;
	width: 0%;
}

.live-session{
    position: absolute;
    top: -80px;
    left: -70px;
    z-index: -1;
        -webkit-animation:spin 10s linear infinite;
        -moz-animation:spin 10s linear infinite;
        animation:spin 10s linear infinite;
}
    @-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); } }

@media (max-width: 992px) {
    .live-session{
        width: 100px;
        top: -35px;
        left: -5px;
    }
}

@media (max-width: 992px){
    .slick-slide img {
        width: auto;
        height: 220px;
    }
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
 }
 .vimeo-wrapper video {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
 }

 .blutv-text{
     font-size: 20px;
     margin-bottom: 0px;
     letter-spacing: 3px;
 }

 @media (max-width: 992px) {
    .blutv-text{
        font-size: 16px;
        letter-spacing: 2px;
    }
}

.blutv-logo{
     height: 48px;
 }
 @media (max-width: 992px) {
    .blutv-logo{
        height: 38px;
    }
}


.bolumler{
     color: white;
     display: block;
     padding: 30px 40px 30px 35px;
     border-bottom: 1px solid #2f3030;
}
@media (max-width: 992px) {
    .bolumler{
        padding: 15px 20px 15px 15px;
    }
}

.bolumler.disabled{
    opacity: 0.2;
    pointer-events: none;
}

.bolumler:hover{
    background-color: #1d1d1b;
    color: white;
}

.bolumler h2{
    font-family: halogen, sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: 2px;
    width: 66%;
}
@media (max-width: 992px) {
    .bolumler h2{
        font-size: 17px;
    }
}

.bolumler p{
    font-family: halogen, sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #e9eb25;
    width: 70%;
}
@media (max-width: 992px) {
    .bolumler p{
        font-size: 14px;
    }
}

.simdi-izle{
    font-family: arboria, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
}
@media (max-width: 992px) {
    .simdi-izle{
        font-size: 14px;
    }
}

.icon-right{
    width: 14px;
    height: 14px;
    margin-top: -4px;
}

.bolumler-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 70px;
    font-size: 28px;
}
@media (max-width: 992px) {
    .bolumler-title{
        margin-bottom: 15px;
        font-size: 22px;
    }
}

.bolumler-title span{
    font-family: typeka, sans-serif;
    font-size: 24px;
    opacity: .3;
    letter-spacing: 22px;
}
@media (max-width: 992px) {
    .bolumler-title span{
        font-size: 20px;
        letter-spacing: 16px;
    }
}

.mt-160{
    margin-top: 160px;
}
@media (max-width: 768px) {
    .mt-160{
        margin-top: 120px;
    }
}