@font-face {
  font-family: Century Gothic;
  src: url(gothic/gothic.woff);
}

@font-face {
  font-family: Fe Font;
  src: url(gothic/fe-font.ttf);
}

html{
    scroll-padding-top: 110px;
} 

.main-model{
            max-width: 600px;
            margin: 0 auto;
        }

body a {
color: black;}

#model a {
color: white;
text-decoration: none;}

h1{
    text-align: center;
}

.header {
    display: flex;
    align-items: center;
  justify-content: space-between;
    margin: 13px auto;
/*    margin-right:80px;*/
    width: calc(100% - 80px);
    max-width: 600px;
    position: fixed;
    background: white;
    z-index: 999;
    
}


.logo img{
    display: block;
}

.mySwiper {
    max-width: 550px;
}

.fef { font-family: Fe font;
font-size: 16px !important;
font-weight: 600 !important;
}
.passport {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
   
    padding: 5px 20px;
    background: #2e2e2e;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    z-index: 999;
}

.logo {
    margin-left:  5px;
    margin
    
}


 .swiper {
        width: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 20px;
          font-weight: 600;
        background: #fff;
        display: block;
        /* 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;
*/
      }
        
        
   
        span.bulletSwiper{
            padding: 10px 10px 50px 10px;
            font-size: 0px;
            
            font-weight: 600;
            color: rgba(0,0,0,0);
transition: font-size .3s ease-out, color .3s cubic-bezier(.755,.05,.855,.06) .2s;
/*transition: all 0.3s ease-out 0.3s;*/
/*transition: all .3s cubic-bezier(.755,.05,.855,.06) .1s;*/
        }
        
        
        span.bulletActiveSwiper{
            font-size: 20px;
            color: rgba(0,0,0,1);
            padding: 10px 1px 50px 1px;
        }


        
        
        .bulletSwiper::before{
            position: absolute;
            margin-left: -7px;
            margin-top:35px;
            content: '';
            width: 2px;
            height: 20px;
/*            background: url(img/bar2.png);*/
            background-color: rgba(0,0,0,.2);
        }
        

        .bulletSwiper::after{
            position: absolute;
            margin-left: 3px;
            margin-top:35px;
            content: '';
            width: 2px;
            height: 15px;
            background-color: rgba(0,0,0,.2);
        }
        
        
        span.bulletActiveSwiper::before{
            margin-left: 20px;
            content: '';
            width: 5px;
            height: 30px;
            margin-top: 30px;
            background: black;
            
        }

span.bulletActiveSwiper::after{
             content: none;
        }
        
        .swiper-pagination {
        top: 5px;
        position: relative !important;
            
           
        }
        
                .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
           height: 20px; 
        }
        
        .swiper-wrapper{
        padding-top: 30px;
        
        }
.model-title {
    margin: 0 auto;
    width: 70%;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
/*
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
    line-height: 1.5;
   
*/
.title-btn{
    padding: 5px 20px;
    background: #2e2e2e;
    border-radius: 50px;
    color: white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    line-height: 36px;
}

.cloudimage-360 {
    z-index: 0;
}

.main-container {
    text-align: center;
    overflow-x: hidden;
}
.main-subtitle2 {
     padding: 5px 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 15px;
}

.main-subtitle {
    padding: 20px 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 10px;
    text-transform: uppercase;
}

.btn-passport {
    display: inline-block;
    background: #2e2e2e;
    border-radius: 50px;
    padding: 7px 20px;
    color: white;
/*    font-size: 18px;*/
/*    text-transform: uppercase;*/
    font-weight: 400;
    margin: 20px
    
    
}

#overlayl {
    width: 100vw;
    height: 100hw;
    background: white;
     position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
}

#overlayl img {
    display: block;
    margin: 0 auto;
    margin-top: 40vh;
}



h1 {
    font-size: 24px;
}

.form-group {
    margin: 20px;
}

.form-check-label {
    float: left;
margin-bottom: 15px;
    font-family: Century Gothic;
    width: 90%;
    text-align: left;
}

/*bootstrap switch*/

.form-check-input {
  clear: left;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-xl {
  margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

.btn-form {
    background: none;
        border: 0;
}

.form-control {
    margin: 20px auto;
}

.switch-form {
    margin-bottom: 40px;
}

.oldpass-title {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    padding: 0 20px;
    margin-top: 50px;
    text-transform: uppercase;
    padding-bottom: 20px;
    
}

.oldpass-subtitle {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.oldpass-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
/*    text-align: justify;*/
    padding: 0 40px;
}

#mission ul{
    padding: 0 20px;
}
#mission ul li {
     text-align: center ;
    list-style-type: none;
    padding-bottom: 10px;
    font-weight: 800;
}

#overlay {
    
}

.model-carousel {
    margin-top: 110px;
}

.bo {
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 5;
   -webkit-box-shadow: 0 4px 6px -6px #222;
  -moz-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
}

#oldpass {
     margin-top: 40px;
}

.swiper-slide a, .swiper-slide a:hover {
    color: black;
}

.model-sub {
    font-weight: 400;
    font-size: 12px;
    margin-top: 10px;
}

.main-title {
     padding: 20px 20px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 10px;
}

.container-model {
    margin-top: 100px;
}

.model-title::before {
    content: url('https://scaleflex.cloudimg.io/v7/filerobot/js-cloudimage-360-view/360_view.svg');
    position: absolute;
    width: 40px;
    right: -20px;
    top: -50px;
    
}

section {
    min-height: calc(100vh - 100px);
}

.main-content {
    margin-top: 110px;
}


.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.model-info {
    opacity: 0;
 
}

.smothUp {
    -webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
     -moz-animation: reveal 1s ease-in 1 normal forwards;
       -o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
          animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
     -webkit-animation-delay: 0;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
li {
    
}

.buy-coffee {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99 !important;
    
}

.cookie-banner {
	position: fixed;
	bottom: 40px;
	left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.close {
/*  height: 20px;*/
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

.newone {
/*    font-family: Fe font;*/
    font-size: 16px;
    border-radius: 50px;
    background: #2e2e2e;
    color: white;
    margin: 0 auto;
    width: 70%;
    z-index: 1;
    font-weight: 400;
    padding: 5px 20px;    
/*    padding-bottom: 10px;*/
}
