* {
  scroll-behavior: smooth;
  margin: 0%;
  padding: 0%;
}
:root{
  --bg-color:white;
  --p-color:black;
  --shad-color:black;
  /*--bg-color:black;*/
  /*--p-color:white;*/
}
.dark-theme{
  --bg-color:black;
  --p-color:white;
  --shad-color: white;
}
/*toggle button*/
#icon{
  width: 50px;
  height: 30px;
  cursor: pointer;
  margin-top:7px;
  position: relative;
  background: black;
  border-radius: 30px;
  transition: 0.5s;
  box-shadow: inset 0 8px 60px rgba(0,0,0,0.1),
  inset 0 8px 8px rgba(0,0,0,0.1),
  inset 0 -4px 4px rgba(0,0,0,0.1);
}
#icon .indicator{
  position: absolute;
  top:0;
  left: 0;
  width:30px;
  height: 30px;
  background: linear-gradient(#FAEBD7,#FFFAFA);
  border-radius: 50%;
  transform: scale(0.8);
  box-shadow: 0 8px 40px rgba(248,248,255,0.5),
              inset 0 4px 4px rgba(0,0,0,0.1),
              inset 0 -4px 4px rgba(0,0,0,0.1);
  transition: 0.5s;
}
#icon.active .indicator{
  left:20px;
  background: linear-gradient(black,#696969);
  box-shadow: 0 8px 20px rgba(248,248,255,0.1),
              inset 0 4px 4px rgba(0,0,0,0.1),
              inset 0 -4px 4px rgba(0,0,0,0.1);
}
#icon.active{
  background: white;
  box-shadow: inset 0 2px 60px rgba(0,0,0,0.1),
              inset 0 2px 8px rgba(0,0,0,0.1),
              inset 0 -4px 8px rgba(0,0,0,0.05);
}
/* Loader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.layer1_class {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 10px solid #048023; /* Dark Green */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spinloader 2s linear infinite;
  position: relative;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  /* margin: 0%;   */
  /* top: 10%;
    left: 45%; */
}
.layer1_class img {
  height: 120px;
  width: 120px;
  animation: spinlogo 2s linear infinite;
}
@keyframes spinloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinlogo {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* bottom to top button start */
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #ff9966;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 20;
  box-shadow: 0px 0px 13px rgb(0 0 0 / 63%);
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #000000;
}
#scroll:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* Navbar CSS Start */
.navbar {
  position: relative;
  transition: 0.5s;
  z-index: 999;
}
.navbar-nav {
  margin-left: auto;
}
.navbar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.navbar .navbar-brand {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  line-height: 0px;
  letter-spacing: 2px;
  transition: 0.5s;
}

.navbar .navbar-brand span {
  color: #343148;
  text-transform: lowercase;
  transition: 0.5s;
}

.navbar.nav-sticky .navbar-brand span {
  color: #ffffff;
}

.navbar .navbar-brand img {
  max-width: 32%;
  max-height: 30%;
  margin: -10px 0px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  padding: 10px 10px 8px 10px;
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  border-radius: 6px;
  background: rgba(256, 256, 256, 0.3);
  transition: all 0.3s ease-in;
  transform: scale(105%);
}
.navbar-dark .navbar-nav .nav-link:hover i{
  transform: rotate(10deg);
}

.navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}
#logoname {
  margin-left: -110px;
  margin-top: -3px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Navbar CSS End */

/* Page 1 CSS Start */
#page1 {
  background: rgba(0, 0, 0, 0.2) url(../assets/bghome.jpg);
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-size: cover;
  animation: body-slide-down 1100ms ease-out;
  animation-delay: 2.5s;
}

.text1 {
  padding-top: 13%;
  font-family: "Cairo", sans-serif;
  color: var(--bg-color);
  font-size: 25px;
  text-shadow: 0 0 3px var(--shad-color);
}
#getstarted {
  text-decoration: none;
  color: #fff;
  padding: 40px;
  transition: all 0.3s ease;
}
#getstartedbutton #getstarted i {
  padding-left: 10px;
  transition: all 0.3s ease;
}
#getstartedbutton:hover #getstarted i {
  transform: translateX(10px);
}
#getstartedbutton {
  box-shadow: 0 0 3px #dfdddd;
  transition: all 0.3s ease;
}
#getstartedbutton:hover {
  background: transparent;
}
.text1 h1 {
  font-family: "Kanit", sans-serif;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.623);
}
/* Page 1 CSS End */

/* Page 2 CSS Start */
#page2 {
  height: 100vh;
  width: 100vw;
  background-color: var(--bg-color);
}
#watermessage {
  text-align: center;
}
.card {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  height: 85vh;
  margin-top: 20px;
  margin-left: 35px;
  margin-right: 35px;
  background-image: url(../assets/card-walk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.card:hover {
  box-shadow: 0 0 100px 0 rgba(18, 227, 255, 0.452);
  transform: translateY(2px);
}
.container2 h2 {
  padding: 2px 16px;
  font-family: "Baloo 2", cursive;
  color: var(--bg-color);
  margin-top: 100px;
  word-spacing: 5px;
  text-shadow: 0 0 3px var(--shad-color);
}

#explorebutton button {
  margin-left: 40vw;
  display: inline-block;
  text-decoration: none;
  padding: 10px 60px;
  box-shadow: 0 0 3px #007bff;
  transition: all 0.3s ease;
}
#explorebutton button:hover {
  background: transparent;
}
#explorelink {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#explorebutton i {
  padding-left: 5px;
  transition: all 0.3s ease;
}
#explorebutton:hover i {
  transform:scale(1.2);
}
/* Page 2 CSS End */

/* Page 3 CSS Start */
#page3 {
  background: url(../assets/bg2.jpg);
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-size: cover;
}
.jumbotron {
  opacity: 0.6;
  background-color: var(--bg-color);
}
#learnmore {
  position: relative;
  top: -100px;
  left: 30px;
  text-decoration: none;
  padding: 10px 50px;
  box-shadow: 0 0 3px rgb(108, 117, 125);
  transition: all 0.3s ease;
}
#learnmore:hover {
  background: transparent;
  color: black;
}
#learnmore i {
  padding-left: 5px;
  transition: all 0.3s ease;
}
#learnmore:hover i {
  transform:scale(1.2);
}
h1.display-4{
  color:var(--p-color);;
}
p.lead,p.more{
  color:var(--p-color);
}
/* Page 3 CSS End */

/* Footer CSS Start */

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 100px;
  box-sizing: border-box;
  background-color: rgb(17, 17, 17);
}

footer .f-container {
  display: flex;
  justify-content: space-between;
}

footer .f-container .sec {
  margin-right: 30px;
}

footer .f-container .sec.aboutus {
  width: 40%;
}

footer .f-container h2 {
  position: relative;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

footer .f-container h2:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #f00;
  transition: all 0.3s ease-out;
}
footer .f-container:hover h2:hover:before {
  width: 130px;
}

footer p {
  color: #999;
  margin-top: 1em;
}

.sci {
  margin-top: 20px;
  display: flex;
  padding: 0%;
}

.sci li {
  list-style: none;
}

.sci li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  border: 2px solid #e9204f;
  border-radius: 10px 100px / 120px;
}
.sci li a:hover {
  height: 45px;
  width: 45px;
  transition: all 0.2s ease-in-out;
}

.sci li a .fab {
  color: #fff;
  font-size: 20px;
}

.sci li a .fas {
  color: #fff;
  font-size: 20px;
}

.quickLinks {
  position: relative;
  width: 25%;
}
.quickLinks ul {
  padding: 0%;
  margin-bottom: 0;
  margin-top: 1rem;
}
.quickLinks ul li {
  list-style: none;
}

.quickLinks ul li a {
  color: #999;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.quickLinks ul li a:hover {
  color: #fff;
}

.contact {
  width: calc(35% - 60px);
  margin-right: 0 !important;
}

.contact ul {
  padding: 0%;
  margin: 0;
}

.contact .info li {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

.contact .info li span:nth-child(1) {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.contact .info li span {
  color: #999;
}

.contact .info li span a {
  color: #999;
  text-decoration: none;
}

.contact .info li span a:hover {
  color: #fff;
}

.copyrightText {
  position: relative;

  width: 100%;
  box-sizing: border-box;
  background-color: #181818;
  padding: 8px 100px;
  text-align: center;
  color: #999;
}

@media (max-width: 768px) {
  footer {
    padding: 40px;
  }

  footer .f-container {
    flex-direction: column;
  }

  footer .f-container .sec {
    margin-right: 0;
    margin-bottom: 35px;
  }

  footer .f-container .sec.aboutus,
  .quickLinks,
  .contact {
    width: 100%;
  }

  footer .f-container .quickLinks,
  .contact {
    text-align: center;
  }

  footer .f-container h2:before {
    position: relative;
  }
  footer .f-container h2 {
    text-align: center;
    display: inline;
    border-bottom: 3px solid red;
  }

  footer .f-container .quickLinks h2 {
    display: inline;
    border-bottom: 3px solid red;
  }

  footer .f-container .contact h2 {
    display: inline-block;
    border-bottom: 3px solid red;
    margin-bottom: 20px;
  }

  footer .f-container .sec.aboutus {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact .info li {
    justify-content: center;
    margin-bottom: 10px;
  }
  .copyrightText {
    padding: 8px 40px;
  }
}

/* Footer CSS End */

/* MEDIA QUERIES */
@media (min-width: 992px) {
  .navbar {
    position: absolute;
    width: 100%;
    padding: 20px 60px;
    background: rgba(0, 0, 0, 0.1) !important;
    z-index: 9;
  }

  .navbar.nav-sticky {
    padding: 10px 60px;
    background: #343148 !important;
  }

  .navbar a.nav-link {
    padding: 8px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 15px;
    background: #343148 !important;
  }

  .navbar.nav-sticky {
    position: sticky;
  }

  .navbar .navbar-brand span {
    color: #ffffff;
  }

  .navbar a.nav-link {
    padding: 5px;
  }

  .navbar .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 410px) and (max-width: 760px) {
  .text1 {
    font-size: 17px;
  }
}
@media (max-width: 409px) {
  .text1 {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .container2 h2 {
    font-size: 5vw;
    margin-top: 50px;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .container2 h2 {
    font-size: 3vw;
    margin-top: 50px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .container2 h2 {
    font-size: 3vw;
    margin-top: 50px;
  }
}
@media (max-width: 373px) {
  #logoname {
    font-size: 28px;
    margin-left: -110px;
  }
}
@media (min-width: 761px) and (max-width: 991px) {
  .text1 {
    font-size: 22px;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  #getstarted {
    color: #ffffff;
  }
}
@media (min-width: 280px) and (max-width: 335px) {
  #learnmore {
    margin-left: 100px;
  }
}
@media (min-width: 336px) and (max-width: 575px) {
  #learnmore {
    display: none;
  }
}

@media (min-width: 280px) and (max-width: 320px) {
  .card {
    margin-top: -5px;
  }
}
@media (max-width: 416px) {
  #explorebutton {
    margin-left: -40px;
  }
}

@keyframes body-slide-down {
  0% {
    transform: translateY(-60%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
