/*
	Back to school checklist style
*/

section.header {
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 600px;
    height: calc(100vw * (600/1920));
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
}

section.header div.title {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 550px;
}

section.header div.title h1 {
    font-size: 40px;
    font-weight: 500;
    color: #32b4a6;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 0.5em;
}

section.header div.title h1 img {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    position: relative;
    top: -3.5px;
}

section.header div.title > p {
    color: #4F7082;
    leading-trim: both;
    text-edge: cap;

    /* 20 regular */
    font-family: Open Sans;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; /* 140% */
}

section {
    padding: 80px calc((100% - 1200px)/ 2);
    position: relative;
}

section div.step {
    position: absolute;
    top: 40px;
    background-color: #47d1c4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    left: 0;
    z-index: 10;
    padding: 0.1em 1.7em 0.1em 2.2em;
    box-shadow: 0px 0px 0px #fff;
    border-radius: 0px 8px 8px 0px;
}

section div.step:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #9ae7de;
    width: 35px;
    border-radius: 25px 4px 4px 25px;
    padding-left: 12px;
    padding-right: 10px;
    line-height: 40px;
    color: #00b3a4;
    font-size: 25px;
    font-weight: 700;
}

section.step1 div.step:before {
    content: '1';
}

section.step2 div.step:before {
    content: '2';
}

section.step3 div.step:before {
    content: '3';
}

section.step4 div.step:before {
    content: '4';
}

section.step5 div.step:before {
    content: '5';
}

section > h2 {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

section.step1 {
    background-color: #32b4a6;
    z-index: 1;
    margin-top: -55px;
}

section.step2 {
    background-color: white;
    text-align: center;
    padding: 100px calc((100% - 1100px)/ 2);
}

section.step1 > h2 {
    color: #fff;
}

section.step5 > h2,
section.step4 > h2,
section.step3 > h2,
section.step2 > h2 {
    color: #32b4a6;
}

section.step5 > h2,
section.step4 > h2 {
    text-align: left;
}

section.step2 > h2 br {
    display: none;
}

section.step1 ul {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

section.step1 ul li {
    width: 315px
}

section.step1 ul li p {
    color: #fff;
    min-height: 65px;
    position: relative;
    padding: 0 0px 0 25px;
}

section.step1 ul li p:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/back-to-school/V_icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
}

section.step1 ul li p a {
    text-decoration: underline;
    color: white;
    font-weight: 600;
}

section.step2 > strong {
    color: #292929;
    font-size: 22px;
    font-weight: 600;
}

section.step2 div.note span:after,
section.step2 div.note span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/angelsense/images/back-to-school/2Stars_icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    margin: 0 0.3em;
}

.slick-dots li {
    background-color: #bfbfbf;
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
}

.slick-dots li.slick-active {
    background-color: rgb(50, 180, 166);
}

.slick-dots li button:before {
    display: none;
}

.slick-next,
.slick-prev {
    background-image: url(/wp-content/themes/angelsense/images/home-page/arrow-right.svg) !important;
    z-index: 1000 !important;
    width: 50px !important;
    height: 40px !important;
    background-color: transparent !important;
    z-index: 100000 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% auto !important;
    outline: 0 !important;
    z-index: 1000 !important;
}

.slick-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/next-hover.png");
    z-index: 0;
    opacity: 0;
}

.slick-prev {
    background-image: url(/wp-content/themes/angelsense/images/home-page/arrow-left.svg) !important;
}

.slick-prev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/prev-hover.png");
    z-index: 0;
    opacity: 0;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    opacity: 1;
}

.slick-next:before,
.slick-prev:before {
    display: none !important;
}

.slick-dots li.slick-active button:before {
    color: rgb(50, 180, 166) !important;
}

section.step5,
section.step4,
section.step3 {
    text-align: center;
    background-image: url("/wp-content/themes/angelsense/images/back-to-school/step3-desktop.jpeg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: calc(100vw * (488/1920));
    min-height: 488px;
}

section.step4 {
    background-image: url("/wp-content/themes/angelsense/images/back-to-school/step4-desktop.jpeg");
    background-size: cover;
    height: calc(100vw * (480/1920));
    min-height: 480px;
}

section.step5 {
    background-image: url("/wp-content/themes/angelsense/images/back-to-school/moms-desktop.webp");
    height: calc(100vw * (487/1920));
    min-height: 487px;
    background-color: white;
}

section.step5 ul,
section.step4 ul,
section.step3 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 70px;
}

section.step3 ul {
    width: 1000px;
}

section.step4 ul {
    justify-content: flex-start;
    margin-left: auto;
}

section.step5 ul {
    margin-right: auto;
    position: relative;
    justify-content: flex-start;
    margin-top: 0;
}

section.step5 ul li,
section.step4 ul li,
section.step3 ul li {
    width: 32.3%;
    margin: 0em 0.5em;
    background-color: white;
    padding: 1em 1em;
    border-radius: 1.25em;
    border: 1px solid #B8E5E3;
}

section.step5 ul li,
section.step4 ul li {
    width: 25%;
}

section.step5 ul li span.image,
section.step4 ul li span.image,
section.step3 ul li span.image {
    position: relative;
    border-radius: 50%;
    background-color: #32b4a6;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 0.5em;
}

section.step5 ul li span.image img,
section.step4 ul li span.image img,
section.step3 ul li span.image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.step5 ul li p,
section.step4 ul li p,
section.step3 ul li p {
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

section.step5 ul li p a,
section.step4 ul li p a,
section.step3 ul li p a {
    text-decoration: underline;
    font-weight: 600;
    color: #32b4a6;
}

section.step4 ul li p a {
    display: inline-block;
    margin: 0.2em 0em;
}

.accessories {
    padding: 0px calc((100% - 1190px)/ 2);
    padding-bottom: 0;
}

.accessories div.action {
    display: block;
}

.accessories a.action.learn {
    display: inline-block;
    margin-top: 0em;
    padding: 0.5em 2em 0.5em 2em;
    white-space: nowrap;
    background-color: white;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-size: 1.5em;
    color: #32B4A6;
    border: 2px solid #32B4A6;
    transition: all 0.3s;
}

.accessories a.action.learn:hover {
    background-color: #32B4A6;
    color: white;
}

.accessories .wrap {
    margin-top: 100px;
    margin-bottom: 80px !important;
    margin-bottom: 85px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.accessories .wrap .image {
    text-align: center;
    opacity: 1;
    transform: scale(1);
    transition-delay: 3s;
    transition: all 1.5s;
    width: 25%;
    margin: 2em 0em;
}

.accessories .wrap .image img {
    display: block;
    margin: 0 auto;
}

.accessories .wrap .image.animated {
    transform: scale(1);
    opacity: 1;
}

.accessories .wrap .image h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 1em;
    color: #292929;

}

.accessories .wrap .image p {
    width: 85%;
    margin: 1em auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #507081;
}

/*Tablet Version Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: landscape){
    section.header {
        margin-top: 55px;
        padding: 100px calc((100% - 950px)/ 2);
    }

    section {
        padding: 40px calc((100% - 950px)/ 2);
    }

    section > h2 {
        font-size: 36px;
    }

    section div.step {
        font-size: 22px;
        padding: 0.1em 1.7em 0.1em 1.2em;
    }

    section div.step:before {
        line-height: 35px;
        font-size: 22px;
    }

    section.step1 ul li {
        width: 290px;
    }

    section.step5 ul:after {
        width: 60%;
    }
}