* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: dream-orphans; */
}
::selection{
  background-color: #f4eeee92;
  color: black;
}
p{
  /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
  font-family: rabelo;
  font-weight: 400;
}

#loader h3 {
  font-family: smoochFree;
}

h1,h2,h3,h4,h5,h6{
  font-family: arkhip;
}


@font-face {
  font-family: dream-orphans;
  src: url(/font/Dream\ Orphans.woff2);
}
@font-face {
  font-family: arkhip;
  src: url(/font/Arkhip_font.woff2);
}
@font-face {
  font-family: frenchCanon;
  src: url(/font/FeFCrm2.woff2);
}
@font-face {
  font-family: smoochFree;
  src: url(/font/Smooch\ Free\ Trial.woff2);
}
@font-face {
  font-family: kugile;
  src: url(/font/Kugile_Demo.woff2);
}
@font-face {
  font-family: rabelo;
  src: url(/font/Rabelo\ Regular.woff2);
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}


/* light-box */

.gallery{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.gallery a{
  margin: 1rem 1rem;
  height: 26vh;
  width: 22vw;
  min-height: 15rem;
  min-width: 20rem;

}
.gallery img{
  position: relative;
  object-fit: cover;
  object-position: center;
  /* min-height: 24vh;
  min-width: 20vw; */
  height: 100%;
  width: 100%;
  /* max-height: 27vh;
  max-width: 23vw; */
  border: 2px solid lightskyblue;
  border-radius: 0 20px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: end;
}

/* -------------------------------------light-box---------- */

.dtl h2 {
  font-size: 2.3vw;
  text-transform: capitalize;
}

.dtl p {
  font-size: 1.3rem;
}

.dtl {
  padding: 1rem 2rem;
  display: flex;
  align-items: start;
  justify-content: space-around;
  flex-direction: column;
  height: auto;
  width: 100%;
  background-color: transparent;
  /* border: solid 1px black; */
  filter: drop-shadow(2px 2px -2px #000);
  position: relative;
  overflow: hidden;
}

.dtl .dtl-cover {
  height: 40vh;
  width: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ---------------------- universal responsiveness ------------------------ */

@media (max-width: 800px){
  
  .dtl .dtl-cover{
    display: none;
  }
  #p-visit .dtl h2{
    font-size: 10vw;
    margin: 1rem 0;
  }
  #visit-dpr .dtl h2{
    font-size: 1.5rem;
  }
  #p-visit .dtl p{
    font-size: 6vw;
  }
  #main #shahid-p .area-gap{
    padding: 0;
  }
  #main #shahid-p{
    width: 100%;
    margin: 0.2rem 0;
    overflow: visible;
    padding: 0;
  }
  #p-boxs {
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 1rem 0;
    height: auto;
    width: 100%;
    flex-direction: column;
  }
  #shahid-p #p-boxs .gallery a{
    margin: 1rem 0;
    position: relative;
    padding: 0 ;
    height: 30vh;
    width: 100%;
  }
  #shahid-p #p-boxs .gallery a img{
    width: 100%;
  }
}

#main {
  height: auto;
  width: 100%;
  background-color: #fbfeff;
  position: relative;
}

/* ------------------------------------ loader -------------------------- */

#loader {
  font-family: smoochFree;
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: black;
  z-index: 99;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: 3px; */
}

#loader h3 img {
  height: 9rem;
}

#loader h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: "Playfair Display", serif;
  font-family: "Roboto Slab", serif;
  font-weight: 100;
}

/* --------------------- navbar section ------------------------ */

.openMenu{
  display: none;
}
.openMenu i{
  color: #fff;
  font-size: 1.5rem;
}

.closeMenu{
  display: none;
}
.closeMenu i{
  color: #fff;
  font-size: 1.5rem;
}

.nav-2{
  display: none;
}
nav .img{
  display: none;
}

/* ------------------ responsive nav bar ------start------- */

@media (min-width: 100px) and (max-width: 800px){

  #nav-left{
    /* justify-content:first baseline; */
    height: 2rem;
  }
  nav #nav-middle:nth-child(2){
    display: none;
  }
  #nav-middle{
    height: 3rem;
  }
  #nav-right{
    height: 2rem;
  }
  nav #nav-left,#nav-middle,#nav-right{
    display: none;
    /* flex-direction: column; */
  }
  body nav{
    display: flex;
    padding: 1rem;
    margin-top: -50%;
    background-color: rgba(4, 4, 4, 0.405);
    height: 60%;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row ;
    transition: all ease-in-out 0.4s;
  }
  nav .img{
    display: flex;
  }
  nav .img img{
    height: 8vh;
    padding-bottom: -2rem;
  }
  nav .ul-2{
    display: none;
  }
  nav ul a{
    padding: 0.3rem;
    font-size: 1rem;
  }
  nav ul li{
    margin: 0 0.3rem;
    border-bottom: 2px solid white;
  }
  nav .nav-layer{
    /* height: 70vh; */
    display: none;
  }
  .closeMenu{
    display: none;
   
  }
  .openMenu{
    display: flex;
    margin-bottom: 1rem;
  }

}

/* ------------------ responsive nav bar ----end--------- */

nav {
  font-family: arkhip;
  position: fixed;
  top: 0;
  height: 15vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: transparent;
  z-index: 4;
  overflow: hidden;
}

nav .pho-logo{
  display: none;
}
.nav-layer {
  background-color: #162755e8;
  height: 14vh;
  width: 100%;
  position: absolute;
  z-index: -1;
  /* margin-top: 100%; */
}

#nav-left {
  height: 1.4rem;
  overflow: hidden;
}

nav .ul-2 {
  margin-top: 2px;
}

nav .ul-2 a {
  color: rgb(255, 255, 255);
}

#nav-left ul li {
  margin-top: -3px;
  list-style: none;
}

#nav-left ul {
  display: flex;
  padding: 2px;
}

#nav-right {
  height: 1.4rem;
  overflow: hidden;
}

#nav-right ul {
  display: flex;
  padding: 2px;
}

#nav-right ul li {
  margin-top: -3px;
  list-style: none;
}

#nav-middle {
  top: 1.2vh;
  /* display: block; */
  height: 97px;
  /* width: 7vw; */
  margin: 0 -20vw;
  overflow: hidden;
  margin-bottom: 1vh;
}
#nav-middle a img {
  display: block;
  height: 5.2rem;
  margin-top: -1.7rem;
  margin-bottom: 0.8rem;
}

nav a {
  font-size: 1vmax;
  text-decoration: none;
  padding: 1vh;
  font-weight: 500;
  word-spacing: 5px;
  color: white;
  text-transform: uppercase;
  transition: all linear 0.2s;
}

nav a:hover {
  color: #facd4d;
}

@media (min-width:800px) and (max-width: 1180px) {
  nav a {
    font-size: 0.8rem;
   
  }
  nav{
    justify-content: space-around;
  }
}






/* ----------------------------- main video Section --------------------------- */

#home-vid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 70vh;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#home-vid video {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

/* -------------------- Places to visit in dungarpur section ----------------------------------- */

#visit-dpr .dtl {
  padding: 1rem 2rem;
  display: flex;
  align-items: start;
  justify-content: space-around;
  flex-direction: column;
  height: auto;
  width: 100%;
  background-color: transparent;
  /* border: solid 1px black; */
  filter: drop-shadow(2px 2px -2px #000);
  position: relative;
  overflow: hidden;
}

#visit-dpr .dtl .dtl-cover {
  height: 40vh;
  width: 100%;
  background-color: #edf6f9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#visit-dpr .dtl h2 {
  font-size: 2.5rem;
  text-transform: capitalize;
}

#visit-dpr.dtl p {
  font-size: 1.3rem;
}

#visit-dpr {
  overflow: hidden;
  padding: 4vw 7vw;
  height: auto;
  width: 100%;
  background-color: #EDF6F9;
  background-image: url("circle-scatter-haikei\ \(1\).svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}

#visit-dpr .h-heading h1 {
  line-height: 1;
  font-size: 3vw;
  font-weight: 400;
  text-transform: capitalize;
}

#visit-dpr .h-heading h1:nth-child(2) {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px black;
}

#visit-dpr #btn-box {
  font-family: arkhip;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: transparent;
  background-color: transparent;
  margin-top: 2rem;
}

#visit-dpr #btn-box #btn {
  padding: 0;
  width: auto;
}

#visit-dpr #btn-box #btn button{
  height: 100%;
  width: 100%;
}

#visit-dpr #btn-box #btn a{
  height: 100%;
  width: 100%;
  color: #000;
}

#visit-dpr .dtl button{
  width: 14rem;
}

#visit-dpr .dtl button a {
  margin: 0;
  padding: 2px 3px;
  font-size: 1rem;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
  /* text-decoration: underline; */
}
#visit-dpr .dtl button a:active{
  color: #000;
}

@media (max-width: 1405px){
  #visit-dpr button a{
    font-size: 1.6vw;
  }
}

#visit-dpr button {
  z-index: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 14vw;
  border-radius: 30px;
  padding: 1rem 1rem;
  border: 1px solid black;
  /* border: none  ; */
  background-color: #edf6f9;
  transition: all ease-in-out 0.3s;
  filter: drop-shadow(0px -3px 4px #424242);
}

#visit-dpr button:hover {
  background-color: rgb(229, 229, 229);
  scale: 0.98;
  filter: drop-shadow(0px 0px 0px transparent);
}

#h-p-places {
  padding: 3rem 1rem;
  display: flex;
  height: auto;
  width: 100%;
  background-color: transparent;
}

#h-p-places #h-p-boxs {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  overflow: hidden;
}

#h-p-places .box {
  position: relative;
  margin: 1rem 1rem;
  min-height: 15rem;
  min-width: 17rem;
  height: 29vh;
  width: 24vw;
  /* max-height: 27vh;
  max-width: 23vw; */
  border: 2px solid lightskyblue;
  border-radius: 0 20px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: end;
}

#h-p-places #h-p-boxs .box .p-name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.358);
  width: 100%;
  z-index: 2;
  transition: all ease-in-out 0.7s;
}

#h-p-places #h-p-boxs .box:hover .p-name {
  /* transform: scaleY(-100%); */
  margin-bottom: -100%;
}

#h-p-places #h-p-boxs .box .p-name h3 {
  color: #fff;
  text-transform: capitalize;
}

/* ------------ p link ---------- */

#h-p-places #h-p-boxs .box .p-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.358);
  height: 25%;
  width: 100%;
  z-index: 2;
  transition: all ease-in-out 0.7s;
  margin-bottom: -100%;
  /* height: 30%; */
}

#h-p-places #h-p-boxs .box:hover .p-link {
  /* transform: scaleY(-100%); */
  margin-bottom: 0;
  height: 30%;
}

#h-p-places #h-p-boxs .box .p-link a {
  text-decoration: none;
}

#h-p-places #h-p-boxs .box .p-link a h3 {
  color: #fff;
  text-transform: capitalize;
}

#h-p-places #h-p-boxs .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  transition: all linear 0.7s;
}
#h-p-places #h-p-boxs .box:hover img {
  z-index: 1;
  opacity: 0;
}

#h-p-places #h-p-boxs .box video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 800px) {
  #visit-dpr .dtl {
    display: flex;
  }
  #visit-dpr {
    padding: 4vw 7vw;
    height: auto;
  }

  #visit-dpr .h-heading h1 {
    font-size: 7vw;
  }
  #home-vid{
    height: auto;
  }
  #home-vid .vid {
    height: 50vh;
  }
  footer .footer-col iframe {
    height: 15rem;
    width: 15rem;
  }
  #h-p-places {
    padding: 0;
    height: auto;
  }
  #h-p-places #h-p-boxs{
    padding: 0;
  }

  #h-p-places #h-p-boxs .box {
    height: 30vh;
    width: 80vw;
  }

  #h-p-places #h-p-boxs .box h3 {
    font-size: 4vw;
  }

  #visit-dpr #btn-box #btn {
    padding: 0;
    width: auto;
  }
  
  #visit-dpr #btn-box #btn button{
    height: 100%;
    width: 100%;
  }
  
  #visit-dpr #btn-box #btn a{
    height: 100%;
    width: 100%;
    font-size: 1rem;
  }
}

/* ----------------------------- dungarpur history section ------------------------ */

#dpr-his {
  padding: 4vw 7vw;
  height: auto;
  width: 100%;
  background-color: #EDF6F9;
  background-image: url("circle-scatter-haikei\ \(1\).svg");
  background-repeat: no-repeat;
  background-size: cover;
}

#dpr-his .h-heading h1 {
  line-height: 1;
  font-size: 3vw;
  font-weight: 400;
  text-transform: capitalize;
}

#dpr-his .h-heading h1:nth-child(2) {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px black;
}

#dpr-his #hist-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* background-color: gray; */
  position: relative;
}

#dpr-his #hist-box .boxs {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  height: 45vh;
  width: 47vw;
  /* background-color: red; */
  margin: 2rem;
  border-radius: 30px 0;
  overflow: hidden;
  border: 2px solid lightskyblue;
}

#dpr-his #hist-box .boxs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#dpr-his #hist-box #box-right h3 {
  margin-top: 1rem;
}

#dpr-his #hist-box #box-right {
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem;
  background-color: rgba(135, 130, 130, 0.188);
}

#dpr-his #hist-box #box-right button a {
  margin: 0;
  padding: 2px 3px;
  font-size: 1vw;
  text-decoration: none;
  color: #000;
  text-decoration: underline;
}

#dpr-his #hist-box #box-right button {
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 32%;
  padding: 4px 2px;
  border: transparent;
  background-color: transparent;
}

#dpr-his #hist-box #box-right p {
  margin-top: 2rem;
  font-size: 1vw;
}

@media (max-width: 780px) {
  #dpr-his .h-heading h1 {
    font-size: 7vw;
  }
}

/* ---------------------------- where to stay section ---------------- */

#w-stay {
  padding: 4vw 7vw;
  height: auto;
  width: 100%;
  background-color: #ADD8E6;
  background-image: url("circle-scatter-haikei\ \(2\).svg");
  background-repeat: no-repeat;
  background-size: cover;
}

#w-stay .h-heading h1 {
  line-height: 1;
  font-size: 3vw;
  text-transform: capitalize;
  font-weight: 400;
}

#w-stay .h-heading h1:nth-child(2) {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px black;
}

/* ------ slider ----- */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: 29vh;
  width: 25vw;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: end;
  border-radius: 0 20px;
  border: 2px solid cornflowerblue;
  overflow: hidden;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.swiper-wrapper {

  display: flex;
  align-items: center;
}

.swiper-slide .p-name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.358);
  width: 100%;
  z-index: 2;
  transition: all ease-in-out 0.7s;
}

.swiper-slide:hover .p-name {
  /* transform: scaleY(-100%); */
  margin-bottom: -100%;
}

.swiper-slide .p-name h3 {
  color: #fff;
  text-transform: capitalize;
}

/* ------------ p link ---------- */

.swiper-slide .p-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.358);
  height: 25%;
  width: 100%;
  z-index: 2;
  transition: all ease-in-out 0.7s;
  margin-bottom: -100%;
  /* height: 30%; */
}

.swiper-slide:hover .p-link {
  /* transform: scaleY(-100%); */
  margin-bottom: 0;
  height: 30%;
}

.swiper-slide .p-link a {
  text-decoration: none;
}

.swiper-slide .p-link a h3 {
  color: #fff;
  text-transform: capitalize;
}

/* ------ responsive code --------- */

@media (max-width: 780px) {
  #w-stay .h-heading h1 {
    font-size: 7vw;
  }
 
  .swiper-slide{
    height: 30vh;
    width: 100%;
  }
  .swiper-slide h3{
    font-size: 1rem;
  }
}

/* ----------------------------- footer Section ------------------------------- */

.container {
  max-width: 1170px;
  margin: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.footer ul {
  list-style: none;
}
.footer {
  height: auto;
  background-color: #162755;
  padding: 30px 0;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footer-col .footer-img {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  /* align-items: start; */
}
.footer-col .footer-img a {
  padding: 1rem 0rem;
  height: auto;
  width: 100%;
}
.footer-col .footer-img a img {
  height: 10vh;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #ffb703;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

footer iframe{
  height: 100%;
  width: 100%;
}

footer #sfc5r31dysrbwdwr1f9bmk38xg9zyf9mdta{
  width: 19vw;
}

/*responsive*/
@media (max-width: 820px) {
  .footer-col {
    width: 100%;
    margin-bottom: 30px;
  }
  .f-img{
    padding: 0;
    display: flex;
    align-items: center;
  }

}
@media (max-width: 574px) {
  .footer-col .footer-img a img {
    height: 20vh;
  }
  .footer-col {
    width: 100%;
  }
}

/* ------------------------- Explore-Dungarpur Page --------------- */

#p-visit {
  padding: 4vw 7vw;
  height: auto;
  width: 100%;
  background-color: #e5e5e5;
  overflow: hidden;
}

#p-visit .h-heading h1 {
  line-height: 1;
  font-size: 3vw;
  text-transform: capitalize;
  font-weight: 400;
}

#p-visit .h-heading h1:nth-child(2) {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px black;
}

#places {
  padding: 3rem 1rem;
  display: flex;
  height: auto;
  width: 100%;
  background-color: transparent;
}

#places #p-boxs {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  overflow: hidden;
}

#places .box {
  position: relative;
  margin: 1rem 1rem;
  /* min-height: 24vh;
  min-width: 20vw; */
  height: 26vh;
  width: 22vw;
  /* max-height: 27vh;
  max-width: 23vw; */
  border: 2px solid lightskyblue;
  border-radius: 0 20px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: end;
}

#places #p-boxs .box .p-name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.358);
  width: 100%;
  z-index: 2;
  transition: all ease-in-out 0.7s;
}

#places #p-boxs .box:hover .p-name {
  /* transform: scaleY(-100%); */
  margin-bottom: -100%;
}

#places #p-boxs .box .p-name h3 {
  color: #fff;
  text-transform: capitalize;
}

/* ------------ p link ---------- */

#places #p-boxs .box .p-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.358);
  height: 25%;
  width: 100%;
  z-index: 2;
  transition: all ease-in-out 0.7s;
  margin-bottom: -100%;
  /* height: 30%; */
}

#places #p-boxs .box:hover .p-link {
  /* transform: scaleY(-100%); */
  margin-bottom: 0;
  height: 30%;
}

#places #p-boxs .box .p-link a {
  text-decoration: none;
  color: #fff;
  transition: all ease-in-out 0.6s;
}

#places #p-boxs .box .p-link a:hover h3 {
  color: #c0bcbc;
}

#places #p-boxs .box .p-link a h3 {
  color: #fff;
  text-transform: capitalize;
}

#places #p-boxs .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  transition: all linear 0.7s;
}
#places #p-boxs .box:hover img {
  opacity: 0;
}

#places #p-boxs .box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 790px){
  #main #p-visit .h-heading h1 {
    font-size: 8vw;
  }
  #main #p-visit #places{
    padding: 1rem 0;
  }
  #main #p-visit #places #p-boxs{
    padding-left: -1rem;
    width: 100%;
  }
  #places .box {
    margin: 1rem 0;
    height: 26vh;
    width: 100%;
  }
}

/* ------------------------------ contact us page -------------------------- */

#home-img {
  height: 60vh;
  width: 100%;

}

#home-img img{
  /* display: block; */
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
#cnt-heading {
  height: 40vh;
  padding: 3rem 2rem;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ADD8E6;
  background-image: url("circle-scatter-haikei\ \(2\).svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#cnt-heading .cnt-container{
  margin: 1rem 0.4rem;
  display: flex;
  height: auto;
  width: auto;
  justify-content: center;
  flex-wrap: wrap;
  /* background-color: gray; */
}
#cnt-heading .cnt-text{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: #023E8A;
  padding: 2rem 4rem;
  /* background-color: maroon; */
  width: 35vw;
}

#cnt-heading .cnt-text h2{
  width: 65%;
  padding: 1rem 0;
  border-bottom: 3px solid #023E8A;
  text-transform: capitalize;
  font-size: 2.5vw;
  font-weight: 900;
}
#cnt-heading .cnt-text p{
  font-weight: 600;
}

#cnt-heading .form{
  padding: 2rem 2rem;
  min-width: 22rem;
  width: 40vw;
  /* background-color: saddlebrown; */
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* max-width: 600px; */
  margin: auto;
}

label {
  display: block;
  margin-bottom: 8px;
}

input,
select,
textarea {
  /* width: 80%; */
  padding: 10px;
  /* margin-bottom: 16px; */
  /* box-sizing: border-box; */
  border-radius: 15px;
}

button {
  font-weight: 600;
  background-color: #4caf50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}

@media (max-width: 790px){
  #home-img {
    height: 35vh;
    width: 100%;
  }
  #cnt-heading .cnt-text h2{
    font-size: 2rem;
  }
  #cnt-heading .cnt-container{
    flex-direction: column;
  }
  #cnt-heading .cnt-text{

    width: auto;
  }
}

/* ---------------------------- Our Team Page --------------------------- */

#tem-profiles .h-heading h1 {
  line-height: 1;
  font-size: 3vw;
  text-transform: capitalize;
  font-weight: 400;
}

#tem-profiles .h-heading h1:nth-child(2) {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px black;
}

#team-tital {
  height: 40vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: url(text-photos/text-background.png);
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text; */
  background-color: #24a4cf;
}

#team-tital h1 {
  text-transform: uppercase;
  height: 10vh;
  font-weight: 900;
  font-size: 3vw;
}

#team-tital a {
  text-decoration: none;
  color: #000;
  text-decoration: underline;
}

#tem-profiles {
  padding: 2rem 3rem;
  height: auto;
  width: 100%;
  background-color: #ADD8E6;
  background-color: transparent;
  background-image: url("circle-scatter-haikei\ \(2\).svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#tem-profiles .cards {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  padding: 2rem 3rem;
  height: auto;
  width: 100%;

  flex-wrap: wrap;
}

#tem-profiles .cards .card {
  margin: 1rem 1rem;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  height: 40vh;
  width: 16vw;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #0077b6;
  background-color: transparent;
  transition: transform ease 2s;
}

#tem-profiles .cards .card img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1;
  /* object-position: center; */
  transition: transform ease 0.5s;
}

#tem-profiles .cards .card:hover img {
  /* scale: 1.05; */
  transform: scale(1.1);
}

#tem-profiles .cards .card .name {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1rem;
  height: 9vh;
  text-align: center;
  width: 100%;
  color: white;
  position: absolute;
  background-color: #0000009f;
  margin-bottom: 0;
  transition: all ease-in-out 0.4s;
}

#tem-profiles .cards .card .name h3 {
  text-transform: capitalize;
}

#tem-profiles .cards .card .name h5 {
  text-transform: capitalize;
}

#tem-profiles .cards .card:hover .name {
  margin-bottom: 9vh;
}

#tem-profiles .cards .card .info {
  padding: 1rem 1rem;
  height: 9vh;
  text-align: center;
  width: 100%;
  color: white;
  position: absolute;
  background-color: #0000009f;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: -10.8vh;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

#tem-profiles .cards .card:hover .info {
  margin-bottom: 0;
}

#tem-profiles .cards .card .info a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6em;
  transition: all ease 0.3s;
}

#tem-profiles .cards .card .info a:hover .ri-instagram-fill {
  color: #cd486b;
}

#tem-profiles .cards .card .info a:hover .ri-facebook-box-fill {
  color: #023e8a;
}

#tem-profiles .cards .card .info a:hover .ri-linkedin-box-fill {
  color: #0077b6;
}

@media (min-width: 100px) and (max-width: 1000px) {
  #tem-profiles{
    padding: 1rem 0.7rem;
  }
  #tem-profiles .h-heading h1 {
    font-size: 8vw;
  }
  #tem-profiles .cards{
    padding: 1rem 0;
    height: auto;
    width: 100%;
  }
  #tem-profiles .cards .card{
    height: 70vh;
    width: 100%;
  }
  #tem-profiles .cards .card .name {
    height: 9vh;
    margin-bottom: 9vh;
  }
  #tem-profiles .cards .card .name h3 {
    font-size: 4vw;
  }
  
  #tem-profiles .cards .card .name h5 {
    font-size: 4vw;
  }
  #tem-profiles .cards .card .info {
    margin-bottom: 0;
  }
  #tem-profiles .cards .card .info a {
    font-size: 6vw;
  }
}

/* --------------------- shahid park page ------------------------------- */

#p-visit {
  padding: 4vw 7vw;
  height: auto;
  width: 100%;
  background-color: #e5e5e5;
  overflow: hidden;
}

#p-visit .h-heading h1 {
  line-height: 1;
  font-size: 3vw;
  font-weight: 400;
  text-transform: capitalize;
}

#p-visit .h-heading h1:nth-child(2) {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px black;
}

#shahid-p {
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  background-color: transparent;
}

#shahid-p .area-gap {
  padding: 0.5rem 2rem;
  /* background-color: red; */
  margin: 1.2rem 0;
}

#shahid-p .area-gap .his-para{
  height: 100%;
  width: 100%;
  /* background-color: blue; */
}

#shahid-p .area-gap .his-para p{
  font-size: 1.4rem;
  font-weight: 500;
  font-family: rabelo;
}

#shahid-p #p-boxs {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  overflow: hidden;
}

#shahid-p .box {
  position: relative;
  margin: 1rem 1rem;
  /* min-height: 24vh;
  min-width: 20vw; */
  height: 26vh;
  width: 22vw;
  /* max-height: 27vh;
  max-width: 23vw; */
  border: 2px solid lightskyblue;
  border-radius: 0 20px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: end;
}

#shahid-p #p-boxs .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
