.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.text-in-slide {
  top:10%; left:10%; position:absolute;
}

.swiper-container {
  width: 100%;
  /* height: 80vh; */
  /* border:1px solid red;
  position: relative;
  overflow: hidden; */
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}
.swiper-pagination {
  position: absolute;
  bottom: 20px !important;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
}

.swiper-pagination-bullet-active {
  width:20px !important;
  border-radius: 5px !important;
  background-color: var(--main) !important;
  transition: all .3s ease-in-out;
  /* background: var(--swiper-pagination-color, var(--swiper-theme-color)); */
}

.swiper-slide-active .anim-in {
  width: 100%;
  -moz-animation: anim-in .5s linear;
  animation: anim-in .5s linear;
  -webkit-animation: anim-in .5s linear;
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}
@keyframes anim-in {
  0%   {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100%  {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes anim-in {
  0%   {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100%  {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.navbar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all .5s ease;
}
.nav-link {
    min-width: 150px;
    width: 100%;
    color: #333 !important;
    padding: .5rem .5rem !important;
}
.nav-link-2 {
  min-width: 200px;
  width: 100%;
  color: #333 !important;
  padding: .5rem .5rem !important;
}
.nav-link:hover {
    color: #fbd470 !important;
}


.btn_blank {
    font-size:.8rem; padding:.6rem 1.25rem .5rem 1.25rem; border-radius:1.25rem;
    color:#FFF;
    max-width: 120px;
    text-align: center;
}
.btn_login {
    font-size:.8rem; padding:.6rem 1.25rem .5rem 1.25rem; border-radius:1.25rem; border:1px solid #FFF;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .1);
}
.btn_signup{
    font-size:.8rem; white-space: nowrap; padding:.6rem 1.25rem .5rem 1.25rem; border-radius:1.25rem; background-color:var(--red);
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .1);
}

.nlink {
    color: #333 !important;
    padding: 1em .5rem !important;
}
.nlink:hover {
    color: var(--dark-purple) !important;
    text-decoration: none;
}
.nlink2 {
    padding: .5rem 1em .3rem 1em  !important;
    color: #333 !important;
    font-size: 14px;
    border-radius: 0px;
}
.nlink2:hover {
    color:#333 !important;
    text-decoration: none;
    background-color: rgba(150,150,150,.3);
    border-radius: .5rem;
}

.nlink2s {
    padding: .5rem 1em .3rem 1em  !important;
    color: var(--dark-purple) !important;
    background-color: var(--light-purple);
    border-radius: 1em 0px 1em 0px;
}
.nlink2s:hover {
    color: var(--dark-purple) !important;
    text-decoration: none;
    background-color: var(--light-green);
}

.nlink2side {
    padding: .5rem 1em .3rem 1.25rem  !important;
    color: #FFF !important;
    background-color: var(--purple);
    border-radius: 1em 0px 0px 1em;
    font-size: .9rem;
    line-height: 1.25rem;
}
.nlink2side:hover {
    color:#FFF !important;
    text-decoration: none;
    background-color: var(--green);
}
.nlink2side2 {
    padding: .25rem 1em .25rem 1em  !important;
    color: var(--dark-purple) !important;
    background-color: var(--light-purple);
    border-radius: 0px 0px 0px 0px;
}
.nlink2side2:last-child {
    padding: .25rem 1em .25rem 1em  !important;
    color: var(--dark-purple);
    background-color: var(--light-purple);
    border-radius: 0px 0px 0px 1em;
}
.nlink2side2:hover {
    color: var(--dark-purple) !important;
    text-decoration: none;
    background-color: var(--light-green);
}

.sidemenu_active {
    background-color: var(--green) !important;
    border-radius: 1em 0px 0px 1em;
}
._active {
    background-color: var(--green) !important;
    border-radius: 1em 0px 0px 0px;
}
._active2 {
    color: #FFF !important;
    background-color: var(--mid-purple) !important;
}

.nlink3 {
    font-size: .8rem !important;
    color:#fffaf5 !important;
    font-weight: 100;
    padding: 0rem .5rem .25rem .5rem  !important;
    opacity: .9;
}
.nlink3:hover {
    font-size: .8rem !important;
    color:#fffaf5 !important;
    text-decoration: none;
    opacity: .7;
}

#navbar {
    z-index: 999 !important;
    background-color: transparent !important;
}
#navbar_box {
    background-color: var(--blue);
}

#navbar_top_main {
  z-index: 999 !important;
}

#navbar_top_main, #navbar_mobile{
    background-color: var(--blue);
}

/* .nav-item a.nav-link {
    position: relative;
    font-weight: 400 !important;
    font-size: 1rem;
    color: var(--light-purple);
    transition: all .2s ease;
}

.nav-item a.nav-link.active {
    position: relative;
    font-weight: 400 !important;
    font-size: 1rem;
    color: var(--dark-purple);
    transition: all .2s ease;
} */
.nav-item a.nav-link {
    position: relative;
    font-weight: 400 !important;
    font-size: 1em;
    color: #ffffff;
    transition: all .2s ease;
}

.nav-item a.nav-link.active {
    position: relative;
    font-weight: 400 !important;
    font-size: 1em;
    color: #fbd470 !important;
    transition: all .2s ease;
}

.nav-item-mobile a.nav-link {
  position: relative;
  font-weight: 400 !important;
  font-size: 1em;
  color: #ffffff !important;
  transition: all .2s ease;
  padding: 6px 10px 4px 10px !important;
  border: 1px solid rgba(0, 0, 0, .4);
}

.nav-item-mobile a.nav-link.active {
  position: relative;
  font-weight: 400 !important;
  font-size: 1em;
  color: #fbd470 !important;
  transition: all .2s ease;
  padding: 6px 10px 4px 10px !important;
  border: 1px solid rgba(0, 0, 0, .4);
}

.nav-link .chevron{
  transition: transform 0.3s;
  transform-origin: center;
  position: absolute;
  right: .5em;
  top: calc(50% - 10px);
}
.nav-link .chevron::before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  cursor: pointer;
}
.nav-link .rotate{
  transform: rotate(90deg);
}


.nav-item a.nav-link-2 {
  position: relative;
  font-weight: 400 !important;
  font-size: 1em;
  color: #333;
  transition: all .2s ease;
}

.nav-item a.nav-link-2.active {
  position: relative;
  font-weight: 400 !important;
  font-size: 1em;
  color: #333;
  transition: all .2s ease;
}

.nav-item-mobile a.nav-link-2 {
position: relative;
font-weight: 400 !important;
font-size: 1em;
color: #333 !important;
transition: all .2s ease;
padding: 6px 10px 4px 10px !important;
border: 1px solid rgba(0, 0, 0, .4);
}

.nav-item-mobile a.nav-link-2.active {
position: relative;
font-weight: 400 !important;
font-size: 1em;
color: #333;
transition: all .2s ease;
padding: 6px 10px 4px 10px !important;
border: 1px solid rgba(0, 0, 0, .4);
}

.nav-link-2 .chevron{
transition: transform 0.3s;
transform-origin: center;
position: absolute;
right: .5em;
top: calc(50% - 10px);
}
.nav-link-2 .chevron::before {
content: "\f054";
font-family: FontAwesome;
font-size: 16px;
line-height: 16px;
color: #333;
cursor: pointer;
}
.nav-link-2 .rotate{
transform: rotate(90deg);
}

#nav-icon {
  width: 26px;
  height: 26px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fbd470 !important;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.btn-accept{
  padding: .5em;
  background-color: var(--main);
  color:#FFF;
}
.btn-dont-accept{
  padding: .5em;
  background-color: var(--main);
  color:#FFF;
}

#backtotop {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    padding-top: 3px;
    bottom: 50px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #backtotop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #backtotop:hover {
    cursor: pointer;
    background-color: var(--red);
  }
  #backtotop:active {
    background-color: var(--red);
  }
  #backtotop.show {
    opacity: .8;
    visibility: visible;
  }
  
  #nav-icon span:nth-child(1) {
    top: 2px;
  }
  
  #nav-icon span:nth-child(2) {
    top: 10px;
  }
  
  #nav-icon span:nth-child(3) {
    top: 18px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #nav-icon.open span:nth-child(3) {
    top: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  .color_light{
    color: var(--light-purple) !important;
  }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* ---------------------------------------------- checkbox-custom ----------------------------------------------- */
.checkbox-custom {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkbox-txt {
    color: #000;
    font-size: 12px;
  }
  .checkbox-custom .checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #b3b3b3;
    /* border: 2px solid #ebebeb; border-top-color: #7c7c7c; border-left-color: #7c7c7c; */
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-custom:hover input ~ .checkmark {
    background-color: #eee;
    /* border: 1px solid gray; */
    /* border: 2px solid #ebebeb; border-top-color: #7c7c7c; border-left-color: #7c7c7c; */
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-custom input:checked ~ .checkmark {
    /* background-color: var(--icon-red-color); */
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkbox-custom .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    /* font-size: 0.5rem; */
  }
  
  /* Show the checkmark when checked */
  .checkbox-custom input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-custom .checkmark:after {
    left: 5px;
    top: -1px;
    width: 8px;
    height: 16px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* ---------------------------------------------- checkbox-custom ----------------------------------------------- */

@media screen and (max-width: 767px) {
    .btn_blank {
        max-width: none;
    }
 
    .text-in-slide {
      font-size: .9em;
      top:20%; left:10%; position:absolute;
    }

}