@charset "utf-8";

@font-face {
  font-family: "Gilroy Light";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy Regular";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy SemiBold";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy ExtraBold";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy Medium";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-display: swap;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
img {
  border: none;
}

img,
video {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: 0.7s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Gilroy Regular";
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
}

.main_container {
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.standard {
  position: relative;
  margin: 0 auto;
  width: 1400px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1270px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}

.header-sideBar {
  display: none;
}

header .navbar {
  padding: 0;
}

header .navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

header .navbar-brand img {
  height: 50px;
  display: block;
}

header .dg-logo-text {
  overflow: hidden;
}

header .dg-logo-text img {
  height: 40px;
  transform: translateX(-100%);
  transition: 0.4s;
}

header .navbar-brand img {
  height: 50px;
  display: block;
}

header .navbar-brand:hover .dg-logo-text img {
  transform: translateX(0);
}

/* header #mainNavbar {
  width: 75%;
  gap: 1%;
  position: relative;
} */
header #mainNavbar {
  /* width: 75%;
  gap: 1%; */
  position: relative;
}

header nav ul {
  justify-content: center;
  gap: 14px;
}

header nav ul li {
  position: relative;
}

header nav ul li a {
  font-weight: 600;
  color: #000 !important;
  font-size: 14px;
  text-decoration: none;
  padding: 30px 10px;
  display: block;
  position: relative;
  transition: 0.4s;
  font-family: "Gilroy Regular";
  text-transform: capitalize;
}

.header-contact {
  padding: 0 0 0 2%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.header-phone:nth-child(1) img {
  width: 40px;
  height: 40px;
}

.header-phone:nth-child(2) {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #ed1e3a;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0px;
  background: #fff;
  animation: slideDown 0.5s forwards;
  width: 100%;
  margin: 0 auto;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}

.talk-team-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  width: 160px;
  padding: 6px 10px;
  border-radius: 66.67px;
  text-decoration: none;
  font-size: 14px;
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #ed1e3a 116.74%);
}

.talk-team-btn span {
  color: #fff;
}

.talk-team-btn .team-list {
  border-radius: 50%;
  overflow: hidden;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 3px solid #fff;
}

.team-list .team-scroll-imgs {
  animation: 8s ease-in-out infinite forwards headerContactImg;
}

.header .navbar .navbar-wrapper {
  width: 65%;
}

@keyframes headerContactImg {

  0%,
  20% {
    transform: translateY(0);
  }

  25%,
  45% {
    transform: translateY(-30px);
  }

  50%,
  95% {
    transform: translateY(-60px);
  }
}

.banner {
  position: relative;
  padding-top: 70px;
}

/*
.banner:before {
  position: absolute;
  content: "";
  background: url("../images/banner.png");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner::after {
  content: "";
  background: url("../images/snow.webp");
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-animation: snow 20s linear infinite;
  -moz-animation: snow 20s linear infinite;
  -ms-animation: snow 20s linear infinite;
  animation: snow 20s linear infinite;
}

@keyframes snow {
	0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
	50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
	100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
*/
.banner-txt {
  position: relative;
  width: 100%;
}

.banner-txt .float-ribbon {
  width: 100px;
  margin-inline-start: -105px;
}

.banner-txt h6 {
  box-shadow: 7.1px 7.75px 30px 0px #ba071f26;
  width: fit-content;
  background: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  display: flex;
  gap: 5px;
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  font-family: "Gilroy Medium";
  margin-bottom: 20px;
  text-transform: capitalize;
}

.banner-txt h6 span {
  color: #ed1e3a;
  font-family: "Gilroy ExtraBold";
  font-weight: bold;
}

.banner-txt h5 {
  font-size: 43px;
  line-height: 58px;
  letter-spacing: -0.03em;
  font-family: "Gilroy Bold";
  display: flex;
  flex-wrap: wrap;
  color: #111111;
}

.banner-txt h5 change {
  width: 100%;
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-family: "Gilroy ExtraBold";
  font-size: 53px;
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 100% 0;
  }

  25% {
    background-position: 50% 50%;
  }

  50% {
    background-position: 0 100%;
  }

  75% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 0;
  }
}

.banner-txt h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.71px;
  font-family: "Gilroy Regular";
  text-transform: capitalize;
  margin: 15px 0px;
  color: #111111;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.banner-txt h4 span {
  color: #ed1e3a;
  letter-spacing: 0.06em;
}

.banner-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.banner-inner ul {
  padding: 0;
  padding-left: 25px;
  margin: 0;
}

.banner-inner ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gilroy Medium";
  margin-bottom: 10px;
  list-style: none;
  color: #585858;
  text-transform: capitalize;
}


.banner-inner ul li:before {
  position: absolute;
  content: "";
  background: url("../images/tick.png");
  width: 16px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  top: 7px;
}

.banner-inner ul .cross:before {
  position: absolute;
  content: "";
  background: url("../images/cross-icon.svg");
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  top: 5px;
}

.banner-inner ul li strong {
  color: #111111;
}

.banner-inner img {
  position: relative;
  top: -30px;
}

.banner-inner img {
  position: relative;
  top: -30px;
}

.banner-btn {
  position: relative;
  width: 100%;
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.banner-btn a:first-child::before {
  position: absolute;
  content: "";
  background: #00000085;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  top: 36%;
  left: 0px;
  transition: 1s;
  opacity: 0;
}

.banner-btn a:first-child:hover::before {
  left: 100%;
  opacity: 1;
}

.banner-btn a:first-child {
  position: relative;
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #ed1e3a 116.74%);
  color: #fff;
  display: block;
  width: fit-content;
  padding: 13px 40px;
  border-radius: 50px;
  font-family: "Gilroy Regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  background-size: 200% 200%;
  overflow: hidden;
  animation: button-animation 4s infinite;
}

@keyframes button-animation {
  0% {
    background-position: 100% 50%;
  }

  25% {
    background-position: 50% 0;
  }

  50% {
    background-position: 0 50%;
  }

  75% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.banner-btn a:nth-child(2) {
  border: 1px solid #e5e0e0;
  color: #000000;
  display: flex;
  width: fit-content;
  padding: 0 15px;
  border-radius: 50px;
  font-family: "Gilroy Regular";
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  align-items: center;
}

.banner-btn a:nth-child(2) span {
  background: #ff9e44;
  color: #fff;
  border-radius: 50px;
  padding: 3px 20px;
}

.banner-image {
  position: relative;
  width: 100%;
}

.widgetImage {
  position: absolute;
  bottom: 0px;
  left: -50px;
  width: 200px;
  height: 300px;
  z-index: 9;
  animation: downBox 3s ease-in-out infinite;
}

@keyframes downBox {
  0% {
    bottom: -20px;
  }

  50% {
    bottom: 0px;
  }

  100% {
    bottom: -20px;
  }
}

.widgetImage img {
  width: 100%;
}

.bannerTV {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.our-video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-video-img img {
  width: 75px !important;
}



.bannerTV img,
.bannerTV video {
  width: 100%;
  /* box-shadow: -1px 3px 20px 0px #000000b0; */
  border-radius: 30px;
}

.portfolioImage {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(0);
  /* Slower */
  animation: portfolioImage 100s ease-in-out infinite;
}

@-webkit-keyframes portfolioImage {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-90%);
  }
}

@keyframes portfolioImage {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-90%);
  }
}

.number-box {
  position: relative;
  width: 100%;
  padding: 100px 0px;
  background: radial-gradient(circle closest-side at 50% 50%,
      #bb121226,
      #fefefe);
}

.number-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle closest-side at 70% 50%,
      #bb121226,
      transparent);
  top: 30px;
  pointer-events: none;
}

.number-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle closest-side at 30% 50%,
      #bb121226,
      transparent);
  top: 30px;
  pointer-events: none;
}

.number-box-inner {
  position: relative;
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
  animation: moveBox 3s ease-in-out infinite;
}

@keyframes moveBox {
  0% {
    top: -20px;
  }

  50% {
    top: 0px;
  }

  100% {
    top: -20px;
  }
}

.number-box-inner-right {
  padding-left: 70px;
}

.box {
  position: relative;
  width: fit-content;
  background: #fdf1f3;
  display: flex;
  align-items: center;
  padding: 25px 22px;
  box-shadow: 5px 5px 100px 0px #00000012;
  border: 2px solid #ffffff;
  border-radius: 16px;
  gap: 20px;
}

.number-box-inner h6,
.number-box-inner count {
  font-size: 40px;
  font-family: "Gilroy Medium";
  font-weight: 700;
  line-height: 44px;
  display: flex;
  gap: 10px;
}

.number-box-inner h4 {
  color: #585555;
  font-family: "Gilroy Medium";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 19.41px;
  text-transform: capitalize;
}

.number-box-inner h6 span {
  font-size: 16px;
  font-family: "Gilroy light";
  color: #111111;
}

.number-box .technology-heading {
  color: #111111;
  font-family: "Gilroy Bold";
  font-size: 54px;
  line-height: 64.8px;
}

.number-box .technology-heading span {
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-family: "Gilroy ExtraBold";
  font-size: 54px;
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.number-box-inner:nth-child(2) {
  margin-left: 50px;
}

.custom-number-inner-box:nth-child(2) {
  margin-left: 45px;
}

.number-box ul:not(.iti__country-list) {
  margin: 0;
  padding: 0;
  padding-left: 5px;
  display: flex;
  column-gap: 35px;
  flex-wrap: wrap;
  margin-top: 20px;
  row-gap: 10px;
}

.number-box ul li:not(.iti__country) {
  list-style: none;
  padding-left: 20px;
  color: #585654;
  position: relative;
  font-family: "Gilroy Medium";
  letter-spacing: -0.02em;
}

.number-box ul li:not(.iti__country) strong {
  color: #111111;
}

.number-box ul li:not(.iti__country):before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0px;
  top: 7px;
  border-radius: 50px;
  background: linear-gradient(87.93deg,
      #ed1e3a -45.11%,
      #9c5194 -11.75%,
      #a62856 62.17%,
      #ed1e3a 103.64%,
      #ed1e3a 167.02%);
}

.portfolio-section {
  position: relative;
  background: #111111;
}

.portfolio-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 0px;
  margin-top: -500px;
}

.porfolio-modal-main {
  position: relative;
}

.porfolio-modal-main .myVideoBtnModal {
  position: sticky;
  top: 50vh;
  z-index: 1;
  display: flex;
  margin-block: 250px;
}

@media screen and (max-width: 767px) {
  .porfolio-modal-main .myVideoBtnModal {
    position: absolute;
    top: 2 00px;
    left: 58%;
    transform: translateX(-50%);
    margin: 0;
  }

  .portfolio-image {
    margin-top: 0;
  }

  .our-video-img {
    position: unset;
  }
}

.portfolio-image-box {
  width: 48%;
}

.portfolio-image-box img {
  width: 100%;
}

.vedio-main-part-one {
  width: 50%;
  padding: 10px;
}

img.play-icon {
  width: 20px;
}

.vedio-play-icon-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 21px;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 10px #ffffff59;
}

.portfolio-image.custom-vedio-porfolio {
  gap: 0;
}

.vedio-main-part-two {
  margin-top: 70px;
  width: 50%;
  padding: 10px;
}

.custom-vedio-box {
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.vedio-star-main {
  position: absolute;
  right: 0;
  top: 5px;
}

.portfolio-box {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 50px 0px;
}

.portfolio-box h6 {
  background: #1b1b1b;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  text-align: center;
  color: rgb(237, 30, 58);
  font-family: "Gilroy Regular";
  width: fit-content;
  padding: 7px 20px;
  border-radius: 50px;
  border: 1px solid #5f5f5f;
}

.portfolio-box h6 span {
  color: #fff;
  font-weight: 500;
}

.background-shadow-grid img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.portfolio-box h3 {
  font-size: 62px;
  font-weight: 700;
  line-height: 68.2px;
  letter-spacing: -0.03em;
  font-family: "Gilroy Bold";
  text-transform: capitalize;
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.portfolio-box ul {
  padding: 0;
  padding-left: 25px;
  margin: 0;
  margin-top: 40px;
  width: 90%;
}

.portfolio-box ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gilroy Medium";
  margin-bottom: 10px;
  list-style: none;
  color: #a6a6a6;
  text-transform: capitalize;
}

.portfolio-box ul li:before {
  position: absolute;
  content: "";
  background: url("../images/tick.png");
  width: 16px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  top: 7px;
}

.portfolio-box ul li strong {
  color: #fff;
  font-weight: 500;
}

.price-plan {
  position: relative;
  margin: 80px 0px;
  background: radial-gradient(circle closest-side at 50% 50%,
      rgba(187, 18, 18, 0.15),
      rgb(254, 254, 254));
}

.price-plan h6 {
  color: #111111;
  font-family: "Gilroy Bold";
  font-size: 54px;
}

.price-plan h6 span {
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-family: "Gilroy ExtraBold";
  font-size: 54px;
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.price-plan p {
  color: #585756;
  font-size: 16px;
  font-family: "Gilroy SemiBold";
  /* text-transform: capitalize; */
  margin-top: 10px;
}

.redMe {
  color: #ed1e3a;
}

.price-box {
  position: relative;
  box-shadow: 5px 5px 100px 0px #00000012;
  padding: 20px 16px 20px 16px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  background: transparent;
}

.price-plan-02 p {
  text-align: left;
  font-family: "Gilroy Medium";
}

.price-box-1 {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  z-index: 1;
  border: 0;
  background-color: #fff;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.price-box-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: -1;
  border: 5px solid transparent;
  background: linear-gradient(90.95deg,
      #ed1e3a -18.61%,
      #9c5194 3.35%,
      #a62856 52.01%,
      #ed1e3a 79.31%,
      #ed1e3a 121.03%);
  background-size: 200% 200%;
  animation: gradient-animation 1s linear infinite;
  z-index: -1;
}

.price-box-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border-radius: 7px;
  z-index: 0;
  margin: 3px;
}

.price-box-1-inner {
  position: relative;
  z-index: 9;
}

.price-head h3 {
  color: #111111;
  font-family: "Gilroy SemiBold";
  margin: 10px 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: -0.03em;
  text-align: center;
}

.price-head h3 span {
  color: #ed1e3a;
}

.price-head {
  text-align: center;
}

.price-head p {
  color: #585454;
  font-size: 14px;
  font-family: "Gilroy Medium";
  margin-top: 0px;
  text-transform: capitalize;
}

.price-head p span {
  color: #000;
  font-size: 14px;
  font-family: "Gilroy Bold";
  margin-top: 0px;
  text-transform: capitalize;
}

.price-mid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 10px;
  border-radius: 14px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
  width: 100%;
  background-color: white;
  z-index: 0;
}

.price-mid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: -1;
  border: 5px solid transparent;
  background: linear-gradient(90.95deg,
      #ed1e3a -18.61%,
      #9c5194 3.35%,
      #a62856 52.01%,
      #ed1e3a 79.31%,
      #ed1e3a 121.03%);
  background-size: 200% 200%;
  animation: gradient-animation 1s linear infinite;
  z-index: -1;
}

.price-mid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border-radius: 10px;
  z-index: 0;
  margin: 2px;
}

saleprice {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  font-family: "Gilroy Medium";
  color: #111111;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 1;
}

.price-head img {
  /* width: 70px; */
  margin-bottom: 10px;
}

saveprice {
  background: #fcdadd;
  display: block;
  border-radius: 50px;
  padding: 2px 12px;
  color: #ed1e3a;
  font-size: 16px;
  text-transform: capitalize;
}

price {
  width: 100%;
  color: #111111;
  font-size: 42px;
  font-family: "Gilroy SemiBold";
  text-transform: uppercase;
  z-index: 1;
}

price span {
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-family: "Gilroy ExtraBold";
  font-size: 27px;
  animation: gradient-animation 4s infinite;
}

.price-mid p {
  margin: 0px;
  font-size: 12px;
  font-family: "Gilroy Medium";
  color: #585453;
  z-index: 1;
}

.price-offer {
  position: relative;
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #ed1e3a 116.74%);
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 40px;
  border-radius: 50px;
  font-family: "Gilroy Regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  background-size: 200% 200%;
  overflow: hidden;
  cursor: pointer;
  animation: button-animation 4s infinite;
}

@keyframes button-animation {

  0%,
  20% {
    background-position: 100% 50%;
  }

  40%,
  60% {
    background-position: 0 50%;
  }

  80%,
  100% {
    background-position: 50% 100%;
  }
}

.price-offer::before {
  position: absolute;
  content: "";
  background: #00000085;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  top: 36%;
  left: 0px;
  transition: 1s;
  opacity: 0;
}

.price-offer:hover::before {
  left: 100%;
  opacity: 1;
}

.compare-all-features:active,
.compare-all-features:hover,
.compare-all-features {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 0;
  font-weight: 600;
}

.price-body {
  margin-top: 30px;
}

.price-body h3 {
  font-size: 16px;
  font-family: "Gilroy Bold";
  color: #000000;
}

.price-body ul {
  padding: 0px;
  margin: 20px 0px;
  max-height: 400px;
  overflow: hidden;
}

.custom-price-body ul {
  max-height: 300px;
}

.price-body ul.heightAuto {
  max-height: 1000px;
}

.price-body ul li {
  list-style: none;
  margin: 10px 0px;
  width: 100%;
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #585554;
  font-family: "Gilroy Medium";
}

.price-body ul li strong {
  color: #111111;
  font-weight: unset;
  font-family: "Gilroy Bold";
}

.price-body ul li strong span {
  color: #ed1e3a;
}

.price-body ul li .tick::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  display: block;
  left: 0px;
}

.price-body ul li .cross::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/cross-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  display: block;
  left: 0px;
}

.price-badge {
  position: absolute;
  top: -25px;
  background: #fce5e8;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ed1e3a;
  gap: 5px;
  border-radius: 50px;
  width: max-content;
  padding: 4px 20px;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-family: "Gilroy SemiBold";
}

.price-see-all {
  position: relative;
  width: 100%;
  text-align: center;
}

.price-see-all a {
  color: #ed1e3a;
  font-size: 14px;
  text-align: center;
  font-family: "Gilroy SemiBold";
  display: block;
  padding-bottom: 1px;
  border-bottom: 2px solid;
  width: fit-content;
  margin: 0 auto;
}

.price-see-all a::after {
  position: absolute;
  content: "";
  top: 8px;
  right: 100px;
  background: url(../images/down-arrow.svg);
  height: 14px;
  width: 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

.price-see-all a.rotateArrow::after {
  transform: rotate(180deg);
  top: 5px;
  right: 90px;
}

.reviews-section {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px;
}

.reviews-section h6 {
  color: #111111;
  font-family: "Gilroy Bold";
  font-size: 54px;
}

.reviews-section h6 span {
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-family: "Gilroy ExtraBold";
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.reviews-section p {
  color: #585756;
  font-size: 16px;
  font-family: "Gilroy SemiBold";
  text-transform: capitalize;
  margin-top: 10px;
}

.review-box {
  position: relative;
  box-shadow: 2.67px 5.33px 100px 0px #0000000d;
  border-radius: 16px;
  padding: 20px;
  margin: 0 10px;
  margin-block: 40px;
}

.review-profile {
  position: relative;
  width: 144px;
  height: 144px;
  cursor: pointer;
}

.review-profile img {
  width: 100%;
  object-fit: cover;
}

.review-txt {
  color: #585858;
  font-size: 16px;
  font-family: "Gilroy Medium" !important;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.03em;
  border-bottom: 1.5px solid #cfcfcf;
  padding-bottom: 20px;
}

.review-footer {
  position: relative;
  margin-top: 15px;
}

.review-footer h6 {
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Gilroy SemiBold" !important;
}

.review-footer h5 {
  font-size: 14px;
  line-height: 21px;
  color: #707070;
  font-family: "Gilroy SemiBold";
}

.rating {
  margin: 10px 0px;
}

.review-bottom {
  position: relative;
  display: flex;
  padding: 50px 0px;
}

.review-scroll {
  position: relative;
  width: 100%;
  display: block;
}

.review-btn {
  display: flex;
  justify-content: center;
}

.swiper-scrollbar {
  width: 90% !important;
}

.review-btn .swiper-button-next {
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: linear-gradient(87.93deg,
      #ed1e3a -45.11%,
      #9c5194 -11.75%,
      #a62856 62.17%,
      #ed1e3a 103.64%,
      #ed1e3a 167.02%);
}

.review-btn .swiper-button-next::after {
  font-size: 14px;
  color: #fff;
}

.review-btn .swiper-button-prev {
  border-radius: 50px;
  width: 36px;
  height: 36px;
  left: 93%;
  background: linear-gradient(87.93deg,
      #ed1e3a -45.11%,
      #9c5194 -11.75%,
      #a62856 62.17%,
      #ed1e3a 103.64%,
      #ed1e3a 167.02%);
}

.review-btn .swiper-button-disabled {
  background: #f2f2f2;
  border: 1px solid #c4c4c4;
  cursor: not-allowed !important;
  pointer-events: all;
}

.review-btn .swiper-button-disabled::after {
  color: #535353 !important;
}

.review-btn .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}

.swiper-scrollbar-drag {
  background: linear-gradient(90.95deg,
      #ed1e3a -18.61%,
      #9c5194 3.35%,
      #a62856 52.01%,
      #ed1e3a 79.31%,
      #ed1e3a 121.03%);
}

.swiper {
  width: 100%;
  /* height: 100%; */
}

/* .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
} */

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 6px;
}

.text-with-image {
  position: relative;
  background-image: url("../images/background-image.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.text-with-image h6 {
  background: #1b1b1b;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  text-align: center;
  color: rgb(237, 30, 58);
  font-family: "Gilroy Regular";
  width: fit-content;
  padding: 7px 20px;
  border-radius: 50px;
  border: 1px solid #5f5f5f;
}

.text-with-image h6 span {
  color: #fff;
}

.text-with-image h3 {
  font-size: 62px;
  line-height: 68.2px;
  letter-spacing: -0.03em;
  font-family: "Gilroy Bold";
  text-transform: capitalize;
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.text-with-image img {
  position: relative;
  width: 100%;
  top: 40px;
}

.business-sec-img-main {
  display: flex;
  position: relative;
  max-width: 800px;
}

.business-sec-img-main img {
  position: absolute;
}

.text-with-box {
  padding: 100px 0px;
}

.text-btn {
  position: relative;
  width: 100%;
}

.text-btn a {
  position: relative;
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #ed1e3a 116.74%);
  color: #fff;
  display: block;
  width: fit-content;
  padding: 13px 40px;
  border-radius: 50px;
  font-family: "Gilroy Regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  background-size: 200% 200%;
  animation: button-animation 4s infinite;
  overflow: hidden;
}

.text-btn a::before {
  position: absolute;
  content: "";
  background: #00000085;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  top: 36%;
  left: 0px;
  transition: 1s;
  opacity: 0;
}

.text-btn a:hover::before {
  left: 100%;
  opacity: 1;
}

.faq-section {
  position: relative;
  margin: 80px 0px;
}

.faq-section h6 {
  color: #111111;
  font-family: "Gilroy Bold";
  font-size: 54px;
}

.faq-section h6 span {
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Gilroy ExtraBold";
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.faq-section p {
  color: #585756;
  font-size: 16px;
  font-family: "Gilroy SemiBold";
  text-transform: capitalize;
  margin-top: 10px;
}

.faq-box-1 {
  padding: 20px;
  background: linear-gradient(90.95deg,
      #ed1e3a -18.61%,
      #9c5194 3.35%,
      #a62856 52.01%,
      #ed1e3a 79.31%,
      #ed1e3a 121.03%);
}

.faq-box {
  position: relative;
  margin-bottom: 15px;
  border-radius: 20px;
}

.faq-question {
  color: #000000;
  font-size: 16px;
  font-family: "Gilroy SemiBold";
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background: #f7f7f7;
  border-radius: 20px;
  cursor: pointer;
}

.faq-answer {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: none;
  text-align: left;
  font-family: "Gilroy Medium";
}

.faq-box-1 .faq-question {
  color: #fff;
  background: unset;
  padding: 15px 0px;
  padding-top: 0px;
}

.footer-main {
  position: relative;
}

.footer-main::before {
  position: absolute;
  content: "";
  left: 0px;
  background: url(../images/footer-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
  border-radius: 20px;
  width: 100%;
  bottom: 0px;
  z-index: -1;
}

.footer-top {
  position: relative;
  background: url(../images/footer-top.png);
  text-align: center;
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
}

.footer-top h6 {
  font-size: 54px;
  line-height: 64.8px;
  letter-spacing: -0.03em;
  color: #fff;
  font-family: "Gilroy Bold";
}

.footer-top h3 {
  color: #fff;
  font-size: 52px;
  line-height: 62.4px;
  letter-spacing: -0.03em;
  text-align: center;
  font-family: "Gilroy Bold";
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-top h3 span {
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Gilroy ExtraBold";
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.footer-top p {
  font-size: 22px;
  font-weight: 600;
  line-height: 26.95px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  background: #262626;
  display: block;
  width: fit-content;
  margin: 20px auto;
  font-family: "Gilroy Regular";
  padding: 10px 30px;
  border-radius: 50px;
}

.footer-arrow {
  position: absolute;
  top: 50%;
  left: 70%;
  width: 80px;
}

.footer-top a {
  position: relative;
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #ed1e3a 116.74%);
  color: #fff;
  display: block;
  width: fit-content;
  padding: 13px 60px;
  border-radius: 50px;
  font-family: "Gilroy Regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  background-size: 200% 200%;
  animation: button-animation 4s infinite;
  margin: 40px auto;
}

.footer-top a::before {
  position: absolute;
  content: "";
  background: #00000085;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  top: 36%;
  left: 0px;
  transition: 1s;
  opacity: 0;
}

.footer-top a:hover::before {
  left: 100%;
  opacity: 1;
}

.footer-line {
  position: relative;
  height: 2px;
  background: #ffffff45;
}

.footer-line:after {
  position: absolute;
  content: "";
  top: -6px;
  left: 50%;
  background: #ed1e3a;
  width: 16px;
  height: 16px;
  border-radius: 50px;
}

.footer-line {
  position: relative;
  height: 2px;
  background: #ffffff45;
}

.footer-line:after {
  position: absolute;
  content: "";
  top: -6px;
  left: 50%;
  background: #ed1e3a;
  width: 16px;
  height: 16px;
  border-radius: 50px;
}

.footer-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  overflow: hidden;
}

.footer-tabs span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: #231a1c;
  border-radius: 50px;
  width: 100%;
  padding: 10px 20px;
  animation: marquee 10s linear infinite;
  width: 100%;
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

footer {
  margin: 0 40px;
  padding-bottom: 2px;
}

.footer-links {
  position: relative;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.footer-links a {
  font-size: 18px;
  font-weight: 600;
  line-height: 30.6px;
  color: #fff;
  font-family: "Gilroy Regular";
}

.footer-bottom {
  padding: 20px;
}

.copyright {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  text-align: center;
  margin: 20px 0px;
  font-family: "Gilroy Medium";
  color: #111111;
}

.form-modal .modal-header {
  border: none;
}

.form-modal .modal-header .btn-close {
  padding: 14px;
  margin: 0.5rem 0.5rem 0.5rem auto;
  border: 1px solid #b7b3b4;
  border-radius: 50px;
  font-size: 12px;
}

.form-modal .modal-dialog {
  max-width: 1260px;
  margin: 80px auto;
}

.form-modal .modal-content {
  border-radius: 15px;
  border: none;
}

.form-modal .modal-btn {
  position: relative;
  margin-top: 20px;
}

.form-modal .modal-btn a {
  border: 1px solid #e5e0e0;
  color: #000000;
  display: flex;
  width: fit-content;
  padding: 10px 25px;
  border-radius: 50px;
  font-family: "Gilroy Regular";
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  align-items: center;
}

.form-modal .modal-btn a span {
  background: #ff9e44;
  color: #fff;
  border-radius: 50px;
  padding: 3px 20px;
  letter-spacing: 2px;
}

.form-modal .modal-body .banner-txt h5 change {
  font-family: "Gilroy Bold";
  font-size: 62px;
  margin-bottom: 20px;
}

.form-modal .modal-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(100% 50%, #bb121214, transparent);
  top: 20px;
  pointer-events: none;
  z-index: 9;
}

.form-modal .modal-body {
  padding-bottom: 50px;
}

.custom-form {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  padding: 18px;
  box-shadow: 5px 5px 100px 0px #00000012;
  border-radius: 15px;
  z-index: 9;
}

.custom-form .input {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.input select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding-inline-end: 20px;
}

.input .error-txt {
  font-size: 12px;
  color: red;
  display: none;
}

.input.error .error-txt {
  display: block;
}

.custom-form .input img {
  position: absolute;
  top: 12px;
  left: 10px;
}

.form-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  padding: 15px 20px;
  box-shadow: 5px 5px 100px 0px #00000012;
  border-radius: 15px;
  z-index: 9;
  align-items: center;
}

.form-top h6 {
  color: #706d6d;
  font-size: 14px;
  font-family: "Gilroy Medium";
}

.form-top h5 {
  color: #111111;
  font-size: 18px;
  letter-spacing: -0.03em;
  font-family: "Gilroy SemiBold";
  margin-top: 5px;
}

.form-top h3 {
  text-align: right;
  width: 100%;
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-family: "Gilroy ExtraBold";
  font-size: 28px;
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.form-top h3 span {
  font-size: 14px;
  margin-left: 7px;
  color: #111111 !important;
  background: unset !important;
  -webkit-text-fill-color: #000;
  background-clip: text !important;
  background-size: unset !important;
  font-family: "Gilroy Medium";
  font-weight: 100;
}

.form-top h3 del {
  font-size: 16px;
  margin-left: 7px;
  color: #706d6d !important;
  background: unset !important;
  -webkit-text-fill-color: #706d6d;
  background-clip: text !important;
  background-size: unset !important;
  font-family: "Gilroy Medium";
  font-weight: 100;
}

.form-top h3 del span {
  color: #706d6d !important;
  -webkit-text-fill-color: #706d6d;
}

.form-top h4 {
  color: #565455;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.56px;
  letter-spacing: -0.03em;
  text-align: right;
}

.form-control {
  padding-left: 40px;
  color: #6e6969;
  font-size: 16px;
  line-height: 19.41px;
  text-align: left;
  font-family: "Gilroy Regular";
  height: 43px;
  border-radius: 12px;
  background: #f7e9eb;
  border: none;
}

textarea.form-control {
  min-height: 100px;
  padding-left: 15px;
  padding-top: 10px;
}

.form-control:focus {
  color: #212529;
  background-color: #f7e9eb;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.form-btn {
  position: relative;
  color: rgb(255, 255, 255);
  display: block;
  width: 100%;
  font-family: "Gilroy Regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  background: linear-gradient(253.65deg,
      rgb(237, 30, 58) -13.05%,
      rgb(156, 81, 148) 8.1%,
      rgb(166, 40, 86) 44.2%,
      rgb(237, 30, 58) 77.96%,
      rgb(237, 30, 58) 116.74%) 0% 0% / 200% 200%;
  padding: 11px 40px;
  border-radius: 50px;
  overflow: hidden;
  animation: 4s ease 0s infinite normal none running button-animation;
  border: none;
  margin-top: 20px;
}

.btn-close:focus {
  box-shadow: unset;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  border-radius: 10px 0px 0px 10px;
}

.banner form {
  background-color: #fff;
  box-shadow: 0px 12px 40px 0px #0000000d;
  padding: 20px;
  border-radius: 1.5rem;
  border: 20px rgba(0, 0, 0, 0.05) solid;
}

.banner form .form-header {
  font-family: "Gilroy Regular";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  border-bottom: 1px solid #0003;
  padding-bottom: 20px;
}

.banner form .form-header span {
  color: #ed1e3a;
}

.banner form .form-body {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.banner form .form-body .form-control {
  padding-left: 0.75rem;
}

.banner form .form-body .span-2 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 768px) {
  .banner form .form-body {
    display: flex;
    flex-wrap: wrap;
  }

  .banner form .form-body>div {
    width: 100%;
  }
}

.banner form .form-body .form-btn {
  margin-top: 0;
}

.banner form .form-footer {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.banner form .footer-b-title {
  font-family: "Gilroy Regular";
  font-size: 16px;
  font-weight: 500;
  color: #00000066;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.banner form .footer-b-title::before,
.banner form .footer-b-title::after {
  content: "";
  width: 20%;
  height: 2px;
  background-color: #0000004d;
}

.banner form .form-footer .swiper-wrapper {
  gap: 50px;
}

.banner form .form-footer .swiper-slide {
  width: 118px;
}

.modal-button-close i {
  display: none;
}

.custom-modal-background {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.custom-modal-background .modal-body {
  padding: 0px;
}

.custom-modal-background .modal-content {
  background-color: unset;
}

.modal-ifram-size {
  width: 100%;
  height: 500px;
  max-height: 90vh;
  object-fit: contain;
  line-height: 0;
}

.close-button-modal-main {
  position: absolute;
  top: -20px;
  right: -25px;
  background: #ed1e3a;
  padding: 10px;
  border-radius: 31px;
  display: flex;
  align-items: center;
}

.custom-modal-background .btn-close {
  color: #fff !important;
  filter: brightness(0) invert(1);
  opacity: 1;
}

.wc-right-bottom {
  margin-bottom: 0 !important;
  bottom: 50px;
  right: 1.8em;
  float: right;
}

.wc-style1 {
  display: inline-block;
  position: fixed;
  letter-spacing: 0.1px;
  z-index: 9999;
}

.wc-style1 .wc-panel {
  display: none;
  margin-bottom: 5%;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
}

.wc-style1 .wc-panel {
  background-color: #fff;
}

.wc-style1 .wc-panel .wc-header {
  padding: 12px 15px 15px;
  text-align: center;
  border-radius: 8px;
}

.wc-style1 .wc-panel .wc-header,
.wc-style1 .wc-button i {
  color: #fff !important;
}

.wc-style1 .wc-panel .wc-header,
.wc-style1 .wc-body .wc-list .wc-online,
.wc-style1 .wc-button {
  background: -webkit-linear-gradient(to right, #ed1e3a, #ed1e3a);
  background: -moz-linear-gradient(to right, #ed1e3a, #ed1e3a);
  background: -ms-linear-gradient(to right, #ed1e3a, #ed1e3a);
  background: -o-linear-gradient(to right, #ed1e3a, #ed1e3a);
  background: linear-gradient(to right, #ed1e3a, #ed1e3a);
}

.wc-style1 .side-video .video-button {
  width: 100px;
  padding: 0;
  background-color: transparent;
  margin-bottom: 15px;
  position: relative;
  border: none;
  transition: all 0.5s ease-in;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.wc-style1 .side-video .video-button.active {
  height: 80vh;
  width: auto;
  max-height: 600px;
}

.wc-style1 .side-video .video-button .play-icon {
  position: absolute;
  z-index: 2;
  /* bottom: 50%; */
  right: 50%;
  width: 24px;
  height: 24px;
  translate: 50%;
  transform: translateZ(0);
  transition: all 0.3s linear 0.5s;
  opacity: 1;
}

.wc-style1 .side-video .video-button .close-icon {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: none;
}

.wc-style1 .side-video .video-button.active .close-icon {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s linear 0.5s;
}

.wc-style1 .side-video .video-button .dismiss-icon {
  position: absolute;
  z-index: 100;
  top: 2px;
  right: 2px;
  height: 30px;
  width: 30px;
}

.wc-style1 .side-video .video-button.active .dismiss-icon {
  display: none;
}

.wc-style1 .side-video .video-button.active .play-icon {
  opacity: 0;
}

.wc-style1 .side-video video {
  height: 100%;
}

.wc-style1 .side-video .video-button.active .talk-team-btn {
  position: absolute;

  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear 0.5s;
}

.wc-style1 .side-video .talk-team-btn {
  position: absolute;
  z-index: 100;
  --delay: 0.5s;
  width: 90%;
  bottom: 20%;
  font-size: 22px;
  height: auto;
  padding: 15px 20px;
  border-radius: 8px;
  background: #ed1e3a;
  font-family: "Gilroy Medium";
  opacity: 0;
  visibility: hidden;
  transition: none;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@keyframes btnOpacity {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

.wc-style1 .side-video .iphone-hack {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  opacity: 0.99;
}

.wc-style1 .wc-header strong {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.wc-style1 .wc-header p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.wc-style1 .wc-panel .wc-body {
  padding: 20px 20px 5px;
  min-width: 250px;
  white-space: nowrap;
  list-style: none;
  overflow-y: auto;
}

.wc-style1 .wc-panel .wc-body ul {
  padding-left: 0;
  list-style-type: none;
}

.wc-style1 .wc-body .wc-list {
  padding: 5px 10px;
  margin-bottom: 5px;
  list-style-type: none;
  border-radius: 10px;
}

.wc-style1 .wc-body .wc-list {
  background-color: #eee;
}

.wc-style1 .wc-list .d-flex {
  display: flex;
  cursor: pointer;
}

.wc-style1 .wc-list .wc-img-cont {
  position: relative;
}

.wc-style1 .wc-list .wc-user-img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  border: 1.5px solid #f5f6fa;
  vertical-align: middle;
}

.wc-style1 .wc-list .wc-user-info {
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 15px;
}

.wc-style1 .wc-list .wc-user-info span {
  font-size: 14px;
  color: #383838;
  font-weight: bold;
  line-height: 35px;
}

.wc-style1 .wc-list .wc-user-info p {
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 15px;
  color: #8c8c8c;
}

.wc-style1 .wc-button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.wc-style1 .wc-panel .wc-header,
.wc-style1 .wc-body .wc-list .wc-online,
.wc-style1 .wc-button {
  background: -webkit-linear-gradient(to right, #ed1e3a, #ed1e3a);
  background: -moz-linear-gradient(to right, #ed1e3a, #ed1e3a);
  background: -ms-linear-gradient(to right, #ed1e3a, #ed1e3a);
  background: -o-linear-gradient(to right, #ed1e3a, #ed1e3a);
  background: linear-gradient(to right, #ed1e3a, #ed1e3a);
}

.rotateForward {
  animation-name: rotateF;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
}

.wc-right-bottom {
  margin-bottom: 0 !important;
  bottom: 50px;
  right: 1.8em;
  float: right;
}

.heading {
  font-size: 1px;
  opacity: 0;
}

.heading p {
  display: none;
}

.thankYou {
  position: relative;
  width: 100%;
  margin: 100px 0px;
  text-align: center;
}

.thankYou h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
}

.thankYou p {
  font-size: 18px;
  margin-bottom: 30px;
}

.thankyouBtn {
  display: block;
  padding: 8px 25px;
  border-radius: 66.667px;
  font-family: "Gilroy SemiBold";

  font-weight: 500;
  background: #ed1e3a;
  color: #fff;
  margin: 0 auto;
  width: max-content;
  font-size: 16px;
  /* text-transform: uppercase; */
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

.thankyouBtn:hover {
  background: #ed1e3a;
  color: #fff;
  animation: pulse 2s;
  box-shadow: 0 0 0 1em transparent;
}

.thankyouBtnOutline {
  display: block;
  padding: 8px 25px;
  border-radius: 66.667px;
  font-family: "Gilroy SemiBold";

  font-weight: 500;
  color: #ed1e3a;
  margin: 0 auto;
  width: max-content;
  font-size: 16px;
  /* text-transform: uppercase; */
  border: 1px solid #ed1e3a;
}

.thankyouBtnOutline:hover {
  color: #ed1e3a;
}

.swiper.portfolio-video {
  height: 835px;
  width: fit-content;
  margin: 0;
}

.swiper.portfolio-video-two {
  height: 835px;
  width: fit-content;
  margin: 0;
  margin-top: 50px;
}

.portfolio-image.custom-vedio-porfolio {
  flex-wrap: nowrap;
}

.swiper-wrapper.vedio-main-part-one {
  width: 90%;
}

.swiper-wrapper.vedio-main-part-two {
  width: 90%;
}

.swiper-slide.portfolio-image-box.custom-vedio-box {
  height: fit-content;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
  margin: 0;
}

.team-section {
  position: relative;
  background: #111111;
  margin-bottom: 5rem;
}

.team-box ul {
  padding: 20px 20px 0 20px;
  /* padding-left:20px; */

  margin: 0;
}

.team-box ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gilroy Medium";
  margin-bottom: 10px;
  list-style: none;
  color: #a6a6a6;
  text-transform: capitalize;
}

.team-box ul li:before {
  position: absolute;
  content: "";
  background: url("../images/tick.png");
  width: 16px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  top: 7px;
}

.team-box ul li strong {
  color: #fff;
  font-weight: 500;
}

.team-box h6 {
  background: #1b1b1b;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  text-align: center;
  color: rgb(237, 30, 58);
  font-family: "Gilroy Regular";
  width: fit-content;
  padding: 7px 20px;
  border-radius: 50px;
  border: 1px solid #5f5f5f;
}

.team-box h6 span {
  color: #fff;
  font-weight: 500;
}

.team-box h3 {
  font-size: 62px;
  font-weight: 700;
  line-height: 68.2px;
  letter-spacing: -0.03em;
  font-family: "Gilroy Bold";
  text-transform: capitalize;
  background: linear-gradient(253.65deg,
      #ed1e3a -13.05%,
      #9c5194 8.1%,
      #a62856 44.2%,
      #ed1e3a 77.96%,
      #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.team-slider {
  margin-top: 50px;
}

.team-slider .swiper-slide {
  width: fit-content;
}

/* .bannerTV video {
    height:100%
} */

.portfolioVideo {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}

.video-control-plyer {
  pointer-events: all;
  pointer-events: all;
}

.video-control-plyer.show.show-play .video-play {
  opacity: 1;
  visibility: visible;
}

.video-control-plyer.show .video-play {
  opacity: 0;
  visibility: hidden;
}

.video-control-plyer {
  position: relative;
  height: 750px;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 40px 40px 85px;
  border-radius: 25px;
  overflow: hidden;
}

.video-control-plyer .video-play-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  display: none;
  background-color: rgb(255, 255, 255, 0.4);
  background-image: linear-gradient(to right,
      var(--primary-color) var(--primary-color));
  background-size: 0 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.video-control-plyer.show .video-play-progress {
  display: block;
}

.video-control-plyer video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
  z-index: 0;
}

#mousemovecanva,
.video-control-plyer .video-play {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.video-control-plyer .video-play {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.video-control-plyer .video-play:hover {
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(1.1);
}

.bannerTV .video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.banner.video-banner {
  padding-top: 40px;
}





/* table css start */

.table-feature-main {
  background: rgb(237 30 58 / 5%);
  padding: 70px 0;
}

.table-feature-main .table>:not(caption)>*>* {
  border: 0;
}

.table-feature-main h2 {
  color: #111111;
  font-family: "Gilroy Bold";
  font-size: 54px;
  text-align: center;
  margin-bottom: 20px;
}

.table-feature-main h2 span {
  background: linear-gradient(253.65deg, #ed1e3a -13.05%, #9c5194 8.1%, #a62856 44.2%, #ed1e3a 77.96%, #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-family: "Gilroy ExtraBold";
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.custom-table-main {
  overflow: auto;
  min-width: 1200px;
}

.custom-table-main .table-row .packeges-text {
  font-family: "Gilroy Regular";
  font-weight: 600;
  font-size: 18px;
  color: #000;
  width: 25%;
  padding: 10px 5px;
  text-align: center;
}

.custom-table-main .table-head .packeges-text {
  font-family: "Gilroy Regular";
  font-weight: 600;
  font-size: 18px;
  color: #000;
  width: 25%;
  padding: 10px 8px;
}

.custom-table-main .table-head .packeges-text.wd-100 {
  width: 100%;
  background: rgba(237, 30, 58, 0.10);
  padding: 10px 8px;
  border-radius: 5px;
}

.custom-table-main .table-head {
  margin-bottom: 5px;
}

.custom-table-main .table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-table-main .table-row.hover-bg:hover {
  background-color: rgba(237, 30, 58, 0.044);
}

.custom-table-main .table-row.hover-bg {
  border-radius: 10px;
  transition: all 0.3s;
  margin-bottom: 5px;
}

.custom-table-main .table-row .pay-monthly-number {
  font-family: "Gilroy Medium";
  font-weight: 500;
  font-size: 18px;
  color: #000;
  width: 25%;
  padding: 10px 8px;
  text-align: center;
}

.custom-table-main .table-row .pay-monthly-text {
  font-family: "Gilroy Medium";
  font-weight: 500;
  font-size: 18px;
  color: #585554;
  width: 25%;
  padding: 10px 8px;
}

.custom-table-main .table-row .feature-text {
  width: 25%;
  padding: 10px 8px;
}

.custom-table-main .table-row .feature-full {
  font-family: "Gilroy Medium";
  font-weight: 400;
  font-size: 14px;
  color: #8b8b8b;
  width: 25%;
  padding: 10px 8px;
  text-align: center;
  margin: 0 auto;
}

.custom-table-main .table-row .feature-text h5 {
  font-family: "Gilroy Regular";
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

.custom-table-main .table-row .feature-text h5 span {
  font-family: "Gilroy Medium";
  font-weight: 500;
  font-size: 16px;
  color: #585554;
  display: inline-block;
  line-height: 1.2rem;
}

.custom-table-main .table-row .feature-text span {
  font-family: "Gilroy Medium";
  font-weight: 500;
  font-size: 16px;
  color: #585554;
  display: inline-block;
  line-height: 1.2rem;
}


/* mobile tab */

@media (max-width: 767px) {
  .custom-table-main .table-row .pay-monthly-number {
    font-size: 18px;
  }

  .table-feature-main h2 {
    font-size: 30px;
    /* line-height: 40px; */
    font-weight: bold;
    font-family: "Gilroy Regular";
  }

  .custom-table-main .table-row .packeges-text {
    font-size: 20px;
  }

  .custom-table-main .table-head .packeges-text {
    font-size: 20px;
  }

  .custom-table-main .table-row .pay-monthly-text {
    font-size: 18px;
  }

  .custom-table-main .table-row .feature-text span {
    font-size: 14px;
  }
}

.reviews-section-1 {
  padding: 60px 0;
}

.reviews-section-1 .review-heading {
  text-align: center;
}

.reviews-section-1 .review-heading h2 {
  color: #111111;
  font-family: "Gilroy Bold";
  font-size: 54px;
}

.reviews-section-1 .review-heading p {
  color: #585756;
  font-size: 16px;
  font-family: "Gilroy SemiBold";
  text-transform: capitalize;
  margin-top: 10px;
}

.reviews-section-1 .review-heading h2 span {
  background: linear-gradient(253.65deg, #ed1e3a -13.05%, #9c5194 8.1%, #a62856 44.2%, #ed1e3a 77.96%, #9c5194 116.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-family: "Gilroy ExtraBold";
  background-size: 200% 200%;
  animation: gradient-animation 4s infinite;
}

.review-card {
  border: 1px solid #e5e0e0;
  border-radius: 35px;
  padding: 16px;
}

.review-card .img-content {
  position: relative;
  aspect-ratio: 378 / 582;
  border-radius: 30px;
  overflow: hidden;
}

.review-card .img-content video,
.review-card .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.review-card .img-content .review-play {
  position: absolute;
  bottom: 5px;
  left: 5px;
  cursor: pointer;
}

.review-card .review-1-footer {
  padding: 15px 10px 0 10px;
}

.review-card .review-1-footer h2 {
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Gilroy SemiBold" !important;
}

.review-card .review-1-footer p {
  font-size: 14px;
  line-height: 21px;
  color: #707070;
  margin: 0;
  font-family: "Gilroy SemiBold";
}

@media screen and (max-width: 768px) {
  .reviews-section-1 {
    padding: 40px 0;
  }

}