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

.navbar {
  background-color: white;
  background-image: none !important;
}

.navbar .container {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.navbar .container .navbar-toggler {
  background-color: white;
}

.navbar .container .collapse .navbar-nav {
  direction: rtl;
}

.navbar .container .collapse .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat";
  font-size: 0.875rem;
  font-weight: 700;
  color: black;
}
.navbar .container .collapse .navbar-nav .nav-item .nav-link:hover {
  color: #4e95ce;
}

@media only screen and (max-width: 991px) {
  .navbar .container .collapse .navbar-nav {
    direction: initial;
  }
}

/* --------- navbar  end --------- */

/* --------- Section 1 start --------- */
main .section-n1 {
  background-color: #3385c6;
  text-align: center;
  font-family: "Montserrat";
  padding-block: 2.25rem;
}

main .section-n1 h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1.1875rem;
}

main .section-n1 p {
  font-size: 0.875rem;
  font-weight: 300;
  color: white;
  opacity: 0.5;
  margin: 0;
}
/* --------- Section 1 end --------- */

/* --------- Section 2 start --------- */
main .section-n2 {
  direction: rtl;
}

main .section-n2 .container {
  padding-top: 2.9375rem;
}

main .section-n2 .container .sec2-head h2 {
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Montserrat-bold";
  margin-bottom: 1.5rem;
}

main .section-n2 .container .sec2-head .search-Form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem 1rem;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.171);
  padding-top: 1.8125rem;
  padding-bottom: 2.5625rem;
  padding-inline: 2rem;
  border-radius: 10px;
  width: fit-content;
  width: 100%;
}
main .section-n2 .container .sec2-head .search-Form .item {
  flex: 1;
  flex-shrink: 1;
}

main .section-n2 .container .sec2-head .search-Form .item h3 {
  font-family: "Montserrat";
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 0.625rem;
}

main .section-n2 .container .sec2-head .search-Form .item .btn {
  font-family: "Montserrat";
  font-size: 0.875rem;
  color: #999999;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding-left: 8rem;
  text-align: right;
  width: 100%;
}

main
  .section-n2
  .container
  .sec2-head
  .search-Form
  .item
  .dropdown-toggle::after {
  position: absolute;
  left: 5%;
  top: 48%;
}

main .section-n2 .container .sec2-head .search-Form .item .dropdown-menu.show {
  width: 100%;
  text-align: right;
}

main .section-n2 .container .sec2-head .search-Form .btn {
  background-color: #3385c6;
  color: white;
  font-family: "Montserrat-bold";
  font-size: 1rem;
  display: inline-block !important;
  border-radius: 15px;
  direction: rtl;
  padding: 15px;
  max-height: 53px;
}

@media only screen and (max-width: 767px) {
  main .section-n2 .container .sec2-head .search-Form .btn {
    width: 100%;
  }
}

/*--------- body --------- */

main .section-n2 .container .sec2-body {
  margin-top: 2.625rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 30px;
  justify-content: space-between;
}

main .section-n2 .container .sec2-body .item {
  position: relative;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  /* grid-column: span 4 ; */
}

main .section-n2 .container .sec2-body .item span {
  position: absolute;
  top: 3%;
  right: 1%;
  color: white;
  font-family: "Montserrat-bold";
  font-size: 0.875rem;
  background-color: #ff1d3b;
  padding: 3px 10px;
  border-radius: 15px;
}

main .section-n2 .container .sec2-body .item img {
  width: 100%;
  display: inline-block;
}

main .section-n2 .container .sec2-body .item .border-r-l h3 {
  color: black;
  font-family: "Montserrat";
  font-size: 1rem;
  padding-top: 11px;
}

main .section-n2 .container .sec2-body .item .border-r-l h2 {
  font-size: 1.125rem;
  font-family: "Montserrat-bold";
  color: #3385c6;
}

main .section-n2 .container .sec2-body .item .border-r-l h4 {
  font-size: 0.875rem;
  font-family: "Montserrat-bold";
  color: #999999;
  text-decoration: line-through;
  text-decoration-color: red;
  margin: 0;
  padding-bottom: 0.5rem;
}

main .section-n2 .container .sec2-body .item .border-r-l {
  border-left: 3px solid #e6e6e6;
  border-right: 3px solid #e6e6e6;
}

main .section-n2 .container .sec2-body .item a {
  font-size: 0.875rem;
  font-family: "Montserrat-bold";
  color: white;
  display: block;
  padding: 14px;
  text-decoration: none;
  background-color: #3385c6;
  border-radius: 0px 0px 15px 15px;
}
/* --------- Section 2 end --------- */
