body {
  font-family: "Raleway", serif;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

section {
  min-height: 100vh;
}

.container {
  max-width: 1680px;
}

.heading {
  font-size: 48px;
  font-weight: 700;
  color: #103A6A;
  letter-spacing: 2px;
  line-height: 58px;
}

.para {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #0059B2;
  font-family: "Work Sans", serif;
}

.alraya-btn {
  background: #0059B2;
  padding: 13px 26px;
  color: #FDFCF8;
  font-size: 18px;
  font-weight: 600;
  min-width: 162px;
  border: 0;
  transition: background 0.5s ease-in-out;
}
.alraya-btn:hover {
  background: #103A6A;
}

main.wrapper {
  max-width: 2200px;
  margin: 0 auto;
  position: relative;
}

.whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.navbar {
  background: #FDFCF8;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.navbar .navbar-collapse {
  flex-grow: initial;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #0059B2;
  padding-left: 52px;
  font-family: "Work Sans", serif;
}

.banner {
  background-image: url(../images/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.banner .banner-content {
  background: #FDFCF8;
  padding: 60px 120px;
}
.banner .banner-content h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 76px;
  letter-spacing: 3px;
  color: #103A6A;
  padding-bottom: 30px;
}
.banner .banner-content .customer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
}
.banner .banner-content .customer p {
  font-size: 18px;
  color: #103A6A;
  margin-bottom: 0;
}
.banner .banner-content .customer p span {
  font-weight: 700;
}

.about {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.about .col-md-6 {
  padding-left: 0;
}
.about .heading {
  padding-bottom: 30px;
}
.about .para {
  padding-bottom: 0.8rem;
}
.about .about-content {
  padding: 0px 120px;
  text-align: justify;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/gallery-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.gallery .heading {
  padding-bottom: 30px;
}
.gallery .container {
  width: 1350px;
  margin: 0 auto;
  max-width: 80%;
}
.gallery .slick-list {
  padding-top: 8% !important;
  padding-bottom: 8% !important;
  padding-left: 20% !important;
  padding-right: 20% !important;
}
.gallery .slick-dots {
  text-align: center;
}
.gallery .slick-dots li {
  background: #0059B2;
  opacity: 0.3;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.gallery .slick-dots li.slick-active {
  background-color: #0059B2;
  width: 13px;
  height: 13px;
  opacity: 1;
}
.gallery .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.gallery .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.gallery .slick-snext,
.gallery .slick-sprev {
  display: block;
}
.gallery .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}
.gallery .slick-snext {
  opacity: 1;
  transform: translate3d(30%, 0, 0px);
  z-index: 1;
}
.gallery .slick-sprev {
  opacity: 1;
  transform: translate3d(-30%, 0, 0px);
}
.gallery .slick-arrow {
  width: 12px;
  z-index: 10;
  cursor: pointer;
}
.gallery .slick-arrow.prev {
  position: absolute;
  bottom: -22px;
  left: 33%;
  opacity: 0.5;
}
.gallery .slick-arrow.next {
  position: absolute;
  bottom: -22px;
  right: 33%;
  opacity: 0.5;
}

.categories {
  padding-top: 100px;
  padding-bottom: 100px;
}
.categories .container {
  max-width: 1500px;
}
.categories .cat-box {
  max-width: 640px;
  margin: 30px auto 0 auto;
  padding: 24px 24px 8px 24px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.categories .cat-box h3 {
  text-align: center;
  padding-top: 15px;
  font-family: "Work Sans", serif;
  font-weight: 600;
}
.categories .cat-box h4 {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  padding-bottom: 10px;
  font-family: "Work Sans", serif;
  font-weight: 600;
}
.categories .cat-box ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #0059B2;
  font-family: "Work Sans", serif;
}

.facilities {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/fs-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.facilities .col-md-7 {
  padding-right: 0;
}
.facilities .fas-content {
  padding: 10px 120px;
}
.facilities .fas-content h2 {
  padding-bottom: 30px;
}
.facilities .fas-content ul {
  padding-bottom: 30px;
}
.facilities .fas-content ul li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #0059B2;
  font-family: "Work Sans", serif;
}

.location {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/Map-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.location .container {
  max-width: 1500px;
}
.location .right-contact {
  border: 1px solid #103A6A;
  padding: 45px;
  margin-left: 100px;
}
.location .right-contact .loc-item {
  display: flex;
  gap: 20px;
  justify-items: flex-start;
  margin-top: 27px;
}
.location .right-contact .loc-item h5 {
  font-size: 24px;
  font-weight: 600;
  color: #103A6A;
}
.location .right-contact .loc-item p,
.location .right-contact .loc-item a {
  font-size: 18px;
  line-height: 27px;
  color: #0059B2;
  text-decoration: none;
  font-family: "Work Sans", serif;
}

.contacts {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contacts .para {
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contacts .contact-form {
  max-width: 1250px;
  margin: 0 auto;
}
.contacts .contact-form label {
  font-size: 16px;
  text-transform: uppercase;
  color: #103A6A;
  font-weight: 400;
  font-family: "Work Sans", serif;
}
.contacts .contact-form .mb-4 {
  margin-bottom: 2rem !important;
}
.contacts .contact-form .form-control,
.contacts .contact-form .form-select {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #103A6A;
  outline: none;
  box-shadow: none;
  color: #103A6A;
  font-weight: 600;
  min-height: 44px;
}

.footer {
  border-top: 1px solid #103A6A;
  padding-top: 10px;
  width: 100%;
}
.footer ul li {
  list-style-type: none;
}
.footer ul li a {
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #0059B2;
  font-family: "Work Sans", serif;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #103A6A;
  font-weight: 500;
}
.footer .bottom {
  border-top: 1px solid #103A6A;
}
.footer .bottom .para {
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
}
.footer .bottom .para a {
  text-decoration: none;
  color: #0059B2;
}
.footer .bottom .para a:hover {
  font-weight: 500;
  color: #103A6A;
}

.page {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  animation: slide-in 0.6s ease forwards;
}

/* Slide-in animation */
@keyframes slide-in {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
.only-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.privacy {
  padding-top: 120px;
  padding-bottom: 100px;
  width: 100%;
}
.privacy h1 {
  padding-bottom: 20px;
}
.privacy h3 {
  font-size: 24px;
  line-height: 26px;
  color: #0059B2;
  margin-top: 30px;
  letter-spacing: 1px;
}
.privacy .para {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.privacy ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #0059B2;
  font-family: "Work Sans", serif;
}
.privacy ul.list-number {
  list-style-type: nu;
}

.thank-you {
  padding-top: 140px;
  padding-bottom: 80px;
  width: 100%;
  background-image: url(../images/bg.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.thank-you .thx-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86vh;
}

@media (max-width: 1680px) {
  .container {
    max-width: 1440px;
  }
  .heading {
    font-size: 38px;
  }
  .para {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1600px) {
  .heading {
    font-size: 40px;
  }
  .para {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .banner-content {
    padding: 30px 100px 30px 80px;
  }
  .banner .banner-content h1 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 20px;
  }
  .banner .banner-content h1 img {
    max-width: 350px;
  }
  .banner .banner-content .customer {
    padding-top: 35px;
  }
  ul li {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 1440px) {
  .container,
  .categories .container {
    max-width: 1200px;
  }
  .gallery .container {
    width: 1000px;
  }
  .navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding-left: 42px;
  }
  .navbar .navbar-brand img {
    max-width: 190px;
  }
  .heading {
    font-size: 36px;
    line-height: 46px;
  }
  .banner .banner-content h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
  }
  .banner .banner-content h1 img {
    max-width: 300px;
  }
  .banner .banner-content .customer {
    padding-top: 35px;
  }
  .banner .banner-content .customer p {
    font-size: 16px;
  }
  .banner .banner-content .customer img {
    max-width: 160px;
  }
  .about .about-content {
    padding: 0 30px;
  }
  .categories .cat-box {
    max-width: 530px;
  }
  .location .right-contact {
    margin-left: 30px;
    padding: 30px;
  }
  .location .right-contact > div > img {
    max-width: 250px;
  }
  .location .right-contact .loc-item {
    margin-top: 12px;
  }
  .location .right-contact .loc-item p,
  .location .right-contact .loc-item a {
    font-size: 16px;
    line-height: 22px;
  }
  .contacts .para {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .alraya-btn {
    padding: 10px 22px;
    font-size: 16px;
  }
  .banner .banner-content h1 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 20px;
  }
  .banner .banner-content h1 img {
    max-width: 250px;
  }
  .banner .banner-content .customer {
    padding-top: 35px;
  }
  .about .about-content {
    padding: 0 30px;
  }
  .location .right-contact {
    margin-left: 30px;
  }
  .location .right-contact .loc-item {
    margin-top: 24px;
  }
  .location .right-contact .loc-item p,
  .location .right-contact .loc-item a {
    font-size: 16px;
    line-height: 22px;
  }
  .contacts .para {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  ul {
    padding-left: 20px;
  }
  .navbar .navbar-brand img {
    max-width: 170px;
  }
  .navbar-toggler {
    box-shadow: none;
    outline: none;
    margin-bottom: -5px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  br {
    display: none;
  }
  .heading {
    font-size: 26px;
    line-height: 36px;
    text-align: left;
  }
  .categories .cat-box h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .banner {
    align-items: flex-end;
    position: relative;
    background-size: contain;
    background-position: top;
    margin-top: 62px;
    min-height: 600px;
  }
  .banner .banner-content {
    padding: 20px 20px 30px 20px;
    width: 100%;
    position: absolute;
    top: 230px;
  }
  .banner .banner-content .customer img {
    max-width: 140px;
  }
  .banner .banner-content .customer p br {
    display: block;
  }
  .banner .banner-content h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .banner .banner-content h1 img {
    max-width: 170px;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .about .col-md-6 {
    padding-left: 15px;
  }
  .about .about-content {
    padding: 30px 15px 0;
  }
  .gallery {
    min-height: 400px;
  }
  .gallery .container {
    max-width: 100%;
  }
  .gallery .slick-arrow.prev {
    left: 5%;
  }
  .gallery .slick-arrow.next {
    right: 5%;
  }
  .gallery .slick-list {
    padding-bottom: 12% !important;
  }
  .facilities .fas-content {
    padding: 10px 15px;
  }
  .location .right-contact {
    margin-left: 0;
    padding: 20px;
    margin-top: 30px;
  }
  .facilities .col-md-7 {
    padding-right: 15px;
  }
  .facilities .fas-content ul {
    padding-bottom: 0;
  }
  .footer .container .row .col-md-6 {
    text-align: center !important;
  }
  .facilities {
    padding-top: 0;
    background-size: contain;
    padding-bottom: 170px;
  }
  .about,
  .gallery,
  .categories,
  .location,
  .contacts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .thank-you {
    padding-top: 70px;
  }
  .thank-you .thx-content {
    height: 30vh;
  }
  .thank-you .thx-content .pt-5 {
    padding-top: 0 !important;
  }
}
@media (max-width: 375px) {
  .banner .banner-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner .banner-content h1 img {
    max-width: 210px;
  }
}/*# sourceMappingURL=main.css.map */