:root {
  --c1: #19191a;
  --c2: #e5e5e5;
  --c3: #666;
  --bg: #fff5ee;
  --w: #fff;

}

.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: "gilda-reg";
  src: url(../GildaDisplay-Regular.ttf);
}

@font-face {
  font-family: "cormorant-reg";
  src: url(../CormorantGaramond-Regular.ttf);
}

p {
  line-height: 1.7rem;
}

.hf {
  font-family: "gilda-reg" !important;
}

.sf {
  font-family: "cormorant-reg" !important;

}

html {
  width: 100vw !important;
  overflow-x: hidden !important;
}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: "jost-reg" !important;
  font-size: 16px !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: #fff !important;
}

h1 h2 h3 h4 h5 {
  font-family: "gilda-reg" !important;
}


* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top {
  background-color: var(--c2);
  /* position: relative; */
}

.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-color: rgba(0, 0, 0, 0.5)
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    /* border-bottom: 2px solid var(--c1); */
}

.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; */
}

/* .logo-1 {
  display: none;
}

.newnav .logo {
  display: none;
}

.newnav .logo-1 {
  display: inline-block;
} */

.btn-s-1 {
  display: none;
}

.newnav .btn-s {
  display: none;
}

.newnav .btn-s-1 {
  display: inline-block;
}


.new-s-1 {
  display: none;
}

.newnav .new-s {
  display: none;
}

.newnav .new-s-1 {
  display: inline-block;
}

.logo-1 {
  /* width: 180px; */
  height: 60px;
  /* border-radius:5px; */
}

.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.newnav {
  position: fixed !important;
  top: 0% !important;
  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(--c1) !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: #fff !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(214, 174, 87, 0.0006) 0%, rgba(255, 255, 255, 0.33) 100%);
}

.newnav .nav-link:hover {
  background: linear-gradient(180deg, rgba(214, 174, 87, 0.0006) 0%, rgba(144, 144, 144, 0.33) 100%) !important;
}

.nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: var(--w);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.newnav .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  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(--c1) !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: 3px solid var(--w) !important;
  background-color: #fff !important;
  color: #000 !important;
  min-width: 200px !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: -30% !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: 45px;
  width: 45px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1) !important;
  border: 1px solid var(--w);
}

.mob-s-nav .ab-lgo-bx img {
  width: 50%;
}


/* ------------  */

/* Hide the dropdown menu by default */
.dropdown-menu {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  /* Start slightly above */
  transition: all 0.4s ease;
}

/* Show the dropdown menu on hover */
.dropend:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  /* Slide down smoothly */
}

.dropdown-item {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #000;
  /* Add hover effect if desired */
  color: #000;
}

/* --/---------- / */

.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;
}

/* To apply the same animations */
.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;
}

.btn-c1 {

  background-color: transparent;
  border: 1px solid var(--w);
  color: var(--w);
  overflow: hidden;
  position: relative;
  font-size: 16px;
  transition: 600ms ease;
}

.btn-c1::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 155px;
  height: 155px;
  background-color: #000;
  top: 100%;
  left: 0;
  transition: 600ms ease;
}

.btn-c1:hover {
  color: #fff;
  letter-spacing: 2px;
}

.btn-c1:hover::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-c2 {

  background-color: transparent;
  border: 1px solid var(--c1);
  color: var(--c1);
  overflow: hidden;
  position: relative;
  font-size: 16px;
  transition: 600ms ease;
}

.btn-c2::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 155px;
  background-color: var(--c1) !important;
  top: 100%;
  left: 0;
  transition: 600ms ease;
}

.btn-c2:hover {
  color: #fff;
  letter-spacing: 2px;
}

.btn-c2:hover::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.btn-c2-btn {
  background-color: var(--c1);
  color: var(--w);
  border: 1px solid var(--c1);
  transition: all 0.5s ease-in-out;
}

.btn-c2-btn:hover {
  background-color: var(--w) !important;
  color: var(--c1) !important;
}

/* hero */




/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  /* border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c1);
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1);
}


/* -------- branding page ------------ */
.ban-slider {
  height: 95vh;
}

.ban-slider .carousel-item {
  height: 100%;
}

.ban-hero-h2 {
  letter-spacing: 4px;
}

/* CSS to disable the default Bootstrap slide animation */
.carousel-item {
  display: none;
  /* Hide all items by default */
  position: relative;
  transition: none;
  /* Disable default Bootstrap transition */
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.carousel-item.active {
  display: block;
  /* Show the active item */
  animation: zoomFade 1.5s ease-in-out both;
  /* Apply the custom animation */
  opacity: 1;
  position: relative;
}

.fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Custom keyframe animation for zoom and fade */
@keyframes zoomFade {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
  }
}

.custom-arr {
  background-color: #fff !important;
  color: #000 !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff !important;
  width: 20px !important;
}

/* ------------- abt us-------------  */


.abt-img {
  height: 450px;
  z-index: 2 !important;
}

.abt-img1 {
  height: 95%;
  width: 95%;
  object-fit: cover;
}

.abt-img2 {
  height: 95%;
  width: 95%;
  object-fit: cover;
}


.abt-box {
  position: absolute;
  bottom: 2%;
  left: 0%;
  width: 150px !important;
  height: 150px !important;
  border: 5px solid var(--c1);
  z-index: -1 !important;
}

.abt-box1 {
  position: absolute;
  top: 2%;
  right: 0%;
  width: 150px !important;
  height: 150px !important;
  border: 5px solid var(--c1);
  z-index: -1 !important;
}


.abt-abs1 {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
  width: 100px !important;
}

.abt-abs2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 3;
  width: 100px !important;
}

.abt-abs1 img {
  width: 100%;
  height: 100%;
}

.abt-abs2 img {
  width: 100%;
  height: 100%;
}

.abt-bor {
  border: 1px solid var(--c2);
}

/* ------------------- counter --------------*/

.bg-choose {
  position: relative;
  /* height: 100vh !important; */
}

.bg-choose::after {
  content: '';
  width: 100%;
  height: 100% !important;
  position: absolute;
  inset: 0%;
  background-image: url(../images/imgi_35_bg-watercolor.jpg);
  background-size: cover;
  opacity: 0.6;
  z-index: -2;
  /* background-attachment: fixed; */
  background-position: bottom;
}

.count-img1 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 150px;
}


.count-img2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 150px;
}


.count-div {
  position: relative;
  background-color: white;
}

.count-div::after {
  content: '';
  /* background-image: url(../images/agency-1.jpg); */
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.count-head {
  font-size: 50px;
  color: black !important;
  font-weight: bold;
}

.count-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 180px;
}

.cnt-nm {
  display: inline-block;


  font-size: 38px;
  line-height: 1em;
  text-align: center;
  /* font-weight: 800; */
  text-transform: uppercase;
}

/* ---------  */
.ser-img {
  width: 100%;
  height: 280px !important;
  overflow: hidden;
}

.ser-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.ser-main:hover .ser-img1 {
  transform: scale(1.1);
  opacity: 0.9;
}

.ser-abs-img {
  position: absolute;
  width: 90px !important;
  bottom: 2%;
  right: -1%;
}

.ser-abs-img2 {
  position: absolute;
  width: 80px !important;
  bottom: 2%;
  right: 2%;
}

.ser-abs-img1 {
  position: absolute;
  width: 90px !important;
  bottom: 2%;
  right: 49%;
}

/* home page gallery - */
.gallery {
  column-count: 3;
  column-gap: 12px;
}

.gallery img {
  width: 100%;
  /* border-radius: 8px; */
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.gallery img:hover {
  /* transform: scale(1.02); */
  opacity: 0.5 !important;
}

@media (max-width: 992px) {
  .gallery {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .gallery {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .gallery {
    column-count: 2;
  }
}


/* album page gallery - */
.gallery1 {
  column-count: 1;
  column-gap: 12px;
}

.gallery1 img {
  width: 100%;
  /* border-radius: 8px; */
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.gallery1 img:hover {
  /* transform: scale(1.02); */
  opacity: 0.5 !important;
}

@media (max-width: 992px) {
  .gallery1 {
    column-count: 1;
  }
}

@media (max-width: 768px) {
  .gallery1 {
    column-count: 1;
  }
}

@media (max-width: 480px) {
  .gallery1 {
    column-count: 1;
  }
}



/* ---------- whyscoose us-------------  */

.bg-back {
  background-color: var(--c4);

}

.choose-bg {
  position: relative;
}

.choose-bg::after {
  content: "";
  background-color: #ffff;
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0%;
  top: 0%;
  z-index: -1;
}

.img-cho {
  width: 100%;
  height: 450px;
  object-fit: contain;
}

.img-choose {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tick-box {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c2);
  /* border-radius: 8px; */
  /* border: 1px solid var(--c1); */
}

.tick {
  width: 60%;
}

/* -------  */

.test-abs {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100px;
}

.test-abs1 {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 100px;
}

/* ------------ form -------------  */



.form-background {
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 20px;
}

.form-div {
  position: relative;
  background-color: rgba(71, 70, 70, 0.61);
}

.form-div::after {
  content: '';
  background-image: url(../images/formimg.jpg);
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}

/* .count-head{
  font-size: 50px;
  color: #FFF;
  font-weight: bold;
} */

.form-nm {
  font-size: 60px;
  line-height: 1em;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}

.form-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: #FFF; */
  /* border-top: 3px solid var(--c4); */
  min-height: 180px;
}

.form-control:focus {
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control {
  background-color: #f6f6f6 !important;
  padding: 20px;
}

.form-control::placeholder {
  color: red;
}



.sub_btn {
  background-color: var(--blue) !important;
  border: none !important;
  font-size: 18px !important;
  padding: 13px 18px !important;
}

.sub_btn:hover {
  background-color: var(--white) !important;
  color: var(--blue) !important;
  transform: scale(1.1);
  transition: all .3s ease-in-out;
}

.form_input input {
  padding: 10px !important;
}

.new-why-mainfluid {
  position: relative;
}


/* .new-why-img{
  height: 100px;
  width: 100px;
} */

.new-why-img1 {
  position: absolute;
  height: 140px;
  width: 140px;
  top: -10%;
  left: 5%;
  object-fit: cover;
  transform: rotate(-20deg);
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  border: 5px solid white;
}

.new-why-img2 {
  position: absolute;
  height: 140px;
  width: 140px;
  bottom: -10%;
  border: 5px solid white;
  right: 4%;
  object-fit: cover;
  transform: rotate(20deg);
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
}




.new-why-main1 {
  inset: 0%;
  background-image: url(../images/imgi_35_bg-watercolor.jpg);
  background-size: cover;
  /* opacity: 0.6; */

  background-attachment: fixed;
  background-position: bottom left;
  height: 58vh !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
}

/* .contact-blur{
  backdrop-filter: blur(20px) !important;
  border-radius: 6px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

.form-con {
  margin-top: 400px;
}

/* ====footer===== */
.footer {
  background-image: url(../images/imgi_37_bg-watercolor-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.footer::after {
  content: '';
  /* background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center; */
  /* background-color: #111; */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  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(--c2);
}

.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(--c2);
  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: 14px;
}

/* ======== */
.foot-logos {
  width: 100%;
}



/* ------------- */
.insta-box {
  width: 100%;
  transition: all .5s;
}

.insta-bx-img {
  width: 100%;
  transition: all .5s;
}

.insta-box:hover {
  opacity: 0.8;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all .5s;
}

/* ------------ you tube vedio section ---------- */
.youtube-video {
  width: 100%;
  position: relative;
  /* display: inline-block; */
  overflow: hidden;
  transition: all .5s;
  /* height: 100%; */
}

.youtube-video-thumbnail {
  width: 100%;
  display: block;
  transition: all .5s;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  z-index: 3;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 255, 255, 0.25);
}

.play-button-icon {
  font-size: 26px;
  color: white;
}


/* .play-button::after {
  content: '\25B6';
  font-size: 24px;
  color: white;
  font-family: Arial, Helvetica, sans-serif !important;
} */
.youtube-video:hover .play-button {
  transform: translate(-50%, -50%) scale(1.2);
}

.youtube-video2:hover .youtube-video-thumbnail {
  transform: scale(1.1);
  transition: all .5s;
}

.abt-hero {
  height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39, 0.3);
  position: relative;
}

.abt-hero::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/breadcrumbs.webp) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center ; 
}
/* ----------- abt-us1 ---------  */

.abt-us {
  position: relative;
  height: 450px !important;
  width: 450px;
}

.abt-us-img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.abt-us-img1 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100px;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: white;
  border-radius: 50%;
}

.abt-us-img2 {
  position: absolute;
  bottom: 40%;
  left: -10%;
  height: 100px;
  width: 100px;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: white;
  border-radius: 50%;
}

.abt-us-img3 {
  position: absolute;
  top: 0;
  left: 5%;
  height: 100px;
  width: 100px;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: white;
  border-radius: 50%;
}

.abt-abs-1 {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 100px;
}


.abt-abs-2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 100px;
}

/* --- cooshe section ---- */

.choose-head {
  font-size: 50px;
}

.choose-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 345px;
}

.choose-img-bx {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-right: 2px solid var(--c1);
  border-left: 2px solid var(--c1);


}

.choose-img {
  width: 60%;
}

.br-right {
  border-right: 1px solid var(--c1);
}

.br-bot {
  border-bottom: 1px solid var(--c1);
}

/* "------------- */
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  /* border-radius: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;

}

.pagination a.active {
  background-color: var(--c1);
  color: white;
  border: 1px solid var(--c1);
}

.pagination a:hover:not(.active) {
  background-color: var(--c2);
}

.l-tx {
  color: #232323 !important;
}

.blg-pro {
  background-color: transparent !important;
}

.blg-card {
  transition: all .5s;
  width: 100%;
  background-color: #FFF;
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  min-height: 480px !important;
}

.blog-card:hover .blog-img {
  transform: scale(1.1);
  transition: all .5s;
}

.blg-img-bx {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-date {
  color: var(--c3);
  font-size: 13px;
}

.bl-head {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blg-txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.blg-btn {
  background-color: var(--c1) !important;
  color: #FFF !important;
  letter-spacing: 1px;
  border-radius: 0% !important;
  width: 100%;
}



.blog-img {
  width: 100%;
  /* height: 400px; */
}

.blog-soc-img {
  width: 36px;
}

/* ----------  */

.blg-det-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* --------- 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: 600px;
  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: 0px;
}

.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;
}

/* --------------------------------------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;
        } */

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }


  .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) {

.abt-hero::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/breadcrumbs-mobile-view.webp) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center ; 
}

  .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: 100% !important;
    background-color: #19191a !important;
  }

  .offcanvas-header {
    background-color: rgba(62, 62, 62, 0.865) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px);
    /* border-bottom: 1px solid var(--c2); */
  }

  /* .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;
  }


  .choose-bg::after {
    content: "";
    background-color: #ffff;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0%;
    top: 0%;
    z-index: -1;
  }

  .new-why-main1 {
    background-color: var(--c2) !important;
    height: 100% !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    position: relative;
  }

  .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: start;
    color: #fff !important;
  }

  .pro-pills .nav-item {
    min-height: unset !important;
  }

  .pro-pills .nav-link:hover {
    background: none !important;
  }

  .nav-link:hover {
    color: var(--c1);
  }

  .ser-abs-img1 {
    position: absolute;
    width: 90px !important;
    bottom: 2%;
    right: -1%;
  }

}

@media screen and (max-width:720px) {

  .hero-con {
    width: 100% !important;
  }

  .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(--w) !important;
  }
}



@media screen and (max-width:660px) {

  .menu {
    width: 32px;
  }

  .logo {
    /* width: 180px; */
    height: 50px !important;
  }

  .logo-1 {
    /* width: 180px; */
    height: 50px !important;
  }

  /* hero section */
  .hero {
    height: 80vh !important;
  }

  .hero-f {
    font-size: 17px;
  }


  .hero-p {
    font-size: 16px !important;
  }


  .btn-s-1 {
    display: none;
  }

  .newnav .btn-s {
    display: block;
  }

  .newnav .btn-s-1 {
    display: inline-block;
  }


  .newnav .nav-link {
    color: var(--w) !important;
  }

  .ban-slider {
    height: 70vh;
  }

  .sm-js {
    text-align: justify;
  }

  /* ------  */

  .abt-img {
    height: 350px;
    z-index: 2 !important;
  }

  .abt-abs1 {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 3;
    width: 80px !important;
  }

  .abt-abs2 {
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 3;
    width: 80px !important;
  }

  .ser-abs-img1 {
    position: absolute;
    width: 90px !important;
    bottom: 2%;
    right: -1%;
  }

  .ser-abs-img2 {
    position: absolute;
    width: 70px !important;
    bottom: 2%;
    right: 2%;
  }

  /* -------------  */


  .choose-bg::after {
    content: "";
    background-color: #ffff;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0%;
    top: 0%;
    z-index: -1;
  }

  .img-cho {
    width: 100%;
    height: 300px;
    object-fit: contain;
  }


  .test-abs {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100px;
  }

  .test-abs1 {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 60px;
  }

  /* ------------- / */

  .new-why-main1 {
    background-color: var(--c2) !important;
    height: 100% !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    position: relative;
  }

  .contact-blur {
    backdrop-filter: blur(30px) !important;
    border-radius: 6px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  }


  .ab-pg-img {
    height: 290px;
  }


  .yr-box1 h3 {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
  }

  .yr-box h3 {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
  }

  .footer {
    background-image: url(../images/imgi_37_bg-watercolor-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }


  .abt-us {
    position: relative;
    height: 350px !important;
    width: 350px;
  }

  .abt-us-img1 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 80px;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 50%;
  }

  .abt-us-img2 {
    position: absolute;
    bottom: 40%;
    left: -10%;
    height: 80px;
    width: 80px;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 50%;
  }

  .abt-us-img3 {
    position: absolute;
    top: 0;
    left: 5%;
    height: 80px;
    width: 80px;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 50%;
  }

  .br-right {
    border-right: unset;
  }

  .br-bot {
    border-bottom: unset;
  }

  .choose-bx {
    border-bottom: 1px solid var(--c1);
  }


  .blg-det-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }


  .abt-hero {
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(39, 39, 39, 0.3);
    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) {}