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

:root {

    /* Colors  */

    --gd_primary: #30D5C8;
    --gd_secondary: #005A53;
    --gd_secondary_dark: #00332F;
    --gd_gray: #A3A3A3;
    --gd_white: #fff;
    --gd_whitish: #FAFAFA;
    --gd_black: #000000;
    --gd_blackish: #333333;

    /* Font Sizes  */

    --heading0 : clamp(2.25rem, 3.094vw + 1.525rem, 4rem); /* 36 - 64 */
    --heading1 : clamp(1.875rem, 1.989vw + 1.409rem, 3rem); /* 30 - 48 */
    --heading2 : clamp(1.625rem, 1.105vw + 1.366rem, 2.25rem); /* 26 - 36 */
    --heading3 : clamp(1.25rem, 0.442vw + 1.146rem, 1.5rem); /* 20 - 24 */
    --heading4 : ; /* */
    --heading5 : ; /* */
    --heading6 : ; /* */
    --text18 : clamp(1rem, 0.221vw + 0.948rem, 1.125rem); /* 16 - 18 */
    --text16 : clamp(0.875rem, 0.221vw + 0.823rem, 1rem); /* 14 - 16 */
    --text14 : clamp(0.75rem, 0.221vw + 0.698rem, 0.875rem); /* 12 - 14 */

    --spacer160 : clamp(3.75rem, 11.05vw + 1.16rem, 10rem); 

}
.footer-image img {
  max-height: 350px;
}
.ppr {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .ppm {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .pps {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .ppb {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }
  


h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5,
h6,
.heading-6 {

	font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
	line-height: 1.2;
	text-transform: initial;
	margin: 0 0 20px;
    color: var(--gd_secondary_dark);

	span {
		color: var(--gd_primary);
	}
}

.heading-0 {
	font-size: var(--heading0 );
    line-height: 1.3;
}
h1, .heading-1 {
	font-size: var(--heading1 );
  line-height: 1.3;
}

h2,
.heading-2 {
	font-size: var(--heading2 );
	line-height: 1.35;
}

h3,
.heading-3 {
	font-size: var(--heading3 );
}

h4,
.heading-4 {
	font-size: var(--heading4 );
}

h5,
.heading-5 {
	font-size: var(--heading5 );
}

h6,
.heading-6 {
	font-size: var(--heading6 );
}

.text18 {
	font-size: var(--text18);
}
.text16 {
	font-size: var(--text16);
}
.text14 {
	font-size: var(--text14);
}


.green-ctn {
  background-color: var(--gd_secondary_dark);
  color: var(--gd_whitish);

}
.green-ctn h1, .green-ctn h2, .green-ctn h3, .green-ctn h4, .green-ctn h5, .green-ctn h6 {
  color: var(--gd_white);
}

/*-------------------------------------------------
>> Styles for content tags
-------------------------------------------------*/
/* -------------------------------------------------
>> Base Styles
---------------------------------------------------
>> Edit these styles as required
------------------------------------------------- */
i,
em,
var,
address,
dfn {
  font-style: italic;
}

code,
pre,
kbd,
tt,
var,
samp {
  font-family: monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--gd_gray);
  text-decoration: none;
  cursor: help;
}

abbr[title] {
  text-decoration: none;
}

address {
  margin: 0 0 30px;
}

mark {
  background-color: var(--gd_primary);
  padding: 3px 7px;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

s,
strike,
del {
  text-decoration: line-through;
}

b,
strong {
  font-weight: 700;
  color: var(--dc_strong_color);
}

u {
  border-bottom: 1px solid var(--gd_secondary);
  text-decoration: none;
}


/* ------------------------------------------------------------------
> Elements
------------------------------------------------------------------ */
/*-------------------------------------------------
>> Styles for tables
-------------------------------------------------*/
/* -------------------------------------------------
>> Base Styles
---------------------------------------------------
>> Edit these styles as required
------------------------------------------------- */
body {
  font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  position: relative;
  font-size: var(--text16);
}
body.active-popup{
overflow: hidden;
padding-right: 18px;
}
body.active-popup::after{
  content: "";
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--gd_secondary_dark);
opacity: 0.7;
z-index: 6;

}

p {
  margin: 0 0 30px;
}

a, a:visited {
  transition: all 0.3s ease-in-out;
}

::-moz-selection {
  color: var(--gd_black);
  background-color: var(--gd_primary);
}

::selection {
  color: var(--gd_black);
  background-color: var(--gd_primary);
}

strong {
  color: var(--dc_text_strong) !important;
}

.text-20 {
  font-size: var(--dc_font_size_5);
}

.lead-para {
  font-size: var(--dc_font_size_7_i);
  letter-spacing: 0.35px;
}

/*-------------------------------------------------
>> Styles for links
-------------------------------------------------*/
/* -------------------------------------------------
>> Base Styles
---------------------------------------------------
>> Do not edit these styles
------------------------------------------------- */
a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  outline: none;
  position: relative;
}
img {
    height: auto;
    max-width: 100%;
  }
  
  a img {
    border: none;
    outline: none;
    margin-bottom: 0;
  }
  
/*-------------------------------------------------
>> Styles for lists
-------------------------------------------------*/
/* -------------------------------------------------
>> Base Styles
---------------------------------------------------
>> Do not edit these styles
------------------------------------------------- */
header ul,
header ol,
footer ul,
footer ol {
  list-style: none;
}

/* -------------------------------------------------
>> Project Styles
---------------------------------------------------
>> Edit these styles as required
------------------------------------------------- */
dl {
  margin: 0 0 30px;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0 0 12px;
}

ul,
ol {
  margin: 0 0 30px 20px;
}

ul li,
ol li {
  margin: 0 0 10px;
  box-sizing: border-box;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 12px 0 0 30px;
}

.page-section ul {
  list-style: none;
  margin-left: 0;
}
.page-section ul ul,
.page-section ul ol {
  margin-left: 13px;
}
.page-section ul > li {
  padding-left: 20px;
  position: relative;
}
.page-section ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-position: left top;
  position: absolute;
  background-color: var(--gd_secondary);
  left: 0;
  top: 10px;
  border-radius: 50%;
}
.page-section ul ol {
  counter-reset: list1;
}
.page-section ul ol > li::before {
  counter-increment: list1;
  content: counters(list1, ".") ".";
}
.page-section ol {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0;
}
.page-section ol ol,
.page-section ol ul {
  margin-left: 13px;
}
.page-section ol > li {
  position: relative;
  padding-left: 24px;
}
.page-section ol > li::marker {
  display: none;
}
.page-section ol > li::before {
  color: var(--dc_ol_list_marker_color);
  font-family: "Axiforma", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  content: counters(list, ".") ".";
  counter-increment: list;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
}
.page-section ol ol li {
  padding-left: 34px;
}
.page-section ol ol ol li {
  padding-left: 64px;
}
.page-section ol ol ol ol li {
  padding-left: 80px;
}
.page-section ol ul {
  counter-reset: unset;
}
.page-section ol ul li {
  padding-left: 20px;
}
.page-section ol ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-position: left top;
  position: absolute;
  background-color: var(--gd_secondary);
  left: 0;
  top: 10px;
}

  
.wrapper {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}



header {
  background-color: var(--gd_secondary_dark);
  padding: 30px 0;
 
}
header a {
  display: inline-block;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  line-height: 0.6;
}

.hero-section {
  /* padding: 38px 0 0 0; */
  padding: 100px 0 0 0;
}
.site-socials {
  display: flex;
  gap: 33px
}
.site-socials a {
  min-width: 15px;
}
a:hover svg path {
  fill: var(--gd_primary);
}
.hero-ctn {
  display: flex;
  flex-wrap: wrap;
  
}
.typewriter-container {
  min-height: 70px;
}
.typewriter {
  overflow: hidden;
  border-right: 2px solid var(--gd_primary);
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.hero-text {
  font-size: var(--text18);
  margin-bottom: 23px;
}
.hero-text p:last-of-type {
  margin-bottom: 0;
}
.hero-left {
  width: 39%;
  margin-right: 40px;
}
.hero-left .heading-1 {
  margin-bottom: 0px;
}
.hero-images {
  width: 52%;
  margin-top: -35px;
  
}



.app-buttons {
  display: flex;
  gap: 12px;
}

.app-buttons a, .app-buttons a:visited {
  background-color: var(--gd_white);
  padding: 11px 13px 11px 14px;
  border-radius: 6px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.6;
}
.app-buttons a:hover, .app-buttons a:visited:hover {
  transform: scale(1.05);
}
.spacer-160 {
  height: var(--spacer160);
}

.why-us-ctn {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  position: relative;
  left: 66px;
}
.why-us-image {
  width: 40.7%;
}
.why-us-img {
  line-height: 0.6;
  position: relative;
}
.why-us-img::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.why-us-content {
  width: 51%;
  padding-top: 5px;
}
.why-text {
  font-size: var(--text18);
}
.why-text p {
  margin-bottom: 16px;
}
.why-text p:last-of-type {
  margin-bottom: 0;
}
.why-points {
  display: flex;
  flex-direction: column;
  gap: 50px;
}


/* shoaib-styles */


.height-157{
  height: var(--spacer160);
}

.height-80{
  height: 80px;
}

.green-shape{
  background: var(--gd_secondary_dark); 
  padding: var(--spacer160) 0;
  position: relative;
  z-index: 1;
   overflow: hidden; 
}

.green-shape::before{
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/bg-image.png');
    background-position: center top; 
    background-repeat: repeat; 
    background-size: 1440px;
    z-index: -2; 
    opacity: 0.2; 
}

.slider-container .section-heading h2{
  
  text-align: center;
  color: var(--gd_whitish);
  margin-bottom: 60px;
}

.sliders.owl-carousel .owl-item img{
  width: auto;
}
.sliders.owl-carousel .owl-stage{
  display: flex;
}

.hadees-quotes{
  background-color: var(--gd_secondary);
  padding: 24px;
  border-radius: 32px;
  height: 100%;
  
}

.hadees-text-area{

  margin-top: 24px;
  text-align: center;
  color: var(--gd_whitish);
  position: relative;
  line-height: 1.5;
}
.hadees-text-area p{
  margin: 0;
}
.hadees-book{
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
  color: var(--gd_whitish);
  margin-bottom: 0px;
}
.hadees-book p{
  margin-bottom: 0;
}

.hadees-text-area::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 70%;
    max-width: 164px;
    height:1px;
    left: 0;
    right: 0;
    background-color:var(--gd_gray);
    margin: 8px auto;
}



 .hadees-icon {
  margin:0px auto;
 width: 115px;
 height: 115px;
 display: flex;
 justify-content: center;
 align-items: center;
 background-color: var(--gd_secondary_dark);
 border-radius: 50%;
  line-height: 0.6;
}

.hadees-icon img{
  width: auto;
  max-height: 70px;
}

.sliders .owl-nav, .owl-dots{
  display: none;
}

/* experience-section */

.experience-container{
  display: flex;
  flex-wrap: wrap;
  gap: 79px;
  align-items: center;
  padding-bottom: 61px;
}
.experience-image {
  line-height: 0.6;
  width: calc(52% - 79px);
}
.experience-content{
  width: 47.85%;
  margin-top: -15px;
}
.experience-content h3 {
  margin-bottom: 11px;
}
.exp-text-ctn{
  margin-top: 66px;
}
.experience-text{
  max-width: 498px;
  margin-bottom: 25px;
}
.experience-text:last-child {
  margin-bottom: 0;
}
.experience-text h3  {
  letter-spacing: -0.10px;
}

.experience-text p, .footer-text p {
  margin-bottom: 20px;
}
.experience-text p:last-of-type, 
.footer-text p:last-of-type {
  margin-bottom: 0;
}
.footer-content {
  position: relative;
  top: -3px;
  z-index: 2;
  width: 49.25%;
}
.footer-content h2 {
  margin-bottom: 13px;
}
.footer-text {
  margin-bottom: 20px;
  font-size: 14px;
}


/* footer */
.footer-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 160.57px;
  padding: 23px 0px 13px 0px;
  
}
footer{
  position: relative;
}


.left-shape{
  position: absolute;
  bottom: -7px;
  left: -3px;
}

.right-shape{
  position: absolute;
  top: 0;
  right: 0;
}


/* footer::before{
  content: url(./images/left-shapes.png);
  position: absolute;
  

  bottom: -7px;
  left: -2px;
  
  
}

footer::after{
  position: absolute;
  content: url(./images/right-shapes.png);
  top: 0;
  right: 0;  
} */

.star-img-1{
  top: 24px;
  right: calc(50% - 126px);
  position: absolute;
  
}

.star-img-2{
  bottom: 76px;
  left: calc(50% - 93px);
  position: absolute;
  
}

.footer-image{
  max-width: 300px;
  max-height: 350px;
  line-height: 0.6;
  position: relative;
  z-index: 2;
  width: calc(50% - 241px);
}

/* .footer-btm */

.footer-btm-ctn{
  padding:34px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  
}

.footer-btm-text p{
  margin: 0;
}


.popup{
  position: relative;
  text-align: center;
  justify-content: center;
  width: 90%;
  max-width: 400px;
  background-color: white;
  border-radius: 20px;
  padding: 48px 24px 36px;
    display: none;  
  margin: auto;
  position: fixed;
  height: max-content;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 7;
  
}

.close-popup{
  position: absolute;
  top: 5px;
  right: 10px;
  max-width: 30px;
  max-height: 30px;
}

.close-popup:hover{
  transition: all 0.3s ease-in-out;
  background-color:lavender;
  border-radius: 4px;
}

.popup-btn-ctn{
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup-heading{
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
.popup-btn-ctn li {
  list-style-type: none;
  font-size:14px;
  font-weight: 600;
  background-color: #000000;
  width: 90%;

margin: 0 auto;  padding: 10px 16px;
 border-radius: 7px;
 cursor: pointer;
}

.popup-btn-ctn li a{
  color: #fff;
}

.bg-light-blue{
  background: linear-gradient(264.12deg, rgb(29, 161, 242) 39.02%, rgb(0, 219, 194) 116.51%);
}
.bg-dark-blue{
  /*background: linear-gradient(264.12deg, rgb(74, 139, 238) 10%, rgb(22, 120, 242) 116.51%); */
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);

}

.bg-light-green{
  background: linear-gradient(264.12deg, rgb(37, 211, 102) 39.02%, rgb(18, 140, 126) 116.51%);
}

.share-icon{
  max-width: 60px;
  max-height: 60px;
  line-height: 0.6;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  position: fixed;
  z-index: 5;
  
}

@media only screen and (min-width: 1440px) { 
  .share-icon {
    right: calc(50% - 600px);
    bottom: 100px;
  }
}
@media only screen and (min-width: 1004px) and (max-width: 1279px) {
  header {
      padding: 20px 0;
  }
  .hero-section {
    padding: 60px 0 80px 0;
  }
  .hero-left {
    width: 49%;
    margin-right: 40px;
  }
  .hero-images {
    width: 42%;
    margin-top: 0;
  }
  .why-us-ctn {
    left: 0;
    margin-bottom: 100px;
  }
  .why-point .heading-0 {
    font-size: 50px;
  }
  .why-us-img::after {
    height: 30%;
    bottom: -10px;
  }
}

@media only screen and (max-width: 1003px) {
  h2.heading-3 {
    font-size: var(--heading2);
    line-height: 1.35;
}


  .footer-image img {
    max-height: 384px;
    margin-left: 35px;
}

  body.active-popup {
    padding-right: 0;
  }
  .share-icon {
    right: 20px;
  }

  .site-logo {
      width: 130px;
  }
  .hero-img {
    max-width: 500px;
    margin: 0 auto;
  }
    .hero-section {
        padding: 10px 0 0 0;
    }
    .site-socials {
      gap: 13px;
  }
  .site-socials a {
    min-width: 10px;
  }
  .site-socials a svg {
    max-height: 20px;
  }
  .site-socials a:nth-child(1) svg {
    width: 16px;
  }
  .site-socials a:nth-child(2) svg {
    width: 17px;
  }
  .site-socials a:nth-child(3) svg {
    width: 20px;
  }

  .hero-left {
    width: 100%;
    margin-right: 0;
  }
  .typewriter-container {
    min-height: 50px;
  }
  .hero-images {
    width: 100%;
    margin-top: 30px;
  }
  .app-buttons a, .app-buttons a:visited {
    padding: 12px 12px 10px 11px;
    height: 44px;
  }
  header {
    padding: 20px 0;
  }
  .why-us-ctn {
    left: 0;
    gap: 0;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .why-us-image {
    width: 60%;
    max-width: 350px;
  }
  .why-us-content {
    width: 100%;
    padding-top: 0;
    margin-top: -30px;
    position: relative;
    z-index: 2;
  }
  /* .sliders .owl-stage {
    padding-left: 0 !important;
  } */
  .sliders.owl-carousel {
    width: 105%;
    margin-left: -5%;
  }

  .owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
  .green-shape {
    overflow: hidden;
  }
  .experience-content {
    width: 100%;
    margin-top: 0;
  }
  .exp-text-ctn {
    margin-top: 40px;
  }
  .hadees-icon {
    width: 90px;
    height: 90px;
  }
  .hadees-icon img {
    max-height: 50px;
  }
  .hadees-quotes {
    padding: 24px 20px 30px 20px;
  }
  .slider-container .section-heading h2 {
    margin-bottom: 40px;
  }
  .experience-image {
    line-height: 0.6;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .experience-image img {
    max-height: 450px;
    width: auto;
  }
  .height-80 {
    height: 60px;
  }
  .footer-btm-ctn {
    padding: 20px 0;
    gap: 10px 20px;
  }
  footer.green-ctn {
    padding: 80px 0 60px 0;
    overflow: hidden;
  }
  .footer-container {
    gap: 50px;
    padding: 0;
  }
  .footer-image {
    margin: 0 auto;
    width: 100%;
  }
  .right-shape {
    top: -40px;
    right: -80px;
  }
  .left-shape {
    bottom: -70px;
    left: -70px;
  }
  .experience-container {
    gap: 60px;
  }
  .footer-content {
    width: 100%;
    max-width: 400px;
  }
  .green-shape::before {
    background-size: 600px;
  }
}

@media only screen and (min-width: 748px) and (max-width: 1003px) {
  .footer-content h2 {
    margin-bottom: 22px;
}
  .why-us-content {
    margin-top: -70px;
}
.hero-left .heading-1 {
  margin-bottom: 10px;
}
.green-shape::before {
  background-size: 900px;
}

}


