:root{
  --glass-black: #00000099;
  --glass-white: #ffffff33;
  --black: #000000;
  --noble-black: #202124;
  --gray: #8A949D;
  --white: #fff;
  --me-blue: #4285F4;
  --me-light-blue: #E8F1FD;
  --me-green: #0FB062;
  --me-yellow: #FBBB05;
  --me-redish:#EA3B2D;
  --me-light-yellow:#FFE08D;
  --me-red: #FF0000;
  --country-slider-width: 200px;
  --country-slider-hight: 34px;
  --country-slider-quantity: 6;
}
*{
  margin: 0;
  padding: 0;
}
html{
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  scrollbar-width: none;
}
body{
  background-color: var(--black);
  color: var(--white);
  cursor: url('mouse-cursor.svg'), auto;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar{
  display: none;
}

.go--cursor{
  cursor: url('go-cursor.svg'), auto;
}

.go--cursor:active{
  fill: var(--me-blue);
}

.pointer--cursor{
  cursor: url('mouse-cursor.svg'), auto;
}

.no--decoration{
  text-decoration: none;
  color: inherit;
}

.prevent--selection{
  user-select: none;
}

.enable--selection{
  user-select: text;
}






/* ---navbar--- */


.nav-blur-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  z-index: -100; /* Place it behind other nav elements */
}

.nav__inner-wrap{
  padding: 0 24px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: padding 0.4s ease-out;
}

.open-sidebar-button{
  margin-left: auto;
}

nav {
  background-color: var(--glass-black); /* Ensure transparency here */
  width: 100%;
  height: 52px;
  position: fixed; /* Keeps the navbar at the top */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden; /* Prevent child elements from escaping the nav area */
  z-index: 100;
  border-bottom: 1px solid var(--glass-white);
  top: -1px; /* Add a default top value */
  transition: all 0.5s ease-out !important;
  fill: white;
}

.links-container{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav__link{
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--white);
}

nav a:hover{
  background-color: var(--me-blue);
}

nav .link{
  margin-left: auto;
}

nav svg{
  fill: var(--white);
}

#sidebar-active{
  display: none;
}

.open-sidebar-button, 
.close-sidebar-button{
  display: none;
}

@media(min-width: 414px){
  .nav__text, .nav_find-us, .nav__condition, .nav__bottom__logo{
    display: none;
  }
}
@media(max-height: 674px){
  .nav__bottom__logo{
    display: none;
  }
}
@media(max-width: 500px){

  .close-sidebar-button{
    width: 100%;
    text-align: right;
  }

  .close-sidebar-button p{
    padding: 22px 22px 0 0;
  }

  .links-container{
    flex-direction: column;
    align-items: flex-start;

    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 100%;

    background-color: var(--glass-black);
    backdrop-filter: blur(20px);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    transition: 0.75s ease-out;
    overflow: hidden;
  }

  .nav__text{
    margin-top: 60px;
    padding-bottom: 20px;
    padding-left: 24px;
    font-size: 12px;
    font-weight: bolder;
  }

  .nav__link{
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding-left: 24px;
    justify-content: flex-start;
    font-size: 36px;
    font-weight: bolder;
    padding-bottom: 16px;
  }

  .open-sidebar-button, 
  .close-sidebar-button{
    display: block;
  }

  #sidebar-active:checked ~ .links-container{
    right: 0;
  }

  #sidebar-active:checked ~ #overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }

  nav a:hover{
    background-color: transparent;
  }

  .nav_find-us{
    padding-top: 44px;
    padding-left: 24px;
  }

  .nav__find-us__text{
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: bolder;
  }

  .nav__find-us__discription p{
    font-size: 16px;
    font-weight: bolder;
    padding-bottom: 16px;
  }

  .nav__condition{
    margin-top: 44px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }

  .nav__condition p{
    padding: 0 24px;
    font-weight: bold;
  }

  .nav__bottom__logo{
    margin: 0 auto;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media(min-width: 1280px){
  .nav__inner-wrap{
    max-width: 1200px;
    margin: 0 auto;
  }
}




/* ---navbar--- */

.padding-top{
  padding-top: 76px;
}

    .swiper {
      width: 100%;
      height: 100%;
      overflow: hidden;
      /* margin-bottom: 24px; */
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #ffffff00;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 282.91px !important;
      height: 400px !important;
      /* margin-left: 24px; */
      border-radius: 4px;
      margin: 24px 24px 24px 24px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.top-section{
  background-color: var(--me-blue);
  color: var(--me-light-blue);
}

.top-section-2{
  background-color: var(--me-light-blue);
  color: var(--me-blue);
}
.top-section__child-color{
  background-color: var(--noble-black);
  color: var(--white);
}

.text, .text__no_slide, .u-s__text, .s-s__text, .us-ss__text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: solid 2px var(--white);
}


.all-service-page{
  /* min-height: 100vh; */
  width: 100%;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}


.service_page{
  width: 100%;
  /* margin-top: 2rem; */
  cursor: pointer;
}

.all__slide{
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease;
}


 .all__slide.active { 
  max-height: 2100px;
  animation: fade 1.2s ease-in-out;
  border-bottom: 2px solid white;
}

.text.active svg{
  transform: rotate(180deg);
}
svg{
  transition: transform .4s ease-in;
}


@keyframes fade{
  from{
    opacity: 0;
    transform: translateY(0px);
  }
  to{
    opacity: 1;
    transform: translateY(0px);
  }
}

.country{
  background-color: var(--me-light-blue);
  color: var(--me-blue);
}

.servive__country{
  background-color: var(--me-blue);
  color: var(--white);
}





/* ---footer--- */


.footer{
  background-color: var(--glass-white);
}

.footer__logo{
  display: flex;
  justify-content: center;
  padding: 24px;
}

.footer__links, 
.footer_find-us__text{
  padding: 36px 0 0 24px;
  margin-right: auto;
}

.footer_find-us__discription{
  padding: 16px 0 0 24px;
  margin-right: auto;
}

.footer__links p{
  padding-bottom: 12px;
  font-size: 36px;
  font-weight: bolder;
}

.footer_find-us__text{
  font-size: 24px;
}

.footer_find-us__discription p{
  padding-bottom: 12px;
  font-size: 16px;
}

.footer__condition{
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  padding: 28px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.footer__copyright{
  font-size: 8px;
  display: flex;
  justify-content: center;
  padding: 12px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer__inner-wrap-1 p{
  text-decoration: none;
}

@media(min-width:600px){
  .footer__inner-wrap-1{
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
  }


}
/* ---footer--- */









