/* --Orbitron font family--- */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
/* --Rajdhani font family--- */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* import files */
@import url("../css/font.css");
@import url("../css/header_footer.css");

/* =============Root Variables============================== */
:root {
  --font-Rajdhani: "Rajdhani", sans-serif;
  --font-Orbitron: "Orbitron", sans-serif;
  --font-Gilroy: 'Gilroy', sans-serif;
}
/* ============================================== */

/* =============coman css start============================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-Gilroy);
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  overflow-x: hidden;
  background-color: #000000;
  cursor: none;
}

a:hover {
  color: inherit;
  cursor: none;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.primary-btn {
  background: #E63946;
  border: 1px solid #FF000033;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  font-family: var(--font-Orbitron);
  display: inline-block;
  letter-spacing: 21%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.primary-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
}

.primary-btn:hover::before {
  left: 100%;
}

.primary-btn:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(230, 57, 70, 0.6);
}

.secondary-btn {
  border: 1px solid #E63946;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  box-shadow: -6px 4px 19px 0px #FF000099 inset;
  font-family: var(--font-Orbitron);
  display: inline-block;
  letter-spacing: 21%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.secondary-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(230, 57, 70, 0.5), transparent);
  transition: left 0.6s ease;
}

.secondary-btn:hover::before {
  left: 100%;
}

.secondary-btn:hover {
  transform: translateY(-8px);
  box-shadow: -6px 4px 19px 0px #FF000099 inset, 0 12px 30px rgba(230, 57, 70, 0.5);
}

/* =============coman css start End============================== */



/* =============Main css start============================== */
.page_wrapper{
  overflow-x: hidden;
}
.hero_sec {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.hero_overlay_bottom {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.hero_sec .container {
  position: relative;
  z-index: 2;
}

.hero_content {
  position: relative;
  display: inline-block;
  padding: 174px 0 264px;
}



.hero_content_text span {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #E63946;
  letter-spacing: 21%;
  font-family: var(--font-Rajdhani);
}

.hero_content_text h1 {
  font-family: var(--font-Orbitron);
  font-weight: 900;
  font-size: 74px;
  padding: 18px 0 28px;
  text-shadow: 0px 13px 24px rgba(0, 0, 0, 1);
  color: #fff;
}

.hero_content_text p {
  font-family: var(--font-Gilroy);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.hero_sec .bottom_btns {
  margin-top: 28px;
  display: flex;
  gap: 18px;
  align-items: baseline;
  flex-direction: column;
}

.hero_sec .bottom_btns .primary-btn {
  color: #fff;
}

.offer_col {
  padding-bottom: 30px;
}

.offer_box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 28px 18px;
  position: relative;
  background: linear-gradient(180deg, rgba(230, 57, 70, 0.2) 0%, rgba(230, 57, 70, 0) 100%);
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.offer_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.3);
}

.offer_box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(180deg, #E63946 0%, rgba(230, 57, 70, 0) 100%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.offer_box h3 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 5%;
  font-family: var(--font-Rajdhani);
  transition: color 0.3s ease;
}

.offer_box:hover h3 {
  color: #E63946;
}

.about_sec {
  padding-top: 120px;
  background-image: url("../images/shape3.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}


.title_txt {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 21%;
  text-transform: uppercase;
  color: #E63946;
  font-family: var(--font-Rajdhani);
}

.sub_title {
  font-family: var(--font-Orbitron);
  font-weight: 900;
  font-size: 50px;
  text-shadow: 0px 13px 24px rgba(0, 0, 0, 1);
  padding-top: 18px;
}

.about_content {
  padding-left: 75px;
  /* padding: 93px 0 0 75px; */
}

.about_content p {
  font-family: var(--font-Gilroy);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3%;
  color: #fff;
  opacity: 0.7;
  padding: 18px 0;
}

.about_content .about_list {
  margin-bottom: 18px;
  padding-left: 1.5rem;
}
.about_info h6{
font-family: var(--font-Gilroy);
font-weight: 600;
font-size: 16px;
letter-spacing: 3%;
color: #E63946;
margin-bottom: 8px;

}
.about_content ul li {
  font-family: var(--font-Gilroy);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3%;
  list-style-type: disc;
  padding-bottom: 6px;
}

.statsbar_sec {
  padding: 21px 0 83px;
}

.statsbar_row {
  background: linear-gradient(90deg, rgba(230, 57, 70, 0) 0%, rgba(230, 57, 70, 0.25) 50%, rgba(230, 57, 70, 0) 100%);
  border-style: solid;
  border-width: 1.5px 0;
  border-image: linear-gradient(90deg, rgba(230, 57, 70, 0) 0%, #E63946 50%, rgba(230, 57, 70, 0) 100%) 1;
}

.stats_box {
  padding: 40px 0;
  text-align: center;
}

.stats_box h2 {
  font-family: var(--font-Orbitron);
  font-weight: 600;
  font-size: 69px;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
  color: #E63946;
  text-shadow: 0px 0px 14px #E6394699;
  padding-bottom: 6px;
}

.stats_box h2 .hR {
  font-size: 42px;
}

.stats_box p {
  font-family: var(--font-Rajdhani);
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #fff;
}

.Advantage_sec {
  background-image: url("../images/bg-shape1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  padding: 120px 0 83px;
}

/* ================= BEFORE badge ================= */
.before-badge {
  display: inline-block;
  position: relative;
  padding: 10px 44px 10px 18px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: var(--font-Orbitron);
  font-size: 18px;
  background: linear-gradient(180deg, #0b0b0b 0%, #1a1a1a 100%);
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6), 0 0 18px rgba(230,57,70,0.06) inset;
  overflow: visible;
}

.before-badge span {
  position: relative;
  z-index: 2;
}

.before-badge::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 80px;
  height: 100%;
  background: linear-gradient(180deg, #b30000 0%, #ff1f1f 100%);
  transform: skewX(-25deg);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
  z-index: 1;
}

/* thin red outline effect */
.before-badge::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -44px;
  bottom: -2px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(179,0,0,0.95), rgba(255,50,50,0.85));
  z-index: 0;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* responsive scale */
@media (max-width: 480px) {
  .before-badge { padding: 8px 36px 8px 12px; font-size: 14px; }
  .before-badge::after { right: -32px; width: 60px; transform: skewX(-22deg); }
  .before-badge::before { right: -36px; }
}

.heading_col {
  padding-bottom: 60px;
}

.Advantage_col {
  padding-bottom: 30px;
}

.advantage_card {
  text-align: center;
  padding: 40px 24px;
  background: linear-gradient(0deg, #000000, #000000), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border: 1px solid #4E4E4E;
  height: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.advantage_card svg {
  animation: zoomInOut 2s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

.advantage_card:hover {
  border: 1px solid #E63946;
  transform: translateY(-7px);
  box-shadow: 0px 0px 29px 0px #FF000099 inset;
}

.advantage_card h3 {
  font-family: var(--font-Orbitron);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 12%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  color: #fff;
}

.advantage_card p {
  font-family: var(--font-Gilroy);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #FFFFFF;
  opacity: 0.7;
  padding: 16px 0;
}

.advantage_card a {
  font-family: var(--font-Rajdhani);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 21%;
  text-transform: uppercase;
  padding: 6px 14px;
  background: #E6394633;
  color: #E63946;
}

.Works_sec {
  padding-bottom: 99px;
}

.Works_card {
  background: linear-gradient(90deg, rgba(230, 57, 70, 0.2) 0%, rgba(230, 57, 70, 0) 100%);
  position: relative;
  padding: 24px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}

.Works_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.3);
}

.Works_card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #E63946 0%, rgba(230, 57, 70, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.Works_card .card_number {
  font-family: var(--font-Orbitron);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  box-shadow: 0px 8px 14px 0px #0000008C;
  background: #E639461A;
  color: #E63946;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}


.Works_card h3 {
  font-family: var(--font-Orbitron);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 12%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

.Works_card p {
  font-family: var(--font-Gilroy);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.7;
}
.shape_img{
  background-color: #121212;
}
.service_sec {
  padding: 105px 0;
  background-color: #121212;
}

.service_sec .offer_box h3 {
  font-family: var(--font-Orbitron);
  font-size: 18px;
}

.service_sec .offer_box {
  flex-direction: column;
  gap: 6px;
  text-align: center;
  padding: 16px 10px;
}

.service_sec .offer_box h6 {
  font-family: var(--font-Rajdhani);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #E63946;
  padding-top: 4px;

}

.map_img {
  animation: zoomInOutContinuous 3s ease-in-out infinite;
}

.GetIN_sec{
  padding: 109px 0 80px;
}


/* --form design---- */
.contact_form{
  background: #151515;
padding: 40px 40px;
}
.contact_form  .form-group {
    margin-bottom: 30px;
    position: relative;
    min-height: 85px;
}
.contact_form .form-label {
  font-family: var(--font-Rajdhani);
font-weight: 600;
font-size: 13px;
letter-spacing: 13%;
text-transform: uppercase;
color: #4E4E4E;
margin-bottom: 8px;
}
.contact_form .form-control{
  color: #fff;
}
.contact_form .form-control{
  padding: 17px 15px;
  background: #00000099;
  border: 1px solid #4E4E4E;
  backdrop-filter: blur(64px);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.contact_form .form-control::placeholder{
  font-family: var(--font-Gilroy);
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
opacity: 0.3;

}
.contact_form .form-control:focus {
  border-color: #E63946;
  box-shadow:none;
}

.contact_form .error-message {
  display: none;
  color: #E63946;
  font-size: 12px;
  margin-top: 5px;
  font-family: var(--font-Gilroy);
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}

.contact_form .form-group.error .form-control,
.contact_form .form-group.error .form-select {
  border-color: #E63946;
}

.contact_form .form-group.error .error-message {
  display: block;
}

.contact_form .form-group.success .form-control,
.contact_form .form-group.success .form-select {
  border-color: #28a745;
}
.contact_form  .form-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-image: url("../images/down-line.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 12px !important;
}
.contact_form  .primary-btn {
    padding: 14px 10px;
}
/* ------ intel --------- */
.iti {
  display: block;
}

.iti__flag {
  display: none;
}

.iti__selected-country {
  flex-flow: row-reverse;
  padding: 0 0 0 15px;
  border-right: 1px solid #FFFFFF1A;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  color: rgba(0, 0, 0, 0.40);
}

.iti__arrow {
  border: none;
  background: url(../images/down-line.png) no-repeat;
  width: 16px;
  height: 8px;
}

.iti__flag-box,
.iti__country-name {
  color: #ffffff;
}

/* .iti input.iti__tel-input, .iti input.iti__tel-input[type="text"], .iti input.iti__tel-input[type="tel"] {
	color: #fff;
} */

.form-group-field {
  display: flex;
  align-items: center;
  gap: 14px;
}
.iti .iti__selected-dial-code {
    margin-left: 0;
  color: #fff;
}
.iti__selected-country {
    border-right: none;
}
.iti__dial-code {
    color: #ffffff;
}
.iti__dropdown-content {
    background-color: #151515;
}
.iti--inline-dropdown .iti__country-list {
    color: #ffffff;
}
.iti__search-input{
  background-color: #151515;
  color: white;
  border: 1px solid #4E4E4E;
  padding: 5px;
}
.iti__search-input:focus , .iti__search-input:focus-visible{
  box-shadow: none;
  border: 1px solid #4E4E4E;
  outline: 0;
}
#iti-0__dropdown-content {
    border-color:  #4E4E4E;
}
.iti__country.iti__highlight:hover , .iti__country.iti__highlight:active {
  background: #00000099;

}
/* =============Main css end============================== */




/* Custom Cursor Styles */
.cursor {
    position: fixed;
    width: 22px;
    height: 22px;
    border: 2px solid #E63946;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    box-shadow: 0 0 12px #E63946, 0 0 24px rgba(230, 57, 70, 0.5);
    transition: transform 0.15s ease, border-width 0.15s ease;
    will-change: transform;
}

.cursor-dot {
    position: fixed;
    width: 6px;
    height: 6px;
    background: #E63946;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    box-shadow: 0 0 10px #E63946, 0 0 20px rgba(230, 57, 70, 0.6);
    will-change: transform;
}


/* =============Intro Video Loader============================== */
.intro-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
  cursor: none;
}

.intro-loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.intro-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: none;
}

.skip-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: rgba(230, 57, 70, 0.9);
  border: 2px solid #E63946;
  color: #fff;
  font-family: var(--font-Orbitron);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 30px;
  cursor: none;
  transition: all 0.3s ease;
  z-index: 100000;
  box-shadow: 0 0 20px rgba(230, 57, 70, 0.5);
}

.skip-btn:hover {
  background: #E63946;
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(230, 57, 70, 0.8);
}
/* ------------------ABout US [ START ]-------------------- */
.inr_banr{
  background: url(../images/about/abt-bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 153px 0 80px;
}
.inr_banr h1{
  font-family: var(--font-Orbitron);
  font-weight: 900;
  font-size: 74px;
  padding: 18px 0 28px;
  text-shadow: 0px 13px 24px rgba(0, 0, 0, 1);
  color: #fff;
}
.inr_banr .breadcrumb{
  justify-content: center;
  grid-gap: 15px;
}
.inr_banr .breadcrumb a, .inr_banr .breadcrumb-item{
  font-family: var(--font-Rajdhani);
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  letter-spacing: 18%;
  text-transform: uppercase;
  display: block;
  color: #fff;
}
.our_story{
  padding: 40px 0 0;
  position: relative;
}
.story_txt{
  margin: 28px 0 0;
}
.story_txt p{
  font-family: var(--font-Gilroy);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3%;
  text-align: center;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.our_story::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/about/left.png)no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 400px;
  height: 409px;
  transform: translate(0, 30%);
  opacity: 0.3;
}
.our_story::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/about/right.png)no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 400px;
  height: 409px;
  transform: translate(0, 30%);
  z-index: -1;
  opacity: 0.3;
}
.service_blog{
  padding: 90px 0 45px;
}
.service_card {
  text-align: center;
  padding: 40px 24px;
  background: linear-gradient(0deg, #000000, #000000), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border: 1px solid #4E4E4E;
  display: flex;
  align-items: center;
  grid-gap: 25px;
  margin-bottom: 24px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.service_card:hover {
    border: 1px solid #E63946;
    transform: translateY(-7px);
    box-shadow: 0px 0px 29px 0px #FF000099 inset;
}
.service_card h3{
  font-family: var(--font-Orbitron);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 12%;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;

}
.counter_blog{
  padding: 45px 0;
}
.mission_blog{
  padding: 45px 0;
}
.missi_bx{
  background: linear-gradient(180deg, #171717 0%, rgba(23, 23, 23, 0) 100%);
  padding: 50px;
}
.missi_bx span{
  margin: 0 auto 20px;
  text-align: center;
  display: block
}
.missi_bx h3{
  font-family: var(--font-Orbitron);
  font-weight: 900;
  color: #E63946;
  font-size: 35px;
  text-align: center;
  margin-bottom: 16px;
}
.missi_bx p{
  font-family: var(--font-Gilroy);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);

}
.visi_bx{
 background: linear-gradient(180deg, #171717 0%, rgba(23, 23, 23, 0) 100%);
 padding: 5px 20px 20px;
  font-family: var(--font-Gilroy);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3%;
  text-align: center;
}
.invest_bx{
  background: linear-gradient(90deg, rgba(230, 57, 70, 0) 0%, rgba(230, 57, 70, 0.3) 50%, rgba(230, 57, 70, 0) 100%);
  padding: 10px;
}
.invest_bx h6{
  margin-bottom: 0;
  font-family: var(--font-Gilroy);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 3%;
  text-align: center;
  color: #E63946;
}
.looking_blog{
  padding: 80px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
}
.looking_blog p{
  font-family: var(--font-Gilroy);
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);

}
.looking_blog p b{
  font-weight: 400;
  color: #E63945;

}
.look_bx{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0) 100%);
  padding: 20px 50px 20px;
}
.look_bx h3{
  font-family: var(--font-Gilroy);
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 3%;
  text-align: center;
  margin-bottom: 0;
  color: #fff;

}
.customer_blog{
  padding: 80px 0;
  background: #121212;

}
.customer_blog .offer_box{
  flex-direction: column;
  gap: 0;
}
.customer_blog .offer_box h3{
  font-family: var(--font-Orbitron);
}
.customer_blog .offer_box span{
  display: block;
  font-family: var(--font-Rajdhani);
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #E63946;
}
.simple_blog{
  padding: 90px 0;
}
.title_para{
  font-family: var(--font-Gilroy);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.3px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin: 10px 0 70px;

}
/* ------------------ABout US [ END ]-------------------- */
/* -----------------Our Work [ START ]---------------------- */
.our_work_sec{
  padding: 23px 0 100px;
}
.work_flx{
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 30px;
}
.before_img, .after_img{
  position: relative;
}
.before-tag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Orbitron);
  font-weight: 900;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 21%;
  text-transform: uppercase;
  background: linear-gradient(0deg, #000000, #000000), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
  border: 1px solid #E63946;
  box-shadow: -6px 4px 19px 0px #FF000099 inset;
  padding: 7px 40px 7px 13px;

}

.before-tag::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 100%;
  background: linear-gradient(180deg, #b30000 0%, #ff1f1f 100%);
  transform: skewX(333deg);
  z-index: 1;
}
.after-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Orbitron);
  font-weight: 900;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 21%;
  text-transform: uppercase;
  background: linear-gradient(0deg, #000000, #000000), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
   clip-path: polygon(
        16% 0%,
        100% 0%,
        100% 100%,
        0% 100%
    );
  border: 1px solid #E63946;
  box-shadow: -6px 4px 19px 0px #FF000099 inset;
  padding: 7px 13px 7px 40px;

}

.after-tag::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background: linear-gradient(180deg, #b30000 0%, #ff1f1f 100%);
  transform: skewX(335deg);
  /* border-top-right-radius: 4px; */
  /* border-bottom-right-radius: 4px; */
  /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6); */
  z-index: 1;
}
/* -----------------Our Work [ END ]---------------------- */