
html,body{
    overflow: hidden !important;
    max-width:100vw;
    max-height: 100vh;
    min-width:100vw;
    min-height: 100vh;
}
#sliderContainer{
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
}

.oldSlideItem{
    z-index:5;
}

.sliderItem{
    display: flex;
    flex-direction: row;
    height:100%;
    width:100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:10;
}




.book_title {
    color: var(--black-dark, #303437);
    font-family: Aftika-SemiBold;
    font-style: normal;
    font-size:3.5vw;
    line-height: 4.4vw;
    font-weight: 600;
    margin-bottom:1.3vw;
}

.book_summary{
    font-family: Aftika-Light;
    font-size:32px;
    line-height:40px;
    margin-bottom:30px;
    display: none;
}


.review_button {
    color: var(--black-dark, #303437);
    font-family: Aftika-SemiBold;
    font-size: 0.9vw;
    line-height: 1.4vw;

    font-style: normal;
    font-weight: 600;
    border: 1px solid var(--black-dark, #303437);
    padding: 0 20px;

}

.anasayfa_img_section {
    height: 100%;
    width: 45%;
}
.anasayfa_title_section {
    height: 100%;
    width: 50%;
    clip-path: polygon(0 0, 59% 0, 100% 100%, 0% 100%);
    padding-left: 72px !important;
}

.anasayfa_img_section img{
    width: 100%;
}

.sliderItemCaption{
    position:absolute;
    left:0;
    height:100vh;
    bottom:0;
    z-index:30;
    padding-left: 5vw !important;
    display:flex;
    width:100%;
    flex-direction: column;
    justify-content: center;
    max-width:35vw;
}




#main-footer{
    position:absolute;
    bottom:0;
    left:0;
    padding:2vw 5vw;
    /* padding:32px 42px; */
    display:flex;
    justify-content: space-between!important;
    width:100%;
    z-index:20
}

#main-footer img{
    width: 8vw;
}

#main-footer #sliderButtons button>img{
    width: 2.2vw;
}


.slideEffect{
    clip-path: polygon(50% 0, 50% 0, 50% 0, 50% 100%, 50% 0);
}

@keyframes openTriangle {
    50% {clip-path: polygon(0 0, 100% 0, 100% 0, 50% 100%, 0 0);}
    100% { clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%); }
}

.slideEffect.nowAnimate{
    animation-name: openTriangle;
    animation-duration: 1.4s;
    animation-timing-function: linear;
    animation-fill-mode: both;
}






/*@media (min-width: 769px) {*/

/*    .book_title {*/
/*        font-size: 36px;*/
/*    }*/
/*    .review_button {*/
/*        padding-inline: 16px;*/
/*        font-size: 16px;*/
/*        line-height: 24px;*/
/*    }*/
/*}*/

@media (min-width: 992px) {

}










@media (max-width: 1299px) {
    .sliderItemCaption{
        max-width:480px;
    }
    .book_title{
        font-size:50px;
        line-height: 58px;
        /*margin-bottom:25px;*/
    }
    .book_summary{
        font-size:28px;
        line-height:35px;
        /*margin-bottom:25px;*/
    }
}

@media (max-width: 1099px) {
    .sliderItemCaption{
        max-width:400px;
    }
    .book_title{
        font-size:45px;
        line-height: 52px;
    }
    .book_summary{
        font-size:25px;
        line-height:32px;
    }
}

@media only screen and (max-width: 991px) {
    .sliderItemCaption{
        padding-left:42px !important;
        max-width:370px;

    }
    .book_title{
        font-size:40px !important;
        line-height:47px !important;
        margin-bottom:25px;
    }
    .book_summary{
        font-size:23px;
        line-height:30px;
        margin-bottom:25px;
    }
    #main-footer{
        padding:32px 42px;
    }
}

@media only screen and (max-width: 899px) {
    .sliderItemCaption{
        max-width:370px;
    }
}



@media (max-width: 768px) {
    #mobile_header{
        z-index:25;
    }

    .sliderItem{
        flex-direction: column !important;
    }

    .anasayfa_title_section {
        width: 100%;
        height: 45%;
        clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
    }


    .anasayfa_img_section{
        height: 60%;
        width: 100%;
    }

    .anasayfa_img_section img{
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
    }


    .anasayfa_title_section{
        order:2;
    }
    
    .anasayfa_img_section{
        order:1;
    }

    .slideEffect{
        clip-path: polygon(0 66%, 0 66%, 0 66%, 100% 66%, 0 66%);
    }

    @keyframes openTriangle {
        50% {clip-path: polygon(0 0, 0 100%, 0 100%, 100% 66%, 0 0);}
        100% { clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 66%, 100% 0); }
    }


    .sliderItemCaption{
        /*height:inherit;*/
        /*padding-left: 24px !important;*/
        display:flex;
        width:calc(100vw - 190px);
        flex-direction: column;
        justify-content: end;
        max-width:inherit;
        bottom:32vw;
        height:calc(35% - 32px);
        padding-left:6vw !important;
    }


    .sliderCaptionTexts{
        padding-top:0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin-bottom: 9px;
    }

    
    .book_title{
        font-size:35px !important;
        line-height:40px !important;
        margin-bottom:inherit;
        font-family: Aftika-Bold;
    }

    .book_summary{
        font-size:20px;
        line-height:23px;
        margin-bottom:inherit;
    }

    #sliderButtons{
        position: absolute;
        bottom: 7vw;
        right: 6vw;
    }
    #logo-footer{
        position: absolute;
        /*right: 50px;*/
        bottom:35px;
    }

    #main-footer{
       left:inherit;
       right:0;
       width:100%;
        /*padding-right:24px !important;*/
    }
    #logo-footer{
        left: 6vw;
    }

    #sliderButtons img{
        width:36px !important;
        height:36px !important;
    }

    #main-footer img{
        width: 100px;
    }
}

@media (max-width: 599px) {
    .book_title{
        font-size:30px !important;
        line-height: 37px !important;
        font-family: Aftika-Bold;
    }
    .book_summary{
        font-size:18px;
        line-height:21px;
    }
    
}
@media (max-width: 499px) {
    .book_title{
        font-size:28px !important;
        line-height: 32px !important;
        font-family: Aftika-Bold;
    }
    .review_button{
        font-size:12px;
        line-height: 12px;
        padding-top: 10px !important;
    }

}

@media (max-width: 420px) {
    .sliderItemCaption {
        width: calc(120vw - 140px);
    }
    .book_title{
        font-size:6vw !important;
        line-height: 8vw !important;
        font-family: Aftika-Bold;
    }

}

@media (max-width: 380px) {

    .book_title{
        font-size:23px !important;
        line-height: 30px !important;
        font-family: Aftika-Bold;
    }

    .book_summary{
        font-size:14px;
        line-height:19px;
    }

}

@media (max-width: 340px) {

    .book_title{
        font-size:20px !important;
        line-height: 25px !important;
        font-family: Aftika-Bold;
    }

    /*.book_summary{*/
    /*    font-size:14px;*/
    /*    line-height:19px;*/
    /*}*/

}


