/* #######################

Index :-

1. Button
2. Hero 
3. DomainOffer
4. FeaturedProduct
5. Orderbox
6. Testimonials
7. Bottom
8. dots

####################### */



/* ##################### start@Button ####################### */

.Button {
    background-color: #fdb813;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
}
.Button--blue {
    font-size: 1.8rem;
    background: transparent;
    border: 2px solid #136eb3;
    border-radius: 4px;
    max-width: 185px;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #136eb3;
}

.Button--blue:hover{
    border: 2px solid #136eb3;
    color: #136eb3;
    background-color: #ffffff;
}
.Button--black{
    background-color: #333333;;
    margin: 30px 10px 0 10px;
    max-width: 185px;
    padding: 10px 20px;
    color: #ffffff;
}
.Button--black:hover{
    background-color: #000000;
}
.Button-primaryBtn {
    font-size: 1.8rem;
    margin: 70px 10px 0 0;
    background-color: #fbb615;
    border: 2px solid #fbb615;
    color: #333333;
    border-radius: 4px;
    max-width: 185px;
    padding: 10px 20px;
}
.Button--transparent {
    font-size: 1.8rem;
    background: transparent;
    border: 2px solid #136eb3;
    color: #136eb3;
    border-radius: 4px;
    max-width: 185px;
    padding: 10px 20px;
}
.Button--transparent:hover {
    color: #ffffff;
    background-color: #136eb3;
    border: 2px solid #136eb3;
}
.off-white {
    background-color: #eaedf2;
}

@media (max-width: 480px){
    .Button--yellow {
        margin: 30px auto 10px;
        display: block;
        text-align: center;
    }
    .Button--transparent {
        margin: 10px auto;
        display: flex;
        display: none;
    }
    .Button--blue {
        margin: -39px auto;
        background-color: #fbb611 !important;
        color: #fff;
        display: block;
    }
}

/* ##################### end@Button ####################### */

/* ##################### start@Hero ####################### */

.Hero {
    background-image: url(/front/images/999999999/hero/lb-home-hero.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    max-height: 700px;
    display: flex;
    align-items: center; 
    padding: 65px 0;
    position: relative;
    display: block;
}
.Hero-inner {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10% 7%;
}

.Hero-title{
    color: #ffffff;
    text-transform: capitalize;
    padding: 0 0 10px 10px;
    letter-spacing: 0px;
    font-size: 3.7rem;
    font-weight: 900;
    line-height: 1.4;
}
.Hero-subtitle{
    color: #ffffff;
    padding: 6px 0 0 10px;
    width: 100%;
    letter-spacing: 0px;
    /* max-width: 930px; */
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 300;
}
.Hero-subtitle:nth-child(3){
    margin-bottom: 30px;
}

.Hero-subtitle,
.Hero-title {
    padding: 0;
}

/* .long-card {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 0 18px 0 rgba(149,149,149,.1);
    border-radius: 2px;
    position: absolute;
    border: 1px solid #eee;
    top: 0px;
    width: 90%;
} */
@media (min-width: 1601px){
    /* .long-card {
        background: #fff;
        padding: 40px 25px;
        box-shadow: 0 0 18px 0 rgba(149,149,149,.1);
        border-radius: 2px;
        position: absolute;
        border: 1px solid #eee;
        top: 0px;
        width: 95%;
    }
    .long-card .top {
        margin-top: 18%;
    }
    .long-card .bottom {
        margin-top: 54%;
    } */
    /* .Hero-title {
        color: #056cb5;
        text-transform: capitalize;
        padding: 0 0 10px 10px;
        letter-spacing: 0px;
        font-size: 4.2rem;
        font-weight: 600;
        line-height: 1.3;
    }
    .Hero-subtitle {
        color: #333333;
        padding: 6px 0 0 10px;
        width: 100%;
        letter-spacing: 0px;
        max-width: 930px;
        font-size: 3rem;
        line-height: 1.5;
        font-weight: 500;
        margin-top: 10px;
    }
    .Hero-title, .Hero-subtitle{ padding: 0;}
    .Hero-subtitle:nth-child(3) {
        margin-bottom: 50px;
    }
    .Hero-title span {
        display: block;
    } */
}
@media (max-width: 1600px){
    /* .Hero{
        height: 600px;
        max-height: 600px;
    } */
    /* .long-card .bottom {
        margin-top: 62%;
        margin-bottom: 10px;
    } */
}
@media (max-width: 1440px){
    /* .Hero{
        height: 540px;
        max-height: 540px;
    } */
    /* .long-card .top {
        margin-top: 13%;
    }
    
    .long-card .bottom {
        margin-top: 42%;
        margin-bottom: 10px;
    } */
}
@media (max-width: 480px){
    .Hero {
        background-image: url(/front/images/999999999/hero/lb-home-mobile-hero.jpg);
        padding: 0% 0 10%;
        text-align: center;
        /* background: #2568EF !important; */
        height: 520px;
    }
    .Hero-title {
        font-size: 4rem !important;
      text-transform: capitalize;
      color: #fff;
      padding: 5px 0;
      width: 90%;
      margin: 0 auto;
    }
    .Hero-subtitle {
        font-size: 2.4rem;
        margin: auto;
        margin-bottom: 50px;
        color: #fff;
        padding: 10px 0;
    }
    .Hero-subtitle:nth-child(3) {
      font-size: 2.7rem;
      line-height: 1.3;
      font-weight: 400;
      margin-bottom: 0px;
    }
    /* .long-card {
        background: transparent;
        padding: 40px 10px;
        box-shadow: none;
        border-radius: 0;
        position: relative;
        border: none;
        top: 0px;
        width: 100%;
    }
    .long-card .top {
        margin-top: 7%;
    }
    .long-card .bottom {
        margin-top: 52%;
        margin-bottom: 10px;
    } */
}
/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    /* insert styles here */
}
 
/* (1280x1024) SXGA Display */
@media  screen and (max-width: 1280px) {
    .Hero-title {
        font-size: 4rem;
    }
    .Hero-subtitle {
        font-size: 3.3rem;
    } 
}
 
/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {
    .Hero-title {
        font-size: 3.8rem;
    }
    .Hero-subtitle {
        font-size: 3rem;
    } 
}
 
/* (1680x1050) WSXGA+ Display */
@media  screen and (max-width: 1680px) {
    .Hero-title {
        font-size: 4rem;
    }
    .Hero-subtitle {
        font-size: 3.3rem;
    } 
}
 
 
/* (1600x900) HD+ Display */
@media  screen and (max-width: 1600px) {
    .Hero-title {
        font-size: 4.4rem;
    }
    .Hero-subtitle {
        font-size: 3.7rem;
    } 
}

/* (1920x1080) Full HD Display */
@media  screen and (max-width: 1920px) {
    .Hero-title {
        font-size: 4rem;
    }
    .Hero-subtitle {
        font-size: 3.3rem;
    } 
}

/* ##################### end@Hero ####################### */

/* ##################### start@DomainOffer ####################### */

.DomainOffer {
    padding: 65px 0;
    background-color: #fff;
}
.DomainOffer-title {
    font-size: 4.4rem;
    font-weight: 500;
    color: #353c48;
}
.DomainOffer-subtitle {
    width: 95%;
    margin-top: 32px;
    color: #595959;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
}
.DomainOffer-wrapButton {
    width: 145px;
    display: block;
}
.DomainOffer-btn{
    font-size: 1.5rem;
    margin: 35px 0 0;
    background-color: #fbb613;
    border: 2px solid #fbb613;
    color: #fff;
    border-radius: 2px;
    font-weight: 500;
}
.DomainOffer-btn:hover {
    background-color: #ffcc00;
    border: 2px solid #ffcc00;
}
.DomainOffer-wrapDomain:nth-child(1), .DomainOffer-wrapDomain:nth-child(3) {
    margin-top: 20px;
}
.DomainOffer-wrapDomain:nth-child(2), .DomainOffer-wrapDomain:nth-child(4) {
    margin-top: -20px;
}
.Domain {
    background: #fff;
    height: 165px;
    box-shadow: 0px 0px 14px 3px #0000000d;
    text-align: center;
    padding: 30px 0;
}
.Domain-img{
    width: 90px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Domain-price {
    margin-top: 10px;
    font-size: 3rem;
    color: #666666;
    font-weight: 900;
}
.Domain-currency {
    vertical-align: super;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 0px;
}
.DomainsOffer-wrapDomain {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}
.DomainsOffer-wrapDomain .Domain{
    flex: 1 0 21%;
    height: 165px;
    margin: 0 12px;
}
.DomainOffer-wrapDomain .Domain:nth-child(1){ margin-bottom: 20px; }
.DomainsOffer-wrapDomain  .Domain:nth-child(n) {
    margin-top: 20px;   
}
.DomainsOffer-wrapDomain .Domain:nth-child(2n) {
    margin-top: -20px;
}

@media (max-width: 992px){
    .DomainOffer-title {
        font-size: 3.4rem;
    }
    .DomainOffer-subtitle {
        line-height: 1.6;
    }
    .DomainsOffer-wrapDomain .Domain {
        flex: 1 0 20%;
    }
}
@media (max-width: 480px){
    .DomainOffer {
        padding: 50px 0 50px 0;
    }
    .DomainOffer-btn{
        color: fff;
    }
    .DomainOffer-title , .DomainOffer-subtitle , .DomainOffer-wrapButton {
        text-align: center;
        margin:  5% auto;
    }
    .DomainsOffer-wrapDomain {
        display: none !important;
    }
}

/* ##################### end@DomainOffer ####################### */

/* ##################### start@FeaturedProduct ####################### */

.FeaturedProduct{
    background-color: #F7F9FC;
    padding: 65px 0;
    text-align:center;
}
.FeaturedProduct-title {
    font-size: 4.4rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #353c48;
}
.FeaturedProduct-subtitle {
    font-size: 2rem;
    line-height: 3rem;
    color: #595959;
    width: 70%;
    margin: 0 auto 50px;
    font-weight: 400;
}
.FeaturedProduct-wrapProduct {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.Product {
    flex-grow: 1;
    width: 28%;
    margin: 1%;
    background-color: #fff;
    height: auto;
    box-shadow: 0px 0px 20px 0px #00000012;
    padding: 35px;
}
.Product-img{
    width: 44px;
    height: auto;
}
.Product svg.icon {
    width: 50px;
    height: 50px;
    fill: #136eb3;
}
.Product-title {
    margin: 30px 0 10px;
    font-size: 2.4rem;
    font-weight: 500;
    color: #353c48;
}
.Product-subtitle {
    font-size: 1.6rem;
    color: #595959;
    font-weight: 400;
    line-height: 2.5rem;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1440px){
    .Product-subtitle {
        width: 100%;
    }
} 
@media (max-width: 768px){ 
    .FeaturedProduct-wrapProduct {
        display: block;
    }
    .Product {
        width: 85%;
        margin: 4% auto;
    }
}
@media (max-width: 480px){
    .FeaturedProduct {
        padding: 65px 0;
    }
    .FeaturedProduct-title , .FeaturedProduct-subtitle {
        text-align: center;
        margin:  5% auto;
    }
    .FeaturedProduct-title {
        font-size: 3rem !important;
        line-height: 1.4;
        width: 93%;
        text-align: center;
        margin: 10px auto;
        margin-bottom: 20px;
    }
    .FeaturedProduct-subtitle {
        font-size: 18px;
        margin-bottom: 60px;
    }
    .Product {
        padding: 20px;
        width: 90%;
    }
    .Product-img {
        width: 50px;
        margin: 10px auto;
        margin-bottom: 30px;
        height: 50px;
    }
    .Product svg.icon {
        margin-bottom: 30px;
    }
    .Product-content {
        text-align: center;
        padding-bottom: 10px;
    }
    
    .Product-title {
        margin: 0px 0 2px;
    }
}

/* ##################### end@FeaturedProduct ####################### */

/* ##################### start@Orderbox ####################### */

.Orderbox{ 
    padding: 65px 0;
    height: 800px;
    background: #fff;
    position: relative;
}
.Orderbox-wrapImg:after {
    content: '';
    background: url(/front/images/999999999/img/hexagon.svg);
    position: absolute;
    left: -40px;
    top: -20px;
    z-index: 0;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.Orderbox-wrapImg:before {
    content: '';
    background: url(/front/images/999999999/img/hexagon.svg);
    position: absolute;
    right: 30px;
    bottom: 0px;
    z-index: 0;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
 .Orderbox-screenshot {
    display: none;
    z-index: 2;
    min-width: 650px;
}
.Orderbox-row {
    display: flex;
}
.Orderbox-column:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Orderbox-column {
    width: 50%;
}
.image-isactive {
    display: block;
    z-index: 2;
    position: relative;
}
.Orderbox .is-active {
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.09) !important;
    border: 1px solid #eaedf2;
}
.Orderbox-title {
    color: #333333;
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 5.4rem;
}
.Orderbox-wrapImg {
   align-items: center;
   position: relative;
}
.Feature {
    margin-top: 15px;
    display: flex;
    align-items: center;
    padding: 40px;
    border: 1px solid transparent;
    user-select: none;
}
.Feature svg.icon {
    width: 110px;
    height: 44px;
    fill: #136eb3;
}
.Feature-img {
    width: 65px;
    height: auto;
    margin-right: 25px;
}
.Feature-title {
    font-size: 2.2rem;
    line-height: 3rem;
    color: #353c48;
    font-weight: 500;
    padding-bottom: 5px;
}
.Feature-subtitle {
    font-size: 1.6rem;
    color: #595959;
}

@media (max-width: 1880px){
    .Orderbox-title {
        font-size: 4rem;
    }
}
@media (max-width: 1800px){
    .Orderbox-column:nth-child(2) {
        padding: 45px 90px 45px 40px;
    }
}
@media (max-width: 1600px){
    .Orderbox-column:nth-child(2) {
        padding: 0px 0px 30px 30px;
    }
    
    .Orderbox-title {
        font-size: 3.5rem;
    }
    .Feature {
        padding: 25px;
    }
}
@media (max-width: 992px){
    .Orderbox-title {
        font-size: 2.5rem;
        margin-left: 5%;
    }
    .Feature-subtitle {
        font-size: 1.5rem;
        color: #666666;
    }
    .Orderbox-column:nth-child(2) {
        padding: 10px;
    }
}
@media (max-width: 768px){ 
    .Orderbox-wrapImg {
        display: none;
    }
    .Feature-title {
        font-size: 2rem;
    }
}
@media (max-width: 480px){
    .Orderbox-screenshot {
        min-width: auto;
    }
    .Orderbox {
        height: fit-content;
    }
    .Orderbox-title {
        font-size: 3rem !important;
        line-height: 1.4;
        width: 85%;
        text-align: center;
        margin: 10px auto;
        margin-bottom: 40px;
    
    }
    .Orderbox-column:first-child {
        flex-direction: column;
    }
    .Orderbox-wrapImg {
        display: block;
    }
    .Orderbox-row {
        flex-direction: column;
    }
    .Orderbox-column {
        width: 100%;
    }
    .Feature {
        padding: 20px;
        background-color: #F9F9F9;
        height: 100%;
        min-height: 345px;
        width: 90%;
        display: block;
        text-align: center;
        margin: 4% auto;
    }
    .Feature-title {
        margin: 0px 0 5px;
    font-size: 2rem;
    font-weight: 500;
    }
    .Feature svg.icon {
        width: 50px;
        margin: 10px auto;
        margin-bottom: 30px;
        height: 50px;
    }
}

/* ##################### end@Orderbox ####################### */

/* ##################### start@Testimonials ####################### */

.Testimonials{
    background-color: #F7F9FC;
    padding: 65px 0;
    text-align: center;
    position: relative;
}
.Testimonials-svg {
    width: 40px;
    cursor: pointer;
}
.Testimonial-quotes {
    line-height: 1.7;
}
.Testimonials-prev  , .Testimonials-next {
    position: absolute;
    top: 47%;
    z-index:100;
    opacity: 0.7;
}
.Testimonials-prev:hover  , .Testimonials-next:hover {
    opacity: 0.9;
}
.Testimonials .Testimonials-next {
    right: 15%;
}
.Testimonials .Testimonials-prev {
    left: 15%;
}
.Testimonials-title {
    font-size: 4.4rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
}
.Testimonials-wrapTestimonial {
    margin-top: 80px;
}
.Testimonial {
    margin: 0 auto;
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.Testimonial-icon {
    width: 60px;
    height: 45px;
    position: absolute;
    top: -9%;
    left: 7%;
    z-index: 1;
}
.Testimonial-content {
    font-size: 1.4rem;
    color: #333333;
    line-height: 3.8rem;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(149, 149, 149, 0.1);
    padding: 55px 45px 40px;
    margin-top: 50px;
}

.Testimonial-profile {
    width: 100px;
    border-radius: 50%;
    /* border: 1px solid #1273b9; */
    margin-top: -50px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.Testimonial-name {
    font-size: 2.5rem;
    font-weight: 500;
    margin-top: 10px;
    color: #fdb813;
}
.Testimonial-company {
    font-size: 1.6rem;
    font-weight: 500;
    color: #146eb3;
}

@media (max-width: 1600px){
    .Testimonial {
        margin: 0 auto;
    }
    .Testimonial-text {
        font-size: 1.2rem;
        line-height: 2.8rem;
        padding: 40px 22px 20px;
    }
}
@media (max-width: 480px){

    .Testimonials-wrapTestimonial {
        margin-top: 80px;
    }

    .Testimonial-quotes {
        line-height: 1.7;
        font-size: 1.5rem;
        color: #666666;
    }

    .Testimonial-icon {
        width: 30px;
        height: 25px;
        top: -4%;
        left: 7%;
    }
    .Testimonials-prev , .Testimonials-next {
        display: none;
    }
    .Testimonial {
        width: 95%;
    }
    .Testimonial-content {
        height: auto;
        min-height: 400px;
        padding: 20px;
        padding-top: 60px;
    }
    .Testimonials-title {
        font-size: 4rem;
        width: 90%;
        margin: 0 auto;
    }
}

/* ##################### end@Testimonials ####################### */

/* ##################### start@Bottom ####################### */

.Bottom {
    background-color: #fbb615;
    text-align: center;
}

.Bottom-block {
    padding: 70px 0;
}

.Bottom-heading {
    font-size: 5.6rem;
    font-weight: 500;
    color: #333333;
}

.Bottom-subheading {
    font-size: 2.4rem;
    font-weight: 400;
    color: #333333;
}

.Bottom-block:nth-child(1) {
    background-color: #f4b12f;
}

.Bottom-block:nth-child(2) {
    background-color: #febd3f;
}

.Bottom-block:nth-child(3) {
    background-color: #ffc453;
}

.Bottom-block:nth-child(4) {
    background-color: #ffca62;
}

/* ##################
Starts Responsiveness
################### */
@media (max-width: 480px){
    .Bottom-heading{
        font-size: 3.5rem;
    }
    .Bottom-subheading{
        font-size: 1rem;
        line-height: 0px;
        margin-top: 5px;
    }
}
/* ##################
Ends Responsiveness
################### */

/* ##################### end@Bottom ######################### */
 
/* ##################### start@dots ######################### */
.dots {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.dots__item {
    width: 15px;
    height: 15px;
    margin: 0 .5rem;
    border: 0;
    background-color: #ccc;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
}

.dots__item--active {
    background: blue;
}
/* ##################### end@dots ######################### */