* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 10px; /* Adjust the width */
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the scrollbar track */
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar handle */
  border-radius: 4px; /* Rounded corners of the scrollbar handle */
}
.no-line-break {
  white-space: nowrap;
}
body {
  background-color: #ffd495;
  font-style: normal;
}
/* section {
  height: 100vh;
} */
section .title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-family: "Ubuntu", sans-serif;
}
section .title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 180px;
  height: 3px;
  background: #111;
  transform: translateX(-50%);
}
section .title::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-size: 20px;
  color: crimson;
  padding: 0 5px;
  background: #fff;
  transform: translateX(-50%);
}

/* ----------Navbar Section ------------- */
.navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 30px 0;
  font-family: "Ubuntu", sans-serif;
  transition: all 0.3s ease;
}
.navbar.sticky {
  padding: 15px;
  background: crimson;
}
.navbar .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .logo a {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
.navbar .logo a span {
  color: crimson;
  transition: all 0.3s ease;
}
.navbar.sticky .logo a span {
  color: #fff;
}
.navbar .menu li {
  list-style: none;
  display: inline-block;
}
.navbar .menu li a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  transition: color 0.3s ease;
}
.navbar .menu li a:hover {
  color: crimson;
}
.navbar.sticky .menu li a:hover {
  color: #fff;
}

/* menu btn styling */
.menu-btn {
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  display: none;
}

.navbar {
  padding: 10px;
  /* display: flex; */
  justify-content: space-between;
  background-color: #e97645;
  color: aliceblue;
}
.logo {
  /* background: url("./assets/AOL-LOGO.png") no-repeat; */
  background-size: 100px 50px;
  width: 20%;
}
.navbar-right {
  font-family: "Ubuntu", sans-serif;
  padding: 10px;
  margin-top: 10px;
  width: 30%;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  /* background-color: red; */
  display: flex;
  justify-items: center;
  justify-content: space-between;
}

/* --------------Home Section------------ */
.home-section {
  /* margin-top: 10%; */
  width: 100%;
  height: 100vh;
  padding-top: 10%;
  padding-left: 5%;
  display: block;
  background: url("./assets/gc-1-reworked2.png") no-repeat;
  background-size: 100% 100%; /* Cover the entire background */

  color: #e97645;
  min-height: 500px;
  font-family: "Ubuntu", sans-serif;
}
.home-content {
  height: 20%;
  /* background-color: red; */
  display: flex;
  flex-direction: column;
}
.bottom-content {
  align-self: flex-end;
}

.home-first-part {
  font-size: 40px;
  /* padding-top: 120px; */
}

.home-second-part {
  font-size: 30px;
  /* background-color: red; */
  /* font-weight: 900; */
}
.home-wisdom-series {
  font-size: 40px;
  font-weight: 900;
}

.btn {
  display: inline-block;
  cursor: pointer;
  background: orangered;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin-top: 20px;
  border-radius: 6px;
  border: 2px solid orangered;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
.btn:hover {
  transform: scale(1.05); /* Increases size on hover */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); /* Adds a shadow effect */
}

.home-third-part a {
  color: #ffff;
}
.wisdom-series {
  padding-top: 7%;
  font-family: "Gotham Narrow";
}
.wisdon {
  width: 100%;
  /* text-align: center; */
  /* margin-top: 20px; */
  /* height: 90vh; */
  font-size: 20px;
}

.wisdon-content {
  /* height: 50%; */
  /* color: #a3d000; */
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.paragraph2 {
  display: flex;
  /* justify-content: flex-end; */
  text-align: left;
}
.donate {
  width: 100%;
  margin-top: 25px;
  align-items: center;
}
.donate div a {
  font-weight: 900;
  text-decoration: none;
  color: black;
  cursor: pointer;
}
.paragraph-area {
  text-align: left;
  width: 70%;
  padding: 10px;
}
.venue-area {
  /* margin: 125px; */
  margin-top: 0px;
  padding: 10px;
  width: 40%;
  height: 20%;
  font-size: 15px;
  color: #7e3518;
  font-weight: 600;
  background-color: #ffbf61;
}

.wisdom-tabs {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}
.tabs {
  background: crimson;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin-top: 20px;
  border-radius: 6px;
  border: 2px solid crimson;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tabs a {
  color: #fff;
}

.mahasatsang {
  /* margin: 15px; */
  padding-top: 5%;

  /* margin-top: 2%px; */
  font-size: 25px;
}
.registration-content {
  font-family: "Footlight MT Pro", sans-serif;
  /* color: #a3d000; */
  padding: 7%;
  display: flex;
  justify-items: center;
  justify-content: space-around;
}
.card {
  margin-top: 20px;
  font-family: "Footlight MT Pro", sans-serif;
  padding: 3%;
  background-color: #ffbf61;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
/* Hover effect */
.card:hover {
  transform: scale(1.05); /* Increases size on hover */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); /* Adds a shadow effect */
  /* Add other styles for the hover effect */
}
.venue {
  margin: 25px;
  font-size: 20px;
}
.footer {
  width: 100%;
  padding: 1%;
  background-color: #ffbf61;
}
.contact {
  width: 100%;
  /* display: flex; */
  text-align: center;
  font-family: "Footlight MT Pro", sans-serif;
}
.contact-content {
  width: 100%;
}
.policy-area {
  width: 100%;
  /* margin-top: 40px; */
  font-family: "Footlight MT Pro", sans-serif;
}
.policy-area-content {
  /* padding: 1%; */
  width: 100%;
  text-align: left;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  /* font-weight: 900; */
}
.links1 {
  margin-left: 5px;
}
.links2 {
  margin-left: 25px;
}
.links3 {
  margin-right: 25px;
}

/* footer section styling */
footer {
  background: crimson;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
}
footer span a {
  color: crimson;
  text-decoration: none;
}
footer span a:hover {
  text-decoration: underline;
}

/* responsive media query start */
@media (max-width: 1104px) {
  .about .about-content .left img {
    height: 350px;
    width: 350px;
  }
}

@media (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }
}
@media (max-width: 947px) {
  .menu-btn {
    display: block;
    z-index: 999;
  }
  .menu-btn i.active:before {
    content: "\f00d";
  }
  .navbar .menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background: #111;
    text-align: center;
    padding-top: 80px;
    transition: all 0.3s ease;
  }
  .navbar .menu.active {
    left: 0;
  }
  .navbar .menu li {
    display: block;
  }
  .navbar .menu li a {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
  }
  .home-section {
    width: 100%;
    height: 100vh;
    padding-top: 20%;
    padding-left: 5%;
    display: block;
    background: url("./assets/gc-1-Phone.png") no-repeat center;
    /* background-size: auto; */
    color: #e97645;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    font-family: "Ubuntu", sans-serif;
  }
  .home-first-part {
    font-size: 25px;
    padding-top: 0px;
    /* padding-bottom: 10px; */
  }

  .home-second-part {
    width: 30%;
    font-size: 20px;
    font-weight: 900;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px;
    /* margin-top: 20px; */
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  .home-content {
    height: 50%;
    display: flex;
    flex-direction: column;
  }
  .max-width {
    max-width: 930px;
  }
  .wisdon {
    /* margin-top: 15px; */
    /* height: 90vh; */
    font-family: "Gotham Narrow", sans-serif;
    font-size: 15px;
  }
  .wisdon-content {
    /* height: 50%; */
    /* color: #a3d000; */
    margin-top: 20px;
    display: block;
  }
  .paragraph-area {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .paragraph2 {
    text-align: center;
  }
  .venue-area {
    width: 100%;
  }
  .registration-content {
    display: block;
  }
  .mahasatsang {
    font-family: "Gotham Narrow", sans-serif;
    font-size: 15px;
  }
  @media (max-width: 690px) {
    .max-width {
      padding: 0 23px;
    }
    .home-section {
      /* margin-top: 10%; */
      width: 100%;
      height: 100vh;
      padding-top: 10%;
      padding-left: 5%;
      display: block;
      background: url("./assets/gc-1-Phone.png") no-repeat;
      /* background-size: 100% 99%; */
      background-size: cover;
      background-position: center; /* Center the image */
      /* background-attachment: fixed;  */

      color: #e97645;
      /* min-height: 500px; */
      font-family: "Ubuntu", sans-serif;
    }
    .home-first-part {
      padding-top: 60px;
    }
    .home-content {
      height: 30%;
      /* background-color: red; */
      display: flex;
      flex-direction: column;
    }
    .home-wisdom-series {
      font-size: 20px;
      font-weight: 900;
    }
    .wisdom-tabs {
      margin-top: 10px;
      display: block;
      /* justify-content: space-around; */
    }
    .footer-hide {
      display: none;
    }
  }
  @media (max-width: 390px) {
    .home-section {
      /* margin-top: 10%; */
      width: 100%;
      height: 100vh;
      padding-top: 10%;
      padding-left: 5%;
      display: block;
      background: url("./assets/gc-1-Phone.png") no-repeat;
      /* background-size: 100% 100%; */
      background-size: cover;
      background-position: center; /* Center the image */

      color: #e97645;
      min-height: 500px;
      font-family: "Ubuntu", sans-serif;
    }
    .home-first-part {
      padding-top: 0px;
      font-size: 14px;
    }
    .home-second-part {
      font-size: 14px;
    }
    .home-content {
      font-size: 16;
      height: 25%;
      display: flex;
      flex-direction: column;
    }
    .policy-area-content {
      text-align: center;
      display: inline-block;
    }
    .links1 {
      margin-left: 0px;
    }
    .links2 {
      margin-left: 0px;
    }
    .links3 {
      margin-right: 0px;
    }
  }
}
