@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");
body {
  font-family: "Maven Pro", sans-serif;
  padding-top: 70px;
}

input:invalid::placeholder {
  color: #e4bba7;

}
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.button-group button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  background-color: #e4bba7;
  color: white;
  cursor: pointer;
  flex: 1 1 auto; /* Les boutons occupent l'espace disponible */
  max-width: 150px; /* Limite la largeur maximale */
  text-align: center;
}


footer a:hover {
  color: white !important ; /* Change la couleur en blanc */
  font-weight: bold; /* Rend le texte plus gras */
}

.button-group button:hover {
  background-color: #b69585;
}

@media (max-width: 767px) {
  .button-group {
    gap: 0.5rem; /* Réduit l'espace entre les boutons sur les petits écrans */
  }

  .button-group button {
    font-size: 0.9rem;
    max-width: 100%; /* Les boutons occupent toute la largeur disponible sur mobile */
  }
  video {
    max-width: 100%; /* Enlève toute restriction sur mobile */
  }
}



/* Style pour le lien */
.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e4bba7; /* Couleur de fond claire */
  color: white; /* Couleur du texte */
  padding: 10px 20px; /* Espace autour du texte */
  text-align: center; /* Centrer le texte */
  text-decoration: none; /* Enlever la décoration de lien */
  display: inline-block; /* Empêcher le lien de s'étendre sur toute la largeur */
  border-radius: 5px; /* Coins arrondis */
  transition: background-color 0.3s; /* Transition pour le survol */
  font-weight: bolder;
}


/* Style au survol */
.download-btn:hover {
  background-color: #7d6e67; /* Changer la couleur de fond au survol */
  cursor: pointer; /* Afficher un curseur pointeur */
}

.ytb {
  text-align: center;
  width: 100%;
  max-width: 800px; /* Limite la largeur de la vidéo */
  position: relative;
  margin: 18vh auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.joyp{
  margin: 18vh;
}

.photo-container {
  display: flex;
  justify-content: space-between; /* Espace égal entre les images */
  gap: 8px; /* Espace entre les photos */
  margin-bottom: 16vh;
}

.photo {
  width: 24%; /* Ajustez la largeur des photos pour qu'elles tiennent sur une seule ligne */
  height: 26%; /* Garder les proportions de l'image */
}



/* Styler l'iframe pour occuper toute la largeur et hauteur du parent */
.ytb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


.btn-5 {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #e4bba7;
  background: linear-gradient(0deg, #e4bba7 0%, #e4bba7 100%);
  cursor: pointer;
  overflow: hidden;
  box-shadow:
    0px 0px 5px 0px #fff,
    1px 1px 10px 0px #0003,
    2px 2px 5px 0px #0002;
  transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
}

.btn-5:hover {
  color: #e4bba7;
  background: transparent;
  box-shadow: none;
}

.btn-5:before,
.btn-5:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #e4bba7;
  box-shadow:
    -1px -1px 5px 0px #fff,
    7px 7px 20px 0px #0003,
    4px 4px 5px 0px #0002;
  transition: width 400ms ease-in-out;
}

.btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
  width: 100%;
  transition: width 800ms ease-in-out;
}


.onclic {
  width: 40px;
  border-color: #d6d6d6; /* Remplace $gray par la valeur hexadécimale */
  border-width: 3px;
  font-size: 0;
  border-left-color: #1ECD97; /* Remplace $green par la valeur hexadécimale */
  animation: rotating 2s 0.25s linear infinite;
}

.onclic:after {
  content: "x";
}

.onclic:hover {
  color: #1ECD97; /* Remplace $green par la valeur hexadécimale */
  background: white;
}

.validate {
  font-size: 13px;
  color: white;
  background: #1ECD97; /* Remplace $green par la valeur hexadécimale */
}

.validate:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.contact-form {
  background: #f8f9fa; /* Couleur de fond douce */
  padding: 15px; /* Réduction supplémentaire de l'espacement interne */
  border-radius: 10px; /* Coins légèrement arrondis */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Ombre légère */
}

.form-control {
  border-radius: 20px; /* Coins arrondis pour les champs */
  border: 1px solid #e4bba7; /* Bordure douce */
  transition: border-color 0.3s; /* Transition de la bordure */
  width: 100%; /* Les champs prennent toute la largeur de leur conteneur */
  font-size: 0.9rem; /* Réduction de la taille de la police */
}

textarea {
  resize: none; /* Empêche le redimensionnement de la zone de texte */
  font-size: 0.9rem; /* Réduction de la taille de la police pour la zone de texte */
}




@media (max-width: 768px) {
  .contact-form {
    margin: 20px; /* Espacement pour les écrans plus petits */
  }
  
}


.timeline-yr {
  background-color: #e67e22;
  color: #fff;
  padding: 0.6rem; /* Taille du cercle inchangée */
  border-radius: 50%;
  font-size: 1rem; /* Taille du texte maintenue */
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.timeline-yr span {
  font-size: 0.2rem; /* Réduction importante de la taille du texte */
  line-height: 0.2; /* Interlignage presque inexistant */
}


/* Timeline */
.timeline-wrapper {
  display: flex;
  margin-bottom: 2rem;
  position: relative;
}


.timeline-info {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.3s ease;
}

.timeline-info:hover {
  transform: translateY(-10px);
}

.timeline-info h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #e4bba7;
}

.timeline-info p {
  font-size: 1rem;
  line-height: 1.6;
  color: #777;
}

.timeline-wrapper::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e4bba7;
}

.timeline-wrapper:last-child::before {
  display: none;
}

#imagepo {
    height: 100%; 
    width: 70%; 
    margin-top: -100px;
    margin-left: 30vh;
}

.plusmoi{
  font-size: 12px;
  margin-bottom: 20vh;
}

.text-image-section {
  display: flex; /* Utilisation de Flexbox */
  align-items: center; /* Centre verticalement le contenu */
  padding: 20px; /* Espacement interne */
}

.text-content {
  flex: 1; /* Prend l'espace restant */
  padding-right: 10px; /* Espacement entre le texte et l'image */
  margin-left: 20px;
  
}

.image-content {
  flex: 2; /* Prend l'espace restant */
}

.image-content img {
  max-width: 100%; /* L'image ne dépasse pas la largeur du conteneur */
  height: auto; /* Garde les proportions de l'image */
}

.section {
  display: flex; /* Utilise Flexbox pour aligner les éléments */
  align-items: center; /* Centre verticalement les éléments */
  padding: 20px; /* Ajoute de l'espacement autour de la section */
  margin-bottom: 100px;
}

.image {
  max-width: 50%; /* Limite la largeur de l'image à 50% de la section */
  height: auto; /* Garde les proportions de l'image */
  margin-right: 20px; /* Espace entre l'image et le texte */
}




.small-text {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.2px;
}

ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
ul li {
  list-style: none;
}

a {
  font-weight: normal;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
a:hover {
  color: #e4bba7 !important;
}



.navbar-brand .uil {
  font-size: 40px;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #5b5b5b;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: -1px;
}

h1 {
  color: #212121;
  font-size: 2.8em;
  margin: 24px 0;
}

h2 {
  color: #353535;
  font-size: 2.4em;
  font-weight: bold;
}

h3 {
  color: #484848;
}

h3,
b, strong {
  font-weight: bold;
}

.custom-btn {
  background: #eee;
  color: #5b5b5b;
  font-weight: bold;
  border-radius: 50px;
  padding: 13px 29px;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  transition: all 0.4s ease;
}
.custom-btn:hover {
  color: #e4bba7;
}
.custom-btn.custom-btn-bg {
  background: #544559;
  color: #ffffff;
}
.custom-btn.custom-btn-bg:hover {
  background: #e4bba7;
  color: #ffffff !important;
}

.animated {
  position: relative;
}

.animated-info {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  min-width: 260px;
  position: relative;
}

.animated-item {
  color: #e4bba7;
}

.animated-item {
  font-size: 38px;
  line-height: inherit;
  display: block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  animation: BottomTotop 6s linear infinite 0s;
}
.animated-item:nth-child(2n+2) {
  animation-delay: 2s;
}
.animated-item:nth-child(3n+3) {
  animation-delay: 4s;
}

@keyframes BottomTotop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    transform: translateY(5px);
  }
  10% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 1;
    transform: translateY(0px);
  }
  30% {
    opacity: 0;
    transform: translateY(5px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* Section image-texte : mobile-first */
@media (max-width: 767px) {
  .text-image-section {
    flex-direction: column; /* Image en haut, texte en bas sur mobile */
    align-items: center; /* Centrer le contenu */
  }

  .image-content {
    margin-bottom: 20px; /* Espace de 2 cm (approximativement) entre l'image et le texte */
  }

  /* Optionnel : ajuster les tailles de police pour les petits écrans */
  .about-text h1 {
    font-size: 24px;
  }

  .paragraphe {
    font-size: 14px;
  }

  .custom-btn-group {
    text-align: center;
  }

#imagepo{
  margin-left: 7vh;
}
.section{
  display: block;
}

p .paragraphe{
  text-align: center;
  margin: -60px;
  margin-top: 30px;
}

div .text{
  margin-left: 30px;
}

img .image{
  height: 200px;
}

.image{
  max-width: none;
  height: 30vh;
}


}



/* Footer Styles */

footer{
  background-color: #e4bba7; 
}

.footer {
  color: #ffffff; /* Couleur du texte blanche */
  padding: 2rem 0; /* Espacement interne */
}

.footer h5 {
  font-size: 1.25rem; /* Taille du titre */
  font-weight: 600; /* Poids du titre */
  margin-bottom: 1rem; /* Espacement sous le titre */
}

.footer p {
  font-size: 0.95rem; /* Taille du texte */
  line-height: 1.6; /* Hauteur des lignes */
  margin-bottom: 1.5rem; /* Espacement sous le paragraphe */
}

.footer ul {
  list-style: none; /* Supprime les puces */
  padding: 0; /* Supprime les marges */
}

.footer ul li {
  margin-bottom: 0.75rem; /* Espacement entre les liens */
}

.footer ul li a {
  color: #ffffff; /* Couleur blanche pour les liens */
  text-decoration: none; /* Supprime le soulignement */
  font-size: 0.95rem; /* Taille du texte des liens */
  transition: color 0.3s ease; /* Animation douce pour le survol */
}

.footer .d-flex a {
  display: flex; /* Affiche les icônes en ligne */
  align-items: center; /* Centre verticalement les icônes */
  justify-content: center; /* Centre horizontalement */
  color: #ffffff; /* Couleur blanche */
  margin-right: 0.75rem; /* Espacement entre les icônes */
  transition: transform 0.3s ease, color 0.3s ease; /* Animation de survol */
}



.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  will-change: transform;
  transition: transform 200ms linear;
}
.navbar[class*="-unpinned"] {
  transform: translate(0, -150%);
}
.navbar[class*="-pinned"] {
  transform: translate(0, 0);
}
.navbar[class*="headroom--not-top"] {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0 20px;
}

.nav-link {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
}
.nav-link span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s;
}
.nav-link span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #e4bba7;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:focus span,
.navbar-light .navbar-nav .nav-link:hover span {
  transform: translateY(-100%);
}

.navbar-light .navbar-toggler-icon {
  background: none;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {
  transform: rotate(45deg);
  top: 6px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {
  transform: rotate(-45deg);
  bottom: 1px;
}
.navbar-toggler .navbar-toggler-icon {
  background: #212121;
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  transition: all 0.4s ease;
  position: relative;
}

.copyright-text {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.color-mode {
  font-weight: bold;
  cursor: pointer;
}

.color-mode-icon {
  position: relative;
  right: 6px;
}
.color-mode-icon:after {
  font-family: 'unicons';
  content: '\ea9f';
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
}
.color-mode-icon.active:after {
  font-family: 'unicons';
  content: '\eb65';
  font-size: 30px;
  color: #ffffff;
}

.dark-mode {
  background: #0c0c0d;
}
.dark-mode .navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.dark-mode .navbar-light .navbar-nav .nav-link:hover {
  color: #e4bba7;
}
.dark-mode .navbar[class*="headroom--not-top"] {
  background: #0c0c0d;
  border-bottom: 1px solid #1f1f1f;
}
.dark-mode .small-text {
  background: #0d0c15;
  color: #ffffff;
}

.dark-mode .paragraphe {
  color: white;
}


.dark-mode .feature-card .uil,
.dark-mode .navbar-light .navbar-brand,
.dark-mode h1, .dark-mode h2,  .dark-mode h4, .dark-mode h5, .dark-mode h6,
.dark-mode .color-mode {
  color: #ffffff;
}
.dark-mode .owl-carousel .owl-nav button.owl-next,
.dark-mode .owl-carousel .owl-nav button.owl-prev,
.dark-mode .owl-carousel button.owl-dot {
  color: #ffffff;
}

body.dark-mode {
  background-color: #121212;
  color: #f5f5f5;
}

.navbar.dark-mode {
  background-color: #333;
  border-color: #444;
}

.color-mode-icon {
  margin-right: 10px;
}
/* Style pour le conteneur de la liste */
.list-container {
  display: flex;
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
}

/* Style pour l'ul */
ul {
  list-style-type: disc; /* Affiche les puces */
  padding-left: 20px; /* Espace pour les puces */
  text-align: left; /* Alignement du texte à gauche */
  margin: 4vh; /* Supprime la marge par défaut */
}

/* Style pour les li */
li {
  margin: 10px 0; /* Espacement entre les éléments de la liste */
}


/* Conteneur principal */
.list-container {
  background-color: #f5f5f5;  /* Fond clair pour le contraste */
  padding: 20px;
  border-radius: 8px;  /* Coins arrondis */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  /* Ombre légère */
  max-width: 600px;
  margin: 20px auto;
}

/* Style de la liste principale */
.list-container ul {
  list-style-type: none;  /* Supprime les puces classiques */
  padding-left: 20px;
}

/* Style pour chaque élément de la liste principale */
.list-container > ul > li {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}

/* Style pour les sous-listes (imbriquées) */
.list-container ul ul {
  list-style-type: disc;  /* Puces pour les sous-listes */
  padding-left: 20px;
}

/* Style pour les éléments de sous-listes */
.list-container ul ul li {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
}

/* Style pour le texte en gras */
.list-container strong {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}



.timeline-wrapper {
  position: relative;
  padding: 22px 0;
}
.timeline-wrapper:last-child:before {
  height: 0;
}
.timeline-wrapper:before {
  content: "";
  background: #bf9e8d;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 38px;
}

.timeline-yr {
  background: #e4bba7;
  border-radius: 100%;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 35px;
  text-align: center;
}
.timeline-yr span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: contents;
  line-height: 25px;
}

.timeline-info {
  display: inline-block;
  vertical-align: top;
  max-width: 432px;
  margin-left: 6em;
}
.timeline-info small {
  color: #474559;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.project-info {
  position: relative;
  overflow: hidden;
}

.project-image {
  transition: opacity 0.3s ease-in-out;
  display: block;
  height: 72vh;
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

video {
  display: block;
  margin: 60px auto 0; /* Décalage de la vidéo de 50px vers le bas */
  position: relative;
}

h6{
  display: flex;
  justify-content: center;
  align-items: center;
}


.titleoverlay{
  color: rgb(219, 190, 190);
  margin: 10vh
}

.project-info:hover .project-image {
  opacity: 0.5;
}

.project-info:hover .project-overlay {
  opacity: 1;
}

.projct{
  margin-bottom: 6vh;
}


.project-info {
  display: flex;            /* Active le flexbox */
  justify-content: center;  /* Centre horizontalement */
  align-items: center;      /* Centre verticalement */
  overflow: hidden;         /* Coupe l'image si elle dépasse le conteneur */
}



.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}


.owl-carousel .owl-nav span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  background: none;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'unicons';
  font-size: 100px;
  line-height: normal;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: '\e833';
  left: -45px;
}
.owl-carousel .owl-nav .owl-next:before {
  content: '\e836';
  right: -45px;
}

.owl-theme .owl-nav [class*=owl-] {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #e4bba7;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #b88e87;
}

.social-icons {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.social-icons li a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s;
}

.social-icons li a:hover {
  color: #007bff;
}


.btn-secondary{
background-color: #b88e87;
color: white;
border: none;
}

.google-map iframe {
  width: 100%;
}

.contact-form {
  position: relative;
}
.contact-form .form-control {
  background: transparent;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  font-weight: bold;
  margin: 16px 0;
}
.contact-form .form-control:not(textarea) {
  height: 48px;
}
.contact-form .form-control:hover, .contact-form .form-control:focus {
  border-color: #e4bba7;
}
.contact-form .submit-btn {
  background: #e4bba7;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.contact-form .submit-btn:hover {
  background: #b88e87;
}

.contact-info {
  background: #474559;
  border-radius: 0 0 3px 3px;
  position: relative;
  bottom: 8px;
}
.contact-info p, .contact-info a {
  color: #f7f3f3;
}

.social-links .uil {
  color: #f7f3f3;
  font-size: 20px;
  display: block;
  margin: 5px 0;
}
.social-links .uil:hover {
  color: #e4bba7;
}

@media (min-width: 1270px) {
  .owl-theme .owl-dots {
    position: relative;
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .full-screen {
    padding-bottom: 4rem;
  }

  .color-mode {
    display: none;
  }

  .about-image {
    margin-top: 4em;
  }

  .mobile-mt-2,
  .contact-form {
    margin-top: 2em;
  }

  .contact-info {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2em;
  }

  .animated-item {
    font-size: 30px;
  }

  .navbar-collapse {
    background: #ffffff;
    text-align: center;
    padding-bottom: 20px;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 3px 20px;
  }
}
@media (max-width: 580px) {
	.animated-info {
		min-width: 200px;
	}
  .animated-item {
    font-size: 30px;
  }

  .custom-btn-group {
    text-align: center;
  }

  .custom-btn {
    display: block;
    margin: 10px 0;
  }

  .owl-theme .owl-nav {
    display: none;
  }

  .timeline-info small {
    display: block;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 320px) {
  .animated-text {
    margin-top: 0;
  }

  .about-text {
    text-align: center;
  }

  .full-screen {
    padding: 4rem 0;
  }

  .mobile-block {
    display: block;
  }

  .contact-info {
    flex-direction: column;
  }

  .social-links li {
    display: inline-block;
    vertical-align: top;
  }
}