nav{
    background: #000;
}
.banner-img{
    height: 100%;
    width: 100%;
    margin-top: 50px;
}
.background-img{
    background-image: url("./img/jointventure/backgound-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.uppercase-text {
    text-transform: uppercase;
  }

hr{
    width: 205px;
    border-top: 6px solid rgb(0 0 0 / 100%) !important;
}

.rounded-start{
    width: 39px;
    height: 39px;
}
.left-con{
    justify-content: center;
    align-items: center;
}
.left-iconimg{
    width: 39px;
    height: 39px;
}
.right-con p{
    line-height: 32px;
}

.card{
    border: none !important;
    border-radius: 20px !important;
}
.jointventure-card{
    display: flex;
    align-items: center;
}
.right-cont-text{
    padding-top: 10px;
    line-height: 32px;
    font-size: 17px;
}
.secndframe-container{
    background: linear-gradient(91deg, #FFE49E 6.19%, rgba(255, 228, 158, 0.38) 95.41%);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.25);
}
.card-design{
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.card-design-content{
    font-size: 22px;
    padding-left: 25px;
}
.joint-form{
    border-radius: 32px;
    border: 3px solid #B8AAAA;
}
.joint-formbtn{
    width: 196.609px;
    height: 50.467px;
    flex-shrink: 0;
    background: #FFB400;
    color: white;
    border: none;
}