/* Normalize */
* {
  direction: rtl;
  text-align: right;
}
a:hover {
  color: #000;
}
a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
}
p {
  margin: 0;
}

/* UTILIIES */
.line_hover:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  right: 0;
  transition: 1s;
}
.line_hover:hover:after {
  width: 100%;
}
.line_hover_white:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  right: 0;
  transition: 1s;
}
.line_hover_white:hover:after {
  width: 90%;
}
body {
  background-color: #f5f5f5;
}
.container {
  width: 75%;
  margin: auto;
}
.footer_container {
  width: 85%;
  margin: auto;
  height: 80px;
  align-content: center;
}

/* ---------- */
/* NAVBAR */
/* ---------- */
.navbar_background_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
nav .navbar_wrapper .navbar_right {
  position: relative;
}
nav .navbar_wrapper .navbar_right .nav {
  padding-top: 25px;
}
nav .navbar_wrapper .navbar_right .nav a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  nav .navbar_wrapper .navbar_right .nav {
    display: none;
  }
}
nav .navbar_wrapper .navbar_right .ofcanvas_top {
  display: none;
  margin: 30px 30px 0 0;
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-height: 80vh;
}
.offcanvas .offcanvas-header .offcanvas-title button {
  border: none;
  background-color: #fff;
  font-size: 30px;
}
.offcanvas .offcanvas-header .offcanvas_home_logo img {
  width: 70px;
}
.offcanvas .offcanvas-body {
  margin-top: 20px;
}
.offcanvas .offcanvas-body .offcanvas_body_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  align-items: center;
  gap: 30px;
}
.offcanvas .offcanvas-body .offcanvas_body_list li a {
  font-size: 28px;
  cursor: pointer;
}
nav .navbar_wrapper .navbar_right .ofcanvas_top .ofcanvas_top_button {
  border: none;
  padding: 0;
  background-color: initial;
}
nav .navbar_wrapper .navbar_right .ofcanvas_top .ofcanvas_top_button i {
  font-size: 25px;
}
@media (max-width: 991.98px) {
  nav .navbar_wrapper .navbar_right .ofcanvas_top {
    display: block;
  }
}
nav .navbar_wrapper .navbar_left {
  position: relative;
  padding: 10px 0 10px 60px;
}
nav .navbar_wrapper .navbar_left .home_logo img {
  width: 80px;
}
@media (max-width: 991.98px) {
  nav .navbar_wrapper .navbar_left {
    padding: 10px 0 10px 25px;
  }
}
@media (max-width: 767.98px) {
  nav .navbar_wrapper .navbar_left {
    padding: 10px 0 10px 25px;
  }
}
@media (max-width: 575.98px) {
  nav .navbar_wrapper .navbar_left {
    padding: 10px 0 10px 15px;
  }
}
@media (max-width: 991.98px) {
  nav .navbar_wrapper .navbar_left .home_logo img {
    width: 60px;
  }
}

/* about us section style */
.about_us_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 3rem;
}
.about_us_wrapper .title h2 {
  font-weight: 700;
}
.about_us_wrapper .description p {
  text-align: justify;
  font-size: 19px;
  font-weight: 400;
}
.about_us_wrapper .description {
  margin-bottom: 3rem;
}

/* footer section */
.blue_section {
  height: 80px;
  background-color: #161048;
}
footer {
  background-color: rgb(0, 114, 134);
}
footer #contact_us .contact_us_title_wrapper {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
footer #contact_us .contact_us_title_wrapper .contact_us_title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
footer #contact_us .contact_us_number_wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
footer #contact_us .contact_us_number_wrapper i {
  font-size: 25px;
  color: rgb(99, 157, 214);
}
footer #contact_us .contact_us_number_wrapper .contact_us_number {
  color: #fff;
}
footer .home_logo_img_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 250px;
}
footer .home_logo_img_wrapper .home_logo_img {
  position: relative;
}
footer .home_logo_img_wrapper .home_logo_img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  footer .home_logo_img_wrapper .home_logo_img img {
    width: 260px;
  }
}
/* privacy policy */
.privacy_policy_wrapper {
  align-content: center;
  background-color: unset;
}
@media (max-width: 767.98px) {
  .privacy_policy_wrapper {
    margin-top: 30px;
  }
}
.privacy_policy_wrapper .privacy_policy_description {
  font-weight: 600;
  color: #757575;
  margin: 0;
}
.social_icon_wrapper {
  display: flex;
  justify-content: end;
}
.social_icon_wrapper .social_icon {
  display: flex;
  column-gap: 6px;
}
.social_icon_wrapper .social_icon li {
  font-size: 26px;
  align-content: center;
}
@media (max-width: 767.98px) {
  .social_icon_wrapper {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
