@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
  position: relative;
}

.main_parent {
  padding: 27px 27px 0px 27px;
  
}

h4 {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 600 !important;
  line-height: 28.18px;
  text-align: center;
  color:  #000000;

}
a{
  text-decoration: none;
  color: #9c0d0d;
}

.discover {
  display: flex;
  justify-content: flex-start;
}

.navbar_section {
  padding-left: 20px;
  padding-right: 20px;
}

ul {
  display: flex;
  flex-wrap: wrap;
  /* Allow items to wrap to next line */
  gap: 50px;
  /* Adjust the gap between list items */
  justify-content: center;
  /* Center items horizontally */
}

ul li {
  list-style: none;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000000;
}

@media (min-width: 1600px) and (max-width: 2000px) {
  .navbar_section {
    padding-left: 120px;
    padding-right: 92px;
  }

  ul {
    gap: 32px;
  }

}

@media (min-width: 1200px) and (max-width: 1600px) {
  .navbar_section {
    padding-left: 92px;
    padding-right: 92px;
  }

  ul {
    gap: 16px;
  }

  .banner {
    /* border-top-right-radius: 80px !important; */
  }

  .banner_content {
    padding-left: 30px;
  }
}

/* @media (max-width: 1300px) {
  .navbar_section {
    padding-left: 92px;
    padding-right: 92px;
  }

  ul {
    gap: 16px;
    row-gap: 16px;
  }
} */

@media screen and (min-width: 768px) {
  .navbar_section {
    padding-left: 50px;
    padding-right: 50px;
  }


  ul {
    row-gap: 16px;
    /* Adjust gap for larger screens */
  }

  .banner {
    background-image: url(./images/banner_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 20px;
    border-radius: 20px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;

    /* text-align: center; */
    /* height: 40rem; */
  }

}



.banner {
  background-image: url(./images/banner_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0px 20px;
  /* border-radius: 20px; */
  /* border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px; */

  /* text-align: center; */
  /* height: 40rem; */
}

.banner_content {
  max-width: 620px;
  width: 64%;
  margin: auto;
  padding-left: 4%;
}

.banner_text {
  font-family: Raleway, sans-serif;
  font-size: clamp(1.5rem, 1vw, 0.5rem);
  font-weight: 800;
  line-height: 1.5;
  color: #000000;
}

.strong_text {
  color: #9c0d0d;
}

.slogan {
  margin-top: 20px;
  font-style: italic;
  color: #000000;
}

.image_wrapper {
  margin-top: 20px;
}

.image_wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* .search_section {
  background-image: url(./images/searchImg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

} */

.card_bck {
  /* height: 329px; */
  width: 292px;
  padding: 1rem;
  border-radius: 1rem;
  background: white;
}

.card_bck:hover {
  box-shadow: 0px 50px 80px 0px #0000000D;
  .learn_more{
    background: #9c0d0d;
    color: white;
    cursor: pointer;
  }
  a{
    color: white;
  }
}


.learn_more {
  color: #9c0d0d;
  box-shadow: 0px 10px 60px 0px #262D7614;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px;

}



.search_section {
  .bgImage {
    width: 80%;
    right: 20%;
    margin-top: 15%;
  }

  .searchParent {
    width: 100%;
    /* height: 100%; */
    /* border:1px solid blue; */
  }

  .search_body {
    position: relative;

    .links {
      position: absolute;
      width: 100%;
      top: 0;
      height: 100%;
    }

    .upper {
      width: 100%;
      height: 16%
    }

    .lower {
      width: 100%;
      height: 25%
    }

    .middle {
      width: 100%;
      height: 46%;
    }

    .left {
      width: 30%;
      height: 100%;
      padding: 10% 4% 14%;
    }

    .right {
      width: 28%;
      height: 100%;
      padding: 10% 0 14% 3.5%;
    }

    .center {
      width: 44%;
      height: 100%;
    }

    .bottomCenter{
       width: 50%;
       padding: 2% 2% 0 6% ;
    }
  }
}

.innerCards{
  .innerUpper{
    height: 30%;
  }
  .innerLower{
    height: 30%;
  }
  .innerMiddle{
    height: 40%;
    .innerCenterLeft{
      width: 30%;
      padding-right: 3%;
    }
    .innerCenterCenter{
      width: 40%;
      padding-right: 3%;
    }
    .innerCenterRight{
      width: 30%;
    }
  }
}


.linkCard {
  /* border: 1px solid red; */
  width: 12.5%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 150px;
  background: white;
  min-width: min-content;
  cursor: pointer;
  box-shadow: 0px 2.93px 18.33px 0px #0000001A;


  .image {
    width: 48px;
    height: 48px;
    /* border: 1px solid black; */
    border-radius: 0.8rem;
  }

  .text {
    width: 60%;
    font-size: 14px;
    font-weight: 600;
    height: min-content;
  }
}


.cnterCards {
  /* border: 1px solid red; */
  width: 15%;
  padding: 5px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 150px;
  background: white;
  cursor: pointer;

  .image {
    width: 30%;
    border-radius: 2rem;
  }

  .text {
    width: 60%;
    font-size: 12px;
    font-weight: 600;
    height: min-content;
  }
}


.footer{
  background-image: url('./images/footer.png');
  background-repeat: no-repeat;
  background-size: 100% 25rem;
  width: 100%;
  height: 25rem;
  /* object-fit: fill; */

  .footerLeft{
    width: 60%;
  }

  .footerRight{
    width: 40%;
  }
}
.footerSearch{
  input {
    border: none;
    padding: 14px;
    border-radius: 1rem;
  }
  
  input::placeholder {
    color: #9C0D0D; 
  }

  button{
    background: #9C0D0D;
    border: none;
    padding: 0.3rem 1.2rem;
    z-index: 100001;
    border-radius: 0.8rem;
    color: white;
    top: 0.52rem;
    right: 0.5rem;
  }
  
}




.navbar_section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;

  li:hover{
    color: #9C0D0D;
    cursor: pointer;
  }
}


.navbar_section ul li:last-child {
  border-bottom: none;
}

/* CSS for icon */
.burger {
  display: none;
  cursor: pointer;
}

/* CSS for responsive layout */
@media only screen and (max-width: 918px) {
  .navbar_section ul {
    display: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    width: 100%;
    z-index: 100;
    /* border: 1px solid red; */
    ;
  }

  .navbar_section ul.show {
    display: block;
    opacity: 1;
    transform: scaleY(1);
  }

  .burger {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
  }

  .navbar_section {
    display: flex;
    justify-content: end;
    box-shadow: 0px 19.86px 49.65px 0px #7773AA1A !important;
    border-radius: 10px;

  }
}