/******************************************************************
Theme Name: Morona
Description: Task management application.
Authors: Hassan Achenkour
Author URI:
Version: 3.1
******************************************************************/

/* -- FONT-- */

@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/Gilroy-light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/Gilroy-Medium.woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/Gilroy-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/Gilroy-Bold.otf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/Gilroy-Heavy.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* -- MAIN SETTING-- */

* {
  margin: 0;
  padding: 0;
  outline: none;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Gilroy, sans-serif;
  font-weight: bold;
  color: #184868;
  position: relative;
  z-index: 999;
}

h1,
h2 {
  font-size: 56px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 20px;
}

.form-control:focus {
  box-shadow: unset;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn.btn-gradient {
  color: white;
  background-color: #2579e8;
  border-radius: 25px;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
  border-width: 0;
  border-color: unset;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.btn-gradient:hover {
  background-color: #29304e;
}

.p-center {
  width: 100%;
  height: 100%;
  display: table;
}

.p-center .v-middle {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.title-rounded-background {
  background-color: #2579e8;
  color: #ffff;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 60px;
}

.title-rounded-background h4 {
  margin-bottom: 0;
  color: #ffff;
}

.icon {
  height: 60px;
  margin-bottom: 25px;
}

body {
  font-family: Gilroy, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.2px;
  color: #184868;
}

.font-blue {
  color: #2579e8;
  font-weight: 500;
}

.content {
  padding-top: 60px;
}

.section-about ul,
.section-team ul {
  list-style: none;
  padding-left: 30px;
}

.section-about ul li,
.section-team ul li {
  position: relative;
}

.section-about ul li:before,
.section-team ul li:before {
  position: absolute;
  content: " ";
  background-color: #2580e8;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -20px;
}

img {
  border: none;
}

div.clear {
  clear: both;
}

.title-background {
  font-weight: 600;
  color: #ffff;
  background-color: #2579e8;
}

.about,
.section-fonc,
.section-about,
.section-app,
.section-team,
.section-app__others,
.new-update {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.case-detail {
  margin: 40px 0 0 100px;
}

.case-detail span {
  font-weight: bold;
  font-size: 22px;
  color: #2579e8;
}

.case-detail li {
  margin-bottom: 10px;
}

/* -- HEADER -- */

header {
  position: fixed;
  width: 100vw;
  z-index: 1002;
}

header .navbar-brand img {
  height: 38px;
}

header .navbar {
  padding: 15px 0;
}

header .navbar .navbar-nav {
  ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
}

header .navbar .navbar-nav .nav-item {
  margin-left: 40px;
}

header .navbar .navbar-nav .nav-item a {
  color: #29304e;
  font-weight: 600;
}

header .navbar .navbar-nav .nav-item a:hover,
header .navbar .navbar-nav .nav-item a.active {
  color: #2579e8;
}

header .navbar.sticky {
  background-color: #ffff;
  margin: 0;
  border-radius: 0;
  padding: 20px 0px;
  width: 100%;
  top: -100px;
  z-index: 10;
  position: fixed;
  box-shadow: 0 15px 15px 0 rgba(125, 128, 155, 0.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

header .navbar.sticky.top {
  background-color: transparent;
  box-shadow: none;
  padding-top: 25px;
}

header .navbar.sticky.show {
  top: 0;
  opacity: 0.9;
}

header .my-header-mobile {
  position: fixed;
  background-color: #fff;
  width: 100vw;
  top: -81px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

header .my-header-mobile.show {
  top: 0;
}

header .my-header-mobile .navbar-brand {
  margin: 16px 0;
}

header .my-header-mobile div:first-child {
  position: relative;
  z-index: 1000;
  background-color: #fff;
}

header .my-header-mobile .full-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #fff;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

header .my-header-mobile .full-menu li {
  font-size: 20px;
  color: #29304e;
  opacity: 0;
  transform: translateY(2%);
  transition: all 300ms ease-in;
  cursor: pointer;
  padding: 0.5rem 0;
}

header .my-header-mobile .full-menu li.active a {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight: bold;
  color: #184868;
}

header .my-header-mobile .full-menu li a {
  color: #29304e;
}

header .my-header-mobile .full-menu ul {
  opacity: 0;
  text-align: center;
  list-style: none;
  height: calc(100vh - 150px);
  padding-top: 25%;
}

header .my-header-mobile .full-menu.active {
  height: 100%;
  min-height: calc(100vh - 80px);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  z-index: 0;
}

header .my-header-mobile .full-menu.active ul {
  opacity: 1;
}

header .my-header-mobile .full-menu.active li {
  opacity: 1;
  transform: translateY(0%);
}

header .my-header-mobile .full-menu.active li:nth-child(1) {
  transition-delay: 0.3s;
}

header .my-header-mobile .full-menu.active li:nth-child(2) {
  transition-delay: 0.4s;
}

header .my-header-mobile .full-menu.active li:nth-child(3) {
  transition-delay: 0.5s;
}

header .my-header-mobile .full-menu.active li:nth-child(4) {
  transition-delay: 0.6s;
}

header .my-header-mobile .full-menu.active li:nth-child(5) {
  transition-delay: 0.7s;
}

header .my-header-mobile .full-menu.active li:nth-child(6) {
  transition-delay: 0.8s;
}

header .my-header-mobile #nav-menu {
  width: 35px;
  height: 25px;
  position: relative;
  margin: 28px 0;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

header .my-header-mobile #nav-menu span {
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 5px;
  border-bottom: 2px solid #29304e;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header .my-header-mobile #nav-menu span:nth-child(1) {
  top: 0px;
}

header .my-header-mobile #nav-menu span:nth-child(2),
header .my-header-mobile #nav-menu span:nth-child(3) {
  top: 11px;
}

header .my-header-mobile #nav-menu span:nth-child(4) {
  top: 22px;
}

header .my-header-mobile #nav-menu.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

header .my-header-mobile #nav-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .my-header-mobile #nav-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .my-header-mobile #nav-menu.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* -- LANDING PAGE SECTION -- */

.main-hero {
  /* padding: 150px 0 200px; */
  padding-top: 130px;
  height: 100vh;
  /* background-color: #34495e; */
}

.main-hero:before {
  opacity: 0.05;
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-hero .mini-title {
  color: #2579e8;
  font-weight: bold;
  font-size: 20px;
  display: block;
}

/* -- ABOUT SECTION -- */

.about h3 {
  margin-bottom: 25px;
}

.about .sort-desc {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

/* -- section-fonc SECTION -- */

.section-fonc {
  background-color: #f8faff;
}

.section-fonc .title-background {
  background-color: #29304e;
}

.section-fonc h3 {
  color: #2579e8;
}

.section-fonc .section-fonc-item {
  position: relative;
}

.section-fonc .section-fonc-item .number {
  position: absolute;
  font-weight: 800;
  font-size: 55px;
  color: #2579e8;
  opacity: 0.15;
  z-index: 0;
  left: 0;
  right: 0;
  top: -50px;
}

/* -- SYMTOMS SECTION -- */

.section-about h3 {
  margin-bottom: 25px;
}

.section-about figure {
  margin-bottom: 3rem;
}

.section-about figure img {
  width: 100%;
}

/* -- section-app SECTION -- */

.section-app {
  background-color: #f8faff;
}

.section-app .title-background {
  background-color: #29304e;
}

.section-app h3 {
  color: #2579e8;
}

.section-team h3 {
  margin-bottom: 3rem;
}

.section-team .item {
  margin-top: 25px;
}

.section-team ul li {
  margin-bottom: 20px;
}

.section-team ul li:before {
  top: 15px;
}

.section-app__others {
  background-color: #f8faff;
}

.section-app__others .title-background {
  background-color: #29304e;
}

.section-app__others h3 {
  color: #2579e8;
}

/* -- NEWS UPDATE SECTION -- */

.new-update h3 {
  margin-bottom: 3rem;
}

/* -- BACK TO TOP BUTTON -- */

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #2579e8;
  color: #ffff;
  border-radius: 50%;
}

#btn-back-to-top .fas {
  font-size: 17px;
}

/* -- FOOTER -- */

footer {
  padding: 20px 0;
}

footer .copy-right {
  font-size: 15px;
  line-height: 1.6;
}

footer .copy-right span {
  display: block;
  margin-top: 15px;
  letter-spacing: 0.38px;
}

footer .copy-right a {
  color: #2579e8;
}

footer .copy-right a:hover {
  color: #184868;
}

footer .footer-logo img {
  height: 38px;
}

footer .social-media-list {
  margin-bottom: 0;
  float: right;
  margin-top: 15px;
  list-style-type: none;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  flex-direction: row;
}

footer .social-media-list li {
  display: block;
  padding: 0 13px;
  font-size: 19px;
  position: relative;
  transition: all 0.4s;
  top: 0;
}

footer .social-media-list li:hover {
  top: -3px;
}

footer .social-media-list li:nth-child(1) {
  padding-left: 0;
}

footer .social-media-list li:nth-child(1) a {
  color: #3b5998;
}

footer .social-media-list li:nth-child(2) a i {
  transition: all 0.2s ease;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .social-media-list li:nth-child(3) a {
  color: #0084b4;
}

footer .social-media-list li:nth-child(4) a {
  color: #0e76a8;
}

footer .social-media-list li:nth-child(5) {
  padding-right: 0;
}

footer .social-media-list li:nth-child(5) a {
  color: #c4302b;
}

/* Clear */

.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE Mac \*/

.clearfix {
  display: block;
}

/* End hide from IE Mac */

@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .icon {
    height: 50px;
  }
  .main-hero {
    padding: 150px 0 65px;
  }
  .main-hero figure img {
    top: unset;
    position: relative;
  }
}

@media (max-width: 767px) {
  .section-about figure,
  .main-hero figure {
    text-align: center;
  }
  .section-about figure img,
  .main-hero figure img {
    width: 70%;
  }
  .main-hero {
    padding: 100px 0 45px;
  }
  .section-fonc-item,
  .section-app-item {
    padding-bottom: 30px;
  }
  .section-team .item .item-desc {
    margin-top: 3rem;
  }
  footer .social-media-list {
    float: unset;
    justify-content: center;
  }
}

/**
* CUSTOMIZE
**/
#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0px;
  background: linear-gradient(
    to right bottom,
    rgba(41, 8, 48, 0.95) 0,
    rgba(82, 65, 143, 0.95) 50%,
    rgba(114, 183, 227, 0.95) 100%
  );
  /* z-index: 1; */
}

/* Timeline */
.timeline__wrapper {
  padding: 60px 0;
  position: relative;
}
.timeline__wrapper h3 {
  margin-bottom: 3rem;
}

.wrapper {
  margin: 0 auto;
  padding: 0 16.66% 50px;
  width: 100%;
}

@media (max-width: 668px) {
  .wrapper {
    padding: 0 5% 50px;
  }
}

article {
  position: relative;
  /* max-width: 980px; */
  margin: 0 auto;
}

.timeline__nav {
  position: sticky !important;
  z-index: 99;
  top: 0;
  left: 0;
  transition: top 0.3s ease-out;
  margin-top: 12rem;
}
.timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}
.timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.timeline__nav ul li.active {
  font-weight: bold;
  color: #2c343f;
  border-bottom: 1px dotted transparent;
  transform: scale(1.2);
}
.timeline__nav ul li:hover {
  color: #000;
}

.milestone {
  font-size: 25px;
}

/* Header */
.banner_wrapper {
  width: 920px;
  margin-top: 55px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  z-index: 99 !important;
}
.introduction {
  z-index: 99 !important;
}
.arrow-left {
  width: 200px;
  margin-top: 80px;
  position: absolute;
  left: 15rem;
}
.arrow-right {
  width: 200px;
  margin-top: 80px;
  position: absolute;
  right: 15rem;
}
.main-hero {
  height: 970px;
}

canvas {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0.2;
}

@media (max-width: 1900px) {
  .arrow-right {
    right: 11rem;
  }
  .arrow-left {
    left: 11rem;
  }
}

@media (max-width: 1700px) {
  .arrow-right {
    right: 4rem;
  }
  .arrow-left {
    left: 4rem;
  }
}

@media (max-width: 1500px) {
  .arrow-right {
    right: 2rem;
  }
  .arrow-left {
    left: 2rem;
  }
  /* canvas {
    height: 100px;
  } */
}

@media (max-width: 1400px) {
  .banner_wrapper {
    width: 850px;
  }
  .arrow-right {
    right: 1.5rem;
    width: 150px;
  }
  .arrow-left {
    left: 1.5rem;
    width: 150px;
  }
}

@media (max-width: 1250px) {
  .arrow-left,
  .arrow-right {
    display: none;
  }
}

@media (max-width: 991px) {
  .banner_wrapper,
  .arrow-left,
  .arrow-right,
  canvas {
    display: none;
  }
  .main-hero {
    height: fit-content;
  }
}

@media (max-height: 755px) {
  .banner_wrapper {
    width: 650px;
  }
  .arrow-right {
    right: 4rem;
    width: 220px;
    font-size: 14px;
  }
  .arrow-right img,
  .arrow-left img {
    width: 80px;
  }
  .arrow-left {
    left: 4rem;
    width: 220px;
    font-size: 14px;
  }
  .main-hero {
    height: 800px;
  }
}

@media (max-width: 668px) {
  .main-hero {
    height: fit-content;
  }
}

/* Contact Us */
.grid {
  display: grid;
  column-gap: 80px;
  row-gap: 24px;
  align-items: end;
  margin-top: 50px;
}

.form {
  width: 100%;
  max-width: 400px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
  border-radius: 11px;
}
.form .form-group {
  margin-bottom: 24px;
}
.form .form-group input,
.form .form-group textarea {
  display: inline-block;
  width: 100%;
  padding: 16px 8px;
  font-family: inherit;
  /* font-size: 14px; */
  /* color: #000 !important; */
  border: none;
  outline: none;
}
.form .form-group input::placeholder,
.form .form-group textarea::placeholder {
  color: #37595e;
}
.form .form-group input:focus,
.form .form-group textarea:focus {
  border-color: #2579e8;
}
.form .form-group input {
  border-bottom: 1px solid #ddd;
}
.form .form-group textarea {
  border: 1px solid #ddd;
  min-height: 100px;
  /* resize: none; */
  border-radius: 11px;
}

@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .form {
    max-width: 800px;
  }

  .form .btn {
    grid-column: 1/-1;
    justify-self: end;
  }
}
