/*
 Theme Name: Twenty Nineteen Child
 Theme URI: https://www.element8.ae
 Author: Element8
 Author URI: https://www.element8.ae
 Template: twentynineteen
 Description: Child theme for Twenty Nineteen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentynineteen-child
 */

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins-Thin.woff2') format('woff2'),
    url('assets/fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('assets/fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins-Light.woff2') format('woff2'),
    url('assets/fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins-Regular.woff2') format('woff2'),
    url('assets/fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins-Medium.woff2') format('woff2'),
    url('assets/fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('assets/fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins-Bold.woff2') format('woff2'),
    url('assets/fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('assets/fonts/DMSans-Regular.woff2') format('woff2'),
    url('assets/fonts/DMSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-Regular.woff2') format('woff2'),
    url('assets/fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('assets/fonts/AktivGrotesk_W_Arabic_Rg.woff2') format('woff2'),
    url('assets/fonts/AktivGrotesk_W_Arabic_Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}



:root {
  --light-blue: #2B3491;
  --dark-blue: #19154C;
  --light-grey: #F2F4F4;
  --black: #211E1E;
  --puple: #802BA2;
  --pink-light: #C44DFB;
  --garident: linear-gradient(142.61deg, rgba(121, 65, 149, 1) 0%, rgba(102, 85, 161, 1) 100%);
  --garident-2: linear-gradient(270deg, #2B3491 0%, #2B3491 100%);
  --garident-3: linear-gradient(90deg, rgba(105, 60, 156, 1) 0%, rgba(57, 94, 177, 1) 100%);
  --garident-4: linear-gradient(142.61deg, rgba(121, 65, 149, 1) 0%, rgba(102, 85, 161, 1) 100%);
  --garident-bg: linear-gradient(90deg, rgba(105, 60, 156, 1) 0%, rgba(57, 94, 177, 1) 100%);
  --font-primary: 'Poppins';
  --font-secondary: 'DM Sans';
  --font-third: 'Roboto';
  --transition: all 0.3s ease-in-out;
  --color-text-light: #19154c;
}


::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);

}

::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
  width: 7px;
}

::-webkit-scrollbar-thumb:hover {
  background: #111;
}

body {
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-primary);
  font-weight: normal;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

* h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  color: var(--light-blue);
  font-weight: 300;
  margin-bottom: 15px;

}

h1 {
  font-weight: 500;
}

h1,
.heading-1 {
  font-size: 60px;
  line-height: 65px;
}

h2,
.heading-2 {
  font-size: 45px;
  line-height: 55px;
}

h3,
.heading-3 {
  font-size: 30px;
  line-height: 40px;
}

h4,
.heading-4 {
  font-size: 22px;
  line-height: 28px;
}

h5,
.heading-5 {
  font-size: 20px;
  line-height: 26px;
}

h6,
.heading-6 {
  font-size: 20px;
  line-height: 22px;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;

  font-family: var(--font-primary);
  font-weight: normal;
  color: var(--dark-blue);
  margin-bottom: 25px;
}

p:last-child {
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

ul li {
  list-style: none;
}

a {
  font-size: 16px;
  text-decoration: none;
  font-family: var(--font-secondary);
  font-weight: normal;
  line-height: 18px;
  color: var(--light-grey);
  transition: var(--transition);
}

a:hover {
  text-decoration: none !important;
  color: var(--dark-blue);
}

input,
textarea,
select {
  background: none;
  outline: none;
  font-size: 1rem;
  color: var(--dark-blue);
  border: 1px solid;
  font-family: var(--font-primary);
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  border: 0px none;
}

input[type='submit'] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

:focus {
  outline: none;
}

.container {
  max-width: 1256px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}

@media only screen and (max-width:1450px),
(min-width: 1400px) and (-webkit-device-pixel-ratio: 1.25) {

  h1,
  .heading-1 {
    font-size: 50px;
    line-height: 55px;
  }

  h2,
  .heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3,
  .heading-3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4,
  .heading-4 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width:1366px) {

  h1,
  .heading-1 {
    font-size: 47px;
    line-height: 55px;
  }

  h2,
  .heading-2 {
    font-size: 37px;
    line-height: 50px;
  }

  h3,
  .heading-3 {
    font-size: 22px;
    line-height: 36px;
  }
}

@media only screen and (max-width:1280px) {
  .container {
    max-width: 95%;
  }
}

@media only screen and (max-width:1024px) {

  h2,
  .heading-2 {
    font-size: 27px;
    line-height: 1.5;
  }
}

@media only screen and (max-width:1199px) {

  h1,
  .heading-1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2,
  .heading-2 {
    font-size: 32px;
    line-height: 42px;
  }

  h3,
  .heading-3 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (max-width:870px) {

  h1,
  .heading-1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2,
  .heading-2 {
    font-size: 26px;
    line-height: 30px;
  }

  h3,
  .heading-3 {
    font-size: 22px;
    line-height: 32px;
  }
}