:root{
  /* --c1:#184077;  */
  --c1:#d8374a;
  --c2:#f0c543;
  --c3:#929090;
  --c4:#e4f2f2;
  --bg:#f8d4d4;

}

/* @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;
}
.bg{
  background-color: var(--bg);
}
/* .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;
}
p{
  color: #282828;
  line-height: 1.5rem;
  /* font-size: 15px; */
}

@font-face {
    font-family: "myFont";
    src: url(../assets/fonts/manrope-regular.otf);

}


html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: "myFont" !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
}


*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--c2);
  /* 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;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
}
.first-bx-img{
  width: 28px;
}
.top-nv-soc-img{
  width: 20px;
}
.get-help{
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
.cus-img{
  width: 20%;
}
.cus-text{
  text-align: start;
}


/* top first section */

.first-top{
  background-color: var(--c1);
  /* 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;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}
.first-bx-img{
  width: 25px;
}
.top-nv-soc-img{
  width: 19px;
 
}
/* Hide the "Powered by Google Translate" text and logo */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame.skiptranslate {
    display:none !important;
}

.goog-te-gadget {
 color: transparent !important;
}

/* Hide the dropdown icon */
.goog-te-combo {
    margin: 0 auto;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;

}
/* Center the translate element */
#google_translate_element_1 {
    text-align: center;
}
/* .skiptranslate iframe{
  display: none !important;
} */
/* ----------------- 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 */
.home-nav{
  display: none !important;
}
.navbar{
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-bottom: 2px solid var(--c1);

}
.logo{
  /* width: 56px; */
  height: 69px;

}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background-color: #ffffff !important;
  /* background: #ffffff !important; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav{
  display: unset !important; 
}
/* .newnav .nav-link{
  color: #fff;
} */
@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 10px;
}
.nav-link{
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}
.nav-active{
  /* background-color: var(--c1) !important; */
  border-left: 2px solid var(--c1) !important;
  color: var(--c1) !important;
  font-weight: bold !important;
}
/* .newnav .nav-link:hover{
  color: #ffff !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: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  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: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.navbar .dropdown-menu{
  min-width: 220px;
  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 .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}
/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 116% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
  transform: unset;
  background-color: #f1f8ff !important;
  color: var(--c1) !important;
  transition: all .5s;
}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
.dropdown-toggle:focus{
  color: unset !important;
}
.newnav .clr-nav-tog{
  color: #fff !important;
}
/* @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;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.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%;
}

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.user-nav-btn{
  background-color: #e8e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 55px;
  height: 55px;
}
.nav-user-img{
  width: 30px;

}

.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); }
}

.nav-bx-ser{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.nav-text-ser{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 2s;
}
.nav-text-ser .i{
  font-size: 14px;
}

.nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  transition: all .8s;
}
.nav-bx-ser:hover .nav-text-ser{
  color: #fff;
  transition: all .5s;
}

.nav-bx-ser::after{
  content: '';
  height: 100%;
  width: 0%;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  /* display: none; */
  transition: all 1s;
}

.nav-bx-ser:hover::after{
  content: '';
  width: 100%;
  z-index: -1;
  /* display: none; */
  transition: all .5s;
}

.active-nav-bx-ser{
  background-color: var(--c1);
  position: relative;
}
.active-nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
}
.active-nav-bx-ser .nav-text-ser{
  color: #fff;
}


/* navbar dropdown */
/* .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
transform: unset;
  background-color: #f9dede !important;
  color: var(--c1) !important;
  transition: all .5s;
} */

/* --- mega menu ----- */
.custom-mega-menu {
  position: static;
}
.custom-mega-menu .custom-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
  display: none; /* Hide by default */
}
.custom-mega-menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.custom-mega-menu-column {
  flex: 1 1 25%;
  padding: 1rem;
  box-sizing: border-box;
}
.custom-dropdown:hover .custom-dropdown-menu,
.custom-dropdown.show .custom-dropdown-menu {
  display: block;
}
.custom-dropdown-submenu {
  position: relative;
}
.custom-dropdown-submenu:hover .custom-dropdown-menu,
.custom-dropdown-submenu.show .custom-dropdown-menu {
  display: block;
}
.custom-dropdown-submenu .custom-dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none; /* Hide by default */
}
.small-p{
  font-size: 14px;
  margin-bottom: 2px;
}
.custom-dropdown-submenu a{
  color: #000;
}
.custom-dropdown-menu{
  margin-left: 10%;
  margin-top: 1.5rem;
}
/* .custom-dropdown-item {
  width: 100%;
} */
.in-drop:hover {
  background-color: #70b6e2;
  margin-top: 1.5rem;
}
.sub-dropdown-item:hover {
  background-color: #70b6e2 !important;
  width: 100%;
}
.new-add-menu{
  left: 5% !important;
  top: 100% !important;
}
.mega-in .nav-link{
  color: #000 !important;
}
.mega-in .nav-link:hover{
  color: var(--c1) !important;
}


@media (max-width: 992px) {
  .custom-mega-menu-column {
    flex: 1 1 50%;
  }
  .custom-dropdown-menu{
    margin-left: 10%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .custom-mega-menu-column {
    flex: 1 1 100%;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

.treat-you-main{
  position: relative;
}
.treat-you-left{
  /* position: absolute; */
}
.treat-img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.tret-you-right p{
  font-size: 14.5px;
}
/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}




/* call and whats app */

/* call and whats app */
.fix-icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 60;
 }
 .fix-img{
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }
 .in-fix-box{
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
 }
 .in-fix-p{
  color: #FFF;
 }
 .call-fix-side{
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%; 
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .call-img-fix{
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  
 }
 @keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}


.cal-nv-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}
.btn-round-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}
 .call-nv{
  width: 20px;
 }
 .cal-nv-btn:hover{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
 }


 .enq-btn{
  background-color: var(--c1) !important;
  color:  #fff !important;
  transition: all .5s;
}
.enq-icn{
  transition: all .5s;
}
.enq-btn:hover .enq-icn{
  transform: rotateY(360deg);
  transition: all 1s;
}

/* ------------ */

/* ===========  top  bar =========== */
.top-bar{
  background-color: #ffff;
}
.round-call{
  background-color: var(--c1);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.round-call img{
  width: 50%;
}
.call-p1{
  font-size: 12px;
}
.call-p2{
  font-size: 14px;
}
.plan-holiday-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 14px !important;
}

.navbar .nav-link{
  color: #000 !important;
}



.button-container {
  display: flex;
  gap: 20px;
}

.action-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  background-color: #efededf6 !important;
}

.action-button .count-badge {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: var(--c1);
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
}

.nav-wc-icon {
  width: 24px;
}

.abt-btn-land{
  background-color: #fff !important;
  color: #000 !important;
  border-left: 6px solid var(--c1) !important;
  border-radius: 0% !important;
  letter-spacing: 1px !important;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 160px;
  transition: all .5s;
}
.abt-btn-land:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all .5s;
}

.carousel-indicators{
  position: unset !important;
}

.carousel-indicators button {
  background-color: var(--c1) !important; /* Custom dot color */
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators [data-bs-target]{
  height: 10px !important;
  width: 10px !important;
  border-radius: 100% !important;
}

.portfolio-card {
  overflow: hidden;
  border: 1px solid #ccc;
  /* Optional: Add border for better visibility */
  border-radius: 10px;
  /* Optional: Add border radius for rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Optional: Add shadow for depth */
  transition: transform 0.3s ease-in-out;
  /* Optional: Add transition for smooth effect */
}

.screenshot-container {
  width: 100%;
  height: 500px;
  /* Adjust height as needed */
  overflow: hidden;
  position: relative;
}

.screenshot {
  width: 100%;
  height: auto;
  transition: transform 2s ease-in-out;
  /* Adjust the transition duration for the scroll effect */
  /* filter: grayscale(100%); */
}

.portfolio-card:hover .screenshot {
  filter: grayscale(0%);
}

.hero{
  position: relative;
  overflow: hidden;
  background-color: var(--bg);
}
.hero::after{
  content: '';
  /* width: 100%;
  height: 30%; */
  border-left: 100vw solid transparent;
    border-bottom: 4em solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  /* z-index: -1; */
}
.js{
  text-align: justify !important;
}

.btn-ph-num{
  display: flex !important;
}
 .cc-calto-action-ripple {
	background: var(--c1);
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
.cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
 .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
    @-webkit-keyframes cc-calto-action-ripple {
      0% {
        -webkit-box-shadow: 0 4px 10px rgba(216, 55, 74, 0.2), 0 0 0 0 rgba(216, 55, 74, 0.2), 0 0 0 5px rgba(216, 55, 74, 0.2), 0 0 0 10px rgba(216, 55, 74, 0.2);
        box-shadow: 0 4px 10px rgba(216, 55, 74, 0.2), 0 0 0 0 rgba(216, 55, 74, 0.2), 0 0 0 5px rgba(216, 55, 74, 0.2), 0 0 0 10px rgba(216, 55, 74, 0.2); 
      }
      100% {
        -webkit-box-shadow: 0 4px 10px rgba(216, 55, 74, 0.2), 0 0 0 5px rgba(216, 55, 74, 0.2), 0 0 0 10px rgba(216, 55, 74, 0.2), 0 0 0 20px rgba(216, 55, 74, 0);
        box-shadow: 0 4px 10px rgba(216, 55, 74, 0.2), 0 0 0 5px rgba(216, 55, 74, 0.2), 0 0 0 10px rgba(216, 55, 74, 0.2), 0 0 0 20px rgba(216, 55, 74, 0); 
      } 
    }
    
    @keyframes cc-calto-action-ripple {
      0% {
        -webkit-box-shadow: 0 4px 10px rgba(216, 55, 74, 0.2), 0 0 0 0 rgba(216, 55, 74, 0.2), 0 0 0 5px rgba(216, 55, 74, 0.2), 0 0 0 10px rgba(216, 55, 74, 0.2);
        box-shadow: 0 4px 10px rgba(216, 55, 74, 0.2), 0 0 0 0 rgba(216, 55, 74, 0.2), 0 0 0 5px rgba(216, 55, 74, 0.2), 0 0 0 10px rgba(216, 55, 74, 0.2); 
      }
      100% {
        -webkit-box-shadow: 0 4px 10px rgba(216, 55, 74, 0.2), 0 0 0 5px rgba(216, 55, 74, 0.2), 0 0 0 10px rgba(216, 55, 74, 0.2), 0 0 0 20px rgba(216, 55, 74, 0);
        box-shadow: 0 4px 10px rgba(216, 55, 74, 0.2), 0 0 0 5px rgba(216, 55, 74, 0.2), 0 0 0 10px rgba(216, 55, 74, 0.2), 0 0 0 20px rgba(216, 55, 74, 0); 
      } 
    }

    /* ------- process section --------------- */
    .process-main{
      position: relative;
      /* background-image: url(../images/service-bg.png);
      background-size: cover; */
    }
    .process-main::before{
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0%;
      background-color: var(--bg);
      z-index: -2;
    }
    .process-crd{
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: all .5s;
    }
    .process-crd::before{
      content: '';
      background-color: rgba(255, 255, 255, 0.786);
      position: absolute;
      bottom: 0%;
      left: 0%;
      width: 100%;
      height: 80%;
      z-index: -1;
      transition: all .5s;
      border-top: 3px solid #fff;
    }
    .process-crd:hover::before {
      background-color: #fff;
      border-top: 3px solid var(--c1);
      transition: all 0.5s;
    }

    .process-icom{
      width: 80px;
      height: 80px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      z-index: 2;
    }
    .proscess-img{
      width: 60%;
    }
    .content-proc{
      width: 100%;
      z-index: 5;
    }
    /* .head-proc{
      color: var(--c1);
    } */

    .head-proc{
      font-size: 18px;
    }

    /* ----------- our clint section ------------- */
    .port-btn{
      position: relative;
      transition: all .5s;
      color: var(--c1) !important;
    }
    .port-btn i{
      padding-left: 1rem;
    }
    .port-btn::after{
      content: '';
      position: absolute;
      left: 0%;
      bottom: 0%;
      width: 100%;
      height: 2px;
      background-color: var(--c1);
      transition: all .5s;
    }
    .port-btn:hover::after{
      height: 100%;
      z-index: -1;
      transition: all .5s;
    }
    .port-btn:hover{
      color: #fff !important;
    }
    /* ------------- our services ---------------- */
    /* web */
    .web-d-bx{
      width: 100%;
      height: 100%;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      position: relative;
      background-color: #ffff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: all .5s;
    }
    .web-d-bx::after{
      content: '';
      width: 5px;
      height: 60%;
      position: absolute;
      left: 0%;
      background-color: var(--c1);
      transition: all .5s;
    }
    .web-d-bx:hover::after{
      height: 100%;
      transition: all .5s;
    }
    .web-d-tx{
      width: 70%;
      /* font-size: 16px; */
    }
    .web-img{
      width: 60px;
    }
    .mob-h{
      font-size: 17px;
    }

    /* --- software development --------- */
    .soft-main{
      position: relative;
    }
    .soft-main::after{
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0%;
      background-color: #1a1a1a;
      z-index: -2;
    }
    .soft-in{
      position: relative;
      overflow: hidden;
    }
    .soft-bxs-img{
      width: 100%;
      position: absolute;
      top: 0%;
      z-index: -1;
    }
    .soft-bx-3{
      background-color: #fff;
      border-left: 3px solid var(--c1);
    }

/* ----------- digital marketing ---------- */
.stick-top{
  /* max-height: calc(50vh - 100px); */
  height: 100%;
    /* overflow: auto; */
    position: sticky;
    overflow: hidden;
    top: 20%;
    transition: top 0.5s ease-out 0s;
    vertical-align: baseline;
    scroll-behavior: smooth;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

/* --------- Video Creation --------- */
.creat-main{
  position: relative;
}
.creat-main::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/team-bg.jpg);
  background-size: cover;
  background-color: #f6f6f6f6;
  opacity: 0.3;
  z-index: -1;
}
.strok-tx{
  -webkit-text-stroke: 1px var(--c1);
}
/* -------------- brand creation ---------------- */
.brand-cre{
  background-color: #fff;
  width: 100%;
  height: 100%;
}

/* tec-stak-box */
.tec-stak-box{
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #f8f9fe;
  border: 1px solid #d9def9;
}
.tec-stak-img{
  width: 25px;
}

.app-last-img{
  width: 30px;
}
.bg-bg{
  background-color: var(--bg);
}

/* ---------------------- */

/* ======== faq ====== */
.faq-btn {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 8PX !important;
}

.faq-pills .active {
  background-color: var(--c1) !important;
}

.nav-pills .nav-item {
  border-bottom: unset !important;
}

.faq .accordion-item {
  margin-bottom: 1rem !important;
}

.faq .accordion-button {
  background-color: #fff;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* height: 0px; */
}

.accordion-button:focus {
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: var(--c1) !important;
  /* box-shadow: unset !important; */
}

.accordion-button::after {
  content: '+' !important;
  font-size: 22px;
  font-weight: bold;
  color: var(--c1);
  background-image: unset !important;
  /* background-color: #fff; */
  font-display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
  line-height: inherit;
}


.accordion-button:not(.collapsed)::after {
  content: '—' !important;
  font-size: 18px;
  color: #fff;
  background-image: unset !important;
  font-display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
}

.faq-acc button {
  display: flex !important;
  align-items: center;
}

.faq-acc .accordion-collapse {
  overflow-y: scroll !important;
  height: unset !important;
}

/* body *{
  border: 1px solid black !important;
} */

.hero2{
 min-height: 80vh;
 position: relative;
 display: flex;
 align-items: center;
}


.hero2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -3;
  background-image: url(../images/welcome.jpeg);
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
}
.hero2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -2;
  background-color: rgba(249, 51, 74, 0.533);
  background-image: linear-gradient(127deg, rgba(249, 51, 74, 0.533) 0%, rgba(136, 6, 21, 0.734) 91%);
  background-size: cover;
}
.curv-img{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
}
.w{
  color: #fff !important;
}
p{
  font-size: 16px;
}

 /* ======= contact us ================ */




.contact-hero{
  background: rgb(39, 39, 39,0.7);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.contact-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/vietnam.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

 
.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: 95%;
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%;
}

.btn-c1{
  background-color: var(--c1);
}
.tp-input{
  border: 1px solid #ccc !important;
}
.form-control::placeholder{
  color: var(--c1) !important;
}

.star-tx{
  width: 29px;
}

/* ----------- services provider ---------------- */
.ser-provid-bx{
  width: 100%;
}
.spb-imgs{
  position: relative;
  width: 100%;
}
.spb-imgs::after{
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #da364962;
  z-index: -1;
  position: absolute;
  top: 0%;
  left: 0%;
}
.spb-in-img{
  width: 40%;
}
.spb-txt{
  font-size: 15px;
}

/* ------------ */
.number-side{
  width: 100%;
  border-bottom: 1px solid #f45d6e;
}
.num-big{
  font-size: 60px;
  font-weight: bold;
}
.stk{
  -webkit-text-stroke: 1px var(--c1);
  color: #fff;
}
.un-number-bx{
  font-size: 18px;
}

/* --------- Benefits of web designing --------- */
.swing-arrow-img{
  width: 50%;
}
.in-over-arrow{
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
}
.w-45{
  width: 45%;
}
.man-speker-img{
  width: 100%;
  border-radius: 20px;
  /* height: 50%; */
}

.laptop-img{
  width: 100%;
  border-radius: 20px;
}
.point-girl{
  width: 100%;
  border-radius: 20px;
}
.p-w{
  width: 70%;
}
.perfrm-bx{
  width: 100%;
  min-height: 60px;
  max-height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.per-rnd{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid var(--c1);
  background-color: var(--c1);
}
.per-rnd *{
  font-size: 13px;
}
.perfrm-bx::before{
  content: '';
  width: 90%;
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: -1;
  border-radius: 10px;
}
.per-main{
  position: relative;
}
.per-main::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  /* background-color: #0c0c0cc4; */
  background-color: var(--bg);
  z-index: -2;
}
/* .per-main::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/service-three-bg.jpg);
  z-index: -3;
} */

/* --------------- */
.beni-img-box{
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}
.beni-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.beni-img-box::before{
  content: '';
  width: 80%;
  height: 80%;
  border: 1px solid var(--c1);
  position: absolute;
  z-index: 1;
  transform: rotate(135deg);
  border-radius: 6px;
}
.beni-img{
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 6px;
  z-index: 2;
}
.beni-tx{
  font-size: 18px;
}

/* ---------- process ----------- */
.bg-wb-p{
  position: relative;
}
.bg-wb-p::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-color: #0c0c0cb7;
  z-index: -2;
}
.bg-wb-p::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/service-three-bg.jpg);
  z-index: -3;
}
.web-process-bx{
  width: 100%;
  background-color: #fff;
  background-image: url(../images/shapes.png);
  background-size: cover;
  height: 100%;
}

/* ------------------- */
 /* hide answers by default */
  .question p {
    display: none;
    margin: 10px 0 0;
  }

  /* show only when active */
  .question.active p {
    display: block;
  }

  /* button styling */
  .faq-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 1rem;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  /* icon smooth rotation */
  .faq-btn i {
    transition: transform 0.3s;
  }

  /* when active, turn plus into minus */
  .question.active .faq-btn i::before {
    content: "\f068"; /* Font Awesome minus icon */
  }
/* =============== slider card with botom content ================ */

.pack-arrow{
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background-color: var(--c1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #fff;
}
.package-slider{
  position: relative;
}
.slide-nav-bx {
  display: flex;
  width: 104%;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: -2%;
}

.web-d-service{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.web-d-service::after{
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/service-three-bg.jpg);
  background-position: center center;
  object-fit: cover;
  z-index: -1;
  opacity: 0.6;
}
.web-d-ser-img{
  width: 60px !important;
}
.web-d-s-text{
  font-size: 18px;
}

/* === price details === */

.price-card {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  border-radius: 8px;
}

.price-p {
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding-right: 2%;

}

.btn-c1 {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 8px;
  /* width: 100%; */
  transition: all .5s;
}

.btn-c1:hover {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  transition: all .5s;
}

.price-card-bg {
  /* background-color: #000 !important; */
  background-image: url(../images/bg-ceramic.png);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.price-card-bg .c3 {
  color: #fff !important;
}

.best-choise {
  width: 30%;
  position: absolute;
  top: -1%;
  right: 2%;
}


.cp2 {
  background-color: #1a1a1a;
}

.cp3 {
  background-color: #0f0f0f;
}

.cp4 {
  background-color: #0a0a0a;
}

.cp5 {
  background-color: #000;
  position: relative;
}


.choose-price:hover {
  background-color: var(--c1);
}

.pay-main{
  position: relative;
  background-image: url(../images/boxy-bg.png);
}

/* --------- Technologies we work with ----------- */
.nav-pills .nav-link{
  border: 1px solid var(--c1) !important;
  color: #000 !important;
}
.nav-pills .active{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.dot-line{
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 40%;
  z-index: -1;
}
.round-dots{
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 40%;
  z-index: -1;
}
.last-one-img{
  width: 100%;
  height: 255px;
  object-fit: cover;
}

/* ------------ certificate ------------ */
.r-img img{
  width: 80%;
}
.main-new{
  position: relative;
  overflow-x: hidden;
}
.left-side-round{
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  /* width: 10%; */
  z-index: -1;
}
.po{
position: relative;
overflow-x: hidden;
}
.right-side-round{
position: absolute;
right: 0%;
top: 0%;
height: 100%;
z-index: -1;
/* width: 10%; */
}

/* ----- faq container ------// */





.faq-card {
  border-bottom: 1px solid #929292;
  /* border-radius: 6px; */
  padding: 10px 15px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

summary{
  width: 90%;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c1);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 16px;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq{
  background-color: var(--c1)!important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}
    /* --------------------------------------make it responsive------------------------ */

  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }

  .nav-link {
    font-size: 13px !important;
  }


  }
@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
}
          /* 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);
        }


    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 50px;
    width: unset;
  }
  .nav-link{
    font-size: 11px !important;
  }
 
  .enq-btn {
    font-size: 10px !important;
}
.navbar{
  padding-top: unset !important;
  padding-bottom: unset !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;
  }
  /* .newnav .nav-link{
    color: var(--c1) !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;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: black;
  }

  .nav-active{
    background-color: unset !important;
    /* color: var(--c1) !important; */
    font-weight: bold !important;
    border-bottom: unset !important;
    border-left: unset !important;
  }
  .navbar .nav-item{
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }
  .dropdown:hover .dropdown-menu {
    margin-top: .3rem !important;
}
      .home-nav .nav-link {
        color: unset !important;
    }

    .first-top{
      display: none;
    }

    /* hero */

    /*  --------- bed size -------- */
    .size-bx-bed{
      border: 1px solid #a7a6a6;
      padding: .5rem;
    }
    .size-bx-bed p{
      font-size: 13px ;
    }
    .size-bx-bed .small{
      font-size: 11px !important;
    }

        /* footer */
        .f-first{
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        .ft-main {
          border-top: 1px solid #fff;
        }
   
        /* -- product page --- */
        .cat-pg-bx{
          width: 100%;
          border: 1px solid #929090;
        }
        .stick-top{
          position: unset;
        }

        .hero2::after{
          content: '';
          position: absolute;
          width: 100%;
          height: 60%;
          inset: unset;
          top: 0%;
          left: 0%;
          z-index: -3;
          background-image: url(../images/welcome.jpeg);
          background-position: bottom center;
          background-attachment: fixed;
          background-size: cover;
        }
        .hero2::before{
          content: '';
          position: absolute;
          width: 100%;
          height: 60%;
          inset: unset;
          top: 0%;
          left: 0%;
          z-index: -2;
          background-color: rgba(249, 51, 74, 0.533);
          background-image: linear-gradient(127deg, rgba(249, 51, 74, 0.533) 0%, rgba(136, 6, 21, 0.734) 91%);
          background-size: cover;
        }
        .curv-img{
          width: 150%;
          height: 60%;
          position: absolute;
          inset: unset;
          top: 0%;
          left: 0%;
          z-index: -1;
        }
        .spb-txt {
          font-size: 13px;
      }

      .dot-line{
        display: none;
      }
 }
    

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {
    .menu {
      width: 32px;
  }
  .logo {
    width: 42px;
    height: unset;
}


.sm-js{
  text-align: justify !important;
}

/* her0 */
.hero {
  min-height: 40vh;
  position: relative;
}

.lr-img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  object-fit: cover;
}
.box-minimal {
  width: 100%;
  padding: 37px 24px;
  border: 2px solid #ebebeb;
  transition: .3s ease-out all;
  min-height: 200px;
  text-align: justify !important;
}

.box-info-tri{
  display: none;

}


.box-info-right{
  background-color: var(--c1);
  /* height: 500px; */
  /* clip-path: polygon(7% 0, 100% 0%, 100% 100%, 7% 100%, 7% 35%, 0 35%, 7% 21%); */
  width: 100%;
  position: relative;
  text-align: justify !important;
}

.mob-h{
  font-size: 15px;
}
.stick-top{
  position: unset;
}

.slide-nav-bx {
  display: flex;
  width: 112%;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: -6%;
}

}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  }

  @media screen and (max-width:320px) {


  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}