.nav-link{
    width: 65px;
    height: 65px;
 }
 .btn-nav{
    position: relative;
    width: 100%;
    height: 100%;
    animation: movingright 1.3s linear;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
 }
 @keyframes movingright {
    0% {
       transform: translateX(-200px);
       opacity: 0;
    }
    100% {
       transform: translateX(0);
       opacity: 1;
    }
 } 
.space-left{
   justify-content: center;
}
.jet-post{padding:5px}

#button{
   cursor:pointer;
}
.box{
   position:fixed;
   width: 100%;
   top:-1000px;
   opacity: 0;
   z-index: -999999;
}
.animation-down {
   animation: movingdown 1.7s ease;
   animation-fill-mode: forwards;
}
@keyframes movingdown {
   0% {
      opacity: 1;
      z-index: 999999;
      transform: translateY(-1000px);
   }
   100% {
      opacity: 1;
      z-index: 999999;
      transform: translateY(1000px);
   }
}
.btn-close{
   opacity: 1 !important;
   z-index: 9999999 !important;
}
.animation-right {
   animation: movingRight 2s ease;
   opacity: 1;
   z-index: 999999;
   animation-fill-mode: forwards;
}
@keyframes movingRight {
   0% {
      opacity: 1;
      z-index: 999999;
      transform: translateY(1000px) translateX(0);
   }
   100% {
      opacity: 1;
      z-index: 999999;
      transform: translateY(1000px) translateX(-100vw);
   }
}

.box-color::-webkit-scrollbar {
    width: 0;
}
.hide {
   display: none !important;
}
h6 {
   font-family: "Roboto", Sans-serif !important;
   font-weight: bolder !important;
}
.jet-listing-dynamic-field__inline-wrap p {
   font-family: 'Roboto',sans-serif !important;
   font-size: 13px;
   line-height: 20px;
}
.elementor-1698 .elementor-element.elementor-element-282651d .jet-listing-dynamic-terms{
   margin-bottom: -4px !important;
}
form,input,select,textarea,.ast-button,.ast-custom-button{
   font-family: "Roboto",Helvetica,Arial,sans-serif !important;
   font-weight: 400 !important;
}
.elementor-field-subgroup label{
   font-size: 16px !important;
}
/* button*/
.elementor-button, .elementor-social-icon,.slick-arrow,.elementor-element-30d3e8b,.elementor-nav-menu > li{
   border-radius: 3px !important;
}
.jet-listing-grid__slider-icon.slick-arrow svg {
   height: 16px !important;
}
/* .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
   margin-bottom: 0 !important;
} */
.elementor-1698 .elementor-element.elementor-element-cd54901.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
   align-content: flex-start !important;
}
.elementor-kit-6 h4 {
   font-family: "Roboto", Sans-serif !important;
   font-weight: 600 !important;
}
.elementor-kit-6 h5 {
   font-weight: bolder;
   font-size: 20px;
}