/*============================================================================================

	Theme Name: Zeta
	Description: All in One Admin Theme For DocZeta
	Author: Ozgur Ozcirpan
	Version: 2.0

============================================================================================*/


/*============================================================================================
	1.  BASICS
	2.  PAGES
	3.  EXTRAS

============================================================================================*/
/*==============================

	1.  BASICS

============================== */

/********** 1.1  header & footer */

header.web-header{
    width: 100%;
    height: 100px;
    position: absolute;
    top:0; left: 0;
    z-index: 999;
    background-image: url("../images/web-header-bg.png");
    background-repeat: repeat-x;
}

header.web-header a{
    width: 50%;
    display: inline;
    line-height: 100px;
    font-weight: bolder;
    color: #1d3557;
    text-align: center;
}

footer.web-footer{
    background-image: url("../images/footer-bg.png");
    background-position: bottom center;
    height: 174px;
    margin-top: 90px;
    padding-top: 30px;
}

footer.web-footer .logo-bottom{
    opacity: .5;
}

footer.web-footer ul{
    margin: 30px 0 15px 0;
}

footer.web-footer ul li{
    display: inline-block;
    margin: 0 30px;
}

footer.web-footer ul li a{
    color: #1d3557;
    font-family: 'Poppins', sans-serif;
    font-weight: 600
}

footer.web-footer .copyright{
    font-size: 13px;
    margin-left: 30px;
}


/*==============================

	2.  PAGES

============================== */

/***** index *****/

/** index slider
 */

.index-slider{
    margin-bottom: 60px;
}


/** index box
 */
.index-box{
    position: relative;
    background-image: url("../images/index-box-bg-top.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 0;
    z-index: 2;
}

.index-box:before{
    content: '';
    width: 400px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
    background-image: url("../images/index-box-bg-bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.index-box .head{
    position: relative;
}

.index-box .head .icon{
    position: absolute;
    top: -30px; left: 15px;
    width: 39px;
    height: 51px;
    background-image: url("../images/index-box-bg-head-bg.png");
    background-repeat: no-repeat;
}

.index-box .head .icon i{
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color:#FFFFFF;
    width: 100%;
}

.index-box .head .text{
    position: absolute;
    top:-15px; left: 75px;
    color: #1d3557;
    font-size: 16px;
    font-weight: 500
}

.index-box p{
    margin:45px 0 30px 0;
    font-family: 'Poppins', sans-serif;
    color:#1d3557;
    font-size: 14px;
    line-height: 24px;
}

.index-box .link{
    margin-bottom: -10px;
}

.index-box .link a{
    font-family: 'Poppins', sans-serif;
    color:#1d3557;
    font-size: 15px;
    opacity: .7;
}

.index-box .link a i{
    margin-right: 10px;
}

.index-box .right-head{
    font-family: 'Poppins', sans-serif;
    color:#1d3557;
    font-size: 18px;
    margin-bottom: 5px;
}

.index-box .right-desc{
    font-family: 'Poppins', sans-serif;
    color:#1d3557;
    font-size: 15px;
    opacity: .7;
}

.index-box .list-item{
    margin-bottom: 10px;
}

.index-box .list-item .item-thumb img{
    border-radius: 5px;
}

.index-box .list-item .item-link{
    font-size: 13px;
    font-weight: 600;
    margin-right: -15px;
}

/**/

.index-box-lg{
    position: relative;
    background-image: url("../images/index-box-lg-bg-top.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 0;
    z-index: 2;
}

.single.index-box-lg{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color:#1d3557;
}

.index-box-lg:before{
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-image: url("../images/index-box-lg-bg-bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.index-box-lg .head{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color:#1d3557;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.index-box-lg .sub-head{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color:#1d3557;
    font-size: 14px;
    opacity: .7;
    margin-top: -10px;
    margin-bottom: 15px;
}

.index-box-lg .form-control{
    padding: 10px;
    border: none;
    background-color: #a8dadc;
}


.index-box-lg .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFFFFF;
    font-weight: 600;
    opacity: 1; /* Firefox */
}

.index-box-lg .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
    font-weight: 600;
}

.index-box-lg .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF;
    font-weight: 600;
}

.index-box-lg .list-item .item{
    background: rgb(239,248,249);
    background: linear-gradient(0deg, rgba(239,248,249,1) 0%, rgba(169,218,220,1) 100%);
    padding: 15px;
    text-align: center;
    border: 1px solid #171844;
    border-radius: 10px;
    margin: 15px 0;
    height: 200px;
    cursor: pointer;
}


.index-box-lg .list-item .item .thumb img{
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.index-box-lg .list-item .item:hover .thumb img{
    opacity: 0;
}

.index-box-lg .list-item .item .link{
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    color:#1d3557;
    font-weight: 600;
    z-index: 9;
}

.index-box-lg .list-item .item:hover .link{
    margin-top: -50px;
}

.index-gallery.index-box{
    cursor: pointer;
}

/**/

.index-blok3{
    position: relative;
    margin-top: 60px;
}

.index-blok3:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -77px;
    margin-top: -95px;
    z-index: 2;
    width: 154px;
    height: 131px;
    background-image: url("../images/basak.png");
}

/***** single *****/

/** page-header
 */

.page-header{
    height: 220px;
    padding-top: 160px;
    text-align: center;
    position: relative;
    background-color: #ffc107;
    margin-bottom: 60px;
    background-image: url("../images/page-header-bg.jpg");
    background-position: center;
}

.page-header h1{
    font-size: 24px;
    color: #FFFFFF;
}

.web-sidebar{
    position: relative;
    background-image: url("../images/index-box-bg-top.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 0;
    z-index: 2;
}

.web-sidebar:before{
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../images/index-box-bg-bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.web-sidebar ul li{
    border-bottom: 1px solid #b0dee0;
    padding: 15px 15px 15px 30px;
}


.web-sidebar ul li:last-child{
    border: none;
}

.web-sidebar ul li a{
    display: block;
    position: relative;
    padding-left: 15px;
    color:#1d3557;
    font-weight: 600;
}

.web-sidebar ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    margin-left: -25px;
    color: #7fc3c6;
}


.web-sidebar ul li.head{
    font-size: 15px;
    font-weight: 800;
    padding: 15px 5px;
}

.web-sidebar ul li.head a{
    color: #FF0000;
}

.web-sidebar ul li.head a:before {
    content: "";
    display: none;
}


/**
Ürünler
 */


.urunler .item{
    background: rgb(239,248,249);
    background: linear-gradient(0deg, rgba(239,248,249,1) 0%, rgba(169,218,220,1) 100%);
    padding: 15px;
    text-align: center;
    border: 1px solid #171844;
    border-radius: 10px;
    margin: 15px 0;
    height: 220px;
}

.urunler .item .thumb img{
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.urunler .item .title{
    margin-top: 15px;
    line-height: 17px;
}

.urunler .item .title a{
    font-family: 'Poppins', sans-serif;
    color:#1d3557;
    font-weight: 700;
}