@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Karma:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*****************************************************/
/*****************   Typography   ********************/
/*****************************************************/

* {
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #111111;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #111111;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%
}

button {
  border: none;
}

button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.section-padding {
  padding: 80px 0px;
}


/*****************************************************/
/******************   Header Area   ******************/
/*****************************************************/

.header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .container {
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0;
}

.header-logo a img {
  height: 63px;
}

.header-area nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-area nav ul li a {
  text-transform: uppercase;
  transition: 0.3s;
}

.header-area nav ul li a.active {
  font-weight: 700;
}

.header-area nav ul li a:hover {
  color: #AD9A6D;
}

.header-account-area ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-account-area ul li a img {
  height: 22px;
}

.menu-trigger {
  display: none;
}

/*****************************************************/
/****************  Homepage  ****************/
/*****************************************************/

.banner-area {
  padding: 90px 0;
}

.banner-content-area h2 {
  font-family: "Karma", serif;
  font-size: 75px;
  line-height: 85px;
}

.banner-content-area p {
  color: #585858;
  line-height: 32px;
  margin-top: 20px;
  max-width: 620px;
}

.banner-image-area {
  text-align: center;
}

.banner-image-area img {
  width: 390px;
}

.museum-info-area .container {
  width: 65%;
}

.single-museum-info-item {
  background: #111111;
  color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.single-museum-info-item h2 {
  font-size: 26px;
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.single-museum-info-item ul {
  padding: 20px 0;
}

.single-museum-info-item ul li p {
  color: #A0A0A0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.single-museum-info-item a {
  background: #FFF;
  padding: 9px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.3s;
}

.single-museum-info-item a:hover {
  background: #AD9A6D;
  color: #FFF;
}

/* What's Happening */

.whats-happening-area .container {
  background: #F9F5ED;
}

.whats-happening-area .container {
  background: #F9F5ED;
  padding-top: 145px;
  margin-top: -50px;
}

.whats-happening-image {
  position: relative;
  margin-left: -25px;
}

.whats-happening-image img {
  height: 650px;
  width: 88%;
  object-fit: cover;
  margin-bottom: -65px;
}

.whats-happening-image p {
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  text-transform: uppercase;
  position: absolute;
  top: 15%;
  right: 45px;
  color: #A9A7A1;
}

.whats-happening-content {
  padding-right: 50px;
}

.whats-happening-content h4 {
  font-size: 14px;
  color: #85837F;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.whats-happening-content h4:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 15px;
  height: 1px;
  width: 30px;
  background-color: #111111;
}

.whats-happening-content h2 {
  font-size: 48px;
  line-height: 67px;
  font-weight: 400;
}

.whats-happening-content span {
  color: #575553;
  font-weight: 500;
  margin: 14px 0 20px;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
}

.whats-happening-content p {
  color: #AD9A6D;
  font-size: 27px;
  line-height: 42px;
  margin-right: 85px;
}

.whats-happening-content a {
  background: #111111;
  color: #FFF;
  padding: 14px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 30px;
}

.whats-happening-bottom {
  padding: 190px 0 100px;
}

.whats-happening-bottom h2 {
  font-size: 52px;
  line-height: 75px;
  font-family: "Karma", serif;
  font-weight: 400;
  text-align: center;
  padding: 0px 25px;
  position: relative;
}

.whats-happening-bottom h2::after {
  content: "";
  position: absolute;
  top: 36%;
  left: -30px;
  height: 1px;
  width: 30px;
  background-color: #111111;
}

/* Statue Section */

.statue-area {
  margin-top: 100px;
}

.statue-area .container {
  background: #F9F5ED;
}

.statue-content-area {
  padding: 75px 10px 10px;
}

.statue-content-area h4 {
  font-size: 14px;
  color: #85837F;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.statue-content-area h4::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 15px;
  height: 1px;
  width: 30px;
  background-color: #111111;
}

.statue-content-area h2 {
  font-size: 50px;
  line-height: 65px;
  font-family: "Karma", serif;
  font-weight: 400;
  margin: 20px 0;
}

.statue-content-area p {
  color: #575553;
  line-height: 35px;
  margin-bottom: 50px;
}

.statue-image-area {
  text-align: right;
}

.statue-image-area img {
  width: 500px;
  margin-top: -107px;
  margin-right: -35px;
}

/* Logo Area */

.logo-area {
  padding: 50px 0;
}

.logo-area .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-area img {
  width: 150px;
}

/* Review Area */

.review-area {
  padding: 100px 0 20px;
}

.review-area .container>h2 {
  font-size: 45px;
  line-height: 55px;
  font-family: "Karma", serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.review-slider .owl-stage-outer {
  padding: 10px;
}

.review-top {
  background: #FFF;
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 10px;
  padding: 50px 25px;
  position: relative;
  margin-right: 18px;
}

/* .arrow {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/shape.png);
    background: #DDD;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    box-shadow: 0px 0px 10px #000;
  } */

.review-top p {
  color: #696969;
  font-size: 16px;
  line-height: 22px;
}

.review-top ul {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}

.review-user {
  margin-top: 30px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-user img {
  width: 65px !important;
}

.review-user-info h2 {
  font-size: 25px;
  line-height: 35px;
  font-family: "Karma", serif;
}

.review-user-info p {
  font-weight: 500;
  color: #696969;
}

.review-slider .owl-nav {
  text-align: center;
  margin-top: 40px;
}

.review-slider .owl-nav img {
  width: 40px;
  margin: 0px 10px;
}

/****** Footer Area ********/

.newsletter-area {
  border: 1px solid #E7E7E7;
  padding: 100px 0;
}

.newsletter-content h4 {
  font-size: 11px;
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

.newsletter-content h2 {
  font-size: 29px;
  font-weight: 400;
  line-height: 45px;
  max-width: 95%;
  margin-top: 20px;
}

.newsletter-form {
  text-align: right;
}

.newsletter-form-group input {
  border: 1px solid #DBDBDB;
  outline: none;
  padding: 15px;
  width: 50%;
}

.newsletter-form-group button {
  background: #111111;
  color: #FFF;
  padding: 16px 25px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.newsletter-form-group button:hover {
  background: #AD9A6D;
}

.newsletter-form form>label {
  margin-top: 20px;
  width: 68.5%;
  text-align: left;
  font-weight: 500;
}

.footer-ig-area {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.footer-ig-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-footer-area {
  background: #111111;
  color: #FFF;
}

.footer-top-menu {
  padding: 70px 0;
}

.footer-top-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
}

.footer-top-menu ul li {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.footer-top-menu ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #292929;
}

.footer-top-menu ul li:last-child:after {
  display: none;
}

.footer-top-menu ul li a {
  color: #FFF;
  text-transform: uppercase;
  transition: 0.3s;
}

.footer-top-menu ul li a:hover {
  color: #A0A0A0;
}

.main-footer-area .row {
  padding: 100px 0;
  border-top: 1px solid #292929;
}

.footer-column-1 a {
  font-size: 32px;
  line-height: 45px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-column-1 p {
  color: #A0A0A0;
  font-weight: 500;
  line-height: 30px;
  margin-top: 30px;
}

.footer-item h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 40px;
}

.footer-item ul li {
  margin-bottom: 20px;
}

.footer-item ul li a {
  color: #B8B8B8;
  transition: 0.3s;
  position: relative;
  padding-left: 35px;
}

.footer-item ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 18px;
  width: 18px;
  background-image: url(../images/chevron-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer-item ul li a:hover {
  color: #FFF;
}

.footer-column-4 p {
  color: #A0A0A0;
  line-height: 28px;
}

.footer-column-4 p:last-child {
  color: #FFF;
  margin-top: 40px;
}

.copyright-area {
  background: #111;
  border-top: 1px solid #292929;
  padding: 40px 0;
}

.copyright-area .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-area p {
  color: #A0A0A0;
}

/*****************************************************/
/******************   About Page  ********************/
/*****************************************************/

.page-intro-area {
  background: #F9F5ED;
  padding: 125px 0 75px;
}

.page-intro-area h2 {
  font-size: 80px;
  line-height: 90px;
  font-family: "Karma", serif;
  max-width: 53%;
}

.page-intro-area p {
  color: #575553;
  max-width: 50%;
  line-height: 28px;
}

.about-us-intro {
  background: #000000;
}

.about-us-intro h2 {
  color: #AD9A6D;
  padding: 120px 0;
  text-align: center;
  font-size: 32px;
  line-height: 65px;
  font-family: "Karma", serif;
  font-weight: 400;
}

.about-us-content-area {
  padding: 70px 0px 30px 0px;
}

.single-about-us-content {
  margin: 0px 85px 60px 0px;
}

.single-about-us-content a:nth-child(2) {
  margin: 70px 0px 30px 00px;
}

.single-about-us-content a h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  font-family: "Karma", serif;
  transition: 0.3s;
}

.single-about-us-content a h2:hover {
  color: #AD9A6D;
}

.single-about-us-content p {
  color: #585858;
  line-height: 30px;
}

.single-about-us-content ul {
  padding: 0px 0px 0px 25px;
}

.single-about-us-content ul li {
  line-height: 30px;
  list-style: disc;
  color: #585858;

}

/* Post War */

.post-war-area {
  position: relative;
  background-image: url(../images/post-war.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 45rem;
}

.post-war-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000ba;
  color: #FFF;
  padding: 50px;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.post-war-area:hover .post-war-overlay {
  opacity: 1;
  visibility: visible;
}

.post-war-overlay h2 {
  font-family: "Karma", serif;
  color: #AD9A6D;
  font-size: 45px;
}

.post-war-description {
  width: 75%;
}

.post-war-description p {
  color: #BAB9B6;
  font-size: 16px;
  line-height: 26px;
  margin: 25px 0;
}

.about-us-faq-content {
  padding: 70px 0px 80px;
}

.about-us-faq-image {
  margin: 0px 50px 0px 0px;
}

.single-about-us-faq-content {
  padding-bottom: 30px;
}

.single-about-us-faq-content h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #AD9A6D;
  font-family: "Karma", serif;
  color: #585858;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.single-about-us-faq-content h2 img {
  height: 10px;
  transition: 0.3s;
}

.single-about-us-faq-content.active h2 img {
  transform: rotate(180deg);
}

.single-about-us-faq-content.active p {
  display: none;
}

.single-about-us-faq-content p {
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0px 0px;
  color: #585858;
}

.about-us-facilities-content {
  padding: 0px 0px 30px;
  text-align: center;
}

.single-about-us-facilities-content {
  border: 2px solid #111111;
  padding: 30px 20px;
  border-radius: 5px;
  height: 100%;
}

.single-about-us-facilities-content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  font-family: "Karma", serif;
}

.single-about-us-facilities-content p {
  font-size: 17px;
  line-height: 24px;
  color: #696969;
  padding: 30px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.single-about-us-facilities-content:hover {
  background-color: #111111;
  transition-duration: 0.5s;
  box-shadow: 0 4px 28px 0 rgba(168, 113, 46, 0.397), 0px 0px 30px 10px rgba(144, 109, 22, 0.19);

}

.single-about-us-facilities-content:hover h2 {
  color: #AD9A6D;

}


/*****************************************************/
/***************** Regiments Page   *******************/
/*****************************************************/

.regiment-gallary {
  padding: 100px 0px 50px 0px;
}

.single-regiment-image {
  position: relative;
}

.single-regiment-image:hover .regiment-overlay {
  opacity: 1;
  visibility: visible;
}

.regiment-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000ba;
  color: #FFF;
  padding: 50px;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.regiment-overlay h2 {
  color: #AD9A6D;
  font-size: 40px;
  line-height: 50px;
  font-family: "Karma", serif;
}

.regiment-overlay p {
  color: #BAB9B6;
  font-size: 16px;
  line-height: 26px;
}

/*****************************************************/
/***************** Schools Page   *******************/
/*****************************************************/

.education-area {
  padding: 100px 0px;
}

.education-content-area .row {
  margin-bottom: 45px;
}

.education-content-area .row:last-child {
  margin-bottom: 0;
}

.single-education-content {
  padding-left: 50px;
}

.single-education-top-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.single-education-top-content span {
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
}

.single-education-top-content span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 15px;
  height: 1px;
  width: 30px;
  background-color: #111111;
}

.single-education-content h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Karma", serif;
  padding: 20px 0px 10px;
}

.single-education-content p {
  color: #585858;
}

.single-education-content ul {
  padding: 0px 0px 0px 23px;
}

.single-education-content ul li {
  font-size: 14px;
  color: #585858;
  line-height: 26px;
  list-style: disc;
}

.request-area {
  background-color: #111111;
  padding: 80px 0px;
}

.single-request-content h2 {
  font-size: 50px;
  color: #AD9A6D;
  line-height: 60px;
  font-weight: 400;
  font-family: "Karma", serif;
}

.single-request-content p {
  color: #B8B8B8;
  max-width: 80%;
  padding: 20px 0px 0px 0px;
}

.single-request-content {
  position: relative;
  padding: 70px 0px 0px 0px;
}

.single-request-content img {
  width: 60%;
}

.form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 26px;
}

.request-form form input[type="email"],
.request-form form input[type="text"],
.request-form form textarea {
  font-size: 14px;
  font-weight: 600;
  color: #CCC9C9;
  border: 1px solid #696969;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 28px;
  border-radius: 6px;
  background-color: black;
}


.request-form form input[type="email"]:focus,
.request-form form input[type="text"]:focus,
.request-form form textarea:focus {
  outline: none;
}

.request-form form input[type="email"]::placeholder,
.request-form form input[type="text"]::placeholder,
.request-form form textarea::placeholder {
  opacity: 1;
}

.request-form form textarea {
  height: 176px;
  resize: none;
  margin-bottom: 0;
}

.request-form form input[type="submit"] {
  margin-top: 20px;
  cursor: pointer;
  border: none;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0px 3px 27px #9b9b9bbd;
  transition: 0.3s;
}

.request-form form input[type="submit"]:hover {
  background: #AD9A6D;
  color: #FFF;
}

/*****************************************************/
/***************** News Page   *******************/
/*****************************************************/

.news-area {
  padding: 60px 0px 0px 0px;
}

.news-title span {
  font-size: 11px;
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-left: 50px;
}

.news-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 15px;
  height: 1px;
  width: 30px;
  background-color: #FFF;
}

.news-title h2 {
  font-size: 46px;
  font-weight: 400;
  padding: 25px 0px 70px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.news-title h2 a {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s;
}

.news-title h2 a:hover {
  color: #AD9A6D;
}

.news-title h2 a img {
  height: 10px;
  margin-left: 15px;
}

.single-news-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 70px;
}

.single-news-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.single-news-container span {
  font-size: 11px;
  color: #AD9A6D;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.single-news-container a {
  font-size: 20px;
  margin: 20px 0px 30px 0px;
  text-decoration: underline;
  max-width: 90%;
  line-height: 32px;
  font-weight: 400;
  transition: 0.3s;
}

.single-news-container a:hover {
  color: #AD9A6D;
}

.single-news-container p {
  font-size: 14px;
  color: #707070;
}

/* Dark Version */

.dark-version {
  background: #111111;
  color: #fff;
}

.dark-version .news-title-top-content span:after {
  background: #FFF;
}

.dark-version .single-news-container a {
  color: #FFF;
  transition: 0.3s;
}

.dark-version .single-news-container a:hover {
  color: #AD9A6D;
}

.dark-version .single-news-container p {
  color: #A0A0A0;
}

/*****************************************************/
/***************** Donate Page   *******************/
/*****************************************************/

.donate-content {
  padding: 100px 0px 40px;
}

.donate-left-image img {
  width: 50%;
}

.donate-left-image {
  margin: 0 auto;
  text-align: center;
}

.donate-form-area {
  padding: 50px 0px 20px;
}

.donate-form-area form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.donate-form-area input[type="submit"] {
  cursor: pointer;
  border: none;
  padding: 18px 30px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s;
}

.donate-form-area input[type="submit"]:hover {
  background-color: #AD9A6D;
  color: #FFF;
}

.donate-form-area input[type="text"] {
  font-weight: 500;
  border: 1px solid #DBDBDB;
  padding: 17px 28px;
  font-size: 15px;
  font-weight: 600;
  font-size: 22px;
  padding: 14px 20px;
  color: #000;
  border-radius: 3px;
}

.donate-form-area input[type="text"]:focus,
.donate-form-area input[type="submit"]:focus {
  outline: none;
}

.donate-form-area input[type="text"]::placeholder,
.donate-form-area input[type="submit"]::placeholder {
  opacity: 1;
}

.donate-social-icons-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.donate-social-icons-area ul li img {
  height: 20px;
}

.donation-right-content {
  padding: 0 0 0 55px;
}

.single-donation-right-content:first-child {
  margin-bottom: 40px;
}

.donation-right-content h2 {
  font-size: 49px;
  font-weight: 400;
  font-family: 'karma', serif;
}

.donation-right-content p {
  padding-top: 20px;
  color: #585858;
}

.donation-right-content p a {
  text-decoration: underline;
  color: #595959;
}

.support-us-content {
  background-color: #111;
  color: #fff;
  padding: 100px 0px;
  text-align: center;
}

.support-us-title h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: 'karma', serif;
  color: #AD9A6D;
  margin-bottom: 50px;
}


.single-support-us-content h3 {
  font-size: 35px;
  font-weight: 600;
}

.single-support-us-content h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: 'karma', serif;
}

.single-support-us-content {
  border: 2px solid #fff;
  padding: 40px;
  font-family: 'Montserrat', serif;
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-support-us-content p {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Montserrat', serif;
  padding: 30px 0px;
  color: #696969;
  width: 68%;
  margin: 0 auto;
}

.single-support-us-content a {
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px;
  letter-spacing: 2px;
  transition: 0.3s;
}

.single-support-us-content a:hover {
  background: #AD9A6D;
  color: #FFF;
}

.membership-content {
  padding: 100px 0px;
  text-align: center;
}

.membership-content .row {
  justify-content: center;
}

.membership-title {
  padding-bottom: 30px;
}

.membership-title h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: 'karma', serif;
}

.membership-title p {
  color: #585858;
}

.single-membership-content {
  border: 2px solid #111;
  border-radius: 4px;
  padding: 40px 30px;
}

.single-membership-content h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: 'karma', serif;
}

.single-membership-content p {
  font-size: 18px;
  padding: 40px 0px;
  color: #696969;
  font-family: "Montserrat", sans-serif;
}

.single-memdership-button a {
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  transition: 0.3s;
  font-weight: 600;
}

.single-memdership-button a:hover {
  background-color: #AD9A6D;
  color: #FFF;
}


/*****************************************************/
/******************* Shop Page   *********************/
/*****************************************************/

.shop-content-area {
  padding: 70px 0;
}

.shop-category {
  background: #F9F5ED;
  padding: 30px;
}

.shop-category h2 {
  font-size: 25px;
  line-height: 40px;
  font-family: "Karma", serif;
  margin-bottom: 10px;
}

.shop-category ul {
  padding-left: 15px;
}

.shop-category ul li {
  list-style: disc;
}

.shop-category ul li a {
  color: #575553;
  border-bottom: 2px solid #575553;
}

.search-form {
  margin-bottom: 40px;
}

.search-form input {
  border: 1px solid #E6E6E6;
  width: 100%;
  padding: 10px 20px;
  outline: none;
}

.single-product-item {
  text-align: center;
}

.single-product-item h2 {
  font-size: 18px;
  line-height: 26px;
  font-family: "Karma", serif;
  margin: 20px 0 15px;
  transition: 0.3s;
}

.single-product-item h2:hover {
  color: #AD9A6D;
}

.single-product-item h4 {
  font-size: 18px;
}

.product-pagination {
  margin-top: 50px;
}

.product-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.product-pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.3s;
  color: #9999A7;
}

.product-pagination ul li a.active,
.product-pagination ul li a:hover {
  background: #DDE2E5;
  color: #484F61;
  font-weight: 700;
}

.product-pagination ul li a img {
  height: 12px;
  opacity: 0.7;
}

.product-pagination ul li a:hover img {
  opacity: 1;
}

/*****************************************************/
/******************* Product Page ********************/
/*****************************************************/

.main-product-area {
  padding: 70px 0;
}

.product-gallery {
  display: flex;
  align-items: center;
  gap: 50px;
}

.product-thumb ul li {
  margin-bottom: 10px;
}

.product-thumb ul li:last-child {
  margin-bottom: 0;
}

.product-thumb ul li a {
  padding: 10px 5px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumb ul li a img {
  height: 50px;
}

.product-thumb ul li a.active,
.product-thumb ul li a:hover {
  border: 2px solid #01080D;
}

.product-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Karma", serif;
  color: #000;
}

.product-price {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.product-price h2 {
  font-size: 25px;
  line-height: 35px;
  font-family: "Karma", serif;
  margin-right: 10px;
}

.product-price p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Karma", serif;
  color: #666666;
  text-decoration: line-through;
}

.product-price span {
  background-color: #DA3F3F;
  color: #FFF;
  padding: 2px 15px;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 26px;
  font-size: 14px;
}

.product-offer-countdown {
  background: #FDEFEE;
  border: 1px solid #F8CCCC;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px 10px;
}

.product-offer-countdown h2 {
  color: #FF706B;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Karma", serif;
}

.countdown span {
  color: #FF706B;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Karma", serif;
  padding: 0px 7px;
}

.product-size {
  margin-top: 30px;
}

.product-size h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Karma", serif;
}

.product-size ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.product-size ul li a {
  width: 45px;
  height: 45px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  transition: 0.3s;
}

.product-size ul li a.active,
.product-size ul li a:hover {
  background: #000;
  color: #FFF;
  border-color: #000;
}

.product-color {
  margin-top: 30px;
}

.product-color h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Karma", serif;
}

.product-color ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.product-color ul li button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.product-color ul li button.active {
  border: 1px solid #000;
  padding: 5px;
  background-clip: content-box;
  box-sizing: border-box;
}

.product-buy-area {
  margin-top: 30px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.product-buy-area>h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Karma", serif;
}

.product-quantity-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.product-quantity {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  width: 25%;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-quantity button {
  background: transparent;
  font-size: 30px;
}

.product-quantity span {
  font-size: 18px;
}

.add-to-cart-btn {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Karma", serif;
  background: transparent;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 9px 10px 5px;
  width: 75%;
  transition: 0.3s;
}

.add-to-cart-btn:hover {
  background: #000;
  color: #FFF;
}

.product-description-area h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Karma", serif;
  font-weight: 700;
}

.product-description-area>h2 {
  margin-bottom: 20px;
}

.product-description-area ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.product-description-area ul li img {
  width: 25px;
}

.product-description-area ul li p {
  color: #000;
}

.guarantee-area {
  background: #F8F8F8;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  margin-top: 30px;
}

.guarantee-area img {
  height: 25px;
}

.guarantee-area h2 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Karma", serif;
  font-weight: 600;
  margin-top: 15px;
}

.see-more-products-area {
  padding: 70px 0;
}

.see-more-products-area .container>h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Karma", serif;
  margin-bottom: 50px;
  font-weight: 400;
}

.see-more-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}


/*****************************************************/
/********************* Cart Page *********************/
/*****************************************************/

.cart-area {
  padding: 70px 0;
}

.cart-area table {
  width: 100%;
}

.cart-area table thead tr {
  border-bottom: 1px solid #9C9C9C;
}

.cart-area table thead tr th {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Karma", serif;
  font-weight: 400;
}

.cart-area table thead tr th:nth-child(1) {
  width: 35%;
}

.cart-area table thead tr th:nth-child(2) {
  width: 25%;
}

.cart-area table thead tr th:nth-child(3) {
  width: 35%;
}

.cart-area table thead tr th:nth-child(4) {
  width: 10%;
}

.cart-area table tbody tr {
  border-bottom: 1px solid #9C9C9C;
}

.cart-area table tbody tr td {
  padding: 40px 0;
}

.product-info {
  display: flex;
  gap: 15px;
}

.product-info img {
  height: 168px;
}

.product-details a {
  font-size: 20px;
  line-height: 30px;
  font-family: "Karma", serif;
  font-weight: 400;
}

.product-details p {
  color: #8A8A8A;
  padding: 10px 0;
}

.product-details button {
  background: transparent;
  color: #8A8A8A;
  border-bottom: 1px solid #8A8A8A;
}

.cart-product-price p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Karma", serif;
  font-weight: 400;
}

.cart-quantity {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  width: 90px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-quantity button {
  background: transparent;
  font-size: 22px;
}

.cart-quantity span {
  color: #8A8A8A;
  font-size: 18px;
}

.cart-amount-area {
  margin-top: 30px;
}

.cart-amount-content {
  max-width: 50%;
  margin-left: auto;
}

.cart-amount-content form {
  border-bottom: 1px solid #9C9C9C;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.cart-amount-content form input {
  border: 1px solid #DBDBDB;
  padding: 10px 20px;
  outline: none;
  width: 60%;
}

.cart-amount-content form button {
  background: #111111;
  color: #FFF;
  padding: 11px 25px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cart-subtotal-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-subtotal-area h2 {
  font-size: 22px;
  line-height: 30px;
  font-family: "Karma", serif;
  font-weight: 400;
  color: #000;
}

.cart-amount-content>button {
  background: #000;
  color: #FFF;
  width: 100%;
  margin-top: 20px;
  padding: 13px;
  border-radius: 10px;
}

/*****************************************************/
/******************* Checkout Page *******************/
/*****************************************************/

.main-checkout-area>h2 {
  font-size: 40px;
  line-height: 60px;
  font-family: "Karma", serif;
  font-weight: 400;
  text-align: center;
  color: #000000;
  border-bottom: 1px solid #9C9C9C;
  margin-top: 50px;
  padding-bottom: 20px;
}

.checkout-form-area {
  padding: 70px 0;
}

.single-form {
  margin-bottom: 50px;
}

.single-form h2 {
  font-size: 40px;
  line-height: 60px;
  font-family: "Karma", serif;
  font-weight: 400;
  color: #484848;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.single-form h2 p {
  font-size: 16px;
  line-height: 26px;
  font-family: inter;
}

.single-form h2 p a {
  color: #1456FF;
}

.single-form form input {
  border: 1px solid #8A8A8A;
  width: 100%;
  padding: 12px 20px;
  color: #8A8A8A;
  outline: none;
  margin-bottom: 15px;
}

.single-form form select {
  border: 1px solid #8A8A8A;
  width: 100%;
  padding: 12px 20px;
  color: #8A8A8A;
  outline: none;
  margin-bottom: 15px;
  background: #FFF;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 98%;
  appearance: none;
}

.single-form .fake-form input,
.single-form .fake-form select {
  border: 1px solid #8A8A8A;
  width: 100%;
  padding: 12px 20px;
  color: #8A8A8A;
  outline: none;
  margin-bottom: 15px;
}

.single-form .fake-form select {
  background: #FFF;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 98%;
  appearance: none;
}


.form-input-group {
  display: flex;
  gap: 15px;
}

.checkout-checkbox {
  display: flex;
  align-items: center;
  color: #8A8A8A;
  cursor: pointer;
  font-size: 14px;
}

.checkout-checkbox input {
  display: none;
}

.custom-box {
  width: 25px;
  height: 25px;
  border: 3px solid #000000;
  margin-right: 10px;
  position: relative;
}

.checkout-checkbox input:checked+.custom-box::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 6px;
  width: 8px;
  height: 14px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.payment-form form {
  background: #F5F5F5;
  text-align: center;
  position: relative;
}

.payment-form form::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 45px;
  width: 50px;
  height: 30px;
  background: url(../images/donate-image-4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.payment-form form input,
.payment-form form .form-input-group {
  width: 94%;
  margin: 0px auto 15px;
  border-radius: 4px;
}

.payment-form form .form-input-group {
  margin-bottom: 0;
}

.payment-form form .checkout-checkbox {
  padding-left: 20px;
  padding-bottom: 30px;
}

.checkout-form-area button {
  background: #000;
  color: #FFF;
  width: 100%;
  margin-top: 20px;
  padding: 13px;
  border-radius: 10px;
}

.checkout-item-area {
  background: #F5F5F5;
  padding: 50px 60px;
}

.checkout-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.checkout-cart-item img {
  width: 137px;
  object-fit: cover;
}

.checkout-cart-item .image-wrapper {
  position: relative;
}

.checkout-cart-item .image-wrapper .badge {
  width: 20px;
  height: 20px;
  background: #FF0606;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  right: -10px;
}

.details h4 {
  font-size: 18px;
  line-height: 25px;
  font-family: "Karma", serif;
  font-weight: 600;
}

.discount {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.discount input {
  width: 75%;
  padding: 15px;
  border: none;
  outline: none;
}

.discount button {
  background: #000;
  color: #FFF;
  padding: 13px;
  border-radius: 10px;
  width: 25%;
}

.summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.summary div:last-child {
  margin-bottom: 0
}

.summary div span {
  color: #484848;
}

.total span:last-child {
  color: #000;
}

.page-intro-area.regiments-details-intro h2 {
  max-width: 75%;
}

/*****************************************************/
/***************** Regiments Details *****************/
/*****************************************************/

.regiments-details-intro h2 {
  max-width: 75%;
}

.regiments-details-intro p {
  max-width: 64%;
}

.regiments-details-area {
  padding: 70px 0;
}

.single-regiments-content img {
  float: left;
  margin: 0 15px 0 0;
  width: 50%;
}

.single-regiments-content:nth-child(2) img {
  float: right;
  margin: 0 15px 0 0;
}

.single-regiments-content p {
  margin-bottom: 10px;
  color: #585858;
}

/*****************************************************/
/***************** News Details *****************/
/*****************************************************/

.news-details-intro h2 {
  max-width: 75%;
}

.news-details-intro p {
  max-width: 64%;
}

.news-details-area {
  padding: 70px 0;
}

.single-news-content img {
  float: left;
  margin: 0 15px 0 0;
  /* width: 50%; */
}

.single-news-content:nth-child(2) img {
  float: right;
  margin: 0 15px 0 0;
}

.single-news-content p {
  margin-bottom: 10px;
  color: #585858;
}

.newsletter-card {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.newsletter-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-card img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.newsletter-title {
  font-size: 1rem;
  font-weight: 500;
}

.thumb-img {
  max-width: 80px;
  height: auto;
  border: 1px solid #ccc;
}