body{
    font-family: 'Poppins';
}
.navbar {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(19, 13, 13, 0.7));
}
.navbar h2{
  margin-left: 5px;
  margin-top: 10px;
  font-size: 25px;
}
.signup-form {
  border-radius: 35px;
}

.signup-form .form-control {
  border: 2px solid #ff447f;
}

.signup-form .form-btn {
  background-color: #ff447f;
  color: white;
  font-weight: 500;
  border-radius: 30px;
}
.signup-form .form-btn:hover {
  background-color: #fff;
  color: #ff447f;
  border: 2px solid #ff447f;
}
.carousel-wrapper {
  position: relative;
}

.form-overlay {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 420px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10;
  border-radius: 10px;
}

.txtt {
  position: absolute;
  top: 30%;
  left: 12%;
  z-index: 10;
}

/* .txtt .head {
    color: #020202;
}

.txtt .para {
    color: #020202;
} */

.herosec .carousel-item {
  filter: blur(2px);
  transform: scale(1.1);
}

.herosec .carousel-item {
  background: rgba(0, 0, 0, 0.856);
}

@media (max-width: 767px) {
  .txtt {
    display: none;
  }
}

.b1 {
  background-color: #ff447f;
  color: white;
  font-weight: 500;
  border-radius: 30px;
}
.b1:hover {
  background-color: #fff;
  color: #ff447f;
  border: 2px solid #ff447f;
}
.b2 {
  background-color: #fff;
  color: #ff447f;
  border: 2px solid #ff447f;
  border-radius: 30px;
}

.b2:hover {
  background-color: #ff447f;
  color: white;
  font-weight: 500;
}
.section-title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 700 !important;
}

.section-title h3::after {
  content: "";
  width: 60%;
  height: 3px;
  background: #ff447f;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 5px;
}
.abt-image img {
  border-radius: 40px;
}
.btn1 {
  background-color: #fff;
  color: #ff447f;
  border: 2px solid #ff447f;
  border-radius: 30px;
  overflow: hidden;
  transition: width 0.5s ease;
}

.btn1:hover {
  background-color: #fff;
  color: #ff447f;
  border: 2px solid #ff447f;
  border-radius: 30px;
  width: 170px;
}
.about {
  margin-top: 70px;
}

.services {
  margin-top: 70px;
}
.services .card {
  border-radius: 20px;
  color: white;
  padding: 25px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.services .card:hover {
  height: 300px;
  transition: height 0.5s ease;
}
.services .bg-card1 {
  /* Image + Gradient */
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(19, 13, 13, 0.7)),
    url("/img/pexels-ivan-s-7213361.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transition: 0.4s ease;
}
.services .bg-card2 {
  /* Image + Gradient */
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(19, 13, 13, 0.7)),
    url("/img/pexels-ivan-s-7213361.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transition: 0.4s ease;
}
.services .bg-card3 {
  /* Image + Gradient */
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(19, 13, 13, 0.7)),
    url("/img/pexels-ivan-s-7213361.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transition: 0.4s ease;
}
.team{
    padding-top: 70px;
}
.team .flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.team .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  
  border-radius: 20px;
}

.team .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.team .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team .flip-card-front {
  background-color: #bbb;
  color: black;
  border-radius: 20px;
}

.team .flip-card-back {
  padding: 30px;
  background-color: #ffff;
  transform: rotateY(180deg);
  border-radius: 20px;
}
/* .flip-card-back .sociallinks i{
  margin: 10px;
} */
.team .flip-card-back .sociallinks{
  border-top: 1px solid #6e6e6ead;
 }
.team .flip-card-back .sociallinks img{
  margin: 8px 10px;
}
.team .flip-card-back .designation{
  color: #ff447f;
  font-weight: 500;
}
.testimonials{
  margin-top: 70px;
}



  .testimonials .card {
    transition: 0.3s ease;
  }

 .testimonials .card:hover {
    transform: translateY(-10px);
  }
 

  /* footer */
  .footer {
   background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(19, 13, 13, 0.7)),url('/img/Image.png ');
    /* background-color: #424242; */
    color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #fffff2;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}
.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #5f585f;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}





.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #201f20;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: #000000;
    color: #fff;
    padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}







/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}
@media (min-width:1281px) { /* hi-res laptops and desktops */

}




@media (min-width: 760px) {
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 450px;
      position: relative;
  }

  .footer-wave-svg {
      height: 50px;
  }

  .footer-content-column {
      width: 24.99%;
  }
}
@media (min-width: 568px) {
  /* .footer-content-column {
      width: 49.99%;
  } */
}

/* back to top button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#ff447f;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 40px;
}

#myBtn:hover {
  background-color: #555;
}
