/*--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;
}
*/

/*--Common css--*/

.page3-content{
    z-index: 2;
    height: 100%;
    padding-bottom: 0px;
}
.page3-row{
    height: 100vh;
}
.page3-padding-top{
    padding-top: 3%;
}
.page3-padding-left{
    padding-left: 3%;
    padding-bottom: 5%;
}
.page3-font-size-1{
    font-size: 7.5rem;
}
.page3-font-size-2{
    font-size: 5.5rem;
}
.page3-font-size-3{
    font-size: 2rem;
}
.page3-heading-stroke {
    font-family: 'Cocogoose', sans-serif;
    color: #17B9AC;
    -webkit-text-stroke: 0.02em rgb(23, 185, 172);
    -webkit-text-fill-color: transparent;
    margin: 0px;
    line-height: 0.8;
}
.page3-heading-small {
    font-family: 'CocogooseLight', sans-serif;
    color: rgba(23, 185, 172, 1);
    margin: 0px;

}
.page3-heading {
    font-family: 'Cocogoose', sans-serif;
    color: rgba(23, 185, 172, 1);
    margin: 0px;
    margin-top:-10px;
}

.page3-img-next-width{
    width: 40%;
    margin-top: 60px;
}

.page3-heading-how-to {
    font-family: 'Cocogoose', sans-serif;
    color: #000;
    margin: 0px;
    font-size: 50px;
    padding-left: 12%;
    margin-bottom: 5%;
}

.page3-full-screen {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}
.page3-col-5{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page3-start-button{
    text-align: center;
    margin-bottom: 2%;
}

.page3-img-height{
    height: 100vh;
}

@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 1366px) and (max-height: 1366px) {
    .page3-col-7-ipad {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page3-col-5-ipad {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page3-d-none-ipad{
        display: none !important;
    }
    .page3-d-block-ipad{
        display: block !important;
    }
    .page3-img-height-ipad img{
        height: 60vh;
    }
    .page3-heading-how-to {
        font-size: 40px;
        margin-bottom: 5%;
    }
    .page3-full-screen {
        overflow: scroll;
    }
    .page3-start-button{
        text-align: center;
        margin-bottom: 2%;
    }
    .page3-img-next-width{
        width: 33%;
    }
}
@media screen and (max-width: 768px) {
    .page3-heading-how-to {
        font-size: 40px;
        margin-bottom: 5%;
    }
    .page3-full-screen {
        overflow: scroll;
    }
    .page3-start-button{
        text-align: center;
        margin-bottom: 2%;
    }
    .page3-img-next-width{
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .page3-heading-how-to {
        font-size: 30px;
        margin-bottom: 5%;
    }
    .page3-full-screen {
        overflow: scroll;
    }
    .page3-start-button{
        text-align: center;
        margin-bottom: 2%;
    }
    .page3-img-next-width{
        width: 70%;
    }
    .page3-font-size-1{
        font-size: 5.4rem;
    }
    .page3-font-size-2{
        font-size: 4rem;
    }
    .page3-font-size-3{
        font-size: 1rem;
    }
}

