

:root{

    --dj-font-Inter: "Inter", sans-serif;
    --dj-font-PrettyBoySemiBold: PrettyBoySemiBold;
    --dj-font-PrettyBoyExtraBold: PrettyBoyExtraBold;
    --dj-font-PrettyBoyOrnaments: PrettyBoyOrnaments;
    --dj-font-PrettyBoyBold: PrettyBoyBold;
    --dj-font-PrettyBoyRegular: PrettyBoyRegular;
    --dj-font-PrettyBoyMedium: PrettyBoyMedium;

    --dj-bg-body : #36008D;
    --dj-bg-Accent-Turquoise : #04C9B8;
    --dj-bg-Accent-Rose: #FFB3C1;
    --dj-bg-Accent-Yellow: #FCD200;
    --dj-bg-Accent-Coral: #FF5E53;
    --dj-bg-Primary-Offwhite : #FAF9F6;
    --dj-bg-Primary-300575 : #300575;
    --dj-bg-Primary-Charcoal : #171717;
    --dj-bg-Accent-Indigo : #36008D;


    --dj-text-Primary-Offwhite : #FAF9F6;
    --dj-text-Accent-Indigo : #36008D;
    --dj-text-Primary-Charcoal : #171717;
    --dj-text-Accent-Turquoise : #04C9B8;
    --dj-text-Accent-Rose: #FFB3C1;
    --dj-text-Accent-Yellow: #FCD200;
    --dj-text-Accent-Coral: #FF5E53;
    --dj-text-input-Text-input-fill: #6F6F6F;


    --dj-border-Accent-Indigo : #36008D;
    --dj-border-Accent-Coral: #FF5E53;
    --dj-border-Accent-Turquoise: #04C9B8;
    --dj-border-Accent-Yellow: #FCD200;
    --dj-border-Accent-Rose: #FFB3C1;
    --dj-border-Text-Outline: #F4F4F4;
    --dj-border-Text-Outline-New: #EAEAEA;


    --dj-input-Text-input-fill: #6F6F6F;


    --dj-white: #ffffff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body{
    background-color: var(--dj-bg-body);
    color: var(--dj-text-Primary-Offwhite);
    font-family: var(--dj-font-Inter);
    background-image: url(../image/bg-design1.svg);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

hr{
    color: var(--dj-border-Text-Outline-New);
    border-top: 1px solid #EAEAEA;
    opacity: 1;
}

a{
    text-decoration: unset;
}
a:hover{
    color: #4505ac;
}
.link-white-Accent-Turquoise{
    color: #EEEEEE;
}
.link-white-Accent-Turquoise:hover{
    color: var(--dj-text-Accent-Turquoise);
}

.font-inter{
    font-family: var(--dj-font-Inter);
}
.font-PrettyBoyRegular{
    font-family: var(--dj-font-PrettyBoyRegular) !important;
}
.font-PrettyBoySemiBold{
    font-family: var(--dj-font-PrettyBoySemiBold) !important;
}



/* Start Border Radius */
.rounded-5{
    border-radius: 5px !important;
}
.rounded-7{
    border-radius: 7px !important;
}
.rounded-10{
    border-radius: 10px;
}
.rounded-15{
    border-radius: 15px;
}
.rounded-20{
    border-radius: 20px;
}
.rounded-25{
    border-radius: 25px;
}
.rounded-30{
    border-radius: 30px;
}
.rounded-35{
    border-radius: 35px;
}
.rounded-40{
    border-radius: 40px;
}
/* End Border Radius */



/* Start Font Size */
.fs-10px{
    font-size: 10px;
}
.fs-12px{
    font-size: 12px;
}
.fs-14px{
    font-size: 14px;
}
.fs-18px{
    font-size: 18px;
}
/* End Font Size */


/* Start Chnages Font Size */
.change-fs-18px{
    font-size: 18px;
}
.change-fs-20px{
    font-size: 20px;
}
.change-fs-22px{
    font-size: 22px;
}
.change-fs-24px{
    font-size: 24px;
}
.change-fs-28px{
    font-size: 28px;
}
.change-fs-32px{
    font-size: 32px;
}
.change-fs-42px{
    font-size: 42px;
}
.change-fs-48px{
    font-size: 48px;
}
.change-fs-60px{
    font-size: 60px;
}
.change-fs-68px{
    font-size: 68px;
}
.change-fs-72px{
    font-size: 72px;
}
/* End Chnages Font Size */


/* Start Font Weight */
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
/* End Font Weight */


/* Start Line Height */
.lh-normal{
    line-height: normal;
}
/* End Line Height */

.word-break-all{
    word-break: break-all;
}


/* Start Text Color */
.dj-text-Accent-Rose{
    color: var(--dj-text-Accent-Rose);
}
.dj-text-Accent-Yellow{
    color: var(--dj-text-Accent-Yellow);
}
.dj-text-Accent-Turquoise{
    color: var(--dj-text-Accent-Turquoise);
}
.dj-text-Accent-Coral{
    color: var(--dj-text-Accent-Coral);
}
.dj-text-Primary-Charcoal{
    color: var(--dj-text-Primary-Charcoal);
}
.dj-text-input-Text-input-fill{
    color: var(--dj-text-input-Text-input-fill);
}
.dj-text-Accent-Indigo{
    color: var(--dj-text-Accent-Indigo);
}
/* End Text Color */


/* Start Background Color */
.dj-bg-Accent-Rose{
    background: var(--dj-bg-Accent-Rose);
}
.dj-bg-Primary-300575{
    background: var(--dj-bg-Primary-300575);
}
.dj-bg-Accent-Yellow{
    background: var(--dj-bg-Accent-Yellow);
}
.dj-bg-Accent-Turquoise{
    background: var(--dj-bg-Accent-Turquoise);
}
.dj-bg-Primary-Offwhite{
    background: var(--dj-bg-Primary-Offwhite);
}
.dj-bg-Accent-Indigo{
    background: var(--dj-bg-Accent-Indigo);
}
/* End Background Color */


/* Start Border Color */
.dj-border-Accent-Coral{
    border-color: var(--dj-border-Accent-Coral) !important;
}
.dj-border-Accent-Turquoise{
    border-color: var(--dj-border-Accent-Turquoise) !important;
}
.dj-border-Accent-Yellow{
    border-color: var(--dj-border-Accent-Yellow) !important;
}
.dj-border-Accent-Rose{
    border-color: var(--dj-border-Accent-Rose) !important;
}
.dj-border-Primary-Charcoal{
    border-color: var(--dj-bg-Primary-Charcoal) !important;
}
/* End Border Color */



/* Start Width */
.max-w-100{
    max-width: 100%;
}
/* End Width */



/* Start All Rounder */
.row-gap-2{
    gap: 1.2rem 0px;
}
.btn-light {
    --bs-btn-color: var(--dj-text-Primary-Charcoal);
    --bs-btn-bg: var(--dj-bg-Primary-Offwhite);
    --bs-btn-border-color: var(--dj-text-Primary-Offwhite);
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: none;
    height: 50px;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-white{
    border: 1px solid #EAEAEA;
    background: white;
    min-height: 45px;
}
.btn-white:hover {
    background-color: #f1f1f1;
    border-color: #EAEAEA;
}
.btn-Accent-Yellow {
    color: var(--dj-text-Primary-Charcoal);
    background: var(--dj-bg-Accent-Yellow);
    border-color: var(--dj-bg-Accent-Yellow);
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: none;
    height: 50px;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-Accent-Yellow:hover {
    background-color: #d1ae02;
    border-color: #d1ae02;
}


.section-padding{
    padding: 100px 0px;
}

.card {
    --bs-card-border-color: var(--dj-border-Text-Outline-New);
}
.card1{
    background: #3005754D;
    background-blend-mode: screen;
    border: 1px solid #FFFFFF1A;
}

.main-title1{
    font-family: var(--dj-font-PrettyBoyRegular);
    font-size: 88px;
    font-weight: 400;
    line-height: 97.94px;
}
.main-title-46{
    font-family: var(--dj-font-PrettyBoyRegular);
    font-size: 46px;
    font-weight: 400;
    line-height: 61.32px;
}
.main-title-59{
    font-family: var(--dj-font-PrettyBoyRegular);
    font-size: 59px;
    font-weight: 500;
    line-height: 71px;
    letter-spacing: 2px;
}   
.main-title-140{
    font-family: var(--dj-font-PrettyBoyRegular);
    font-size: 140px;
    font-weight: 400;
    line-height: 155.82px;
}

.mt-n1px{
    margin-top: -1px;
}
.mt-n2px{
    margin-top: -2px;
}

.mb-n1px{
    margin-bottom: -1px;
}
.mb-n2px{
    margin-bottom: -2px;
}

.cursor-pointer{
    cursor: pointer;
}

.section-title1-small{
    display: flex;
    align-items: center;
}
.section-title1-small span{
    height: 2px;
    width: 32px;
    background: var(--dj-text-Primary-Offwhite);
    display: block;
}
.section-title1-small p{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3em;
}
.section-title1 .section-title1-big h3{
    font-family: var(--dj-font-PrettyBoyRegular);
    font-size: 85px;
    font-weight: 400;
}
.before-unset::before{
    content: unset !important;
}
.powerby-guvi img{
    height: 30px;
}
.powerby-kalido img{
    height: 19px;
}
/* End All Rounder */



/* Start Header Section */
.header-price{
    /* background: var(--dj-bg-Accent-Turquoise); */
    background: var(--dj-bg-Accent-Yellow);
    padding: 10px 0px;
    position: sticky;
    top: 0px;
    z-index: 99;
}
.header-price-list{
    font-size: 16px;
    font-weight: 500;
    line-height: 18.5px;
    color: var(--dj-text-Accent-Indigo);
    display: flex;
    align-items: center;
}
.header-price-list-dot{
    min-width: 9.01px;
    min-height: 9.01px;
    border-radius: 50rem;
    background: var(--dj-text-Accent-Indigo);
    margin: 0px 40px;
}
.marquee-div {
    display: flex;
    align-items: center;
}
@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.marquee .marquee-div {
    /* text-transform: uppercase; */
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    -webkit-animation: marquee 10s linear infinite;
            animation: marquee 10s linear infinite;
    /* font-size: 200px; */
    /* font-family: "Gravitas One", Helvetica, Arial, sans-serif; */
    /* font-weight: 900; */
    /* color: #98c9ff; */
}
/* End Header Section */


/* Start Navbar */
.logo-white-line{
    width: 1px;
    background: var(--dj-bg-Primary-Offwhite);
    opacity: 50%;
}
.main-navbar .nav-link{
    color: var(--dj-text-Primary-Offwhite);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
}
.main-navbar .nav-link:hover{
    color: var(--dj-text-Accent-Turquoise);
}
.main-navbar .btn-light{
    height: 52px;
    border-radius: 50rem;
    padding: 0px 22px;
}
.main-navbar .navbar-brand img, .navbar-brand img{
    max-height: 61px;
}
/* End Navbar */


/* Start Banner Section */
.banner-section{
    background-image: url(../image/banner-1.png);
    background-repeat: no-repeat;
    background-position: right -168px top;
    /* padding-bottom: 550px; */
    min-height: 960px;
}
.banner-card{
    border-radius: 8px;
    min-width: 142px;
}
.banner-card .card-body{
    padding: 11px 17px;
}
.banner-card span{
    /* font-size: 16px; */
}
.banner-card p{
    /* font-size: 16px; */
    font-weight: 600;
}
.banner-section .btn-light, .regis1-div .btn-light, .home-welcome-section .btn-light{
    height: 80px;
    border-radius: 50rem;
    padding: 0px 43px;
    font-size: 23px;
}
/* End Banner Section */


/* Start Why Join Section  */
.whyjoin-card{
    border-radius: 20px;
    background: #17171726;
    border: unset;
}
.listwhyjoin-title{
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: var(--dj-bg-Accent-Yellow);
}
.whyjoin-subcard{
    border: 2px solid var(--dj-border-Accent-Yellow);
    border-radius: 20px;
    background-color: #2C0072;
}
.whyjoin-subcard-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}
/* Start Why Join Section  */


/* Start Counter Section */
.counter-section{
    /* margin-top: -250px; */
}
.counter-card{
    background: #300575B2;
    border-radius: 10px;
    border: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.counter-card-number{
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
}
.counter-card-title{
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
/* End Counter Section */



/* Start What Is Section */
.whatis-section{
    background: linear-gradient(180deg, rgba(48, 5, 117, 0) 0%, #300575 20.81%);
    /* background-image: url(../image/bg-design2.png); */
    /* background-image: url('../image/bg-design2.png'), linear-gradient(180deg, rgba(48, 5, 117, 0) 0%, #300575 20.81%); */
}
.whatis-card p{
    line-height: 30px;
}
.whatis-card-title{
    font-size: 24px;
    font-weight: 600;
    color: var(--dj-border-Accent-Rose);
}
/* End What Is Section */


.regis1-div h3{
    font-size: 42px;
    font-weight: 700;
}


/* Start Event v2 1 Section */
.event1v2-section{
    background: linear-gradient(180deg, rgba(48, 5, 117, 0) 0%, #300575 20.81%);
}
.event1-keyoutcomes-card{
    border: 1px solid var(--dj-border-Accent-Yellow);
    border-radius: 10px;
}
.event1-keyoutcomes-card svg{
    height: 40px !important;
}
.event1-learningmodules-card .left-img{
    border: 1px solid var(--dj-border-Accent-Yellow);
    border-radius: 10px;
}
.event1-learningmodules-card-title{
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.02em;
}
.event1-preevent-card{
    border: 1px solid var(--dj-border-Accent-Yellow);
    border-radius: 20px;
    background-color: #17171738;
}
.event1-preevent-card .card{
    border: 1px solid var(--dj-border-Accent-Yellow);
    border-radius: 10px;
}
/* End Event v2 1 Section */


/* Start Event More Section */
.eventmore-card{
    color: var(--dj-text-Primary-Charcoal);
    border-radius: 20px;
}
.eventmore-card .section-title1-small span{
    background: var(--dj-text-Primary-Charcoal);
}
.eventmore-card .section-title1 .section-title1-big h3{
    font-size: 62px;
    font-weight: 400;
}
/* End Event More Section */


/* Start People Slider Section */
.people-slider{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.people-slider-section{
    background: #300575;
}
.people-slider-title {
    font-family: var(--dj-font-PrettyBoyRegular);
    font-size: 45px;
    font-weight: 400;
}
.people-slider-div{
    max-width: 1075px;
    margin: auto;
}
.people-slider-designation{
    opacity: 0.4;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: unset;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next{
    width: 54px;
}
.swiper-wrapper{
    align-items: center;
}
/* End People Slider Section */



/* End Organisers Section */
.organisers-card{
    border-radius: 10px;
    background: #FFFFFF08;
}
.organisers-card .organisers-card-logo img{
    min-height: 100px;
    max-height: 100px;
    height: 100px;
    max-width: 100%;
    object-fit: contain;
}
.organisers-card .btn-light{
    height: 54px;
    padding: 0px 23px;
    border-radius: 50rem;
}
/* End Organisers Section */


/* Start Sponsor Section */
.sponsor-section{
    background: #300575;
}
.sponsor-card{
    border-radius: 5px;
    /* background: #FFFFFF08; */
    /* min-height: 112px; */
    min-height: 120px;
    height: 120px;
    border: 0px;
    background: #FFFFFF0D;
}
.sponsor-card .card-body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.sponsor-card .card-body img{
    /* min-height: 41px;
    max-height: 41px; */
    /* height: 41px; */
    /* width: 100%; */
    max-width: 100%;
    max-height: 100%;
}
/* End Sponsor Section */


/* Start Partners Section */
.partners-section{
    /* background: #300575; */
}
.partners-card {
    border-radius: 10px;
    background: #FFFFFF08;
}
/* End Partners Section */


/* Start Advisors Section */
.advisors-section{
    /* background: #300575; */
}
.advisor-div{
    color: var(--dj-text-Primary-Charcoal);
}
.advisor-div .advisor-content{
    border-radius: 80px;
    min-height: 330px;
}
.advisor-div .advisor-name{
    font-family: var(--dj-font-PrettyBoyRegular);
    font-size: 52px;
    font-weight: 400;
    line-height: 54px;
}
.advisor-img{
    border-radius: 50rem;
}
.advisors-slider{
    /* padding-bottom: 50px; */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.advisors-slider .swiper-button-next{
    top: auto;
    bottom: 0px;
    position: unset;
    margin-top: 5px;
    height: 18px;
}
.advisors-slider .swiper-button-prev{
    top: auto;
    bottom: 0px;
    position: unset;
    margin-top: 5px;
    height: 18px;
}
.advisors-slider .swiper-pagination{
    width: auto;
    position: unset;
}
.swiper-pagination-bullet{
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
}
/* End Advisors Section */



/* Start Register Section */
.register-section{
    background: var(--dj-bg-Accent-Coral);
}
.register-card .register-card-number{
    font-family: var(--dj-font-PrettyBoyRegular);
    background: var(--dj-bg-Primary-Offwhite);
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    color: var(--dj-text-Accent-Coral);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50rem;
    font-size: 24px;
    z-index: 1;
    position: relative;
}
.register-card::before{
    content: '';
    border-top: 2px dashed #ffffff21;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 44px;
}
/* End Register Section */


/* Start FAQ Section */
.faq-accordion .accordion-item{
    background: transparent;
    border: 0px;
    border-bottom: 1px solid rgba(250, 248, 245, 0.2);
    border-radius: 0px;
    padding: 40px 0px;
}
.faq-accordion .accordion-header{
    background: transparent;
}
.faq-accordion .accordion-button{
    background: transparent;
    box-shadow: unset;
    color: var(--dj-text-Primary-Offwhite);
    font-size: 24px;
    line-height: 30px;
}
.faq-accordion .accordion-body{
    color: var(--dj-text-Primary-Offwhite);
    font-weight: 300;
}
.faq-accordion .accordion-button::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACNSURBVHgB7ZRBDoUgDEQ76v+JXsIeRU+uR9FTsJBYrbog0UA3uuItCITpEEoLyIBzjstCBp0DNP3+TZ+KqcgO6yBiExf0Etk4G99BWPwJOJhPMaE2UfUQZIFjm9pE76XiPEHamMh7z7Iu47Xc/4q6owRHKgDMMdH+DiiDu6X0Sq7jbPyhMazCsIksdbwB4uUlBIrRw4wAAAAASUVORK5CYII=);
    transition: unset;
    background-position: center;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAECAYAAACKqs+rAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAzSURBVHgBtc0xAQAgDMTAPOCD+jeBFVx0fAaQUG7KFmVm9OZFIYk9XgeFbGh8onvwpNgBFHkK7dUP4foAAAAASUVORK5CYII=);
}
/* End FAQ Section */


/* End Want To Miss Section */
.wantmiss-section{
    background: var(--dj-bg-Primary-300575);
}
.wantmiss-section h2{
    font-family: var(--dj-font-PrettyBoyRegular);
    font-size: 82px;
}
.wantmiss-section .btn-light{
    height: 54px;
    padding: 0px 23px;
    border-radius: 50rem;
}
/* End Want To Miss Section */


/* Start Sub Footer Section */
.subfooter-section{
    background: #280266;
}
.subfooter-socialmedia ul{
    display: flex;
    align-items: center;
}
.subfooter-socialmedia ul li a{
    border: 1px solid #BFBFBF;
    min-width: 42px;
    min-height: 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    transition: 0.3s;
}
.subfooter-socialmedia ul li a:hover{
    border: 1px solid var(--dj-border-Accent-Coral);
    background: var(--dj-bg-Accent-Coral);
}
.subfooter-maintitle{
    font-size: 32px;
    font-weight: 600;
}
.subfooter-link{
    color: #EEEEEE;
    transition: 0.3s;
}
.subfooter-link:hover{
    color: var(--dj-bg-Accent-Turquoise);
}
.subfooter-brand img{
    max-height: 61px;
}
/* End Sub Footer Section */


/* Start Main Footer Section */
.mainfooter-section {
    background: var(--dj-bg-Primary-Charcoal);
    position: sticky;
    bottom: 0px;
    z-index: 99;
}
.mainfooter-section .btn-light {
    height: 54px;
    padding: 0px 23px;
    border-radius: 50rem;
}
/* End Main Footer Section */


.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler{
    border: 0px;
}


/* Start Home Welcome Page */
.home-welcome-section{
    display: flex;
    min-height: 100vh;
    align-items: center;
}
.main-welcome-card{
    min-height: calc(100vh - 200px);
}
.main-welcome-card .card-body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* End Home Welcome Page */

main{
    overflow: hidden;
}
.gt-blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.1;}
}

