/*--Common css--*/
/*@font-face {
    font-family: 'Cocogoose';
    src: url('../../fonts/cocogoose-pro.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CocogooseLight';
    src: url('../../fonts/cocogoose-pro.light.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Cocogoose', sans-serif;
}
.body{
    background-image: url("../../bg/bg1-new.png");
    background-color: white;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.full-screen {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}*/
/*--Common css--*/

.page2-heading-how-to {
    font-family: 'Cocogoose', sans-serif;
    color: #000;
    margin: 0px;
    font-size: 72px;
    text-align: center;
}

.page2-p-how-to {
    font-family: 'Cocogoose', sans-serif;;
    font-size: 22px;
    color: #000;
    margin: 0px;
    text-align:center;
}

.page2-link{
    color: #000;
    text-decoration: underline;
}
.page2-padding-left{
    padding-left: 3%;
    padding-bottom: 5%;
    text-align: center;
    margin-top: 10vh;
}
.page2-content{
    z-index: 2;
    height: 100%;
    padding-bottom: 0px;
}
.page2-row{
    height: 100vh;
}
.page2-padding-top{
    padding-top: 3%;
}
.page2-safe-button{
    width:40%;
    text-align: right;
}
.page2-or-text{
    width: 20%;
    text-align: center;
}
.replay-button {
    width:30%;
    margin-left: auto;
    margin-right: auto;
}

.page2-tricky-button{
    width:40%;
    text-align: left;
}
.page2-img-height{
    height: 100vh;
}

.page2-or{

    font-family: 'Cocogoose', sans-serif;;
    font-weight: bold;
    font-size: 40px;
}
.page2-img-next-width{
    width: 25%;
    margin-top: 10%;
    margin-bottom: 5%;
}
/*-- page14 start --*/
.page14-heading-how-to {
    font-family: 'Cocogoose', sans-serif;
    color: #000;
    margin: 0px;
    font-size: 72px;
    line-height: 1;
}
.page14-p-how-to {
    font-family: 'CocogooseLight';
    font-size: 22px;
    color: #000;
    margin: 0px;
}
/*-- page14 end --*/


@media (max-width: 767px) {
    .page2-container {
        display: none;
    }
    .page2-full-screen-page {
        height: auto;
    }
    .page2-content {
        padding: 20px;
    }
    .col-lg-9 {
        margin-bottom: 20px;
    }
    .page2-img-container {
        position: static;
        max-width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .page2-img-container img {
        max-width: 80%;
        height: auto;
    }

    .page2-heading-how-to {
        font-size: 36px;
    }

    .page2-p-how-to {
        font-size: 16px;
    }

}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 1366px) and (max-height: 1366px) {
    .page2-col-7-ipad {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page2-col-5-ipad {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page2-d-none-ipad{
        display: none!important;
    }
    .page2-d-block-ipad{
        display: block!important;
    }
    .page2-img-height-ipad img{
        height: 60vh;
    }
    .page14-heading-how-to {
        font-family: 'Cocogoose', sans-serif;
        color: #000;
        margin: 0px;
        font-size: 102px;
        line-height: 1;
    }
    .page14-p-how-to {
        font-family: 'CocogooseLight';
        font-size: 48px;
        color: #000;
        margin: 0px;
    }

}

