@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --button-color: #fd3351;
  --white: #fff;
  --green: #fd3351;
  --bg-color: #051216;
  --bg-color2: #fd3252;
  --black: #000;
  --fontsize72: 4.5rem;
  --fontsize59: 3.688rem;
  --fontsize23: 1.438rem;
  --fonsize64: 4rem;
  --fonsize18: 1.125rem;
  --fontsize28: 1.75rem;
  --fontsize20: 1.25rem;
  --fontsize32: 2rem;
  --background-gradient: linear-gradient(90deg, rgba(250, 105, 58, 1) 0%, rgba(240, 72, 108, 1) 36%, rgba(253, 51, 81, 1) 83%);
}

body {
  overflow-x: hidden;
  font-family: "Hind", sans-serif;
}

:is(h1, h2, h3, h4, h5, h6, ) {
  font-family: "Poppins", sans-serif;
}

.mmbody {
  margin-left: 65px;
  position: relative;
}

@media (min-width: 1200px) {
  :is(.main_header, .bannermain, .innerbanner) .container-fluid {
    padding: 0 4rem;
  }
}

section {
  padding: 5rem 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:hover,
button:focus {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

p {
  padding: 0;
  font-family: "Hind", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  display: block;
}

a {
  transition: all 0.3s ease-out;
}

.themecol {
  color: var(--button-color);
}

img {
  max-width: 100%;
}

.heading {
  font-size: 4.2vw;
}

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

.menu::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.defult-btn {
  --c: #ffbe45;
  font-family: "Poppins", sans-serif;
  background-color: var(--button-color);
  height: 64px;
  border-radius: 34px;
  display: inline-flex;
  font-size: 1.3rem;
  align-items: center;
  line-height: 0;
  justify-content: center;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 3.3rem;
  transition: 0.5s;
  text-align: center;
  color: var(--white);
}

.defult-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
  transition-duration: 0.4s;
}

.defult-btn:hover {
  color: #080e1e;
  color: var(--white) !important;
  background: transparent;
}

.defult-btn:hover i {
  color: var(--white) !important;
}

.defult-btn:hover i {
  transition-duration: 0.4s;
}

.defult-btn:hover span {
  transform: translateY(0) scale(2);
}

.defult-btn span:nth-child(1) {
  --n: 1;
}

.defult-btn span:nth-child(2) {
  --n: 2;
}

.defult-btn span:nth-child(3) {
  --n: 3;
}

.defult-btn span:nth-child(4) {
  --n: 4;
}

.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65px;
  height: 100%;
  padding: 56px 0 48px;
  background-color: var(--black);
  border-right: 1px solid #dcdcdc;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
}

.sidenav:hover {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--white);
}

.dlcg {
  position: relative;
  padding: 0;
  margin: 0;
  pointer-events: all;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: transform 0.33s cubic-bezier(0.41, 0, 0.43, 1);
}

.dlcg div {
  position: relative;
  -webkit-animation: hy2s 0.33s cubic-bezier(0.41, 0, 0.43, 1);
  animation: hy2s 0.33s cubic-bezier(0.41, 0, 0.43, 1);
}

.socialfix {
  padding: 0;
  margin: auto 0;
}

.socialfix li {
  padding: 5px 10px;
  background: var(--button-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: all 0.3s ease-out;
}

.socialfix li a {
  display: block;
}

.socialfix li i {
  font-size: 14px;
  color: var(--white);
}

.socialfix li:hover {
  background: var(--white);
  color: var(--button-color);
}

.socialfix li:hover i {
  color: var(--button-color);
}

.navparent {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  padding: 0 40px;
}

.services-nav ul {
  columns: 2;
}

.services-nav ul li {
  padding: 0px 10px;
}

.services-nav ul li a {
  color: var(--white);
  font-size: 4vw;
  font-weight: 700;
  position: relative;
}

.services-nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0;
  height: 10px;
  background: var(--button-color);
  transition: all 0.3s ease-out;
  z-index: -1;
}

.services-nav ul li:hover a:before {
  width: 100%;
}

.navparent .big-text {
  font-size: 2vw;
}

@media (min-width: 300px) {
  .dlcg {
    top: 0px;
    width: 20px;
    height: 20px;
  }

  .dlcg div {
    width: 20px;
    height: 20px;
  }
}

.dlcg span {
  position: absolute;
  display: block;
  width: 20%;
  height: 20%;
  padding: 0;
  margin: 0;
  background-color: var(--white);
  transition: background-color 0.25s ease;
}

.dlcg span:first-child {
  -webkit-animation: xc3q 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    c3q2 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: xc3q 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    c3q2 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.dlcg span:nth-child(-n + 3) {
  top: 0;
}

.dlcg span:nth-child(3n + 2) {
  left: 40%;
}

.dlcg span:nth-child(3n + 3) {
  left: 80%;
}

.dlcg span:nth-child(4),
.dlcg span:nth-child(5),
.dlcg span:nth-child(6) {
  top: 40%;
}

.dlcg span:nth-child(3n + 1) {
  left: 0;
}

.dlcg span:nth-child(n + 7) {
  top: 80%;
}

.dlcg span:nth-child(2) {
  -webkit-animation: juza 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: juza 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}

.dlcg span:nth-child(3) {
  background-color: var(--button-color);
  -webkit-animation: cmqx 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    cmqy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: cmqx 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    cmqy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.dlcg span:nth-child(4) {
  -webkit-animation: r0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: r0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}

.dlcg span:nth-child(6) {
  -webkit-animation: z0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: z0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}

.dlcg span:nth-child(7) {
  -webkit-animation: _3dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggx 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: _3dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggx 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.dlcg span:nth-child(8) {
  -webkit-animation: h0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: h0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}

.dlcg span:nth-child(9) {
  -webkit-animation: _5dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: _5dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .dlcg {
  transform: rotate(180deg);
}

._5lza .dlcg div {
  -webkit-animation: ywxl 0.33s cubic-bezier(0.41, 0, 0.43, 1) forwards;
  animation: ywxl 0.33s cubic-bezier(0.41, 0, 0.43, 1) forwards;
}

._5lza .dlcg span {
  background-color: var(--white);
  transition: background-color 0.17s 0.17s;
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
}

._5lza .dlcg span:first-child {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .dlcg span:nth-child(3) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .dlcg span:nth-child(7) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .dlcg span:nth-child(9) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .zw51 {
  overscroll-behavior-y: contain;
  pointer-events: all;
  visibility: visible;
  opacity: 100%;
  transform: translate(0);
}

.jlza .dlcg span {
  background-color: var(--white);
  transition: background-color 0.17s 0.17s;
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
}

.jlza .dlcg span:first-child {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.jlza .dlcg span:nth-child(3) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.jlza .dlcg span:nth-child(7) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.jlza .dlcg span:nth-child(9) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.blbg {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--white);
}

.menu {
  transform: translate3d(-100%, 0px, 0px);
  opacity: 0;
  display: block !important;
}

.menu.open {
  opacity: 1;
  transform: translate3d(0%, 0px, 0px) !important;
  transition: all 0.5s ease-out;
}

.menu.open .menu-links-container {
  padding-top: 5vw;
  height: 100%;
}

@-webkit-keyframes iyng {
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes iyng {
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes mxn0 {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 0;
    left: 0;
  }
}

@keyframes mxn0 {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes xc3q {
  0% {
    top: 0;
    left: 0;
  }

  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes xc3q {
  0% {
    top: 0;
    left: 0;
  }

  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes c3q2 {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 0;
    left: 0;
  }
}

@keyframes c3q2 {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes juza {

  0%,
  50% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 0;
    left: 40%;
  }
}

@keyframes juza {

  0%,
  50% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 0;
    left: 40%;
  }
}

@-webkit-keyframes m3jk {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 0;
    left: 80%;
  }
}

@keyframes m3jk {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 0;
    left: 80%;
  }
}

@-webkit-keyframes cmqx {
  0% {
    top: 0;
    left: 80%;
  }

  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes cmqx {
  0% {
    top: 0;
    left: 80%;
  }

  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes cmqy {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 0;
    left: 80%;
  }
}

@keyframes cmqy {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 0;
    left: 80%;
  }
}

@-webkit-keyframes r0aa {

  0%,
  50% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 40%;
    left: 0;
  }
}

@keyframes r0aa {

  0%,
  50% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 40%;
    left: 0;
  }
}

@-webkit-keyframes z0aa {

  0%,
  50% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 40%;
    left: 80%;
  }
}

@keyframes z0aa {

  0%,
  50% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 40%;
    left: 80%;
  }
}

@-webkit-keyframes n3ro {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 80%;
    left: 0;
  }
}

@keyframes n3ro {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 80%;
    left: 0;
  }
}

@-webkit-keyframes _3dgg {
  0% {
    top: 80%;
    left: 0;
  }

  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes _3dgg {
  0% {
    top: 80%;
    left: 0;
  }

  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes dggx {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 80%;
    left: 0;
  }
}

@keyframes dggx {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 80%;
    left: 0;
  }
}

@-webkit-keyframes h0aa {

  0%,
  50% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 80%;
    left: 40%;
  }
}

@keyframes h0aa {

  0%,
  50% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 80%;
    left: 40%;
  }
}

@-webkit-keyframes oxro {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 80%;
    left: 80%;
  }
}

@keyframes oxro {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 80%;
    left: 80%;
  }
}

@-webkit-keyframes _5dgg {
  0% {
    top: 80%;
    left: 80%;
  }

  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes _5dgg {
  0% {
    top: 80%;
    left: 80%;
  }

  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes dggy {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 80%;
    left: 80%;
  }
}

@keyframes dggy {
  0% {
    top: 40%;
    left: 40%;
  }

  to {
    top: 80%;
    left: 80%;
  }
}

@-webkit-keyframes ywxl {
  24.24% {
    transform: scale(0.7);
  }

  to {
    transform: scale(1);
  }
}

@keyframes ywxl {
  24.24% {
    transform: scale(0.7);
  }

  to {
    transform: scale(1);
  }
}

@-webkit-keyframes hy2s {
  24.24% {
    transform: scale(0.7);
  }

  to {
    transform: scale(1);
  }
}

@keyframes hy2s {
  24.24% {
    transform: scale(0.7);
  }

  to {
    transform: scale(1);
  }
}

.section.home-about {
  margin-top: -50px;
}

.bannermain .slick-dots {
  display: flex;
  margin: 2rem 0 0 0;
  justify-content: center;
}

.bannermain .slick-dots li {
  padding: 0 5px;
  line-height: 0;
}

.bannermain .slick-dots li button {
  background: #a1a1a1;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: -9999999px;
}

.bannermain .slick-dots li.slick-active button {
  background: var(--button-color);
}

.bannermain .slides_carousel .slick-dots {
  position: absolute;
  right: 4rem;
  top: -10rem;
  display: block;
}

.bannermain .slides_carousel .slick-dots li {
  padding: 10px 0;
}

.main_header {
  padding: 18px 0 0;
}

.main_header .defult-btn.popup-open {
  padding: 0;
  height: 46px;
}

.head-rightside {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.head-rightside .chat {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--button-color);
  margin-right: 2rem;
}

.head-rightside .btnarrow {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.head-rightside .btnarrow:hover i {
  margin-top: -10px;
  margin-right: -10px;
  animation-duration: 0.3s;
  transition: all 0.3s ease;
}

.blinking-dot {
  height: 10px;
  width: 10px;
  margin-left: 10px;
  border-radius: 50%;
  animation: 1s steps(5, start) infinite blink-animation;
}

@keyframes blink-animation {

  0%,
  100% {
    background-color: #2eee00;
  }

  50% {
    background-color: #000;
  }
}

.head-rightside a i {
  transform: rotate(40deg);
  font-size: 18px;
  animation-duration: 0.3s;
  transition: all 0.3s ease;
  color: var(--white);
}

.bannermain .slick-slide {
  margin: 0;
}

.bannermain {
  position: relative;

  display: flex;
  height: 100%;
  align-items: center;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 0;
}

:is(.innerbanner, .bannermain, .contactul) {
  background: url(../images/home-page/home-banner.webp) center/cover no-repeat;
}

.sliderbann {
  margin-left: 245px;
  max-height: calc(100vh);
  overflow: hidden;
  padding-right: 6rem;
  margin-top: 1rem;
}

.sliderbann img {
  width: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}

.bannermain .slides_carousel {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  background: var(--black);
  width: 480px;
  padding: 15px 9px 5px;
}

.bannermain .slides_carousel .items img {
  width: 100%;
  border: 1px solid var(--white);
}

.bannermain .slides_carousel .slick-slide {
  margin: 0 10px;
}

.headbann {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

:is(.headbann, .inner-banenrhdg) * {
  color: var(--white);
}

:is(:is(.section-text-container, .headbann)) .defult-btn {
  color: var(--white);
  border: 0;
}

.headbann h3 {
  font-size: var(--fontsize23);
  font-weight: normal;
  margin-bottom: 15px;
}

:is(.headbann) h2 {
  font-size: var(--fonsize64);
  margin: 1rem 0 2rem;
}

:is(.inner-banenrhdg, .headbann) p {
  margin-bottom: 20px;
  font-size: 1rem;
}

.section-outlined-heading.outlined {
  color: var(--green) !important;
  font-size: 18.25rem;
}

.about-hdg {
  color: var(--button-color);
}

.heading-2.absolute {
  z-index: 2;
}

.home-about-inner-container .contleft {
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  padding-right: 4%;
  height: 100vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-about-inner-container .imgdvs {
  position: sticky;
  top: 0px;
  width: 55%;
  height: 100vh;
  display: flex;
  align-items: center;
}

.home-about-inner-container .contleft h2 {
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.home-about-inner-container .imgdvs figure {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
}

.home-about-inner-container .imgdvs figure:before {
  content: "";
  background: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 20px;
  top: 20px;
}

.main_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.main_header .defult-btn span {
  background-color: var(--bg-color);
}

.main_header .logo {
  display: none;
}

.template-index .main_header .logo {
  display: block;
  width: 190px;
}

.main_header .innerlogo {
  display: block;
  width: 250px;
}

.template-index .innerlogo {
  display: none !important;
}

.template-index .headbann {
  text-align: left;
  right: initial;
  left: initial;
  margin: 0;
}

.hading-cta {
  padding: 3rem 0;
  display: flex;
  color: var(--bg-color2);
  align-items: center;
  justify-content: center;
}

.hading-cta h1 {
  margin-bottom: 0;
  font-size: 5.688rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.allright-text {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  gap: 16px;
  animation: allright-text 10s linear infinite;
  white-space: nowrap;
  width: 100vw;
  position: relative;
  max-width: 100%;
  will-change: transform;
}

@keyframes allright-text {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-10%);
  }
}

.right-one {
  border-top: 1px solid #2a2a2a;
  padding-top: 20px;
}

.cta-sec {
  background-color: var(--bg-color);
  padding: 2rem 0;
}

.cta-sec .owl-prev span {
  filter: brightness(0) invert(1);
}

.cta-hding * {
  color: var(--white);
}

.cta-hding h3 {
  font-size: var(--fontsize72);
  font-weight: 400;
  font-family: "Hind", sans-serif;
}

.cta-hding p {
  font-size: var(--fonsize18);

  font-weight: 700;
}

.cta-hding .defult-btn {
  background-color: var(--button-color);
}

:is(.awards-hdg, .introduction, .factSec, .contcatus) h3 {
  font-weight: 600;
  font-family: "Hind", sans-serif;
  color: var(--black);
  font-size: var(--fontsize59);
}

.introduction .owl-dots button::before,
.introduction .owl-dot.active::after,
.factSlider .owl-dots button::before,
.factSlider .owl-dot.active::after {
  display: none;
}

.introduction .owl-dots,
.factSlider .owl-dots {
  display: none;
}

.awards-hdg p {
  color: #8e8e8e;
  margin-bottom: 0;
}

:is(.awards-sec, .portfolio-sec, .contcatus) .section-outlined-heading {
  font-size: 11.938rem;
  font-family: "Hind", sans-serif;
  margin-left: -10%;
  letter-spacing: -4px;
  position: absolute;
  left: 0;
  right: 0;
}

.section-outlined-heading {
  margin-left: 0 !important;
}

.awards-ul {
  padding-top: 5rem;
}

.awards-ul li {
  background-color: #f5f5f5;
  padding: 2rem 1rem;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awards-ul li img {
  margin: auto;
  width: 150px !important;
}

.icon-cnt h4 {
  font-size: var(--fontsize20);
  margin: 2rem 0 10px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
}

.awards-ul p {
  margin-bottom: 0;
}

.awards-sec .container {
  margin-top: 4rem;
}

.awards-sec .slick-slide {
  margin: 0px 10px 0px 0px;
}

.awards-sec .slick-slide:last-child {
  margin: 0;
}

.crafting-sec {
  padding-top: 3rem;
}

.cta2-sec {
  background: url(../images/cta2-bg.webp) center/cover no-repeat;
  text-align: center;
}

.cta2-sec h3 {
  font-size: var(--fontsize23);
  color: var(--white);
}

.cta2-sec h2 {
  font-size: var(--fontsize72);
  color: var(--white);
  line-height: 1.1;
}

.cta2-sec .defult-btn {
  color: var(--black);
  background-color: var(--white);
}

/* after-before-sec */
:is(.packages-sec, .after-before-sec, .testimonials-sec) .section-heading h2 {
  color: var(--button-color);
  font-size: var(--fontsize28);
  font-weight: 400;
}

:is(.packages-sec, .our-proces-sec, .after-before-sec, .webstrategy-sec, .testimonials-sec) .section-heading h3 {
  font-size: var(--fontsize59);
  font-weight: 700;
  color: var(--black);
}

:is(.packages-sec, .after-before-sec, .our-proces-sec) .section-heading p {
  font-size: var(--fontsize32);
  font-weight: 700;
  line-height: 1.2;
}

.after-before-sec .section-heading p span {
  color: var(--black);
}

.after-before-sec .owl-dots {
  position: absolute;
  top: -13rem;
  display: flex;
  border-bottom: 2px solid var(--bg-color2);
  padding-bottom: 2rem;
  z-index: 3;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

:is(.owl-prev, .owl-next) span {
  width: 26px;
  height: 38px;
  font-size: 0;
  position: absolute;
  display: block;
}

.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.owl-prev span {
  background: url(../images/leftarrowberf.webp) left/cover no-repeat;
  left: -4rem;
}

.owl-next span {
  background: url(../images/righttarrowberf.webp) left/cover no-repeat;
  right: -4rem;
}

.owl-stage-outer {
  z-index: 2;
  position: relative;
  padding: 1rem 0;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.owl-dots button {
  position: relative;
  height: 100px;
}

.owl-dots button::before {
  content: "";
  position: absolute;
  right: -4rem;
  background-color: var(--bg-color2);
  width: 1px;
  top: 0;
  margin: auto;
  bottom: 0;
}

.after-before-sec .owl-dots button:nth-child(1) {
  background: url(../images/new-church.webp) center/cover no-repeat;
  width: 152px;
}

.after-before-sec .owl-dots button:nth-child(2) {
  background: url(../images/powr.webp) center/cover no-repeat;
  width: 221px;
}

.after-before-sec .owl-dots button:nth-child(3) {
  background: url(../images/american.webp) center/cover no-repeat;
  width: 158px;
}

.after-before-sec .owl-dots button:nth-child(4) {
  background: url(../images/ventura-foods.webp) center/cover no-repeat;
  width: 190px;
}

.after-before-sec .owl-dots button:nth-child(5) {
  background: url(../images/web-design.webp) center/cover no-repeat;
  width: 206px;
}

.after-before-sec .owl-carousel .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.owl-dot.active {
  position: relative;
}

.owl-dot.active::after {
  position: absolute;
  content: "";
  width: 217px;
  height: 19px;
  bottom: -3rem;
  background: url(../images/slider-active.webp) bottom/cover no-repeat !important;
  left: 0;
}

.aft-befr-wraper {
  padding-top: 15rem;
}

.aft-befr-wraper .owl-stage-outer::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background: url(../images/aftbfr.webp) center/cover no-repeat;
  width: 243px;
  height: 60px;
  margin-top: -2.5rem;
}

.owl-dots button:last-child::before {
  display: none;
}

.after-before-sec .container {
  max-width: 1390px;
}

.our-proces-sec {
  background-color: #f5f5f5;
  text-align: center;
  height: 445px;
  padding-bottom: 0;
}

.our-proces-sec h3 {
  color: #0c2222;
}

.our-proces-sec p {
  font-weight: 500 !important;
  margin-bottom: 0;
}

.our-proces-sec h5 {
  font-weight: 600;
  color: #6a6a6a;
  font-size: var(--fontsize32);
  font-family: "Hind", sans-serif;
}

.icon-ctn h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: var(--fonsize18);
  color: #6e6e6e;
}

.icon-ctn picture {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
}

.our-procesul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  border: 0;
}

.icon-ctn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.our-procesul li a:hover picture,
.our-procesul .active picture {
  background-color: var(--button-color);
}

/*.our-procesul li a:hover img,
.our-procesul .active img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(49%) saturate(645%)
    hue-rotate(132deg) brightness(97%) contrast(98%);
}*/
.our-procesul li a:hover .icon-ctn h6,
.our-procesul .active .icon-ctn h6 {
  color: #083132;
}

.webstrategy-sec {
  padding-top: 0;
  margin-top: -10.6rem;
}

.webstrategy-sec .tab-content {
  margin-top: 5rem;
}

.tab-box {
  display: none;
}

:is(.webstrategy-sec :is(p, b)) {
  color: #8e8e8e;
}

.strategylist {
  margin-top: 1.2rem;
  line-height: 2.2;
}

.strategylist li {
  display: flex;
  align-items: center;
}

.strategylist li p {
  padding-left: 15px;
  margin-bottom: 0;
  color: #0c2222;
}

.strategylist li i {
  color: #0c2222;
}

/* testimonials */
.plateformimg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.testimonials-box {
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid var(--bg-color2);
  height: 381px;
}

.testimonials-sec .container-fluid {
  padding: 0 5rem;
}

.name-details img {
  margin-right: 1rem !important;
}

.name-details {
  display: flex;
  align-items: center;
}

.testimonials-box h5 {
  font-size: var(--fontsize19);
  color: var(--black-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.testimonials-box h6 {
  font-size: 14px;
  font-weight: 600;
}

.testimonials-box h6 span {
  font-weight: 400;
  color: #b2b2b2;
}

:is(.packages-sec, .awards-sec, .testimonials-sec) .owl-nav {
  position: relative;
  left: auto;
  right: auto;
  justify-content: center;
  width: 0;
  padding-top: 2rem;
}

:is(.packages-sec, .awards-sec, .testimonials-sec) .owl-prev span {
  left: -20px;
}

.testimonials-sec {
  padding-bottom: 8rem;
}

canvas {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
}

.innerbanner {
  position: relative;
  display: flex;
  align-items: center;
  height: 70vh;
}

/* popup-form */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}

.entry-box {
  padding-top: 0;
  padding-bottom: 20px;
  max-width: 476px;
  margin: 0 auto;
  border-radius: 0;
  background-color: var(--black);
  position: relative;
  box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.7);
}

.layer-1 {
  width: 9%;
  display: block;
  height: 99%;
  background-color: var(--bg-color2);
  position: absolute;
  top: 1px;
  transform: rotate(-3deg);
  z-index: -1;
}

.layer-2 {
  display: block;
  width: 95%;
  height: 107%;
  position: absolute;
  top: 0;
  background: var(--button-color);
  z-index: -2;
  transform: translate(26px, -13px) rotate(1deg);
}

.layer-3 {
  width: 90%;
  height: 108%;
  display: block;
  position: absolute;
  top: -21px;
  background: var(--button-color);
  z-index: -3;
  transform: rotate(-3deg);
  right: 0;
}

.layer-4 {
  width: 102%;
  height: 108%;
  position: absolute;
  top: -26px;
  border: 5px solid #fff;
  transform: rotate(1deg);
  z-index: -1;
  left: -4px;
}

a#entry-box_close {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 59px;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background: var(--white);
}

a#entry-box_close svg {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.entry-box .form-text-1 h1 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  margin-bottom: 12px;
}

.entry-box .form-text-1 h1 span.red {
  color: #f78d0e;
  text-transform: uppercase;
}

.col-sm-12.entry-right {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding: 30px 15px 70px;
}

.entry-box .form-text-1 p {
  color: var(--white);
  font-size: 25px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}

.form-text-1 h3 {
  color: var(--white);
}

.entry-box .form-text-1 p strong {
  text-transform: uppercase;
}

.form-text-1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 9px;
  text-align: center;
}

.form-text-1:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #f7941d;
  border-radius: 100px;
  display: none;
}

.entry-box .form-control {
  min-height: 50px;
  border-radius: 30px;
  background-color: var(--black);
  border-color: transparent;
  color: #fff;
  font-size: 19px;
  width: 100%;
  display: block;
  padding: 15px 24px;
  border: 1px solid #fff;
}

.entry-box .form-control::placeholder {
  color: var(--white);
}

.entry-box button {
  color: var(--white);
  width: 100%;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 700;
  padding: 10px 0;
  height: 70px;
  background-image: linear-gradient(90deg, rgba(250, 105, 58, 1) 0%, rgba(240, 72, 108, 1) 36%, rgba(253, 51, 81, 1) 83%);
  border-color: #fff;
  border-radius: 900px;
  /* background-color: #FF9800; */
}

.entry-box button:hover {
  color: var(--white);
}

.form-root-counter li {
  width: auto !important;
}

.entry-box ul li i {
  color: #eb0000;
}

.form-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 565px;
  left: 50%;
  transform: translateX(-50%);
}

/* end testimonials */
.main-footer {
  background-color: var(--black);
  padding-top: 3rem;
}

.form-group.row {
  border: 0 !important;
}

.main-footer h4 {
  text-align: center;
  color: var(--white);
  font-size: var(--fontsize59);
  margin-bottom: 3rem;
}

.contct-text p {
  font-size: var(--fontsize32);
  color: var(--white);
  margin-bottom: 0;
}

.contct-text h3 {
  font-size: var(--fonsize64);
  color: var(--white);
}

/* end-css */
.form-wraper .form-control {
  background-color: transparent;
  height: 60px;
  border-radius: 0;
  margin-bottom: 1rem;
}

.form-wraper label {
  color: #fff;
}

.form-wraper .form-control::placeholder,
textarea::placeholder {
  color: #fff !important;
}

.brand-details img {
  width: 240px;
  padding: 2rem 0;
}

.brand-details p {
  color: #fff;
}

ul.social-icon {
  display: flex;
  font-size: 30px;
}

ul.social-icon li {
  padding: 0 5px;
}

.main-footer h5 {
  color: var(--white);
  font-size: 30px;
  padding-bottom: 1.5rem;
  width: 88%;
}

ul.pages-link i .pages-link,
.pages-link li,
.pages-link a {
  color: #fff;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.services-2 {
  padding-top: 6rem;
  margin-top: 8px;
}

.main-footer .container {
  max-width: 1390px;
}

.brand-details p {
  padding-right: 10rem;
}

ul.talk-details a,
.talk-details li,
.talk-details i {
  color: #fff;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

li.star-1 i {
  padding-right: 5px;
  color: #ffcf00;
}

.copyright .policys {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.policys li,
.policysa a {
  padding: 0;
}

ul.policys img {
  width: 250px;
}

.pages-link i {
  margin-right: 15px;
}

.pages-link {
  columns: 2;
}

.services-3 {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.main-footer .row {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}

.policys {
  padding: 20px 0;
}

.policys span,
.policys a {
  color: #fff;
}

.contact-form .defult-btn {
  padding: 0 50px;
}

.inner-banenrhdg h5 {
  color: var(--button-color);
  margin-bottom: 7px;
}

.inner-banenrhdg {
  margin-top: 4rem;
}

:is(.inner-banenrhdg :is(h5, h4)) {
  font-size: 1.563rem;
  font-weight: 300;
}

.inner-banenrhdg h2 {
  font-size: var(--fontsize59);
  margin-bottom: 2rem;
}

.inner-banenrhdg h4 {
  line-height: 1.8;
  margin-bottom: 2rem;
}

.inner-banenrhdg .defult-btn {
  color: var(--white);
  height: 70px;
}

:is(.banenrimg,
  .webbanenrimg,
  .moblebanenrimg,
  .videobanenrimg,
  .brandingbanenrimg, .smmpageimg, .ecombanenrimg) {
  position: absolute;
}

.ecombanenrimg {
  right: 4rem;
  bottom: 1rem;
}

.banenrimg {
  width: 26%;
  right: 20rem;
  bottom: 0;
}

.service-sec {
  position: relative;
  margin: 2rem 1.7rem 0;
  overflow: hidden;
  padding: 0;
}

.service-wraper {
  overflow: hidden;
}

.slidehvr img {
  position: absolute;
  transition-property: transform;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0.2s;
  transition: -webkit-transform 0.4s ease-in-out 0.2s;
  transition: transform 0.4s ease-in-out 0.2s;
  transition: transform 0.4s ease-in-out 0.2s,
    -webkit-transform 0.4s ease-in-out 0.2s;
  pointer-events: none;
  transition-property: opacity;
  left: 0;
  cursor: pointer;
  top: 0;
}

.slidehvr.active img {
  opacity: 1;
  touch-action: pan-y;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: 0.3s;
}

:is(.services-ctn, .images-box-ul, .number-name) {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--button-color);
}

.number-name {
  border: 0;
  transform: translate(0, 7rem);
  transition: 0.5s;
}

.number-name strong {
  font-size: var(--fonsize64);
  color: var(--button-color);
}

.number-name h3 {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: var(--fontsize23);
  font-weight: 700;
  color: var(--white);
}

.images-box-ul li {
  width: 446px;
  height: 544px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid var(--button-color);
  align-items: center;
}

.cnt-box {
  padding: 2rem 1.2rem;
  height: 300px;
}

.video-pageservices .cnt-box {
  padding: 2rem 1.2rem 5rem;
}

.slidehvr.active .cnt-box {
  height: auto;
}

.threed-logos img:last-child {
  left: auto;
}

.fadeIn-right i {
  color: var(--white);
  font-size: var(--fontsize59);
  position: absolute;
  right: 0;
  bottom: -5rem;
}

.images-box-ul li.active {
  background-color: #0b2727a6;
  -webkit-transition: background-color rgba(7, 23, 49, 0.4) ease-out;
  transition: 0.3s;
}

.slidehvr.active .cnt-box p {
  display: block;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: 0.5s;
}

.slidehvr.active .number-name {
  transform: translate(0, 0);
  transition: 0.5s;
}

.cnt-box p {
  font-size: var(--fonsize18);
  color: var(--white);
  font-weight: 600;
  transition: 0.5s;
  opacity: 0;
  transform: translate3d(27rem, 0, 0);
}

.portfolio-sec .section-outlined-heading.outlined {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 18rem;
}

.portfolio-sec h3 {
  margin-top: 2rem;
  padding-left: 17rem;
}

.portfolio-tabs {
  z-index: 2;
  justify-content: space-between;
  position: relative;
  border: 0;
  align-items: center;
  margin: 3rem 0 2rem;
}

.portfolio-sec .nav-tabs .nav-link {
  border: 0;
  color: var(--black);
  padding: 1rem 2rem;
}

.portfolio-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--bg-color2);
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 12px;
}

.portfoliotbas {
  display: none;
}

.port-img img {
  width: 100% !important;
}

.portfolio-sec {
  padding-bottom: 0;
}

.webbanenrimg {
  width: 17%;
  right: 28rem;
  bottom: 0;
}

.moblebanenrimg {
  right: 19rem;
  width: 27%;
  bottom: 0;
}

.videobanenrimg {
  right: 30rem;
  bottom: 0;
  width: 13%;
}

.brandingbanenrimg {
  right: 5rem;
  width: 45%;
  bottom: 0;
}

/* Thanks You Page  */

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: var(--button-color);
}

.main-thankyou {
  text-align: center;
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700;
  color: var(--bg-color2);
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
}

.main-content .defult-btn {
  color: var(--bg-color2);
  margin-top: 1rem;
}

/* Thanks You Page  */
.introduction,
.introduction-section2,
.factSec {
  padding-bottom: 0;
}

.intr-icon-box {
  box-shadow: 0.278px 1.981px 59px 0px rgba(0, 0, 0, 0.05);
  background-color: rgb(255, 255, 255);
  padding: 20px;

  border-radius: 12px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.intr-icon-box h3 {
  font-size: var(--fontsize23);
  margin-bottom: 0;
  padding-left: 13px;
  font-weight: 600;
}

.intr-sec2-area {
  display: flex;
  align-items: center;
}

.intr-sec2-img1 {
  margin-left: -10.7%;
}

.factSec .factBox {
  padding: 2rem;
  background: #f9f9f8;
  text-align: center;
  border-radius: 12px;
}

.factSec .factBox .fact-icon {
  margin: 0 0 20px;
}

.factSec .factSlider li {
  width: 23%;
}

.factSec .factSlider {
  margin-top: 5rem;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  gap: 1rem;
}

:is(.introduction, .factSec) p {
  color: #8e8e8e;
  font-size: var(--fonsize18);
  margin-bottom: 0;
}

/*.factBox img{
  filter: brightness(0) saturate(100%) invert(31%) sepia(24%) saturate(1338%) hue-rotate(133deg) brightness(94%) contrast(93%);
}*/
.portflex {
  display: flex;
}

.portfolio-tabs a {
  color: var(--bg-color2);
  font-size: var(--fonsize18);
  padding: 10px 2rem;
  border: 1px solid var(--bg-color);
  border-radius: 30px;
}

.portfolio-tabs {
  padding-bottom: 2rem;
}

.portfolio-tabs a.active {
  background-color: var(--bg-color2);
  color: var(--white);
}

.packblock {
  display: block;
}

.highlight {
  background-color: yellow;
}

.tab-main-box h3 {
  margin-bottom: 1rem;
}

.tab-main-box {
  margin-top: 3rem;
}

.contactul {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contactul a {
  margin-left: 15px;
  color: var(--white);
  font-size: var(--fontsize23);
}

.contactul li {
  margin-bottom: 2rem;
}

.contactul li:last-child {
  margin-bottom: 0;
  display: inline-flex;
}

.contact-pag-form .form-wraper .form-control {
  background-color: #010101;
}

.contact-pag-form .defult-btn {
  width: 100%;
  height: 55px;
  border-radius: 0;
  background-color: var(--bg-color2);
}

.contcatus {
  padding-bottom: 0;
}

.contcatus h3 {
  margin-bottom: 5rem;
}

.contcatus .row,
.bdrclass {
  outline: 2px solid var(--button-color);
  outline-offset: 7px;
}

.bdrclass {
  padding: 0;
}

.contact-pag-form .form-wraper .form-control {
  height: 70px;
  color: #fff;
}

.contact-pag-form .form-wraper label {
  color: #ea0303;
}

.contact-pag-form textarea {
  height: 150px !important;
  padding: 1rem;
}

.smmpageimg {
  width: 40%;
  right: 0;
  bottom: 0;
}

.after-before-sec {
  padding-bottom: 0;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  padding: 12px 15px;
  width: 100%;
  z-index: 15;
  background-size: cover;
  text-align: left;
  z-index: 99999;
  background: #050b33;
  display: none
}

.cookie-bar .col-nopadd {
  padding-left: 0;
  padding-right: 0
}

.cookie-bar p {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
  line-height: 25px;
  margin-right: 10px
}

.cookie-bar .setcokies {
  color: #fff;
  display: inline-block
}

.cookie-bar .cookie-btn {
  color: #fff;
  background: #e00030;
  padding: 3px 10px 3px 6px;
  border-radius: 0;
  font-weight: 700;
  font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 0
}

.cookie-bar .cookie-btn-3 {
  border: 1px solid #fff;
  padding: 2px 4px;
  background: #36454f;
  border-radius: 2px;
  color: #fff
}

.setcokies a:hover {
  color: #fff;
}

.thankyou_sec .main-content .defult-btn {
  color: #fff;
}

/* ?????????????????????? */

.pricing {
  position: relative;
  overflow: hidden;
}

.pricing-box {
  position: relative;
  border: 2px solid var(--button-color);
  border-radius: 10px;
  padding: 32px 25px;
  background: url(../images/pricing-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  z-index: 1;
  cursor: pointer;
  background-color: #ffffff;
}

.pricing-box .title {
  margin-bottom: 15px;
}

.pricing-box .title h5 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  text-transform: capitalize;
}

.pricing-box .title h6 {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}

.pricing-box .title h6 span {
  display: inline-block;
  text-decoration: line-through;
  text-decoration-color: var(--button-color);
  transition: none;
}

.pricing-box .title h3 {
  font-size: 42px;
  font-weight: 700;
  color: var(--button-color);
}

.pricing-box .title p {
  font-size: 12px;
  margin: 0;
  color: #000000;
  font-weight: 500;
}

.pricing-box ul.inline-flex li {
  display: inline-block;
  width: 46%;
  font-size: 14px;
  text-align: left;
  border-right: 1px solid #cccccc;
  font-weight: 600;
  margin-right: 10px;
}

.pricing-box ul.inline-flex li span {
  display: block;
  font-size: 10px;
  transition: none;
  font-weight: 300;
}

.pricing-box ul.inline-flex {
  font-size: 0;
  margin: 17px 0;
}

.pricing-box ul.inline-flex li:last-child {
  border-right: 0;
}

.pricing-box .details {
  margin-bottom: 20px;
}

.pricing-box .details ul {
  height: 160px;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.pricing-box .details ul::-webkit-scrollbar {
  width: 5px;
}

.pricing-box .details ul::-webkit-scrollbar-button:start:decrement,
.pricing-box .details ul::-webkit-scrollbar-button:end:increment {
  display: none;
}

.pricing-box .details ul::-webkit-scrollbar-track-piece {
  background-color: #eeeeee;
}

.pricing-box .details ul::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #f70673;
}

.pricing-box .details ul li {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 500;
}

.pricing-box .details ul li strong {
  transition: none;
}

.pricing-box .details ul li i {
  font-size: 14px;
  color: var(--button-color);
  font-weight: 400;
  margin-right: 5px;
}

.pricing-box .details h6 {
  font-size: 18px;
  color: var(--button-color);
  font-weight: 600;
}

.pricing-box .details p {
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}

.pricing-box .details p span {
  color: var(--button-color);
  font-weight: 600;
}

.pricing-box .info .order-now {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  border: 2px solid var(--button-color);
  padding: 14px 55px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}

.pricing-box .info ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-box .info ul li {
  display: inline-block;
}

.pricing-box .info ul li a {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}

.pricing-box .info ul li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.pricing-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 7px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: #db1e5a;
  background: -moz-linear-gradient(-45deg, #db1e5a 0%, #1d1a42 100%);
  background: -webkit-linear-gradient(-45deg, #0c77ae 0%, #59af5d 100%);
  background: linear-gradient(135deg, #ea2165 0%, #ff5a68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db1e5a', endColorstr='#1d1a42', GradientType=1);
}

.pricing-box * {
  transition: all 0.3s ease-in-out;
}

.pricing-box:hover::before {
  opacity: 1;
}

.pricing-box:hover h5 {
  color: white;
}

.pricing-box:hover h6 {
  color: #000000;
}

.pricing-box:hover .details h6 {
  color: white;
}

.pricing-box:hover h6 span {
  text-decoration-color: white;
}

.pricing-box:hover h3 {
  color: white;
}

.pricing-box:hover p {
  color: white;
}

.pricing-box:hover p span {
  color: #ffcd04;
}

.pricing-box:hover ul li {
  color: white;
}

.pricing-box:hover ul li i {
  color: #090909;
}

.pricing-box:hover ul li a {
  color: white;
}

.pricing-box:hover ul li a span {
  color: white;
}

.pricing-box:hover .order-now {
  background-color: var(--white);
  color: var(--button-color);
  border: 2px solid #0000;
}

.pricing-box:hover {
  border: 2px solid transparent;
}

.pricing-slider .slick-slide {
  margin: 0;
}

.pricing-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  cursor: pointer;
}

.pricing-slider .slick-arrow::before {
  content: '';
  position: absolute;
  background: url(../images/webp/sprite.webp);
}

.pricing-slider .slick-prev {
  left: -100px;
}

.pricing-slider .slick-prev::before {
  background-position: 0 -145px;
  width: 67px;
  height: 25px;
}

.pricing-slider .slick-next {
  right: -30px;
}

.pricing-slider .slick-next::before {
  background-position: 0 -77px;
  width: 85px;
  height: 56px;
}

.packages_wrap .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.custom-tab-list {
  text-align: center;
  margin-bottom: 30px;
}


/* .custom-tab-list .nav  .nav-item:nth-child(1) {
    order: 0; 
} */

.custom-tab-list .nav .nav-item:nth-child(2) {
  order: 0;
}

.custom-tab-list .nav .nav-item:nth-child(3) {
  order: 3;
}

.custom-tab-list .nav .nav-item:nth-child(4) {
  order: 4;
}

.custom-tab-list .nav .nav-item:nth-child(5) {
  order: 5;
}

.custom-tab-list .nav .nav-item:nth-child(6) {
  order: 6;
}

.custom-tab-list .nav .nav-item:nth-child(7) {
  order: 7;
}

.custom-tab-list .nav .nav-item:nth-child(8) {
  order: 8;
}

.custom-tab-list .nav .nav-item:nth-child(9) {
  order: 9;
}

.custom-tab-list .nav .nav-item:nth-child(10) {
  order: 10;
}

.custom-tab-list ul {
  font-size: 0;
  border: none;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-tab-list ul li a {
  border: none
}

.custom-tab-list ul li a.active {
  border: none
}

.custom-tab-list .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important
}

.custom-tab-list ul li {
  display: inline-block;
  margin-right: 30px;
}

.custom-tab-list ul li:last-child {
  margin-right: 0;
}

.custom-tab-list ul li a {
  color: #333333 !important;
  font-size: 15px;
  position: relative;
  padding: 5px 20px;
}

.custom-tab-list ul li a::before {
  content: '';
  width: 0;
  transition: all 0.5s ease-in-out;
}

.custom-tab-list ul li:hover a::before,
.custom-tab-list ul li.active a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--button-color);
  height: 2px;
  width: 100%;
}

.custom-tab-list ul li:hover a,
.custom-tab-list ul li.active a {
  color: #b90c12 !important;
}

.packages-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  padding: 5px 20px;
  color: #333333;
  border: 0 !important;
}

.web-inner-tabs {
  justify-content: center;
  border: none;
}

.web-inner-tabs li a.active {
  color: #b90c12 !important;
  background-color: transparent;
  border: 0;
}

.web-inner-tabs li a {
  color: #333333;
  background-color: transparent;
}

.packages-sec .nav-tabs .nav-item {
  margin: 0;
}

.packages-sec .nav-tabs .nav-link {
  border: 0;
}


.testimonial-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  padding: 24px;
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.trustpilot-logo {
  width: 40px;
  height: 40px;
}

.stars {
  width: 120px;
}

.testi-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testi-wrapper
small {
  font-size: 13px;
}

.date-testi {
  font-size: 18px;
  color: #626e96;
}

.testimonial-text {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 0 0 0;
  height: 150px;
}


.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2b6cb0;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.name {
  font-size: 16px;
}