/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1728987526
Updated: 2024-10-15 10:18:46

*/



/*--------------------------------------------------------------
## Timeline
--------------------------------------------------------------*/


section#timeline {
  width: 50%;
  margin: auto;
  position: relative;
}
section#timeline:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    margin: 0 0 0 50%;
    width: 2px;
    height: 100%;
    background: #00757b;
}
section#timeline .card {
    margin: 0 0 100px 0;
    position: relative;
}
section#timeline .card:after {
  content: '';
  display: block;
  clear: both;
}
section#timeline .card div.inner {
    float: left;
    margin: 5px 0 -19px 0;
    padding: 30px 20px;
    background: #fff;
}
section#timeline .card .time, section#timeline .card .begin, section#timeline .card .end {
    text-align: center;
        width: max-content;
    margin: auto;
  }
section#timeline .card .time .inner{
    background: #008E83;
    padding: 42px 41px;
    color: #FFF;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}


section#timeline .card .time .inner:after {
    content: '';
    position: absolute;
    width: 2.5%;
    left: 49%;
    bottom: -20px;
    border-bottom: 2px solid #00757b;
}


section#timeline .card .time .inner:before {
content: '';
    position: absolute;
    width: 2.5%;
    left: 49%;
    top: 3px;
    border-bottom: 2px solid #00757b;
}


section#timeline .card .begin .inner, section#timeline .card .end .inner{
    background: #008E83;
    padding: 42px 41px;
    color: #252e3f;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}

 section#timeline .card .end .inner:before{
content: '';
    position: absolute;
    width: 2.5%;
    left: 49%;
    top: 3px;
    border-bottom: 2px solid #00757b;
}



section#timeline .card .begin .inner:after {
    content: '';
    position: absolute;
    width: 2.5%;
    left: 49%;
    bottom: -20px;
    border-bottom: 2px solid #00757b;
}


section#timeline .card .begin div.inner {
    margin: 0px 0 -19px 0;
}


section#timeline .card div.inner h2 {
    line-height: 28px!important;
    margin: 0;
    color: #00757b;
    font-size: 23px;
    line-height: 0px;
    position: relative;
}

section#timeline .card div.inner p {
  margin: 0;
}




section#timeline .card .card-right{
    text-align: right;
}




.card-image {
    margin: -15px 41px 0;
    max-width: 140px;
  }







/*3d Map*/

.center{
  text-align: center;
}


.map-container {
    position: relative;
    display: inline-block;
}

.map {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.plus {
    position: absolute;
    background-color: #f7bc37;
    color: white;
    font-size: 24px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease;
    border-radius: 15px 15px 0px 15px;
}
.plus:hover {
    background-color: #ffdb8a;
}

/* Tooltip styling */
#tooltip {
    position: fixed;
    background-color: rgba(0, 142, 131, 0.8);
    color: white;
    padding: 8px 12px;
    font-family: "MuseoModerno";
    font-size: 18px;
    border-radius: 15px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}



























/*BOOTSTRAP 3*/


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 45px;
  padding-right: 45px;
  overflow: hidden;

 /* overflow: hidden is a interblend fix*/
}

header .container {
  overflow: visible;

 /* overflow: hidden is a interblend fix*/
}





@media (min-width: 768px) {
  .container {
   /* width: 750px;*/
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    min-width: 1280px;
    width: 100%;
    max-width: 1280px;
  }
}


@media (min-width: 1440px) {
  .container {
    min-width: 1440px;
    width: 100%;
    max-width: 1440px;
  }
}

@media (min-width: 1700px) {
  .container {
    min-width: 1700px;
    width: 100%;
    max-width: 1700px;
  }
}


.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
 
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }

}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }

}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

/* Scroll-container */
.scroll-wrapper {
  height: 500vh;
  overflow: hidden;
  position: relative;
}

.scroll-track {
  display: flex;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100vw;
  will-change: transform;
}

.scroll-slide {
  flex-shrink: 0;
  width: 100vw;
  height: 100vh;
}
html, body {
  overflow-x: hidden;
}