

.head-logo {
    display: none !important;
}
.navbar-brand {
    width: 201px;
    height: 65px;
    opacity: 1 !important;
}


/*banner*/

.banner_section{
    background-image: url("../images/index/mountain.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-top: 62px;
    position: relative;
    transform: translateY(100%);
}


.banner_section .pamchal-nav{
    top: 126px;
    position: absolute !important;
    left: 322px;
}


.banner_section.loaded{
    transform: translateY(0);
    transition: .5s;
}


.banner_section::after{
    position: absolute;
    content: '';
    background-image: url(../images/index/everest.png);
    background-repeat: no-repeat;
    width: 1021px;
    height: 493px;
    left: 0;
    bottom: 0;
    background-size: contain;
    transform: translateX(-90%);
}


.banner_section.loaded::after{
    transform: translateX(0);
    transition: 1.5s cubic-bezier(0.53, -0.34, 0, 1.41);
}

.banner_section::before{
    position: absolute;
    content: '';
    background-image: url(../images/index/meh.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 328px;
    bottom: 0;
    z-index: 10;
    background-position: bottom center;
}

.banner_swiper{
    width: 100%;
    opacity: 0;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.banner_swiper .pamchal-nav{
    position: unset;
}

.banner_swiper.loaded{
    opacity: 1;
    transition: .4s;
}

.banner-image{
    transform: rotateY(180deg);
}

.banner-image.loaded{
    transform: rotateY(0deg);
    transition: .4s ease-in-out;
}

.banner_section .row{
    height: 100%;
}


.banner_section .container-fluid{
    height: 100%;
}

.banner_section .col-banner-line{
    height: 100%;
    display: flex;
    justify-content: center;
}

/*.banner-line{*/
/*    height: 100%;*/
/*    width: 200px;*/
/*    background: var(--primary-color);*/
/*    position: relative;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    display: grid;*/
/*    height: 0;*/
/*}*/


.banner-line{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    right: 0;
    z-index: -1;
}

.line-box{
        height: 100%;
        width: 200px;
        background: var(--primary-color);
        position: relative;
        align-items: center;
        justify-content: center;
        height: 0;
}

.line-box.loaded{
    height: 100%;
    transition: 1.5s;
}

.banner-image{
    width: 573px;
    height: 573px;
    margin-top: 200px;
}

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


.col-banner-l{
    display: flex;
    padding-bottom: 400px;
    align-items: center;
    padding-right: 70px;
}

.banner-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner-content span{
    font-weight: 600;
}

.banner-content h2{
    font-family: 'kalame_bold';
    font-size: 50px;
}

.banner-content a{
    background: var(--primary-color);
    border-radius: 23px;
    color: #fff;
    padding: 10px 45px;
    text-decoration: unset;
    align-self: flex-end;
}



/*banner*/



/*pamchal world*/

.pamchal_world{
    padding-block: 90px;
}

.title-row{
    padding-bottom: 30px;
}

.category_swiper{
    padding-top: 58px;
}

.my_line{
    position: absolute;
    height: 100px;
    background-color: #bfbfbf;
    width: 3px;
    left: -3px;
    top: 35px;
    z-index: 2;
    border-radius: 10px 0 0 10px;
    transition: .4s;
}

.category_swiper .swiper-slide:hover .my_line{
    background-color: var(--primary-color);
    transition: .4s;
}

.each-category-image{
    width: 100%;
    height: 390px;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 9px;
}

.each-category-image::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 0%) 100%);
    border-radius: 9px;
    opacity: 0.8;
    transition: .5s;
    z-index: 2;
}

.each-category-image:hover::before{
    opacity: 1;
    transition: .5s;
}

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

.category-name{
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    z-index: 3;
}

.link_pro{
    position: absolute;
    background-image: url(../images/index/link-pro.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    bottom: -10px;
    right: -10px;
    opacity: 0;
    transition: .4s;
    z-index: 4;
}

.each-category-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
    transition: .5s;
}

/*.each-category-image::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: silver;*/
/*    width: 3px;*/
/*    height: 100px;*/
/*    top: 35px;*/
/*    left: -1px;*/
/*    border-radius: 10px;*/
/*    z-index: 2;*/
/*}*/

/*.swiper-slide:hover .each-category-image::after{*/
/*    background: var(--primary-color);*/
/*}*/

.swiper-slide:hover .link_pro{
    opacity: 1;
    transition: .4s;
}

/*pamchal world*/



/*best seller*/

.best_seller{
    padding-block: 50px 110px;
    background-image: url("../images/index/back_snowy.png");
    background-size: inherit;
    background-repeat:repeat;
    width: 100%;
    height: 100%;

}

.pamchal-products .swiper-slide{
    padding-bottom: 10px;
    /*overflow: hidden;*/
}

.more-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more-row .pamchal-title{
        width: fit-content;
}

.more-row a{
    width: fit-content;
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 600;
    text-decoration: unset;
}


/*best seller*/





/*pamchal slides*/

.pamchal_slides{
    padding-block: 50px 110px;
}

.slides-grid-container{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 20px;
}

.grid-inner-slides{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
}

.grid-pro-box{
    border: 1px solid #D4D4D4;
    border-radius: 26px;
    padding: 20px;
    min-height: 285px;
    height: 100%;
    display: flex;
    position: relative;
}

.grid-pro-box::before{
    position: absolute;
    border-radius: 0 10px 10px 0;
    content: '';
    background: silver;
    right: -3px;
    height: 170px;
    top: 35px;
    transition: .4s;
    width: 3px;
}

.grid-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grid-content a{
    border-radius: 10px;
    border: 1px solid #000000;
    color: #000000;
    padding: 13px 32px;
    font-size: 17px;
    text-decoration: unset;
    width: fit-content;
    transition: .4s;
}

.grid-content h3{
    font-weight: 600;
    font-size: 25px;
}

.grid_item1{
    background-image: url(../images/index/grid1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.grid_item2{
    background-image: url(../images/index/grid2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

.grid_item3{
    background-image: url(../images/index/grid3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.grid_item4{
    background-image: url(../images/index/grid4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.grid-pro-box.grid_item3 {
    justify-content: flex-end;
}

.grid-pro-box:hover::before{
    background: var(--primary-color);
    transition: .4s;
}


.grid-pro-box:hover .grid-content a{
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffff;
    transition: .4s;
}


/*pamchal slides*/


/*all products*/

.all-products{
    position: relative;
    padding-block: 50px 110px;
    background-image: url(../images/index/back_snowy.png);
    background-size: inherit;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}



.tabs--wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: fit-content;
}
.tabs--wrapper .tab-indicator {
    width: calc(100% / 4);
    height: 3px;
    background-color: red;
    position: absolute;
    top: 100px;
    right: 0px;
    transition: all 500ms ease-in-out;
}



.pamchal-cat{
    padding-block: 15px 40px;
}

.each-cat{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    padding: 10px 45px;
    cursor: pointer;
    position: relative;
}

/*.each-cat::before{*/
/*    background: none repeat scroll 0 0 transparent;*/
/*    bottom: 0;*/
/*    content: "";*/
/*    display: block;*/
/*    height: 2px;*/
/*    left: 50%;*/
/*    position: absolute;*/
/*    background: var(--primary-color);*/
/*    transition: width 0.3s ease 0s, left 0.3s ease 0s;*/
/*    width: 0;*/
/*}*/

/*.each-cat:hover::before{*/
/*    width: 100%;*/
/*    left: 0;*/
/*}*/


.each-cat svg{
    width: 50px;
    height: 50px;
}

.each-cat.active span{
    color: var(--primary-color);
}

.each-cat.active svg path{
    fill: var(--primary-color);
}

.each-cat span{
    font-size: 18px;
    font-weight: 600;
}








/*all products*/


/*blogs*/

.blogs{
    position: relative;
    padding-block: 0px 110px;
}

.blogs_swiper{
    position: relative;
}

.blogs_swiper .swiper-wrapper{
    padding-top: 60px;
}

.blog-image{
    width: 100%;
    height: 480px;
    position: relative;
    background: #e4e4e4;
    overflow: hidden;
}

.blog-image img{
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    object-fit: contain;
    transition: .5s;
}

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

.each-blog{
    text-decoration: unset;
}

.blog-content{
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.blog-content h4{
    font-size: 19px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: unset;
}

.blog-content span{
    color: #939393;
    font-size: 15px;
    text-decoration: unset;
    font-weight: 600;
}

.blog-line{
    width: 100%;
    height: 1px;
    background: #CDCDCD;
    margin-block: 20px;
}


.each-blog:hover .blog-line{
    background: var(--primary-color);
}

.each-blog:hover .blog-content h4{
    color: var(--primary-color);
}

.each-blog:hover .blog-image::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    z-index: 1;
    transition: .6s;
    outline: 1px solid #cecece;
    outline-offset: -35px;
}

/*blogs*/






/*contact*/

.contact_section{
    padding-block: 50px 110px;
}

.contact-box{
    display: flex;
    padding: 30px;
    border: 1px solid #cdcdcd;
    border-radius: 23px;
    background: #ffffff;
    padding-right: 0;
}

.contact-map{
    width: 55%;
    height: 400px;
}

.contact-map iframe{
    width: 100%;
    height: 100%;
}

.contact-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 39px;
    transform: translateX(-51px);
    width: 45%;
}

.contact-items{
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    gap: 10px;
}

.each-contact-item{
    display: flex;
    padding: 10px;
    background: #FFFBFB;
    gap: 20px;
    box-shadow: 0 4px 5px 0px #a5a5a5;
    border-radius: 5px;
}

.each-contact-item p{
    margin-bottom: 0;
}

.contact-name span{
    font-weight: 600;
    font-size: 22px;
}

.contact-row{
    display: flex;
    align-items: center;
}



.branches-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    /*padding: 0 30px;*/
    border-radius: 20px 0 0 20px;
    border-right: unset;
    transform: translateX(25px);
}

.each-branch{
    cursor: pointer;
    padding: 28px 10px;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
    text-align: center;
    position: relative;
}


.each-branch.active{
    background-image: url(../images/index/hover-gray.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: right center;
    position: relative;
}

.each-branch::before{
    content: "";
    position: absolute;
    left: -3px;
    height: 100%;
    width: 3px;
    border-radius: 10px 0 0 10px;
    background: #d5d5d5;
    top: 0;
}

.each-branch:first-child::before{
    bottom: 0;
    top: unset;
    height: 80%;
}

.each-branch:last-child::before{
    height: 80%;
}

.each-branch.active::before{
    background: var(--primary-color);
}

.each-branch span{
    font-weight: 600;
    font-size: 18px;
}

.each-branch:last-child{
    border: unset;
}


.contact-icon{
    width: 46px;
    height: 46px;
}

.contact-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-extra{
    font-weight: 600;
    width: 70%;
}

.contact-extra a{
    color: var(--text-color);
    font-weight: 600;
    text-decoration: unset;
    direction: ltr;
    float: right;
    padding-inline: 5px;
}

.contact-extra a svg{
    width: 19px;
    height: 15px;
}

/*contact*/









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

@media screen and (max-width: 1600px){
    .banner_section .pamchal-nav {
        top: 100px;
        position: absolute !important;
        left: 62px;
    }
}

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

    .banner-image {
        margin-top: 118px;
    }

    .banner_section::after {
        width: 758px;
        height: 350px;
    }

    .banner_section::before {
        height: 300px;
        background-position: bottom;
        background-size: cover;
    }

    .banner_section {
        background-size: contain;
        background-position: bottom;
    }

    .banner-image {
        width: 512px;
        height: 512px;
    }


    .banner-content h2 {
        font-size: 40px;
    }


    .grid-pro-box {
        min-height: 233px;
    }

    .grid-content h3 {
        font-size: 21px;
    }

    .grid-content a {
        padding: 9px 22px;
        font-size: 16px;
    }

    .grid-pro-box::before {
        height: 117px;
    }

}

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


    .banner_section .pamchal-nav {
        bottom: 100px;
        position: absolute !important;
        left: 50%;
    }

    .banner-line {
        right: 0;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .col-banner-r{
        display: none;
    }

    .col-banner-l {
        order: -1;
    }

    .banner_section::after {
        width: 621px;
        height: 300px;
    }

    .banner-image {
        width: 480px;
        height: 480px;
    }


    .banner-content h2 {
        font-size: 35px;
    }

    .grid-pro-box {
        min-height: 201px;
    }

    .grid-content h3 {
        font-size: 18px;
    }

    .each-cat svg{
        width: 50px;
        height: 50px;
    }

    .each-cat span {
        font-size: 22px;
        font-weight: 600;
    }

    .blog-image {
        height: 398px;
    }
}

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

    .navbar-brand {
        width: 167px;
        height: 53px;
    }

    .banner_section .pamchal-nav {
        top: 124px;
        position: absolute !important;
        left: 36%;
        bottom: unset;
    }

    /*.banner_section {*/
    /*    margin-top: 110px;*/
    /*}*/


    .each-branch::before {
        height: 60% !important;
        top: 10px !important;
    }

    .col-banner-r{
        display: none;
    }

    .navbar-brand {
        opacity: 1;
    }

    .banner_section .row {
        height: 100%;
        flex-direction: row-reverse;
    }

    .banner-line {
        align-items: flex-start;
    }

    .banner_swiper {
        margin-top: 70px;
    }

    .slides-grid-container {
        grid-template-columns: 1fr;
    }

    .grid_slide:nth-child(1) .grid-pro-box {
        justify-content: flex-start;
        background-position: left;
    }

    .grid_slide:nth-child(3) .grid-pro-box {
        justify-content: flex-end;
        background-position: right;
    }

    .each-inner-slide:nth-child(2) .grid-pro-box{
        justify-content: flex-start;
        background-position: left;
    }

    .each-inner-slide:nth-child(1) .grid-pro-box{
        justify-content: flex-end;
        background-position: right;
    }

    .each-cat svg{
        width: 40px;
        height: 40px;
    }

    .each-cat {
        gap: 6px;
    }

    .each-cat span {
        font-size: 20px;
        font-weight: 600;
    }

    .pamchal-cat {
        gap: 25px;
    }

    .blog-image {
        height: 354px;
    }

    .contact-box {
        flex-direction: column;
        gap: 20px;
    }

    .contact-info {
        transform: translateX(0px);
        width: 100%;
    }

    .contact-map {
        width: 100%;
        height: 310px;
    }

    .contact-box {
        padding-right: 30px;
    }

    .col-branches{
        order: -1;
    }

    .branches-box {
        padding: 0;
        border-radius: 0;
        border-right: unset;
        transform: translateX(0px);
        gap: 30px;
        margin-bottom: 17px;
        flex-direction: row;
        border: unset;
    }

    .each-branch{
        border: 1px solid #cecece;
        border-radius: 12px;
        padding: 16px 14px;
    }
    .each-branch:last-child {
        border: 1px solid #cecece;
    }

    .col-banner-l {
        order: 0;
    }



}

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

    .banner_section .pamchal-nav {
        display: none;
    }


    .col-banner-l {
        padding-right: 15px;
    }

    .branches-box {
        overflow: auto;
        gap: 15px;
        justify-content: flex-start;
    }

    .branches-box::-webkit-scrollbar{
        display: none;
    }

    .each-branch span {
        font-size: 16px;
    }

    .each-branch{
        min-width: 141px;
    }


    .banner-image {
        width: 415px;
        height: 415px;
    }
    .banner_swiper {
        margin-top: 62px;
    }
}

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

    .banner_section {
        height: 80vh;
    }


    .more-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .more-row a{
        padding-right: 30px;
    }

    .each-branch{
        min-width: 147px;
    }

    .each-branch span {
        font-size: 15px;
    }

    .each-branch {
        padding: 12px 12px;
    }

    .contact-extra {
        font-weight: 600;
        font-size: 14px;
    }
    .contact-name span {
        font-weight: 600;
        font-size: 20px;
    }

    .contact-box {
        padding-right: 15px;
        padding: 15px;
    }

    .col-banner-l {
        padding-right: 15px;
    }

    .banner-content h2 {
        font-size: 27px;
    }

    .banner-line {
        width: 102px;
    }

    .banner-image {
        width: 315px;
        height: 315px;
    }

    .banner_swiper {
        margin-top: 0;
    }

    .banner-line {
        align-items: center;
    }
    .banner_section::after {
        width: 100%;
        height: 230px;
    }

    .banner-line {
        background: unset;
    }

    .col-banner-l {
        padding-bottom: 0;
    }

    .banner_section .row {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .banner_section .col-banner-line {
        height: 50%;
    }

    .banner-image {
        width: 100%;
        height: 308px;
        margin: 0;
    }


    .banner-line{
        width: 100%;
        height: fit-content;
    }

    .banner_swiper {
        width: 100%;
    }

    .col-banner-l {
        justify-content: center;
    }

    .banner-line.loaded {
        height: 50%;
    }

    .banner_section .row {
        gap: 59px;
        justify-content: center;
    }

    .banner_section {
        background-size: cover;
        background-position: bottom;
    }

    .each-category-image {
        height: 339px;
    }


    .grid-pro-box {
        min-height: 163px;
    }

    .grid-pro-box::before {
        height: 72px;
    }

    .grid-content h3 {
        font-size: 17px;
    }

    .grid-content a {
        padding: 9px 16px;
        font-size: 14px;
    }

    .grid-content {
        gap: 6px;
    }

    .pamchal_slides {
        padding-block: 0px 29px;
    }

    .pamchal-cat {
        gap: 13px;
    }

    .each-cat {
        padding: 7px 18px;
    }

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


}

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


    .banner-image {
        width: 100%;
        height: 239px;
        margin: 0;
    }

    .banner_section {
        height: 95vh;
    }

    .blog-image {
        height: 306px;
    }

    .banner_section .row {
        gap: 29px;
    }
}

@media screen and (max-width: 375px){
    .banner-image {
        width: 100%;
        height: 291px;
    }

    .banner_section .row {
        gap: 24px;
    }

    .pamchal-cat {
        overflow: auto;
        justify-content: flex-start;
        padding-block: 15px 25px;
    }

    .pamchal-cat::-webkit-scrollbar{
        display: none;
    }

}

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

}


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