@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');


/* * {
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
} */





body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: white;
  }
  
  .shadow {
    box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0), 0 6px 20px 0 rgba(255, 255, 255, 0.19);;
  }

.main-header{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1B2021;
  height: 4rem ;
  top: calc(0 + 4rem);
  width: 100vw;
  z-index: 100;
}

.main-header .logo {
  font-size: 1.4rem;
  padding: 0.8rem;
  font-weight: 700;
  margin: 0%;
  color:#ff715b ;
}

.main-container{
    display: flex;
    flex-direction: column;
    justify-content: center ;
    align-items:center;
    position: relative;

  }
.bg-container{
  position: relative;
  display: flex;
  justify-content: center;
  background: linear-gradient(#1B2021, #1B2021 5rem , #1f7a8c , #ff715b calc(100vh - 6rem), #ff715b 100%) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: calc(100vh - 4rem);
  /* outline: 1px solid yellow; */
}
  
  .wrapper {
    position: relative;
    max-width: 900px;
    padding: 4rem 0 2rem 0;
    display: flex;
    justify-content: space-evenly; 
    flex-direction: column;
    align-items: center;
    /* outline: 1px solid red; */
    overflow: hidden;
  }

  
  .slgn-sec{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 80% ;
    margin: auto;
    padding-bottom: 1rem;
    
    
  }
  
  @media (min-width: 767px ) {
    .wrapper{
      display: flex;
      flex-direction: row ;
      justify-content: center;
      flex-wrap: wrap;
    }
    .slgn-sec{
      max-width: 100%;
    }
  }


  .slgn{
    font-size: 2rem;
    font-weight: 700;
    color: #DFE0E2 ;
    text-transform: capitalize;
    margin:0 0 1rem 0;
    
   }
    
   .anm-prt{
    display: flex;
    }

    .slgn-wrd {
      overflow: hidden;
      position: relative;
      height: 65px;
      padding-top: 10px;
      margin-top: -10px;
    }

      .animated-wrd {
          padding: 0 05px;
          margin-bottom: 45px;
          display:block;
      }
  

  
  .flip3 {
    padding: 0;
    margin: 0;
    animation: flip3 9s cubic-bezier(0.23, 1, 0.32, 1.2) infinite reverse;
    -webkit-animation: flip3 9s cubic-bezier(0.23, 1, 0.32, 1.2) infinite reverse;
    margin-top: -270px ;
}
  
@keyframes flip3 {
  0% { margin-top: -270px; }
  5% { margin-top: -186px; }
  33% { margin-top: -186px; }
  38% { margin-top: -93px; }
  66% { margin-top: -93px; }
  71% { margin-top: 0px; }
  99.99% { margin-top: 0px; }
  100% { margin-top: -270px; }
}

/* 
  @keyframes flip2 {
      0% { margin-top: -180px; }
      5% { margin-top: -90px;  }
      50% { margin-top: -90px; }
      55% { margin-top: 0px; }
      99.99% { margin-top: 0px; }
      100% { margin-top: -180px; }
  }
  

  
  @keyframes flip4 {
      0% { margin-top: -360px; }
      5% { margin-top: -270px; }
      25% { margin-top: -270px; }
      30% { margin-top: -180px; }
      50% { margin-top: -180px; }
      55% { margin-top: -90px; }
      75% { margin-top: -90px; }
      80% { margin-top: 0px; }
      99.99% { margin-top: 0px; }
      100% { margin-top: -360px; }
  }
  
  @keyframes flip5 {
      0% { margin-top: -450px; }
      5% { margin-top: -360px; }
      20% { margin-top: -360px; }
      25% { margin-top: -270px; }
      40% { margin-top: -270px; }
      45% { margin-top: -180px; }
      60% { margin-top: -180px; }
      65% { margin-top: -90px; }
      80% { margin-top: -90px; }
      85% { margin-top: 0px; }
      99.99% { margin-top: 0px; }
      100% { margin-top: -450px; }
  } */





  .slgn-btn{
    padding: 0.5rem 1rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: none;
    text-decoration: none;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 1);
    width: fit-content;
    text-transform: uppercase;
    color: #1B2021;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    /* animation: clrs 1s infinite alternate;
    -webkit-animation: clrs 1s infinite alternate ease-in-out; */

}


/* @keyframes clrs {
  0%   {color: #DFE0E2;}
  100% {color: #ff715b;}
} */


.slgn-btn:hover, 
.slgn-btn:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 #ff715b; }
}

.figure-sec{
  position: relative;
  height: 12rem;
  max-width: 75%;
  /* outline: 1px solid red; */
  margin: auto;
  padding-bottom: 1rem;
}

.figure-img{
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.partners-sec{
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
}

.prt-title{
  color: #DFE0E2;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 1.1rem;
  margin: auto auto 1rem auto;
  padding: 0%;
}


  .scrl {
  align-items: center;
  background: white;
  display: flex;
  justify-content: center;
  }

  @keyframes scroll {
  0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px *  2 ));
    -webkit-transform: translateX(calc(-250px *  2 ));
    -moz-transform: translateX(calc(-250px *  2 ));
    -ms-transform: translateX(calc(-250px *  2 ));
    -o-transform: translateX(calc(-250px *  2 ));
}
  }

  .slider {
  /* background: pr; */
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 70px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  }
  .slider::before, .slider::after {
  background: linear-gradient(to right, #DFE0E2 0%, rgba(255, 255, 255, 0) 50%);
  content: "";
  height: 70px;
  position: absolute;
  width: 200px;
  z-index: 2;
  }
  .slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  }
  .slider::before {
  left: 0;
  top: 0;
  }
  .slider .slide-track {
    -webkit-animation: scroll 10s  linear infinite;
    animation: scroll 10s  linear infinite;
    display: flex;
    width: calc(250px * 4);
}
  .slider .slide {
  height: 70px;
  width: 175px;
  }
  .prt-logo {
  height: 70px;
  width: 175px;
  }



.ftr {
  position:  relative; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff715b ;
  text-align: center;
  height: 4rem;
  width: 100%;
  z-index: 100;
  margin-top:-1px;
  padding-bottom: 1px;
}
.ftr-slgn{
  margin: 0%;
  font-weight: 500;
  color: #DFE0E2;
}