html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Nunito', sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    height: 100vh;
    /* background-image: url("https://default.turhost.com/images/bg-tr.jpg"); */
    /* background-image: url("https://default.turhost.com/images/bg-istanbul.jpg"); */
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: 100% auto;
    background-attachment: fixed;
}

.bg-1 {
    background-image: url("/images/aziz-sariyer-xl.jpg");
}

.bg-2 {
    background-image: url("https://default.turhost.com/v2/images/bg/2.jpg");
}

.bg-3 {
    background-image: url("https://default.turhost.com/v2/images/bg/3.jpg");
}

.bg-4 {
    background-image: url("https://default.turhost.com/v2/images/bg/4.jpg");
}

.bg-5 {
    background-image: url("https://default.turhost.com/v2/images/bg/5.jpg");
}

.bg-6 {
    background-image: url("https://default.turhost.com/v2/images/bg/6.jpg");
}

.main-container {
    position: relative;
    align-items: center;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
}

.main-container .content{
    position: relative;
    width: 40%;
    padding: 8px;
    scrollbar-color: rgb(44, 44, 44) rgb(92, 92, 92);
    scrollbar-width: thin;
}
.main-container .content img{
    width: 100%;
    display: none;
}

.main-container .content .nav a{
    color: white;
    font-size: 12px;
    display: flex;
    gap: 4px;
}

.main-container .content .nav a i{
    font-size: 10px;
    margin-right: 4px;
    padding-top: 2px;
}

.main-container .content .nav div{
    display: block;
    position: relative;
}

header h1 {
    font-family: 'Arial', serif;
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

.bg-3 header h1 {
    color: #dec092;
}

.bg-5 header h1 {
    color: #FFB74D;
}

.bg-6 header h1 {
    color: #87a4da;
}

header .desc {
    font-weight: 100;
}

header .desc strong {
    font-weight: 800;
}

main .title {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

main .lead {
    margin-bottom: 30px;
}

.powby {
    position: fixed;
    right: 20px;
    bottom: 20px;
    line-height: 1em;
}

footer {
    color: #c8c8c8;
    margin-bottom: 50px;
}

footer a,
footer a:hover,
footer a:active {
    color: #FFFFFF;
}

footer p {
    margin-bottom: 0;
}

.powby img {
    width: 100px;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    header {
        margin-bottom: 60px;
    }

    main {
        margin-bottom: 60px;
    }

    main .title {
        font-size: 23px;
    }

    main .lead {
        font-size: 16px;
        line-height: 1.6em;
    }

    header h1 {
        font-size: 25px;
        margin-top: 30px;
    }

    footer {
        text-align: center;
        padding: 0 40px;
    }

    footer p {
        font-size: 14px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    header {
        margin-bottom: 100px;
    }

    header h1 {
        font-size: 45px;
        margin-top: 0;
    }

    main .title {
        font-size: 34px;
    }

    main .lead {
        font-size: 1.25rem;
        line-height: 1.5em;
    }

    footer {
        padding: 0;
        padding-left: 50px;
        margin-bottom: 0;
        text-align: left;
        color: #c8c8c8;
        position: absolute;
        bottom: 0;
        height: 80px;
    }

}

@media only screen and (max-width : 991px) {
    .bg-1 {
        background-image: unset;
    }
    .main-container {
        height: unset;
    }
    .main-container .content{
        width: 100%;
    }
    .main-container .content .text{
        padding: 20px;
    }
    .main-container .content img{
        display: block;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1368px) {
    .main-container .content{
        overflow: auto;
        padding-right: 4px;
        height: 600px;
    }
}

@media only screen and (max-height : 700px) and (min-width : 992px) {
    .main-container .content{
        overflow: auto;
        padding-right: 4px;
        height: 600px;
    }
}