@font-face {
  font-family: "HelveticaNeue-UltraLight";
  src: url("../Helvetica/HelveticaNeue-UltraLight.woff") format("woff");
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "HelveticaNeue-UltraLight", Arial, sans-serif !important;
  white-space: normal;
  letter-spacing: 1px;
  font-weight: 600 !important;
  word-spacing: -2px;
}
.main-term {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}
.logo {
  display: flex;
  justify-content: center;
}
img#leaseo-img {
  width: 200px;
  height: 30px;
  margin-top: 20px;
}
#mainHeading {
  background-color: black;
  color: white;
  text-align: center;
  height: 150px;
  padding-top: 50px;
  font-size: 46px;
  margin-top: 30px;
}
p.Term-title {
  /* font-size: 20px;
  margin-top: 15px;
  font-weight: 600; */
  font-size: 30px;
  margin: 15px 0px;
  color: #000;
  font-weight: bolder;
}
p.term-content {
  font-size: 18px;
  /* line-height: 20px; */
  /* padding-bottom: 15px; */
  /* text-align: justify; */
  /* font-weight: bolder ; */
}
/* 
.footer-section {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-around;
  padding: 50px;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .footer-section {
    background-color: black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
  }
}
.social-icon {
  padding-top: 15px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .social-icon {
    padding-top: 25px;
    cursor: pointer;
  }
}
input[type="email"] {
  width: 150px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #81818b4d;
  background-color: black;
  color: white;
  font-size: 13px;
  color: #9c9c9c;
  padding-left: 6px;
}
*:focus {
  outline: none;
}
button.subcribe {
  width: 130px;
  height: 35px;
  border-radius: 15px;
  border: none;
  background-color: #fa8128;
  color: white;
  cursor: pointer;
  margin-left: 15px;
}
@media (max-width: 820px) {
  button.subcribe {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  button.subcribe {
    margin-top: 40px;
  }
}
p.footer-descrption {
  padding-top: 25px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #9c9c9c;
  line-height: 24px;
}
p#news-des {
  padding-top: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #9c9c9c;
  line-height: 24px;
}
@media (max-width: 820px) {
  p#news-des {
    padding-top: 20px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
  }
}
@media (max-width: 768px) {
  p#news-des {
    padding-top: 20px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
  }
}
@media (max-width: 480px) {
  p#news-des {
    padding-top: 10px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
  }
}
.footer-btn {
  padding-top: 20px;
}
p#pg {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 820px) {
  p#pg {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}
@media (max-width: 768px) {
  p#pg {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}
p#our {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 820px) {
  p#our {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}
@media (max-width: 768px) {
  p#our {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}
p#sub {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 820px) {
  p#sub {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}
@media (max-width: 768px) {
  p#sub {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
}
@media (max-width: 480px) {
  .pages {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .policies {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .news-letter {
    margin-top: 20px;
  }
}
ul {
  padding-top: 20px;
  list-style-type: none;
}
@media (max-width: 480px) {
  ul {
    padding-top: 10px;
    list-style-type: none;
  }
}
li {
  padding: 5px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #9c9c9c;
}
@media (max-width: 820px) {
  li {
    padding: 5px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
  }
}
@media (max-width: 768px) {
  li {
    padding: 5px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
  }
}
.intectual-propert {
  background-color: black;
  color: white;
  height: 10vh;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
@media (max-width: 820px) {
  .intectual-propert {
    height: 5vh;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .intectual-propert {
    height: 5vh;
    padding-top: 20px;
  }
}
p.inteactual {
  font-size: 13px;
  color: #9c9c9c;
}
.bor {
  background-color: black;
}
.border {
  border: 1px solid #81818b4d;
  width: 90%;
  margin: 0 auto;
} */
#spanHome {
  color: #fff;
  position: absolute;
  top: 125px;
  font-size: 24px;
  padding: 19px;
}
#spanHome:hover {
  cursor: pointer;
}
/* Customize the scrollbar start */
body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}

body::-webkit-scrollbar-thumb:active {
  background-color: #333;
}
/* Customize the scrollbar Ends */

/* popup css  */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  /* background: rgb(32, 193, 250); */
  /* background: linear-gradient(
    90deg,
    rgba(32, 193, 250, 1) 0%,
    rgba(243, 10, 216, 1) 47%,
    rgba(109, 255, 40, 1) 100%
  ); */
  padding: 20px;
  border-radius: 5px;
  display: none;
  width: 60%;
  height: auto;
  transition: all 1s;
  z-index: 999;
}

#popup1::-webkit-scrollbar {
  width: 5px;
  /* Width of the scrollbar */
}

#popup1::-webkit-scrollbar-thumb {
  background-color: #555;
  /* Color of the scrollbar thumb */
  border-radius: 5px;
  /* Rounded corners of the thumb */
}

#popup1::-webkit-scrollbar-thumb:hover {
  background-color: #888;
  /* Color of the scrollbar thumb on hover */
}

#popup1,
#popup2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  /* background: rgb(32, 193, 250); */
  /* background: linear-gradient(
      90deg,
      rgba(32, 193, 250, 1) 0%,
      rgba(243, 10, 216, 1) 47%,
      rgba(109, 255, 40, 1) 100%
    ); */
  padding: 20px;
  border-radius: 5px;
  display: none;
  width: 60%;
  overflow: auto;
  height: 500px;
  transition: all 1s;
  z-index: 999;
}

#popup h1,
#popup1 h1,
#popup2 h1 {
  padding: 10px 0px;
  text-align: center;
}

#popup hr,
#popup1 hr,
#popup2 hr {
  margin: 10px 0px;
  height: 3px;
  background-color: #000000;
  border: none;
}

#popup p,
#popup1 p {
  text-align: justify;
  font-size: 15px;
  color: black;
  padding: 20px;
  line-height: 25px;
}
#popup2 p {
  text-align: center;
  padding: 20px;
}
#popup2 p a {
  font-size: 30px;
  color: black;
  font-weight: bold !important;
}
#popup2 span {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#popup2 span p {
  font-size: 24px;
}
#popup2 a {
  display: flex;
  /* justify-content: space-evenly; */
}
#popup2 a span {
  padding: 20px 0px;
  font-size: 24px;
  color: black;
}
#iconWhatsapp {
  width: 50px;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
#map {
  height: 200px;
  z-index: 1;
}

#closePopupButton,
#closePopupButton1,
#closePopupButton2 {
  float: right;
  cursor: pointer;
  padding: 10px;
  background: black;
  border: none;
  color: #fff;
  outline: none;
}
/* popup css end  */

/* // Gallery Slider */
.gallery-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
}

.gallery-popup .close {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  background: white;
  padding: 3px 10px;
}

.gallery-popup .slideshow-container {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  text-align: center;
}

.gallery-popup .slide12 {
  display: none;
}

.gallery-popup .slide12 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-popup .prev,
.gallery-popup .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-popup .prev {
  left: 10px;
}

.gallery-popup .next {
  right: 10px;
}
