/*
================================
2023
================================
*/

/*
================================================================
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
================================================================
*/

@media (min-width: 1281px) {
    .section.promo {
        margin-top: -120px;
        z-index: 100;
        position: relative;
    }
    .section.promo .copyblock .eyebrow {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
        padding-bottom: 10px;
    }
    .promobg {
        background-size: cover;
        background-image: url(../images/promo-bg.png);
        border-radius: 50px;
        min-height: 1190px;
    } 
    .addheight {
        padding-top: 120px;
        min-height: 480px;
    } 

    .hero-card-overlay-left {
        top: 31%;
        left: 25%;
        width: 600px;
        color: #fff;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .hero-card .copyblock .title h2 {
        color: #FB6C61;
        padding-bottom: 20px;
    }

    .section.handraiser {
        z-index: 999;
        margin-top: -220px;
    }

    .copyblock.font-s .title h2 {
        height: 120px;
    }

    .section.handraiser {
        z-index: 999;
        margin-top: -220px;
        padding-bottom: 0px;
    }
    .section.handraiser .hero-card .copyblock .title h2 {
        color: #fff;
        padding-bottom: 20px;
    }




/* section five */
.section.five {
    margin-top: -300px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.section.five .container-skel {
    min-height: 1620px;
    background-size: 100% 100%;
    background-image: url("../images/willowbg.png");
}
.willbg {
    background-color: #000;
}
.grid {
    padding: 100px 0 0 0;
}
.tout-card.one { 
    padding-bottom: 30px;
}
.section.five .copyblock {
    padding: 150px 0 0 100px;
    text-align: left;
    color: #fff;
    width: 500px;
}
.section.five .copyblock .eyebrow {
    font-size: 30px;
    line-height: 36px;
}
.section.five .copyblock .title {
    font-family: 'LG Smart Regular';
    font-weight: 600;
    color: #fff;
    font-size: 50px;
  	line-height: 50px;
	margin-bottom: 15px;
}
.section.five .copyblock .copy {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
}
.section.five .hero-responsive {
	position: relative;
}
.section.five .hero-responsive img.hero-bg {
	max-width: 100%;
}
.section.five .hero-responsive .hero-txt-right {
    display: block;
    position: absolute;
    left: 72%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 30%;
    color: #fff;
}
.section.five .hero-responsive .eyebrow {
		font-size: 30px;
		line-height: 36px;
}
.section.five .hero-responsive .title {
    font-family: 'LG Smart Regular';
    font-weight: 600;
    color: #fff;
    font-size: 50px;
  	line-height: 50px;
		margin-bottom: 15px;
}
.section.five .hero-responsive .copy {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 10px;
}
.section.five .animationblockwrap {
    position: relative;
}
.section.five .lockup1 {
  margin-top: -210px;
}
.section.five .lockup2 {
  margin-top: 50px;
  margin-left: 50px;
}
.section.five .boxy.styled {
    z-index: 999;
    position: relative;
    margin: -40px 0 0 100px;
    width: 50%!important;
		display:block;
	  padding: 40px;
		background-color: #fff;
		-webkit-border-top-right-radius: 30px;
		-webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-topright: 30px;
		-moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
		border-top-left-radius: 0px;
		border-bottom-right-radius: 30px;
}
.section.five .boxy.styled .title {
    font-family: 'LG Smart Bold';
    font-size: 20px;
		line-height: 26px;
    text-align: left;
    color: #000;
}
.section.five .boxy.styled .copy {
    font-size: 20px;
		line-height: 26px;
    text-align: left;
    color: #606060;
}




  

}




/*
================================================================
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
================================================================
*/
@media (min-width: 1025px) and (max-width: 1280px) {

  /* CSS */

}




/*
================================================================
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
================================================================
*/
@media (min-width: 768px) and (max-width: 1024px) {
  /* ---------- generaal ---------- */
  /*
    ================================
    CUSTOM
    ================================
    */
    .hero-card-overlay-left,
    .hero-card-overlay-right,
    .hero-card-overlay-center {
        top: 50%;
        left: 50%;
        width: 90%;
        color: #fff;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .hero-card .copyblock .title h2 {
        color: #FB6C61;
        padding-bottom: 20px;
        font-size: 36px;
        line-height: 44px
    }
    .hero-card .copyblock .copy {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 0px 10px 0px;
    }
    .section.promo {
        margin-top: -90px;
        z-index: 100;
        position: relative;
        min-height: inherit;
    }
    .promobg {
        background-size: contain;
        background-image: url(../images/promo-bg.png);
        background-position: top;
        background-repeat: no-repeat;
        border-radius: 50px;
        min-height: inherit;
    }
    .copyblock .title h2 {
        font-family: 'LG Smart SemiBold';
        font-size: 24px;
        line-height: 32px;
        color: #000;
        padding-top: 25px;
    }
    .copyblock .copy {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 0px 25px 0px;
    }
    .section.promo .copyblock {
        padding: 50px 0px 0px 0px;
    }
    .copyblock.font-s .title h2 {
        font-family: 'LG Smart SemiBold';
        font-size: 16px;
        line-height: 21px;
        color: #000;
        padding-top: 25px;
        height: 100px;
    }
    .section.handraiser {
        z-index: 999;
        margin-top: -220px;
    }
    .section.handraiser .hero-card .copyblock .title h2 {
        color: #fff;
    }
    
    /* v2 update */
    .section.five  {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .section.five .container-skel {
        min-height: 1200px;
        background-size: 100% 100%;
        background-image: url("../images/willowbg.png");
        color: #fff;
    }
    .section.five .copyblock {
        padding: 50px 0 0 0px;
        text-align: left;
        color: #fff;
        width: 300px;
    }
    .section.five .copyblock .eyebrow {
        font-size: 24px;
        line-height: 32px;
    }
    .section.five .copyblock .title {
        font-family: 'LG Smart Regular';
        font-weight: 600;
        color: #fff;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .section.five .copyblock .copy {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .grid {
        padding: 50px 0 0 0;
    }
    .tout-card.one {
        padding-bottom: 15px;
    }
}



/*
================================================================
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
================================================================
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* ---------- section hero ---------- */
    .for-mobile {
    display: none !important;
    }
    .for-desktop {
        display: inherit !important;
    }
    

}





/*
================================================================
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
================================================================
*/
@media (min-width: 481px) and (max-width: 767px) {
    /*
    ================================
    GENERAL
    ================================
    */
    .for-mobile {
      display: none !important;
    }
    .for-desktop {
        display: inherit !important;
    }
    .btn {
        width: 100%;
    }


    /*
    ================================
    CUSTOM
    ================================
    */
    .hero-card-overlay-left,
    .hero-card-overlay-right,
    .hero-card-overlay-center {
        top: 50%;
        left: 50%;
        width: 90%;
        color: #fff;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .hero-card .copyblock .title h2 {
        color: #FB6C61;
        padding-bottom: 20px;
        font-size: 36px;
        line-height: 44px
    }
    .hero-card .copyblock .copy {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 0px 10px 0px;
    }
    .section.promo {
        margin-top: -90px;
        z-index: 100;
        position: relative;
        min-height: inherit;
    }
    .promobg {
        background-size: contain;
        background-image: url(../images/promo-bg.png);
        background-position: top;
        background-repeat: no-repeat;
        border-radius: 50px;
        min-height: inherit;
    }
    .copyblock .title h2 {
        font-family: 'LG Smart SemiBold';
        font-size: 24px;
        line-height: 32px;
        color: #000;
        padding-top: 25px;
    }
    .copyblock .copy {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 0px 25px 0px;
    }
    .section.promo .copyblock {
        padding: 50px 0px 0px 0px;
    }
    .copyblock.font-s .title h2 {
        font-family: 'LG Smart SemiBold';
        font-size: 16px;
        line-height: 21px;
        color: #000;
        padding-top: 25px;
        height: 100px;
    }
    .section.handraiser {
        z-index: 999;
        margin-top: -220px;
    }
    .section.handraiser .hero-card .copyblock .title h2 {
        color: #fff;
    }
    

}





/*
================================================================
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
================================================================
*/
@media (min-width: 320px) and (max-width: 480px) {
    /*
    ================================
    GENERAL
    ================================
    */
    .for-mobile {
        display: inherit!important;
    }
    .for-desktop {
        display: none!important;
    }



    /*
    ================================
    CUSTOM
    ================================
    */
    .section.promo {
        margin-top: -40px;
        z-index: 100;
        position: relative;
        min-height: 3035px;
    }
    
    .section.promo .three.columns {
        border-bottom: 1px solid #ccc;
        padding: 50px 0px 70px 0px;
    }
    .section.promo .three.columns:last-child {
        border-bottom: 0px solid #ccc;
        padding: 50px 0px 0px 0px;
    }
    .promobg {
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/promo-bg-m.png);
        border-radius: 50px;
        min-height: inherit;
        background-color: #fff;
    }

    .hero-card-overlay-left,
    .hero-card-overlay-right,
    .hero-card-overlay-center {
        top: 85%;
        left: 50%;
        width: 90%;
        color: #fff;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .hero-card .copyblock .title h2 {
        color: #FB6C61;
        padding-bottom: 20px;
    }
    .section.hero {
        margin-bottom: 0px;
    }
    .section.hero .columns {
        padding: 0px;
    }

    .addheight {
        padding-top: 400px;
        min-height: inherit;
    } 

    .copyblock.font-s .title h2 {
        font-size: 20px;
        line-height: 23px;
        padding-top: 25px;
        width: 80%;
        margin: 0 auto;
    }
    .section.handraiser {
        z-index: 999;
        margin-top: -190px;
    }
    .section.handraiser .columns,
    .section.handraiser .container-skel {
        padding: 0px;
    }
    .section.handraiser .hero-card-overlay-right {
        top: 55%;
    }
    .section.handraiser .hero-card .copyblock .title h2 {
        color: #fff;
    }
    .section.handraiser .btn { 
        width: 100%;
    }


    /* v2 update */
    .section.five  {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .section.five .container-skel {
        min-height: 1200px;
        background-color: #000;
        background-image: none;
        color: #fff;
    }
    .section.five .copyblock {
        padding: 50px 0 0 0px;
        text-align: left;
        color: #fff;
        width: 300px;
    }
    .section.five .copyblock .eyebrow {
        font-size: 24px;
        line-height: 32px;
    }
    .section.five .copyblock .title {
        font-family: 'LG Smart Regular';
        font-weight: 600;
        color: #fff;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .section.five .copyblock .copy {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .grid {
        padding: 50px 0 0 0;
    }
    .tout-card.one {
        padding-bottom: 15px;
    }
    .section.six .container-skel {
        padding: 0px;
    }
    .section.six .container-skel .columns {
        padding: 0px;
    }
    .tout-card.big,
    .tout-card.one,
    .tout-card.two {
        padding: 0 50px 50px 50px;
    }
    .section.five .lockup1 {
        margin-bottom: 50px;
    }
}
