/* -------------------------------------------------------------------------- */
/*                       Getbootstrap Root CSS Variables                      */
/* -------------------------------------------------------------------------- */

:root,
[data-bs-theme="light"] {
  /* -------------------------------------------------------------------------- */
  /*            The Color Petal I Used From: https://msglobal.co.in/            */
  /* -------------------------------------------------------------------------- */

  --bs-primary: #233069;
  --bs-primary-rgb: 35, 48, 105;
  --bs-blue: #233069;
  --bs-primary-light: #283777a0;

  --bs-secondary: #fe9800;
  --bs-secondary-rgb: 254, 152, 0;
  --bs-orange: #fe9800;

  --bs-tertiary-bg: #7cb9e8;

  --bs-white: #f5f5fd;

  --bs-primary-text-emphasis: #ffffff;
  --bs-secondary-text-emphasis: #fff;
  --bs-secondary-color: #fff;

  --bs-link-color: #3b8aff;
  --bs-link-hover-color: #1e5dba;

  --bs-body-bg: var(--bs-white);
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;

  --bs-link-color: var(--bs-primary);
  --bs-link-color-rgb: var(--bs-primary-rgb);
  --bs-link-decoration: none;
  --bs-link-hover-color: var(--bs-secondary);
  --bs-link-hover-color-rgb: var(--bs-secondary-rgb);

  --bs-offcanvas-width: 350px;
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), 0.25);

  --swiper-theme-color: var(--bs-primary);
}

/* Selector */
::selection {
  color: var(--bs-white);
  background: gray;
  font-weight: 900;
  filter: brightness(0.6);
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  /* border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey;
}

.fs-6 {
  font-size: 14px;
}
body {
  scroll-behavior: smooth;
}
/* -------------------------- Popup For Displaimer -------------------------- */

.pop-parent {
  height: 100%;
  width: 100%;
  background: #00000030;
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  display: none;
  backdrop-filter: blur(15px);
}

.pop-up {
  max-height: 85%;
  min-width: 60%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: auto;
  font-size: 12px;
}

.scroll-lock {
  overflow: hidden;
}
@media (max-width: 767px) {
  .pop-up {
    min-width: 90%;
  }
}
/* ----------- Imported External CSS for Number counting animation ---------- */

@import url("https://rsms.me/inter/inter.css");

/* -------------------------------------------------------------------------- */
/*                 Navigation Tabs Hover Effect CSS Variables                 */
/* -------------------------------------------------------------------------- */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 1px;
}
/* .navv {
  display: none;
} */
.offcanvas {
  bottom: unset;
  height: 100vh;
}
.subtitle {
  font-size: 10px;
}

.navbar {
  color: #f5f5fd;
  /* animation: fadeInn 0.5s; */
}

.fadeout {
  animation: fadeOut 0.5s;
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--bs-secondary);
}

.navbar .navbar-nav .nav-link {
  color: var(--bs-primary);
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.navbar .navbar-nav .active::after {
  transform: translate(-50%, -50%) !important;
  top: 95%;
  left: 50%;
  display: block;
  position: absolute;
  content: "-";
  min-width: 40px;
  height: 5px;
  background: var(--bs-secondary);
  color: white;
  border-radius: 10px;
  font-size: 0px;
  transition: all 0.2s ease-in-out;
}

.offcanvas.offcanvas-end {
  width: 330px;
}

/* .active{
  position:relative;
}

.line{
  position:absolute;
  /* transform: translate(-50%,-50%)!important; *
  /* top:90%; *
  /* left:50%; *
  min-width:30px;
  height:5px;
  background: var(--bs-secondary);
} */

.navtitle {
  font-size: 1.25rem !important;
  max-width: 430px;
}

.navimg {
  width: 70px;
}

.progress-container {
  width: 100%;
  height: 3px;
  animation: fadeInn 0.5s;
  /* background: #ccc; */
}

.progress-bar {
  height: 3px;
  background: var(--bs-secondary);
  width: 0%;
}

#back-to-top {
  display: none;
}

#back-to-top .topp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0px;
  color: var(--bs-white);
  background: var(--bs-primary-light);
  z-index: 999;
  font-size: 26px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 47px;
  border-radius: 10px;
}

@media (max-width: 1000px) {
  .navtitle {
    max-width: 378px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav .active::after {
    left: 10%;

    min-width: 40px;
  }

  .navimg {
    width: 60px;
  }

  .navtitle {
    font-size: 1.1rem !important;
  }
}

/* -------------------------------------------------------------------------- */
/*                               Hero Section CSS                             */
/* -------------------------------------------------------------------------- */
.main-title {
  font-size: 60px;
  letter-spacing: 12px;
}
.hero-section {
  /* background: linear-gradient(0deg, rgb(130 128 170), rgba(0, 0, 0, 0.6)), url(../img/bg9.jpg) no-repeat center; */
  background: linear-gradient(
      180deg,
      rgba(35, 48, 105, 0.5) 0%,
      rgba(35, 48, 105, 0.8) 100%
    ),
    url(../img/bg11.jpg) no-repeat center;
  background-size: cover;
  height: 100vh;
  /* filter: blur(2px); */
}

.hero-logo {
  filter: drop-shadow(-7px 0px 10px rgba(0, 0, 0, 0.42));
}
@media (max-width: 767px) {
  .main-title {
    font-size: 250%;
    letter-spacing: 6px;
  }
}
/* -------------------------------------------------------------------------- */
/*                               Multiple Section CSS                         */
/* -------------------------------------------------------------------------- */

section .section-starting h3 {
  /* class="fs-2 fw-bolder my-2" */
  font-size: 2rem;
  font-weight: 700;
  color: var(--bs-primary);
}

section .section-starting .tiny-description {
  font-size: 13px;
  font-weight: 400;
  color: var(--bs-primary);
  /* border-bottom: 1px solid #000; */
}

section .section-starting .description {
  font-size: 15px;
  font-weight: 400;
  color: var(--bs-primary);
}

section .section-starting .design-parent {
  width: 100px;
  height: 2px;
  background: #aaa;
}

section .section-starting .design-child {
  width: 30px;
  height: 6px;
}

section p span {
  color: var(--bs-secondary);
  font-size: 18px;
  font-weight: 500;
}

section h4 span {
  color: var(--bs-primary);
  font-weight: 600;
}

section .rounded-button {
  border-radius: 10px;
  background-color: var(--bs-secondary);
  color: white;
  /* width:100%; */
}

section .rounded-button:hover {
  background-color: var(--bs-primary);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

section .rounded-button:active {
  color: #000;
  background-color: var(--bs-secondary);
}

section .svg-img {
  min-height: 70px;
}

section .svg-img img {
  max-height: 60px;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
  box-shadow: rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.cursor-pointer {
  cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/*                              Intro Secrion CSS                             */
/* -------------------------------------------------------------------------- */

swiper-container {
  width: 100%;
  height: 100%;
  background: #000;
}

swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}

swiper-slide .subtitle {
  font-size: 21px;
}

swiper-slide .text {
  font-size: 14px;
  /* max-width: 400px; */
  line-height: 1.3;
}

.intro-design {
  height: 10px;
  width: 100px;
  left: 8%;
  top: -100%;
}
/* .photo-section img{
  width:250px;
} */

@media (min-width: 767px) {
  .person-2-design {
    left: 70%;
  }
}

.intro-logo {
  height: 180px;
  width: 180px;
}
.intro-logo img {
  width: 130px;
}

.footer-logo {
  height: 80px;
  width: 80px;
}

.intro-texts {
  background: rgba(var(--bs-primary-rgb), 0.4);
  border: 1px solid var(--bs-secondary);
}

/* .person-2{
    border:3px solid var(--bs-secondary);
    border-bottom:none;
} */

.intro-texts h3 {
  font-size: 1.5rem;
}

.intro-texts h5 {
  font-size: 1.2rem;
}

.intro-texts .degree-part {
  border-bottom: 1px solid var(--bs-secondary);
  padding-bottom: 5px;
}

.intro-texts p {
  font-size: 13px;
}

.intro-texts span {
  color: var(--bs-secondary);
}

.intro-div {
  background: linear-gradient(
      180deg,
      rgba(24, 24, 24, 0.5) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url(../img/bg10.jpeg);
  background-attachment: fixed;
  background-position: center;
  /* / background-color:#1c2765; / */
  background-size: cover;
  overflow: hidden;
  /* / backdrop-filter: blur(8px); / */
}

@media (max-width: 767px) {
  .intro-logo {
    height: 150px;
    width: 150px;
  }
  .intro-logo img {
    width: 110px;
  }
}
/* -------------------------------------------------------------------------- */
/*                             Service Section CSS                            */
/* -------------------------------------------------------------------------- */

section .service-svg-img {
  /* margin-top: -30px; */
  min-height: 120px;
}

section .service-svg-img img {
  width: 230px;
  transition: width 0.5s;
  /* filter: drop-shadow(2px 2px 15px #22222240); */
}

.service-container {
  position: relative;
  min-height: 300px;
  max-height: 300px;
  min-width: 100%;
  color: var(--bs-primary);
  cursor: pointer;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
  height: 100%;
  overflow: hidden;
}

.service-container:hover {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.service-container:hover > p {
  animation: myAnim 1s ease 0s 1 normal forwards;
  display: block;
}
.service-container:hover > ul {
  animation: myAnim 1s ease 0s 1 normal forwards;
  display: block;
}
.service-container:hover > .service-svg-img img {
  width: 150px;
}

.service-heading {
  min-height: 30px;
}

.service-container p,
.service-container ul {
  display: none;
  font-size: 13px;
  text-align: center;
  color: var(--bs-primary-light);
}

.service-container li {
  font-size: 13px;
  color: var(--bs-primary-light);
}

.service-heading h4 {
  font-size: 17px;
}
@media (max-width: 575px) {
  .service-container {
    min-height: 300px;
    max-height: 300px;
  }
}

@media (min-width: 767px) {
  .service-container {
    min-height: 350px;
    max-height: 350px;
  }
}

/* -------------------------------------------------------------------------- */
/*                             Highlights Section                             */
/* -------------------------------------------------------------------------- */

.highlights-div {
  background: linear-gradient(
      0deg,
      rgba(35, 48, 105, 0.8),
      rgba(35, 48, 105, 0.8)
    ),
    url(../img/bg12.jpg);
  /* background-color:#1c2765; */
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: var(--bs-white);
}

.highlights-div h4 {
  font-size: 1.275rem;
}

/* -------------------------------------------------------------------------- */
/*                                Blogs Section                               */
/* -------------------------------------------------------------------------- */

.gallary-img {
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}
.image-desc-card {
  font-size: 13px;
}
.gallary-img:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.swiper-slide {
  position: relative;
}

.image-desc-card {
  height: 0;
}

.gallary-img:focus .image-desc-card,
.gallary-img:hover .image-desc-card {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: 999;
  background-color: var(--bs-secondary);
  width: 100%;
  padding: 15px;
  transition: 0.5s;
  color: var(--bs-primary);
}
#blogs .collapse {
  animation: leftInn 1s;
}
/* 
.services-card-description{
  width:130px;
  max-height:20px;
} */
/* -------------------------------------------------------------------------- */
/*                               Footer Section                               */
/* -------------------------------------------------------------------------- */
footer {
  color: var(--bs-white);
}
footer ul {
  color: var(--bs-white);
  list-style-type: none;
  padding-left: 0;
  line-height: 1.8;
  font-size: 15px;
}

footer .subtitle {
  font-size: 16px;
}
.footer-title {
  max-width: 240px;
}
.footer-bg {
  background-color: var(--bs-secondary);
  font-size: 13px;
  font-weight: 500;
  color: black;
}

.footer-bg a {
  color: var(--bs-primary);
  font-weight: 600;
  text-decoration: none;
}

.footer-bg a:hover {
  color: var(--bs-white);
}

.footer-menu-items {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .footer-title {
    max-width: 60%;
  }
}

/* -------------------------------------------------------------------------- */
/*                         Font Awesome Custom Colors                         */
/* -------------------------------------------------------------------------- */

#footer .fa {
  color: var(--bs-white);
}

#footer .fa:hover {
  color: var(--bs-secondary);
}

#footer .fa-instagram:hover,
.fa-instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer .fa-linkedin:hover,
.fa-linkedin:hover {
  color: #0072b1;
}

#footer .fa-pinterest-p:hover,
.fa-pinterest-p:hover {
  color: #e60023;
}

#footer .fa-whatsapp:hover,
.fa-whatsapp:hover {
  color: #25d366;
}

/* -------------------------------------------------------------------------- */
/*                        Custom Animation for Heading                        */
/* -------------------------------------------------------------------------- */

@keyframes rotation {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes leftInn {
  0% {
    transform: translate(-200px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInn {
  0% {
    transform: translate(0, -200px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fadeOut {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -200);
    opacity: 0;
  }
}

@keyframes myAnim {
  0% {
    opacity: 0;
    display: none;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

.text-heading {
  font-size: 44px;
  /* border-bottom: 2px solid var(--bs-secondary); */
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.my-text-shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.no-decoration a {
  text-decoration: none;
}

/**
* ----------------------------------------
* animation tracking-in-expand
* ----------------------------------------
*/
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 1s cubic-bezier(0.215, 0.61, 0.355, 1)
    1s both;
  animation: tracking-in-expand 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation tracking-out-contract
 * ----------------------------------------
 */

.tracking-out-contract {
  -webkit-animation: tracking-out-contract 1s
    cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: tracking-out-contract 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes tracking-out-contract {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}

@keyframes tracking-out-contract {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.1s
    both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.1s both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */

.rotate-center {
  animation: rotate-center 0.6s ease-in-out both;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**
 * ----------------------------------------
 * Whatsapp
 * ----------------------------------------
 */
 .whatsapp-pull-button {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background-color: #25d366;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: width 0.4s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.whatsapp-pull-button:hover {
  width: 180px;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

.whatsapp-icon img {
  width: 100%;
  height: auto;
}

.whatsapp-content {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px;
  opacity: 0;
  color: white;
  /* transform: translateX(50px); */
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.whatsapp-pull-button:hover .whatsapp-content {
  opacity: 1;
  transform: translateX(0);
}

.big-text {
  font-size: 16px;
  font-weight: bold;
}

.small-text {
  font-size: 11px;
}


/** 
 * 
 * https://animista.net
 *
 */
