body {
  margin: 0;
  padding: 0;
  background-color:rgb(170, 122, 0);
}

.main-container {
width: 60%;
margin: 40px auto;
display: flex;
justify-content: center;
align-items: center;
}

.cross-icon {
  color: white;
  font-size: 25px;
}

.container {
width: 91%;
background-color: #051320;
display: flex;
/* border :2px dashed white; */
}

.sub-container {
  width: 65%;
  position: relative;
}

.sub-container ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

.sub-container ul li {
  padding-right: 20px;
}

.men-image {
  height:20vh;
  width: 20vh;
  margin-left: 30px;
  border-radius: 50% 50% 50% 0%;
  background: url(../images/beard1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.sub {
  display: flex;
  justify-content: flex-end;
  }

.women-image{
  height:20vh;
  width: 20vh;
  margin-right: 50px;
  border-radius: 50% 50% 0% 50%;
  background: url(../images/ac.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.circle {
  height: 50px;
  width: 50px;
  background-color: #f96153;
  border-radius: 50%;
  position: absolute;
  right: 0;
  transform: translate(-315% , 77%);
  z-index: 300;
}

.main-text {
  color: #fff;
  margin-top: 10px;
  font-size: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -6px;
    display: flex;
    justify-content: center;
   align-items: center;
    flex-direction: column;
    line-height: 1;

    position: absolute;
    transform: translateX(15%);
}

.middle-text {
  color: #fff;
  margin-top: 10px;
  font-size: 100px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  letter-spacing: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    position: absolute;
    transform: translate(94% , -85%);
    z-index: 200;
}

.custom-button {
  height: 30px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
 
}

.date {
  background-color: #fffcff;
  color: black;
  position: absolute;
  transform: translate(60% , 50%);
  z-index: 1;
}

.time {
  color: #fff;
  background-color: #bc63a7;
  position: relative;
  transform: translate(120% , 130%);
}

/*  Right Container   */

.card-container {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
  margin-top: 12px;
}

.card {
  height: 34%;
  width: 250px;
  padding: 8px;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.first-card {
  background-color: #0194a6;
}

.second-card {
  background-color: #6747f3;
}

.third-card {
  background-color: #f96153;
}

.business-image{
  height: 149px;
  width: 90px;
  margin-right: 13px;
  border-radius: 50px 50px 0px 0px;
}

.first-image {
  background:url(../images/chemist.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.second-image {
  background:url(../images/laptop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.third-image {
  background:url(../images/working-women.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.logo-image img {
  width: 45px;
}

.business-text {
  font-size: 16px;
  display: flex;
  color: #fff;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}

.bottom-business-image img{
  width: 15px;
  background-repeat: no-repeat;
  margin-top: 6px;
}

.date-time { 
  padding: 0px 35px 0px 5px;
}

.date-time h2{
font-size: 6px;
color: black;
line-height: 0.5;
font-family: 'Poppins', sans-serif;
}

.image-text {
  display: flex;
  align-items: center;
  margin-top: 30px;
}


.button {
  height: 17px;
  width: 50px;
  font-size: 10px;
  background-color: #fad958;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}
.first-button {
  background-color: #fad958;
}

.second-button {
  background-color: #eaabd2;
}

.third-button {
  background-color: #60b9f4;
}

h3 {
  font-size: 8px;
  color: #eaabd2;
  margin: 0;
}


.arrow-icon img {
  position: absolute;
  height: 20px;
  transform: translate(-68% , 18%);
  bottom: 25px;
}



