@import url("https://fonts.googleapis.com/css2?family=Tajawal&display=swap");
body {
  font-family: "Tajawal", sans-serif;
  background: #ffffff;
  scroll-behavior: smooth;
}

a {
  color: #000000;
}

a:hover {
  text-decoration: none;
  color: #3b3a3a;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

label {
  font-weight: normal;
}

/*
=====================================================
================================ INDEX
=====================================================
 */
.top-header {
  background: #fc5477;
  padding: 4px 0;
  color: #FFFFFF;
  font-size: 20px;
}

header {
  padding: 7px 0;
  box-shadow: 0 1px 4px #e9e9e9;
}
header .logo {
  width: 150%;
}
header ul {
  text-align: center;
  margin-top: 34px;
}
header ul a {
  display: inline-block;
  margin: 0 5px;
  transition: all ease 0.5s;
}
header ul a:hover {
  color: #fc5477;
}
header .contact {
  width: 100%;
  display: inline-block;
  background: #ffb56c;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  padding: 12px 0;
  margin-top: 20px;
  transition: all ease 0.5s;
}
header .contact:hover {
  border-bottom-right-radius: 30px;
  background: #fc5477;
}

.fixed-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
}

.owl-carousel {
  direction: ltr;
}

.owl-carousel .owl-item {
  direction: rtl;
}

.slider {
  position: relative;
  overflow: hidden;
  height: 700px;
}
.slider .slider-layer {
  width: 100%;
  height: 100%;
  background: #0000008f;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.slider .slider-content {
  position: absolute;
  width: 80%;
  bottom: 200px;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
}
.slider .slider-content h1 {
  color: #FFFFFF;
  margin: 0;
  padding: 15px 0;
  border-radius: 5px;
  text-shadow: 0 1px 3px #000000;
  text-align: right;
  font-size: 45px;
  font-weight: bold;
}
.slider .slider-content h5 {
  margin: 0 0 30px 0;
  color: #ffb56c;
  text-shadow: 0 1px 3px #000000;
}
.slider .slider-content ul a {
  display: inline-block;
  width: 180px;
  padding: 15px 5px;
  background: #fc5477;
  color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  margin: 0 5px;
  transition: all ease 0.5s;
}
.slider .slider-content ul a:hover {
  background: #ffb56c;
  border-bottom-right-radius: 30px;
}
.slider .item {
  width: 100%;
  height: 700px;
}
.slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title {
  margin-bottom: 50px;
}
.title h4 {
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.prices {
  margin: 100px 0;
}
.prices .price {
  border: 1px dashed #cccccc;
  padding: 40px 15px;
  text-align: center;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.prices .price i {
  font-size: 50px;
  display: block;
  margin-top: 30px;
  color: #ffb56c;
  transition: all ease 0.5s;
}
.prices .price h4 {
  margin: 20px 0 30px 0;
}
.prices .price h4 span {
  display: inline-block;
  background: #cccccc;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  margin: 10px auto;
  width: 40px;
  height: 40px;
  line-height: 45px;
  transition: all ease 0.5s;
}
.prices .price p span {
  color: #fc5477;
}
.prices .price a {
  display: inline-block;
  margin-top: 30px;
  color: #3e3eea;
}
.prices .price:hover {
  border: 1px dashed #ffb56c;
}
.prices .price:hover i {
  transform: rotate(360deg);
}
.prices .price:hover h4 span {
  background: #ffb56c;
}

.text {
  margin: 60px 0 100px 0;
}
.text img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-top: 60px;
}
.text h4 {
  margin: 25px 0 30px 0;
}
.text p {
  line-height: 35px;
}
.text a {
  display: inline-block;
  background: #ffb56c;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  padding: 10px 25px;
  margin-top: 10px;
  transition: all ease 0.5s;
}
.text a:hover {
  border-bottom-right-radius: 30px;
  background: #fc5477;
}
.text ul {
  padding: 0 30px 0 0;
  margin-top: 20px;
}
.text ul li {
  margin-bottom: 15px;
}

.contact {
  padding: 100px 0;
  background: #eeeeee;
}
.contact h4 {
  text-align: center;
  margin: 0 0 50px 0;
}

.my-from input, .my-from select {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 2px;
  background: #cccccc;
  margin-bottom: 15px;
  padding: 0 10px;
  border-bottom: 2px solid #fc5477;
  transition: all ease 0.5s;
}
.my-from input:focus, .my-from select:focus {
  outline: none;
  border-bottom: 2px solid #ffb56c;
}
.my-from input:hover, .my-from select:hover {
  border-bottom: 2px solid #ffb56c;
}
.my-from textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #fc5477;
  border-radius: 2px;
  background: #cccccc;
  margin-bottom: 15px;
  padding: 0 10px;
  transition: all ease 0.5s;
}
.my-from textarea:focus {
  outline: none;
  border-bottom: 2px solid #ffb56c;
}
.my-from textarea:hover {
  border-bottom: 2px solid #ffb56c;
}
.my-from button {
  display: inline-block;
  border: none;
  background: #ffb56c;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  padding: 12px 40px;
  transition: all ease 0.5s;
}
.my-from button:hover {
  border-bottom-right-radius: 30px;
}
.my-from .code {
  position: relative;
  width: 100%;
  height: 45px;
}
.my-from .code span {
  position: absolute;
  top: 9px;
  left: 15px;
  background: #FFFFFF;
  color: #000000;
  padding: 1px 15px;
  border-radius: 5px;
}

footer {
  background: #fc5477;
  padding: 7px 0;
}
footer p {
  color: #FFFFFF;
  font-size: 13px;
  margin-top: 7px;
}
footer a {
  color: #FFFFFF;
  float: left;
  font-size: 13px;
  transition: all ease 0.5s;
  display: inline-block;
  margin-top: 7px;
}
footer .visitors {
  background: #EEEEEE;
  display: inline-block;
  color: #000000;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 0 !important;
}

.whatsApp {
  position: fixed;
  left: 30px;
  bottom: 30px;
  background: #25D366;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  transition: all ease 0.5s;
  z-index: 1000;
}

/*responsive menu*/
.barsbutton {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  transition: all ease 0.5s;
}

.barsbutton i {
  color: #fc5477;
  font-size: 30px;
}

.barsbutton:hover {
  color: #ffffff;
}

.fullscreen .modal-dialog {
  margin: 0 0 0 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  color: #333;
}

.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  color: #333;
  background: rgba(255, 255, 255, 0.97);
  overflow: auto;
}

.fullscreen .modal-body ul {
  padding: 20px 0 0 0;
}

.fullscreen .modal-body li {
  padding: 10px 0 10px 0;
}

.fullscreen .modal-body a {
  color: #333;
  font-size: 200%;
  margin-bottom: 20px;
  display: inline-block;
}

.card-columns {
  column-count: 2 !important;
}

.application {
  position: relative;
  width: 100%;
  height: 100vh;
}
.application img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.application .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00000091;
}
.application .application-form {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: #eeeeee;
  padding: 30px 15px;
  border-radius: 5px;
}
.application .application-form ul {
  margin-top: 30px;
}
.application .application-form ul li a {
  display: inline-block;
  margin: 0 10px;
  background: #25d366;
  width: 75px;
  height: 75px;
  line-height: 90px;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
  color: #FFFFFF;
}
.application .application-form ul li a:hover {
  background: #fc5477;
  color: #FFFFFF;
}
.application .application-form ul li span {
  font-size: 16px;
  color: #000000;
  line-height: 0;
  display: block;
  margin-top: 25px;
}

.page {
  margin: 100px 0;
}
.page img {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 5px;
}

.sayings {
  background: #f3f6fe;
}
.sayings .sayings-contents {
  padding: 70px 40px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.sayings .sayings-contents .quote {
  position: absolute;
  left: 60px;
  top: 60px;
}
.sayings .sayings-contents h4 {
  margin: 0 0 40px 0;
}
.sayings .sayings-contents p {
  font-size: 35px;
  width: 80%;
  margin: 0 auto;
  line-height: 60px;
}
.sayings .sayings-contents .avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin: 40px auto 0 auto;
  display: block;
}
.sayings .sayings-contents span {
  display: inline-block;
  margin: 15px 0;
}

.package {
  width: 100%;
  border-radius: 5px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.package h4 {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  font-size: 17px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 0 15px 0;
}
.package ul {
  padding: 0 10px;
}
.package ul li {
  margin-bottom: 15px;
}
.package ul li:last-child {
  margin-bottom: 0;
}

.blog-section {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 100px;
}
.blog-section img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-section .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00000091;
}
.blog-section h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 1px 4px #000000;
  font-size: 50px;
}

.blog-item {
  width: 100%;
  height: 250px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.blog-item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-item h3 {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 13px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  margin: 0;
}

@media only screen and (max-width: 500px) {
  .slider, .slider .item {
    height: 350px;
  }

  .slider-content {
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
    transform: none !important;
    padding: 0 15px;
    text-align: center;
  }
  .slider-content h1 {
    font-size: 23px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .slider-content a {
    width: 130px !important;
    padding: 10px 5px !important;
    font-size: 15px !important;
  }

  .slider-content a {
    margin-bottom: 15px !important;
  }

  .price {
    margin-bottom: 30px;
  }

  footer {
    text-align: center;
  }
  footer a {
    float: none;
  }

  .sayings-contents img {
    display: none;
  }
  .sayings-contents p {
    font-size: 20px !important;
    line-height: 30px !important;
    width: 100% !important;
  }

  .application {
    padding: 100px 0;
    height: auto !important;
  }
  .application .application-form {
    position: static;
  }
}
.paypal {
  margin: 100px 0;
}

.bg {
  width: 100%;
  height: 400px;
  position: relative;
}
.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg h1 {
  position: absolute;
  background: #000000b5;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  text-align: center;
  padding: 20px 10px;
  font-size: 30px;
  margin: 0;
}

.paypalList li {
  margin-bottom: 15px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

/*# sourceMappingURL=style.css.map */