
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,500;0,600;0,700;1,200&display=swap');

  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    scroll-behavior: smooth;
  }
 
  a{
    text-decoration: none;
    color:#ffffff ;
  }
  body{
    font-family: 'Poppins', sans-serif;
    background:white;
  }
  header{
    position: fixed;
    padding: 15px 8%;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:#28414C;
    z-index: 100;
    transition: .3s;
    border-bottom:2px solid #fff;
  }
  header .logo{
    position: relative;
     top:-20px;
    color: #B80202;
    font-size: 1.7rem;
    font-weight: 700;
  }
  header .logo span{
    color: #FC8202;
  }
  header .logo img{
    position: relative;
    top: 20px;
  }
  header span{
    background:white;
    -webkit-background-clip: text;
    color: transparent;
  }
  header .navlist{
    display: flex;
  }
  .navlist li{
    margin: 0 1rem;
  }
  .navlist li a{
    display: inline-flex;
    font-weight: 600;
  }
  .navlist li a:hover{
    background:#B80202;
    -webkit-background-clip: text;
    color: transparent;
  }
  .right-header{
    display: flex;
    align-items: center;
    justify-content: end;
    grid-gap: .8rem;
  }
  .btn{
    background:#222222  ;
    color: white;
    padding: 8px 10px;
    border-radius: 6px;
    font-weight: 500;
    transition:  all .3s ease;

  }
  /* .btn:hover,.btn-box .d-CV:hover{
    box-shadow: var(--hover-box-shadow);
  } */
 .menu-icon{
 position: relative;
 display: block;
 height: 30px;
 width: 30px;
 cursor: pointer;
 
 }

 .menu-icon .bar,
 .menu-icon::after,
 .menu-icon::before{
    content: "";
    display: none;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background: white;
    margin: 6px 0;
    transition: .4s;
 }
.menu-icon.active::before{
    transform: rotate(-45deg) translate(-6px,6px);
}
.menu-icon.active::after{
    transform: rotate(45deg)translate(-8px,-8px);
}
.menu-icon.active .bar{
    opacity: 0;
}


section{
    
    padding: 90px 5%;  
    padding-bottom: 80px;
}

/* slider start */

.slider-container {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider-container img{
  padding-top: 20px;
    width: 100%;
    height: 80vh;
}
/* Style for the slides */
.slide {
  display: none;
  width: 100%;
}

/* Style for the navigation buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  cursor: pointer;
  color: white;
  background-color: black;
  padding: 10px;
  border: none;
  outline: none;
}

.prev { left: 0; }
.next { right: 0; }
/* end slider */
h1,.cen
{
  color: #B80202;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
   
}

.card_image img {
  padding: 5px;
  border-radius: 10px;
  height: 300px;
  width: 100%;
  vertical-align: middle;
  transition: 1s ease;
}

.card_image img:hover{
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: 1s ease;
}

.btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  text-align: center;
}

.btn:hover {
  background-color:#B80202;
  border: 1px solid black;
  transition: .2s ease;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.333%;
  }
 
}


.cd{
  padding-left: 50px;
}


.card {
  border: 2px solid orange;

  text-align: justify;
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
  background-color:#28414C;
  /* background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%); */
}

.card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
.made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}

/* product end */


/* about */

.about {
  
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  gap: 2rem;
  background: #28414C;
  color: white;
  border-bottom: 2px solid white;
}
.about .about-img {
  position: relative;
}

.about .about-img .aboutHero {
  width: 40vw;
  height: 400px;
  border-radius: 10px;
}
.about .about-content h2 {
  color: black;
}
.about .about-content h3 {
  font-size: 2rem;
  line-height: 3rem;
  margin: 0.5rem 0;
}
.about .about-content p {
  color: white;
}
.text-box p {
  font-size: 1rem;
  font-weight: 500s;
}
.cvConttent {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  transition: 0.3s ease;
}

.about.btn{
   width: 50px;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;

}

/* about end */
/* quality */
section .qulity img{
  opacity: 0.3;
  width: 100%;
  height: 95vh;
}
/* quality */


/* meetup */

.meet{
  gap:100px;
  display: flex;
   align-items: center;
   justify-content: center;
   min-height: 70vh;
   background-color: #f2f2f2;

 }
 .meet h2{
  font-size: 1.9rem;
  font-weight: 900;
 }
 .leader-container {
 
  border-radius: 50%;
   text-align: center;
 }

 .leader-img {
   border-radius: 50%;
   width: 150px;
   height: 150px;
   object-fit: cover;
   margin-bottom: 20px;
 }

 .leader-info {
 
   font-family: 'Arial', sans-serif;
   font-size: 13px;
   color: #333;
 }

/* end meetup */



/* footer  */
footer {
  
  width: 100%;
  color: white;
  background-color: #28414C;


  padding: 50px 0 30px;
  font-size: 13px;
  line-height: 20px;
}
.row {
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.col {
  flex-basis: 25%;
  padding: 10px;
}
.col:nth-child(2),
.col:nth-child(3) {
  flex-basis: 15%;
}
.footer_logo {
  width: 80px;
  height: 90px;
  position: relative;
  top: -18px;
  left: 100px;
}
.footer_about {
  position: relative;
  top: -23px;
}
.col h3 {
  width: fit-content;
  margin-bottom: 40px;
  position: relative;
}
.footer_email {
  width: fit-content;
  border-bottom: 1px solid white;
  margin: 20px 0;
}
.col ul li {
  list-style: none;
  margin-bottom: 12px;
}
.col ul li a {
  text-decoration: none;
  /* color: #fff; */
  color: white;
}
.col form {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid #fee140; */
  border-bottom: 1px solid white;
  margin-bottom: 50px;
}
.col form .icon {
  font-size: 18px;
  margin-right: 10px;
}
.col form input {
  width: 100%;
  background: transparent;
  color: #ccc;
  border: 0;
  outline: none;
}
.col form button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.col form button .icon_right {
  font-size: 16px;
  color: #ccc;
}
.col .social_icons .social_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  background: #a27b5c;
  margin-right: 15px;
  padding: 5px;
  cursor: pointer;
}
hr {
  background-image: url('img/giphy.gif');
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  border: 0;
  border-bottom: 1px solid white;
  margin: 0px auto;
}
footer .copyright {
  text-align: center;
}
.bg-icon i:hover{
  color: orange;
}
.bottom_line {
  width: 100%;
  height: 5px;
  background: #B80202;
  border-radius: 3px;
  position: absolute;
  top: 25px;
  left: 0;
  overflow: hidden;
}
.bottom_line span {
  width: 15px;
  height: 100%;
  /* background: #fee140; */
  background:orange;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 10px;
  animation: moveline 2s linear infinite;
}
@keyframes moveline {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}

@media screen and (max-width: 866px) {
  .col {
    flex-basis: 110%;
    padding: 10px;
  }
  .bottom_line ul {
    display: flex;
  }
  .footer_logo {
    top: -67;
    left: 80px;
  }
  .footer_about {
    top: -10px;
  }
}
/* @keyframes  MoveText animation  */

@keyframes moveText {
  0%,
  10%,
  100% {
    background-position: -24rem 0;
  }
  65%,
  85% {
    background-position: 0rem 0;
  }
}
@keyframes moveCursorText {
  0%,
  10%,
  100% {
    width: 0;
  }
  65%,
  78%,
  85% {
    width: 100%;
    opacity: 1;
  }
  75%,
  85% {
    opacity: 0;
  }
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateText {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


.social-media {
  display: flex;
  justify-content: space-between;
  width: 220px;
  height: 45px;
}


.social-media a {
  width: 42px;
  height: 42px;
  font-size: 1.5rem;
  color: var(--main-color);
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  z-index: 1;
}

.social-media a :hover {
  color: green;
}
.social-media #inst {
  color: red;
}
.social-media #what {
  color: rgb(76, 242, 76);
}
.social-media #fb {
  color: blue;
}
.social-media #you {
  color: red;
}
