/* nav custom css  */
.navbar.navbar-stuck {
  background-color: rgba(245,246,244,0.4)  !important;
  backdrop-filter: blur(15px) brightness(90%) saturate(90%);
  -webkit-backdrop-filter: blur(15px) brightness(90%) saturate(90%);
}



/* .navbar.navbar-stuck .nav-link {
  color: #000;
} */

/* .navbar.navbar-stuck .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--ar-navbar-active-color);
} */
/* .navbar.navbar-stuck img {
  filter: invert(50%) sepia(100%) saturate(3207%) hue-rotate(130deg) brightness(95%)
} */
 
/* social menu */
#menu-social > li::before , #menu-social-1 > li::before {
  font-size:25px;
}
#menu-social > li:hover , #menu-social-1 > li:hover {
  color:var(--ar-nav-link-hover-color);
}
#menu-social > li > a, #menu-social-1 > li > a {
  text-decoration: none !important;
}
#menu-social > li > a > span, #menu-social-1 > li > a > span {
  padding: 0px !important;
}

#menu-social > li > a > span > i , #menu-social-1 > li > a > span > i {
  font-style: normal !important;
}

#menu-social > li > a > span > i::before , #menu-social-1 > li > a > span > i::before {
  padding-right: 10px !important;
 
}

/* #menu-social > li > a > span > i::content , #menu-social-1 > li > a > span > i::content {
  margin-top: 10px !important;
  
} */


/* cursor css start  */
.cursor {
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  animation: cursorAnim .5s infinite alternate;
  pointer-events: none;
}

.cursor::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 8px solid gray;
  border-radius: 50%;
  opacity: .5;
  top: -8px;
  left: -8px;
  animation: cursorAnim2 .5s infinite alternate;
}

@keyframes cursorAnim {
  from {
      transform: scale(1);
  }
  to {
      transform: scale(.7);
  }
}

@keyframes cursorAnim2 {
  from {
      transform: scale(1);
  }
  to {
      transform: scale(.4);
  }
}

@keyframes cursorAnim3 {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(3);
  }
  100% {
      transform: scale(1);
      opacity: 0;
  }
}

.expand {
  animation: cursorAnim3 .5s forwards;
  border: 1px solid var(--ar-primary);
}




/* p {
color: white;
font-family: 'arial';
text-align: center;
margin-top: 50px;
font-size: 1.4em;
a {
  color: teal;
}
} */

/* cursor css end  */




/* footer style start */
.bg-bottom{
  margin-top: 140px;
  background-color: #EBE9E8 ;
}
.bottem-left{
  margin: 60px 0;
}
.bottem-left h2  {
  font-size: 50px;
}
.bottem-left p  {
  font-size: 22px;
}
a {
  text-decoration: none !important;
}
.footer-menu .nav-link {
  padding: 5px 0px !important ;
}



.chris {
  position: absolute;
  top: -140px;
  right: -100px;
}

@media (max-width: 991px) {
 
  .bottem-left{
    margin: 20px 0;
  }
  
  .chris {
    position: static;
    margin-top: 10px;
  }
}

.displayInWeb{
  display: block !important;
}
.displayInMobile{
  display: none !important;
}
/* footer style end */

/* Homepage slider image alignment start */

@media (max-width: 768px) {
  .swiper-slide-cover{
    background-position: left !important;
  }
  .displayInWeb{
    display: none !important;
  }
  .displayInMobile{
    display: block !important;
  }
}

/* Homepage slider image alignment end */

.country-name{
  color: black !important;
}