/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Nunito+Sans:wght@200;300;400;500;600;700;800;900;1000&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Border Radius */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Import */
/* Color */
/* Font Family */
html {
  font-size: 100%;
}

body {
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

body.active {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 none !important;
}

button:focus {
  outline: 0 none !important;
}

.col-contenu {
  float: left;
  height: auto;
  width: 100%;
}

.clr {
  clear: both;
}

.container {
  max-width: 1680px;
  padding: 0;
}

@media screen and (max-width: 1915px) {
  .container {
    max-width: 1400px;
  }
}

@media screen and (max-width: 1531px) {
  .container {
    max-width: 1196px;
  }
}

@media screen and (max-width: 1275px) {
  .container {
    max-width: 1050px;
  }
}

@media screen and (max-width: 1120px) {
  .container {
    max-width: 100%;
  }
}

/* Animation */
@-webkit-keyframes height_bottom {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

@keyframes height_bottom {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes height_top {
  from {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0;
    opacity: 0;
  }
}

@keyframes height_top {
  from {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* Progress */
.progress-wrap {
  background-color: white;
  position: fixed;
  right: 2%;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 97, 0, 0.4);
  box-shadow: inset 0 0 0 2px rgba(255, 97, 0, 0.4);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background-image: url("../img/up-arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 17px;
  -webkit-filter: invert(64%) sepia(85%) saturate(6068%) hue-rotate(2deg) brightness(107%) contrast(103%);
  filter: invert(64%) sepia(85%) saturate(6068%) hue-rotate(2deg) brightness(107%) contrast(103%);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ff6100;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.ar .progress-wrap {
  left: 2%;
  right: auto;
}

/* Parts */
/* header */
header {
  height: 190px;
  position: relative;
  width: 100%;
}

header .container {
  position: relative;
}

header .box-language {
  font-size: 0;
  right: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 100px;
  z-index: 2;
}

header .box-language .language {
  background-color: #2854a1;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 400;
  height: 16px;
  line-height: 13px;
  margin-left: 1px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 48px;
}

header .box-language .language:nth-child(1) {
  margin-left: 0;
}

header .box-language .language.ar {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 700;
  line-height: 11px;
}

header .box-language .language.active {
  background-color: #ff6100;
}

header::before {
  -webkit-animation-name: height_top;
          animation-name: height_top;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  background-color: white;
  content: '';
  left: 0;
  height: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

header::after {
  clear: both;
  content: '';
}

header .logo {
  float: left;
  margin: 37px 0 0;
  width: 395px;
}

header .logo img {
  width: 100%;
}

header .navbar {
  display: block;
  font-size: 0;
  float: right;
  padding: 0;
  margin: 71px 48px 0 0;
  width: auto;
}

header .navbar li {
  color: #2854a1;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}

header .navbar li:nth-child(2), header .navbar li:nth-child(5) {
  margin-left: 45px;
}

header .navbar li:nth-child(3) {
  margin-left: 39px;
}

header .navbar li:nth-child(4) {
  margin-left: 33px;
}

header .navbar li:nth-child(6) {
  margin-left: 41px;
}

header .navbar li:nth-child(7) {
  margin-left: 41px;
}

header .navbar li a {
  color: #2854a1;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

header .navbar li a::before {
  background-color: #ff6100;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: calc(100% + (22px + 18px));
  z-index: -1;
}

header .navbar li a.green {
  color: white;
}

header .navbar li a.green::before {
  background-color: #58b030;
  height: 51px;
}

header .navbar li a:hover, header .navbar li a.active {
  color: white;
}

header .navbar li a:hover::before, header .navbar li a.active::before {
  height: 51px;
}

header .menu-btn {
  display: none;
}

header.fixed-header {
  position: fixed;
  top: 0;
  z-index: 100;
}

header.fixed-header::before {
  -webkit-animation-name: height_bottom;
          animation-name: height_bottom;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  height: 100%;
}

.ar header .box-language {
  left: 0;
  right: auto;
}

.ar header .logo {
  float: right;
}

.ar header .navbar {
  direction: rtl;
  float: left;
  margin: 71px 0 0 48px;
}

.ar header .navbar li {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
}

.ar header .navbar li:nth-child(2), .ar header .navbar li:nth-child(5) {
  margin-left: 0;
  margin-right: 45px;
}

.ar header .navbar li:nth-child(3) {
  margin-left: 0;
  margin-right: 39px;
}

.ar header .navbar li:nth-child(4) {
  margin-left: 0;
  margin-right: 33px;
}

.ar header .navbar li:nth-child(6) {
  margin-left: 0;
  margin-right: 41px;
}

.ar header .navbar li:nth-child(7) {
  margin-left: 0;
  margin-right: 41px;
}

.ar header .navbar li:nth-child(5) {
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1915px) {
  header {
    height: 158px;
  }
  header .logo {
    margin: 31px 0 0;
    width: 329px;
  }
  header .navbar {
    margin: 60px 40px 0 0;
  }
  header .navbar li {
    font-size: 15px;
    line-height: 15px;
  }
  header .navbar li:nth-child(2), header .navbar li:nth-child(5) {
    margin-left: 39px;
  }
  header .navbar li:nth-child(3) {
    margin-left: 34px;
  }
  header .navbar li:nth-child(4) {
    margin-left: 29px;
  }
  header .navbar li:nth-child(6) {
    margin-left: 34px;
  }
  header .navbar li:nth-child(7) {
    margin-left: 34px;
  }
  header .navbar li a::before {
    width: calc(100% + (18px + 15px));
  }
  header .navbar li a.active::before, header .navbar li a.green::before {
    height: 42px;
  }
  header .navbar li a:hover::before {
    height: 42px;
  }
  .ar header .navbar {
    margin: 60px 0 0 40px;
  }
  .ar header .navbar li {
    font-size: 17px;
    line-height: 17px;
  }
  .ar header .navbar li:nth-child(2), .ar header .navbar li:nth-child(5) {
    margin-right: 39px;
  }
  .ar header .navbar li:nth-child(3) {
    margin-right: 34px;
  }
  .ar header .navbar li:nth-child(4) {
    margin-right: 29px;
  }
  .ar header .navbar li:nth-child(6) {
    margin-right: 34px;
  }
  .ar header .navbar li:nth-child(7) {
    margin-right: 34px;
  }
}

@media screen and (max-width: 1531px) {
  header {
    height: 135px;
  }
  header .logo {
    margin: 26px 0 0;
    width: 281px;
  }
  header .navbar {
    margin: 51px 33px 0 0;
  }
  header .navbar li {
    font-size: 12.81px;
    line-height: 12px;
  }
  header .navbar li:nth-child(2), header .navbar li:nth-child(5) {
    margin-left: 33px;
  }
  header .navbar li:nth-child(3) {
    margin-left: 29px;
  }
  header .navbar li:nth-child(4) {
    margin-left: 25px;
  }
  header .navbar li:nth-child(6) {
    margin-left: 29px;
  }
  header .navbar li:nth-child(7) {
    margin-left: 29px;
  }
  header .navbar li a::before {
    width: calc(100% + (16px + 13px));
  }
  header .navbar li a.active::before, header .navbar li a.green::before {
    height: 36px;
  }
  header .navbar li a:hover::before {
    height: 36px;
  }
  .ar header .navbar {
    margin: 51px 0 0 33px;
  }
  .ar header .navbar li {
    font-size: 15px;
    line-height: 15px;
  }
  .ar header .navbar li:nth-child(2), .ar header .navbar li:nth-child(5) {
    margin-right: 33px;
  }
  .ar header .navbar li:nth-child(3) {
    margin-right: 29px;
  }
  .ar header .navbar li:nth-child(4) {
    margin-right: 25px;
  }
  .ar header .navbar li:nth-child(6) {
    margin-right: 29px;
  }
  .ar header .navbar li:nth-child(7) {
    margin-right: 29px;
  }
}

@media screen and (max-width: 1275px) {
  header {
    height: 119px;
  }
  header .logo {
    margin: 23px 0 0;
    width: 247px;
  }
  header .navbar {
    margin: 44px 30px 0 0;
  }
  header .navbar li {
    font-size: 11.25px;
    line-height: 11px;
  }
  header .navbar li:nth-child(2), header .navbar li:nth-child(5) {
    margin-left: 29px;
  }
  header .navbar li:nth-child(3) {
    margin-left: 25px;
  }
  header .navbar li:nth-child(4) {
    margin-left: 21px;
  }
  header .navbar li:nth-child(6) {
    margin-left: 26px;
  }
  header .navbar li:nth-child(7) {
    margin-left: 26px;
  }
  header .navbar li a::before {
    width: calc(100% + (14px + 12px));
  }
  header .navbar li a.active::before, header .navbar li a:hover::before {
    height: 31px;
  }
  header .navbar li a.green::before {
    height: 31px;
  }
  .ar header .navbar {
    margin: 40px 0 0 30px;
  }
  .ar header .navbar li {
    font-size: 15px;
    line-height: 15px;
  }
  .ar header .navbar li:nth-child(2), .ar header .navbar li:nth-child(5) {
    margin-right: 33px;
  }
  .ar header .navbar li:nth-child(3) {
    margin-right: 25px;
  }
  .ar header .navbar li:nth-child(4) {
    margin-right: 21px;
  }
  .ar header .navbar li:nth-child(6) {
    margin-right: 26px;
  }
  .ar header .navbar li:nth-child(7) {
    margin-right: 26px;
  }
}

@media screen and (max-width: 1120px) {
  header {
    height: 191px;
  }
  header .box-language {
    right: 24px;
  }
  header .logo {
    margin: 37px 0 0;
    width: 395px;
  }
  header .navbar {
    display: none;
    height: calc(100vh - 191px);
    line-height: calc(100vh - 191px);
    position: fixed;
    margin: 0;
    top: 191px;
    width: 100%;
    z-index: 100;
  }
  header .navbar span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 100%;
  }
  header .navbar::before {
    background-color: white;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  header .navbar::after {
    background-color: white;
    bottom: 0;
    content: '';
    height: 50%;
    right: 0;
    position: absolute;
    width: 100%;
  }
  header .navbar li {
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    width: 100%;
  }
  header .navbar li a {
    width: 90%;
    z-index: 2;
  }
  header .navbar li a::before {
    width: calc(100% + (14px + 12px));
  }
  header .navbar li a.active::before {
    height: calc(100% + 10px);
    width: calc(100% + 20px);
  }
  header .navbar li a.green::before {
    height: calc(100% + 10px);
    width: calc(100% + 20px);
  }
  header .navbar li a:hover::before {
    display: none;
  }
  header .navbar li:nth-child(2), header .navbar li:nth-child(5) {
    margin-left: 0;
  }
  header .navbar li:nth-child(3) {
    margin-left: 0;
  }
  header .navbar li:nth-child(4) {
    margin-left: 0;
  }
  header .navbar li:nth-child(6) {
    margin-left: 0;
  }
  header .navbar li:nth-child(7) {
    margin-left: 0;
  }
  header .menu-btn {
    cursor: pointer;
    display: block;
    float: right;
    height: 50px;
    margin: 46px 24px 0 0;
    position: relative;
    width: 62px;
    z-index: 14;
  }
  header .menu-btn .menu-btn__burger {
    background: #ff6100;
    height: 10px;
    margin: 20px auto 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 62px;
  }
  header .menu-btn .menu-btn__burger::before {
    background: #ff6100;
    content: '';
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 10px;
    width: 62px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  header .menu-btn .menu-btn__burger::after {
    background: #ff6100;
    content: '';
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 10px;
    width: 62px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  header .menu-btn.open .menu-btn__burger {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .menu-btn.open .menu-btn__burger::before {
    -webkit-transform: rotate(45deg) translate(35px, -35px);
    transform: rotate(45deg) translate(35px, -35px);
  }
  header .menu-btn.open .menu-btn__burger::after {
    -webkit-transform: rotate(-45deg) translate(35px, 35px);
    transform: rotate(-45deg) translate(35px, 35px);
  }
  .ar header .box-language {
    left: 24px;
  }
  .ar header .menu-btn {
    float: left;
    margin: 46px 0 0 24px;
  }
  .ar header .navbar {
    margin: 0;
  }
  .ar header .navbar li {
    font-size: 28px;
    line-height: 80px;
  }
  .ar header .navbar li:nth-child(2), .ar header .navbar li:nth-child(5) {
    margin-right: 0;
  }
  .ar header .navbar li:nth-child(3) {
    margin-right: 0;
  }
  .ar header .navbar li:nth-child(4) {
    margin-right: 0;
  }
  .ar header .navbar li:nth-child(6) {
    margin-right: 0;
  }
  .ar header .navbar li:nth-child(7) {
    margin-right: 0;
  }
}

@media screen and (max-width: 715px) {
  header {
    height: 112px;
  }
  header .box-language {
    right: 14px;
  }
  header .logo {
    margin: 22px 0 0;
    width: 231px;
  }
  header .navbar {
    height: calc(100vh - 112px);
    line-height: calc(100vh - 112px);
    top: 112px;
  }
  header .navbar li {
    font-size: 20px;
    line-height: 50px;
  }
  header .menu-btn {
    height: 29px;
    margin: 27px 14px 0 0;
    width: 36px;
  }
  header .menu-btn .menu-btn__burger {
    height: 5px;
    margin: 12px auto 0;
    width: 36px;
  }
  header .menu-btn .menu-btn__burger::before {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 5px;
    width: 36px;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  header .menu-btn .menu-btn__burger::after {
    height: 5px;
    width: 36px;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  .ar header .box-language {
    left: 14px;
  }
  .ar header .menu-btn {
    margin: 27px 0 0 14px;
  }
  .ar header .navbar li {
    font-size: 22px;
    line-height: 50px;
  }
}

/* End header */
/* Banner */
.banner {
  height: auto;
  padding: 0 0 127px;
  position: relative;
  width: 100%;
}

.banner::after {
  background-color: #58b030;
  content: '';
  height: 514px;
  right: 0;
  position: absolute;
  top: -62px;
  width: calc(361px + ((100% - 1680px) / 2));
  z-index: -1;
}

.banner .column-1 {
  background-image: url("../img/bg-banner.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 0;
  height: 845px;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.banner .column-1::after {
  background-image: url("../img/pic-desktop.png?v=2");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: '';
  height: 661px;
  left: -59px;
  position: absolute;
  width: 1753px;
}

.banner .column-1 h1 {
  background-color: #58b030;
  color: white;
  display: inline-block;
  font-family: "Arvo", serif;
  font-size: 109.61px;
  font-weight: 700;
  height: 625px;
  line-height: normal;
  margin: -7px 0 0 74px;
  text-transform: uppercase;
  vertical-align: top;
  width: 692px;
}

.banner .column-1 h1 span {
  display: inline-block;
  margin: 44px 0 0 18px;
  vertical-align: top;
}

.banner .column-1 h2 {
  color: white;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 49px;
  margin: 56px 0 0 18px;
  text-transform: uppercase;
}

.banner .column-1 h3 {
  display: none;
}

.banner .column-1 .play {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  background-color: white;
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  background-size: 28px 34px;
  background-position: left 42px center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  bottom: 35px;
  cursor: pointer;
  height: 106px;
  right: 17px;
  position: absolute;
  width: 106px;
  z-index: 2;
}

.banner .column-1 .play:hover {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

.banner .column-1 img {
  display: none;
}

.banner .column-2 {
  display: inline-block;
  font-size: 0;
  height: auto;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.banner .column-2 .box {
  color: #2854a1;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 30.53px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 36px;
  padding: 0 0 0 30px;
  position: relative;
  margin-top: 42px;
  text-transform: uppercase;
  vertical-align: top;
}

.banner .column-2 .box::before {
  background-color: #58b030;
  content: '';
  height: calc(100% - 8px);
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.banner .column-2 .box:nth-child(1) {
  margin-left: 80px;
  width: 582px;
}

.banner .column-2 .box:nth-child(2) {
  width: 578px;
}

.banner .column-2 .box:nth-child(3) {
  width: calc(100% - (80px + 582px + 578px));
}

.banner .button {
  margin: 34px auto 0;
  width: 359px;
}

.banner .button button {
  background-color: #ff6100;
  border: 0 none;
  color: white;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-weight: 700;
  height: 90px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.banner .button button.green {
 background-color: #58b030;     
}

.banner .button button span {
  position: relative;
  z-index: 2;
}

.banner .button button::after {
  background-color: #36c0d9;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  width: 150%;
  z-index: 1;
}

.banner .button button:hover::after, .banner .button button:visited::after {
  height: 450%;
}

.ar .banner::after {
  left: 0;
  right: auto;
}

.ar .banner .column-1 {
  direction: rtl;
}

.ar .banner .column-1 h1 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 180px;
  margin: -7px 74px 0 0;
  text-align: center;
}

.ar .banner .column-1 h1 span {
  margin: -51px 0 0;
}

.ar .banner .column-1 h2 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 60px;
  line-height: 91px;
  margin: 16px 18px 0 0;
}

.ar .banner .column-2 {
  direction: rtl;
}

.ar .banner .column-2 .box {
  font-family: "Noto Kufi Arabic", sans-serif;
  letter-spacing: 0;
  line-height: 40px;
  padding: 0 30px 0 0;
}

.ar .banner .column-2 .box::before {
  left: auto;
  right: 0;
}

.ar .banner .column-2 .box:nth-child(1) {
  margin-left: 0;
  margin-right: 80px;
}

.ar .banner .button button {
  font-family: "Noto Kufi Arabic", sans-serif;
}

@media screen and (max-width: 1915px) {
  .banner {
    padding: 0 0 106px;
  }
  .banner::after {
    height: 428px;
    top: -51px;
    width: calc(301px + ((100% - 1400px) / 2));
  }
  .banner .column-1 {
    height: 704px;
  }
  .banner .column-1::after {
    height: 549px;
    left: -59px;
    width: 1461px;
  }
  .banner .column-1 h1 {
    font-size: 91.34px;
    height: 520px;
    margin: -5px 0 0 62px;
    width: 576px;
  }
  .banner .column-1 h1 span {
    margin: 30px 0 0 14px;
  }
  .banner .column-1 h2 {
    font-size: 41.67px;
    line-height: 41px;
    margin: 41px 0 0 14px;
  }
  .banner .column-1 .play {
    background-size: 23px 29px;
    background-position: left 35px center;
    bottom: 30px;
    height: 88px;
    right: 14px;
    width: 88px;
  }
  .banner .column-2 .box {
    font-size: 25.44px;
    line-height: 29px;
    padding: 0 0 0 24px;
    margin-top: 35px;
  }
  .banner .column-2 .box::before {
    height: calc(100% - 6px);
    width: 6px;
  }
  .banner .column-2 .box:nth-child(1) {
    margin-left: 67px;
    width: 485px;
  }
  .banner .column-2 .box:nth-child(2) {
    width: 481px;
  }
  .banner .column-2 .box:nth-child(3) {
    width: calc(100% - (67px + 485px + 481px));
  }
  .banner .button {
    margin: 29px auto 0;
    width: 299px;
  }
  .banner .button button {
    font-size: 19.17px;
    height: 75px;
  }
  .ar .banner .column-1 h1 {
    font-size: 156px;
    margin: -5px 62px 0 0;
  }
  .ar .banner .column-1 h1 span {
    margin: -51px 0 0;
  }
  .ar .banner .column-1 h2 {
    font-size: 54px;
    line-height: 78px;
    margin: 9px 14px 0 0;
  }
  .ar .banner .column-2 .box {
    line-height: 38px;
    padding: 0 24px 0 0;
  }
  .ar .banner .column-2 .box:nth-child(1) {
    margin-right: 67px;
  }
}

@media screen and (max-width: 1531px) {
  .banner {
    padding: 0 0 90px;
  }
  .banner::after {
    height: 365px;
    top: -45px;
    width: calc(256px + ((100% - 1196px) / 2));
  }
  .banner .column-1 {
    height: 602px;
  }
  .banner .column-1::after {
    height: 471px;
    left: -42px;
    width: 1247px;
  }
  .banner .column-1 h1 {
    font-size: 77.98px;
    height: 444px;
    margin: -5px 0 0 53px;
    width: 492px;
  }
  .banner .column-1 h1 span {
    margin: 32px 0 0 13px;
  }
  .banner .column-1 h2 {
    font-size: 35.57px;
    line-height: 35px;
    margin: 40px 0 0 14px;
  }
  .banner .column-1 .play {
    background-size: 20px 24px;
    background-position: left 30px center;
    bottom: 26px;
    height: 75px;
    right: 11px;
    width: 75px;
  }
  .banner .column-2 .box {
    font-size: 21.72px;
    line-height: 25px;
    padding: 0 0 0 21px;
    margin-top: 29px;
  }
  .banner .column-2 .box::before {
    height: calc(100% - 5px);
    width: 5px;
  }
  .banner .column-2 .box:nth-child(1) {
    margin-left: 57px;
    width: 415px;
  }
  .banner .column-2 .box:nth-child(2) {
    width: 410px;
  }
  .banner .column-2 .box:nth-child(3) {
    width: calc(100% - (57px + 415px + 410px));
  }
  .banner .button {
    margin: 24px auto 0;
    width: 255px;
  }
  .banner .button button {
    font-size: 16.36px;
    height: 64px;
  }
  .ar .banner .column-1 h1 {
    font-size: 137px;
    margin: -5px 53px 0 0;
  }
  .ar .banner .column-1 h1 span {
    margin: -47px 0 0;
  }
  .ar .banner .column-1 h2 {
    font-size: 51px;
    line-height: 66px;
    margin: 8px 14px 0 0;
  }
  .ar .banner .column-2 .box {
    line-height: 34px;
    padding: 0 21px 0 0;
  }
  .ar .banner .column-2 .box:nth-child(1) {
    margin-right: 57px;
  }
  .ar .banner .button button {
    font-size: 20px;
  }
}

@media screen and (max-width: 1275px) {
  .banner {
    padding: 0 0 79px;
  }
  .banner::after {
    height: 321px;
    top: -39px;
    width: calc(226px + ((100% - 1050px) / 2));
  }
  .banner .column-1 {
    height: 528px;
  }
  .banner .column-1::after {
    height: 413px;
    left: -37px;
    width: 1096px;
  }
  .banner .column-1 h1 {
    font-size: 68.51px;
    height: 390px;
    margin: -5px 0 0 46px;
    width: 432px;
  }
  .banner .column-1 h1 span {
    margin: 35px 0 0 12px;
  }
  .banner .column-1 h2 {
    font-size: 31.25px;
    line-height: 31px;
    margin: 40px 0 0 10px;
  }
  .banner .column-1 .play {
    background-size: 17px 21px;
    background-position: left 27px center;
    bottom: 22px;
    height: 66px;
    right: 11px;
    width: 66px;
  }
  .banner .column-2 .box {
    font-size: 19.08px;
    line-height: 22px;
    padding: 0 0 0 18px;
    margin-top: 26px;
  }
  .banner .column-2 .box::before {
    height: calc(100% - 5px);
    width: 5px;
  }
  .banner .column-2 .box:nth-child(1) {
    margin-left: 50px;
    width: 364px;
  }
  .banner .column-2 .box:nth-child(2) {
    width: 361px;
  }
  .banner .column-2 .box:nth-child(3) {
    width: calc(100% - (50px + 364px + 361px));
  }
  .banner .button {
    margin: 21px auto 0;
    width: 224px;
  }
  .banner .button button {
    font-size: 14.38px;
    height: 56px;
  }
  .ar .banner .column-1 h1 {
    font-size: 116px;
    margin: -5px 46px 0 0;
  }
  .ar .banner .column-1 h1 span {
    margin: -43px 0 0;
  }
  .ar .banner .column-1 h2 {
    font-size: 45px;
    line-height: 54px;
    margin: 5px 10px 0 0;
  }
  .ar .banner .column-2 .box {
    line-height: 28px;
    padding: 0 18px 0 0;
  }
  .ar .banner .column-2 .box:nth-child(1) {
    margin-right: 50px;
  }
  .ar .banner .button button {
    font-size: 18px;
  }
}

@media screen and (max-width: 1120px) {
  .banner {
    padding: 0 0 89px;
  }
  .banner::after {
    display: none;
  }
  .banner .column-1 {
    background-position: right top;
    background-size: cover;
    height: auto;
    padding: 61px 0 0;
  }
  .banner .column-1::after {
    display: none;
  }
  .banner .column-1 h1 {
    display: none;
  }
  .banner .column-1 h2 {
    display: none;
  }
  .banner .column-1 h3 {
    background-color: #58b030;
    color: white;
    display: block;
    font-family: "Arvo", serif;
    font-size: 80px;
    font-weight: 700;
    height: auto;
    line-height: 50px;
    padding: 39px 0 19px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
  }
  .banner .column-1 h3 span {
    display: inline-block;
    margin: 28px 0 0;
    vertical-align: top;
  }
  .banner .column-1 h3 font {
    display: inline-block;
    font-size: 40px;
    line-height: 55.91px;
  }
  .banner .column-1 .play {
    background-size: 28px 34px;
    background-position: left 42px center;
    bottom: 0;
    display: block;
    height: 106px;
    margin: 25px auto 0;
    position: relative;
    right: 0;
    width: 106px;
  }
  .banner .column-1 img {
    display: block;
    margin: 9px 0 0;
    width: 100%;
  }
  .banner .column-2 .box {
    font-size: 38.09px;
    line-height: 46px;
    margin-left: 30px !important;
    padding: 0 0 0 38px;
    margin-top: 42px;
  }
  .banner .column-2 .box::before {
    height: calc(100% - 10px);
    width: 10px;
  }
  .banner .column-2 .box:nth-child(1) {
    margin-top: 61px;
    width: calc(100% - (30px * 2));
  }
  .banner .column-2 .box:nth-child(2) {
    width: calc(100% - (30px * 2));
  }
  .banner .column-2 .box:nth-child(3) {
    width: calc(100% - (30px * 2));
  }
  .banner .button {
    margin: 28px 0 0 30px;
    width: 359px;
  }
  .banner .button button {
    font-size: 23px;
    height: 90px;
  }
  .ar .banner .column-1 h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
  }
  .ar .banner .column-1 h3 font {
    width: 100%;
  }
  .ar .banner .column-2 .box {
    line-height: 48px;
    margin-left: 0 !important;
    margin-right: 30px !important;
    padding: 0 18px 0 0;
  }
  .ar .banner .column-2 .box:nth-child(1) {
    margin-right: 0;
  }
  .ar .banner .button {
    margin-left: auto;
    margin-right: 30px;
  }
  .ar .banner .button button {
    font-size: 23px;
  }
}

@media screen and (max-width: 715px) {
  .banner {
    padding: 0 0 52px;
  }
  .banner .column-1 {
    padding: 35px 0 0;
  }
  .banner .column-1 h3 {
    font-size: 46px;
    line-height: 38px;
    padding: 39px 5px 19px;
  }
  .banner .column-1 h3 span {
    margin: 14px 0 0;
  }
  .banner .column-1 h3 font {
    font-size: 23px;
    line-height: 28px;
  }
  .banner .column-1 .play {
    background-size: 17px 21px;
    background-position: left 24px center;
    height: 61px;
    margin: 15px auto 0;
    width: 61px;
  }
  .banner .column-1 img {
    margin: 7px 0 0;
  }
  .banner .column-2 .box {
    font-size: 22.23px;
    line-height: 26px;
    margin-left: 17px !important;
    padding: 0 0 0 22px;
    margin-top: 25px;
  }
  .banner .column-2 .box::before {
    height: calc(100% - 5px);
    width: 5px;
  }
  .banner .column-2 .box:nth-child(1) {
    margin-top: 36px;
    width: calc(100% - (17px * 2));
  }
  .banner .column-2 .box:nth-child(2) {
    width: calc(100% - (17px * 2));
  }
  .banner .column-2 .box:nth-child(3) {
    width: calc(100% - (17px * 2));
  }
  .banner .button {
    margin: 14px 0 0 17px;
    width: 209px;
  }
  .banner .button button {
    font-size: 13.42px;
    height: 52px;
  }
  .ar .banner .column-1 h3 {
    padding: 19px 5px 19px;
  }
  .ar .banner .column-2 .box {
    line-height: 32px;
    margin-right: 17px !important;
    padding: 0 18px 0 0;
  }
  .ar .banner .button {
    margin-right: 17px;
  }
  .ar .banner .button button {
    font-size: 16px;
  }
}

/* End Banner */
/* Content */
.content {
  height: auto;
  position: relative;
  width: 100%;
}

.content [class*="column"] {
  font-size: 0;
  height: auto;
  position: relative;
  width: 100%;
}

.content [class*="column"] [class*="box"] {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.content [class*="column"] [class*="box"] .button {
  width: 370px;
}

.content [class*="column"] [class*="box"] .button button {
  background-color: #ff6100;
  border: 0 none;
  color: white;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-weight: 700;
  height: 90px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.content [class*="column"] [class*="box"] .button button span {
  position: relative;
  z-index: 2;
}

.content [class*="column"] [class*="box"] .button button::after {
  background-color: #36c0d9;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  width: 150%;
  z-index: 1;
}

.content [class*="column"] [class*="box"] .button button:hover::after, .content [class*="column"] [class*="box"] .button button:visited::after {
  height: 450%;
}

.content .column-1 {
  padding: 0 0 194px;
}

.content .column-1 .box-img {
  background-color: #36c0d9;
  height: 856px;
  width: 708px;
}

.content .column-1 .box-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.content .column-1 .box-img h1 {
  color: white;
  font-family: "Arvo", serif;
  font-size: 77px;
  font-weight: 700;
  letter-spacing: 0.05em;
  left: 60px;
  line-height: 77px;
  position: absolute;
  text-transform: uppercase;
  top: 69px;
}

.content .column-1 .box-text {
  height: auto;
  margin: -18px 0 0 155px;
  width: 699px;
}

.content .column-1 .box-text h1 {
  color: #1a1a1d;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 79px;
}

.content .column-1 .box-text p {
  color: #1a1a1d;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 16px 0 0;
}

.content .column-1 .box-text p span {
  font-weight: 600;
}

.content .column-1 .box-text .button {
  margin: 109px 0 0;
}

.content .column-2 {
  direction: rtl;
  padding: 0 0 162px;
}

.content .column-2 .box-img {
  background-color: #58b030;
  direction: ltr;
  height: 855px;
  width: 708px;
}

.content .column-2 .box-img h1 {
  color: white;
  font-family: "Arvo", serif;
  font-size: 77px;
  font-weight: 700;
  left: 55px;
  letter-spacing: 0.05em;
  line-height: 77px;
  position: absolute;
  text-transform: uppercase;
  top: 70px;
}

.content .column-2 .box-img img {
  bottom: -1px;
  right: 23px;
  position: absolute;
  width: 847px;
}

.content .column-2 .box-text {
  direction: ltr;
  height: auto;
  margin: -14px 233px 0 0;
  width: 667px;
}

.content .column-2 .box-text h1 {
  color: #1a1a1d;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 79px;
}

.content .column-2 .box-text p {
  color: #1a1a1d;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 40px 0 0;
}

.content .column-2 .box-text p span {
  font-weight: 600;
}

.content .column-2 .box-text p font {
  color: #ff6100;
  font-weight: 700;
}

.content .column-2 .box-text .button {
  margin: 24px 0 0;
}

.content .column-3 {
  padding: 0 0 162px;
}

.content .column-3 .box-img {
  background-color: #36c0d9;
  height: 855px;
  width: 708px;
}

.content .column-3 .box-img h1 {
  color: white;
  font-family: "Arvo", serif;
  font-size: 77px;
  font-weight: 700;
  left: 55px;
  letter-spacing: 0.05em;
  line-height: 77px;
  position: absolute;
  text-transform: uppercase;
  top: 70px;
}

.content .column-3 .box-img img {
  bottom: -2px;
  right: -37px;
  position: absolute;
  width: 546px;
}

.content .column-3 .box-text {
  height: auto;
  margin: -19px 0 0 168px;
  width: 667px;
}

.content .column-3 .box-text h1 {
  color: #1a1a1d;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 79px;
}

.content .column-3 .box-text p {
  color: #1a1a1d;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 38px 0 0;
}

.content .column-3 .box-text p span {
  font-weight: 600;
}

.content .column-3 .box-text p font {
  color: #ff6100;
  font-weight: 700;
}

.content .column-3 .box-text .button {
  margin: 33px 0 0;
}

.content .column-4 {
  direction: rtl;
  padding: 0 0 251px;
}

.content .column-4 .box-img {
  background-color: #58b030;
  direction: ltr;
  height: 855px;
  width: 708px;
}

.content .column-4 .box-img h1 {
  color: white;
  font-family: "Arvo", serif;
  font-size: 77px;
  font-weight: 700;
  left: 55px;
  letter-spacing: 0.05em;
  line-height: 77px;
  position: absolute;
  text-transform: uppercase;
  top: 70px;
}

.content .column-4 .box-img img {
  bottom: 0;
  left: -71px;
  position: absolute;
  width: 710px;
}

.content .column-4 .box-text {
  direction: ltr;
  height: auto;
  margin: -2px 232px 0 0;
  width: 668px;
}

.content .column-4 .box-text h1 {
  color: #1a1a1d;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 79px;
}

.content .column-4 .box-text p {
  color: #1a1a1d;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 49px 0 0;
}

.content .column-4 .box-text p span {
  font-weight: 600;
}

.content .column-4 .box-text p font {
  color: #ff6100;
  font-weight: 700;
}

.content .column-4 .box-text .button {
  margin: 29px 0 0;
}

.content .column-5 {
  padding: 0 0 233px;
}

.content .column-5 .box-img {
  background-color: #2d419c;
  height: 720px;
  width: 708px;
}

.content .column-5 .box-img h1 {
  color: white;
  font-family: "Arvo", serif;
  font-size: 77px;
  font-weight: 700;
  left: 56px;
  letter-spacing: 0.05em;
  line-height: 77px;
  position: absolute;
  text-transform: uppercase;
  top: 49px;
}

.content .column-5 .box-img img {
  bottom: 0;
  right: 24px;
  position: absolute;
  width: 423px;
}

.content .column-5 .accordion {
  display: inline-block;
  margin: 0 0 0 calc(100% - (708px + 926px));
  position: relative;
  vertical-align: top;
  width: 926px;
}

.content .column-5 .accordion .accordion__item {
  display: inline-block;
  height: auto;
  margin: 10px 0 0;
  width: 100%;
}

.content .column-5 .accordion .accordion__item:nth-child(1) {
  margin: 0;
}

.content .column-5 .accordion .accordion__item .accordion__title {
  background-color: #36c0d9;
  border: 0 none;
  color: white;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 400;
  height: 82px;
  line-height: 82px;
  padding: 0 70px 0 42px;
  position: relative;
  text-align: left;
  width: 100%;
}

.content .column-5 .accordion .accordion__item .accordion__title span {
  display: inline-block;
  line-height: 29px;
  vertical-align: middle;
}

.content .column-5 .accordion .accordion__item .accordion__title::before {
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 11px;
  right: 31px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 19px;
}

.content .column-5 .accordion .accordion__item .accordion__title.active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.content .column-5 .accordion .accordion__item .accordion__copy {
  color: #1a1a1d;
  display: none;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40.24px;
  padding: 8.5px 39px 8.5px 41px;
  width: 100%;
}

.content .column-5 .accordion .accordion__item .accordion__copy font {
  color: #ff6100;
  font-weight: 700;
}

.ar .content [class*="column"] [class*="box"] .button {
  margin-left: auto;
}

.ar .content [class*="column"] [class*="box"] .button button {
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ar .content .column-1 .box-img h1 {
  font-family: "Noto Kufi Arabic", sans-serif;
  letter-spacing: 0;
}

.ar .content .column-1 .box-text h1 {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ar .content .column-1 .box-text p {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ar .content .column-2 .box-img h1 {
  font-family: "Noto Kufi Arabic", sans-serif;
  letter-spacing: 0;
}

.ar .content .column-2 .box-text h1 {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ar .content .column-2 .box-text p {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ar .content .column-2 .box-text p font {
  font-family: "Poppins", sans-serif;
}

.ar .content .column-3 .box-img h1 {
  font-family: "Noto Kufi Arabic", sans-serif;
  letter-spacing: 0;
}

.ar .content .column-3 .box-text h1 {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ar .content .column-3 .box-text p {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ar .content .column-3 .box-text p font {
  font-family: "Poppins", sans-serif;
}

.ar .content .column-4 .box-img h1 {
  font-family: "Noto Kufi Arabic", sans-serif;
  letter-spacing: 0;
}

.ar .content .column-4 .box-text h1 {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ar .content .column-4 .box-text p {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ar .content .column-4 .box-text p font {
  font-family: "Poppins", sans-serif;
}

.ar .content .column-5 .accordion .accordion__item .accordion__title {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
  padding: 0 42px 0 70px;
  text-align: right;
}

.ar .content .column-5 .accordion .accordion__item .accordion__title::before {
  left: 31px;
  right: auto;
}

.ar .content .column-5 .accordion .accordion__item .accordion__copy {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

@media screen and (max-width: 1915px) {
  .content [class*="column"] [class*="box"] .button {
    width: 308px;
  }
  .content [class*="column"] [class*="box"] .button button {
    font-size: 19.17px;
    height: 75px;
  }
  .content .column-1 {
    padding: 0 0 163px;
  }
  .content .column-1 .box-img {
    height: 713px;
    width: 590px;
  }
  .content .column-1 .box-img h1 {
    font-size: 64.17px;
    left: 50px;
    line-height: 64px;
    top: 57px;
  }
  .content .column-1 .box-text {
    margin: -16px 0 0 130px;
    width: 582px;
  }
  .content .column-1 .box-text h1 {
    font-size: 50px;
    line-height: 65.83px;
  }
  .content .column-1 .box-text p {
    font-size: 20px;
    line-height: 30px;
    margin: 11px 0 0;
  }
  .content .column-1 .box-text .button {
    margin: 93px 0 0;
  }
  .content .column-2 {
    padding: 0 0 135px;
  }
  .content .column-2 .box-img {
    height: 712px;
    width: 590px;
  }
  .content .column-2 .box-img h1 {
    font-size: 64.17px;
    left: 45px;
    line-height: 64px;
    top: 58px;
  }
  .content .column-2 .box-img img {
    bottom: -1px;
    right: 20px;
    width: 706px;
  }
  .content .column-2 .box-text {
    margin: -12px 194px 0 0;
    width: 555px;
  }
  .content .column-2 .box-text h1 {
    font-size: 50px;
    line-height: 65.83px;
  }
  .content .column-2 .box-text p {
    font-size: 20px;
    line-height: 30px;
    margin: 34px 0 0;
  }
  .content .column-2 .box-text .button {
    margin: 18px 0 0;
  }
  .content .column-3 {
    padding: 0 0 192px;
  }
  .content .column-3 .box-img {
    height: 712px;
    width: 590px;
  }
  .content .column-3 .box-img h1 {
    font-size: 64.17px;
    left: 46px;
    line-height: 64px;
    top: 57px;
  }
  .content .column-3 .box-img img {
    bottom: -2px;
    right: -32px;
    width: 455px;
  }
  .content .column-3 .box-text {
    margin: -16px 0 0 140px;
    width: 546px;
  }
  .content .column-3 .box-text h1 {
    font-size: 50px;
    line-height: 65.83px;
  }
  .content .column-3 .box-text p {
    font-size: 18.33px;
    line-height: 30px;
    margin: 29px 0 0;
  }
  .content .column-3 .box-text .button {
    margin: 26px 0 0;
  }
  .content .column-4 {
    padding: 0 0 209px;
  }
  .content .column-4 .box-img {
    height: 712px;
    width: 590px;
  }
  .content .column-4 .box-img h1 {
    font-size: 64.17px;
    left: 45px;
    line-height: 64px;
    top: 58px;
  }
  .content .column-4 .box-img img {
    left: -58px;
    width: 592px;
  }
  .content .column-4 .box-text {
    margin: -2px 191px 0 0;
    width: 577px;
  }
  .content .column-4 .box-text h1 {
    font-size: 50px;
    line-height: 65.83px;
  }
  .content .column-4 .box-text p {
    font-size: 18.33px;
    line-height: 30px;
    margin: 39px 0 0;
  }
  .content .column-4 .box-text .button {
    margin: 24px 0 0;
  }
  .content .column-5 {
    padding: 0 0 194px;
  }
  .content .column-5 .box-img {
    height: 600px;
    width: 589px;
  }
  .content .column-5 .box-img h1 {
    font-size: 64.17px;
    left: 38px;
    line-height: 64px;
    top: 40px;
  }
  .content .column-5 .box-img img {
    right: 19px;
    width: 353px;
  }
  .content .column-5 .accordion {
    margin: 0 0 0 calc(100% - (589px + 771px));
    width: 771px;
  }
  .content .column-5 .accordion .accordion__item {
    margin: 8px 0 0;
  }
  .content .column-5 .accordion .accordion__item .accordion__title {
    font-size: 20px;
    height: 67px;
    line-height: 67px;
    padding: 0 69px 0 34px;
  }
  .content .column-5 .accordion .accordion__item .accordion__title span {
    line-height: 24px;
  }
  .content .column-5 .accordion .accordion__item .accordion__title::before {
    height: 9px;
    right: 33px;
    width: 16px;
  }
  .content .column-5 .accordion .accordion__item .accordion__copy {
    font-size: 16.67px;
    line-height: 33.53px;
    padding: 12.5px 33px 12.5px 34px;
  }
  .ar .content .column-5 .accordion .accordion__item .accordion__title {
    padding: 0 34px 0 69px;
  }
  .ar .content .column-5 .accordion .accordion__item .accordion__title::before {
    left: 33px;
  }
}

@media screen and (max-width: 1531px) {
  .content [class*="column"] [class*="box"] .button {
    width: 263px;
  }
  .content [class*="column"] [class*="box"] .button button {
    font-size: 16.36px;
    height: 64px;
  }
  .content .column-1 {
    padding: 0 0 138px;
  }
  .content .column-1 .box-img {
    height: 609px;
    width: 503px;
  }
  .content .column-1 .box-img h1 {
    font-size: 54.78px;
    left: 42px;
    line-height: 54px;
    top: 48px;
  }
  .content .column-1 .box-text {
    margin: -13px 0 0 111px;
    width: 497px;
  }
  .content .column-1 .box-text h1 {
    font-size: 42.69px;
    line-height: 56.2px;
  }
  .content .column-1 .box-text p {
    font-size: 17.07px;
    line-height: 25.61px;
    margin: 10px 0 0;
  }
  .content .column-1 .box-text .button {
    margin: 79px 0 0;
  }
  .content .column-2 {
    padding: 0 0 115px;
  }
  .content .column-2 .box-img {
    height: 608px;
    width: 503px;
  }
  .content .column-2 .box-img h1 {
    font-size: 54.78px;
    left: 38px;
    line-height: 54px;
    top: 49px;
  }
  .content .column-2 .box-img img {
    bottom: -1px;
    right: 16px;
    width: 603px;
  }
  .content .column-2 .box-text {
    margin: -9px 165px 0 0;
    width: 474px;
  }
  .content .column-2 .box-text h1 {
    font-size: 42.69px;
    line-height: 56.2px;
  }
  .content .column-2 .box-text p {
    font-size: 17.07px;
    line-height: 25.61px;
    margin: 27px 0 0;
  }
  .content .column-2 .box-text .button {
    margin: 15px 0 0;
  }
  .content .column-3 {
    padding: 0 0 164px;
  }
  .content .column-3 .box-img {
    height: 608px;
    width: 503px;
  }
  .content .column-3 .box-img h1 {
    font-size: 54.78px;
    left: 39px;
    line-height: 54px;
    top: 50px;
  }
  .content .column-3 .box-img img {
    bottom: -2px;
    right: -26px;
    width: 388px;
  }
  .content .column-3 .box-text {
    margin: -13px 0 0 121px;
    width: 466px;
  }
  .content .column-3 .box-text h1 {
    font-size: 42.69px;
    line-height: 56.2px;
  }
  .content .column-3 .box-text p {
    font-size: 15.65px;
    line-height: 25.61px;
    margin: 26px 0 0;
  }
  .content .column-3 .box-text .button {
    margin: 21px 0 0;
  }
  .content .column-4 {
    padding: 0 0 179px;
  }
  .content .column-4 .box-img {
    height: 608px;
    width: 503px;
  }
  .content .column-4 .box-img h1 {
    font-size: 54.78px;
    left: 40px;
    line-height: 54px;
    top: 50px;
  }
  .content .column-4 .box-img img {
    left: -50px;
    width: 505px;
  }
  .content .column-4 .box-text {
    margin: -3px 165px 0 0;
    width: 475px;
  }
  .content .column-4 .box-text h1 {
    font-size: 42.69px;
    line-height: 56.2px;
  }
  .content .column-4 .box-text p {
    font-size: 15.65px;
    line-height: 25.61px;
    margin: 34px 0 0;
  }
  .content .column-4 .box-text .button {
    margin: 19px 0 0;
  }
  .content .column-5 {
    padding: 0 0 166px;
  }
  .content .column-5 .box-img {
    height: 512px;
    width: 503px;
  }
  .content .column-5 .box-img h1 {
    font-size: 54.78px;
    left: 33px;
    line-height: 54px;
    top: 35px;
  }
  .content .column-5 .box-img img {
    right: 16px;
    width: 301px;
  }
  .content .column-5 .accordion {
    margin: 0 0 0 calc(100% - (503px + 658px));
    width: 658px;
  }
  .content .column-5 .accordion .accordion__item {
    margin: 7px 0 0;
  }
  .content .column-5 .accordion .accordion__item .accordion__title {
    font-size: 17px;
    height: 58px;
    line-height: 58px;
    padding: 0 61px 0 30px;
  }
  .content .column-5 .accordion .accordion__item .accordion__title span {
    line-height: 21px;
  }
  .content .column-5 .accordion .accordion__item .accordion__title::before {
    height: 8px;
    right: 28px;
    width: 13px;
  }
  .content .column-5 .accordion .accordion__item .accordion__copy {
    font-size: 14.23px;
    line-height: 28.63px;
    padding: 8px 28px 8px 30px;
  }
  .ar .content [class*="column"] [class*="box"] .button button {
    font-size: 20px;
  }
  .ar .content .column-5 .accordion .accordion__item .accordion__title {
    padding: 0 30px 0 61px;
  }
  .ar .content .column-5 .accordion .accordion__item .accordion__title::before {
    left: 28px;
  }
}

@media screen and (max-width: 1275px) {
  .content [class*="column"] [class*="box"] .button {
    width: 231px;
  }
  .content [class*="column"] [class*="box"] .button button {
    font-size: 14.38px;
    height: 56px;
  }
  .content .column-1 {
    padding: 0 0 121px;
  }
  .content .column-1 .box-img {
    height: 535px;
    width: 442px;
  }
  .content .column-1 .box-img h1 {
    font-size: 48.13px;
    left: 39px;
    line-height: 48px;
    top: 41px;
  }
  .content .column-1 .box-text {
    margin: -12px 0 0 98px;
    width: 436px;
  }
  .content .column-1 .box-text h1 {
    font-size: 37.5px;
    line-height: 49.38px;
  }
  .content .column-1 .box-text p {
    font-size: 15px;
    line-height: 22.5px;
    margin: 8px 0 0;
  }
  .content .column-1 .box-text .button {
    margin: 71px 0 0;
  }
  .content .column-2 {
    padding: 0 0 101px;
  }
  .content .column-2 .box-img {
    height: 534px;
    width: 442px;
  }
  .content .column-2 .box-img h1 {
    font-size: 48.13px;
    left: 34px;
    line-height: 48px;
    top: 42px;
  }
  .content .column-2 .box-img img {
    bottom: -1px;
    right: 15px;
    width: 529px;
  }
  .content .column-2 .box-text {
    margin: -9px 146px 0 0;
    width: 416px;
  }
  .content .column-2 .box-text h1 {
    font-size: 37.5px;
    line-height: 49.38px;
  }
  .content .column-2 .box-text p {
    font-size: 15px;
    line-height: 22.5px;
    margin: 23px 0 0;
  }
  .content .column-2 .box-text .button {
    margin: 14px 0 0;
  }
  .content .column-3 {
    padding: 0 0 143px;
  }
  .content .column-3 .box-img {
    height: 534px;
    width: 442px;
  }
  .content .column-3 .box-img h1 {
    font-size: 48.13px;
    left: 35px;
    line-height: 48px;
    top: 43px;
  }
  .content .column-3 .box-img img {
    bottom: -2px;
    right: -23px;
    width: 341px;
  }
  .content .column-3 .box-text {
    margin: -11px 0 0 105px;
    width: 409px;
  }
  .content .column-3 .box-text h1 {
    font-size: 37.5px;
    line-height: 49.38px;
  }
  .content .column-3 .box-text p {
    font-size: 13.75px;
    line-height: 22.5px;
    margin: 23px 0 0;
  }
  .content .column-3 .box-text .button {
    margin: 19px 0 0;
  }
  .content .column-4 {
    padding: 0 0 157px;
  }
  .content .column-4 .box-img {
    height: 534px;
    width: 442px;
  }
  .content .column-4 .box-img h1 {
    font-size: 48.13px;
    left: 34px;
    line-height: 48px;
    top: 43px;
  }
  .content .column-4 .box-img img {
    left: -43px;
    width: 444px;
  }
  .content .column-4 .box-text {
    margin: 0 145px 0 0;
    width: 418px;
  }
  .content .column-4 .box-text h1 {
    font-size: 37.5px;
    line-height: 49.38px;
  }
  .content .column-4 .box-text p {
    font-size: 13.75px;
    line-height: 22.5px;
    margin: 31px 0 0;
  }
  .content .column-4 .box-text .button {
    margin: 18px 0 0;
  }
  .content .column-5 {
    padding: 0 0 145px;
  }
  .content .column-5 .box-img {
    height: 450px;
    width: 441px;
  }
  .content .column-5 .box-img h1 {
    font-size: 48.13px;
    left: 28px;
    line-height: 48px;
    top: 29px;
  }
  .content .column-5 .box-img img {
    right: 15px;
    width: 264px;
  }
  .content .column-5 .accordion {
    margin: 0 0 0 calc(100% - (441px + 578px));
    width: 578px;
  }
  .content .column-5 .accordion .accordion__item {
    margin: 6px 0 0;
  }
  .content .column-5 .accordion .accordion__item .accordion__title {
    font-size: 15px;
    height: 51px;
    line-height: 51px;
    padding: 0 57px 0 26px;
  }
  .content .column-5 .accordion .accordion__item .accordion__title span {
    line-height: 19px;
  }
  .content .column-5 .accordion .accordion__item .accordion__title::before {
    height: 7px;
    right: 25px;
    width: 12px;
  }
  .content .column-5 .accordion .accordion__item .accordion__copy {
    font-size: 12.5px;
    line-height: 25.15px;
    padding: 7.5px 25px 7.5px 26px;
  }
  .ar .content [class*="column"] [class*="box"] .button button {
    font-size: 18px;
  }
  .ar .content .column-5 .accordion .accordion__item .accordion__title {
    padding: 0 26px 0 57px;
  }
  .ar .content .column-5 .accordion .accordion__item .accordion__title::before {
    left: 25px;
  }
}

@media screen and (max-width: 1120px) {
  .content [class*="column"] [class*="box"] .button {
    width: 370px;
  }
  .content [class*="column"] [class*="box"] .button button {
    font-size: 23px;
    height: 90px;
  }
  .content .column-1 {
    padding: 0 0 92px;
  }
  .content .column-1 .box-img {
    height: auto;
    width: 100%;
  }
  .content .column-1 .box-img img {
    width: 100%;
  }
  .content .column-1 .box-img h1 {
    font-size: 77px;
    left: 64px;
    line-height: 77px;
    top: 77px;
  }
  .content .column-1 .box-text {
    margin: 48px 0 0 23px;
    width: calc(100% - (23px *2));
  }
  .content .column-1 .box-text h1 {
    font-size: 60px;
    line-height: 79px;
  }
  .content .column-1 .box-text p {
    font-size: 24px;
    line-height: 36px;
    margin: 16px 0 0;
  }
  .content .column-1 .box-text .button {
    margin: 36px 0 0;
  }
  .content .column-2 {
    direction: ltr;
    padding: 0 0 90px;
  }
  .content .column-2 .box-img {
    height: auto;
    padding: 333px 0 0;
    width: 100%;
  }
  .content .column-2 .box-img h1 {
    font-size: 77px;
    left: 57px;
    line-height: 77px;
    top: 78px;
  }
  .content .column-2 .box-img img {
    bottom: 0;
    right: 0;
    position: relative;
    width: 100%;
  }
  .content .column-2 .box-text {
    margin: 48px 0 0 23px;
    width: calc(100% - (23px *2));
  }
  .content .column-2 .box-text h1 {
    font-size: 60px;
    line-height: 79px;
  }
  .content .column-2 .box-text p {
    font-size: 24px;
    line-height: 36px;
    margin: 16px 0 0;
  }
  .content .column-2 .box-text .button {
    margin: 36px 0 0;
  }
  .content .column-3 {
    padding: 0 0 142px;
  }
  .content .column-3 .box-img {
    height: auto;
    padding: 170px 0 0;
    width: 100%;
  }
  .content .column-3 .box-img h1 {
    font-size: 77px;
    left: 57px;
    line-height: 77px;
    top: 78px;
  }
  .content .column-3 .box-img img {
    bottom: 0;
    left: 114px;
    right: auto;
    position: relative;
    width: calc(100% - (114px + 53px));
  }
  .content .column-3 .box-text {
    margin: 48px 0 0 23px;
    width: calc(100% - (23px *2));
  }
  .content .column-3 .box-text h1 {
    font-size: 60px;
    line-height: 79px;
  }
  .content .column-3 .box-text p {
    font-size: 24px;
    line-height: 36px;
    margin: 16px 0 0;
  }
  .content .column-3 .box-text .button {
    margin: 36px 0 0;
  }
  .content .column-4 {
    direction: ltr;
    padding: 0 0 136px;
  }
  .content .column-4 .box-img {
    height: auto;
    padding: 180px 0 0;
    width: 100%;
  }
  .content .column-4 .box-img h1 {
    font-size: 77px;
    left: 57px;
    line-height: 77px;
    top: 78px;
  }
  .content .column-4 .box-img img {
    left: 12px;
    position: relative;
    width: calc(100% - 12px);
  }
  .content .column-4 .box-text {
    margin: 48px 0 0 23px;
    width: calc(100% - (23px *2));
  }
  .content .column-4 .box-text h1 {
    font-size: 60px;
    line-height: 79px;
  }
  .content .column-4 .box-text p {
    font-size: 24px;
    line-height: 36px;
    margin: 16px 0 0;
  }
  .content .column-4 .box-text .button {
    margin: 36px 0 0;
  }
  .content .column-5 {
    padding: 0 0 88px;
  }
  .content .column-5 .box-img {
    height: auto;
    padding: 52px 0 0;
    width: 100%;
  }
  .content .column-5 .box-img h1 {
    font-size: 77px;
    left: 57px;
    line-height: 77px;
    top: 78px;
  }
  .content .column-5 .box-img img {
    left: 229px;
    right: auto;
    position: relative;
    width: calc(100% - (229px + 54px));
  }
  .content .column-5 .accordion {
    margin: 79px 0 0;
    width: 100%;
  }
  .content .column-5 .accordion .accordion__item {
    margin: 10px 0 0;
  }
  .content .column-5 .accordion .accordion__item .accordion__title {
    font-size: 22px;
    height: 82px;
    line-height: 82px;
    padding: 0 99px 0 41px;
  }
  .content .column-5 .accordion .accordion__item .accordion__title span {
    line-height: 26px;
  }
  .content .column-5 .accordion .accordion__item .accordion__title::before {
    height: 11px;
    right: 44px;
    width: 19px;
  }
  .content .column-5 .accordion .accordion__item .accordion__copy {
    font-size: 20px;
    line-height: 40px;
    padding: 22px 32px;
  }
  .ar .content [class*="column"] [class*="box"] .button button {
    font-size: 23px;
  }
  .ar .content .column-5 .accordion .accordion__item .accordion__title {
    padding: 0 41px 0 99px;
  }
  .ar .content .column-5 .accordion .accordion__item .accordion__title::before {
    left: 44px;
  }
}

@media screen and (max-width: 715px) {
  .content [class*="column"] [class*="box"] .button {
    width: 215px;
  }
  .content [class*="column"] [class*="box"] .button button {
    font-size: 13.42px;
    height: 52px;
  }
  .content .column-1 {
    padding: 0 0 54px;
  }
  .content .column-1 .box-img h1 {
    font-size: 44.93px;
    left: 37px;
    line-height: 44px;
    top: 38px;
  }
  .content .column-1 .box-text {
    margin: 28px 0 0 12px;
    width: calc(100% - (12px *2));
  }
  .content .column-1 .box-text h1 {
    font-size: 35.01px;
    line-height: 46.1px;
  }
  .content .column-1 .box-text p {
    font-size: 14.01px;
    line-height: 21.01px;
    margin: 9px 0 0;
  }
  .content .column-1 .box-text .button {
    margin: 21px 0 0;
  }
  .content .column-2 {
    padding: 0 0 53px;
  }
  .content .column-2 .box-img {
    padding: 194px 0 0;
  }
  .content .column-2 .box-img h1 {
    font-size: 44.93px;
    left: 37px;
    line-height: 44px;
    top: 38px;
  }
  .content .column-2 .box-text {
    margin: 28px 0 0 12px;
    width: calc(100% - (12px *2));
  }
  .content .column-2 .box-text h1 {
    font-size: 35.01px;
    line-height: 46.1px;
  }
  .content .column-2 .box-text p {
    font-size: 14.01px;
    line-height: 21.01px;
    margin: 9px 0 0;
  }
  .content .column-2 .box-text .button {
    margin: 21px 0 0;
  }
  .content .column-3 {
    padding: 0 0 83px;
  }
  .content .column-3 .box-img {
    padding: 99px 0 0;
  }
  .content .column-3 .box-img h1 {
    font-size: 44.93px;
    left: 37px;
    line-height: 44px;
    top: 38px;
  }
  .content .column-3 .box-img img {
    left: 67px;
    width: calc(100% - (67px + 26px));
  }
  .content .column-3 .box-text {
    margin: 28px 0 0 12px;
    width: calc(100% - (12px *2));
  }
  .content .column-3 .box-text h1 {
    font-size: 35.01px;
    line-height: 46.1px;
  }
  .content .column-3 .box-text p {
    font-size: 14.01px;
    line-height: 21.01px;
    margin: 9px 0 0;
  }
  .content .column-3 .box-text .button {
    margin: 21px 0 0;
  }
  .content .column-4 {
    padding: 0 0 79px;
  }
  .content .column-4 .box-img {
    padding: 104px 0 0;
  }
  .content .column-4 .box-img h1 {
    font-size: 44.93px;
    left: 37px;
    line-height: 44px;
    top: 38px;
  }
  .content .column-4 .box-img img {
    left: 7px;
    width: calc(100% - 7px);
  }
  .content .column-4 .box-text {
    margin: 28px 0 0 12px;
    width: calc(100% - (12px *2));
  }
  .content .column-4 .box-text h1 {
    font-size: 35.01px;
    line-height: 46.1px;
  }
  .content .column-4 .box-text p {
    font-size: 14.01px;
    line-height: 21.01px;
    margin: 9px 0 0;
  }
  .content .column-4 .box-text .button {
    margin: 21px 0 0;
  }
  .content .column-5 {
    padding: 0 0 52px;
  }
  .content .column-5 .box-img {
    padding: 30px 0 0;
  }
  .content .column-5 .box-img h1 {
    font-size: 44.93px;
    left: 28px;
    line-height: 44px;
    top: 32px;
  }
  .content .column-5 .box-img img {
    left: 134px;
    width: calc(100% - (134px + 31px));
  }
  .content .column-5 .accordion {
    margin: 46px 0 0;
  }
  .content .column-5 .accordion .accordion__item {
    margin: 6px 0 0;
  }
  .content .column-5 .accordion .accordion__item .accordion__title {
    font-size: 14px;
    height: auto;
    line-height: normal;
    padding: 10px 61px 10px 23px;
  }
  .content .column-5 .accordion .accordion__item .accordion__title span {
    line-height: 18px;
  }
  .content .column-5 .accordion .accordion__item .accordion__title::before {
    height: 6px;
    right: 25px;
    width: 11px;
  }
  .content .column-5 .accordion .accordion__item .accordion__copy {
    font-size: 11.67px;
    line-height: 23.48px;
    padding: 16px 19px;
  }
  .ar .content [class*="column"] [class*="box"] .button button {
    font-size: 16px;
  }
  .ar .content .column-5 .accordion .accordion__item .accordion__title {
    padding: 0 23px 0 61px;
  }
  .ar .content .column-5 .accordion .accordion__item .accordion__title::before {
    left: 25px;
  }
}

@media screen and (max-width: 395px) {
  .content .column-1 .box-img h1 {
    font-size: 34px;
    left: 28px;
    line-height: 34px;
    top: 35px;
  }
  .content .column-2 .box-img h1 {
    font-size: 34px;
    left: 28px;
    line-height: 34px;
    top: 35px;
  }
  .content .column-3 .box-img h1 {
    font-size: 34px;
    left: 28px;
    line-height: 34px;
    top: 35px;
  }
  .content .column-4 .box-img h1 {
    font-size: 34px;
    left: 28px;
    line-height: 34px;
    top: 35px;
  }
  .content .column-5 .box-img h1 {
    font-size: 34px;
    left: 21px;
    line-height: 34px;
    top: 24px;
  }
}

/* End Content */
/* Footer */
footer {
  background-color: #36c0d9;
  height: 89px;
  position: relative;
  width: 100%;
}

footer .container::after {
  clear: both;
  content: '';
}

footer .copyright {
  color: white;
  float: left;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 89px;
}
footer .copyright a{
  background-color: #58b030;
  color: white;
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer .copyright a:hover{
  background-color: #ff6100;
}
footer .copyright br{
    display: none;
}
footer .reseau-sociaux {
  font-size: 0;
  float: right;
  line-height: 89px;
  width: auto;
}

footer .reseau-sociaux a {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  height: 22px;
  line-height: normal;
  margin-left: 56px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  vertical-align: middle;
  width: 22px;
}

footer .reseau-sociaux a:nth-child(1) {
  margin-left: 0;
}

footer .reseau-sociaux a.facebook {
  background-image: url("../img/facebook.svg");
}

footer .reseau-sociaux a.facebook:hover {
  -webkit-filter: invert(41%) sepia(10%) saturate(5124%) hue-rotate(188deg) brightness(85%) contrast(79%);
          filter: invert(41%) sepia(10%) saturate(5124%) hue-rotate(188deg) brightness(85%) contrast(79%);
}

footer .reseau-sociaux a.instagram {
  background-image: url("../img/instagram.svg");
}

footer .reseau-sociaux a.instagram:hover {
  -webkit-filter: invert(28%) sepia(55%) saturate(1925%) hue-rotate(293deg) brightness(96%) contrast(92%);
          filter: invert(28%) sepia(55%) saturate(1925%) hue-rotate(293deg) brightness(96%) contrast(92%);
}

footer .reseau-sociaux a.youtube {
  background-image: url("../img/youtube.svg");
}

footer .reseau-sociaux a.youtube:hover {
  -webkit-filter: invert(24%) sepia(85%) saturate(6622%) hue-rotate(355deg) brightness(96%) contrast(119%);
          filter: invert(24%) sepia(85%) saturate(6622%) hue-rotate(355deg) brightness(96%) contrast(119%);
}

footer .reseau-sociaux a.twitter {
  background-image: url("../img/twitter-x.svg");
}

footer .reseau-sociaux a.twitter:hover {
  -webkit-filter: invert(46%) sepia(72%) saturate(1751%) hue-rotate(178deg) brightness(102%) contrast(90%);
          filter: invert(46%) sepia(72%) saturate(1751%) hue-rotate(178deg) brightness(102%) contrast(90%);
}

footer .reseau-sociaux a.linkedin {
  background-image: url("../img/linkedin-black.svg");
}

footer .reseau-sociaux a.linkedin:hover {
  -webkit-filter: invert(46%) sepia(72%) saturate(1751%) hue-rotate(178deg) brightness(102%) contrast(90%);
          filter: invert(46%) sepia(72%) saturate(1751%) hue-rotate(178deg) brightness(102%) contrast(90%);
}

.ar footer .copyright {
  direction: rtl;
  float: right;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ar footer .reseau-sociaux {
  direction: rtl;
  float: left;
}

.ar footer .reseau-sociaux a {
  margin-left: 0;
  margin-right: 56px;
}

.ar footer .reseau-sociaux a:nth-child(1) {
  margin-right: 0;
}

@media screen and (max-width: 1915px) {
  footer {
    height: 74px;
  }
  footer .copyright {
    font-size: 12.5px;
    line-height: 74px;
  }
  footer .reseau-sociaux {
    line-height: 74px;
  }
  footer .reseau-sociaux a {
    height: 18px;
    margin-left: 47px;
    width: 18px;
  }
  .ar footer .reseau-sociaux a {
    margin-right: 47px;
  }
}

@media screen and (max-width: 1531px) {
  footer {
    height: 63px;
  }
  footer .copyright {
    font-size: 10.67px;
    line-height: 63px;
  }
  footer .reseau-sociaux {
    line-height: 63px;
  }
  footer .reseau-sociaux a {
    height: 16px;
    margin-left: 39px;
    width: 16px;
  }
  .ar footer .reseau-sociaux a {
    margin-right: 39px;
  }
}

@media screen and (max-width: 1275px) {
  footer {
    height: 55px;
  }
  footer .copyright {
    font-size: 10.67px;
    line-height: 55px;
  }
  footer .reseau-sociaux {
    line-height: 55px;
  }
  footer .reseau-sociaux a {
    height: 16px;
    margin-left: 35px;
    width: 16px;
  }
  .ar footer .reseau-sociaux a {
    margin-right: 35px;
  }
}

@media screen and (max-width: 1120px) {
  footer {
    border-bottom: 5px solid white;
    height: auto;
    padding: 57px 0 30px;
    text-align: center;
  }
  footer .copyright {
    display: inline-block;
    float: initial;
    font-size: 15px;
    line-height: 15px;
    margin: 94px 0 0;
    width: 100%;
  }
  footer .copyright a{
    display: inline-block;
    margin: 20px 0;
  }
  footer .copyright br{
    display: block;
  }
  footer .reseau-sociaux {
    display: inline-block;
    float: initial;
    line-height: normal;
    text-align: center;
    width: 100%;
  }
  footer .reseau-sociaux a {
    height: 57px;
    margin-left: 98px;
    width: 57px;
  }
  .ar footer .copyright {
    display: inline-block;
    float: initial;
  }
  .ar footer .reseau-sociaux {
    display: inline-block;
    float: initial;
  }
  .ar footer .reseau-sociaux a {
    margin-right: 98px;
  }
}

@media screen and (max-width: 715px) {
  footer {
    border-bottom: 3px solid white;
    padding: 33px 0 16px;
  }
  footer .copyright {
    font-size: 12px;
    line-height: 12px;
    margin: 55px 0 0;
  }
  footer .reseau-sociaux a {
    height: 33px;
    margin-left: 58px;
    width: 33px;
  }
  .ar footer .reseau-sociaux a {
    margin-right: 58px;
  }
}

@media screen and (max-width: 395px) {
  footer .reseau-sociaux a {
    height: 25px;
    margin-left: 40px;
    width: 25px;
  }
  .ar footer .reseau-sociaux a {
    margin-right: 40px;
  }
}
.band{
    background-color: #ff6100;
    color: white;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.ar .band{
    font-family: "Noto Kufi Arabic", sans-serif;
}
/* End Footer */
/*# sourceMappingURL=style.css.map */