/* font-famaly-hear */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lustria&display=swap');
/* font-famaly-hear-end */

/* root */
:root {
  --dm-sans: "DM Sans", sans-serif;
  --lustria: "Lustria", serif;

  --white-color: #fff;
  --black-color: #000;

  --primary: #000;
  --secondary: #000;

  --hover-colo: #000;

  --body-color: #F0ECE4BF;
  --heading-color: #F0ECE4;
}

/* root */

/* defaults-css-start */
html {
  font-size: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-family: var(--dm-sans);
  font-size: 16px;
  font-weight: 400;
}

body {
  background-color: #1E1D1D !important;
    --bs-bg-opacity: 1;

}

a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--lustria);
  color: var(--heading-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

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

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: var(--body-color);
  margin-bottom: 15px;
}

label {
  color: var(--body-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

/* defaults-css--end */

/* theme-css */

.bg-dark {
  background-color: #1E1D1D !important;
}

.btn {
  padding: 17px 50px;
  font-size: 14px;
  font-family: var(--dm-sans);
  font-weight: normal;
  line-height: 18px;
  border-radius: 0px;
  text-transform: uppercase;
}

.btn-outline-dark {
  border-color: #F0ECE480;
  background-color: transparent;
  color: #F0ECE4;
}

.btn-outline-dark:hover {
  border-color: #F0ECE480;
  background-color: #F0ECE480;
  color: #F0ECE4;
}

/* theme-css-end */
/* Customized Bootstrap CSS Start */
.fs-2 {
  font-size: 50px !important;
  line-height: 1.3;
}

/* Customized Bootstrap CSS End */


/* ======== header style start ============ */
.header {
  position: absolute;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 1111;
}

.header .navbar-nav li.nav-item a.nav-link {
  color: #F0ECE480;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0px;
}

.header .navbar-nav {
  gap: 75px;
  padding-left: 100px;
}

.ocontent {
  position: absolute;
  top: 50%;
  transform: translate(15%, -50%);
  display: none;
  width: 64%;
}

/* .collapsing-blocks .block.openblock:first-child .ocontent {
  opacity: 1;
} */

.block.openblock .ocontent {
  display: block;
  opacity: 0;
}

.block.openblock .ocontent.opac {
  opacity: 1;
}

.header a.btn.btn-outline-dark {
  padding: 12px 29px;
  font-size: 14px;
  line-height: 18px;
}

.header .navbar-nav li.nav-item a.nav-link:hover {
  color: #97B3DF;
}

.header .navbar {
  padding: 22px 0px;
  background: #1E1D1D;
}

.navbar-toggler {
  color: #F0ECE480;
  font-size: 25px;
  border: 1px solid #F0ECE480;
  border-radius: 0px;
  padding: 6px 11px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
}

/* ======== header style end ============ */

/* ======== hero style start ============ */


.hero-area {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

.hero-content h1 {
  font-size: 130px;
  line-height: 128px;
  margin-bottom: 20px;
}

.hero-cotnent--desc {
  max-width: 550px;
}

.hero-cotnent--desc p {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0px;
}

.hero-bg-text {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 6000px;
  height: 100%;
  transform: translate(-329px, -65px);
  z-index: -1;
  animation: bganimate;
  animation-duration: .5s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  pointer-events: none
}

@keyframes bganimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}

.hero-bg-text h2 {
  font-size: 598.17px;
  line-height: 510px;
  color: #272626;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.svg-anim img {
  position: absolute;
    left: 9px;
    bottom: -19px;
    max-width: 125%;
    width: 330px;
}

.svg-anim svg {
  position: absolute;
  left: 2px;
  bottom: -11px;
  max-width: 100%;
  width: 387px;
  top: 107px;
}

.block.openblock {
  background: #243a9a;
}
.block {
  background: #0e1b51;
  padding: 27px 31px 40px;
  min-height: 600px;
  border-bottom: 1px solid #1E1D1D33;
  border-right: 1px solid #1E1D1D33;
  /* gap: 12px; */
  position: relative;
  display: inline-block;
  width: 10%;
  transition: .5s ease;
}

.block.openblock {
  width: 67%;
  transition: .5s ease;
}

.ocontent h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  font-size: 50px;
}

.ocontent p {
  font-size: 20px;
}


.ctitle {
  position: absolute;
    bottom: 0;
    width: 500px;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 3% -50%;
}

.ctitle h3 {
  font-size: 35px;
}

.block.openblock .ctitle {
  display: none;
}

.collapsing-blocks {
  /* grid-template-columns: repeat(5, 1fr);
    display: grid;
    grid-template-rows: repeat(2, 0fr); */
}

.underline-container {
  width: 350px;
  height: 33px;
  overflow: hidden;
  position: absolute;
}

.underline-svg {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0); /* Start hidden by clipping it fully from the right */
  animation: reveal 1s ease-in-out forwards;
  animation-delay: 1s;
}

#about .svg-anim svg {
  position: absolute;
  left: 9px;
  top: auto;
  bottom: -20px;
  max-width: 100%;
  width: 330px;
}



.svg-anim {
  position: relative;
  display: inline-block;
}

/* ======== hero style end ============ */

/* ======== work-area style start ============ */
.work-title span.pretitle,
.features-title span.pretitle {
  font-size: 40px;
  line-height: 38px;
  color: #97B3DF;
  font-family: var(--lustria);
  display: block;
  margin-bottom: 14px;
}

.block:hover {
  cursor: pointer;
}

.work-title span.pretitle {
  color: #97B3DF;
}

.work-title h2,
.features-title h2 {
  font-size: 70px;
  line-height: 70px;
  color: #F0ECE4;
}

.features-area {
  padding: 200px 0px 200px;
}

.work-area {
  padding: 0 0px 200px;
}

.work-title {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
}


.work-wrapper {
  max-width: 770px;
  margin: 0 auto;
}

.work-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.work-inner::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #FFFFFF80;
  z-index: -1;
}

.work-item {
  max-width: 338px;
}

.work-item h2 {
  font-size: 70px;
  line-height: 65px;
  color: #F0ECE4;
  margin-bottom: 28px;
}

.pleft {
  /* display: inline-block; */
  display: inline-flex;
  vertical-align: middle;
}

.pright {
  display: block;
  vertical-align: middle;
  margin-top: 50px;
  margin-left: 50px;
}

.pright h4 {
  border-bottom: 1px solid;
  font-size: 30px;
}

.pright p {
  padding-right: 50px;
}

.whitedivide {
  height: 1px;
  width: 80%;
  margin: 0 auto;
  background: white;
}

.processblock {
  display: flex;
  border: 1px solid white;
  padding: 50px 0 50px 50px;
}

.engagement-bottom {
  border-top: .5px solid gray;
  padding-top: 50px;
}

.pleft h2 {
  font-family: var(--lustria);
  font-size: 200px;
  color: gray;
  padding: 16px 0 30px;
}

.work-item h2 span {
  display: block;
  color: #F0ECE480;
  margin-bottom: 4px;
}


.work-item--text p {
  font-size: 18px;
  line-height: 24px;
  color: #F0ECE4BF;
  margin-bottom: 0px;
}

.work-inner .work-item:nth-child(odd) {
  margin: 0 0 0 auto;
}


.svg-anim img.circle-svg {
  width: calc(100% + 22px);
  max-width: inherit;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#about .svg-anim svg.circle-svg {
  width: calc(100% + 22px);
  max-width: inherit;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  animation: circlereveal 1s ease-in-out forwards;
  animation-delay: 2s;
}


/* ======== work-area style end ============ */

/* ======== featuresarea style start ============ */

.features-area {
  background-color: #F0ECE4;
}

.features-title {
  margin-bottom: 120px;
}

.features-title span.pretitle {
  color: #253A99;
}

.features-title h2 {
  color: #1E1D1D;
}



.feature-item {
  padding: 27px 31px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 435px;
  border-bottom: 1px solid #1E1D1D33;
  border-right: 1px solid #1E1D1D33;
  gap: 12px;
}


.get-in-touch-section .features-grid {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 0fr);
}


.features-grid {
  border: 1px solid #1E1D1D33;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: none;
  border-bottom: none;
}

.feature-title h3 {
  color: #1E1D1D;
  font-size: 35px;
  line-height: 44px;
}

.feature-item--desc p {
  color: #1E1D1D;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}

/* ======== featuresarea style end ============ */


/* ======== engagement sections style start ============ */
.engagement-section {
  padding: 200px 0;
}

.engagement-sub-para {
  font-size: 25px;
  color: #97B3DF;
  line-height: normal;
  font-family: var(--lustria);
  margin-top: 10px;
}

.engagement-content .section-heading {
  margin-bottom: 70px;
}

.single-engagement {
  /* border-top: 1px solid rgba(240, 236, 228, 0.5); */
  line-height: normal;
  color: var(--heading-color);
  height: 100%;
}

.engagement-number {
  font-family: var(--lustria);
  font-size: 125px;
  padding: 16px 0 30px;
  color: #97B3DF;
}

.engagement-items {
  margin-top: 150px;
}

.engagement-title {
  font-size: 35px;
}

.engagement-btn {
  color: var(--heading-color);
  transition: all .3s ease-in-out;
}

.engagement-btn::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.75);
  transition: all .3s ease-in-out;
}

.engagement-btn:hover {
  color: var(--body-color);
}

.engagement-btn:hover::after {
  width: 40%;
  background-color: var(--body-color);
}

/* ======== engagement sections style end ============ */

/* ======== get-in-touch sections style start ============ */
.get-in-touch-section {
  padding: 165px 0 130px;
  background-color: #253A99;
}

.get-in-touch-wrapper {
  max-width: 920px;
}

.get-in-touch-wrapper .section-heading {
  font-size: 92px;
  line-height: normal;
  margin-bottom: 75px;
}

.get-in-touch-wrapper .section-heading span {
  background-color: #97B3DF;
  padding: 0 5px;
}

.git-obj {
  right: 0;
  top: 18%;
  margin-right: -110px;
}

.git-obj img {
  max-height: 480px;
}

/* ======== get-in-touch sections style end ============ */

/* ======== faq sections style start ============ */
.faq-section {
  padding: 150px 0;
}

.faq-pretitle {
  font-size: 30px;
  font-family: var(--lustria);
  color: #97B3DF;
}

.faq-accordion .accordion,
.faq-accordion .accordion-button,
.faq-accordion .accordion-button:not(.collapsed) {
  --bs-accordion-bg: transparent;
  background-color: transparent;
  box-shadow: unset;
}

.faq-accordion .accordion-item {
  border-bottom: 1px solid #f0ece480 !important;
}

.faq-accordion .accordion-button:focus {
  border: unset;
  box-shadow: unset;
}

.faq-accordion .accordion-button {
  color: var(--heading-color);
  font-size: 25px;
  line-height: normal;
  font-family: var(--lustria);
  font-weight: 400;
  padding: 22px 0;
  justify-content: space-between;
  gap: 25px;
}

.faq-accordion .accordion-button::after {
  display: none;
}

.accordion-icon {
  margin-top: -5px;
  transition: all .3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(-180deg);
}

.faq-accordion .accordion-body {
  padding-top: 0;
}

.faq-accordion .accordion-para {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: normal;
  color: var(--heading-color);
}

/* ======== faq sections style end ============ */


/* ======== footer style start ============ */


.footer-main {
  padding-top: 40px;
  border-top: 1px solid #F0ECE480;
}

.footer-content h2 {
  margin-bottom: 34px;
}

.footer-content a.link {
  color: #F0ECE4;
  text-decoration: none;
  font-weight: bold;
}

.footer-content a.link:hover {
  text-decoration: underline;
}

.footer-menu li a {
  color: #F0ECE4;
  text-decoration: none;
  display: block;
  padding: 15px 0px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
}

.footer-menu li:first-child a {
  padding-top: 0px;
}

.footer-menu li:hover a {
  text-decoration: underline;
  color: #97B3DF;
}

.footer-copy {
  padding: 50px 0px;
}

.footer-copy p {
  color: #F0ECE480;
}




/* XX-Large devices (larger desktops, 1400px and up) */

@media screen and (max-width: 1400px) {
  .svg-anim svg {
    top: 84px;
}
}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1399px) {
  .hero-content h1 {
    font-size: 88px;
    line-height: 109px;
    margin-bottom: 20px;
  }

  .feature-title h3 {
    font-size: 27px;
    line-height: 38px;
  }

  .feature-item {
    padding: 27px 20px 36px;
    min-height: 390px;
  }

  .work-area,
  .features-area {
    padding: 160px 0px 160px;
  }

  .faq-accordion .accordion-button {
    font-size: 23px;
  }

  .get-in-touch-wrapper .section-heading {
    font-size: 72px !important;
  }

  .get-in-touch-wrapper {
    max-width: 750px;
  }

  .engagement-number {
    font-size: 100px;
  }


}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1199px) {
  .header .navbar-nav {
    gap: 56px;
    padding-left: 70px;
  }

  .ctitle {
    left: -20px;
  }
  .block {
    padding: 0 0 40px;
    width: 9%;

}

  .engagement-section,
  .get-in-touch-section,
  .faq-section {
    padding: 125px 0;
  }

  .git-obj img {
    max-height: 400px;
  }

  .git-obj {
    margin-right: -90px;
  }

}

/* Large devices (desktops, 992px and up) */
@media screen and (max-width: 991px) {

  .footer-content h2 a img {
    max-width: 170px;
  }

  .header .navbar-nav {
    gap: 44px;
    padding-left: 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 49px 0px;
  }

  .work-item {
    max-width: 310px;
  }

  .work-item h2 {
    font-size: 40px;
    line-height: 42px;
    color: #F0ECE4;
    margin-bottom: 21px;
  }

  .work-area,
  .features-area {
    padding: 100px 0px 110px;
  }

  .features-title {
    margin-bottom: 57px;
  }

  .work-title h2,
  .features-title h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }

  .engagement-title {
    font-size: 25px;
  }



}

/*  Medium devices (tablets, 768px and up) */
@media screen and (max-width: 767px) {
  .hero-content {
    text-align: center;
  }

  .ocontent {
    width: 100%;
  }


  .hero-content h1 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 12px;
  }

  .hero-cotnent--desc p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .navbar-brand img {
    max-width: 75px;
  }

  .header .navbar {
    padding: 13px 0px;
  }

  .hero-bg-text h2 {
    font-size: 298.17px;
  }

  .footer-content {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-content h2 {
    margin-bottom: 22px;
  }

  .footer-menu li a {
    text-align: center;
  }

  .footer-copy {
    padding: 30px 0px;
  }

  .footer-end a.btn {
    width: auto !important;
  }

  .work-item {
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
  }

  .work-inner .work-item:nth-child(2n+1) {
    margin: 0 auto;
  }

  .work-inner::after {
    left: 18px;
    display: none;
  }



  .work-item h2 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 16px;
  }

  .work-item--text p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0px;
  }

  .work-title h2,
  .features-title h2 {
    font-size: 30px;
    line-height: 41px;
  }

  .work-title span.pretitle,
  .features-title span.pretitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 11px;
  }

  .work-title {
    max-width: 625px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .work-area,
  .features-area {
    padding: 60px 0px 75px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .svg-anim img {
    bottom: -10px;
  }

  .hero-cotnent--desc {
    max-width: 432px;
    margin: 0 auto;
  }

  .engagement-number {
    font-size: 85px;
    padding: 16px 0;
  }

  .get-in-touch-wrapper .section-heading {
    font-size: 56px !important;
    margin-bottom: 50px !important;
  }

  .engagement-section,
  .get-in-touch-section,
  .faq-section {
    padding: 100px 0;
  }

  .faq-text {
    text-align: center;
  }

  .svg-anim svg {
    top: 46px;
}
.processblock {
  display: block;
  border: 1px solid white;
  padding: 20px;
}
.pleft h2 {
  font-size: 100px;
  padding: 16px 0 0px;
}
.pright {
  margin-left: 0;
  margin-top: 25px;
}
.pright p {
  padding-right: 0;
}
.block {
  min-height: auto;
  width: 100%;
  padding: 30px;
  margin-bottom: 5px;
}
.block.openblock {
  width: 100%;
  padding: 70px 30px;
}
.ctitle h3 {
  font-size: 30px;
}
.ctitle {
  position: relative;
  transform: rotate(0deg);
  width: 100%;
  left: 0;
}
.ocontent {
  position: relative;
  top: 0;
  transform: translate(0%, 0%);
  display: none;
}

}


/* Small devices  */
@media screen and (max-width: 576px) {

  .features-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .engagement-content .section-heading {
    margin-bottom: 50px;
  }

  .fs-2 {
    font-size: 32px !important;
  }

  .engagement-number {
    font-size: 56px;
  }

  .engagement-section,
  .get-in-touch-section,
  .faq-section {
    padding: 75px 0;
  }

  .engagement-title {
    font-size: 24px;
  }

  .get-in-touch-wrapper .section-heading {
    font-size: 38px !important;
  }

  .git-obj img {
    max-height: 300px;
  }

  .faq-pretitle {
    font-size: 25px;
  }

  .faq-accordion .accordion-button {
    font-size: 18px;
  }

  .accordion-icon img {
    max-width: 16px;
  }

  .faq-accordion .accordion-para {
    font-size: 16px;
  }

  .feature-item {
    padding: 27px 20px 36px !important;
    min-height: auto !important;
  }

  .features-title {
    margin-bottom: 31px;
  }


}






@keyframes reveal {
  to {
    clip-path: inset(0 0 0 0); /* Reveals the entire SVG */
  }
}


@keyframes circlereveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}








/* ======== footer style end ============ */