@font-face {
  font-family: 'orele'; /* Name your custom font */
  src: url('./asset/OrelegaOne-Regular.ttf') format('woff'); /* Specify path to your font file */
  /* You can add additional src lines for different formats (e.g., woff, woff2) */
  font-weight: normal; /* Specify the font weight */
  font-style: normal; /* Specify the font style */
}
@font-face {
  font-family: 'montserrat';
  src: url('./asset/monts/Montserrat-Light.ttf') format('truetype');
}


h2 {
  font-size: 26px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 22px;
  color: var(--deep-maroon);
  font-family: orele;
  text-align: center;
}
p {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  font-weight: 900;
  color: var(--deep-maroon);
  font-family: montserrat;
}
li{
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  font-weight: 900;
  color: var(--deep-maroon);
  font-family: montserrat;
}
:root {
  /* Primary Colors */
  --deep-maroon: #800000; /* Deep Maroon */
  --gold: #ffd090bd; /* Gold */

  /* Secondary Colors */
  --ivory-white: #fffff0; /* Ivory White */
  --leaf-green: #000000; /* Leaf Green */
}

body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  padding: 20px;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
}
.element {
  display: inline-block;
  margin: 0;
}
.container {
  max-width: 100%;
  width: 100%;
}
/* ani */
.reveal {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


/* pre-load */

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

/* pre-load */
/* ani-end */
.form-select {
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  display: block;
  width: 100%;
  padding: .19rem 2.25rem .19rem .15rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding-right: 50px;
}
li.nav-item.lang{
  padding-left: 8px;
  padding-right: 8px;
}
.navbar{
  background-color: var(--deep-maroon);
  position: sticky;
  top: 0;
  z-index: 1000;
}
button.navbar-toggler{
  margin-top: 0px;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  font-family: 'montserrat';
  }
  @media screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
      padding: 0 0.5em;
    }
    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
      border-right: 3px solid #ffffff00;
    }
  }
  
  .marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    border: 2px solid #00000000;
    background-color: #fff;
    padding: 10px;
    margin-top: -5px;
}
.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}
  /* container-start */

  /* Font */

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: var(--deep-maroon);
}




   .about-us {
    padding-left: 50px;
        padding-right: 50px;
        padding-top: 80px;
        padding-bottom: 80px;
    background-color: #f9f9f9; /* Adjust as needed */
}

.about {
    display: flex;
    flex-direction: row; /* Stack elements vertically by default */
    align-items: center; /* Center items */
    text-align: center; /* Center text */
}

.pic {
    width: 100%;
    max-width: 400px; /* Limit max width of the image */
    border-radius: 8px; /* Add rounded corners */
}
.btn:hover {
  background-color: #800000;   /* Hover color */
  color: white;            /* Text color on hover */
}
.btn {
  font-family:'montserrat' ;
  background-color: white; /* Dark red button color */
  color: #800000;              /* Text color */
  font-weight: 900;
  border: none;              /* No border */
  border-radius: 5px;       /* Rounded corners */
  padding: 10px 20px;        /* Padding */
  font-size: 16px;           /* Font size */
  cursor: pointer;           /* Pointer cursor on hover */
  transition: background-color 0.3s, color 0.3s; /* Transition effect */
}
.text {
    margin-top: 20px;
}

.custom-btn {
    margin-top: 10px;
}


@media screen and (min-device-width: 481px) and (max-device-width: 899px){
  .about-us {
    padding-left:10px;
    padding-right: 10px;
    background-color: #f9f9f9; /* Adjust as needed */
}
.about {
  flex-direction: row; /* Align elements side by side */
  justify-content: space-between; /* Space out elements */
}

.text {
  max-width: 60%; /* Limit text width on larger screens */
  margin-left: 20px; /* Space between image and text */
}
span.second-onee{
  margin-top: 0px;
}
.pic {
  max-width: 300px; /* Adjust image size on larger screens */
}
}
@media screen and (min-device-width: 281px) and (max-device-width: 480px) {
  .about-us {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f9f9f9; /* Adjust as needed */
}
    .about {
        flex-direction: column; /* Align elements side by side */
        justify-content: space-between; /* Space out elements */
    }

    .text {
        max-width: 90%; /* Limit text width on larger screens */
        margin-left: 20px; /* Space between image and text */
    }

    .pic {
        max-width: 300px; /* Adjust image size on larger screens */
    }
}

@media (min-width: 900px) {
  .about-us {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #f9f9f9; /* Adjust as needed */
}
  

    .custom-btn {
        padding: 10px 20px; /* Increase button size */
    }
}

@media (max-width: 599px) {
    .text h5 {
        font-size: 20px; /* Smaller heading for small screens */
    }

    .text p {
        font-size: 16px; /* Smaller paragraph text */
    }
}

@media (max-width: 400px) {
    .about {
        flex-direction: column; /* Stack elements again on very small screens */
    }

    .pic {
        max-width: 90%; /* Adjust image size on extra small screens */
    }
}

/* about-kovil-end */


@media screen and (min-device-width: 281px) and (max-device-width: 480px) {
  
}






/* donation-start */

/* Base Styles */
.containerboss {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-color: #ffd090bd;
    /* padding: 20px; */
    box-sizing: border-box;
  }
  
  .content {
    text-align: center;
    padding-left: 50px;
        padding-right: 50px;
        padding-top: 80px;
        padding-bottom: 80px;
  }
  


  
  /* Media Queries */
  
  /* For devices with a width of 768px or less (tablets and small screens) */
  @media screen and (max-width: 768px) {
    .content h2 {
      font-size: 28px;
    }
  
    .content p {
      font-size: 16px;
    }
  
    .next {
      font-size: 16px;
      padding: 8px 16px;
    }
  }
  
  /* For devices with a width of 480px or less (mobile phones) */
  @media screen and (max-width: 480px) {
    .content h2 {
    }
  
    .content p {
    }
  
    .next {
      font-size: 14px;
      padding: 6px 12px;
    }
  }
  
/* donation-end */

/* gallery */

div.bg-1{
  background-color: #ffd090;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  
}
.container {
  max-width: 100%;
    margin: 0% auto;
    padding: 20px;
    background-color: #ffffff00;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    
  }
  
  .text-center {
    text-align: center;
  }
  
  .lightbox-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 10px 35px rgba(85, 19, 19, 0.973);
  }
  
  .lightbox-gallery div > img {
    max-width: 100%;
    display: block;
  }
  
  .lightbox-gallery div {
    margin: 10px;
    flex-basis: 180px;
  }
  
  @media only screen and (max-width: 480px) {
    .lightbox-gallery {
      column-count: 2;
    }
  
    .lightbox > div {
      margin-bottom: 10px;
    }
  }
  
  /*Lighbox CSS*/
  
  .lightbox {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 30px;
    box-sizing: border-box;
  }
  
  .lightbox img {
    display: block;
    margin: auto;
  }
  
  .lightbox .caption {
    margin: 15px auto;
    width: 50%;
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 700;
    color: #eee;
  }
  
  .github-link {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .github-link:hover,
  .github-link:active,
  .github-link:visited {
    color: #fff;
    text-decoration: none;
  }

  
  
/* gallery-end */

/* our-product */
.containers {
  align-items: center;
  display: flex;
  width: 100%;
  background-color: #ffd090bd;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
    margin: auto;
    text-align: center; 
}



#slider {
    width: 100%;
    max-width: 900px;
    height: 300px;
    overflow: hidden;
    margin: auto;
    position: relative;
}

#slider .slides {
  display: flex;
  width: 166%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: margin-left 0.5s ease;
  justify-content: space-evenly;
  align-items: flex-end;
}

#slider .slide {
    list-style-type: none;
    text-align: center;
}

#slider .slide img {
  padding: 20px;
    max-width: 100%;
    height: auto;
}

.controlBtn {
    position: absolute;
    
    transform: translateY(-105%);
    font-size: 30px;
    cursor: pointer;
    width: 32px;
    height: -8%;
    line-height: 34px;
    color: #fff;
    z-index: 2;
}

#prev {
    left: 0;
}

#next {
    right: 0;
}

@media (max-width: 768px) {
    #slider .slide {
        
        flex: 1 0 17%; /* One slide per row on mobile */
    }
}

@media (max-width: 480px) {
    #slider .slide {
        flex: 1 0 17%; /* One slide per row on mobile */
    }

    .controlBtn {
        font-size: 20px;
        width: 30px;
    }
}
/* our-product-end */

/* back-to-top */

.to-top {
    color: rgb(107, 23, 23);
    padding: 14px;
    border-radius: 46px;
    display: inline-block;
    position: fixed;
    bottom: 20px; /* Adjust this value for vertical position */
    right: 20px; /* Adjust this value for horizontal position */
    border: solid 1px rgb(68, 20, 20);
    text-decoration: none;
    transition: all .3s ease-out;
    z-index: 1000; /* Ensure the button is above other content */
}

.to-top:before {
    content: '▲';
    font-size: .9em;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.7em;
    border-radius: 10em;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.3em;
    border-color: inherit;
    transition: transform .5s ease-in;
}

.to-top:hover {
    color: pink;
    border-color: pink;
}

.to-top:hover:before {
    transform: rotate(360deg);
}

/* Media Query for Responsive Adjustment */
@media (max-width: 768px) {
    .to-top {
        bottom: 10px; /* Adjust bottom position for smaller screens */
        right: 10px; /* Adjust right position for smaller screens */
        padding: 1em; /* Adjust padding for smaller screens */
    }
}

/* back-to-top-end */

/* General styles for footer */
.footer {
    background-color: #800000;
    color: white;
    padding: 20px;
    text-align: center;
}
.title{
  color:white;
}
/* Styling for social icons */
.social-icon {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: row;
  justify-content: flex-start;
}

.social-icon__item {
    margin: 0 10px;
}

.social-icon__item i {
    font-size: 24px;
}

/* Styling for menu links */
.menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/* .menu__item {
    margin: 0 15px;
} */

.menu__link {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.menu__link:hover {
    color: yellow;
}

/* Developer credit */
.footer p {
  font-family:'montserrat' ;
  color: #Fff;
  text-align: left;
    font-size: 16px;
}
p.fot{
  text-align: center;
}
/* Media Query for Responsive Design */
@media (max-width: 768px) {
    .social-icon {
        margin-bottom: 10px;
    }

    .menu {
        flex-direction: column;
    }

    .menu__item {
        margin: 5px 0;
    }
}


/* map */

.map {
    height: 300px;
    box-shadow: 0 0 40px -10px black;
    background: var(--ivory-white);
    font-family: 'Montserrat', sans-serif;
 
  }
  
  #map {
    width: 65%;
    height: 300px;
    display: inline-block
  }
  
  .map-c {
    float: right;
    width: 35%;
    height: 100%;
    padding: 25px;
    box-sizing: border-box
  }
  
  h1 {
    margin: 0;
    font-weight: normal;
    color: #800000;
    font-size: 28px
  }
  
 
  
  .det {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
    text-align: left;
    font-family: montserrat;
    margin-bottom: 15px
  }
  
  i {
    float: left;
    font-size: 18px !important;
    margin: 0 8px 0 0
  }
  
  button {
    margin: 15px 4px;
    padding: 13px 9px;
    display: inline-block;
    cursor: pointer;
    background: none;
    color: #546973;
    border: 2px solid #78909C;
    transition: all 0.3s;
    border-radius: 8px;
    outline:0
  }
  
  button:hover {
    border-color: rgb(90, 90, 90);
    color: rgb(90, 90, 90)
  }
  
  button:after {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 11px;
    margin-top: 8px
  }
  
  .fa-envelope:after {
    content:'Email';
    margin:8px 13px 0
  }
  
  @media only screen and (max-width: 720px) {

 
    .map {
      height: 450px;
      margin: calc(50vh - 225px) auto;
      overflow: hidden
    }
    #map {
      width: 100%;
      height: 200px;
    }
    .map-c {
      float: right;
      width: 100%;
    }
    button {
      float: right;
      margin-top: -75px
    }
  }
    
  @media only screen and (max-width: 460px) {
    /* p {
      display: none
    } */
    h1 {
      margin-bottom:20px
    }
    button {
      float: none;
      margin-top: 10px
    }
    .det {
      margin-bottom: 9px
    }
  }
/* map-end */


/* <!-- language --> */
.feedback-btn {
  position: fixed;
  position-attachment: fixed;
  width: 45px;
  height: 100px;
  background: #009dbc;
  top: 50%;
  right: 0;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-shadow: 1px 1px 3px #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  transition: 0.2s ease-out;
}

.feedback-btn:hover {
width: 50px;
}

.feedback-txt {
  transform: rotate(-90deg);
    /* -webkit-transform: rotate(-90deg); */
    -ms-transform: rotate(-90deg);
    position: relative;
    right: 4px;
    font-size: 30px;
    top: 22px;
    color: #fff;
    transition: 0.2s ease-out;
}

/* <!-- language --> */

    /* media-query */

    @media only screen and (min-width: 1201px) and (max-width: 1272px){

    }
@media (min-width: 1025px) and (max-width: 1200px){

}
@media (min-width: 769px) and (max-width: 1024px){
  div.bg {
    background-color: antiquewhite;
    height: auto;
    display: flex;
}
.about {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#target-section {
  padding: 10px;
}
.pic {
  height: auto;
  padding: 10px;
  width: 400px;
  border-radius: 12px;
}
div.bg-1 {
  height: auto;
}
.containers {
  align-items: center;
  display: flex;
  width: 100%;
  height: 413px;
  margin: auto;
  text-align: center;
}
}
    @media (min-width: 481px) and (max-width: 768px){
      .cards {
        display: flex;
        /* flex-wrap: wrap; */
        list-style: none;
        margin: 0;
        padding: 0;
        flex-direction: column;
    }
    div.bg {
      background-color: antiquewhite;
      height: auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
  }
  .cards_item {
    width: 99%;
}
.cards_item {
  display:grid;
  padding: 1rem;
}
#target-section {
  position: relative;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.text h5 {
  display: flex;
  font-size: 18px;
  align-items: center;
  flex-direction: column-reverse;
}
span.second{
  margin-top: 46px;
}
.containerboss {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  /* padding: 20px; */
  box-sizing: border-box;
}
#slider .slides {
  display: flex;
  width: 504%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: margin-left 0.5s ease;
  justify-content: space-evenly;
  align-items: flex-end;
}
div.content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.second-one{
  margin-top: 71px;
}
div.bg-1 {
  height: auto;
}
.containers{
    align-items: center;
    /* display: flex; */
    width: 100%;
    height: 338px;
    margin: auto;
    text-align: center;
}
.container {
  /* max-width: 800px; */
  margin: 0% auto;
  padding: 0px;
  background-color: #ffffff00;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.map {
  height: 519px;
  margin: calc(28vh - 224px) auto;
  overflow: hidden;
}
.map-c{
  height: 100%;
    padding: 0px;
    box-sizing: border-box;
    width: 94%;
}
.menu {
  flex-direction: row;
}
/* .cards {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
div.bg {
background-color: antiquewhite;
height: auto;
display: flex;
flex-direction: row;
align-items: center;
}
.cards_item {
display: grid;
padding: 1rem;
width: 500px;
}
.card_image {
width: 500px;
height: 445px;
} */
    }

    @media (min-width: 320px) and (max-width: 480px){
      div.bg {
        background-color: antiquewhite;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .card_image {
      width: auto; 
    height: auto;
  }
  #target-section {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.containerboss {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-right: 10px;
  /* padding: 20px; */
  box-sizing: border-box;
}
div.bg-1 {
  height: auto;
}
.container {
  max-width: 800px;
  margin: 0% auto;
  padding: 0px;
  background-color: #ffffff00;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.containers {
  align-items: center;
  display: block;
  width: 100%;
  height:auto;
  margin: auto;
  text-align: center;
}
#slider .slides {
  display: flex;
  width: 512%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: margin-left 0.5s ease;
  justify-content: space-evenly;
  align-items: flex-end;
}
.map {
  height:auto;
  margin: calc(30vh - 225px) auto;
  overflow: hidden;
}

.menu {
  flex-direction: row;
}
    }


    /* gallery */
    /* Ensure the container takes up the full viewport or a specific height */
.gallery-container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Center vertically */
  height: 100%;           /* Full viewport height, adjust as needed */
  padding-bottom: 20px;
}

.gallery {
  --s: 300px; /* control the size */
  --g: 10px;  /* control the gap */
  --f: 1.5;   /* control the scale factor */
  
  display: grid;
  gap: var(--g);
  width: calc(3*var(--s) + 2*var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(4, auto);
}

.gallery > img {
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(10%);
  transition: .35s linear;
}

.gallery img:hover {
  filter: grayscale(0);
  width: calc(var(--s)*var(--f));
  height: calc(var(--s)*var(--f));
}

@media screen and (max-width: 780px) {
  .gallery {
    --s: 80px; /* control the size */
    --g: 10px;  /* control the gap */
    --f: 1.5;   /* control the scale factor */
    
    display: grid;
    gap: var(--g);
    width: calc(3*var(--s) + 2*var(--g));
    aspect-ratio: 1;
    grid-template-columns: repeat(4, auto);
  }
  
}

/* 
new------------------------------- */
p.reveal-non{
 
  text-align: justify;
  line-height: 25px;
}

div.data{
display: flex;
align-content: space-around;
justify-content: space-around;
}
.btnn:hover {
  background-color: #800000;   /* Hover color */
  color: white;            /* Text color on hover */
}
.btnn {
  background-color: white; /* Dark red button color */
  color: #800000;              /* Text color */
  border: none;              /* No border */
  border-radius: 5px;       /* Rounded corners */
  padding: 10px 20px;        /* Padding */
  font-size: 16px;           /* Font size */
  cursor: pointer;           /* Pointer cursor on hover */
  transition: background-color 0.3s, color 0.3s; /* Transition effect */
}
.social-icon {
  list-style: none; /* Remove default list styling */
  display: flex; /* Align items horizontally */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.social-icon__item {
  margin-right: 15px; /* Space between icons */
  font-size: 24px; /* Adjust icon size */
}

.social-icon__item a {
  color: #ffffff; /* Icon color */
  text-decoration: none; /* Remove underline from links */
  transition: color 0.3s; /* Smooth color transition on hover */
}

.social-icon__item a:hover {
  color: #ff6f61; /* Change color on hover */
}

.text-muted {
  --bs-text-opacity: 1;
  color: #800000;
}

.menu__link:hover {
  color: #ffd090; /* Change text color on hover */
}

a{
  font-size: 16px;
  line-height: 25px;
  font-weight: 900;
  color: white;
  font-family: montserrat;
}

.marquee-content{
  color: #800000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'montserrat';
    font-weight: 900;
}

span{
  color: #800000;
    font-size: 16px;
    font-weight: 700;

}

.reveal-sec{
  padding-left: 95px;
}
@media (max-width: 599px){
  .reveal-sec{
    padding-left: 0px;
  }
}
.reveal-secc{
  padding-right: 95px;
}
@media (max-width: 599px){
  .reveal-secc{
    padding-right: 0px;
  }
}


