/* inter-100 - greek_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/inter-v13-greek_latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-200 - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/inter-v13-greek_latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-300 - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/inter-v13-greek_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-regular - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-v13-greek_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-500 - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/inter-v13-greek_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-600 - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/inter-v13-greek_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-700 - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-v13-greek_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-800 - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/inter-v13-greek_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-900 - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/inter-v13-greek_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

html, body{margin: 0px;padding: 0px;background: #feff5b;}


a{text-decoration: none;}
ul{list-style: none;padding: 0px;margin: 0px;}

.pagewrap{padding: 0px 20px;}

h1{
    font-family: 'Inter';
    font-size: 72px;
    line-height: 78px;
    color: #3D009B;
}

h2{
    font-family: 'Inter';
    font-size: 42px;
    line-height: 54px;
    font-weight: 500;
}

h3{
    font-family: 'Inter';
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}

h4{
    font-family: 'Inter';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 500;
}

.text-16px{
    font-family: 'Inter';
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}

.text-12px{
    font-family: 'Inter';
    font-size: 12px;
    line-height: 21px;
    font-weight: 600;
}

p{
    font-family: 'Inter';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.button-250px{
    position: relative;
    display: block;
    width: 250px;
    max-width: 100%;
    padding: 15px 0px;
    border: 1px solid #feff5b;
    text-align: center;
    margin: auto;
    font-size: 16px;
    color: #feff5b;
}

.button-250px:hover{
    background-color: #feff5b;
    color: #3D009B;
}

/*site-menu starts*/
#menuholder{width: 100%;position: sticky;top:0;display: flex;z-index: 100;}
#menuholder.open-menu{position: fixed;}
.menuholder-left{width: 80%;float: left;background-color: #feff5b;display: flex;border: 1px solid #3D009B;position: relative;}
.menuholder-right{width: 20%;float: right;background-color: #82FFBD;border-top: 1px solid #3D009B;border-right: 1px solid #3D009B;border-bottom: 1px solid #3D009B;}
.menuholder-left .element-left .button{width: 61px;height: 67px;display: flex;flex-direction: column;gap: 10px;justify-content: center;align-items: center;cursor: pointer;}
.menuholder-left .element-left .button span{display:block;width: 42px;height: 2px;background-color: #3D009B;}
.menuholder-left .element-right{display: flex;gap: 30px;padding: 0px 20px;}
.menuholder-left .element-right ul{display: flex;gap: 20px;}
.menuholder-left .element-right ul li{padding: 20px 0px;}
.menuholder-left .element-right ul li:hover a{opacity: 0.6;}
.menuholder-left .element-right .logo, .menuholder-left .element-right .language{margin: auto;}
.menuholder-left .element-language{position: absolute;right: 20px;top: 32%;}
.menuholder-left .element-language a:hover{opacity: 0.6;}
.menuholder-right{margin: auto;padding: 21.5px 10px;}
.menuholder-right ul{display: flex;gap: 10px;justify-content: space-between;align-items: center;}
.menuholder-right ul li:hover a{opacity: 0.6;}
#menuholder a{color: #3D009B;}

.overlay-menu {
    position: fixed;
    background: #fff!important;
    top: 0;
    left: 0;
    right: 0;
 opacity: 0;
    visibility: hidden;
    height: 0%;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
    z-index: 99;
}

.overlay-menu.open {
    opacity: 1;
    visibility: visible;
    height: 100%
}
.overlay-menu.open #menuholder{z-index: 100;position: fixed;}

.menu-inside{display: flex;width:100%;height: 100%;background-color: #3D009B;}
.menu-inside-left{width: 80%;float: left;padding: 100px 0px 0px 40px;display: flex;overflow: scroll;}
.menu-inside-left .inside-left-60{width: 60%;float: left;display: flex;flex-direction: column;justify-content: space-between;}
.menu-inside-left .elements-top{display: flex;}
.menu-inside-left .elements-inside-left{width: 50%;float: left;}
.menu-inside-left .elements-inside-right{width: 50%;float: right;display: flex;flex-direction: column;justify-content: space-between;}
.menu-inside-left .title h4, .menu-inside-left a, .menu-inside-left p{color: #feff5b;}
.menu-inside-left .elements-inside-right .menu-overlay-mobile .elements-top-bottom ul li{padding-bottom: 10px;}
.menu-inside-left li:hover a{opacity: 0.6;}
.menu-overlays-elements{margin-top: 10px;}
.menu-overlays-elements ul{height: 366px;}
.menu-overlays-elements ul li{padding-bottom: 14px;}
.menu-socials ul li:last-child{margin-top: 40px;}
.menu-inside-left .inside-left-60 .elements-bottom p, .menu-inside-left .inside-left-60 .elements-bottom a{font-size:12px;}
.menu-inside-left .inside-left-60 .elements-bottom a:hover{opacity: 0.6;}

.nav_toggle.active .button span:nth-child(1){transform: rotate(45deg);position: absolute;}
.nav_toggle.active .button span:nth-child(2){transform: rotate(-45deg);}
.nav_toggle.active .button span:nth-child(3){display: none;}


.menu-inside-left .inside-right-40{width: 40%;float: right;}
.menu-inside-right{width: 20%;float: right;}
.menu-inside-right .section-right{background-color: #FEB4FF;width: 100%;padding: 69px 25px 21px 25px;}

.menu-inside-left .elements-inside-left .menu-overlay-mobile .element-right{display: none;}

.menuholder-left .element-register{position: absolute;right: 20px;top: 34%;display:none;}

@media screen and (max-width:1240px) and (min-width:200px){
	.menuholder-left .element-right .site-menu{display: none;}
}


@media screen and (max-width:1009px) and (min-width:200px){
    .menuholder-left{width: 100%;}
    .menuholder-left .element-left #nav{background-color: #3D009B;}
    .menuholder-left .element-left .button span{background-color: #feff5b;}
    .menuholder-right ul{justify-content: center;}
    .menuholder-right ul li:nth-child(1){display: none;}
    .menuholder-right ul li:nth-child(2){font-size: 24px;text-transform: uppercase;}
    .menuholder-right{padding: 15.5px 10px;display: none;}
    .menu-inside .menu-inside-left{width: 100%;}
    .menu-inside .menu-inside-right{display: none;}
    .menu-inside .menu-inside-left{padding: 100px 0px 0px 62px;}
    .menu-inside .menu-inside-left .inside-left-60{width: 80%;}
    .menu-inside .menu-inside-left .inside-right-40{width: 20%;}
	
	.menuholder-left .element-register{display:block;}
	.menuholder-left .element-language{right:188px;}
}

@media screen and (max-width:500px) and (min-width:200px){
    .menuholder-left .element-language{display: none;}
    .menu-inside-left .elements-top{display: block;}
    .menu-inside-left .elements-inside-left{width: 100%;}
    .menu-inside-left .elements-inside-right{width: 100%;}
    .menu-overlays-elements ul{height: auto;}
    .menu-socials{margin: 20px 0px;}
    .menu-socials ul li{padding-bottom:10px}
    .menu-socials ul li:last-child{margin-top: 10px;}
    .menu-inside .menu-inside-left{padding: 80px 20px 0px 20px;}
    .menu-inside .menu-inside-left .inside-left-60{width: 100%;}
    .menu-inside .menu-inside-left .inside-right-40{display: none;}
    .menu-inside-left .elements-top{margin-bottom: 40px;}
    .menu-inside-left .elements-inside-right .partnership{margin-top: 40px;}
    .menu-inside-left .elements-inside-left .menu-overlay-mobile .element-left{width: 60%;float: left;}
    .menu-inside-left .elements-inside-left .menu-overlay-mobile .element-right{display: block;width:40%;float: right;}
}

@media screen and (max-width:737px) and (min-width:200px){.menuholder-left .element-language{display:none;}}
@media screen and (max-width:490px) and (min-width:200px){.menuholder-left .element-register{display:none;}}

@media screen and (max-width:671px) and (min-width:200px){
    .menuholder-right ul li:nth-child(2) a{font-size: 13px;}
}

.wpml-ls-legacy-list-horizontal{padding: 0px!important;margin: 0px!important;border: none!important;}
.wpml-ls-legacy-list-horizontal a{padding: 0px 10px 0px 0px!important;margin: 0px!important;}
.wpml-ls-legacy-list-horizontal ul li a{text-transform: uppercase;}
.wpml-ls-legacy-list-horizontal ul li:nth-child(2) a{padding: 0px!important;}
/*site-menu-ends*/


/*home-page starts*/
#hero-section{
    height: 750px;
}
.section-left{
    position: relative;
    width: 80%;
    height: 100%;
    float: left;
    border-left: 1px solid #3D009B;
    border-bottom: 1px solid #3D009B;
    border-right: 1px solid #3D009B;
    background-color: #FEB4FF;
    overflow: hidden;
}

#hero-section .section-left h1{width:457px;max-width:100%;position:absolute;left: 10px;bottom: 0px;z-index: 2;}
#hero-section .section-left .images-desktop img{position:absolute;width:250px;z-index: 1;}
#hero-section .section-left .images-mobile{display: none;}

.section-right{
    width: 20%;
    height: 100%;
    float: left;
    border-bottom: 1px solid #3D009B;
    border-right: 1px solid #3D009B;
    background-color: #82FFBD;
    padding: 35px 25px 21px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-right h2, .section-right p, .section-right p a{
    color: #3D009B;
}

.section-right p a:hover{opacity: 0.6;}

.section-right .element-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#carousel{border-left: 1px solid #3D009B;border-right: 1px solid #3D009B;padding: 20px 0px;}
#carousel h4{color: #3D009B;}
#carousel .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    
    transition-timing-function:linear!important; 
    position: relative;
}

#carousel .swiper-slide {
    text-align: center;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 11px 50px 0px 50px;
}

#carousel .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

#section-speakers .swiper-slide{
    text-align: left;
}

#section-speakers .bottom-right img{
    width: 16px;
    float: right;
}

#section-speakers .swiper-pagination-2{
    width: 50%;
    text-align: left;
    color: #feff5b;
    font-size: 20px;
    bottom: -3px;
}

#speaker-element:hover .bottom-right img{
    position: absolute;
    display: block;
    top: -5px;
    right: 0px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section-cioannina{
    width: 100%;
    padding: 30px 20px;
    border-top: 1px solid #3D009B;
    border-left: 1px solid #3D009B;
    border-right: 1px solid #3D009B;
    background-color: #82FFBD;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.section-cioannina{
    width: 100%;
    padding: 30px 20px;
    border-left: 1px solid #3D009B;
    border-right: 1px solid #3D009B;
    background-color: #82FFBD;
    display: flex;
    gap: 20px;
    justify-content: center;
}
#section-cioannina img, .section-cioannina img{width: 100%;height: auto;object-fit: cover;}
#section-cioannina .element-desktop, .section-cioannina .element-desktop{display: block;}
#section-cioannina .element-mobile, .section-cioannina .element-mobile{display: none;}

@media screen and (max-width:830px) and (min-width:200px){
    #section-cioannina .element-desktop{display: none;}
    #section-cioannina .element-mobile{display: block;}

    .section-cioannina .element-desktop{display: none;}
    .section-cioannina .element-mobile{display: block;}
}


#section-about{
    position: relative;
    border: 1px solid #3D009B;
    height: 800px;
    background-color: #feff5b;
    padding: 10px;
}

#section-about .pagewrap{
    border: 1px solid #3D009B;
    height: 100%;
    overflow: hidden;
}

#section-about .element-left{
    position: relative;
    width: 50%;
    float: left;
    border-right: 1px solid #3D009B;
    height: 100%;
    padding-right: 20px;
}

#section-about .element-left .images{position: relative;height: 100%;}

#section-about .element-left .images img{
    position: absolute;
    width: 250px;
}


#section-about .element-right{
    width: 50%;
    float: left;
    height: 100%;
    padding: 0px 50px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

#section-about .element-right p, #section-about .element-right h2{
    color: #3D009B;
}

#section-about .element-right .title{
    width: 461px;
    max-width: 100%;
}

#section-about .element-right .element-bottom{
    width: 461px;
    max-width: 100%;
}

#section-about .element-right .element-bottom p{
    padding-bottom: 20px;
}

#section-about .element-bottom a{
    color: #3D009B;
}

#section-about .element-bottom a:hover{
    opacity: 0.6;
}

@media screen and (max-width:1020px) and (min-width:500px){
    #section-about .element-right{ padding: 0px 30px; }
}

#section-speakers{
    position: relative;
    padding: 70px 20px 50px 20px;
    background-color: #3D009B;
    border-left: 1px solid #3D009B;
    border-right: 1px solid #3D009B;
    border-bottom: 1px solid #3D009B;
}

.mySwiper2{
    margin-top: 40px;
    padding-bottom: 40px;
}

.mySwiper2 .swiper-button-next{
    top: 98%;
    right: 5px;
    
}

.mySwiper2 .swiper-button-prev{
    top: 98%;
    left: 96%;
}

.mySwiper2 .swiper-button-next::after, .mySwiper2 .swiper-button-prev::after{
    font-size: 20px;
    height: 20px!important;
    color: #feff5b;
}

.mySwiper{
    width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
}

.mySwiper .swiper-wrapper{width: 100%!important;padding: 30px 0px;}

.mySwiper .swiper-slide .image-element{width: 100%;}

.mySwiper .swiper-slide #speaker-card:hover img{
    display: block;
}

.speakers-top{
    width: 100%;
    display: flex;
}

.speakers-top-left{
    width: 50%;
    float: left;
} 

.speakers-top-left h2{
    width: 400px;
    max-width: 100%;
    color: #feff5b;
}

.speakers-top-right{
    width: 50%;
    float: right;
    text-align: right;
    margin: auto 0px 0px 0px;
}

.speakers-top-right p{
    width: 414px;
    max-width: 100%;
    float: right;
    color: #feff5b;
    text-align: right;
    
}

.speakers-bottom{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


#speaker-card{
    width: 100%;
    border: 1px solid #fff;
    padding: 10px;
    cursor: pointer;
}

#speaker-card .speaker-img{
    overflow: hidden;
    height: 400px
}

#speaker-card .speaker-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

#speaker-card .speaker-img:hover img{
    transform: scale(1.1);
    transition: 0.2s;
}

.speaker-bottom{
    position: relative;
    width: 100%;
    padding: 20px 0px 10px 0px;
}

.speaker-bottom .bottom-left{
    width: 100%;
    float: left;
}
.speaker-bottom .bottom-left h4{
    height: 60px;
}
.speaker-bottom .bottom-left h4, .speaker-bottom .bottom-left p{
    color: #feff5b;
}

.speaker-bottom .bottom-left p{height: 125px;font-size: 14px;}

.post-type-archive .speaker-bottom .bottom-left p{height: auto;}

.speaker-bottom .bottom-right{
    width: 10%;
    float: left;
    text-align: right;
    position: absolute;
    top: 30px;
    right: 0px;
}

.speakers-button{
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width:750px) and (min-width:500px){
    #speaker-card .speaker-bottom h4{
        height: 60px;
    }
}

@media screen and (max-width:810px) and (min-width:200px){
    #speaker-card{width: 100%;}
}

@media screen and (max-width:1626px) and (min-width:1149px){
    .mySwiper2 .swiper-button-prev{left:94%;}
}

@media screen and (max-width:1148px) and (min-width:874px){
    .mySwiper2 .swiper-button-prev{left:92%;}
}

@media screen and (max-width:873px) and (min-width:648px){
    .mySwiper2 .swiper-button-prev{left:90%;}
}

@media screen and (max-width:647px) and (min-width:480px){
    .mySwiper2 .swiper-button-prev{left:84%;}
}

@media screen and (max-width:479px) and (min-width:200px){
    #speaker-card{width: 100%;}
    .mySwiper2 .swiper-button-prev{left:82%;}
}

@media screen and (max-width:671px) and (min-width:200px){
    #speaker-card{width: 100%;}
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #3D009B;
    z-index: 10;
    display: none;
    padding-top: 68px;
}

#overlay.open{display: block;}
.swiper-wrapper.wrapper_open .swiper{overflow: visible;}
.swiper-wrapper.wrapper_open{width:100vw;height: 100vh;position: fixed;top: 0;left: 0;z-index: 99;overflow: visible;transform: translate3d(0px,0px,0px)!important;}
#section-speaker .swiper-wrapper.wrapper_open .swiper-slide{width: 0px;}
.swiper-slide.active{width: 100%!important;position: fixed;left: 0;z-index: 1000;}

#overlay .overlay-left{
    width: 50%;
    float: left;
}

#overlay .overlay-left .image-div{
    width: 100%;
    height: 100vh;
    position: relative;
    opacity: 1;
    left:0;
    animation-name: slidein;
    animation-duration: 0.5s;
}

#overlay .overlay-left .image-div img{
    width: 100%;
    height: auto!important;
    object-fit: contain;
}

#overlay .overlay-right{
    width: 50%;
    float: right;
    height: 100%;
    overflow-y: scroll;
}

#overlay .overlay-right .overlay-right-top{
    background-color: #FEB4FF;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
    opacity: 1;
    animation-name: slidefromRight;
    animation-duration: 0.5s;
    animation-delay:0s;
    border-left: 1px solid #3D009B;
    border-right: 1px solid #3D009B;
}

#overlay .overlay-right .overlay-right-top:hover{
    background: #FEB4FF;
}

#overlay .overlay-right .overlay-right-top p{
    margin: 0px;
    color: #3D009B;
}

#overlay .overlay-right .overlay-right-top .button{
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

#overlay .overlay-right .overlay-right-top .button span{
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #3D009B;
}

#overlay .overlay-right .overlay-right-top .button span:nth-child(1){
    position: absolute;
    transform: rotate(45deg);
}

#overlay .overlay-right .overlay-right-top .button span:nth-child(2){
    transform: rotate(-45deg);
}

#overlay .overlay-right .overlay-right-bottom{
    margin: 40px 20px 100px 20px;
    color: #feff5b;
    position: relative;
    opacity: 1;
    animation-name: slidefromRight;
    animation-duration: 0.5s;
    animation-delay: 0s;
    height: auto;
}

#overlay .overlay-right .overlay-right-bottom .image{height: 700px;}

#overlay .overlay-right .overlay-right-bottom .image img{width: 100%;height: 100%;object-fit: cover;}

#overlay .overlay-right .overlay-right-bottom .title h2{
    line-height: 42px;
}

#overlay .overlay-right .overlay-right-bottom .content{
    width: 616px;
    max-width: 100%;
    margin: 40px 0px 50px 0px;
}
#overlay .overlay-right .overlay-right-bottom .social{display: flex;gap: 20px;padding-bottom: 30px;}
#overlay .overlay-right .overlay-right-bottom .social a{
    color: #feff5b;
}

.bottom-button{margin: 100px 0px 50px 0px;text-align: center;}
.bottom-button a{position: relative;border: 1px solid #feff5b;padding: 15px 25px;font-size: 16px;color: #feff5b;}
.bottom-button a:hover{background-color: #feff5b;color: #3D009B;}

@keyframes slidein{
    0%{
        left: -100px;
    }
    100%{
        left: 0px;
    }
}

@keyframes slidefromRight{
    0%{
        opacity: 0;
        right: -100px;
    }
    100%{
        opacity: 1;
        right: 0px;
    }
}

@media screen and (max-width:1415px) and (min-width:811px){
    .speakers-bottom{grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width:810px) and (min-width:500px){
    .speakers-bottom{grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width:499px) and (min-width:200px){
    .speakers-bottom{grid-template-columns: repeat(1, 1fr);}
    .speaker-bottom{padding: 10px 0px 0px 0px;}
}

@media screen and (min-width:955px){
    .overlay-right-bottom .image{display: none;}
}
@media screen and (max-width:954px) and (min-width:200px){
    #overlay{overflow: scroll;}
    .overlay-left{display: none;}
    #overlay .overlay-right .overlay-right-top{width: 100%;}
    #overlay .overlay-right{width: 100%;border: 1px solid #3D009B;}
    #overlay .overlay-right .overlay-right-top{border-bottom: 1px solid #3D009B;border-left: 0px;border-right: 0px;}
    #overlay .overlay-right .overlay-right-bottom{margin: 0px 0px 50px 0px;}
    .overlay-right-bottom .title{margin-top: 40px;text-align: left;padding: 0px 20px;}
    .overlay-right-bottom .title h2{padding-bottom: 20px;}
    #overlay .overlay-right .overlay-right-bottom .content{width: 100%;padding: 0px 20px;text-align: left;}
    .overlay-right-bottom .social{text-align: center;}
    #overlay .overlay-right .overlay-right-bottom .social{justify-content: start;margin: 0px 20px;}
}

@media only screen and (max-width:542px) and (min-width:200px){
    #overlay .overlay-right .overlay-right-bottom .image{height: 500px;}
}

@media screen and (max-width:520px) and (min-width:200px){
    #overlay .overlay-right .overlay-right-bottom .title h2{font-size: 30px;}
    #overlay .overlay-right .overlay-right-bottom .title h4{font-size: 18px;line-height: 28px;}
    #overlay .overlay-right .overlay-right-bottom .content p{font-size: 14px;}
}

#section-shedule{
    position: relative;
    background-color: #FEB4FF;
    padding: 80px 0px;
    border-left: 1px solid #3D009B;
    border-right: 1px solid #3D009B;
    border-bottom: 1px solid #3D009B;
}

.schedule-top, .schedule-bottom{padding: 0px 20px;}

.schedule-title{
    width: 100%;
}

.schedule-top, .title-right{display: flex;}

.schedule-top .title-left{
    width: 50%;
    float: left;
    color: #3D009B;
}
.schedule-top .title-right{
    width: 50%;
    float: right;
    text-align: right;
    justify-content: end;
}
.schedule-top .title-right p{
    margin: auto 0px;
    color: #3D009B;
}

.schedule-item{
    border: 1px solid #000;
    margin-top: 30px;
}

.schedule-item .item-title{width: 100%;position:relative;padding-top: 33px;padding-bottom:10px;background-color: #82FFBD;}
.schedule-item .item-title .title-left{width: 50%;float: left;padding-left: 20px;color: #3D009B;}
.schedule-item .item-title .title-right{width: 50%;float: right;justify-content: end;padding-right: 20px;color: #3D009B;text-align: right;} 

/*
.schedule-item:first-child .item-body .faq-container:first-child .Title span, .schedule-item:first-child .item-body .faq-container:last-child .Title span{display: none;}
.schedule-item:nth-child(2) .item-body .faq-container:first-child .Title span, .schedule-item:nth-child(2) .item-body .faq-container:last-child .Title span{display: none;}
.schedule-item:last-child .item-body .faq-container:last-child .Title span{display: none;}
*/

.faq{width: 100%;padding: 25px 20px;border-top: 1px solid #3D009B;}
.faq_time{width: 20%;float: left;}
.faq_question{width: 80%;float: left;}
.faq h4, .faq h3, .faq span, .faq p{color: #3D009B;}
.faq ul li p{margin-bottom: 0px;}
.faq .Title span{text-transform: uppercase;}
.faq_question .question{display: flex;justify-content: space-between;gap: 20px;cursor: pointer;}
.faq_answer_container{padding-top: 20px;width: 90%;max-width: 100%;}
.faq_answer_container p, .faq_answer_container ul li, .faq_answer_container a{color: #3D009B;}
.faq_question .image-icon{position: relative;width: 20px;height: 30px;}
.faq_question .image-icon span{position:relative;display:block;width: 20px;height: 3px;background-color: #3D009B;}
.faq_question .image-icon span:nth-child(1){top: 19px;}
.faq_question .image-icon span:nth-child(2){top:16px;transform: rotate(90deg);}
.faq.open .image-icon span:nth-child(2){display: none;}

@media screen and (max-width:520px) and (min-width:200px){
    .schedule-bottom{padding: 0px 5px;}
    .schedule-top{display: block;}
    .schedule-top .title-left, .schedule-top .title-right{width: 100%;}
    .schedule-top .title-right{text-align: left;padding-top: 20px;justify-content: start;}
}

@media screen and (max-width:595px) and (min-width:200px){
    .schedule-item .item-title .title-left, .schedule-item .item-title .title-right{
        width: 100%;
        justify-content: start;
        padding: 0px 0px 0px 20px;
    }
}

/*section-workshops starts*/
#section-workshops{background-color: #82FFBD;border-left: 1px solid #3D009B;border-right: 1px solid #3D009B;}
#section-workshops .pagewrap{padding: 49px 20px 70px 20px;}
#section-workshops h2, #section-workshops p, #section-workshops h3, #section-workshops h4{color: #3D009B;}
.workshops-bottom{margin-top: 30px;display: grid;gap: 20px;grid-template-columns: repeat(4, 1fr);}
.workshop-card{border: 1px solid #3D009B;width: 100%;}
.workshop-card-top{padding: 15px;display: flex;justify-content: space-between;}
.workshop-card-middle{padding: 0px 15px;width: 100%;max-width: 100%;display: flex;flex-direction: column;gap: 32px;}
.workshop-card-middle h3{height: 160px;overflow: hidden;}
.workshop-card-middle h4{height: 65px;}
.workshop-card-bottom{margin-top:70px ;padding: 5px;display: flex;justify-content: space-between;gap: 8px;}
.workshop-card-bottom .button-left, .workshop-card-bottom .button-right{width: 100%;text-align: center;border: 1px solid #3D009B;padding: 20px 0px;color: #3D009B;cursor: pointer;}
.workshop-card-bottom a{font-size: 16px;color: #3D009B;}
.workshop-card-bottom .button-left:hover, .workshop-card-bottom .button-right:hover{background-color: #3D009B;color: #82FFBD;}

#section-workshops #overlay{background-color: #82FFBD;}
#section-workshops #overlay.open{display: block;}
#section-workshops .overlay-right-top{border-bottom: 1px solid #3D009B;}
#section-workshops .overlay-right-bottom .date{display: flex;justify-content: space-between;margin-bottom: 20px;}
#section-workshops #overlay .overlay-right-bottom .social a{color: #3D009B;}
#section-workshops #overlay .overlay-right-bottom .social a:hover{opacity: 0.6;}
#section-workshops .overlay-right-bottom .button-div{margin-top: 40px;}
#section-workshops .overlay-right-bottom .button-div:hover{background-color: #FEB4FF;}
#section-workshops .overlay-right-bottom .button-div a{position: relative;display: block;width: 100%;border:1px solid #3D009B;padding: 15px 0px;text-align: center;color: #3D009B;}
#section-workshops #overlay .content ul, #section-workshops #overlay .content ol{list-style: disc;padding-left: 20px;}
#section-workshops #overlay .content ul li, #section-workshops #overlay .content ol li{color: #3D009B;padding-bottom: 10px;}
#section-workshops #overlay .content ul li:last-child, #section-workshops #overlay .content ol li:last-child{padding-bottom: 20px;}
#section-workshops #overlay .content a{color: #3D009B;text-decoration: underline;}

@media screen and (max-width:954px) and (min-width:200px){
    #section-workshops .overlay-right-bottom .date{padding: 0px 20px;margin-top: 50px;}
    #section-workshops .overlay-right-bottom .button-div{margin: 40px 20px 60px 20px;}
}


/*section-workshops ends*/

/*section-location and page location starts*/
#section-location{
    position: relative;
    padding: 20px;
    height: 800px;
    background-color: #3D009B;
}
#section-location .pagewrap{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #feff5b;
    height: 100%;
}
#section-location .location-top{width: 100%;display: flex;justify-content: space-between;color: #feff5b;}
#section-location .location-bottom h4{width: 610px;max-width: 100%;color: #feff5b;padding-bottom: 24px;}
#section-location .location-bottom .button{position: relative;display: block;text-align: center;color: #feff5b;border: 1px solid #feff5b;width: 240px;max-width: 100%;padding: 20px 0px;font-size: 16px;}
#section-location .location-bottom .button:hover{background-color: #feff5b;color: #3D009B;}

#page-location, #page-about{width: 100%;padding: 30px 0px;background-color: #feff5b;border-left:1px solid #000;border-right: 1px solid #000;}
#page-location .hero-image{height: 750px;}
#page-location .hero-image img{width: 100%;height: 100%;object-fit: cover;}
#page-location .hero-text{width: 600px;max-width: 100%;margin: auto;display: flex;flex-direction: column;gap: 20px;padding: 30px 0px;}
#page-location .hero-text p, #page-location .hero-text h2, #page-location .title h2{color: #3D009B;}

.location-attractions, .location-hotels, .location-restaurants, .location-bars{margin-bottom: 30px;}

.location-bottom-elements{margin-top: 30px;display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;}
#location-card{border: 1px solid #3D009B;padding: 10px;cursor: pointer;}
#location-card .location-img{overflow: hidden;height: 319px;}
#location-card .location-img img{width: 100%;height: 100%;object-fit: cover;overflow: hidden;}
#location-card .location-img img:hover{scale: 1.1;transition: 0.5s;}
.location-bottom{position: relative;width: 100%;padding: 20px 0 10px 0;}
.location-bottom .bottom-left{width: 90%;float: left;}
.location-bottom .bottom-left h4{color: #3D009B;}
.location-bottom .bottom-right{width: 10%;float: right;text-align: center;}
#location-card:hover .bottom-right img{position: absolute;right: 0;top: -5;transition: 0.5s;}
#location-card .overlay-right .title h2{color: #feff5b;}

@media screen and (max-width:1080px) and (min-width:500px){
    #page-location .hero-image{height: 500px;}
}

@media screen and (max-width:499px) and (min-width:200px){
    #page-location .hero-image{height: 400px;}
    #page-location{padding: 15px 0px;}
}

@media screen and (max-width:1127px) and (min-width:810px){
    .location-bottom-elements{margin-top: 30px;display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;}
}
@media screen and (max-width:809px) and (min-width:200px){
    .location-bottom-elements{margin-top: 30px;display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;}
}
@media screen and (max-width:673px) and (min-width:500px){
    #location-card .location-img{height: 270px;}
}
@media screen and (max-width:499px) and (min-width:200px){
    #location-card .location-img{height: 180px;}
    .location-bottom{padding: 10px 0px;}
    .location-bottom .bottom-left h4{font-size: 16px;}
}
/*section-location and page-location ends*/

/*page about starts*/

#page-about{width: 100%;padding: 30px 0px;background-color: #feff5b;}
#page-about .pagewrap{width:100%;}
.page-about-left{width:49%;float: left;}

.page-about-left .swiper{height: 880px;padding-bottom: 40px;}
.page-about-left .swiper img{object-fit: contain;}
.page-about-left .swiper-button-next{top: 97%;right: 0px;}
.page-about-left .swiper-button-prev{top: 97%;left: 92%;}
.page-about-left .swiper-button-next::after, .page-about-left .swiper-button-prev::after{font-size: 19px;color: #3D009B;}
.page-about-left .swiper-pagination-2{text-align: left;color: #3D009B!important;font-size: 18px;}

.page-about-left .image img{width: 100%;}
.page-about-right{width:49%;float:right;border: 1px solid #3D009B;padding: 20px;}
.page-about-right p, .page-about-right h2, .page-about-right li {color: #3D009B;}
.page-about-right li span{font-size: 18px;}
.page-about-right li{padding-bottom: 10px;}
.big-title, .content-bottom{width: 618px;max-width: 100%;}

@media screen and (max-width:1206px) and (min-width:1000px){
    .page-about-left .swiper-button-prev{top: 97%;left: 89%;}
}
@media screen and (max-width:611px) and (min-width:200px){
    .page-about-left .swiper-button-prev{top: 97%;left: 84%;}
}
@media screen and (max-width:960px) and (min-width:200px){
    .page-about-left{width: 100%;margin-bottom: 40px;}
    .page-about-right{width:100%;}
}
@media screen and (max-width:810px) and (min-width:200px){
    .page-about-left .swiper{height: 500px;}
}
/*page about ends*/

/*page contact starts*/
#page-contact{width: 100%;padding: 30px 0px;border-left: 1px solid #3D009B;border-right: 1px solid #3D009B;}
.page-contact-left{width:50%;float: left;padding-right: 30px;}
.page-contact-left .image{height: 684px;}
.page-contact-left .image img{width: 100%;height: 100%;object-fit: cover;}
.page-contact-right{width:50%;float:left;border: 1px solid #3D009B;padding: 20px;height: 680px;}
.page-contact-right a, .page-contact-right ul li{font-family: 'Inter';font-size: 18px;line-height: 24px;font-weight: 400;padding-bottom: 10px;}
.page-contact-right a, .page-contact-right p, .page-contact-right ul li, .page-contact-right h2{color: #3D009B;}
.big-title, .content-bottom{width: 618px;max-width: 100%;}

.page-contact-right .informations{
    margin: 40px 0px;
}
.page-contact-right .social{margin-bottom: 40px;}
.page-contact-right .informations ul li p, .page-contact-right .social ul li p{line-height: 15px;}
.page-contact-right .informations a:hover, .page-contact-right .content-bottom p:hover a{opacity: 0.6;}

@media screen and (max-width:870px) and (min-width:200px){
    .page-contact-left{width: 100%;padding-right: 0px;margin-bottom: 40px;}
    .page-contact-right{width: 100%;height: auto;}
    .page-contact-left .image{height: 500px;}
}
/*page contact ends*/

/*page page starts*/
#selidaholder{border-left: 1px solid #3D009B;border-bottom: 1px solid #3D009B;border-right: 1px solid #3D009B;}
#selidaholder .pagewrap{padding: 50px 20px;}
#selidaholder h1,#selidaholder h2, #selidaholder h3, #selidaholder h4, #selidaholder h5, #selidaholder h6, #selidaholder p{color: #3D009B;}
#selidaholder ul li{color: #3D009B;}
#selidaholder #titlos-erga{margin-bottom: 40px;}
#selidaholder .text{width: 70%;max-width:100%;}
#selidaholder .text p a{color: #3D009B;}
#selidaholder .section-top{margin-bottom: 40px;}

/*section media partners starts*/
#selidaholder .media{margin-top: 40px;}

#selidaholder .image-element .block{width:170px;height: 153px;border: 1px solid #3D009B;background-color: #fff;}
#selidaholder .image-element .block img{width: 100%;height: 100%;object-fit: contain;}
.bottom-elements-images{margin-top: 29px;display: flex; gap: 10px; flex-wrap:wrap;}
#selidaholder .bottom-elements-images-swiper{display: none;}
#selidaholder .mySwiper .swiper-slide{padding-bottom: 30px;}

#section-media .media, #section-media .Creative-partner{width: 50%;float: left;}
#section-media{background-color: #feff5b;border: 1px solid #3D009B;}
#section-media h2{color: #3D009B;font-size: 18px;}
#section-media .pagewrap{padding: 40px 20px 60px 20px;}

.media-partners{margin-top: 45px;}

#section-media .image-element .block{border: 1px solid #3D009B;height: 153px;width: 170px;background-color:#fff;}
#section-media .image-element .block img{width: 100%;height: 100%;object-fit: contain;}

#section-media .media .image-element:nth-child(1) .block{background-color:#e10004;}

.Creative-partner{padding-left: 40px;}
#selidaholder .Creative-partner{padding-left: 0px;margin-top: 40px;}
.Creative-partner .image-element{padding-top: 21px;display:flex;gap:10px;}
.Creative-partner .image-element .block{width: 170px;max-width: 100%;}

.bottom-elements-images-partnership{display: grid;gap: 10px;grid-template-columns: repeat(8, 1fr);}
.bottom-elements-images-partnership .image-element{width: 100%;}
.bottom-elements-images-partnership .image-element .block{width: 100%!important;padding:15px!important;height: 153px;border: 1px solid #3D009B;background-color: #fff;}

#section-media .bottom-elements-images-swiper{display: none;}
@media screen and (max-width:1462px) and (min-width:200px){
	.Creative-partner{display: none;}
}
@media screen and (max-width:500px) and (min-width:200px){
	#section-media .media .bottom-elements-images{display: none;}
}

@media screen and (max-width:1048px) and (min-width:501px){
    #section-media .media{width:100%;}
    #section-media .image-element .block, #selidaholder .image-element .block{width: 150px;height: 130px;}
}

@media screen and (max-width:1396px) and (min-width:1000px){
    .bottom-elements-images-partnership{display: grid;gap: 10px;grid-template-columns: repeat(6, 1fr);}
}

@media screen and (max-width:999px) and (min-width:600px){
    .bottom-elements-images-partnership{display: grid;gap: 10px;grid-template-columns: repeat(4, 1fr);}
    .page-id-179 .bottom-elements-images .block{width: 100%!important;}
    .page-id-179 .bottom-elements-images{display: grid;gap: 10px;grid-template-columns: repeat(4, 1fr);}
}

@media screen and (max-width:599px) and (min-width:200px){
    .bottom-elements-images-partnership{display: grid;gap: 10px;grid-template-columns: repeat(3, 1fr);}
    .page-id-179 .bottom-elements-images .block{width: 100%!important;}
    .page-id-179 .bottom-elements-images{display: grid;gap: 10px;grid-template-columns: repeat(2, 1fr);}
}

/*section media new code starts*/
#section-media{display: none!important;}
#section-media-new .pagewrap{padding: 40px 20px 60px 20px;}
#section-media-new .flex-elements-desktop{display: flex;gap: 20px;}
#section-media-new .flex-elements-desktop .flex-element-left{width: 100%;}
#section-media-new .flex-elements-desktop .flex-element-right{width: 100%;}
#section-media-new{background-color: #feff5b;border: 1px solid #3D009B;}
#section-media-new .title h2{color: #3D009B;font-size: 18px;}
#section-media-new .flex-elements-desktop .bottom-element{width: 100%;margin-top: 30px;display: flex;gap: 10px;flex-wrap: wrap;}
#section-media-new .flex-elements-desktop .bottom-element .image-element{width: 170px;height: 150px;}
#section-media-new .flex-elements-desktop .bottom-element .image-element .block{width: 100%;height: 100%;}
#section-media-new .flex-elements-desktop .bottom-element .image-element .block img{width: 100%;height: 100%;object-fit: contain;}
#section-media-new .flex-elements-desktop .bottom-element .block{width: 170px;height: 150px;border: 1px solid #3D009B;background-color: #fff;}
#section-media-new .flex-elements-desktop .bottom-element .image-element:nth-child(1) .block{background-color: #e10004;}
#section-media-new .flex-elements-desktop .bottom-element .block img{width: 100%;height: 100%;object-fit: contain;}
#section-media-new .flex-elements-mobile{display: none;}

@media screen and (max-width:1124px) and (min-width:200px){
    #section-media-new .flex-elements-desktop{flex-direction: column;gap: 40px;}
    #section-media-new .flex-elements-desktop .bottom-element{margin-top: 0px;}
}
@media screen and (max-width:400px) and (min-width:200px){
    #section-media-new .title h2{line-height: 26px;}
    #section-media-new .flex-elements-desktop .bottom-element{display: grid;grid-template-columns: repeat(2,1fr);}
    #section-media-new .flex-elements-desktop .bottom-element .image-element{width: 100%;height: 100%;}
    #section-media-new .flex-elements-desktop .bottom-element .block{width: 100%;height: 120px;}
}
/*section media new code ends*/

/*section media partners ends*/


#selidaholder-partner{margin: 40px 0px;}
#selidaholder-partner .pagewrap{display: flex;gap: 30px;}
#selidaholder-partner .partner-left, #selidaholder-partner .partner-right{width: 50%;float: left;}
#selidaholder-partner .partner-left{padding: 20px;}
#selidaholder-partner p{color: #3D009B;}
#selidaholder-partner .partner-left h2,#selidaholder .partner-left p{width: 618px;max-width: 100%;color: #3D009B;}
#selidaholder-partner .partner-right{border: 1px solid #000;padding: 20px;height: 700px;}
#selidaholder-partner .partner-right .fluentform{margin-top: 66px;}
#selidaholder-partner .partner-right .ff-field_container, #selidaholder-partner .partner-right .ff-el-group{margin-bottom: 20px;color: #3D009B;}
#selidaholder-partner .partner-right .ff-el-input--label{margin-bottom: 7px;color: #3D009B;}
#selidaholder-partner .partner-right .ff-el-input--content input, #selidaholder-partner .partner-right #ff_1_message{width: 100%;border: 1px solid #3D009B;}
#selidaholder-partner .partner-right .ff-el-input--content input{height: 40px;}
.ff-btn{position: relative;
    border: 1px solid #3D009B!important;
    padding: 15px 55px!important;
    font-size: 16px!important;
    color: #3D009B!important;
    background-color: #feff5b!important;
}
.ff-btn:hover{background-color: #3D009B!important;color: #feff5b!important;}    

@media screen and (max-width:500px){
    #section-media .media{width:100%;}
    #selidaholder .section-top h1, #selidaholder #titlos-erga h1{font-size: 48px;line-height: 60px;}
    .bottom-elements-images .image-element{width: 100%;}
    #section-media .image-element .block{width: 100%;height: 100%;}
    #selidaholder .image-element .block{width: 100%;height: 123px;}
    #section-media .bottom-elements-images-swiper, #selidaholder .bottom-elements-images-swiper{display: block;}
    .Creative-partner{display: none;}
}

@media screen and (max-width:870px) and (min-width:200px){
    #selidaholder .text{width: 100%;max-width:100%;}
    #selidaholder-partner .pagewrap{display: flex;gap: 30px;flex-direction: column;}
    #selidaholder-partner .pagewrap .partner-left,  #selidaholder-partner .pagewrap .partner-right{width: 100%;}
    #selidaholder-partner .partner-right{height: auto;}
    #selidaholder-partner .partner-left{padding: 0px;margin: 0px;}
}
/*page page ends*/

/*page error starts*/
#selida-error{margin: 100px 0px;text-align: center;}
#selida-error h1{font-size: 250px;line-height: 300px;}
#selida-error .content{padding-top: 25px;}
#selida-error .content p{font-size: 20px;color: #3D009B;}
#selida-error .content p:nth-child(1){padding-bottom: 15px;}
#selida-error .content a{border: 1px solid #3D009B;padding: 12px 20px;font-size: 14px;color: #3D009B;}
#selida-error .content a:hover{background-color: #3D009B;color: #feff5b;}
/*page error ends*/

/*single page starts*/
#overlay-single{position: relative;width: 100%;}
#overlay-single .overlay-left{width: 50%;float: left;}
#overlay-single .overlay-left .image-div {
    width: 100%;
    height: 90vh;
    position: relative;
    opacity: 1;
    left: 0;
    animation-name: slidein;
    animation-duration: 0.5s;
}
#overlay-single .overlay-left .image-div img{width: 100%;height: 100%;object-fit: cover;}
#overlay-single .overlay-right{width: 50%;float: right;}
#overlay-single .overlay-right .overlay-right-top a {
    background-color: #FEB4FF;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    opacity: 1;
    animation-name: slidefromRight;
    animation-duration: 0.5s;
    animation-delay: 0s;
    color: #3D009B;
}
#overlay-single .overlay-right .overlay-right-top a p{margin: 0px;padding: 0px;}

#overlay-single .overlay-right .overlay-right-top .button {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}
#overlay-single .overlay-right .overlay-right-top .button span{position: absolute;width: 30px;height: 2px;background-color: #3D009B;}
#overlay-single .overlay-right .overlay-right-top .button span:nth-child(1){transform: rotate(45deg);}
#overlay-single .overlay-right .overlay-right-top .button span:nth-child(2){transform: rotate(-45deg);}
#overlay-single .overlay-right .overlay-right-bottom {
    margin: 40px 20px;
    color: #3D009B;
    position: relative;
    opacity: 1;
    animation-name: slidefromRight;
    animation-duration: 0.5s;
    animation-delay: 0s;
}
#overlay-single .overlay-right .overlay-right-bottom .image {
    height: 700px;
}
#overlay-single .overlay-right .overlay-right-bottom .image img{width:100%;height: 100%;object-fit: cover;}
#overlay-single .overlay-right .overlay-right-bottom .content {
    width: 616px;
    max-width: 100%;
    margin: 40px 0px;
}
#overlay-single .overlay-right .overlay-right-bottom .content ul{
    list-style: disc;
    padding-left: 20px;
}
#overlay-single .overlay-right .overlay-right-bottom .content a{color: #3D009B;text-decoration: underline;}
#overlay-single .overlay-right .overlay-right-bottom .social {
    display: flex;
    gap: 20px;
}
#overlay-single .overlay-right .overlay-right-bottom .social a {
    color: #3D009B;
}

.post_type_page{padding: 50px 0px;background-color: #FEB4FF;}
.post_type_page .faq-container{border-bottom: 1px solid #3D009B;}

@media screen and (max-width:954px) and (min-width:200px){
    #overlay-single .overlay-right{width: 100%;}
    #overlay-single .overlay-right .overlay-right-bottom{margin: 0px 0px 40px 0px;}
    #overlay-single .overlay-right .overlay-right-bottom .content{padding: 40px 0px 40px 20px;margin: 0px;}
    #overlay-single .overlay-right .overlay-right-bottom .social{margin: 0px 0px 0px 20px;}
}
@media only screen and (max-width: 542px) and (min-width: 200px){
    #overlay-single .overlay-right .overlay-right-bottom .image {
        height: 500px;
    }
}
/*single page ends*/

/*Footer starts*/
#footer{background-color: #3D009B;border-left:1px solid #3D009B;border-right:1px solid #3D009B;border-bottom:1px solid #3D009B;}
#footer .pagewrap{padding: 0px;}
.footer-top{width: 100%;height: 711px;}
.footer-top-left .row{margin-right: 0px!important;margin-left: 0px!important;}
.footer-top-left{position: relative;width: 80%;float: left;display: flex;flex-direction: column;justify-content: space-between;height: 100%;border-right: 1px solid #3D009B;padding-left: 20px;}
#footer .elements-bottom, #footer .elements-bottom a{color: #feff5b;}
#footer .elements-bottom p, #footer .elements-bottom a{font-size: 12px;}
#footer .elements-bottom a:hover{opacity: 0.6;}
#footer .title{
    height: 86px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #feff5b;
}
.footer-top-left .elements-top-bottom ul li{
    padding-bottom: 14px;
}
.footer-top-left .elements-top-bottom ul li a{
    color: #feff5b;
}
.footer-top-left .elements-top-bottom ul li:hover a{
    opacity: 0.6;
}
.footer-top-left .elements-top-bottom .newsletter{
    width: 359px;
    max-width: 100%;
    color: #feff5b;
    margin-bottom: 40px;
}
.footer-top-left .elements-top-bottom .newsletter p{
    margin-bottom: 10px;
}
.footer-top-left .elements-top-bottom .button{
    position: relative;
    display: block;
    width: 359px;
    max-width: 100%;
    border: 1px solid #feff5b;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    color: #feff5b;
}
.footer-top-left .elements-top-bottom .button:hover{
    background-color: #feff5b;
    color: #3D009B;
}
.footer-top-right{position: relative;width: 20%;float: right;}
.footer-top-right-top{
    position:absolute;
    width: 100%;
    z-index: 1;
    height: 86px;
    padding-left: 12px;
    background-color: #82FFBD;
    color: #3D009B;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer-top-right-top .textwidget a{
    color: #3D009B;
    font-family: 'Inter';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 500;
}
.footer-top-right-top:hover{
    border-bottom: 1px solid #3D009B;
}


.footer-top-right-bottom{
    position: relative;
    height: 711px;
    background-color: #FEB4FF;
    padding: 29px 12px 0px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-top-right-bottom h2, .footer-top-right-bottom p, .footer-top-right-bottom a{color: #3D009B;}
.footer-top-right-bottom a:hover{opacity:0.7;}
.footer-top-right-bottom .element-middle{width: 254px;max-width: 100%;}
.footer-top-right-bottom .element-bottom{width:100%;display: flex;justify-content: space-between;}
.footer-bottom img{width: 100%;}


#footer .footer-mobile .footer-top:hover{background-color: #FEB4FF;}
#footer .footer-top-right-top h4{color: #3D009B;}
#footer .footer-top-right-top:hover{background-color: #FEB4FF;}

#footer .footer-mobile{display: none;}
.footer-mobile .footer-top h4{margin: 0px;padding: 0px;color: #3D009B;}
.footer-mobile .footer-bottom-top .element, .footer-mobile .footer-bottom-bottom .element{width: 33%;float: left;}
.footer-mobile, .footer-mobile p,.footer-mobile a, .footer-mobile ul li a{color: #feff5b;}
.footer-mobile ul li{padding-bottom: 14px;}
.footer-mobile .footer-top{background-color: #82FFBD;height: auto;padding: 20px 0px;text-align: center;color: #3D009B;}
.footer-mobile .footer-top .widget-area a{color: #3D009B;font-family: 'Inter';font-size: 24px;line-height: 32px;letter-spacing: 0;font-weight: 500;text-transform: uppercase;}
.footer-bottom-top{margin-bottom: 150px;padding-left: 20px;}
.footer-bottom-top .newsletter{margin-bottom: 40px;}
.footer-bottom-top .newsletter p{margin-bottom: 10px;}
.footer-bottom-top .button{display:block;width: 320px;max-width:100%;border: 1px solid #feff5b;text-align: center;padding: 10px;}
.footer-bottom-top .button:hover{background-color: #feff5b;color: #3D009B;}
.footer-bottom-top .element ul li:hover a{opacity: 0.6;}
.footer-bottom-bottom{padding-left: 20px;}
.footer-bottom-bottom .element p a:hover{opacity: 0.6;}
.footer-mobile .footer-bottom-bottom p,.footer-mobile .footer-bottom-bottom a{font-size: 12px;}

@media screen and (max-width:936px) and (min-width:200px){
    #footer .pagewrap{display: none;}
    #footer .footer-mobile, #footer .footer-mobile .pagewrap{display: block;}
}

@media screen and (max-width:908px) and (min-width:200px){
    .footer-mobile .footer-bottom-top .element:nth-child(1), .footer-mobile .footer-bottom-top .element:nth-child(2){width: 50%;height: 350px;}
    .footer-mobile .footer-bottom-top .element:nth-child(3), .footer-mobile .footer-bottom-top .element:nth-child(4){width: 50%;}
    .footer-mobile .footer-bottom-top .newsletter{width: 320px;max-width:100%;}
    .footer-bottom-top{margin-bottom: 80px;padding: 0px 20px;}
    .footer-bottom-bottom{padding: 0px 20px;}
    .footer-mobile .footer-bottom-bottom .element:nth-child(1){width: 100%;}
    .footer-mobile .footer-bottom-bottom .element:nth-child(2){width: 50%;float: left;}
    .footer-mobile .footer-bottom-bottom .element:nth-child(3){width: 50%;float: right;text-align: right;}
}

@media screen and (max-width:586px) and (min-width:200px){
    .footer-bottom-top .button{font-size: 12px;}
}
/*Footer ends*/


/*media screen starts*/

@media screen and (max-width:500px) and (min-width:200px){
    #section-speakers{padding: 70px 8px 50px 8px;}
}

@media screen and (max-width:1374px) and (min-width:936px){
    .element-top h2, .element-center h2, .footer-top-right-bottom h2{font-size: 32px;line-height: 44px;}

}

@media screen and (max-width:1009px) and (min-width:200px){
#hero-section{height: auto;}
#hero-section .section-left, #hero-section .section-right{width: 100%;}
#hero-section .section-left{height: 500px;}
#hero-section .section-left .element-right img{width: 196px;}
#hero-section .section-right{padding: 35px 10px 21px 10px;}
#hero-section .section-right .element-center{margin: 30px 0px;}
}

@media screen and (max-width:945px) and (min-width:729px){
    #section-about .element-left{display: none;}
    #section-about ,#section-about .element-right{height: auto;width: 100%;float: none;padding: 50px 10px;}
}
@media screen and (max-width:728px) and (min-width:200px){
    #section-about .pagewrap{border: none;}
    #section-about .element-left{display: none;}
    #section-about{padding: 0px;height: auto;}
    #section-about .element-right{height: auto;width: 100%;float: none;padding: 35px 0px;}
}

@media screen and (max-width:612px) and (min-width:200px){
    #hero-section .section-left h1{font-size: 60px;line-height: 62px;}
}

@media screen and (max-width:1467px) and (min-width:1298px){
    #section-speakers .speaker-img{height: 350px;}
    #section-speakers .speaker-img img{width: 100%;height: 100%;object-fit: cover;}
}
@media screen and (max-width:1297px) and (min-width:1026px){
    .speakers-grid{grid-template-columns: auto auto auto;}
    #section-speakers .speaker-img{height: 320px;}
    #section-speakers .speaker-img img{width: 100%;height: 100%;object-fit: cover;}
}
@media screen and (max-width:1025px) and (min-width:728px){
    .speakers-grid{grid-template-columns: auto auto;}
    #section-speakers .speaker-img{height: 320px;}
    #section-speakers .speaker-img img{width: 100%;height: 100%;object-fit: cover;}
}
@media screen and (max-width:727px) and (min-width:689px){
    .speakers-grid{grid-template-columns: auto auto;}
    #section-speakers .speaker-img{height: 250px;}
    #section-speakers .speaker-img img{width: 100%;height: 100%;object-fit: cover;}
}
@media screen and (max-width:688px) and (min-width:486px){
    .speakers-top-left{width: 100%;}
    .speakers-top .speakers-top-right{display: none;}
    .speakers-grid{grid-template-columns: auto;}
    #section-speakers .speaker-img{height: 400px;}
    #section-speakers .speaker-img img{width: 100%;height: 100%;object-fit: cover;}
}
@media screen and (max-width:485px) and (min-width:200px){
    .speakers-top-left{width: 100%;}
    .speakers-top .speakers-top-right{display: none;}
    .speakers-grid{grid-template-columns: auto;}
    .page-id-7 #section-speakers .speaker-img{display: block;padding: 0 0 20px 0;height: 400px;}
    #section-speakers .speaker-img{display: block;height: 400px;overflow: hidden;}
    #speaker-card .speaker-img img{width: 100%;height: 100%;overflow: hidden;object-fit: cover;}
    #speaker-card .speaker-img:hover img{transform: scale(1.1);transition: 0.2s;}
    #section-speakers .speaker-bottom{padding: 20px 0px 0px 0px;}
}

@media screen and (max-width:830px) and (min-width:500px){
    .post-type-archive #section-speakers .speaker-img{height: 260px;}
    .post-type-archive .speaker-bottom .bottom-left{width: 90%;}
}

@media screen and (max-width:544px) and (min-width:200px){
    #section-speakers{padding:70px 10px 50px 10px;}
}

@media screen and (max-width:500px) and (min-width:200px){
    #hero-section .images-desktop{display: none;}
    #hero-section .section-left .images-mobile{display: block;}
    #hero-section .images-mobile{height: 100%;}
    #hero-section .images-mobile img{width: 150px;position: absolute;top: 0px;right: 0px;}
    #hero-section .images-mobile img:nth-child(1){top:10px;right:10px;}
    #hero-section .images-mobile img:nth-child(2){right: 0px;}
    #hero-section .images-mobile img:nth-child(3){right: 0px;}
    #hero-section .images-mobile img:nth-child(4){right: 0px;}
    #hero-section .images-mobile img:nth-child(5){right: 0px;}
}

@media screen and (max-width:652px) and (min-width:200px){
    #menuholder{position: sticky;top: 0px;z-index: 100;}
}

@media screen and (max-width:870px) and (min-width:735px){
    .faq .time h4{font-size: 20px;}
}
@media screen and (max-width:734px) and (min-width:200px){
    .faq .faq_time, .faq .faq_question{width: 100%;}
    .faq .faq_question{margin-top: 20px;} 
}

@media screen and (max-width:1590px) and (min-width:1180px){
    .workshops-bottom{display: grid;grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width:1179px) and (min-width:780px){
    .workshops-bottom{display: grid;grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width:779px) and (min-width:200px){
    .workshops-bottom{display: grid;grid-template-columns: repeat(1, 1fr);}
}
@media screen and (max-width:593px) and (min-width:200px){
    #section-location .location-top{display: block;}
    #section-location .location-top .top-title-right h2{font-size: 24px;}
    #section-location .location-bottom .button{width: 100%;}
}
/*media screen ends*/