﻿/*Animacie divov na jednotlivych sections*/
/*****************************************/

/*Section1 - DOMOV*/
#section1 #section1div1anim{
    opacity: 0;
    transition: all 1000ms ease;
}
#section1 #section1div2anim {
    opacity: 0;
    transition: all 2000ms ease;
}
#section1 #section1div3anim {
    opacity: 0;
    transition: all 3000ms ease;
}

/*Section2 - OBSAH VYCVIKU*/
#section2 #section2div1anim {
    left: -130%;
    position: relative;
    transition: all 1500ms ease;
}
#section2 #section2div2anim {
    left: -130%;
    position: relative;
    transition: all 2500ms ease;
}
#section2 #section2div3anim {
    left: -130%;
    position: relative;
    transition: all 3500ms ease;
}

/*Section3 - CENNIK A PRIHLASKA*/
#section3 #section3div1anim {
    left: 130%;
    position: relative;
    transition: all 1000ms ease;
}
#section3 #section3div2anim {
    right: 230%;
    position: relative;
    transition: all 1000ms ease;
}
#section3 #section3div3anim {
    left: 130%;
    position: relative;
    transition: all 1000ms ease;
}

/*Section4 - OBJEDNAVKA ONLINE*/
#section4 #section4div1anim {
    left: 330%;
    position: relative;
    transition: all 1500ms ease;
}

/*Section5 - VOZIDLA*/
#section5 #section5div1anim {
    right: 330%;
    position: relative;
    transition: all 1500ms ease;
}
/*Section6 - DOPRAVNE SLUZBY*/
#section6 #section6div1anim {
    opacity: 0;
    transition: all 1000ms ease;
}
#section6 #section6div2anim {
    opacity: 0;
    transition: all 2000ms ease;
}
#section6 #section6div3anim {
    opacity: 0;
    transition: all 3000ms ease;
}
/*Section7 - KONTAKT*/
#section7 #section7div1anim {
    opacity: 0;
    transition: all 1000ms ease;
}

#section7 #section7div2anim {
    opacity: 0;
    transition: all 2000ms ease;
}

#section7 #section7div3anim {
    opacity: 0;
    transition: all 3000ms ease;
}