/*!
Theme Name: Pixel N Paper
Theme URI: http://underscores.me/
Author: Vishal Mirashe
Author URI: https://www.instagram.com/pitchteq_llp/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pixel-n-paper
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.cdnfonts.com/css/banita?styles=178944');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
    font-family: 'Banita', sans-serif;

}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    top: 0;
    width: 100%;
    background: #fff;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container{
    width: 1240px;
}
/*.topnav-fixed{
    position: absolute;
    width: 100%;
    z-index: 1;
    top:0;
}
.topnav-fixed ul li a{
    color: #fff !important;
    padding: 10px 18px !important;
}
nav.topfixed.topnav-fixed .container-fluid{
    width: 1240px;
}
nav.topfixed.topnav-fixed ul li a{
    color: #5252c8 !important;
    padding: 10px 20px !important;
}*/
a:focus {
    outline: unset;
    outline-offset: unset;
}
/*--------------------------- Header ---------------------------*/
nav.pnp-navbar {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
nav.pnp-navbar .logo{
	height: 80px;
	width: 124px;
}
nav.pnp-navbar .logo img{
	max-width: 100%;
	max-height: 100%;
}
nav.pnp-navbar #menu-toggle i{
	cursor: pointer;
	font-size: 36px;
	color: #041d55;
}
nav.pnp-navbar .navbar-right {
    height: 80px;
    display: flex;
    align-items: center;
}
/*--------------------------- Modal Menu ---------------------------*/
.pnp-modal-menu.in{
	padding-left: 0 !important;
} 
.pnp-modal-menu .modal-dialog{
    padding: 0;
    margin:0;
    width: 100%;
}
.pnp-modal-menu .modal-dialog .modal-content{
    border:unset;
    border-radius: 0;
    height: 100vh;
    background: #6a66f4;
    overflow-y: scroll;
}
.pnp-modal-menu .modal-dialog .modal-content .modal-body {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}
.pnp-modal-menu .modal-dialog .modal-content .modal-body ul {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}
.pnp-modal-menu .modal-dialog .modal-content .modal-body ul li:not(:last-child){
	margin-bottom: 40px;
}
.pnp-modal-menu .modal-dialog .modal-content .modal-body ul li a{
    color: #fff;
    font-size: 50px;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.pnp-modal-menu .modal-dialog .modal-content .modal-body ul li a:hover{
    color: #FFD100; 
}
.pnp-modal-menu .modal-dialog .modal-content .modal-body ul li.current-menu-item a {
    color: #FFD100;
}
.pnp-modal-menu .modal-dialog .modal-content .modal-body .close{
	position: absolute;
    font-size: 40px;
    color: #fff;
    opacity: 1;
    right: 20px;
    top: 20px;
    text-shadow: unset;
}
.pnp-modal-menu .modal-dialog .modal-content .modal-body .close:hover{
	color: #FFD100;
}
/*--------------------------- Footer ---------------------------*/
.pnp-footer{
	background: #252525;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.pnp-footer:before{
    content: '';
    position: absolute;
    background: url(images/pnp-left-overlay-img-01.png),url(images/pnp-left-overlay-img-02.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: 0 80%, 0 30%;
    z-index: -1;
}
.pnp-footer:after{
    content: '';
    position: absolute;
    background: url(images/pnp-right-overlay-img-01.png),url(images/pnp-right-overlay-img-02.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background-position: 100% 10%, 100% 60%;
    z-index: -1;
}
.pnp-footer .container{
    text-align: center;
    position: relative;
}
.pnp-footer .container:before{
    content: '';
    position: absolute;
    background: url(images/pnp-overlay-ball-img-01.png),url(images/pnp-overlay-ball-img-02.png),url(images/pnp-overlay-ball-img-03.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background-position: 2% 15%, 95% 80%, 20% 100%;
    animation: pnpSnowFade 4s ease-in-out infinite;
}

@keyframes pnpSnowFade {
    0%,
    100% {
        opacity: 0.35;
    }

    50% {
        opacity: 1;
    }
}
.pnp-footer .widget h2.wp-block-heading{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
}
.pnp-footer .widget h2.wp-block-heading strong{
	font-weight: 400;
	color: #ffd100;
}
.pnp-footer .widget h3.wp-block-heading{
    margin: 50px 0 15px 0;
    color: #fff;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.pnp-footer .widget p.wp-block-paragraph{
    margin: 0 0 50px 0;
    color: #fff;
    font-family: "Geologica", sans-serif;
    font-size: 17px;
    font-weight: 200;
}
.pnp-footer .footer-contact-list {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-family: 'Geologica';
}
.pnp-footer .footer-contact-list li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.pnp-footer .footer-contact-list li:first-child {
    width: 100%;
    margin-bottom: 20px;
}
.pnp-footer .footer-contact-list li:nth-child(2),
.pnp-footer .footer-contact-list li:nth-child(3) {
    width: 50%;
}
.pnp-footer .footer-contact-list li i {
	color: #ffd100;
	font-size: 18px;
}
.pnp-footer .footer-contact-list li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.pnp-footer .wp-block-button a {
    font-family: 'Geologica';
    margin: 50px 0 30px 0;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 30px;
    border-radius: 90px 50px 50px 0;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.35s ease,
                border-radius 0.35s ease,
                box-shadow 0.35s ease;
}
.pnp-footer .wp-block-button a:hover {
    border-radius: 50px 90px 0 50px;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.12);
}
.pnp-footer ul.footer-social-list{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    grid-gap: 20px;
}
.pnp-footer ul.footer-social-list a{
	text-decoration: none;
}
.pnp-footer ul.footer-social-list li i{
    color: #fff;
    font-size: 26px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.pnp-footer ul.footer-social-list li:hover i{
    color: #ffd100;
}
/*--------------------------- Elementor ---------------------------*/
.pnp-head-text{
	font-family: 'Banita', sans-serif;	
}
.pnp-hero-section .pnp-head-text span{
	color: #6a66f4;
	display: block;
}
.pnp-head-text span{
	color: #ffd100;
}
.pnp-hero-section {
	position: relative !important;
	z-index: 1 !important;
}
.pnp-hero-section:before{
	content: '' !important;
    position: absolute !important;
    background: url(images/pnp-hero-left-overlay-img-01.png), url(images/pnp-hero-left-overlay-img-02.png);
    background-repeat: no-repeat;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-position: 0 40%, 0 80%;
    z-index: -1;
}
.pnp-hero-section:after{
    content: '';
    position: absolute;
    background: url(images/pnp-right-overlay-img-01.png),url(images/pnp-hero-right-overlay-img-02.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background-position: 100% 80%, 100% 40%;
    z-index: -1;
}
.pnp-home-service-wrap .service-box .elementor-widget-image-box,
.pnp-home-why-wrap .pnp-home-why-box{
	position: relative;
}
.pnp-home-service-wrap .service-box .elementor-widget-image-box .elementor-image-box-img {
	position: absolute;
	height: 120px;
	width: 120px;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #FFD100;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
}
.pnp-mobile-services-slider .elementor-widget-image-box .elementor-image-box-img{
 	position: absolute;
	height: 120px;
	width: 120px;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #FFD100;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);   
}
.pnp-home-why-wrap .pnp-home-why-box .elementor-image-box-img{
    position: absolute;
    height: 100px;
    width: 100px;
    background: #ffd100;
    border-radius: 50%;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.pnp-home-service-wrap .service-box .elementor-widget-image-box .elementor-image-box-img img,
.pnp-home-why-wrap .pnp-home-why-box .elementor-image-box-img img,
.pnp-mobile-services-slider .elementor-image-box-img img{
	max-width: 100%;
	max-height: 100%;
	padding: 20px;
}
.pnp-home-why-wrap .pnp-home-why-box .elementor-image-box-img img{
    width: unset;
    padding: 25px;
}
.pnp-home-why-wrap {
    display: flex;
}
.pnp-home-why-wrap > .elementor-column {
    display: flex;
}
.pnp-home-why-wrap .elementor-widget-image-box {
    width: 100%;
    height: 100%;
}
.pnp-home-why-wrap .elementor-widget-container {
    height: 100%;
}
.pnp-home-why-wrap.elementor-image-box-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
/*--------------------------- Responsive ---------------------------*/

@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1920px) and (max-width: 1920px) {
    .container-fluid,.pnp-inner-hero-banner .elementor-container{
        max-width: 1440px !important;
    }
}

@media (min-height: 900px) and (max-height: 1050px) and (min-width: 1600px) and (max-width: 1600px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1500px) and (max-width: 1599px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1440px) and (max-width: 1440px) {

}

@media (min-width: 1441px) and (max-width: 2560px){

}

@media (min-height: 800px) and (max-height: 940px) and (min-width: 768px) and (max-width: 1024px) {
    .container{
        width: unset;
    }
    .pnp-topbar .inline-box .right-box{
        display: none;
    }
    nav.pnp-navbar .logo {
        height: 50px;
        width: 243px;
	}
    .pnp-footer .widget_block h2, .pnp-footer #nav_menu-2 h2.widget-title {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    .pnp-footer ul{
        line-height: 2;
    }
    .pnp-footer ul li a,.pnp-footer .footer-contact-list p {
        font-size: 18px;
    }
    .pnp-footer .footer-contact-list p {
        margin-bottom: 10px;
    }
    .pnp-footer ul.footer-list-social {
        margin-top: 15px;
    }
    .copyright-wrap {
        font-size: 15px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container{
        width: unset;
    }
    nav.pnp-navbar .logo {
        height: 50px;
        width: 243px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
    .container{
        width: unset;
    } 
}

@media(min-width: 320px) and (max-width: 480px){
    .container{
        width: unset;
    }
    nav.pnp-navbar {
	    padding: 20px 15px;
        position: unset;
	}
    nav.pnp-navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    nav.pnp-navbar .navbar-header {
        margin-right: auto;
    }
	.pnp-footer ul#menu-primary-menu li:not(:last-child) {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
    .pnp-modal-menu .modal-dialog .modal-content .modal-body ul li a {
        font-size: 30px;
    }
    .pnp-footer:before,.pnp-footer:after{
        background-size: 30px 80px;
    }
    .pnp-hero-section:before,.pnp-hero-section:after{
        content: unset !important;
    }
    .pnp-footer .container:before{
        background-size: 15px;
    }
    .pnp-footer .widget h2.wp-block-heading{
        font-size: 40px;
    }
     .pnp-footer .footer-contact-list,.pnp-footer .footer-contact-list li:nth-child(2), .pnp-footer .footer-contact-list li:nth-child(3){
        width: 100%;
    }
    .pnp-footer .footer-contact-list li{
        margin-bottom: 15px;
    }
}