@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.forsticky {
  position: sticky;
  top: 0;
  z-index: 1;
}
/* -----------FirstHeader------------------- */

.firstheader {
  padding-right: 30px;
  background-color: #0147ab;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 100px;
  height: 40px;
}

.firstheader .try {
  font-size: 18px;
  color: yellow;
  width: 300px;
  font-family: "Poppins", sans-serif;
}
.headacc ul {
  display: flex;
  gap: 20px;
}
.headacc ul li {
  list-style: none;
}
.headacc ul li a {
  font-size: 23px;
}

.firstheader .numandemail p {
  color: #ffffffe4;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.firstheader .numandemail {
  display: flex;
  gap: 10px;
}

/* ----------------------SecondHeadrer---------------------- */
.secondheader {
  background-color: #1134a6;
  height: 65px;
  z-index: 5;
}
.secondheader ul {
  list-style: none;
  padding-left: 300px;
  display: flex;
  gap: 20px;
}
.secondheader ul li a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #ffffffe4;
  font-size: 18px;
}
.secondheader ul li {
  cursor: pointer;
  height: 65px;
  padding: 20px 7px;
  transition: background 0.7s ease-in-out;
}
.secondheader ul li:hover {
  background-color: rgb(0, 0, 128);
}

#cross:hover {
  background-color: rgb(0, 0, 128);
  cursor: pointer;
}
#logo {
  max-width: 150px;
  height: 107px;
  position: absolute;
  top: 0;
  left: 5%;
}

.fa-bars {
  color: #fff;
  font-size: 20px;
  padding-left: 90px;
}

.menu {
  display: none;
}
#cross {
  display: none;
}

/* ------------HeaderUnder Slider------- */

main {
  position: relative;
  height: 540px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.slide {
  height: 540px;
  width: 100%;
  position: absolute;
  object-fit: cover;
  object-position: top;
}
#slidea {
  object-position: center;
}

.all {
  position: relative;
}

.b1 {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.822);
  border: none;
  background-color: transparent;
  background-color: none;
  position: absolute;
  top: 48%;
  left: 5%;
  cursor: pointer;
}
#second-button {
  left: 95%;
}
.b1:hover {
  color: white;
}

/* ----------------------------------------gallary----------------------------- */
.famousHeader {
  color: #ffffffe4;
  margin: 25px auto;
  padding: 10px;
  background-color: #1134a6;
  width: max-content;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.famousHeader:hover {
  background-color: rgb(0, 0, 128);
}

.famous {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}
.height {
  grid-row: span 2;
  grid-column: span 2;
  position: relative;
  z-index: 0;
}
.famous div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gab1,
.gab2,
.gab3 {
  cursor: pointer;
}

.safa {
  background-color: rgba(0, 128, 32, 0.897);
  margin-top: -5px;
}
.safa h1 {
  color: #ffffffe4;
  font-size: 19px;
  padding: 12px 0;
  margin: 0 auto;
  max-width: fit-content;
  font-family: "Poppins", sans-serif;
}

.formore {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f2f2f29e;
  height: 100%;
  width: 100%;
  display: none;
}

.formore h2 {
  padding: 20%;
}

.height:hover .formore {
  display: block;
}
#fit {
  height: 90%;
}

/* --------------------PhotoVitra-------------------- */
.gallery-container {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
}

.gallery-container .vi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 100%;

  margin: auto auto;
}

.image-wrapper {
  overflow: hidden;
}

.gallery-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#prevBtn,
#nextBtn,
#cross1,
#pnum,
#description {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  background-color: #007bff;
  color: #ffffffe4;
  border: none;
  border-radius: 5px;
}
#pnum {
  font-size: 22px;
}
#description {
  width: fit-content;
  position: absolute;
  font-size: 20px;
  bottom: 15%;
  left: 43%;
}

#prevBtn:hover,
#nextBtn:hover,
#cross1:hover {
  background-color: #0056b3;
}
#pnum {
  position: absolute;
  top: 5%;
  left: 5%;
}
#cross1 {
  position: absolute;
  top: 5%;
  right: 5%;
}

/* -----------Videography----------------------- */
.vid {
  max-height: 280px;
  max-width: 545px;
  padding: 0 2px;
}
.video-div {
  /* border: 2px solid red; */
  max-width: 1100px;
  margin: 20px auto;
}
.vid:hover {
  cursor: pointer;
}

/* -----------------About Service Contact part--------------- */
#second-last {
  margin-top: 10px;
  background-color: #000000c5;
  max-width: 100%;
  padding-top: 20px;
  padding-left: 15px;
}
.height1 {
  grid-column: span 2;
}
.famous #secondabscdiv {
  padding-left: 30px;
}

.famous #secondadscdiv a {
  display: flex;
  flex-direction: column;
}
.famous p {
  padding-top: 30px;
}

.absc .underp {
  /*unknown*/
  text-decoration: none;
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
}
.famous a {
  padding-bottom: 30px;
  text-decoration: none;
  font-size: 20px;
}
.famous h1,
p,
a {
  color: #ffffffe4;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.absc a:hover {
  /*unknown*/
  color: white;
}

/* -------Social Media Part */
.socialmedia-div ul {
  display: flex;
  list-style: none;
  justify-content: center;
}
.socialmedia-div ul li:last-child {
  position: fixed;
  bottom: 11%;
  right: 0;
}
.fa-whatsapp {
  padding: 13px;
  border-radius: 50%;
  background-color: green;
}
.fa-whatsapp:hover {
  padding: 15px;
}
.socialmedia-div {
  padding: 10px;
  margin-top: 0.7px;
  background-color: #1134a6;
}
.socialmedia-div ul li a {
  text-decoration: none;
  padding: 20px;
  font-size: 30px;
}

.li:hover {
  background-color: rgb(0, 0, 128);
}

/*----------------- BottomPart-------------------------------- */
.bottompart {
  background-color: #1134a6;
  min-height: 65px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.7px;
}
.bottompart h2 a {
  color: #ffffffe4;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.bottompart h1 a {
  text-decoration: none;
  color: #ffffffe4;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.bottompart h2 {
  text-decoration: none;
  color: #ffffffe4;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-top: 20px;
  padding-right: 30px;
}

/* --------uparror---------------- */
.fa-arrow-up {
  position: fixed;
  bottom: 0;
  right: 3%;
  cursor: pointer;
  font-size: 30px;
  color: black;
}
.fa-arrow-up:hover {
  color: white;
}

.for-all-para {
  margin: 20px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 1200px) {
  .secondheader ul {
    padding-left: 250px;
  }
  .try {
    display: none;
  }
  .vid {
    max-width: 410px;
  }
  .video-div {
    max-width: 830px;
  }
}

@media screen and (max-width: 1100px) {
  .resheader-wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.445);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: none;
  }
  .resheaderr {
    height: 100vh;
    width: 300px;
    background-color: #1134a6;
    float: right;
  }
  .secondheader ul {
    padding-left: 300px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 15%;
    right: 10%;
    z-index: 8;
    display: none;
  }
  #cross {
    text-decoration: none;
    color: black;
    display: block;
    position: absolute;
    top: -5%;
    right: -6%;
    font-size: 30px;
    z-index: 8;
  }
  .menu {
    display: block;
    padding-right: 70px;
    padding-top: 19px;
    float: right;
  }
  .fa-bars {
    font-size: 27px;
  }
}

@media screen and (max-width: 850px) {
  .firstheader {
    padding-right: 0;
    gap: 50px;
  }

  .try {
    display: none;
  }

  .height {
    grid-row: span 1;
    grid-column: span 1;
  }
  .height1 {
    grid-row: span 1;
    grid-column: span 1;
  }
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
  }
  .vid {
    max-width: 545px;
  }
  .video-div {
    max-width: 545px;
  }
  .bottompart {
    flex-direction: column;
    align-items: center;
  }
#second-button {
    left: 90%;
  }

  .safa h1 {
    font-size: 15px;
    padding: 5px 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .headacc {
    display: none;
  }
  .firstheader .numandemail p {
    font-size: 13px;
  }
  .try {
    display: none;
  }

  .height {
    grid-row: span 1;
    grid-column: span 1;
  }
  .height1 {
    grid-row: span 1;
    grid-column: span 1;
  }
  .vid {
    max-width: 380px;
  }
  .video-div {
    max-width: 380px;
  }
  .safa h1 {
    font-size: 17px;
    padding: 1px 0 !important;
    color: #fff;
  }

  .gallery-container .vi {
    flex-direction: column;
    width: 100% !important;
    height: 100% !important;
  }
  .image-wrapper {
    width: 100%;
  }
  .gallery-image {
    width: 100%;
  }
  #prevBtn,
  #nextBtn,
  #cross1 {
    padding: 8px;
  }

  #description {
    display: none;
  }
}

@media screen and (max-width: 410px) {
  #logo {
    width: 115px;
    left: 0;
  }
}
