@import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext');

/*** blue color ( #006dff)***/

html
{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body
{
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
}
a
{
  text-decoration: none;
  color: #000;
}
a:hover
{
  color: #006dff;
}
ul
{
  list-style: none;
  margin: 0px;
  padding: 0;
}
h1, h2, h3, h4, h5, h6
{
}
/* .top-header
{
  background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../imgs/Luxor-Temple2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
} */
.top-header
{
  position: absolute;
  top: 0;
  width: 100%;

}
/* .top-header::before
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
} */

header
{
    /* background: #000; */
    padding: 15px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
#header-section
{
    display: flex;
    justify-content: space-between;
    align-items: center;   
}
header a
{
  color: #fff;
}
#top-hero
{
  /* background: #000;
  color: #fff;
  height: calc(100vh - 95px);
  padding-bottom: 10px; */
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.hero-inner
{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 100px 25px 0px;
}
.sm-txt
{
  letter-spacing: 0.05em;
  border-bottom: 3px solid #006dff;
  display: inline-block;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.big-txt
{
  text-transform: uppercase;
  margin: 30px 0px 0px;
  font-size: 4rem;
  position: relative;
  font-weight: bold;
}
/* .big-txt:after {
  content: "";
  display: block;
  background-color: #006dff;
  width: 160px;
  height: 3px;
  margin: 0px auto 0;
} */
.vr-icon
{
  margin-top: 25px;
}
.vr-icon img
{
  width: 90px;
}
.white-bt
{
  margin-top: 30px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
  background: #ffffff;
  color: #000;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 15px 40px;
  display: inline-block;
}
.white-bt:hover
{
  border: 2px solid #006dff;
  background: transparent;
}
#anchor
{
  visibility: hidden;
  overflow: hidden;
  height: 0;
  width: 0;
}
.cites
{
  text-align: center;
  padding: 50px 0px;
  /* background: #000; */
}
.cites h2
{
  position: relative;
  text-transform: uppercase;
}
.cites h2::after
{
  content: "";
  display: block;
  background-color: #006dff;
  width: 100px;
  height: 6px;
  margin: 15px auto 25px;
}
.cities-inner
{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px; 
  margin-top: 50px;
}
.city-block
{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  padding-bottom: 25px;
}
.city-block p
{
  color: #000;
}
.city-block h3
{
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 0;
}

footer
{
  background: #000;
  color: #fff;
  padding: 25px;
  text-align: center;
}
footer h5
{
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1rem;
}
.social-media a
{
  color: #fff;
  padding: 8px;
  font-size: 20px;
}
iframe
{
  width: 100%;
  height: 80vh;
}
.pano-iframe
{
  width: 100%;
  height: 100vh;
}



/* BEGIN max width 991px */	
@media (max-width: 992px) {
  .hero-inner
  {
    padding: 20px 25px;
  }
  .cities-inner
  {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* END max width 991px */
/* BEGIN max width 767px */
@media (max-width: 768px)  {
  .big-txt {
    font-size: 3rem;
}
  .hero-inner {
    padding: 20px 10px;
  }
  .white-bt {
    margin-top: 30px;
  }
}
/* END max width 767px */
/* BEGIN max width 390px */
@media (max-width: 391px) {
  .cities-inner
  {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
/* END max width 390px */
/*** rotate pano image ***/
.rotate-pano
{
  position: relative;
}
.image-container{
  height: 100vh;
 position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden; 
}

canvas{
  width: 100%;
}