html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #f1f1f1
    /* different layout (special white) /* var(--light-ui) */
  ;
  color: #212121;
  padding: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Montserrat', sans-serif;
  animation: zoom-in 20s;
  cursor: pointer;
  /* mouse to pointer homepage  */
  text-rendering: optimizeLegibility;
  /* font-weight: 400; */
  line-height: 1.6;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 20px;



}

.dark-mode {
  background-color: rgb(131, 30, 30);
  /* color: white; */

}

.chart {
  position: relative;
  width: 145px;
  height: 145px;
  display: inline-block;
  text-align: center;
}

.skill {
  width: 22vw;
  height: 30vw;
  background-color: rgba(0, 0, 0, 0.657);
  text-align: center;
  margin-left: 1rem;
  margin-bottom: 2rem;
  height: 40rem;
}

.chart canvas {
  position: absolute;
  top: 2vw;
  left: 0;
}

.chart .percent {
  color: #ffffff;
  line-height: 152px;
  display: inline-block;
  font-size: 30px;
  position: relative;
  top: 2vw;
}

.chart .percent:after {
  content: "%";
}

img:hover {
  /* flipping images */
  opacity: 0.5;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#mySideNav a {
  position: absolute;
  right: -80px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
  margin-top: 650px;
}

#mySideNav a:hover {
  right: 0;
}

/* Hidden on mobile, shown on desktop */
@media (max-width: 767px) {
  #mySideNav {
    display: none;
  }
}

/* @media (min-width: 768px) {
  #mySideNav {
    display: hidden;
    position: absolute;
    right: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    margin-top: 650px;
  }
} */


#fRnT {
  top: 20px;
  background-color: #04AA6D;
}

#bAcK {
  top: 160px;
  background-color: #2196F3;
}

#DB {
  top: 270px;
  background-color: #555
}

#server {
  top: 380px;
  background-color: gray;
}

.NightEyeWidget.NightEyePositionRight {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.NightEyeWidget {
  width: 40px;
  height: 40px;
  z-index: 10000000000000000000;
  padding: 9px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #161616;
  position: fixed;
}

.style_experience__21nGP {
  /* margin: 4rem; */

  text-align: center;

  /* width: 100%;  */
  /* padding: 2px; */
}

.styles_experienceContent__1_vkZ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  max-width: 1200px;
}

.styles_experienceContent__1_vkZ>section {
  max-width: 300px;
  width: 90%;
}


.video-container {
  position: relative;
  height: 100%;
  width: 100vw;
}

.video-container.desktop {
  display: none;
}

.video-container video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

/*======== for 360 degree images ========= */

.img-fluid {
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
  max-width: 100%;
  /* height: inherit; */
}

.img-fluid:hover {
  opacity: 0.7;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: #EAEDED;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation */
.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1);
  }
}

/* The Close button */
.close {
  position: absolute;
  top: 95px;
  right: 1030px;
  color: #b10b0b;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: rgb(208, 15, 15);
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image width on smaller screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/* for caption  */
/* #titleimg {

} */

#maintraffic {
  text-align: center;
  /* border-width: 10px; */
  max-width: 1000px;
  background-color: white;
  margin: 0 auto;
  max-width: 1100px;
}

.container1 {
  text-align: left;
  margin-top: 20pt;
  margin-left: 50px;
  background-color: #ffffff;

}

.traffic1 {
  text-transform: uppercase;
  margin-top: 70px;
  font-size: 35px;
  text-align: left;
  font-family: 'OpenSans', sans-serif;
  /* background-color: #ecf0f1;  */
}

#author {
  text-decoration: dotted;
}

.traffic2 {
  text-transform: none;
  font-family: 'OpenSans', sans-serif;
  /* background-color: #ecf0f1; */
  text-align: left;

}

#fact-checker {
  margin-right: 10px;

}

#tfa {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  border-color: #f8f8f8;
  text-align: center;

}

#strong1 {
  font-weight: 600 !important;
  font-size: 35px;
  text-transform: capitalize;
  margin-top: 1.5em;
  margin-bottom: 10px;
}

#strong2 {
  font-weight: 600 !important;
  font-size: 35px;
  text-transform: capitalize;
  margin-top: 60px;
  margin-bottom: 10px;
}

#strong3 {
  font-weight: 600 !important;
  font-size: 35px;
  text-transform: capitalize;
  margin-top: 1.5em;
  margin-bottom: 10px;
}

#strong4 {
  font-weight: 600 !important;
  font-size: 35px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

#strong5 {
  font-weight: 600 !important;
  font-size: 35px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

#step1 {
  margin-top: 1.5em;
  font-size: 25px;
  font-weight: 600 !important;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1.1em;
}

#step2 {
  margin-top: 1.5em;
  font-size: 25px;
  font-weight: 600 !important;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1.1em;
}

#step3 {
  margin-top: 1.5em;
  font-size: 25px;
  font-weight: 600 !important;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1.1em;
}

#p1 {
  font-size: 21px;
  margin: 0.86em 0;
}

#u1 {
  list-style: disc outside;
  font-size: 19px;
}

#l1 {
  margin-left: 1em;
  padding: 3px 0;
}

#vid-card {
  margin: 35px;

}

#viddiv {

  margin-bottom: 3%;
  flex-direction: row;
  display: flex;

}

#vidcontainer {
  margin-top: 150px;
  width: 100%;

}

#vidvid1 {
  border-radius: 10px;
}

#h1 span {
  width: 100%;
  position: relative;
  animation-play-state: running;

}

#fsd {
  animation-play-state: running;

}

#h1 span:before {
  /* background:linear-gradient(45deg,#fc5c7d,#6a82fb,#fc5c7d); */
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  mix-blend-mode: screen
}




.animate-01 {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%);
  font-family: "Open Seas", sans-serif;
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;

}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

h3 {
  padding: 10px
}

#footer {
  text-align: center;
}

ins {
  background: #f1f1f1;
  text-decoration: none;
  font-size: inherit;
}



.campground-img {
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.3s ease;
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  margin: 5px 0 0 4px;
  background-size: contain;
  transform: scale(0.95);
}

.campground-img:hover {
  transform: scale(1);
  opacity: 1;
}