@font-face {
    font-family: 'Monsterrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monsterrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monsterrat-Light';
    src: url('../fonts/Montserrat-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ViaodaLibre';
    src: url('../fonts/ViaodaLibre-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

main {
    overflow: hidden;
}

a {
    color: unset;
}

button {
    border: none;
}

a:hover {
    text-decoration: none;
    /* color: #fff; */
}

a {
    position: relative;
}

a[href="/gallery"]:hover {
    color: #fff;
}

li::marker {
    color: #2AA4B8;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.m-20 {
    margin: 20px;
}

.header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 160px 11px 160px;
}

.header-logo {
    margin-right: 60px;
}

.route {
    font-size: 16px;
    font-family: 'Monsterrat-Medium';
    color: #000;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
}
.menu-element:hover::before{
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #2AA4B8;
    transition: 300ms;
}
.social-media {
    margin-right: 60px;
}

.video {
    margin-bottom: 60px;
}

.title {
    font-size: 40px;
    font-family: 'ViaodaLibre';
    color: #000;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.secondary-title {
    font-size: 35px;
    font-family: 'Monsterrat';
    color: #000;
}

.sponsors {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 70px;
    margin-left: 20%;
    margin-right: 20%;
}

.sponsori {
    width: 100px;
    height: 100px;
    object-fit: cover;
    transition: 300ms;
}
.sponsori:hover{
    transform: scale(1.1);
    transition: 300ms;
}
.logo {
    width: 358px;
    height: 220px;
    object-fit: cover;
}

.main-text {
    font-size: 16px;
    font-family: 'Monsterrat-Light';
    color: #707070;
}

.secondary-text {
    font-size: 18px;
    font-family: 'Monsterrat';
    color: #000;
    text-transform: capitalize;
}

.warning-text {
    font-size: 18px;
    font-family: 'Monsterrat-Light';
    color: #B61515;
}

.main-container {
    margin-left: 160px;
    margin-right: 160px;
    overflow: hidden;
}

.main-button {
    width: 300px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'Monsterrat';
    color: #fff;
    background-image: linear-gradient(to right, #49DCBE, #21A9BF, #45D8BE);
    transition: 100ms;
}

a .main-button:hover {
    text-decoration: none;
}
.main-button:hover{
    background-image: none;
    color: #49DCBE;
    border: 1px solid #49DCBE;
    transition: 100ms;
}

.col-right-img {
    width: 150%;
    height: 450px;
    object-fit: cover;
    transform: translateX(-15%) translateY(70px);
}

.activity-icon {
    width: 130px;
    height: 130px;
}

.col-title {
    font-size: 19px;
    font-family: 'Monsterrat-Medium';
    color: #000;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-description {
    width: 75%;
    font-size: 15px;
    font-family: 'Monsterrat-Light';
    color: #707070;
    text-align: center;
}

.home-swiper {
    width: 100%;
    height: 430px;
    margin-bottom: 70px;
    position: relative;
}

.home-swiper .swiper-slide img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.home-swiper-container {
    position: relative;
    width: 100%;
}

.home-swiper-img {
    opacity: 1;
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    transition: .5s ease;
    backface-visibility: hidden;
}

.home-swiper-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate(-10%, -10%);
    -ms-transform: translate(-10%, -10%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-swiper-container:hover .home-swiper-middle {
    opacity: 1;
}

.home-swiper-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    padding: 16px 32px;
    font-size: 25px;
    font-family: 'ViaodaLibre';
    background: #0000005e;
}

#contact_form input[type="text"], textarea {
    border: none;
    border-bottom: 1px solid #C6C6C6;
    resize: none;
}

.tos-text {
    font-size: 15px;
    font-family: 'Monsterrat-Light';
    color: #2AA4B8;
    text-decoration: underline;
}

#map {
    height: 100%;
    width: 100%;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.footer-route {
    font-size: 16px;
    font-family: 'Monsterrat';
    color: #000;
    text-transform: capitalize;
    position: relative;
}

.footer-green-container {
    width: 100%;
    padding: 25px 5%;
    background-color: #AEF3E7;
    font-family: 'Monsterrat';
    color: #000;
}

.footer-green-container .secondary-text {
    font-size: 12px!important;
}

.footer-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0 10%;
    position: relative;
}

.campfire {
    position: absolute;
    top: -25px;
    right: 50px;
}

.page-background {
    width: 100%;
    height: 610px;
}

.gallery-swiper {
    position: relative;
    top: -100px;
    left: 0;
    width: 100%;
    margin: 0 15%;
}

.gallery-swiper-img {
    width: 280px;
    height: 280px;
}

.swiper-container {
    width: 100%;
    position: relative;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background-color: #45D8BE;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.gallery-top {
    height: 600px;
    width: 100%;
}

.gallery-thumbs {
    width: 70%;
    height: 280px;
    box-sizing: border-box;
    padding: 10px 10px;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.7;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs {
    top: -100px;
}

.swiper-slide-thumb-active {
    -webkit-box-shadow: 0px 0px 10px 5px #45D8BE;
    box-shadow: 0px 0px 10px 5px #45D8BE;
}

.swiper {
    height: 540px;
}

.swiper img {
    width: 100%;
    height: 437px;
    object-fit: cover;
}

.swiper .pagination1 {
    bottom: 0;
}

.right-border {
    padding-left: 20px;
    border-right: 1px solid #868e8f;
}

.document-name {
    font-size: 18px;
    font-family: 'Monsterrat';
    color: #B61515;
    text-decoration: underline;
    margin-top: 10px;
}

.price-container {
    width: 30%;
    display: flex;
    font-size: 20px;
    font-family: 'Monsterrat';
    color: #000;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.price-separator {
    width: 400px;
    height: 1px;
    background-color: #2AA4B8;
}

.price-text {
    font-size: 20px;
    font-family: 'Monsterrat';
    color: #000;
}

.about-text {
    width: 70%;
}

.servicies-container {
    display: flex;
    justify-content: flex-end;
}

#lista_reguli a:hover {
    color: #000000;
    text-decoration: underline;
}

.poza_stanga {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.poza_dreapta{
   margin-top: 20px;
}

.menu-element.active-route::before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #2AA4B8;
}

.header-mobile, .footer-mobile, #mobile-overlay {
    display: none;
}