@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: 0.0114em;
}

:root {
  --primary-bg:#F2F2F2;
  --primary-text: #1B1C1E;
  --secondary-text: #505050;
  --primary-accent: #2F59D7;
  --white: #fff;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: url('../img/main-bg-2.png');
  background-size: cover;
  background-position: top;
}

/* typography */

h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 64px;
  display: flex;
  align-items: center;
  color: var(--primary-text);
}

h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
}

h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
}

p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: var(--secondary-text);
}

.cta {
  padding: 16px 24px;
  background-color: var(--primary-accent);
  color: var(--white) !important;
  border-radius: 8px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  max-width: 140px;
  text-align: left;
  text-decoration: none;
}

a {
  font-family: 'Poppins';
  font-style: normal;
}

.nav-wrapper {
  padding: 1vh 8vw;
  width: 100%;
  max-width: 1900px;
  margin: auto;
}

.nav-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 160px;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: var(--primary-text);
}

.topnav a:hover {
  /* background-color: #ddd; */
  color: var(--primary-text);
}

.topnav a.active {
  color: var(--primary-accent);
}

.topnav .icon {
  display: none;
}

/* HERO SECTION BEGINS */
.main-wrapper {
  height: 90vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  padding: 0 8vw;

  max-width: 1900px;
  margin: auto;
}

.content {
  max-width: 66vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-img {
  max-width: 33vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content {
  gap: 2em;
  padding-right: 8vw;
}

.hero-img-box {
  background: url('../img/hero-image.jpg');
  background-size: cover;
  background-position: center;
  height: 70vh;
  width: 33vw;
  max-width: 700px;
  align-self: flex-end;
  border-radius: 4vw;
}
/* HERO SECTION ENDS */

/* HERO LINE SECTION BEGINS */
.hero-line-wrapper {
  background: url('../img/hero-line.png');
  background-position: left;
  background-repeat: no-repeat;
  height: 150px;
  margin-top: -9vh;
}
/* HERO LINE SECTION ENDS */

/* SECOND SECTION BEGINS */
.second-heading {
  padding: 16vh 8vw 8vh;
  max-width: 1900px;
  margin: auto;
}

.second-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 8vw 8vh;
  justify-content: space-between;
  max-width: 1900px;
  margin: auto;
}

.second-content {
  max-width: 33vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.second-content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.second-content ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 4.5vh;
  list-style: none;
}

.second-img-box {
  background: url('../img/second.jpg');
  background-size: cover;
  background-position: center;
  height: 30vh;
  width: 66vw;
  max-width: 900px;
  align-self: flex-end;
  border-radius: 4vw;
}
/* SECOND SECTION ENDS */

/* THIRD SECTION BEGINS */

.third-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 16vh 8vw;
  justify-content: space-between;
  max-width: 1900px;
  margin: auto;
  gap: 4em;
}

span {
  color: var(--primary-accent);
}

.third-content {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.third-content h1 {
  display: inline;
}

.third-img-box {
  background: url('../img/third.jpg');
  background-size: cover;
  background-position: center;
  height: auto;
  width: 50%;
  max-width: 900px;
  border-radius: 4vw;
}
/* THIRD SECTION ENDS */


/* FOURTH SECTION BEGINS */
.fourth-img-box {
  background: url('../img/fourth.jpg');
  background-size: cover;
  background-position: center;
  height: auto;
  width: 50%;
  max-width: 900px;
  border-radius: 4vw;
}
/* FOURTH SECTION ENDS */


/* FIFTH SECTION BEGINS */

.fifth-heading {
  /* padding: 8vh 8vw 0; */
}

.fifth-wrapper {
  background: url('../img/fifth1.png');
  background-size: 75vw;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  /* height: 100vh; */


  height: 100%;
  width: 100%;
  padding: 8vh 8vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1900px;
  margin: auto;
  gap: 4em;
}

.fifth-content {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.fifth-img-box {
  background: url('../img/fifth3.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  width: 50%;
  max-width: 900px;
}
/* FIFTH SECTION ENDS */

/* SIXTH SECTION BEGINS */
.sixth-img-box {
  background: url('../img/sixth.jpg');
  background-size: cover;
  background-position: center;
  height: auto;
  width: 50%;
  max-width: 900px;
  border-radius: 4vw;
}

.points {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
/* SIXTH SECTION ENDS */

/* SEVENTH SECTION BEGINS */
.seventh-wrapper {
  background: url('../img/quote-bg.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8vh 0;
  /* height: 100vh; */
  text-align: center;

}

.seventh-wrapper h2 {
  max-width: 650px;
}

.mask1 {
  margin: auto;
  /* text-align: center; */
  width: 100%;
  color: white;  /* Fallback: assume this color ON TOP of image */
  background: url('../img/quote-mask.png') no-repeat; /* Set the backround image */
  -webkit-background-clip: text; /* clip the background to the text inside the tag*/
  -webkit-text-fill-color: transparent; /* make the text transparent so 
                                         * the background shows through*/
}
/* SEVENTH SECTION ENDS */

/* EIGHT  SECTION BEGINS */
.eight-wrapper {
  /* background: url('../img/fifth.png'); */
  /* background-size: 75vw; */
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  /* height: 100vh; */


  height: 100%;
  width: 100%;
  padding: 16vh 8vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1900px;
  margin: auto;
  gap: 4em;
}

.eight-wrapper h1 {
  margin: auto;
}


.eight-content {
  display: flex;
  flex-direction: row;
  gap: 4em;
}

.eight-left,
.eight-right {
 gap: 1.6em;
 display: flex;
 flex-direction: column;
 /* border: var(--primary-accent) 1px solid; */
 padding: 2em;
 border-radius: 24px;


 background: url('../img/fifth.png');
 /* background-size: 75vw; */
 /* background-size: -100px; */
 background-position-x: -100vh;
 background-position-y: -40vw;
 /* background-position: left; */
 background-repeat: no-repeat;
}

.eight-left img,
.eight-right img {
  width: 160px;
}

.eight-left .fa fa-linkedin-square {
  width: 100px !important;
  height: 100px !important;
}

.fa .fa-linkedin-square {
  padding: 0px;
  font-size: 30px;
  text-decoration: none;
}

/* EIGHT  SECTION ENDS */

/* FOOTER SECTION BEGINS */
.footer {
  background-color: var(--primary-accent);
  padding: 8vh 8vw;
}

.footer-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.links,
.address,
.footer-logo {
  width: 20%;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.links a {
  color: var(--white);
  text-decoration: none;
}

.address {
  color: var(--white);
}

.address p {
  color: var(--white);
  font-size: 14px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
}


.footer-logo p {
  font-size: 12px;
  color: var(--white);
  line-height: 18px;
  text-align: right;
  width: 100%;
}
/* FOOTER SECTION ENDS */

/* *******************************************************************************************************************************
*******************************************************************************************************************************
*******************************************************************************************************************************
*******************************************************************************************************************************
******************************************************************************************************************************* */

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (min-width: 1202px) and (max-width: 1366px) {
  /* SECOND SECTION BEGINS */
.second-heading {
  padding: 16vh 8vw 8vh;
  max-width: 1900px;
  margin: auto;
}

.second-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 8vw 8vh;
  justify-content: space-between;
  max-width: 1900px;
  margin: auto;
}

.second-content {
  max-width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.second-content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.second-content ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 4.5vh;
  list-style: none;
}

.second-img-box {
  background: url('../img/second.jpg');
  background-size: cover;
  background-position: center;
  height: 30vh;
  width: 50vw;
  max-width: 900px;
  align-self: flex-end;
  border-radius: 4vw;
}
/* SECOND SECTION ENDS */
}

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


  .logo img {
    width: 124px;
  }

  .nav-wrapper {
    padding: 1vh 2vw 1vh 4vw;
    width: 100%;
    max-width: 1900px;
    margin: auto;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }


  h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: var(--primary-text);
  }
  
  h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
  }
  
  p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--secondary-text);
  }

  /* HERO SECTION BEGINS */
.main-wrapper {
  height: 100%;
  width: 100vw;
  display: flex;
  margin: auto;
  
  flex-direction: column-reverse;
  padding: 0 4vw;
  max-width: 100vw;
  gap: 1em;
}

.content {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-img {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;


  height: 25vh;
}

.content {
  gap: 1em;
  padding-right: 8vw;
}

.hero-img-box {
  background: url('../img/hero-image.jpg');
  background-size: cover;
  background-position: center;
  height: 30vh;
  width: 100%;
  max-width: 100%;
  align-self: flex-end;
  border-radius: 4vw;
}
/* HERO SECTION ENDS */

/* HERO LINE SECTION BEGINS */
.hero-line-wrapper {
  background: url('../img/hero-line.png');
  background-position: left;
  background-repeat: no-repeat;
  height: 150px;

  margin-top: 2vh;
}
/* HERO LINE SECTION ENDS */

/* SECOND SECTION BEGINS */
.second-heading {
  margin: auto;
  
  max-width: 100vw;
  padding: 4vh 4vw;
}

.second-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  
  justify-content: space-between;
  max-width: 100vw;
  margin: auto;

  flex-direction: column-reverse;
  padding: 0 4vw 4vh;
  gap: 2em;
}

.second-content {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.second-content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.second-content ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  list-style: none;

  font-size: 18px;
  line-height: 24px;
  padding-bottom: 2.4vh;
}

.second-img-box {
  background: url('../img/second.jpg');
  background-size: cover;
  background-position: center;
  height: 30vh;
  width: 100%;
  max-width: 900px;
  align-self: flex-end;
  border-radius: 4vw;
}
/* SECOND SECTION ENDS */

/* THIRD SECTION BEGINS */

.third-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1900px;
  margin: auto;

  flex-direction: column-reverse;
  padding: 4vh 4vw;
  gap: 2em;
}

span {
  color: var(--primary-accent);
}

.third-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  
  gap: 1em;
}

.third-content h1 {
  display: inline;
}

.third-img-box {
  background: url('../img/third.jpg');
  background-size: cover;
  background-position: center;
  max-width: 900px;
  border-radius: 4vw;
  
  width: 100%;
  height: 30vh;
}
/* THIRD SECTION ENDS */


/* FOURTH SECTION BEGINS */
.fourth-img-box {
  background: url('../img/fourth.jpg');
  background-size: cover;
  background-position: center;
  height: auto;
  max-width: 900px;
  border-radius: 4vw;

  
  width: 100%;
  height: 30vh;
}
/* FOURTH SECTION ENDS */


/* FIFTH SECTION BEGINS */

.fifth-heading {
  /* padding: 8vh 8vw 0; */
}

.fifth-wrapper {
  background: url('../img/Ellipse.png');
  background-size: 100%;
  background-size:contain;
  background-position: bottom;
  background-repeat: no-repeat;
  /* height: 100vh; */


  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1900px;
  margin: auto;
  
  
  padding: 4vh 4vw;
  flex-direction: column;
  gap: 2em;
}

.fifth-content {
  height: 100%;
  display: flex;
  flex-direction: column;

  width: 100%;
  gap: 1em;
}

.fifth-img-box {
  background: url('../img/fifth-mobile.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  max-width: 900px;

  height: 30vh;
  width: 100%;
}
/* FIFTH SECTION ENDS */

/* SIXTH SECTION BEGINS */
.sixth-img-box {
  background: url('../img/sixth.jpg');
  background-size: cover;
  background-position: center;
  height: auto;
  width: 50%;
  max-width: 900px;
  border-radius: 4vw;
}

.points {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
/* SIXTH SECTION ENDS */

/* SEVENTH SECTION BEGINS */
.seventh-wrapper {
  background: url('../img/quote-bg.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4vh 0;
  /* height: 100vh; */
  text-align: center;

}

.seventh-wrapper h2 {
  max-width: 650px;
}

.mask1 {
  margin: auto;
  /* text-align: center; */
  width: 100%;
  color: white;  /* Fallback: assume this color ON TOP of image */
  background: url('../img/quote-mask.png') no-repeat; /* Set the backround image */
  -webkit-background-clip: text; /* clip the background to the text inside the tag*/
  -webkit-text-fill-color: transparent; /* make the text transparent so 
                                         * the background shows through*/
}
/* SEVENTH SECTION ENDS */

/* EIGHT  SECTION BEGINS */
.eight-wrapper {
  /* background: url('../img/fifth.png'); */
  /* background-size: 75vw; */
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  /* height: 100vh; */


  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1900px;
  margin: auto;

  padding: 4vh 4vw;
  gap: 2em;
}

.eight-wrapper h1 {
  margin: auto;
}


.eight-content {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.eight-left,
.eight-right {
 gap: 1em;
 display: flex;
 flex-direction: column;
 /* border: var(--primary-accent) 1px solid; */
 padding: 1.6em;
 border-radius: 24px;


 background: url('../img/fifth.png');
 /* background-size: 75vw; */
 /* background-size: -100px; */
 background-position-x: -100vh;
 background-position-y: -120vw;
 /* background-position: left; */
 background-repeat: no-repeat;
}

.eight-left img,
.eight-right img {
  width: 160px;
}

.eight-left .fa fa-linkedin-square {
  width: 100px !important;
  height: 100px !important;
}

.fa .fa-linkedin-square {
  padding: 0px;
  font-size: 30px;
  text-decoration: none;
}
/* EIGHT  SECTION ENDS */

/* FOOTER SECTION BEGINS */
.footer {
  background-color: var(--primary-accent);
  padding: 8vh 8vw;
}

.footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  
  flex-direction: column;
  gap: 2em;
}

.links,
.address,
.footer-logo {
  width: 100%;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.links a {
  color: var(--white);
  text-decoration: none;
}

.address {
  color: var(--white);
}

.address p {
  color: var(--white);
  font-size: 14px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* text-align: left; */

  gap: 1em;
  align-items: flex-start;
}


.footer-logo p {
  font-size: 12px;
  color: var(--white);
  line-height: 18px;
  width: 100%;


  text-align: left;
}
/* FOOTER SECTION ENDS */
}