@font-face {
    font-family: "Oswald-Light";
    src: url('../fonts/Oswald-Light.ttf');
    src: url('../fonts/Oswald-Light.ttf') format('truetype');
}

@font-face {
    font-family: "Raleway-Bold";
    src: url('../fonts/Raleway-Bold.ttf');
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Rubik";
    src: url('../fonts/Rubik-Regular.ttf');
    src: url('../fonts/Rubik-Regular.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: var(--transition);
}

body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.container-mp {
    background-color: #FFFFFF;
    color: black;
    text-align: left;
    max-width: 100% !important;
    padding: 0 !important;
}

.download-block-section {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 1200px) {
    .download-block-section {
        margin-top: 6rem;
        margin-bottom: 8rem;
    }
}

.download-block-section-media-pl {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.download-header {
    font-family: Oswald-Light;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

.download-block-media {
    display: grid;
    background-color: #82e1bf;
    overflow: hidden;
    height: 904px;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.download-file-name {
    font-family: Raleway-Bold;
    font-size: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}
@media (min-width: 500px) {
    .download-file-name {
        max-width: 100%
    }

}
.download-file-name-lp{
    max-width: 70%;
}
@media (min-width: 500px) {
    .download-file-name-lp {
        max-width: 85%
    }

}

.download-header-text {
    font-family: Raleway-Bold;
    font-size: 2.4rem;
}

.download-button {
    background-color: #F57C00;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-family: Raleway-Bold;
    font-size: 1.4rem;
    display: inline-block;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

.download-button:hover {
    background-color: #FF9800;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.download-button-mp,
.download-button-edu {
    max-width: 330px;
    width: inherit;
}
.download-button-edu span{
font-size: 1.2rem!important;
}
.download-button-edu {
    padding: 5px!important;
    }
    

.download-button-lp {
    max-width: fit-content;
    width: inherit;
    padding: 10px;
}

.footer {
    background: #dcdcdc;
    padding: 2rem;
    color: #444444;
    font-size: 14px;
    text-align: center;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.icon-sm {
    width: 50px;  
}

.icon-md {
    width: 65px;
    height: 65px;
}

.icon-xs {
    width: 30px;
    height: 30px;
}

.icon-trusted {
    width: 80px;
    height: auto;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    margin: -3em;
}

.row,
.col {
    align-items: center;
}

.download-info .row {
    padding-bottom: 1rem;
}

.download-info .col {

    text-align: start;
}



.download-info,
.download-info-media span {
    font-family: Oswald-Light;
    font-size: 1.2rem;
}

.watch-now-text span {
    font-family: Oswald-Light;
    font-size: 3.7rem;
}

.btn-mp-text {
    font-family: Raleway-Bold !important;
}

.padding-left-1 {
    padding-left: 1em !important;
}

.footer-text {
    font-family: Oswald-Light;
    font-size: 14px;
    font-weight: 600;
}

.download-info-media {
    justify-content: center;
}

.img-video {
    position: relative;
    overflow: hidden;
    height: 450px;
    width: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}

.img-bg-video {
    background-size: cover;
    background-image: url("../img/Video_Thumbnail.jpg");
    padding-top: 13rem;
    background-repeat: no-repeat;
    background-position: center;

}

.watch-now-text {
    color: white;
    font-size: 4em;
    font-family: Oswald-Light;
}

.download-info-edu {
    border: 1px solid black;
    border-radius: 10px;
    padding-left: 1.7em !important;
    padding-right: 1.7em !important;
    padding-top: 1em;

}

.info-block {
    border: 1px solid #2cce91;
    border-radius: 10px;
    padding-top: 1rem !important;
    padding-left: 2rem !important;

    padding-bottom: 0;
    background-color: #2cce91;
}

p.info-block-header {
    font-family: Raleway-Bold !important;

}

.info-block p {
    font-family: Rubik;
}

.col-6.download-info {
    padding: 2rem;
}


.warning-bg-img {
    background-image: url("../img/Icon_warning.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 7%;
}

.info-icons-row {
    text-align: center;
    justify-content: center;
}

.align-center {
    text-align: center;
    justify-content: center;
}

.text-align-center {
    text-align: center;
}

@media (min-device-width: 320px) and (max-device-width: 768px) {

    .info-icons-row {
        flex-direction: column;
    }

    .img-bg-video {
        min-height: 560px;
    }

    .download-block-media {
        height: 1200px;
    }
}

@media (min-device-width: 769px) and (max-device-width: 992px) {

    .download-block-section-media-pl {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-device-width: 993px) and (max-device-width: 1200px) {

    .download-block-section-media-pl {
        margin-top: 0;
        margin-bottom: 0;
    }

    .download-button-mp {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .img-video {
        max-height: 450px;
    }

    .download-block-media,
    .download-block {
        height: auto;
    }

    .img-bg-video {
        padding-top: 10rem;
    }
}

@media (min-device-width: 1201px) {
    .download-block-section-media-pl {
        margin-top: 2rem;
        margin-bottom: 4rem;
    }

    .download-block-media,
    .download-block {
        height: auto;
    }

}

.download-info-lp-icons,
.download-info-eb-icons {
    padding-left: 0.5rem;
}
.download-info-lp-icons,
.download-info-eb-icons span {
    font-family: Oswald-Light;
}

@media only screen and (min-width: 0px) {

    .download-info-lp-icons,
    .download-info-eb-icons {
        flex-direction: column;
        align-items: baseline;
    }

}


@media only screen and (min-width: 1701px) {
    .download-info-eb-icons {
        flex-direction: row;
    }

}

@media only screen and (min-width: 1201px) {
    .download-info-lp-icons {
        flex-direction: row;
    }

}


.download-block-wrapper {
    display: grid;
    background-color: #82e1bf;
    overflow: hidden;
    min-height: 280px;
    max-height: fit-content;
}

.vert-a-md {
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    .download-block-wrapper {
        min-height: 880px;
        max-height: fit-content;
    }
}

@media only screen and (max-width: 1200px) {
    .download-block-wrapper {
        min-height: 500px;
        max-height: fit-content;
    }
}

@media (min-width: 1200px) {

    .container-sm {
        max-width: 760px !important;
    }
    .container-sm p{
        font-size: 1.5rem;
    }
    .info-block p{
        font-size: 1.1rem;
    }
    .container-sm span{
        font-size: 1.1rem !important;
    }
    .container-sm h1{
        font-size: 1.6rem !important;
    }

}


.download-button-lp {
    text-align: center;
}

.ebook-img {
    width: auto;
    position: relative;
}

@media (min-width: 700px) {
    .ebook-img {
        width: 190%
    }

}

@media (min-width: 910px) {
    .ebook-img {
        width: 180%
    }

}

@media (min-width: 1200px) {
    .ebook-img {
        width: 130%
    }

}

@media (min-width: 1550px) {
    .ebook-img {
        width: 150%;
        position: absolute;
        left: -7rem;
        top: -2rem;
    }
}

@media (max-width: 1140px) {
    .container {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}


.edu-icons-row {
    display: grid;
    grid-auto-flow: row;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 993px) {
    .edu-icons-row {
        grid-auto-flow: column;
    }
}

.padding-r-2 {
    padding-right: 2em;
}
.padding-r-1 {
    padding-right: 1em;
}


.img-responsive-lp {
    position: absolute;
    opacity: 15%;
}

@media (min-width: 720px) {
    .img-responsive-lp {
        height: 50rem;
        top: -26rem;
        left: -36rem;
    }
}

@media (min-width: 819px) {
    .img-responsive-lp {
        left: -34rem;

    }
}

@media (min-width: 960px) {
    .img-responsive-lp {

        height: 50rem;
        top: -26rem;
        bottom: 0;


        left: -33rem;

    }
}

@media (min-width: 1400px) {
    .img-responsive-lp {
        height: 31rem;
        top: -15rem;
        bottom: 0;
        right: 12px;
        opacity: 40%;
        left: -13rem;
    }
}


#ad-free, #safety, #download-speed {
    font-size: 1.2rem;
}