@import url("../fonts/fonts-styles.css");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    scroll-behavior: smooth;
}

body {
    font-family: "SF-UI-Display-Regular";
    color: #444444;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #444444;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SF-UI-Display-Bold";
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    letter-spacing: 1px;
    margin: 0;
    color: #000000;
    text-transform: uppercase;
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    color: #000000;
    font-family: 'SF-UI-Display-Light';
}

p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 26px;
    font-family: 'SF-UI-Display-Light';
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.sp-logo {
    margin-bottom: 60px;
}

.hero {
    /*width: 100%;*/
    height: 100vh;
    /*background: #000;*/
    /*background-size: cover;*/
    background-image: url('../images/bg-publisher-2.png');
}

.hero h1 {
    font-size: 52px;
    font-weight: 400;
    color: #fff;
    font-family: 'SF-UI-Display-Black';
    text-transform: uppercase;
    text-align: left;
    text-shadow: 0px 0px 13px rgb(0 0 0 / 30%);
    line-height: 1.2;
}

.hero h1 span {
    color: #f9a61c;
}

#hero .img-fluid {
    margin-top: 5%;
    padding-left: 5%;
    max-width: 70%;
    text-align: left;
}

.hero p {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;

}

.desktopHeaderPara {
    color: #fff;
    font-family: 'SF-UI-Display-Light';
    font-size: 18px;
    line-height: 22px;
}

.desktopHeaderPara b {
    font-family: 'SF-UI-Display-Black';
    font-weight: 700;
}

.mobileHeaderPara {
    display: none;
}

.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background-color: #000;
}

.hero .btn-get-started span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.hero .btn-get-started:hover i {
    transform: translateX(5px);
}

.headerFix {
    padding: 0 0 0 10%;
}
.hero .subtitle h1{
    font-size: 58px;
    line-height: 1.1;
    max-width: 80%;
    margin-bottom: 0;
}
.hero .sales-text{
    max-width: 80%
}
.hero.heroPublishers {
    position: relative;
}

.publishersHeroImage {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 41%;
}

.publisherPage .siteAdvantage p {}

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 20px 0 60px 0;
    }
    .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }
    .hero .hero-img img {
        width: 80%;
    }
}
@media (max-width: 768px) {
  
}


.sd-form {
    /* padding: 25px 15px 10px 15px; */
    border-radius: 0;
    /* max-width: 1000px; */
    width: 450px;
    text-align: center;
    background-color: #f9a61c;
    border-radius: 25px;
    margin-top: 50px;
}

.error_text {
    text-align: center;
    height: 25px;
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
}

.border-red {}

.sd-form .sd-input {
    width: 85%;
    padding: 10px 10px 10px 45px;
    text-indent: 0px;
    border-radius: 0px;
    border: 0;
    font-size: 14px;
    background-color: #ededed;
    /* border:1px solid #fff; */
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    outline: 0;
    resize: none;
}

form#frmcontactus {
    text-align: center;
}

form#frmcontactus input {
    margin: 5px;
}

input.sd-input.form-first-name,
input.sd-input.form-first-last {
    background-image: url('../images/name-icon.png') !important;
    background-repeat: no-repeat;
    /*text-indent: 60px;*/
    background-size: 22px;
    background-position: 10px center;
}

input.sd-input.form-company-name {
    background-image: url('../images/company-icon.png') !important;
    background-repeat: no-repeat;
    /*text-indent: 60px;*/
    background-size: 22px;
    background-position: 10px center;
}

input.sd-input.form-email {
    background-image: url('../images/email-icon.png') !important;
    background-repeat: no-repeat;
    /*text-indent: 60px;*/
    background-size: 22px;
    background-position: 10px center;
}

.sd-form .sd-button {
    width: 100%;
    padding: 5px;
    /*border: 2px solid #ffffff;*/
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 15px auto !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    width: 170px;
    border: none;
    /* display: block; */
    /*box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);*/
    outline: 0;
}

.field-wrapper {
    position: relative;
    margin: 0px 9px 15px 9px;
    display: inline-block;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
}

.name-icon:before {
    /*background-color: #fbc161;*/
}

.organisation-icon:before {
    /*background-color: #eab4d4;*/
}

.email-icon:before {
    /*background-color: #fbb6a4;*/
}


/* .sd-form .sd-button:hover{
	background-color:#fff;
	color:#e83c57;
	border:2px solid #fff;
} */

.sd-form .sd-button:hover {
    background-color: #000;
    color: #f9a61c;
    /*border: 2px solid #fff;*/
}

.form-thank-you {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f9a61c;
    display: none;
    z-index: 1;
}

.form-loader {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.form-loader div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: loaderAnim 1s infinite;
    -webkit-animation: loaderAnim 1s infinite;
    -moz-animation: loaderAnim 1s infinite;
    -ms-animation: loaderAnim 1s infinite;
    text-indent: -9999px;
}

.form-loader div:nth-child(2) {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -ms-animation-delay: -0.5s;
}

.form-success-message {
    font-family: 'Roboto', sans-serif;
    max-width: 415px;
    width: 90%;
    position: relative;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: none;
    padding-bottom: 20px;
}

a:hover {
    /* text-decoration: none; */
    color: #fff;
}

.form-success-message span {
    font-family: 'Roboto', sans-serif;
}

.form-success-message strong {
    display: block;
    margin-top: 35px;
    font-size: 37px;
}

.for-enquiries {
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    ;
    font-weight: 600;
    border-bottom: 4px solid #fff;
    margin: 35px auto 20px auto;
    /* line-height: 32px; */
    text-transform: uppercase;
    /* text-decoration: underline; */
    display: table;
}


.discover-section{
    padding: 50px;
    position: relative;
    z-index: 1;
}
.discover-section >.container{
    max-width: 80%;
}
.discover-section >.container >.row{
    position: relative;
}
.discover-section >.container >.row:after{
    content: "";
    background-image: url('../images/discover-line.png');
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    background-position: bottom center;
    height: 100%;
    background-size: 100% 100%;
    z-index: -1;
}
.discover-section.direct-line >.container >.row:after{
    background-image: url('../images/direct-line.png');
}
.discover-section .discover-content{
    padding-top: 60px;
    padding-left: 65px;
    padding-right: 30px;
}
.discover-section.bg-light{
    background-color: #fff9f0 !important;
}
.discover-section.bg-white{
    background-color: #ffffff !important;
}
.discover-section.bg-white .col-md-7{
    order:1;
}
.discover-section.bg-white .col-md-5{
    order:2;
}
.discover-section .title{
    color: #f9a51c;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'SF-compact-text-heavy';
}
.discover-section .desc{
font-size: 22px;
color: #000;
font-family: 'SF-UI-Display-Light';
line-height: 1.3;
}
.discover-section .discover-img{
    margin: 0 auto;
    text-align: center;
}
.border-btm-hero:after {
    content: "";
    border-bottom: 2px solid #606060;
    width: 85%;
    display: block;
    margin: auto;
}
.top-adv{
    padding-bottom: 50px;
}
.btm-adv{
    padding-top: 50px;
}
@keyframes loaderAnim {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}
@media (max-width: 1366px) {
    /* .hero.heroPublishers {
        height: 100vh;
    } */
}

.container-fluid.footer-bg {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-txt {
    color: #fff;
    padding: 15px;
    font-size: 20px;
}

.mailto {
    color: #f9a61c;
}

.sp-copyright {
    color: #fff;
    font-size: 16px;
    width: 33.33%;
    text-align: center;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.social-links span {
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
}

.social-links {
    padding: 5px 0;
    text-align: right;
    width: 33.33%;
}

.product-by {
    width: 33.33%;
}

.social-links img {
    width: 35px;
    text-align: center;
}

.sdis-desc,
.sdir-desc,
.ssug-desc {
    border-left: 5px solid #f8a51b;
    padding-left: 15px;
    /* height: 49px; */
    line-height: 23px;
    width: 400px;
}

.down-digital {
    font-size: 45px !important;
    line-height: 50px !important;
}

.down-digital:after {
    content: "";
    border-bottom: 3px solid #fff;
    width: 35%;
    display: block;
    margin: 0;
    position: relative;
    bottom: -8px;
}

img.lp-drivemore-image {
    width: 80%;
    /* margin-right: 230px; */
}
.sd-form .checkbox-row{
    width: 85%;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
}
.sd-form .checkbox-row input{
    position: relative;
    top: -4px;
    width: 80px;
}
.sd-form .checkbox-row label{
    font-size: 12px;
    line-height: 1.3;
}
.sd-form .checkbox-row label a{
    color: #ffffff;
    /* font-weight: 600; */
}
.sd-form .sd-button[disabled] {
    cursor: not-allowed;
    opacity: 0.2;
}
@media (max-width: 768px) {
    .hero {
        text-align: center;
        padding: 20px 20px 60px 20px;
    }
    .hero h1 {
        font-size: 32px;
        text-align: center;
    }
    .hero .subtitle h1 {
        font-size: 32px;
        max-width: 100%;
        text-align: center;
    }
    .hero .sales-text{
        text-align: center;
    }
    .hero .sales-text{
        max-width: 100%;
    }
    .hero h2 {
        font-size: 24px;
    }
    .headerFix{
        padding-left: 0;
    }
    .hero .hero-img img {
        width: 100%;
    }
    img.eclips-top-filter,
    img.bottom-top-filter1 {
        width: 100%;
    }
    img.eclips-middle-filter {
        width: 85%;
    }
    img.bottom-middle-filter {
        width: 100%;
    }
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
    .down-digital:after{
        margin: 0 auto;
    }
    .discover-img img{
        width: 100%;
    }
    .discover-section .discover-content{
        padding-right: 0;
    }
    .discover-section .title {
        font-size: 28px;
    }
    .sd-form{
        width: 300px;
    }
    .down-digital{
        font-size: 32px  !important;
        line-height: 1.3 !important;
    }
    .product-by img{
        width: 80%;
    }
    .discover-section >.container{
        max-width: 100%;
    }
}
@media (max-width:767px) {
    .for-enquiries {
        margin: 15px auto 20px auto;
    }
    .sd-logo {
        margin: 15px auto 15px auto;
    }
    .sd-logo img {
        max-width: 125px;
    }
    .sd-top-text {
        font-size: 17px;
        line-height: 22px;
    }
    .slick-prev {
        left: -28px !important;
    }
    .slick-next {
        right: -28px !important;
    }
    .sd-form .sd-button {
        margin: 10px auto 10px auto;
    }
    .sd-form {
        padding: 0px 0px 25px 0px !important;
        margin-bottom: 0;
    }
    .sd-form .sd-input {
        /* padding: 12px 15px 12px 15px; */
        font-size: 14px;
    }
    .sd-form .sd-button {
        margin: 10px auto 10px auto;
    }
    .field-wrapper {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .download-btn a {
        font-size: 14px;
        width: 160px;
    }
    .top-text {
        font-size: 16px
    }
    .top-text span {
        display: contents;
    }
    .hero .description{
        font-size: 14px;
    }
    .headerFix{
        padding-left: 0;
    }
    .discover-section{
        padding: 20px;
    }
    .discover-section .discover-content{
        padding-top: 0px;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .discover-section >.container >.row:after{
        background-size: 100%;
        bottom: 0;
    }
    .discover-section.bg-white .col-md-5{
        order: 1;
    }
    .discover-section.bg-white .col-md-7{
        order: 2;
    }
    .footer-txt{
        font-size: 14px;
    }
    .footer-bottom .container{
        flex-wrap: wrap;
    }
    .product-by{
        order: 3;
    }
    .sp-copyright{
        font-size: 14px;
    }
    .product-by, .sp-copyright, .social-links {
        width: 100%;
        text-align: center;
    }
    .container-fluid.footer-bg{
        padding-top: 10px;
    }
    img.lp-drivemore-image{
        width: 100%;
        margin-top: 20px;
    }
    .discover-section .desc {
        font-size: 16px;
    }
    input#offer {
        height: 15px;
    }
}
