:root {
  --title-color: hsl(0, 0%, 95%);
  --text-color: hsla(0, 0%, 70%, 0.847);
  --text-color-light: hsl(0, 0%, 60%);
  --container-color: hsl(0, 0%, 8%);
  --font-weight-thin: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --background-dark: #08080a;
}
/* .lightmode {
  --title-color: #08080a;
  --text-color: hsla(0, 0%, 14%, 0.847);
  --text-color-light: hsl(0, 0%, 51%);
  --container-color: white;
} */
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  text-decoration: none;
}
body {
  background-color: var(--container-color);
  color: var(--text-color);
  font-family: Arial, Helvetica, sans-serif;
}
.up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #f3ca52;
  border-color: #f3ca52;
  font-weight: 600;
  color: var(--container-color);
  transition: 0.3s;
  display: none;
  z-index: 8;
}
.up:hover {
  background-color: #e3bd4a;
  color: var(--container-color);
  border-color: #dfb63b;
  scale: 1.01;
}
/* _______________________________ start section1 ______________________________________ */
.section1-v {
  position: relative;
  width: 100%;
  height: 100vh;
}
.v-background {
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.482);
}
.navbar {
  padding: 16px 0;
}
.nav-item a {
  color: var(--title-color);
  font-size: 19px;
  margin-left: 16px;
}
.navbar-nav .nav-item .active {
  color: #f3ca52;
  font-weight: 600;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #f3ca52;
  font-weight: 600;
}
.navbar-toggler {
  background-color: #f3ca52;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #08080a;
    padding: 8px 16px;
  }
  .nav-item {
    margin-bottom: 16px;
  }
  .navbar-collapse {
    padding-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
}
@media (min-width: 481px) and (max-width: 768px) {
}

.login {
  font-weight: 500;
  font-size: 18px;
  color: #f3ca52;
  border-color: #f3ca52;
}
.login:hover {
  background-color: #f3ca52;
  color: var(--container-color);
  border-color: #f3ca52;
}
.signup {
  background-color: #f3ca52;
  color: var(--container-color);
  border-color: #f3ca52;
  font-weight: 500;
}
.signup:hover {
  background-color: #e3bd4a;
  color: var(--container-color);
  border-color: #dfb63b;
}

.top-content {
  position: absolute;
  top: 0px;

  text-align: center;
  margin: auto;
  width: 100%;
  /* height: 100%; */
  z-index: 3;
}
.main-title {
  position: absolute;
  text-align: center;
  color: rgb(181, 181, 181);
  top: 50%;
  padding: 0 300px;

  width: 100%;
  z-index: 1;
}
.main-title h2 {
  margin: auto;
}
@media screen and (max-width: 991px) {
  .main-title {
    padding: 0 100px;
  }
}

/* __________________________________________ start about section ___________________________ */

.about {
  min-height: 600px;
  padding: 80px 0;
}
.img2 {
  height: 400px;
  border-right: solid 8px #f3ca52;
}
.img2 img {
  width: 98%;
  height: 100%;
}
.about .content2 h2 {
  color: var(--title-color);
  text-transform: capitalize;
}
.about .content2 h2 span {
  color: #f3ca52;
}
.about .content2 p {
  color: var(--text-color);
  margin-top: 24px;
  padding-right: 60px;
  text-align: justify;
}
.btn2 {
  margin-top: 16px;
  width: 150px;
  height: 50px;
  color: #f3ca52;
  border-color: #f3ca52;
}
.btn2:hover {
  background-color: #f3ca52;
  color: var(--container-color);
  font-weight: 600;
  border-color: #f3ca52;
}
@media (min-width: 320px) and (max-width: 480px) {
  .about {
  /*  text-align: center; */
  }
  .about .content2 {
    padding: 0 36px;
  }
  .about .content2 p {
    padding-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .about {
    /* text-align: center; */
  }
  .about .content2 {
    padding: 0 36px;
  }
  .about .content2 p {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .img2 {
    margin-top: 30px;
  }
}

/* _______________________________________ end about section ___________________________________________ */

/* ___________________________________ start footer ______________________________________________________ */
footer {
  min-height: 280px;
  color: var(--body-font);
  background-color: #08080a;
  padding-top: 100px;
  text-align: center;
}

.footer-tags {
  margin-bottom: 30px;
}
.footer-tags a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 19px;
  margin-left: 12px;
  transition: 0.3s;
}
.footer-tags a:hover {
  color: #f3ca52;
}
.end p {
  color: var(--text-color-light);
  margin: 16px auto;
}
hr {
  color: #f3ca52;
}
/* __________________________________________ end footer _____________________________________________ */
/* _______________________________________ start tips section __________________________________ */
.tips {
  margin-top: 30px;
  margin-bottom: 80px;

  min-height: 600px;
}
.tip-img {
  max-width: 600px;

  margin-left: -100px;
}
.tip-img img {
  width: 98%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .tip-img {
    margin: auto;
    margin-bottom: 30px;
  }
  .tip-content h2,
  .tip-content .top-p {
    text-align: center;
  }
}
.tip-content {
  padding-left: 16px;
  color: var(--title-color);
}
.tip-content p,
li {
  color: var(--text-color);
}
.tip-content li {
  font-size: 18px;
}
.tip-content li .tip-icon {
  color: #65b741;
  margin-right: 16px;
  margin-top: 6px;
}
.tip-content ul {
  list-style-type: none;
}
.tip-backg {
  position: relative;
  border: 8px solid #65b741;

  padding: 30px 30px;
}
.tip-content .top-p {
  color: #f3ca52;
}
.tip-content h2 {
  margin-bottom: 24px;
}

@media (min-width: 320px) and (max-width: 480px) {
}
@media (min-width: 481px) and (max-width: 768px) {
}

/* ______________________________________________ end tips section ________________________________ */

/* _______________________________________ start blog section __________________________________ */
.section-blog {
  padding: 60px 0;
}
.blog-title {
  text-align: center;
}
.blog-title h2 {
  color: var(--title-color);
}
.blog-title p {
  color: var(--text-color);
}
.name-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #65b741;
}
.name-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 2px;
}
.name-text {
  margin-left: 16px;
}
.name-text p {
  margin-bottom: 0;
  color: var(--text-color-light);
}
.the-name {
  font-weight: 600;
  color: var(--text-color);
}
.blog-body h5 {
  margin-top: 8px;
  color: var(--title-color);
}
.blog-post {
  border: 1px solid #9e9e9e48;
  background-color: var(--container-color);
  border-radius: 4px 4px 0 0;
  transition: 0.3s;
  margin-top: 30px;
}
.blog-body hr {
  color: #65b741;
}
.card-text {
  margin-top: 8px;
  text-align: justify;
}
.react i {
  font-size: 24px;
  transition: 0.3s;
}
.coment p {
  margin-left: 16px;
  margin-bottom: 0;
}
.react i:hover {
  color: #f3ca52;
  cursor: pointer;
}
.like i {
  margin-right: 16px;
}
.like p {
  margin-bottom: 0;
}
.blog-post:hover {
  border: 1px solid #f3ca52;
  scale: 1.03;
  cursor: pointer;
}

/* __________________________________ end blog section _______________________________ */

/* ____________________________ start section3 ____________________________________________ */
.post-b {
  min-height: 300px;
  position: relative;
  padding: 30px 0;
}
.overlay-post {
  position: absolute;
  background-image: url(../images/background_img.png);
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
  border-top: 1px solid #65b741;
  /* border-bottom: 1px solid #65b741; */
}
.post-cont {
  text-align: center;
  margin: 30px auto;
}
.post-cont p {
  max-width: 65%;
  margin: auto;
  margin-bottom: 16px;
}
@media (min-width: 320px) and (max-width: 480px) {
.post-cont p {
  max-width: 85%;}
}
.post-cont h2 {
  color: var(--title-color);
}
/* ____________________________ end section3 _____________________________________ */

.section-blog {
  position: relative;
}
/* .section-blog h1{
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 500px;
  z-index: -1;
  text-transform: capitalize;
  opacity: .3;
  color: #bebebe2f;
} */
.blog-title .p-2 {
  margin: auto;
  width: 65%;
  margin-top: 8px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .blog-title .p-2 {
    width: 96%;
    
}}
/* @media (min-width: 320px) and (max-width: 480px) {
   .blog-title {
     width: 100%
     margin: auto;
     
   }
} */
.blog-title span {
  color: #f3ca52;
}


.blog-title .p-1 {
  color: #f3ca52;
  margin-bottom: 8px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  padding: 8px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .swiper-pagination-bullet {
  background-color: #f3ca52;
  width: 30px;
  height: 9px;
  border-radius: 8px;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #f3ca52;
}
/* ________________________________________ start login page __________________________________ */
.log-in {
  width: 100%;
  height: 100vh;
  background-image: url("../images/login.jpeg");
  background-size: cover;
  position: relative;
  z-index: 1;
}
.login-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: var(--container-color);
  opacity: 0.9;
  z-index: -1;
}
.signin {
  height: 100vh;
  padding-bottom: 80px;
}
.log-form {
  background-color: var(--container-color);
  padding: 30px;
  max-width: 400px;
  margin: auto;
}
.login-btn {
  margin-top: 8px;
  max-width: 400px;
  width: 100%;
  height: 48px;
  color: var(--container-color);
  border-color: #f3ca52;
  font-weight: 600;
  font-size: 18px;
  background-color: #f3ca52;
}

.login-btn:hover {
  background-color: #e3bd4a;
  color: var(--container-color);
  border-color: #dfb63b;
}
.travo-login {
  width: 100%;
  margin: auto;
}
.t-login {
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.t-login h3 {
  margin: 24px auto;
  color: var(--title-color);
}
.footer-login {
  position: absolute;
  height: 80px;
  bottom: 0;

  text-align: center;
  background-color: var(--container-color);
  width: 100%;
}
.form-control:focus {
  border: 2px solid #f3ca52;
  box-shadow: none;
}

/* ________________________________________ end login page __________________________________ */
#navuser {
  display: none;
  margin: auto;
}
@media screen and (max-width: 991px) {
  #navuser {
    /* margin: auto; */
  }
}

.login-container {
  background-color: var(--container-color);
  padding: 30px;
  max-width: 400px;
  margin: auto;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.login-container input {
  width: 100%;
  padding: 8px;
  margin: 12px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}
