/*

Template 2075 Digital Team

http://www.tooplate.com/view/2075-digital-team

*/

body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
}


html,
body {
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  letter-spacing: 2px;
}

.heading {
  font-size: 20px;
}

.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}

.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #CCC;
}

.section-title strong {
  color: #DA724C;
  font-size: 56px;
}

.section-title h1 {
  font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

.work,
.about,
.team,
.portfolio,
.pricing,
.contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

.team {
  background-color: white;
}

/* ==========================================================================
preloader section
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}

.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #DA724C;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  100% {
    width: 100%;
    height: 100%;
    background: rgb(36, 124, 128);
  }
}


/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
  background: #4B4B4B;
  margin-bottom: 0;
}

.custom-navbar .navbar-brand {
  color: #DA724C;
  font-weight: 600;
  font-size: 24px;
  padding-top: 10px !important;
}

.navbar-brand img {
  height: 30px;
}

.custom-navbar .navbar-brand .navbar-toggle {
  background: #DA724C;
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.custom-navbar .nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #eeeeee;
}

.custom-navbar .nav>li>a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}

.custom-navbar .nav li.active>a {
  color: #DA724C;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #DA724C;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    background: #4B4B4B;
    padding: 10px;
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    padding: 8px;
    background: #4B4B4B;
  }
}

.navbar-brand div.logo {
  height: 40px;
  width: 230px;
  background-image: url("../images/logo-header.png");
}
.centerize {
  display: flex;
  justify-content: center;
  align-content: center;
}

.centerize img { 
  height: 200px !important;
  width: 200px !important;
  align-self: center;
}

.navbar-brand div.logo:hover {
  background-position: 0px 40px;
}

.navbar-nav li a {
  position: relative;
}
#aboutus {
  background-color: white;
  padding-bottom: 30px;
}

.navbar-nav li a,
.navbar-nav li a:after {
  transition: all .5s;
}

.navbar-nav li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  color: transparent;
  background: #4CA9AC;
  height: 1px;
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}

.navbar-nav li a:hover {
  color: #DA724B !important;
  z-index: 1;
}

.navbar-nav li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* ==========================================================================
home section
========================================================================== */
.home {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  height: auto;
  text-align: center;
  position: relative;
}

.home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(00, 00, 00, 0.6);
}

.home h1 {
  font-size: 40px;
}


.home hr {
  width: 240px;
}

.home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

.home .btn.program {
  background: #337ab7 !important;
}

.home .btn:hover {
  background: #DA724C;
  border-color: transparent;
}

.home .btn-danger {
  background: #DA724C;
  border-color: transparent;
}

.home .btn-danger:hover {
  border: 4px solid #ffffff;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
}

/* ==========================================================================
work section
========================================================================== */
.work {
  text-align: center;
}

.about {
  font-size: 24px;
}

.justify-text {
  text-align: justify;
  text-justify: inter-word;
}

.youtube-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtube-video-container iframe,
.you-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.centerize-text {
  text-align: center;
}

.aboutsc {
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.first-part {
  display: flex;
  justify-content: center;
}
.aboutsc h3 {
  color: gray;
}

.aboutsc hr {
  width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.link:hover {
  text-decoration: none;
  cursor: pointer;
}

.about-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  padding: 30px;
}

.about-row a img {
  height: 80px;
  margin: 10px;
}

.aboutus .goals {
  display: flex;
  height: auto;
  flex-direction: row !important;
  flex-wrap: wrap;
  text-align: center;
}

.aboutus .goals h3,
.aboutus .goals i {
  color: #DA724C;
  transition: all .5s;
}

.aboutus .goals>div {
  width: 33.33%;
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.aboutus .goals>div:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

@media (max-width: 440px) {
  .aboutus .goals>div {
    width: 100%;
  }
}

/* ==========================================================================
about section
========================================================================== */
.about {
  background: #3B3B3B;
  color: #ffffff;
}

.full-width {
  width: 100%;
}

.nav-tabs {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #606060;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.nav-tabs>li>a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  text-transform: capitalize;
  background-color: transparent;
  border: none !important;
}

.nav-tabs>li>a:hover,
.nav-tabs>li:hover {
  background-color: transparent;
}

.nav-tabs>li i {
  margin-right: 3px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #DA724C;
  cursor: default;
  background-color: transparent;
  border: none !important;
}

.tab-content {
  padding-top: 20px;
}

.tab-content a {
  color: #0CC;
}

.tab-content a:hover,
.tab-content a:link {
  color: #FF0;
  text-decoration: none;
}

.tab-pane {
  font-size: 18px;
}

.tab-pane b {
  font-size: 24px;
}

/* ==========================================================================
team section
========================================================================== */
.team {
  text-align: center;
}

.team h3 {
  color: #DA724C;
  font-size: 14px;
  font-weight: bold;
}

.team .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 220px !important;
}

.team .team-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}


.team .team-des {
  background-color: rgba(00, 00, 00, 0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team .team-des:hover {
  opacity: 1;
}

.team img {
  margin: 0 auto;
  height: 100%;
}

.team .social-icon li a {
  color: #fff;
}

.team .social-icon li a:hover {
  color: #DA724C;
}

/* ==========================================================================
portfolio section
========================================================================== */
.portfolio {
  text-align: center;
}

.slick-arrow:before {
  color: #DA724C !important;
}

/* ==========================================================================
pricing section
========================================================================== */
.pricing {
  background-color: white;
  text-align: center;
}

.pricing h2 {
  font-size: 52px;
}

.pricing h3 {
  font-size: 16px;
}

.pricing .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  /* padding-top: 40px;
  padding-bottom: 80px; */
  margin-bottom: 32px;
}

.pricing .plan span {
  font-size: 16px;
}

.pricing .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  /* padding: 30px; */
  margin-bottom: 20px;
}

.pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}

.pricing .plan ul {
  padding: 0px;
}

.pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}

.pricing .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}

.pricing .plan-one .btn {
  background-color: #DA724C;
}

.pricing .plan-two .btn {
  background-color: #ffa400;
}

.pricing .plan-three .btn {
  background-color: #009988;
}

.pricing .plan .btn:hover {
  background-color: #3B3B3B;
}

.topic-list .list-l {
  text-align: left;
  text-justify: inter-word;
}

.topic-list .list-r {
  text-align: right;
  text-justify: inter-word;
}

.pricing div.row {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
}


.pricing .warnings ul {
  list-style: none;
  /* Remove list bullets */
  padding: 0;
  margin: 0;
}

.pricing .warnings ul li {
  padding-left: 16px;
}

.pricing .warnings ul li:before {
  content: "(*)";
  /* Insert content that looks like bullets */
  padding-right: 8px;
  color: red;
  /* Or a color you prefer */
}



.pack-list {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  padding-right: 10px;
  border-right: 1px solid #afafaf;
  margin-right: 10px;
}

.pack-list>div {
  width: 27%;
  box-sizing: border-box;
  margin: 20px;
  flex: auto;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  transition: all .5s ease-in-out;
}

.pack-list>div.hovered,
.pack-list>div.selected {
  cursor: pointer;
  background-color: rgb(50, 50, 50);
  color: white;
}

.pack-list ul {
  list-style-type: none;
  padding: 0;
}

.pack-price {
  width: 28%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 24px;
}

.pack-price,
.pack-price span {
  transition: all .3s ease-in;
}

.pack-price.onhover span {
  color: gray;
}

.pack-price.locked span {
  color: black;
}

.pack-price div {
  padding: 20px;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

.icoa-gallery-main {
  padding-bottom: 10px;
}

.icoa-gallery-main img {
  display: block;
  margin: 0 auto;
}

.icoa-gallery-thumb img {
  width: 25vw;
  height: 20vh;
}

.icoa-gallery-thumb button {
  color: #DA724C;
}

/* #DA724C */


@media (max-width: 440px) {
  .pack-list {
    width: 100%;
    padding-right: 0px;
    margin-right: 0px;
  }

  .pack-list>div {
    width: 100%;
  }

  .pack-price {
    width: 100%;
  }
}

/* ==========================================================================
contact section
========================================================================== */
.contact {
  background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

.contact h2 {
  padding-bottom: 20px;
}

.contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}

.contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}

.contact-info p {
  font-size: 30px;
  line-height: 1.3em;
}

.contact #mapContainer {
  height: 400px;
  width: 40vw;
}

.contacts-list>div:first-child {
  border-right: 1px solid white;
  border-left: 1px solid white;
}

@media (max-width: 440px) {
  .contact #mapContainer {
    width: 90vw;
  }
}

/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

footer p {
  padding-top: 20px;
}

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}

.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
  color: #808080;
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.social-icon li a:hover {
  color: #DA724C;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {

    .portfolio .col-lg-4,
    .portfolio .col-md-4 {
      width: 33.333%;
    }
  }
}

/* ==========================================================================
Costum classes
========================================================================== */

.padding-bottom {
  padding-bottom: 20px;
}

.padding-top {
  padding-top: 20px;
}

.padding-top-double {
  padding-top: 40px;
}

.padding-bottom-double {
  padding-bottom: 40px;
}

.no-margin-top {
  margin-top: 0px !important;
}

.margin-top {
  margin-top: 20px;
}

.margin-bottom {
  margin-bottom: 20px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.home .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}

.home .row>div {
  width: 50%;
  z-index: 1;
}

.centerize {
  display: flex;
  justify-content: center;
  align-content: center;
}

.centerize img {
  height: 200px !important;
  width: 200px !important;
  align-self: center;
  transition: .8s ease-out;
}

.list-style-none {
  list-style: none;
  /* Remove list bullets */
  padding: 0;
  margin: 0;
}

.pricing .hotels .plan {
  padding: 20px;
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  .home {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .home h1 {
    font-size: 22px;
  }

  .home h3 {
    font-size: 12px;
  }

  .home .row {
    display: flex;
    flex-direction: column;
  }

  .home .row>div {
    width: 100% !important;
    ;
  }
}

.pricing .hotels .plan_title img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.pricing .row.paths,
.pricing .hotels row {
  display: flex;
}

.flip-card {
  background-color: transparent;
  min-height: 300px;
  height: auto;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;

}

.flip-card-front {
  background-color: #bbb;
  color: black;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: end;
  z-index: 2;
  color: white;
}

.flip-card-back {
  background-color: #DA724C;
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  padding: 20px;
  font-size: 0.95em;
}

.flip-card.rb-sl .flip-card-front::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/genova.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(5px);
  z-index: -1;
}

.flip-card.md5 .flip-card-front::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/rome.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(5px);
  z-index: -1;
}

.hotel-list>div>div {
  transition: all .6s;

}

.hotel-list>div:hover>div {
  background-color: #333;
  color: rgb(127, 140, 151);
}

/* rgb(127, 140, 151) background 
 #333 gray text
; */

.pricing .sponsors,
.pricing .sponsors div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  align-content: center;
  padding: 30px;
}

.pricing .sponsors.media div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: center;
  align-content: center;
}

.pricing .sponsors.media div img {
  height: 100px !important;
  margin: 15px;
}

.pricing .sponsors div {
  padding: 0px !important;
}

.pricing .sponsors img:not(#except) {
  height: 60px;
  margin: 10px;
}

.kenitra {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 35px;
}

.kenitra img {
  height: 200px !important;
  width: auto !important;
  margin: 10px !important ;
}

.marrakech {
  height: auto;
}

.history {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#particles-js {
  height: 100%;
  width: 100%;
}

.sponsors > div > img {
  height: 50px;
  width: 80px;
}

.section-title h1 {
  width: 100%;
}