
/*
Theme Name: PPG
Theme URI: http://promoprintinggroup.com/
Author: DigitalHost
Author URI: http://www.digitalhost.co
Description: Promo Printing Group
Version: 1.0
*/



@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');


body {     
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: blue;

	background: url('img/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position: relative;
}



p, ul {
	font-size: 20px;
	line-height: 1.3;
	/* max-width: 460px; */
}

p a {
    color: #fff;
    text-decoration: underline;
    
}
p a:hover {
    color: #fff;
}


h1, h2, h3 {
    line-height: 1;
    font-weight: bold;
}

h1 {
    font-size: 45px;
    margin-bottom: 20px;
}
h2 {
    font-size: 40px;
    
}


.btn, input, textarea {
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    border-radius: 18px !important;
}





.logo {
    margin-bottom: 0px;
}


.left-content {
    margin-bottom: 30px;
}

.right-content {
    margin-top: -140px;
    margin-bottom: -25px;
    position: relative;
    
    width: 100%;
    height: 530px;
}




.cards-abs {
	position: absolute;
	bottom: 0px;
	left: 0px; 
	transform: translatey(0px);    
}



.cards1 {
	animation: float1 4s ease-in-out infinite;
}
.cards2 {
	animation: float2 3s ease-in-out infinite;
}
.cards3 {
	animation: float3 5s ease-in-out infinite;
}
.cards4 {
	animation: float4 4s ease-in-out infinite;
}





@keyframes float1 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: skew(3deg) translatey(20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float2 {
	0% {
		transform: translatey(15px);
	}
	50% {
		transform: skew(-3deg) translatey(0px);
	}
	100% {
		transform: translatey(15px);
	}
}

@keyframes float3 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: skew(2deg) scale(1.05,1.05) translatey(20px);
	}
	100% {
		transform: translatey(0px);
	}
}


@keyframes float4 {
	0% {
		transform: translatey(25px);
	}
	50% {
		transform: skew(5deg) translatey(0px);
	}
	100% {
		transform: translatey(25px);
	}
}




/************************************
        OFFER
*************************************/
.offer-box {
    background: #fff;
    color: #121a27;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1;
}

.offer-title {
    font-size: 35px;
    font-weight: bold;
}
.offer-subtitle {
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
}

.offer-right {
    text-align: right;
}


.btn-success {
    color: #fff;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    background: #3ecf8d;
    border-color: #3ecf8d;
    margin-top: 10px;
    padding: 27px 100px;
    
	-webkit-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.btn-success:hover {
    margin-top: 0;
    margin-bottom: 10px;
    background: #23bb76;
    border-color: #23bb76;

	box-shadow: 0 .7rem 1rem rgba(0,0,0,.25) !important;
}



/************************************
        BONUS
*************************************/
.bonus-box {
    padding-top: 55px;
    padding-bottom: 20px;
    line-height: 1;
}

.bonus-title {
    font-size: 35px;
    font-weight: bold;
}


.bonus-btns {
    text-align: right;
}
.bonus-btn {
    display: inline-block;
    margin: 2px 10px;
    text-align: center;
}

.btn-secondary {
    color: #000010;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    background: #fff;
    border-color: #fff;
    margin-top: 7px;
    margin-bottom: 20px;
    padding: 20px 30px;
    
	-webkit-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.btn-secondary:hover {
    margin-top: 0;
    margin-bottom: 27px;
    color: #000010;
    background: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: 0 .7rem 1rem rgba(0,0,0,.25) !important;
}

.btn-desc {
    font-size: 19px;
    font-weight: 500;
}


/************************************
        FOOTER
*************************************/
.footer {
    background: #d9e0ef;
    padding: 20px 5px;
    text-align: center;
    color: #121a27;
    font-weight: 500;
    font-size: 12px;
}

.footer-box {
    display: inline-block;
    margin: 5px 50px;
}

.footer a {
    color: #121a27;
}
.footer a:hover {
    color: #121a27;
    text-decoration: underline;
}





/************************************
        MODAL
*************************************/
.modal {
}

.modal-dialog {
	max-width: 470px;
}

.modal-content {    
    background: rgb(35,85,236);
    background: linear-gradient(130deg, rgba(35,85,236,1) 0%, rgba(54,142,232,1) 47%, rgba(66,194,227,1) 100%);

	border: 3px solid #fff;
	color: #fff;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
}

.modal-content a {
    color: #fff;
}


.modal-header {
    border-bottom: 0;
    padding: 35px 50px 15px;
}
.modal-title {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 0px;
}

.modal-body {
    padding: 0 50px 35px;
}

.modal label {
    margin-bottom: 0;
}

.modal .form-control-lg {
	height: auto;
	padding: 12px 15px;
}




.modal .btn {
	padding: 20px 5px;
	font-size: 19px;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 27px;
    border: 3px solid #fff;
}



.modal-privacy .modal-dialog {
	max-width: 600px;
}

.modal-privacy p, .modal-privacy .modal-content {
	font-size: 14px;
}


.modal-footer {
    padding: 0;
    margin: 0;
    border: 0;
}

/*thank you page*/

.thank-you .left-content{
       padding-top: 5rem;
    padding-right: 7rem;
    margin-bottom: 5rem;
}
.thank-you .right-content {
           margin-top: -70px;
               height: 270px;
          
}
.thank-you .right-content .cards{
text-align: center;
}
.thank-you .right-content .cards img{
    max-width: 577px;
}
.thank-you .btn-success{
    letter-spacing: 1px;
        padding: 1.5rem 2rem;
        font-size: 1.5rem;
}
.thank-you .contact-detail{
    padding:2rem;
    font-weight: bold;
}
.thank-you .email-icon{
    margin-bottom: 0.8rem;
}
.thank-you .email-icon img, .thank-you .phone-icon img {
    margin-right: 0.5rem;
}

.thank-you .th-socail-box a{
color: #121a27;
    color: #121a27;
    display: flex;
    align-items: center;
}
.thank-you .th-socail-box img{
margin-right: 0.5rem;
}
.thank-you .th-socail-box a:hover{
color: #121a27;
text-decoration:none;
}

.thank-you .th-socail-box{
    padding: 2rem 0;
}
.thank-you .footer{
    font-size: 1.2rem;
    font-weight: bold;
}

    .thank-you{
           
    }
    .thank-you .footer{
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .thank-you{
        height: 100vh;
    }
    .thank-you .thank-top{
      min-height: calc(100vh - 70px);
    }
    .thank-you .footer{
         height: 70px;
    }
	 .thank-you .contact-detail a, .thank-you .contact-detail a:hover {
		color:#fff;
		text-decoration:none;
	}
/************************************
        RESPONSIVE
*************************************/
@media (min-width: 1430px) {
    .container {
        max-width: 1400px;
    }
    
}

@media (max-width: 1430px) {
    h2 {
        font-size: 35px;
    }
    h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    
    .left-content {
        margin-bottom: 30px;
    }
    
    .right-content {
        margin: 0;
    }
    
    .bonus-title {
        font-size: 32px;
    }
    
    .btn-secondary {
        padding: 20px 10px;
    }
    
    .right-content {
        margin-top: -40px;
        margin-bottom: -25px;
        height: 430px;
    }

    
}


@media (max-width: 1440px) {
.thank-you .right-content{
            height: 286px;
}
.thank-you .right-content .cards img {
        max-width: 417px;
}
.thank-you .left-content{
        margin-bottom: 0;
            padding-top: 2rem;
}
.thank-you .th-socail-box a{
	
    font-size: 0.9rem;
}
}
@media (max-width: 1366px) {
    .thank-you .left-content{
            padding-right: 0rem;
                padding-top: 4rem;
    }
      .thank-you .offer-box{
             padding: 15px 0;
    }
    
.thank-you .left-content{
	    margin-bottom: 3rem;
		padding-top:0rem;
}
.thank-you .bonus-title {
    font-size: 1.5rem;
}
.thank-you .logo img{
    max-width: 250px;
}
.thank-you .contact-detail{
        padding: 1.5rem;
}
.thank-you .btn-success{
        padding: 1.2rem 2rem;
    margin-top: 0.2rem;
    font-size: 1rem;
    margin-bottom:0.2rem;
}
.thank-you .btn-success:hover{

}
.thank-you .right-content {
    height: 295px;
}
.thank-you .th-socail-box{
        padding: 1.5rem 0;
}
.thank-you .right-content .cards img{
    max-width:425px;
}

}

@media (max-width: 1199px) {

    .right-content {
        margin-top: 70px;
    }
    
    .offer-title {
        font-size: 32px;
    }
    .offer-subtitle {
        font-size: 24px;
    }
    
    .btn-success {
        font-size: 32px;
        padding: 27px 50px;
    }
    
    .bonus-title {
        text-align: center;
    }
    .bonus-btns {
        text-align: center;
    }
    
    .right-content {
        margin-top: -100px;
        margin-bottom: -25px;
        height: 430px;
    }
    
    /*thank you page*/
    .th-socail-box .bonus-title br{
display: none;
    }
    .th-socail-box .bonus-title{

    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    }
    .thank-you .btn-success{
            font-size: 1rem;
    }
    .thank-you .right-content .cards img {
    max-width: 320px;
}
    .thank-you .right-content{
            height: 232px;
    }
    .thank-you .left-content p{
 font-size: 1rem;
    }
    .thank-you .left-content{
            margin-bottom: 0rem;
    }
	.thank-you .offer-box{
             padding: 10px 0;
    }
}



@media (max-width: 991px) {

    p, ul {
        max-width: 100%;
    }
    
    .right-content {
        margin-top: 0;
        margin-bottom: -20px;
        text-align: center;
    }
    
    .offer-box {
        padding-bottom: 35px;
    }
    
    .offer-left, .offer-right {
        text-align: center;
    }
    
    
    
    .btn-success {
        margin-top: 10px;
    }
    .btn-success:hover {
        margin-top: 10px;
        margin-bottom: 0;

        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }
    
      
    
    
    
    
    .bonus-btn {
        display: block;
        margin: 20px 5px;
    }
    .btn-secondary {
        margin-top: 7px;
        margin-bottom: 10px;
        padding: 20px 20px;
    }
    
 
    .btn-secondary:hover {
        margin-top: 7px;
        margin-bottom: 10px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }
    
    .right-content {
        margin-top: 0px;
        margin-bottom: -15px;
        height: 530px;
    }
     /*thank you page*/
.thank-you .left-content{
        padding-top: 0;
}
    
.thank-you .offer-box{
    text-align: center;
}
.thank-you .right-content{
          margin-bottom: 10px;
              height: auto;
}
.thank-you .contact-detail{
        padding: 2rem 0;
}
.s-icon{
padding: 1rem;
}

 .thank-you{
            height: auto;
    }
    .thank-you .footer{
        position: relative;
        bottom: 0;
        width: 100%;
    }
	.thank-you .email-icon img,.thank-you .phone-icon img {
display: inline-block;
    max-width: 24px;
}
.thank-you .s-icon{
	    padding: 0.25rem;
    display: inline-block;
    width: 44px;
    overflow: hidden;
}
.thank-you .contact-detail {
    padding: 1rem;
}
.thank-you .right-content .cards img{
	    max-width: 400px;
}

.thank-you .offer-box .btn-success{
	margin:0px;
}
.thank-you .th-socail-box {
    padding: 1.5rem 0;
}
.thank-you .right-content{
            margin-top: 0px;
    }
}





@media (max-width: 768px) {
    .logo {
        margin-bottom: 20px;
        text-align: center;
    }
    
    h2 {
        font-size: 32px;
    }    
  
    h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }  
    
    p, ul {
        font-size: 19px;
    }
    
    .btn-success {
        padding: 17px 30px;
    }
    .btn-secondary {
        padding: 15px 20px;
    }
    .footer-box {
        margin: 5px 20px;
    }
    
    .right-content {
        margin-top: 0px;
        margin-bottom: -15px;
        height: 380px;
    }

	
}



@media (max-width: 767px) {
	 /*thank you page*/

    .thank-you .email-icon,.thank-you .phone-icon {
    margin-bottom: 0.8rem;
   
    text-align: left;
}
.thank-you .email-icon span,.thank-you .phone-icon span{
    font-size: 0.9rem;
}

.thank-you .left-content{
        padding-top: 0rem;
}
.thank-you .btn-success {
    font-size: 0.85rem;
        padding: 1.5rem;
}
.th-socail-box .bonus-title{
        font-size: 1.2rem;
    padding-bottom: 1.5rem;
    line-height: 1.5;
}

.logo-block{
width: 100%;
}
.thank-you .left-content{
    text-align: center;
}
.thank-you .contact-detail {
    padding: 1rem;
}
.thank-you p{
	font-size: 0.85rem;
}

.thank-you .footer{
	
    font-size: 0.8rem;
}
.s-icon {
    padding: 0.25rem;
}
.th-socail-box .bonus-title{
	    font-size: 1rem;
		
    padding-bottom: 0.5rem;
}
.thank-you .th-socail-box {
    padding: 1rem 0;
}
.thank-you .logo{
	    margin-bottom: 0;
}
.thank-you .right-content .cards img {
    max-width: 80%;
}
    
}

@media (max-width: 591px) {

    h1, h2 {
        text-align: center;
    }
    
    h2 {
        font-size: 28px;
    }    
  
    h1 {
        font-size: 34px;
    } 
    
    .footer-box {
        display: block;
        margin: 10px 2px;
    }
    
    .modal-dialog {
        max-width: 100%;
    }
    
    .modal-header {
        padding: 15px;
    }
    
    .modal-body {
        padding: 0 15px 25px;
    }
    
    .right-content {
        height: 370px;
    }
	
	 .thank-you .right-content .cards img {
    max-width: 100%;
}
   
}






@media (max-width: 420px) {
    .logo img {
        max-width: 100%;
        height: auto;
    }

    h2 {
        font-size: 21px;
    } 
    h1 {
        font-size: 26px;
    }
    
    p, ul {
        font-size: 17px;
    }
    
    .offer-title {
        font-size: 28px;
    }
    .offer-subtitle {
        font-size: 20px;
    }
    .btn-success {
        padding: 14px 28px;
        font-size: 28px;
    }
    
    .bonus-title {
        font-size: 28px;
    }
    .btn-secondary {
        padding: 13px 15px;
        font-size: 17px;
    }
    
    .right-content {
        height: 280px;
    }
    

}


@media (max-width: 370px) {

    .right-content {
        margin-bottom: 0;
        height: 230px;
    }    
    .thank-you .email-icon span, .thank-you .phone-icon span{
            font-size: 0.8rem;
    }
    .thank-you .contact-detail {
    padding: 1rem 0.5rem;
}
}