body {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: pop-bold;
  src: url(Fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: pop-reg;
  src: url(Fonts/Poppins-Regular.ttf);
}
* {
  font-family: pop-reg;
}
nav {
  width: 100%;
  height: 90px;
  display: flex;
  background-color: #fafafa;
  border-radius: 70px;
  margin-top: 10px;
}

.navbar ul {
  margin-top: 10px;
  display: flex;
  list-style-type: none;
  gap: 40px;
  font-size: 1em;
  height: 60px;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.navbar ul li:hover {
  color: orange;
}
.navbar ul button:hover {
  background-color: rgb(235, 194, 119);
}
.navbar .nav-icon {
  display: none;
}
.navbar .nav-items {
  margin-top: 10px;
  display: flex;
  list-style-type: none;
  gap: 40px;
  background-color: #fefeff;
  border-radius: 40px;
  font-size: 1 em;
  height: 60px;
  align-items: center;
  padding: 10px;
}
.nav-right {
  padding-right: 40px;
}
.nav-right ul button {
  height: 60px;
  width: 150px;
  border-radius: 40px;
  background-color: white;
  border: 1px solid #bebebe;
}
nav .logo {
  padding-left: 40px;
  font-size: 1.5em;
  font-weight: bold;
  font-family: pop-bold;
  cursor: pointer;
}

.section-one {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-image: url(images/section-one-bg.png);
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  border-radius: 15px;
}
.section-one .left p {
  font-size: 1em;
}
.section-one .left input {
  border-radius: 40px;
  height: 60px;
  border: none;
  width: 70%;
  padding: 10px;
}
.section-one .left button {
  position: relative;
  border-radius: 40px;
  right: 65px;
  height: 60px;
  background-color: #1f1f1f;
  color: white;
}
.section-one .left h3 {
  font-family: pop-bold;
  font-size: 3em;
}
.section-one .right {
  width: 60%;
}
.section-one .right img {
  padding-top: 100px;
  width: 100%;
}

/* section two start */
.section-two {
  width: 100%;
  margin-top: 120px;
}
.section-two .top {
  text-align: center;
}
.section-two .top p {
  font-size: 1em;
}
.section-two .top h3 {
  font-family: pop-bold;
  font-size: 2.4em;
}
.section-two .bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section-two .bottom img {
  width: 50px;
}
.section-two .bottom h4 {
  font-family: pop-bold;
}
.section-two .bottom div {
  width: 25%;
}
/* section three */
.section-three {
  width: 100%;
  margin-top: 50px;
}
.section-three .card-top {
  display: flex;
  justify-content: space-between;
}
.section-three .card-top h3 {
  font-family: pop-bold;
  font-size: 2em;
}
.section-three .cards .left img {
  width: 100%;
  object-fit: cover;
  background: linear-gradient(
    115.89deg,
    rgba(193, 222, 232, 0.7) 9.86%,
    rgba(255, 255, 255, 0) 52.13%,
    rgba(251, 217, 185, 0.7) 97.99%
  );
  border-radius: 14px;
  height: 263px;
  object-fit: fill;
}
.section-three .cards .left {
  width: 32%;
  border-radius: 14px;
  border: 1px solid #bebebe;
}
.section-three .cards .left h4 {
  padding: 10px;
  margin-top: 10px;
  font-family: pop-bold;
  font-size: 1.5em;
}
.section-three .cards .left p {
  padding: 10px;
}
.section-three .cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* section four */
.section-four {
  width: 100%;
  margin-top: 70px;
}
.section-four .top h3 {
  text-align: center;
  font-family: pop-bold;
  font-size: 2.5em;
}
.section-four .my-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 40px;
  align-items: center;
}
.section-four .my-container .left {
  width: 40%;
}
.section-four .my-container .left .number {
  display: flex;
  gap: 30px;
  margin-top: 70px;
}
.section-four .my-container .left h4 {
  font-family: pop-bold;
  font-size: 2em;
}
.section-four .my-container .left p {
  line-height: 24px;
}
.section-four .my-container .left .btn-one {
  border-radius: 40px;
  width: 30%;
  height: 60px;
  background-color: #1f1f1f;
  color: white;
}
.section-four .my-container .left .btn-two {
  border-radius: 40px;
  width: 30%;
  height: 60px;
  border: 1px solid #bebebe;
  background-color: #fefeff;
  color: #1f1f1f;
}
.section-four .my-container .left .number h4 {
  font-size: 2.6em;
}
.section-four .my-container .right {
  width: 50%;
}
.section-four .my-container .right img {
  width: 100%;
  height: 577px;
  object-fit: contain;
}
/* section five */
.section-five {
  width: 100%;
  height: 457px;
  margin-top: 50px;
  background-image: url(images/section-one-bg.png);
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section-five .left {
  padding-left: 20px;
  width: 45%;
}
.section-five .right {
  width: 45%;
}
.section-five .right img {
  width: 100%;
}
.section-five .left h4 {
  font-family: pop-bold;
  font-size: 2.5em;
}
.section-five .left p {
  padding-bottom: 30px;
}
.section-five .left input {
  width: 60%;
  border-radius: 40px;
  height: 60px;
  border: none;
  padding: 10px;
}
.section-five .left button {
  position: relative;
  right: 70px;
  background-color: #1f1f1f;
  color: #fafafa;
  border-radius: 40px;
  height: 60px;
  border: none;
  padding: 10px;
}
