/*--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;
}
.pointer-arrow{
    cursor: pointer;
}
/*--Common css--*/
.page1-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: 1;
}
.page1-heading-small {
    font-family: 'CocogooseLight', sans-serif;
    color: rgba(23, 185, 172, 1);
    margin: 0px;
}
.page1-heading {
    font-family: 'Cocogoose', sans-serif;
    color: rgba(23, 185, 172, 1);
    margin: 0px;
    padding-bottom: 50px;
}
.page1-img-next-width{
    width: 20%;
}

.page1-icon-img {
    width: auto;
    position: absolute;
    height: 8rem;
}

.page1-icon-img.right {
    top: 2vh;
    right: 2vw;
}

.page1-icon-img.left {
    bottom: 2vh;
    left: 2vw;
}

.page1-font-size-1{
    font-size: 10.5rem;
}
.page1-font-size-2{
    font-size: 7.5rem;
}
.page1-font-size-3{
    font-size: 3.5rem;
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 1366px) and (max-height: 1366px) {
    .page1-img-next-width{
        width: 45%;
    }

}
@media screen and (max-width: 480px) {
    .page1-font-size-1{
        font-size: 5.5rem !important;
    }
    .page1-font-size-2{
        font-size: 4rem !important;
    }
    .page1-font-size-3{
        font-size: 2rem !important;
    }

    .page1-icon-img {
        max-width: 100% !important;
        height: auto !important;
        position: absolute !important;
        max-height: 20vh !important;
    }
    .page1-icon-img.right {
        top: 0.5vh;
        right: 0.5vw;
    }

    .page1-icon-img.left {
        bottom: 0.5vh;
        left: 0.5vw;
    }
    .page1-img-next-width{
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .page1-img-next-width{
        width: 50%;
    }
}