/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 0px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
div#template-customizer {
  display: none;
}

.ClrGld {
  color: #d0ac53 !important;
}

.bg-Gld {
  background-color: #ffa704 !important;
  color: black !important;
}

.btn-label-gld {
  color: white!important;
  background-color: #d0ac53!important;
}

.btn-label-gld:hover {
  color: white!important;
  background-color: #b40a1e!important;
}

#extraItems {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

#extraItems.show {
  display: block;
  max-height: 500px;
}

.Prix_Cards {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px 0px, rgba(0, 0, 0, 0.22) 0px 15px 12px 0px;
}
.Second-Sec-text {
  line-height: 40px;
  text-align: left;
}
.container-Big-title-holder {
  height: 100vh;
}
.container-Big-title-holder2 {
  height: 50vh;
}
.container-Big-title-holder-Login {
  height: 100vh;
}
.container-Big-title-holder-Login input {
  color: black!important;
}
.Big-title-holder {
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-title-ursf2 {
  font-size: 90px;
}
.CardLogin {
  width: 500px;
  background: #9c9c9c29;
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 59%);
}
@media (max-width: 1200px) {
  .nav-link.fw-medium {
      font-size: 12px;
  }
}
@media (max-width: 991px) {
  .light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link {
      color: black;
  }
  .container-Big-title-holder2 {
    padding-top: 7rem;
  }
  .dropdown-menu.p-4.p-xl-8.show {
    background: transparent!important;
    transform: translateX(0%)!important;
  }
  .hero-title-ursf2 {
    font-size: 60px;
  }
  .app-brand-link {
    display: none;
  }
  .light-style .layout-navbar .navbar.landing-navbar {
    background-color: transparent;
    border-color: transparent;
  }
  .light-style .layout-navbar.navbar-active .navbar.landing-navbar {
    background-color: transparent;
    box-shadow: none;
  }
  nav.layout-navbar.navbar-active::after {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  svg.icon.icon-tabler.icons-tabler-outline.icon-tabler-category-2 {
    color: #caae4b;
    border: 2px solid gold;
    border-radius: 20px;
    padding: 4px;
    margin: 1px;
    background: black;
  }
  .navbar.navbar-expand-lg.landing-navbar.p-0 {
    justify-content: end!important;
  }
  li.nav-item {
    border-bottom: 1px solid black;
    width: 110%;
    margin-left: -15px;
  }
}
@media (max-width: 799px) {
  .hero-title-ursf {
    font-size: 100px!important;
  }
  .Second-Sec-titel {
    font-size: 26px;
    line-height: 36px;
  }
  .Second-Sec-text {
    line-height: 30px;
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .hero-title-ursf {
    font-size: 80px !important;
  }
}
@media (max-width: 550px) {
  .CardLogin {
    width: 90%;
  }
}
@media (max-width: 470px) {
  .hero-title-ursf {
    font-size: 50px !important;
  }
  .container-Big-title-holder {
    height: 60vh;
    padding-top: 7rem;
  }
  .Big-title-holder {
    height: 33vh;
  }
  .hero-title-ursf2 {
    font-size: 30px;
  }
}
.LongText {
  line-height: 50px;
}

@media (max-width: 767px) {
  .LongText {
      line-height: 40px;
      font-size: 20px;
  }
}

@media (max-width: 510px) {
  .LongText {
      line-height: 35px;
      font-size: 17px;
  }
}

@media (max-width: 440px) {
  .LongText {
      line-height: 30px;
      font-size: 15px;
  }
}

@media (max-width: 390px) {
  .LongText {
      line-height: 30px;
      font-size: 14px;
  }
}

@media (max-width: 367px) {
  .LongText {
      line-height: 30px;
      font-size: 13px;
  }
}
@media (max-width: 999px) {
  .accordion-body {
      font-size: 16px;
  }
  h1.text-primary.hero-title.fw-extrabold.w-100.display-4.display-md-6 {
    font-size: 65px;
  }
  h2.hero-sub-title.h6.mb-6.T-LFT.SCDFVDX.w-100 {
    font-size: 20px;
  }
  .card-body.text-center h4.mb-0 {
    font-size: 18px;
  } 
  a.btn.btn-facebook.waves-effect,
  a.btn.btn-success.waves-effect,
  a.btn.btn-twitter.waves-effect {
    font-size: 12px;
    padding: 5px 10px;
  }
  a.btn.btn-facebook.waves-effect span,
  a.btn.btn-success.waves-effect span,
  a.btn.btn-twitter.waves-effect span {
    font-size: 15px;
    padding-right: 5px;
  }
}
@media (max-width: 700px) {
  h1.text-primary.hero-title.fw-extrabold.w-100.display-4.display-md-6 {
    font-size: 50px;
  }
  h2.hero-sub-title.h6.mb-6.T-LFT.SCDFVDX.w-100 {
    font-size: 15px;
  }
  button.accordion-button ,
  button.accordion-button.collapsed {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  h1.text-primary.hero-title.fw-extrabold.w-100.display-4.display-md-6 {
    font-size: 35px;
  }
  h2.hero-sub-title.h6.mb-6.T-LFT.SCDFVDX.w-100 {
    font-size: 14px;
    line-height: 20px;
  }
  /* .light-style .landing-hero {
    height: 75vh!important;
    padding-top: 5rem;
  } */
  a.btn.btn-primary.btn-lg.waves-effect.waves-light {
    padding: 6px 25px;
    font-size: 15px;
  }
  h5.mb-8.text-white {
    margin-bottom: 5px !important;
  }
  .col-lg-6.pt-0.text-center.text-lg-end.mt-0 {
    display: none;
  }
}
.client-logo.img-fluid {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}

#presentation {
  width: 480px;
  height: 120px;
  padding: 20px;
  margin: auto;
  background: #FFF;
  margin-top: 10px;
  box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border-radius: 10px;
}

#presentation h1 {
  font-weight: 400;
}

#presentation h3 {
  font-weight: 400;
  color: #666;
}

#presentation:hover {
  box-shadow: 0 12px 28px -5px rgba(0, 0, 0, 0.13);
  transition: all 0.3s;
  transform: translateZ(10px);
}

#floating-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.plus {
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-family: "Roboto";
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

#container-floating:hover {
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus {
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit {
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit {
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in {
  from {
      opacity: 0;
      transform: rotateZ(-70deg);
  }

  to {
      opacity: 1;
      transform: rotateZ(0deg);
  }
}

@keyframes edit-out {
  from {
      opacity: 1;
      transform: rotateZ(0deg);
  }

  to {
      opacity: 0;
      transform: rotateZ(-70deg);
  }
}

@keyframes plus-in {
  from {
      opacity: 1;
      transform: rotateZ(0deg);
  }

  to {
      opacity: 0;
      transform: rotateZ(180deg);
  }
}

@keyframes plus-out {
  from {
      opacity: 0;
      transform: rotateZ(180deg);
  }

  to {
      opacity: 1;
      transform: rotateZ(0deg);
  }
}

.nds {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform: scale(0);
  cursor: pointer;
}

.nd1 {
  background: #49e670;
  right: 40px;
  bottom: 120px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode: forwards;
}

.nd3 {
  background: #03e78b;
  right: 40px;
  bottom: 180px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.15s linear;
  animation-fill-mode: forwards;
}

.nd4 {
  background: #0866ff;
  right: 40px;
  bottom: 240px;
  animation-delay: 0.1s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode: forwards;
}

@keyframes bounce-nds {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
      transform: scale(1);
  }
}

@keyframes bounce-out-nds {
  from {
      opacity: 1;
      transform: scale(1);
  }

  to {
      opacity: 0;
      transform: scale(0);
  }
}

#container-floating:hover .nds {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
  animation-delay: 0.08s;
}

#container-floating:hover .nd4 {
  animation-delay: 0.15s;
}

#container-floating:hover .nd5 {
  animation-delay: 0.2s;
}

.letter {
  font-size: 23px;
  font-family: "Roboto";
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
  width: 100%;
  height: 100%;
  padding: 8px;
}

.reminder {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.profile {
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}



.Alti1 {
    padding-left: 40px;
    position: absolute;
    top: 200px;
}
.Alti1 h1 {
    font-size: 90px;
    line-height: 5rem;
    font-weight: 700;
    color: black;
}
.Alti1 p {
    font-size: 27px;
    line-height: 3rem;
    font-weight: 500;
    color: black;
}
.Alti1 h1:nth-child(2) {
    color: #d0ac53;
}
.Alti1 span {
    color: #d0ac53;
    font-weight: bolder;
    font-size: 30px;
}
.Alti1 div span {
    width: 50%;
}
.Alti1 div span p {
    display: flex;
    align-items: center;
    margin: 0;
}
.Alfatic {
    height: 100vh!important;
    object-fit: cover !important;
}
.phoneDiv {
    margin-top: 30px;
}
.phoneDiv span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px!important;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #d0ac53;
    color: black;
}
.phoneDiv span {
    display: flex;
    align-items: center;
}

@media (max-width: 1399px) {
  .Alti1 h1 {
      font-size: 60px;
      line-height: 3rem;
  }
  .Alti1 p {
    font-size: 20px;
    line-height: 2.5rem;
  }
}
@media (max-width: 999px) {
  .Alfatic {
      height: 75vh!important;
  }
  .Alti1 {
    top: 120px;
  }
  .Alti1 h1 {
      font-size: 40px;
      line-height: 2rem;
  }
  .Alti1 p {
    font-size: 17px;
    line-height: 2rem;
  }
}
@media (max-width: 850px) {
  .Alfatic {
      height: 60vh !important;
      object-position: left;
  }
  .Alti1 {
    top: 80px;
  }
}
@media (max-width: 510px) {
  .Alti1 span {
      font-size: 25px;
  }
  .Artex p {
    font-size: 13px;
  }
  .phoneDiv span {
    width: 200px !important;
  }
}
@media (max-width: 410px) {
  .Alti1 h1 {
    font-size: 28px;
    line-height: 1.3rem;
  }
  .Alti1 p {
    font-size: 15px;
    line-height: 1.5rem;
    width: 100% !important;
  }
  .Artex {
    flex-direction: column;
  }
  .Alti1 div span {
    width: 100%;
  }
  .Artex {
      padding-top: 15px;
  }
}
