body{
    background-color: rgba(0, 0, 0, 0.052);
}
*::selection {
  background-color: rgba(134, 103, 148, 0.8);
  color: white;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(172, 155, 172);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgb(115, 79, 131);
  border-radius: 10px;
}

/* global heading */
.heading {  
  text-align: center;
  position: relative;
}
.heading h2 {
  color: #d1d9d9;
  font-size: 6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.heading p {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  position: absolute;
  color: rgb(80, 75, 75);
  top: 75%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.heading p::before{
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background-color: #866794;
}
p.description {
    color: #6a6a6a;
  }
  @media (max-width:570px){
    .heading h2 {
      font-size: 4rem;
    }
  }
/* Navbar */
.nav-bar {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  padding: 25px 0px;
  transition: 0.3s;
}
.nav-bar .logo{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar .logo .eventComLogo{
  width: 300px;
  height: 75px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.nav-bar .logo .eventComLogo img{
  width: 100%;
}
.nav-content .menu-item{
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.vSpace{
  width: 2px;
  height: 75px;
  background-color: white;

}

.menu-item li a {
  color: white;
  text-decoration: none;
}
.menu-item li {
  position: relative;
  margin: 0 10px;
  text-transform: uppercase;
  color: white;
}
.menu-item li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  transition: 0.3s;
}
.menu-item li:hover::before {
  width: 90%;
}
.nav-content .nav-bar-Bars{
  cursor: pointer;
}
@media (max-width:772px) {
  .nav-content .menu-item{
    position: absolute;
    max-height: 0 ;
    display: block;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 100px;
    text-align: center;
   
  }
  .nav-content .menu-item li{
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.301);
    margin-bottom: 5px;
    
  }
}
@media (min-width:772px) {
  .nav-content .nav-bar-Bars{
    display: none !important;
  }
}

/* Home */

.home {
  background-image: linear-gradient(
      230deg,
      rgba(134, 103, 148, 0.8) 0%,
      rgba(134, 103, 148, 0.8) 99%,
      rgba(134, 103, 148, 0.8) 100%
    ),
    url("../image/anthony-delanoix-hzgs56Ze49s-unsplash.jpg");
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.home .description {
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}
.socialMedia a {
  position: relative;
  color: white;
  bottom: 0;
  transition: 0.3s;
}
.socialMedia a:hover {
  bottom: 10px;
}
.Htitle {
  position: relative;
  width: fit-content;
  color: #28349d;
}
.Htitle::before {   
  content: "";
  position: absolute;
  width: 90%;
  height: 5px;
  background-color: #866794;
  border-radius: 50%;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}



/* service */

.service-item li {
    width: fit-content;
  color: #6a6a6a;
  display: flex;
  background-color: rgba(255, 255, 255, 0.632);
  padding: 20px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.09);
}
.service-item .logo{
    width: 32px;
    height: 32px;
    margin-inline-end: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-item img{
    width: 100%;
}
@media (max-width:700px){
  .service-item li {
    margin: 10px auto !important;
    width: 100%;
  }
}
.swiper {
  width: 100%;
}

.swiper-slide {
  width: 400px;
  height: 250px;
  border-radius: 2em;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.swiper-slide img {
  width: 100%;
  height: 100%;

}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
}

.OurWork {
  background-image: 
    url("../image/trending-bg-39afc2a5f77e31d469b25c187814c0a2efef225494c038098d62317d923f8415.svg");
  background-position: 50% 17px;
  background-size: cover;
  background-repeat: no-repeat;
}
.backgroundImage{
    background-image: url('../image/Background\ 3.png');
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.backgroundImage::before{
    content: '';
    position:absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.052);
    z-index: -1;
}

/* footer */

footer{
    width: 100%;
    padding: 25px 30px;
    background-color: rgba(134, 103, 148, 0.8);
    border-top-left-radius: 5em;
    border-top-right-radius: 5em;
}
footer .logo{
    width: 200px;
    height: 30px;
}

@media (max-width:500px){
  footer .container{
    display: block !important;
    
  }
  footer .container .logo{
    margin: auto;
  }
  footer .container .socialMedia{
    margin-top: 62px;
    text-align: center;
  }
}