/*
Theme Name: Alyharoun_bcard
Author: Acrobat@Team
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: royalcross
*/



@font-face {
    font-family: 'Mango Grotesque Thin Ita';
    src: url('fonts/MangoGrotesque-ThinItalic.woff2') format('woff2'),
        url('fonts/MangoGrotesque-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque Med Ita';
    src: url('fonts/MangoGrotesque-MediumItalic.woff2') format('woff2'),
        url('fonts/MangoGrotesque-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque SemBd Ita';
    src: url('fonts/MangoGrotesque-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/MangoGrotesque-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque';
    src: url('fonts/MangoGrotesque-Thin.woff2') format('woff2'),
        url('fonts/MangoGrotesque-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque Light Ita';
    src: url('fonts/MangoGrotesque-LightItalic.woff2') format('woff2'),
        url('fonts/MangoGrotesque-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque ExtLt';
    src: url('fonts/MangoGrotesque-ExtraLight.woff2') format('woff2'),
        url('fonts/MangoGrotesque-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque SemBd';
    src: url('fonts/MangoGrotesque-SemiBold.woff2') format('woff2'),
        url('fonts/MangoGrotesque-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque';
    src: url('fonts/MangoGrotesque-Light.woff2') format('woff2'),
        url('fonts/MangoGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque Med';
    src: url('fonts/MangoGrotesque-Medium.woff2') format('woff2'),
        url('fonts/MangoGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque Ita';
    src: url('fonts/MangoGrotesque-Italic.woff2') format('woff2'),
        url('fonts/MangoGrotesque-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque Black Ita';
    src: url('fonts/MangoGrotesque-BlackItalic.woff2') format('woff2'),
        url('fonts/MangoGrotesque-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque ExtBd';
    src: url('fonts/MangoGrotesque-ExtraBold.woff2') format('woff2'),
        url('fonts/MangoGrotesque-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque';
    src: url('fonts/MangoGrotesque-Bold.woff2') format('woff2'),
        url('fonts/MangoGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque ExtBd Ita';
    src: url('fonts/MangoGrotesque-ExtBdIta.woff2') format('woff2'),
        url('fonts/MangoGrotesque-ExtBdIta.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque';
    src: url('fonts/MangoGrotesque-Black.woff2') format('woff2'),
        url('fonts/MangoGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque ExtLt Ita';
    src: url('fonts/MangoGrotesque-ExtLtIta.woff2') format('woff2'),
        url('fonts/MangoGrotesque-ExtLtIta.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque';
    src: url('fonts/MangoGrotesque-Regular.woff2') format('woff2'),
        url('fonts/MangoGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mango Grotesque Ita';
    src: url('fonts/MangoGrotesque-BoldItalic.woff2') format('woff2'),
        url('fonts/MangoGrotesque-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}





body {
    font-size: 18px;
    font-family: "Belleza", sans-serif;
    background: #000;
    color: #fff;
    overflow: hidden;
}



a:hover, a {
    text-decoration: none
}



.bodyCNt{padding: 0;height: 100vh;width: 100%;}
.bodyCNt .container{height: 100%;}
.bodyCNtBx{display: inline-flex;width: 100%;flex-wrap: wrap;height: 100%;}

.bodyCNtLft{width: 100%;max-width: 30%;height: 100%;padding: 0px 15px;position: relative;}
.bodyCNtLft:before{content: '';position: absolute;top: 0;left: 50%;width: 2px;height: 100%;background: rgb(255 255 255 / 12%);transform: translateX(-50%);}
.bodyCNtRgt{width: 100%;max-width: 70%;height: 100%;padding: 15px;display: inline-flex;width: 100%;flex-wrap: wrap;align-items: center;}
.pageTitle{font-family: "Belleza", sans-serif;display: inline-block;font-size: 9rem;background: #000;text-transform: uppercase;}
.pageTitle span{display: inline-block;}
.webTT{transform: rotate(-90deg);position: absolute;top: 30%;left: 0;}
.rgtCnt{
    width: 100%;
}
.contantDe{
    width: 100%;
    padding: 15px 0px;
}
.contantDe h2{font-family: "Belleza", sans-serif;text-transform: capitalize;font-size: 28px;font-weight: 600;line-height: 1;}
.contantDe p{
    margin: 5px 0px;
    color: rgb(255 255 255);
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.contantDe p i{
    font-size: 24px;
    margin-right: 10px;
    line-height: 1;
}
.contantDe p a{
    color: rgb(255 255 255 / 72%);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    margin-left: 10px;
    font-family: "Belleza", sans-serif;
}
.contantDe p a:hover{
    /* color: #fff; */
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.socialinkd{
    padding: 0px;
    margin: 10px 0 0;
}
.socialinkd li{
    list-style: none;
    display: inline-block;
}
.socialinkd li a{
    color: rgb(255 255 255 / 96%);
    padding: 10px;
    border: solid 2px rgb(255 255 255 / 96%);
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    border-radius: 100%;
    margin-right: 11px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.socialinkd li a:hover{
    background: #fff;
    border-color: #fff;
    color: #000;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}




.portfolioCnt{
    background: #fff;
    width: 100%;
    height: 100vh;
    max-height: 100%;
    position: relative;
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-flex;
    width: 100%;
}
.portfolioLft{
    width: 100%;
    max-width: 15%;
    padding: 0px 15px 0px 15px;
}
.portfolioRgt{
    width: 100%;
    max-width: 85%;
}
.pLftHead{
    position: sticky;
    top: 45px;
}
.pLftHead h1{
    font-family: "Belleza", sans-serif;
    display: inline-block;
    font-size: 4rem;
    color: #000;
}
.pLftHead h1 a{
    color: #000 !important;
    font-family:"Belleza", sans-serif;
    text-transform:uppercase;
}
.pLftHead h1 span{
    display: inline-block;
    transform: inherit;
}
.portfolioLft ul{
    padding: 0px;
    margin: 0px;
    position:relative;
    z-index:1111;
}
.portfolioLft ul li{
    list-style: none;
    display: block;
}
.portfolioLft ul li:first-child{
    min-height: 69vh;
}
.portfolioLft ul li a{
    font-family:"Belleza", sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: #a6a0a0;
    line-height: 2;
}
.portfolioLft ul li:last-child a{
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
}
.portSlider{
    position: relative;
}
.portSlider picture img{
    width: 100%;
    height: 88vh;
    object-fit: contain;
    cursor: s-resize;
}
.portSlider picture{
    padding: 0px 65px;
    display: inline-block;
    width: 100%;
}
.portSlider .owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: inline-block;
    border: solid 1px #bababa !important;
    border-radius: 100%;
    background:url(images/left.png) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.portSlider .owl-prev:focus-visible, .portSlider .owl-next:focus-visible{
    outline:none;
}
.portSlider .owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: inline-block;
    border: solid 1px #bababa !important;
    border-radius: 100%;
    background:url(images/right.png) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.portSlider .owl-prev span, .portSlider .owl-next span{
    color: #bababa;
    font-size: 55px;
    line-height: 1;
    position: relative;
    top: -8px;
    display:none;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 24px;
    background:url(images/left.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 35px;
    background:url(images/right.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.portTuhum{
    visibility: hidden;
}

body.overflow-auto{
    background: #fff;
}
body.overflow-auto .portfolioCnt{
    height: auto;
}

/*gallery css*/

.gallery {
  width: 100%;
}

.gallery .grid-sizer, .gallery .item {
  width: calc(32% - 0px);
}

.gallery .item {
  float: left;
  margin-bottom: 0px;
}
.gallery .item:last-of-type,.gallery .item:nth-last-of-type(2) {
  margin-bottom: 0;
}

.gallery .item img {
  display: block;
  width: 100%;
}

.thumShow{
  visibility: visible;
}

.page-template-portfolio{
  overflow: hidden;
}

.fancybox-active .popshowhide{
  display: none;
}



@media (max-width:1199px){
  .gallery .grid-sizer, .gallery .item {
      width: calc(49% - 0px);
  }
}
.gallery .ppThum{
    width: 100%;
    /*max-width: 33.33%;*/
    height: auto;
    padding: 0px;
    display:inline-block;
    box-sizing: border-box;
    overflow: auto;
}


.gallery img {
    width: 100%;
    margin-bottom: 0.25rem;
    cursor: pointer;
  }
.gallery img:hover{
    opacity: 0.8;
} 
.page-template-portfolio_new{
    overflow:auto;
}
.page-template-portfolio_new .portfolioCnt{
    height:auto;
}
.fancybox-is-open .fancybox-bg{
    opacity:1 !important;
}
.fancybox-bg{
    background:#fff !important;
}
.fancybox-toolbar, .fancybox-infobar{
    display:none !important;
}
.fancybox-container{
    max-width:85%;
    left:auto;
    right:0;
}
.fancybox-button {
    width: 50px !important;
    height: 50px !important;
    border: solid 1px #bababa !important;
    border-radius: 100%;
    padding: 0 !important;
}
.fancybox-button svg{
    display:none;
}
.fancybox-button:before{
    display:none !important;
}
.fancybox-navigation {
    display: block;
}
.fancybox-navigation button{
    top:56%;
}


/* Gallery Css */
.mobileThum{
    display:none;
}



/*.grid-sizer, .grid-item{*/
/*	width:100%;*/
/*	margin: 0px;*/
/*	padding:0px;*/
/*	vertical-align: center;*/
/*	padding: 10px;*/
/*	margin-bottom:20px;*/
/*}*/

/*@media only screen and (min-width:580px){*/
/*	.grid-sizer,.grid-item{*/
/*    	width:50%;*/
/*    	margin: 0px;*/
/*    	padding:0px;*/
/*    	vertical-align: center;*/
/*    	padding: 10px;*/
/*    	margin-bottom:20px;*/
/*    }*/

/*}*/



@media only screen and (min-width:767px){
	.grid-sizer,.grid-item{
    	width:33.3%;
    	margin: 0px;
    	padding:0px;
    	vertical-align: center;
    	padding: 10px;
    	margin-bottom:20px;
    }

}


@media (min-width:1920px){
    .pageTitle{
        font-size: 13rem;
    }
    .contantDe h2{
        font-size: 34px;
    }
    body{
        font-size: 23px;
    }
}

@media (min-width:1600px){
    .container{
        max-width: 1560px;
    }
    .portfolioLft {
        max-width: 14%;
    }
    .portfolioRgt {
        max-width: 86%;
    }
    .gallery .grid-sizer, .gallery .item {
        width: calc(32.5% - 0px);
    }
    .fancybox-container{
        max-width:86%;
    }
    
}

@media (max-width:1599px){
    .socialinkd li a{
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .socialinkd li a{
        font-size: 24px;
        width: 60px;
        height: 60px;
    }
    .portfolioLft ul li:first-child {
        min-height: 63vh;
    }
    .pLftHead h1{
        font-size: 3rem;
    }
    .gallery .grid-sizer, .gallery .item {
        width: calc(32.5% - 0px);
    }
    
}

@media (min-width:1600px) and (max-width:1919px){
    .pageTitle{
        font-size: 12rem;
        line-height: 1;
    }
    .socialinkd li a{
        width: 70px;
        height: 70px;
        font-size: 33px;
    }
}

@media (max-width:1400px){
    .pageTitle{
        font-size: 8rem;
    }
    .contantDe{
        padding:4px 0px;
    }
    .pLftHead h1{
        font-size: 3rem;
    }
    .portfolioLft ul li:last-child a{
        font-size:14px;
    }
    .gallery .grid-sizer, .gallery .item {
        width: calc(32% - 0px);
    }
}

@media (max-width:1300px){
    .pLftHead h1 {
        font-size: 2rem;
    }
    .portfolioLft ul li a{
        font-size: 16px;
    }
    .portfolioLft ul li:last-child a{
        font-size: 14px;
    }
    
}

@media (max-width:1199px){
    .webTT{
        position: relative;
        top: 0;
    }
    .bodyCNtLft{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: 50%;
    }
    .bodyCNtRgt{
        max-width: 50%;
    }
    .portfolioLft ul li a{
        font-size: 16px;
    }
    .portfolioLft ul li:last-child a{
        font-size: 12px;
    }
    .portfolioCnt{
        padding-left:25px;
        padding-right:25px;
    }
    .portfolioLft{
        padding-left:15px;
    }
}
@media (max-width:991px){
    .pageTitle {
        font-size: 7rem;
        line-height: 1;
    }
    .contantDe h2{
        font-size: 24px;
    }
    .portfolioLft{
        max-width: 100%;
    }
    .portfolioRgt{
        max-width: 100%;
    }
    .portfolioCnt{
        flex-wrap: wrap;
    }
    .portfolioLft ul li:first-child {
        min-height: auto;
    }
    .portSlider{
        display: none !important;
    }
    .portTuhum {
        display: none !important;
    }
    .hLi{
        display: none !important;
    }
    .pLftHead {
        position: relative;
        top: 0;
        text-align: center;
        padding: 25px 0px;
    }
    .portfolioCnt{
        padding-top: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    body{
        font-size: 16px;
        overflow: auto;
    }
    .portfolioCnt{
        height: auto;
    }
    .fancybox-container{
        display:none;
    }
    .mobileThum{
        display:block;
    }
    .mobileThum .ppThum{
        width:100%;
        display:inline-block;
        padding:10px;
    }
    .mobileThum .ppThum img{
        width:100%;
    }
    body.fancybox-active {
        overflow: auto;
    }
    .page-template-portfolio {
        overflow: auto;
    }
}

@media (max-width:767px){
    .webTT{
        transform: none;
    }
    .bodyCNtLft{
        max-width: 100%;
    }
    .bodyCNtLft{
        height: auto;
    }
    .bodyCNtRgt {
        max-width: 100%;
        height: auto;
        text-align: center;
    }
    .bodyCNtLft:before{
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .contantDe p{
        justify-content: center;
    }
    .pageTitle {
        font-size: 5rem;
        line-height: 1;
        text-transform:uppercase;
    }
    .pageTitle span{
        transform:inherit;
    }
    .bodyCNtLft {
        height: 15vh;
    }
    .bodyCNtRgt{
        height: 85vh;
    }
    .contantDe h2 {
        font-size: 24px;
    }
    body{
        font-size: 18px;
    }
    .socialinkd{
        margin-top: 0px;
    }
    .socialinkd li a {
        font-size: 20px;
        width: 50px;
        height: 50px;
    }
    .contantDe p a{
        font-size: 18px;
    }
    body{
        overflow: auto;
    }
    .portTop{
        margin-top: 20px !important;
    }
    .bodyCNtBx{
        padding-top:20px;
    }
    .bodyCNt{
        height:auto;
        padding-bottom:60px;
    }
    
}
@media (max-width:575px){
    .gallery {
        column-count: 1;
      }
      .gallery img{
        margin-bottom: 15px;
      }
      .portTop{
            margin-top: 20px !important;
      }
        .portfolioCnt {
        padding-top: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .mobileThum .ppThum{
        padding:10px 0px;
    }
}
@media (max-width:479px){
    .pageTitle{
        font-size: 3rem;
        margin: 0;
        font-weight: 400;
    }
    .bodyCNtLft {
        height: auto;
        margin-bottom: 15px;
    }
    .bodyCNtRgt {
        height: auto;
        padding: 10px 0px;
        align-items: baseline;
    }
    .socialinkd{
        margin-top: 0px;
    }
    .contantDe h2 {
        font-size: 24px;
    }
    body{
        font-size: 20px;
    }
    .socialinkd li a {
        font-size: 20px;
        width: 50px;
        height: 50px;
    }
    .contantDe p{
        margin: 5px 0px;
        justify-content: center;
    }
    .contantDe{
        padding: 16px 0px;
    }
    .contantDe p i{
        margin-left:0px;
    }
    .socialinkd li a {
        font-size: 24px;
        border: solid 4px rgb(255 255 255 / 96%);
    }
}

@media (max-width:375px){
    body {
        font-size: 16px;
    }
    .bodyCNtLft {
        height: auto;
    }
    .bodyCNtRgt {
        height: auto;
        padding: 10px 0px;
    }
    .socialinkd li a {
        font-size: 24px;
        width: 40px;
        height: 40px;
        border: solid 3px rgb(255 255 255 / 96%);
        margin: 0px 15px;
    }
    .pLftHead {
        padding: 15px 0px;
    }
}