@font-face {
    font-family: "lg";
    src: url("../font/lg.eot?n1z373");
    src: url("../font/lg.eot?#iefixn1z373") format("embedded-opentype"),
    url("../font/lg.woff?n1z373") format("woff"),
    url("../font/lg.ttf?n1z373") format("truetype"),
    url("../font/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: IRANSans;
    src: url("../font/IRANSansWeb.eot");
    src: url("../font/IRANSansWeb.woff") format("woff"),
    url("../font/IRANSansWeb.woff2") format("woff2"),
    url("../font/IRANSansWeb.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


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


@keyframes move {

    50%{
        transform: scale(.5);
    }
    100%{
        transform: scale(1);
    }
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-60px);
    }
}

@keyframes bounceBig {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-20px);
    }
}

@keyframes grow-and-shrink {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}



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

html,
body {
    font-family: IRANSans;
    font-size: 16px;
    background: #fff;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    line-height: 35px;
}

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

a:hover {
    color: unset;
}

:focus-visible{
    outline: unset;
}

:focus{
    box-shadow: unset;
}

:root {
    --text-color: #fff;
    --primary-color: #fff;
    --secondary-color: #fff;
}

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


/*mega menu*/

.mega-item:hover{
    border: 2px solid #f8a1d3;
    background-color: #f3faff;
}

.each-sec-line-link{
    position: relative;
}

.megamenu_services{
    position: absolute;
    border-radius: 3px;
    background: #ffebf7;
    width: 401px;
    height: 269px;
    top: 50px;
    left: -60px;
    z-index: 3;
    display: none;
}

.megamenu_services.show{
    display: flex;
}

.little-angle-open{
    position: absolute;
    top: -19px;
    left: 22%;
}

.my-mega-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.my-mega-items a {
    padding-inline: 10px;
    color: #555b60;
    font-size: 15px;
    position: relative;
}

.mega-item {
    width: 111px;
    height: 111px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* border-image: linear-gradient( to bottom, red, rgba(0, 0, 0, 0) ) 1 3%; */
    /* border-width: 1px; */
    /* border-style: solid; */
}

.mega-text span {
    color: #595959;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*mega menu*/


/*zeynep*/

.zeynep-link a{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.menu-each-category img{
    width: 39px !important;
    height: 36px !important;
}

.header-menu-open{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
}

.has-submenu ul{
    margin-top: 2px !important;
}

/*zeynep*/


/*navbar 1st line*/

.navbar-left-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.navbar-left-buttons .navbar-contact-links{
    display: none;
}

.navbar-left-buttons .search-nav{
    display: none;
}

.whole-button{
    position: relative;
}

.entesharat-button {
    padding: 11px 41px;
    border-radius: 12px;
    background: #FF5DBE;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;

}

/*@keyframes criss-cross-left3{*/
/*    0% {*/
/*        left: -10px;*/
/*    }*/
/*    50% {*/
/*        left: 35%;*/
/*        width: 50px;*/
/*        height: 50px;*/
/*    }*/
/*    100% {*/
/*        background-color: #ef1c55;*/
/*        left: 20%;*/
/*        width: 375px;*/
/*        height: 375px;*/
/*        color: #ffffff;*/
/*    }*/
/*}*/

/*@keyframes criss-cross-right3{*/
/*    0% {*/
/*        right: -20px;*/
/*    }*/
/*    30% {*/
/*        right: 30%;*/
/*        width: 20px;*/
/*        height: 20px;*/
/*    }*/
/*    40%{*/
/*        right: 20%;*/
/*    }*/
/*    100% {*/
/*        right: 80%;*/
/*        width: 125px;*/
/*        height: 125px;*/
/*    }*/
/*}*/

/*.entesharat-button:hover {*/
/*    font-family: Outfit;*/
/*    font-weight: 600;*/
/*    background: #000000;*/
/*    height: 70px;*/
/*    line-height: 70px;*/
/*    display: inline-block;*/
/*    color: #fff;*/
/*    border: 2px solid;*/
/*    padding: 0 50px;*/
/*    position: relative;*/
/*    border-radius: 10px;*/
/*    font-size: 16px;*/
/*    text-transform: capitalize;*/
/*}*/

/*.entesharat-button::before, .entesharat-button::after {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    content: '';*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: #ef1c55;*/
/*    border-radius: 50%;*/
/*}*/

/*.entesharat-button:before {*/
/*    left: -20px;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/*.entesharat-button:after {*/
/*    background: #ef1c55;*/
/*    right: -20px;*/
/*    -webkit-transform: translate(50%, -50%);*/
/*    transform: translate(50%, -50%);*/
/*}*/


/*.entesharat-button:hover:before {*/
/*    -webkit-animation: criss-cross-left3 0.9s both;*/
/*    animation: criss-cross-left3 0.9s both;*/
/*    -webkit-animation-direction: alternate;*/
/*    animation-direction: alternate;*/
/*}*/

/*.entesharat-button:hover:after {*/
/*    -webkit-animation: criss-cross-right3 0.5s both;*/
/*    animation: criss-cross-right3 0.5s both;*/
/*    -webkit-animation-direction: alternate;*/
/*    animation-direction: alternate;*/
/*}*/


/*p.btnn2 {*/
/*    color: #fff;*/
/*    font-family: Outfit;*/
/*    font-weight: 600;*/
/*    z-index: 2;*/
/*    position: relative;*/
/*    display: flex;*/
/*}*/

.login-reg {
    color: #2FC0F4;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    display: none;
}

.first-navbar .navbar{
    padding: 0.5rem 29px;
    align-items: center;
    padding-top: 17px;
    padding-right: 29px;
}

.navbar-right-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 41px;
}

.navbar-right-buttons .navbar-toggler{
    opacity: 0;
    z-index: -1;
    display: none;
}

.navbar-contact-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-right: 0;
}

.each-contact-link{
    border-radius: 3px;
    background: #85DEFF;
    width: max-content;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
}

.navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler{
    border-radius: 3px;
    border: 1px solid #2E1D1D;
    padding: 7px 7px;
}


/*navbar 1st line*/

/*navbar 2nd line*/



.second-navbar .row{
    justify-content: flex-end;
}

.second-navbar .navbar{
    width: 100%;
    padding: 0.5rem 29px;
    align-items: center;
    padding-top: 15px;
    padding-right: 29px;
}


.second-nav-links{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 47%;
    margin-right: 7px;
}

.each-sec-line-link{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px;
}
.each-sec-line-link.active svg circle{
    fill: #85DEFF;
}

.search-nav{
    position: relative;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.search-nav .whole-button{
    display: none;
}

.search-nav input{
    border-radius: 12px;
    border: 1px solid #FF5DBE;
    padding: 7px 43px;
}

.search-nav .search-icon{
    position: absolute;
    left: 16px;
    top: 7px;
}


.mySwiper .swiper-slide{
    min-height: 573px;
    padding: unset;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    background-position: top center;

}

.mySwiper .whole-button{
    position: absolute;
    bottom: 22%;
    right: 116px;
    cursor: pointer;
}

.mySwiper{
    /*background-image: url(../images/index/banner/banner-slide1.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.swiper_row{
    align-items: center;
    height: 700px;
}

.banner-index-image{
    width: 100%;
    height: 383px;
}

.banner-index-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    min-height: unset !important;
}


.shape{
    background-image: url(../images/index/header/shape-banner.png);
    background-image: unset;
}

.logo-box{
    position: relative;
    z-index: 1;
    /*margin-right: 55px;*/
    padding-right: 0;
}

.logo-box .shape{
    position: absolute;
    right: -83px;
    top: -3px;
    width: 403px;
    height: 71px;
    background-repeat: no-repeat;
    z-index: -1;
}

span.logo{
    width: 200px;
    height: 100px;
    display: flex;
}

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

.logo div{
    position: relative;
    top: 9px;
}

.first-navbar .container-fluid{
    padding-inline: 100px;
}

.second-navbar .container-fluid{
    padding-inline: 100px;
}

/*navbar 1nd line*/


/*banner*/
.each-banner-cat span{
    font-size: 15px;
    text-align: center;
}




.category-swiper{
    padding-bottom: 10px;
}

.nav-btns .swiper-button-next, .nav-btns .swiper-button-prev.swiper-cat-P{
    position: unset !important;
}

.nav-btns{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-left: 10px;
}

.swiper-cat-N, .swiper-cat-P {
    position: absolute;
    left: 31px;
    top: -4rem !important;
    color: #656565;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3f0fa;
    justify-content: center;
    box-shadow: 1px 3px 8px #cccc;
    z-index: 2;
    border: 1px solid #2f4c78;
}

.swiper-cat-N:after, .swiper-cat-P:after {
    font-size: 17px;
}


.category-swiper .swiper-wrapper{
    position: relative;
    padding-bottom: 50px;
}

.swiper-pagination1{
    bottom: -12px !important;
}

.swiper-pagination1 .swiper-pagination-bullet-active{
    background-color: #01c8da;
}


.banner .container-fluid{
    padding-inline: 100px;
}

.entesharat-categorry .container-fluid{
    padding-inline: 100px;
}


.banner-buttons{
    position: absolute;
    bottom: 3px;
    right: 45%;
    width: 200px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-direction: row-reverse;
    padding-bottom: 41px;
}

.swiper-banner-N,
.swiper-banner-P {
    position: absolute;
    left: 31px;
    top: -4rem !important;
    color: #656565;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffc;
    justify-content: center;
    box-shadow: 1px 3px 8px #cccc;
    z-index: 2;
}

.swiper-banner-P:after,
.swiper-banner-N:after {
    font-size: 17px;
}

.swiper-banner-N:after,
.swiper-banner-P:after {
    font-size: 17px;
}


.swiper-banner-N, .swiper-banner-P{
    position: unset;
    top: 118px;
}


.swiper-banner-N {
    left: 34.5% !important;
}

.swiper-banner-N,
.swiper-rtl .swiper-banner-P {
    right: unset;
}


.banner-cat{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.banner_desc{
    display: block;
}
.banner_mobile{
    display: none;
}


.entesharat-categorry{
    padding-block: 90px;
}


.each-banner-cat{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.each-banner-cat img{
    width: 53px;
    height: 53px;
    object-fit: contain;
}

.mySwiper .swiper-slide img{
    width: 100%;
    min-height: 645px;
}

.mySwiper{
    width:100%;
    margin-right: unset;
}

.each-banner-content{

}

.banner-title{
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
}

.banner-title h4{
    color: #2E1D1D;
    font-size: 50px;
    font-weight: 700;
    z-index: 1;
}
.banner-title h4::before{
    position: absolute;
    content: "";
    background-image: url(../images/index/banner/yellow-underline.png);
    width: 297px;
    height: 31px;
    z-index: -1;
    left: -16px;
    top: 27px;
    background-repeat: no-repeat;
}

.banner-text{
    color: #727272;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 18px;
}

/*banner*/

/*services*/

section.services {
    padding-block: 64px 80px;
}

.overlay-box{
    background-image: url("../images/index/service-back.png");
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: all 500ms ease;
}
.checkout_btn {
    border: none;
    color: #fff !important;
    width: 150px;
    border-radius: 5px;
    background: #ff5dbe;
    padding: 8px 5px;
    font-size: 15px;
    margin: 7px 23px 0px 0px;
    cursor: pointer;
    text-align: center;
}
.mobile-service-row{
    display: none;
}

.main-title span{
    position: relative;
    color: #85DEFF;
    font-size: 18px;
    font-weight: 700;
    padding-right: 22px;
}

.main-title{
    position: relative;
}

.main-title span::before{
    position: absolute;
    content: "";
    background-image: url(../images/index/yellow-title.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    right: 9px;
    top: -7px;
    z-index: 1;
    animation: move 2.5s;
    animation-iteration-count: infinite;
    animation-delay: 0.3s;
}

.main-title span::after{
    position: absolute;
    content: "";
    background-image: url(../images/index/red-title.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    right: -11px;
    z-index: 2;
    top: -7px;
    /* animation: move 2.5s; */
    animation-iteration-count: infinite;
    animation-delay: .6s;
}

.main-title::before{
    position: absolute;
    content: "";
    background-image: url(../images/index/blue-title.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    z-index: 3;
    top: 13px;
    right: -4px;
    animation: move 2s;
    animation-iteration-count: infinite;
}

.detail-title{
    color: #2E1D1D;
    font-size: 27px;
    font-weight: 700;
}

.entesharat-titles{
    display: flex;
    flex-direction: column;
    gap: 27px;
    padding-bottom: 45px;
    width: fit-content;
}


a.service-box{
    border-radius: 12px;
    border: 1px dashed #A1E6FF;
    background: #FAFAFA;
    padding: 21px 25px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
}

.services-btn{
    position: absolute;
    background: #fff;
    z-index: 3;
    left: 0;
    top: 38px;
    padding: 9px 78px;
    padding-right: 24px;
    border-radius: 0px 35px 35px 0px;
    box-shadow: 4px 0px 5px #e4e4e4;
}

.btn-inside{
    background: #85DEFF;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateX(-63px);
    transition: .7s;
}

.service-icon{
    position: relative;
    width: fit-content;
    padding-bottom: 11px;
}

.service-back{
    width: 65px;
    border-radius: 51%;
}

.service-icon::before{
    position: absolute;
    content: "";
    /*background-image: url(../images/index/service-icon1.svg);*/
    background-repeat: no-repeat;
    width: 38px;
    height: 39px;
    left: 39px;
    top: 33px;
    z-index: 1000000;
}


.service-title span{
    color: #2E1D1D;
    font-size: 20px;
    font-weight: 700;
}

.service-text p{
    color: #727272;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
}

.services .smaller-container{
    /*padding: 0 129px;*/
}



/*services*/

/*newest*/

section.newest{
    padding-block: 50px 100px;
    position: relative;
}

.each-newest-pro{
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
    border-radius: 19px;
    box-shadow: 1px 3px 8px #aeaeae;
}

.mySwiper1{
    padding-block: 19px;
}


.each-newest-pro *,
.each-newest-pro:before,
.each-newest-pro:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.each-newest-pro img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    border-radius: 16px;
}

.each-newest-pro:before,
.each-newest-pro:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
}

.each-newest-pro:before {
    width: 0;
    height: 1px;
}

.each-newest-pro:after {
    height: 0;
    width: 1px;
}

.each-newest-pro span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
}

.each-newest-pro span {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    opacity: 0;
    text-transform: uppercase;
    color: #fff;
}


.newest .container-fluid{
    position: relative;
}

.swiper-product-col{
    position: relative;
}

.swiper-btn-N, .swiper-btn-P{
    position: absolute;
    top: 118px;
}


.swiper-btn-N {
    right: 19.5% !important;
}


.swiper-btn-N,
.swiper-rtl .swiper-btn-P {
    right: unset;
}

.swiper-btn-N,
.swiper-btn-P {
    position: absolute;
    right: 26%;
    top: -4.5rem;
    color: #656565;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #fffc;
    justify-content: center;
    box-shadow: 1px 3px 8px #cccc;

}

.swiper-btn-P:after,
.swiper-rtl .swiper-btn-N:after {
    font-size: 17px;
}

.swiper-btn-N:after,
.swiper-rtl .swiper-btn-P:after {
    font-size: 17px;
}

.whole-button{
    width: fit-content;
}

.newest-row{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.swiper-buttons{
    position: absolute;
    right: 11%;
    bottom: 0;
}


/*newest*/


/*about us*/


.aboutUs .row{
    align-items: center;
}

.about-us-image{
    width: 427px;
    height: 454px;
    position: relative;
    z-index: 1;
}

.about-us-image::before{
    position: absolute;
    content: "";
    background-image: url(../images/index/small-ball.svg);
    right: 11px;
    top: 41%;
    background-repeat: no-repeat;
    width: 61px;
    height: 63px;
    animation: bounce 2s alternate infinite cubic-bezier(.2, .65, .6, 1);;

}

.about-us-image::after{
    position: absolute;
    content: "";
    background-image: url(../images/index/square.svg);
    right: 43px;
    background-repeat: no-repeat;
    width: 79px;
    height: 75px;
    bottom: 29%;
    z-index: -1;
    animation: grow-and-shrink 3.5s;
    animation-delay: .8s;
    animation-iteration-count: infinite;
}

.about-us-image .big-ball{
    position: absolute;
    z-index: -1;
    position: absolute;
    z-index: -1;
    left: 27px;
    top: 43%;
    animation: bounceBig 2s alternate infinite cubic-bezier(.2, .65, .6, 1); ;
    animation-iteration-count: infinite;
    animation-delay: .5s;
}

.about-us-image img{
    width: 100%;
    height: 100%;
}

.about-text{
    color: #727272;
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 20px;
}
/*about us*/


/*best sellers*/

section.best-sellers{
    padding-block: 100px 100px;
}


.photo-gallery{
    /*position: relative;*/
    /*display: grid;*/
    /*grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));*/
    /*grid-template-rows: minmax(100px, auto);*/
    /*grid-auto-flow:dense ;*/
    /*grid-gap: 10px;*/

    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 20px;

}

.photo-gallery .whole-photo-gallery{
    display: grid;
    place-items: center;
    position: relative;
}

.whole-photo-gallery img{
    width: 100%;
    height: 100%;
    border-radius: 33px;
}

.photo-gallery .whole-photo-gallery:nth-child(1){
    grid-row: span 2;
}

.photo-gallery .whole-photo-gallery:nth-child(4){
    grid-row: span 2;
}

.photo-gallery .whole-photo-gallery:nth-child(3){
    grid-row: span 2;
}

.content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.content-box h3 {
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 17px 15px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    border-radius: 0px 0px 5px 5px;
    opacity: 0;
    transition: all 500ms ease;
    border: 1px solid #dee2e6;
    border-top: unset;
    border-radius: 0 0 15px 15px;
}


/*best sellers*/



/*process*/

section.process{
    padding-block: 50px 70px;

}

.whole-time-line{
    display: flex;
    flex-direction: row;
}

.whole-time-line:nth-child(even){
    display: flex;
    flex-direction: row-reverse;
}

.timeline-main {
    width: 100%;
    padding: 25px;
}
.timeline-main .timeline-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
}
.timeline-main .timeline-wrap::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: calc(100% - 10px);
    animation: line 2s linear;
    border-right: 3px dashed #cccc;
}

.timeline-main .timeline-wrap .timeline-card {
    width: 50%;
    margin-right: auto;
    position: relative;
}

.timeline-main .timeline-wrap .timeline-card::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -29px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fefefe;
    /*animation: fadeIn 1.5s;*/
    /*animation-fill-mode: both;*/
    box-shadow: 1px 3px 8px #cccc;
}


.timeline-main .timeline-wrap .whole-time-line:nth-child(1) .timeline-card::before {
    content: "1";
    position: absolute;
    top: 10px;
    left: -31px;
    width: 60px;
    height: 60px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-size: 27px;
    font-family: Samim-FD;
    animation: fadeIn 1.5s;
}

.timeline-main .timeline-wrap .whole-time-line:nth-child(2) .timeline-card::before {
    content: "2";
    position: absolute;
    top: 10px;
    right: -29px;
    width: 60px;
    height: 60px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-size: 27px;
    font-family: Samim-FD;
    animation: fadeIn 1.5s;
}
.timeline-main .timeline-wrap .whole-time-line:nth-child(3) .timeline-card::before {
    content: "3";
    position: absolute;
    top: 10px;
    left: -31px;
    width: 60px;
    height: 60px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-size: 27px;
    font-family: Samim-FD;
    animation: fadeIn 1.5s;
}

.timeline-main .timeline-wrap .whole-time-line:nth-child(4) .timeline-card::before {
    content: "4";
    position: absolute;
    top: 10px;
    right: -29px;
    width: 60px;
    height: 60px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-size: 27px;
    font-family: Samim-FD;
    animation: fadeIn 1.5s;
}

.time-line-image{
    width: 386px;
    height: 210px;
}

.time-line-image img{
    width:100%;
    height: 100%;
}


.timeline-back{
    position: absolute;
    content: "";
    background-image: url("../images/index/process-back.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    top: 0;
    right: 0;
    z-index: -1;
    transition: .7s;
}

.whole-time-line:nth-child(even) .timeline-card .timeline-back{
    position: absolute;
    content: "";
    background-image: url(../images/index/process-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    z-index: -1;
    transition: .7s;
    transform: rotate(180deg);
}


.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
    height: 100%;
    margin-right: 100px;
    /*background-color: #ffffff;*/
    border-radius: 14px;
    position: relative;
    padding: 30px;
    animation-fill-mode: both;
    border: 1px solid #cccc;
    /*animation: fadeInRight 2.5s;*/
    /*animation-delay: 2.5s;*/
    max-height: 200px;
}


.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -8px;
    height: 8px;
    width: calc(100% - 60px);
    background-color: #00283a;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    transition: .5s;

}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::after {
    content: "";
    position: absolute;
    top: 26px;
    right: -11px;
    width: 20px;
    height: 20px;
    background-color: #00283a;
    border-radius: 4px;
    transform: rotate(45deg);
    background-color: #ffffff;
    border: 1px solid #cccc;
    border-left: unset;
    border-bottom: 0;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
    margin-bottom: 0;
    color: #2E1D1D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-subhead {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #bdbdbd;
    margin-bottom: 0;
    font-style: italic;
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #919ca1;
    margin: 25px 0 0;
}


@keyframes line {
    0% {
        height: 0;
    }
    100% {
        height: calc(100% - 10px);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*process*/



/*blog*/

section.blog{
    padding-block: 70px 70px;
}

.blog .row{
    position: relative;
}

.mySwiper2{
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog-card{
    border: 1px dashed #85DEFF;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-decoration: none;

}

.blog-image{
    width: 90%;
    height: 217px;
    position: relative;
    margin-top: 21px;
    margin-bottom: 2px;
    transform: translateY(-45px);
    transition: .6s;
}

.blog-image img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    border-radius: 24px;
}

.blog-button {
    width: 100%;
    text-align: center;
    border-radius: 0 0 11px 10px;
    padding: 11px 17px;
    transition: 0.5s;
    border-top: 1px dashed #85DEFF;
    display: flex;
    justify-content: space-between;
}

.read-blog svg{
    opacity: 0;
    transition: .6s;
}

.blog-name{
    color: #2E1D1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: right;
    align-self: flex-start;
    padding: 0 17px;
    position: relative;
    top: -22px;
}

.blog-content{
    display: flex;
    flex-direction: column;
}

.blog-inside{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blog-text{
    color: #727272;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 2px 17px;
    padding-bottom: 0;
    position: relative;
    top: -22px;
}

.blog-btn-N, .blog-btn-P{
    position: absolute;
    top: 118px;
}


.blog-btn-N {
    left: 9.5% !important;
}

.blog-btn-N,
.swiper-rtl .swiper-btn-P {
    right: unset;
}

.blog-btn-N,
.blog-btn-P {
    position: absolute;
    left: 31px;
    top: -4rem;
    color: #656565;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #fffc;
    justify-content: center;
    box-shadow: 1px 3px 8px #cccc;
}

.blog-btn-P:after,
.blog-rtl .blog-btn-N:after {
    font-size: 17px;
}

.blog-btn-N:after,
.blog-rtl .blog-btn-P:after {
    font-size: 17px;
}




/*blog*/


/*brands*/

section.brands{
    padding-block: 70px 100px;
}

.mySwiper3 .swiper-slide img{
    width: 100%;
    height: 47px;
    object-fit: contain;
}

/*brands*/


/*footer*/

footer.footer{
    background: #032836;
}

.footer-columns{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-first-col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 14px;
}

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

.each-footer-social{
    border-radius: 4px;
    border: 1px solid #FFF;
    padding: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-sec-col{
    display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: space-between; */
    gap: 15px;
}

.each-footer-link{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-third-col{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.footer-text p{
    color: #EFEFEF;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    max-width: 400px;
}

.footer-contact{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-icon{
    border-radius: 3px;
    border: 1px solid #FFF;
}

.contact-icon{
    border-radius: 3px;
    border: 1px solid #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.each-footer-contact{
    display: flex;
    gap: 10px;
    align-items: center;
}

.each-footer-contact span{
    color: #F6F6F6;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    max-width: 295px;
}

.number-link{
    direction: ltr;
    float: left;
}

.copyRight{
    background: #02212d;
    text-align: center;
}

.footer .container{
    padding-block: 80px;
}

.copy-right-text{
    color: #a2a2a2cc;
    font-size: 13px;
}
.copy-right-text a{
    color: rgba(221, 221, 221, 0.8);
    font-size: 13px;
}




/*footer*/





/*btn*/


@keyframes criss-cross-right2 {

    0% {
        right: -20px;
    }
    30% {
        right: 30%;
        width: 20px;
        height: 20px;
    }
    40% {
        right: 20%;
    }
    100% {
        right: 80%;
        width: 125px;
        height: 125px;
    }

}

@keyframes criss-cross-left2  {

    0% {
        left: -10px;
    }
    50% {
        left: 35%;
        width: 50px;
        height: 50px;
    }
    70% {
        left: 20%;
    }
    100% {
        background-color: #85DEFF;
        left: 110%;
        width: 375px;
        height: 375px;
        color: #ffffff;
    }
}

[class^="project-btn"] {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 250px;
    /*margin: 1rem auto;*/
    text-transform: uppercase;
    border: 1px solid currentColor;
    color: #ffffff;
}

.project-btn {
    position: relative;
    font-weight: 600;
    background: #ff5dbe;
    display: inline-block;
    color: #fff;
    border: 2px solid;
    padding: 10px 35px;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
}

.project-btn:before, .project-btn:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #85DEFF;
    border-radius: 50%;
}

.project-btn:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
p.text-btn {
    color: #fff;
    font-weight: 600;
    z-index: 2;
    position: relative;
    display: flex;
    margin-bottom: unset;
}

.project-btn:after {
    background: #85DEFF;
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

/*btn*/






























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


/*timeline*/
@media (max-width: 1199px) {

    .banner-buttons {
        right: 39%;
    }

    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
        font-size: 12px;
        line-height: 22px;
    }
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-subhead {
        font-size: 14px;
        line-height: 24px;
    }
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
        font-size: 18px;
        line-height: 28px;
    }
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
        padding: 20px;
    }
    .timeline-main .timeline-wrap::before {
        left: 95%;
    }
    .timeline-main .timeline-wrap .timeline-card {
        width: 95%;
    }

    .entesharat-categorry {
        padding-block: 65px 45px;
    }

    section.services {
        padding-block: 14px 80px;
    }


}
@media (min-width: 768px) {
    .timeline-main .timeline-wrap .whole-time-line:nth-child(odd) .timeline-card {
        margin-left: auto;
        margin-right: 0;
    }
    .timeline-main .timeline-wrap .whole-time-line:nth-child(odd) .timeline-card::after {
        right: unset;
        left: -31px;
        animation-delay: 2.6s;
    }
    .timeline-main .timeline-wrap .whole-time-line:nth-child(odd) .timeline-card .timeline-card-wrap {
        margin-right: 0;
        margin-left: 100px;
        /*animation: fadeInLeft 2.5s;*/
        /*animation-fill-mode: both;*/
    }
    .timeline-main .timeline-wrap .whole-time-line:nth-child(odd) .timeline-card .timeline-card-wrap::after {
        right: unset;
        border-left: none;
        left: -11px;
        transform: rotate(224deg);
    }
}
/*timeline*/




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

    .blog-card:hover .blog-image{
        transform: translateY(-28px);
        transition: .6s;
    }

    .blog-card:hover .read-blog svg{
        opacity: 1;
        transition: .6s;
    }

    .timeline-card:hover .timeline-card-wrap::before{
        background-color: #f885d2 !important;
        opacity: 0.4 !important;
        transition: .5s;
    }

    /*btn*/

    .project-btn:hover {
        font-family: Outfit;
        font-weight: 600;
        background: #ff5dbe;
        display: inline-block;
        color: #fff;
        border: 2px solid;
        padding: 10px 35px;
        position: relative;
        border-radius: 10px;
        font-size: 16px;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: center;
        border: unset;
    }

    .project-btn:hover:before {
        -webkit-animation: criss-cross-left2 0.9s both;
        animation: criss-cross-left2 0.9s both;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    .project-btn:hover:after {
        -webkit-animation: criss-cross-right2 0.5s both;
        animation: criss-cross-right2 0.5s both;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    /*btn*/


    /*newest*/


    .each-newest-pro:hover img,
    .each-newest-pro.hover img {
        zoom: 1;
        filter: alpha(opacity=20);
        -webkit-opacity: 0.2;
        opacity: 0.2;
    }

    .each-newest-pro:hover:before,
    .each-newest-pro.hover:before,
    .each-newest-pro:hover:after,
    .each-newest-pro.hover:after {
        opacity: 1;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    .each-newest-pro:hover:before,
    .each-newest-pro.hover:before {
        width: 40px;
    }

    .each-newest-pro:hover:after,
    .each-newest-pro.hover:after {
        height: 40px;
    }

    .each-newest-pro:hover span{
        opacity: 1;
    }

    /*newest*/

    .content-box:hover h3 {
        bottom: -8px;
        opacity: 1;
    }

    .service-box:hover .overlay-box{
        z-index: -1;
        opacity: 1;
    }
    .service-box:hover .btn-inside{
        transform: translateX(0px);
        transition: .7s;
    }



    .each-sec-line-link:hover svg circle{
        fill: #85DEFF;
    }

    .blog-card:hover  .read-blog{
        color:#85DEFF ;
    }

    .whole-time-line:hover .timeline-card::after{
        background: #FF5DBE;
        border: 3px solid #FF5DBE;
        transition: .5s;
    }

    .timeline-card-wrap:hover .timeline-back{
        background-image: url("../images/index/process-back-h.png");
        transition: .7s;
    }

    .whole-time-line:nth-child(even) .timeline-card-wrap:hover .timeline-back{
        background-image: url("../images/index/process-back-h.png");
        transition: .7s;
    }


    .whole-time-line:hover .timeline-card::before{
        color: #fff !important;
    }
}

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


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

    /*header*/
    .logo-box .shape {
        right: -73px;
        top: -2px;
        width: 312px;
        height: 69px;
        background-position: top left;
        border-radius: 0 24px 0 0px;
    }
    .second-nav-links {
        width: 57%;
        padding-right: 16px;
        gap: 4px;
        margin-right: 9px;
    }

    .search-nav input {
        padding: 6px 18px;
    }
    .first-navbar .navbar {
        padding: 0.5rem 29px;
        padding-top: 17px;
        padding-right: 29px;
    }

    .logo-box {
        position: relative;
        z-index: 1;
        padding-right: 0px;
    }

    .second-navbar .navbar {
        padding-left: 29px;
    }

    /*header*/

    /*banner*/




    .banner-title h4 {
        font-size: 34px;
    }

    .each-banner-content {
        top: 23%;
        right: 11%;
    }

    .banner-text {
        font-size: 17px;
    }

    .banner-title h4::before {
        width: 203px;
        left: -16px;
        top: 13px;
        background-position: right;
    }

    /*banner*/

}

@media  screen and (max-width: 1300px) {
    .logo-box .shape {
        right: -75px;
        width: 247px;
        height: 69px;
    }
    span.logo {
        position: relative;
        right: unset;
    }

    .second-nav-links {
        width: fit-content;
        margin-right: 5px;
    }

}

@media screen and (max-width: 1399px) {
    .each-sec-line-link {
        gap: 7px;
        padding: 10px 7px;
    }

    .search-nav input {
        padding: 6px 11px;
    }
}

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


    /*navbar*/
    .navbar-right-buttons .navbar-toggler{
        opacity: 1;
        z-index: 1;
        display: block;
    }
    .navbar-contact-links {
        padding-right:0;
    }

    .navbar-right-buttons {
        gap: 12px;
    }



    /*navbar*/


    /*newest*/

    .photo-gallery{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /*newest*/



    /*banner*/

    .banner-title h4 {
        font-size: 30px;
    }

    .banner-text {
        font-size: 16px;
    }

    /*banner*/

    /*about*/

    .about-us-image .big-ball{
        position: absolute;
        z-index: -1;
        left: 41px;
        top: 32%;
    }

    /*about*/

    .col-banner-cat{
        display: none;
    }
    .second-navbar .navbar {
        width: 100%;
        padding: 0.5rem 12px;
    }

    .logo-box .shape {
        right: 0px;
    }

    span.logo {
        position: relative;
         right: 0;
    }
    .mySwiper {
        width: 100%;
    }

    .first-navbar .navbar {
        padding: 0.5rem 21px;
    }

    .logo-box .shape {
        top: -5px;
    }

    .search-nav input {
        padding: 6px 48px;
    }

    /*footer*/

    .footer-text p {
        max-width: 100%;
    }
    .footer-sec-col {
        flex-direction: row;
        padding-block: 15px;
        flex-wrap: wrap;
        gap: 18px;
    }
    .footer-third-col {
        flex-direction: row;
        padding-top: 30px;
    }
    .each-footer-contact span {
        max-width: 100%;
    }




    /*footer*/

}

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

    .second-navbar .search-nav input {
        display: none;
    }

    .search-icon{
        display: none;
    }

    .each-banner-cat span{
        font-size: 14px;
    }

    /*banner*/
    .category-swiper .swiper-wrapper {
        padding-bottom: 30px;
    }


    .banner-text p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .banner .container-fluid {
        padding-inline: 20px;
    }

    .entesharat-categorry .container-fluid{
        padding-inline: 20px;
    }


    .first-navbar .container-fluid{
        padding-inline: 20px;
    }

    .second-navbar .container-fluid{
        padding-inline: 20px;
    }


    /*banner*/


    /*blog*/

    .blog-btn-N {
        left: 15.5% !important;
    }

    /*blog*/

    /*process*/

    .timeline-main .timeline-wrap .whole-time-line:nth-child(odd) .timeline-card .timeline-card-wrap {
        margin-right: 0;
        margin-left: 56px;
    }

    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
        height: 100%;
        margin-right: 56px;
    }

    .time-line-image {
        width: 298px;
        height: 184px;
    }
    .timeline-back{
        display: none;
    }

    /*process*/


    /*newest*/

    .swiper-btn-P, .swiper-btn-N{
        display: none;
    }

    /*newest*/


    /*about*/

    .col-image-about{
        order: 1;
        display: flex;
        justify-content: center;
    }

    .about-content{
        display: flex;
        flex-direction: column;
    }

    .aboutUs .whole-button{
        align-self: flex-end;
    }
    .about-text {
        padding-bottom: 0;
    }


    /*about*/

}

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

    .second-navbar .search-nav input {
        display: none;
    }

    .search-icon{
        display: none;
    }

    /*header*/

    span.logo {
        width: 155px;
        height: 74px;
    }

    /*banner*/

    .swiper-banner-N, .swiper-banner-P {
        position: unset !important;
    }

    .banner-buttons {
        bottom: -13px;
        right: unset !important;
        width: 100% !important;
        left: unset !important;
    }

    .mySwiper{
        /*background-image: url(../images/index/banner/banner-mobile-slide1.png);*/
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mySwiper .swiper-slide {
        padding: 38px 14px;
    }

    .banner-buttons {
        position: absolute;
        bottom: -12px;
        left: -5%;
        width: 200px;
        right: unset;
    }
    .mySwiper .swiper-slide img {
        width: 100%;
        min-height: unset;
    }

    .banner-text p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .banner_desc{
        display: none;
    }
    .banner_mobile{
        display: block;
    }

    .each-banner-content {
        top: 12%;
        width: 100%;
        right: 0;
        padding: 0 20px;
    }

    /*banner*/

    /*blog*/

    .blog-btn-N, .blog-btn-P{
        display: none;
    }

    .read-blog svg{
        opacity: 1;
    }

    /*blog*/

    /*process*/


    .time-line-image{
        display: none;
    }

    .timeline-main .whole-time-line:nth-child(odd) .timeline-card::after {
        left: -29px;
        right: unset;
    }

    .timeline-main .timeline-wrap::before {
        display: none;
    }

    .timeline-main .whole-time-line:nth-child(odd) .timeline-card .timeline-card-wrap::after {
        left: -11px;
        right: unset;
        transform: rotate(223deg);
    }


    /*process*/

    /*newest*/

    .mySwiper1 .swiper-slide img{
        width: 90%;
    }
    .each-newest-pro {
        background: unset;

    }


    /*newest*/

    /*best sell*/

    .content-box h3 {
        opacity: 1;
    }
    .content-box{
        position: unset;
    }

    /*best sell*/

    /*services*/

    .btn-inside {
        transform: translateX(0px);
    }
    /*services*/

    /*footer*/

    .footer-third-col {
        flex-direction: row;
        padding-top: 30px;
        flex-direction: column;
        gap: 22px;
    }

    .each-footer-contact span {
        max-width: 245px;
    }

    /*footer*/

}

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

    span.logo {
        width: 136px;
        height: 56px;
    }

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

    .each-contact-link {
        min-width: 40px;
        min-height: 40px;
    }

    .each-contact-link svg{
        width: 23px;
        height: 23px;
    }

    .detail-title {
        font-size: 18px;
    }

    .main-title span {
        font-size: 15px;
    }

    .entesharat-titles {
        gap: 5px;
    }

    .content-box h3 {
        font-size: 16px;
    }

    .entesharat-titles {
        padding-bottom: 20px;
    }

    .service-title span {
        font-size: 16px;
    }

    .service-text {
        font-size: 13px;
    }

    section.best-sellers {
        padding-block: 59px 55px;
    }


    .category-swiper .swiper-wrapper {
        padding-bottom: 43px;
    }

    .swiper-cat-N, .swiper-cat-P {
        width: 2rem;
        height: 2rem;
    }

    .nav-btns {
        gap: 9px;
    }

    .each-banner-cat span{
        font-size: 13px;
        text-align: center;
        line-height: 26px;
    }


    /*header*/

    .search-nav .whole-button{
        display: block;
    }

    .navbar-left-buttons .navbar-contact-links{
        display: flex;
    }

    .first-navbar .navbar {
        padding: 0.5rem 14px;
    }

    /*header*/

    /*banner*/


    .mySwiper .swiper-slide {
        min-height: 532px;
    }

    .mySwiper .swiper-slide {
        min-height: 375px;
        background-position: right;
    }

    .swiper-banner-N, .swiper-banner-P {
        width: 2.8rem;
        height: 2.8rem;
    }
    .swiper-banner-N {
        left: 45.5% !important;
    }
    .search-nav input {
        padding: 6px 7px;
        width: 46px;
        height: 46px;
        border-radius: 3px;
    }

    .search-nav input::placeholder{
        font-size: 0px;
    }

    .banner-buttons {
        position: absolute;
        bottom: -9px;
        left: -15%;
        width: 200px;
        right: unset;
    }

    /*banner*/

    /*btn*/
    .project-btn {
        padding: 7px 13px;
        font-size: 15px;
    }
    /*btn*/

    /*navbar*/
    .search-nav input {
        padding: 6px 7px;
    }

    .navbar-left-buttons .whole-button{
        display: none;
    }

    .navbar-right-buttons .navbar-contact-links{
        display: none;
    }
    .logo-box .shape {
        width: 207px;
        height: 61px;
    }
    /*navbar*/

    /*banner*/

    .banner-text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    /*banner*/

    /*newest*/

    .newest .whole-button{
        margin-bottom: 19px;
    }

    /*newest*/

    /*blog*/

    .blog-text p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    /*blog*/

    /*footer*/
    .footer-text p {
        font-size: 14px;
    }
    .each-footer-contact span {
        font-size: 14px;
    }

    .each-footer-link {
        font-size: 14px;
    }

    .each-footer-social {
        width: 34px;
        height: 34px;
    }
    .each-footer-social svg{
        width: 25px;
        height: 23px;
    }

    .footer .container {
        padding-block: 57px;
    }

    /*footer*/
}

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

    /*navbar*/

    .logo-box .shape {
        top: -4px;
    }

    .navbar-left-buttons {
        gap: 5px;
    }

    .navbar-left-buttons .search-nav{
        display: block;
    }

    .second-navbar .search-nav input{
        display: none;
    }



    /*navbar*/

    /*about*/

    .about-us-image {
        width: 329px;
        height: 395px;
    }

    /*about*/


    /*zeynep*/

    .zeynep.opened .submenu {
        background-color: #fff;
        left: 425px;
    }

    .zeynep {
        width: 100% !important;
    }

    .zeynep .submenu.opened:not(.current) {
        overflow: hidden;
        width: 100%;
    }

    .banner-title h4 {
        font-size: 25px;
    }

    .banner-index-image {
        width: 100%;
        height: 233px;
    }

    /*zeynep*/
}

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


    /*header*/

    span.logo {
        width: 129px;
        height: 56px;
    }

    /*banner*/

    .each-banner-content {
        top: 6%;
    }
    .mySwiper .swiper-slide img {
        width: 100%;
        min-height: 560px;
    }

    .banner-text {
        padding-bottom: 0px;
    }

    /*banner*/

    /*services*/

    .services-btn {
        padding: 9px 34px;
    }

    /*services*/
}

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

    /*banner*/

    .banner-text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    /*banner*/

    /*process*/
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
        margin: 0 0 0;
    }

    /*process*/

    /*about*/

    .about-us-image {
        width: 280px;
        height: 354px;
    }

    /*about*/

    /*services*/

    .services-btn {
        padding: 9px 24px;
    }
    .btn-inside {
        width: 47px;
        height: 47px;
    }

    /*services*/
}


@media screen and (max-height: 700px){

    .zeynep ul > li > a {
        padding: 8px 20px !important;
    }
}

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

