
.navbar-toggler
{
  background-color: #990e17;
  padding: 3px;
}
.navbar-toggler-icon
{
  color: #fff;
}
.Toggle 
{
  color: white;
}
.navbar-dark .navbar-toggler
{
  background-color: #9b0d16;
}
.theme-style
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
marquee
{
  color:#570637 ;
  font-size: 20px;
  font-family: 'Times New Roman';
  font-weight: 600;
}
.wcu-section-description {
    font-size: 22px;
    color: #fff;
    font-family: 'Times New Roman';

}

.logo-image {
  width: 200px;
  height: 50px;
  border-radius: 10px;
 
}

.logo-name-heading {
 
  font-weight: bold;
  color: black;
  font-size: 50px;
  padding: 2px;
}

.nav-link {
  width: 100px;
  height: 40px;
 
  padding: 5px;
  text-align: center;
  /* background-color: rgb(5, 5, 241); */
  border-radius: 10px;
  font-size: 20px;
  font-family: "Times New Roman";
  color: black;

}
#nav-login 
{
  width: 97px;
  height: 40px;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  margin-left: 5px;
  background-image: linear-gradient(rgb(9, 4, 101), rgb(248, 43, 170)); 
  border-radius: 10px;
  font-size: 20px;
  font-family: "Times New Roman";
  color: rgb(255, 255, 255);
}
.navbar-nav .nav-link {

    /* background-image: linear-gradient(rgb(9, 4, 101), rgb(248, 43, 170)); */

}

.navbar-nav .nav-link:hover {
  background-image: linear-gradient(rgb(9, 4, 101), rgb(248, 43, 170));
}

.nav-link:hover {
  background-color: orange;
  color: white;

}
.fa-solid
{
  color: white;
  width: 30px;
}
.navbar {

  background-image: linear-gradient(to right top, #eae8f6, #d4e5ff, #ace5ff, #70e8ff, #00e9f4);
  z-index: 1;
  width: 100%;
  padding-bottom: -10px;
  position: fixed;
}

.slide-image {
    width: 100%;
    height: auto;
}

.wcu-card {
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    height: 140px;
    color: rgb(0, 0, 0);
    margin: 15px;
    font-family: 'Times New Roman';
    overflow: hidden;
    border: 0.5px solid #fff;
   background-color: #ffffff;
    /* background-image: linear-gradient(#eee8aa, #f7e98e); */
    /* background-image: radial-gradient(#FFEFBA,#fdeff9); */
    }
   
.wcu-card:hover {
    border-radius: 10px;
    color: rgb(0, 0, 0);
    transform: scale(1.3);
    transition: 7m; 
    padding: 5px;
    box-shadow: 1px 3px 7px #fff;
    /* box-shadow: 0.6em 0.6em 1.2em #fffdfd, -0.5em -0em 1em #ebe8e8; */
    /* background-image: linear-gradient(to bottom, #900956, #83005c, #740061, #620067, #4b006c); */

}

.wcu-card-image {
    width: 50%;
    border-radius: 10px;

}
.Partnership-heading
{
    color: rgb(49, 190, 20);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    font-family: 'Times New Roman';
}

.wcu-card-title {
    font-size: 16px;

}
.wcu-section-heading

{
    font-size: 35 px;
    color: rgb(47, 177, 47);
    font-weight: 700;
    font-family: 'Times New Roman';
    
}.bank-card
{
    width: 100%;
    padding: 5px;
    
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.bank-image
{
   border-radius: 10px;
    
}
.year-card
{
  text-align: center;
   background-image: url(/Image/wa.jpg); 
  background-size: cover;
  padding: 5px;
  
}
.year-section
{
  width: 100%;
  background-image: url(/Image/wa.jpg); 
  background-size: cover;
  background-color: #ffffff;
  padding: 10px;
}
.year-img
{
  width:80%;
  border-radius: 10px;
  
}
.year-img1
{
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.year-img2
{
  width: 55%;
 
  border-radius: 10px;
  padding: 5px;
}
.year-heading
{
  font-weight: 700;
  color: #000000;
  font-size: 32px;
}
.year-heading span
{
  color: rgb(0, 0, 0);
  font-size: 22px;
}
.footer-heading {
    font-size: 25px;
    font-weight: 700;
}

.footer-section {
    /* background-image: linear-gradient(to right top, #14047f, #4e089e, #800cbb, #b20dd7, #e60bf0); */
    background-color: #152c3e;
    color: #ffffff;
    font-family: 'Times New Roman';
    width: 100%;
}


.footer-list {
    font-size: 18px;
    text-decoration: none;
    list-style: none;

}
.footer-list:hover
  {
color: white;    
padding-left: 5px;

  }

.foot-end {
    font-size: 30px;
    text-align: center;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}
.close
{
  line-height: 1.5rem;
  background-color: white;
}
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

ul {
  list-style: none;
}

input {
  overflow: hidden;
}

.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 35px;
}

.sec-pad {
  padding: 60px 0 0;
  margin: 50px 0;
}

.contact-sec {
  align-item: center;
  display: flex;
  padding: 10px;
  background-color: #5cbde466;
  background-image: url("./image/hero-shape-4.png");
}
.whatsapp-icon
{
  color: black;
  padding: 5px;
  font-size: 21px;
  font-weight: 600;
}

.contact-sec .contact-ul li,
.contact-ul b {
  font-size: 20px;
  margin: 10px 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  word-wrap: break-word;
}

.contact-sec .contact-ul i {
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.contact-detail a {
  color: #000;
  text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
  color: rgb(180, 93, 5);
}

.contact-sec .contact-ul li .fa-location-dot {
  color: #f44337;
  border: 2px solid #f4433790;
}

.contact-sec .contact-ul li .fa-phone {
  color: #00b055;
  border: 2px solid #00b05590;
}

.contact-sec .contact-ul li .fa-envelope {
  color: #ff6347;
  border: 2px solid #ff634790;
}

.contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}
.contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0px 5px;
}
.contact-detail span .fb {
  color: #3b5998;
  border: 3px solid #3b5998;
}
.contact-detail span .fb:hover {
  color: #fff;
  background-color: #3b5998;
}

.contact-detail span .insta {
  color: #833ab4;
  border: 3px solid #833ab4;
}
.contact-detail span .insta:hover {
  color: #fff;
  background-color: #833ab4;
}

.contact-detail span .twitter {
  color: #00acee;
  border: 3px solid #00acee;
}
.contact-detail span .twitter:hover {
  color: #fff;
  background-color: #00acee;
}

form.contFrm {
  max-width: 396px;
  margin: auto;
}

.inptFld {
  width: 100%;
  height: 50px;
  border: 0;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #f93;
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}
.inptBtn {
  height: 50px;
  border: 0;
  background: #00b055;
  font-size: 14px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

/* Responcive css Start */

@media (max-width: 991px) {
  .sec-pad {
    padding: 20px 0 0px;
  }

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }

  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-detail span {
    width: auto;
  }
  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
    font-weight: 500;
  }
  .contact-sec {
    border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
  }

  .contact-sec .contact-ul i {
    border: none;
  }
  .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
}

/* ***********Admin Model ***************/
#exampleModalLabel

{   font-size: 35px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-left: 14%;
    text-align: center;

}
.modal-header
{
  background-color: black;
 
}
.close
{
  color: white;
  background: #fff;
}
.modal-body
{
  background-color: black;
  
}


label
{
  width: 140px;
}
select
{
  width: 80%;
  margin-left: 50px;
  text-align: center;
  border-radius: 20px;
}
.modal-footer

{
    background-image: linear-gradient(rgb(247, 102, 227),rgb(136, 136, 243));
}
input[type=text]
{
    border-radius: 10px;
    border: none;
    padding-left: 15px;
}
input[type=password]
{
    border-radius: 10px;
    border: none;
    padding-left: 15px;
}
::placeholder
{
    color: rgb(0, 0, 0);
}
input[type=password]:hover
{
    border: none;
    background-color: rgb(238, 243, 243);
    color: white;
}

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: 'Times New Roman';
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: 'Times New Roman';
  font-weight: 500;
  color: #9195a2;
}
.subscribe {
    padding: 5vh 0;
    background: url(https://i.ibb.co/r4xf3sK/newslater.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 13px;
}

.subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.subscribe .section-header h2,
.subscribe p {
  color: #fff;
}

.subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

.subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #f82249;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

.subscribe button:hover {
  background: #e0072f;
}

@media only screen and (min-width: 768px) {
  .subscribe input {
    min-width: 400px;
}

}
.hr-line 
{
  background-color: #5a7184;
}
.footer-section-copyright
{
  color: #959ead;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}
.footer-section-copyright a 
{
 text-decoration: none;
 color: #959ead;

}
.food-munch-logo1

{
  width: 180px;
 
}
.footer-heading a 
{ 
   color: white;
    text-decoration: none;    
    list-style: none;   
}
.footer-icon
{
  width: 30px;
}
.nav-logo-img
{
  width: 35%;
}