@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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');

*, body{
    margin: 0;
    padding: 0;
}
header{
  height: 60px;
}
.login-in-btn{
    box-sizing: border-box;
  border: 1px solid rgba(35, 44, 65, 0.1);
  border-radius: 8px;
  color: rgb(35, 44, 65);
font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: center;
}
.sign-in-btn{
    color: rgb(35, 44, 65);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.background-img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.card-my{/*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  padding: 99px 120px 99px 120px;
  border-radius: 16px;
  border: none;
  background: rgb(255, 255, 255);
}
.card-my .contain{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-my .card-heading{
    color: rgb(35, 44, 65);
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 13px;
}
.card-my .card-subheading{
    color: rgb(35, 44, 65);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
}
.card-my .group-img{
    width: 286.05px;
    height: 160.34px;
    margin-block: 35px;
    border: 2px dashed lightgray;
}
.descripty{
    color: rgba(35, 44, 65, 0.7);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0;
}
.descript{
    color: rgba(35, 44, 65, 0.7);
font-family: Poppins;
font-size: 10px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
margin-bottom: 22px;
}
.login-preferd-btn{
      border-radius: 8px;
      background: rgb(35, 44, 65);
      color: rgb(255, 255, 255);
font-family: Poppins;
font-size: 16px;
font-weight: 600;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
padding: 8px 16px 8px 16px;
width: 441px;
border: none;
margin-bottom: 16px;
}
.login-preferd-btn:hover{
    border: 1px solid rgb(35, 44, 65);
    color: rgb(35, 44, 65);
      background: rgb(255, 255, 255);
      padding: 7px 16px 8px 16px;
}

.privacy-line-cont p{
margin-bottom: 0;
font-family: Poppins;
font-size: 11px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
color: rgba(35, 44, 65, 0.4);
}
.privacy-line-cont{
    gap: 4px;
}
.privacy-line-cont a{
    font-family: Poppins;
font-size: 11px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
text-decoration: none;
}
.footer{
    color: rgba(0, 0, 0, 0.4);
font-family: Inter;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0%;
margin-bottom: 5px;
text-align: center;
position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* congo page */
.card-my2{
    padding:120px 110px 99px 110px;
    border-radius: 16px;
    border: none;
    background: rgb(255, 255, 255);
  }
  .card-my2 .contain{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .card-my2 .contain .congo-img{
    height: 195px;
  }
  .card-my2 .contain h1{
    margin-top: 28px;
    color: rgb(35, 44, 65);
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;

  }

  .card-my2 .contain p{
    color: rgba(35, 44, 65, 0.4);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 28px;

  }
  .card-my2 .lets-go-btn{
    border-radius: 8px;
    background: rgb(35, 44, 65);
    color: rgb(255, 255, 255);
font-family: Inter;
font-size: 18px;
font-weight: 600;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
width: 100%;
border: none;
padding: 8px 16px 8px 16px;
  }
  .card-my2 .lets-go-btn:hover{
    border: 1px solid rgb(35, 44, 65);
    color: rgb(35, 44, 65);
      background: rgb(255, 255, 255);
      padding: 7px 16px 8px 16px;
}

/* almost there page */
.card-my3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 90px 50px 90px;
    border-radius: 16px;
    border: none;
    background: rgb(255, 255, 255);
  }
  .card-my3 .contain{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .card-my p span{
    display: block;
  }
  .descripty span{
    display: block;
  }
  .exploring{
    color: rgb(35, 44, 65);
font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0%;
text-align: center;
  }
    .contain-almost h5{
color: rgba(35, 44, 65, 0.7);
font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
    padding-bottom: 12px;
  }
.alost-btn button
{  border-radius: 8px;
    background: rgb(35, 44, 65);
    color: rgb(255, 255, 255);
font-family: Poppins;
font-size: 16px;
font-weight: 600;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
padding: 8px 24px;
 border:2px solid rgb(35, 44, 65);
 display: flex;
    gap: 5px;
    width: 143px;
}
.alost-btn{
    justify-content: space-evenly;
    margin-bottom: 21px;
}
.selct-your{
color: rgba(35, 44, 65, 0.4);
font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
margin-bottom:30px;
}
.privacy-line-cont p span{
    display: block;
}
.body-img{
    background: url('img/Page-bg.png');
   background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
        padding: 65px 337px 150px;
      display: flex;
    justify-content: center;
    align-items: center;
        position: relative;
        min-height: calc(100vh - 60px);
}
.navbar {
        background: #f8fafc;
}
.foot p{
  color: rgba(0, 0, 0, 0.4);
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    position: absolute;
    bottom: 1%;
        left: 50%;
          transform: translate(-50%, -50%);
}
.alost-btn button:hover{
     background-color: #232c41;
    color: white;
}

@media (max-width: 767.98px) {

    .card-my, .card-my2 {
       padding: 99px 50px;
}
.alost-btn {
    flex-direction: column;
}
.alost-btn button{
    margin-bottom: 10px;
}
.login-preferd-btn{
    width: fit-content;
    font-size: 15px;
}
.privacy-line-cont p span{
    display: initial;

}
.body-img {
      padding: 65px 0px 150px;
    }
    .card-my2 .lets-go-btn{
        width: initial;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) { 
    .login-preferd-btn{
        width: initial;
    }
        .card-my, .card-my2 {
       padding: 99px 50px;
}
.body-img {
      padding: 65px 0px 150px;
    }
}

