/********** Template CSS **********/
:root {
  --primary: #06a3da;
  --secondary: #34ad54;
  --light: #eef9ff;
  --dark: #091e3e;
  background-color: rgb(13, 13, 13);
}
.bg-primary {
  background-color: #fbbd00 !important;
}

body {
  font-family: "Poppins", serif;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.container {
  background-color: none;
  background: none;
}

.hero-container {
  background-color: none;
  background: none;
  position: absolute;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
  font-family: "Poppins", serif;
  font-weight: 800;
}

h3,
h4,
.fw-semi-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
}

h5,
h6,
.fw-medium {
  font-family: "Poppins", serif;
  font-weight: 600;
}

p {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-size: 18px;
}
/*** Button ***/
.btn {
  font-family: "Poppins", serif;
  font-style: normal;
  font-weight: 600;
  transition: 0.5s;
}
.btn-primary,
.btn-secondary {
  color: #000;
  box-shadow: inset 0 0 0 50px transparent;
  border-radius: 100px;
  background-color: #fbd400;
  border-color: #fbd400;
}
.btn-primary:hover {
  box-shadow: inset 0 0 0 0 #939393;
  color: #c3c3c3;
  background-color: #000;
  border-color: #fbd400;
}
.btn-secondary:hover {
  box-shadow: inset 0 0 0 0 #c3c3c3;
  color: #1b1b1b;
  background-color: #000;
  border-color: #fbd400;
}
.btn-square {
  width: 36px;
  height: 36px;
}
.btn-sm-square {
  width: 30px;
  height: 30px;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/*** Navbar ***/

.d-lg-block {
  border-bottom: 1px solid #2c2c2c;
}
.text-light {
  color: rgba(255, 243, 83, 0.5) !important;
}
.btn-outline-light {
  color: rgba(255, 243, 83, 0.5) !important;
  border-color: #0d0d0d !important;
}
.btn-outline-light:hover {
  background-color: rgba(255, 243, 83, 0.5) !important;
}
.navbar-dark .navbar-nav .nav-link {
  font-family: "Poppins", serif;
  position: relative;
  margin-left: 25px;
  padding: 35px 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
  text-align: center;
  clear: both;
}
.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 20px;
  color: #c2b466;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fbd400;
}
.navbar-dark .navbar-brand h1 {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: #ffd800;
  border-color: #ffd800;
}
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
  .d-none {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: static !important;
  }
  .mobile-padding {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .d-none {
    display: block !important;
  }
  .display-none {
    display: none;
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  padding: 10px;
  background: linear-gradient(310deg, #fbd400 0%, #f0e4a3 100%);
}
.dropdown-item {
  color: #000;
  font-size: 14px;
  transition: 1.5s linear;
  font-weight: 600;
}
.dropdown-item:hover {
  color: #c3c3c3 !important;
  background-color: #000 !important;
}
@media (max-width: 992px) {
  .banner-text {
    margin: auto;
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .sticky-top.navbar-dark {
    position: relative;
  }
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    color: #ffd800;
  }
  .navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}
@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .sticky-top.navbar-dark {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
  }
  .navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: linear-gradient(
      90deg,
      rgba(251, 212, 0, 1) 0%,
      rgba(251, 212, 0, 1) 50%,
      rgba(251, 212, 0, 1) 100%
    );
    transition: 0.5s ease;
  }
  .navbar-dark .navbar-nav .nav-link:hover::before,
  .navbar-dark .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }
  .navbar-dark .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
  .sticky-top.navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}
@media (min-width: 767.98px) {
  .footer-about {
    margin-bottom: -75px;
  }
}
/*************************headlinr-animation************************/
/*** Section Title ***/
.section-title {
  text-align: center;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #fbd400;
  border-radius: 2px;
}
.section-title.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.section-title.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.section-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #0d0d0d;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.section-title.section-title-sm::after {
  width: 4px;
  height: 3px;
}
.section-title.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.section-title.section-title-sm::after {
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}

@keyframes section-title-run {
  0% {
    left: 0;
  }
  50% {
    left: 145px;
  }
  100% {
    left: 0;
  }
}

@keyframes section-title-run-center {
  0% {
    left: 50%;
    margin-left: -75px;
  }
  50% {
    left: 50%;
    margin-left: 45px;
  }
  100% {
    left: 50%;
    margin-left: -75px;
  }
}

@keyframes section-title-run-sm {
  0% {
    left: 0;
  }
  50% {
    left: 85px;
  }
  100% {
    left: 0;
  }
}

/*************************banner************************/

.banner {
  position: relative;
  min-height: 100vh;
}

.banner .banner-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}
.banner-p {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 3px;
  padding: 20px 0;
}

/*************************About-us************************/
.about-text {
  margin-top: 150px;
  text-align: center;
}
.about-text h4 {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0px;
  padding: 20px 0;
  color: #d4d4d4;
}
.about-text p {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: -3px;
  padding: 20px 0;
  color: #606060;
}

/*************************service************************/

.service-box h4 {
  position: relative;
}
.service-box h4 {
  font-size: 40px;
}
.service-image {
  text-align: center;
  padding: 50px;
  margin: 50px 0;
  background-color: #1d1d1d;
  border-radius: 30px;
  border: 1px solid #262626;
  opacity: 1;
  display: block;
  width: 100%;
  height: 500px;
  transition: 0.5s ease;
  backface-visibility: hidden;
  position: relative;
}

.service-image:hover {
  border: 1px solid #fbd400;
  transition: 0.5s ease;
}
.service-text-box {
  opacity: 1;
  transition: 0.5s ease;
}

.service-text-box img {
  width: 100%;
}
.service-image:hover .service-text-box {
  opacity: 0.1;
}

.service-text-box h3 {
  color: #cccccc;
  font-size: 36px;
  line-height: 28px;
  font-weight: 500;
  padding: 20px 0;
  padding-top: 42px;
}

.service-btn {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 999;
}

.service-image:hover .service-btn {
  opacity: 1;
}

.sevirce-box-2 {
  padding: 20px;
  margin: 50px 0;
  background-color: #1d1d1d;
  border-radius: 30px;
  border: 1px solid #262626;
  opacity: 1;
  height: 240px;
}
.sevirce-box-2 img {
  width: 100%;
}
.sevirce-box-2 h4 {
  color: #cccccc;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  padding: 20px 0;
}

.sevirce-bottom {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
.sevirce-bottom a {
  padding: 22px 20px;
  background-color: #1d1d1d;
  border-radius: 30px;
  border: 1px solid #262626;
  opacity: 1;
  color: #cccccc;
  transition: 0.5s ease;
  width: 100%;
  display: inline-block;
}
.sevirce-bottom a:hover {
  color: #e9c605;
  border: 1px solid #e9c605;
}
/**********************work-box start******************/
.work-box {
  margin-top: 100px;
  margin-bottom: 80px;
  position: relative;
  transition: 0.5s ease;
}
.work-box img,
h3,
.hover-box .text h4 {
  display: inline-block;
  color: #cccccc;
}
.work-box h3 {
  position: relative;
}
.work-box h3::after {
  position: absolute;
  content: "";
  background-image: url(../img/worlflow-arrow.png);
  width: 200px;
  height: 203px;
  top: -83px;
  left: -45px;
  bottom: 0px;
}
.hover-box {
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 30px;
  opacity: 0;
  transition: 0.5s ease;
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
  width: 0%;
  height: 245px;
}
.text {
  position: absolute;
  top: 115px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  opacity: 0;
  transition: 0.6s ease;
}
.work-box:hover .hover-box {
  opacity: 1;
  width: 100%;
}
.work-box:hover .hover-box .text {
  opacity: 1;
}
/*******client*******/
.client {
  background-color: #0d0d0d;
  padding: 50px;
  margin: 30px 0;
}
.client img {
  margin: 0 50px;
}
.client i {
  color: #262626;
  font-size: 30px;
  opacity: 0.3;
}
.fotter h5 {
  font-weight: 400;
  color: #aa9113;
  font-size: 40px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.fotter p {
  display: inline-block;
}
.fotter i {
  display: inline-block;
  color: #ebebeb;
  font-size: 30px;
  padding: 0 50px;
  opacity: 1 !important;
}
.fotter-botom {
  padding: 50px 5px 5px 10px;
}
.fotter-botom a {
  color: #ffd800;
  font-size: 16px;
  padding-right: 8px;
  transition: 0.5s ease;
}
.fotter-botom a:hover {
  color: #ebebeb;
}
@media only screen and (max-width: 992px) {
  .fotter i {
    opacity: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .banner {
    margin-top: -10px;
  }
  h1 {
    font-size: 40px;
  }
  .banner-p {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .service-image {
    height: auto;
  }
  .service-btn {
    left: 35%;
  }

  .sevirce-box-2 {
    height: auto;
    text-align: center;
  }

  .about-text p {
    font-size: 33px;
    letter-spacing: 0px;
  }
  .about-text {
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .sevirce-bottom {
    margin-bottom: 30px;
  }
  /*--------------abouut-us**********/
  .advantage-item {
    display: block;
    width: 100% !important;
  }
  .advantage-item::before {
    opacity: 0;
  }
  /*------------- contact-us***********/
  .contact-us-form {
    margin-top: 30px;
  }
}

/******************************************************* iner page********************************************/
/****************About-US***************/

.banner-inner {
  position: relative;
  background: url(../img/About_us.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .banner-inner {
    padding: 180px 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-inner {
    padding: 100px 0 100px;
    padding-left: 8%;
    padding-right: 8%;
  }
}
.banner-inner .banner-text h2 {
  font-size: 40px;
  color: #cccccc;
}
.about-agency {
  margin: 50px 0;
}
.about-scrool {
  background-color: #ffd800;
  padding: 30px 50px;
  margin: 0px 0 30px;
  color: #1b1a1a;
  font-size: 16px;
  font-weight: 600;
}
.about-agency-content {
  position: sticky;
  top: 100px;
  padding-right: 35px;
}
.section-title {
  margin-bottom: 40px;
}
.about-agency-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
  border-left: 1px solid #252525;
  gap: 50px 30px;
}
.about-agency-item .icon-box {
  margin-bottom: 20px;
}
.about-agency-item .icon-box img {
  max-width: 40px;
}
.agency-item-content h3 {
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.agency-item-content h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  background: url(../img/dot-yellown-icon.png) no-repeat;
  background-position: left center;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.advantage-item-list {
  display: flex;
  gap: 30px 100px;
  flex-wrap: wrap;
}
.advantage-item {
  position: relative;
  text-align: center;
  width: calc(33.33% - 66.67px);
}
.advantage-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  background-color: #252525;
  width: 1px;
  height: 100%;
}
.advantage-item .icon-box {
  margin-bottom: 30px;
}
.advantage-item-content h5 {
  color: #d4d4d4;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.advantage-item .icon-box img {
  width: auto;
  padding: 10px;
  transition: 0.5s ease;
  border: 1px solid rgba(223, 223, 223, 0);
}
.advantage-item:hover .icon-box img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  border: 1px solid rgba(223, 223, 223, 0.3);
}

/***************** contact-us***********/
.page-contact-us {
  margin: 150px 0;
}
.contact-about-text {
  margin-top: 0;
}
.contact-info-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-info-box .info-box-1,
.contact-info-box .info-box-2 {
  position: relative;
  width: 100%;
  border: 1px solid rgba(223, 223, 223, 0.3);
  border-radius: 30px;
  padding: 30px 40px;
  overflow: hidden;
}
.contact-info-box .info-box-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-info-box .info-box-2 .contact-item-content {
  width: calc(100% - 80px);
}

.contact-us-form {
  position: relative;
  padding: 50px;
  border: 1px solid rgba(223, 223, 223, 0.3);
  border-radius: 30px;
  margin-left: 30px;
}
.contact-us-form form .form-control {
  font-size: 16px;
  font-weight: 400;
  color: #f39f10;
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid rgba(223, 223, 223, 0.8);
  border-radius: 10px;
  outline: none;
  box-shadow: none;
}
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: center;
}
.popup.show {
  display: block; /* Show the popup */
}
.contact-form-btn .btn-highlighted {
  width: 100%;
  text-align: center;
  background: #ffd800;
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #ffd800;
  transition: 0.5s ease;
}
.contact-form-btn .btn-highlighted:hover {
  background: #252525;
  border: 1px solid #ffd800;
  color: #ffd800;
}

.icon-box {
  display: inline-block;
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.google-map-iframe,
.google-map-iframe iframe {
  width: 100%;
  height: 600px;
  border-radius: 30px;
}
.google-map-iframe iframe {
  filter: grayscale(1);
  transition: 0.5s ease;
}
.google-map-iframe iframe:hover {
  filter: grayscale(0);
}
.align-center {
  text-align: center;
}
.banner-inner p {
  text-align: justify;
}
.service-content h2 {
  color: #e9c605 !important;
}
.service-content p {
  text-align: justify !important;
}
.service-content b {
  font-weight: bold !important;
}

.__avatar path,
.avatarContainer path {
  fill: #e9c605 !important;
}
@keyframes pulsing {
  100% {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.floating_btn {
  position: fixed;
  left: 0rem;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
@media only screen and (max-width: 991px) {
  .floating_btn {
    bottom: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .floating_btn {
    bottom: 0rem;
  }
}
.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 3rem;
  height: 3rem;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.chat-button-variant-2.noupe-agent {
  background-color: #e9c605 !important;
}
.animated-scroll {
  position: fixed;
  height: 5px;
  background-color: #e9c605;
  min-height: 5px;
  top: 0;
  left: 0;
  z-index: 99999999999999;
}
.ai-agent-chat-avatar {
  height: 60px !important;
  width: 60px !important;
}
@media (min-width: 992px) {
  .dropdown-menu {
    top: 100%;
    right: 0%;
  }
}
