* {
  padding: 0;
  margin: 0;
  outline:0;
}


.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
body a{text-decoration: none; transition: 0.5s all ease;}
body a:hover{text-decoration:none;}
body a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
body a:hover{color: #faa00e !important; transition: 0.5s all ease;}

.center{text-align:center}
body {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}
.cannery_DIV.center h1 {
    font-size: 30px;
    color: #ffcb08;
}
body h1 {
    font-size: 28px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
body h2 {
    font-size: 28px;
    line-height: 36px;
    color: #ffcb08;
    margin-bottom: 30px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    padding-left: 20px;
    display: inline-block;
    padding-bottom: 20px;
}
body h2:before {
    position: absolute;
    left: 0px;
    top: -8px;
    height: 100%;
    width: 51px;
    border: 1px solid #ffcb08;
    content: "";
    border-right: 0;
}
body h2:after {
    position: absolute;
    left: 51px;
    top: -8px;
    height: 9px;
    width: 1px;
    content: "";
    background: #ffcb08;
}

body h2 i:after {
    position: absolute;
    left: 51px;
    bottom: 8px;
    height: 9px;
    width: 1px;
    content: "";
    background: #ffcb08;
}
body h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
}

body h4 {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}
body h5 {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}
body p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
    margin-bottom:15px;
}
.border_lft {
    border-left: 15px solid #ffcb08;
    padding: 9px 0 4px 16px;
}
.ul_bx ul li {
    display: block;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #fff;
    background: url(../images/ulicon.png) no-repeat 0px 4px;
}
.number ul {
    display: flex;
    align-items: center;
}
.number {
    width: 187px;
}
.whatsapp{position:relative; width: 30px; float:right;}

.btn_ex {
    height: 50px;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #fff;
    transition: 0.5s all ease;
    padding: 8px 40px 9px 40px;
    text-align: center;
    margin-right: 0px;
}
.mobile-content{display:none;}
.container{max-width: 1262px; width: 100%; margin:0 auto; }
.about_lt img {
    width: 100%;
    border-radius: 10px;
}
header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.5s all ease;
	background: rgba(0, 0, 0, 0.70);
}
.header_fixed {
    position: fixed;
    background: rgba(0, 0, 0, 0.70);
    transition: 0.5s all ease;
}
.logo_mn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    transition: 0.5s all ease;
}
.header_fixed .logo_mn {
    height: 65px;
    transition: 0.5s all ease;
}
.header ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s all ease;
}
.header ul li a:hover{color: #faa00e; transition: 0.5s all ease;}
.header ul li a i{color: green !important; background: green !important;}
.header ul li {
    display: inline-block;
    margin: 0 7px;
}
.number ul li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.number ul li a{
    -webkit-animation: blink .5s alternate infinite;
    -moz-animation: blink .5s alternate infinite;
    -ms-animation: blink .5s alternate infinite;
    -o-animation: blink .5s alternate infinite;
    animation: blink .5s alternate infinite;
    font-size: 16px;
}

@-webkit-keyframes blink {
    from { color: #ffcb08; }
    to { color: #fff; }
}
@-moz-keyframes blink {
    from { color: #ffcb08; }
    to { color: #fff; }
}
@-ms-keyframes blink {
    from { color: #ffcb08; }
    to { color: #fff; }
}
@-o-keyframes blink {
    from { color: #ffcb08; }
    to { color: #fff; }
}
@keyframes blink {
    from { color: #ffcb08; }
    to { color: #fff; }
}

.banner{width:100%; height:100vh; overflow:hidden; position:fixed; z-index:1;}
#video1{ object-fit:cover; width:100%; height:100vh;}
.Mobile_banner{display: none !important;}
.over{ position:absolute; top:0; left:0; 
    background: rgba(0, 0, 0, 0.43); width:100%; height:100%; z-index:9;}
.main {
    z-index: 99;
    position: relative;
}

.cannery_DIV.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}
.cannery_DIV.center ul {
    width: 100%;
    display: flex;
    justify-content: center;
}
.cannery_logo {
    margin:60px 0;
}
.cannery_DIV.center ul li a h5 {
    margin-top: 10px;
    font-weight: 500; /* color: #faa00e; */ color:#ffcb08;
    font-size: 20px;
}
.cannery_DIV.center ul li a {
    display: block;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    text-transform: uppercase;
    transition: 0.5s all ease; 
}
.cannery_DIV.center ul li {
    display: inline-block;
    padding: 0 40px;
    border-left: 1px solid #fff;
	 width:25%;
}
.cannery_DIV.center ul li:first-child{border-left: 0px; }

.canner_img_DIV {
    padding: 70px 0;
}
.about_lt {
    width: 40%;
}
.about_rt_tx {
    width: 680px;
    width: 50%;
}
.about_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.project_DIV {
    text-align: center;
    margin: 85px 70px;
}
#project_bx {
    padding:0;
    background: #fff;
    margin-top:45px;
}
#project_bx li img {
    width: 100%;
}

#project_bx .owl-nav.disabled {
    display: block;
}

#project_bx .owl-next{
    background: rgba(255, 203, 8, 0.7686274509803922) url(../images/Next_icon.png) no-repeat center center;
    width: 50px !important;
    height: 50px;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    border-left:0px;
    right: -25px;
}
#project_bx .owl-prev{
    background: rgba(255, 203, 8, 0.7686274509803922) url(../images/Previous_icon.png) no-repeat center center;
    width: 50px !important;
    height: 50px;
    left: -25px;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
}

#project_bx .owl-prev, #project_bx .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);;
    border-radius: 50%;
}
#project_bx .owl-next:hover, #project_bx .owl-prev:hover {
    background-color: #ffcb08;
    transition: 0.5s all ease;
} 


#project_bx .owl-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
}
#project_bx .owl-dot {
    height: 11px;
    width: 11px;
    background: #ebebeb;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

#project_bx .owl-dot.active {
    background: #ffcb08;
}

  




/*amenites_DIV css*/
.ameni_sub h5 {
    height: 50px;
    background: #ffcb08;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 5px;
    justify-content: center;
    color: #000;
    margin: 0;
    line-height: 20px;
    font-size: 15px;
}

.amenites_DIV {
    margin: 130px 70px 70px;
}
#amenites_slider {
    margin-top: 50px;
}
#amenites_slider .owl-nav.disabled {
    display: block;
}

#amenites_slider .owl-next{
    background: rgba(255, 203, 8, 0.7686274509803922) url(../images/Next_icon.png) no-repeat center center;
    width: 50px !important;
    height: 50px;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    border-left:0px;
    right: -85px;
}
#amenites_slider .owl-prev{
    background: rgba(255, 203, 8, 0.7686274509803922) url(../images/Previous_icon.png) no-repeat center center;
    width: 50px !important;
    height: 50px;
    left: -85px;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
}

#amenites_slider .owl-prev, #amenites_slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);;
    border-radius: 50%;
}
#amenites_slider .owl-next:hover, #amenites_slider .owl-prev:hover {
    background-color: #ffcb08;
    transition: 0.5s all ease;
} 
#amenites_slider img {
    width: 100%;
}




.cl_BHK ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 45px;
}
.cl_BHK ul li {
    display: inline-block;
    margin-left: -16px;
}
.cl_BHK ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ffcb08;
    height: 25px;
    display: block;
    line-height: 25px;
    padding: 0 25px;
    border-radius: 25px;
    transition: 0.5s all ease;
}
.cl_BHK ul li a:hover, .cl_BHK ul li.active a{
    background: #ffcb08;
    transition: 0.5s all ease;
    color: #000 !important
}

.gallery_tha {
    margin-bottom: 15px;
}
.gallery_tha .owl-nav {
    display: none;
}
.floorPlan_DIv {
    max-width: 1015px;
    width: 100%;
    margin: 0 auto 95px; 
}
.gallery_tha ul li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-left: -4px;
}
.gallery_tha .owl-item {
    float: none;
    display: inline-block;
}
.gallery_tha .owl-stage {
    width: 100% !important;
    text-align: center;
}

.gallery_tha ul li a {
    color: #fff;
    padding: 0;
    display: block;
    font-size: 13px;
}
.gallery_tha .current a {
    color: #ffcb08 !important;
}
.gallery_tha ul li:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #fff;
    content: "";
}
.gallery_tha ul li.active a {
    color: #ffcb08 !important;
}
.floorPlan_DIv .owl-nav {
    display: none;
}
.gallery_tha ul li:first-child:before {
    display: none;
}


.map_mn > div {
    flex: 1;
}
.map_mn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_div {
    display: flex;
    margin-top:75px;
}
.btn_div a{margin:0 15px;}
.map_mn h4 {
    padding-left: 15px;
    line-height: 30px;
}
.map_rt iframe {
    height: 470px;
    border-radius: 10px;
}

.btn_div a:hover {
    background: #ffcb08;
    color: #000 !important;
    border: 1px solid #ffcb08;
}
.walkthru_mn h2 {
    display: inline-block;
}
.walkthru_DIV {
    margin: 90px 0 0;
}
.walk_video {
    position: relative;
    max-width: 768px;
    width: 100%;
    margin: 30px auto 0;
}

.walk_video iframe {
    height: 460px;
}
/*.video_cl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.43137254901960786);
}*/

footer p, footer a {
    margin: 0;
    color: #fff;
    opacity: 0.5;
    font-size: 14px;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(49, 49, 49, 0.61);
    margin-bottom: 65px;
    padding: 14px 10px 12px 10px;
}
footer a {
    opacity: 1;
}




/*Form css*/
.form_DIV {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}
.form_in {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.form_bx .form-group.From_btn {
    width: 140px;
    cursor: pointer;
    margin-right: 0;
}
.form_bx form {
    display: flex;
    align-items: center;
}
.form_bx .form-group {
    margin: 0;
    width: 24%;
    float: left;
    margin-right: 12px;
}
.form_bx .form-group.From_btn input.form-control {
    background: #ffcb08;
    color: #000;
    transition: 0.5s all ease;
    cursor: pointer;
}
.form_bx .form-group.From_btn input.form-control:hover {
    background: #9f7e03;
    color: #fff;
    transition: 0.5s all ease;
}
.form_bx input.form-control {
    height: 45px;
    background: #6b6a68;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;

}
.form_bx input.num{width:64% !important; float:left;}
.form_bx select.nu{width:35%; margin-right:1%; float:left; height: 45px;
    background: #6b6a68;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;}
.form_DIV h5 {
    float: left;
    margin: 0px 25px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}  

.form_DIV ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.form_DIV :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form_DIV ::placeholder {
  color: #fff;
}

.form_DIV_Fixed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
}
.form_DIV_Fixed .form_in {
    max-width: 350px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
    flex-direction: column;
    border-radius: 5px;
    padding: 20px 15px 10px;
    width: 96%;
}
.form_DIV_Fixed form {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.form_DIV_Fixed form .form-group {
    width: 100%;
    margin: 0 0 15px 0;
}
.form_DIV_Fixed h5 {
    color: #333;
    margin-bottom: 15px;
}
.form_DIV_Fixed .form_close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    display: block;
    width: 30px;
    text-align: center;
    cursor: pointer;
}




/*Popup Form*/
.overlay_sam {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
}

.overlay_sam {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none
}
.sam1 {
    position: fixed;
    top: 20%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 310px;
    z-index: 99999;
    box-sizing: border-box;
    padding: 25px;
    background: #fff;
    display: none
}
.sam1 h2.para-heading {
    color: #4E4E4E;
    font-size: 20px;
    line-height: normal;
    margin: 24px 0 8px;
    padding: 0;
    font-weight: 400;
}
.sam1{    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.enquery-form2 input {
    font-size: 15px !important;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background: none;
    color: #000;
    padding-left: 45px;
    font-weight: 100;
    border-radius: 5px !important;
    width:100%;
    transition: all 0.5s ease;
}

.enquery-form2 input:active {
    padding-left: 5px  !important;
    transition: all 0.5s ease;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sam1 input.input22 {
    background: url(../images/input22.png) top 5px left 8px no-repeat !important;
    background-size: 22px 22px !important;
}
.sam1 input.input23 {
    background: url(../images/input23.png) top 11px left 8px no-repeat !important;
    background-size: 22px 15px !important;
}
.sam1 input.input24 {
    background: url(../images/input24.png) top 4px left 11px no-repeat !important;
    background-size: 16px 24px !important;
}
.form-group{width:100%;}
.enquery-form2 {
    padding-top: 0px;
    position: relative;
}
.enquery-form2 .form-group {
    margin-bottom: 10px !important;
}
.btn-submit1 {
    width: 100%;
    border: 0px;
    font-size: 16px;
    border-radius: 2px;
    padding: 9px;
    text-align: center;
    background: #fba802;
    color: #000;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.enquery-form2 input:focus {
    background: none !important;
    padding-left: 5px;
    transition: 0.5s all ease;
}
.close_bt {
    position: absolute;
    top: -25px;
    right: -9px;
    cursor: pointer;
}
.btn-submit1:hover {
    background: #000000;
    color: #fff;
    /* border: 1px solid #2b3c61; */
}

.form_cl {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    display: none;
}
.form_close {
    display: none;
}


.viewer-button {
    background-color: rgb(255, 203, 8) !important;
    z-index: 999999999 !important;
}
.menu_icon {
    display: none;
}

.map_rt img {
    width: 100%;
}








/*popup css*/
.poup_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.popup_box {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 780px;
    width: 100%;
    transform: translate(-50%, -50%);
    height: 65vh;
    background: #000;
    padding: 30px 20px 20px 20px;
    border-radius: 5px;
    display: none;
    z-index: 9999;
}

.popup_box_in {
    overflow: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    height: 85%;
}
.popup_box_in::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    background-color:transparent;
}

.popup_box_in::-webkit-scrollbar
{
    width: 6px;
    background-color:transparent;
}

.popup_box_in::-webkit-scrollbar-thumb
{
    background-color: #ffcb08;
}
body .popup_box h2 {
    margin-bottom: 10px;
}
body .popup_box h4 {
    margin-bottom: 10px;
}
.btn-agree1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffcb08;
    color: #ffcb08;
    cursor: pointer;
}
.btn-agree1 a{color:#ffcb08; }


/* .thankyou{background:url(../images/bg.png) repeat top left; padding:7%; color:#000 !important; width:40%; margin:0 auto; text-align:center; } */
.thankyou{background:rgba(255, 255, 255, 0.3); padding:7%; color:#000 !important; width:40%; margin:0 auto; text-align:center; }
.thankyou p{ color:#000 !important; font-size:24px; line-height:30px; font-weight:600; }
.thankyou a.download_pdf{background:#ffcb08; color:#000; padding:10px 20px; border-radius:10px; display:block; width:80%; margin:10px auto;}
.thankyou a.download_pdf:hover{background:#faa615; color:#000 !important;}
.thankyou a i{margin-right:10px;}
.project_feature_Div {
    padding-top: 35px;
    margin: 0 70px 90px;
}


#project_feature_slider .owl-nav.disabled {
    display: block;
}

#project_feature_slider .owl-next{
    background: rgba(255, 203, 8, 0.7686274509803922) url(../images/Next_icon.png) no-repeat center center;
    width: 50px !important;
    height: 50px;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    border-left:0px;
    right: -85px;
}
#project_feature_slider .owl-prev{
    background: rgba(255, 203, 8, 0.7686274509803922) url(../images/Previous_icon.png) no-repeat center center;
    width: 50px !important;
    height: 50px;
    left: -85px;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
}

#project_feature_slider .owl-prev, #project_feature_slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);;
    border-radius: 50%;
}
#project_feature_slider .owl-next:hover, #project_feature_slider .owl-prev:hover {
    background-color: #ffcb08;
    transition: 0.5s all ease;
} 
#project_feature_slider img {
    width: 100%;
}

#project_feature_slider {
    margin-top: 50px;
}


.Download_DIV .btn_div {
    margin: 0;
    align-items: center;
    justify-content: center;
}

.Download_DIV{margin-top:50px;}

.Download_DIV .border_lft {
    border-left: 0 solid #ffcb08;
    padding: 9px 0 4px 0;
}
#project_scheme h2{margin-bottom: 15px;}
.floor_plan_DIV h2{ margin-bottom:20px;}
.cl_BHK ul {
    margin: 0 0 15px 0;
}
#project_bx { margin-top:0;}





.heart {
    position: fixed;
    top: -50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -m-transform: rotate(-45deg);
    transform: rotate(-45deg);
 }

.heart:before {
    position: absolute;
    top: -50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

.heart:after {
    position: absolute;
    top: 0;
    right: -50%;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

@-webkit-keyframes love {
  0%{top:110%}
}
@-moz-keyframes love {
  0%{top:110%}
}
@-ms-keyframes love {
  0%{top:110%}
}
@keyframes love {
  0%{top:110%}
}

@-webkit-keyframes fall {
    0% {
        opacity: 0.9;
        top: 0
    }
    100% {
        opacity: 0.9;
        top: 100%
    }
}

@keyframes fall {
    0% {
        opacity: 0.9;
        top: 0
    }
    100% {
        opacity: 0.9;
        top: 100%
    }
}

@-webkit-keyframes blow-soft-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -50%
    }
}

@keyframes blow-soft-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -50%
    }
}

@-webkit-keyframes blow-medium-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -100%
    }
}

@keyframes blow-medium-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -100%
    }
}

@-webkit-keyframes blow-soft-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 50%
    }
}

@keyframes blow-soft-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 50%
    }
}

@-webkit-keyframes blow-medium-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 100%
    }
}

@keyframes blow-medium-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 100%
    }
}

@-webkit-keyframes sway-0 {
    0% {
        -webkit-transform: rotate(-5deg)
    }
    40% {
        -webkit-transform: rotate(28deg)
    }
    100% {
        -webkit-transform: rotate(3deg)
    }
}

@keyframes sway-0 {
    0% {
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    40% {
        -ms-transform: rotate(28deg);
        transform: rotate(28deg)
    }
    100% {
        -ms-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

@-webkit-keyframes sway-1 {
    0% {
        -webkit-transform: rotate(10deg)
    }
    40% {
        -webkit-transform: rotate(43deg)
    }
    100% {
        -webkit-transform: rotate(15deg)
    }
}

@keyframes sway-1 {
    0% {
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    40% {
        -ms-transform: rotate(43deg);
        transform: rotate(43deg)
    }
    100% {
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}

@-webkit-keyframes sway-2 {
    0% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(56deg)
    }
    100% {
        -webkit-transform: rotate(22deg)
    }
}

@keyframes sway-2 {
    0% {
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -ms-transform: rotate(56deg);
        transform: rotate(56deg)
    }
    100% {
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
}

@-webkit-keyframes sway-3 {
    0% {
        -webkit-transform: rotate(25deg)
    }
    40% {
        -webkit-transform: rotate(74deg)
    }
    100% {
        -webkit-transform: rotate(37deg)
    }
}

@keyframes sway-3 {
    0% {
        -ms-transform: rotate(25deg);
        transform: rotate(25deg)
    }
    40% {
        -ms-transform: rotate(74deg);
        transform: rotate(74deg)
    }
    100% {
        -ms-transform: rotate(37deg);
        transform: rotate(37deg)
    }
}

@-webkit-keyframes sway-4 {
    0% {
        -webkit-transform: rotate(40deg)
    }
    40% {
        -webkit-transform: rotate(68deg)
    }
    100% {
        -webkit-transform: rotate(25deg)
    }
}

@keyframes sway-4 {
    0% {
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
    40% {
        -ms-transform: rotate(68deg);
        transform: rotate(68deg)
    }
    100% {
        -ms-transform: rotate(25deg);
        transform: rotate(25deg)
    }
}

@-webkit-keyframes sway-5 {
    0% {
        -webkit-transform: rotate(50deg)
    }
    40% {
        -webkit-transform: rotate(78deg)
    }
    100% {
        -webkit-transform: rotate(40deg)
    }
}

@keyframes sway-5 {
    0% {
        -ms-transform: rotate(50deg);
        transform: rotate(50deg)
    }
    40% {
        -ms-transform: rotate(78deg);
        transform: rotate(78deg)
    }
    100% {
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}

@-webkit-keyframes sway-6 {
    0% {
        -webkit-transform: rotate(65deg)
    }
    40% {
        -webkit-transform: rotate(92deg)
    }
    100% {
        -webkit-transform: rotate(58deg)
    }
}

@keyframes sway-6 {
    0% {
        -ms-transform: rotate(65deg);
        transform: rotate(65deg)
    }
    40% {
        -ms-transform: rotate(92deg);
        transform: rotate(92deg)
    }
    100% {
        -ms-transform: rotate(58deg);
        transform: rotate(58deg)
    }
}

@-webkit-keyframes sway-7 {
    0% {
        -webkit-transform: rotate(72deg)
    }
    40% {
        -webkit-transform: rotate(118deg)
    }
    100% {
        -webkit-transform: rotate(68deg)
    }
}

@keyframes sway-7 {
    0% {
        -ms-transform: rotate(72deg);
        transform: rotate(72deg)
    }
    40% {
        -ms-transform: rotate(118deg);
        transform: rotate(118deg)
    }
    100% {
        -ms-transform: rotate(68deg);
        transform: rotate(68deg)
    }
}

@-webkit-keyframes sway-8 {
    0% {
        -webkit-transform: rotate(94deg)
    }
    40% {
        -webkit-transform: rotate(136deg)
    }
    100% {
        -webkit-transform: rotate(82deg)
    }
}

@keyframes sway-8 {
    0% {
        -ms-transform: rotate(94deg);
        transform: rotate(94deg)
    }
    40% {
        -ms-transform: rotate(136deg);
        transform: rotate(136deg)
    }
    100% {
        -ms-transform: rotate(82deg);
        transform: rotate(82deg)
    }
}

.sakura {
    background: -webkit-linear-gradient(120deg, red, red);
    background: red;
    pointer-events: none;
    position: fixed; z-index:9;
}
