*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
}

*:focus{
    outline: none;
}

a:hover{
    text-decoration: none!important;
}

body,
html{
    height: 100%;
    transition: 400ms all;
}

body main{
    width: 100%;
}

.Header .Header-inner .menu > ul > li ul a{
    color: black;
}

.social-list li a i{
    margin-top: 50%;
}


/*
 * Hızlı linkler
*/

main .link-boxes{
    width: 100%;
    max-width: 1520px;
    height: 50vh;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 50px;
    align-items: center;
    background-color: rgb(255 255 255 / 79%);
}

main .link-boxes > div{
    width: calc(90% / 4);
    height: 60%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.671);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-radius: 1.8rem;
    margin-top: -40px;
    transition: 400ms all;
}

main .link-boxes > div:hover{
    height: 70%;
    margin-top: -20px;
    transition: 400ms all;
}

main .link-boxes > div > div.transparent-bg-red{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: visible;
    transition: 400ms opacity;
    cursor: pointer;
    position: relative;
    border-radius: 1.8rem;
}

.transparent-bg-hover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: transparent;
    cursor: pointer;
}

main .link-boxes > div:hover > div.transparent-bg-red{
    opacity: 1;
    transition: 400ms all;
}

main .link-boxes > div:hover >  div.link-texts{
    bottom: 0;
    transition: 400ms all;
}

main .link-boxes > div > div.link-texts>p{
    margin-bottom: 0;
}

main .link-boxes > div:hover > div.link-texts{
    background-color: rgba(44, 43, 43, 0.4);
    border-radius: 0 0 15px 15px;
}

main .link-boxes > div:hover > div.link-texts>p,
main .link-boxes > div:hover > div.link-texts>i{
    color: white;
    transition: 400ms all;
}

main .link-boxes > div > div:last-child{
    position: absolute;
    height: 60px;
    bottom: -60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 400ms all;
}

main .link-boxes > div > div:last-child >p{
    font-weight: 400;
    font-size: 1.9rem;
    text-align: center;
}

main .link-boxes > div > div:last-child >i{
    font-size: 2rem;
}

/*
.color-white class
 */

.color-white{
    color: white!important;
}


/*
 * video slider
*/


main .carousel{
    display: block;
    height: 80%;
    min-width: calc(100% / 3);
    transition: 300ms all;
}

/*main #carousel .carousel:first-child{*/
/*    margin-left: 1000px;*/
/*}*/



/*#prev{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

main #carousel1,
main #carousel{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#video-slider-firat,
#video-slider{
    position: relative;
}

main .video-slider{
    width: 100%;
    background-color: #1f2020;
    height: 60vh;
    padding: 50px;
}

main .video-slider .video-slider-inner{
    width: 100%;
    height: 100%;
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

main .video-slider button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.58);
    border: none;
    padding: 0;
}

main .video-slider #prev1,
main .video-slider #prev{
    left: 5px !important;
}

main .video-slider button:last-child{
    right: 5px;
}

main .video-slider button i{
    color: black;
}

main .video-slider .mobile-slider div> iframe,
main .video-slider .video-slider-inner > div iframe{
    width: 100%;
    height: 100%;
}

/*main #carousel1 .carousel:last-child,*/
/*main #carousel .carousel:last-child{*/
/*    margin-right: calc(100% / 3) !important;*/
/*}*/

/*main #carousel1 .carousel:first-child,*/
/*main #carousel .carousel:first-child{*/
/*    margin-left: calc(100% / 3) !important;*/
/*}*/

@media only screen and (max-width: 768px){
    .carousel{
        width: 100% !important;
    }

    main .video-slider .video-slider-inner div.active{
        transform: scale(1.5) !important;
    }
}

main .video-slider .video-slider-inner div.active{
    position: relative;
    transform: scale(1.2);
    z-index: 3;
}

@media screen and (max-width: 768px){
    main .link-boxes > div > div:last-child >p{
        font-size: 3vw;
    }
}


/*
 * ayrıcalıklar
*/

main .privileges{
    width: 100%;
    max-width: 1520px;
    padding: 20px 50px;
    margin: 0 auto;
}

main .picture-galery .picture-galery-inner .picture-galery-title p,
main .message .message-title,
main .privileges .privileges-title p{
    font-size: 2.5rem;
    text-align: center;
}

main .privileges .privileges-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 80vh;
}

main .privileges .privileges-content > div{
    width: calc(90% / 3);
    height: 35vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 20px 20px 0 0;
    position: relative;
    cursor: pointer;
    margin: 20px 0;
}

main .privileges .privileges-content > div:nth-child(n+7){
    display: none;
}

main .privileges .privileges-content > div > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

main .privileges .privileges-content > div:nth-child(n+4) {
    margin-top: 100px;
}

main .privileges .privileges-content > div:nth-child(-n-4) {
    margin-bottom: 100px;
}


main .privileges .privileges-content div .privileges-content-hover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(238,47,47,0.2);
    opacity: 0;
    visibility: hidden;
    border-radius: 20px 20px 0 0;
    transition: 400ms all;
}

main .privileges .privileges-content div a{
    padding: 9px 19px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    font-weight: 600;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    background-color: rgba(31,32,32,0.55);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    border: rgb(31,32,32);
}

main .privileges .privileges-content div a:hover{
    background-color: rgba(31,32,32,0.85);
    transition: 400ms all;
}

main .privileges .privileges-content div:hover > .privileges-content-hover,
main .privileges .privileges-content div:hover > a{
    visibility: visible;
    opacity: 1;
    transition: 400ms all;
}

main .privileges .privileges-content div p{
    width: 100%;
    height: 60px;
    text-align: center;
    color: white;
    background-color: rgba(31,32,32,0.55); /* * %55 */
    position: relative;
    bottom: -100%;
    border-radius: 0 0 20px 20px;
    font-size: 18px;
    padding-top: 4px;
    transition: 400ms all;
}

@media only screen and (max-width: 540px){
    main .privileges .privileges-content div p{
        font-size: 15px;
    }
}

main .privileges .privileges-content div p:hover{
    background-color: #ee2f2f;
    transition: 400ms all;
}

main .more{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 60px;
}

.privileges .more .more-less p,
main .more p,
main .more a{
    font-size: 1.7rem;
    color: black;
    margin-bottom: 0;
}

.privileges .more .more-less i,
main .more i{
    font-size: 1.5rem;
    margin-left: 10px;
}

.privileges .more .more-less,
main .more .more-inner{
    display: flex;
    align-items: center;
    padding: 8px 14px;
    transition: 400ms;
}

.privileges .more .more-less:hover,
main .more .more-inner:hover{
    border-radius: 10px;
    background-color: rgba(31,32,32,0.6);
    transition: 400ms;
}

.privileges .more .more-less{
    display: none;
}

.privileges .more .more-less p{
    display: inline;
}

main .more .more-inner:hover > p,
main .more .more-less:hover > p,
main .more .more-less:hover > i,
main .more .more-inner:hover > a,
main .more .more-inner:hover > i{
    color: white;
    transition: 400ms;
    text-decoration: none;
}

/*
 * Resimler
*/

main .poster{
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding-bottom: 60px !important;
}

main .poster .picture-galery-content div{
    position: relative;
}

main .poster .picture-galery-content div a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: transparent;
}

main .picture-galery .picture-galery-inner{
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

main .picture-galery{
    width: 100%;
    padding: 20px 50px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
}

main .picture-galery .picture-galery-inner .picture-galery-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

main .picture-galery .picture-galery-inner .picture-galery-content div{
    width: calc(90% / 5);
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 20px;
    margin-right: calc(10% / 4);
    box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.671);
}

main .picture-galery .picture-galery-inner .picture-galery-content div:nth-child(5n){
    margin-right: 0;
}


@media only screen and (max-width:1024px){

    /*
    * responsive link-boxes
    */

    main .link-boxes{
        height: 40vh;
    }

    /*
    * responsive video-slider
    */

    main .video-slider{
        height: 40vh;
    }


    /*
    * responsive privileges
    */

    main .privileges .privileges-content{
        min-height: 45vh;
    }

    main .privileges .privileges-content > div{
        height: 16vh;
    }

    main .privileges .privileges-content > div:nth-child(n+4) {
        margin-top: 70px;
    }

    main .privileges .privileges-content > div:nth-child(-n-4) {
        margin-bottom: 20px;
    }


    /*
    * responsive picture-galery
    */


    main .picture-galery .picture-galery-inner .picture-galery-content div{
        width: calc(90% / 3);
        margin-right: calc(10% / 2);
    }

    main .picture-galery .picture-galery-inner .picture-galery-content div:nth-child(3n){
        margin-right: 0;
    }
}



@media only screen and (max-width:768px){


    /*


    main .link-boxes{
        height: 25vh;
    }



    main .video-slider{
        height: 25vh;
    }




    main .privileges .privileges-content{
        min-height: 45vh;
    }

    main .privileges .privileges-content > div{
        height: 16vh;
    }

    main .privileges .privileges-content > div:nth-child(n+4) {
        margin-top: 70px;
    }

    main .privileges .privileges-content > div:nth-child(-n-4) {
        margin-bottom: 20px;
    }

    */

    main .privileges .privileges-content {
        justify-content: space-between;
    }

    main .privileges .privileges-content > div{
        height: 20vh;
        width: 45%;
        margin-right: 0;
    }

    main .privileges .privileges-content > div:nth-child(n+3) {
        margin-top: 70px;
    }


    /*
    * responsive picture-galery
    */


    main .picture-galery .picture-galery-inner .picture-galery-content{
        justify-content: space-between;
    }


    main .picture-galery .picture-galery-inner .picture-galery-content div{
        width: calc(90% / 2);
        height: 250px;
        margin-top: 10px;
    }

    main .picture-galery .picture-galery-inner .picture-galery-content div:nth-child(n+3){
        margin-top: 30px;
    }

    .picture-galery .more{
        margin-top: 20px;
    }

}

@media only screen and (max-width:480px){
    main .link-boxes{
        height: 60vh;
        flex-wrap: wrap;
    }




    main .link-boxes > div > div:last-child{
        bottom: -50px;
    }

    .link-boxes > div{
        width: 45% !important;
        height: 30% !important;
    }
}

@media only screen and (max-width:400px){



    main .picture-galery .picture-galery-inner .picture-galery-content {
        justify-content: center;
    }


    main .picture-galery .picture-galery-inner .picture-galery-content div{
        width: 90%;
        height: 250px;
        margin: 0;
        margin-top: 10px;
    }

    main .picture-galery .picture-galery-inner .picture-galery-content div:nth-child(n+2){
        margin-top: 30px;
    }

    main .privileges .privileges-content > div{
        height: 20vh;
        width: 90%;
        margin-right: 0;
    }

    main .privileges .privileges-content {
        justify-content: center;
    }

    main .privileges .privileges-content > div:nth-child(n+2) {
        margin-top: 60px;
    }

    main .privileges .privileges-content div p{
        font-size: 16px;
    }
}



/*
* message
 */

main .message{
    width: 100%;
    max-width: 1520px;
    padding: 20px 50px;
}

@media only screen and (min-width: 1500px) {
    #discover1 .big-buttons,
    main .message{
        margin: auto;
    }
}

main .message .message-title{
    margin-top: 10px;
}

main .message .message-content{
    display: flex;
    width: 100%;
    margin-top: 50px;
}

main .message .message-content img{
    max-width: 30%;
    max-height: 350px;
}

main .message .message-content p{
    font-size: 1.4em;
    padding-left: 50px;
}

@media only screen and (max-width: 1024px){
    main .message .message-content img{
        max-height: 250px;
    }
}

@media only screen and (max-width: 768px){
    main .message .message-content{
        flex-direction: column;
        align-items: center;
    }

    main .message .message-content img{
        max-width: 60%;
        max-height: 250px;
        margin-bottom: 30px;
    }
}



/*
17/10/21 abdullah
hızlı linkler kaldırıldı ve yerine 6 button eklendi
 */

#discover1{
    padding: 15px 0;
}

#discover1 .big-buttons-title{
    font-size: 2.5rem;
    text-align: center;
    padding: 15px 0 0 0;
}

#discover1 .big-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1%;
    max-width: 1520px;
    padding: 1% 3% 0 3%;
}

#discover1 .big-buttons .big-button{
    min-width: 220px;
    width: calc(95% / 6);
    margin-top: 15px;
}

#discover1 .big-buttons .big-button .big-btn-image{
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px;
    background-color: white;
    box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.1);
    transition: 300ms transform;
}

#discover1 .big-buttons .big-button .big-btn-image img{
    width: 100%;
    max-height: 65%;
    min-height: 65%;
    object-fit: cover;
}

#discover1 .big-buttons .big-button .big-btn-image .big-btn-content{
    height: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#discover1 .big-buttons .big-button .big-btn-image .big-btn-content .big-btn-title{
    text-align: center;
    padding: 10px 0;
    font-size: 1.3em;
}

#discover1 .big-buttons .big-button .big-btn-image .big-btn-content .btn-btn{
    display: inline-block;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #2fc62f;
    font-weight: 500;
    cursor: pointer;
    font-size: 1em;
    color: black;
}

#discover1 .big-buttons .big-button .big-btn-image .big-btn-content .btn-btn:hover{
    background-color: #2fc62f;
    color: #fff;
}

#discover1 .big-buttons .big-button .big-btn-image:hover{
    transform: scale(1.075);
}













