
#yorum{}





#yorum .sect20{
  position:relative;z-index:1;aspect-ratio:4 / 1;/*192 / 95*/
  margin:0 0 50px 0;
  transition: transform 0.2s ease-out;
  transform-origin: top;
}
#yorum .sect20 img.back1{position:absolute;z-index:-2;top:0;left:0;width:100%;height:100%;object-fit:cover;}
#yorum .sect20:before{
  content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;
  background:rgb(177 160 132 / 50%);
}
#yorum .sect20 .content{position:absolute;z-index:1;left:50%;bottom:10%;width:100%;
  box-sizing:border-box;padding:0 16%;text-align:center;
  transform:translate(-50%,0);
}
#yorum .sect20 .content .text1{margin:20px 0 0 0;font-size:3vw;color:#fff;font-family:'poppins_bold',Arial,sans-serif;}
#yorum .sect20 .content .text2{font-size:2vw;color:#fff;}
#yorum .sect20 .content .buton{margin:25px 0 0 0;}
#yorum .sect20 .content .buton a{
  position:relative;z-index:1;display:inline-block;padding:12px 30px;
  color:#000;border-radius:30px;overflow:hidden;border:2px solid #fff;
}
#yorum .sect20 .content .buton a:before{
  content:"";position:absolute;z-index:-2;left:0;top:0;width:100%;height:100%;
  background:#B1A084;color:#000;
}
#yorum .sect20 .content .buton a:after{
  content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;
  background:#fff;border-radius:30px;
  transform:translate(-100%, 0);transition:transform 1s ease;
}
#yorum .sect20 .content .buton a:hover:after{transform:translate(100%, 0);}
#yorum .sect20 .content .buton a .grid{display:grid;grid-template-columns:auto auto;align-items:center;gap:10px;}
#yorum .sect20 .content .buton a .grid .s{}
#yorum .sect20 .content .buton a .grid .s.s1{}
#yorum .sect20 .content .buton a .grid .s.s2{display:flex;align-items:center;}
#yorum .sect20 .content .buton a .grid .s.s2 svg{width:15px;height:15px;fill:#000;object-fit:contain;}
@media only screen and (max-width:1100px){
  #yorum .sect20{aspect-ratio:5 / 3;}
  #yorum .sect20 .content .text1{font-size:4.1vw;}
  #yorum .sect20 .content .text2{margin:8px 0 0 0;font-size:3.8vw;}
  #yorum .sect20 .content .buton{margin:10px 0 0 0;}
}
@media only screen and (max-width:900px){
  #yorum .sect20 .content .buton a{padding:5px 20px;}
}
@media only screen and (max-width:400px){
  #yorum .sect20{/*aspect-ratio:4 / 5;*/aspect-ratio:5 / 5;}
}





#yorum .pagegrid{
    display:grid;grid-template-columns:1fr 280px;gap:40px;
}
#yorum .pagegrids{}
#yorum .pagegrids.s1{}
#yorum .pagegrids.s1 .list{margin:40px 0 0 0;}

#yorum .pagegrids.s1 .list .catgrup{margin:0 0 30px 0;}
#yorum .pagegrids.s1 .list .catgrup > h2{
    margin:0 0 20px 0;font-size:1.8rem;color:#2485bf;
}
#yorum .pagegrids.s1 .list .catgrup .grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:15px;row-gap:15px;}

#yorum .pagegrids.s1 .list .catgrup .grid a.s{
  display:block;padding:10px;background:#f5f5f5;border-radius:10px;
}
#yorum .pagegrids.s1 .list .catgrup .grid a.s .ad{
  display:block;height:30px;line-height:30px;
  font-family:'poppins_semibold',Arial,sans-serif;font-size:1.1rem;
}
#yorum .pagegrids.s1 .list .catgrup .grid a.s .ad:before{content:"➤";margin:0 5px 0 0;color:#cba180;}
#yorum .pagegrids.s1 .list .catgrup .grid a.s .yorum{margin:5px 0 0 0;display:block;height:80px;line-height:20px;overflow:hidden;}
#yorum .pagegrids.s1 .list .catgrup .grid a.s .platform{display:block;margin:10px 0 0 0;text-align:center;}
#yorum .pagegrids.s1 .list .catgrup .grid a.s .platform img{display:inline-block;width:70px;max-width:80%;height:auto;}




#yorum .sectyt{display:non;
    width:900px;box-sizing:border-box;
    margin:30px auto 0 auto;background:#fff;
}
#yorum .sectyt .slider{width:100%;overflow:hidden;}
#yorum .sectyt .slider .item{
    display:block;position:relative;z-index:1;aspect-ratio:1/1;border-radius:20px;overflow:hidden;
    box-shadow:0 0 5px 0px #aaa;transform:scale(.94);
}
#yorum .sectyt .slider .item img{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;}
#yorum .sectyt .slider .item:before{
    content:"";position:absolute;z-index:2;left:0;bottom:0;width:100%;height:60%;
    background:linear-gradient(to top, #222, transparent);
}
#yorum .sectyt .slider .item .wrap{content:"";position:absolute;z-index:3;left:0;bottom:12px;width:100%;
    display:flex;height:100%;align-items:end;text-align:center;
}
#yorum .sectyt .slider .item .wrap .inner{display:block;width:100%;box-sizing: border-box;padding:0 10px;color:#fff;}
#yorum .sectyt .slider .item .wrap .icon{}
#yorum .sectyt .slider .item .wrap .icon svg{
    width:35px;height:35px;fill:#fff;
}
#yorum .sectyt .slider .item .wrap .name{
    display:block;height:40px;line-height:20px;margin:6px 0 12px 0;line-height:20px;font-family:'poppins_semibold';
    overflow:hidden;
}
#yorum .sectyt .slider .item .wrap .info{display:block;
    margin:8px 0 0 0;height:40px;line-height:20px;overflow:hidden;
}

#slider21 .owl-dots {margin: 4px 0 0 0;text-align: center;}
#slider21 .owl-dots .owl-dot {width: 20px;height: 10px;margin: 0 3px;border-radius: 10px;background: #bbb;}
#slider21 .owl-dots .owl-dot.active {background:#3998cb;}






#yorum .pagegrids.s2{}
#yorum .pagegrids.s2 .sticky{position:sticky;top:100px;}
#yorum .pagegrids.s2 .kategoriler{
    padding:15px;margin:0 0 15px 0;border-radius:15px;box-shadow:0 0 5px 1px #ccc;
	background:#fff;
}
#yorum .pagegrids.s2 .kategoriler .title{font-family:'ivymode';font-size:1.1rem;}
#yorum .pagegrids.s2 .kategoriler .list{margin:20px 0 0 0;}
#yorum .pagegrids.s2 .kategoriler .list .item{margin:0 0 4px 0;}
#yorum .pagegrids.s2 .kategoriler .list .item a{}
#yorum .pagegrids.s2 .kategoriler .list .item a i{color:#cf8988;}
#yorum .pagegrids.s2 .kategoriler .list .item a:hover{color:#000;}
#yorum .pagegrids.s2 .kategoriler .list .item a:hover i{color:#000;}


@media only screen and (max-width:1400px){
    #yorum .sectyt{width:700px;}
}
@media only screen and (max-width:1400px){
    #yorum .pagegrids.s1 .list .catgrup .grid{grid-template-columns:repeat(2,1fr);column-gap:15px;row-gap:15px;}
}

@media only screen and (max-width:1050px){
    #yorum .pagegrid{grid-template-columns:1fr;gap:60px;}
    #yorum .pagegrids.s1 .list{grid-template-columns:1fr 1fr 1fr 1fr;gap:10px;}
    #yorum .pagegrids.s1 .list .item{padding:10px;}
    @media only screen and (max-width:1400px){
        #yorum .sectyt{width:85vw;}
    }
}
@media only screen and (max-width:650px){
    #yorum .pagegrids.s1 .list{grid-template-columns:1fr 1fr;gap:10px;}
    #yorum .pagegrids.s1 .list .catgrup .grid{grid-template-columns:repeat(1,1fr);column-gap:15px;row-gap:15px;}
}