@font-face {
  font-family: headfont;
  src: url(assets/fonts/Red_Rose/static/RedRose-Bold.ttf);
}

@font-face {
  font-family: parafont;
  src: url(assets/fonts/Prompt/Prompt-Regular.ttf);
}

body {
  /* cursor: none;  */
  /* cursor:url(../nlw/cursor\ \(1\).svg),auto; */
  /* cursor:url(../nlw/cursor\ \(2\).svg) 8 1, pointer,auto; */
}

html {
  scroll-behavior: smooth;
}

a:focus{
  color: black !important;
}
 a:hover {
  color: #ec1c24 !important;
  text-decoration: none ;
}



:root {
  --Themecolor: #ec1c24;
  --Themecolor2: #ec1c24;
  --mixcolor: #ec1c24;
}
.themeColor{
color: var(--Themecolor);
}

.f-right {
  float: right;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.mt-20 {
  margin-top: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ldIcon {
  color: var(--mixcolor);
}

.themBg {
  background-color: var(--mixcolor);
}

.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  margin-bottom: 20px;
}

.main-header .main-menu ul li>a {
  color: #450b78;
  font-weight: 400;
  /* padding: 39px 16px; */
  font-weight: 400;
  display: block;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}


.navback {
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 999999;
  /* box-shadow: 0px 10px 36px #00000091; */
}

/* testimonial section */
.reviews {
  height: auto;
  width: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.reviews:focus {
  cursor: grabbing;
}

/* auery form  */
.personImg {
  z-index: -99;
}

.queryForm input :focus {
  outline: none;
}

.subBtn {
  outline: none;
  background-color: var(--Themecolor);
  font-size: paraFontMidBold;
}

/* footer */
.footer {
  background-color: #adadadc9;
  overflow: hidden;
}

footer h3 {
  color: rgb(0, 0, 0);
}

.footer a {
  font-family: paraFont;
}

.footer .socialICon {
  height: 50px;
  aspect-ratio: 1/1;
  text-align: center;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  font-size: 30px;
}

.Truck {
  width: 500px;
  z-index: -99;
  right: -56px;
  bottom: 0;
}

/* footer floating circle */
.spB {
  height: 100px;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.413);
  transition: all 0.3s ease-out;
  animation: float 1.5s infinite alternate;
}

.cb1 {
  right: 70px;
  top: 53px;
}

.cb2 {
  left: 102px;
  top: 57px;
}

.sps {
  height: 20px;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.413);
  transition: all 0.3s ease-out;
  animation: float 1.5s infinite alternate;
}

.cs1 {
  left: 400px;
  top: 30px;
}

.cs2 {
  left: 160px;
  top: 370px;
}

.cs3 {
  left: 73%;
  top: 352px;
}

.cs4 {
  left: 75%;
  top: 252px;
}

.spm {
  height: 60px;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.413);
  transition: all 0.3s ease-out;
  animation: float 1.5s infinite alternate;
}

.cm1 {
  top: 197px;
  left: 40%;
}

.cm2 {
  top: 260px;
  left: 78%;
}

.cm3 {
  top: 100px;
  left: 23%;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

button:focus {
  outline: 0;
}

.slider {
  padding: 180px 0 300px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 290px solid #fff;
  border-left: 2000px solid transparent;
  width: 0;
}

/* homepage 3 */

.pull-top {
  margin-top: -80px;
}

.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.shapes-container .shape {
  position: absolute;
}

.shapes-container .shape::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}

.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}

.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}

.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}

.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}

.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}

.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}

.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}

.shapes-container .shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}

.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}

a {
  -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;
  transition: all 0.3s ease-out 0s;
}

.ldIcon {
  color: var(--Themecolor);
}

.themBg {
  background-color: var(--Themecolor);
}

.main-header {
  z-index: 3;
}

.main-header .main-menu ul li>a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  background: var(--Themecolor);
  height: 2px;
  width: 0;
  transition: 0.3s;
}

.main-header .main-menu ul li:hover>a::before {
  width: 100%;
}

.main-header .main-menu ul li.active>a::before {
  width: 100%;
}

.header-sticky ul li a {
  padding: 10px 19px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

.text-center {
  text-align: center;
}

.section-title {
  margin-bottom: 80px;
}

.primary-btn {
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 0px;
  border: 1px solid transparent;
  background-origin: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  background: var(--Themecolor);
}



.primary-btn:focus {
  outline: none;
}

.main-menu {
  padding-top: 20px;
}

.about-area {
  position: relative;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color:var(--Themecolor);
}


.headH1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--Themecolor);
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  letter-spacing: 2px;
}
.about-area .container:after {
  content: "";
  position: absolute;
  top: 0%;
  filter: brightness(0.5);
  right: 0%;
  background-size: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://img.freepik.com/free-photo/india-republic-day-national-celebration-3d-style_23-2151015928.jpg?t=st=1715420627~exp=1715424227~hmac=225a4c1…&w=360);
  /* background: -webkit-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f7664508 50%, #f2705314 100%);
  background: -moz-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f7664508 50%, #f2705314 100%);
  background: -ms-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f7664508 50%, #f2705314 100%);
  background: -o-linear-gradient(to bottom right, transparent 0%, transparent 50%, #f7664508 50%, #f2705314 100%); */
  z-index: -1;
}

/* .about-area .container:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 36%;
  width: 68%;
  height: 68%;
  background: linear-gradient(to bottom right,
      transparent 0%,
      transparent 50%,
      #f7664508 50%,
      #f2705314 100%);
  background: -webkit-linear-gradient(to bottom right,
      transparent 0%,
      transparent 50%,
      #f7664508 50%,
      #f2705314 100%);
  background: -moz-linear-gradient(to bottom right,
      transparent 0%,
      transparent 50%,
      #f7664508 50%,
      #f2705314 100%);
  background: -ms-linear-gradient(to bottom right,
      transparent 0%,
      transparent 50%,
      #f7664508 50%,
      #f2705314 100%);
  background: -o-linear-gradient(to bottom right,
      transparent 0%,
      transparent 50%,
      #f7664508 50%,
      #f2705314 100%);
  z-index: -1;
} */

.phoneimgdiv img {
  margin: auto;
  width: 328px;
}

.home-about-right p {
  margin-bottom: 40px;
}

/* gradiant banner */
.gradient-banner {
  padding: 0 0 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.gradient-banner::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: var(--mixcolor);
  z-index: -99;
}

/* video player */
.playBtn {
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  backdrop-filter: brightness(0.9);
  cursor: pointer;
}

.pauseBtn {
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

/* map bg */
.mapBg {
  background: url(./assets/img/india.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/* auery form  */
.personImg {
  z-index: -99;
}

.queryForm input {
  border-bottom: 1.5px solid var(--Themecolor) !important;
  outline: none;
  border: none;
  font-size: paraFontMidBold;
}

.queryForm textarea {
  border: 1.5px solid var(--Themecolor) !important;
  outline: none;
  border: none;
  font-size: paraFontMidBold;
}

.owl-nav {
  display: none;
}

.linkimg {
  width: 180px;
}

.buttonn {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1rem;
  background: #3d3a4e;
  background-size: 400%;
  color: #fff;
  border: none;
  margin-left: 4px;
  transition: all 0.2s ease-in;

}

.buttonn:hover::before {
  transform: scaleX(1);
}

.buttonn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: var(--mixcolor);
  transition: all 0.475s;
}

.buttonn:active {
  scale: 0.9;
}

.buttonn span {
  color: white;
  z-index: 10;
  position: relative;
}

p {
  font-size: 18px;
  margin-bottom: 0;
  font-family: parafont;
}

h1 {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  font-family: headfont;
}

h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  font-family: headfont;
}

h3{
  margin-bottom: 0;
  font-size: 20px;
  font-family: headfont;
}

.applic-apps {
  overflow: hidden;
  position: relative;
  right: -14%;
}



.linkimgdiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1600px) {
  .main-header .main-menu {
    margin-right: 30px;
  }

  .main-header .main-menu {
    margin-right: 30px;
  }
}



.logo {
  width: 200px;
}

.nav-link {
  font-weight: 700;
  position: relative;
  padding: 16px !important;
}

@media only screen and (max-width: 1199px) {
  .main-header .main-menu ul li>a {
    padding: 39px 15px;
  }

  .nav-link {
    padding: 13px !important;
  }

  .main-header .main-menu ul li>a {
    padding: 11px 15px;
  }

  .reviews {
    margin: 0px 20px;
  }
}

.nav-link:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--Themecolor);
  transition: 0.5s ease-in-out;
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: var(--Themecolor);
  transition: 0.5s ease-in-out;
}

.nav-link.active::before {
  width: 100%;
}

.margintb {
  margin-top: 60px;
  margin-bottom: 90px;
}

.bfont {
  font-size: 80px;
  font-weight: 700;
  font-family: revert;
}

.scrollstop {
  overflow: hidden;
}

.paddingtop {
  padding-top: 90px;
}

main {
  overflow: hidden;
}
.slick-initialized .slick-slide {
  display: block;
}

@media (max-width: 1399px) {
  .headH1 {
    font-size: 28px;
  text-align: center;
}
}
@media (max-width: 1024px) {
  .single-price .top-sec br {
    display: block;
  }

  .single-price .top-sec br {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  p ,.accordion button .accordion-title{
    font-size: 14px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 35px;
  }

  .about-area .container:after {
    width: 160%;
  }
  .logo {
    width: 180px;
  }

  .main-header {
    padding: 11px 0;
  }

  .main-header {
    padding: 11px 0;
  }

  .pricingArea:after {
    display: none;
  }

  .single-price {
    margin-bottom: 30px;
  }

  .about-area .container:after {
/* top: -10%; */
  }

  .about-area {
    padding: 0px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .pricingArea {
    padding: 40px 0 70px;
  }

  .home-about-right2 {
    margin-top: 50px;
  }

  .linkimg {
    width: 135px;
    height: 35px;
  }

  .pull-top {
    margin-top: -67px;
  }

  .applic-apps {
    right: 0%;
  }

  .buttonn {
    margin-top: auto;
    margin-left: 0px;
  }

  .navbar-toggler {
    font-size: 24px;
    border: 0;
    top: 68px;
    position: fixed;
    background: white;
    padding: 7px 20px;
    right: 0;
    border-radius: 0px;
    z-index: 999;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar-collapse {
    position: fixed;
    top: 65px;
    right: -100%;
    padding: 20px 120px;
    /* width: 75%; */
    height: 100%;
    background-color: white;
  }

  .collapse:not(.show) {
    display: block;
  }

  .prev-btn {
    transform: rotate(270deg);
  }

  .next-btn {
    transform: rotate(270deg);
  }
}

.sliderone img:hover {
  cursor: grab;
}

.sliderone img:focus {
  cursor: grabbing;
}

@media only screen and (max-width: 767px) {
    .about-area .container:after {
        width: 340%;
    }
  .bfont {
    font-size: 60px;
    font-weight: 700;
  }

  .margintb {
    margin-bottom: 60px;
  }

  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-header {
    padding: 11px 0;
  }

  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-header {
    padding: 11px 0;
  }

  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-header {
    padding: 11px 0;
  }

  .main-header {
    padding: 11px 0;
  }

  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  p {
    font-family: initial;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 576px) {

  .headH1 {
    font-size: 16px;
  text-align: center;
}
  .buttonn {
    height: 2rem;
    padding: 0 1rem;
    border-radius: 0.6rem;
    margin-left: 6px !important;
  }

  .navbar-collapse {
    top: 46px;
    right: -102%;
    padding: 20px 100px;
  }

  .reviews {
    margin: 0px 20px;
  }

  .slick-track {
    display: flex !important;
  }

  p {
    font-size: 15px;
    font-family: initial;
  }

  .navbar-toggler {
    font-size: 14px;
    top: 48px;
  }

  .bfont {
    font-size: 30px;
  }

  h1 {
    font-size: 28px;
    /* font-family: initial; */
  }

  h2 {
    font-size: 25px;
    /* font-family: initial; */
  }

  h4 {
    font-size: 11px;
  }

  .logo {
    width: 110px;
  }
}

/* edits */
.imghng {
  position: absolute;
  top: -74px;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  height: 100px;
}

@media only screen and (max-width: 992px) {
  .imghng {
    position: absolute;
    top: -7px;
    right: 50%;
    /* left: 0; */
    transform: translateX(50%);
    z-index: -1;
    height: 72px;
  }
}

@media only screen and (max-width: 576px) {
  .section {
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 768px) {
  .text-justify {
    text-align: justify !important;
  }
}


.custom-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  /* background: radial-gradient(circle, #ff6b4a, #ff9e7a); Gradient effect */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* mix-blend-mode: difference; */
  z-index: 10;
  backdrop-filter: saturate(180%);
  background-clip: content-box;
  content: '';
  /* zoom: 1.7;  */
  transform: scale(3);
  transition: all 0.3s ease-out;
  animation: float 1.5s infinite alternate;
  /* Floating effect */
  box-shadow: 0 0 15px #d8d3d1, inset 0 0 10px #ffffff;
}

/* Floating effect animation */
@keyframes float {
  from {
    transform: translateY(-50%) scale(1);
  }

  to {
    transform: translateY(-60%) scale(1.03);
  }
}

.circle {
  background: var(--Themecolor);
  text-align: center;
  color: white;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 80px;
  height: 80px;
}

/* .slick-slider .slick-track, .slick-slider .slick-list {
  padding: 0px 6px;}

  .slick-slider {
    padding: 0 !IMPORTANT;} */
.reviews .text-lg-start p {
  font-size: 12px;
}

.slick-list {
  padding: 0 11px;
}


.txtJust {
  text-align: justify !important;
}

.li-arrow::before {
  content: "\00BB";
  font-size: 25px;
  margin-left: -20px;
}

@media only screen and (max-width: 380px) {
  .about-area .container:after {
      width: 404%;
  }
  .headH1 {
    font-size: 12px;
  }
}


.navbar-collapse{
  transition: all 0.7s ease-in-out;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.faqcontainer {
  margin: 0 auto !important;
  padding: 4rem !important;
  width: 48rem !important;
}

.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--Themecolor);
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--Themecolor);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--Themecolor);
  border: 1px solid var(--Themecolor);
}

.accordion button .accordion-title {
  margin-right: 22px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 6px;
  width: 8px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 6px;
  left: 9px;
  width: 2px;
  height: 8px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: var(--Themecolor);
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  transition: 0.6s;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  transition: 0.6s;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}