@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  /* font-family: "Roboto", sans-serif; */
  font-family: "montserrat", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0;
}

ul li {
  list-style: none;
}

p {
  margin-bottom: 0px;
}

h1 {
  margin-bottom: 0px;
}

h2,
h4 {
  margin-bottom: 0px;
}

:root {
  --black: #000;
  --white: #fff;
  --yellow: #df8b16;
}



.fix-icons .whatsapp-icon {
  position: fixed;
  top: 80%;
  right: 2%;
  z-index: 999999;
}

.fix-icons .phone-icon {
  position: fixed;
  top: 80%;
  left: 2%;
  z-index: 999999;
}

.fix-icons .whatsapp-icon a {
  color: #fff;
  font-size: 24px;
  background: #000;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: rgba(255, 81, 0, 0.967) 0px 0px 5px 5px;
}

.fix-icons .phone-icon a {
  color: #fff;
  font-size: 24px;
  background: #000;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: rgba(255, 81, 0, 0.967) 0px 0px 5px 5px;
}

@media screen and (max-width: 767px) {
  .fix-icons .whatsapp-icon a {
    font-size: 16px;
    padding: 6px 10px;
  }

  .fix-icons .phone-icon a {
    font-size: 16px;
    padding: 7px 10px;
  }
}



/* subpage banner start */

.sub-page {
  background: linear-gradient(#000000de), url(../img/banner/sub-page-kashi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
}

.sub-page-heading {
  padding: 100px 50px;
  text-align: start;
}

.sub-page-heading h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

.sub-page-heading p a,
.sub-page-heading p i {
  text-decoration: none;
  color: #fff;
}

@media(max-width: 768px) {
  .sub-page-heading h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }
}

/* sub page banner end */









/* section css */
section {
  padding: 50px 0px;
  border-top: 3px solid var(--yellow);
}

.section-head {
  text-align: center;
  margin-bottom: 50px;
}

.section-head .heading {
  font-size: 35px;
  font-weight: 500;
  position: relative;
  color: #444;
}

.section-head .heading span {
  color: var(--yellow);
}

.section-head .heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 46%;
  height: 3px;
  width: 8%;
  background-color: var(--yellow);
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
  }

  section {
    padding: 20px 0px;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .section-head .heading {
    font-size: 24px;
  }

  .section-head .heading::after {
    left: 40%;
    height: 2px;
    width: 20%;
    bottom: -10px;
  }
}

/* section css */

/* footer css */
.footer {
  padding: 50px 50px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0px;
  }
}

/* footer css */

/* ---------- custom css start */

/* ------------------------ header css start here ------------------------- */

.header {
  padding: 10px 40px;
  background: var(--black);
}

.header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .top-bar .info {
  display: flex;
  gap: 40px;
  color: var(--white);
  font-size: 14px;
}

.header .top-bar .info a {
  color: var(--white);
}

.head-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.head-icons a {
  display: inline-block;
}

.head-icons img {
  width: 28px;
  background: #fff;
  border-radius: 50px;
  padding: 2px;
}

/* responsive css */

@media screen and (max-width: 767px) {
  .header .top-bar {
    display: flex;
    flex-direction: column;
  }

  .header .top-bar .info {
    display: none;
  }

  .head-icons {
    gap: 10px;
  }

  .head-icons img {
    width: 24px;
    padding: 1px;
  }
}

/* responsive css */

/* ------------------------- header css end here -------------------------- */

/* navbar css start here */

.navbanner {
  position: relative;
}

.navbar {
  position: absolute;
  top: 7%;
  width: 100%;
  z-index: 10;
  padding: 0 !important;
  transition: 0.2s ease-in-out;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--white);
}

.fixed .scroll-img {
  display: block;
}

.fixed .top-img {
  display: none;
}

.fixed .nav-item .nav-link {
  color: var(--black) !important;
}

.scroll-img {
  display: none;
}

.video-banner {
  position: relative;
}

.video-overlay-text {
  position: absolute;
  bottom: 7px;
  height: 100%;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  background: linear-gradient(#000000b9, #000000b2, #000000ce, #000000cc, #000000be, #000000ce);
  padding: 0px 0px 0px 50px;
  overflow: hidden;
}

.video-overlay-text span {
  font-size: 40px;
  font-weight: 600;
  color: var(--yellow);
  line-height: 38px;
  display: inline-block;
  margin-bottom: 20px;
}



.video-overlay-text p {
  color: var(--white);
  font-size: 14px;
}

.navbar .img {

  height: 95px;
}

.navbar .nav-item .nav-link {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  padding: 0px 10px;

  transition: 0.5s ease-in-out;
}

.navbar .nav-item .nav-link:hover {
  color: var(--yellow) !important;
  transition: 0.5s ease-in-out;
}

.navbar .nav-item .nav-link:focus {
  color: var(--yellow) !important;
  transition: 0.5s ease-in-out;
}

.navbar-light .navbar-toggler {
  font-size: 1rem;
  border-color: black;
}

.navbar-light .navbar-toggler:focus {
  border: 1px solid var(--yellow);
  box-shadow: none;
}

.dropdown-menu:hover .dropdown-item:hover{
background-color: var(--yellow);
color: #fff;
}

@media(max-width:992px) {
  .navbar {
    position: sticky;
    top: 0;

  }

  .scroll-img {
    display: block;
  }

  .top-img {
    display: none;
  }

  .navbar .nav-item .nav-link {
    color: var(--black) !important;
    margin-bottom: 10px;
  }

  .video-overlay-text {
    padding: 0px 0px 0px 20px;
    background: linear-gradient(#0000009a, #000000ce);
    bottom: 0;
  }
}

@media(max-width:650px) {
  .video-overlay-text {
    padding: 0px 0px 0px 10px;
    bottom: 0;
  }

  .video-overlay-text span {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: normal;
  }

  .video-overlay-text p {
    font-size: 12px;
  }
}

@media(max-width:450px) {
  .video-overlay-text span {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: normal;
  }

  .video-overlay-text p {
    font-size: 10px;
    display: none;

  }

  .navbar .img {

    height: 70px;
  }

}


/* ---------------------- about us css start here -------------------- */

.about-us {
  background-color: #141414;
}

.about-head {
  display: flex;
  justify-content: start;
  align-items: end;
  height: 100%;
}

.about-logo {
  display: flex;
  justify-content: center;
  height: 100%;
}

.about-logo img {
  height: 120px;
  background-color: var(--white);
  padding: 2px;

}

.about-content {
  margin-top: 10px;
  padding: 0px 5px;
}

.about-content a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: var(--yellow);
  transition: 0.2s ease-in-out;
}

.about-content a:hover {
  background-color: #141414;
}

.about-content p {
  text-align: justify;
  color: #fff;
  font-size: 14px;
}

.about-para p {
  color: #fff;
  font-size: 14px;
  text-align: justify;

}

.about-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}



/* --------------------- end of about us css here ---------------------*/


/* chairman message start */

.chairman-section {
  background-color: #df8b16;
  color: #fff;
  /* padding: 10px 20px; */
}

.chairman-content h3 {
  text-align: start;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
}

.name-of-chairman {
  text-align: end;
  margin-top: 20px;
  margin-bottom: 30px;

}

.chairman-post {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media(max-width:768px) {
  .chairman-content p {
    text-align: justify;
  }

}




.main-team-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px;
  background-color: #cc7a06;
  border-radius: 4px;
}

.team-name {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
}

.team-name h3 {
  font-size: 17px;
  font-weight: 600;
}

.team-name p {
  font-size: 12px;
}

@media(max-width: 767px) {
  .main-team-card {
    margin-bottom: 20px;
  }
}

/* chairman message end */




/* products start */
.product-card {
  position: relative;
  /* height: 400px; */
  overflow: hidden;
  transition: all 0.3s ease;

}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: opacity 0.3s ease;
}


.product-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 87%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  transition: opacity 0.3s ease;
}


.product-btn {
  position: absolute;
  top: 95%;
  left: -150%;
  transform: translateY(-50%);
  background-color: var(--yellow);
  color: white;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 500;
  border: none;
  text-decoration: none;
  z-index: 3;
  transition: left 0.4s ease;
  /* border-radius: 5px; */
}


.product-card:hover::before {
  opacity: 0;
}

.product-card:hover .product-overlay {
  opacity: 0;
}

.product-card:hover .product-btn {
  left: 0px;
  color: #fff;
}

@media (max-width: 767px) {

  .product-card {
    margin-bottom: 20px;
  }

  .product-overlay {
    font-size: 1rem;
  }
}

/* products end */





/* -------------------- why choose us css start here --------------------- */
.why-choose-us {
  background-color: #141414;
}

.why-choose-us .why-us-card {
  padding: 10px;
  background-color: #1d1d1d;
  box-shadow: rgba(196, 196, 196, 0.15) 1.95px 1.95px 2.6px;
  border-left: 5px solid var(--yellow);
  border-radius: 20px;
}

.why-choose-us .why-us-card img {
  width: 80px;
  margin-bottom: 20px;
}

.why-choose-us .why-us-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.why-choose-us .why-us-card p {
  color: rgb(162, 155, 155);
}

/* responsive css start */

@media screen and (max-width: 1220px) {
  .why-choose-us .why-us-card h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .why-choose-us .why-us-card img {
    width: 60px;
    margin-bottom: 10px;
  }

  .why-choose-us .why-us-card h3 {
    font-weight: 500;
    margin-bottom: 5px;
  }
}

/* responsive css end */

/* -------------------- end of why choose us css here --------------------- */



/* mission vision style start */
.main-vission-card {
  text-align: center;
  position: relative;
  overflow: hidden;

}

.mission-div {
  border-bottom: 2px solid var(--yellow);
}

.vision-div h3 span {
  font-size: 18px;
}

.vision-div {
  margin-bottom: 30px;
}

.main-vission-card::before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  left: -10%;
  top: 43%;
  border-radius: 50%;
  background-color: var(--white);
}

.vission-card-post img {
  /* width: 40px; */
  margin-bottom: 14px;
}

.name-card {
  background-color: #000000e3;
  padding: 10px 0px;
  border-bottom-right-radius: 22px;
  border-top-right-radius: 22px;
  margin-bottom: 12px;
}

.name-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.main-vission-card p {
  font-size: 12px;
}

/* .two-card{
        border-bottom-left-radius: 10px;
      } */



@media(max-width:768px) {
  .main-vission-card::before {
    content: "";
    display: none;
  }

  .name-card {
    border-radius: 50px;
  }

  .main-vission-card {
    margin-bottom: 20px;
  }

  .vision-div h3 span {
    font-size: 12px;
  }

  .vision-div {
    margin-bottom: 20px;
  }
}

/* mission vision style end */











/* ---------------- contact us css start here ----------------- */

.contact-us {
  background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.626)),
    url(../img/contact/img1.png) no-repeat center center/cover;

  background-attachment: fixed;
  backdrop-filter: blur(20px);
}

.contact-us .section-head {
  margin-bottom: 40px;
  text-align: center;
}

.contact-us .contact-head h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.contact-us .head-para {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.contact-us .contact-form .form-control {
  background-color: transparent;
  font-size: 16px;
  padding: 5px 5px !important;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff !important;
}

.contact-us .contact-form .form-control:focus {
  color: #fff;
  box-shadow: none;
  border-color: #fff;
  background-color: transparent;
}

.contact-us .contact-form .form-control::placeholder {
  color: #fff;
}

.contact-us .form-btn {
  display: flex;
  justify-content: center;
}

.contact-us .form-btn button {
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: var(--yellow);
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}

.contact-us .form-btn button:hover {
  color: var(--black);
  background: var(--white);
  transition: 0.5s ease-in-out;
}

/* responsive css  */

@media screen and (max-width: 991px) {
  .contact-us .head-para {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .section-head {
    margin-bottom: 20px;
  }

  .contact-us .contact-head h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .contact-us .head-para {
    font-size: 12px;
  }

  .contact-card {
    margin-bottom: 20px;
  }
}




.map iframe {
  width: 100%;
  height: 300px;
}



.contact-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 10px;
  background-color: var(--black);
  min-height: 210px;
}

.contact-card h2 {
  color: var(--yellow);
  margin-bottom: 15px;
}

.contact-card p {
  text-align: center;
  font-weight: 600;
  color: #fff;
}

/* end of responsive */

/* ------------------------- captcha css start ------------------- */

.captchasep1 {
  display: flex;
}

.contact-us .contact-form .captchasep1 .form-floating label {
  color: #fff;
}

.contact-us .contact-form .captchasep1 .form-floating .form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #000;
}

.captchasep1 input {
  width: 100% !important;
  height: 40px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  background: url(../img/logo/captcha-bg.jpg);
}

.captchasep1 .captcha-codes-sec p {
  letter-spacing: 9px;
  font-style: italic;
  font-size: 32px;
  font-weight: 800;
  padding: 5px;
  height: 100%;
  color: #fff;
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  height: 100%;
  border: none;
  background: none;
}

.captchasep1 .captcha-codes-sec button i {
  background: var(--yellow);
  color: #000;
  padding: 10px;
  border-radius: 5px;
}

/* responsive captcha */
@media screen and (max-width: 767px) {
  .captchasep1 .captcha-codes-sec p {
    letter-spacing: 2px;
    font-size: 18px;
    width: 60% !important;
  }

  .captchasep1 .captcha-codes-sec button {
    font-size: 12px;
  }

  .contact-form .captchasep1 .form-floating label {
    font-size: 14px;
    padding: 5px;
  }

  .form-floating .form-control,
  .form-floating .form-select {
    height: 2.5rem;
    line-height: 1.25;
  }
}

/* -----------captcha css end here ------------ */

/* -------------------- end of contact us css here --------------------------- */

/* FAQs Start */

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq/down-chevron.png);
  transform: rotate(-180deg);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--bs-white);
  background-color: #000;
  font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #fff;
  background-color: #df8b16;
}

.faq-namea {
  margin-bottom: 30px;
}

.faq-namea h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}

.faq-namea h2 {
  font-size: 35px;
  font-weight: 600;
}

.faq-right-post {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 767px) {
  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }

  .faq-namea {
    margin-bottom: 10px;
  }

  .faq-namea h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .faq-namea h2 {
    font-size: 16px;
    font-weight: 500;
  }
}

/* FAQs End */



/* galery */

.gallery-post {
  margin-bottom: 20px;
  width: 100%;
}



/* ==============================enquiry style start=========================================================== */
.pro-imagd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;

}

.pro-imagd img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.enq-content p {
  text-align: justify;
  font-size: 18px;
}

.enq-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.more-enq-content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}

.more-enq-content p {
  font-size: 18px;
  margin-bottom: 5px;
}

.more-enq-content p strong {
  font-weight: 600;
  color: var(--yellow);
}

.enq-btn {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #fff;
  padding: 10px 20px;
  background-color: var(--yellow);
  color: #fff;
  transition: 0.2s ease-in-out;

}

.enq-btn:hover {
  border: 1px solid var(--yellow);
  color: var(--red);
  background-color: #fff;

}

/* universal btn start */
.universal-btn {
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--black) !important;
  z-index: 2;
  font-weight: 500;
  position: relative;
  transition: 0.2s ease-in-out;
}

.universal-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 100%;
  background-color: var(--yellow);
  z-index: -1;
  transition: 0.2s ease-in-out;
  /* transform: translate(- 10px, 20px) rotate(45deg); */
}

.universal-btn:hover {
  background-color: var(--yellow);
  color: #fff !important;
}

.universal-btn:hover i {
  color: var(--black);
}

.universal-btn:hover::after {
  background-color: #fff;
  color: var(--yellow) !important;
}

/* ==============================enquiry style end============================================================= */



/* ------------------------- testimonial css start here ---------------------------- */
.testimonial-carousel .owl-stage-outer {
  margin-top: 58px;
  margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.testimonal-client-name h4 {
  font-size: 20px;
  font-weight: 600;
}

.testimonal-client-name p {
  font-size: 17px;
  margin-bottom: 13px;
}

.testi-star {
  color: #e9d205;
  margin-bottom: 13px;
}

/* ------------------------------ testimonial css ends here ---------------------- */

/* ------------------- footer css start here ------------------- */

.footer {
  background: var(--black);
}

.footer .part .head {
  margin-bottom: 20px;
}

.footer .part p {
  color: #b7b6b6;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer .part-1 p {
  text-align: justify;
}

.footer .footer-logo {
  width: 150px;
  background-color: var(--white);
  padding: 10px;
  display: block;
}

.footer .part-2 {
  margin-left: 50px;
}

.footer .part-2 .links li i {
  margin-right: 15px;
}

.footer .part-2 .links li a {
  color: #b7b6b6;
  line-height: 2;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}

.footer .part-2 .links li a:hover {
  letter-spacing: 3px;
  color: var(--yellow);
  transition: 0.3s ease-in-out;
}

.footer .part-2 .social-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer .part-2 .social-icons li img {
  width: 40px;
  background: var(--white);
  padding: 3px;
  border-radius: 50px;
}

.footer .part .addr-head {
  color: var(--white);
  font-size: 16px;
  margin-bottom: 5px;
}

.footer .part-3 a {
  color: #b7b6b6;
}

.footer-widget {
  padding: 10px 0px;
  color: #fff;
  background: #121212d6;
}

.footer-widget .widget-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-widget .widget-text p {
  font-size: 14px;
  margin-bottom: 0px;
}

.footer-widget .widget-text a {
  color: #fff;
}

/* responsive css start */

@media screen and (max-width: 991px) {
  .footer .part {
    margin-bottom: 20px;
  }

  .footer .part .head {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .footer .part {
    margin-bottom: 30px;
  }

  .footer .part .head {
    margin-bottom: 5px;
  }

  .footer .part p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .footer .footer-logo {
    width: 100px;
    padding: 10px;
  }

  .footer .part-2 {
    margin-left: 0px;
  }

  .footer .part-2 .links li i {
    margin-right: 10px;
  }

  .footer .part-2 .links li a {
    line-height: 1.5;
    font-size: 14px;
  }

  .footer .part-2 .social-icons {
    gap: 5px;
    margin-top: 10px;
  }

  .footer .part-2 .social-icons li img {
    width: 25px;
    padding: 1px;
  }

  .footer-widget .widget-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-widget .widget-text .t-4-a {
    margin-top: 20px;
  }
}

@media screen and (max-width: 460px) {
  .footer-widget .widget-text p {
    font-size: 10px;
  }
}

/* responsive css end */







.more-gallery-img img {
            transition: 0.4s ease-in-out;
            box-shadow: rgba(255, 254, 254, 0.1) 0px 4px 12px;
            border-radius: 10px;
        }

        .more-gallery-img {
            position: relative;
        }

        .more-gallery-img img:hover {
            transform: translateY(-2%);
            cursor: pointer;
        }

        .more-gallery-img:hover .gallery-icon {
            opacity: 1;
            cursor: pointer;
        }

        .gallery-icon {
            position: absolute;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            width: 100%;
            background-color: #000000b1;
            opacity: 0;
            transition: 0.5s ease-in-out;
        }

/* ----------------------- footer css end here ------------------------ */