/* //banner */
.bannerMainContRummy{
    width: 100%;
    height: 70vh
}

/* //form */
.formContRummy{
    /* background: linear-gradient(180deg, rgba(19, 0, 49, 1) 0%, rgba(13, 57, 101, 1) 100%); */
    background: url(./image/bg/bgWallpaper.webp);
    background-size: cover;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.formContRummyCont{
    width: 40%;
    height: auto;
    background: rgba(208, 208, 208, 0.599);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.formContRummyContNew{
    display: none;
}
.formContRummyCotnent{
    width: 40%
}
.formContRummyCotnent1{
    color: #fff;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    height: 25vh;
}


.MainContContent1{
    height: 60vh;
    /* background-color: #245224; */
    background: url(./image/bg/bgBird.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.MainContChildcontent{
    width: 20%;
}

.MainContChildcontent1{
    width: 60%;
    height: 50vh;
}
.MainContContent2{
    height: 80vh;
    /* background-color: #245224; */
    background: url(./image/bg/bgColoured.jpg);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.MainContChildcontent2A{
    width: 40%;
    height: 50vh;
}

.MainContChildcontent2B{
    width: 45%
}
.MainContChildcontent2B img{
    height: auto;
    border: 2px solid goldenrod;
    border-radius: 5px;
    width: 100%;
}
@media screen and (max-width: 650px){
/* //banner */
.bannerMainContRummy{
    width: 100%;
    height: auto
}
/* //form */
.formContRummy{
    background: url(./image/bg/bgWallpaper.webp);
    background-size: cover;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.formContRummyCont{
  display: none;
}
.formContRummyContNew{
    width: 90%;
    height: 70vh;
    background: rgba(208, 208, 208, 0.599);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}
.formContRummyCotnent{
    width: 90%;
    height: auto;
    padding: 10px 3px;
}
.formContRummyCotnent1{
    color: #fff;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
   height: auto;
   padding: 15px 0px;
 }

 .MainContContent1{
    height: auto;
    /* background-color: #245224; */
    background: url(./image/bg/bgBird.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.MainContChildcontent{
    width: 90%;
}
.MainContChildcontent1{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0px;
}
.MainContContent2{
    height: 140vh;
    background: url(./image/bg/bgColoured.jpg);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.MainContChildcontent2A{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0px;
}
.MainContChildcontent2B{
    width: 90%;
    height:30vh;
  
}
.MainContChildcontent2B img{
    height: auto;width: 100%;
}
.navbar-collapse{
    background: #0C0127;
    padding: 20px;
    }
}


.modal-backdrop.show {
    z-index: auto;
  }
  .modalCss{
    z-index: 99;
  }
  