body {
    margin: 20px;
    direction: rtl;
    text-align: right;
    font-family: "Rubik", Arial, sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    background-image: url(../assets/wapper-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dn {
    display: none;
}

h2 {
    color: #03041c;
}

p {
    margin-bottom: 5px;
}

label {
    display: initial !important;
}

.con {
    height: 100%;
    min-height: 100vh;
    padding: 65px 0 50px 0;
    background-image: url(../assets/bg_plane.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    position: relative;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    margin: 0 20px;
    background: #fff;
    margin: 0 auto;
    border-radius: 42px;
    padding: 40px 2rem 10px;
    box-shadow: 0 5px 10px 0 #0000002b;
    text-align: center;
    position: fixed;
    width: 90vw;
    top: -30px;
    left: 5vw;
    z-index: 5;
}

.top .title {
    font-size: 2.0;
    color: #03041c;
    font-weight: 700;
    padding: 20px;
    border-radius: 12px;
}

.top .subtitle {
    font-size: 1.2em;
    color: #03041c;
    font-weight: 500;
}

.head {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    z-index: 1;
}

.head .title {
    font-size: 2em;
    color: #010a62;
    font-weight: 700;
    padding: 20px;
    border-radius: 12px;
    text-decoration: underline;
    background: #fbfdff;
    line-height: 1.1;
}

.head .subtitle {
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #2260ff;
    line-height: 1.0;
}

.head .subtitle span {
    font-size: 1.0;
    margin: 8px 0 0 0;
    color: #2260ff;
    display: inline-block;
}

.head .subtitle a {
    font-size: 1.0;
    color: #2260ff;
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 53vw;
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    box-shadow: 0 5px 10px 0 #0000002b;
}

.video iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}

.form {
    max-width: 64rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0;
    gap: 10px;
    z-index: 2;
    position: relative;
}

.step {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px 0 #0000002b;
    border-radius: 12px;
    padding: 10px;
    margin: 0;
    background: #fff;
}

.active {
    border: solid 2px #4353ff;
}

.step_title {}

.step_q {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #4353ff;
    border-radius: 12px;
    padding: 10px 20px;
    border-bottom: 2px solid #ebecff;
}

.step_q span {
    font-size: 1.3em;
    font-weight: 500;
    text-align: right;
}

.step_q_note {
    font-size: .9em;
    font-weight: 500;
    color: #03041c;
    margin-top: 5px;
    padding: 0;
}

.content {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    margin: 20px;
    justify-content: center;
}

#continents ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0;
    width: 100%;
}

#continents li {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#continents li .icon {
    width: 100%;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
}

#continents li .title {
    width: 100%;
    font-size: .8em;
    text-transform: uppercase;
}

#continents li .checkbox-tile {
    width: auto;
    min-height: 60px;
    padding: 10px;
}

.step_buttons {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 20px;
}

.person {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
    background: #f6fbff;
    border-radius: 12px;
    border: solid 2px #d2ebff;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.person_label {
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    background: #d2ebff;
    font-weight: 500;
    margin-bottom: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 110%;
    margin-bottom: 10px;
}

.person_details {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
}

.person_details>.block {
    padding: 0 10px;
}

.person_extensions {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 14px;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    user-select: none;
    &>* {
        width: 100%;
        height: 100%;
        margin: .3rem .3rem
    }
}

.person_extensions .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    user-select: none;
    &>* {
        width: 100%;
        height: 100%;
        margin: 0
    }
}

.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    &:checked+.checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(#000, .1);
        color: #2260ff;
        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: #2260ff;
            border-color: #2260ff
        }
        .checkbox-icon,
        .checkbox-label {
            color: #2260ff
        }
    }
    &:focus+.checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(#000, .1), 0 0 0 4px #b5c9fc;
        &:before {
            transform: scale(1);
            opacity: 1
        }
    }
}

.checkbox-input.required:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    background: red;
}

.continents .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 50px;
    min-height: 50px;
    border-radius: .5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(#000, .1);
    transition: .15s ease;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
    &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: .25rem;
        right: .25rem;
        opacity: 0;
        transform: scale(0);
        transition: .25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }
    &:hover {
        border-color: #2260ff;
        &:before {
            transform: scale(1);
            opacity: 1
        }
    }
}

.person_extensions .checkbox-tile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: 100%;
    min-width: 100px;
    height: 100%;
    border-radius: .5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(#000, .1);
    transition: .15s ease;
    cursor: pointer;
    position: relative;
    padding: 14px 10px;
    &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: .25rem;
        right: .25rem;
        opacity: 0;
        transform: scale(0);
        transition: .25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }
    &:hover {
        border-color: #2260ff;
        &:before {
            transform: scale(1);
            opacity: 1
        }
    }
    .checkbox-stiker {
        display: inline-block;
        padding: 2px 10px;
        background: #16b749;
        color: #fff;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        position: absolute;
        top: -6px;
        font-size: .6em;
        left: 10px;
        box-shadow: 0 2px 4px 0 #0000002b
    }
}

.person_extensions .checkbox-tile div {
    display: flex;
    justify-content: start;
    flex-flow: column;
    width: -webkit-fill-available;
    padding: 0 2px;
}

.person_extensions .checkbox-group:first-child .checkbox-tile {
    background: #f7f7f7;
    border-color: #c9c9c9;
    color: #252525;
}

.checkbox-icon {
    transition: .375s ease;
    color: #494949;
    width: 40px;
    padding: 2px;
    border-radius: 100%;
    svg {
        width: 3rem;
        height: 3rem
    }
}

.checkbox-label {
    color: #252525;
    transition: .375s ease;
    text-align: right;
    padding: 0 8px;
}

.checkbox-info {
    color: #707070;
    transition: .375s ease;
    padding: 0 8px;
    font-size: .7em;
}

.step.s2 .content {
    flex-wrap: nowrap;
}

.step.s2 .date {
    font-size: 125%;
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 20px 2vw;
    background: #f6fbff;
    border-radius: 12px;
}

.step.s2 .date .icon {
    max-width: 60px;
    padding: 10px;
    background: #d2ebff;
    border-radius: 100%;
    margin: 10px 0 0 2vw;
}

.step.s2 .sep {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2vw;
}

.step.s2 .sep span {
    width: 2px;
    height: 50px;
    background: #ebecff;
}

.person_details label.block {
    font-size: 125%;
}

.extentions_notes {
    display: flex;
    padding: 10px;
    font-size: 1em;
    margin: 10px 10px 0 0;
    width: 100%;
}

.step.s3 .checkbox-label {
    font-size: 90%;
    font-weight: 500;
}

.step.s4 {
    display: none;
    margin-top: 40px;
}

.step.s5 .notes ul {
    list-style: inherit;
    padding: 0 20px;
}

.add-passenger {
    display: inline-block;
    width: auto;
    padding: 5px 25px;
    border-radius: 8px;
    border: solid 2px #4353ff;
    color: #4353ff;
    text-align: center;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 200ms ease-out;
}

.add-passenger:hover {
    color: #fff;
    background-color: #4353ff;
}

.remove-passenger {
    display: inline-flex;
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 100%;
    border: solid 2px #ff4343;
    color: #ff4343;
    text-align: center;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 200ms ease-out;
    align-self: end;
    margin: 0 0 0 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: -3px;
    background: #ffe0e0;
}

.remove-passenger:hover {
    color: #fff;
    background-color: #ff4343;
}

#backToMain {
    display: inline-block;
    width: auto;
    padding: 5px 25px;
    border-radius: 8px;
    border: solid 2px #4353ff;
    color: #4353ff;
    text-align: center;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 200ms ease-out;
}

#backToMain:hover {
    color: #fff;
    background-color: #4353ff;
}

.result-button {
    margin: 10px;
    padding: 15px 5rem;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0;
    font-weight: 600;
    font-size: 1.2em;
    box-shadow: 0 12px 12px 0 rgb(67 83 255 / 26%);
    background-image: linear-gradient(45deg, #AF40FF 0%, #5B42F3 51%, #00DDEB 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.result-button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.result-button:active {
    transform: scale(.95);
}

#results {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 10px;
}

#results .item {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: start;
    align-items: center;
    box-shadow: 0 5px 10px 0 #0000002b;
    border-radius: 8px;
    padding: 0;
    margin: 0;
    background: #fff;
    text-align: center;
    position: relative;
}

#results .comp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

#results .comp img {
    display: inline-block;
    border: solid 0 #0000000a;
    border-radius: 100%;
    margin: 10px 0;
    box-shadow: 2px 3px 0 0 #f2f2f2;
}

#results .info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}

#results .info .item_error {
    padding: 20px 0;
}

#results .item_name {
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    padding: 0 0 10px;
}

#results .item_price {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 10px 0;
    flex-flow: column;
}

#results .item_price .item_price_num {
    display: inline-block;
    width: auto;
    font-size: 2em;
    font-weight: 500;
    background: #fdffd6;
    padding: 0 10px;
    border-radius: 10px;
}

#results .item_price .item_price_original {
    display: inline-block;
    width: auto;
    font-size: 1.4em;
    font-weight: 500;
    color: #ff5555;
    padding: 0 10px;
    border-radius: 10px;
}

#results .item_price .item_price_original span{
    font-size: .8em;
}

#results .item_rating {
    display: flex;
    width: auto;
    background: #24d366;
    color: #fff;
    padding: 4px 6px;
    border-radius: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: .9em;
    align-items: normal;
    flex-flow: row-reverse;
}

#results .item_rating .stars {
    display: flex;
    flex-flow: row-reverse;
    padding-left: 5px;
    margin: -2px 0 0 0;
    align-items: center;
}

#results .company_orders_number {
    margin: 5px 0 3px;
    background: #fff6f6;
    padding: 1px 8px;
    border-radius: 8px;
    text-align: right;
    display: flex;
    justify-content: center;
    font-size: .8em;
    align-items: center;
    text-align: center;
}

#results .company_orders_number .num {
    font-weight: 500;
}

#results .item_link {
    width: 100%;
    padding: 10px;
}

#results .item_link a {
    display: inline-block;
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    padding: 10px 10px;
    background: #4353ff;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 6px 0 rgb(67 83 255 / 12%);
    transform: translateZ(0) scale(1);
    transition: transform .2s;
}

#results .item_link a:hover {
    background: #4323e4;
    transform: scale(1.03);
}

#results .item_link button {
    display: inline-block;
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    padding: 10px 10px;
    background: #4353ff;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 6px 0 rgb(67 83 255 / 12%);
    transform: translateZ(0) scale(1);
    transition: transform .2s;
}

#results .item_link button:hover {
    background: #4323e4;
    transform: scale(1.03);
}

.comp_recomm {
    margin: 0 10px;
    height: 100%;
    background: #f6fbff;
    padding: 3px 0;
    border-radius: 8px;
    text-align: right;
}

.comp_recomm ul {
    padding: 0;
    margin: 0;
}

.comp_recomm ul li {
    display: flex;
    flex-flow: row;
    padding: 5px 8px;
    margin: 0;
    position: relative;
    align-items: start;
    border-top: solid 1px #cee7f93d;
}

.comp_recomm ul li i {
    color: #2260ff;
    padding: 0 0;
}

.comp_recomm ul li span {
    font-size: .9em;
    line-height: 1.2;
    padding: 0 6px;
}

.comp_recomm ul li:first-child {
    border: none;
}

.recomm {
    display: inline-block;
    padding: 2px 10px;
    background: #ff439a;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    right: 10px;
    box-shadow: 0 2px 4px 0 #0000002b;
}

.stage_1 {
    display: flex;
    width: 100%;
    flex-flow: column;
    gap: 10px;
}

.stage_2 {
    display: none;
    width: 100%;
    flex-flow: column;
    gap: 10px;
}

.error-message {
    display: none;
    font-size: .8em;
    color: red;
}

#passengers-container .person:first-child .remove-passenger {
    display: none;
}

.passengers-note {
    font-size: 1em;
    width: 100%;
    margin: 0;
    background: #fffaf6;
    padding: 8px 10px;
    border-radius: 10px;
    margin: -10px 0 10px 0;
    border-right: 8px solid #ffe0d2;
}

.summery {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 20px 0;
    padding: 0 20px;
    flex-flow: column;
}

#information {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.summery .summery_items {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 1rem;
    background: #f6fbff;
    border-radius: 12px;
    padding: 10px;
}

.summery .summery_item_value {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 1rem;
}

.summery_item_title {
    font-size: 1.1em;
    font-weight: 500;
}

.passengers_info {
    display: flex;
    width: 100%;
    justify-content: start;
    flex-flow: wrap;
}

.passengers_info_title {
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
}

.passengers_info .passengers_items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
}

.passengers_info .passenger_item {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
    background: #f6fbff;
    border-radius: 12px;
    border: solid 2px #d2ebff;
    overflow: hidden;
    position: relative;
    padding: 6px;
}

.passengers_info .passenger_item>div {
    display: flex;
    width: 100%;
}

.passengers_info .passenger_item i {
    width: 50px;
    text-align: center;
    font-size: 22px;
    color: #2260ff;
}

.passengers_info .passenger_name {
    padding: 0 5px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 2px;
}

.passengers_info .passenger_extantions {
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    align-items: start;
}

.passengers_info .passenger_extantions span {
    display: inline-block;
    width: auto;
    padding: 0 1px 0 4px;
    font-size: .9em;
    background: #2260ff0d;
    margin: 2px 2px;
    border-radius: 5px;
}

.passengers_info .passenger_extantions span i {
    width: 20px;
    text-align: center;
    font-size: 14px;
}

.contact_us {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: #f6fbff;
}

.contact_us span {
    font-size: 1.2em;
    margin: 8px 0 0 0;
    color: #001263;
    display: inline-block;
    font-weight: 700;
    list-style: 1.0;
}

.contact_us a {
    font-size: 1.1em;
    color: #4354ff;
    font-weight: 700;
}

.footer-content {
    display: flex;
    width: 100%;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    background-color: #11183e;
    padding: 20px;
    color: #b0b0b8;
}

.footer-logo {}

.footer-links a {
    margin-right: 10px;
    color: #b0b0b8;
    text-decoration: none;
}

.footer-credit {}

@media only screen and (max-width:480px) {
    .video {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 11px;
    }
    .video iframe {
        height: 200px;
    }
    .step {
        padding: 0;
    }
    .person {
        flex-flow: column;
    }
    .con {
        padding-top: 80px;
    }
    .top {
        width: 100vw;
        left: 0;
        flex-flow: column;
        justify-content: center;
        padding: 40px 2rem 0;
        top: -40px;
    }
    .head {
        padding: 10px;
    }
    .head .title {
        font-size: 1.5em;
        line-height: 1.0;
        padding: 10px;
    }
    .step.s2 .date {
        width: 100%;
        justify-content: center;
    }
    .step.s2 .content {
        flex-flow: column;
        align-items: center;
    }
    .step.s2 .sep {
        padding: 10px 0;
    }
    .step.s2 .sep span {
        width: 50px;
        height: 2px;
    }
    #continents ul {
        gap: 0;
    }
    #continents ul {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media only screen and (max-width:768px) {
    body {
        font-size: 85%;
    }
    .form {
        margin-left: 10px;
        margin-right: 10px;
    }
    .step {
        padding: 0;
    }
    .step.s2 .content {
        flex-wrap: wrap;
    }
    .person {
        flex-flow: column;
    }
    #results {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    #results .comp img {
        max-width: 80%;
    }
    .footer-content {
        flex-flow: column;
    }
    .footer-credit {
        margin: 6px 0 0 0;
    }
}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}

#loader {
    width: 100%;
    text-align: center;
}

.loader {
    display: inline-block;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #4353ff;
    width: 90px;
    height: 90px;
    margin: 50px;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
    box-shadow: 0 0 10px 0 #0000002b;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}