/* @import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap"); */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --theme--highlight-color: #134cb3;
  --color-white: #fff;
  --color-black: #000;
  --color--facebook: #3b5998;
  --color--linkedin: #0077b5;
  --color--whatsapp: #25d366;
  --gradient--insta: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
body {
  scroll-behavior: smooth;
  font-family: "Miranda Sans", sans-serif;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
h1 {
  /* font-size: clamp(1.5rem, 3.8vw, 2.8rem); */
  font-size: clamp(1.7rem, 3vw, 5rem);
  font-weight: 700;
}
h1 span {
  font-size: calc(clamp(2rem, 5vw, 6rem) * 0.8);
  display: block;
}
h2 {
  font-size: clamp(1.4rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--para-main);
}

h3 {
  font-size: clamp(1.3rem, 3vw, 2rem);
  color: var(--para-main);
}

h4 {
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
  color: var(--para-main);
}
h5 {
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  color: var(--para-main);
  font-weight: 700;
}
h6 {
  font-size: 1.1rem;
}
p,
ul li,
a,
ol li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-black);
}
ul {
  padding: 0px;
  margin: 0px;
}
figure {
  margin: 0;
}
.color_main {
  color: rgb(0, 0, 0);
}
.py-6 {
  padding-block: 60px;
}
/* keyframes start */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* shinning animation */
@keyframes shine {
  100% {
    left: 150%;
  }
}
/* rotate image animation */

@keyframes rotateYPause {
  0% {
    transform: rotateY(0deg);
  }
  20% {
    transform: rotateY(360deg);
  }
  40% {
    transform: rotateY(360deg);
  }
  60% {
    transform: rotateY(720deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
/* keyframes end */
/* button css start */
.golden-button {
  touch-action: manipulation;
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  border: none;
  border-radius: 50px;
  height: 2.75em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(110, 80, 20, 0.23);
  background: white;
  border: 1px solid #3b3b3b;
  color: var(--color-black);
  /* text-shadow: 0 2px 2px rgba(250, 227, 133, 1); */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
  place-content: center;
}

.golden-button:focus,
.golden-button:hover {
  background-size: 150% 150%;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid rgba(190, 190, 190, 0.6);
  background: #000;
  color: #ffffff;
}

.golden-button:active {
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(110, 80, 20, 0.4),
    inset 0 -2px 5px 1px #b17d10,
    inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

/* button css end */
/* header start */

.navbar {
  width: 100%;
  padding: 0;
  /* background-color: var(--color-black); */
  background-color: transparent;
  /* box-shadow: 0 1px 3px rgba(226, 160, 53, 0.082); */
  transition: background-color 0.5s ease-in-out;
  /* transform: translateY(-100%); */
  position: relative;
  z-index: 9;
  position: fixed;
  top: 0;
}
.navbar .container-fluid {
  position: relative;
  z-index: 10;
}
.fixed_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  animation: slideDown 0.5s ease forwards;
  background-color: var(--theme--highlight-color);
}
.navbar .navbar-brand {
  /* z-index: 10;
  position: relative; */
}
.navbar .navbar-brand img {
  width: 280px;
  height: auto;
  padding-block: 6px;
}
.scrolled_nav {
  background-color: var(--color-black);
  box-shadow: 0 1px 3px rgba(226, 160, 53, 0.082);
}
.navbar-brand {
}
.navbar-expand-lg .navbar-nav {
  flex-wrap: wrap;
}
.top_bar {
  transition: all 0.9s ease;
}
.topbar_left a i {
  font-size: 24px;
  color: var(--color-white);
}
.topbar_left a {
  border-right: 2px solid var(--color-white);
  color: var(--color-white);
}
.topbar_socials a {
  /* padding: 5px; */
  background-color: var(--color-white);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.topbar_socials a.top_facebook {
  background-color: var(--color--facebook);
}
.topbar_socials a.top_instagram {
  background: var(--gradient--insta);
}
.topbar_socials a.top_linkedin {
  background-color: var(--color--linkedin);
}

.topbar_socials a:hover {
  animation: beat 0.5s infinite alternate;
}
.nav-item {
  padding-inline: 3px;
}
.nav-item a.nav-link {
  color: var(--color-white);
  font-weight: 600;
  transition: 0.3s ease;
  font-size: 18px;
}
.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.nav-item .nav-link:focus,
.nav-item .dropdown-menu .dropdown-item:hover {
  /* background-color: var(--color-white); */
  color: var(--color-white) !important;
  /* border-radius: 8px; */
  scale: 0.9;
}

.dropdown-menu li {
  border-bottom: 0.3px solid #424242;
}
.dropdown-menu.show {
  background-color: var(--color-black);
  padding-top: 15px !important;
  box-shadow: 1px 1px 4px rgba(104, 76, 25, 0.7);
}
.nav-item .dropdown-menu .dropdown-item {
  color: var(--color-white);
  transition: 0.3s ease;
}
/* hero banner */
.hero-banner {
  height: 90vh;
}
.hero_bg_img {
  z-index: 0;
}
.hero_path {
  width: 45%;
  z-index: 2;
}
.hero_path svg path {
  fill: #24437aa8;
}
.hero_content {
  width: 32%;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  z-index: 3;
}
.hero_content h1 {
  color: var(--color-white);
}
/* direct billing */
.directBilling {
  padding-block: 50px;
  background: rgba(51, 37, 12, 0.2);
}
.billing_slider .single_billing {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: #fff;
  border-radius: 18px;
  padding: 5px;
  border: 1px solid #eee;
}

.billing_slider .single_billing img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.35s ease;
}

.billing_slider:hover .single_billing img {
  filter: grayscale(100%) blur(2px);
  opacity: 0.7;
}

/* keep hovered item normal */
.billing_slider .single_billing:hover img {
  filter: grayscale(0) blur(0);
  opacity: 1;
}
.hero__text_content {
  top: 0;
  bottom: 0;
  left: 0%;
  width: 45%;
  /* backdrop-filter: blur(4px); */
  padding: 40px 50px 40px 40px;
  background-color: #6f8eff4f;
  /* box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6); */
  /* border: 1px solid var(--color-white); */
  place-content: center;
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 80% 100%, 0 70%, 0 30%);
}
.hero__text_content::before {
}
/* about */
.about-us {
  background-color: #ccd4f1;
  margin-top: 20px;
}
.about_img {
  width: 100%;
  height: 450px;
  border-radius: 18px;
  overflow: hidden;
}
.about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(0, 150, 255, 0.4),
    transparent
  );

  transform: skewX(-20deg);
}

/* HOVER ANIMATION */
.image_shine:hover::before {
  animation: shine 2.8s ease forwards infinite;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.why_us_usp_single_icon {
  margin-bottom: 20px;
  position: relative;
}

.why_us_usp_single_icon i {
  font-size: 60px;
  color: var(--theme--highlight-color);
  margin-inline: auto;
}
.choose_img {
  height: 550px;
}
.choose_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why_us_usp_single p {
  text-align: justify;
}
/* service */
.service {
  background-color: #ccd4f1;
}
.service_single {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.service_single_img {
  width: 100%;
  /* height: 250px; */
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  margin-top: 20px;
  padding-inline: 15px;
}
.service_single_img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  transition: all 0.3s ease;
  padding-right: 15px;
  border-right: 3px dotted var(--theme--highlight-color);
}
/* .service .row:has(:hover) .service_single:not(:hover) .service_single_img img {
  filter: grayscale(100%) blur(2px);
  opacity: 0.7;
} */
.service_single_img h5 {
  margin-left: 15px;
}
.service_single_text {
  padding: 25px;
}
/* team */
.team-1-block {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 30px;
}
.team-1-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.team-1-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.team-1-info {
  position: absolute;
  left: 42px;
  background: var(--theme--highlight-color);
  right: 0;
  bottom: 0;
  padding: 18px 30px;
}
.team-1-read-more {
  position: absolute;
  right: 30px;
  bottom: 24px;
  font-size: 35px;
}
.team-1-info-overlay {
  position: absolute;
  left: 42px;
  background: var(--theme--highlight-color);
  right: 0;
  bottom: 0;
  padding: 18px 30px;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(80px);
}
.team-1-block:hover .team-1-info-overlay {
  opacity: 1;
  transform: translateY(0);
}
.team-1-name {
  color: var(--color-white);
}
.team-1-info,
.team-1-info-overlay {
  border-radius: 15px 0 0 0;
}
.team-1-block i {
  color: var(--color-white);
}
/* banner_call_to_action */
.banner_call_to_action {
  height: 65vh;
}
.call_details {
  width: 60%;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  padding-right: 50px;
  top: 50%;
  /* transform: translateY(-50%); */
  background-color: var(--theme--highlight-color);
  z-index: 0;
}
.banner_call_to_action .container {
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.call-icon {
  display: inline-block;
  transform-origin: center;
  animation: ringShake 1.2s infinite;
}
.banner_call_to_action_img {
  z-index: -1;
}
.banner_call_to_action_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_contact_form textarea {
  height: 120px;
}
@keyframes ringShake {
  0%,
  100% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(8deg);
  }
  40% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-2deg);
  }
}
.call_action_img a {
  font-weight: 700;
  font-size: 30px;
  color: var(--color-white);
  transition: all 0.3s ease;
}
.call_action_img:hover a {
  scale: 0.9;
}
/* blogs */
.news .single_news .golden-button {
  margin-bottom: 30px;
  margin-top: auto;
}
.news .single_news .service_text .service_para {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.single_service {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  margin-block: 30px;
}
.single_service:hover {
  transform: translateY(-6px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}
.service_img {
  width: 100%;
  aspect-ratio: 1/0.45;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.service_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service_text h4 {
  margin: 20px 0;
}
.services .row .col-lg-4 {
  display: flex;
}
.brand_icon {
  top: 20px;
  right: 20px;
  width: 75px;
  aspect-ratio: 1/1;
  clip-path: circle(100%);
  position: absolute;
  z-index: 4;
}
/* site_footer */
.site_footer {
  background-color: var(--theme--highlight-color);
  padding: 50px 0;
}
.footer_list.quick_links li a {
  color: var(--color-white);
  transition: all 0.3s ease;
}
.footer_list.quick_links li a:hover {
  color: var(--color-black);
  scale: 0.97;
}
.footer_list.contact_list li {
  margin-bottom: 10px;
}
.footer_list.contact_list li a span {
  color: var(--color-white);
  transition: all 0.3s ease;
}
.footer_list.contact_list li a span:hover {
  color: var(--color-black);
  scale: 0.97;
}
.footer_list.contact_list li a i {
  font-size: 28px;
  color: var(--color-white);
  margin-right: 6px;
}
.topbar_socials a:not(:last-child) i {
  color: var(--color-white);
}
