 
.nav-bar {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-nav {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.nav-bar .ul_nav a {
  position: relative;
}
  
.nav-bar  .ul_nav {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

 
.lang-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--unnamed-color-7d7d7d) !important;
  font-size: 14px;
  margin-left: 17px !important;
}









.nav-bar .ul_nav li   {
  color: var(--unnamed-color-7d7d7d) !important;
  transition: 600ms ease-in-out;
  font-size: 18px;
  font-weight: 500;
}
.nav-bar .ul_nav li:hover {
  color:  var(--unnamed-color-c5f74e)  !important;
}
.nav-bar .ul_nav .active   {
  color: var(--unnamed-color-c5f74e) !important;
  transition: 600ms ease-in-out;
  font-weight: bold;
}

.ul_nav .active   {
  color: var(--unnamed-color-c5f74e) !important;
  transition: 600ms ease-in-out;
  font-weight: bold;
}

 
 






.lang_gap_search {
  display: flex;
  gap:30px;
  align-items: center;
  margin-left: 50px;
}











.nav-bar .ul_nav li:hover::before {
content: "";
width: 21px;
height: 2px;
  transition: var(--transition) !important;
} 
.y {
  display: none;
}
  
.nav-bar .search-navbar i {
  color: #AEC9D6;
  margin-top: 5px;
  font-size: 16px;
}

 
.lang-nav i {
  margin-top: 5px;
}


.load_logo  img {
  width: 250px;
  height: auto;
}

 
.btn-nav-empty {
  position: relative;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  transition: .5s;
  font-size: 14px;
  background: var(--unnamed-color-3a3a3a) 0% 0% no-repeat padding-box;
  border-radius: 50px 0px;
  text-transform: uppercase;
  align-items: center;
  height: 50px;
  border: 1px solid transparent;
  z-index: 1;
  font-weight: bold;
  padding: 10px 40px;
  color: var(--unnamed-color-ffffff) !important;
text-transform: capitalize;
border: 1px solid  transparent;
}
 
 .btn-nav-empty::before, .btn-nav-empty::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -3;
  background-color: #fff;
  transition: 1s ease;
 }

 
 .btn-nav-empty::before {
  top: -2em;
  left: -2em;
 }
 
 .btn-nav-empty::after {
  left: calc(100% + 2em);
  top: calc(100% + 2em);
 }
 
 .btn-nav-empty:hover::before, .btn-nav-empty:hover::after {
  height: 410px;
  width: 410px;
 }
 .btn-nav-empty:hover {
  color: var(--unnamed-color-3a3a3a) !important;
  border: 1px solid var(--unnamed-color-3a3a3a) ;
}
 .btn-nav-empty:active {
  filter: brightness(.8);
 }
 
.dots5-img {
  position: absolute;
  z-index: -1;
  top: 22px;
  right:0 ;
  padding: 0;
}

.dots4-img {
  position: absolute;
  z-index: -1;
  bottom:  45px;
  padding: 0;
  right:  -45px;
}

 





 
 


















 


.buttom_fill {
  position: relative;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  transition: .5s;
  font-size: 14px;
  background: var(--unnamed-color-3a3a3a) 0% 0% no-repeat padding-box;
  border-radius:  0px 50px;
  text-transform: uppercase;
  align-items: center;
  height: 50px;
  border: 1px solid transparent;
  z-index: 1;
  font-weight: bold;
  padding: 10px 40px;
  color: var(--unnamed-color-ffffff) !important;
text-transform: capitalize;
border: 1px solid  transparent;
}
 
 .buttom_fill::before, .buttom_fill::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -3;
  background-color: #fff;
  transition: 1s ease;
 }

 
 .buttom_fill::before {
  top: -2em;
  left: -2em;
 }
 
 .buttom_fill::after {
  left: calc(100% + 2em);
  top: calc(100% + 2em);
 }
 
 .buttom_fill:hover::before, .buttom_fill:hover::after {
  height: 410px;
  width: 410px;
 }
 .buttom_fill:hover {
  color: var(--unnamed-color-3a3a3a) !important;
  border: 1px solid var(--unnamed-color-3a3a3a) ;
}
 .buttom_fill:active {
  filter: brightness(.8);
 }
 
 

 








 .fixed-navbar {
  width: 100%;
  position: fixed;
  top: 0;
  transition: var(--transition);
  left: 0;
  box-shadow: #e8e7e7 0px 8px 24px;
  background: #fafafa;
  z-index: 98;
  -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
 
 
 @-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}



.nav-bar .btn-nav-empty {
  padding: 10px 20px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
}
.logo-fixed {
  display: none;
  }
  .logo-main {
    width: auto;
    height: auto;
    max-width: 165.65px;
}
  
 
   
  
 
 
 
 
.contact-us-home h2 {
  padding-top: 25px !important;
}







 
 


 
  

















.nav-top .div {
  display: flex;
  align-items: center;
  gap: 30px;
}



.nav-top {
  background: #F8F8F8;
  padding: 20px 0;
}
.nav-top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}










.ball-fixed {
  position: fixed;
  top: 0;
  left:  50%;
  transform: translate(-50%);
  z-index: -1;
}


.glowing {
  position: relative;
  min-width: 1000px;
  height: 550px;
  margin: -150px;
  transform-origin: right;
  animation: colorChange 5s linear infinite;
  overflow: hidden;
}

.glowing:nth-child(even) {
  transform-origin: left;
}

/* @keyframes colorChange {
  0% {
    filter: hue-rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
    transform: rotate(360deg);
  }
} */

.glowing span {
  position: absolute;
  top: calc(80px * var(--i));
  left: calc(80px * var(--i));
  bottom: calc(80px * var(--i));
  right: calc(80px * var(--i));
}

.glowing span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 15px;
  height: 15px;
  background:  #00F5F5;
  border-radius: 50%;
}

.glowing span:nth-child(3n + 1)::before {
  background: #00F5F5; 
  box-shadow: 0 0 20px #00F5F5,
    0 0 40px #00F5F5,
    0 0 60px #00F5F5,
    0 0 80px #00F5F5,
    0 0 0 8px rgba(134,255,0,.1);
}

.glowing span:nth-child(3n + 2)::before {
  background: #00F5F5;
  box-shadow: 0 0 20px #00F5F5,
    0 0 40px #00F5F5,
    0 0 60px #00F5F5,
    0 0 80px #00F5F5,
    0 0 0 8px rgba(255,214,0,.1);
}

.glowing span:nth-child(3n + 3)::before {
  background: #00F5F5;
  box-shadow: 0 0 20px #00F5F5,
    0 0 40px #00F5F5,
    0 0 60px #00F5F5,
    0 0 80px #00F5F5,
    0 0 0 8px rgba(0,226,255,.1);
}

.glowing span:nth-child(3n + 1) {
  animation: animate 10s alternate infinite;
}

.glowing span:nth-child(3n + 2) {
  animation: animate-reverse 3s alternate infinite;
}

.glowing span:nth-child(3n + 3) {
  animation: animate 8s alternate infinite; 
}

@keyframes animate {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-reverse {
  0% {
    transform: rotate(360deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  100% {
    transform: rotate(0deg);
  }
}























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































