/*  
Theme Name: MGMT
Author: SONETS - Usługi informatyczne (biuro@sonets.pl)
Author URI: https://www.sonets.pl
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;600&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background: #c5c5c5;
    margin: 0;
    padding: 0;
	line-height: 1.5;
	color: rgb(37, 37, 37);
}
.only-mobile {
    display: none;
}
a {
    color: inherit;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Archivo', sans-serif;
	font-weight: 600;
}
body, input, textarea, button {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-style: normal;
}
*, ::after, ::before {
    box-sizing: border-box;
}

/*PAGE*/
.pp-section {
    background: #c5c5c5;
}
#page.container {
    width: 100%;
    padding: 75px 50px;
    display: inline-block;
}
#page .content {
    font-family: 'Archivo', sans-serif;
    margin: 0 auto;
    max-width: 1600px;
}
#page h1.title {
    text-align: center;
    text-transform: uppercase;
    margin: -50px 0px 0px 0px;
}
#page .content :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Archivo', sans-serif;
}
/*TALENTS*/
h1.title-top {
    text-align: center;
    text-transform: uppercase;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0;
    top: 22px;
    z-index: 99;
}
.talents .container {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    height: 100vh;
}
.talents .box {
    box-shadow: 0px 0px 10px 0px #aaa;
    width: 33.333%;
    height: calc(100vh - 190px);
    background-size: cover;
    background-position: center center;
    margin: 95px 0px;
}
.talents .box a {
    opacity: 0;
    transition: all 1s;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.talents .box:hover a {
    opacity: 1;
    font-size: 40px;
    background: rgba(255, 255, 255, 0.4);
}

a.arrow {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid rgb(37, 37, 37);
    border-bottom: 2px solid rgb(37, 37, 37);
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}
.unu {
    margin-top: 1px;
}
.unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}
.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}
.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}
.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}
.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid rgb(37, 37, 37);
}
.mouse_scroll {
    display: inline-block;
}
.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: rgb(37, 37, 37);
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid rgb(37, 37, 37);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.menu {
    position: fixed;
    background: white;
    left: 1%;
    transition: all 0.5s;
    opacity: 0;
    z-index: 9999;
    overflow: hidden;
    top: -250px;
    padding: 25px 50px;
}
.menu.active {
    opacity: 1;
    top: 0px;
}
.lang {
    z-index: 999;
    position: fixed;
    top: 20px;
    right: 20px;
}
.lang ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lang a {
    width: 54px;
    height: 54px;
    line-height: 53px;
    font-weight: bold;
    text-align: center;
    display: block;
    background: rgba(37, 37, 37, 0.9);
    color: white;
    border-radius: 100%;
}
.openmenu {
    left: 20px;
}
a.return {
    left: 80px;
}
.openmenu, a.return {
    z-index: 999;
    position: fixed;
    cursor: pointer;
    top: 20px;
    background: rgba(37, 37, 37, 0.9);
    color: white;
    text-align: center;
    padding: 12px;
    line-height: 0;
    border-radius: 100%;
    transition: all 0.5s;
}
.openmenu:hover, a.return:hover {
    background: rgb(37, 37, 37);
}
.openmenu i, a.return i {
    font-size: 29px;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.menu ul a {
    display: block;
    padding: 3px;
}
.menu ul li {
    margin-bottom: 10px;
}
.menu ul li:last-child {
    margin: 0px;
}
.closemenu {
    text-align: center;
    margin-top: 20px;
}
.closemenu span {
    cursor: pointer;
    background: #252525;
    color: white;
    width: 27px;
    height: 27px;
    display: inline-block;
    line-height: 27px;
    font-size: 14px;
    text-align: center;
    border-radius: 100%;
}


#talent-single .bg {
    position: fixed;
    height: 100vh;
    width: 55%;
    left: 0;
    top: 0;
    z-index: -1;
}
#talent-single .container {
    width: 1300px;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    flex-direction: column;
}
#talent-single .info {
    width: 50%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 20px 0px #575757;
    padding: 20px;
    margin: 5% 0px;
    text-align: center;
}
#talent-single .info h2 {
    font-size: 37px;
    text-transform: uppercase;
}
#talent-single .gallery {
    width: 50%;
}
#talent-single .gallery img {
    width: 100%;
    margin-bottom: 5%;
    min-width: 100%;
    box-shadow: 0px 0px 20px 0px #575757;
}
#talent-single .info ul {
    font-family: 'Archivo', sans-serif;
    list-style: none;
    text-align: left;
    padding: 0;
    display: inline-block;
    line-height: 40px;
}
#talent-single .info ul i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
#talent-single .info ul a {
    transition: all 0.5s;
}
#talent-single .info ul a:hover {
    color: #e48081;
}


#contact .box {
    position: relative;
}
#contact .footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 11px;
}
#contact .footer i {
    font-size: 40px;
    margin-bottom: 3px;
}
#contact ul {
    list-style: none;
    text-align: left;
    margin: 60px 0px 0px 0px;
    padding: 0;
    display: inline-block;
    line-height: 50px;
}
#contact ul i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
#contact ul a, #contact .footer a {
    transition: all 0.5s;
}
#contact ul a:hover, #contact .footer a:hover {
    color: #e48081;
}
#contact h2 {
    margin: -60px 0px 0px 0px !important;
}
#homepage .container {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
#homepage .box {
    height: 94%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 20px 0px #575757;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
}
#homepage .box-right .box {
    right: 0;
}
#homepage .box-left .box {
	left: 0;
}
#homepage .box .content {
	width: 100%;
	text-align: center;
}
#homepage .box p, #talent-single .info p {
	font-size: 15px;
	line-height: 1.8;
	margin: 15px 0px;
}
a.button {
	display: inline-block;
	padding: 15px 30px;
	background: rgb(37, 37, 37);
	color: white;
	margin-top: 20px;
    transition: all 0.5s;
}
a.button:hover {
    background: black;
}
.bg {
	background-repeat: no-repeat;
	background-size: cover;
}
#homepage h2 {
	font-size: 40px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
#homepage h2.slogan {
	margin: 10px 0px 30px 0px;
	font-size: 18px;
}
#home {
	background-image: url('img/bg-1.jpg');
}
#our-talent {
	background-image: url('img/bg-2.jpg');
}
#artist {
	background-image: url('img/bg-3.jpg');
}
#contact {
    font-family: 'Archivo', sans-serif;
	background-image: url('img/bg-4.jpg');
}

/*RWD*/
@media only screen and (max-width: 1420px){
	#homepage .container, .talents .container {
		width: 100%;
	}
    #talent-single .container {
        width: 95%;
    }
    .talents .container {
        padding: 0px 60px;
    }
    .box-left .box {
        margin-left: 60px;
    }
    .box-right .box {
        margin-right: 60px;
    }
}
@media only screen and (max-width: 900px){
    #homepage .box {
        width: calc(100% - 60px);
        left: 0;
        margin-left: 0;
    }
    .logo img {
        max-width: 100%;
    }
}
@media only screen and (max-width: 799px){
    .only-desktop, .fix-talents #pp-nav {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    .talents .container {
        padding: 0px 30px;
    }
    .talents.only-mobile .container {
        display: block;
        height: 100%;
        margin-top: 95px;
    }
    .talents.only-mobile .box {
        margin: 25px 0px 25px 0px;
        width: 100%;
    }
    h1.title-top  {
        z-index: -1;
    }
    .fix-talents {
        background: #c5c5c5;
        overflow: scroll;
    }
}
@media only screen and (max-width: 650px){
    /*.box p {
        max-height: 500px;
        overflow-y: scroll;
        position: relative;
        z-index: 9999999999999999999999;
    }*/
    .openmenu {
        left: 10px;
    }
    .lang {
        right: 10px;
    }
    a.return {
        right: 10px;
        left: auto;
    }
    .mouse {
        display: none;
    }
    a.arrow {
        bottom: 20px;
    }
    #homepage .box {
        padding: 45px 10px 45px;
    }
    #homepage h2.slogan {
        margin: 10px 0px 15px 0px;
        font-size: 15px;
    }
    #homepage .box p, #talent-single .info p {
        font-size: 14px;
        margin: 15px 0px;
    }
    #contact h2 {
        margin: 0px 0px 0px 0px !important;
    }
    #homepage h2 {
        font-size: 30px;
    }
    a.button {
        padding: 12px 20px;
        font-size: 14px;
    }
    #talent-single .info, #talent-single .gallery, #talent-single .bg {
        width: 100%;
    }
}
/*RWD*/

/*@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFMediumRegular.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFMediumRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFLightRegular.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFBold.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF Demi';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFDemiBoldItalic.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFDemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF Demi';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFDemiBoldRegular.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFDemiBoldRegular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF Extra';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFExtraBoldRegular.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFExtraBoldRegular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFHeavyRegular.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFHeavyRegular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFLightItalic.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFMediumItalic.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFMediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF Extra';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFExtraBoldItalic.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFBoldItalic.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFHeavyItalic.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFHeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFRegular.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFThinRegular.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFThinRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFItalic.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Manifold Extended CF';
    src: url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFThinItalic.woff2') format('woff2'),
        url('css/fonts/FONTSPRINGDEMO-ManifoldExtendedCFThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
*/