:root {
  --primary-color:#041c33;
  --secondry-color:#0D6DFD;
  --gray-background:#f2f2f2;
  --gray-text-color:#5d6063;
}

body {
  font-family: "cairo", sans-serif;
}

a {
  color: black;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.op-0 {
  opacity: 0 !important;
}

a:focus-visible {
  outline: 0;
}

input:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.navbar {
  background-color: var(--primary-color);
  padding: 0;
}

.nav-container {
  background-color: white;
  width: 1750px;
  margin: 0 auto;
  padding: 25px;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  z-index: 2;
}

.navbar .link {
  margin: 5px 10px;
  padding: 10px;
}
.navbar .link a {
  font-size: 20px;
  transition: 0.4s;
}
.navbar .link a:hover {
  color: var(--secondry-color);
}

.navbar .nav-btn {
  background-color: var(--gray-background);
  color: var(--gray-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 6px;
  transition: 0.4s;
  height: -moz-fit-content;
  height: fit-content;
}
.navbar .nav-btn:hover {
  background-color: var(--primary-color);
  color: white;
}

.navbar .search-input {
  border: 0;
  border-bottom: 1px solid var(--gray-background);
  margin: 5px 10px;
  width: 0;
  transition: 0.4s;
}
.navbar .search-input.open {
  width: 160px;
}

.navbar .book-btn {
  padding: 9px 20px;
  background-color: #dbe9a1;
  color: var(--primary-color);
  margin: 0 10px;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .nav-container {
    width: 1100px;
  }
}
@media (min-width: 1450px) {
  .nav-container {
    width: 1750px;
  }
}
@keyframes header-plus {
  0% {
    transform: rotate(90deg) scale(1);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  75% {
    transform: rotate(0deg) scale(0.9);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes shadow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0%;
  }
}
@keyframes background-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.header {
  background-color: var(--primary-color);
  padding-top: 100px;
  position: relative;
}

.header .text {
  padding: 20px 10px 10px 50px;
  display: flex;
  align-items: center;
}

.header .head {
  padding: 5px 17px;
  background-color: transparent;
  border: 1px solid #dbe9a1;
  color: #dbe9a1;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}

.header .primary-text {
  color: white;
  font-size: 30px;
}

.header .desc {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 19px;
  margin-bottom: 20px;
}

.header .primary-btn {
  background-color: var(--secondry-color);
  color: white;
  padding: 16px 32px;
  margin: 5px 15px;
  font-size: 18px;
  font-weight: 600;
}
.header .primary-btn:hover {
  background-color: #dbe9a1;
  color: var(--primary-color);
}

.header .scondry-btn {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 16px 32px;
  margin: 5px 15px;
  font-size: 18px;
  font-weight: 600;
}
.header .scondry-btn:hover {
  background-color: white;
  color: var(--primary-color);
}

.header .banner-shape-box {
  position: relative;
}

.header .banner {
  position: relative;
  z-index: 2;
}

.header .vector-1 {
  position: absolute;
  top: -110px;
  left: 0;
  z-index: 1;
}

.header .vector-2 {
  position: absolute;
  top: 150px;
  left: 48%;
  transform: translateX(-50%);
  animation: header-plus 3s linear 0s infinite normal forwards running;
}

.header .vector-3 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

.header .vector-4 {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 1;
}

.header .banner-shape {
  content: "";
  position: absolute;
  display: none;
  bottom: 99px;
  left: 9%;
  width: 518px;
  aspect-ratio: 1/1;
  clip-path: polygon(89.423% 23.453%, 76.559% 23.453%, 76.559% 10.591%, 76.559% 10.591%, 76.423% 8.903%, 76.029% 7.302%, 75.398% 5.81%, 74.552% 4.446%, 73.512% 3.234%, 72.3% 2.194%, 70.937% 1.348%, 69.444% 0.717%, 67.843% 0.323%, 66.155% 0.187%, 33.858% 0.187%, 33.858% 0.187%, 32.17% 0.323%, 30.569% 0.717%, 29.077% 1.348%, 27.714% 2.194%, 26.501% 3.234%, 25.461% 4.446%, 24.615% 5.81%, 23.985% 7.302%, 23.59% 8.903%, 23.454% 10.591%, 23.454% 23.454%, 10.591% 23.454%, 10.591% 23.454%, 8.903% 23.59%, 7.302% 23.985%, 5.81% 24.615%, 4.446% 25.461%, 3.234% 26.501%, 2.194% 27.714%, 1.348% 29.077%, 0.717% 30.569%, 0.323% 32.17%, 0.187% 33.858%, 0.187% 66.157%, 0.187% 66.157%, 0.323% 67.845%, 0.717% 69.446%, 1.348% 70.938%, 2.194% 72.302%, 3.234% 73.514%, 4.446% 74.554%, 5.81% 75.4%, 7.302% 76.031%, 8.903% 76.425%, 10.591% 76.561%, 23.454% 76.561%, 23.454% 89.424%, 23.454% 89.424%, 23.59% 91.112%, 23.985% 92.713%, 24.615% 94.205%, 25.461% 95.569%, 26.501% 96.781%, 27.714% 97.821%, 29.077% 98.667%, 30.569% 99.298%, 32.17% 99.692%, 33.858% 99.828%, 66.157% 99.828%, 66.157% 99.828%, 67.845% 99.692%, 69.446% 99.298%, 70.938% 98.667%, 72.302% 97.821%, 73.514% 96.781%, 74.554% 95.569%, 75.4% 94.205%, 76.031% 92.713%, 76.425% 91.112%, 76.561% 89.424%, 76.561% 76.561%, 89.424% 76.561%, 89.424% 76.561%, 91.112% 76.425%, 92.713% 76.031%, 94.205% 75.4%, 95.569% 74.554%, 96.781% 73.514%, 97.821% 72.302%, 98.667% 70.938%, 99.298% 69.446%, 99.692% 67.845%, 99.828% 66.157%, 99.828% 33.857%, 99.828% 33.857%, 99.691% 32.169%, 99.297% 30.569%, 98.666% 29.076%, 97.82% 27.713%, 96.78% 26.5%, 95.567% 25.46%, 94.204% 24.614%, 92.711% 23.983%, 91.11% 23.589%, 89.423% 23.453%);
  background-color: var(--secondry-color);
}

.header .shape-1 {
  animation: shadow 3s infinite forwards linear;
}

.header .shape-2 {
  animation: shadow 3s infinite forwards linear;
  animation-delay: 1.5s;
}

@media (min-width: 1200px) {
  .banner-shape {
    display: block !important;
  }
  .primary-text {
    font-size: 50px;
  }
}
@media (min-width: 1450px) {
  .primary-text {
    font-size: 80px;
  }
}
.about {
  padding: 50px 0;
  position: relative;
}

.about .time {
  padding: 30px 50px;
}

.about .time .box {
  background: linear-gradient(90deg, #041C33 0%, #213C84 100%);
  padding: 40px;
  color: white;
  text-align: center;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
}

.about .time .head {
  padding: 10px 0;
  border-bottom: 1px solid rgba(206, 207, 208, 0.1607843137);
  margin-bottom: 20px;
}

.about .time .time-table {
  padding: 10px 0;
  margin-bottom: 20px;
}
.about .time .time-table.slashes {
  border-bottom: 1px dashed rgba(206, 207, 208, 0.1607843137);
}
.about .time .time-table p {
  color: rgba(255, 255, 255, 0.7019607843);
}

.about .time .bottom {
  background-color: var(--secondry-color);
  padding: 20px;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: white;
  text-align: center;
}

.about .text {
  padding: 30px;
}

.about .text .head {
  padding: 5px 17px;
  background-color: transparent;
  border: 1px solid var(--secondry-color);
  color: var(--secondry-color);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.about .primary-btn {
  background-color: var(--secondry-color);
  color: white;
  padding: 16px 32px;
  margin: 60px 0;
  font-size: 18px;
  font-weight: 600;
}
.about .primary-btn:hover {
  background-color: #dbe9a1;
  color: var(--primary-color);
}

.about .scondry-btn {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  padding: 16px 32px;
  margin: 60px 10px;
  font-size: 18px;
  font-weight: 600;
}
.about .scondry-btn:hover {
  background-color: white;
  color: var(--primary-color);
}

.about .text .main-head {
  font-size: 50px;
  font-weight: 700;
}

.about .text .info {
  margin: 20px 0 0;
  padding: 10px 5px 10px 50px;
  position: relative;
}
.about .text .info span {
  font-size: 19px;
  font-weight: 600;
}
.about .text .info::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--secondry-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .about-vector {
  position: absolute;
  right: 0;
  top: 0;
}

.service {
  background-color: #f2f2f2;
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.service .head {
  padding: 5px 17px;
  background-color: transparent;
  border: 1px solid var(--secondry-color);
  color: var(--secondry-color);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.service .main-head-text {
  margin-bottom: 20px;
  font-size: 48px;
}

.service .col-4 {
  padding: 15px;
  transition: 0.4s;
}

.service .box {
  padding: 40px;
  text-align: start;
  background-color: white;
  border-radius: 12px;
  transition: 0.4s;
  margin-bottom: 20px;
}
.service .box:hover {
  outline: 2px solid var(--secondry-color);
}
.service .box:hover .icon {
  background-color: var(--secondry-color);
  color: white;
}

.service .box .icon {
  border-radius: 6px;
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
  color: var(--secondry-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: 0.4s;
}
.service .box .icon i {
  font-size: 22px;
}

.service .text h4 {
  font-weight: 700;
}

.service .text p {
  padding-right: 60px;
  font-size: 18px;
  color: var(--gray-text-color);
}

.service a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.4s;
}
.service a:hover {
  color: var(--secondry-color);
}

.service-vector {
  position: absolute;
  top: 0;
  left: 0;
}

.blog {
  padding: 100px 0;
}

.blog .head {
  padding: 5px 17px;
  background-color: transparent;
  border: 1px solid var(--secondry-color);
  color: var(--secondry-color);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.blog .main-head-text {
  font-size: 48px;
  font-weight: 800;
}

.blog .box {
  margin-bottom: 20px;
}

.blog .box img {
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}

.blog .box .text {
  background-color: var(--gray-background);
  padding: 15px;
}
.blog .box .text h4 {
  transition: 0.3s;
  font-weight: 700;
}
.blog .box .text h4:hover {
  color: var(--secondry-color);
}

.blog .box .info span {
  padding: 10px 10px 10px 40px;
  font-size: 18px;
}

.blog .box .info .clander {
  position: relative;
}

.blog .box .info .event {
  position: relative;
}

.blog .box .info .clander::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #B6B7B9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .box .info .event::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #B6B7B9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .box .btn {
  text-align: center;
  width: 100%;
  padding: 10px;
  background-color: var(--primary-color);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: white;
  transition: 0.4s;
  font-size: 18px;
}
.blog .box .btn:hover {
  background-color: var(--secondry-color);
}

.footer {
  background: #061936;
  color: #ccc;
  padding: 50px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer .container {
  margin-bottom: 40px;
}

.footer h2.logo {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.footer h2.logo i {
  color: #007bff;
  margin-right: 8px;
}

.footer p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer .col-3 {
  padding: 40px;
}

.footer .col-3 h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  border-left: 3px solid #007bff;
  padding-left: 8px;
}

.footer .col-3 ul {
  list-style: none;
}

.footer .col-3 ul li {
  margin-bottom: 10px;
}

.footer .col-3 ul li a {
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
  transition: 0.3s;
}

.footer .col-3 ul li a:hover {
  color: #007bff;
}

.footer .subscribe {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}

.footer .subscribe input {
  flex: 1;
  padding: 10px 12px;
  border: none;
  outline: none;
}

.footer .subscribe button {
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.footer .socials a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #ccc;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border-radius: 5px;
  transition: 0.3s;
}

.footer .socials a:hover {
  color: #fff;
  background: #007bff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.footer-bottom .blue {
  color: #007bff;
}

.footer-bottom .payments img {
  height: 25px;
  margin-right: 10px;
}

.footer-bottom .links a {
  margin-left: 15px;
  color: #ccc;
  text-decoration: none;
}

.footer-bottom .links a:hover {
  color: #007bff;
}

.footer a {
  color: var(--gray-background);
}

.single-page-header {
  padding: 100px 0;
  text-align: center;
  position: relative;
  background: linear-gradient(90deg, #213C84 0%, var(--primary-color) 100%);
  color: white;
  overflow: hidden;
}
.single-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/breadcrumb-vector.svg");
  animation: background-scale infinite 7s ease-in-out;
}

.single-page-header h1 {
  font-size: 72px;
}

.modal {
  overflow: hidden;
}

.modal .modal-dialog {
  max-width: 800px;
}

.modal .modal-content {
  min-height: 500px;
}

.modal .img {
  position: relative;
  background: linear-gradient(90deg, #213C84 0%, var(--primary-color) 100%);
  height: 500px;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.modal .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/breadcrumb-vector.svg");
}

.modal .login-side {
  padding: 40px;
}

.modal .head {
  margin-bottom: 10px;
  text-align: center;
  padding: 20px;
}
.modal .head h4 {
  font-size: 40px;
  text-transform: uppercase;
}

.modal input {
  border: 0px;
  border-bottom: 1px solid var(--gray-text-color);
  margin: 5px 10px;
  width: 100%;
  transition: 0.4s;
  margin: 20px 30px 10px 0;
}

.modal .btn-box {
  margin-top: 30px;
  text-align: center;
}

.modal .btn-box .btn {
  background-color: var(--primary-color);
  color: white;
}

.blog-page {
  padding: 70px 0;
}

.blog-page img {
  border-radius: 6px;
}

.blog-page .info {
  padding: 10px;
}

.blog-page .by {
  display: inline-block;
  padding: 5px 7px 5px 40px;
  font-size: 18px;
  position: relative;
  background-color: var(--secondry-color);
  color: white;
  border-radius: 8px;
  margin-right: 10px;
}
.blog-page .by::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #B6B7B9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-page .date {
  font-size: 18px;
  padding-left: 40px;
  display: inline-block;
  position: relative;
}
.blog-page .date::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #B6B7B9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-page .desc {
  padding: 10px;
}

.blog-page .desc h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-page .desc p {
  color: #5D6063;
  font-size: 18px;
}

.blog-page .side {
  padding: 20px;
}

.blog-page .box {
  padding: 30px;
  background-color: var(--gray-background);
  border-radius: 12px;
}

.blog-page .side .head {
  padding: 10px;
  margin-bottom: 20px;
}
.blog-page .side .head h4 {
  font-size: 40px;
}

.blog-page .side .text .line {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  transition: 0.4s;
  border-radius: 6px;
}
.blog-page .side .text .line:hover {
  background-color: var(--secondry-color);
  padding: 10px 30px;
  color: white;
}/*# sourceMappingURL=style.css.map */