:root{
  --c1: #2154cf    ;
--c2: #333; 
--c3: #444;
  --bg:rgb(241, 248, 255);
  --w:#fff;

}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}

.c5{
  color: var(--bg) !important;
}

.bg-c1{
  background-color: var(--c1);
}

.bg-w{
  background-color: var(--w);
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: "jost-reg";
  src: url(../Jost-Regular.ttf);
}

@font-face {
  font-family: "hybi11-bold";
  src: url(../Hybi11AmigoExtraBold.ttf);
}

@font-face {
  font-family: "hybi11-reg";
  src: url(../Hybi11AmigoRegular.ttf);
}




.hf{
  font-family: "hybi11-bold" !important;
}

html{
  width: 100vw !important;
  overflow-x: hidden !important;
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: "hybi11-reg" !important;
  font-size: 16px !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: #f3f6f8 !important;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: transparent;
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
  justify-content: center;
}
.ftp{
  font-size: 15px; 
  /* letter-spacing: 1px; */
}


.top-nv-soc-img{
  width: 19px;
 
}

.first-img{
  height: 80px;
  width: 50%;
}

.iconHeight{
  height: 45px;
  width: auto;
}

.first-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
.navbar{
  background: rgba(255, 255, 255, 0.968);
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.2 );
  /* backdrop-filter: blur( 16px ); */
  /* -webkit-backdrop-filter: blur( 16px ); */
  /* border-radius: 10px; */
  /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}


.top-nav{
  position: fixed !important;
  z-index: 100 !important;
  width: 100%;
  top: 0%;
  left: 0%;
  transition: all .5s;
}

.logo{
  /* width: 180px; */
  height: 60px;
  /* border-radius:5px; */
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.newnav{
  position: fixed !important;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 1000 !important;
  /* background: #fff !important; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .2s ;
  /* border-bottom: 1px solid var(--c1); */
  color:var(--c2) !important;
}

.newnav .nav-link{
  color: var(--c2) !important;
}

/* .newnav .nav-link{
  color: #000 !important;
} */
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 0px;
}
.nav-link{
  color: #000 !important;
  /* font-weight: bold !important; */
  letter-spacing: 1px;
  font-size: 15px !important;
  padding: 20px 15px !important;
  position: relative;
}

.nav-link:hover {
  background: linear-gradient(180deg, rgba(33, 84, 207, 0.0003) 0%, rgba(33, 84, 207, 0.15) 100%);
}

.nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  border-radius: 4px;
  background-color: var(--c1);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.nav-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* .activ-nav{
  color: var(--c2) !important;
  font-weight: bold !important;
  border-bottom: 2px solid var(--c2) !important;
} */
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 13px !important;
  color: var(--c2) !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  padding: 10px 10px !important;
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important; */
  border-top: 1px solid var(--c1) !important;
  background-color: #fff !important;
  color: #000 !important;
}
.dropdown-item:hover{
  transform: translateX(10px);
  transition: all .5s;
  /* background-color: #fddbcd !important; */
  color: var(--c1) !important;
}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}



.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 12px;
  font-weight: 500 !important;
}
.dropdown-item i{
  margin-right: 6px;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */

  transition: all .5s;
}
.navbar .dropdown-menu{
  min-width: 180px;
  /* border-radius: 0% !important; */
  /* border-top: 3px solid var(--c1); */
}
/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover > .dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
.dropdown-menu {
  transition: all 0.3s ease;
}

.dropdown-menu{
  top: 100% !important;
}

.dropend .dropdown-menu{
  top: -20% !important;
  left: 100% !important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}



.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}

/* ------------  */



/* --/---------- / */

.top-cer{
  width: 70px;
}

.new-post{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
}

/* Show dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}


.dropdown-menu.animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
}

.nav-item.dropdown:hover > .dropdown-menu.animate {
  transform: translateY(0);
  opacity: 1;
} */




/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom : 2%;
  left  : 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}




/* ===== hero section ==================== */
.hero {
  position: relative;
  height: 94vh !important;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 60%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-position: bottom !important;
}



.hero-content h1{
  font-size: 80px !important; 
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: white;
  text-align: center;
  /* background-color: transparent; */
  background-color: #00000040;
  /* background-image: linear-gradient(180deg, #00000000 0%, #1c1c1c65 100%); */
  opacity: 1;
  padding: 0 !important;
}

.hero-content h1 {
  font-size: 3rem !important;
  margin-bottom: 20px;
  font-weight: bold;
}

.hero-content h2 {
width: 70%;
}

.hero-content p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.hero-content .btn {
  padding: 10px 20px;
  font-size: 1.2rem;
}


.btn-grad {
  /* background-image: linear-gradient(to right, var(--c1) 0%, #70bee3  51%, #356aef  100%); */
  background-color: var(--c2);
  /* margin: 10px;
  padding: 15px 45px; */
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  /* box-shadow: 0 0 20px #eee; */
  border-radius: 2px;
  outline: none;
  border: none;
  display: block;
  /* width: 180px; */
  /* height: 50px;/ */
}

.btn-grad{
  background-image: linear-gradient(to right, var(--c1) 0%, #70bee3  51%, #356aef  100%);
  background-color: unset !important;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  border-radius: 2px 2px 2px 15px;
}

 /* ----------------------  */

 .bg-bg{
  background-color:  rgb(241, 248, 255)  !important;
 }

 .bg-bg1{
  background-color:  rgb(241, 248, 255)  !important;
 }


 .text-grad {
  background: radial-gradient(circle farthest-corner at bottom center, #F6F6F6 0%, #2154CF 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* -webkit-text-stroke: 0.3px #1d3e99; */
  /* font-weight: 700; */
  /* letter-spacing: 0.3px; */
}




.js{
  text-align: justify;
}



.other-hero7{
  /* background-color: rgba(0, 0, 0, 0.648); */
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/small-ban1.jpg);
  /* background-attachment: fixed; */
  background-position: left center;
  background-size: cover;
  z-index: -1;
}
.other-cen{
  background-color: #ffffffd3;
  border-radius: 5px;
  min-height: 250px;
  transition: all 0.4s ease-in-out;
}

.other-cen:hover{
  background-color: #ffffffed;
}

.other-cen:hover .arrow-trans{
  translate: 10px 0px;
  transition: all 0.4s ease-in-out;
  color: var(--c1);
}

.other-cen:hover .arrow-trans i{
  color: var(--c1) !important;

}

/* ------------------  */

.learn-btn{
  transition: all 0.4s ease-in-out !important;
}

.learn-btn:hover i{
  translate: 10px 0px;
  transition: all 0.4s ease-in-out;
  color: var(--c1);
}

.learn-btn:hover p{
  border-bottom: 1px solid var(--c2);

}

.btn-c2{
  border: 1px solid var(--c2);
  color: var(--c2);
  transition: all 0.4s ease-in-out;
  border-radius: 4px !important;
  background-color: transparent !important;
}

.btn-c2:hover{
  border: 1px solid var(--c2);
  color: var(--c2);
  transition: all 0.4s ease-in-out;
  border-radius: 4px 4px 4px 15px !important;
}


/* ====footer===== */
.footer{
    position: relative;
}


.footer::after{
  content: '';
  background-image: url(../images/ChatGPT-Image-31.-mars-2025-12_58_03.avif);
  background-size: cover;
  /* background-color: var(--c2); */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
}

.pattern-img{
  position: absolute;
  bottom: 4%;
  right: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.pattern-img1{
  position: absolute;
  bottom: 4%;
  left: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.f-logo{
  /* width: 50%; */
  height: 120px;
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 15px;
}
/* ======== */


  /* =============== */
  .full-2{
    background-color: #040817dd;
    position: relative;
    
   }
   .full-2::after{
    content: '';
    background-image: url(../images/ChatGPT-Image-31.-mars-2025-12_58_03.avif);
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
   }

   .new-line{
    background: var(--c1);
    height: 3px;
    width: 20%;
   }

   


.c-main-element {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  width: 100%;
  /* border-radius: 50%; */
  /* border-radius: 1rem 1rem 0 0; */
  background: #fff;
  overflow: hidden;
}

.cat-new-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 50%; */
  transition: transform 0.5s ease-in-out;
}

.combo-new {
  width: 100% !important;
  height: 100% !important;
}

.menu-card:hover .cat-new-img {
  transform: scale(1.1);
}

.other-cen1{
  background-color: #abdbe3;
  /* border-radius: 0px 0px 90px 0px; */
  min-height: 400px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.other-cen1:hover .arrow-trans{
  translate: 10px 0px;
  transition: all 0.4s ease-in-out;
  color: var(--c1);
}

.other-cen1:hover .arrow-trans i{
  color: var(--c1) !important;

}

.other-cen2{
  background-color: #3771d5;
  /* border-radius: 0px 0px 90px 0px; */
  min-height: 400px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.other-cen2:hover .arrow-trans{
  translate: 10px 0px;
  transition: all 0.4s ease-in-out;
  color: var(--c1);
}

.other-cen2:hover .arrow-trans i{
  color: var(--w) !important;

}

.work-process-box:hover .round-process-bx::after{
  opacity: 1;
  transition: .5s;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
.process-arrow{
  width: 80px;
  position: absolute;
  top: 3%;
  right: -5%;
}

.process-arrow1{
  width: 50px;
  /* position: absolute; */
  bottom: -10%;
  left: 0%;
  opacity: 0.6;

  /* transform: rotate(150deg); */
}

.process-arrow3{
  width: 80px;
  position: absolute;
  bottom: -14%;
  left: 0%;
  transform: rotate(200deg) scaleX(-1);


}

.process-arrow-2{
  width: 80px;
  position: absolute;
  top: 30%;
  right: -10%;
}
.work-process-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;    border-radius: 5px;
}
.round-process-bx{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /* background-color: var(--c2); */
  background-size: 200% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* overflow: hidden; */
}
.round-process-bx::after{
  content: '';
  width: 110%;
  height: 110%;
  border: 1.5px dashed var(--c1);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.process-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
}


.other-hero2{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/2148824177.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.hero-h{
  font-size: 50px !important;
}

/* -------------------------  */

.apli-about{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


/* ------------ / */

.abt-foun-img{
  width: 100%;
  height: 350px;
  object-fit: contain;
}

/* -- ------------------ contact us --------------- */

.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input{
padding: 10px !important;
}

.con_img img{
height: 80%;
width: 100%;
object-fit: cover;
border-radius: 10px;
margin-left: 40px;
margin-top: 20px;
}


.con-box {
width: 100%;
display: flex;
align-items: flex-start;
}
.con-box img {
width: 40px;
}
.con-right {
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}




.contact .info-wrap {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 30px !important;
  border-radius: 10px;
}

.con-pad{
  padding-top: 100px !important;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--c1);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: var(--c1);
  color: #fff;
}


/* hero */
.small-hero{
  height: 70vh;
  position: relative;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.hero-slide{
  position: relative;
}
.shade-botom{
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: transparent;
  background-image: linear-gradient(180deg,#fefcf300 30%, #fefcf3 100%);
  z-index: 3;
  width: 100%;
  height:80%;
  overflow: hidden;
}
.hero-sl-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet{
  background-color: var(--c2) !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--c1) !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;

}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 35px !important;
}

.ban-con{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }

  .ban-main-con{
    width: 100%;
    min-width: 500px !important;
    height: 100%;
    background-color: #ffffffea;
    color: var(--c1);
    border-radius: 5px !important;
    /* text-align: center; */
  }


  .card-app{
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top: 3px solid var(--c1);
  }

  body.modal-open {
    overflow: hidden;
  }

  /* Custom Modal Styling */
  .custom-modal {
    display: none; /* Start hidden */
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
  }
  

  .custom-modal-content {
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    padding: 2rem;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow: visible;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
  }



  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
   
  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }

        .white-close {
          filter: brightness(0) invert(1);
        }
    
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 25px;
  }
  .nav-link{
    font-size: 13px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
     /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }
  .offcanvas{
      width: 80% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .navbar-nav .dropdown-menu {
    margin-top: 15px !important;
   }

  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c2) !important;
  }


  .offcanvas-body{
    background-color:var(--w) !important;
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;

  }


  .activ-nav{
    color: var(--c2) !important;
    font-weight: bold !important;
    /* border-bottom: 2px solid var(--c1) !important; */
  }

  
  .nav-item{
    border-bottom: 1px solid #aeaeae;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .pro-pills .nav-item{
    min-height: unset !important;
  }

  .pro-pills .nav-link:hover{
    background: none !important;
  }

  .nav-link:hover{
    color: var(--c1);
  }


 
  }

  @media screen and (max-width:720px) {

    .navbar{

      transition: all .5s;
      /* background-color: rgba(255, 255, 255, 0.3); */
      /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
      /* border-bottom: 2px solid var(--c1); */
    }

    .nav-link{
      color: var(--c2) !important;
    }
  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 55px !important;
}

/* hero section */
.hero{
  height: 80vh !important;
}
.hero-f{
  font-size: 17px;
}


.hero-p{
  font-size: 16px !important;
}


.other-hero7{
  /* background-color: rgba(0, 0, 0, 0.648); */
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/small-ban1.jpg);
  /* background-attachment: fixed; */
  background-position: left center;
  background-size:  cover;
  z-index: -1;
}


.other-cen1{
 
  /* border-radius: 0px 0px 90px 0px; */
  min-height: 300px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.other-cen2{

  /* border-radius: 0px 0px 90px 0px; */
  min-height: 300px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}


.nav-link:hover {
  background: unset;
}

.hero-content h1 {
  font-size: 2rem !important;
  margin-bottom: 20px;
  font-weight: bold;
  /* text-align: end; */
}

.other-hero2{
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}

.other-hero2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/2148824177.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position:  bottom;
}

.ban-main-con{
  width: 100%;
  min-width: 330px !important;
  height: 100%;
  background-color: #ffffffea;
  color: var(--c1);
  border-radius: 5px !important;
  /* text-align: center; */
}
.small-hero{
  height:50vh;
  position: relative;
}

}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {
         /* hero section */
.hero{
  min-height: 70vh;
}
}
  @media screen and (max-width:380px) {


  }

  @media screen and (max-width:365px) {


  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}