*{
    margin: 0px;
    padding: 0px;
    font-family: 'El Messiri', 'sans-serif';
    box-sizing: border-box;
    /* overflow: hidden; */
    
}

body{
    /* background-color: rgba(66, 10, 131, 0.973); */
    /* background-image: linear-gradient(180deg ,rgb(147, 122, 192),rgb(121, 19, 189)); */
    /* overflow: hidden; */
    background-color:#0d0f24;
    

}

.fs-24{
    font-size: 28px;
}
.fs-32{
  font-size: 32px;
} 

.fs-42{
  font-size: 42px;
}

a{
    text-decoration: none;
}

.telecolor{
    color: #f5deb3;
}

   /* top area */
.top{
    background-color: #0c1023;
}

.top-btn{
    border: #f5deb3 2px solid;
    border-radius: 25px;
}
.top-btn:hover{
    background-color: #f5deb3;
}



/* menu bar */

.navbar ul li a{   
font-size: 20px;
/* color: white; */
}

.navbar ul li a:hover{  
    color:#f5deb3;
 }

.nav-link{
    color:white;
}

@media only screen and (max-width: 600px)
{
    .logo{
    height: 80px;
    }
    .logo1{
      text-align: center;
    }
    
    .hero-bg{
        height:1020px;
    }
    
}

@media only screen and (min-width: 600px)
{
    .logo{
    padding-left: 20px;
    height: 80px;
    }

    .hero-text1 p{
      padding-right: 100px;
    }
    .top-btn{
      float: right;
    }
}


  /* top social media icons */

  .top .fa {
    padding: 15px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    color: white;
  }
  
  /* Add a hover effect if you want */
  .top .fa:hover {
    /* background-color: #f5deb3; */
    color: #f5deb3;

    
  }

  .hero{
    position: relative;
    margin: 0px;
    
    
  }
.hero-text{
    position: absolute;
    top: 10px;
    left:20px;
    color:aliceblue;
}

.hero-bg{
    background-color: #0d0f24;
}
.hero-image1{

        animation: rotation 20s linear infinite;
        /* height: 80%; */
        width: 80%;
        

}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }


  .line{
    display:inline-block;
    width: 200px;
    height: 3px;
    background-color:aliceblue;
  }
  .line-left{
    line-height: 1;
  }

  .hero-text1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
  }

  .hero-btn{
    background: #f5deb3;
    border-radius: 30px;
    width: 35%;
    color: aliceblue;
  }

  .hero-btn:hover{
    background:none;
    border: #f5deb3 2px solid;
    color:#f5deb3;

}



.textcolor{
    color:lightblue
}

.home-services{
    background-image: url('image/bg-section-service.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-cards .card{
  height:270px;
  width: 270px;
  text-align: center;
  border: solid 1px rgb(2, 2, 102);
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px rgb(2, 2, 102) ;
}

.service-cards .card .card-img-overlay{
  top:165px;
  background-color:  rgba(0, 0, 32, 0.7);
  overflow: hidden;
transition-duration: 1s;
}

.service-cards .card .card-img-overlay:hover{
  top:70px;
}


.business-services{
  background-image: url('image/service-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-service-card .card{

  width: 270px;
  text-align: center;
  border: solid 1px rgb(2, 2, 102);
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px #f5deb3;
  background-color: #0d0f24;
  height: 430px;
}

.business-service-card .card img{
  width: 100%;
  height: 220px;
}

.business-service-card .card h2{
  color:blue;
}

.business-btn{
  background-color: #f5deb3;
  border-radius: 30px;
  
}

.business-btn span{
  padding: 3px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 5px;
  background-color: #0d0f24;
  color:aliceblue;
  border-radius: 20px;
}

.business-btn:hover{
  background-color: #0d0f24;
  border: #f5deb3 2px solid; 
}


.service-cards .card{
  border: solid 1px rgb(2, 2, 102);
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px rgb(2, 2, 102) ;
}



.other-cards .card{
  height:300px;
  width: 300px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px  #f5deb3;
}



.other-cards .card .card-img-overlay{
  top:220px;
  background-color:  rgba(0, 0, 32, 0.8);
  overflow: hidden;
  transition-duration: 1s;
}

.other-cards .card .card-img-overlay:hover{
  top:0px;
}

.bg-shop{
  background: url('image/bg-shop.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.zodiac{
  background: url('image/blue-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box{
  border: 2px solid #f5deb3;
  height: 260px;
  width: 250px;
  transition: 1s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box img{
  height:115px;
}

.box p{
  color:wheat;
}

.box h4{
  color:#f5deb3;
    font-weight: bolder;
}



.box::before, .box::after {
  position: absolute;
  background:#0f0619;
  z-index: -1;
  transition: 1s;
  content: '';
}

.box::before {
  top: -2px;
  height: 3px;
  width: 200px;
  /* margin-left: -30px; */
}

.box::after {
   height: 4px;
   width: 200px;
   top: 256px;
  /* margin-left: -100px; */
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.box:hover::before {
  width: 0px;
  /* background: #fff; */
}

.box:hover::after {
  height: 0px;
  /* background: #fff; */
}

.pb-video {
  border:#090f53 2px solid;
  padding: 5px;
}

  .pb-video:hover {
      background:#f5deb3;
  }
  .pb-video label{
    background-color: #0d0f24;
    color: aliceblue;
  }

.pb-video-frame {
  transition: width 2s, height 2s;
}

  .pb-video-frame:hover {
      height: 300px;
  }

.pb-row {
  margin-bottom: 10px;
}

.footer-top{
  background-color: #090f53;
}

.footer{
  background-color:#0d0f24;
  /* background-color: #f5deb3; */
}

.copyright{
  background-color: #0c1023;
}

.ft .fa {
  padding: 15px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color: white;
}

.ft .fa:hover {
  /* background-color: #f5deb3; */
  color: #f5deb3;

  
}