/********************************************************************

Portfolio single

*********************************************************************/

#page-head h1, .port-head h1{
    text-transform: capitalize!important;
}


/*קאוור גדול***************/


#top .dark-port-style h1{
    color: white!important;
}

.top-projects-btn{
        position: absolute;
    width: 10%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999999;
}

.header-scrolled .top-projects-btn{
    display: none;
}

.top-projects-btn .av-icon-char{
       border-width: 0!important;
}

.top-projects-btn a{
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.top-projects-btn a:hover{
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}


.port-nav-big-wrap{
    position: absolute;
    bottom: 14%;
    width: 100%;
    z-index: 9;
}

.port-nav-big{
    text-align: center;
}


.project-nav-btns-big a{
    font-size: 25px;
    background-color: rgb(12, 12, 12);
    padding: 27px;
    letter-spacing: 0.5px;
    width: 250px;
    text-decoration: none;
    color: #ffffff!important;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.project-nav-btns-big a:hover{
    background-color: rgba(0, 0, 0, 0.85);
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}



.project-nav-btns-big .avia_button_icon{
    font-size: 20px;
    vertical-align: middle;
    color: #3999FF;
}
.project-btn .avia_button_icon{
     margin-left: 4px;
}
.port-nav-prev .avia_button_icon{
     margin-left: 7px;
}
.port-nav-next .avia_button_icon{
     margin-right: 7px;
}

.project-nav-btns-big .port-nav-prev {
    margin-left: 0;
    border-left: 1px solid rgb(0, 0, 0)!important;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.project-nav-btns-big .port-nav-next {
        border-right: 1px solid rgb(0, 0, 0);
       border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}



.project-nav-btns-big .port-nav-prev .avia_button_icon {
    margin-left: 12px;
}
.project-nav-btns-big .port-nav-next .avia_button_icon {
    margin-right: 12px;
}

.port-head-content{
        margin-top: -4%;
}

.port-scroll-btn a{
    background-color: rgba(0, 0, 0, 0.1)!important;
    font-size: 21px!important;
          margin: 8% 0 8%!important;
    border-radius: 80px!important;
    border: none!important;
    padding: 13px!important;
    letter-spacing: 2px;
    color: rgba(253, 253, 253, 0.5)!important;

    transition: all 0.3s ease-out!important;
}

.port-scroll-btn a:hover{
    color: rgb(255, 255, 255)!important;
    background-color: rgba(0, 0, 0, 0.7)!important;
    transition: all 0.3s ease-out!important;
}

.port-scroll-btn .avia_button_icon{
        right: -15px;
    font-size: 21px;
    top: 1px;
    opacity: 0.7!important;
}

.port-nav-big .no-next .port-nav-next, .port-nav-big .no-prev .port-nav-prev{
    display: none;
}

.port-nav-big .no-next .port-nav-prev{
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.port-nav-big .no-prev .port-nav-next{
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}






.port-nav {
    background-color: #131212;
    padding: 50px 0px;
    min-height: auto;
}

.project-btn-div{
    float: right;
}
.project-nav-btns{
    float: left;
}
.project-nav-btns a{
    display: inline-block;
}

.project-btn-div a, .project-nav-btns a{
    font-size: 20px;
    text-decoration: none;
    color: #6f6f6f!important;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}
.project-btn-div a:hover, .project-nav-btns a:hover{
     color: #0d3f7a!important;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}


.project-nav-btns-big a:hover{
     color: #3999FF!important;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}


.port-nav-prev{
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #cccccc!important;
}

.project-btn .avia_button_icon, .project-nav-btns .avia_button_icon{
    font-size: 14px;
    vertical-align: middle;
    color: #0d3f7a;
}
.project-btn .avia_button_icon{
     margin-left: 10px;
}
.port-nav-prev .avia_button_icon{
     margin-left: 7px;
}
.port-nav-next .avia_button_icon{
     margin-right: 7px;
}

.port-mor-items{
    background-color: #fbfbfb!important;
    box-shadow: none!important;
    border-top: 1px solid #e8e8e8!important;
}

.dark-page .project-btn-div a, .dark-page .project-nav-btns a{
    color: #B1B1B1!important;
}

.dark-page .port-nav-bottom .port-nav-prev{
    border-left: 1px solid #333333!important;
}



.dark-page .project-btn-div a:hover, .dark-page .project-nav-btns a:hover{
     color: #3999FF!important;
}

.dark-page .project-btn .avia_button_icon, .dark-page .project-nav-btns .avia_button_icon{
    color: #3999FF;
}

.dark-page .port-mor-items{
   background-color: #080808!important;
    box-shadow: none!important;
    border-top: 1px solid #3c3c3c!important;
}

.dark-page .port-mor-items h3 {
    color: #9c9c9c!important;
}

.dark-page .port-mor-items .hr-inner {
        border-color: #525252!important;
}



.dark-page .grid-entry .grid-content{
    border-bottom:none!important;
}

.port-nav-inner .no-next .port-nav-next, .port-nav-inner .no-prev .port-nav-prev{
    display: none;
}

.port-nav-inner .no-next .port-nav-prev {
    margin-left: 0;
    border: none!important;
    padding: 0!important;
}

#top .port-nav-inner .no-prev .port-nav-next{
    padding-right: 15px;
    border: none!important;
    padding: 0!important;
}
.avia-post-nav{
    display: none;
}

.port-nav-bottom {
    border-top: 1px solid rgb(234, 234, 234)!important;
    background-color: #ffffff;
}

.dark-page .port-nav-bottom {
       border-bottom: 1px solid rgb(31, 31, 31)!important;
    background-color: #080808;
    border-top: 1px solid #131313!important;
}



.portfolio-singel .content{
    padding-top: 7%;
}
.avia-slideshow li img {
    border-radius: 0;
}
.portfolio-singel .el_before_av_one_half{
    float: right!important;
}
.portfolio-singel .av_one_half{
    margin-left: 0!important;
    width: 50%;
    margin-right: 0%!important;
}
.noborder_tabs.sidebar_tab_right .tab_content {
    box-shadow: none;
}
.portfolio-singel .entry-content-wrapper li {
    margin-right: 0;
}
.port-cat-title h5{
    font-weight: 400!important;
}
.port-singel-title{
    margin-top: 10px;
}
.port-cat-pre-sep{
    color: black;
    font-weight: 700;
}
.port-desc{
    width: 60%;
    margin-top: 4%;
    line-height: 27px;
    font-size: 19px!important;
}

.tab_titles .tab{
        font-size: 18px;
    left: 0!important;
    padding: 24px 23px;
}
.tabcontainer .tab_icon {
    margin-left: 18px;
}


.tab_content {
    opacity: 0;
    top: 20px!important;
    -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-in!important;
    -webkit-transition-property: top, opacity!important;
    transition-property: top, opacity!important;
}

.js_active .active_tab_content {
    opacity: 1;
    top: 0px!important;
    -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-in!important;
    -webkit-transition-property: top, opacity!important;
    transition-property: top, opacity!important;
}

.tabcontainer .tab.active_tab {
    color: #0c305a!important;
    left: 0!important;
}


.portfolio-singel .tab_inner_content p, .portfolio-singel .tab_inner_content li{
    font-size: 18px;
    line-height: 27px;
}
.portfolio-singel .line-h1 p {
    font-size: 17px!important;
    line-height: 26px;
}
.port-singel-title {
    font-size: 28px!important;
    line-height: 34px;
    color: #0c305a!important;
}
.in-tab-title{
    font-size: 21px;
    line-height: 26px;
     color: #0c305a!important;
}
.portfolio-singel .tab_inner_content li{
    color: #D0CECE;
    margin-right: 10px;
}
.portfolio-singel .tab_inner_content li:first-child{
    margin-top: 20px;
}
.portfolio-singel .tab_inner_content a, .portfolio-singel .tab_inner_content a span{
    text-decoration: none!important;
     color: #0c305a!important;
    font-weight: bold;
}

.portfolio-singel .tab_inner_content li strong{
     color: #0c305a!important;
}

.port-section h3, .port-item-title h3, .port-more-title h3{
    color: #0c305a!important;
}

.dark-tr-section .port-item-title h3, .dark-section .port-item-title h3 {
    color: #ffffff!important;
}




.port-item-title, .port-more-title {
   margin-bottom: 5%!important;
}


.port-section .content {
    padding: 7% 0;
}

.port-img-devider{
    padding: 1% 0;
}

.port-section .avia-image-container-inner{
    border-radius: 8px!important;
    overflow: hidden!important;
}

.port-section .avia-gallery a{
    border-radius: 8px!important;
    overflow: hidden!important;
}



.port-section .av-masonry-image-container {
    opacity: 1!important;
}

.portfolio-singel .scroll-down-link, .portfolio-singel .slider-mobile{
    display: none;
}

.port-section .av-flex-placeholder{
    width: 1%!important;
}
.port-item-title .av-subheading  {
    opacity: 0.6;
}

.single-portfolio .avia_transform a:hover .image-overlay {
    opacity: 1 !important;
}

.image-overlay {
    background: none!important;
}

.single-portfolio .av-hover-grow:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.single-portfolio .image-overlay-inside {
   display: none!important;
}

.port-gall .avia-gallery-thumb{
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-between;
}

.port-gall .avia-gallery-thumb a{
    width: 48.5%!important;
    margin-bottom: 3%!important;
    overflow: hidden;
}


.port-gall .avia-gallery-thumb img {
    border-width: 0px!important;
    padding: 0px!important;
}

.port-gall .avia-gallery-thumb img,  #top .port-gall .avia-gallery-thumb a img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 1, 1) !important;
    transition: all .4s cubic-bezier(0.4, 0, 1, 1) !important;
}


.port-gall .avia-gallery-thumb a:hover img, .port-gall .avia-gallery-thumb a:hover img {
    opacity: 1!important;
      -webkit-transform: scale(1.03) !important;
    transform: scale(1.03) !important;
 
}

#top .port-gall .avia-gallery-thumb a:hover img {
    -webkit-transform: scale(1.08) !important;
    transform: scale(1.08) !important;

}

.port-gall .avia-gallery-thumb a:hover {
    opacity: 1!important;
}


.port-gradiant-section .content{
    padding-top: 0!important;
}

.port-gradiant-section{
    margin-top: -3%;
    background: rgb(249,249,249);
background: -moz-linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 35%);
background: -webkit-linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 35%);
background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 35%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#ffffff",GradientType=1);
    
}



.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0px!important;
}


.image-overlay .image-overlay-inside:before {
    border-radius: 80px;
    background: #151515!important;
    margin: -40px 0 0 -40px;
    font-size: 20px!important;
}
#top .port-mor-items .grid-sort-container{
    padding: 0!important;
    display: flex;
    gap: 10px;
}

#top .port-mor-items .grid-entry{
    width: 25%;
    margin-right: 0%;
    overflow: visible;
    float: left;
    position: relative!important;
    right: 0!important;
    height: 100%;
    top: 0!important;
    transform: none!important;
}

#top .port-mor-items .grid-entry * {
    height: 100% !important;
    box-shadow: none!important;
}

#top .port-mor-items .grid-entry{
    border-radius: 8px;
    overflow: hidden;
}

#top .port-mor-items .grid-entry .grid-content *, #top .port-mor-items .grid-entry .entry-footer {
    height: auto !important;
}



#top .port-mor-items .grid-entry img{
    object-fit: cover;
}

#top .port-mor-items .post-entry-last{
     margin-right: 0;
}

.site-link p{
    margin-top: 0;
}

.site-link a{
    text-decoration: none!important;
}

.port-section .av-masonry-gallery{
        margin-right: -15px;
}

.port-section .content{
    overflow: hidden;
}

.inner_tooltip p {
    font-size: 25px!important;
    line-height: 28px;
}


.full-btn-section .content{
    padding-top: 0;
    padding-bottom: 6%;
}

.port-full-width-btn a{
    color: #585858!important;
    padding: 60px 0!important;
    border: 1px solid #afafaf!important;
    border-radius: 0!important;
    font-size: 24px!important;
    border-style: dashed!important;
    border-right: none!important;
    border-left: none!important;
    background: transparent;
    -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
}

.port-full-width-btn .avia_button_icon{
    right: -15px;
    top: 1px;
}
.port-full-width-btn .avia_button_background{
    display: none!important;
}

.port-full-width-btn a:hover{
    padding: 40px 0!important;
    border-color: rgba(13, 63, 122, 0.5)!important;
     color: #0d3f7a!important;
    -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
}


.port-others-head .av-rotator-text-single{
    font-weight: bold;
}


.port-item-text p{
    line-height: 29px!important;
    margin-bottom: 0!important;
}



/********************************************************************

דף פרוייקטים יחיד - התאמות ספציפיות

*********************************************************************/



.zino-jewellery .port-head .av_youtube_frame{
        filter: grayscale(60%);
    -webkit-filter: grayscale(60%);
}


.pics3  .av-flex-placeholder {
    width: 1.7%!important;
}

.ios-intro-img{
    width: 44%;
}

.ios-video-section .avia-image-container{
    width: 44%;
    border-radius: 20px;
    overflow: hidden;
}



.port-light-page-head-style .top-projects-btn .av-icon-char {
        line-height: 20px!important;
}



.ios-12-concept #wrap_all #page-head .scroll-down-link {
    bottom: 9%;
}

.ios-12-concept .port-section .content {
    padding: 0% 0!important;
}

.ios-12-concept .full-btn-section .content {
    padding-bottom: 0%;
}



.port-consept .container{
    max-width: 99.8%!important;
    width: 100%!important;
    padding: 0!important;
}

.port-consept .content{
    vertical-align: top!important;
}


.ios-video-section .port-item-title {
    margin-bottom: 3%!important;
    margin-top: 3%!important;
}


/********************************************************************

New 2022 desigh

*********************************************************************/



.new2022.single-portfolio #page-head .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0!important;
}

.new2022.single-portfolio #page-head .container::before{
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    box-shadow: 0px 10px 165px 150px rgb(0 0 0 / 60%);
}

.new2022.single-portfolio #page-head.dark-top-shadow .container::before {
    box-shadow: 0px 10px 165px 110px rgb(0 0 0);
}

.new2022.single-portfolio #page-head .port-head-content{
    background-color: rgb(255 255 255 / 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    padding: 3vh 6vw;
    /* backdrop-filter: blur(40px) brightness(1.5);
    -webkit-backdrop-filter: blur(40px) brightness(1.5); */
    box-shadow: 0px -5px 85px -11px #00000024;
    border-bottom: 10px solid #0d3f7a;
    margin-bottom: 0!important;
}

.view-in-scroll .new2022.single-portfolio  #page-head .port-head-content{
    border-bottom-color: transparent;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.new2022.single-portfolio #page-head .port-head-content .av-special-heading-h1{
    text-align: right;
    width: max-content;
    padding-bottom: 0;
}

.new2022.single-portfolio #page-head .port-head-content .av-special-heading-h1 h1{
    color: #0d3f7a!important;
    font-size: clamp(35px, 2vw + 0.8rem, 4rem) !important;
    white-space: nowrap;
    text-transform: uppercase!important;
    letter-spacing: 1px;
}

.new2022.single-portfolio #page-head .port-head-content .av-subheading_above{
    font-size: clamp(18px, 1vw + 0.4rem, 1.8rem) !important;
    margin-bottom: 5px;
    white-space: nowrap;
}

.new2022.single-portfolio #page-head .port-head-content .av-subheading_above p{
    color: #a3a3a3;
}

.new2022.single-portfolio #page-head .port-head-content .port-nav-big-wrap {
    position: relative;
    bottom: 0;
    width: max-content;
    z-index: 9;
}

.new2022.single-portfolio #page-head .port-head-content .avia_codeblock_section{
    margin-right: auto;
    display: grid;
    place-content: center;
    padding-top: 30px;
}


.new2022.single-portfolio #page-head .port-head-content .avia-button-wrap{
    display: grid;
    place-content: end;
    margin-right: 2vw;
}

.new2022.single-portfolio #page-head .port-head-content .avia-button-wrap a{
    padding: 0!important;
    width: 40px;
    height: 50px;
    display: grid;
    place-content: center;
    background-color: #ffffff!important;
    color: #0d3f7a!important;
    border: 1px solid #9f9f9f38!important;
}

.new2022.single-portfolio .port-scroll-btn .avia_button_icon {
    font-size: 18px;
}

.new2022.single-portfolio #page-head .port-head-content .avia-button-wrap a:hover{
    background-color: #0d3f7a!important;
    color: white!important;
}

.new2022.single-portfolio #page-head .port-head-content .avia-button-wrap .avia_button_icon{
    right: 0;
}

.new2022.single-portfolio #page-head .port-head-content .hr{
    margin-inline: 4vw;
    margin-block: 0;
    margin-top: auto;
    margin-bottom: 2vh;
    opacity: 0.8;
}

.new2022.single-portfolio #page-head .port-head-content .hr .hr-inner {
    border-style: dashed;
}



.new2022.single-portfolio .project-nav-btns-big a {
    font-size: 22px;
    background-color: transparent;
    padding: 0px 25px;
    width: max-content;
    color: #979797!important;
    border-radius: 0!important;
}

.new2022.single-portfolio .project-nav-btns-big .port-nav-prev {
    margin-left: 0;
    border-left: 1px solid rgb(13 63 122 / 49%)!important;
}

.new2022.single-portfolio .port-nav-big .no-next .port-nav-prev{
    border-left: none !important;
    padding-inline: 0 !important;
}

.new2022.single-portfolio .port-nav-big .no-prev .port-nav-next{
    padding-inline: 0 !important;
}



.new2022.single-portfolio .project-nav-btns-big .port-nav-next{
    border-right:none !important;
}

.new2022.single-portfolio .project-nav-btns-big a:hover {
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.new2022.single-portfolio .project-nav-btns-big .port-nav-prev::before,
.new2022.single-portfolio .project-nav-btns-big .port-nav-next::after
{
    vertical-align: bottom;
    color: #0d3f7a;
    font-family: 'fontello';
}

.new2022.single-portfolio .project-nav-btns-big .port-nav-prev::before{
    content:'\e906' ;
    margin-left: 15px;
}

.new2022.single-portfolio .project-nav-btns-big .port-nav-next::after{
    content:'\e905' ;
    margin-right: 15px;
}

.new2022.single-portfolio .top-projects-btn a {
    font-size: clamp(17px, 2vw + 0.5rem, 1.3rem)!important;
    margin-top: -5px!important;
}

/* DT colors  */

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

    .new2022.single-portfolio #page-head .port-head-content {
        background-color: rgb(0 0 0 / 65%);
        backdrop-filter: blur(35px);
        -webkit-backdrop-filter: blur(35px);
        border-bottom: 10px solid #0000008c;
        /* border-top: 1px solid #ffffff33; */
    }

    .new2022.single-portfolio #page-head .port-head-content .av-special-heading-h1 h1 {
        color: #ffffff!important;
    }

    .new2022.single-portfolio .project-nav-btns-big .port-nav-prev::before, .new2022.single-portfolio .project-nav-btns-big .port-nav-next::after {
        color: white;
    }

    .new2022.single-portfolio .project-nav-btns-big a {
        color: #cbcbcb!important;
    }

    .new2022.single-portfolio #page-head .port-head-content .hr .hr-inner {
        border-color: #ffffff;
    }

    .new2022.single-portfolio #page-head .port-head-content .hr {
        opacity: 0.2;
    }

    .new2022.single-portfolio #page-head .port-head-content .avia-button-wrap a {
        background-color: #0000003b!important;
        color: white!important;
        border: 1px solid #303030!important;
    }

    .new2022.single-portfolio #page-head .port-head-content .avia-button-wrap a:hover {
        background-color: #000000!important;
    }

    .new2022.single-portfolio .project-nav-btns-big .port-nav-prev {
        border-left: 1px solid rgb(181 181 181 / 49%)!important;
    }

}

/********************************************************************

Responsive Rules - DESKTOP

*********************************************************************/



@media only screen and (min-width: 2000px) and (max-width: 3200px){}


@media only screen and (min-width: 1100px) and (max-width: 2000px){}



@media only screen and (max-width: 2000px){}

            
@media only screen and (max-width: 1700px){}


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


@media only screen and (max-width: 1450px) {}


@media only screen and (max-width: 1370px) {}


@media only screen and (max-width: 1200px){}



@media only screen and (max-width: 1300px) and (min-height: 950px){}


@media only screen and (min-width: 1100px) and (max-width: 1450px){}




/********************************************************************

Responsive Rules - TABLETS

*********************************************************************/

/*
All Mobiles & tablets
================================================== */
@media only screen and (max-width: 1150px){}




/*
BIG tablets
================ */

@media only screen and (max-width: 1150px) and (orientation :  portrait){}


@media only screen and (max-width: 1150px) and (orientation : landscape){}




/*
SMALL tablets
================ */

@media only screen and (max-width: 1100px) and (orientation : landscape){}


@media only screen and (max-width: 1100px) and (min-height: 600px) and (orientation : landscape){}


@media only screen and (max-width: 990px){}


@media only screen and (max-width: 990px) and (orientation : portrait){}



@media only screen and (max-width: 780px) and (min-height: 900px)  and (orientation : portrait){}




/********************************************************************

Responsive Rules - MOBILE

*********************************************************************/



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

    .new2022.single-portfolio #page-head .port-head-content {
        flex-direction: column;
        padding: 4vh 0vw;
        border-bottom: 4px solid #0d3f7a;
    }

    .new2022.single-portfolio #page-head .port-head-content .av-special-heading-h1 {
        text-align: center;
        width: 100%;
        margin-top: 1%!important;
    }

    .new2022.single-portfolio #page-head .port-head-content .hr {
        margin-inline: auto!important;
        margin-block: 0px!important;
        max-width: 70%;
    }

    .new2022.single-portfolio #page-head .port-head-content .avia-button-wrap {
        place-content: center;
    margin-right: 0;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    }

    .new2022.single-portfolio #page-head .port-head-content .avia_codeblock_section {
        margin-right: 0;
        padding-top: 10px;
    }

    .new2022.single-portfolio #page-head .port-head-content .avia-button-wrap a {
        width: 55px;
    height: 32px;
    min-width: auto!important;
    padding: 0!important;
    margin: 0!important;
    top: -100%;
    border-radius: 100px 100px 0 0!important;
    background-color: #50505000!important;
    backdrop-filter: blur(6px) brightness(0.8);
    -webkit-backdrop-filter: blur(6px) brightness(0.8);
    color: #ffffff!important;
    }

    .new2022.single-portfolio .port-scroll-btn .avia_button_icon {
        font-size: 18px;
        top: 5px;
    }

    .new2022.single-portfolio .project-nav-btns-big a {
        font-size: 19px;
        line-height: 1;
    }

    .new2022.single-portfolio #page-head .port-head-content .av-subheading_above {
        margin-bottom: 0px;
    }

    .new2022.single-portfolio .top-projects-btn a {
        margin-top: -2px!important;
    }

}

@media only screen and (max-width: 767px) and (orientation : portrait){}

@media only screen and (max-width: 767px) and (orientation : landscape){}



/*
iphone X
================ */
@media only screen and (device-width : 375px) and (device-height : 812px) and ( -webkit-min-device-pixel-ratio:3 ) and (orientation : portrait){}


/*
MOBILE XL
================ */

@media only screen and (min-width: 375px) and (max-width: 767px) and (orientation : portrait){}


/*
MOBILE M
================ */

@media only screen and (max-width: 375px) and (orientation : portrait){}

@media only screen and (max-width: 667px) and (orientation: landscape){}



/*
MOBILE SM
================================================== */

@media only screen and (max-width: 320px) and (orientation : portrait){}

@media only screen and (max-width: 568px) and (orientation : landscape){}

 
