
@font-face {
    font-family: "Archia-Regular", sans-serif;
    src: url("./font/Archia-Regular.ttf") format("ttf"), url("./font/Archia-Regular.woff") format("woff"), url("./font/Archia-Regular.woff2") format("woff2");
}

html,
body {
    position: relative;
    height: 100%;
    
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

body {
    background: #eee;
    font-family: "Archia-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

ul {
    font-size: 14px;
    margin: 0;
    padding: 0 14px;
}

/* header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
} */

.mb-3 {
    margin-bottom: 20px;
}

.textOnRight li {
    font-size: 14px;
    list-style: disc;
    line-height: 1.5;
    letter-spacing: 1px;
}

/* .nav-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 36px;
    height: 80px;
}

.nav-main ul {
    list-style-type: none;
    padding: 0;
}

.nav-main li {
    display: inline-block;
    padding: 14px 20px;
    text-align: center;
    border-bottom: 0px solid #000;
}

.nav-main li a {
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    font-size: 17px;
    color: #000;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}

.nav-main li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000000;
}

.nav-main li a:active,
.nav-main li a.active {
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.nav-toggle {
    display: none;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    cursor: pointer;
    z-index: 9999;
}

.nav-toggle img {
    width: 1.5rem;
    transition: 300ms all ease;
}

.nav-toggle:hover img {
    opacity: 0.6;
}

.open {
    height: 100vh;
}

.hidden {
    display: none;
} */

.vertical-section .swiper,.vertical-section-mb {
width: 100%;
height: 100%;
}

.vertical-section-mb{
    display: none;
}

.vertical-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
    position: relative;
}

.vertical-section .swiper-slide img.animal {
    display: block;
    width: 380px;
}

.vertical-section .inside-slider-txt {
    opacity: 1;
    -webkit-transition: 1s all ease;
    transition: 1s ease all;
    
}

.vertical-section span.swiper-pagination-bullet.swiper-pagination-bullet-active-next .arrow {
    display: none;
}

.vertical-section span.swiper-pagination-bullet.swiper-pagination-bullet-active-prev .arrow {
    display: none;
}

.vertical-section span.swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev .arrow {
    display: none;
}

.vertical-section span.swiper-pagination-bullet.swiper-pagination-bullet-active-next-next .arrow {
    display: none;
}

.vertical-section .swiper-slide-active .inside-slider-txt {
    opacity: 1;
    scale: 1.6;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: 10px;
    right: auto;
    width: 280px !important;
}

.swiper-pagination-bullets-dynamic {
    font-size: 20px;
    text-transform: uppercase;
/* overflow: visible; */
}

.swiper-pagination-bullet {
    background: transparent;
    width: 100%;
    height: auto;
}

.textOnRight {
    position: absolute;
    /* right: -100%; */
    top: 55%;
    transform: translateY(-50%);
    width: 300px;
    text-align: left;
    -webkit-transition: 1s all ease;
    transition: 1s ease all;
    opacity: 1;
    right: 70px;

}

.textOnRight p {
    margin: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
}

/* #mobile_validation{
position: absolute;
right: 20%;
font-size: 14px;
} */

.swiper-slide-active .textOnRight {
    right: 70px;
    opacity: 1;
}

.title {
    font-size: 18px;

}

p {
    font-size: 14px;
    line-height: 22px;
}

.textbullet {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.btn-text {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.centered {
/* background-image: url(../assets/images/CTA_Black.svg);
background-repeat: no-repeat;
background-size: cover; */
    width: 220px;
    object-fit: cover;
    color: white;
    padding: 8px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    background-color: #000;
    clip-path: polygon(10% 0%, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

#myBtn {
    background: transparent;
    color: #b1b1b1;
    padding: 12px 0 0 0px;
    border: none;
    cursor: pointer;
}

.arrow-team {
    width: 13px;
    vertical-align: middle;
    margin-left: 7px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

/* Modal Content */
.modal-content {
    background-color: #000;
    margin: 0 auto;
    padding: 0px;
    width: 60%;
/* // position: absolute;
// top: 28%;
// left: 16%; */
}


/* The Close Button */
.close {
    float: left;
    margin: 11px;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* 
// .contact-from {
//   padding-bottom: 200px;
// } */

input,
textarea {
    color: white;
    width: calc(100% - 18px);
    padding: 8px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #feffff;
    outline: none;
    background: transparent;
    outline: none;
    font-size: 13px;
    font-family: "Archia-Regular", sans-serif;
}

input::placeholder {
    color: #fff;
}

textarea::placeholder {
    color: #fff;
}

.submit {
/* margin-left: 20px; */
    width: 15%;
    padding: 12px 10px;
    border: none;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: block;
}

button:hover {
    background: #2371a0;
}

.submit {
    cursor: pointer;
}

.form-success {
    display: none;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hide {
    display: none;
}

.show {
    display: block;
}

.disable {
    background: #ffffff8a !important;
}

/*form validation */
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
/* border-color:#843534; */
    box-shadow: none;
}

input.parsley-error:focus,
select.parsley-error:focus,
textarea.parsley-error:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.parsley-errors-list li,
#mobile_validation {
    list-style: none;
    text-align: left;
    font-size: 12px;
    color: #ff3636;
}

.parsley-errors-list {
    margin: 0 0 20px;
    padding: 0;
}

@media all and (max-width: 1024px) {
.swiper-slide-active .textOnRight {
    right: 20px;
}

.swiper-slide img.animal {
    display: block;
    width: 100px;
}

.swiper-slide-active .inside-slider-txt {
    scale: 1.4;
}

.mb-3 {
    /* margin-bottom: 0; */
}

.modal {
    pointer-events: none;
}

.modal-content {
    pointer-events: all;
}


}

/* Mobile */
@media all and (max-width: 1199px) {

.swiper-slide {
    flex-flow: column;
}

.vertical-section{
    display: none;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    transform: translate(-50%, 90%);
    top: auto;
    bottom: 97px;
    left: 50%;
    display: block;
}

.textOnRight {
    position: relative;
    top: auto;
    transform: translateY(0%);
    right: auto !important;
    text-align: center;
}

.centered {
    margin: 20px auto;
}

/* .open {
    background: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    right: 0;
    transition: 250ms height ease-in-out;
}

.nav-main {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 16px 0;
}

.nav-main li {
    display: block;
    text-align: center;
    padding: 1.5rem 0;
}

.nav-main li a {
    color: #000000;
}

.nav-main li a:active,
.nav-main li a.active {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-size: 22px;
    color: #000;
}

nav {
    height: 0;
    width: 100%;
    overflow: hidden;
}

.nav-main ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
} */

li a {
    font-size: 1.4rem;
}

.nav-toggle {
    display: block;
}

.mt-2 {
    margin-top: 50px;
}

.area-expert {
    display: none;
}

}

@media all and (max-width: 1180px) {

    .vertical-section{
        display: none;
    }

.swiper-slide {
    flex-flow: column;
}

.textOnRight {
    position: relative;
    top: auto;
    transform: translateY(0%);
    right: auto !important;
    text-align: center;
}

.centered {
    margin: 20px auto;
}

/* .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    transform: translateY(90%);
    top: 55%;
    left: 32%;
} */

/* .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    transform: translate(-50%, 90%);
    top: auto;
    bottom: 97px;
    left: 50%;
    display: block;
} */

    .swiper-slide img.animal {
        display: block;
        width: 300px;
    }


    .mt-2 {
        margin-top: 50px;
    }
    .stuck-top{
        transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0ms;
    }

    .vertical-section-mb{
        display: block;
        height: auto;
        overflow-y: scroll;
        /* scroll-snap-type: y mandatory; */
    }

    .vertical-section-mb .swiper-slide{
        height: 100vh;
        /* scroll-snap-align: start;
        scroll-snap-stop: always; */
    }

    .vertical-section-mb .swiper-slide .inside-slider-txt {
        opacity: 1;
    }
    .vertical-section-mb .swiper-slide .textOnRight{
        opacity: 1;
        position: relative;
        top: 0;
        transform: translateY(0%);
        text-align: center;
    }
}

@media all and (max-width: 1180px) {
.swiper-slide img.animal {
    width: 250px;
}

.area-expert {
    display: none;
}

.vertical-section .textOnRight {
    position: relative;
    top: auto;
    transform: translateY(0%);
    text-align: center;
    width: 90%;
}

.vertical-section .swiper-slide-active .inside-slider-txt {
    scale: 1.2;
}

.centered {
    margin: 10px auto;
}

.btn-text {
    width: 200px;
    margin: 0 auto;
}

.swiper-slide-active .textOnRight {
    right: auto;
}

.swiper-slide {
    flex-flow: column;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    transform: translate(-50%, 90%);
    top: auto;
    bottom: 97px;
    left: 50%;
    display: none;
}

.arrow img {
    display: none;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    width: 345px !important;
}

.logo {
    max-width: 150px;
}

.mt-2 {
    margin-top: 20px;
}
}

@media all and (max-width:600px) {
    .vertical-section .swiper-slide-active .inside-slider-txt {
        scale: 1;
    }
    .vertical-section .swiper-slide-active .textOnRight .logo {
        margin-bottom: 4px;
    }   
    
}

@media all and (max-width:380px) {
    .inside-slider-txt {
        padding-top: 55px;
    }
    .vertical-section .swiper-slide img.animal {
        width: 100%;
    }
}

@media all and (max-width:370px) {
.swiper-slide img.animal {
    width: 200px;
}


.logo {
    max-width: 100px;
}

.textOnRight p {
    font-size: 12px;
}

}



.accordion {
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    transition: 0.4s;
}

.accordion:after {
    content: url("../images/triangle-side.svg");
    position: relative;
    top: 5px;
    left: 5px;
}

.active-acc:after {
    content: url("../images/triangle-down.svg");
}

.panel {
    overflow: hidden;
    background-color: transparent;
    max-height: 0;
    transition: max-height 0.4s ease-out;
    padding: 0 15px;
}

.panel>ul {
    padding: 0;
}