body {
  background-color: #150029;
  font-family: 'Rubik', sans-serif !important;
  padding: 0px;
  margin: 0px;
  letter-spacing: 1px;
}

section.main-content {
  margin: 100px;
  color: white;
  font-family: 'Rubik', sans-serif !important;
}

.heading-main {
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#about-us .Images-sec {
  margin: 90px 0px;
}

#about-us .main-content .inner-content h2 {
  line-height: 63px;
  text-align: center;
  font-size: 60px;
  font-weight: 100;
  text-align: center;
  margin: 0;
  color: #f5b331;
  text-transform: uppercase;
}

#about-us .main-content .inner-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  color: white;
}

.images-project {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.images-project img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  flex: 1 1 45%;
}

.ring-sec {
  padding: 90px;
  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.ring {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ring i {
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  transition: 0.5s;
}

span.bold-text {
  color: #f0a8ff;
}

.ring i:nth-child(1) {
  border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  animation: animate 6s linear infinite;
}

.ring i:nth-child(2) {
  border-radius: 41% 44% 56% 59%/38% 62% 63% 37%;
  animation: animate 4s linear infinite;
}

.ring i:nth-child(3) {
  border-radius: 41% 44% 56% 59%/38% 62% 63% 37%;
  animation: animate2 10s linear infinite;
}

.ring:hover i {
  border: 6px solid var(--clr);
  filter: drop-shadow(0 0 20px var(--clr));
}

.container .text {
  text-transform: uppercase;
  position: relative;
  font-size: 10vw;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0;
  width: 100%;
  color: rgb(255 255 255 / 0%);
  background: linear-gradient(to right, #f0a8ff, #3d3d3d) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.7s;
  border-bottom: 1px solid #2f2b28;
  display: inline-block;
  z-index: 5;
  -webkit-text-stroke: 1px #f0a8ff;
}

.container .text span {
  position: absolute;
  -webkit-text-stroke: 1px black;
  /* Add stroke width */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f0a8ff;
  color: #0d0d0d;
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  transition: clip-path 0.4s cubic-bezier(0.1, 0.5, 0.5, 1);
  display: flex;
  justify-content: left;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}

.text:hover>span {
  text-align: left;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate2 {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.login h3 {
  font-size: 25px;
  color: white;
}

@media screen and (max-width: 1920px) {
  section.main-content {
    margin: 600px 250px 100px 250px;
    color: white;
  }
}

@media screen and (max-width: 1400px) {
  section.main-content {
    margin: 350px 150px 100px 150px;
    color: white;
  }
}

@media screen and (max-width: 768px) {
  section.main-content {
    margin: 160px 20px 50px 20px !important;
    color: white;
    overflow: hidden;
  }

  #about-us .main-content .inner-content h2 {
    line-height: 35px;
    text-align: center;
    font-size: 25px;
    font-weight: 100;
    text-align: center;
    margin: 0;
    color: #f5b331;
    text-transform: uppercase;
  }

  #about-us .main-content .inner-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    text-align: center;
  }
}

.footer {
  background-color: #f0a8ff;
  padding: 60px 40px;
  color: black;
}

.footer-container {
  display: flex;
}



.footer-middle {
  width: 25%;
}

.footer-right {
  width: 50%;
}

.logo {
  height: 40px;
  margin-bottom: 20px;
}

.contact-info p {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 300;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  margin-right: 10px;

  font-size: 20px;
  text-decoration: none;
}

.footer-middle .menu-item a {
  font-size: 25px;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
}

.footer .footer-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer .footer-right h3 {
  font-size: 100px;
  margin-top: 0px;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.footer-left h2 {
  color: black;
  margin-top: 0px;
  font-size: 30px;

}

.footer-middle h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 15px;
  color: black;
}

.footer-right img {
  transition: all 0.3s ease;
}

a#footerRightLink {
  text-align: center;
  color: black;
  text-decoration: none;
}

.footer-middle .menu-item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: black;
  transition: width 0.4s ease-in-out;
}

.menu-item {
  position: relative;
  margin-bottom: 10px;
}

.menu-item a {
  position: relative;
  overflow: hidden;
}

.menu-item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: white;
  transition: width 0.4s ease-in-out;
}

.menu-item a:hover::after {
  width: 100%;
}

@keyframes stemDashOffsetOut {
  to {
    stroke-dashoffset: 24;
  }
}

@keyframes stemDashOffsetIn {
  from {
    stroke-dashoffset: -24;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes leafDashOffsetOut {
  to {
    stroke-dashoffset: 9;
  }
}

@keyframes leafDashOffsetIn {
  from {
    stroke-dashoffset: 9;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.footer-right button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: transparent;
  position: relative;
  cursor: pointer;
  border: 0;
  padding: 0;
}

.footer-right button svg {
  stroke: black;
}

.footer-right button .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  pointer-events: none;
  transition: stroke-dashoffset 1s ease-out, transform 0.8s ease;
}

.footer-right button .circle.left {
  transform: rotate(-90deg);
  margin-left: 6px;
}

.footer-right button .circle.right {
  transform: rotate(90deg);
  margin-right: 6px;
}

.footer-right button .arrow {
  height: 24px;
}

.footer-right button .arrow .stem {
  stroke-dasharray: 24;
  stroke-dashoffset: -24;
  transition: stroke-dashoffset 0.4s ease-out;
}

.footer-right button .arrow .leaf {
  stroke-dasharray: 9;
  stroke-dashoffset: 9;
  transition: stroke-dashoffset 0.4s 0.4s ease-in;
}

.footer-right button.on-load .circle,
.footer-right button.on-load .stem,
.footer-right button.on-load .leaf {
  stroke-dashoffset: 0;
}

.footer-right button:hover .circle.left {
  transform: rotate(-90deg) translateY(-6px);
}

.footer-right button:hover .circle.right {
  transform: rotate(90deg) translateY(-6px);
}

.footer-right button:hover .arrow .stem {
  animation: stemDashOffsetOut 0.4s ease-in forwards,
    stemDashOffsetIn 0.4s 0.8s ease-out forwards;
}

.footer-right button:hover .arrow .leaf {
  animation: leafDashOffsetOut 0.4s 0.4s ease-out forwards,
    leafDashOffsetIn 0.4s 1.2s ease-in forwards;
}

a#footerRightLink {
  text-align: center;
  color: black;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-right button {
  background-color: transparent;
}

.footer-right button:hover {
  background-color: transparent;
}

.footer-right button .arrow {
  height: 24px;
  transform: rotate(270deg);
  transform-origin: center;
}

.footer {
  background-color: #f0a8ff;
  padding: 60px 180px;
  color: black;
}

.hear-text {
  display: flex;
  align-items: center;
}

.line {
  margin-left: 15px;
  width: 90%;
  border: 1px solid grey;
}

.footer .hear-text h2 {
  margin: 0px;
  font-size: 35px;
}

.footer .footer-right h3 {
  font-size: 70px;
  margin-top: 0px;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.footer-middle .menu-item a {
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-left {
  width: 30%;
  display: flex;
  align-items: end;
  padding-right: 15px;
}

.footer-container {
  padding-bottom: 20px;
  display: flex;
  border-bottom: 1px solid grey;
  margin-top: 15px;
}

.social-icons img {
  height: 25px;
  margin-bottom: 10px;
}

.social-icons {
  margin-top: 10px;
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .footer {
    background-color: #f0a8ff;
    padding: 60px 250px;
    color: black;
  }
}

@media screen and (max-width: 1110px) {
  .footer {
    background-color: #f0a8ff;
    padding: 60px 50px;
    color: black;
  }
}

@media screen and (max-width: 768px) {
  .footer-container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-left {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer-middle {
    width: 100%;
  }

  .footer .footer-right h3 {
    font-size: 45px;
    margin-top: 20px;
    color: black;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .menu-item {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
  }

  .footer {
    background-color: #f0a8ff;
    padding: 50px 20px;
    color: black;
  }

  .footer .hear-text h2 {
    margin: 0px;
    font-size: 30px;
  }
}


/* about us page css */


.about-content-sec .inner-content-left img {
  width: 300px;
}

.about-content-sec .inner-content-right {
  padding: 0px 30px 0px 60px;
}

.about-content-sec .inner-content-right h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #f0a8ff;
  margin-top: 0px;
  font-weight: 500;
  line-height: 35px;
}

.about-content-sec .inner-content-right {
  padding: 0px 0px 0px 60px;
}

.about-content-sec {
  display: flex;
  margin-top: 50px;
}

.about-content-sec.sec-2 {
  display: flex;
  margin-top: 90px;
}

.about-content-sec.sec-2 .inner-content-right {
  padding: 0px 60px 0px 0px;
}

.bullet-points {
  display: flex;

}

.bullet-points img {
  height: 22px;
}

.bullet-points.what-sec p {
  margin: 0px;
  margin-left: 10px;
  margin-top: -2px;
  margin-bottom: 11px;
}

.about-content-sec.sec-2 .inner-content-left img {
  width: 300px;
  margin-top: 50px;
}

.inner-content-left img {

  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.inner-content-left img:hover {
  filter: grayscale(0%);
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .footer-left {

    padding-right: 20px;
  }
}

.site-log {
  position: absolute;

  left: 0;
  top: 0px;

  cursor: pointer;
  z-index: 9;
}

img.log {
  margin: 10px;
  width: 260px;
}

.About-hra .about-content-sec .inner-content-left img {
  width: 400px;
}

.about-content-sec.sec-2 {
  display: flex;
  margin-top: 90px;

}

.About-hra .about-content-sec.sec-2 .inner-content-left img {

  margin-top: 0px;
}
.About-hra .about-content-sec .inner-content-right {
    padding: 0px 60px 0px 0px;
}
.About-hra .about-content-sec.sec-2 .inner-content-right {
    padding: 0px 0px 0px 60px;
}
.last-btn-ser {
  text-align: center;
  margin-top: 50px;
}

.last-btn-ser a {
  background-color: #8500FF;
  color: white;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  text-decoration: none;
  width: auto;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s;
}
@media screen and (max-width: 760px) {
  .about-content-sec {
    display: flex;
    margin-top: 50px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .about-content-sec.sec-2 {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }

  .inner-content-left {
    width: 100%;
  }

  .about-content-sec .inner-content-left img {
    width: 100%;
  }

  .About-hra .about-content-sec .inner-content-left img {
    width: 100%;
  }

  .about-content-sec .inner-content-right {
    padding: 10px;
  }

  .about-content-sec .inner-content-right h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: white;
    margin-top: 0px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
  }

  .about-content-sec.sec-2 .inner-content-right {
    padding: 10px;
  }

  .about-content-sec.sec-2 {
    display: flex;
    margin-top: 70px;
  }

  .bullet-points.what-sec p {

    text-align: left !important;
  }

  .about-content-sec.sec-2 .inner-content-left img {
    width: 100%;
    margin-top: 10px;
  }

  .container .text {
    text-transform: uppercase;
    position: relative;
    font-size: 14vw;
    letter-spacing: -0.01em;
    line-height: 1;
    margin: 0;
    width: 100%;
    color: rgb(255 255 255 / 0%);
    background: linear-gradient(to right, #f0a8ff, #3d3d3d) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.7s;
    border-bottom: 1px solid #2f2b28;
    display: inline-block;
    z-index: 5;
    -webkit-text-stroke: 1px #f0a8ff;
  }

  .primary-menu a {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    line-height: 36px;
  }

  .primary-menu .menu-container .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 100px;
  }

  .menu {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    pointer-events: none;
    background-color: black;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    z-index: 4;
    justify-content: center;
  }

  .primary-menu a {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    line-height: 36px;
  }

  .menu-item {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
  }

  .primary-menu .menu-container .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 100px;
  }

  img.log {
    margin: 10px;
    width: 200px;
  }

  .site-log {
    position: absolute;
    left: 0;
    top: 30px;
    cursor: pointer;
    z-index: 9;
  }
  .About-hra .about-content-sec .inner-content-right {
    padding: 40px 0px 0px 0px;
}
.About-hra .about-content-sec.sec-2 .inner-content-right {
    padding: 40px 0px 0px 0px;
}
.last-btn-ser {
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
    padding: 20px;
    /* height: 26px; */
}
}

.mailto-a {
  color: white;
}


.about-content-sec .inner-content-right h3 {
    
    color: #f0a8ff;

}
p.text-below-img.aos-init.aos-animate {
    margin: 0px;
}
.blod-text{
  color: #f0a8ff;
}
p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    
}.about-content-sec .inner-content-right.new{
      padding: 0px 0px 0px 0px;
}