@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,800;0,900;1,200&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


/*   classe pour le texte dans SVG */
.white { fill: hsl(38.6, 48.1%, 53.1%);
  font-size: 30px;
  font-family: Montserrat !important;
  font-weight: bold;
  }

:root {
  box-sizing: border-box;
  --gray-100: hsl(204, 45%, 98%);
  --gray-200: hsl(210, 38%, 95%);
  --gray-300: hsl(214, 32%, 91%);
  --gray-400: hsl(211, 25%, 84%);
  --gray-500: hsl(214, 20%, 69%);
  --gray-600: hsl(216, 15%, 52%);
  --gray-700: hsl(218, 17%, 35%);
  --gray-800: hsl(218, 23%, 23%);
  --gray-900: hsl(220, 26%, 14%);
  --blue: hsl(222, 51%, 16%);
  --aqua: hsl(205, 100%, 50%);
  --aqua-100: hsl(205, 72%, 60%);
  --aqua-200: hsl(205, 81%, 80%);
}

*, ::before, ::after {
  box-sizing: inherit;
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Tajawal', sans-serif !important;
  color: white;
}

body {
  font-size: 100%;
  font-family: "Barlow", sans-serif;
  background-color: rgba(0,0,0,0);
}

.inspiration {
  position: absolute;
  bottom: 6.2em;
  left: 1.5em;
  transition: all 300ms ease-in;
  font-size: 0.85em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
}

.inspiration:hover {
  color: var(--aqua);
}

.main {

  position: relative;
  overflow: hidden;
  margin: 2em auto;
  background-color: #fff;
  border-radius: 115px 0 0px 0;
}

.bg-blue {
  position: relative;
  height: 480px;
  border-radius: 115px 0 115px 0;
  background-color: hsl(215.2, 38.7%, 29.4%);
  text-shadow: none;
}

.logo {
  position: absolute;
  top: 7%;
  left: 8%;
  height: 35px;
  width: 148px;
  display: flex;
  align-items: center;
  color: #fff;
}

.logo svg {
  fill: #fff;
}

.logo p {
  font-weight: 600;
  font-size: 1.5em;
  white-space: nowrap;
  transform: translateY(-1px);
  letter-spacing: 0.01em;
}

svg {
  width: 100%;
  height: 100%;
}

.circle--border-one, .circle--border-one--wrap {
  fill: none;
  stroke: url(#img);
  stroke-width: 50;
  stroke-dasharray: 1182 75;
  stroke-linecap: round;
  stroke-dashoffset: 630;
}

.circle--border-one--wrap {
  stroke-opacity: 0.25;
  stroke: var(--aqua);
}

.circle--border-two, .circle--border-two--wrap {
  fill: none;
  stroke: url(#img);
  stroke-width: 50;
  stroke-dasharray: 1644 120;
  stroke-linecap: round;
  stroke-dashoffset: 830;
}

.circle--border-two--wrap {
  stroke-opacity: 0.5;
  stroke: var(--aqua);
}

.circles--top {
  position: absolute;
  left: 0;
  top: 12%;
  height: 419px;
  width: 191px;
  z-index: 100;
}

.circles {
  position: absolute;
  right: 0;
  bottom: 12%;
  height: 52%;
  width: 32%;
  z-index: 102;
}

#circle-template {
  fill: none;
  stroke-width: 1px;
  stroke: var(--gray-600);
  shape-rendering: geometricPrecision;
}

.strategy {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding-bottom: 0.85em;
}

.strategy h1 {
  padding: 0 0.4em 0.17em 1.3em;
  font-size: 2.75em;
  line-height: 0.88;
  /* Lea Verou - CSS Secrets
  https://dabblet.com/gist/58f3d67d5bb0f8338776
  *** make sure text-shadow color matched bg color! ***/
  background: linear-gradient(gray, gray) no-repeat;
  background-size: 100% 0.03em;
  background-position: 0 2.1em;

}

.strategy h1 span:first-of-type {
  display: block;
  padding-left: 2px;
}

.strategy h1 span:last-of-type {
  font-size: 1.3em;
  color: var(--aqua-100);
}

.strategy h3 {
  font-weight: 300;
  padding: 0.3em 0 0 3.1em;
}

.bottom {
  height: 31%;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 100;
  margin-left: 3.7em;
  margin-top: 1.25em;
}

.bottom p {
  width: 45%;
  font-size: 0.9em;
  line-height: 1.3;
}

.summary {
  margin-top: 1.25em;
  width: 51%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 60%;
  color: #fff;
}

.summary > * {
  width: 100%;
}

.summary svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}

.item {
  display: flex;
  align-items: center;
  background-color: hsl(38.6, 48.1%, 53.1%);
  padding: 0.5em 0.7em;
  margin: 0.3em 0.3em 0.3em 0;
  border-radius: 10px 0 10px 0;
}

.summary p {
  margin-left: 0.5em;
  font-weight: 600;
  font-size: 0.95em;
  white-space: nowrap;
}

.item--five {
  height: 83px;
  padding: 0;
}

.item--five svg {
  height: 100%;
  width: 100%;
}

.item--five circle {
  fill: none;
  stroke: #222;
  stroke-width: 4px;
}

.item--five circle.dup--first {
  stroke: var(--aqua-200);
  stroke-dasharray: 38px 112px;
  stroke-dashoffset: 38px;
}

.item--five circle.dup--second {
  stroke: var(--aqua-200);
  stroke-dasharray: 75px 75px;
  stroke-dashoffset: 38px;
}

.item--five text {
  font-size: 15px;
  font-weight: 500;
  text-anchor: middle;
}

.footer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--blue);
  width: 40%;
  height: 23.5%;
  border-radius: 155px 0 0 0;
  z-index: 101;
  text-align: right;
}

.contact {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20000;
  color: #fff;
  padding-right: 2.25em;
  text-align: right;
  padding-bottom: 2em;
}

.contact h4 {
  margin-bottom: 0.5em;
}

.list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.5em;
}

.circle-wrap {
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
}

.contact svg {
  fill: gray;
}

.contact p {
  margin-right: 0.75em;
  font-size: 0.83em;
  transform: translateY(-1px);
}