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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  
}
.container {
  max-width: 1380px;
  margin: 0 auto;
  /* border: 2px solid red; */
}
ul li {
  list-style: none;
  margin-right: 20px;
}
a {
  text-decoration: none;
}

/* header Styles */
header {
  background-color: white;
  margin: 0 auto;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  gap: 20px;
}

header {
  margin: 0 auto;
  padding: 20px 0;
}
.logo {
  font-size: 30px;
  font-weight: bold;
  margin: -7px 34px;
}
nav ul {
  display: flex;
  gap: 30px;
}
/* nav{
  flex-grow: 1;
} */
.primary-btn {
  background-color: rgb(6, 204, 194);
  color: white;
  margin: 20px;
  padding: 10px 20px;
  border: 5px;
  border-radius: 5px;
}
/* .explore-btn{
  flex-grow: 1;
} */

/* hero section style */
.hero {
  height: 570px;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  /* padding: 5px 0; */
  /* background-color: rgb(144, 144, 187); */
}
.hero-container {
  display: flex;
  align-items: center;
  padding: 31px 49px;
  width: 1160px;
  height: 481px;
  top: 315px;
  left: 140px;
}
.hero-content {
  flex-basis: 40%;
}
.hero-img {
  flex-basis: 60%;
}
.hero-img {
  text-align: end;
  /* background-color: aquamarine; */
}

/* 1st Level demo step */
/* .hero-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
} */
/* 2st Level demo step */

.hero-content h1 {
  margin: -21px -10px;
  padding: 0px 0px;
  color: #4c6b9f;
  font-size: 53px;
  font-weight: 700;
  line-height: 72.04px;
  letter-spacing: 0.005em;
  text-align: left;
  border-bottom: 2px solid white;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hero-content h1::after {
  content: '';
  width: 162px;
  height: 149px;
  /* background-color: red; */
  background-image: url('img/image\ 4.png');
  background-size: contain;
  /* background-repeat: no-repeat; */
  position: absolute;
  right: 320px;
  top: -51px;
  z-index: -1;
  transform: rotate(20deg);
}

.hero-content p {
  margin: 0px -61px;
  padding: 33px 55px;
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  letter-spacing: normal;
  word-spacing: 10px;
  font-weight: 400;
  line-height: 24px;
  text-align: justified;
}
.hero-btn {
  background: rgb(6, 204, 194);
  margin: 0px -4px;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

/* about style */
.about {
  margin: 100px 10px;
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 65px 0;
  /* background-color: rgb(144, 144, 187); */
}
.about-container {
  display: flex;
  align-items: center;
  padding: 50px 0px;
  width: 1157px;
  height: 550px;
  top: 948px;
  left: 143px;
}
/* .about-content, .about-img{
  flex-basis: 100%;
} */
.about-container > * {
  flex-basis: 100%;
}

.about-content h2 {
  margin: -16px 43px;
  padding: 0px 6px;
  font-size: 48px;
  color: #4c6b9f;
  font-size: 48px;
  font-weight: 700;
  line-height: 65.04px;
  letter-spacing: 0.005em;
  text-align: left;
  /* border-bottom: 2px solid white; */
  /* text-decoration: underline; */
  display: inline-block;
  position: relative;
  z-index: 1;
}

.about-content h2::after {
  content: '';
  width: 234px;
  height: 9px;
  /* background-color: red; */
  background-image: url(img/Rectangle\ 12.png);
  background-size: contain;
  /* background-repeat: no-repeat; */
  position: absolute;
  right: 252px;
  top: -17px;
  z-index: -1;
  transform: rotate(360deg);
}

.about-content p {
  margin: 8px 15px;
  padding: 30px 38px;
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  word-spacing: 10px;
}
.about-btn {
  background: rgb(6, 204, 194);
  margin: 55px;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

/* end style */
.end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: rgb(144, 144, 187); */
}
.end-container {
  background-image: url(img/Rectangle\ 10.png);
  /* max-width: 1138px; */
  /* height: 500px; */
  display: flex;
  align-items: center;
  padding: 50px 40px;
  gap: 230px;
}

/* .about-content, .about-img{
  flex-basis: 100%;
} */
.end-container > * {
  flex-basis: 100%;
}

.end-content h1 {
  margin: 32px 20px;
  padding: 10px 20px;
  font-size: 40px;
  color: #4c6b9f;
}

.end-btn {
  background: rgb(6, 204, 194);
  margin: 48px;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

/* footer section style */
footer {
  color: white;
  background-color: #0a8080;
  padding: 20px;
  text-align: center;
}
