* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "font";
  src: url(/Montserrat/Montserrat-VariableFont_wght.ttf);
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 800px) {
  html,
  body {
    background-size: contain;
  }
  .landing-page {
    height: 70vh !important;
  }
  .herosection {
    height: 70vh !important;
  }
  .navbar {
    position: fixed;
    z-index: 9999;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid white;
    box-shadow: 3px 3px 10px #cccccc91;
    top: 0% !important;
    backdrop-filter: blur(2px);
  }
  
  .left-side-nav {
    width: 35% !important;
    height: 80% !important;
  }
  .right-side-nav {
    width: 50% !important;
  }
  .tags {
    display: none;
  }
  #menubar {
    display: block !important;
    font-size: 2rem;
  }
  .menu-bar{
    width: 60% !important;
  }
  #menubar:hover {
    color: white;
  }
  #home-section {
    height: 70vh !important;
    margin-top: 80px !important;
    gap: 5vh !important;
  }
  .hdng-home {
    width: 99% !important;
    font-size: 2rem !important;
  }
  .para-home {
    width: 99% !important;
    text-align: center !important;
    font-size: 1.2rem !important;
    font-weight: 500;
  }
  .btn-home {
    padding: 3vh 3vw !important;
    border: 1px solid white !important;
    background: transparent;
    color: white;
  }
  #service-section {
    height: 350vh !important;
    gap: 2vh !important;
  }
  .upr-section-srvc {
    height: 3% !important;
  }
  .lwr-section-srvc{
    height: 97% !important;
  }
  
  .uppr-prt-srvc-lwr {
    flex-direction: column !important;
    gap: 2vh !important;
    height: 50% !important;
  }
  .lwr-prt-srvc-lwr {
    flex-direction: column !important;
    gap: 2vh !important;
    height: 48% !important;
  }
  .our-srvc-cntn {
    width: 95% !important;
    height: 100vh !important;
    gap: 1vh !important;
  }
  .img-srvc {
    width: 90% !important;
    height: 55% !important;
  }
  .hdng-about {
    text-align: center !important;
    width: 90% !important;
  }
  .para-ctnr {
    width: 95% !important;
    text-align: center !important;
  }
  #about-section{
    height: 200vh !important;
  }
  .upper-section-about {
    height: 10% !important;
  }
  .lower-section-about {
    height: 90% !important;
    flex-direction: column !important;
    gap: 2vh !important;
  }
  .left-sctn-abt {
    width: 95% !important;
    height: 50% !important;
  }
  .right-sctn-abt {
    width: 100% !important;
    height: 50% !important;
  }
  .para-about-scs {
    width: 99% !important;
    font-size: 1rem !important;
  }
  .about-section-2 {
    height: 70vh !important;
  }
  .cell {
    width: 90% !important;
    height: 75% !important;
  }
  .cell-img {
    height: 65% !important;
  }
  .hdng-cell {
    font-size: 1.5rem !important;
    text-align: center;
  }
  #FAQs-section {
    gap: 5vh !important;
    height: 195vh !important;
  }
  .hdng-faqs-sctn {
    width: 99% !important;
  }
  .para-faqs-sctn {
    width: 99% !important;
  }
  .question-section {
    width: 95% !important;
  }
  .questions {
    width: 99% !important;
    font-size: 1.1rem !important;
  }
  .answers {
    font-size: 0.8rem !important;
  }
  #contact-section {
    height: 80vh !important;
    padding-top: 2vh !important;
  }
  .lwer-prt-sctn {
    flex-direction: column !important;
  }
  .right-cnt-scnt {
    height: 55% !important;
    width: 95% !important;
  }
  .left-cnt-sctn {
    width: 95% !important;
    height: 45% !important;
  }
  .contact-icons {
    gap: 8vw !important;
  }
  .icons {
    box-shadow: 3px 3px 5px #030a0f94, -3px -3px 5px #043d726c;
    transition: 0.4s;
    background-color: #061c3194;
  }
  #insta {
    color: #fe0abd;
  }
  #face {
    color: #106aff;
  }
  #whats {
    color: #2cd46b;
  }
  #gmail {
    color: #dd4235;
  }
  .foot-section {
    height: 90vh !important;
    border: 1px solid white;
  }
  .uper-prt-ftr {
    flex-direction: column !important;
    height: 85% !important;
  }
  .left-ftr-sctn {
    width: 99% !important;
    height: 50% !important;
  }
  .srvc-tag-ftr {
    width: 95% !important;
    gap: 2vh !important;
  }
  .tags-srvc-ftr {
    font-size: 1.2rem !important;
  }
  .right-ftr-sctn {
    width: 99% !important;
    height: 50% !important;

    align-items: center;
    justify-content: center;
  }
  .tgs-ftr {
    text-align: center !important;
    font-size: 1.2rem !important;
  }
  .copyright-para {
    text-align: center;
  }
}

html,
body {
  height: 100%;
  width: 100%;
  background-image: url(/assets/background-blueprint.webp);
  background-size: cover;
  background-attachment: fixed;
}
::-webkit-scrollbar {
  width: 0px;
}
.landing-page {
  background-image: url(/assets/hero-bg-1.webp), url(/assets/hero-bg-1.webp);
  background-size: contain;
  background-position: -5% -10%, 99% -9%;
  background-repeat: no-repeat;
  background-attachment: fixed, fixed;
  height: 100vh;
  width: 100%;
}
.herosection {
  background-color: #00000054;
  height: 100vh;
  width: 100%;
}
.whatsapp-toggle {
  position: fixed;
  cursor: pointer;
  top: 85%;
  z-index: 9999;
  left: 4%;
  padding: 1vh;
  border: none;
  border-radius: 10px;
}
.whatsapp-toggle > i {
  font-size: 3rem;
  color: #2cd46b;
}
.call-toggle {
  position: fixed;
  cursor: pointer;
  top: 85%;
  z-index: 9999;
  right: 4%;
  padding: 1vh;
  border: none;
  border-radius: 50px;
}
.call-toggle > i {
  font-size: 2.8rem;
  color: #0877ff;
}

.menu-bar {
  position: fixed;
  height: 80%;
  width: 20%;
  z-index: 9999;
  background-color: white;
  right: -60%;
  top: 80px;
  display: flex;
  align-items: center;
}
.cross-bar {
  position: absolute;
  top: 2%;
  right: 5%;
  height: 30px;
  width: 30px;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.cross-bar i {
  font-size: 1rem;
  font-weight: 600;
}
.tags-section {
  height: 100%;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5vh;
}
.tags-menu {
  font-family: "font";
  font-size: 1rem;
  font-weight: 800;
  color: black;
  text-decoration: none;
}
navbar {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 4vw;
  justify-content: space-between;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid white;
  box-shadow: 3px 3px 10px #cccccc91;
  backdrop-filter: blur(10px);
  z-index: 9999;
  transition: all 1s ease;
}

.left-side-nav {
  height: 100%;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo {
  height: 100%;
  width: 100%;
}
.logo > img {
  height: 100%;
  width: 100%;
}

.right-side-nav {
  height: 100%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anchor-tags {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10vh;
}
.tags {
  text-decoration: none;
  color: white;
  font-family: "font";
  font-size: 1.2rem;
  font-weight: 550;
  transition: 0.6s;
}
.tags:hover {
  color: #ee4f3c;
}
#menubar {
  display: none;
}
#home-section {
  width: 100%;
  height: calc(100vh - 80px);
  background-image: url(/assets/logo-bg.webp);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8vh;
  backdrop-filter: blur(1.5px);
}
.hdng-home {
  font-family: "font";
  font-size: 3rem;
  font-weight: 700;
  color: white;
  width: 60%;
  text-align: center;
}
.para-home {
  width: 65%;
  font-family: "font";
  color: white;
  font-size: 1.75rem;
  font-weight: 300;
}
.btn-home {
  padding: 2vh 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vh;
  font-size: 1rem;
  font-weight: 600;
  font-family: "font";
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
}
.btn-home:hover {
  background: transparent;
  border: 1px solid #ee4f3c;
  color: #ee4f3c;
}
#service-section {
  height: 150vh;
  width: 100%;
  background-color: #051d33;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.upr-section-srvc {
  height: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdng-srvc {
  font-family: "font";
  font-size: 2rem;
  color: #fdc700;
  font-weight: 700;
}
.lwr-section-srvc {
  height: 90%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2vh;
}
.uppr-prt-srvc-lwr {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.lwr-prt-srvc-lwr {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.our-srvc-cntn {
  height: 100%;
  width: 32%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #1e2939;
  gap: 2vh;
}
.img-srvc {
  height: 65%;
  width: 95%;
  border: 1px solid white;
}
.hdng-ctnr {
  font-size: 1.2rem;
  font-family: "font";
  color: #fdc700;
  font-weight: 700;
}
.para-ctnr {
  width: 90%;
  font-family: "font";
  font-size: 0.8rem;
  font-weight: 500;
  color: white;
}

#about-section-1 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #051d33;
  flex-direction: column;
}
.upper-section-about {
  height: 15%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdng-about {
  font-size: 1.8rem;
  color: #fdc700;
  font-family: "font";
  font-weight: 700;
}
.highlight{
  color: #FDC700;
}
.lower-section-about {
  height: 65%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-sctn-abt {
  height: 100%;
  width: 35%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-sctn-abt > .img-abt {
  height: 100%;
  width: 100%;
  background-size: contain;
}

.right-sctn-abt {
  height: 100%;
  width: 60%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.para-about-scs {
  width: 80%;
  font-size: 1.3rem;
  font-family: "font";
  font-weight: 500;
  color: white;
  text-align: center;
}
.about-section-2 {
  height: 60vh;
  width: 100%;
  background-color: #051d33;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.upr-prt-abt-sctn-2 {
  height: 10%;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.hdng-why-choose {
  color: #fdc700;
  font-family: "font";
  font-size: 1.8rem;
  font-weight: 700;
}
.mdl-prt-abt-sctn-2 {
  height: 90%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-container {
  height: 100%;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* For Firefox */
  display: flex;
  gap: 2vh;
  align-items: center;
  justify-content: space-evenly;
}
.scroll-container::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, etc. */
}
.cell {
  flex-shrink: 0;
  height: 90%;
  border-radius: 10px;
  background-color: #1e2939;
  width: 33%;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  flex-direction: column;
  gap: 2vh;
}
.cell-img {
  height: 75%;
  width: 95%;
  border: 1px solid white;
  background-size: contain;
}
.hdng-cell {
  font-family: "font";
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
}
#FAQs-section {
  width: 100%;
  height: 198vh;
  background-color: #051d33;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2vh;
  justify-content: center;
}
.upper-prt-sctn {
  height: 20vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3vh;
  padding: 3vh;
}
.hdng-faqs-sctn {
  width: 60%;
  text-align: center;
  font-family: "font";
  font-size: 1.8rem;
  font-weight: 800;
  color: #fdc700;
}
.para-faqs-sctn {
  width: 80%;
  text-align: center;
  font-family: "font";
  font-size: 1rem;
  font-weight: 600;
  color: white;
}
.lower-prt-sctn {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2vh;
}
.question-section {
  height: 15vh;
  width: 60%;
  display: flex;
  justify-content: center;
  padding: 0 2vh;
  flex-direction: column;
  border: 1px solid white;
  background-color: #1e2939;
  border-radius: 5px;
  gap: 1.5vh;
}
.questions {
  width: 80%;
  font-family: "font";
  font-weight: 600;
  font-size: 1.2rem;
  color: #fdc700;
}
.answers {
  width: 100%;
  font-family: "font";
  font-weight: 500;
  font-size: 0.8rem;
  color: white;
}
#contact-section {
  height: 100vh;
  width: 100%;
  background-color: #051d33;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.uper-prt-sctn {
  height: 8vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cntc-hdng {
  font-size: 2rem;
  font-family: "font";
  font-weight: 600;
  color: #fdc700;
}
.lwer-prt-sctn {
  height: 72vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.right-cnt-scnt {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95%;
  width: 98%;
  border-radius: 5px;
}
.map-container > iframe {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.left-cnt-sctn {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3vh;
}
.upr-prt-cnt-left {
  height: 20%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2vh;
  padding: 0 2vh;
}
.location-div {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 3vh;
}
.location-div > i {
  color: white;
  font-size: 1.5rem;
}
.location-div > p {
  font-family: "font";
  font-size: 1rem;
  font-weight: 600;
  color: white;
}
.call-div {
  display: flex;
  align-items: center;
  gap: 3vh;
  width: 100%;
}
.call-div > i {
  color: white;
  font-size: 1.5rem;
}
.call-div > a {
  font-size: 1rem;
  color: white;
  text-decoration: none;
}
.lwr-prt-cnt-left {
  height: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icons {
  height: 90%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
.icons {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 2.5rem;
}
.icons:hover {
  box-shadow: 3px 3px 5px #030a0f94, -3px -3px 5px #043d726c;
  transition: 0.4s;
  scale: 0.9;
  background-color: #061c3194;
}
#insta:hover {
  color: #fe0abd;
}
#face:hover {
  color: #106aff;
}
#whats:hover {
  color: #2cd46b;
}
#gmail:hover {
  color: #dd4235;
}
.foot-section {
  height: 60vh;
  width: 100%;
  background-color: #1e2939;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.uper-prt-ftr {
  height: 80%;
  width: 100%;
  /* border: 1px solid white; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vh;
}
.left-ftr-sctn {
  /* border: 1px solid white; */
  display: flex;
  height: 100%;
  width: 40%;
  align-items: center;
  justify-content: flex-end;
}
.srvc-tag-ftr {
  height: 100%;
  width: 50%;
  /* border: 1px solid white; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3vh;
}
.tags-srvc-ftr {
  font-size: 1rem;
  color: white;
  text-decoration: none;
  font-family: "font";
  font-weight: 500;
}
.tags-srvc-ftr:hover {
  color: #ee3923;
  transition: 0.4s;
  scale: 1.1;
}
.right-ftr-sctn {
  height: 100%;
  width: 40%;
  /* border: 1px solid white; */
  display: flex;
}
.useful-tag-ftr {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* border: 1px solid white; */
  gap: 4.9vh;
  padding: 0 2vh;
}
.tgs-ftr {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-family: "font";
  font-weight: 500;
}
.tgs-ftr:hover {
  color: #ee3923;
  transition: 0.4s;
  scale: 1.1;
}
.lwr-prt-ftr {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* border: 1px solid white; */
}
.copy-right-section {
  display: flex;
  align-items: center;
  height: 50%;
  width: 100%;
  justify-content: center;
  gap: 2vh;
  /* border: 1px solid white; */
}
.copy-right-section > i {
  font-size: 1.5rem;
  color: white;
}
.copyright-para {
  font-size: 1rem;
  font-family: "font";
  font-weight: 600;
  color: white;
}
.madeby-section {
  height: 50%;
  width: 100%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.madebypara {
  font-size: 1rem;
  font-family: "font";
  font-weight: 600;
  color: white;
}
