@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;700;800&display=swap');

h2,
h3,
h4 {
    font-family: 'Dosis', sans-serif;
}

.dos {
    font-family: 'Dosis', sans-serif;
}


::selection {
    background: #ffb7b7;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

.mons {
    font-family: 'Montserrat', sans-serif;
}

header {
    background: #fab733;
    font-family: 'Dosis', sans-serif;
}

header ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

header ul li a:hover {
    color: orangered;
}

.logo {
    z-index: 99;
}

.menu {
    right: 35px;
    top: 22px;
    color: #fff;
    z-index: 999;
    font-size: 30px;
}

.menu:hover {
    color: #f3f3f3;
}

.main-menu {
    background: #fdb913;
    border-radius: 0 0 0 60px;
    right: 0;
    top: 0;
    z-index: 999;
}

.main-menu li {
    float: none;
    display: inline-block;
    margin-right: 20px;
}

.main-menu li:last-child {
    margin-right: 0;
}

.main-menu li a {
    color: #fff;
    font-size: 18px;
}

.main-menu li a:hover {
    color: #ff6a10 !important;
}

.social-link {
    color: #ffdd00 !important;
}

.offcanvas {
    max-width: 75%;
}

.offcanvas,
.offcanvas a {
    color: #fff;
    background-color: #fdb913;
    font-size: 18px;
}

.offcanvas hr {
    color: rgba(255, 255, 255, .3);
}

.socials {
    right: 35px;
    top: 45%;
}

.socials a {
    float: left;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    background: #fff;
    color: #ff6a10;
    border-radius: 50%;
    text-align: center;
}

.slider-outter {
    margin-top: 0px;
}

.slider-outter .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider .slick-dots {
    bottom: unset !important;
    top: 50%;
    width: unset !important;
    height: 20px;
    transform: rotate(90deg);
}

.slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.products-header {
    height: 270px;

}

.products-header h2 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin-top: 45px;
}

.p-slider1 .slick-slide img {
    display: inline
}

.p-slider1 .slick-slide {
    margin: 0 15px;
}

/* the parent */
.p-slider1 .slick-list {
    margin: 0 -15px;
}

.p-slider2 .slick-slide img {
    display: inline
}

.p-slider2 .slick-slide {
    margin: 0 15px;
}

/* the parent */
.p-slider2 .slick-list {
    margin: 0 -15px;
}

.product-desc {
    color: #000;
    font-size: 25px;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    margin-bottom: 60px;
}

.selector {
    top: 50%;
    color: #000 !important;
    width: 10px;
    font-size: 18px;
}

.left-selector {
    left: 0;
}

.right-selector {
    right: 13px;
}

.left-selector2 {
    left: 0;
}

.right-selector2 {
    right: 13px;
}

.products {
    background-size: cover;
    background-position: top center;
    min-height: 990px;
    overflow: hidden;
}



.bg-1 {
    background-image: url("../img/bg1.jpg");
}

.bg-2 {
    background-image: url("../img/bg2.jpg");
}

.products a {
    color: #ff6a10;
}

.product-box {
    transition: all ease .7s;
    position: relative;
}

.product-box a {
    color: #e20613;
    font-weight: bold;
    font-family: 'Dosis', sans-serif;
    font-size: 23px;
}

.news {
    background: url("../img/bg.png");
}

.news,
.news a {
    color: #000;
}

.about {
    background-image: url("../img/about-bg.jpg");
    background-position: center;
    background-size: cover;
    padding-top: 185px;
    padding-bottom: 60px;
}

.about-header {
    font-size: 50px;
    color: #e98698;
}

.about-txt {
    color: #8d644b;
    font-size: 18px;
}

.blog-detail-txt {
    color: #8d644b;
    font-size: 18px;
}

footer {
    background-image: url("../img/footer-bg.jpg");
    background-size: cover;
    color: #fff;
}

.sub-footer {
    background-image: url("../img/sub-footer-bg.jpg");
    background-size: cover;
    color: #fff;
}

.sub-footer a {
    color: #fff;
}

.footer-socials a {
    float: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    background: #fff;
    color: #ff6a10;
    border-radius: 50%;
    text-align: center;
}

.detail-banner {
    margin-top: -30px;
}

.main-img {
    height: 100%;
}

.main-img img {
    object-fit: cover;
    height: 100%;
}

.p-img {
    width: 300px;
}

.detail-info {
    background-image: url("../img/urun-bg.jpg");
    background-size: cover;
    padding-top: 100px !important;
    color: orange;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.detail-info ul li {
    list-style: inside disc;
}

.detail-info h1 {
    color: #ff6a10;
    font-weight: bold;
    font-size: 40px;
}

.detail-line {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #ff6a10;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin-top: 0px;
}

.detail-line small {
    font-size: 14px !important;
    font-weight: normal !important;
}

.detail-line-blue small {
    font-size: 14px !important;
    font-weight: normal !important;
}

.detail-line-dark-blue small {
    font-size: 14px !important;
    font-weight: normal !important;
}

.detail-line-light-blue small {
    font-size: 14px !important;
    font-weight: normal !important;
}

.box-container {
    float: left;
    width: 100%;
}

.box-container a {
    color: #a1968b;
}

.blog-more {
    color: #a1968b;
}

.blog-more a {
    color: #a1968b;
    font-size: 17px;
    border-radius: 6px;
    position: relative;
}

.blog-more a span {
    position: relative;
    z-index: 9;
}

.product-box a span {
    //width: 325px;
    display: block;
    margin: 0 auto;
}

.blog-more a i {
    position: relative;
    z-index: 9;
    transition: all ease .7s;
}

.blog-box:hover a::before {
    width: 100%;
    border-radius: 6px;
    z-index: 8;
}

.blog-box a:hover i {
    margin-left: 5px;
}

.blog-img img {
    object-fit: cover;
    height: 450px;
}

.social-container {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.blog-detail-social {
    display: inline-block;
    padding: 5px 15px;
    background: #39c0c5;
    color: #fff;
    border-radius: 6px;
}

.blog-detail-social a {
    color: #fff;
}

.contact {
    float: left;
    width: 100%;
    background: #f9f9f9;
    font-family: 'Dosis', sans-serif;
    min-height: 100vh;
}

.contact-info {
    float: left;
    width: 100%;
}

.contact-info-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.contact-maps {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.map-wrapper iframe {
    float: left;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.address {
    margin: 0 auto;
    background: #feafbc;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    border-radius: 10px;
    width: 80%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.sendBtn {
    background-image: url("../img/submit.png");
    width: 100px;
    height: 33px;
    background-color: transparent;
    border: none;
}

.contact-txt {
    float: left;
    width: 100%;
}

.contact-txt-header {
    float: left;
    width: 100%;
    font-size: 25px;
    margin-bottom: 20px;
}

.contact-txt-content {
    float: left;
    width: 100%;
}

.contact-form-header {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 25px;
}

.contact-form-content {
    float: left;
    width: 100%;
}

.contact-form-row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.contact-form-row label {
    float: left;
    width: 100%;
    margin-bottom: 3px;
    font-weight: normal;
    font-family: 'Dosis', sans-serif;
    color: #8d644b;
}

.figures {
    right: 0;
    top: 3px;
    width: 150px;
}

.contact-form-row select {
    float: left;
    width: 100%;
    padding: 15px;
    height: 55px;
    border: 1px solid #dcdcdc;
}

.contact-form-row input {
    float: left;
    width: 100%;
    padding: 15px;
    height: 55px;
    border: none;
    border-bottom: none;
    border-radius: 8px;
}

.contact-form-row textarea {
    float: left;
    width: 100%;
    padding: 15px;
    height: 322px;
    border: none;
    border-radius: 8px;
}

.contact-right {
    background-image: url("../img/contact-bg.png");
    background-size: cover;
}

.contact-boxes {
    float: left;
    width: 100%;
}

.contact-box-banner {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: table;
    background-image: url("../img/iletisim.jpg");
    background-size: cover;
    background-position: right;
    height: 250px;
    padding-left: 50px;
}

.contact-box-banner span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
}

.contact-box {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background-size: cover;
    height: 110px;
    display: table;
    background-position: right;
}

.contact-box a {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
}

.p-container {
    padding: 0 100px;
}

.parallax {
    z-index: 999;
}

.parallax-img-41 {
    left: 100px;
    top: -8px;
}

.parallax-img-42 {
    right: 250px;
    top: 50px;
}

.parallax-img-43 {
    right: 100px;
    bottom: 0%;
}

.parallax-img-21 {
    left: 220px;
    top: 50px;
    width: 200px;
}

.parallax-img-22 {
    left: 270px;
    bottom: 135px;
}

.parallax-img-23 {
    left: 90px;
    bottom: -10px;
    width: 200px;
}

.parallax-img-24 {
    right: 180px;
    top: 50px;
    width: 265px;
}

.parallax-img-25 {
    right: 370px;
    top: 260px;
    width: 125px !important;
}

.parallax-img-26 {
    right: 90px;
    bottom: 0px;
    width: 200px;
}

.parallax-img-31 {
    left: 100px;
    top: 40px;
    width: 120px;
}

.parallax-img-32 {
    left: 185px;
    bottom: 20%;
    width: 200px;
}

.parallax-img-33 {
    left: 21%;
    bottom: -3%;
}

.parallax-img-34 {
    right: 15%;
    top: 15%;
    width: 230px;
}

.parallax-img-35 {
    right: 21%;
    top: 42%;
    z-index: 9;
}

.parallax-img-36 {
    right: 4%;
    bottom: 2%;
    width: 175px;
}

.parallax-img-11 {
    left: 14%;
    top: 3%;
    width: 200px !important;
}

.parallax-img-12 {
    left: 3%;
    top: 36%;
    width: 235px !important;
}

.parallax-img-13 {
    left: 15%;
    bottom: 0%;
    width: 200px !important;
}

.parallax-img-14 {
    right: 20%;
    top: 3%;
    width: 200px !important;
}

.parallax-img-15 {
    right: 10%;
    top: 34%;
    width: 200px !important;
}

.parallax-img-16 {
    right: 15%;
    bottom: 0%;
    width: 200px !important;
}

.parallax-img-44 {
    right: 15%;
    bottom: -10%;
}

.el {
    z-index: 999;
}

.el1 {
    top: 20%;
    left: 0;
}

.el2 {
    bottom: 20%;
    left: 5%;
}

.el3 {
    bottom: 5%;
    right: 0;
}

.contact-form {
    background: #feafbc;
    color: #fff;
    min-height: 100vh;
}

.contact-form h4 {
    color: #8d644b;
    font-weight: bold
}

.about-txt {
    padding: 20px 200px;
}

.urunler-header {
    font-size: 60px;
}

.opacity {
    opacity: 0.3;
}

.product-box:hover {
    opacity: 1;
}

.product-box:hover img {
    top: -10px;
}

@keyframes mymove {
    from {
        top: 0px;
    }

    to {
        transform: translate3d(0, 10px, 10px);
    }
}

@media (min-width: 1281px) {
    .products-header {
        height: 425px;

    }

    .pdesc2 {
        margin-top: 200px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {}

@media (min-width: 768px) and (max-width: 1024px) {
    .menu {
        right: 10px;
    }

    .socials {
        right: 10px;
    }

    .parallax {
        width: 35px !important;
    }

    .parallax-img-21 {
        left: 50px;
        top: 22px;
    }

    .parallax-img-22 {
        left: 50px;
        bottom: 35px;
    }

    .parallax-img-23 {
        left: 15px;
        bottom: 4px;
    }

    .parallax-img-24 {
        right: 90px;
        top: 25px;
    }

    .parallax-img-25 {
        right: 100px;
        top: 80px;
    }

    .parallax-img-26 {
        right: 40px;
        bottom: 15px;
    }

    .parallax-img-31 {
        left: 3px;
        top: 20px;
    }
    .parallax-img-32 {
        left: 30px;
        bottom: 20%;
    }
    .parallax-img-33 {
        bottom: 0%;
    }

    .parallax-img-35 {
        top: 37%;
    }

    .parallax-img-36 {
        right: 8%;
        bottom: 8%;
    }

    .product-box a span {
        width: 100%;
    }

    .products-header h2 {
        margin-bottom: 20px;
    }

    .products-header p {
        color: #fff;
    }

    .p-container {
        padding: 20px;
    }

    .products-header {
        margin-top: 30px;
    }

    .products-header p {
        font-size: 16px;
    }

    .products-header h2 {
        font-size: 40px;
    }

    .idx-header {
        font-size: 35px !important;
    }

    .p-img {
        display: none;
    }

    .about-txt {
        padding: 20px;
    }

    .products-header {
        height: 325px;
    }

    .bg1 {
        background: #fff;
        background-image: none !important;
    }

    .bg2 {
        background: #fff;
        background-image: none !important;
    }

    .banner-category a.first-a {
        bottom: -45px;
    }

    .banner-category {
        min-height: 82px !important;
    }

    .banner-category a.first-a img {
        width: 190px;
    }

    .banner-category {
        min-height: 82px !important;
    }

    .banner-category a img {
        width: 150px;
    }

    .bg1 h1 {
        color: #8d644b;
    }

    .bg2 h1 {
        color: #8d644b;
    }

    .address {
        width: 100%;
        position: unset !important;
        float: left;
        padding: 15px;
        transform: unset;
    }

    .left-selector {
        left: -17px;
    }

    .right-selector {
        right: -2px;
    }

    .left-selector2 {
        left: -17px;
    }

    .right-selector2 {
        right: -2px;
    }

    .urunler-header {
        font-size: 40px;
    }

    .about {
        padding-top: 40px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .menu {
        right: 15px;
    }

    .socials {
        right: 10px;
    }

    .parallax {
        width: 35px !important;
    }

    .parallax-img-21 {
        left: 50px;
        top: 22px;
    }

    .parallax-img-22 {
        left: 50px;
        bottom: 35px;
    }

    .parallax-img-23 {
        left: 15px;
        bottom: 4px;
    }

    .parallax-img-24 {
        right: 90px;
        top: 25px;
    }

    .parallax-img-25 {
        right: 100px;
        top: 80px;
    }

    .parallax-img-26 {
        right: 40px;
        bottom: 15px;
    }

    .parallax-img-31 {
        left: 3px;
        top: 20px;
    }
    .parallax-img-32 {
        left: 30px;
        bottom: 20%;
    }
    .parallax-img-33 {
        bottom: 0%;
    }

    .parallax-img-35 {
        top: 37%;
    }

    .parallax-img-36 {
        right: 8%;
        bottom: 8%;
    }

    .product-box a span {
        width: 100%;
    }

    .products-header h2 {
        margin-bottom: 20px;
    }

    .products-header p {
        color: #fff;
    }

    .p-container {
        padding: 20px;
    }

    .products-header {
        margin-top: 10px;
    }

    .products-header p {
        font-size: 16px;
    }

    .products-header h2 {
        font-size: 40px !important;
    }

    .idx-header {
        font-size: 35px !important;
    }

    .p-img {
        display: none;
    }

    .about-txt {
        padding: 20px;
    }

    .products-header {
        height: 185px !important;
    }

    .products-header h2 {
        margin-top: 30px !important;
        font-size: 60px;
    }

    .pdesc2 {
        margin-top: 45px;
    }

    .bg1 {
        background: #fff;
        background-image: none !important;
    }

    .bg2 {
        background: #fff;
        background-image: none !important;
    }

    .banner-category a.first-a {
        bottom: -45px;
    }

    .banner-category a.first-a img {
        width: 190px;
    }

    .banner-category a img {
        width: 150px;
    }

    .bg1 h1 {
        color: #8d544b;
    }

    .bg2 h1 {
        color: #8d644b;
    }

    .address {
        width: 100%;
        position: unset !important;
        float: left;
        padding: 15px;
        transform: unset;
    }

    .left-selector {
        left: -17px;
    }

    .right-selector {
        right: -2px;
    }

    .left-selector2 {
        left: -17px;
    }

    .right-selector2 {
        right: -2px;
    }

    .urunler-header {
        font-size: 40px;
    }

    .about {
        padding-top: 40px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .menu {
        right: 15px;
    }

    .socials {
        right: 10px;
    }

    .parallax {
        width: 35px !important;
    }

    .parallax-img-21 {
        left: 50px;
        top: 22px;
    }

    .parallax-img-22 {
        left: 50px;
        bottom: 35px;
    }

    .parallax-img-23 {
        left: 15px;
        bottom: 4px;
    }

    .parallax-img-24 {
        right: 90px;
        top: 25px;
    }

    .parallax-img-25 {
        right: 100px;
        top: 80px;
    }

    .parallax-img-26 {
        right: 40px;
        bottom: 15px;
    }

    .parallax-img-31 {
        left: 3px;
        top: 20px;
    }
    .parallax-img-32 {
        left: 30px;
        bottom: 20%;
    }
    .parallax-img-33 {
        bottom: 0%;
    }

    .parallax-img-35 {
        top: 37%;
    }

    .parallax-img-36 {
        right: 8%;
        bottom: 8%;
    }

    .product-box a span {
        width: 100%;
    }

    .products-header h2 {
        margin-bottom: 20px;
    }

    .products-header p {
        color: #fff;
    }

    .p-container {
        padding: 20px;
    }

    .products-header {
        margin-top: 10px;
    }

    .products-header p {
        font-size: 16px;
    }

    .products-header h2 {
        font-size: 40px !important;
    }

    .p-img {
        display: none;
    }

    .about-txt {
        padding: 20px;
    }


    .products-header {
        height: 185px !important;
    }

    .products-header h2 {
        margin-top: 30px !important;
        font-size: 60px;
    }


    .idx-header {
        font-size: 35px !important;
    }

    .pdesc2 {
        margin-top: 45px;
    }

    .bg1 {
        background: #fff;
        background-image: none !important;
    }

    .bg2 {
        background: #fff;
        background-image: none !important;
    }

    .banner-category a.first-a {
        bottom: -45px;
    }

    .banner-category {
        min-height: 82px !important;
    }

    .banner-category a.first-a img {
        width: 190px;
    }

    .banner-category a img {
        width: 150px;
    }

    .bg1 h1 {
        color: #8d544b;
    }

    .bg2 h1 {
        color: #8d644b;
    }

    .address {
        width: 100%;
        position: unset !important;
        float: left;
        padding: 15px;
        transform: unset;
    }

    .left-selector {
        left: -17px;
    }

    .right-selector {
        right: -2px;
    }

    .left-selector2 {
        left: -17px;
    }

    .right-selector2 {
        right: -2px;
    }

    .urunler-header {
        font-size: 40px;
    }

    .about {
        padding-top: 40px;
    }
}
