@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner {
    height: 60vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
}
@media only screen and (max-width: 768px) {
  .home-banner::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(181deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100% 100%);
  }
}
.home-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container {
    padding: 0;
  }
}
.home-banner .video-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 28%;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .video-background .container .bg-wrapper {
    max-width: 80%;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper {
    max-width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .video-background .container .bg-wrapper {
    padding: 0;
  }
}
.home-banner .video-background .container .bg-wrapper h1 {
  line-height: 1.1;
  text-align: left;
  margin-bottom: 18px;
  max-width: 660px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    font-size: 24px !important;
    line-height: 1.2;
  }
}
.home-banner .video-background .container .bg-wrapper h2 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper h2 {
    font-size: 20px;
  }
}
.home-banner .video-background .container .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: var(--white);
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
    line-height: 1.3;
  }
}

.home-secA {
  background: var(--primary);
  overflow: hidden;
  width: 100%;
  padding: 90px 0 70px;
}
@media only screen and (max-width: 768px) {
  .home-secA {
    padding: 40px 0 50px;
  }
}
.home-secA .center-content {
  max-width: 80%;
  text-align: center;
  padding: 90px 0 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .home-secA .center-content {
    padding: 40px 0 0;
    max-width: 100%;
  }
}
.home-secA .center-content .sec-logo {
  margin-bottom: 25px;
}
.home-secA .center-content h2 {
  font-size: 40px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .home-secA .center-content h2 {
    font-size: 30px;
  }
}
.home-secA .center-content p {
  font-weight: 450;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secA .center-content p {
    font-size: 14px;
    font-weight: normal;
  }
}
.home-secA .center-content a {
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.home-secA .center-content a:hover img {
  margin-left: 15px;
}
.home-secA .center-content a img {
  margin-left: 10px;
  transition: 0.3s ease-in-out;
}
.home-secA .right-content {
  width: 100%;
  height: 100%;
  border: none;
}
.home-secA .right-content .grid-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .home-secA .right-content .grid-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .right-content .grid-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secA .right-content .grid-box {
    grid-template-columns: 1fr;
  }
}
.home-secA .right-content .grid-box ul li {
  color: var(--white);
  text-align: left;
  list-style-type: disc;
  font-weight: 500;
}
.home-secA .right-content .grid-box .grid-box-item {
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(193, 193, 193, 0.2);
  border-radius: 5px !important;
}
.home-secA .right-content .grid-box .grid-box-item h4 {
  font-weight: 450;
  font-size: 24px;
  color: var(--white);
  margin-bottom: 8px;
}
.home-secA .right-content .grid-box .grid-box-item p {
  color: var(--white);
  font-size: 14px;
  margin: auto;
  max-width: 140px;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .home-secA .right-content .grid-box .grid-box-item p {
    max-width: 170px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .right-content .grid-box .grid-box-item p {
    max-width: 200px;
  }
}
.home-secA .right-content .grid-box .grid-box-item p img {
  margin-bottom: 10px;
}
.home-secA .right-content .grid-box .grid-box-item p p {
  font-weight: 450;
  font-size: 14px;
  max-width: 200px;
}
.home-secA .right-content .grid-box .grid-box-item:last-child .content {
  padding-left: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secA .right-content .grid-box .grid-box-item:last-child .content {
    padding-left: 0;
  }
}
.home-secA .right-content .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.home-secA .right-content .grid .item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 250px;
  border-radius: 5px;
}
.home-secA .right-content .grid .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secA .right-content .grid .item .item-content {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  width: 100%;
}
.home-secA .right-content .grid .item .item-content h6 {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  transition: all 0.5s ease;
}
.home-secA .right-content .grid .item .item-content .hover-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: center;
  width: 100%;
  z-index: 3;
  padding: 0 25px;
}
.home-secA .right-content .grid .item .item-content .hover-content p {
  color: var(--white);
  margin-top: 15px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease 0.2s;
}
.home-secA .right-content .grid .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.home-secA .right-content .grid .item:hover::before {
  opacity: 1;
}
.home-secA .right-content .grid .item:hover h6 {
  transform: translateY(-140%);
  opacity: 1;
}
.home-secA .right-content .grid .item:hover .hover-content {
  opacity: 1;
}
.home-secA .right-content .grid .item:hover .hover-content .icon img {
  transform: translateY(0);
  opacity: 1;
}
.home-secA .right-content .grid .item:hover .hover-content p {
  transform: translateY(0);
  opacity: 1;
}

.home-secB {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secB {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB {
    height: 40vh;
  }
}
.home-secB img, .home-secB video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-secC {
  position: relative;
  z-index: 1;
  background: var(--white);
}
.home-secC .heading {
  padding-bottom: 30px;
}
@media only screen and (max-width: 675px) {
  .home-secC .heading {
    padding-bottom: 20px;
  }
}
.home-secC .heading h2 {
  font-size: 40px;
  font-weight: 400;
  color: var(--black);
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .home-secC .heading h2 {
    font-size: 30px;
  }
}
.home-secC .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .home-secC .grid-box {
    display: block;
  }
}
.home-secC .grid-box .grid-box-item {
  margin-bottom: 18px;
}
.home-secC .grid-box .grid-box-item figure {
  height: 444px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secC .grid-box .grid-box-item figure {
    height: 350px;
  }
}
.home-secC .grid-box .grid-box-item figure:hover .figinfo {
  transform: translateY(0%);
}
@media only screen and (max-width: 768px) {
  .home-secC .grid-box .grid-box-item figure:hover .figinfo {
    transform: translateX(-50%);
  }
}
.home-secC .grid-box .grid-box-item figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
@media only screen and (max-width: 768px) {
  .home-secC .grid-box .grid-box-item figure::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}
.home-secC .grid-box .grid-box-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .grid-box .grid-box-item figure .figinfo {
  position: absolute;
  bottom: 10%;
  left: 10%;
  max-width: 70%;
  transform: translateY(40%);
  transition: 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .home-secC .grid-box .grid-box-item figure .figinfo {
    max-width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .grid-box .grid-box-item figure .figinfo {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .grid-box .grid-box-item figure .figinfo {
    width: 100%;
    max-width: 100%;
  }
}
.home-secC .grid-box .grid-box-item figure .figinfo h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  color: var(--white);
  font-family: "Cinzel";
}
@media only screen and (max-width: 1024px) {
  .home-secC .grid-box .grid-box-item figure .figinfo h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .grid-box .grid-box-item figure .figinfo h4 {
    max-width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .grid-box .grid-box-item figure .figinfo h4 {
    font-size: 20px;
  }
}
.home-secC .grid-box .grid-box-item figure .figinfo p {
  font-weight: 450;
  font-size: 18px;
  color: var(--white);
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .home-secC .grid-box .grid-box-item figure .figinfo p {
    max-width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .grid-box .grid-box-item figure .figinfo p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .grid-box .grid-box-item figure .figinfo .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.home-secC .grid-box .grid-box-item figure .figinfo .btn-group a:first-child {
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .home-secC .grid-box .grid-box-item figure .figinfo .btn-group a:first-child {
    display: inline-block;
    margin: 0;
  }
}
.home-secC .grid-box .grid-box-item figure .figinfo .btn-group a:last-child {
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white) !important;
  font-weight: 500;
  font-size: 16px;
}
.home-secC .grid-box .grid-box-item figure .figinfo .btn-group a:last-child:hover {
  background: var(--white);
  color: var(--black) !important;
}
@media only screen and (max-width: 540px) {
  .home-secC .grid-box .grid-box-item figure .figinfo .btn-group a:last-child {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .grid-box .grid-box-item:first-child {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .grid-box .grid-box-item:first-child {
    margin-bottom: 18px;
  }
}
.home-secC .grid-box .grid-box-item:first-child .figinfo {
  transform: translateY(60%);
}
@media only screen and (max-width: 768px) {
  .home-secC .grid-box .grid-box-item:first-child .figinfo {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .grid-box .grid-box-item:first-child .figinfo {
    width: 100%;
  }
}

.home-secD {
  background: var(--white);
  position: relative;
  z-index: 2;
}
.home-secD .heading {
  padding: 40px 0 50px 0;
}
@media only screen and (max-width: 540px) {
  .home-secD .heading {
    padding: 0 0 30px 0;
  }
}
.home-secD figure {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secD figure {
    height: 60vh;
  }
}
.home-secD figure .map-img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .home-secD figure .map-img {
    scale: 3;
    position: relative;
    -o-object-fit: contain;
       object-fit: contain;
    top: -10%;
    left: 25%;
  }
}

.sticky {
  position: sticky;
  top: 20px;
}/*# sourceMappingURL=home.css.map */