.header-sec {
    position: fixed;
    background-color: #0000;
    width: 100%;
}

.hero-sec h1 {
    padding: 0px 0 0;
     font-size: 70px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
    padding: 50px 0 0;
}
.banner-btn a {
    text-align: center;
    padding: 15px 50px;
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: 0.6s;
} 
.banner-btn a:hover {
    background: #fff;
}
.hero-content span {
    color: var(--yellow-color);
}
.hero-sec {
    padding: 10em 0 6em;
     background: radial-gradient(circle at top left, #204660, #0000000d 50%), radial-gradient(circle at bottom right, var(--primary-color), transparent 27%), #020e15;
}
.about-sec h2 {
    font-size: 55px;
    font-weight: 600;
    padding: 0 0em;
}
.about-content-wrp p {
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 400;
}
.about-content-wrp {
    padding: 3em 0;
}
/* value css*/
.value-inner-box {
    border: 2px solid #000;
    border-radius: 35px;
    padding: 3em 0;
}
.value-inner-box {
    border: 2px solid #000;
    border-radius: 40px;
    padding: 3em 3em;
    text-align: center;
}
.about-sec h3 span {
    position: relative;
    top: 40px;
  
    background: #fff;
    font-size: 50px;
    font-weight: 600;
}
.value-inner-box img {
    width: 100%;
    max-width: 150px;
}
.value-inner-box h4 {
    font-size: 25px;
    font-weight: 700;
    color: #0e1d27;
    margin: 30px 0 0;
}
/*team css*/
.team-sec h2 {
    font-size: 55px;
    font-weight: 600;
}
.team-sec {
    padding: 6em 0;
}

.team-box-wrp img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}
.team-box-wrp h3 {
    padding: 25px 0 0;
    margin-bottom: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.team-box-wrp p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
}
.flip-container {
    width: 100%;
    float: left;
    position: relative;
    padding: 3em 1em 0;
   
}
.flip-container:hover .flipper {
    transform: rotateY(180deg);
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
     cursor: pointer;
}

.front, .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.front {
    transform: rotateY(0deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.back {
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Adjust content position */
.team-content {
    width: 100%;
    color: #000; /* Make text white to stand out on dark images */
    padding: 5px 0;
}
.team-content h3, .team-content p {
    margin: 0;
}

/*logo-sec css*/
.logo-sec {
    background: linear-gradient(to bottom right, #060605 0%, #060605 60%, #1b445e 100%);
    padding: 2em 0 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor:pointer;
}
.logo-sec img {
    max-width: 175px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    object-fit: contain;
}
 
.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.marquee-content {
  display: inline-flex;
  animation: marquee 150s linear infinite;
  animation-play-state: running;
      align-items: center;
}
.marquee-content img {
 
  height: auto;
}
.marquee-content figure {
    width: 200px;
}
.marquee:hover .marquee-content {
  animation-play-state: paused; 
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.about-sec {
    padding: 6em 0;
}
@media only screen and (max-width:1200px){
.team-box-wrp h3 {
    font-size: 25px;
}
.team-box-wrp p {
    font-size: 18px;
}
}
@media only screen and (max-width:992px) {
    .value-inner-box h4 {
    font-size: 16px;
 
}
.team-box-wrp img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.team-box-wrp h3 {
    font-size: 18px;
}
.team-box-wrp p {
    font-size: 18px;
}
.value-box-wrp {
    margin-bottom: 6em;
}
.about-sec h2 {
    font-size: 35px;
}
.banner-btn {
    margin-top: 2em !important;
}
}
@media only screen and (max-width:767px) {
    .about-content-wrp {
    padding: 1em 0;
}
    .header-btn {
        display: none !important;
        position: absolute;
        top: 18px !important;
        right: 0px;
        z-index: 1000;
    }
.team-content {
    text-align: center;
}
.about-sec h2 {
    font-size: 22px;
}
.team-sec h2 {
    font-size: 50px;
}
.value-wrap {
    margin: 0 0 2em;
}
.value-inner-box h4 {
    font-size: 22px;
}
.team-sec {
    padding: 3em 0;
}

.about-content-wrp p {
    font-size: 16px;
    margin-bottom: 15px;
}
.about-sec h3 span {
    top: 25px;
    font-size: 30px;
}
.value-inner-box h4 {
    font-size: 16px;
    margin: 15px 0;
}
}
@media only screen and (max-width:600px){
.team-box-wrp h3 {
    font-size: 25px;
}
    .team-box-wrp p {
        font-size: 20px;
    }
}


