/* about css start */

.about-inner {
  margin: 0 30px;
  padding: 100px 0;
  background: linear-gradient(180deg, #b2171e, white);
  border-radius: 20px;
  margin-bottom: 20px;
}
.about-h h1 {
  color: #ffffff;
  font-size: 60px;
  font-family: FilsonProHeavyItalic;
}
.you-tube-video {
  background-image: url(../images/23.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 780px;
  border-radius: 20px;
  justify-content: center;
  margin: 0 30px;
}
.you-tube-video a img {
  width: 100px;
  height: 65px;
  display: none;
}
.your-partner {
  background-image: url(../images/24.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1050px;
}
.success-img {
  padding-top: 150px;
}

.success-img h3 {
  background: linear-gradient(80deg, #951c25, #e90d11);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-family: "FilsonProBold";
}

.success-img p {
  color: #333333;
  width: 94%;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 400;
  font-family: "Poppins";
}

.sec-4-head h5 {
  color: white;
  font-family: "Poppins";
  margin-bottom: 0px;
}

.sec-4-head h1 {
  color: white;
  font-size: 50px;
  font-family: "FilsonProRegular";
  margin-bottom: 24px;
}

.sec-4-head h1 span {
  display: block;
}

.sec-4-head p {
  color: white;
  font-size: 16px;
  margin-bottom: 30px;
  width: 40%;
}

.btn-white {
  color: #d21938;
  background: white;
  padding: 8px 33px 8px 34px;
  border-radius: 29px;
  font-size: 15px;
}
.sec-4-head {
  z-index: 48;
  position: relative;
  padding-left: 150px;
}
section.section-4 {
  background: linear-gradient(50deg, #951c25, #e90d11);
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
  margin: 0 30px;
  border-radius: 20px;
  margin-top: -20px;
}
.sec-4-1-content h5 {
  color: white;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 300;
  margin-bottom: 28px;
}

.sec-4-1-content p {
  color: white;
  font-size: 14px;
  margin-bottom: 0px;
  width: 67%;
}

.sec-4-1-parent {
  display: flex;
  gap: 46px;
  margin-top: 5rem;
  z-index: 11;
  position: relative;
}

.sec-4-1-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0);
  transition: all 0.4s ease;
}

.sec-4-1-content.myActive {
  transform: scale(1);
}

.sec-4-icon img {
  position: absolute;
  right: 5px;
  bottom: 0px;
  margin-bottom: 0px !important;
}
.sec-4-1-content img {
  margin-bottom: 28px;
}
.sec-4-1-content1 {
  margin-top: 6rem;
}

.sec-4-1-content2 {
  margin-top: 0rem;
}

.sec-4-1-content3 {
  margin-top: -3rem;
}

.sec-4-1-content4 {
  margin-top: -17rem;
}

.sec-4-1-content1 .sec-4-icon img {
  width: 50%;
}

.sec-4-1-content2 .sec-4-icon img {
  width: 50%;
  right: 0px;
}

.sec-4-1-content3 .sec-4-icon img {
  width: 50%;
  right: 0px;
}

.sec-4-1-content4 .sec-4-icon img {
  width: 50%;
  right: 0px;
}

.sec-4-arrow {
  /* width: 94%; */
  z-index: 0;
  position: relative;
  /* top: -31%; */
  /* left: -4%; */
}

@keyframes arrow {
  0% {
    width: 0px;
  }

  20% {
    width: 150px;
  }

  40% {
    width: 400px;
  }

  60% {
    width: 700px;
  }

  80% {
    width: 1300px;
  }

  100% {
    width: 1300px;
  }
}

.sec-4-1-parent:before {
  background-image: url(../images/sec-4-arrow.png);
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  width: 0px;
  height: 474px;
  top: -281px;
  left: 0;
  animation: arrow 10s infinite;
  animation-delay: 1.5s;
  z-index: -1;
}

/* about css end */

/* serives css start */
.happy-to-work .ReviewTop p {
  width: 35%;
}
.services-contact {
  background: linear-gradient(50deg, #951c25, #e90d11);
  margin-bottom: 30px !important;
}
.we-hare {
  background: #790100;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  height: 100%;
}

.we-hare h2 {
  color: white;
}
.we-hare img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 70%;
  animation: move 7s infinite;
}
.we-hare p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins";
  margin-top: 15px;
}
section.services-contact .gota h1 {
  text-align: start;
}

/* serives css end */

/* PRIVACY POLICY css start */


.privacy-page {
    padding-bottom: 100px;
    padding-top: 50px;
}

.main-privacy h2 {
    background: linear-gradient(80deg, #951c25, #e90d11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-family: "FilsonProBold";
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-privacy p {
    color: #333333;
    width: 80%;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 400;
}

.main-privacy ul li p {
    margin: 0;
}

.main-privacy ul {
    padding-left: 1rem;
    list-style: disc;
}


/* PRIVACY POLICY css end */

.parent-social-links img {
    width: 34px;
}