::-webkit-scrollbar {
    width: 7px;
    background-color: rgb(0, 0, 0);
}
::-webkit-scrollbar-thumb {
    background-color: #337AB7;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: red; 
}
@font-face {
    font-family: D3 Euronism;
    src: url("media/D3Euronism.ttf");

}
body {
    height: 100%;
    line-height: 1;
    font-size: 16px;
    background-color: slategray;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper {
    min-height: 100%;
}
img {
    vertical-align: top;
}
h1, h2, h3 {
    font-weight: inherit;
    font-size: inherit;
}
*, *::before, *::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
#ps {
    font-family: D3 Euronism;
    letter-spacing: 6px;
    font-size: 18px;

}
._container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 50px 20px;
}
.parallax {
    min-height: 100vh;
}
.p_body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.p_container {
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.p_label {
    color: #ff0000;
    display: flex;
    font-size: 18px;
    letter-spacing: 6px;
    margin: 0px 0px 30px 0px;
    align-items: center;
}
.p_label::before {
    flex: 0 0 70px;
    content: "";
    margin: 0px 30px 0px 0px;
    background-color: #ff0000;
    height: 1px;
}
.p_label::after {
    flex: 0 0 70px;
    content: "";
    margin: 0px 0px 0px 30px;
    background-color: #ff0000;
    height: 1px;
}
.p_title {
 font-size: 88px;
}
.p_img {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    z-index: 1;
}
/* .image_p {

} */
.item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.n1, .n2, .n3 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.n1 {
    background: url("media/clouds 2.png") top / cover no-repeat;
    top: 0;
}
.n2 {
    background: url("media/mountains 3.png") top / cover no-repeat;
    top: 15%;
    z-index: 2;
}
.n3 {
    background: url("media/human 2.png") top / cover no-repeat;
    top: 40%;
    z-index: 3;
}
@media (max-aspect-ratio: 3/2) {
    .n3{
        background-position: 20% top;
    }
}
.content {
    background-color: black;
    position: relative;
    z-index: 2;
}
.content2 {
    background-color: black;
    position: relative;
    z-index: 2;
}
.content::before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    transform: translate(0px, -100%);  
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, #000000 100%);
}
.c_title {
    font-size: 35px;
    margin: 0px 0px 30px 0px;
}
.c_text {
    font-size: 16px;
    line-height: 150%;
}
.c_text p {
    margin: 0px 0px 30px 0px;
}
#tx1 {
    opacity: 0;
    transition: all 0.7s ease 0s;
}
#tx2 {
    opacity: 0;
    transition: all 0.7s ease 0s;
}
.test {
    color: #ff0000;
}
@media (max-width: 767px) {
    .p_title {
        font-size: 50px;
    }
    .label {
        font-size: 16px;
        margin: 0px 0px 15px 0px;
    }
}
@media (max-width: 479px) {
    .p_title {
        font-size: 36px;
    }
    .label::before {
        flex: 0 0 50px;
        margin: 0px 10px 0px 0px;
    }
}
#btnT {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none; 
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px; 
}
#top{
   
  color: #fff;
}
#btnT:hover {
    background-color: #337AB7;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f1f1f1;
    z-index: 6;
}
.header h2 {
    text-align: center;
}
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}
.icon {
    animation: icon 2s;
    top: 20px;
    right: 20px;
    position: absolute;
}
.icon2 {
    animation: icon2 3s;
    top: 20px;
    right: 90px;
    position: absolute;
}
.icon3 {
    animation: icon3 4s;
    top: 20px;
    right: 130px;
    position: absolute;
}
@keyframes icon {
    0% {
        transform: translate(-3000px, 0px);
    }
    85% {
        transform: translate(20px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@keyframes icon2 {
    0% {
        transform: translate(-3000px, 0px);
    }
    85% {
        transform: translate(20px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@keyframes icon3 {
    0% {
        transform: translate(-3000px, 0px);
    }
    85% {
        transform: translate(20px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
i {
    color: #337AB7;
}
.progress-bar {
    height: 8px;
    background: #1bbbfa;
    width: 0%;
}
.parallax_2 {
    position: relative;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0, 0, 0);
    z-index: 3;
    max-width: 1000px;
    margin: 0px auto;
    padding: 50px 20px;
}
.parallax_2 h3{
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    margin: 50px;
    font-size: 30px;
    border-bottom: 3px solid #337AB7;
}
.parallax_3 {
    position: relative;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0, 0, 0);
    z-index: 3;
    max-width: 1000px;
    margin: 0px auto;
    padding: 50px 20px;
}
.parallax_3 h3{
    color: #fff;
    text-align: center;
    padding: 20px;
    margin: 50px;
    font-size: 30px;
    border-bottom: 3px solid #337AB7;

}
.slideshow {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    background: #000;
    
}
@media (max-aspect-ratio: 2/3) {
    .slideshow {
        width: 100%;
        height: 320px;
    }
}
.slideshow-item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideanim 50s infinite;
    pointer-events: none;
}
.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img {
    animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img {
    animation-delay: 10s;
}
.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {
    animation-delay: 20s;
}
.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img {
    animation-delay: 30s;
}
.slideshow-item:nth-child(5),
.slideshow-item:nth-child(5) img {
    animation-delay: 40s;
}
.slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom 50s infinite;
}
.slideshow-item-text {
    max-width: 50%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 20px 30px;
    font-family: Verdana, sans-serif;   
}
@media (max-aspect-ratio: 2/3) {
    .slideshow-item-text {
        padding: 20px 20px;
    }
}
.slideshow-item-text h5 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #337AB7;
}
@media (max-aspect-ratio: 2/3) {
    .slideshow-item-text h5 {
        font-size: 14px;
    }
}
.slideshow-item-text p {
    font-size: 15px;
    margin-bottom: 10px;
}
@media (max-aspect-ratio: 2/3) {
    .slideshow-item-text p {
        font-size: 12px;
        margin-bottom: 0px;
    }
}
@keyframes slideanim {
    10%{
        opacity: 1;
        pointer-events: auto;
    }
    20%{
        opacity: 1;
        pointer-events: auto;
    }    
    30%{
        opacity: 0;
    }
}
@keyframes zoom {
    50%{
        transform: scale(1.3);
    }    
}
@media screen and (max-width: 1100px){
    .slideshow-item-text{
        max-width: 75%;
    }
}
@media screen and (max-width: 456px){
    .slideshow-item-text {
        bottom: 0;
        left: 0;
        max-width: 100%;
    }
    .slideshow-item-text h5 {
        font-size: 18px;
    }
    .slideshow-item-text p {
        font-size: 13px;
    }
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.text {
  color: #f2f2f2;
  background: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  padding: 8px 12px;
  margin: 20px;
  position: absolute;
  bottom: 8px;
  width: 150px;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  height: 15px;
  width: 35px;
  margin: 0 2px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #337AB7;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}         
:-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:focus::-webkit-input-placeholder {opacity: 0;}    
:focus::-moz-placeholder {opacity: 0;}    
:focus:-moz-placeholder {opacity: 0;}    
:focus:-ms-input-placeholder {opacity: 0;}    
.form-at {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box; 
    overflow: hidden;
    font-size: 0;  
    letter-spacing: 0;    
    background: #000000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 10px 18px rgba(0,0,0,0.2);
}
.form-at * {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;    
}
.validate-input-at,
.no-validate-input-at {
    width: 100%;
    position: relative;
    background-color:rgb(90, 90, 90);
    border: 2px solid #337AB7;
    border-radius: 2px;
    margin-bottom: 20px;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
    width: calc(50% - 10px);
    display: inline-block;
}
.validate-input-at.w-50:first-child,
.no-validate-input-at.w-50:first-child {
    margin-right: 20px;
}
a {
    color: #337AB7;
    text-decoration: none;
}
.input-at {
    display: block;
    width: 100%;
    background: transparent;
    color: rgb(255, 255, 255);
}
input.input-at {
    height: 50px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    outline: none;
    border: none;  
}
textarea.input-at {
    min-height: 170px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    border: none;
    resize: none;
}
/*textarea.input-at:focus, */
/*input.input-at:focus {*/
/*    border-color: transparent;*/
/*}*/
/*.focus-input-at {*/
/*    position: absolute;*/
/*    display: block;*/
/*    width: calc(100% + 2px);*/
/*    height: calc(100% + 2px);*/
/*    top: -1px;*/
/*    left: -1px;*/
/*    pointer-events: none;*/
/*    border: 2px solid #337AB7;*/
/*    border-radius: 2px;*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    transition: all 0.4s;*/
/*    transform: scaleX(1.1) scaleY(1.3);*/
/*}*/
.input-at:focus + .focus-input-at {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.form-at-btn {
    position: relative;
    display: block;
    padding: 0 40px;
    height: 50px;
    background-color: #337AB7;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.4s;
    margin: 0 auto;
    outline: none;
    border: none;
    cursor: pointer;        
}
.form-at-btn:hover {
    background-color: #00c510;
}
.form-at-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 35px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: '\f044';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: bold;    
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
.error-at {
    color: red;
    padding: 10px 0;
}
.success-at {
    color: green;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
.form-at input[type=checkbox] {
    display:none;
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 20px 34px;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
}
.form-at input[type=checkbox] + label:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#337AB7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #337AB7;
}
@media (max-width: 768px) {
    .validate-input-at.w-50 {
        width: 100%;
    }
    .validate-input-at.w-50:first-child {
        margin-right: 0;
    }
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
.fading {
    background: #337AB7;
    color: rgb(255, 255, 255);
    font-size: 28px;    
    text-align: center;
    margin: 50px;
}
.fading span {
    animation: fading 3s alternate infinite;
    opacity: 0;
}
@keyframes fading {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    50%, 100% {
        opacity: 1;
        filter: blur(0px);
    }
}  
@media (max-aspect-ratio: 2/3) {
    .fading{
        margin: 0;
    }

}

/* show up pictures*/

.show-on {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: #337AB7;
    font-weight: bold;
    border-radius: 4px;
    padding: 2px;
}
.show-on:hover {
    background-image: url("media/i copy.png");
    background-position:unset;
    background-repeat: no-repeat;
    transition: 2000ms ease;
    padding-left: 14px;
    color: rgb(236, 0, 0);
    font-weight: bold;
    width: 150px;
    height: 200px;
    position: absolute;
    border-radius: 4px;
    z-index: 3;
}
.show-on2 {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: #337AB7;
    font-weight: bold;
    border-radius: 4px;
    padding: 2px;
}
.show-on2:hover {
    background-image: url("media/ps copy.png");
    background-position:unset;
    background-repeat: no-repeat;
    transition: 2000ms ease;
    padding-left: 14px;
    color: rgb(236, 0, 0);
    font-weight: bold;
    width: 150px;
    height: 200px;
    position: absolute;
    border-radius: 4px;
    z-index: 3;
}