/*blog page*/
.taxi-drivers{
    float:left;
    margin-bottom:30px;
    text-align:center;
    width:100%;
}
.taxi-drivers > p, .taxi-drivers > ul{
    background:none repeat scroll 0 0 #f8f6f6;
    color:#666;
    font-size:13px;
    /*font-style:italic;*/
    padding:60px 30px 20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-top: -40px;
    text-align: left;
}
.taxi-drivers > img{
    border:3px solid #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    width: 80px;
}
.taxi-drivers > h4{
    color:#555;
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
    margin-top:10px;
}
.taxi-drivers > span{
    color:#999999;
    font-family:open sans, sans-serif;
    font-size:11px;
    text-transform:uppercase;
}
/*blog page end*/
/*for responsive header*/
.header_hide{
    display: none;
}
.my_style_navbar li a{
    font-size:15px!important;
}
.my_style_navbar{
    margin-right: 0px!important;
    }
/*for responsive header*/

/*for footer*/
.my_social_media li{
    width:20%;
    border:none!important;
}
.my_social_media li a:before{
    background-color: #000000;
}
.my_social_media li a{
    border:none;
    height:42px;
}
.my_social_media li a i{
    font-size: 15px;
}
/*for footer*/

/*for areas pages*/
.comment h2 i {
    font-size: 25px;
    /*color: #fec335;*/
}
.box_shadow{
    box-shadow: 0px 0px 20px;
}
.box_shadow1{
    box-shadow: 0px 0px 20px #ffbf00;
}
.comment ul {
    margin-top: 10px !important;
    margin-left: 60px !important;
}
.comment ul li {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
    list-style: disc;
}
.my_widget div h1 {
    width: 100% !important;
    color: #fff;
    font-family: open sans;
    /*font-weight: 700;*/
    line-height: 45px;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.30);
    border-radius: 6px;
}
.taxi_card {
    position: absolute;
    z-index: 999999;
    margin-top: -18%;
    /*margin-top: -140px;*/
    padding-left: 46%;
    /*padding-left: 370px;*/
}
.taxi_card ul li {
    border-bottom: none;
    color: #fec335;
}
.event-info {
    padding: 30px;

}
.taxi_card ul li i {
    font-size: 14px;
    color: #fec335;
    margin-right: 5px;
}
@media only screen and (max-width: 990px) {
    .event-info {
        padding-left: 0px;
        padding-right: 0px;
        /*padding: 10px;*/
    }
    .event-info img{
        width:102%;
    }
    .taxi_card {
        padding-left: 40%;
        margin-top: -18%;
    }
    .taxi_card ul li {
        font-size: 8px;
        line-height: 20px;
    }
    .taxi_card ul li i {
        font-size: 8px;
        color: #fec335;
        margin-right: 5px;
    }
}
/*for areas pages*/

.airport_fixed_fare ul li a {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.airport_fixed_fare ul li a b {
    color: #ffbf00;
}
.white-font {
    color: #ffffff !important;
}
.my_tag a {
    border: none;
    font-size: 15px;
}
.my_tag a:before {
    border-radius: 20px;
    top: -2% !important;
}
/*for Borough Chauffeuring Services*/

.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098D1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
}
@media (min-width: 1100px) {
    .my_modal-lg {
        width: 1100px;
    }
}
.serviceBox {
    text-align: center;
}
.serviceBox .service-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f3a422;
    margin-bottom: 15px;
}
.serviceBox .service-icon i {
    font-size: 35px;
    color: #fff;
    line-height: 100px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon i {
    transform: rotateY(180deg);
}
.serviceBox .title1 {
    display: block;
    width: 100%;
    font-size: 18px !important;
    color: #433b3b;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #175faa;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
    letter-spacing: 5px;
}
.serviceBox .title1:before,
.serviceBox .title1:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #175faa;
    margin: 0 -5px 0 0;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transition: all 0.4s ease 0s;
}
.serviceBox .title1:before {
    left: 50%;
    margin: 0 0 0 -5px;
}
.serviceBox:hover .title1:before {
    left: 100%;
}
.serviceBox:hover .title1:after {
    right: 100%;
}
.serviceBox .description {
    font-size: 14px;
    color: #808080;
    line-height: 27px;
    padding: 0 15px;
    margin: 0;
}
@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 30px;
    }
}
/*-----------------------*/
.service1Box {
    margin-top: 50px;
    border-bottom: 1px solid #c2c2c2;
    z-index: 1;
    position: relative;
    top: 0;
    transition: all 0.3s ease 0s;
}
.service1Box:hover {
    top: -20px;
    border-bottom: 1px solid #f3a422;
}
.service1Box:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #c2c2c2;
    position: absolute;
    bottom: 0;
    left: 37.5px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.service1Box:hover:after {
    background: #f3a422;
}
.service1Box .service1-icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #c2c2c2;
    text-align: center;
    line-height: 70px;
    float: left;
    font-size: 40px;
    color: #c2c2c2;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.service1Box:hover .service1-icon {
    border-color: #f3a422;
    color: #f3a422;
    margin-top: -30px;
    animation: bounce 1s ease normal none 1;
}
.service1Box .service1-content {
    margin-left: 90px;

}
.service1Box .title1 {
    font-size: 18px;
    color: #222;
    margin-top: 0;
    letter-spacing: 0px;
}
.service1Box .description {
    font-size: 13px;
    color: #444;
    line-height: 24px;
}
.service1Box .read-more {
    display: inline-block;
    padding: 4px 16px;
    font-size: 13px;
    color: #f3a422;
    text-transform: capitalize;
    border: 2px solid #f3a422;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.service1Box:hover .read-more {
    bottom: 25px;
    opacity: 1;
}
.service1Box .read-more:hover {
    background: #f3a422;
    color: #fff;
}
@keyframes bounce {
    0% {
        transform: scale(1.8)
    }
    50% {
        transform: scale(0.95)
    }
    80% {
        transform: scale(1.05)
    }
    90% {
        transform: scale(0.98)
    }
    100% {
        transform: scale(1)
    }
}
@media only screen and (max-width: 990px) {
    .service1Box {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .service1Box {
        margin-bottom: 70px;
    }
}
/*for Borough Chauffeuring Services*/

/*For button animation*/

.my_btn_cls {
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 25vh;
    filter: url('#goo');
    padding-right: 15px;
}
/*.my_btn_cls:hover{
    background-color: #ffffff!important;
}*/
.my_btn {
    z-index: 99;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 40px;
    background: linear-gradient(45deg, #95960f, #ffbf00);
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 200;
}
.my_btn:hover {
    background-color: #ffffff !important;
}
.my_btn:before {
    background-color: transparent !important;
}
.social {
    opacity: 0;
    position: relative;
    margin: 10px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    /*margin-top: 65px;*/
}
.social i {
    margin-top: 10px;
}
.social a {
    color: #fff;
}
.twitter {
    background: #00aced;
}
.twitter img {
    margin-top: 20px;
}
.facebook {
    background: #3b5998;
}
.facebook img {
    margin-top: 20px;
}
.google {
    background: #dd4b39;
}
.youtube {
    background: #b00;
}
.youtube img {
    margin-top: 20px;
}
.clicked {
    opacity: 1;
    transition: 1.5s all ease-in-out;
    transform: translateY(66px) scale(1.4, 1.4);
    /*transform: translateX(56px);*/
}
.clicked1 {
    opacity: 1;
    transition: 1.5s all ease-in-out;
    transform: translate(350px, 66px);
    /*transform: translate(35px,56px);*/
}
.clicked2 {
    opacity: 1;
    transition: 1.5s all ease-in-out;
    transform: translate(-350px, 66px);
    /*transform: translate(-35px,56px);*/
}
.my_img_style {
    width: 50%;
}
@media screen and (max-width: 699px) {
    .facebook img {
        margin-top: 15px;
    }
    .youtube img {
        margin-top: 15px;
    }
    .twitter img {
        margin-top: 15px;
    }
    .my_img_style {
        width: 50%;
        padding-bottom: 20px;
    }
    .social {
        width: 90px;
        height: 90px;
    }
    .clicked {
        opacity: 1;
        transition: 1.5s all ease-in-out;
        transform: translateY(56px);
        /*transform: translateX(56px);*/
    }
    .clicked1 {
        opacity: 1;
        transition: 1.5s all ease-in-out;
        /*transform: translate(350px,66px);*/
        transform: translateY(56px);
    }
    .clicked2 {
        opacity: 1;
        transition: 1.5s all ease-in-out;
        /*transform: translate(-350px,66px);*/
        transform: translateY(56px);
    }
}
/*For button animation*/

/*For car animation*/

.my_car_animation {
    overflow: hidden;
    height: 100vh;
    background: linear-gradient(180deg, #09283d, #1b415c, #29516c, #6e8ea5, #7cadd0, #7cadd0, #7cadd0, #7cadd0, #6e8ea5, #3a6583, #1a4461, #09283d);
    background-size: 2400% 2400%;
    animation: dayNight 20s ease infinite;
}
@keyframes dayNight {
    0% {
        background-position: 25% 0%
    }
    70% {
        background-position: 50% 50%
    }
    100% {
        background-position: 76% 100%
    }
    /*100%{background-position:25% 0%}*/
}
.animate_auto_up {
    width: 360px;
    height: 100px;
    position: absolute;
    bottom: 200px;
    left: 60px;
    background-color: #ffbf00;
    border-radius: 100px 100px 0 0;
}
.animate_auto_up::before {
    background-color: #000000;
    content: "";
    width: 115px;
    height: 74px;
    position: absolute;
    right: 30px;
    top: 25px;
    border-radius: 0 50px 0 0;
}
.animate_auto_up::after {
    content: "";
    width: 148px;
    height: 72px;
    left: 39px;
    position: absolute;
    top: 27px;
    border-radius: 50px 0 0;
    background-color: #000000;
}
@keyframes driving {
    0% {
        left: -25%;
    }
    10% {
        bottom: 0%;
    }
    20% {
        transform: scale(0.5) rotateZ(-5deg);
        bottom: 5%
    }
    25% {
        transform: scale(0.5) rotateZ(0deg);
    }
    40% {
        transform: scale(0.5) rotateZ(5deg);
    }
    50% {
        transform: scale(0.5) rotateZ(0deg);
    }
    100% {
        left: 110%;
        bottom: 10%;
        transform: scale(0.5) rotateZ(0deg);
    }
}
@keyframes road-moving {
    100% {
        transform: translate(-2400px);
    }
}
@keyframes wheelsRotation {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes moon {
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translate(80px, -140px);
    }
}
@keyframes sun-moon {
    from {
        transform: rotate(-90deg);
    }
    to {
        transform: rotate(90deg);
    }
}
/*   CAR CONTAINER   */

.car-container {
    position: absolute;
    bottom: -10%;
    width: 430px;
    height: 300px;
    animation: driving 10s infinite linear;
    transform: scale(0.5);
}
.car-container:after {
    content: "";
    width: 583px;
    height: 1px;
    margin-top: 88px;
    display: block;
    position: absolute;
    left: -3%;
    z-index: -1;
    bottom: 0;
    box-shadow: 2px -15px 25px 2px #000000;
}
/*   WHEELS   */

.wheel1,
.wheel2 {
    width: 120px;
    height: 120px;
    background-color: grey;
    border-radius: 50%;
    border: 20px solid black;
    position: absolute;
    bottom: 0;
    animation: wheelsRotation 1s infinite linear;
}
.wheel1 {
    left: 5%;
}
.wheel1-top,
.wheel2-top {
    bottom: 48px;
    position: absolute;
    width: 106px;
    height: 80px;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0px 13px 3px 0px rgba(240, 240, 240, 0.53);
    transform: rotateX(180deg);
}
.wheel1-top {
    left: 7%;
}
.wheel2-top {
    right: -13%;
}
.wheel2 {
    right: -15%;
}
.wheel-dot1,
.wheel-dot2 {
    width: 10px;
    height: 25px;
    background-color: black;
    position: absolute;
}
.wheel-dot3,
.wheel-dot4 {
    width: 25px;
    height: 10px;
    background-color: black;
    position: absolute;
}
.wheel-dot1 {
    top: 10%;
    left: 45%;
}
.wheel-dot2 {
    bottom: 10%;
    left: 45%;
}
.wheel-dot3 {
    top: 45%;
    right: 10%;
}
.wheel-dot4 {
    top: 45%;
    left: 10%;
}
.door {
    width: 98px;
    height: 112px;
    border: 3px solid #B57A84;
    position: absolute;
    left: 52%;
    top: 11px;
    border-radius: 10% 40% 10% 10%;
}
.door-knob {
    width: 30px;
    height: 14px;
    background-color: #E8E6E6;
    border-radius: 30%;
    position: absolute;
    left: 20%;
    top: 5%;
    border: 1px solid lightcoral;
}
.door2 {
    width: 98px;
    height: 112px;
    border: 3px solid #B57A84;
    position: absolute;
    left: 30%;
    top: 11px;
    border-radius: 10% 40% 10% 10%;
}
.door-knob2 {
    width: 30px;
    height: 14px;
    background-color: #E8E6E6;
    border-radius: 30%;
    position: absolute;
    left: 20%;
    top: 5%;
    border: 1px solid lightcoral;
}
.car-top1 {
    border-radius: 25% 40% 0 0;
    background-color: #6A1621;
    max-width: 100%;
    width: 250px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 4%;
}
.window1,
.window2 {
    background-color: #E2F0F6;
    border-radius: 5px;
    position: absolute;
    width: 40%;
    height: 60%;
    margin: 0px;
    border: 9px solid #ffbf00;
}
.window1 {
    left: 0;
    border-top-left-radius: 30%;
}
.window2 {
    right: 100px;
    /* border-top-right-radius: 50%; */
    /* left: 187px; */
    top: -39px;
    border-radius: 25% 25% 0 0;
}
.car-top2 {
    border-radius: 70px 70px 0 0;
    /*background-color: #25659C;*/
    /*background-color: #9C2535;*/
    background-color: #ffbf00;
    max-width: 120%;
    width: 520px;
    height: 140px;
    position: absolute;
    bottom: 20%;
}
.road {
    width: 250%;
    height: 200px;
    background-color: #585858;
    border-top: 10px solid #756D6D;
    border-bottom: 20px solid #756D6D;
    position: absolute;
    bottom: 0%;
    margin-left: -10px;
    padding: 0;
}
.road::before {
    content: " ";
    position: absolute;
    z-index: 0;
    top: -17px;
    left: 0px;
    right: 0px;
    border: 5px solid black;
}
.road-top-half {
    height: 15px;
    width: 250%;
    position: absolute;
    left: -10%;
    top: 30px;
    border-top: 40px dashed white;
    margin-top: 25px;
    animation: road-moving 10s infinite linear;
    transition: all 3s linear;
}
.skyline {
    width: 100%;
    position: absolute;
    bottom: 205px;
    padding: 0;
    left: 110%;
    animation: road-moving 10s infinite linear;
    transition: all 8s linear;
}
.building1 {
    width: 220px;
    height: 450px;
    background-color: #211919;
    position: relative;
}
.building1-shadow {
    border-top: 15px solid transparent;
    border-right: 60px solid rgb(44, 37, 37);
    border-bottom: 15px solid #000;
    border-left: 15px solid transparent;
    height: 450px;
    width: 200px;
    position: absolute;
    left: -199px;
}
.building-left-half,
.building-right-half {
    height: 300px;
    width: 50px;
    position: absolute;
    top: 10px;
    border-left: 16px dashed #A9D2C7;
    border-right: 16px dashed rgba(255, 255, 0, 0.19);
    margin-top: 25px;
}
.building-right-half-my {
    right: 600px;
    padding: 20px;
}
.building-right-half-my {
    height: 300px;
    width: 50px;
    position: absolute;
    top: 10px;
    /*border-left: 16px dashed #A9D2C7;*/
    /*border-right: 16px dashed rgba(255, 255, 0, 0.19);*/
    margin-top: 100px;
}
.building-left-half {
    left: 10px;
    padding: 25px;
}
.building-right-half {
    right: 10px;
    padding: 20px;
}
.moon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    /*background: rgb(207, 207, 212);*/
    background-image: url('../images/borough/admin.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    box-shadow: 0 0 54px gold, 0 0 100px rgb(185, 160, 24), inset 0 5px 12px 26px #F5F5F5, inset -2px 0px 32px 34px #E6E6DB;
    transition: 1s;
    transition: 1s;
    right: 800px;
    top: 80px;
    /*display: none;*/
    position: absolute;
    animation: sun-moon 20s 2s linear infinite;
    transform-origin: 50% 500px;
}
.moon-christmas {
    /*height: 100px;
    width: 100px;
    border-radius: 50%;*/
    /*background: rgb(207, 207, 212);*/
    /*background-image: url('../images/borough/sun.png');
    background-repeat: no-repeat;
    background-position: center;*/
    width: 50%;
    margin: auto;
    /*box-shadow: 0 0 54px gold, 0 0 100px rgb(185, 160, 24), inset 0 5px 12px 26px #F5F5F5, inset -2px 0px 32px 34px #E6E6DB;*/
    transition: 1s;
    transition: 1s;
    right: 400px;
    top: 150px;
    /*display: none;*/
    position: absolute;
    animation: sun-moon 20s 2s linear infinite;
    transform-origin: 50% 1000px;
}

/*Headlights*/
.car-top1:after {
    width: 13px;
    height: 37px;
    background-color: #BACCDA;
    position: absolute;
    bottom: -63px;
    right: -168px;
    z-index: 10;
    content: " ";
    border-radius: 10px;
    border: 2px solid black;
    border-left-style: none;
    transform: rotate(-15deg);
}
.car-top2:after {
    position: absolute;
    bottom: 7px;
    right: -340px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 80px solid transparent;
    border-right: 500px solid rgba(191, 188, 87, 0.7);
    z-index: -1;
    -webkit-mask-box-image: -webkit-linear-gradient(left, black, transparent);
    -webkit-mask-box-image: -o-linear-gradient(left, black, transparent);
    -webkit-mask-box-image: linear-gradient(to right, black, transparent);
    transform: rotate(-9deg);
}
/*For car animation*/



/*for christmas*/

@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Pacifico&text=Pure");
@import url("//fonts.googleapis.com/css?family=Roboto:700&text=css");
@import url("//fonts.googleapis.com/css?family=Kaushan+Script&text=!");
/*body {
    min-height: 450px;
    height: 100vh;
    margin: 0;
    background: radial-gradient(circle, #0077ea, #1f4f96, #1b2949, #000);
}*/

.stage {
    height: 150px;
    width: 800px;
    margin: auto;
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    perspective: 9999px;
    transform-style: preserve-3d;
}

@media screen and (max-width: 800px) {
    .stage {
        width: 100% !important;
    }
}

.layer {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: ಠ_ಠ 5s infinite alternate ease-in-out -7.5s;
    animation-fill-mode: forwards;
    transform: rotateY(40deg) rotateX(33deg) translateZ(0);
}

.layer:after {
    font: 40px/0.65 'Pacifico', 'Kaushan Script', Futura, 'Roboto', 'Trebuchet MS', Helvetica, sans-serif;
    content: 'For Christmas Inquiries \A \A send us an email';
    white-space: pre;
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50px;
    left:0;
    color: whitesmoke;
    letter-spacing: -2px;
    text-shadow: 4px 0 10px rgba(0, 0, 0, 0.13);
}

.layer:nth-child(1):after {
    transform: translateZ(0px);
}

.layer:nth-child(2):after {
    transform: translateZ(-1.5px);
}

.layer:nth-child(3):after {
    transform: translateZ(-3px);
}

.layer:nth-child(4):after {
    transform: translateZ(-4.5px);
}

.layer:nth-child(5):after {
    transform: translateZ(-6px);
}

.layer:nth-child(6):after {
    transform: translateZ(-7.5px);
}

.layer:nth-child(7):after {
    transform: translateZ(-9px);
}

.layer:nth-child(8):after {
    transform: translateZ(-10.5px);
}

.layer:nth-child(9):after {
    transform: translateZ(-12px);
}

.layer:nth-child(10):after {
    transform: translateZ(-13.5px);
}

.layer:nth-child(11):after {
    transform: translateZ(-15px);
}

.layer:nth-child(12):after {
    transform: translateZ(-16.5px);
}

.layer:nth-child(13):after {
    transform: translateZ(-18px);
}

.layer:nth-child(14):after {
    transform: translateZ(-19.5px);
}

.layer:nth-child(15):after {
    transform: translateZ(-21px);
}

.layer:nth-child(16):after {
    transform: translateZ(-22.5px);
}

.layer:nth-child(17):after {
    transform: translateZ(-24px);
}

.layer:nth-child(18):after {
    transform: translateZ(-25.5px);
}

.layer:nth-child(19):after {
    transform: translateZ(-27px);
}

.layer:nth-child(20):after {
    transform: translateZ(-28.5px);
}

.layer:nth-child(n+10):after {
    -webkit-text-stroke: 3px rgba(0, 0, 0, 0.25);
}

.layer:nth-child(n+11):after {
    -webkit-text-stroke: 15px dodgerblue;
    text-shadow: 6px 0 6px #00366b, 5px 5px 5px #002951, 0 6px 6px #00366b;
}

.layer:nth-child(n+12):after {
    -webkit-text-stroke: 15px #0077ea;
}

.layer:last-child:after {
    -webkit-text-stroke: 17px rgba(0, 0, 0, 0.1);
}

.layer:first-child:after {
    color: #fff;
    text-shadow: none;
}

@keyframes ಠ_ಠ {
    100% {
        transform: rotateY(-40deg) rotateX(-43deg);
    }
}

/*End for christmas*/
