@font-face {
  font-family: mainlux;
  src: url(../assets/fonts/digitype-studio-mainlux-light.otf) format("opentype");
}
@font-face {
  font-family: mainlux-semibold;
  src: url(../assets/fonts/FontsFree-Net-Mainlux-Semi-Bold.ttf)
    format("truetype");
}
@font-face {
  font-family: mainlux-bold;
  src: url(../assets/fonts/FontsFree-Net-Mainlux-Bold.ttf) format("truetype");
}

.explore {
  width: 100vw;
  margin: auto;
  padding-bottom: 30px;
  margin-bottom: 25px;
  background: #f3eee8;
  padding-top: 50px;
}

.expore_container {
  max-width: 1920px;
}

.explore-heading {
  padding-top: 0.25%;
  text-align: center;
  font-family: mainlux-semibold;
  font-size: 3em;
  color: #3d352e;
  line-height: 100px;
}

.explore-heading-left {
  text-align: left;
  margin-top: 80px;
  font-family: mainlux-semibold;
  font-size: 47px;
  color: #3d352e;
  line-height: 1%;
}

.explore-heading-text {
  margin-left: 18vw;
}

.explore-left-hr {
  margin-top: 0.8em;
  height: 3px;
  border: none;
  background: #f3cc52;
  width: 7em;
}

.explore-left-hr-left {
  margin-left: 15vw;
  margin-top: 0.8em;
  height: 3px;
  border: none;
  background: #f3cc52;
  width: 7em;
}

.explore-p-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20%;
  margin-right: 20%;
}

.explore-p {
  text-align: center;
  font-family: mainlux-semibold;
  font-size: 20px;
  line-height: 30px;
  color: #4e4e4e;
}

.explore-grid {
  margin: 7vw;
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(0, 1fr);
  /* grid-column-gap: 0px;
  grid-row-gap: 0px; */
  padding-left: 5%;
  padding-right: 5%;
}

.explore-grid-item {
  padding: 20px;
  align-items: center;
}

.explore-grid-item-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.explore-grid-image-container {
  overflow: hidden;
}

.explore-grid-image {
  width: 380px;
  height: 259px;
  animation-delay: 600ms;
}

.explore-grid-caption {
  background: #f3eee8;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  color: #363636;
  font-family: mainlux-semibold;
  font-size: 1.5rem;
}

@media screen and (max-width: 1500px) {
  .explore-grid-image {
    width: 320px;
    height: 218px;
    animation-delay: 600ms;
  }
  .explore-grid {
    margin: 0;
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    /* grid-column-gap: 0px;
  grid-row-gap: 0px; */
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1100px) {
  .explore-grid-image {
    width: 300px;
    height: 204px;
    animation-delay: 600ms;
  }
  .explore-grid {
    margin: 0;
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    /* grid-column-gap: 0px;
  grid-row-gap: 0px; */
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 692px) {
  .explore-heading-text {
    margin-left: 50px;
  }
  .explore-left-hr-left {
    margin-left: 25px;
    width: 6em;
  }
  .explore-grid-caption {
    font-size: 1.1rem;
  }  
  
  .explore-grid-image {
    width: 380px;
    height: 259px;
    animation-delay: 600ms;
  }

  .explore-grid {
    margin: 0;
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    /* grid-column-gap: 0px;
  grid-row-gap: 0px; */
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 505px) {


  .explore-p {
    text-align: justify;
  }
  .explore-p-container {
    font-size: 10px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
  }
  


  .explore-heading-text-1{
    font-size: 24px;
    margin-left: 2%;
  }
  .explore-grid {
    padding-left: 10px;
    padding-right: 0;
  }
  .explore-grid-caption {
    font-size: 1em;
  }
  .explore-heading-text {
    margin-left: 40px;
  }
  .explore-left-hr-left {
    margin-left: 25px;
    width: 5em;
  }
  .explore-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    margin-left: 2%;
    margin-right: 2%;
  }
  .explore-p {
    text-align: justify;
    font-size: 20px;
  }
  .explore-grid-item-div {
    width: 100%;
  }
  .explore-grid-image {
    width: 100%;
  }
  .explore-grid-caption {
    width: 100%;
    font-size: 1.2rem;
  }
}

/* navigation css */
.explorer_nav {
  display: flex;
  z-index: 10000;
  /* position: fixed; */
  top: 0px;
  width: 100vw;
}

.explorer_nav-left {
  display: flex;
  align-items: center;
  background-color: #f3eee8;
  width: 50vw;
  height: 100%;
  box-shadow: inset 0 -2px 0 #e1dace;
}
.explorer_nav-left-img-container {
  height: 8vw;
}
.explorer_nav-left-img {
  margin-left: 5vw;
  width: 50%;
}

.explorer_nav-right {
  width: 50vw;

  background-image: url("../assets/images/Rectangle\ 1.png");
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-size: cover;
}

a.explorer_nav-right-links {
  text-decoration: none;
  position: relative;
  font-family: poppins-thin;
  font-size: calc(12px + 1vw);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

a.explorer_nav-right-links:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

a.explorer_nav-right-links::before {
  text-decoration: none;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fade87;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

a.explorer_nav-right-links:hover::before {
  transform: scaleX(1);
}

.menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media screen and (max-width: 666px) {
  .explorer_nav-right {
    display: none;
  }
  .explorer_nav-left {
    width: 100vw;
  }
  .home-first {
    flex-direction: column-reverse;
    overflow-y: visible;
    margin-top: 10rem;
    display: contents;
  }
  .explorer_nav-left-img-container {
    width: 100vw;
  }
  .home-first-right {
    display: contents;
    width: 100vw;
  }
  .home-first-right-img {
    width: 100vw;
    height: 100vh;
  }
  .home-first-left {
    width: 100vw;
    height: 50vh;
  }
  .explore-heading-text{
    font-size: 32px;
    margin-left: 20%;
  }
  
  .explore-heading-text-1{
    font-size: 32px;
    margin-left: 20%;
  }
}
