@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap&subset=latin-ext");
@import url("plugins.css");
@import url("menuzord.css");
@import url("swiper.min.css");
@import url("animsition.css");
@import url("animate.css");
@import url("yanMenu.css");
@import url("table.css");
html,
body {
    margin: 0;
    padding: 0
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:hover {
    text-decoration: none
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff
}

.visible-title {
    visibility: visible
}

.animsition {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%
}

header.header .headerTop {
    background: #f6f6f8;
    padding: 11px 0
}

header.header .headerTop .iletisim li {
    display: inline-block;
    margin-right: 20px
}

header.header .headerTop .iletisim li svg {
    font-size: 14px;
    color: #ff181f
}

header.header .headerTop .iletisim li a {
    color: #73737e;
    font-family: "Montserrat", sans-serif
}

header.header .headerTop .sosyalMedya {
    text-align: right
}

header.header .headerTop .sosyalMedya li {
    display: inline-block;
    margin-left: 20px
}

header.header .headerTop .sosyalMedya li a {
    color: #73737e;
    font-size: 18px
}

header.header .headerTop .sosyalMedya li a:hover {
    color: #ff181f
}

header.header .headerBottom {
    padding: 22px 0
}

header.header .headerBottom .logo a {
    font-family: "Montserrat", sans-serif;
    font-size: 37px;
    font-weight: bold;
    color: #73737e
}

header.header .headerBottom .logo a img {
    width: 240px
}

header.header .headerBottom .dil {
    float: right;
    margin: 0px 0px 0px 10px;
    width: 40px;
    height: 40px;
    background: #ff181f;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: all .3s ease-in-out
}

header.header .headerBottom .dil a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.cart-dropdown {
    position: relative;
}
.cart-dropdown .cart-dropdown-wrap {
    position: absolute;
    left: 50%;
    top: calc(100% + 0px);
    z-index: 99;
    width: 90px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,.05);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 10px;
    border: 1px solid #ececec;
    transform: translateX(-50%);
}
.cart-dropdown:hover .cart-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 20px);
}
.cart-dropdown .cart-dropdown-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
}
.cart-dropdown .cart-dropdown-wrap.category-dropdown ul li {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}
.cart-dropdown .cart-dropdown-wrap.category-dropdown ul li a {
    text-align: center;
    line-height: 1;
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 14px;
    color: #73737e;
}
.cart-dropdown .cart-dropdown-wrap.category-dropdown ul li:hover a {
    color: #ff181f;
}

.s1 {
    width: 100%;
    height: 490px
}

.s1 .swiper-slide {
    text-align: center;
    height: 490px;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.s1 .swiper-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    content: ''
}

.s1 .swiper-slide .slideBlockText {
    width: 85%;
    height: auto;
    margin: 0 auto;
    position: relative
}

.s1 .swiper-slide .slideBlockText .mainTitle {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1px;
    margin: 0;
    margin-top: 30px;
    font-family: "Montserrat", sans-serif
}

.s1 .swiper-slide .slideBlockText .paragraphe {
    color: #fff;
    z-index: 2;
    margin-top: 24px;
    font-size: 24px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif
}

.s1 .swiper-slide .slideBlockText .link {
    margin-top: 24px;
    display: inline-block;
    width: auto;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.1s linear 0.05s;
    background: #ff181f;
    color: #fff;
    padding: 5px 25px;
    border-radius: 25px;
    font-family: "Montserrat", sans-serif
}

.s1 .swiper-slide .slideBlockText .link:hover {
    background: #bf191e
}

.s1 .swiper-button-next,
.s1 .swiper-button-prev {
    width: 38px;
    height: 70px;
    top: 48%;
    text-indent: -999999px
}

.s1 .swiper-button-next {
    background: url(../image/icon/slider-right.png);
    right: 27px;
    left: auto
}

.s1 .swiper-button-prev {
    background: url(../image/icon/slider-left.png);
    left: 27px;
    right: auto
}

.s1 .swiper-pagination-bullets {
    margin-bottom: 24px
}

.s1 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: .4
}

.s1 .swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0px solid #fff;
    border-radius: 50%
}

.s1 .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: 1
}

.s1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.s1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-width: 1px
}

#about {
    margin: 48px 0;
    overflow: hidden
}

#about .aboutText {
    text-align: center
}

#about .aboutText .baslik {
    text-align: center;
    color: #73737e;
    font-size: 24px;
    font-weight: 600;
    display: inline;
    font-family: "Montserrat", sans-serif
}

#about .aboutText .baslik .borders {
    width: 53px;
    height: 3px;
    background: #ff181f;
    margin: 22px auto
}

#about .aboutText p {
    font-size: 20px;
    color: #73737e;
    font-family: "Montserrat", sans-serif;
    line-height: 33px;
    font-weight: 300
}

#about .aboutText .buton {
    display: inline-block;
    padding: 5px 25px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #ff181f;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-indent: 2px;
    transition: all 0.1s linear 0.05s;
    background: #ff181f;
    border-radius: 25px;
    margin: 15px auto 0;
    font-family: "Montserrat", sans-serif
}

#about .aboutText .buton:hover {
    background: #bf191e;
    border: 1px solid #bf191e
}

#products {
    padding: 0 0 20px;
    text-align: center;
    overflow: hidden
}

#products p {
    font-size: 15px;
    color: #73737e;
    font-family: "Montserrat", sans-serif;
    line-height: 25px
}

#products .s2 {
    margin-top: 30px
}

#products .s2 .swiper-wrapper {
    padding-bottom: 80px
}

#products .s2 .blogposttwo {
    position: relative;
    overflow: hidden;
    width: 356px
}

#products .s2 .blogposttwo figure {
    margin: 0
}

#products .s2 .blogposttwo figure img {
    width:
    transition: all linear 0.5s
}

#products .s2 .blogposttwo figure .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(31, 32, 44, 0.5)
}

#products .s2 .blogposttwo figure .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9
}

#products .s2 .blogposttwo figure .text h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 27px;
    transition: all linear 0.5s;
    text-align: center;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif
}

#products .s2 .blogposttwo figure .text .borders {
    width: 64px;
    height: 4px;
    background: #ff181f;
    margin: 20px auto
}

#products .s2 .blogposttwo:hover img {
    transform: rotate(2deg) scale(1.1)
}

#products .s2 .swiper-button-next,
#products .s2 .swiper-button-prev {
    position: absolute;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    top: 92%
}

#products .s2 .swiper-button-next::after,
#products .s2 .swiper-button-prev::after {
    font-family: none;
    content: ''
}

#products .s2 .swiper-button-prev {
    left: 50% !important;
    right: auto;
    background: url(../image/icon/urunler-left.png);
    width: 34px;
    height: 35px;
    margin-left: -40px
}

#products .s2 .swiper-button-prev:hover {
    background: url(../image/icon/urunler-left-hover.png)
}

#products .s2 .swiper-button-next {
    left: 50% !important;
    background: url(../image/icon/urunler-right.png);
    width: 34px;
    height: 35px;
    margin-left: 10px
}

#products .s2 .swiper-button-next:hover {
    background: url(../image/icon/urunler-right-hover.png)
}

#products .nav-tabs {
    border-bottom: none;
    text-align: center;
    justify-content: center;
    align-items: center
}

#products .nav-tabs li {
    margin-left: 20px;
    text-align: center
}

#products .nav-tabs li a {
    display: inline-block;
    padding: 12px 35px 10px;
    color: #73737e;
    text-decoration: none;
    position: relative;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-indent: 2px;
    -webkit-transition: all 0.1s linear 0.05s;
    -o-transition: all 0.1s linear 0.05s;
    transition: all 0.1s linear 0.05s;
    background: #f6f6f8;
    border-radius: 25px;
    margin: 15px auto 0;
    font-family: 'Montserrat', sans-serif
}

#products .nav-tabs li a.active,
#products .nav-tabs li a:hover {
    background: #ff181f;
    color: #fff
}

#products .nav-tabs li a:focus span {
    background: #ff181f;
    color: #fff
}

#products .nav-tabs li:first-child {
    margin-left: 0px
}
#whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}
footer .footerUst {
    background: url(../image/footerBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 38px 0 25px
}

footer .footerUst .buton {
    width: 308px;
    height: 50px;
    margin: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    text-align: right;
    line-height: 50px;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat', sans-serif
}

footer .footerUst .buton a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-right: 20px;
    display: block
}

footer .footerUst .buton .icon {
    width: 40px;
    height: 31px;
    background: url(../image/icon/book.png);
    float: left;
    margin-top: 9px;
    margin-left: 20px
}

footer .footerUst .buton:hover {
    background: rgba(255, 255, 255, 0.5)
}

footer .footerUst .adres {
    text-align: center
}

footer .footerUst .adres h3 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: 33px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif
}

footer .footerUst .adres h3 img {
    margin-left: 10px
}

footer .footerUst .adres p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif
}

footer .footerUst .adres p span:first-child {
    margin-right: 20px;
}

footer .footerUst .sosyalMedya {
    text-align: center;
    margin-top: 25px
}

footer .footerUst .sosyalMedya li {
    display: inline-block;
    margin-left: 20px
}

footer .footerUst .sosyalMedya li a {
    color: #fff;
    font-size: 18px
}

footer .footerUst .sosyalMedya li a:hover {
    color: #ff181f
}

footer .footerAlt {
    background: #f6f6f8;
    text-align: center;
    padding: 20px 0
}

footer .footerAlt p {
    margin-bottom: 0;
    font-size: 14px;
    color: #73737e;
    font-family: 'Montserrat', sans-serif
}

.icon-bar {
    position: fixed;
    top: 50%;
    right: 15vmin;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999
}

.icon-bar li {
    display: block;
    text-align: center;
    padding: 16px 0;
    border-bottom: 1px solid #ff181f
}

.icon-bar li a {
    font-size: 32px;
    color: #73737e
}

.icon-bar li a:hover {
    color: #ff181f
}

.icon-bar li.teklif {
    border: none;
    transition: all 0.3s ease;
    padding-top: 25px
}

.icon-bar li.teklif:hover {
    margin-top: 20px
}

#slider {
    width: 100%;
    margin: auto
}

#slider .page-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

#slider .page-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35)
}

#slider .page-title .container {
    height: 250px
}

#slider .page-title .title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

#slider .page-title .title-holder .title-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: right
}

#slider .page-title .title-holder .title-text h1 {
    margin: 0px 0 0 0;
    color: #fff;
    font-size: 36px;
    font-family: "Montserrat", sans-serif
}

#slider .page-title .title-holder .title-text .entry-meta {
    margin-top: 20px;
    padding: 0
}

#slider .page-title .title-holder .title-text .entry-meta li {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 300
}

#slider .page-title .title-holder .title-text .entry-meta li a {
    color: #fff;
    font-family: "Montserrat", sans-serif
}

#sayfa {
    margin: 40px 0
}

#sayfa .baslik {
    text-align: center;
    color: #73737e;
    font-size: 24px;
    font-weight: 600;
    display: inline;
    font-family: "Montserrat", sans-serif
}

#sayfa .baslik .borders {
    width: 53px;
    height: 3px;
    background: #ff181f;
    margin: 22px 0
}

#sayfa .baslik span {
    color: #ff181f
}

#sayfa ul li {
    list-style-type: disc;
    color: #73737e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px
}

#sayfa p {
    color: #73737e;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif
}

#sayfa p b {
    font-weight: 700
}

#sayfa .urunSlider {
    margin-top: 30px;
    margin-bottom: 30px
}

#sayfa .urunSlider .s3 .swiper-button-next,
#sayfa .urunSlider .s3 .swiper-button-prev {
    width: 38px;
    height: 70px;
    top: 46%;
    text-indent: -999999px
}

#sayfa .urunSlider .s3 .swiper-button-next {
    background: url(../image/icon/slider-right.png);
    right: 27px;
    left: auto
}

#sayfa .urunSlider .s3 .swiper-button-prev {
    background: url(../image/icon/slider-left.png);
    left: 27px;
    right: auto
}

#sayfa .galeri {
    display: flex;
    flex-flow: wrap;
    position: relative;
    z-index: 10;
    margin: 0 -10px;
    flex: 1
}

#sayfa .galeri .item {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    margin: 10px;
    width: 261px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 20px
}

#sayfa .galeri .item .img img {
    width: 219px;
    transition: all 0.4s ease-in-out
}

#sayfa .galeri .item .text {
    text-align: center
}

#sayfa .galeri .item .text span {
    width: 100%;
    color: #ff181f;
    font-family: "Montserrat", sans-serif;
    margin-top: 1em;
    margin-bottom: .7em;
    display: block
}

#sayfa .galeri .item .text h3 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #73737e;
    font-weight: 300
}

#sayfa .galeri .item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

#sayfa .galeri .item:hover .img img {
    transform: rotate(2deg) scale(1.1)
}

#sayfa .tabs .nav-tabs {
    border-bottom: none
}

#sayfa .tabs .nav-tabs li {
    margin-left: 7px;
    text-align: center;
    list-style: none
}

#sayfa .tabs .nav-tabs li a {
    font-size: 14px;
    color: #73737e;
    font-weight: bold;
    margin-right: 0;
    border-radius: 0;
    border: none;
    background: #f6f6f8;
    width: 19.3%;
    padding: 10px 33px;
    border-radius: 44px;
    transition: all .3s ease-in-out;
    font-family: "Montserrat", sans-serif
}

#sayfa .tabs .nav-tabs li a.active,
#sayfa .tabs .nav-tabs li a:hover {
    background: #ff181f;
    color: #fff
}

#sayfa .tabs .nav-tabs li a:focus span {
    background: #ff181f;
    color: #fff
}

#sayfa .tabs .nav-tabs li:first-child {
    margin-left: 0px
}

#sayfa .tabs .tab-content {
    margin-top: 30px
}

#sayfa .tabs .tab-content p {
    font-family: "Montserrat", sans-serif
}

#sayfa .iletisim .baslik {
    color: #ff181f;
    font-size: 15px;
    font-family: "Montserrat", sans-serif
}

#sayfa .iletisim p {
    margin-bottom: 5px
}

#sayfa .iletisim p a {
    color: #73737e;
    font-family: "Montserrat", sans-serif
}

#sayfa .iletisim p svg {
    margin-right: 20px;
    color: #73737e
}

#sayfa .border-bottom {
    width: 100%;
    height: 1px;
    background: #a9aaae;
    margin: 15px 0
}

#sayfa .formgg {
    margin: 0 0 1em;
    position: relative
}

#sayfa .formgg .coverWrap {
    position: relative;
    border-radius: 14px;
    height: 42px;
    background: #f6f6f8
}

#sayfa .formgg .coverWrap .formcc {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 15px;
    font-weight: 400;
    position: absolute;
    outline: none;
    font-size: 15px;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #2f2f2e;
    font-family: "Montserrat", sans-serif
}

#sayfa .formgg .coverWrap .formcc.big {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 400;
    position: absolute;
    outline: none;
    font-size: 15px;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #2f2f2e;
    font-family: "Montserrat", sans-serif
}

#sayfa .formgg .coverWrap.big {
    position: relative;
    border-radius: 14px;
    height: 92px;
    background: #f6f6f8;
    font-family: "Montserrat", sans-serif
}

#sayfa .formgg .sendButton {
    display: inline-block;
    padding: 5px 25px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #e21e24;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-indent: 2px;
    -webkit-transition: all 0.1s linear 0.05s;
    -o-transition: all 0.1s linear 0.05s;
    transition: all 0.1s linear 0.05s;
    background: #e21e24;
    border-radius: 25px;
    margin: 15px auto 0;
    font-family: "Montserrat", sans-serif
}

#sayfa .formgg .sendButton:hover {
    background: #bf191e
}

#news {
    margin-top: 30px;
    padding: 0 0 20px;
    text-align: center;
    overflow: hidden
}

#news p {
    font-size: 15px;
    color: #73737e;
    font-family: "Montserrat", sans-serif;
    line-height: 25px
}

#news .news {
    margin-top: 30px
}

#news .news .swiper-wrapper {
    padding-bottom: 80px
}

#news .news .blogposttwo {
    position: relative;
    overflow: hidden;
    width: 356px
}

#news .news .blogposttwo figure {
    margin: 0
}
#news .news .blogposttwo figure .resim{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#news .news .blogposttwo figure img {
    width: 100%;
    height: 100%;
    transition: all linear 0.5s
}

#news .news .blogposttwo figure .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(31, 32, 44, 0.5)
}


#news .news .blogposttwo figure .text h4 {
    font-size: 18px;
    color: #73737e;
    font-weight: 700;
    margin-top: 27px;
    transition: all linear 0.5s;
    text-align: center;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif
}

#news .news .blogposttwo figure .text .borders {
    width: 64px;
    height: 4px;
    background: #ff181f;
    margin: 20px auto
}

#news .news .blogposttwo:hover img {
    transform: rotate(2deg) scale(1.1)
}

#news .news .swiper-button-next,
#news .news .swiper-button-prev {
    position: absolute;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    top: 92%
}

#news .news .swiper-button-next::after,
#news .news .swiper-button-prev::after {
    font-family: none;
    content: ''
}

#news .news .swiper-button-prev {
    left: 50% !important;
    right: auto;
    background: url(../image/icon/urunler-left.png);
    width: 34px;
    height: 35px;
    margin-left: -40px
}

#news .news .swiper-button-prev:hover {
    background: url(../image/icon/urunler-left-hover.png)
}

#news .news .swiper-button-next {
    left: 50% !important;
    background: url(../image/icon/urunler-right.png);
    width: 34px;
    height: 35px;
    margin-left: 10px
}

#news .news .swiper-button-next:hover {
    background: url(../image/icon/urunler-right-hover.png)
}
.baslik {
    text-align: center;
    color: #73737e;
    font-size: 24px;
    font-weight: 600;
    display: inline;
    font-family: "Montserrat", sans-serif
}

.baslik .borders {
    width: 53px;
    height: 3px;
    background: #ff181f;
    margin: 22px auto
}

.galeri .cover {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.galeri .cover .back {
    position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    transition: width .5s ease;
}
.galeri .cover .images .cc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    opacity: 1;
    transition: all 1s ease-out;
}
.galeri .cover .images .cc svg{
    color: #fff;
    font-size: 34px !important;
}

.haberlerList .blogposttwo {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.haberlerList .blogposttwo figure {
    margin: 0;
}
.haberlerList .blogposttwo figure .resim {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.haberlerList .blogposttwo figure img {
    width: 100%;
    height: 100%;
    transition: all linear 0.5s;
}
.haberlerList .blogposttwo figure .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(31, 32, 44, 0.5)
}


.haberlerList .blogposttwo figure .text h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-top: 27px;
    transition: all linear 0.5s;
    text-align: center;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif
}

.haberlerList .blogposttwo figure .text .borders {
    width: 64px;
    height: 4px;
    background: #ff181f;
    margin: 20px auto
}

.haberlerList .blogposttwo:hover img {
    transform: rotate(2deg) scale(1.1)
}


.product .blogposttwo {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.product .blogposttwo figure {
    margin: 0
}

.product .blogposttwo figure img {
    width: 100%;
    transition: all linear 0.5s
}

.product .blogposttwo figure .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(31, 32, 44, 0.5)
}

.product .blogposttwo figure .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9
}

.product .blogposttwo figure .text h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-top: 27px;
    transition: all linear 0.5s;
    text-align: center;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px;
}

.product .blogposttwo figure .text .borders {
    width: 64px;
    height: 4px;
    background: #ff181f;
    margin: 20px auto
}

.product .blogposttwo:hover img {
    transform: rotate(2deg) scale(1.1)
}