

/*a {*/
/*    cursor:url(http://localhost:8000/site/images/cursor.png), auto !important;*/
/*}*/

:root {
    --text-color: #2f2f2f;
    --primary-color: #7f4021;
    --secondary-color: #A79C88;
    --white-color: #fff;
    --additional-color: #ccd9dd;
    --extra-color: #26251f;
    --megatitle-size: 35px;
    --title-size: 23px;
    --text-size: 15px;
    --mobile-title-size: 16px;
    --mobile-text-size: 13px;
    --small-size: 14px;
}


@media screen and (max-width: 991px){


    .head-social{
        display: none !important;
    }

    .head-btn{
        display: none;
    }

    :root {
        --title-size: 16px;
        --text-size: 13px;
        /*--mobile-title-size: 16px;*/
        /*--mobile-text-size: 13px;*/
    }

}


@font-face {
    font-family: VZ;
    /*src: url("../fonts/Vazir.otf");*/
    src: url("../fonts/Vazir.woff2") format("woff2"),
    url("../fonts/Vazir.woff") format("woff"),
    url("../fonts/Vazir.ttf") format("truetype");
}

@font-face {
    font-family: VZ-Bold;
    /*src: url("../fonts/Vazir-Bold.otf");*/
    src: url("../fonts/Vazir-Bold.woff2") format("woff2"),
    url("../fonts/Vazir-Bold.woff") format("woff"),
    url("../fonts/Vazir-Bold.ttf") format("truetype");
}


@font-face {
    font-family: Darvish;
    src: url("../fonts/Darvish.otf");
    src: url("../fonts/Darvish.woff2") format("woff2"),
    url("../fonts/Darvish.woff") format("woff"),
    url("../fonts/Darvish.ttf") format("truetype");
}

@font-face {
    font-family: Darvish-Bold;
    src: url("../fonts/Darvish-Bold.otf");
    src: url("../fonts/Darvish-Bold.woff2") format("woff2"),
    url("../fonts/Darvish-Bold.woff") format("woff"),
    url("../fonts/Darvish-Bold.ttf") format("truetype");
}


@font-face {
    font-family: Darvish-Black;
    src: url("../fonts/Darvish-Black.otf");
    src: url("../fonts/Darvish-Black.woff2") format("woff2"),
    url("../fonts/Darvish-Black.woff") format("woff"),
    url("../fonts/Darvish-Black.ttf") format("truetype");
}

@font-face {
    font-family: comfortaa;
    src: url("../fonts/comfortaa.eot");
    src: url("../fonts/comfortaa.woff") format("woff"),
    url("../fonts/comfortaa.woff2") format("woff2"),
    url("../fonts/comfortaa.ttf") format("truetype");
}

@font-face {
    font-family: comfortaa-Bold;
    src: url("../fonts/Comfortaa-Bold.eot");
    src: url("../fonts/Comfortaa-Bold.woff") format("woff"),
    url("../fonts/Comfortaa-Bold.woff2") format("woff2"),
    url("../fonts/Comfortaa-Bold.ttf") format("truetype");
}


@font-face {
    font-family: Samim-FD;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Samim-FD.eot');
    src: url('../fonts/Samim-FD.eot') format("embedded-opentype"),
    url('../fonts/Samim-FD.woff2') format("woff2"),
    url('../fonts/Samim-FD.woff') format("woff"),
    url('../fonts/Samim-FD.ttf') format("truetype");
}

* {
    font-family: 'VZ';
}
.farsi-digit {
    font-family: Samim-FD;
    font-family: 'VZ' !important;
}
.farsi-digit *{
    font-family: Samim-FD !important;
    font-family: 'VZ' !important;
}

html,
body {
    font-family: 'VZ';
    font-size: var(--text-size);
    background: #F5F1E8;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    line-height: 28px;
    position: relative;
}

html{
    scroll-behavior: smooth;
}

a {
    color: unset;
    text-decoration: unset;
}

a:hover {
    color: unset;
}

:focus-visible{
    outline: unset;
}


.container-fluid{
    max-width: 2000px;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}


/*addressbar*/


.addressbar {
    position: relative;
    padding-block: 40px 0;
}

.addressbar .container {
    padding: 3px;
}
.address-box {
    color: var(--primary-color);
    font-weight: 500 !important;
}

.address-box {
    list-style: none;
}

.address-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.address-box li {
    display: inline;
}

.address-box * {
    font-weight: 500 !important;
}

.address-box * {
    color: var(--secondary-color);
}

.address-box li a {
    color: var(--primary-color);
    text-decoration: unset !important;
}

.address-box li+li:before {
    content: "/";
    padding: 10px;
    font-weight: 900;
    top: 3px;
    position: relative;
}

/*addressbar*/




/*header*/
/*header*/
/*header*/




.nav-logo a{
    width: 130px;
    height: 70px;
    display: block;
}

.nav-logo a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar-collapse{
    justify-content: center;
    gap: 20px;
}

.navbar-nav{
    gap: 20px;
}

.navbar-nav{
    padding-right: 0;
}

.nav-link {
    padding: 7px 15px;
    color: var(--text-color) !important;
}

.nav-extra{
    display: flex;
    align-items: center;
    gap: 10px;
}

.head-social{
    display: flex;
    align-items: center;
    gap: 6px;
}

.each-head-social{
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #cecece;
    align-items: center;
    justify-content: center;
}

.each-head-social svg{
    stroke: var(--secondary-color);
}

.header-btn{
    padding: 9px 19px;
    font-size: 13px;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    border-radius: 30px;
    font-weight: 600;
}

.second-nav{
    border-bottom: 1px solid #cecece;
}


.menu-submenu{
    position: relative;
}

.menu-submenu::after{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    bottom: 23px;
    left: 7px;
    filter: invert(1);
    background-image:url('data:image/svg+xml,<svg width="18px" height="18px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.70711 9.71069C5.31658 10.1012 5.31658 10.7344 5.70711 11.1249L10.5993 16.0123C11.3805 16.7927 12.6463 16.7924 13.4271 16.0117L18.3174 11.1213C18.708 10.7308 18.708 10.0976 18.3174 9.70708C17.9269 9.31655 17.2937 9.31655 16.9032 9.70708L12.7176 13.8927C12.3271 14.2833 11.6939 14.2832 11.3034 13.8927L7.12132 9.71069C6.7308 9.32016 6.09763 9.32016 5.70711 9.71069Z" fill="%230F0F0F"></path></svg>')
}

ul.sub-menu{
    display: none;
    position: absolute;
    flex-direction: column;
    top: 100%;
    z-index: 99;
    padding: 35px 45px 35px 45px;
    min-width: 240px;
    background-color: #fff;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    position: absolute;
    left: -58px;
    top: auto;
    margin-top: 0;
    padding: 15px 21px;
    left: -58px;
    -webkit-box-shadow: 0 8px 59px -5px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 8px 59px -5px rgba(0,0,0,.07);
    box-shadow: 0 8px 59px -5px rgba(0, 0, 0, .07);
    background-color: #fff;
    top: 40px;
}


.mysubmenu{
    display: none;
}

.sticky ul.sub-menu {
    top: 53px;
}


.menu-submenu:hover ul.sub-menu{
    opacity: 1;
    display: flex;
}

.submenu-item{
    display: inline-block;
    margin: 0;
    float: right;
    width: 100%;
    min-width: 100%;
    padding-block: 7px;
}

.mysubmenu{
    padding-right: 0;
}



/*header*/
/*header*/
/*header*/















/*title*/


.title-small{
    position: relative;
}

.title-small:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--secondary-color);
    top: 15px;
    right: 0px;
}

.title-small{
    margin-bottom: 20px;
}

.banner-contact{
    padding-left: 50px;
}


.title-small span{
    padding-right: 30px;
    display: block;
    color: var(--secondary-color);
}

.big-title{
    margin-bottom: 20px;
}

.big-title *{
    font-size: var(--megatitle-size);
    font-family: "VZ-Bold";
    line-height: 24px;
}



/*title*/




/*btn*/

.novin-btns{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 30px;
}

.novin-btn1{
    background-color: var(--extra-color);
    padding: 16px 25px;
    border-radius: 10px;
}

.novin-btn1 span{
    color: var(--white-color);
    font-size: var(--text-size);
}


.novin-btn2{
    padding: 16px 30px;
    border-radius: 14px;
    border: 1.5px dashed var(--secondary-color);
    transition: all .35s;
}

.novin-btn2{
    color: var(--text-color);
    font-size: var(--text-size);
}

/*btn*/





/*banner*/
/*banner*/

.about-title-main *{
    text-align: center;
    font-family: "Darvish-Bold";
    font-size: 23px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 30px;
}

.banner-title-sub *{
    text-align: center;
    font-size: 13px;
    color: #c5a37e;
    font-family: "Darvish-Bold";
    margin-bottom: 30px;
}

.banner-title-sub2 *{
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 40px;
}


/*banner*/
/*banner*/





/*title*/

.new-title *{
    width: 100%;
    text-align: center;
    font-size: var(--title-size);
    color: var(--text-color);
    font-family: "Darvish-Bold";
    margin-bottom: 50px;
    display: block;
}




/*title*/



.bahar-title{
    overflow: hidden;
}

.bahar-title *{
    text-align: center;
    font-family: "Darvish-Bold";
    font-size: 23px;
    color: var(--text-color);
    line-height: 42px;
    margin-bottom: 30px;
}

.additional-title *{
    text-align: center;
    font-size: 13px;
    color: var(--primary-color);
    font-family: "Darvish-Bold";
    margin-bottom: 30px;
}

.bahar-text p{
    text-align: center;
    font-size: 15px;
    color: var(--text-color);
    margin-bottom: 40px;
}






/*zeynep*/

.zeynep.opened {
    background: #fff;
    width: 350px;
}

.header-menu-open {
    position: absolute;
    top: 42px;
    right: 19px;
}

.header-menu-open .btn-close {
    background: unset !important;
    position: relative;
    font-family: cursive;
    opacity: 1;
    width: fit-content;
    height: fit-content;
}

.header-menu-open .btn-close {
    background: unset !important;
    position: relative;
    font-family: cursive;
    opacity: 1;
    width: fit-content;
    height: fit-content;
}

.zeynep-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 47px;
}

.zeynep-logo-image{
    width: 60px;
    height: 60px;
}

.zeynep-logo-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zeynep ul {
    padding: 0;
}

.zeynep ul {
    margin-top: 8px;
}

.zeynep li {
    justify-content: flex-start;
}

.zeynep ul li a {
    font-size: 15px !important;
    color: var(--text-color);
    text-align: right;
}

/*zeynep*/





/*line*/

.line-title{
    position: relative;
    width: 2px;
    height: 70px;
    right: 50%;
    margin-left: -1px;
    overflow: hidden;
    margin-block: 80px 80px;
}


.line-title .line{
    top: 0;
    bottom: 0;
    z-index: 11;
    display: block;
    position: absolute;
    right: 50%;
    width: 1px;
    height: 70px;
    margin-left: -1px;
    background: var(--primary-color);
}

.line-title .line{
    top: -70px;
    animation: line-animated 2s ease-in-out forwards infinite;
}


@keyframes line-animated {
    0% {
        top: -70px;
    }
    40% {
        top: 0;
    }
    60% {
        top: 0;
    }
    100% {
        top: 70px;
    }
}


/*line*/



/*btn*/

.btn-line{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.bahar-btn{
    width: fit-content;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:  var(--primary-color);
    cursor: pointer;
    text-decoration: unset;
    transition: .4s;
    position: relative;
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0);
}

.bahar-btn span {
    color: #fff !important;
    padding: 10px 30px;
    text-align: center;
    font-size: var(--text-size);
}

@media screen and (min-width: 767px){

    .bahar-btn:hover{
        background-color: #2f2f2f !important;
        transition: .4s;
        transform: translateY(-2px);
        -webkit-box-shadow: 0 15px 45px 0 rgba(213, 186, 156, .41);
    }


}


/*btn*/



/*blogs*/

.each-blog-box{
    border-radius: 20px 20px 0 0;
    border: 1px solid #e1e1e1;
    display: block;
    background-color: #fff;
    transition: .5s;
}

.blog-content{
    padding: 20px 25px;
}

.blog_swiper .swiper-slide{
    padding-inline: 20px;
}

.blog-image{
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.blog-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: .5s;
}

.blog-time{
    margin-bottom: 10px;
}


.blog-time *{
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary-color);
}

.blog-name{
    margin-bottom: 20px;
}

.blog-name *{
    font-size: var(--text-size);
    font-family: "VZ-Bold";
}

.blog-text{
    margin-bottom: 10px;
}

.blog-text *{
    font-size: 14px;
    line-height: 22px;
}

.blog-link span{
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
}

.blog-link svg path{
    fill: var(--primary-color);
}

.blog-link svg{
    transition: .5s;
}


@media screen and (min-width: 768px){

    .each-blog-box:hover .blog-image img{
        transform: scale(1.1);
        transition: .5s;
    }

    .each-blog-box:hover{
        box-shadow: 0px 0px 20px 0px #9b9b9bbf;
        transition: .5s;
        transform: translateY(-10px);
    }

    .each-blog-box:hover .blog-link svg{
        transform: translateX(-10px);
        transition: .5s;
    }

}


/*blogs*/


/*navigations*/

.blog_swiper, .blog_swiper .swiper-wrapper{
    position: unset !important;
}

.blogs .container{
    position: relative;
}

.swiper-nav-box{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    position: absolute;
    bottom: 17%;
}

.swiper-nav-box01{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    position: absolute;
    top: 15%;
    left: 30px;
    width: fit-content;
}


.novin-next, .novin-prev{
    position: unset !important;
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
}



/*navigations*/


/*products*/

.products{
    padding-block: 80px;
}

.pro-image{
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.pro-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 1s;
}

.each-product{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-block: 20px;
}

.pro-name *{
    text-align: center;
    font-size: var(--title-size);
    font-family: "Darvish-Bold";
}

.each-product .my-link .mylink * {
    font-size: var(--text-size);
    color: var(--text-color);
    padding-bottom: 30px;
}

.each-product .my-link .mylink::before {
    background-color: var(--secondary-color) !important;
}


@media screen and (min-width: 767px){

    .each-product:hover .pro-image img{
        transform: scale(1.04);
        transition: 1s;
    }

    .each-product:hover .my-link .mylink::before{
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        transition: .6s;
    }

}

.nav-btns{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bahar-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    width: 155px;
    top: -39px;
    right: -12px;
}

.swiper-button-next, .swiper-button-prev{
    position: unset;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: unset;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: unset;
}

.bahar-nav .pro-next svg{
    position: absolute;
    backface-visibility: hidden;
    top: 50%;
    margin-top: -14px;
    height: 30px;
    width: 50px;
    display: block;
    z-index: 2;
    transition: 0.5s ease;
    transition-property: transform;
}

.bahar-nav .pro-prev svg{
    position: absolute;
    backface-visibility: hidden;
    top: 50%;
    margin-top: -14px;
    height: 30px;
    width: 50px;
    display: block;
    z-index: 2;
    transition: 0.5s ease;
    transition-property: transform;
}

.bahar-nav .pro-next svg path, .bahar-nav .pro-prev svg path{
    stroke-width: 2px;
}

.pro-next line {
    stroke: var(--secondary-color);
}

.pro-next line {
    stroke-width: 1.6px;
    stroke: #333;
}

.pro-prev, .pro-next {
    right: 15px;
}

.nav-line {
    left: -13px;
    top: 33px;
    height: 2px;
    width: 35px;
    background-color: #536374;
    position: relative;
    display: block;
    content: '';
    z-index: 2;
    transition: 0.5s ease;
    transition-property: transform;
    background-color: #c2a37e;
    width: 50px;
    transition: .5s;

}

.pro-prev .nav-line {
    left: 13px;
}


.pro-next{
    top: calc(50% - 10px) !important;
    right: calc(50% - -27px) !important;
    left: unset !important;
}

.pro-prev{
    top: calc(50% - 10px);
    left: calc(50% - -27px) !important;
    right: unset !important;
}

.pro-next, .pro-prev {
    color: #536374;
    display: block;
    position: unset;
    /*padding: 30px;*/
}

.swiper-wrapper{
    padding-block: 30px 90px;
}

.pro-next:hover .nav-line{
    left: 22px !important;
    transition: .5s;
}

.pro-next:hover .nav-line{
    left: -25px !important;
    transition: .5s;
}

.pro-prev:hover .nav-line{
    left: 25px !important;
    transition: .5s;
}

/*products*/






/*footer*/
/*footer*/
/*footer*/

.footer{
    position: relative;
    z-index: 20;
    padding-block: 89px 20px;
    background-color: var(--extra-color);
}


.contact-icon svg{
    width: 20px;
    height: 20px;
}

.footre-row .big-title * {
    color: var(--white-color);
}

.contact-items{
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-top: 30px;
}


.each-contact-item{
    display: flex;
    align-items: center;
    gap: 20px;
}

.each-contact-item a{
    color: var(--secondary-color);
    font-size: 14px;
}

.contact-icon{
    width: 44px;
    height: 44px;
    flex: none;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(245, 241, 232, .08);
    color: #df9a6e;
    border: 1px solid rgba(245, 241, 232, .1);
}

.contact-icon svg{
    stroke: #df9a6e;
}

.footer-form form{
    background: rgba(245, 241, 232, .06);
    border: 1px solid rgba(245, 241, 232, .12);
    border-radius: 26px;
    padding: 36px;
    backdrop-filter: blur(8px);
}

.form-main-title *{
    color: var(--white-color);
    font-size: var(--text-size);
    font-family: "VZ-Bold";
}

.form-small-title *{
    color: var(--secondary-color);
    font-size: var(--text-size);
}

.form-title{
    margin-bottom: 20px;
}

.footer-input input{
    width: 100%;
    padding: 9px 14px;
    border: 1px solid rgba(245, 241, 232, .12);
    border-radius: 10px;
    background-color: rgb(38, 38, 33);
    color: #fff;
}

.footer-input{
    margin-bottom: 10px;
}

.col-form-input textarea{
    width: 100%;
    padding: 9px 14px;
    border: 1px solid rgba(245, 241, 232, .12);
    border-radius: 10px;
    background-color: rgb(38, 38, 33);
    color: #fff;
}

.col-form-btn button{
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: unset;
}

.each-social svg{
    width: 20px;
    height: 20px;
}

.my-footer-logo{
    width: 120px;
    height: 70px;
    display: block;
}


.my-footer-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-p p{
    color: var(--secondary-color);
    font-size: var(--small-size);
}

.social-media-footer{
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-media-footer a {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(246, 241, 232, .18);
    color: rgba(246, 241, 232, .75);
    transition: all .4s;
}

.myfooter-title{
    position: relative;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myfooter-title span {
    color: #fff;
    font-size: var(--text-size);
    padding-right: 0;
}

/*.myfooter-title span::before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 10px;*/
/*    background-color: var(--secondary-color);*/
/*    height: 2px;*/
/*    top: 10px;*/
/*    right: 0;*/
/*}*/

.footer-list a{
    color: var(--secondary-color);
}

.footer-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-main{
    padding-bottom: 70px;
    border-bottom: 1px solid var(--secondary-color);
}

.footer-second{
    padding-bottom: 70px;
}

.footer-row .big-title *{
    color: var(--white-color);
}

.footer-list a{
    text-align: center;
}

.footer-input input::placeholder{
    font-size: 13px;
}

.footer-input textarea::placeholder{
    font-size: 13px;
}

.footer .container-fluid {
    padding-inline: 50px;
}

.footer .container-fluid .footer-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 25px 0px;
    font-size: 13px;
}

.footer .container-fluid .footer-right span {
    width: 336px;
    text-align: center;
    color: #bebebe;
    line-height: 21px;
    font-size: 12px;
}


/*footer*/
/*footer*/
















/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/


@media screen and (max-width: 1399px){

}

@media screen and (max-width: 1199px){

    .submenu-title {
        font-size: 13px;
    }

    .bahar-title * {
        /*font-size: 19px;*/
        line-height: 34px;
        margin-bottom: 25px;
    }

    .additional-title * {
        font-size: 13px;
    }

    .pro-name * {
        font-size: 15px;
    }

    .each-product {
        gap: 9px;
    }

    .logo img {
        max-height: 42px;
    }

    .header.sticky .logo a img:nth-child(2) {
        max-height: 31px;
    }

}

@media screen and (max-width: 1024px){

    .header .header-main {
        background: #fff;
        height: 60px;
    }

    .header .logo a img:first-child {
        display: none;
    }

    .header .logo a img:nth-child(2) {
        display: block;
        max-height: 29px;
        transition: .5s;
    }



    .navbar-toggler{
        display: block !important;
    }

    .header-icons {
        gap: 12px;
        position: absolute;
        right: 40px;
    }

    .profile-icon{
        display: none;
    }
    .header-icons {
        gap: 12px;
    }
    .navbar-toggler{
        padding: 0;
    }



    .header-main .nav{
        display: none;
    }








    .logo img {
        max-height: 170px;
    }

}

@media screen and (max-width: 991px){


    .footer-p p {
        text-align: center;
        line-height: 22px;
    }



    .col-footer-contact{
        margin-bottom: 60px;
    }

    .col-footer{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 35px;
    }


    :root {
        --megatitle-size: 18px;
        --title-size: 16px;
        --text-size: 14px;
        --small-size: 13px;
    }


    .logo-part {
        margin-top: 30px;
    }

    .each-footer-part {
        margin-top: 30px;
    }

    .footer-items {
        flex-direction: column;
    }

    .each-footer-part {
        width: 100%;
    }


    .footer-logo-mobile{
        display: block;
    }

    .footer-logo-desc{
        display: none;
    }

    .footer {
        padding-block: 30px 47px;
    }

}

@media screen and (max-width: 767px){


    .blog_swiper .swiper-slide {
        padding-inline: 10px;
    }

    .address-box {
        overflow-x: auto;
        display: flex;
    }

    .address-box::-webkit-scrollbar{
        display: none;
    }
    .address-box li {
        display: inline;
        font-size: 13px;
    }

    .addressbar .row{
        margin: 0;
    }





    .footer-title a svg{
        width: 23px;
        height: 23px;
    }

    .footer-title a {
        gap: 8px;
    }

    .line-title {
        height: 57px;
        margin-block: 38px 38px;
    }

    .header-icons {
        right: 24px;
    }



    .titles .main-title h4 {
        font-size: 16px;
    }

    .btn-line {
        margin-bottom: 30px;
    }

    .footer {
        padding-top: 0;
    }

    .bahar-title * {
        /*font-size: 16px;*/
        margin-bottom: 14px;
    }

    .additional-title * {
        font-size: 12px;
        line-height: 20px;
    }

    .bahar-text p {
        font-size: 13px;
    }

    .banner-contact {
        padding-left: 0;
    }

}

@media screen and (max-width: 575px){

    .blog-content {
        padding: 16px 17px;
    }

    .blog-image {
        height: 140px;
    }

    .footer-form form {
        padding: 21px;
    }

    .footer-input input {
        padding: 7px 14px;
    }


    :root {
        --megatitle-size: 16px;
        --title-size: 15px;
    }

    .footer-p p {
        text-align: center;
    }

    .title-small {
        margin-bottom: 7px;
    }

    .swiper-nav-box {
        bottom: 6%;
        right: 23px;
    }

    .banner-row {
        gap: 27px;
    }

    .about-title-main * {
        font-size: 14px;
        margin-bottom: 14px;
        line-height: 29px;
    }

    .footer-logo {
        width: 117px;
        height: 109px;
    }

    .pro-name * {
        font-size: 13px;
    }

    .each-product {
        gap: 3px;
    }

    .footer {
        padding-block: 30px 47px;
    }



}


@media screen and (max-width: 375px){

    .zeynep.opened {
        width: 86%;
    }

}

/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/






