h2 {
    font-family: "roboto";
    font-size: 42px;
    color: #212529;
}

p {
    font-family: Roboto;
    font-size: 16px;
}

/* Header Section Xclusive Roofing Logo And First Links */

.roofing-hero-container {
    max-height: 750px;
    background-image: url("https://ldxstage.wpengine.com/wp-content/uploads/2022/11/Header-New-House2-scaled.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Trying To Get On-Top? Section */

.get-on-top {
    background-image: url("/wp-content/uploads/2022/10/BluePrint-Background-section-1-Whiter.png");
    background-repeat: repeat;
    background-size: contain;
    background-position: left;
}

.Hide {
    display: none;
}

.Show {
    display: block;
}

.ReadMore_btn {
    margin-bottom: 10px;
}

#HideText_btn {
    background-color: rgb(177, 177, 177);
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Roboto";
    border-radius: 5px;
    text-align: center;
    border-style: hidden;
}

#HideText_btn:hover {
    background-color: grey;
}

#HideText_btn:active {
    background-color: #3b3b3b;
}



/* over 1,000,000 Generates In sales
    For Our Cliens Section */

.millions-in-sales {
    background-image: url("/wp-content/uploads/2022/10/BluePrint-Background-section-2-Whiter.png");
    background-repeat: repeat;
    background-size: 60%;
    background-position-y: 0px;
}

/* WHY Use A Third Party Lead
    Generation Company? Section */

.why-use-roofing {
    background-image: url("/wp-content/uploads/2022/10/Keyboard-Background-section-3.png");
    background-repeat: repeat;
    background-size: cover;
    background-position-y: 0px;
}

.Hidetwo {
    display: none;
}


/* Generate Rooing Leads
    Yourself Section */

.generate-roofing-leads {
    background-image: url("https://ldxstage.wpengine.com/wp-content/uploads/2022/10/BluePrint-Background-section-1-Whiter.png");
    background-size: auto;
    background-repeat: repeat;
    background-position: top;
}

.its-our-fault {
    background-image: url("/wp-content/uploads/2022/10/BluePrint-Background-section-2-Whiter.png");
    background-repeat: repeat;
    background-size: contain;
    background-position: top;
}

.OurServicesContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px;
    padding-bottom: 40px;
    background-color: #F8F9FA;
}

.OurServicesContainer h2 {
    font-weight: 400;
    font-size: 32px;
}



.OurServicesSection {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}


.card {
    /* background-color: red; */
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 271px;
    height: 271px;


}

.card .face {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    transition: .5s;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* overflow:hidden; */
    transition: 1s;
}

.card .front {

    transform: perspective(600px) rotatey(0deg);
    box-shadow: 0 5x 10px #0000;
}

.backimg1 {
    position: absolute;
    width: 100%;
    object-fit: cover;
    z-index: -1;

}

.icon1 {
    width: 40px;
    margin-top: 60px;
    margin-left: 110px;
    background-color: White;
    border-radius: 50%;
    padding: 3px;
}


.face h3 {
    text-align: center;
    font-family: "abril fatface";
    font-weight: 400;
    color: white;
    font-size: 20px;
    margin-top: 20px;
}


.card .back {
    transform: perspective(600px) rotatey(180deg);

}

.card:hover .front {
    transform: perspective(600px) rotatey(180deg);
    transition: 1s;
}

.card:hover .back {
    transform: perspective(600px) rotatey(360deg);
    transition: 1s;
}


/* form section */

.FormSectionContainer {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.leftColumnImageFormSection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.leftColumnImageFormSection img {
    width: 570px;
}

.RightColumnFormSection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


/* Footer Section */

.FooterContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 60px;

    height: 920px;
    background-color: #212529;
    background-image: url(https://ldxstage.wpengine.com/wp-content/uploads/2022/10/Footer-Imager-background.png);
    background-size: inherit;
    background-position: right;
    background-repeat: no-repeat;
}

.LeftColumnHighQuality {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.LeftColumnHighQuality img {
    width: 270px;
}

#FooterHR {
    border: solid 3px #1BACE3;
    width: 100%;
}

.LeftColumnHighQuality h2 {
    font-size: 16px;
    font-weight: 600;
    color: white;
    font-family: "Roboto";
    margin-bottom: 5px;
    margin-left: 10px;
}

.LeftColumnHighQuality p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-top: 0px;
    margin-left: 10px;
}

.LeftColumnHighQuality a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-family: "Roboto";
    margin-bottom: 0px;
    margin-Top: 5px;
    margin-left: 10px;
}

.MiddleColumnHighQuality {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#ReadyForHighQualityLeads {
    color: white;
    font-family: "Abril Fatface";
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    width: 600px;
    line-height: 45px;
    margin-left: 50px;
    margin-bottom: -300px;
    margin-top: 230px;
}

.WereReadyForYou {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.WereReadyForYou a {
    text-decoration: none;
    font-size: 28px;
    font-style: italic;
    font-family: "Open Sans";
    color: white;
}

#WereReadyHR {
    border: solid 3px #1BACE3;
    width: 100%;
}

.PrivacyPolicyContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.PrivacyPolicyContainer a {
    color: #6C757D;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.PrivacyPolicyContainer p {
    color: #6C757D;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.RightColumnHighQuality {
    width: 220px;
}


/* Mobile Version */

@media all and (max-width:768px) {

    .roofing-hero-container {
        padding: 20px;
        padding-bottom: 10px;
        height: 100vw;
        max-height: 500px;
        background-position-x: -60px;
    }

    .dots {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .OurServicesSection {
        flex-direction: column;
    }

    .OurServicesContainer {
        padding-top: 15px;
        margin-top: 30px;
    }

    .OurServicesContainer h2 {
        margin-bottom: 5px;
        margin-left: 5px;
        margin-top: 0px;
    }

    .card {
        margin-bottom: 30px;
    }

    /* MOBILE: Form Section */

    .FormSectionContainer {
        flex-direction: column;
    }

    .leftColumnImageFormSection {
        padding-left: 20px;
    }

    .leftColumnImageFormSection img {
        width: 340px;
    }


    /* MOBILE:Footer Section */

    .FooterContainer {
        flex-direction: column;
        justify-content: flex-start;
        height: inherit;
        padding-top: 0px;

        background-size: contain;
        background-position: center;
    }

    .LeftColumnHighQuality {
        padding: 20px;
    }

    .LeftColumnHighQuality img {
        width: 200px;
    }

    #FooterHR {
        margin-left: 0px;
        border-width: 2px;
        width: 50%;
    }

    .LeftColumnHighQuality h2 {
        margin-Top: 0px;
        font-size: 14px;
    }

    .LeftColumnHighQuality p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .LeftColumnHighQuality a {
        font-size: 12px;
    }

    #ReadyForHighQualityLeads {
        width: inherit;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 50px;
        margin-left: 0px;
        font-size: 27px;
        line-height: 30px;
    }

    .WereReadyForYou {
        margin-bottom: 50px;
    }

    .WereReadyForYou a {
        font-size: 25px;
    }

    .PrivacyPolicyContainer p {
        font-size: 14px;
        text-align: center;
    }



}



.leads-generated>div {
    background-color: rgba(0, 0, 0, .6);
    height: 400px;
}

.leads-generated {
    background-image: url("https://leadsxclusive.com/wp-content/uploads/2022/05/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus-1-min.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 100px;
}

.hide {
    max-height: 0px !important;
    opacity: 0;
    visibility: hidden;
}

.more,
.dots {
    max-height: 2800px;
    transition: all 1s ease-in-out;
    font-family: "Roboto";
}

.text-rise-ani {
    animation: text-rise 1s 1;
}

@keyframes text-rise {
    0% {
        margin: 50px 0 -50px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1 !important;
    }

}


/* Slide Animation */

.slide-left {
    animation: 3s slide-left;
    animation-fill-mode: forwards;
}

@keyframes slide-left {
    from {
        margin-right: -100%;
        margin-left: 100%;
        opacity: 0;
    }

    to {
        margin-right: 0%;
        margin-left: 0%;
        opacity: 1;

    }
}

.slide-up {
    animation: 3s slide-up;
}

@keyframes slide-up {
    from {
        margin-bottom: -100%;
        opacity: 0;
    }

    to {
        margin-bottom: 0%;
        opacity: 1;
    }
}

.slide-right {
    animation: 2s slide-right;
    animation-fill-mode: forwards;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
        margin-right: 100%;
        opacity: 0;
    }

    to {
        margin-left: 0%;
        margin-right: 0%;
        opacity: 1;

    }
}

.delay-l {
    animation-delay: 0.5s;
    margin-right: -100%;
    margin-left: 100%;
    opacity: 0;
}

.delay-r {
    animation-delay: 0.5s;
    opacity: 0;
}

.target-right,
.target-left {
    opacity: 0;
}

.get-leads-now{
    margin-top: 10px;
}

@media screen and (max-width : 768px){
    .slide-right, .slide-up, .slide-left{
        animation:initial;
    }
    .target-right,.target-left{
        opacity: 1;
    }
    .delay-l,.delay-r{
        opacity: 1;
        margin-right: auto;
        margin-left: auto;
    
    }
    .text-rise-ani{
        animation: initial;
    }
    /* .roofing-hero-container{
        background-image: url('');
    } */
    .get-on-top, .generate-roofing-leads, .its-our-fault,.why-use-roofing,.millions-in-sales{
        background-image: none;
    }
}