* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.main {
  max-width: 1800px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins-v21-latin/poppins-v21-latin-500.woff2);
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
body {
  min-height: 100vh;
}
header {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Roboto;
  font-weight: 400;
  background-color: #ecf0dc;
  background: transparent;
  padding: 18px 10%;
  transition: all 0.5s ease;
  overflow-x: clip;
}
.navbar {
  display: flex;
}
.navbar a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 0;
  margin: 0px 30px;
  transition: all 0.5s ease;
}
.navbar a:hover {
  color: #918e34;
}
.navbar a.active {
  color: #918e34;
}
.buttons {
  display: flex;
  gap: 1rem;
}

.btn2,
.btn3 {
  height: 37px;
  font-size: 17px;
  border-radius: 18px;
  padding: 1px 18px;
  color: #ffffff;
  background: transparent;
  border: 2px solid #b8c796;
  font-weight: 500;
  font-family: Roboto;
  transition: background-color 1.5s;
}
.btn1 {
  color: #fff;
  font-size: 1rem;
}
.btn2 .fa-solid {
  color: #fdff00;
  font-size: 1.25rem;
}
#menu-icon {
  font-size: 30px;
  color: #8e9134;
  cursor: pointer;
  z-index: 10001;
  display: none;
}

/* ------for smallscreen------ */
@media (max-width: 1280px) {
  header {
    padding: 0 2%;
    transition: 0.2s;
  }
  .navbar a {
    padding: 5px 0;
    margin: 0px 20px;
  }
}
@media (max-width: 1090px) {
  #menu-icon {
    display: block;
  }
  .navbar {
    position: absolute;
    top: 100%;
    right: 0;
    right: -100%;
    width: 120px;
    height: 20vh;
    background: hsl(0 0% 120%/0.1);
    backdrop-filter: blur(0.09rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 0 0 0 10px;
    transition: all 0.5s ease;
  }
  .navbar a {
    display: block;
    margin: 12px 0;
    padding: 0px 25px;
    transition: all 0.5s ease;
  }
  .navbar a:hover {
    color: var(--text-color);
    transform: translateY(5px);
  }
  .navbar a.active {
    color: var(--text-color);
  }
  .navbar.open {
    right: 0;
  }
}
@media (max-width: 550px) {
  .buttons {
    gap: 10px;
  }
  .btn1,
  .btn2,
  .btn3 {
    height: 32px;
    font-size: 15px;
    padding: 1px 15px;
  }
  .btn1 {
    display: none;
  }
  .btn2 {
    width: 160px;
  }
}
@media (max-width: 400px) {
  .buttons {
    gap: 8px;
  }
  .btn1,
  .btn2,
  .btn3 {
    height: 30px;
    font-size: 14px;
    border-radius: 0px;
    padding: 1px 9px;
  }
  .btn1 {
    display: none;
  }
  .btn2 {
    width: 130px;
  }
  .logo img {
    width: 80px;
  }
}

@media (max-width: 320px) {
  .buttons {
    gap: 7px;
  }
  .btn1,
  .btn2,
  .btn3 {
    font-size: 13px;
    padding: 1px 6px;
  }
  .btn2 {
    width: 120px;
  }
  .logo img {
    width: 70px;
  }
}

/* =============subscribe=========== */

@font-face {
  font-family: "Roboto", sans-serif;
  src: url("/assets/fonts/Roboto/Roboto-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans", sans-serif;
  src: url("/assets/fonts/Noto_Sans/NotoSans-VariableFont_wdth\,wght.ttf");
}
.subscribe {
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  font-size: 1rem;
  font-weight: 400;
  border-image: fill 0 linear-gradient(#0003, #000);
  place-content: center;
  background-image: url(../images/kashmir.jpg);
  background-size: cover;
  
}
.subscribe h1 {
  color: #4B2E2B;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  font-family: "Libertinus Sans", sans-serif;
  position: absolute;
  left: 42%;
  top: 145px;
}
.container {
  margin: 0px auto;
  width: 80%;
  padding: 8% 1% 50% 1%;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  align-items: center;
  color: hsl(234, 29%, 20%);
  font-family: "Libertinus Sans", sans-serif;
}
.plan {
  border: 2px solid #4a5632;
  /* border: 2px solid rgb(162, 203, 67); */
  padding: 50px 40px;
  line-height: 1.1;
  border-radius: 10px;
  height: 100%;
  box-shadow: inset 0px 2px 10px 1px #4a5632;
  color: #fff;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.05),
    rgba(165, 180, 159, 0.06)
  );
  backdrop-filter: blur(1px);
}
.plan h2 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.9rem;
}
p {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
}
p span {
  font-size: 2.75rem;
  font-weight: 450;
}
p.des {
  font-size: 0.85rem;
  font-weight: 540;
  font-family: "Noto Sans", sans-serif;
}
.advantages li {
  font-size: 0.87rem;
  line-height: 0.5;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.sub-btn {
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
}
.pln {
  background-color: #97a0117a;
  color: #fff;
  height: 50px;
  padding: 5px 30px;
  margin-top: 8%;
  font-size: 1rem;
  transition: background 0.5s;
  outline: none;
  border: none;
}
.pln:hover {
  background-color: #4a5632;
}
.plan li {
  padding-left: 40px;
  line-height: 2;
}
.plan ul {
  position: relative;
}

.plan li::before {
  content: "✔";
  color: #fff;
  display: flex;
  position: absolute;
  left: 2.7em;
  background-color: green;
  width: 21px;
  height: 21px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 5px;
}
@media (max-width: 1250px) {
  .subscribe h1 {
    left: 38%;
  }
}
@media (max-width: 1150px) {
  .subscribe h1 {
    top: 120px;
  }
}
@media (max-width: 1022px) {
  .plan {
    backdrop-filter: blur(5px);
  }
  .subscribe{
    height: 100%;
  }
}
@media (max-width: 950px) {
  .subscribe h1 {
    top: 100px;
    left: 35%;
  }
}
@media (max-width: 850px) {
  .subscribe h1 {
    left: 33%;
  }
}
@media (max-width: 700px) {
  .subscribe h1 {
    left: 30%;
  }
}
@media (max-width: 600px) {
  .subscribe h1 {
    left: 27%;
    font-size: 1.8rem;
  }
}
@media (max-width: 450px) {
  .subscribe h1 {
    left: 24%;
    font-size: 1.7rem;
  }
}
@media (max-width: 380px) {
  .subscribe h1 {
    left: 18%;
    top: 90px;
    font-size: 1.7rem;
  }
}
@media (max-width: 360px){
  .pln{
    font-size: 0.78rem;
  }
}

/* =============video gallery=========== */
.port {
  background: #f9f6f1;
  font-family: "Poppins";
}
.heading {
  color: #444;
  font-size: 40px;
  font-family: "Libertinus Sans", sans-serif;
  text-align: center;
  padding: 10px;

}
.container3 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  align-items: flex-start;
  padding: 5px 5%;
  font-family: "Roboto", sans-serif;
}
.container3 .main-video {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.container3 .main-video video {
  width: 100%;
  border-radius: 5px;
}
.container3 .main-video .title {
  color: #333;
  font-size: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.container3 .video-list {
  background: #fff;
  border-radius: 5px;
  height: 520px;
  margin-bottom: 10px;
  overflow-y: scroll;
}
.container3 .video-list::-webkit-scrollbar {
  width: 7px;
}
.container3 .video-list::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 50px;
}
.container3 .video-list::-webkit-scrollbar-track {
  background: #666;
  border-radius: 50px;
}
.container3 .video-list .vid video {
  width: 100px;
  border-radius: 5px;
}
.container3 .video-list .vid {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f7f7f7;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.container3 .video-list .vid:hover {
  background: #eee;
}
.container3 .video-list .vid.active {
  background: #2980b9;
}
.container3 .video-list .vid.active .title {
  color: #fff;
}
.container3 .video-list .vid .title {
  color: #333;
  font-size: 17px;
}
@media (max-width: 991px) {
  .container3 {
    grid-template-columns: 1fr;
  }
}
/* ==================FOOTER==================== */

      
.footer {
  background-image: url(../images/footer3.jpg);
  font-family: "Libertinus Sans", sans-serif;
}
.container2 {
  padding: 0 125px;
  color: white;
}
.row-ar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.row-ar h3 {
  color: #d4b483;
}
.face {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.face img {
  width: 150px;
}
.face p {
  margin: 0;
  font-size: 16px;
}
ul li {
  margin-left: 20px;
}
.footer ul li {
  color: white;
}
.footer2 ul {
  list-style: none;
}
.footer2 ul li:hover {
  color: #8e9134;
  cursor: pointer;
}
.footer3 ul a{
  list-style: none;
  color: white;
}
.footer3 ul i {
  color: #7dae92;
  font-size: 17px;
}
.fa-square-facebook:focus {
  outline: none;
}
.footer3 ul a:hover,
.footer3 ul i:hover {
  color: #8e9134;
  cursor: pointer;
}
.footer4 ul {
  list-style: none;
  position: relative;
}
.ads {
  text-align: justify;
}
.footer4 .ads::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  font-size: 1.1em;
  color: #7dae92;
  position: absolute;
  left: 3px;
}
.footer4 .number::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  font-size: 1em;
  color: #7dae92;
  position: absolute;
  left: 0px;
  top: 100px;
}
.footer4 .mail::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  font-size: 1em;
  color: #7dae92;
  position: absolute;
  left: 0px;
  top: 125px;
}

.footer5 img {
  height: 150px;
}
.footer1,
.footer2,
.footer3,
.footer4,
.footer5 {
  padding-top: 50px;
}
.copyright {
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 1462px) {
  .footer4 .number::before {
    top: 124px;
  }
  .footer4 .mail::before {
    top: 148px;
  }
}
@media (max-width: 1294px) {
  .footer4 .number::before {
    top: 148px;
  }
  .footer4 .mail::before {
    top: 172px;
  }
}
@media (max-width: 1103px) {
  .footer4 .number::before {
    top: 172px;
  }
  .footer4 .mail::before {
    top: 196px;
  }
}
@media (max-width: 1073px) {
  .footer4 .number::before {
    top: 196px;
  }
  .footer4 .mail::before {
    top: 220px;
  }
}
@media (max-width: 1060px) {
  .row-ar {
    grid-template-columns: repeat(2, 1fr);
    align-content: center;
    justify-content: center;
  }
  .footer2 {
    grid-row: 2;
  }
  .footer4 {
    grid-row: 1;
    grid-column: 2;
    margin-top: 50px;
  }
  .footer4 .number::before {
    top: 76px;
  }
  .footer4 .mail::before {
    top: 100px;
  }
}
@media (max-width: 1037px) {
  .footer4 .number::before {
    top: 100px;
  }
  .footer4 .mail::before {
    top: 124px;
  }
}
@media (max-width: 850px) {
  .footer4 .number::before {
    top: 124px;
  }
  .footer4 .mail::before {
    top: 148px;
  }
}
@media (max-width: 768px) {
  .footer4 .number::before {
    top: 148px;
  }
  .footer4 .mail::before {
    top: 172px;
  }
}
@media (max-width: 671px) {
  .footer4 .number::before {
    top: 172px;
  }
  .footer4 .mail::before {
    top: 196px;
  }
}
@media (max-width: 616px) {
  .footer4 .number::before {
    top: 196px;
  }
  .footer4 .mail::before {
    top: 220px;
  }
}
@media (max-width: 600px) {
  .container2 {
    width: 80%;
    padding: 0;
    margin: 0 auto;
  }
  .row-ar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer4 .number::before {
    top: 80px;
  }
  .footer4 .mail::before {
    top: 100px;
  }
  .footer1,
  .footer2,
  .footer3,
  .footer4,
  .footer5 {
    padding-top: 0px;
  }
  .face {
    align-items: center;
  }
}
@media (max-width: 485px) {
  .footer4 .number::before {
    top: 100px;
  }
  .footer4 .mail::before {
    top: 124px;
  }
}
@media (max-width: 369px) {
  .footer4 .number::before {
    top: 124px;
  }
  .footer4 .mail::before {
    top: 148px;
  }
}

.buttons a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  background: #6b8e23;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.buttons a span:hover {
  border-radius: 50%;
}
.buttons button:hover {
  background-color: #2e2e2e;
}