 
 
 .swiper-container {
    width: 100%;
    height: 115vh;
  }

.reg-btn{
background-color: transparent;
border: solid 2px #ff7e00;
padding: 10px;
border-radius: 7px;
width: 100px;
}

.showing{
    display:block;
}

.not-showing{
display:none;
}

.swiper-slide {
    background-color: #fcfcfc;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fcfcfc;
    font-size: 24px;
  }
  

  .swiper-slide > .swiper-slide-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent no-repeat 50% 50% /cover;
  }
  
  
  .swiper-slide .slide-01 {
    background-image: url(./images/slider-img/img1.webp);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }

  
  .swiper-slide .slide-02 {
    background-image: url(./images/slider-img/img2.jpg);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }

  
  .swiper-slide .slide-03 {
    background-image: url(./images/slider-img/img3.jpg);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-04 {
    background-image: url(./images/slider-img/img4.jpg);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-05 {
    background-image: url(./images/slider-img/img5.jpg);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-06 {
    background-image: url(./images/slider-img/img6.webp);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-07 {
    background-image: url(./images/slider-img/img7.webp);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-08 {
    background-image: url(./images/slider-img/img8.webp);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-09 {
    background-image: url(./images/slider-img/img9.webp);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-10 {
    background-image: url(./images/slider-img/img10.webp);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-11 {
    background-image: url(./images/slider-img/img11.jpeg);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-12 {
    background-image: url(./images/slider-img/img12.jpeg);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-13 {
    background-image: url(./images/slider-img/img13.jpeg);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-slide .slide-14 {
    background-image: url(images/slider-img/img14.jpeg);
    transform-origin: 50% 50%;
    background-color: rgba(1, 1, 1, 0.582);
    background-blend-mode: multiply;
  }
  
  .swiper-scale-effect .swiper-slide-cover {
    transition-timing-function: linear;
    transition-duration: 20s;
    transform: scale(1);
  }
  
  .swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1.3);
  }
  
  :root {
    --swiper-pagination-bottom: 40px;
    --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #FCFCFC;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #262626;
  }
  .swiper-button-prev,
  .swiper-button-next {
    background: transparent;
    opacity: 0.55;
    --swiper-navigation-color: rgba(252, 252, 252, 0.85);
    transition: opacity 0.3s ease, color 0.3s ease;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: transparent;
    opacity: 0.85;
    --swiper-navigation-color: #fcfcfc;
  }
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
    box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
    background: var(--swiper-pagination-bullet-inactive-color, rgba(252, 252, 252, 0.85)) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
    --swiper-pagination-bullet-horizontal-gap: 6px;
  }
  .swiper-pagination-bullet-active {
    box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
    background: var(--swiper-pagination-bullet-active-color, rgba(252, 252, 252, 0.85)) !important;
    opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
    --swiper-pagination-bullet-horizontal-gap: 10px;
  }

  .hero-cont{
    margin-top: 50px;
}

  .welcome-cont{

    height:30px;
    width:max-content;
    padding: 8px;
    background-color: #fcfcfc3f;
    border: 1px solid #FFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;

    padding-left: 10px;
    padding-right: 10px;
  }

  .dot{
    height: 10px;
    width:10px;
    background-color: #ff7e00;
    border-radius: 50%;
  }

  .welcome-cont p{
    font-size:small;

  }

@media (max-width:990px) {

    .showing{
        display:none;
    }
      
  .swiper-container {
    height: 83vh;
  }

  .not-showing{
    display:block;
  }

  .dis-text{
    /* text-align: center; */
  }

}

@media (max-width:500px) {


    #dis-text{
        font-size: 25px;
    }


    .hero-cont{
        margin-top: 80px;
    }
    

}

.bootstrap-select>.dropdown-toggle {
  width: 85px;
}

.dropdown .bootstrap-select .countrypicker .f16{
  width: max-content;
}