HEX
Server: LiteSpeed
System: Linux s1296.sgp1.mysecurecloudhost.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: bishwesh (1878)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bishwesh/BSFoundation/style.css
:root{
  --red: #ed1c24;
  --blue : #2b3890;
  --gray : #E3E3E3;
  --vividblue: #6568FF;
}
.color-bsf{
  color: var(--red);
}
.color-blue{
  color: var(--blue);
}
.gray{
  background-color: var(--gray);
}
.btn-bsf{
  border: var(--red);
  background-color: var(--red);
}
.btn-bsf:hover{
  border: #c91d24;
  background-color: #c91d24;
}
.btn-bsf-2{
  border: var(--blue);
  background-color: var(--blue);
}
.btn-bsf-2:hover{
  border: var(--blue);
  background-color: #283170;
}
.bg-vividblue{
  background-color: var(--vividblue);
}
.bg-red{
  background-color: var(--red);
}
nav{
  backdrop-filter: blur(10px) !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
    position: sticky;
    top: 0;
    z-index: 9;
}
h1.hero-text{
  /* font-size: 7rem !important; */
}
@media all and (max-width: 1000px) {
  h1.hero-text{
    font-size: 6rem;
    line-height: 1.6 !important;
  }
}
  
.hero button{
  padding: 40px 64px;
    line-height: 0px;
    border: 3px solid var(--red) !important;
    color: var(--red);
}
.hero button:hover{
  background-color: var(--red);
}

section.whoRwe .mvg-topic h3::before{
  content: '';
  width: 24px;
  height: 100%;
  background-color: var(--red);
  border-left: 6px solid var(--red);
  padding-right: 12px;
}
section.swiper .swiper-wrapper .swiper-slide{
  width: 400px !important;
  display: inline-block;
}
section.our-projs{
  background-color: #A4A5FF;
}
.swiper-slide .absolute:hover{
  background-image: linear-gradient(to right, rgba(46, 48, 146, 0.4), hsla(358deg, 85%, 52%, 0.4) );
  transition: ease-in-out .3s;
    }

.swiper-slide .absolute{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-slide .absolute button:hover{
  background-color: var(--blue);
  color: #fff;
}


/* About Page */
.notices ul a:hover{
  text-decoration: underline;
  transition: .5s;
}
/* Footer */

@media all and (min-width: 1610px) {
  .ftr-btn button{
    transform: translateX(-60px) !important;
  }
}

/* Testimonial */