*{
    margin: 0;
    padding:0;
}
body
{
    width: 100%;
    overflow-x: hidden;
}
.page{
    margin: 0 auto;
    max-width:1250px;
    background-color: white;
}
ul{
    list-style: none;
}
#titlePage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 100px;
}
#yottolTitle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 20px;
    text-align: center;
    width: 47%;
    min-width: 500px;
    margin:  190 0 40 0;
    color: #011627;
}
#yottolTitle h1:nth-child(1){
    font-weight: 500;
    font-size: 48;
}
#yottolTitle h1 span{
    font-weight: 700;
    font-size: 30;
    font-family: Quicksand;
    font-style:italic;
}
#type{
    font-size: 22px;
    font-weight: 500;
}
#brainbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 420px;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #011627;
    margin-top: 30;
}
#brainbox img{
    width: 125px;
    height: 125px;
}

/*animation*/
#awesome {
    background-image: -webkit-gradient(linear,left top, right top,from(#2274a5),color-stop(#011627),to(#2274a5));
    background-image: -o-linear-gradient(left,#2274a5,#011627,#2274a5);
    background-image: linear-gradient(to right,#2274a5,#011627,#2274a5);
    background-attachment: fixed;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-animation-name: colors;
            animation-name: colors;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
#card{
    width: 200px;
    height: 35px;
    font-size: 20px;
    margin: 10px auto;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-animation-name: flip;
            animation-name: flip;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
}
#front{
    position: absolute;
    width: 200px;
    height: 35px; 
    -webkit-backface-visibility: hidden; 
            backface-visibility: hidden;
            transform: rotateX(0deg);
}
#back{
    position: absolute;
    width: 200px;
    height: 35px; 
    -webkit-backface-visibility: hidden; 
            backface-visibility: hidden;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}
@-webkit-keyframes flip{
    0%{
        -webkit-transform: rotateX(-180deg);
                transform: rotateX(-180deg);
    }
    50%{
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
    }
    100%{
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg);
    }
}
@keyframes flip{
    0%{
        -webkit-transform: rotateX(-180deg);
                transform: rotateX(-180deg);
    }
    50%{
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
    }
    100%{
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg);
    }
}

/*second part*/

#secondPage,#thirdPage,#fourthPage{
    color: #011627;
    margin: 0 auto;
    width:92%;
    padding: 20 0;
}
#secondPageTittle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#secondPageTittle h1{
    font-size: 28px;
    width: 600;
    font-weight:700;
}
#para{
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 62px;
    margin-bottom: 12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.paraIn{
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
    width: 33%;
    min-width: 300px;
    margin-bottom: 5px;
}
.numP{
    width: 30%;
    font-size: 47px;
    font-weight: 600;
    margin-left: 15px;
    color:#2274A5;
}
.numP sup{
    font-size: 30px;
}
.cont{
    width: 200%;
    margin-left: 15px;
    background-color:#fff;
}
.cont h3{
    font-size: 25px;
    font-weight: 700;
    padding : 0 20;
    margin-top: 20;
}
.cont h4{
    font-size: 15px;
    font-weight: 600;
    padding : 0 20;
    margin-top: 20;
}
.cont p{
    font-size:12px;
    font-weight: 600;
    padding : 0 20;
    margin: 20 0;
}
.numM{
    display: none;
}
.numP{
    display: block;
}
/* animation */

#para .numP sup{
    color:#2274A5;
}
#firstThing{
    font-size:20px;
    text-align: center;
    width:70;
}
#diff{
    font-size: 45px;
    opacity: 0;
    -webkit-animation-name: show;
            animation-name: show;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
#ani{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-animation-name: turn;
            animation-name: turn;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
@-webkit-keyframes turn{
    to{
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
    }
}
@keyframes turn{
    to{
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
    }
}
@-webkit-keyframes show{
    to{
        opacity: 1;
    }
}
@keyframes show{
    to{
        opacity: 1;
    }
}

/*third page*/

#third{
    padding-bottom: 40;
    padding-top: 40px;
}
#thirdPageTitle {
    width: 100%;
    font-size: 28px;
    text-align: right;
    font-weight:700;
}
#thirdPageMiddle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto 10;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    
}
#thirdPageMiddle div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#thirdPageImg{
    width: 40vw;
    height: 20.73vw;
    min-width: 280px;
    min-height: 165.80px;
    max-height: 363px;
    max-width: 700px;
    
}
#p1{
    width: 450px;
    font-size: 25px;
    font-weight: 500;
    text-align: right;
    margin-top: 50px;
}
#p2{
    width: 100%;
    font-size: 30;
    margin: 60 auto 0;
    text-align: center;
}
/*animation*/

#diff2{
    font-size: 45px;
    opacity: 0;
    -webkit-animation-name: show;
            animation-name: show;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
#p2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
#aniword{
    color: #011627;
    font-weight: 700;
    font-size: smaller;
    margin: auto;
    opacity: 0;
    -webkit-animation-name: omni;
            animation-name: omni;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-animation-iteration-count:infinite;
            animation-iteration-count:infinite;
}
@-webkit-keyframes omni{
    0%{
        opacity: 1;
        
    }
    50%{
        opacity: 0.9;
    }
    100%{
        opacity: 1;
    }
}
@keyframes omni{
    0%{
        opacity: 1;
        
    }
    50%{
        opacity: 0.9;
    }
    100%{
        opacity: 1;
    }
}


/*foruth*/
#fourth{
    margin: 15vh auto;
}
#fourthPage{
    width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
}
#f-min{
    width: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}
#fourth h1{
    width: 40vw;
    font-size: 40px;
    grid-area: p2;
    font-weight:700;
    color:#011627 ;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}
#fourth #cardT{
    height: 80;
    font-size: 24px;
    text-align: center;
    margin-left: 5vw;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 700;
}
#whiteline {
    border-bottom: 0px solid #011627;
    width: 55%;
    margin:auto;
}
#txt4{
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    padding-bottom: 60px;
    font-weight: 600;
    font-family: Quicksand;
    font-style: italic;
}
#txt4 span{
    font-size: 40px;
    font-weight: 700;
    color: #E51A4B;
    font-family: Quicksand;
    font-style: normal;

}
#tick{
    height: 40px;
    width: 40px;    
}
/*animation*/
#cardT{
    width: 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-animation-name: flipT;
            animation-name: flipT;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    
}
#frontT{
    width: 100%;
    position: absolute;
    bottom: 22%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
}
#backT{
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@-webkit-keyframes flipT{
    0%{
        -webkit-transform: rotateX(-180deg);
                transform: rotateX(-180deg);
    }
    50%{
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
    }
    100%{
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg);
    }
}
@keyframes flipT{
    0%{
        -webkit-transform: rotateX(-180deg);
                transform: rotateX(-180deg);
    }
    50%{
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
    }
    100%{
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg);
    }
}

.cls-1{
    stroke-dasharray:70;
    stroke-dashoffset:70;
    -webkit-animation-name: check;
            animation-name: check;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
@-webkit-keyframes check{
    25%{
        stroke-dashoffset:0;
    }
    100%{
        stroke-dashoffset:0;
    }
}
@keyframes check{
    25%{
        stroke-dashoffset:0;
    }
    100%{
        stroke-dashoffset:0;
    }
}

/*fiveth Page*/

#fivethPage{
    font-size: 30;
    font-weight: 600 ;
    padding-bottom: 80px;
    text-align: center;
    margin: 0 auto 0;
}
#fivethPage p:nth-child(1){
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
}

#fivethPage p{
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 28px;
}
#fivethPage p span{
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    font-family: Quicksand;
}
#fivethPage img{
    width: 300;
    margin: 0;
}
#fivethPage h1{
    font-size:48;
    background-image: -webkit-gradient(linear,left top, right top,from(#011627),color-stop(#446275),color-stop(#008DE2),color-stop(#3B99D2),color-stop(#6BBBEA),color-stop(#008DE2),color-stop(#446275),to(#011627));
    background-image: -o-linear-gradient(left,#011627,#446275,#008DE2,#3B99D2,#6BBBEA,#008DE2,#446275,#011627);
    background-image: linear-gradient(to right,#011627,#446275,#008DE2,#3B99D2,#6BBBEA,#008DE2,#446275,#011627);
    color: transparent;
    margin-bottom:14vh ;
    -webkit-background-clip: text;
    -webkit-animation-name: colors;
            animation-name: colors;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
@-webkit-keyframes colors{
    0%{
        background-position: 0vw;
        
    }
    100%{
        background-position: 89.5vw;
        
    }
}
@keyframes colors{
    0%{
        background-position: 0vw;
        
    }
    100%{
        background-position: 89.5vw;
        
    }
}
/*for third part (paperBird)*/
@media only screen and (max-width:780px){
        /*third page*/
    #third{
        padding-bottom: 0;
    }
    #thirdPageTitle{
        width: 100%;
        margin: auto;
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }
    #thirdPageMiddle{
        margin: auto 0;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
    #thirdPageImg{
            width:80%;
        height: 51.81vw;
    }
    #p1{
        text-align: center;
        width: 100vw;
        font-size: 15px;
        margin-top: 30px;
    }
    #p2{
        font-size: 19;
    }
    #diff2{
        font-size: 25px;
    }
    

    /*foruth*/

    #fourthPage{
        width: 80vw;
    }
    #fourth #think{
        width: 200px;
        margin: auto;
    }
    #f-min{
        width: 100vw;
    }
    #fourth h1{
        width: 60vw;
        font-size: 18px;
    }
    #fourth #cardT{
        height: 40;
        font-size: 14px;
    }
    #whiteline {
        width: 65%;
    }
    #txt4{
        font-size: 15px;
        line-height: 40px;
    }
    #txt4 span{
        font-size: 25px;
    }
    #tick{
        height: 20px;
        width: 20px; 

    }
    #para .numM sup{
    color:#2274A5;
    }
    
}



@media only screen and (max-width:600px){
    
    #titlePage{
        margin: 0;
    }
    #yottolTitle{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width:90vw;
        min-width: 300px;
        text-align: center;
        margin: auto 0;
        height: 81vh;
    }
    #yottolTitle h1:nth-child(1){
        font-size: 42;
    }
    #yottolTitle #type{
        font-size: 15px;
    }
    #brainbox{
        height: 80vh;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 20px;
    }
    #brainbox img{
        width: 100px;
        height: 100px;
    }
    
    
    /*second part*/
    #second h1{
        font-size: 20px;
        text-align: center;
    }
    .numP{
        display: none;
    }
    .numM{
        display: block;
        width: 100%;
        font-size: 30px;
        color: #2274a5;
        text-align: center;
        margin: 10 0;
    }
    .cont h4{
        margin: 10 0;
    }
    .cont{
        margin: 10 auto;
        text-align: center;
        padding-bottom: 10px;
    }
    .cont p{
        display: none;
        margin: 10 0;
    }
    /* animation */

    #firstThing{
        font-size:15px;
        margin: 5 auto;
        float:none;
        position: inherit;
    }
    #diff{
        font-size: 25px;
    }
    
    
    #fivethPage{
        font-size: 15;
    }
    #fivethPage img{
        width: 230;
        margin-top: 20px;
    }
    #fivethPage h1{
        font-size:40;
        margin-bottom:60px;
        margin-top: 60px;
    }
     #para .numM sup{
    color:#2274A5;
    }
}
   