.sandip_banner{
    width: 100%;
    display: flex;
    height: 450px;
    background: linear-gradient(to right, #19559b, #0a3669,#0b2f5a);
    justify-content: space-around;
    align-items: center;
}
.sandip_banner span{
    font-size: 70px;
    color: white;
    font-family: cursive;
}
.sandip_banner img{
    height: 400px;
    width: 500px;
}
@media (max-width: 1060px) {
    .sandip_banner {
        height: 300px;
    }
    .sandip_banner span {
        font-size: 40px;
    }
    .sandip_banner img {
        height: 250px;
        width: 350px;
    }
}
@media (max-width: 700px) {
    .sandip_banner {
        height: 250px;
    }
    .sandip_banner span {
        font-size: 30px;
    }
    .sandip_banner img {
        height: 200px;
        width: 270px;
    }
}
@media (max-width: 510px) {
    .sandip_banner {
        height: 250px;
    }
    .sandip_banner span {
        font-size: 22px;
        padding-left: 15px;
    }
    .sandip_banner img {
        height: 200px;
        width: 250px;
        margin-right: 15px;
    }
}
.s_hadding{
   text-align: center;
   font-size: 30px;
   color: #0a3669;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   margin: 50px 0px 20px 0px;
}

.sandip2{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sandip2 .card_section{
    width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sandip2 .card_section .card_sandip1{
    width: 30%;
    background: linear-gradient(to right, #19559b, #0a3669,#0b2f5a);
    border-radius: 30px 30px 100px 100px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.721);
}
.sandip2 .card_section .card_sandip1 .baclground{
    height: 500px;
    width: 500px;
    background: linear-gradient(to right, #ecf9f9, #d5eeee,#ecd0ec);
    border: 5px solid rgb(0, 225, 255);
    border-radius: 999px;
    position: absolute;
    top: -60%;
    left: -52%;
}
.sandip2 .card_section .card_sandip1 .baclground img{
margin: 290px 0px 0px 235px;
}
.sandip2 .card_section .card_sandip1 h3{
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 260px;
    }
.sandip2 .card_section .card_sandip1 p{
    width: 100%;
    text-align: justify;
    color: white;
    padding: 10px 40px;
}

.sandip2 .card_section .card_sandip2{
    width: 30%;
    background: linear-gradient(to right, #19559b, #0a3669,#0b2f5a);
    border-radius: 30px 30px 100px 100px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
        box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.721);
}
.sandip2 .card_section .card_sandip2 .baclground{
    height: 500px;
    width: 500px;
    background: linear-gradient(to right, #ecf9f9, #d5eeee,#ecd0ec);
    border: 5px solid rgb(0, 225, 255);
    border-radius: 999px;
    position: absolute;
    top: -60%;
    left: -27%;
}
.sandip2 .card_section .card_sandip2 .baclground img{
margin: 290px 0px 0px 173px;
}
.sandip2 .card_section .card_sandip2 h3{
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 260px;
    }
.sandip2 .card_section .card_sandip2 p{
    width: 100%;
    text-align: justify;
    color: white;
    padding: 10px 40px;
}


.sandip2 .card_section .card_sandip3{
    width: 30%;
    background: linear-gradient(to right, #19559b, #0a3669,#0b2f5a);
    border-radius: 30px 30px 100px 100px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
        box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.721);
}
.sandip2 .card_section .card_sandip3 .baclground{
    height: 500px;
    width: 500px;
    background: linear-gradient(to right, #ecf9f9, #d5eeee,#ecd0ec);
    border: 5px solid rgb(0, 225, 255);
    border-radius: 999px;
    position: absolute;
    top: -60%;
    left: 0%;
}
.sandip2 .card_section .card_sandip3 .baclground img{
margin: 290px 0px 0px 138px;
}
.sandip2 .card_section .card_sandip3 h3{
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 260px;
    }
.sandip2 .card_section .card_sandip3 p{
    width: 100%;
    text-align: justify;
    color: white;
    padding: 10px 40px;
}

@media (max-width:1185px){
    .sandip2 .card_section{
       width: 90%;
       justify-content: center;
    }
    .sandip2 .card_section .card_sandip1{
         width: 328px;
        margin: 30px;
    }
        .sandip2 .card_section .card_sandip2{
         width: 328px;
        margin: 30px;
    }
        .sandip2 .card_section .card_sandip3{
         width: 328px;
        margin: 30px;
    }
}
@media (max-width:500px){
         .sandip2 .card_section .card_sandip1{
        margin: 0px;
        margin-top: 40px;
    }
        .sandip2 .card_section .card_sandip2{
        margin: 0px;
        margin-top: 40px;
    }
        .sandip2 .card_section .card_sandip3{
        margin: 0px;
        margin-top: 40px;
    }
        .sandip2 .card_section{
       width: 100%;
    }
}

/* section sandip2 end */

.game_headding{
   text-align: center;
   font-size: 35px;
   color: #0a3669;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   margin: 70px 0px 10px 0px;
}

.sandip{
    width: 100%;
    display: flex;
    justify-content: center;
}
.sandip .sandip_main{
    width: 1000px;
    /* padding: 30px 0px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sandip .sandip_main .sandip_box{
    height: 310px;
    width: 47%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin: 30px 0px;
}
.sandip .sandip_main .sandip_box img{
    height: 100%;
    width: 100%;
}
.sandip .sandip_main .sandip_box .sub_sandip_box{
    position: absolute;
    top: 0%;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.534);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .7s;
}
.sandip .sandip_main .sandip_box:hover .sub_sandip_box{
    left: 0%;
}
.sandip .sandip_main .sandip_box .sub_sandip_box button{
    padding: 12px 20px;
    border: none;
    background: linear-gradient(to right, #19559b, #0a3669,#0b2f5a);
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    border: 3px solid white;
    border-radius: 20px;
}
@media (max-width:1049px){
    .sandip .sandip_main{
        width: 700px;
    }
    .sandip .sandip_main .sandip_box{
        height: 250px;
    }
}

@media (max-width:745px){
    .sandip .sandip_main{
        width: 88%;
    }
    .sandip .sandip_main .sandip_box{
        height: 340px;
        width: 100%;
    }
    .sandip .sandip_main .sandip_box .sub_sandip_box button {
        font-size: 18px;
        padding: 11px 18px;
    }
}
@media (max-width:645px){
    .sandip .sandip_main .sandip_box{
        height: 270px;
        width: 100%
        }
}
@media (max-width:440px){
    .sandip .sandip_main .sandip_box{
        height: 240px;
    }
}

/* section sandip snd */
