/* Stylesheet for The Digital 1%*/

body{
    font-family: Cera-Regular;
}
h1{
    line-height: 150%; 
    font-weight: normal;
    font-family: Cera-bold;
} 
h2, h3{ 
    font-weight: normal;
    font-family: Cera-bold;
}
h2{
    font-size: 36px;
}
h3{
    font-size: 30px;
    font-family: Cera-regular;
}
/*------Recurring elements-----*/
.orange-btn{
    text-align: center;
    background: #ff7a57;
    color:#fff;
    display: inline-block;
    padding: 19px 30px;
    margin: 20px auto;
    font-weight: 600;
    font-size: 16px;
    transition: 0.2s linear;
    max-width:300px;
    letter-spacing: 1px;
}
.orange-btn:hover{
    text-decoration: none;
    color:#fff;
    background: #fb582e;
}
@media all and (max-width:480px){
    .orange-btn{
        font-size:14px;
    }
}
/*---Sections ---*/

#d1p-home{
    position:relative;
}
#d1p-header{
    position:relative;
    padding-top:100px;
    padding-bottom: 20px;
    background: blue;
    background-image: linear-gradient(248deg, #2f20be, #9b14b1);
    color:#fff;
}
#d1p-home-v2 #d1p-header {
    background-image: linear-gradient(488deg, #2f20be, #9b14b1);
}
#d1p-header img{
    width:100%;
    margin-left: -10%;
}
#d1p-header h1{
    margin: 0 0 25px;
    max-width: 520px;
    font-size: 36px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: 1px;
}
#d1p-header p{
    max-width: 520px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    margin-bottom: 40px;
}

#d1p-main{
    position:relative;
}
#d1p-section-1{
    padding: 100px 0 100px 10px;
    position:relative;
    overflow: hidden;
}
#d1p-section-1 .container, #d1p-section-1 .col:nth-child(2) {
    padding-right:0;
}
#d1p-section-1 h2{
    margin-bottom: 60px;
    margin-top: 0;
}
#d1p-section-1 ul{
    margin-bottom: 80px;
}
#d1p-section-1 li{
    list-style: none;
    margin-bottom: 35px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #000000;
}
#d1p-section-1 li:before{
    content: "";
    height:26px;
    width:26px;
    background: url('/img/d1p-check.png') no-repeat;
    background-position:center;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: 0px;
    
}
#d1p-section-1 img {
    width: 160%;
    max-width: 620px;
    margin-right: -60%;
    margin-left: auto;
    display: block;
}
#d1p-testimonials{
    position:relative;
}
#d1p-included h2{
    text-align: center;
    margin-bottom: 60px;
}
#d1p-included{
    position:relative;
    padding: 60px 10px;
}
#d1p-included .number-box{
    background:#efefef;
    text-align: center;
    padding:30px 20px;
    position:relative;
    max-width:780px;
    margin: 0 auto 50px;
}
#d1p-included .number-box h4{
    font-family: Montserrat;
    line-height:120%;
    text-align: center;
    background: purple;
    display:inline-block;
    color:#fff;
    border-radius: 50%;
    padding:8px 3px;
    width: 44px;
    font-size: 24px;
    position:absolute;
    top:-32px;
    left: calc(50% - 17px);
    object-fit: contain;
    text-indent: 2px;
    background-image: -webkit-linear-gradient(top left, #3023ae, #c86dd7);
    background-image: -o-linear-gradient(top left, #3023ae, #c86dd7);
    background-image: linear-gradient(to bottom right, #3023ae, #c86dd7);
}
#d1p-included .orange-btn{
    margin:0 auto 40px !important;
    display: block;
    max-width: 300px;
    width:100%;
}
#d1p-included .number-box p{
    padding-bottom: 0;
    max-width:640px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
}



/*----------HOME PAGE V2---------------*/
#d1p-section-1 p {
font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
    margin-bottom: 50px;
}
#d1p-home-v2 #d1p-header{margin-bottom: -130px;display: block;z-index: 1;/* clear:both; */}
#d1p-home-v2 #d1p-main{margin-top: -30px;display: block;z-index: 1000;overflow-y: visible;clear: left;}
#d1p-home-v2 #d1p-section-1 .dp1-home-header-text {
    padding-top: 50px;
}
#d1p-home-v2 #d1p-section-1{
    z-index: 1000;
    overflow-y: visible;
    padding-top: 220px;
    padding-bottom: 20px;
}
#d1p-home-v2 #d1p-section-1 img {
    width: 260%;
    max-width: 820px;
    margin-top: -240px;
    top: -70px;
    margin-right: -60%;
    margin-left: auto;
    display: block;
}

/*---------------------
    THANK YOU PAGE
------------------------*/

#d1p-thank-you{}
#d1p-ty-header{
    background: url(../img/ty-header.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    padding:90px 0px 250px;
    text-align: center;
    color: #fff;
}
#d1p-ty-header h3{
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ff7a57;
    max-width: 780px;
    margin: 0 auto 20px;
}
#d1p-ty-header h1{
    font-size: 36px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: 1px;
    max-width: 780px;
    margin: 0 auto 40px;
}
#d1p-ty-video{ 
    margin-top: -250px;
    clear: right;
    position: relative;
}
#d1p-ty-video .container{
    max-width: 720px;
    margin: 0 auto;
} 
#d1p-ty-video .d1p-ty-video-wrap {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#d1p-ty-video .d1p-ty-video-wrap iframe{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;   
}
#d1p-ty-apply {
    text-align:center;
    margin-bottom:20px;
}
#d1p-ty-apply h3{
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    color: #000000;
    max-width:580px;
    margin:40px auto;
}
#d1p-ty-apply a {
    margin-bottom: 0;
}
#d1p-thank-you .orange-btn {
    padding: 20px 10px;
    max-width: 340px;
    width: 100%;
}
#d1p-thank-you #d1p-included {
    padding: 50px 10px 60px;
}
#d1p-ty-testimonials #testimonials .testimonials-list {
    margin-top: 0px;
}

#d1p-ty-testimonials #testimonials h2 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
    color: #ff7a57;
}
@media all and (max-width:767px){
    #d1p-ty-header .container {
        padding-right: 0;
        padding-left: 0;
        width: 95%;
        max-width: 520px;
    }
    #d1p-thank-you h1 {
        font-size: 22px;
        line-height: 1.39;
    }
    #d1p-thank-you h2 {
        font-size: 22px;
        line-height: 1.25;
    }
    #d1p-thank-you h3 {
        line-height: 1.25;
        font-size: 22px;
    }
    #d1p-thank-you #d1p-included {
        padding: 20px 10px;
    }
    #d1p-thank-you .orange-btn {
        padding: 20px 10px;
        max-width: 300px;
        font-size: 14px;
    }
}


@media all and (max-width:480px){
    #d1p-ty-video {
        margin-top: -130px;
    }
    #d1p-ty-header {
        padding: 60px 10px 140px;
    }
}

/*------FOOTER----*/

footer {
    background:#000;
    padding: 70px 10px;
    color:#fff;
}
footer .row {
    max-width: 1440px;
    margin: 0 auto;
}

footer p {
    line-height:100%;
    margin-bottom: 0;
}
footer .footer-1{
    text-align: left;
}
footer .footer-2{    
    text-align: center;
}
footer .footer-3{    
    text-align: right;
}

footer .footer-2 a{
    margin: 0 8px;
}

footer .footer-2 a:hover i{
    color: #ff7a57;
}
footer .footer-2 a i{
    font-size:18px;
    color:#fff;
}
footer .footer-3 img{
    max-height: 20px;
    width:auto;
} 
@media all and (min-width:1000px){
    footer .col{
        vertical-align: middle;
        display: inline-block;
        float: none;
        width: 33%;
    }
}

@media all and (max-width:1000px){
    footer .footer-1, footer .footer-2, footer .footer-3{    
        text-align: center;
    }
    footer .footer-1, footer .footer-2{    
        margin-bottom: 20px;
    }
}