@font-face {

  font-family: ppmori;

  src: url(font/PPMori-Regular.otf);

}



.popup-overlay { 

  text-align: center;

  overflow: hidden;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.7);

  backdrop-filter: (40px);

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  visibility: hidden;

  z-index: 1000;

}

.popup-container {

  max-width: 650px;

  background: rgb(255, 255, 255);

  padding: 30px;

  border-radius: 15px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

  position: relative;

  opacity: 0;

  transform: scale(0.8);

}

.close-btn {

  position: absolute;

  top: 10px;

  right: 15px;

  font-size: 22px;

  cursor: pointer;

  color: #ff4081;

}

.popup-container h1 {

  color: #ff4081;

  font-size: 28px;

  font-weight: bold;

}

.offer {

  font-size: 20px;

  margin: 20px 0;

  font-weight: 500;

}

.cta-button {

  background: linear-gradient(135deg, #ff4081, #ff79a6);

  color: white;

  padding: 15px 30px;

  text-decoration: none;

  font-size: 20px;

  border-radius: 50px;

  display: inline-block;

  margin-top: 20px;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);

  transition: 0.3s;

  cursor: pointer;

}

.cta-button:hover {

  background: linear-gradient(135deg, #e0356b, #ff6384);

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);

}

.logo2 {

  max-width: 120px;

  margin-bottom: 15px;

}

.pop_footer {

  margin-top: 30px;

  font-size: 14px;

  color: #555;

}

.pop_social-links a {

  margin: 0 10px;

  text-decoration: none;

  font-size: 24px;

  color: #ff4081;

}

.heart-bg {

  position: absolute;

  top: -30px;

  left: 50%;

  transform: translateX(-50%);

  font-size: 50px;

  color: #ff4081;

}

.floating-heart {

  position: absolute;

  font-size: 30px;

  color: rgba(255, 64, 129, 0.7);

  animation: float 5s infinite linear;

}

@keyframes float {

  0% { transform: translateY(0); opacity: 1; }

  100% { transform: translateY(-100vh); opacity: 0; }

}















i{

  cursor: pointer;

}



















/* Main Cursor */

.custom-cursor {

  position: fixed;

  width: 20px;

  height: 20px;

  border: 2px solid #fff;

  border-radius: 50%;

  pointer-events: none;

  transform: translate(-50%, -50%);

  transition: transform 0.15s ease-out, opacity 0.2s;

  z-index: 9999;

  mix-blend-mode: difference;

}



/* Cursor Trail (Lagging Effect) */

.cursor-trail {

  position: fixed;

  width: 10px;

  height: 10px;

  background: #da4817;

  border-radius: 50%;

  pointer-events: none;

  opacity: 0.7;

  transform: translate(-50%, -50%);

  transition: transform 0.3s ease-out, opacity 0.3s;

  z-index: 9998;

  mix-blend-mode: difference;

}



/* Cursor Effect on Hover */

.hover-target:hover ~ .custom-cursor {

  transform: scale(2);

  background: #000;

  border-color: #da4817;

}



.hover-target:hover ~ .cursor-trail {

  transform: scale(1.5);

  background: white;

}



a{

  cursor: pointer;

}





@media (max-width: 900px) {



  .custom-cursor{

    display: none;

  }

  .cursor-trail{

    display: none;

  }

}











#loader-wrapper {

  pointer-events: none;

  /* visibility: hidden; */

  /* display: none; */

}



.loader {

  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

  height: 100%;

  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  background-color: white;

  overflow: hidden;

  z-index: 9999;

}



.loader__wrapper {

  position: relative;

  height: 100%;

  width: 100%;

  position: fixed;

  inset: 0;

  overflow: hidden;

  z-index: 10;

}



.loader__words {

  position: relative;

  overflow: hidden;

  height: 25rem;

}



.loader__overlay {

  position: absolute;

  inset: 0;

  height: 100%;

  z-index: 1000;

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) 47%, transparent, transparent 47%, transparent, transparent 55%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9));

}



.loader__word {

  display: block;

  font-size: 1.8rem;

}



.loader__progressWrapper {

  position: absolute;

  bottom: 0;

  left: 0;

  height: 5vh;

  width: 100%;

  z-index: 3;

}



.loader__progress {

  height: 100%;

  width: 100%;

  background-color: black;

  transform: scaleX(0);

  transform-origin: left center;

}



.loader__progressNumber {

  position: absolute;

  left: -7vw;

  top: 50%;

  transform: translateY(-50%);

  z-index: 4;

  white-space: nowrap;

  color: white;

  font-size: 1.8rem;

}













@import url("https://fonts.googleapis.com/css?family=Montserrat:500&display=swap");

@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");

@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");



::selection {

  background: #da481786;

  color: rgb(255, 255, 255);

}



::-webkit-scrollbar {

  width: 8px; 

}



::-webkit-scrollbar-track {

  background: rgba(224, 224, 224, 0.5); 

}



::-webkit-scrollbar-thumb {

  background: linear-gradient(180deg, #da4817, #da4817); 

  border-radius:10px; 

  transition: background 0.3s, transform 0.3s; 

}



::-webkit-scrollbar-thumb:hover {

  background: linear-gradient(180deg, #da4817b7, #da4817b7); 

  transform: scale(1.1); 

}





* {

  box-sizing: border-box;

  margin: 0;

  padding: 0;

  cursor: none;

  font-family: "ppmori", sans-serif;

}



html {

  scroll-behavior: smooth;

}



body {

  background: #111;

  overflow-x: hidden;

  /* font-family: "Open Sans", sans-serif; */

  /* cursor: url("images/cursor1.png"), auto; */

}



.loader-container {

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  position: fixed;

  display: flex;

  justify-content: center;

  align-items: center;

  backdrop-filter: blur(4px);

  background-color: rgba(0, 0, 0, 0.4);

  z-index: 10;

}



.loader2 {

  display: flex;

  justify-content: space-between;

  width: 80px;

}



.loader2 div {

  width: 16px;

  height: 16px;

  background-color: #da4817;

  border-radius: 50%;

  animation: grow-shrink 2s infinite;

}



.loader2 div:nth-child(1) {

  animation-delay: 0s;

}



.loader2 div:nth-child(2) {

  animation-delay: 0.3s;

}



.loader2 div:nth-child(3) {

  animation-delay: 0.6s;

}



@keyframes grow-shrink {



  0%,

  100% {

    transform: scale(1);

  }



  50% {

    transform: scale(1.5);

  }

}



hr {

  border: none;

  height: 2px;

  background-color: rgb(255, 144, 125);

  opacity: 0.4;

}



header {

  min-height: 90vh;

  position: relative;

  overflow: hidden;

}



.black {

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);

}



nav {

  height: 80px;

  width: 100%;

  font-weight: 400;

  top: 0;

  position: fixed;

  display: flex;

  z-index: 1;

  justify-content: space-between;

  transition: 1.5s;

  align-items: center;

  backdrop-filter: blur(10px);

  /* background-color:#ffffff2d;  */

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);

  background-color: #0000004c;

}



/* nav a::after {

  content: "";

  display: block;

  width: 0;

  height: 2.2px;

  background-color: #ffffffce;

  transition: width 0.3s ease;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

} */



nav a:hover::after {

  width: 88%;

}



nav ul {

  display: flex;

  align-items: center;

}



nav ul li {

  list-style: none;

  margin-left: 15px;

}



nav ul li a {

  padding: 2px 10px;

  text-transform: uppercase;

  color: #ccc;

  font-weight: bolder;

  font-size: 13px;

  cursor: pointer;

  transition: 0.5s;

  text-decoration: none;

  /* font-family: sans-serif; */

  letter-spacing: 1.3px;

  font-weight:300;

}





nav ul li a:hover {

  /* color: #fff; */

  border-radius: 7px;

  letter-spacing: 2px;

  /* background: #000000fc; */

  padding: 5px 10px;

  color: #da4817;

}



.active {

  color: #fff;

  border-radius: 7px;

  background: #da4817;

  padding: 5px 10px;

}



.logo img {

  width: 130px;

  cursor: pointer;

  transition: all 1s;

  position: relative;

  left: 100px;

}



.get-started {

  position: relative;

  right: 100px;

  padding: 7px 15px;

  border: none;

  border-radius: 13px;

  text-decoration: none;

  color: white;

  transition: 0.2s;

  background: #da4817;

  /* font-family: sans-serif; */

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 1.5px;

}



.get-started:hover {

  font-size: 12.4px;

  background-color: #da4817bd;

  /* color: black; */

}

/* hamburger  */

.hamburger {

  display: none;

  cursor: pointer;

  flex-direction: column;

  justify-content: space-between;

  width: 25px;

  height: 18px;

  position: relative;

  right: 30px;

}



.hamburger .line {

  height: 3px;

  background-color: #da4817;

  width: 100%;

  border-radius: 5px;

}







@media (max-width: 1120px) {



  .logo img{

    width: 90px;

  }

  

  .get-started {

    width: 90px;

    font-size: 7px;

  }

  

  

  nav ul li a {

    padding:0 3px;

    font-size: 10px;

  }

  

  }





  @media (max-width: 900px) {

    nav {

      padding: 0 20px;

    }

  

    .logo img {

      left: 0;

      width: 110px;

    }

  

    .get-started {

      margin: auto;

      position: absolute;

      width: 100px;

      font-size: 8px;

    }





nav ul {

  position: fixed;

  top: 80px;

  right: -50vw; /* Make sure it's exactly the same as the width */

  max-height: 100vh;

  width: 50vw;

  background-color: #222;

  flex-direction: column;

  align-items: flex-start;

  padding: 20px;

  transition: 0.3s ease-in-out;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);

  z-index: 100;

}



.menu-active ul {

  right: 0;

}



    

    nav ul li {

      margin: 20px 0;

    }

  

    nav ul li a {

      font-size: 13px;

      font-weight: 200;

      color: #fff;

      letter-spacing: 1px;

    }

  

    .hamburger {

      display: flex;

    }

  

  }



/* hamburger end  */



/*                 Text Animation                     */



@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900");



*,

::before,

::after {

  box-sizing: border-box;

}



/* body {

  position: relative;

  margin: 0;

  display: flex;

  min-height: 100vh;

  justify-content: space-between;

  letter-spacing: 2px;

  align-items: center;

  font-family: "Montserrat", sans-serif;

} */



.bganimation .hero {

  height: 100vh;

  width: 100vw;

  /* border: 8px solid black; */

}

















@import url('https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap');



#page1 {

  height: 100vh;

  width: 100%;

  background-color: #111111c1;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  position: relative;

  padding: 0 5%;

  text-align: center;

}



#page1 h1 {

  font-size: 8vw;

  text-transform: uppercase;

  font-weight: 900;

  line-height: 8vw;

}



#page1 h1 img {

  height: 6vw;

  width: 6vw;

  border-radius: 50%;

}



#page1 p {

  text-align: center;

  font-weight: 400;

  margin-top: 3vh;

  font-size: 1.2vw;

}





@keyframes mobe {

  0% {

      transform: translateX(0);

  }



  100% {

      transform: translateX(-100%);

  }



}



#blur-left {

  height: 100%;

  width: 20%;

  background: linear-gradient(to right, #1a1a1a, transparent);

  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;

}



#blur-right {

  height: 100%;

  width: 20%;

  background: linear-gradient(to right, transparent, #1a1a1a);

  position: absolute;

  top: 0;

  right: 0;

  z-index: 2;

}











/* Responsive adjustments */

@media (max-width: 1024px) {

  #page1 h1 {

    font-size: 10vw;

    line-height: 10vw;

  }



  #page1 h1 img {

    height: 7vw;

    width: 7vw;

  }



  #page1 p {

    font-size: 1.8vw;

  }

}



@media (max-width: 768px) {

  #page1 h1 {

    font-size: 10vw;

    /* line-height: 12vw; */

  }



  #page1 h1 img {

    height: 7vw;

    width: 7vw;

  }



  #page1 p {

    font-size: 1.7vw;

  }

}



@media (max-width: 480px) {

  #page1 h1 {

    font-size: 11vw;

    /* line-height: 11vw; */

  }



  #page1 h1 img {

    height: 8vw;

    width: 8vw;

  }



  #page1 p {

    font-size: 2.2vw;

  }

}



/* Page 1 Something Section */

#page1-something {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  justify-content: center;

  margin-top: 2vh;

}



#page1-something h4 {

  font-weight: 400;

  /* font-size: 2vw !important; */

  text-transform: lowercase;

  padding: 9px 18px;

  border: 1px solid hsl(0, 0%, 65%);

  border-radius: 50px;

}



@media (max-width: 768px) {

  #page1-something h4 {

    font-size: 1.5vw;

    padding: 5px 8px;

  }

}



@media (max-width: 480px) {

  #page1-something h4 {

    font-size: 1.4vw !important;

    padding: 4px 8px;

  }

}



/* Moving Div */

#moving-div {

  margin-top: 5vh;

  position: absolute;

  bottom: 3%;

  white-space: nowrap;

  padding: 1vw;

  overflow: hidden;

  width: 50%;

}



#moving-div .move {

  display: inline-block;

  animation: mobe 9s linear infinite;

}



#moving-div .move img {

  height: 2.5vw;

  margin: 0 1vw;

}



@keyframes mobe {

  0% {

    transform: translateX(0);

  }

  100% {

    transform: translateX(-100%);

  }

}



/* Adjust moving div for small screens */

@media (max-width: 768px) {

  #moving-div {

    width: 70%;

  }



  #moving-div .move img {

    height: 4vw;

    margin: 0 1.5vw;

  }

}



@media (max-width: 480px) {

  #moving-div {

    width: 90%;

  }



  #moving-div .move img {

    height: 6vw;

    margin: 0 2vw;

  }

}



/* Blur Effects */

#blur-left, #blur-right {

  height: 100%;

  width: 15%;

  position: absolute;

  top: 0;

  z-index: 2;

}



#blur-left {

  background: linear-gradient(to right, #1a1a1a, transparent);

  left: 0;

}



#blur-right {

  background: linear-gradient(to left, #1a1a1a, transparent);

  right: 0;

}



/* Reduce blur width for smaller screens */

@media (max-width: 768px) {

  #blur-left, #blur-right {

    width: 10%;

  }

}



@media (max-width: 480px) {

  #blur-left, #blur-right {

    width: 5%;

  }



  #moving-div {

    bottom:6%;

  }

}









/* 

h1 {

  position: absolute;

  top: 0;

  bottom: 0;

  display: flex;

  align-items: center;

  white-space: nowrap;

  text-transform: uppercase;

  max-width: 50vw;

  text-align: center;

  font-size: 2.5vw;

  font-weight: 900;

  pointer-events: none;

  user-select: none;

} */

/* 

h1 span {

  position: absolute;

  left: 5vw;

  color: transparent;

  background-image: linear-gradient(90deg, #fff, #fff, #fa4817);

  -webkit-background-clip: text;

  background-clip: text;

  opacity: 0;

  animation: scale 4s cubic-bezier(0.5, -0.75, 0.7, 1.25) forwards;

}



h1 span:nth-child(2) {

  animation-delay: 3s;

}



h1 span:nth-child(3) {

  animation-delay: 6s;

}



h1 span:nth-child(4) {

  animation-delay: 9s;

}



h1 span:nth-child(5) {

  animation-delay: 12s;

} */



/* h1 span:last-child {

  text-shadow: 20px -25px rgba(255, 64, 0, 0.201);

  animation: fade 2s linear 15s forwards;

} */



#getstarted {

  padding: 14px 15px;

  border: none;

  border-radius: 20px;

  text-decoration: none;

  color: white;

  transition: 0.5s;

  background: linear-gradient(90deg, #963ec2, #c8305f);

  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */

  font-size: 14px;

  font-weight: 800;

  letter-spacing: 1px;

  margin-top: 20px;

  cursor: pointer;

  display: block;



}



#getstarted:hover {

  cursor: pointer;

}



@keyframes scale {

  0% {

    opacity: 0.2;

    transform: scale(10);

    filter: blur(10px);

  }



  50%,

  85% {

    opacity: 0.8;

    transform: scale(1);

    filter: blur(0);

  }



  100% {

    opacity: 0;

    transform: rotateX(90deg);

    filter: blur(10px);

  }

}



@keyframes fade {

  0% {

    opacity: 0;

  }



  100% {

    opacity: 0.8;

  }

}



@keyframes dash {

  90% {

    stroke-dasharray: 0;

    stroke-dashoffset: 0;

  }



  100% {

    stroke-dasharray: 3000;

    stroke-dashoffset: 0;

  }

}



@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;1,500&display=swap");



.bganimation {

  /* background: linear-gradient(#49494b, #000); */

  /* background-color: #111; */

  height: 100vh;

  max-width: 100vw;

  /* font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300))); */

  /* font-family: "DM Mono", monospace; */

  font-weight: 300;

  overflow: hidden;

  color: white;

  position: sticky;

  z-index: 0;

  overflow-x: hidden;

  /* filter: blur(2px); */

}



/* h1 {

  font-size: 3em;

  margin-bottom: 0.2em;

}



h2 {

  font-size: 2em;

} */



.grid-background {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100vh;

  z-index: -1; 

}



.main {

  height: 100vh;

  display: flex;

  flex-direction: column;

  flex-wrap: wrap;

  position: relative;

  justify-content: center;

  align-items: center;

}



.main:before,

.main:after {

  content: "";

  display: block;

  position: absolute;

  z-index: -3;

}

/* 

.main:before {

  right: 0;

  bottom: -19;

  height: 30em;

  width: 30em;

  border-radius: 30em;

  background: linear-gradient(#c29cff, #ff6715);

  align-self: flex-end;

  -webkit-animation: gradient-fade 8s ease-in-out 3s infinite alternate;

  animation: gradient-fade 8s ease-in-out 3s infinite alternate;

} */



/* .main:after {

  top: 0;

  left: 30;

  height: 10em;

  width: 10em;

  border-radius: 10em;

  background: linear-gradient(#f08f53, #da4817);

  -webkit-animation: gradient-fade-alt 6s ease-in-out 3s infinite alternate;

  animation: gradient-fade-alt 6s ease-in-out 3s infinite alternate;

} */



.main__text-wrapper {

  position: relative;

  padding: 2em;

}



.main__text-wrapper:before,

.main__text-wrapper:after {

  content: "";

  display: block;

  position: absolute;

}



/* .main__text-wrapper:before {

  z-index: -1;

  top: -3em;

  right: -3em;

  width: 13em;

  height: 13em;

  opacity: 0.7;

  border-radius: 13em;

  background: linear-gradient(#ffffff, #000);

  -webkit-animation: rotation 7s linear infinite;

  animation: rotation 7s linear infinite;

} */



.main__text-wrapper:after {

  z-index: -1;

  bottom: -20em;

  width: 20em;

  height: 20em;

  border-radius: 20em;

  background: linear-gradient(#da4817, #df6539);

  -webkit-animation: rotation 7s linear infinite;

  animation: rotation 7s linear infinite;

}



.arrow {

  z-index: 1000;

  opacity: 0.5;

  position: absolute;

}



.arrow--top {

  top: 0;

  left: -5em;

}



.arrow--bottom {

  bottom: 0;

  right: 3em;

}



.circle {

  transform: translate(50%, -50%) rotate(0deg);

  transform-origin: center;

}



.circle--ltblue {

  height: 20em;

  width: 20em;

  border-radius: 20em;

  background: linear-gradient(#15e0ff, #3800e7);

}



.backdrop {

  position: absolute;

  width: 100vw;

  height: 100vh;

  display: block;

  background-color: pink;

}



.dotted-circle {

  position: absolute;

  top: 0;

  right: 0;

  opacity: 0.3;

  -webkit-animation: rotation 38s linear infinite;

  animation: rotation 38s linear infinite;

}



.draw-in {

  stroke-dasharray: 1000;

  stroke-dashoffset: 10;

  -webkit-animation: draw 15s ease-in-out alternate infinite;

  animation: draw 15s ease-in-out alternate infinite;

}



@-webkit-keyframes draw {

  from {

    stroke-dashoffset: 1000;

  }



  to {

    stroke-dashoffset: 0;

  }

}



@keyframes draw {

  from {

    stroke-dashoffset: 1000;

  }



  to {

    stroke-dashoffset: 0;

  }

}



.item-to {

  -webkit-animation-duration: 10s;

  animation-duration: 10s;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  transform-origin: bottom;

}



.bounce-1 {

  -webkit-animation-name: bounce-1;

  animation-name: bounce-1;

  -webkit-animation-timing-function: ease;

  animation-timing-function: ease;

}



.bounce-2 {

  -webkit-animation-name: bounce-2;

  animation-name: bounce-2;

  -webkit-animation-timing-function: ease;

  animation-timing-function: ease;

}



.bounce-3 {

  -webkit-animation-name: bounce-3;

  animation-name: bounce-3;

  -webkit-animation-timing-function: ease;

  animation-timing-function: ease;

}



@-webkit-keyframes bounce-1 {

  0% {

    transform: translateY(0);

  }



  50% {

    transform: translateY(50px);

  }



  100% {

    transform: translateY(0);

  }

}



@keyframes bounce-1 {

  0% {

    transform: translateY(0);

  }



  50% {

    transform: translateY(50px);

  }



  100% {

    transform: translateY(0);

  }

}



@-webkit-keyframes bounce-2 {

  0% {

    transform: translateY(0);

  }



  50% {

    transform: translateY(-30px);

  }



  100% {

    transform: translateY(0);

  }

}



@keyframes bounce-2 {

  0% {

    transform: translateY(0);

  }



  50% {

    transform: translateY(-30px);

  }



  100% {

    transform: translateY(0);

  }

}



@-webkit-keyframes bounce-3 {

  0% {

    transform: translateY(0);

  }



  50% {

    transform: translateY(30px);

  }



  100% {

    transform: translateY(0);

  }

}



@keyframes bounce-3 {

  0% {

    transform: translateY(0);

  }



  50% {

    transform: translateY(30px);

  }



  100% {

    transform: translateY(0);

  }

}



@-webkit-keyframes rotation {

  from {

    transform: rotate(0deg);

  }



  to {

    transform: rotate(360deg);

  }

}



@keyframes rotation {

  from {

    transform: rotate(0deg);

  }



  to {

    transform: rotate(360deg);

  }

}



@-webkit-keyframes gradient-fade {

  from {

    transform: translate(10%, -10%) rotate(0deg);

  }



  to {

    transform: translate(50%, -50%) rotate(360deg);

  }

}



@keyframes gradient-fade {

  from {

    transform: translate(10%, -10%) rotate(0deg);

  }



  to {

    transform: translate(50%, -50%) rotate(360deg);

  }

}



@-webkit-keyframes gradient-fade-alt {

  from {

    transform: translate(-20%, 20%) rotate(0deg);

  }



  to {

    transform: translate(-60%, 60%) rotate(360deg);

  }

}



@keyframes gradient-fade-alt {

  from {

    transform: translate(-20%, 20%) rotate(0deg);

  }



  to {

    transform: translate(-60%, 60%) rotate(360deg);

  }

}



/* General body styling */

.whychoose {

  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */

  /* background: linear-gradient(#fff, #fff, #ffffff); */

  /* background-color: #111111c1; */

  margin: 0;

  padding: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  min-height: 100vh;

  overflow: hidden;

}



/* Container for the info boxes */

.why-choose-us {

  display: flex;

  /* flex-wrap: wrap; */

  gap: 20px;

  justify-content: center;

  padding: 20px;

  max-width: 1200px;

  margin: 0 auto;

  margin-top: 100px;

  /* margin-bottom:33vw; */

}



/* Individual info box styling */

.info-box {

  background: rgba(255, 255, 255, 0.87);

  /* Slightly transparent white */

  border-radius: 20px;

  padding: 30px;

  width: 300px;


  backdrop-filter: blur(12px);

  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);

  /* Enhanced shadow for depth */

  color: #1f1f1f;

  /* White text color for contrast */

  text-align: center;

  position: relative;

  overflow: hidden;

  transition: transform 0.4s ease, box-shadow 0.4s ease,

    background-color 0.4s ease;

  animation: float 6s ease-in-out infinite;

}



.info-box::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(135deg,

      rgba(255, 72, 0, 0.1),

      rgba(255, 255, 255, 0.2));

  z-index: 0;

  opacity: 0.4;

}



.info-box:hover {

  transform: translateY(-10px) scale(1.05);

  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);

  /* Elevated shadow on hover */

  background-color: rgba(255,

      255,

      255,

      0.769);

  /* Slight background color change on hover */

  position: relative;

  overflow: hidden;

  color: black;

}



.info-box:hover::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(135deg,

      rgba(255, 255, 255, 0.4),

      rgba(255, 89, 0, 0.416));

  opacity: 0.4;

  transform: translateX(-100%) rotate(-30deg);

  transition: transform 0.6s ease, opacity 0.6s ease;

}



.info-box:hover::after {

  transform: translateX(100%) rotate(30deg);

}



.info-box h2 {

  margin-top: 0;

  font-size: 1.6em;

  font-weight: 700;

  position: relative;

  z-index: 1;

  animation: fadeInUp 1s ease-out;

}



.info-box p {

  margin: 10px 0 0;

  font-size: 1em;

  line-height: 1.6;

  position: relative;

  z-index: 1;

  animation: fadeInUp 1s ease-out 0.5s;

  /* Delayed animation for paragraph */

}



.icon img {

  width: 60px;

}



.why-choose-us .box1 {
  text-align: start;

  width: 40%;

  background-color: white;

  margin-right: 40px;

  animation: none;

}



.box1 h2 {

  color: #da4817;

  /* color: white; */

  font-size: 1.8em;

}



.box1 p {

  color: rgba(0, 0, 0, 0.847);

  font-size: 1.1em;

  margin-top: 30px;

  /* color: black; */

}



.icon {

  font-size: 2.5em;

  margin-bottom: 15px;

}



/* Responsive Design */

@media (max-width: 768px) {

  .info-box {

    width: 90%;

    padding: 20px;

  }

}



@media (max-width: 1024px) {

  .why-choose-us {

    flex-direction: column;

    align-items: center;

  }



  .why-choose-us .box1 {

    width: 90%;

    margin: auto;

    margin-bottom: 30px;

  }

}



@media (max-width: 768px) {

  .info-box {

    width: 90%;

    padding: 20px;

  }



  .why-choose-us {

    gap: 15px;

  }

}



@media (max-width: 480px) {

  .info-box {

    width: 100%;

  }



  .why-choose-us {

    padding: 10px;

  }

}



/* Keyframe animations */

@keyframes fadeInUp {

  from {

    opacity: 0;

    transform: translateY(10px);

  }



  to {

    opacity: 1;

    transform: translateY(0);

  }

}



@keyframes float {

  0% {

    transform: translateY(0);

  }



  50% {

    transform: translateY(-10px);

  }



  100% {

    transform: translateY(0);

  }

}



@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");



.testimonials-heading {

  font-size: 1.8em;

  color: #da4817;

  text-align: center;

  margin-bottom: 30px;

  font-weight: bold;

  text-transform: uppercase;

}



.testimonials-heading {

  font-size: 1.8em;

  color: #da4817;

  text-align: center;

  margin-bottom: 30px;

  font-weight: bold;

  text-transform: uppercase;

}



.wrapper {

  max-width: 1200px;

  min-height: 400px;

  margin: auto;

  padding: 0 20px;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  position: relative;

}



.wrapper .box {

  height: 270px;

  background: #fff;

  width: calc(33% - 10px);

  padding: 25px;

  border-radius: 3px;

  box-shadow: 0px 4px 8px #da481754;

  margin-bottom: 3rem;

  border-radius: 10px;

}



.wrapper .box i.quote {

  font-size: 20px;

  color: #b0b0b08a;

}



.wrapper .box .content {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  padding-top: 10px;

}



.box .info .name {

  font-weight: 600;

  font-size: 17px;

}



.info a{

  text-decoration: none;

}



.box .info .job {

  font-size: 16px;

  font-weight: 500;

  color: #da481767;

}



.box .info .job:hover{

  color: #da4817;

}



.box .info .stars {

  margin-top: 2px;

}



.box .info .stars i {

  color: #da4817;

}



.box .content .image {

  height: 75px;

  width: 75px;

  padding: 3px;

  background: #da48173d;

  border-radius: 50%;

}



.content .image img {

  height: 100%;

  width: 100%;

  object-fit: cover;

  border-radius: 50%;

  border: 2px solid #fff;

}



.box:hover .content .image img {

  border-color: #fff;



}





/* Tesimonials responsive  */

@media (max-width: 1045px) {



  .testimonials-heading{

    margin-top: 10vh;

  }



  .wrapper .box {

    width: calc(50% - 10px);

    margin: 10px 0;

  }

}



@media (max-width: 702px) {

  .wrapper .box {

    width: 100%;

    height: auto;

  }

}



@media (max-width: 1045px){



}







/* FAQ Section */

.faq-section {

  margin-top: 100px;

  padding: 60px 0;

  /* background-color: #111111c1; */

}



.section-title {

  text-align: center;

  font-size: 2.5rem;

  color: #da4817;

  margin-bottom: 40px;

  position: relative;

  text-transform: uppercase;

}



.faq-items {

  border-radius: 10px;

  max-width: 800px;

  margin: 0 auto;

}



.faq-item {

  /* border-bottom: 1px solid #da4817; */

  margin-bottom: 15px;

}



.faq-question {

  border-radius: 10px;

  background-color: #fff;

  border: none;

  width: 100%;

  text-align: left;

  padding: 15px 20px;

  font-size: 1.2rem;

  color: #333;

  cursor: pointer;

  position: relative;

  transition: all 0.3s ease;

}



.faq-question::after {

  content: "\f107";

  font-family: "FontAwesome";

  position: absolute;

  right: 20px;

  font-size: 1rem;

  transition: transform 0.3s ease;

  color: #da4817;

}



.faq-question.active::after {

  transform: rotate(180deg);

}



.faq-answer {

  border-radius: 15px;

  max-height: 0;

  overflow: hidden;

  transition: max-height 0.1s ease;

}



.faq-answer p {

  padding: 15px 20px;

  background-color: #ffffff;

  margin: 0;

}



.faq-question.active+.faq-answer {

  max-height: 200px;

  /* Adjust according to content */

}



@media (max-width: 768px) {

  .faq-question {

    font-size: 1rem;

  }

}



@media (max-width: 650px) {

  .section-title {

    font-size: 1.5rem;

  }

}









/*               footer */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");



footer {

  position: relative;

}



.container {

  max-width: 1170px;

  margin: auto;

}



.row {

  display: flex;

  flex-wrap: wrap;

}



ul {

  list-style: none;

}



.footer {

  margin-top: 120px;

  /* background-color: #24262b; */

  background: linear-gradient(#3d3d3d, #232323, #000000);

  padding: 70px 0;

}



.footer-col {

  width: 25%;

  padding: 0 15px;

}



.footer-col h4 {

  font-size: 18px;

  color: #ffffff;

  text-transform: capitalize;

  margin-bottom: 35px;

  font-weight: 700;

  position: relative;

  letter-spacing: 1px;

}



.footer-col h4::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: -10px;

  background-color: #da4817;

  height: 2px;

  box-sizing: border-box;

  width: 50px;

}



.footer-col ul li:not(:last-child) {

  margin-bottom: 10px;

}



.footer-col ul li a {

  font-size: 16px;

  text-transform: capitalize;

  color: #ffffff;

  text-decoration: none;

  font-weight: 300;

  color: #bbbbbb;

  display: block;

  transition: all 0.3s ease;

}



.footer-col ul li a:hover {

  color: #ffffff;

  padding-left: 8px;

}



.footer-col .social-links a {

  display: inline-block;

  height: 40px;

  width: 40px;

  background-color: rgba(255, 255, 255, 0.2);

  margin: 0 10px 10px 0;

  text-align: center;

  line-height: 40px;

  border-radius: 50%;

  color: #ffffff;

  font-size: 1.2rem;

  transition: all 0.5s ease;

}



.footer-col .social-links a:hover {

  color: #24262b;

  background-color: #ffffff;

}



.footer-bottom {

  position: absolute;

  bottom: 0;

  width: 100%;

  text-align: center;

  font-size: 13px;

  color: #fff;

  letter-spacing: 1px;

  /* font-family: sans-serif; */

  padding: 3px;

}



.footer-bottom b {

  color: #da4817;

  font-size: 15px;

  font-weight: bolder;

}



.footer-bottom p {

  margin: 0;

}



.footer-bottom a {

  color: #da4817cb;

  text-decoration: none;

}



.footer-bottom a:hover {

  text-decoration: underline;

}



/*responsive*/

@media (max-width: 767px) {

  .footer-col {

    width: 50%;

    margin-bottom: 30px;

  }

}



@media (max-width: 574px) {

  .footer-col {

    width: 100%;

  }

}