@font-face {
    font-family: HelveticaNeueLTRoman;
    src: url(../Fonts/HelveticaNeueLTRoman.ttf);
}
@font-face {
    font-family: lexia;
    src: url('../Fonts/Lexia W01 Light.ttf');
}
.bg-purple{
    background-color: #830051;
    color: #f1aa0a;
    padding: 7px 13px;
    font-size: 20px;
    transform: translateY(-7px);
    display: inline-block;
}
body{
    font-family: HelveticaNeueLTRoman;
}
.lexia{
    font-family: lexia;
    font-weight: 700;
}

#map_holder .sm_legend_item{
    float:none !important;
}
#map_legend{
    background-color: transparent !important;
}
.participation p{
    font-size: 15px;
}
.map_holder_container,.formContainer{
    background-color:#f2f2f2 ;
    border-radius: 10px;
    position: relative;
}
.formContainer{
    color:#444;
}
.formContainer label{
    margin: 20px 0;
}
.country,#countryLabel{
    display: none;
}
.activeRegion{
    display: block;
}
.map_holder_container::before,.formContainer::before{
    content: '';
    position: absolute;
    top: 10%;
    left: -10px;
    width: calc(100% + 20px);
    height: 80%;
    
    z-index: -1;
    border-radius: 10px;
    background-color: #f1aa0a;
}

h1,h2,h3{
    color:#8b1d56
}
#map_holder select {
    background-color: #973669;
    color: white;
    padding: 10px;
    font-size: 14px;
  }

  .input-file-button-wrap {
    position: relative;
}
input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.input-file-button {
    display: inline-block;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    border: 1px solid #CED4DA;
    border-radius: 10px;
    padding: 20px;
  background-color: white;
    color:#444;
    /* width: 113px; */
    box-sizing: border-box;
    margin-top: 0 !important;
}
.input-file-button img{
    opacity: 0.3;
}
.dropzone {
    color:#444;
    border: 1px solid rgb(226, 229, 233);
}
.dropzone img{
    opacity: 0.3;
}
.dropzone .dz-message{
    margin: 1em 0;
}
.btn-purple{
    background-color: #830051;
    color:white;
}
.btn-purple:hover{
    background-color: #f1aa0a;
    color:white;

}
.boss_image{
    margin-top: 10px;
    left: 20px;
    width: 90%;
    height: auto;
    position: relative;
    background-color: white;
}
.boss_image img{
    width: 100%;
}
.boss_image:before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(60% + 10px);
    height: 90%;
    z-index: -1;
    background-color: #f1aa0a;
}
.boss_image:after{
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: calc(60% + 5px);
    height: 90%;
    
    z-index: -1;
    background-color: #f1aa0a;
}
.boss_quote{
    position: relative;
    top: 0px;
    left: 0%;   
    background-color: #f2f2f2;
    width: 100%;
    padding:70px  20px 40px;
    font-size: 13px;
    text-align: center;
    font-family: lexia;
    font-weight: 600;
    
}
.slider_holder{
    background-color: #f2f2f2;
    padding: 20px 35px;
}
.qoute_mark{
    width: 60px;
    position: absolute;
    top: 10px;
}
.qoute_mark img{
height: 40px;
}
.qoute_mark2{
    width: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.qoute_mark2 img{
    height: 20px;
    transform: rotate(180deg);
}
.headline{
    font-family: lexia;
    font-weight: bold;
}
.headlinep{
    font-size: 13px;
    line-height: 14px;
}
.boss_name{
    border-left: 7px solid #830051;
    margin-top: 30px;
    padding-left: 5px;
}
.boss_name h4{
    color: #830051;
    /* font-size: 15px; */
    letter-spacing: 1px;
    font-weight: bold;
    
}
.boss_name p{
    font-size: 14px;
    line-height: 14px;
}
.swiper-slide{
    background-color: white;
    padding: 5px;
    max-width: 50% !important;
    width: fit-content !important;

}
.swiper-button-prev {
    height: calc(50% + 10px);
  background-color: #aaa;
  top:calc(50% + 10px);
  transform: translateY(-50%);
  opacity: 1 !important;
  left: 0px;
  width: 20px;
}

.swiper-button-next{
    height: calc(50% + 10px);
    background-color: #aaa;
    top:calc(50% + 10px);
    transform: translateY(-50%);
    opacity: 1 !important;
    right: 0px;
    width: 20px;

}
.video{
    position: relative;
}
.play{
    position: absolute;
    content: '';
    background-color: #830051;
    border: 2px solid white;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding-top: 10px;
    text-align: center;
    padding-left: 3px;
}

@media screen and (max-width: 767px) {
    #map_legend{
        bottom: -110% !important;
    }
    .first_col{
        min-height: 500px;
        margin-bottom: 20px;
    }
    .boss_quote{
        margin-top: 100px;
    }
    
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 16px;
    font-weight: bold;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: white;
}
.swiper-pagination-bullet-active{
    background: var(--swiper-pagination-color,#830051);
  transform: scale(1.5);
  transform-origin: center center;
  transition: transform 0.5s ease-in-out;
}
#preloader{
    position: fixed;
    top: 0  ;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 99999;
    animation:loading 0.5s ease-in-out forwards 2s;

}
#preloader img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);  
    max-width: 100%;
    max-height: 100%;
}
/* @keyframes loading {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
} */
tag{
    background-color: #830051;
    color: white;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
#teams{
    opacity: 0;
}
#map_access{
    right: 30px !important;
    top: -90px !important;
}
#map_access select:first-child{
    display:none
}
.text_place .col-md-4:not(:last-child){
    position: relative;
}
.text_place .col-md-4:not(:last-child):after{
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 80%;
    width: 1px;
    background-color: #830051;
}
.swiper-pagination-bullets {
    display: none;
}
#map_outer{
    background-color: #973669;
  padding: 10px;
  border-radius: 50%;
  left: 30px !important;
}
#map_outer:after{
    position: absolute;
    content: 'Back';
    text-align: center;
    width: 100%;
    left: 0;
    top: 65px;
    font-size: 20px;
    font-weight: bold;
    color: #830051;
    font-family: lexia;
    font-weight: 900;

}
.sec_colors{
    background-color: #f2f2f2;
}
.sec_colors .boss_quote , .sec_colors .slider_holder{
        background-color: white;
}