/* 
.body{
  width: 100%;
	height: 100%;
  font-family: 'Chivo';
}

.container {
  width: 100%;
  margin: 5%;
} */




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

* {
  margin: 0;
  padding: 0;
}

body {
  background: #E966A0;
}

#nav {
  height: 70px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#logo {
  height: 120px;
  width: 150px;
}

#nav p {
  font-size: 20px;
}

#nav a {
  height: 16px;
  color: white;
}

.button-download {
  background: linear-gradient(90deg, #ec008c 0%, #fc6767 100%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 20px;
  padding: 6px 6px;
  font-size: 12px;
  text-align: center;
  width: 60%;
  height: 50px;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  display: block;
  border: 0 none;
  margin-top: 10px;
}

.button-download-bottom {
  position: fixed;
  z-index: 10;
  bottom: 0;
  background: linear-gradient(90deg, #ec008c 0%, #6b34ab 100%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 20px;
  padding: 6px 6px;
  font-size: 12px;
  text-align: center;
  width: 90%;
  height: 50px;
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  display: block;
  border: 0 none;
}

.header {
  background: #6b34ab;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cover-img {
  width: 100%;
  height: 40vh;
}

.welcome-heading {
  color: white;
  font-size: 16px;
  text-align: center;
}

.welcome-heading img {
  height: 100px;
  margin-top: 20px;
}

#choose-partner {
  font-size: 20px;
  font-weight: 600;
}

.header p {
  color: white;
  text-align: center;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
}

.download-details {
  background-color: #000B33;
  height: 10px;
}

.content {
  text-align: center;
  color: white;
  margin-top: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content p:first-child {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}

.content p:nth-child(2) {
  font-size: 14px;
  margin-top: 10px;
}

.content iframe {
  height: 80vh;
  width: 95%;
  border-radius: 10px;
  margin-top: 15px;
}

.content p:nth-child(4) {
  font-size: 14px;
  margin-top: 30px;
}

.text-btw-img {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-btw-img .img1 {
  height: 100px;
}

.text-btw-img .img2 {
  height: 100px;
}

.text-btw-img .box1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.text-btw-img .box2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.text-btw-img p {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
}

.contest-secondard {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  color: white;
}

.contest-secondard p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.contest-secondard div {
  height: 80vh;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.2);
}

.testimonial {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.testimonial p {
  font-size: 24px;
  color: white;
  text-align: center;
  font-weight: 600;
}

.owl-carousel {
  margin-bottom: 100px;
}

.owl-carousel .item {
  height: 10rem;
  background: #2A2F4F;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  color: #fff;
  border-radius: 10px;
}

.owl-carousel .item p {
  font-size: 12px;
  padding: 10px;
}

.footer {
  margin-bottom: 100px;
}

.footer div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
}

.footer div a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}