/*
font-family: "Roboto", serif;
font-family: "Outfit", sans-serif;
*/
* {
  margin: 0;
  padding: 0;
}

body {
  /* overflow-x: hidden; */
  font-family: "Roboto", serif;
}

/* scrol-bar */

/* ::-webkit-scrollbar{
                              background-color: #FBD34A;
                              width: 10px;
                          }
                          ::-webkit-scrollbar-thumb{
                              background: #000000;
                          } */

/* scrol-bar */
:root {
  --white-color: #000000;
  --black-color: #ffffff;
  --dark-blue-color: #303030;
  --purple-color: #44875b;
  --blue-color: #44875b;
  --para-color: #44875b;
  --blue-color-3: #44875b;
  --blue-color-2: #44875b;
  --main-para: #5f6568;
}

.py {
  padding: 4.5rem 0;
}

a {
  transition: 0.3s ease-in-out !important;
  text-decoration: none !important;
  font-size: 16px;
}

ul {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 !important;
}

.heading-1 {
  font-size: 60px;
  font-weight: 900;
  line-height: normal;
}

.heading-2 {
  font-size: 55px;
  font-weight: 800;
  line-height: normal;
}

.heading-3 {
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
}

.heading-4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 32px;
}

.heading-5 {
  font-size: 40px;
  font-weight: 500;
  line-height: 25px;
}

.heading-6 {
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.para-1 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.para-2 {
  font-size: 16px;
  line-height: 25px;
}

@keyframes move {
  0% {
    transform: translate(-400px, -90px);
  }

  25% {
    transform: translate(-220px, 0px);
  }

  50% {
    transform: translate(-60px, -90px);
  }

  75% {
    transform: translate(-220px, -180px);
  }

  100% {
    transform: translate(-400px, -90px);
  }
}

.py {
  padding: 4.5rem 0;
}

/* custome-btn */
/* custome-btn */
.white-color {
  color: #000000;
}

/* header */
.main-header .logo {
  height: auto;
  padding: 4px 0;
}

header {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ffffff33;
  padding: 0px 65px;
  top: 0;
  z-index: 111;
  padding-top: 0;
  border: 0;
}

header .custome-btn {
  border: 1px solid #000000;
  border-radius: 0;
  padding: 12px 26px;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  color: #000000;
  background-color: #ffffff1a;
}

header .custome-btn:hover {
  border: 1px solid #000000;
  text-shadow: -2px 0 5px rgb(131 99 99), 2px 3px 5px #e9e9e9, 3px 0 5px #fff4f4,
    -3px -2px 5px #ffffff;
  color: #000000;
}

header .menu-btn {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  color: #000000;
}

header .menu-btn:hover {
  color: #39383a !important;
}

.main-header ul li {
  margin-left: 0px;
}

.main-header {
  z-index: 999;
  position: relative;
}

/* header */

/* section-1 */
.section-1 {
  /* background-color: var(--dark-blue-color); */
}

.section-1 .home-anker {
  display: flex;
  gap: 13px;
  align-items: center;
}

.section-1 .home-anker li {
  font-size: 15px;
  color: #000000;
}

.section-1 .home-anker li i {
  font-size: 15px;
}

.section-1 .home-anker li a {
  font-size: 15px;
  color: #000000;
}

.section-1 .home-anker li a:hover {
  text-decoration: underline !important;
}

.section-1-text .heading-1 {
  padding: 30px 0;
  color: var(--blue-color);
}

.section-1-text .heading-1 span {
  color: #333;
}

.end-text {
  padding: 10px 0 25px 0px !important;
}

.end-text li {
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

.end-text li i {
  color: var(--blue-color);
  margin-right: 10px;
}

.section-1-text .custome-btn {
  text-transform: uppercase;
  color: #ffffff;
  background: var(--white-color);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  font-weight: 700;
  padding: 15px 28px;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  border-radius: 0;
  display: inline-block;
  z-index: 0;
  border: none;
  /* box-shadow: 0px 0px 9px 4px #408859; */
}

.section-1-text .custome-btn i {
  margin-left: 9px;
}

.section-1-text .custome-btn::before {
  content: "";
  position: absolute;
  inset: -1px -20% -1px -20%;
  background: linear-gradient(
    94deg,
    var(--blue-color-3) -2.26%,
    var(--purple-color) 63.14%
  );
  -webkit-filter: blur(9px);
  filter: blur(3px);
  z-index: -1;
  pointer-events: none;
  transform: translateY(70px);
  transition: 0.5s ease-in-out;
}

.section-1-text .custome-btn:hover:before {
  transform: translateY(0px);
}

.section-1-text .custome-btn:hover {
  color: white;
}

.five-star {
  display: flex;
  justify-content: space-between;
  padding-top: 35px !important;
  filter: brightness(0);
}

.five-star li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.five-star li span img {
  /* height: 50px; */
}

.five-star li span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
}

.five-star li span img.star-img {
  height: 30px;
}

.five-star span.before {
  position: relative;
  z-index: 0;
}

.five-star span.before::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 0;
  background-color: var(--white-color);
  height: 55px;
  width: 1px;
  z-index: 0;
}

.section-1 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 160px 0 40px 0;
}

.section-1:before {
  content: "";
  position: absolute;
  width: 70vw;
  height: 100vh;
  bottom: 60%;
  left: -20%;
  border-radius: 100%;
  /* background: radial-gradient(ellipse at center, rgb(84 223 161 / 48%) 0, rgba(4, 228, 255, 0) 70%); */
  z-index: -1;
}

.section-1::after {
  content: "";
  position: absolute;
  width: 70vw;
  height: 100vh;
  bottom: 60%;
  right: -20%;
  border-radius: 100%;
  /* background: radial-gradient(ellipse at center, rgb(84 219 158 / 58%) 0, rgb(37 41 39 / 48%) 70%); */
  z-index: -1;
}

.slide-img {
  padding: 10px 10px 20px 10px;
  text-align: center;
}

.slide-img img {
    width: 90%;
    height: 550px;
    /* box-shadow: 0 0 10px #4d8759; */
    object-fit: contain;
}

.section-1-slider {
  position: relative;
  z-index: 0;
}

.section-1-slider .arrow {
  bottom: 4px;
  position: absolute;
  top: unset;
  z-index: 31;
  color: #4fbaee;
}

.section-1-slider .swiper-button-next {
  position: absolute;
  left: 68%;
  filter: grayscale(1);
}

.section-1-slider .swiper-button-prev {
  position: absolute;
  left: 27%;
  filter: grayscale(1);
}

.section-1-slider .swiper-pagination span {
  width: 25px;
  height: 6px;
  border-radius: 0;
  background-color: #b5b5b5;
  opacity: 1;
}

.section-1-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  height: 6px;
  border-radius: 0;
  background-color: var(--blue-color-3) !important;
  opacity: 1;
}

.slider-one {
  padding-bottom: 4rem;
}

.swiper-pagination span {
  position: relative;
  bottom: 8px;
}

.section-1-video .video-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section-1-video {
  padding-top: 40px;
  position: relative;
  z-index: 0;
}

.section-1-video::before {
  content: "";
  position: absolute;
  top: 15px;
  height: 1px;
  width: 100%;
  background: --webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(35%, rgba(255, 255, 255, 0.4)),
    color-stop(65%, rgba(255, 255, 255, 0.4)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.4) 35%,
    rgba(255, 255, 255, 0.4) 65%,
    rgba(255, 255, 255, 0) 100%
  );
}

.video-ul li i {
  font-size: 100px;
  color: #000000;
}

.video-ul li {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #44875b;
}

.video-ul li span {
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  color: #000000;
}

.before-section-1 {
  position: relative;
  z-index: 0;
}

.before-section-1::before {
  content: "";
  position: absolute;
  width: 110vw;
  height: 170vh;
  left: -500px;
  top: 190px;
  border-radius: 100%;
  /* background: radial-gradient(ellipse at center, rgb(103 98 109 / 90%) 0, rgba(136, 66, 220, 0) 70%); */
  z-index: -1;
}

/* section-1 */

/* section-2 */
.section-2 {
  background-color: #f7f9fd;
  /* padding-bottom: 0; */
}

.section-2-form {
  border-radius: 10px;
  background: linear-gradient(0deg, transparent 0%, rgb(84 135 87) 100%);
  box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.05);
  max-width: 100%;
  padding: 26px 30px 30px;
  margin-bottom: 25px;
  position: relative;
  /* background: white; */
  border: 0px solid #ffffff;
  z-index: 9;
}

.section-2-form .heading-3 {
  color: #000000;
  text-transform: none;
  letter-spacing: 0;
  font-size: 40px;
  /* margin-bottom: 0em; */
  font-weight: 800;
  position: relative;
  z-index: 0;
}

.section-2-form .heading-4 {
  font-size: 20px;
  color: black;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-2-form form .form-control {
  color: var(--white-color);
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 12px 16px;
  border: 1px solid #dedede !important;
  border-radius: 0;
  box-shadow: 0 1px 3px #00000057;
  color: #495057;
  background: white;
  border-radius: 8px;
}

.section-2-form button.custome-btn {
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #548757;
  position: relative;
  font-size: 18px !important;
  font-weight: 600;
  color: white;
  border-radius: 0;
  margin: 2px;
  padding: 12px 20px;
  text-transform: uppercase;
  border: 1px solid var(--blue-color);
  width: 100%;
  text-align: center;
  justify-content: center;
  border-radius: 8px;
}

.section-2-form button.custome-btn:hover {
  background-color: var(--dark-blue-color);
  color: #ffffff;
  border: 1px solid var(--dark-blue-color);
}

.c-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  z-index: 10;
  top: 140px;
}

.c-gallery picture {
  -webkit-animation: rotate2 0.35s linear forwards;
  animation: rotate2 0.35s linear forwards;
  -webkit-transform: translateY(54%) perspective(1800px) rotateY(0) rotateX(0)
    rotate(0);
  transform: translateY(54%) perspective(1800px) rotateY(0) rotateX(0) rotate(0);
  -webkit-animation: rotate1 0.35s linear forwards;
  animation: rotate1 0.35s linear forwards;
  opacity: 1;
  -webkit-transform: perspective(1800px) rotateY(0) rotateX(0) rotate(0);
  transform: perspective(1800px) rotateY(0) rotateX(0) rotate(0);
}

.c-gallery picture {
  width: 20%;
  margin-left: -5%;
  position: relative;
  -webkit-transition: all 0.44s ease-out, opacity 0.2s;
  transition: all 0.44s ease-out, opacity 0.2s;
  -webkit-box-shadow: 15px 15px 20px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 15px 15px 20px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(220px) perspective(1800px) rotateY(0) rotateX(0)
    rotate(0);
  transform: translateX(220px) perspective(1800px) rotateY(0) rotateX(0)
    rotate(0);
  animation: rotate1 0.35s linear forwards;
}

.c-gallery picture img {
  height: 220px;
}

.c-gallery picture img.pic-2 {
  transform: translateY(-114px);
}

.c-gallery picture img.pic-4 {
  transform: translateY(-114px);
}

.c-gallery picture img.pic-6 {
  transform: translateY(-114px);
}

.c-gallery picture:nth-child(odd) {
  -webkit-animation: rotate2 0.35s linear forwards;
  -webkit-animation: rotate1 0.35s linear forwards;
  animation: rotate1 0.35s linear forwards;
  opacity: 1;
  -webkit-transform: perspective(1800px) rotateY(0) rotateX(0) rotate(0);
  transform: perspective(1800px) rotateY(0) rotateX(0) rotate(0);
}

@keyframes rotate1 {
  100% {
    -webkit-transform: perspective(1800px) rotateY(-45deg) rotateX(8deg)
      rotate(-1.5deg);
    transform: perspective(1800px) rotateY(-45deg) rotateX(8deg) rotate(-1.5deg);
  }
}

.c-gallery picture:nth-child(1) {
  position: relative;
  z-index: 1;
}

.c-gallery picture:nth-child(2) {
  position: relative;
  z-index: 0;
}

.c-gallery picture:nth-child(3) {
  position: relative;
  z-index: -1;
}

.c-gallery picture:nth-child(4) {
  position: relative;
  z-index: -2;
}

.c-gallery picture:nth-child(5) {
  position: relative;
  z-index: -3;
}

.c-gallery picture:nth-child(6) {
  position: relative;
  z-index: -4;
}

.main-ul h3 {
  line-height: 1.3;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  line-height: inherit;
  margin: 0;
  z-index: 1;
  color: var(--para-color);
  font-size: 2.2rem;
  font-weight: 600;
}

.main-ul p {
  font-size: 19px;
  line-height: 26px;
  color: var(--white-color);
  margin-top: 10px !important;
}

.main-ul p a {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  color: var(--para-color);
}

ul.parent-ul p {
  max-height: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

ul.parent-ul li.active p {
  max-height: 100%;
  opacity: 1;
  transition: all ease 0.7s;
}

/* section-2 */

.main-heading {
  font-size: 1.4rem;
  font-weight: 600;
}

/* section-3 */
.section-3 {
  position: relative;
  /* background-color: var(--dark-blue-color); */
  overflow: hidden;
  padding-top: 13rem;
}

.section-3::before {
  content: "";
  position: absolute;
  left: -10%;
  right: 30%;
  top: -30%;
  bottom: -30%;
  /* background: radial-gradient(ellipse at center, #44875b 0, rgba(0, 185, 255, 0) 70%, rgba(0, 185, 255, 0) 100%); */
  opacity: 0.45;
  z-index: 0;
}

.section-3::after {
  content: "";
  position: absolute;
  right: -10%;
  left: 30%;
  top: -70%;
  bottom: -40%;
  /* background: radial-gradient(ellipse at center,  var(--purple-color)  0, rgba(149, 54, 229, 0) 74%, rgba(149, 54, 229, 0) 100%); */
  opacity: 0.45;
  z-index: 0;
}

.section-3-text {
  position: relative;
  z-index: 1;
}

.section-3 .slider-1 {
  max-width: 400px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 15px;
  border: 2px solid rgb(68 135 91);
  background-color: rgb(255 255 255 / 29%);
  mask-image: linear-gradient(135deg, #000 0, #000 22%, rgb(211 74 74) 100%);
  -webkit-mask-image: linear-gradient(
    135deg,
    #191919 0,
    #121010 22%,
    rgb(28 28 28) 100%
  );
}

.section-3 .slider-1 span {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  opacity: 1;
  color: var(--white-color);
}

.section_3_slider {
  margin: 3rem 0 2rem 0;
}

/* section-3 */

/* section-4 */
.section-4 {
  padding: 4.5rem 0 0 0 !important;
  /* background-color: var(--dark-blue-color); */
}

.section-4-tabs ul .btn-style i {
  font-size: 26px;
  color: #408859;
  padding: 10px;
}

.section-4-tabs ul .btn-style h3 {
  font-size: 20px;
  color: #40883a;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.section-4-tabs ul .btn-style {
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1px 27px;
  gap: 3px;
}

.section-4-tabs ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.section-4-tabs ul li .nav-link.active {
  background-color: #4a8857 !important;
}

.section-4-tabs ul li .nav-link.active .btn-style h3 {
  color: #ffffff;
}

.section-4-tabs ul li .nav-link.active .btn-style i {
  color: #ffffff !important;
}

.main-color i {
  color: #ffffff !important;
  padding: 0 !important;
}

.section-4-tabs .section-4-tabs ul li .nav-link button {
  transition: 0.3s ease-in-out;
}

.section-4-tabs ul li .nav-link:hover h3 {
  color: var(--blue-color);
}

.section-4-tabs ul li .nav-link:hover i {
  color: var(--blue-color);
}

.section-4-tab-img .img-1 img {
  width: 100%;
  height: 100%;
}

.section-4-tab-img {
  position: relative;
  z-index: 0;
  border: 2px solid #00ab33;
  border-radius: 12px;
  overflow: hidden;
}

.section-4-tab-img.tab-1::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.5;
  background: linear-gradient(
    236deg,
    rgb(104 189 140) 8.89%,
    rgb(68 183 116) 99.34%
  );
}

.section-4-tab-img.tab-2::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.5;
  background: linear-gradient(
    94deg,
    var(--blue-color-3) -2.26%,
    var(--purple-color) 63.14%
  );
}

.section-4-tab-img .img-2 img {
  position: absolute;
  height: 90%;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  margin: auto;
}

.section-4-tab-img .img-3 img {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  max-width: 220px;
  z-index: 5;
}

.section-4-tab-img.tab-2 .img-3 img {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: auto;
  right: 20px;
  max-width: 220px;
  z-index: 5;
}

.section-4-tab-text .heading-3 {
  background: linear-gradient(
    100deg,
    #000000 1.4%,
    #408859 67.99%,
    var(--blue-color-3) 98.26%
  );
  background-clip: border-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  font-weight: 800;
}

.section-4-tab-text .para-1 {
  color: var(--white-color);
  font-size: 22px;
  line-height: 32px;
}

.section-4-tab-text-anker a {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-4-tab-text-anker .white-btn {
  color: var(--white-color);
}

.section-4-tab-text-anker .white-btn:hover {
  color: var(--para-color);
}

.section-4-tab-text-anker .blue-btn {
  color: var(--para-color);
}

.section-4-tab-text-anker .blue-btn:hover {
  color: var(--white-color);
}

.section-4-tab-text-anker a i {
  transition: 0.3s ease-in-out;
}

.section-4-tab-text-anker a:hover i {
  transform: translateX(6px);
}

.main-padding {
  padding: 50px 30px;
}

.section-4-tab-text-anker.section-4-more-anker a:hover i {
  transform: rotate(-90deg) translateY(6px);
}

/* section-4 */

.wp-slider .swiper {
  width: 100%;
  height: 100%;
}

.wp-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: invert(1);
}

section.section-5 {
  height: auto;
  background: linear-gradient(180deg, #4c8759, #548757);
}

.swiper.wp-slider {
  height: 270px;
  align-items: center;
  display: flex;
}

.section-5-slider-text-box {
  position: relative;
  box-sizing: border-box;
  width: 180px;
  height: 74px;
  background-image: url(../images/bg-dark.svg);
  background-repeat: no-repeat;
  border-radius: 3px;
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding: 0 10px 0 0;
  gap: 6px;
}

.section-5-slider-text-box span {
  top: 10.5px;
  right: 11.5px;
  color: var(--black-color);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.section-5-slider-text-box ul {
  display: flex;
  gap: 3px;
}

.section-5-slider-text-box li span {
  font-size: 18px;
}

.section-5-slider-box h4 {
  color: black;
  font-size: 28px;
  letter-spacing: 0.4px;
  font-weight: 600;
  margin: 0;
}

.section-5-slider-box h4 span {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.section-5-slider-box {
  height: 160px;
  width: 100%;
  padding: 10px 25px;
  display: flex;
  gap: 30px;
  align-items: center;
  background: white;
  /* box-shadow: 0px 0px 60px -10px var(--purple-color); */
  margin: 10px;
  border-radius: 14px;
  justify-content: center;
}

.section-5-slider-text .heading-3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--black-color);
  text-transform: uppercase;
  letter-spacing: 1.1px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-family: "Roboto", serif;
}

.section-5-slider-text p {
  font-size: 21px;
  color: var(--black-color);
  letter-spacing: 1.1px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-family: "Roboto", serif;
}

.section-5-slider-box img {
  width: 133px !important;
  height: auto !important;
}

.section-5-slider {
  position: relative;
  z-index: 0;
}

.section-5-slider .arrow {
  position: absolute;
}

.section-5-slider .swiper-button-prev.arrow {
  top: 70px;
  left: 45%;
  transform: rotate(90deg);
}

.section-5-slider .swiper-button-next.arrow {
  top: 120px;
  left: 45%;
  transform: rotate(90deg);
}

.section-5-slider .arrow:after {
  font-size: 30px;
  /* filter: grayscale(1); */
  color: white;
}

.main-absu {
  position: absolute;
  top: 71%;
  z-index: 1;
  right: 35%;
  text-align: center;
  align-items: baseline;
}

.section-5 {
  background-color: #f2f2f2;
  color: #fff;
  overflow: hidden;
  padding: 70px 0 60px 0;
}

.section-5-slider::before {
  content: "";
  background-image: url(../images/coma.svg);
  background-repeat: no-repeat;
  width: 256px;
  height: 194px;
  right: 19rem;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 18px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-filter: drop-shadow(0 0 0 #4396fc) brightness(1.4);
  filter: drop-shadow(0 0 0 #4396fc) brightness(1.4);
  filter: grayscale(1);
}

.section-5-slider {
  position: relative;
}

.section-5-slider-text {
  position: relative;
}

/* section-5 */

/* section-6 */
.section-6 {
  position: relative;
}

.section-6-solution .heading-2 {
  color: #333;
}

.section-6-solution .heading-2 .blue-color {
  background: linear-gradient(
    131.8deg,
    var(--blue-color-3) 0,
    var(--purple-color) 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 8px;
}

.section-6-text .num h6 {
  top: 1px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(
    94deg,
    var(--blue-color-3) -2.26%,
    var(--purple-color) 63.14%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-6-text h3 {
  color: #333;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 24px;
}

.section-6-text p {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px 0;
}

.section-6-text li {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 0;
}

.section-6-solution p {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  margin: 40px 0 0px 0;
}

.section-6-solution {
  position: sticky;
  top: 130px;
}

/* .section-6-text{
                              position: relative;
                              z-index: 0;
                          } */
.section-6-text .before-shadow::before {
  content: "";
  background-image: url(../images/section-6-shadow.png);
  width: 400px !important;
  height: 400px !important;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: 10px;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out;
  filter: grayscale(1);
}

.section-6-text .before-shadow:hover:before {
  opacity: 0.5;
  transform: translateX(125px);
}

/* section-6 */

/* section-7 */
.section-7-design {
  /* background-color: #ffffff; */
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 1000px;
}

/* .section-7-design::before{
                              content: "";
                              position: absolute;
                              left: -10%;
                              right: 30%;
                              top: -30%;
                              bottom: -30%;
                              background: radial-gradient(ellipse at center, #00b9ff 0, rgba(0, 185, 255, 0) 70%, rgba(0, 185, 255, 0) 100%);
                              opacity: .45;
                              z-index: -1;
                          }
                          .section-7-design::after{
                              content: "";
                              position: absolute;
                              right: -10%;
                              left: 30%;
                              top: -70%;
                              bottom: -40%;
                              background: radial-gradient(ellipse at center,  var(--purple-color)  0, rgba(149, 54, 229, 0) 74%, rgba(149, 54, 229, 0) 100%);
                              opacity: .45;
                              z-index: -1;
                          } */
.light-blue-color {
  color: var(--blue-color);
}

.section-7-design-text-box ul li {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 10px;
}

.section-7-design-text {
  padding: 0 0 80px 0;
}

.section-7-design-text-box p {
  color: var(--white-color);
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  width: 90%;
}

.section-7-design-text-box h3 {
  font-size: 28px;
}

.section-7-design-text-box ul {
  margin-top: 30px !important;
  /* flex-wrap: wrap; */
}

.section-7-design-text-box ul li i {
  color: var(--blue-color);
  margin-right: 10px;
}

.section-7-design-text-box .main-heading {
  position: absolute;
  display: block;
  top: calc(100% - 0px);
  left: 0%;
  color: rgb(242 242 242);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-family: Roboto;
  font-size: clamp(70px, 9vw, 180px);
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  z-index: unset;
  display: none;
}

.h-scroll {
  position: static;
  top: 0;
  left: 0;
  width: 800px;
  height: calc(100vw);
  overflow: auto;
  transform: rotate(-90deg);
  transform-origin: center calc(50vh);
  padding: 0rem 0;
}

.h-scroll::-webkit-scrollbar {
  display: none;
}

.child-h-scroll {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
  margin: 1em auto;
  padding: 0em;
  width: 580px;
  height: auto;
  transform: rotate(90deg);
  position: relative;
  top: 20%;
}

.child p {
  line-height: 1.5;
}

/* section-7 */
.section-8-industries {
  /* background-color: var(--dark-blue-color); */
  position: relative;
  z-index: 0;
  /* overflow: hidden; */
}

.section-8-industries::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    rgb(68 135 91) 0,
    rgb(68 135 91 / 0%) 70%
  );
  top: -10vw;
  width: 100vw;
  left: 0;
  right: 0;
  height: 86vw;
  opacity: 0.4;
  z-index: -1;
}

.section-8-industries::after {
  transform: translateX(-100%) rotate(2.61deg);
  left: 6.25%;
  width: 25vw;
  opacity: 0.4;
  content: "";
  position: absolute;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    rgb(255 255 255) 0,
    rgba(4, 228, 255, 0) 70%
  );
  height: 50vw;
  top: 0;
}

.section-8-industries-text .heading-2 {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 2rem;
  color: var(--white-color);
  background: linear-gradient(
    100deg,
    #000000 1.4%,
    #408859 67.99%,
    var(--blue-color-3) 98.26%
  );
  background-clip: border-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section-8-industries-text {
  position: sticky;
  top: 110px;
}

.section-8-industries-text p {
  font-size: 18px;
  color: var(--white-color);
  line-height: 30px;
}

.section-8-industries-box {
  padding: 40px;
  row-gap: 25px;
  position: relative;
  z-index: 1;
  border: 1px solid rgb(77 141 99);
  margin: 40px 0;
}

.section-8-industries-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    158deg,
    rgba(255, 255, 255, 0.05) 14.21%,
    rgba(255, 255, 255, 0) 85.83%
  );
  z-index: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
  z-index: -1;
}

.section-8-industries-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    253deg,
    rgba(255, 255, 255, 0) 11.07%,
    rgba(255, 255, 255, 0.05) 75.01%
  );
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}

.section-8-industries-box .heading-3 {
  font-size: 1.8rem;
  color: var(--white-color);
  font-weight: 700;
  background: linear-gradient(
    100deg,
    #000000 1.4%,
    #408859 67.99%,
    var(--blue-color-3) 98.26%
  );
  background-clip: border-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section-8-industries-box p {
  font-size: 18px;
  color: var(--white-color);
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
}

.para-3 {
  font-size: 18px;
  font-weight: 400;
}

/* section-9 */
.section-9 .section-9-upper-text p {
  margin-top: 50px;
  color: #ffffff;
}

.section-9 .section-9-upper-text h2 {
  background: linear-gradient(
    100deg,
    #ffffff 1.4%,
    #408859 67.99%,
    var(--blue-color-3) 98.26%
  );
  background-clip: border-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section-9-bottom-text ul li h3 {
  color: #ffffff;
}

.section-9-bottom-text ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.section-9-bottom-text ul li {
  width: 47%;
  display: flex;
  gap: 30px;
  align-items: baseline;
}

.section-9-bottom-text ul li .number {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  background: linear-gradient(
    94deg,
    var(--blue-color-3) -2.26%,
    var(--purple-color) 63.14%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-9-bottom-text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

.main-gap {
  position: relative;
  z-index: 0;
  padding: 90px 0 0 0 !important;
}

.main-gap::before {
  background: linear-gradient(to right, var(--blue-color-3) 0, #646768 70%);
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 30px;
}

.section-9-bottom-text {
  padding-top: 50px;
  z-index: 999999999999999999999;
  position: relative;
}

/* section-9 */

/* section-10 */
.section-10-text h2 {
  color: #000000;
  margin-bottom: 30px;
  line-height: 40px;
}

.section-10-text h2 span {
  color: var(--blue-color);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.section-10-text p {
  color: #000000;
  font-size: 1.2rem;
}

.section-10-text p span {
  color: #000000;
  font-size: 1.7rem;
  font-weight: 700;
}

.section-10-slider-img .blue-btn {
  color: var(--blue-color) !important;
}

.section-10-text {
  padding-bottom: 3rem;
}

.section-10-main-slider {
  position: relative;
  z-index: 0;
}

.section-10-main-slider .swiper-pagination {
  position: absolute;
  top: 0;
  border-bottom: 1px solid #448770;
  height: 101px;
}

.section-10-main-slider .swiper-pagination span {
  width: 216px;
  height: 100px;
  border-radius: 0;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  position: relative;
  z-index: 0;
}

.section-10-main-slider .swiper-pagination span::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-color: #d5edf500;
  width: 1px;
  height: 100%;
}

.section-10-main-slider .swiper-pagination span:nth-child(1) {
  background-image: url("../images/section-10-slider-dot-img-1.webp");
  padding: 10px;
  border-right: 1px solid #448770;
}

.section-10-main-slider .swiper-pagination span:nth-child(2) {
  background-image: url("../images/section-10-slider-dot-img-2.webp");
  padding: 10px;
  border-right: 1px solid #448770;
}

.section-10-main-slider .swiper-pagination span:nth-child(3) {
  background-image: url("../images/section-10-slider-dot-img-3.webp");
  padding: 10px;
  border-right: 1px solid #448770;
}

.section-10-main-slider .swiper-pagination span:nth-child(4) {
  background-image: url("../images/section-10-slider-dot-img-4.webp");
  padding: 10px;
  border-right: 1px solid #448770;
}

.section-10-main-slider .swiper-pagination span:nth-child(5) {
  background-image: url("../images/section-10-slider-dot-img-5.webp");
  padding: 10px;
  border-right: 1px solid #448770;
}

.section-10-main-slider .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  z-index: 0;
  /* filter: hue-rotate(-123deg); */
}

.section-10-main-slider
  .swiper-pagination
  .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background: #448770;
  top: 105px;
}

.section-10-main-slider
  .swiper-pagination
  .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #448770 #ffffff00 #ffffff00 #ffffff00;
}

.section-10-slider {
  padding-top: 10rem;
}

.section-10-slider-img .img-height {
  width: 100%;
  max-height: 500px;
  padding: 0px 80px;
  display: grid;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow-y: hidden;
}

.section-10-slider-img .img-height::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 85%;
  margin: 0 auto;
  z-index: 2;
  background: linear-gradient(
    to right,
    transparent 0,
    #44875b 40%,
    #44875b 60%,
    transparent 100%
  );
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-10-slider-img button {
  margin-top: 4rem;
}

.section-10-main-slider .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.section-10-main-slider .swiper-button-prev.arrow {
  -webkit-box-shadow: 0 6px 7px rgba(33, 33, 33, 0.1),
    0 4px 4px rgba(33, 33, 33, 0.1);
  box-shadow: 0 6px 7px rgba(33, 33, 33, 0.1), 0 4px 4px rgba(33, 33, 33, 0.1);
  background: #fff;
}

.section-10-main-slider .arrow:hover {
  -webkit-box-shadow: 0 6px 7px rgba(33, 33, 33, 0.1),
    0 4px 4px rgba(33, 33, 33, 0.1);
  box-shadow: 0 6px 7px rgba(33, 33, 33, 0.1), 0 4px 4px rgba(33, 33, 33, 0.1);
  background: #fff;
}

.section-10-main-slider .arrow::after {
  font-size: 30px;
  filter: grayscale(1);
}

/* section-10 */

/* sds */
.section-11 .section-10-main-slider .swiper-pagination span:nth-child(1) {
  background-image: url("../../images/section-11-img-dot-2.png");
  padding: 10px;
  border-right: 1px solid #448770;
}

.section-11 .section-10-main-slider .swiper-pagination span:nth-child(2) {
  background-image: url("../../images/section-11-img-dot-1.png");
  padding: 10px;
  border-right: 1px solid #448770;
}

.section-11 .section-10-main-slider .swiper-pagination span:nth-child(3) {
  background-image: url("../../images/section-11-img-dot.png");
  padding: 10px;
  border-right: 1px solid #448770;
}

.section-11-main-padding {
  justify-content: center;
  width: 90%;
  margin: auto;
  height: 100%;
  position: relative;
  z-index: 2;
}

.section-11-box .box-img img {
  inset: 0;
  filter: grayscale(1);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: -webkit-fill-available;
}

.section-11-box .box-img::before {
  content: "";
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 83%) 38.66%,
    #ffffff 81.82%,
    rgb(255 255 255 / 70%) 100%
  );
  height: 100%;
}

.section-11-box-text .c-number-box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.section-11-box-text p {
  font-size: 20px;
  color: var(--main-para);
}

.section-11-box-text {
  position: relative;
  z-index: 22;
}

.section-11-box-text .c-number-box__number span {
  font-size: 5rem;
  color: var(--blue-color) !important;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}

.section-11-box-text .custome-btn {
  --btn-padding-top-bottom: 0.75em;
  --btn-primary-border: 3px;
  --btn-font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    7deg,
    var(--blue-color-3) 50%,
    #5f6568 65%,
    #5f6568 80%
  );
  background-color: transparent;
  color: var(--blue-color-2);
  padding: inherit;
  padding: 20px;
  font-size: 18px;
  position: relative;
  font-weight: 600;
}

.section-11-box-text .custome-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgb(68 135 91), rgb(68 135 91));
  filter: brightness(0.5);
  width: 0%;
  transition: 0.3s ease-in-out;
  height: 100%;
  opacity: 1;
  z-index: -1;
  top: 0;
  left: 0;
}

.section-11-box-text .custome-btn:hover {
  border-image-source: linear-gradient(
    to right,
    rgb(167 14 14 / 0%) 0,
    rgba(0, 0, 0, 0) 100%
  );
  color: #ffffff;
}

.section-11-box-text .custome-btn:hover:before {
  background: linear-gradient(to left, #44875b, #44875b);
  width: 100%;
}

.section-11-box .row {
  position: relative;
  z-index: 1;
}

.section-11-box {
  padding: 50px 70px;
}

.section-11 .section-10-main-slider .swiper-pagination {
  position: absolute;
  top: 0;
  border-bottom: 1px solid #d5edf5;
  height: 129px;
}

.section-11
  .section-10-main-slider
  .swiper-pagination
  .swiper-pagination-bullet-active::before {
  top: 130px;
}

.section-11
  .section-10-main-slider
  .swiper-pagination
  .swiper-pagination-bullet-active::after {
  top: 137px;
}

.section-11 .section-10-slider {
  padding-top: 8rem;
}

/* .section-11 */

/* section-12-text */
.section-12-text .heading-2 {
  color: #000000;
  font-size: 47px;
}

.section-12-text .heading-2 span {
  color: #44875b;
  font-size: 22px;
}

.section-12-text p {
  color: #000000;
  font-size: 18px;
  margin: 10px 0 20px 0;
}

.section-12-text .custome-btn {
  --btn-padding-top-bottom: 0.75em;
  --btn-primary-border: 3px;
  --btn-font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    7deg,
    var(--blue-color-3) 50%,
    #6a7072 65%,
    #6a7072 80%
  );
  background-color: transparent;
  color: var(--blue-color-2);
  padding: inherit;
  padding: 20px;
  font-size: 18px;
  position: relative;
  font-weight: 600;
}

.section-12-text .custome-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgb(68 135 91), rgb(68 135 91));
  filter: brightness(0.5);
  width: 0%;
  transition: 0.3s ease-in-out;
  height: 100%;
  opacity: 1;
  z-index: -1;
  top: 0;
  left: 0;
}

.section-12-text .custome-btn:hover {
  border-image-source: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff0f0;
}

.section-12-text .custome-btn:hover:before {
  background: linear-gradient(to left, #44875b, #44875b);
  width: 100%;
}

.section-12 .box-text h3 {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  padding: 29px 0 6px 0;
  background: linear-gradient(
    100deg,
    #000000 1.4%,
    #408859 67.99%,
    var(--blue-color-3) 98.26%
  );
  background-clip: border-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 39px;
  font-weight: 600;
}

.section-12 .box-text img {
  height: 130px;
  filter: grayscale(1);
}

.section-12 .box-text p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 40px;
  color: #000000;
}

.section-12 .box-text p a {
  color: var(--blue-color) !important;
}

.section-12 .box-text p a:hover {
  text-decoration: underline !important;
}

.section-12 .box-text {
  margin-bottom: 50px;
}

.main-after {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  padding: 0 0 0 20px;
  -o-border-image: linear-gradient(var(--blue-color-3), var(--purple-color)) 10;
  border-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(var(--blue-color-3)),
      to(var(--purple-color))
    )
    10;
  border-image: linear-gradient(var(--blue-color-3), var(--purple-color)) 10;
  border-width: 2px;
  border-left: 2px solid #333;
  font-family: var(--font-family-primary);
}

/* section-12-text */

/* section-13-text */
.section-13-text {
  padding-bottom: 4rem;
}

.section-13-text .heading-2 {
  font-size: 55px;
  font-weight: 800;
  color: var(--blue-color-2);
  margin-bottom: 2rem;
  background: linear-gradient(
    100deg,
    #000000 1.4%,
    #408859 67.99%,
    var(--blue-color-3) 98.26%
  );
  background-clip: border-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section-13 {
  /* background-image: url(../images/section-13-img-1.webp); */
  background-color: transparent;
  background-size: auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin: auto;
  width: 90%;
  background-size: contain;
  height: 345px;
}

.section-13-text .custome-btn {
  border-image-source: linear-gradient(
    to left,
    #000000,
    var(--blue-color)
  ) !important;
  color: var(--blue-color);
  --btn-padding-top-bottom: 14px;
  text-transform: uppercase;
  overflow: hidden;
  border-image-slice: 1;
  position: relative;
  z-index: 3;
  padding: 18px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  z-index: 4;
}

.section-13-text .custome-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  background: linear-gradient(
    55deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 35%,
    #fff 45%,
    rgba(255, 255, 255, 0) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transform: translateX(-80%);
  transform: translateX(-80%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-13-text .custome-btn::after {
  content: "";
  display: block;
  inset: -10px;
  margin-left: 20%;
  background: linear-gradient(
    89deg,
    rgba(20, 236, 178, 0) 0,
    #14ecb2 25%,
    #3e85ee 73.95%,
    #8e49f4 98.26%
  );
  position: absolute;
  opacity: 0 !important;
  z-index: -2;
}

.section-13-text .custome-btn:hover:after {
  opacity: 0.2 !important;
}

.section-13-text .custome-btn:hover::before {
  transform: translateX(80%);
}

.section-13-text .custome-btn:hover {
  background: radial-gradient(
    83.83% 83.83% at 24.85% 6.89%,
    #000000 0,
    var(--purple-color) 16.15%,
    #231f27 z60 0.42%,
    var(--blue-color-3) 100%
  );
  background-clip: text;
  color: #6a7072 !important;
}

/* section-13-text */

/* section-14 */
.section-14 {
  /* background: linear-gradient(180deg, #00f15354 0, #fff 100%); */
  background-size: 100% 50vh;
  background-repeat: no-repeat;
}

.section-14 .main-flex {
  display: flex;
  justify-content: space-between;
}

.section-14 .main-style h3 {
  margin-bottom: 18px;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #ffffff;
}

.section-14 .main-style {
  width: 48%;
}

.section-14 .main-style p {
  margin-bottom: 1.8em;
  font-family: Roboto;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.c-heading .heading-2 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 4rem;
}

.c-heading .heading-2 span {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.content-single p {
  margin-bottom: 1.8em;
  margin-bottom: 1.8em;
  font-family: Roboto;
  color: #000000 !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.cta-custom-box {
  border-top: 1px solid #babfce;
  border-bottom: 1px solid #babfce;
  padding: clamp(35px, 6.1vmin, 60px) 0;
  margin: clamp(35px, 7vmin, 70px) 0;
  position: relative;
}

.cta-custom-box h3.wp-block-heading {
  font-weight: 700;
  font-size: 35px;
}

.cta-custom-box .custome-btn {
  --btn-padding-top-bottom: 11px;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 2px;
  color: #ffffff;
  border: none;
  background-color: transparent;
  background: linear-gradient(
    65.34deg,
    var(--blue-color-3) 0,
    #5f6568 54%,
    var(--blue-color-3) 100%
  );
  background-size: 300% auto;
  background-position: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--btn-padding-top-bottom, 10px)
    var(--btn-padding-left-right, 20px);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  border-radius: 3px;
}

.cta-custom-box .custome-btn i {
  margin-left: 10px;
}

.cta-custom-box .custome-btn:hover {
  background-position: 0;
}

.ez-toc-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 22px;
}

.ez-toc-title-container .heading-3 {
  font-size: 25px;
  color: #44845b;
  font-weight: 700;
  margin: 0;
}

.box-14-section {
  background-color: var(--toc-bg);
  margin-bottom: 3em;
  -webkit-box-shadow: 0 15px 30px rgba(27, 44, 92, 0.1);
  box-shadow: 0 15px 30px rgba(27, 44, 92, 0.1);
  border-radius: 5px;
  border: none !important;
  width: 100%;
  transition: all var(--base-transition);
  overflow: hidden;
}

.box-14-section ul.main-ul {
  padding: 0 1em 1em !important;
}

.box-14-section ul.main-ul li {
  border-top: 1px solid rgba(33, 33, 33, 0.1);
  display: block;
  padding: 10px 0 10px 6px;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  z-index: 0;
}

.box-14-section ul.main-ul li a {
  color: #44845b;
  font-size: 16px;
}

.box-14-section ul.main-ul li a::before {
  content: " ";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    93.63deg,
    rgb(68 132 91 / 31%) 1.61%,
    rgb(189 200 197) 98.62%
  );
  width: 0;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.box-14-section ul.main-ul li a:hover::before {
  width: 100%;
}

.box-14-section ul.main-ul li i {
  margin-right: 12px;
}

.content-single h2.wp-block-heading {
  font-size: 36px;
  font-weight: 700;
  color: #448665;
  margin-block: 1.2em 1em;
}

.content-single h3.wp-block-heading {
  font-size: 55px;
  font-weight: 800;
  color: #448665;
  margin-block: 1.2em 1em;
}

.content-single p {
  font-size: 22px;
  color: #243462;
  margin-block: 1.2em 1em;
}

.content-single ul.wp-block-list {
  padding-left: 25px !important;
  margin-bottom: 2rem !important;
}

.content-single ul.wp-block-list li {
  position: relative;
  font-size: 19px;
  padding-bottom: 5px !important;
  color: #000000;
}

.content-single ul.wp-block-list li a {
  color: #448665;
  font-weight: 600;
  z-index: 2;
  border-bottom: 4px solid #5f6568;
}

.content-single ul.wp-block-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #448665;
}

.content-single p a {
  color: #44875b;
  font-weight: 600;
  z-index: 2;
  border-bottom: 4px solid #5f6568;
}

.content-single figure video {
  width: 100%;
  margin: 30px 0 0 0 !important;
}

/* section-14 */
.section-15 {
  position: relative;
  overflow: hidden;
  /* background: var(--dark-blue-color); */
}

.spinner-inn {
  animation: rotation 16s infinite linear;
  position: absolute;
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.spinner-inn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: scale(2.5) translate3d(0, 0, 0);
  filter: grayscale(1);
}

.section-15-accordion {
  position: relative;
  z-index: 1;
}

.section-15-accordion ul li {
  color: black;
}

.section-15-accordion .heading-2 {
  padding-bottom: 3rem;
}

.section-15 .accordion-item {
  background-color: transparent !important;
  border: none;
}

.section-15 .accordion-item h2 button {
  background-color: transparent !important;
  font-size: 24px;
  color: var(--white-color);
  font-weight: 600;
  border-bottom: none;
  margin-bottom: 1rem;
}

.section-15 .accordion-item h2 button span {
  color: var(--para-color);
  margin-right: 20px;
  font-weight: 600;
}

.section-15-accordion .accordion-body {
  background-color: transparent;
}

.section-15-accordion .accordion-body p {
  color: var(--white-color);
  padding: 0 0 0 0px;
  font-size: 18px;
}

.section-15-accordion .accordion-button:focus {
  z-index: 3;
  border-color: inherit !important;
  outline: 0;
  box-shadow: inherit !important;
}

.section-15-accordion .accordion-button::after {
  filter: brightness(0);
  background-size: 33px;
  width: 35px;
  height: 35px;
}

/* section-15 */

/* section-16 */
.section-16-text form {
  position: relative !important;
  z-index: 0;
}

.section-16-text form::before {
  position: absolute;
  content: "";
  width: 24px !important;
  height: 24px !important;
  z-index: 19 !important;
  background-color: var(--blue-color);
  top: 4px;
  left: 4px;
  size: 100% 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.section-16-text form input {
  padding: 10px 15px 10px 25px;
  height: 70px;
  border: none;
  border-radius: 0;
  color: var(--white-color) !important;
  background: transparent;
  font-size: 18px;
}

.section-16-text form .form-control:focus {
  background: transparent;
}

.section-16-text form button {
  border-radius: 0;
  background-color: var(--blue-color);
  display: flex;
  padding: 0;
  border: 0;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.section-16-text form button:hover {
  color: var(--dark-blue-color);
}

.section-16-text form button span {
  padding: 20px;
}

.section-16-text form button span.arrow {
  background-color: #1e332569;
  color: var(--white-color) !important;
  height: 70px;
  display: flex;
  align-items: center;
}

.section-16-text form {
  border: 1px solid #44875b;
  padding: 6px 7px;
  width: 100%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.section-16 {
  background: #f7f9fd;
  position: relative;
  overflow: hidden;
}

.section-16::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  -webkit-box-shadow: 0 0 400px 100px rgb(68 135 91);
  box-shadow: 0 0 400px 100px rgb(68 135 91);
  background-color: rgb(68 135 91);
  right: 26.4%;
  top: 24.6vw;
  opacity: 1;
}

.section-16-text p {
  font-size: 33px;
  padding: 10px 0;
}

.section-16-text p span {
  font-style: italic;
  color: #44875b;
}

/* section-16 */
/* .section-17 */
.images-tab img {
  width: auto;
  height: 90px;
  margin-top: 60px;
  filter: brightness(0);
}

.section-17 {
  /* background-color: var(--dark-blue-color); */
}

.section-17-text {
  position: relative;
}

.section-17-text h2 {
  text-align: center;
  color: var(--white-color);
  line-height: 56px;
  margin-bottom: 100px;
}

.section-17-text h2 span {
  font-size: 20px;
  text-transform: uppercase;
}

.section-17-text-tabs .tab-btn button {
  width: 100%;
  padding: 10px 0px;
}

.section-17-text-tabs .tab-btn {
  display: flex;
  justify-content: center;
}

.section-17-text-tabs .tab-btn li {
  display: flex;
  justify-content: center;
  width: 33%;
  position: relative;
  z-index: 0;
}

.section-17-text-tabs .tab-btn li button {
  color: #44875b;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 0;
}

.section-17-text-tabs .tab-btn li button.active {
  background-color: transparent;
  /* border-bottom: 3px solid #000201; */
  /* color: #ffffff; */
  background: #44875b;
}

.section-17-text-tabs .tab-btn li::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #4d8759;
  width: 100%;
  height: 1px;
  z-index: -1;
}

.images-tab ul li {
  font-size: 18px;
  color: var(--white-color);
  padding-top: 15px;
  list-style: disc !important;
}

.images-tab figure {
  text-align: center;
}

.images-tab ul {
  margin-top: 2rem !important;
}

.section-11-box-text.section-17-text-anker {
  margin-top: 4rem;
}

.section-11-box-text.section-17-text-anker .custome-btn {
  color: var(--white-color) !important;
}

.section-11-box-text.section-17-text-anker .custome-btn {
  --btn-padding-top-bottom: 0.75em;
  --btn-primary-border: 3px;
  --btn-font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    7deg,
    var(--blue-color-3) 50%,
    #408859 65%,
    #408859 80%
  );
  background-color: transparent;
  color: var(--blue-color-2);
  padding: inherit;
  padding: 20px;
  font-size: 18px;
  position: relative;
  font-weight: 600;
}

.section-11-box-text.section-17-text-anker .custome-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #408859, rgb(64 136 89));
  width: 0%;
  transition: 0.3s ease-in-out;
  height: 100%;
  opacity: 1;
  z-index: -1;
  top: 0;
  left: 0;
}

.section-11-box-text.section-17-text-anker .custome-btn:hover {
  border-image-source: linear-gradient(
    to right,
    #f2f2f2 0,
    rgb(189 174 174) 100%
  );
  color: #ffffff !important;
}

.section-11-box-text.section-17-text-anker .custome-btn:hover:before {
  background: linear-gradient(to left, #408859, #408859);
  width: 100%;
}

.section-16-text.main-changes .para-1 {
  font-size: 20px;
  line-height: 29px;
  margin: 0;
}

.section-16-text.main-changes .heading-2 {
  font-size: 55px;
}

.section-16-text.main-changes form {
  position: relative;
  left: 20px;
}

.section-1-text.section-10-slider-btn {
  margin: 70px 0 100px 0;
  text-align: center;
}

/* .section-17 */

.section-8-industries-box img {
  filter: grayscale(1);
}

.section-3 .slider-1 img {
  filter: brightness(0) !important;
}

.section-14.main-back {
  background-image: url(../images/section-14-banner.webp);
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.section-14.main-back::before {
  position: absolute;
  content: "";
  background-color: #000000e6;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-back-img {
  padding: 4rem 0;
}

html {
  overflow-x: hidden;
}

.section-12-text {
  position: sticky;
  top: 110px;
}

/* animations  */

.bgc-black-with-lighting {
  /* background: #1e1e22; */
}

.bgc-black-with-lighting:after,
.bgc-black-with-lighting:before {
  position: absolute;
  width: 450px;
  height: 450px;
  z-index: 0;
  content: "";
  border-radius: 50%;
  background: #4d8759;
  -webkit-animation: zoomInOut 5s infinite;
  animation: zoomInOut 5s infinite;
}

.bgc-black-with-lighting:after {
  right: -8%;
  top: -15%;
  -webkit-filter: blur(110px);
  filter: blur(110px);
}

.bgc-black-with-lighting:before {
  left: -10%;
  top: 20%;
  -webkit-filter: blur(350px);
  filter: blur(350px);
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  background: #00ff35;
}

@-webkit-keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.slider-shapes .shape {
  z-index: 0;
  position: absolute;
}

.slider-shapes .circle {
  top: 20%;
  left: 5%;
  -webkit-animation: shapeAnimationThree 40s infinite;
  animation: shapeAnimationThree 40s infinite;
  filter: brightness(0);
  z-index: -1;
}

.slider-shapes .dots {
  max-width: 10%;
  -webkit-animation: rotated_circle 30s infinite;
  animation: rotated_circle 30s infinite;
}

.slider-shapes .dots.one {
  top: -10px;
  right: -30px;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  z-index: 1;
}

.slider-shapes .dots.two {
  left: 42%;
  bottom: 120px;
  filter: brightness(0);
}

.slider-shapes .wave-line {
  max-width: 30%;
  left: 0;
  bottom: 0;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
  filter: brightness(0) invert(0);
  z-index: -1;
}

.section-2-form:before {
  background: linear-gradient(180deg, #ffffff, transparent);
  content: "";
  height: 100%;
  margin: auto;
  top: 15px;
  bottom: unset;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 95%;
  z-index: -1;
}

.contact-shapes .shape {
  z-index: -1;
  position: absolute;
}

.contact-shapes .circle {
  top: 10%;
  right: 10%;
  max-width: 10%;
  -webkit-animation: rotated_circle 40s infinite;
  animation: rotated_circle 40s infinite;
  /* filter: brightness(0) invert(0); */
}

.contact-shapes .dots {
  left: 15%;
  bottom: 5%;
  max-width: 10%;
  -webkit-animation: down-up-two 30s infinite;
  animation: down-up-two 30s infinite;
  /* filter: brightness(0) invert(0); */
}

.contact-shapes .wave-line {
  max-width: 30%;
  right: 0;
  bottom: 0;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
  filter: opacity(0.5);
  z-index: -1;
}

.section-9.bgc-black-with-lighting {
  position: relative;
  z-index: 0;
  background: black;
  overflow: hidden;
}

section.section-10.section-11 {
  background: #f7f9fd;
}

.section-10-main-slider .swiper-pagination span {
  /* filter: brightness(0) invert(0); */
}

.section-2-form form .form-control::placeholder {
  color: #495057;
}

.section-2-form .heading-4 span {
  color: #548757;
}

span.custom-bg {
  position: absolute;
  top: -55px;
  right: -55px;
  z-index: 999;
  width: 100%;
  text-align: end;
}

span.custom-bg img {
  max-width: 170px;
}

.wave {
  animation-name: wave-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
  transition-timing-function: ease-out;
}

@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(14deg);
  }

  20% {
    transform: rotate(-8deg);
  }

  30% {
    transform: rotate(14deg);
  }

  40% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* animations  */

/* digital-marketing pg css start  */

.imgChange {
  /* display: flex; */
  align-items: start;
  /* border-bottom: 4px solid rgb(68 135 91); */
  margin-top: 60px;
  overflow: hidden;
}

.strategy {
  height: 500px;
  position: relative;
  z-index: 0;
  /* width: 25%; */
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
  /* border-right: 0.5px solid white; */
  box-shadow: rgb(68 135 91);
  transition: all ease .7s;
}

.topbot a {
  display: flex;
  align-items: center;
  justify-content: start;
}
.topbot {
  /* position: absolute; */
  z-index: 0;
  height: 0;
  margin-bottom: -20px;
}

.topbot a svg {
  width: 10px;
  height: 10px;
}

.glance .container-fluid {
  padding: 0 20px;
}

.Ostrategy {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 30px;
}

.Ostrategy h3 {
  font-size: 2rem;
  display: flex;
  margin: 0 !important;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  text-align: start;
}
.Ostrategy span {
  font-size: 30px;
  font-weight: 800;
  color: white;
}
.Ostrategy h3 span {
  font-weight: 700;
  line-height: 1.2;
  color: white;
  font-size: 25px;
}
.topbot p {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}
.imgChange .nav-link:hover .topbot {
  height: 200px;
}
.mySwiperVideo {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  height: 460px;
  top: 0;
}

section.video-sec {
  position: relative;
  z-index: 0;
  height: 460px;
  display: flex;
  align-items: center;
}
.pzup span {
  color: white;
}

.pzup h2 {
  color: white;
  margin-bottom: 70px;
  font-size: 40px;
}

.pzup h3 {
  color: white;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
}

.custome-btn {
  --btn-padding-top-bottom: 0.75em;
  --btn-primary-border: 3px;
  --btn-font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    7deg,
    var(--blue-color-3) 50%,
    #6a7072 65%,
    #6a7072 80%
  );
  background-color: transparent;
  color: var(--blue-color-2);
  padding: inherit;
  padding: 20px;
  font-size: 18px;
  position: relative;
  font-weight: 600;
}

.stay-ahead h3 {
  color: black;
  font-size: 40px;
  font-weight: 700;
}

.stay-ahead h5 {
  font-size: 30px;
}

.stay-ahead h5 span {
  color: #4d8759;
  font-weight: 800;
  font-style: italic;
}

.stay-ahead .form-group {
  display: flex;
  align-items: center;
  border: 1px solid black;
  padding: 0;
  margin-top: 30px;
}

.stay-ahead .form-group .form-control {
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 500;
}

.stay-ahead .form-group button {
  margin: 2px 2px;
}

.main-carousel {
  margin-top: 70px;
}

.services-grow .section-3-text p {
  margin-top: 22px;
  font-size: 26px;
  color: black;
  font-weight: 500;
}
.main-carousel .mySwiperimg {
  margin-bottom: 30px;
  border-bottom: 1px solid #4d8759;
}

.main-carousel .mySwiperimg .swiper-wrapper {
  text-align: center;
  height: 35px;
}
.main-carousel .mySwiperimg .swiper-wrapper h6 {
  font-size: 20px;
  color: #4d8759d6;
  cursor: pointer;
}

.main-carousel .mySwiperimg .swiper-wrapper .swiper-slide-thumb-active {
  border-bottom: 2px solid #4d8759;
}

.main-carousel .mySwiperimg .swiper-wrapper .swiper-slide-thumb-active h6 {
  color: #4d8759;
  text-shadow: 1px 1px 3px #4d8759;
}

.main-carousel .mySwiperimg .swiper-wrapper .swiper-slide h6:hover {
  text-shadow: 1px 1px 3px #4d8759;
}

.main-carousel .mySwipersd {
  margin-bottom: 30px;
  border-bottom: 1px solid #4d8759;
}

.main-carousel .mySwipersd .swiper-wrapper {
  text-align: center;
  height: 35px;
}
.main-carousel .mySwipersd .swiper-wrapper h6 {
  font-size: 20px;
  color: #4d8759d6;
  cursor: pointer;
}

.main-carousel .mySwipersd .swiper-wrapper .swiper-slide-thumb-active {
  border-bottom: 2px solid #4d8759;
}

.main-carousel .mySwipersd .swiper-wrapper .swiper-slide-thumb-active h6 {
  color: #4d8759;
  text-shadow: 1px 1px 3px #4d8759;
}

.main-carousel .mySwipersd .swiper-wrapper .swiper-slide h6:hover {
  text-shadow: 1px 1px 3px #4d8759;
}
.search-img img {
  width: 70%;
}

.search-google {
  padding: 50px;
}

.search-google h2 {
  color: #4d8759;
  font-size: 30px;
}

.search-google p {
  color: black;
  margin-top: 25px;
  font-size: 20px;
}

.mainslides {
  background-image: url(../../images/Digital-marketing-agency-email-marketing-automation.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.mainslides:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.slidestwo {
  background-image: url(../../images/Digital-marketing-agency-automation-CRM-systems.jpg);
}
.slidesthree {
  background-image: url(../../images/Digital-marketing-agency-automation-social-media-management.jpg);
}

.mainslides .search-google {
  padding: 0 200px;
}

.mainslides .search-google h2 {
  color: white;
  font-size: 40px;
}

.mainslides .search-google p {
  color: white;
  font-size: 20px;
}

.main-carousel .mySwiperth {
  margin-bottom: 30px;
  border-bottom: 1px solid white;
}

.main-carousel .mySwiperth .swiper-wrapper {
  text-align: center;
  height: 35px;
}
.main-carousel .mySwiperth .swiper-wrapper h6 {
  font-size: 20px;
  color: white;
  cursor: pointer;
}

.main-carousel .mySwiperth .swiper-wrapper .swiper-slide-thumb-active {
  border-bottom: 2px solid white;
}

.main-carousel .mySwiperth .swiper-wrapper .swiper-slide-thumb-active h6 {
  color: white;
  text-shadow: 1px 1px 3px white;
}

.main-carousel .mySwiperth .swiper-wrapper .swiper-slide h6:hover {
  text-shadow: 1px 1px 3px white;
}

.uptotp {
  /* position: absolute; */
  /* z-index: 0; */
  margin: auto;
  margin-top: -70px;
  width: 85%;
}
.awardsec {
  background-color: black;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.awardsec::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    rgb(68 135 91) 0,
    rgb(68 135 91 / 0%) 70%
  );
  top: -10vw;
  width: 100vw;
  left: 0;
  right: 0;
  height: 86vw;
  opacity: 0.4;
  z-index: -1;
}

.awardsec .section-3-text p {
  color: white;
}

.awardsec .section-3-text h2 {
  color: white;
}

.awardogo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.awardogo ul li {
  text-align: center;
  width: 22%;
  margin-bottom: 60px;
}

.awardogo ul li img {
  width: 200px;
  height: 110px;
}

.awardogo {
  margin-top: 80px;
}

.main-carousel .mySwiperfr {
  margin-bottom: 30px;
  border-bottom: 1px solid white;
}

.main-carousel .mySwiperfr .swiper-wrapper {
  text-align: center;
  height: 35px;
}
.main-carousel .mySwiperfr .swiper-wrapper h6 {
  font-size: 20px;
  color: white;
  cursor: pointer;
}

.main-carousel .mySwiperfr .swiper-wrapper .swiper-slide-thumb-active {
  border-bottom: 2px solid white;
}

.main-carousel .mySwiperfr .swiper-wrapper .swiper-slide-thumb-active h6 {
  color: white;
  text-shadow: 1px 1px 3px white;
}

.main-carousel .mySwiperfr .swiper-wrapper .swiper-slide h6:hover {
  text-shadow: 1px 1px 3px white;
}

.lilnksaward li {
  list-style: disc !important;
  padding: 3px 0;
  color: white;
}

.lilnksaward {
  margin-top: 20px !important;
  padding-left: 1rem !important;
}

.lilnksaward li a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.explore-heading h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 800;
  color: black;
}

.digital-exp {
  margin: auto;
  width: 70%;
}

.digital-exp .lilnksaward h5 {
  color: black;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.digital-exp .lilnksaward li a {
  color: black;
  font-weight: 700;
  font-size: 16px;
}

.digital-exp .lilnksaward li {
  padding: 0;
}

.digital-exp .lilnksaward {
  border-left: 1px solid black;
  padding-left: 1rem !important;
}

.brand-online .pzup h2 {
  color: black;
  font-size: 50px;
  margin-bottom: 40px;
}

.marketing_studies {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 120px;
  width: 70%;
  margin-left: auto;
  top: 130px;
}

.agencyCase div#nav-tab {
  flex-direction: column;
  align-items: start;
  /* width: 50%; */
  margin-left: auto;
}

.agencyCase div#nav-tab .nav-link {
  background: transparent;
  border: none;
  border-bottom: 2px solid white !important;
  padding: 20px 20px;
  text-align: start;
  width: 100%;
}
.tabschng {
  display: flex;
  align-items: center;
}

.tabscontent .tab-content {
  margin: 0 !important;
  padding: 0 !important;
}

.hpcontent {
  padding: 50px;
  width: 100%;
}

.crafted {
  display: flex;
  justify-content: space-between;
}

.hp-img {
  width: 50%;
  position: relative;
  z-index: 0;
}

.hp-content {
  width: 50%;
}

.active-member {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
.hp-img:before {
  position: absolute;
  z-index: 0;
  content: "";
  right: 20px;
  top: 50px;
  bottom: 0;
  width: 70%;
  height: 2px;
  background: #4d8759;
}

.hp-content p {
  font-size: 17px;
  color: black;
  font-weight: 500;
}

.hp-content h6 span {
  color: #4d8759;
}
.fourk h3 {
  font-size: 100px;
  color: #4d8759;
  display: flex;
  gap: 10px;
  align-items: center;
}

.fourk h3 span {
  font-size: 50px;
}

.fourk p {
  color: black;
  font-size: 20px;
  width: 60%;
  font-weight: 500;
}

.read-btn {
  margin-top: 60px;
}

.tabsfimg img {
    height: 1000px;
    width: 100%;
    object-fit: cover;
}

.tabsfimg {
  width: 54%;
  position: relative;
  z-index: 0;
}
.tabscontent {
  position: relative;
  z-index: 0;
}

.agencyCase {
  position: absolute;
  z-index: 2;
  left: 300px;
  top: 300px;
  width: 15.3%;
}
.tabsfimg:before {
  position: absolute;
  z-index: 0;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4d8759ba;
  opacity: 0.5;
}

.agencyCase div#nav-tab .nav-link img {
  width: 100px;
  height: 70px;
  filter: brightness(0) invert(1);
}
.agency_case h2 {
  font-size: 50px;
  font-weight: 700;
  color: black !important;
  background: linear-gradient(90deg, #ffffff 58%, #4d8759 54%);
  color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
}

.measurable p {
  color: black;
  font-size: 20px;
  font-weight: 600;
}

.digital-marketing {
  position: relative;
  z-index: 0;
}
.hp-img img {
  width: 130px;
}
.agencyCase div#nav-tab .nav-link .nav-link.active {
  background: aquamarine;
}

.agencyCase .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active img {
  filter: brightness(2) invert(0) !important;
}
.imgChange ul#myTab {
  flex-wrap: nowrap;
  border: 0;
}
.imgChange .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
}
.glance div#myTabContent {
    position: absolute;
    z-index: 0;
    width: 98%;
    overflow: hidden;
    left: 0px;
    right: 0px;
    margin: auto;
}

.tab-pane .chgimg img {
  width: 100%;
  height: 500px;
  transform: scale(1.1)!importan;
  transition: all ease .7s;
}
.imgChange ul li {
    border-right: 1px solid white;
    opacity: 1;
}
.imgChange ul .nav-link {
    opacity: 1 !important;
    border-right: 2px solid white !important;
}
.tab-pane.active .chgimg {
    transform: scale(1.1) !important;
    transition: all ease 1s !important;
}

.tab-pane .chgimg {
    transform: scale(1.1)!importan;
    transition: all ease 1s!importan;
}

a.btn.custome-btn.white {
    color: white;
    border-image-source: linear-gradient(7deg, #ffff 50%, #ffff 65%, #ffff 80%  );
}

.nav-link.showimgtabs.active {
    padding: 0;
    border: 0;
    position: relative;
}

.nav-link.showimgtabs.active .strategy {
    justify-content: center;
    transition: all ease .7s;
}

.nav-link.showimgtabs.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000069;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.tab-pane.active .chgimg img {
    transform: scale(1.5);
    transition: all ease .7s;
    /* display: none; */
}


/* digital-marketing pg css end  */


/*menu css */
/* Main menu styling */
.main-menu .navbar-collapse li a {
  display: block;
  opacity: 1;
  font-weight: 600;
  position: relative;
  color: var(--ygency-secondary-color);
  font-family: var(--ygency-secondary-font);
  text-transform: capitalize;
  transition: all 500ms ease;
  color: white;
  z-index: 999999;
}

/* Dropdown menu styling */
.main-menu .navbar-collapse li.dropdown ul {
  display: none; /* Hide dropdown by default */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  min-width: 200px;
}

.main-menu .navbar-collapse li.dropdown:hover ul {
  display: block; /* Show dropdown on hover for desktop */
}

/* Mobile dropdown button styling */
.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  display: none; /* Hide by default */
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* Show dropdown button on mobile */
@media (max-width: 991px) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    display: block;
  }

  .main-menu .navbar-collapse li.dropdown ul {
    position: static;
    box-shadow: none;
    background-color: transparent;
  }

  .main-menu .navbar-collapse li.dropdown:hover ul {
    display: none; /* Disable hover behavior on mobile */
  }
}

/* Dropdown menu items */
.main-menu .navbar-collapse li.dropdown ul li {
  list-style: none;
  margin: 5px 0;
}

.main-menu .navbar-collapse li.dropdown ul li a {
  color: #333;
  padding: 8px 16px;
  display: block;
  transition: all 0.3s ease;
}

.main-menu .navbar-collapse li.dropdown ul li a:hover {
  background-color: #f8f9fa;
  color: #000;
}
/*menu css */