/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");


@font-face {
  font-family: 'richardson-small';
  src: url('../fonts/Richardson_Script_DEMO.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'bebasNeue-font';
  src: url('../fonts/BebasNeue-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'montserrat-font';
  src: url('../fonts/montserrat.black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,
h2 {
  font-family: 'bebasNeue-font', Arial, sans-serif;
}

:root {
  --white: #fff;
  --black: #000;
  --primary: #201b1b;
  --secondary: #59f6fb;
}

html {
  scroll-behavior: smooth;
  height: 100%;
   overflow-x: hidden;
}

body {
  position: relative;
  background: var(--primary);
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
  margin: 0;
  font-family: "Poppins", sans-serif;
}


h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.img {
  perspective: none;
  overflow: hidden;
  transform-style: preserve-3d;
}

.img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  display: block;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: linear-gradient(90deg, rgba(89, 246, 251, 1) 13%, rgba(251, 252, 254, 1) 59%);
  font-size: 1.125rem;
  color: var(--black);
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  line-height: normal;
  border-radius: 18px;
}

.themeBtn:hover {
  color: var(--primary);
}

/* new-header-design */
.mainHeader {

  background: var(--primary);
}

.color-1 {
  color: #2c9dfc
}

.mainHeader .navbar {
  padding: 0 7rem 0px 0px !important;
}

header .logo-design {
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
  background: white;
}

.logo-design img {
  padding: 7.4px 7.9rem;
}

header .logo-line-1::before {
  content: "";
  background: #9d0c14;
  height: 110%;
  width: 10px;
  top: -12px;
  position: absolute;
  right: 28px;
  transform: rotate(17deg);
}

header .logo-line-1::after {
  content: "";
  background: #9d0c14;
  height: 116%;
  width: 24px;
  top: -14px;
  position: absolute;
  right: 13px;
  transform: rotate(17deg);
}

.mainHeader .navbar-nav {
  gap: 10rem;
  padding-left: 14rem;
}

.mainHeader .navbar-nav .nav-item .nav-link {
  font-size: 19px;
  font-weight: 400;
  color: white;
  position: relative;
}

.navbar-collapse {
  justify-content: space-between;
}

.menubar {
  position: relative;
}

.menubar .sm-star {
  position: absolute;
  left: 21%;
  top: -51.5px;
}

.star-right {
  position: absolute;
  top: 0;
  right: 0;
}

.my-element {
  animation: scalePulse 2s infinite ease-in-out;
}

@keyframes scalePulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  outline: unset !important;
}

/* end */

.mouse {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  text-align: center;
}

/* navigation css */

.navbar-nav {
  align-items: center;
  justify-content: space-between;
  gap: 57px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}


.an-navbar {
  background: var(--theme-color);
  padding: 1.35rem 0;
}

/* navbar-new-design */
.navbar-brand {
  padding: 10px 0px;
}

.logo-line-1 {
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);

  position: relative;
}

.logo-line-1:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 175px;
  background: #082d4f;
  right: 26px;
  transform: rotate(20deg);
  top: -6px;
}

.logo-line-2 {
  position: relative;
}

.logo-line-2:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 162px;
  background: #2c9dfc;
  right: 34px;
  transform: rotate(20deg);
  top: -6px;
}

.navbar-nav .nav-link:hover {
  color: var(--secondary) !important
}

/* Active Tab Styling */
.navbar-nav .nav-link.active {
  color: var(--secondary) !important;
}

.navbar-nav .nav-item:has(.nav-link.active) {
  color: var(--secondary);
}

.navbar-nav .nav-link.active::before {
  width: 100%;
}

.navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--secondary);
  bottom: -5px;
  transition: 0.2s ease;
}

.navbar-nav .nav-link:hover:before {
  width: 100%;

}

/* Drop-Down Css Start */

.navbar .nav-item.drop-down {
  position: relative;
  z-index: 1;
}


.navbar .drop-down ul {
  display: block;
  position: absolute;
  left: 0.875rem;
  top: 37px !important;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: 0.3s;
  border-radius: 5px;
}

.navbar .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .drop-down li {
  min-width: 200px;
  position: relative;
  list-style: none;
  border: 0.2px solid #2e32320d;
}

.navbar .drop-down ul a {
  padding: 6px 1.0625rem;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: none;
  color: #151515;
  display: block;
}

.navbar .drop-down ul a:hover {
  background: linear-gradient(115deg, rgb(89 246 251 / 81%) 13%, rgb(220 220 223 / 46%) 59%);
  color: var(--primary);
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 100vh;
}

.main-slider .slideOne {
  padding: 5rem 2.6rem;
  border: 1px solid #5ef6fb26;
  border-radius: 20px;

  background: linear-gradient(90deg, rgb(253 253 253 / 3%) 24%, rgb(253 253 253 / 0%) 59%);
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: end;
  /* height: 100%; */
  justify-content: center;
  top: -63% !important;
  left: 96% !important;
  position: relative;
  gap: 0.7rem;

}

.homeSlider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #505050;
  transition: 0.3s linear;
}

.homeSlider .swiper-pagination-bullet-active {
  color: var(--black);
  background: linear-gradient(90deg, rgba(89, 246, 251, 1) 13%, rgba(251, 252, 254, 1) 59%);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: anchor-center;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 6.9rem;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

.main-slider h3 {
  font-size: 7.2rem;
  color: white;
  font-family: 'richardson-small', Arial, sans-serif;
  line-height: 0.8;
}

.main-slider span {
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
  margin: 0.625rem 0;
  font-size: 1.3625rem;
}

.main-slider .themeBtn {
  margin-top: 0.9rem;
}

/* slide-social-icon */
/* .header_links {
  position: relative;
  z-index: 11;
  top: 31%;
  left: 1%;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.header_links li:first-child {
  writing-mode: sideways-rl;
  color: #fff;
  font-size: 17px;
  font-style: italic;
  margin: 0 14px 16px 12px;
}

ul.header_links li a {
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}

ul.header_links li a:hover {
  color: var(--black);
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(89, 246, 251, 1) 13%, rgba(251, 252, 254, 1) 59%);
  transition: all 0.3s ease;
}

ul.header_links li {
  line-height: 1;
  margin-bottom: 20px;
} */

.arrow {
  animation: upDown 1.5s ease-in-out infinite;
  position: absolute;
  left: 0;
  right: -1%;
  margin: auto;
  bottom: 10%;
  text-align: center;
  width: fit-content;
  height: fit-content;
  z-index: 0;
}

.arrow i {
  height: 6.25rem;
  width: 4rem;
  display: grid;
  place-items: center;
  margin: auto;
  background-color: rgb(217 217 217 / 34%);
  border-radius: 30px;
  color: var(--white);
  font-size: 1.285rem;
  border: 2px solid var(--white);
}

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

  50% {
    transform: translateY(10px);
    /* neeche */
  }

  100% {
    transform: translateY(0);
    /* wapas upar */
  }
}

/* !MAIN HERO SLIDER CSS */

.about-section {
  position: relative;
  background: url(../images/section-about-after.png) no-repeat var(--primary);
  background-position: left;
}

.about-section .about-content {
  /* padding-left: 2.9rem; */
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-right: 5rem;
}

.about-section .about-content h4 {
  font-size: 1.5rem;
  color: var(--secondary);
  line-height: 2.6;
}

.txtoverlay::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgb(89 246 251 / 11%) 0%, rgb(253 253 253 / 5%) 18%);
  width: 112px;
  height: 89px;
  left: -11px;
}

.about-section .about-content h2 {
  font-size: 5.7rem;
  color: var(--white);
  text-transform: capitalize !important;
  line-height: 0.7;
}

.about-section .about-content .sign-plus {
  position: absolute;
  right: -39%;
  top: 51%;
  z-index: -1;
}

.about-section .about-content h3 {
  font-size: 7.1rem;
  color: var(--white);
  font-family: 'richardson-small', Arial, sans-serif;
  line-height: 0.8;
  padding-bottom: 1rem;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0px 15px 0px;

}

.top-bar .call-us-btn {

  padding-left: 1rem;
}

.about-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.about-section p {
  color: var(--white)
}

.call-us-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
  font-size: 16px;
  padding-left: 5.2rem;
}

.call-icon {
  background: linear-gradient(90deg, rgba(89, 246, 251, 1) 13%, rgba(251, 252, 254, 1) 59%);

  color: var(--white);
  border-radius: 50%;
  font-size: 18px;
  margin-right: 17px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  animation: call-animation 2s infinite;
  border: 1px solid #fff;
}

.call-icon figure img {
  width: 25px;
  height: auto;
}

.call-text {
  display: flex;
  flex-direction: column;
  color: var(--white);
  line-height: 1.3;
}

.call-text span:first-child {
  color: var(--white);
  font-size: 18.3px;
  line-height: 1.5;
}

.call-text span:last-child {
  color: var(--white);
  font-size: 20px;
  line-height: 1;
}

.top-bar .call-us-btn .call-icon {
  background: linear-gradient(90deg, rgba(89, 246, 251, 1) 13%, rgba(251, 252, 254, 1) 59%);
  animation: call-about 2s infinite;
}

@keyframes call-about {
  0% {
    box-shadow: 0 0 0 0px rgb(37 52 76 / 70%);
  }

  100% {
    box-shadow: 0 0 0 9px rgb(37 52 76 / 28%);
  }
}

.about-before-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
 bottom: 2%;
  left: -11%;
}

.about-before-img p span {
  position: absolute;
  top: 110px;
  font-size: 3.9rem;
  left: -1px;

}

.about-before-img p {
  line-height: 1.6;
  padding-left: -0.6rem;
  writing-mode: sideways-lr;
  padding-top: -1rem;
  padding-bottom: 2.8rem;
  color: white;
  font-size: 19px;
}

.about-before-img img {
  width: 100px;
}

/* ---------- */

/* .section-program .swiper-slide:nth-child(even) {
  margin-top: 100px !important
} */

/* section-program */

.section-program {
  position: relative;
  background: var(--primary);
}

.section-program h2 {
  text-align: center;
  font-size: 6.2rem;
  color: var(--black);
  position: relative;
  color: white;
  line-height: 0.8;
}

.head-plus-para {
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

.section-program .head-plus-para p {
  text-align: center;
  color: var(--white);
  width: 25%;
  line-height: 1.3;
  font-size: 1.2rem;
  padding-bottom: 2rem;
  font-weight: 200;
}

/* .section-program .container-fluid {
  padding-left: 6rem !important;
}

.program-box {
  position: relative;
  top: 34px;
}

.section-program .programSlider {
  height: 800px;
}

.section-program .programSlider .swiper-slide {
  padding: 1.5rem;
}

.section-program .themeBtn {
  margin-top: 5rem;
}


.section-program .shap-line {
  position: absolute;
  bottom: -114px;
  z-index: 1;
}

.section-program .swiper-slide.swiper-slide-active {
  position: relative;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

.section-program .swiper-slide.swiper-slide-active::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 30%;
  transform: translateX(-50%);
  width: 60%;
  height: 55%;
  background: transparent;
  border: 3px solid;
  border-image: linear-gradient(14deg, #00e5ff, #5af6fb, #f0f6f7) 1;
}

.services-content h3 {
  font-size: 1.7rem;
  color: var(--white);
  padding: 1rem 0;
}

.services-content p {
  font-size: 0.925rem;
  line-height: 1.5;
  color: var(--white);
}

.services-content a {
  display: flex;
  align-items: center;
  gap: 0.325rem;
  font-size: 1.15rem;
  text-transform: capitalize;
  color: var(--white);
  margin-top: 0.525rem;
}

.services-content a span {
  background: rgb(221 221 221 / 12%);
  width: 40px;
  border-radius: 100%;
  height: 40px;
  display: grid;
  place-items: center;
} */

.text-overlay {
  position: absolute;
  width: 100%;
  top: -61px;
  z-index: -0;
}

.text-overlay h2 {
  font-size: 18rem;
  color: #201b1b;
  text-shadow: -1px -1px 0 #857f7f2e, 1px -1px 0 #857f7f2e, -1px 1px 0 #857f7f2e, 1px 1px 0 #857f7f2e;
  font-family: 'montserrat-font', sans-serif;
  z-index: -1;
  position: relative;
  top: 71px;

}

.section-program .star-right {
  right: 0;
  left: 0;
}

/* ----- */

.custome-section {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
}

.custome-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/left-custome-bg.png) no-repeat;
  top: 0
}

.custome-section:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 101%;
  background: url(../images/custome-wed.png) no-repeat;
  top: -6px;
  right: 0;
}

.custome-section .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custome-section .content h2 {
  font-size: 5.9rem;
}

.custome-section .content p {
  color: var(--black);
}

.custome-section .themeBtn {
  background: #b3111c;
  color: var(--white);
}

.custome-section .star-right {
  position: absolute;
  top: 12%;
  left: 0;
}

.custome-section .top-bar .call-us-btn .call-icon {
  background: #b3111c;
}

.custome-section .call-icon figure img {
  filter: brightness(5.5);
}

.custome-section .call-text span {
  color: var(--black) !important;
}

.star-cent {
  position: absolute;
  right: 36.8%;
  z-index: 1;
  bottom: 18px;
  transform: rotate(57.3deg);
}

/* ------- */


/* testimonial-section */
.testimonial-section {
  background: url(../images/transparent-dot.png) no-repeat var(--primary);
  background-position: center;
  background-position-y: 0;
}

.testimonial-section h2 {
  font-size: 6.7rem;
  text-align: center;
  line-height: 1.1;
  color: var(--white);
}

.testimonial-section p {
  font-size: 1rem;
  text-align: center;
  color: var(--white);
  padding: 1rem 4.5rem;
}

.testimonial-slide {
  padding: 2.3rem 0;
}

.testimonial-slide .swiper-slide h4 {
  padding: 1rem;
  font-size: 1.5rem;
  color: var(--white);
}

.testimonial-slide .swiper-slide span i {
  color: #ffc82f;
}

.testimonial-slide .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-slide .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  user-select: none;
  padding: 0;
  top: 94% !important;
}


.testimonial-slide .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #bbb;
  border-radius: 2px;
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
}


.testimonial-slide .swiper-pagination-bullet-active {
  width: 50px;
  height: 6px;
  background: #7e5931;
  opacity: 1;
  border-radius: 3px;
}

.testimonial-section.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -3px) !important;
  left: 0;
}



.display-images-left {
  position: relative;
}


.display-images-left figure {
  position: absolute;
}

.display-images-left figure:nth-of-type(1) {
  top: 91px;
}

.display-images-left figure:nth-of-type(2) {
  top: 233px;
  right: 0;
}

.display-images-left figure:nth-of-type(3) {
  top: 420px;
}

.display-images-left figure:nth-of-type(4) {
  top: 408px;
  right: 0;
}


.display-images-right {
  position: relative;
}

.display-images-right figure {
  position: absolute;
}

.display-images-right figure:nth-of-type(1) {
  top: 129px;
  right: 101px;
}

.display-images-right figure:nth-of-type(2) {
  top: 397px;
  right: 42px;
}

.display-images-right figure:nth-of-type(3) {
  top: 257px;

}

.display-images-right figure:nth-of-type(4) {
  top: 273px;
  right: 0px;
}

/* ------------ */
/* .get-section {
  background: var(--primary);
}

.get-section .banner {
  background: url(../images/get-banner.png) no-repeat;
  padding: 4.4rem 0;
  position: relative;
}

.get-section .content {
  padding-left: 8rem;
}

.get-section .content h2 {
  font-size: 3.2rem;
  color: var(--white);
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.get-section .banner::before {
  position: absolute;
  content: "";
  width: 42%;
  height: 564px;
  background: url(../images/electric-wed.png) no-repeat;
  right: 0;
  top: -136px;
} */

/* ----- */

.gallery-section {
  background: var(--primary);
}

.gallery-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 9rem;
}

.gallery-btn h2 {
  font-size: 4.7rem;
  color: var(--white);
}

.gallery-section figure {
  position: relative;
  z-index: 1;
}

/* -------- */


/* .section-5 {
  background: var(--primary);
}

.section-5 .themeBtn {
  position: relative;
  z-index: 1;
}

.section-5 .blog-box {
  padding: 1rem;
}

.section-5 .blog-box .content h4 {
  font-size: 34px;
  color: #fff !important;

}

.section-5 .blog-box .content p {
  font-size: 19px;
  padding-right: 20px;
}

.section-5 .blog-box .content .comment span {
  padding: 0 5px !important;
}

.section-5 .blog-box .content p {
  color: #ffff !important;
}

.section-5 .blog-box .content {
  display: flex !important;
  color: #ffffff;
  top: -99px;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.blogSlider {
  margin-left: 160px;
  position: relative;
  z-index: 1;
}

.section-5 h2 {
  font-size: 6.4rem;
  text-align: center;
  color: var(--white);
  line-height: 0;
  padding-bottom: 4rem;
} */

/* -------  */
/* contact-form */

.contact-sec {
  padding: 0rem 0 8rem;
  background-position: center;
  margin-bottom: -2.7rem;
  z-index: 0;
  position: relative;

}

.contact-sec::before {
  position: absolute;
  content: "";
  background: url(../images/contact-f-bottom.png) no-repeat var(--primary);
  height: 108vh;
  width: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  z-index: -1;
}

.contact-sec .sec-heading {
  padding: 3rem 0 0;
}

.contact-sec .mainHead {
  text-align: center;
  margin-bottom: 0.875rem;
  font-size: 6.3rem;
  color: var(--white);
  font-weight: 500;
  line-height: 0.5;
}

.contact-sec .sec-heading {
  padding-top: 6rem;
}

.contact-sec p {
  line-height: 1.6;
  padding: 1.2rem 0 2rem;
  color: var(--white);
}

.contact-form .form-control {
  height: 3.3rem;
  outline: unset;
  box-shadow: unset;
  background-color: rgb(255 255 255 / 15%);
  border: unset;
  border-radius: 10px;
  color: #fbf1f1 !important;
  border: 1px solid #aba8a86b;

}

.contact-form .form-control::placeholder {
  color: #fbf1f1 !important;
}

.contact-form textarea.form-control {
     height: 188px;
}

.contact-form button {
  border: unset;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 1.75rem;
  padding: 0.8rem 3.1rem;
}

/* ----inner-page---- */
.inner-banner {
  padding: 15rem 0;
  background-size: cover;
}

.inner-banner h1 {
  font-size: 5.3rem;
  color: var(--white)
}

.about-banner {
  background: url(../images/about-banner.png) center no-repeat;
      background-size: cover;
}

.service-banner {
  background: url(../images/service-banner.png) center no-repeat;
      background-size: cover;
}

.gallery-banner {
  background: url(../images/gallery-banner.png) center no-repeat;
      background-size: cover;
}

.contact-banner {
  background: url(../images/contact-banner.png) center no-repeat;
      background-size: cover;
}

.steel-welding-banner {
  background: url(../images/steel-welding-banner.png) center no-repeat;
      background-size: cover;
}

.metalwork-banner {
  background: url(../images/metalwork-banner.png) center no-repeat;
      background-size: cover;
}

.pipe-welding-banner {
  background: url(../images/pipe-welding-banner.png) center no-repeat;
}

.custom-welding-banner {
  background: url(../images/custom-welding-banner.png) center no-repeat;
}

.youtub-link {
  position: relative;
}

.youtub-link .control-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtub-link .control-btn a {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: red;
  display: grid;
  place-items: center;
  animation: pulse-animation 2s infinite;
  backdrop-filter: blur(6px);
  overflow: hidden;
  background-position: center;

}

.youtub-link .control-btn a i {
  font-size: 2rem;
  color: white;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(238, 203, 189, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(230, 42, 42, 0.1);
  }
}

/* .inner-section */
.inner-section figure {
  position: relative;
  z-index: 1;
}

.content-inner {
  position: relative;
  z-index: 1;
  padding-right: 4rem;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
}

.content-inner h2 {
  font-size: 6rem;
  color: var(--white);
}

.content-inner p {
  color: var(--white)
}

.inner-section-2 .content-inner h2 {
  font-size: 5.4rem;
}

.count-num {
  font-size: 8.6rem;
  font-weight: 600;
  color: rgb(55 50 50 / 72%);
  line-height: 0.9;
}

.fig-justify {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 1;
}

.before-metal {
  position: absolute;
  right: 0;
}

.inner-section-3 .content-inner {
  background: linear-gradient(102deg, rgba(89, 246, 251, 0.95) 18%, rgba(251, 252, 254, 1) 83%);
}

.inner-section-3 figure img {
  width: 100% !important;
}

.inner-section-3 .content-inner {
  padding: 0 6rem;
}

.inner-section-3 .count-num {
  color: rgb(75 105 106 / 18%);
}

.inner-section-3 .content-inner h2 {
  color: var(--black);
}

.inner-section-3 .content-inner p {
  color: var(--black);
}

.inner-section-3 .content-inner .themeBtn {
  background: var(--black);
  color: var(--white);
}

.bg-lst {
  background: #25201f;
}

.before-custome {
  top: 65px;
  right: 6.5%;
}

.before-custome,
.before-custome-2 {
  position: absolute;
  z-index: 1;
}

.before-custome-2 {
  bottom: -54px;
  right: 0;
}

/* --- */
.section-inner-2 {
  background: linear-gradient(102deg, rgba(89, 246, 251, 0.95) 18%, rgba(251, 252, 254, 1) 83%);
  position: relative;
}

.section-inner-2:before {
  background: var(--black);
  position: absolute;
  content: "";
  width: 23%;
  height: 100%;
  left: 0;
  top: 0;
}

.section-inner-2 .content-inner {
  background: none;
  padding: 0;
}

/* * contact-page */
/* .address-tab {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;

}

.address-tab a {
  color: var(--white)
}

.address-tab p {
  font-size: 22px;
  padding: 10px 0;
  color: var(--white);
  text-transform: capitalize;
}

.address-tab .tel-icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;

}

.address-tab:nth-of-type(1) .tel-icon {
  background: var(--secondary);
}

.address-tab:nth-of-type(2) .tel-icon {
  background: var(--white);
}

.address-tab:nth-of-type(3) .tel-icon {
  background: var(--secondary);
}

.address-tab .loc-tab {
  background: #000;
}

.tel-icon i {
  font-size: 3rem;
  color: var(--black)
}

.contact-map-sec iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 0;
}

.location-img {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
  z-index: 1;
}

.location-box {
  padding: 0;
  margin: 0;
  border: 7px solid #ffffff;
  border-radius: 17px;
  position: relative;
  z-index: 1;
} */

/* -------- */
footer {
  background: url(../images/new-footer-bg.png) no-repeat;
  padding: 4.7rem 0 0rem 0;
  z-index: 4;
  position: relative;
}

footer .quick_links {
  border-right: 2px solid #7e5931;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

}


.quick_links li a {
  position: relative;
  z-index: 1;
}

.quick_links li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 29px;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(115deg, rgb(89 246 251 / 81%) 13%, rgb(220 220 223 / 46%) 59%);
  border-radius: 4px;
  z-index: -1;
  transition: width 0.3s ease;
}

.quick_links li a:hover::before,
.quick_links li a.active::before {
  width: 60px;
}

footer .calFoter {
  border-right: 2px solid #7e5931;
  height: 100%;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .calFoter strong{
      padding-right: 8px;
}

.ft-border {
  border-left: 2px solid #7e5931;
  border-right: 0px solid #7e5931 !important;
  padding-left: 6rem;
}

footer .calFoter li {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

footer .calFoter li i {
  font-size: 21.8px;
  padding-right: 0.7rem;
  color: #1b1919;
}

footer .calFoter li a {
  font-size: 16px;
  padding-right: 0.7rem;
  color: #212529;
}

.footer-row {
  justify-content: space-evenly;
}

footer .quicklist li {
  padding: 0.6rem 0;
  padding-left: 0.7rem;
}

footer .quicklist li i {
  padding-right: 7px;
}

footer .quicklist li a {
  font-size: 18px;
  color: #1b1919;
}

.quick_links h3 {
  font-size: 31px;
  padding-bottom: 1.6rem;
}

.footer-social-links {
  display: flex;
}

.footer-social-links li a i {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background-color: var(--black);
  border: 1px solid #1b1919;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  padding: 0;
}

.footer-social-links li a i:hover {
  border-color: transparent;
  color: white;
  background: #a40e17;
}

.copyRight {
  border-top: 2px solid #00000036;
  margin-top: 48px;
  padding: 1.2rem 0 1.2rem 0;
  text-align: center;
  background: var(--black);
  color: var(--white);
}

.footerLogo {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}


.chamber-ship img {
  width: 150px;
}

.chamber-ship .mn-widget-member-name {
  text-align: left;
  display: none;
}

/* ------- */

.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(339px, 1fr));
  gap: 40px;
  /* margin-bottom: 11px; */
  margin-top: 3rem;
  color: white;
}

.addon-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px;
  /* background: rgb(255 255 255 / 3%); */
  /* border: 1px solid rgb(99 243 250 / 7%); */
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  color: var(--white);
  font-size: 21px;
}

.addon-item {
  background: rgb(89 246 251 / 6%);
  border-color: rgb(121 231 238);
  transform: translateY(-3px);
  box-shadow: 0 1px 4px rgb(238 252 254 / 62%);
}
.addon-item:hover{
 box-shadow: 0 1px 14px rgb(238 252 254 / 61%);
}