@charset "UTF-8";
:root {
  --main-color: #000000;
  --second-color: #ffffff;
  --bg-global-color: #ffffff;
  --p-color: #000000;
  --sky-blue: #95C9ED;
  --dark-blue: #112742;
  --orange: #ef5b21;
  --second-main-color: #034C5E;
  --bg-color: #AAFEC1;
}

:root {
  --main-color: #000000;
  --second-color: #ffffff;
  --bg-global-color: #ffffff;
  --p-color: #000000;
  --sky-blue: #95C9ED;
  --dark-blue: #112742;
  --orange: #ef5b21;
  --second-main-color: #034C5E;
  --bg-color: #AAFEC1;
}

.modal-content {
  border-radius: 12px;
}
.modal-content .modal-style .header-content h2 {
  font-size: 26px;
  font-weight: 600;
}
.modal-content .modal-style h5 {
  font-weight: 700;
}
.modal-content .modal-style .sub-text-info {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}
.modal-content .modal-style .sub-text-info a {
  color: black;
  font-weight: 600;
}
.modal-content .modal-style .btn-close {
  font-size: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-content .modal-style .btn-close:hover {
  color: black;
  opacity: 1;
}
.modal-content input.form-control, .modal-content textarea {
  border: none;
  border-bottom: 2px solid black;
}
.modal-content a {
  color: #022340;
}
.modal-content textarea {
  width: 100%;
  padding: 10px;
}
.modal-content textarea:focus-visible {
  outline: none;
}

:root {
  --main-color: #000000;
  --second-color: #ffffff;
  --bg-global-color: #ffffff;
  --p-color: #000000;
  --sky-blue: #95C9ED;
  --dark-blue: #112742;
  --orange: #ef5b21;
  --second-main-color: #034C5E;
  --bg-color: #AAFEC1;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero .hero-shot {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
#hero .hero-shot img {
  width: 100%;
  height: 30vh;
  filter: brightness(0.8);
}
#hero .hero-shot .hero-caption {
  z-index: 10;
  position: absolute;
}
#hero .hero-shot .hero-caption h1 {
  margin: 0;
  font-size: 65px;
  line-height: 55px;
  font-weight: 700;
  color: var(--second-color);
  font-weight: 600;
}
#hero .hero-shot .hero-caption h1 span:first-child {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
}
#hero .hero-shot .hero-caption .btn-consultation.black-version {
  background-color: transparent;
  border: 2px solid #112642;
  color: #112642;
}
#hero .hero-shot .hero-caption .btn-consultation.black-version:hover {
  color: white;
  background-color: #112642;
}

#hero .hero-shot-single-post {
  background-color: var(--orange);
  width: 100%;
  height: 45vh;
  display: flex;
  justify-content: start;
  align-items: center;
}
#hero .hero-shot-single-post img {
  width: 100%;
  height: 45vh;
  position: absolute;
  filter: brightness(0.8);
}
#hero .hero-shot-single-post::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.173);
}
#hero .hero-caption {
  z-index: 10;
  position: absolute;
}
#hero .hero-caption h1 {
  margin: 0;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: var(--second-color);
  font-weight: 600;
}
#hero .hero-caption h1 span:first-child {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
}

/*--------------------------------------------------------------
  # Sections : Sept conseils pour faire ses études en Allemagne
  --------------------------------------------------------------*/
.section-conseils .img-section {
  width: 100%;
  max-height: 650px;
}
.section-conseils .img-section img {
  width: 100%;
  max-height: 650px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.section-conseils ul li {
  list-style: disc;
}

:root {
  --main-color: #000000;
  --second-color: #ffffff;
  --bg-global-color: #ffffff;
  --p-color: #000000;
  --sky-blue: #95C9ED;
  --dark-blue: #112742;
  --orange: #ef5b21;
  --second-main-color: #034C5E;
  --bg-color: #AAFEC1;
}

/*--------------------------------------------------------------
# Section: section-education
--------------------------------------------------------------*/
.section-education h3 {
  font-size: 33px;
}
.section-education .image-container .item-inner img {
  width: 100%;
  transform: translate(-36px, -36px);
}
.section-education .image-container .item-inner.cours {
  background: var(--orange);
}
.section-education .image-container .item-inner.etudes {
  background: #FFCA7F;
}
.section-education .image-container .item-inner.ausbildung {
  background: #9DE9D4;
}
.section-education .image-container.middle .item-inner img {
  transform: translate(36px, -36px);
}

:root {
  --main-color: #000000;
  --second-color: #ffffff;
  --bg-global-color: #ffffff;
  --p-color: #000000;
  --sky-blue: #95C9ED;
  --dark-blue: #112742;
  --orange: #ef5b21;
  --second-main-color: #034C5E;
  --bg-color: #AAFEC1;
}

#hero .hero-shot-contact {
  background: url("./../images/contact.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: start;
  align-items: center;
}
#hero .hero-shot-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.173);
}
#hero .hero-shot-contact .hero-caption {
  z-index: 10;
  position: absolute;
}
#hero .hero-shot-contact .hero-caption h1 {
  margin: 0;
  font-size: 85px;
  line-height: 75px;
  font-weight: bold;
  color: var(--second-color);
  font-family: "degular";
}
#hero .hero-shot-contact .hero-caption .desc {
  width: 35%;
}
#hero .hero-shot-contact .hero-caption .desc p {
  color: var(--second-color);
}
#hero .hero-shot-contact .hero-caption .desc a {
  text-decoration: underline;
  color: var(--second-color);
}
#hero .hero-shot-contact .hero-caption .desc a:hover {
  opacity: 0.8;
}
#hero .hero-shot-contact .hero-caption .desc .infos a {
  font-size: 20px;
}

.section-contact {
  background-color: var(--dark-blue);
}
.section-contact h3, .section-contact h5, .section-contact p {
  color: var(--second-color);
}
.section-contact input.form-control, .section-contact textarea {
  border: none !important;
  border-radius: 0 !important;
  padding-left: 1px !important;
  border-bottom: 2px solid var(--second-color) !important;
  background-color: transparent !important;
  color: var(--second-color) !important;
}
.section-contact input.form-control::-moz-placeholder, .section-contact textarea::-moz-placeholder {
  color: var(--second-color) !important;
}
.section-contact input.form-control::placeholder, .section-contact textarea::placeholder {
  color: var(--second-color) !important;
}
.section-contact label {
  padding-left: 0 !important;
}
.section-contact a, .section-contact label {
  color: var(--second-color) !important;
}
.section-contact textarea {
  width: 100%;
  padding: 10px;
}
.section-contact textarea:focus-visible {
  outline: none;
}

@media (max-width: 991px) {
  #hero .hero-shot-contact .hero-caption h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #hero .hero-shot-contact .hero-caption .desc {
    width: 100%;
  }
}
:root {
  --main-color: #000000;
  --second-color: #ffffff;
  --bg-global-color: #ffffff;
  --p-color: #000000;
  --sky-blue: #95C9ED;
  --dark-blue: #112742;
  --orange: #ef5b21;
  --second-main-color: #034C5E;
  --bg-color: #AAFEC1;
}

.section-make-it .card-chemin-allemand {
  background-color: #FAF9F6;
  border-radius: 10px;
  height: 100%;
  text-align: start;
  transition: all 0.3s ease;
}
.section-make-it .card-chemin-allemand:hover, .section-make-it .card-chemin-allemand.active {
  transition: all 0.3s ease;
  background-color: var(--orange);
}
.section-make-it .card-chemin-allemand:hover img, .section-make-it .card-chemin-allemand.active img {
  filter: invert(1);
}
.section-make-it .card-chemin-allemand:hover .card-chemin-allemand-body h3, .section-make-it .card-chemin-allemand.active .card-chemin-allemand-body h3 {
  color: var(--second-color);
}
.section-make-it .card-chemin-allemand img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.section-make-it .card-chemin-allemand .card-chemin-allemand-body {
  text-align: center;
}
.section-make-it .card-chemin-allemand .card-chemin-allemand-body h3 {
  font-size: 18px;
  color: var(--main-color);
  line-clamp: 2 !important;
}
.section-make-it .card-chemin-allemand .card-chemin-allemand-body p {
  color: var(--main-color);
}
.section-make-it img.collapse-img {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  border-radius: 10px;
  margin: 20px 0px;
}
.section-make-it .tab-content h2 {
  color: var(--second-color);
  font-size: 39px;
  padding-bottom: 10px;
  max-width: 524px;
}
.section-make-it .tab-content h2 span {
  background-color: var(--orange);
  padding: 5px;
}
.section-make-it .tab-content h2 span:first-child {
  transform: rotate(359deg);
}
.section-make-it p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.menu-make-it {
  position: fixed;
  right: 0;
  top: 25vh;
  gap: 2px;
  width: 85px;
  z-index: 1000;
  display: none !important;
}
.menu-make-it .menu-make-it-card {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
}
.menu-make-it .menu-make-it-card img {
  width: 33px;
  height: 33px;
}

.show-menu-make-it {
  display: flex !important;
}

:root {
  --main-color: #000000;
  --second-color: #ffffff;
  --bg-global-color: #ffffff;
  --p-color: #000000;
  --sky-blue: #95C9ED;
  --dark-blue: #112742;
  --orange: #ef5b21;
  --second-main-color: #034C5E;
  --bg-color: #AAFEC1;
}

/*--------------------------------------------------------------
# partner-section
--------------------------------------------------------------*/
.partner-section .accordion-header, .partner-section .accordion-header button {
  cursor: pointer;
  background-color: var(--bg-global-color);
}
.partner-section .accordion-header .accordion-button::after, .partner-section .accordion-header button .accordion-button::after {
  filter: invert(1);
}
.partner-section .accordion-body {
  background-color: var(--bg-global-color);
  padding: 16px 2px;
}
.partner-section.faq .accordion-button {
  padding: 16px 2px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partner-section.faq .accordion-button::after, .partner-section.faq .accordion-button:not(.collapsed)::after {
  display: none !important;
}
.partner-section.faq .accordion-button .icon {
  width: 37px;
  height: 37px;
  background-color: white;
  display: flex;
  padding: 11px;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.partner-section.faq .accordion-button .icon::before {
  content: "";
  width: 37px;
  height: 37px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3e%3cpath d='M8 1a.5.5 0 0 1 .5.5v6h6a.5.5 0 0 1 0 1h-6v6a.5.5 0 0 1-1 0v-6h-6a.5.5 0 0 1 0-1h6v-6A.5.5 0 0 1 8 1z'/%3e%3c/svg%3e");
}
.partner-section.faq .accordion-button:not(.collapsed) .icon {
  transition: all 0.3s ease;
  padding: 8px !important;
  background-color: var(--orange);
}
.partner-section.faq .accordion-button:not(.collapsed) .icon::before {
  filter: invert(1);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3e%3cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.partner-section.faq h5 {
  color: var(--main-color);
}
.partner-section.faq ul li {
  padding-bottom: 16px;
  font-size: 17px;
  display: flex;
  align-items: center;
}
.partner-section.faq ul li i {
  font-size: 23px;
  margin-right: 10px;
  color: #082341;
  opacity: 0.7;
}

body {
  font-family: "Public Sans", sans-serif;
  font-style: normal;
  overflow-x: hidden;
  background: var(--bg-global-color);
}

img {
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

p {
  color: var(--p-color);
  font-weight: 400;
  font-size: 17px;
}

h2, h3, h4, h5 {
  font-weight: 700;
}

a {
  font-weight: 600;
}

h1, h2 {
  font-weight: 700;
}

h3, h4 {
  font-weight: bold;
}

button:focus,
input:focus,
a:focus,
textarea:focus {
  box-shadow: none !important;
}

button,
a {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  text-decoration: none;
}

li {
  list-style: none;
}

.bottom-icons.active .scroll-top {
  padding: 12px 14px;
  display: flex;
  z-index: 50;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  background-color: rgb(233, 233, 233);
  color: var(--dark-blue);
  text-decoration: none;
  position: fixed;
  right: 15px;
  bottom: 40px;
  transition: all 0.4s ease;
}
.bottom-icons.active .scroll-top:hover {
  background-color: var(--orange);
}
.bottom-icons.active .scroll-top:hover > i {
  color: var(--second-color);
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9d9d9d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}

/*--------------------------------------------------------------
  # Sections Global
  --------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

select.form-control {
  padding: 14px 12px;
}

.no-padding {
  padding: 0;
}

.section-header h2 {
  font-size: 42px;
}

.social-networking {
  flex-wrap: wrap;
}
.social-networking img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 20px;
  height: 20px;
}
.social-networking .youtube i {
  font-size: 24px !important;
  position: relative;
  top: 4px;
  color: black;
}

#toast {
  visibility: hidden;
  width: 100%;
  max-width: 400px;
  margin: auto;
  background-color: green;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 1;
  top: 18vh;
  right: 10px;
  font-size: 17px;
  animation: fadein 2s ease-in;
}

#toast #img {
  width: 50px;
  position: absolute;
  height: 100%;
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  background-color: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#toast #desc {
  color: #fff;
  padding: 16px 30px 16px 55px;
  overflow: hidden;
}

#toast.show {
  visibility: visible;
  animation: fadein 2s ease-in;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 997;
  height: 80px;
}
#header.fixed-top {
  position: sticky;
  top: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: var(--bg-global-color);
  margin-top: 0 !important;
  transition: all 0.3s ease-in-out;
}
#header.fixed-top .navbar a {
  color: var(--main-color);
}
#header.fixed-top .navbar a::before {
  background-color: var(--main-color);
}
#header.fixed-top .mobile-nav-toggle {
  color: var(--main-color);
}
#header .logo img {
  width: 100%;
  max-width: 265px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li:hover a {
  color: var(--main-color);
}
.navbar li:hover a:before {
  visibility: visible;
  width: 100%;
}
.navbar ul li {
  white-space: nowrap;
}
.navbar ul li a:before {
  content: "";
  position: absolute;
  height: 3px;
  bottom: -4px;
  background-color: var(--main-color);
  visibility: hidden;
  width: 0;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0 30px;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-color);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-transform: capitalize;
}
.navbar a:focus {
  color: var(--main-color);
  transition: 0.3s;
}
.navbar a:hover {
  color: var(--main-color);
}
.navbar a:hover:before {
  visibility: visible;
  width: 100%;
}
.navbar .active {
  color: var(--main-color);
}
.navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar .active:focus {
  color: var(--main-color);
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: var(--main-color);
  font-size: 42px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: var(--main-color);
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 31px;
  right: 25px;
  color: black;
  font-size: 36px;
}
.navbar-mobile ul {
  display: block !important;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  background-color: var(--main-color);
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: black;
}
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: black;
}
.navbar-mobile a:hover {
  color: var(--main-color);
}
.navbar-mobile a:hover:before {
  visibility: hidden;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile li:hover > a {
  color: var(--main-color);
}
.navbar-mobile li:hover > a:before {
  visibility: hidden;
}
.navbar-mobile .active {
  color: var(--main-color);
}
.navbar-mobile .active:before {
  visibility: hidden;
}

.menu-content {
  background-color: var(--second-color);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0%;
  z-index: 10004;
  overflow-x: hidden;
  transition: all 0.7s ease-out;
  transform: translateX(100%);
}
.menu-content.active {
  transition: all 0.5s ease-out;
  transform: translateX(0%);
}
.menu-content .close-btn {
  cursor: pointer;
  color: var(--main-color);
  font-size: 45px;
  line-height: 35px !important;
  font-weight: 900 !important;
  position: absolute;
  right: 16px;
}
.menu-content ul img.lg {
  width: 100%;
  max-width: 220px;
  padding: 15px 0px;
}
.menu-content ul li a {
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold !important;
  padding-left: 0;
  text-transform: capitalize;
}
.menu-content ul li a:hover {
  color: rgba(0, 0, 0, 0.52);
}
.menu-content ul .social-networking a {
  border-radius: 30px;
  border: 2px solid var(--dark-blue);
  display: flex;
  padding: 10px;
  justify-content: center;
  width: 45px;
  height: 45px;
}
.menu-content ul .social-networking a:hover {
  background-color: var(--dark-blue);
}
.menu-content ul .social-networking a:hover img, .menu-content ul .social-networking a:hover i {
  filter: invert(1);
}

.left-side {
  z-index: 2;
  transition: all 0.8s ease-out !important;
  background-color: rgba(0, 0, 0, 0.425);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
}

/*--------------------------------------------------------------
  # header-top
  --------------------------------------------------------------*/
.header-top {
  background: #f9f9f9;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
}
.header-top a {
  color: #797979;
}
.header-top .left-pos a {
  padding: 10px 0;
  display: inline-block;
  margin-right: 7px;
  padding-right: 7px;
  border-right: solid 1px #e8e8e8;
}
.header-top .left-pos a i.fa-phone-alt {
  transform: rotate(90deg);
}
.header-top .left-pos a.left-button {
  background: #ef5b21;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  border: 0;
}
.header-top .left-pos a.left-button:hover {
  background-color: #203672;
}
.header-top .right-pos a {
  padding: 10px 0;
  display: inline-block;
  margin-left: 7px;
  padding-left: 7px;
  border-left: solid 1px #e8e8e8;
}
.header-top .right-pos a.right-button {
  background: #203672;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  border: 0;
}
.header-top .right-pos a.right-button:hover {
  background-color: #ef5b21;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero .carousel {
  width: 100%;
  height: auto;
  max-height: 60vh;
  display: flex;
  justify-content: start;
  align-items: center;
}
#hero .carousel .hero-caption h1 {
  margin: 0;
  font-size: 85px;
  line-height: 75px;
  font-weight: 700;
  color: var(--second-color);
  font-weight: 600;
}
#hero .carousel .hero-caption h1 span:first-child {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}
#hero .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
#hero .carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  border: none;
  margin-right: 3px;
  margin-bottom: 30px;
}
#hero .carousel .carousel-control-next {
  opacity: 1 !important;
}
#hero .carousel .icon-nav {
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid white;
  padding: 10px 10px;
}
#hero .carousel .icon-nav i {
  font-size: 18px;
}
#hero .carousel .icon-nav:hover {
  background-color: var(--dark-blue);
}

.btn-consultation {
  display: inline-block;
  border: 2px solid var(--orange);
  color: var(--second-color);
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: var(--orange);
}
.btn-consultation:hover {
  background-color: rgba(239, 91, 33, 0.862745098);
  color: var(--second-color);
  transition: all 0.3s ease;
}
.btn-consultation.black-version {
  background-color: var(--orange);
  border: 2px solid var(--orange);
  color: var(--second-color);
}
.btn-consultation.black-version:hover {
  background-color: var(--second-color);
  color: var(--main-color);
}

/*--------------------------------------------------------------
# Section Destinations
--------------------------------------------------------------*/
.limit-lines, .section-last-news .card-news .card-news-body p {
  --max-lines: 5;
  --line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--max-lines);
}

/*--------------------------------------------------------------
# Section: section-information-form
--------------------------------------------------------------*/
.section-information-form {
  background-image: url("./../images/bg-contact.jpg");
  position: relative;
}
.section-information-form:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.912);
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
# Section: section-aussagen
--------------------------------------------------------------*/
.section-aussagen {
  background-color: var(--orange);
  transition: all 0.3s ease;
}
.section-aussagen .bildschirmfoto {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.section-aussagen .bildschirmfoto img {
  border-radius: 50px;
}
.section-aussagen .bildschirmfoto span {
  color: var(--second-color);
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 5px;
}
.section-aussagen .bildschirmfoto p {
  opacity: 0.9;
  font-size: 15px !important;
  line-height: 17px;
}
.section-aussagen h2 {
  color: white;
}
.section-aussagen p {
  color: white;
}
.section-aussagen .text-span {
  color: white;
  opacity: 0.95;
  font-weight: 500;
  font-size: 18px;
}
.section-aussagen h3 {
  color: var(--second-color);
}
.section-aussagen .owl-events .item {
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.section-aussagen .owl-events .item:hover img {
  transition: all 0.3s ease;
  filter: brightness(0.8);
  transform: scale(1.02);
}
.section-aussagen .owl-events .item img {
  width: 100px;
  height: 100px;
  transition: all 0.3s ease;
  filter: brightness(1);
}
.section-aussagen .owl-events .item .card-img-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section-aussagen .owl-events .item .card-img-overlay h4 {
  font-size: 35px;
  color: var(--second-color);
}
.section-aussagen .owl-events .owl-nav {
  display: none;
}
.section-aussagen .owl-events .owl-dots {
  display: flex !important;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
}
.section-aussagen .owl-events .owl-dots button.owl-dot.active {
  background: var(--second-color);
  height: 6px;
  border-radius: 10px;
}
.section-aussagen .owl-events .owl-dots button.owl-dot {
  background: rgba(245, 245, 245, 0.488);
  width: 100%;
  height: 2px;
}

/*--------------------------------------------------------------
# About-us-section
--------------------------------------------------------------*/
.about-us-section {
  background: #f9f9f9;
}
.about-us-section .hr-line {
  margin-left: 12px;
  background: var(--main-color);
  height: 2px;
  opacity: 1;
}
.about-us-section h2 {
  text-transform: capitalize;
}
.about-us-section h2 span {
  font-style: italic;
  color: rgba(58, 58, 58, 0.835);
}

/*--------------------------------------------------------------
# Section: Last news
--------------------------------------------------------------*/
.section-last-news a {
  color: black;
}
.section-last-news a:hover {
  color: white;
}
.section-last-news .card-news {
  cursor: pointer;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 10;
}
.section-last-news .card-news:hover {
  box-shadow: 0px 4px 4px 0px rgba(35, 40, 105, 0.0784313725);
  transition: all 0.3s ease;
  background-color: var(--orange);
  color: white;
}
.section-last-news .card-news:hover p, .section-last-news .card-news:hover .card-news-footer a {
  color: white !important;
}
.section-last-news .card-news img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: auto;
  max-height: 230px;
  display: block;
}
.section-last-news .card-news .card-news-body .date {
  font-size: 14px;
}
.section-last-news .card-news .card-news-body p {
  font-size: 16px;
  color: #797979;
  transition: all 0.3s ease;
}
.section-last-news .card-news .card-news-footer a {
  font-weight: 700;
  font-size: 16px;
  color: black;
}
.section-last-news .card-news .card-news-footer a i {
  font-size: 12px;
}

/*--------------------------------------------------------------
# Section: FAQ
--------------------------------------------------------------*/
.section-faq {
  background-image: url("./../images/faq.webp");
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-faq:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.141);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-faq h2 {
  color: var(--second-color);
  position: relative;
}
.section-faq h5 {
  font-size: 18px;
}
.section-faq .accordion-button {
  padding: 10px !important;
}
.section-faq .accordion-item {
  border-radius: 10px;
  overflow: auto;
  margin-bottom: 4px;
}
.section-faq .accordion-header, .section-faq .accordion-header button {
  cursor: pointer;
  background-color: rgba(245, 245, 245, 0.294);
  color: var(--main-color);
}
.section-faq .accordion-body, .section-faq .accordion-header button {
  padding-left: 0px;
}
.section-faq .accordion-body {
  padding: 10px;
  background-color: whitesmoke;
}
.section-faq .accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}

/*--------------------------------------------------------------
# Section : section-accreditations
--------------------------------------------------------------*/
.section-accreditations .carousel-partner .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.section-accreditations .swiper-container {
  overflow: hidden;
}
.section-accreditations .carousel-partner img {
  width: 100%;
  max-width: 116px;
}

/*--------------------------------------------------------------
# Section -why-us 
--------------------------------------------------------------*/
.section-why-us {
  background-color: var(--dark-blue);
}
.section-why-us .text-span {
  color: white;
  opacity: 0.95;
  font-weight: 500;
  font-size: 18px;
}
.section-why-us h3, .section-why-us p {
  color: var(--second-color);
}
.section-why-us .items .item-title {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--second-color);
  font-size: 18px;
  font-weight: bold;
}
.section-why-us .items .item-title div {
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  height: 27px;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-why-us .items .item-title div span {
  position: relative;
  bottom: 1px;
}
.section-why-us .items p {
  font-size: 16px;
  max-width: 70%;
}

/*--------------------------------------------------------------
# section-our-mission-section
--------------------------------------------------------------*/
.section-our-mission .card-w {
  background-color: #FAF9F6;
  border-radius: 10px;
  height: 100%;
  text-align: start;
  transition: all 0.3s ease;
}
.section-our-mission .card-w.cat {
  width: 100%;
  min-height: 175px;
}
.section-our-mission .card-w:hover, .section-our-mission .card-w.active {
  transition: all 0.3s ease;
  background-color: var(--dark-blue);
}
.section-our-mission .card-w:hover img, .section-our-mission .card-w.active img {
  filter: invert(1);
}
.section-our-mission .card-w:hover .card-w-body h3, .section-our-mission .card-w:hover .card-w-body p, .section-our-mission .card-w.active .card-w-body h3, .section-our-mission .card-w.active .card-w-body p {
  color: var(--second-color);
}
.section-our-mission .card-w img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.section-our-mission .card-w .card-w-body {
  text-align: center;
}
.section-our-mission .card-w .card-w-body h3 {
  font-size: 26px;
  color: var(--main-color);
}
.section-our-mission .card-w .card-w-body p {
  color: var(--main-color);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url(../images/map.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #262626;
  padding: 0 0 30px 0;
  color: var(--second-color);
}
#footer .bg-color {
  background-color: var(--orange);
  height: 13px;
}
#footer .footer-top {
  padding: 10px 0 10px 0;
}
#footer .footer-top .logo {
  cursor: pointer;
  padding: 35px 0px;
}
#footer .footer-top .logo img {
  width: 100%;
  max-width: 240px;
  filter: grayscale(1);
}
#footer .footer-top h4 {
  font-size: 30px;
  text-wrap: nowrap;
  margin-bottom: 45px;
}
#footer .footer-top h4::after {
  content: "";
  display: block;
  width: 20%;
  height: 3.5px;
  background-color: white;
}
#footer .footer-top .footer-links .logo-ul a.big-a {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid var(--second-color);
  padding-bottom: 5px;
  text-decoration: none !important;
}
#footer .footer-top .footer-links .logo-ul a.big-a:hover {
  color: whitesmoke;
}
#footer .footer-top .footer-links .logo-ul img {
  -o-object-fit: fill;
     object-fit: fill;
  filter: invert(1);
  cursor: pointer;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul li i {
  font-size: 15px !important;
}
#footer .footer-top .footer-links ul a {
  color: var(--second-color);
  transition: all 0.3s ease;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: whitesmoke;
}
#footer .footer-top .footer-links ul .social-networking img {
  filter: invert(1);
}
#footer .footer-top .footer-links ul .social-networking .youtube i {
  font-size: 24px !important;
  color: var(--second-color);
}
#footer .footer-top .footer-links ul p {
  font-size: 14px;
  max-width: 240px;
  width: 100%;
  color: var(--second-color);
}
#footer .footer-top .footer-links .add-padding {
  padding: 22px 20px;
}
#footer .footer-bottom a, #footer .footer-bottom p {
  font-weight: 500;
  color: var(--second-color);
  font-size: 14px;
}
#footer .footer-bottom a:hover {
  text-decoration: underline;
  color: whitesmoke;
}

.contact-icons {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #ef5b21;
  z-index: 20;
  border-radius: 10px 0px 0px 10px;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
}
.contact-icons a {
  padding: 13px 10px;
  border-radius: 10px 0px 0px 10px;
  transition: all 0.3s ease;
}
.contact-icons a:hover {
  transition: all 0.3s ease;
  background-color: var(--second-color);
}
.contact-icons a:hover img {
  filter: invert(1);
}
.contact-icons hr {
  margin: 0px 11px;
  color: var(--second-color);
  opacity: 1;
}

@media (max-width: 768px) {
  #header {
    height: 55px;
  }
  #header .logo img {
    max-height: 30px;
  }
  #hero .carousel .hero-caption h1, #hero .hero-caption h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .btn-consultation {
    padding: 10px 15px;
  }
  div.menu-content.active {
    width: 100% !important;
  }
  .section-header {
    text-align: start !important;
  }
  .section-header h2 {
    font-size: 28px !important;
  }
  .section-faq .accordion-item h5 {
    font-size: 18px;
  }
  .section-infos {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  .section-infos.flex-change {
    flex-direction: column !important;
  }
  .section-infos .info-image {
    margin: auto;
    width: 100%;
    padding: 15px;
    border-radius: 10px !important;
  }
  .section-infos .info-image img {
    border-radius: 10px !important;
  }
  .section-education .column-reverse {
    flex-direction: column-reverse !important;
  }
  .section-education h3 {
    font-size: 25px !important;
  }
  .section-education .image-container .item-inner img {
    transform: translate(-14px, -14px) !important;
  }
  .section-education .image-container.middle .item-inner img {
    transform: translate(14px, -14px);
  }
  .hero-shot .hero-caption h1 {
    font-size: 40px !important;
    line-height: 36px !important;
  }
  #hero .hero-shot-single-post .hero-caption h1 {
    font-size: 36px !important;
    line-height: 37px !important;
  }
}
@media (max-width: 991px) {
  .navbar {
    transition: transform 0.3s ease-in-out;
  }
  .navbar ul {
    display: none;
    width: 100%;
    justify-content: space-between !important;
  }
  #footer .footer-top .footer-links .add-padding {
    padding: 22px 12px;
  }
  .section-header h2 {
    font-size: 38px;
  }
  .section-infos .info-text {
    padding-left: 0px;
    padding-right: 20px;
  }
  .section-education h3 {
    font-size: 28px;
  }
  .section-education .image-container .item-inner img {
    transform: translate(-23px, -23px);
  }
  .section-education .image-container.middle .item-inner img {
    transform: translate(23px, -23px);
  }
  .section-why-us .items p {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .navbar a {
    font-size: 13px;
  }
}
@media (max-width: 1180px) {
  .mobile-nav-toggle {
    display: block !important;
  }
  .navigation-links {
    display: none !important;
  }
  .menu-content.active {
    width: 450px !important;
  }
}
@media (min-width: 1180px) {
  .menu-content.active {
    width: 0% !important;
  }
}
@media (min-width: 992px) {
  .section-infos .info-text {
    padding-left: 0px;
    width: 83%;
  }
  .section-infos .info-image {
    width: 50%;
    margin-left: auto;
  }
}/*# sourceMappingURL=style.css.map */