 :root {
        --veidaBgColor: #FF5942;
        --negativeTxtColor: #fff;
        --titleColor:#133341;
         
        --text-black:#133341;
    }

.veidaWr.style1 {--bg-primary:#133341; --bg-hero:#ffe2db; }
.veidaWr.style1 .hero { background:#4b979f; }
#wrapper {background:#fff}

    @font-face {
        font-family: 'almoniDL400';
        font-weight: 400; /*(regular)*/
        font-style: normal;
        src: url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.eot');
        src: url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.eot') format('embedded-opentype'), url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.woff2') format('woff2'), url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.woff') format('woff');
    }
    @font-face {
        font-family: 'almoniDL700';
        font-weight: 700; /*(bold)*/
        font-style: normal;
        src: url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.eot');
        src: url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.eot') format('embedded-opentype'), url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.woff2') format('woff2'), url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.woff') format('woff');
    } 
    @font-face {
    font-family: 'ultrabold';
    font-weight: 900;
    font-style: normal;
    src: url('../../../../../Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.eot');
    src: url('../../../../../Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.eot') format('embedded-opentype'), url('../../../../../Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.woff2') format('woff2'), url('../../../../../Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.woff') format('woff')
}

    h1,h2,h3,h4,h5,h6 {font-weight:normal}
    body {
        padding: 0;
        margin: 0;
        direction: rtl;
        font-family: 'AlmoniDL400';
        font-size:16px;
        line-height:1;
        text-decoration:none;
        color:var(--text-black);
    }
    a {
        text-decoration: none;
        color:  var(--text-black);
    }

#wrapper {max-width: 100%}
.veidaWr {position:relative; background: #fcdb05;}
header{
    background:#fff;
}
header .logoGlobes {
    display: inline-block;
    background: url(../../../../../globes/image/upload/v1625556797/Digital/mad2021/Globes_Logo_kedh9i.svg) no-repeat 0 0;
    width: 140px;
    height: 36px;
    margin: 0px 16px;
   
 
}
.header .container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    margin: 0 auto;
    align-items: center;
    height: 100%;
}
.header .container .nodeName {    justify-self: start;   font-size: 35px;   line-height: 1; font-family:ultrabold; position:relative;     margin-right: 17px;}
.header .container .nodeName a img {    position: relative;    top: 5px;}
 .header .container .nodeName:before {   
      position: absolute;
    border-left: 1px #777777 solid;
    top: 11px;
    right: -17px;
    height: 30px;
    content: "";}
.header .container .sponser .hasut {
    font-size: 18px;    align-items: center;display: flex;
}
.header .container .sponser .hasut img {margin-right:10px; height:26px}
header {   top:0;   position: fixed;  height:64px;  width: 100%;left:0; z-index:2;    background-color: #fff;}

header .social:before {
    content: url(../../../../../globes/image/upload/v1625556797/Digital/mad2021/share_icn_voteeg.svg);
    margin: 0 22px;
    position: relative;
    top: 9px;
}
/*header .social:hover:before {content: url(https://res.cloudinary.com/globes/image/upload/v1614791054/Digital/fonda/a-icon-share-1.svg);}*/
header .hIconsWr {    display: flex; } 


.header.sticked .hIconsWr:after {display:none}

.header .container .register {
    color: #fff;
    background-color: #c72126;
      border:2px solid #c72126;
    padding:10px 20px;
    display: inline-block;
    text-align: center;
    font-family:demibold;
    font-size: 16px;
}
.header .container .register:hover{
      color:#c72126;
    background-color: #fff;
    border:2px solid #c72126;
}
.header .container .sponser { position: relative;  margin-top: 8px;  margin-right: 54px;}
.header .container .sponser:after {  
    position: absolute;
    border-left: 1px #a2a2a2 solid;
    top: -4px;
    right: -34px;
    height: 30px;
    content: "";}

.hero .heroImg {
 
    height: auto;
 
    display:block;
}
.hero  {
    display: flex;
   background-image:url('../../../../../globes/image/upload/v1625556968/Digital/mad2021/hero_desktop_BG_fc5hla.png');
   background-size:cover;
       justify-content: center;
       margin-top:64px;
padding: 40px 0;
        
}

.hero .left {background:#4b979f}
.hero .right {background:#ef3f27}
.hero .heroWr {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
    padding: 0 0 0 40px;
}
.hero .heroWr h1 {
     text-align: right;
    font-size: 60px;
    font-family: 'almoniDL900';
    
     line-height: 0.83;
         margin-bottom: 22px;
    margin-top: 30px;
}
.hero .heroWr h2 {
    text-align: right;
    font-size: 35px;
    font-family: 'ultrabold';
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 42px;
    color: #c72126;
    background: #fcdb05;
}
.hero .heroWr  p{
  margin: 0 0 40px 0;
}
.hero .heroWr .register2 {           
       color: #fff;
    background: #c72126;

    font-family: 'ultrabold';
    font-size: 35px;
    cursor: pointer;
    display: block;
    text-align: center;
     
}
.hero .heroWr .register2:hover {background-color: var(--veidaBgColor);  }


.hero .heroWr .subtitle {
    font-size: 30px;

    font-family: 'almoniDL700';
    text-align:right;
     line-height: 1.47;
}
    .hero .heroWr .date {
        font-size: 35px;
        color: #c72126;
        background: #fcdb05;
        font-family: 'almoniDL700';
        line-height: 42px;
        margin-bottom: 10px;
        text-align: center;
    }

.veidaInner {max-width:960px; margin:0 auto 90px}
    
.veidaInner h2.title {
       font-size: 36px;
    color: #c72126;
    font-family: 'almoniDL900';
    border-bottom: 1px #9d9d9d solid;
    padding-bottom: 0;
    position: relative;
    text-align: right;
    line-height: 42px;
    letter-spacing: -1px;
    padding-bottom: 10px;
}
.veidaInner h2.title:after {
    border-bottom: 4px solid #c72126;
    border-radius: 2px;
    content: "";
    position: absolute;
    width: 58px;
    right: 0;
    bottom: -2px;
}
 /*.all_lecturers:before{
     content:"";
     background-image:url('https://res.cloudinary.com/globes/image/upload/v1625556758/Digital/mad2021/gradient2_div8yp.svg');
     width:100%;
     height:517px;
     position:absolute;
         background-size: 100%;
     top:-500px;
     right:0;
 }*/
 .all_lecturers{
     max-width:100%;
     background-image: url('../../../../../globes/image/upload/v1625643670/Digital/mad2021/gradient_speakers_desktop_1row_vnp7gp.svg');
     position:relative;
     padding:300px 0;
     margin:0;
     display: none;
 }
 /*.all_lecturers:after{
     content:"";
     background-image:url('https://res.cloudinary.com/globes/image/upload/v1625556758/Digital/mad2021/gradient1_x9piuj.svg');
     width:100%;
     height:258px;
     position:absolute;
     bottom:-250px;
     right:0;
         background-size: 100%;
     background-color: #fff;
 }*/
  .all_lecturers h2.title {
        color: #fff;
        border-bottom: 1px #fff solid;
        max-width: 960px;
            margin: 20px auto;
            width: calc(100% - 36px);
    }
        .all_lecturers h2.title:after {
            border-bottom: 4px solid #0119de;
        }
 .sponsers {
    max-width: 100%;
    background: #fff;  
    position:relative;
    padding:100px 0;
    margin:0;
}
  .sponsers .title{
      max-width: 960px;
            margin: 20px auto;
            width: calc(100% - 36px);
 
 }
  /*.sponsers:after{
    content:"";
    background-image:url('https://res.cloudinary.com/globes/image/upload/v1625556758/Digital/mad2021/gradient4_hgwxyp.svg');
    position:absolute;
    bottom: -200px;
    right: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
        background-size: 100%;
}*/
   
.veidaInner .veidaAbout {
    grid-template-columns: auto auto;
    display:grid;
    grid-gap:40px;
}
.veidaAbout .credit {    font-size: 14px;}
.veidaInner .veidaAbout, .veidaInner .veidaAbout p {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.13px;
    text-align: right;
    color: #133341;
   
}
.veidaInner.about .info {     
    display: flex;
    justify-content: space-between;
    padding: 29px;
    height: -webkit-fill-available;
    width: 283px;
}
.veidaInner.about .info .pRight p {max-width:110px}
.veidaInner.about .info h3 {  font-size: 22px; font-weight:normal;font-family: 'almoniDL700'; color:#535353; margin:0 }

.veidaInner.about .info .pRight {    /*border-left: 1px var(--veidaBgColor) solid;*/     padding-left:20px;    width: calc(50% - 20px);}
.veidaInner.about .info .pRight p, .veidaInner.about .info .pLeft p {    font-size: 18px;}
.veidaInner.about .info .pLeft {    padding-right: 20px;}
.veidaInner .veidaAbout .veidaAboutTitle { max-width: 617px;}
.veidaInner .veidaAbout .veidaAboutTitle h3 { font-size: 24px; font-weight:normal;font-family: 'almoniDL700'; color:var(--titleColor);  margin:0}
.veidaInner .veidaAbout .info img {    text-align: left;
    display: inherit;}


 
 
.veidaInner.blackblock h2.title, .veidaInner.blackblock .veidaAbout {max-width: 960px; margin:0 auto}
.veidaInner.blackblock { background:#75bec6;    padding:64px 0; margin:32px auto 86px; max-width:100%; min-height:308px }
 
.veidaInner.blackblock .veidaAboutTitle {margin-top:26px}
.veidaInner.blackblock .info {    margin-top: 20px;}
 
.veidaInner .banners {    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
 margin:auto;
    max-width: 960px;   align-items: center;        justify-content: center;}
.veidaInner .banners a {display:inline-block;  margin: 0px 20px 25px; }
.veidaInner .banners .veidaAbout{display:none;}
.veidaInner .banners  img {width:100%;}
.veidaInner.registerHeader .veidaAboutTitle {   max-width: 100%;}



.veidaInner.registerHeader .veidaAboutTitle ul {display: flex;  justify-content:space-between }
.veidaInner.registerHeader .veidaAboutTitle ul li  { position:relative;    list-style: none;text-indent: 25px;}
.veidaInner.registerHeader .veidaAboutTitle ul li:before {background:url(../../../../../globes/d/12504/check2.svg) no-repeat 0 0; content:''; width:20px;height:20px; position:absolute; right:0}


.veidaInner.registerHeader .veidaAbout {grid-template-columns:auto}

.veidaInner.registerHeader .veidaAbout .info {display:none}
.veidaInner.registerHeader {position:relative;    margin-bottom: 52px;}


.footer {  background-image:url('../../../../../globes/image/upload/v1625643398/Digital/mad2021/gradient_footer_desktop_pmr8k7.svg');background-color: #fff; margin:0 auto;  padding:160px 150px 34px 159px;
            color:#fff; overflow:hidden; background-repeat: no-repeat;  background-position: bottom center;}
.fBGIm {    position: relative;
    max-width: 960px;
    margin: 0 auto;}

.footer .socialF h5 {    
    font-size: 22px;
    font-family: 'almoniDL900';
    color: #c72126;
    display: block;
    margin: 0;
    line-height: 25px;
    margin-left: 5px;
    margin-bottom:8px;
}
 
.footer  a { color:#0119de;   }
.footer  a:hover {text-decoration:underline}

.footer .socialF a {
   display: inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-left: 10px;
    color: #fcdb05;
    text-align: center;
    line-height: 30px;
    background: #c72126;
    padding: 0px;
    position:relative;
}
.footer .socialF a:hover {border-color:#f8d28f; text-decoration:none;color:#f8d28f;}


.footer .fWrF {max-width:960px; margin:0 auto; position:relative; overflow:hidden}
.footer .socialF .fa-facebook:before {    content: "\f09a";}
.footer .socialF .fa-envelope:before {    content: "\f0e0";}
.footer .socialF .fa-twitter:before  {    content: "\f099";}
.footer .socialF .fa-whatsapp:before {    content: "\f232 ";}
.footer .socialF .fa-linkedin:before {    content: "\f0e1";}
 

.footer .socialF {float:left;  text-align:right;    margin-top: 20px;}
.footer .contact {float:right; width:50%;text-align:right}
.footer .contact p {    font-size: 20px;    font-family: 'almoniDL400'; color: #c72126;}
.footer .contact p strong {font-size: 22px;    font-family: 'almoniDL700'; line-height:29px; color:#c72126}
.footer-bottom {  max-width: 960px;width: 100%;margin: 50px auto 0; font-size:15px;     text-align: right; border-top: 1px solid rgba(0, 0, 0, 0.51);display: flex;
    justify-content: space-between;}
.footer-bottom p, .footer-bottom a{margin:15px 0;color:#000; }
.veidaInner.book .veidaAbout {display:block; overflow:hidden; position:relative;padding-top: 10px;}
.veidaInner.book .veidaAboutTitle { border:1px #000 solid; padding:40px 90px 40px 40px;   float: left; max-width:570px; width:100%; margin-left:86px}
.veidaInner.book .info {float:right; position: absolute;  right: 68px;  bottom: 0;  margin-right: 86px;   position: absolute;    right: 7px;}
.veidaInner.book .veidaAboutTitle a {text-decoration:underline}
.veidaInner.book .veidaAboutTitle a:hover {color:var(--veidaBgColor);}
.veidaInner.book .info p {margin:0}
.veidaInner.book .info img {  box-shadow: -10px -10px 0 0 #000;}
.veidaInner.book .veidaAboutTitle {  box-shadow: -10px -10px 0 0 #000;}
.veidaInner.book .veidaAboutTitle h6 {font-size: 16px; color:#133341; }
.veidaInner.about {position:relative;}

#animation_container{
    padding-top:60px;
}
.gallery {    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 9px;}
.gallery img {width:100%; height:auto}
#countdown:before{
    content:"";
    background-image:url(../../../../../globes/image/upload/v1625557221/Digital/mad2021/yellow1_exiapv.svg);
    position:absolute;
    top: -60px;
    width: 100%;
    height: 95px;
        background-size: 100%;
        background-repeat: no-repeat;
}
#countdown {    
    position:relative;
        background: #fcdb05;
    color: #c72126;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
 
}
#countdown div {
        width: 200px;
     
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
 
}
#countdown span:first-child {
     width: 60px;
    display: inline-block;
    
 
    font-size: 36px;
    font-family: 'AlmoniDL900';
    line-height: 1.44;
    letter-spacing: 1.66px;
}
#countdown span:last-child {
    font-size: 20px;
      line-height: 29px;
}
#countdown div:after {
    position: absolute;
    border-left: 1px #c72126 solid;
    top: 14px;
    left: -5px;
    height: 42px;
    content: "";
}
#countdown div.c4:after {display:none}

.tracks {display: flex;justify-content: center;    align-items: center;}
.track { padding: 20px;  }
.track .title{font-family: 'almoniDL700'; color:#fff; font-size:30px;}

.tracksInfo {    display: grid;font-size: 20px;    grid-template-columns: auto auto;    grid-gap: 19px;    max-width: 700px;
    margin: 0 auto;    margin-top: 41px;}
.tracksInfo span a {color:#2e7b7e; border-bottom:1px #2e7b7e solid}



 .veidaInner strong {
    font-weight: normal;
    font-family: 'almoniDL700';
}



.veidaInner.register .track {  min-width:274px; min-height:274px;    display: flex;
    justify-content: center;   flex-direction: column;    justify-content: center; background: #2a4e5e;}
.veidaInner.register .track:first-child { background:#133341; margin-top:0; min-width:343px; min-height:343px}
.veidaInner.register .track:first-child * {color:#fff}
 

.veidaInner.register .track .title {font-size: 32px;    font-family: 'AlmoniDL900';  line-height:47px;}
.veidaInner.register .track .price {font-size: 32px; color:#fff;    font-family: 'AlmoniDL400';  line-height:47px; margin-bottom:20px}
.veidaInner.register .track .rgisterBtn {    
 background-color: #ef3f27;
     
    padding: 12px 40px;
    font-family: AlmoniDL700;
    font-size: 18px; 
    max-width:162px;
    line-height: 1.5;
    text-decoration: none !important;
    margin: 0 auto;
    display: inline-block;
}
.veidaInner.register .track:first-child .rgisterBtn  {    color:#133341; margin-bottom:8px; display:inline-block;}
.veidaInner.register .track .desc p a { text-decoration:underline; }
.veidaInner.register .track .desc p a {    border: 1px #000 solid;}


.moreOption { position:relative;   max-width: 960px;    margin: 0 auto 50px; text-align:right; display:none}
.moreOption h2 {
    font-size: 28px;
    color: var(--titleColor);
    font-family: 'almoniDL900';
    text-align: right;
    line-height: 52px;}

.moreOption a {padding: 21px 24px 21px 32.7px; border:1px #e9e2de solid; display:inline-block;font-family: AlmoniDL700;
    font-size: 22px; line-height:32px;       padding: 15px 25px 15px 160px; position: relative; }

.moreOption a:after {    content: "\f104";
    display: block;
    font-size: 33px;
    color: #000;
    position: absolute;
    left: 30px;
    top: 17px;
    font: normal normal normal 26px/1 FontAwesome;}

.lecturers {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(200px, 1fr ));
    grid-gap:20px;
    max-width: 960px;
    margin: 0 auto 50px;
}

.item_img_wr {
    background: #fff;
    padding: 10px;
}
.item_name {
    font-size: 22px;
    text-align: right;
    font-family: almoniDL900;
    margin: 10px 0 0 0;
    color:#c72126;
}
.job_title {
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #c72126;
}
.job_title p{
    margin:0;
}
 
.d_img img {width:100%;    border-bottom: solid 5px #549396;}

.lecturers .item_img_wr:nth-of-type(3n) .d_img img { border-bottom: solid 5px #549396;}
.lecturers .item_img_wr:nth-of-type(3n - 1) .d_img img { border-bottom: solid 5px #f8d28f;}
.lecturers .item_img_wr:nth-of-type(3n - 2) .d_img img { border-bottom: solid 5px #ef3f27;}



@media screen and (max-width:1280px) {
    .veidaWr:before, .veidaWr:after {display:none}
    .veidaInner.blackblock {}
}


@media screen and (max-width:1150px) {
.header .container .nodeName {font-size: 25px;}

.header .container .nodeName:before {top:3px}
}
 



.socialBlock .close {background-image: url(../../../../../globes/urban_renewal/X.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;    font-size: 0;
}
.overlay {
    overflow: hidden;
    width: 110% !important;
    height: 110% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: Gray;
    opacity: 0.7;
    z-index: 10;
    display:none
}
.socialBlock {
    width: 565px;
    height: 532px;
    background: #fff;
    position: fixed;
    z-index: 200000;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 111111111111111111111111111;
    outline: 1000px rgba(0,0,0,0.8) solid;
    direction: ltr;
}
.socialBlock h3 {
    font-family: 'ultrabold';
    font-size: 30px;
    margin: 40px 0 10px;
    text-align: center;
}
.socialBlock .sWr {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.socialBlock a {
    display: inline-block;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    margin: 38px;
    position: relative;
 
}
.socialBlock a:after {
    position: absolute;
    font-size: 14px;
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 130%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: almoniDL400;
}
.copyLink {   
    display: none; 
    font-family: 'almoniDL400';
    font-size: 16px;
    color: #fff;
    background-color: #000;
    height: 44px;
    line-height: 44px;    top: 489px; position:relative}

.socialBlock .copy:after {
    content: "העתק קישור";
    width: 90px;
}
.socialBlock .twitter {
    background:url('../../../../../globes/urban_renewal/icn_twitter.svg') no-repeat center;
}
.socialBlock .fb {
    background:url('../../../../../globes/urban_renewal/icn_facebook.svg') no-repeat center;
}
.socialBlock .mail {
    background:url('../../../../../globes/urban_renewal/icn_mail.svg') no-repeat center;
}
.socialBlock .linkedin {
    background:url('../../../../../globes/urban_renewal/icn_linkedin.svg') no-repeat center;
}
.socialBlock .copy {
    background:url('../../../../../globes/urban_renewal/icn_copy_link.svg') no-repeat center;
}
.socialBlock .whatsapp {
    background:url('../../../../../globes/urban_renewal/icn_whatsapp.svg') no-repeat center;
}
.socialBlock .fb:hover {background-image:url(../../../../../globes/urban_renewal/icn_facebook_color.svg); }

.socialBlock .twitter:hover{background-image:url(../../../../../globes/urban_renewal/icn_twitter_color.svg);}

.socialBlock .whatsapp:hover {background-image:url(../../../../../globes/urban_renewal/icn_whatsapp_color.svg); }

.socialBlock .mail:hover {background-image:url(../../../../../globes/urban_renewal/icn_mail_color.svg);}

.socialBlock .linkedin:hover { background-image: url(../../../../../globes/urban_renewal/icn_linkedin_color.svg);}

.socialBlock .copy:hover {background-image:url(../../../../../globes/urban_renewal/icn_copy_link_color.svg);}


.socialBlock .fb:after {
    content: "Facebook";
}
.socialBlock .twitter:after {
    content: "Twitter";
}
.socialBlock .whatsapp:after {
    content: "WhatsApp";
}
.socialBlock .mail:after {
    content: 'דוא"ל';
}
.socialBlock .linkedin:after {
    content: "LinkedIn";
}

/* takanon */
#SBTakanon { 
    text-align:right;    
    max-width:960px; 
    margin:78px auto 50px
             
}
#SBTakanon h1 {       
    position:relative;
    font-size: 60px;
    line-height: 70px;
 margin: 20px 0 32px 0;
 
    font-family: almoniDL900;
    font-weight: normal;

    color: #133341;
  }
 
#SBTakanon ol li {  
    text-align:right;
    font-family: OpenSansHebrew;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.09px;
    color: #555;
    margin-bottom: 14px;}
#SBTakanon p { 
    text-align:right;
    line-height: 26px;
    font-size: 19px;
    margin: 0 0 30px;
    font-family: OpenSansHebrew;
    color: #2d303a;
    max-width:750px;
   }
#SBTakanon p a {color:#000 ; border-bottom:1px #000  solid;     word-break: break-word;}

.register3{
    font-family:ultrabold;
    font-size:30px;
    color:#fff;
    background:#c72126;
    padding:3px 80px;
    margin-top:80px;
    display:inline-block;
        border:2px solid #c72126;
}
/* hover */
.veidaAboutTitle a:hover {text-decoration:underline}
.header .container .register:hover, 
/*.veidaInner.register .track .desc .rgisterBtn:hover {    background-color:var(--veidaBgColor);  }
.veidaInner.register .track .desc .rgisterBtn:hover {border: 1px  var(--veidaBgColor) solid }*/
/*.hero .heroWr .register2:hover {position: relative;    top: 2px;    right: -2px;     box-shadow: none;}*/
 
header .hIconsWr .social { cursor:pointer}
@media screen and (max-width:800px) {
    .tracksInfo {    grid-template-columns: auto;     margin-top: 10px;}
    header .hIconsWr:after {display:none}
.hero .heroWr .register2 {position:relative}

#animation_container {
    padding-top: 39px;
}

    .gallery {    grid-template-columns: 1fr;    grid-gap: 20px; }
    .lecturers { padding-bottom:30px;   grid-template-columns: 1fr 1fr; width: calc(100% - 36px);}
    body {min-width: 100%;}
     #wrapper {background:#fff}
    .veidaWr {width: 100%;}
    .veidaWr:before, .veidaWr:after{display:none;}
    .header{height:40px;}
    .header .logoGlobes {width: 20px; height:20px; background-image:url('../../../../../globes/image/upload/v1625729661/Digital/mad2021/Gimel_jsfzg5.svg'); margin-right:0}
    .header .container { width: calc(100% - 24px);   padding:0 ;justify-content: space-between;}
    .header .hIconsWr{margin:0; display:flex;}
     header .social:before { margin: 0 20px 0 0;content:url('../../../../../globes/image/upload/v1625556797/Digital/mad2021/share_icn_voteeg.svg'); top:2px;}
    .header .container .nodeName.nodeName {zoom:60%}

    .header .container .register {line-height: 20px;       padding: 3px 20px;}
    .header .container .sponser .hasut { font-size: 16px;display:inline-block; line-height:42px;}
    .header .container .sponser:after{display:none;}
    .header .container .sponser .hasut img{position: relative;top: 5px; height:auto;}
    .header .container .sponser {position: absolute;top: 45px;width: 100%; right: 0; background: #fff;box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.13), inset 0 2px 3px 0 rgba(0,0,0,0.13);
     height:42px; z-index:-1;margin:0;}
    .header.sticked .sponser{top:3px;}
    .hero{background-image:url('../../../../../globes/image/upload/v1625575260/Digital/gexecutives/Hero_Mobile_BG_vvg7yp.png');
    padding: 45px 0px 90px;
}
    .hero {display:block; height:auto; width:100%;     margin-top: 40px; position: relative;}
    .hero.noSponser {margin-top:44px}
    .heroWr{width: calc(100% - 36px);margin: 0 auto;position: relative;z-index: 1;}
    .hero .heroWr .register2 {float:none; font-size:22px;    padding: 8px 16px;}
    .hero .heroWr .subtitle {font-size:20px; margin-bottom:0;}
    .hero .heroWr h1 { font-size:45px; max-width:100%; margin:0;   font-family: 'almoniDL900'; }
    .hero .heroWr h1 img {width:95%;    }
    .hero .heroWr h2 {font-size: 35px;}
    .hero .heroWr .date{ font-size:30px; }
    .hero .heroImg{display:none;}
    #countdown:before{background-image:url('../../../../../globes/image/upload/v1625575469/Digital/mad2021/yellow1_1_fitc2m.svg');top: -25px;
    width: 100%;
    height: 25px;}
    #countdown {display: grid; grid-template-columns:repeat(4, 1fr); width:100%;z-index: 1;position: relative;padding:11px 0;     }
    #countdown div {width: auto; border-left: 1px solid #c72126 ; padding:0;}
    #countdown span:first-child{font-size:28px;width: auto; margin-left:10px; line-height:1;}
    #countdown span:last-child {font-size: 16px; margin-left:0;}
    #countdown div:after{display:none;}
    #countdown .c4{border-left:none;}

    .about p img{width:100%; height:auto;}
    .about h6{margin:0;}
    .veidaInner .veidaAbout {display:block}
    .veidaInner.book .veidaAbout {display: flex;flex-direction: row-reverse;overflow: hidden;justify-content: space-between;margin: 40px auto; max-width: 360px;}
    .veidaInner.book .veidaAboutTitle, .veidaInner.book .info img { box-shadow: -6px -6px 0 0 #000;}
    .veidaInner.book .veidaAboutTitle { padding: 10px 50px 10px 10px; float: none;  max-width: 152px; margin-left: 7px;}
    .veidaInner.book .info { float: none;bottom: 26%;margin-right: 0; right: 0;}
    .veidaInner .veidaAbout .veidaAboutTitle h3{font-size:20px;} 
    .veidaInner.blackblock { padding:30px 18px; }
    .veidaInner.blackblock h2.title:after { border-bottom-color: var(--veidaBgColor);}
    .veidaInner.blackblock h2.title {  margin-top: 0;}
    .veidaInner .veidaAbout, .veidaInner .veidaAbout p { font-size: 18px; color:#133341;}
    .veidaInner.blackblock iframe{margin-top:30px;}
    .veidaInner {width:calc(100% - 36px); margin: 0 auto 50px }
    .all_lecturers, .sponsers{width:100%;}
    .veidaInner h2.title { font-size:24px; line-height:34px;}
    .veidaInner.about .info h3 { font-size: 20px; font-family: 'almoniDL900';  }
   .veidaInner.about .info {padding: 0;display: grid;grid-template-columns: 1fr 1fr;  height: auto;width: calc(100% - 36px);margin:0;}
    .veidaInner.book .veidaAboutTitle h6{font-size:14px;}
    .info .pRight p, .info .pLeft p{margin:5px 0;}
    .veidaInner.about .info .pRight{border-left:none;padding-left: 0;width: 100%;}
 
    .veidaInner.registerHeader {    margin-bottom: 30px;}
    .tracks { flex-direction: column;}
    .veidaInner.registerHeader .veidaAboutTitle ul {flex-direction: column;margin-bottom:20px;}
    .veidaInner.registerHeader .veidaAboutTitle ul li{padding:10px 0;}
    .veidaInner.register .tracks .track{margin: 0 auto 20px; min-width: auto; min-height: auto;width: calc(100% - 40px); }
    .moreOption a {line-height: 28px; padding:20px 20px 20px 60px; width: calc(100% - 116px);text-align: right; display: block; margin: 0 auto;}
    .moreOption .title{text-align:right;width: calc(100% - 36px); margin: 10px auto 20px;font-family: 'ultrabold';}
    .footer {
        margin: 0 auto;
        padding: 125px 18px 15px;
    }
    .footer .contact, .footer .socialF{float: none; width: 100%; text-align: right; }
    .footer .contact{margin:20px 0 30px;}
    .footer .socialF{margin:20px 0;}
     .veidaInner .banners a {
        display: inline-block;
        margin: 0px 4px 30px;
    }
    .moreOption a:after { left: 18px; top: 40%;font: normal normal normal 22px/1 FontAwesome;}
    .footer .contact p {font-size: 18px;font-family: 'almoniDL400';}
    .footer .contact p strong{font-size:20px;font-family:almoniDL700;font-weight:normal;margin-bottom:10px;display: inline-block;line-height:19px;}
    .footer .socialF h5 { font-size: 20px; display:block;margin-bottom:10px;}
    .footer .socialF a{margin:0 0 0 10px;}
    .veidaInner .banners {    display: grid; grid-template-columns: 1fr;  max-width: 300px;}
    .veidaInner .banners img {width:100%}
    .socialBlock {width: 100%; }
    .socialBlock h3{margin:20px 0 10px;}

    #SBTakanon { margin: 87px auto 50px;width: calc(100% - 36px);}
    #SBTakanon h1{font-size:45px; margin:20px 0;}
    #SBTakanon ol{padding-right:20px;}

    .header .container .nodeName:before {    top: 7px;  right: -15px;}

    .all_lecturers {
    margin:0;
}
    /*.all_lecturers:before {
        background-image: url(https://res.cloudinary.com/globes/image/upload/v1625576501/Digital/mad2021/gradient2_1_neow5h.svg);
        height: 190px;
        top: -190px;
}
    .all_lecturers:after {
        background-image: url(https://res.cloudinary.com/globes/image/upload/v1625576498/Digital/mad2021/gradient1_1_eps398.svg);
        height: 130px;
        bottom: -100px;
        background-color: #fff;
}*/
    .sponsers {
    margin-bottom: 0;
    padding: 30px 0;
}
    .sponsers:after {
      background-image: url(../../../../../globes/image/upload/v1625576978/Digital/mad2021/gradient4_1_qd44tc.svg);

    bottom: -100px;

    height: 100px;

}
    .item_name{
        margin:0;
    }
    .register3{
 
    font-size:35px;
    width: calc(100% - 60px);
    margin:40px  auto 0;
    padding:3px 0;
    display:block;
}
    .footer-bottom {
    display: block;
        margin: 0px auto;
  
}
    .hero .heroWr{
        padding:0;
    }
}
@media screen and (max-width:450px) {
 .veidaInner.blackblock iframe{width:100%; height:200px;}
     .all_lecturers {
    background-image:url('../../../../../globes/image/upload/v1625646158/Digital/mad2021/gradient_speakers_desktop_2rows_1_dnkbev.svg');
     background-size:cover;
}
     .footer{
         background-image:url('../../../../../globes/image/upload/v1625646155/Digital/mad2021/gradient_footer_mobile_zwwxzi.svg');
             background-size: 100%;
     }
}
@media screen and (max-width:350px) {
    #countdown span:first-child {font-size: 25px;}
    #countdown span:last-child {font-size: 14px;}
    .veidaInner.book .veidaAboutTitle {padding: 10px 70px 10px 10px; max-width: 113px; }
    .hero .heroWr h2 {font-size:32px}
    .hero .heroImg {    object-position: top;}
}