/*cookie*/ 
.cookie-container {
    width: 80%;
    position: fixed;
    left: 10%;
    z-index:10000;
    background-color: #3c8d88;
    box-shadow: 2px 2px 5px 0px rgb(17 73 69 / 94%);
    transition: 400ms;
    padding: 16px;
    font-size: 13px;
    color:white;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    
}

.cookie-container span{
 width:100%;
 margin-right:20px;
}


.cookie-container a{
   color: #74ece4;
}


.cookie-container.active {
    bottom: 5%;
    
}

.cookie-btn {
    
}

@media (max-width:800px) {
    .cookie-container {
        width: 80%;
        left: 10%;
        display: flex;
        flex-direction: column;
    }

    .cookie-btn {
    margin-top: 12px;
    }
    
    .cookie-container span{
     width:100%;
     margin-right:0px;
    }
}

/*splash*/ 


.splash-container {
    width: 100%;
    /* height:550px; */
    position: fixed;
    bottom: -100%;
    /* right: 2.5%; */
    z-index: 9999999999;
    background-color: #000000ab;
    /* box-shadow: 3px 3px 0px 0px rgb(255 187 0); */
    transition: 400ms;
    padding: 16px;
    font-size: 13px;
    color:white;
}

.splash-container .kampanyaresim {position: absolute;/* width: 540px; */margin-left: 30%;top: 7%;background-color:#fff;padding: 7px;border-radius: 5px;}
 .splash-container .kampanyaresim img{width: 100%;border-radius: 5px;filter:contrast(100%);transition-duration:0.3s;}   
  .splash-container .kampanyaresim img:hover{filter:contrast(120%)}   
    
.splash-container.active {
    top: 0;
}

.splash-btn {width:43px; height:43px; border-radius: 50%;color: #ffffff;font-weight: bold;position: absolute;right: -40px;top: -40px;font-size: 34px;   border:1px solid #fff0; }
.splash-btn:hover{border:1px solid #ffffffb3; }
@media (max-width:800px) {
    .splash-container {width: 100%;}
    .splash-container .kampanyaresim {width: 94%;margin-left: 0%;top: 12%;padding: 5px;border-radius: 3px;}
    .splash-container .kampanyaresim img{border-radius: 3px;}  
    .splash-btn {width:43px; height:43px; left: 49%;top: -50px;font-size: 34px; }
}