@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("./animate.min.css");
body {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  scroll-behavior: smooth;
}

#main-header {
  padding-block: 1.5rem;
  background-color: #007B54;
  color: #fff;
  text-align: center;
}
#qrcode {
  max-width: 128px;
  margin-inline: auto;
}
.h-logo {
  max-width: 150px;
}

.navbar-nav {
  width: 100%;
  justify-content: flex-end;
}

.navbar.bg-light {
  background-color: transparent !important;
  color: #000 !important;
}

.navbar-brand {
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.navbar-light .navbar-nav .nav-link::after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  margin: 0 auto;
  background-color: #06788d;
  transition: all 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000;
}
.navbar-light .navbar-nav .nav-link:hover::after, .navbar-light .navbar-nav .nav-link:focus::after {
  width: 100%;
}

.btn-contact {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #06788d;
  padding: 0.5rem 1.75rem;
  margin-left: 1.35rem;
  border-radius: 30px;
}
.btn-contact:hover, .btn-contact:focus {
  color: #fff;
  background-color: #000;
}

.dropdown-menu {
  background-color: rgb(255, 255, 255);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(110, 7, 34, 0.651);
}

#carouselDoujaHome {
  padding-bottom: 5rem;
}

#home-slider {
  padding-block: 4rem;
  padding-bottom: 6rem;
}

.sldr-caption {
  height: 375px;
  overflow: hidden;
}

.sldr-title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.sldr-img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.sldr-txt {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.btn {
  text-transform: uppercase;
  font-weight: 700;
}
.btn.btn-prime {
  color: #fff;
  background-color: #06788d;
  font-size: 18px;
  padding: 0.5rem 1.75rem;
  border-radius: 30px;
}
.btn.btn-prime:hover, .btn.btn-prime:focus {
  color: #fff;
  background-color: #000;
}
.btn.btn-reservation {
  color: #fff;
  background-color: #06788d;
  background-image: linear-gradient(90deg, #06788d 0%, #17c2b4 100%);
  font-size: 18px;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
}
.btn.btn-reservation:hover, .btn.btn-reservation:focus {
  color: #fff;
  background-color: #000;
}
.btn.btn-outline-prime {
  color: #06788d;
  background-color: transparent;
  font-size: 18px;
  padding: 0.5rem 1.75rem;
  border-radius: 30px;
  border: 1px solid #06788d;
}
.btn.btn-outline-prime:hover, .btn.btn-outline-prime:focus {
  color: #fff;
  background-color: #06788d;
}

#describe-sx {
  padding-block: 1rem 6rem;
}

.h-wrap {
  padding: 6rem 2rem;
  background-color: #000;
  color: #fff;
  height: 400px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.items-icon {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  background-color: var(--bs-gray-200);
  padding: 6rem 2rem;
  height: 400px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.items-icon.br-0 {
  border-radius: 0 !important;
  justify-content: center !important;
  background-color: transparent;
  padding: 2rem;
  height: auto;
  min-height: 200px;
}
.items-icon.br-0 .itm-icon {
  justify-content: center;
}

.itm-icon {
  display: flex;
  align-items: center;
  width: 33%;
}
.itm-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 0.25rem;
}
.itm-icon .itm-icon-txt {
  font-size: 16px;
  font-weight: bold;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  max-width: 700px;
}

#posts-list {
  padding-block: 5rem;
  background-color: #f7fdff;
  background-image: linear-gradient(45deg, #f7fdff 0%, #d9f5fe 100%);
}
#posts-list.bg-art {
  background-color: #f7fdff;
  background-image: linear-gradient(45deg, #f7fdff 0%, #f0fbff 100%);
}

.post-card-v {
  border-radius: 15px;
  position: relative;
}
.post-card-v::before {
  content: "";
  display: block;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #06788d;
  opacity: 0.4;
  transform: rotate(1deg);
  z-index: 2;
  transition: transform 0.1s ease-in;
}
.post-card-v:hover::before {
  transform: rotate(2deg);
}
.post-card-v:hover .txt-side {
  color: #fff;
  background-color: #06788d;
}
.post-card-v:hover .arrw {
  right: 1.25rem;
  opacity: 1;
}
.post-card-v:hover .sprtor {
  background-color: #fff;
}
.post-card-v:hover .sprtor::before, .post-card-v:hover .sprtor::after {
  background-color: #fff;
}

.pc-garde {
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 5;
  border-radius: 15px;
}

.img-side {
  width: 45%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
}

.txt-side {
  width: 55%;
  padding: 1.75rem 1.25rem;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 0.3s;
  position: relative;
}

.post-card-v-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.post-card-v-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.1854;
}

.arrw {
  position: absolute;
  right: 2.5rem;
  bottom: 1rem;
  font-size: 2rem;
  opacity: 0;
  transition: all 0.3s;
}

.sprtor {
  position: relative;
  display: flex;
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background-color: #06788d;
  margin-top: 1.25rem;
  margin-inline: 12px;
  transition: all 0.3s;
}
.sprtor::before, .sprtor::after {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background-color: #06788d;
  position: absolute;
  top: 0;
  transition: all 0.3s;
}
.sprtor::before {
  left: -12px;
}
.sprtor::after {
  right: -12px;
}

#main-footer {
  background-color: #007B54;
  color: #fff;
  padding-block: 5rem;
}
#main-footer a {
  color: #fff;
}
#main-footer .h-logo {
  max-width: unset;
  width: 100%;
}

.ft-address {
  margin-bottom: 0.5rem;
}
.ft-address h5 {
  font-size: 24px;
}

.social-links {
  text-align: right;
  margin-bottom: 1.5rem;
}
.social-links a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-left: 1.5rem;
}

.copy-sign {
  text-align: right;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.pre-header {
  background-color: #06788d;
  color: #fff;
  padding-block: 3rem;
}
.pre-header:hover .page-title::after {
  animation: bounceIn 1s;
}

.page-title {
  font-size: 48px;
  font-weight: 700;
  position: relative;
}
.page-title::after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  background-color: #fff;
  margin-top: 0.85rem;
}

#page-sx {
  padding-block: 4rem;
}

.txt-top {
  background-color: #06788d;
  color: var(--bs-white);
  padding: 2.5rem 2rem;
  position: sticky;
  top: 10px;
}

.txt-top a {
  color: var(--bs-white);
  text-decoration: none;
}

.txt-top i {
  font-size: 1.25rem;
}

.ic-row {
  display: flex;
}

.iclnk {
  gap: 0.25rem;
}

.iclnk > * {
  display: block;
}

.iclnk a {
  color: var(--black);
  text-decoration: none;
}

.iclnk a:hover, .iclnk a:focus {
  color: var(--primary);
}

.srvce-itm {
  display: flex;
  margin-bottom: 4rem;
}
.srvce-itm:nth-child(even) {
  flex-direction: row-reverse;
}
.srvce-itm:first-child {
  margin-top: 3rem;
}

.txt-srvce {
  width: 61%;
  padding: 0 4rem;
}

.img-srvce {
  width: 39%;
}
.img-srvce img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
  position: relative;
  margin-top: -2rem;
}

.srvce-title {
  font-weight: 700;
  font-size: 28px;
}

.offre-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ofc-header {
  padding: 1.5rem 1rem;
  background-color: #06788d;
  color: #fff;
  display: flex;
  height: 85px;
  justify-content: center;
  align-items: center;
}
.ofc-header h4 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.ofc-caption {
  padding: 1rem;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ofc-caption .upto {
  text-align: center;
  text-transform: uppercase;
}
.ofc-caption .upto .up-prce {
  font-size: 36px;
  display: block;
}

.ofc-caption, .dlog {
  font-size: 16px;
}
.ofc-caption ul, .dlog ul {
  list-style: none;
  padding-left: 0;
}
.ofc-caption ul li, .dlog ul li {
  margin-bottom: 1rem;
}
.ofc-caption ul li::before, .dlog ul li::before {
  content: "✓";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #06788d;
  color: #fff;
  font-size: 0.85rem;
}

.ofc-footer {
  display: grid;
}

.row .col-lg-3:nth-child(1) .offre-card .ofc-header {
  background-color: #06788d;
}

.row .col-lg-3:nth-child(2) .offre-card .ofc-header {
  background-color: #0a6c64;
}

.row .col-lg-3:nth-child(3) .offre-card .ofc-header {
  background-color: #0a2c6c;
}

.row .col-lg-3:nth-child(4) .offre-card .ofc-header {
  background-color: #690987;
}

.fxed-bg {
  background-color: #f7fdff;
  background-image: url("../img/pexels-pixabay-220182.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dlog {
  margin-block: 3rem 2rem;
  padding: 2rem;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #06788d;
}

.modal-content {
  border-radius: 30px;
}

.modal-title {
  font-weight: 700;
}

.modal-body {
  padding: 1.5rem;
}
.modal-body .dlog {
  margin-block: 1rem;
  text-align: left;
  font-size: 16px;
}

.art-container {
  max-width: 834px;
  margin: auto;
}

.art-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin: 1rem auto;
}

.art-sub {
  line-height: 1.5;
  font-size: 21px;
  margin: 0 auto;
}

.meta-art {
  color: var(--bs-gray-600);
  padding-block: 1rem 2rem;
}

.meta-it {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.meta-it::before {
  content: " | ";
}
.meta-it:first-child::before {
  content: none;
}

.social-share {
  margin-bottom: 1rem;
  position: fixed;
  top: 260px;
  left: 50px;
}
.social-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border: 1px solid #06788d;
  border-radius: 100%;
  color: #000;
  background-color: #fff;
  transition: all 0.3s;
  margin-bottom: 1rem;
  animation: fadeInLeft 1s;
}
.social-share a:hover, .social-share a:focus {
  color: #06788d;
}

.content-txt {
  margin: 2rem auto;
  max-width: 600px;
  font-size: 18px;
  line-height: 1.7;
}

.blur-p {
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  text-align: center;
  padding: 2rem;
  border-radius: 10px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  max-width: 720px;
  margin: auto;
}

/* Media Queries */
/* Extra Large devices */
@media screen and (max-width: 1399.98px) {
  .post-card-v-img {
    aspect-ratio: 1.05;
  }
}
/* Large devices */
@media screen and (max-width: 1199.98px) {
  .h-logo {
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .btn-contact {
    font-size: 16px;
    padding: 0.5rem;
    margin-left: 1.35rem;
  }
  .btn-contact:hover, .btn-contact:focus {
    color: #fff;
    background-color: #000;
  }
  .img-side {
    width: 40%;
  }
  .txt-side {
    width: 60%;
  }
  .post-card-v-title {
    font-size: 18px;
  }
  .post-card-v-img {
    aspect-ratio: 0.9;
  }
}
/* Medium devices */
@media screen and (max-width: 991.98px) {
  .logo {
    display: none;
  }
  .navbar-brand, .navbar-brand .h-logo {
    display: inline-block;
  }
  .navbar-brand .h-logo {
    max-width: 100px;
  }
  .navbar-light .navbar-toggler {
    color: #000;
    border-color: transparent;
  }
  .navbar-collapse {
    background-color: var(--bs-gray-200);
    border-radius: 15px;
    padding: 1rem;
  }
  .carousel-item {
    height: auto;
  }
  .sldr-caption {
    height: 350px;
    margin-bottom: 1.5rem;
  }
  .sldr-img {
    height: 250px;
  }
  #describe-sx {
    padding-block: 3em;
  }
  .img-side {
    width: 45%;
  }
  .txt-side {
    width: 55%;
  }
  .post-card-v-img {
    aspect-ratio: 1;
  }
  .post-card-v-title {
    font-size: 24px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
  }
  .btn-contact {
    font-size: 18px;
    margin-left: 0;
  }
  .h-wrap {
    padding: 3rem 1.5rem;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
  .items-icon {
    padding: 3rem 1.5rem;
    height: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .itm-icon {
    width: 50%;
    margin-bottom: 1rem;
  }
  .srvce-itm, .srvce-itm:nth-child(even) {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .txt-srvce {
    width: 100%;
    padding: 0;
    padding-left: 2rem;
  }
  .img-srvce {
    width: 100%;
  }
  .img-srvce img {
    margin-top: 0;
  }
  .social-share {
    position: static;
    top: unset;
    left: unset;
  }
  .social-share a {
    display: inline-flex;
    margin-right: 1rem;
    animation: fadeInUp 1s;
  }
}
/* small devices */
@media screen and (max-width: 767.98px) {
  #main-header {
    padding-block: 0.75rem;
  }
  #home-slider {
    padding-block: 2rem;
    padding-bottom: unset;
  }
  .sldr-title, .section-title {
    font-size: 36px;
  }
  .h-wrap, .items-icon {
    padding: 3rem 2rem;
    height: auto;
  }
  .img-side {
    width: 40%;
  }
  .txt-side {
    width: 60%;
    padding: 1.75rem 1.25rem;
  }
  .post-card-v-img {
    aspect-ratio: 0.9;
  }
  .post-card-v-title {
    font-size: 24px;
  }
  #main-footer {
    text-align: center;
  }
  #main-footer .h-logo {
    max-width: 100px;
    width: unset;
  }
  .social-links {
    margin-bottom: 1rem;
  }
  .social-links a {
    margin-left: unset;
  }
  .social-links, .copy-sign {
    text-align: center;
  }
  .txt-srvce {
    padding-left: 0;
  }
}
/*Extra small*/
@media screen and (max-width: 575.98px) {
  .art-title {
    font-size: 36px;
  }
  .post-card-v-img {
    aspect-ratio: 0.7;
  }
  .post-card-v-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .img-side {
    width: 35%;
  }
  .txt-side {
    width: 65%;
    padding: 1rem 0.75rem;
  }
  .post-card-v-title {
    font-size: var(--size-normal);
  }
}

/*# sourceMappingURL=main.css.map */
