  body {
      font-family: Montserrat, Arial, Helvetica, sans-serif;

  }

  /* navbar css start+ */
  .navbar-brand img {
      width: 80px;
  }

  .navbar-nav {
      align-items: center;
  }

  .navbar .navbar-nav .nav-link {
      color: #fff;
      font-size: 16px;
      padding: 0.5em 1em;
      font-weight: 500;
  }

  .bg-secondary {
      background-color:
          #753837 !important;
  }

  @media screen and (min-width: 768px) {
      .navbar-brand img {
          width: 100px;
      }

      .navbar-brand {
          margin-right: 0;
          padding: 0 1em;
      }
  }

  .dropbtn {
      background-color: #753837;
      color: white;
      padding: 16px;
      font-size: 16px;
      border: none;
      cursor: pointer;
  }

  .dropdown {
      position: relative;
      display: inline-block;
  }

  .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      width: 220px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
  }

  .dropdown-content a {
      color: black;
      padding: 8px 16px;
      text-decoration: none;
      display: block;
      font-weight: 500;
      width: 221px;
  }

  .dropdown-content a:hover {
      background-color: #f1f1f1
  }

  .dropdown:hover .dropdown-content {
      display: block;
  }


  /* navbar css end */
  /* section three css start */
  .welocom_to_the {
      color: #753837 !important;
      text-align: center;
      padding-top: 40px;
      font-weight: 600;
      font-size: 33px;
  }

  .border_bottom {
      /* border: 0.5px dashed #753837; */
      width: 50%;
      margin: auto;
      border-bottom-width: 1px;
      border-color: #a6052e;
      border-bottom-style: dashed;
      margin-top: 30px;
  }

  .welocme_p {
      font-size: 14px;
      /* margin-top: 30px; */

  }

  .read_more {
      color: #a6052e;
  }

  .second_border_bottom {
      border-bottom-width: 1px;
      border-color: #949494;
      border-bottom-style: dashed;
      margin-top: 30px;
  }

  /* section three css end */


  /* section four css start */
  .section_four {
      background-color: #efefef;
  }

  .third_border_bottom {
      border-bottom-width: 1px;
      border-color: #a6052e;
      border-bottom-style: dashed;
      margin-top: 30px;
  }

  .btn_read {
      color: white;
      background-color: #a6052e;
      border-radius: 20px;
      padding: 8px 18px;
      border: none;
      font-weight: 500;
      font-size: 15px;
  }

  .btn_read:hover {
      background-color: transparent;
      border: 1px solid #a6052e;
      color: #a6052e;
      font-weight: 500;
      font-size: 15px;
  }

  .section_four_img {
      width: 546px;
      height: 346px;
  }

  /* section four css end */


  /* section five start */
.card {
    border-radius: 0px !important;
    border: none !important;
}
.first_card_body{
    background-color: #d93636;
    color: #fff;
    /* height: 470px; */
}
.section_five_border_bottom{
    border-bottom-width: 1px;
    border-color: #ffffff;
    border-bottom-style: dashed;
    margin-top: 15px;
}
.secons_btn{
    background-color: #c42727;
    color: #fff;
    border-radius: 20px;
    padding: 8px 18px;
    border: 1px solid white;
    font-weight: 500;
    font-size: 15px;
}
.secons_btn:hover{
background-color: transparent !important;
}
.second_card_body{
    color: #fff;
    background-color: #1d5926;
    /* height: 470px; */
}
.third_card_body{
    background-color: #503725;
    color: #fff;
    /* height: 470px; */
}
.icon_check{
    color:#d93636 ;
}
.our_main_img{
    height: 350px;
    width: 550px;
}
.latest_event{
    font-size: 15px !important;
    color: black !important;
    font-weight: 500;

}
 a:link {
    text-decoration: none;
    
  }
  .gujrati_font_p{
    font-size: 15px !important;
    font-weight: 500 !important;
  }.our_main_img_gau_history{
    height: 568px;
    width: 550px;

  }
  .gallery_img{
    width: 367px;
    height: 244px;
  }
  .gallery_img{
    width: 100%;
    height: 100%;
  }
  
  /* section five end */
  
  
  
  