.urun {
    margin-bottom: 25px;
    padding-bottom: 15px;
    margin-top: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: var(--renk01);
}

.urun1 {
    height: 580px;
    margin-bottom: 50px;
    text-align: center;
}

.urun1 > img {
}

.urun2 table {
    border: 1px solid #E1E1E1;
    margin-left: auto;
    margin-right: auto;
}

.urun2 tr:nth-child(odd) {
    background-color: #efefef;
}

.urun2 tr:nth-child(even) {
}

.urun2 tr:nth-child(1) {
    background-color: #d81e1e;
    color: #fff;
}

/*------------*/
.ucgen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ucgen h3 {
    text-transform: none;
}

.ucgensag {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0;
    width: 40%;
    overflow: hidden;
    height: 400px;
}

.ucgensag:before {
    content: "";
    height: 150%;
    width: 150%;
    top: -53%;
    left: -121%;
    z-index: 9;
    display: block;
    background-color: #e5e5e5;
    position: absolute;
    transform: rotate(25deg);
    /*	border-right-width: 30px;
        border-right-style: solid;
        border-right-color: #F00;*/
}

.ucgen div:nth-child(1) {
}

.ucgen div:nth-child(2):before {
}

.ucgensag:after {
    content: "";
    height: 150%;
    width: 150%;
    top: 16%;
    /* bottom: -155px; */
    left: 69%;
    z-index: 9;
    display: block;
    background-color: #ffffffb0;
    position: absolute;
    transform: rotate(25deg);
}


.ucgensag img {
    object-fit: cover;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    max-width: none;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ucgensol {
    display: inline-block;
    width: 60%;
    padding-left: 25px;
    /*    margin-right: -4px;*/
}

.ucgen h3 {
    position: relative;
    font-size: 40px;
    line-height: normal;
}

.ucgen h3:after {
    transition-duration: 0.5s;
    content: " ";
    display: block;
    position: absolute;
    background-color: var(--renk01);
    bottom: -12px;
    left: 0;
    width: 40px;
    height: 5px;
}

.ucgen:hover h3:after {
    width: 100px;
}

/*-----------*/
/*------------------Butonlar----------------*/
.buton01 {
    display: inline-block;
    margin: 5px;
}

.buton01 a {
    padding: 15px;
    margin: 5px;
    transition-duration: 0.5s;
    background-color: var(--renk01);
    color: #fff;
    font-size: 14px;
    min-width: 154px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.buton01 a:hover {
    background-color: #000;
    color: #fff;
}

.button {
    border-bottom-right-radius: 10px;
    background-color: var(--renk03);
    padding: 10px 15px 10px 15px;
    min-width: 60px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    transition-duration: 0.5s;
    text-align: center;
    border: 0;
}

.button:hover {
    cursor: pointer;
    background-color: var(--renk01);
}

.button a {
    text-decoration: none;
    color: #FFF;
}

/*-----------------------------------SLOGANLAR--------------------------*/
.slogan01 {
    display: inline-block;
    color: #FFF;
    background-color: #C00;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.slogan01:before {
    content: "\f005";
    font-family: 'IcoFont', serif;
    font-style: normal;
    font-weight: 900;
    color: #fff;
    padding-right: 5px;
}

.slogan02 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    line-height: normal;
    position: relative;
}

.slogan02:before {
    content: "\efce";
    font-family: "IcoFont", serif;
    font-style: normal;
    font-weight: 900;
    /* display: block; */
    /* padding: 5px; */
    /* padding-right: 5px; */
    color: var(--renk01);
    position: absolute;
    left: 0;
    top: 0;
}

/*-----------------etiketler-----------------*/
ul.etiket01 {
    text-align: center;
}

ul.etiket01 li {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    background-color: #f1f1f1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b3b3b3;
}

ul.etiket01 li:before {
    content: "\ed42";
    font-family: "IcoFont", serif;
    font-style: normal;
    font-weight: 900;
    color: var(--renk01);
    padding-right: 5px;
}

/*--------ANA SAYFA VİDEOLU BLOKLAR------------*/

.BlokA00 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.BlokA00 > div {
    max-width: var(--maxWidth);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 260px;
    background-color: #fff;
    transition-duration: 0.5s;
}

.BlokA01 .col, .BlokA02 .col, .BlokA03 .col, .BlokA04 .col {
    position: relative;
    height: 260px;
    overflow: hidden;
    display: inline-block;
    transition-duration: 0.5s;
    float: left;
}

.BlokA00 .vidic {
    padding: 40px;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.BlokA00 video {
    object-fit: cover;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    max-width: none;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.BlokA00 h6 {
    width: 100%;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

.BlokA00 h6:after {
    transition-duration: 0.5s;
    content: " ";
    display: block;
    position: absolute;
    background-color: var(--renk01);
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 5px;
}

.BlokA00 p {
    width: 100%;
    display: block;
}

.BlokA00 a:hover .col {
    background-color: var(--renk01);
    color: #fff;
}

.BlokA00 > div:hover h6:after {
    background-color: #fff;
    width: 80px;
}

.BlokA00 #videosList {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.BlokA00 .video {
    position: relative;
    /* height: 330px; */
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
}

/* Hide Play button + controls on iOS */

/*
.BlokA00 video::-webkit-media-controls {
    display:none !important;
}
*/

/*.BlokA01 .vid:after, .BlokA03 .vid:after {*/
.BlokA00 > div:nth-child(odd) .vid:after {
    transform: rotate(45deg);
    content: " ";
    display: block;
    position: absolute;
    background-color: #fff;
    /* bottom: -30px; */
    top: 83px;
    left: -50px;
    /* right: -49px; */
    /* opacity: 0.5; */
    width: 80px;
    height: 80px;
    /*	outline:1px solid black;*/
    /*  border: 8px solid #000000;*/
    transition-duration: 0.5s;
}

/*.BlokA02 .vid:after {*/
.BlokA00 > div:nth-child(even) .vid:after {
    transform: rotate(45deg);
    content: " ";
    display: block;
    position: absolute;
    background-color: #fff;
    /* bottom: -30px; */
    top: 83px;
    right: -50px;
    /* right: -49px; */
    /* opacity: 0.5; */
    width: 80px;
    height: 80px;
    /*    border: 8px solid #000000;*/
    transition-duration: 0.5s;
}

.BlokA00 > div:nth-child(odd):hover .vid:after, .BlokA00 > div:nth-child(even):hover .vid:after {
    background-color: var(--renk01);
}
.BlokA00 > div:nth-child(odd):hover .text {
    background-color: var(--renk01);
    color: #ffffff;
}


.BlokA00 #videosList:before {
    font-family: "IcoFont", serif;
    content: "\eca7";
    display: block;
    position: absolute;
    color: var(--renk01);
    z-index: 9;
    font-size: 36px;
    top: 45%;
    left: 45%;
    transition-duration: 1s;
}

.BlokA01:hover .vid:before, .BlokA02:hover .vid:before, .BlokA03:hover .vid:before {
    opacity: 0;
}

.BlokA00 .text {

    width: 46%;
}


.BlokA00 .vid {
    width: 54%;
    background-color: var(--renk04);
    padding: 10px 60px 10px 60px;
    color: #ffffff;
}

.BlokA00 > div:nth-child(odd) {
    right: -35px;
}

.BlokA00 > div:nth-child(even) {
    right: 42px;
}


/*.BlokA01 .vidara {
    left: calc(46% - 30px);
}*/

.BlokA01 .video {
  /*  background-image: url(/images/dosyalar/video/hrn-design-tanitim.jpg);*/
}


/*.BlokA02 .vidara {
    left: calc(54% - 30px);
}*/

.BlokA02 .video {
   /* background-image: url(/images/dosyalar/video/yaya-gecidi-projesi.jpg);*/
}

/*.BlokA03 .vidara {
    left: calc(46% - 30px);
}*/

.BlokA03 .video {
  /*  background-image: url(/images/dosyalar/video/yuruyen-yol.jpg);*/
}

.BlokA04 .vid {
    background-color: #333;
    color: #fff;
}

/*---------------------------*/

.video {
    text-align: center;
}

[itemprop="articleBody"] .video video {
    background-color: #000;
}

.email:before {
                              padding-right: 8px;
                              content: "\ef14";
                              font-family: "IcoFont", serif;
                              font-style: normal;
                              font-weight: 900;
                              width: 13px;
                              display: inline-block;
                              color: var(--renk01);
                              text-align: center;
                          }
.tel:before {
                                   padding-right: 8px;
                                   content: "\ec54";
                                   font-family: "IcoFont", serif;
                                   font-style: normal;
                                   font-weight: 900;
                                   width: 13px;
                                   display: inline-block;
                                   color: var(--renk01);
                                   text-align: center;
                               }
/*.contact-mobile:before,*/ .gsm:before {
                                padding-right: 5px;
                                content: "\ec49";
                                font-family: "IcoFont", serif;
                                font-style: normal;
                                font-weight: 900;
                                width: 13px;
                                display: inline-block;
                                color: var(--renk01);
                                text-align: center;
                            }
/*.contact-fax:before,*/ .fax:before {
                             padding-right: 5px;
                             content: "\edfd";
                             font-family: "IcoFont", serif;
                             font-style: normal;
                             font-weight: 900;
                             width: 13px;
                             display: inline-block;
                             color: var(--renk01);
                             text-align: center;
                         }
[itemprop="telephone"]::before {
    content: "\f095";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    color: var(--renk01);
    padding-right: 5px;
    font-weight: 900;
}
[itemprop="fax"]:before {
    content: "\f1ac";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: var(--renk01);
    padding-right: 5px;

}
[itemprop="email"]::before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: var(--renk01);
    padding-right: 5px;
}
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
/*------------------------------------*/
.icon-first:after {
    content: "\f100";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #0B2043;
}
.icon-previous:after {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #0B2043;
}
.icon-next:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #0B2043;
}
#sosyal {
    position: fixed;
    right: 20px;
    z-index: 9;
    bottom: var(--sosyalBT);
    transition-duration: 0.5s;
}
#sosyal ul { display: grid;}
#sosyal ul li { list-style-type: none;
display: inline-block;}
#sosyal ul li a {
    display: block;
    color: #e7e7e7;
    text-align: center;
    background-color: var(--renk03);
    margin: 2px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    width: 35px;
    height: 35px;
    padding: 3px;
    transition-duration: 0.5s;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#sosyal li a:hover { background-color: var(--renk01); }
.anasayfaslayt {
    height: 450px;
    max-width: var(--maxWidth);
    margin-right: auto;
    margin-left: auto;

}
.bulten {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px;
    text-align: center;
}
@media screen and (max-width: 1100px) {

}