h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

p {
    font-size: 16px;
}

a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

.app-container {
    width: 94%;
    max-width: 1350px;
    margin: 0 auto;
}

.app-section1 {
    padding-top: 120px;
    padding-bottom: 150px;
    text-align: center;
}

.app-section1-header {
    margin-bottom: 100px;
}

.app-section1 h2 {
    font-size: 36px;
    /* letter-spacing: .22em; */
    margin-bottom: 45px;
    text-transform: capitalize;
    color: black;
}

.app-section1 p {
    letter-spacing: .05em;
    max-width: 840px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 18px;
}

.app-section1-fig-block {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    max-width: 500px;
}
.app-section1-fig-block .section1-phone-slider {
    position: absolute;
    width: 165px;
    top: 100px;
    left: 40px;
    right: 0;
    margin: auto;
    z-index: -1;
}
.app-section1-fig-block p {
    margin-top: 8px;
    letter-spacing: .05em;
    line-height: 1.4;
}
.section1-fig {
    /* -webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
    /* filter: grayscale(100%); */
    outline: none;
}
.section1-fig.active{
    /* -webkit-filter: grayscale(0%); */ /* Safari 6.0 - 9.0 */
    /* filter: grayscale(0%); */
}
.section1-fig1 {
    position: absolute;
    left: -90px;
    top: 60px;
}

.section1-fig2 {
    position: absolute;
    top: 60px;
    right: -90px;
}

.section1-fig3 {
    position: absolute;
    left: -120px;
    top: 45%;
    margin-top: 45px;
}

.section1-fig4 {
    position: absolute;
    right: -100px;
    top: 45%;
    margin-top: 45px;
}

.section1-fig5 {
    position: absolute;
    bottom: -120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 10px;
}
.section1-fig1 img,
.section1-fig2 img,
.section1-fig3 img,
.section1-fig4 img,
.section1-fig5 img {
    max-width: 50px;
}
.app-section2 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.app-section2 .app-container {
    max-width: 1450px;
}

.app-section2-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-section2-content {
    width: 33.333%;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
    margin-right: 15px;
    margin-left: 15px;
    width: calc(33% - 30px);
    overflow: hidden;
}

.app-section2-content picture,
.app-section2-content figure {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.app-section2-content img {
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.app-section2-content:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.app-section2-content-info {
    padding: 40px 15px 100px 30px;
}

.app-section2-content-info h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.app-section2-content-info a {
    display: inline-block;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    /* left: 30px; */
    /* padding value of the container */
    bottom: 40px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #fd466f;
    background: -moz-linear-gradient(left, #fd466f 0%, #f95454 66%, #f95454 100%);
    background: -webkit-linear-gradient(left, #fd466f 0%,#f95454 66%,#f95454 100%);
    background: linear-gradient(to right, #fd466f 0%,#f95454 66%,#f95454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd466f', endColorstr='#f95454',GradientType=1 );
    box-shadow: 0px 4px 10px -3px #fd466f;
    border-radius: 30px;
    border: solid 1px transparent;
}

.app-section2-content-info a:hover {
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 4px 10px -3px #cccccc;
    border: solid 1px #cccccc;
}

/*************************
    MEDIA QUERIES
********************************/


@media only screen and (max-width:1200px) {
    
    .app-section1 h2 {
        font-size: 32px;
        letter-spacing: .18em;
        margin-bottom: 40px;
    }

}
/* 1200 End */

@media only screen and (min-width:768px) and (max-width:1200px) {
    
    .app-section2-content-info {
        padding: 30px 15px 80px 20px;
    }
    
}
/* 768 to 1200px */

@media only screen and (max-width:1024px) {
    
    .app-section1 h2 {
        font-size: 30px;
        letter-spacing: .12em;
        margin-bottom: 30px;
    }
    
    .app-section1-fig-block {
        max-width: 400px;
    }
    
    .app-section1-fig-block p {
        font-size: 15px;
    }
    
    .section1-fig1 {
        left: -80px;
        top: 30px;
    }
    
    .section1-fig2 {
        top: 30px;
        right: -80px;
    }
    
    .section1-fig3 {
        left: -100px;
        margin-top: 30px;
    }
    
    .section1-fig4 {
        right: -85px;
        margin-top: 30px;
    }
    
    .app-section2 .app-container {
        width: 100%;
    }
    
    .app-section2-content {
        margin: 20px 10px;
        width: calc(33% - 20px);
    }
    
    .app-section2-content-info {
        padding: 30px 15px 70px 15px;
    }
    
    .app-section2-content-info h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .app-section2-content-info a {
        padding: 0px 12px;
        font-size: 12px;
        line-height: 30px;
        bottom: 20px;
    }
    
}
/* 1024 End */

/* start of 767 media */
@media (max-width: 767px){
.app-container {
    width: 100%;
}
.app-section1 {
    padding-top: 70px;
    padding-bottom: 0px;
    color: black;
}

.app-section1-header {
    margin-bottom: 0;
}

.app-section1 h2 {
    font-size: 20px;
    letter-spacing: 0.11em;
    margin-bottom: 15px;
}

.app-section1 p {
    letter-spacing: .05em;
    max-width: 100%;
    margin: auto;
    line-height: 1.2;
}

.app-section1-fig-block {
    max-width: 100%;
}
.app-section1-fig-block .section1-phone-slider {
    position: absolute;
    width: 92px;
    top: 54px;
    left: 21px;
    right: 0;
}
.app-section1-fig-block p {
    margin-top: 8px;
    letter-spacing: .05em;
    line-height: 1.4;
    font-size: 12px;
}
.app-section1-fig-controls {
    display: block;
    background: white;
    overflow: hidden;
}
.app-section1-fig-controls .slick-list {
    overflow: visible;
}
.section1-fig {
    /* -webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
    /* filter: grayscale(100%); */
    width: auto;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 10px;
}
.section1-fig.active{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
}
.section1-fig1, .section1-fig2, .section1-fig3, .section1-fig4 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
}

.section1-fig5 {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    margin-left: 0;
}
.section1-fig1 img,
.section1-fig2 img,
.section1-fig3 img,
.section1-fig4 img,
.section1-fig5 img {margin: auto;max-width: 40px;}
.app-section2 {
    padding: 0;
}

.app-section2 .app-container {
    max-width: 1450px;
}

.app-section2-content-block {}
.app-section2-content-block .app-section-content-one {
    margin-left: 25px;
    margin-right: 25px;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
    padding: 25px;
}
.app-section2-content-block .app-section-content-two {}
.app-section2-content-block .app-section-content-two .app-section2-content-info,
.app-section2-content-block .app-section-content-three .app-section2-content-info,
.app-section2-content-block .app-section-content-four .app-section2-content-info,
.app-section2-content-block .app-section-content-five .app-section2-content-info {
    margin-left: 25px;
    margin-right: 25px;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
}
.app-section2-content-block .app-section-content-three picture,
.app-section2-content-block .app-section-content-four picture {
    position: relative;
    z-index: 6;
}
.app-section2-content-block .app-section-content-three picture {
    bottom: -25px;
}
.app-section2-content-block .app-section-content-four picture {
    bottom: -15px;
}
.app-section2-content-block .app-section-content-three .app-section2-content-info h3,
.app-section2-content-block .app-section-content-four .app-section2-content-info h3 {
    margin-top: 20px;
}
.app-section2-content-block .app-section-content-three picture img {
    max-width: 70%;
}
.app-section2-content-block .app-section-content-two .app-section2-content-info,
.app-section2-content-block .app-section-content-five .app-section2-content-info {
    top: -50px;
}
.app-section2-content-block .app-section-content-three {}
.app-section2-content-block .app-section-content-four {}
.app-section2-content-block .app-section-content-five {}

.app-section2-content {
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100%);
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
}
.app-section2-content img {
    width: 100%;
}
.app-section2-content figure {
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.app-section2-content figure img {
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.app-section2-content:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
}
.app-section-content-one .app-section2-content-info {
    padding: 25px 0px;
}

.app-section2-content-info {
    padding: 25px;
    background: white;
    position: relative;
    z-index: 5;
    color: black;
}

.app-section2-content-info h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.app-section2-content-info p {display: block;}

.app-section2-content-info a {
    position: relative;

    /* padding value of the container */
    bottom: 0;
    margin-top: 15px;
    width: 150px;
    text-align: center;
}

.app-section2-content-info a:hover {
    color: #fff;
    background: #000;
}






}
@media (max-width: 750px){
    .app-section1-fig-block .section1-phone-slider {
        position: absolute;
        width: 240px;
        top: 140px;
        left: 45px;
        right: 0;
    }
}
@media (max-width: 736px) and (orientation: landscape){
    .app-section1-fig-block .section1-phone-slider {
        position: absolute;
        width: 240px;
        top: 140px;
        left: 40px;
        right: 0;
    }
}
@media (max-width: 480px) and (orientation: landscape){
    .app-section1-fig-block .section1-phone-slider {
        position: absolute;
        width: 150px;
        top: 90px;
        left: 35px;
        right: 0;
    }
}
@media (max-width: 414px){
    .app-section1-fig-block .section1-phone-slider {
        position: absolute;
        width: 130px;
        top: 75px;
        left: 30px;
        right: 0;
    }
}
@media (max-width: 375px){
    .app-section1-fig-block .section1-phone-slider {
        position: absolute;
        width: 120px;
        top: 70px;
        left: 21px;
        right: 0;
    }
}
@media (max-width: 320px) and (orientation: portrait){
    .app-section1-fig-block .section1-phone-slider {
        position: absolute;
        width: 95px;
        top: 55px;
        left: 21px;
        right: 0;
    }
}
/* end of 767 media query */
/* media queries */
