*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}
.section{
    margin: 0px;
    padding: 0px 30px 20px;
    display: flex;
    justify-content: center;
}
h1{
    color:white;
}
.background{
    background-image: url("../img/banner/dbg.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.header{
    display: flex;
    /* margin:0px 200px; */
    padding:20px 10px;
    justify-content: center;
    width:43%;
}
.logo-sec{
    width: 280px;
    margin: 10px 0px;
}
.image{
    width:100%;
}
.child{
    display: flex;
    margin:0px 10px;
    padding:20px 10px;
    width:95%;

}
.form-sec{
    width:100%;
    align-content: center;
    margin-left:-60px;
}
form{
    padding:0px 150px 20px;
    margin-bottom:10px;
}
footer{
    position: relative;
    bottom:0;
    margin:10px 50px;
    /* height:100px; */
    background-color: white;
    color:black;
    display: flex;
    /* gap:20px; */
    justify-content: space-around;
}
.social-icon{
    display:flex;
    justify-content: center;
    align-items: center;
}
.icons{
    width:40px;
    padding:4px;
}
.icons img{
    width:100%
}
.menu{
    display:flex;
}
.list{
    padding:4px;
    align-content: center;
}
.list a{
    text-decoration: none;
    color:black;
}
.list a:hover{
    color:brown;
}
.p-icons{
    width:80px;
    padding:4px;
}
.p-icons img{
    width:100%
}
.child-footer{
    display: flex;
    margin:0px 50px;
    margin: 0px 10px 5px;
    gap:2px;
    font-size: 15px;
    justify-content: space-evenly;
}
.contact a {
    text-decoration: none;
    color:black;
}
.error{
    border:3px solid red;
}
.banner{
    display: flex;
    justify-content: flex-end;
    width:100%;
}
.banner img{
    width:115%;
    margin-top:-200px;
    object-fit: contain;
    object-position: center;
}
.copy{
    margin: 5px 50px 20px;
    text-align: center;
}
.contact{
    font-weight: 600;
}
.pay img{
    width:100%;
    position: relative;
}
.dek-offer{
    width:50%;
}
.d-cup{
    margin-top: -400px;
    position: relative;
    margin-left: 50%;
    width: 100%;
}
.active{
    background:#ffc107;
}
.predication{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
}
.team_name{
    width:150px;
    text-align:center;
}
.team_name p {
    color:white;
    font-weight:700;
    font-size:15px;
}
button{
    border:2px solid white;
    background:white;
    padding:4px;
    width:80px;
    border-radius:10px;
    font-weight: 700;
}
.icon{
    font-size:60px;
    color:green;
}
.sms-text{
    text-align:center;
    color:green;
    font-size:20px;
    
}
.loader{
    position: absolute;
    z-index: 2000;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    top: 50%;
    color:white;
}
.outer-loader{
    background: #0000003b;
    width: 100%;
    height: 100%;
    z-index: 3000;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    top: 0;
}
.loader-hidden{
    display:none;
}
    
@media only screen and (max-width: 1250px) {
    .header {
        padding: 20px 10px;
        justify-content: center;
        width:50%;
        
    }
    form {
        padding: 0px 80px;
        margin-bottom: 140px;
    }
    footer{
        margin: 10px 10px;
    }
    .p-icons {
        width: 60px;
        padding: 2px;
    }
    .list {
        padding: 2px;
        align-content: center;
        font-size: 14px;
    }
    .contact {
        font-weight: 500;
        text-align: center;
    }
    .term{
        text-align: center;
    }
    .dek-offer{
        width:95%;
    }
    .child-footer {
        margin: 0px 50px;
        margin: 0px 4px 5px;
        gap: 2px;
        font-size: 12px;
        justify-content: space-evenly;
    }
    .copy{
        font-size: 14px;
    }
}



/* Small devices (portrait tablets and large phones, 600px and Down) */
@media only screen and (max-width: 768px) {
    button{
        border:2px solid white;
        background:white;
        padding:4px;
        width:80px;
        border-radius:10px;
        font-weight: 700;
    }
    .title{
        display:flex;
        width:100%;
        justify-content: center;
        margin: 20px 10px;
    }
    .d-cup{
        margin-top: 0px;
        position: relative;
        margin-left: 0;
        width: 0;
    }
    .child{
        display: flex;
        margin:0px 0px;
        padding:20px 0px;
        width:100%;
        justify-content: center;
        align-items: end;
        flex-direction: column-reverse;
    }
    .form-sec {
        padding: 0px 0px 10px;
        width: 100%;
        background:linear-gradient(270deg, #0a0315, #050769);
        margin-left:0px;
        
    }
    .header{
        padding:20px 10px;
        justify-content: center;
        width:100%;
    }
    .section{
        margin:-15px 0px;
        padding:20px 10px 20px;
        text-align: center;
        /*background: #080000;*/
    }
    form{
        padding:30px 20px 0px;
        /*margin-top: 50px;*/
        margin-bottom: 0px;
    }
    .social-icon{
       
        justify-content: center;
    }
    .icons{
        width: 45px;
        padding: 0px 6px 8px;
    }
    .p-icons{
        width:50px;
    }
    .menu{
        flex-wrap: wrap;
        justify-content: center;
        font-size: 12px;
    }
    .background{
        background-image: url("../img/banner/Mbg.webp");
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
    }
    .banner{
        display: flex;
        justify-content:center;
        /* margin:0px; */
        padding:10px;
    }
    .banner img{
        margin-top:-40px;
        width:100%;
    }
    footer {
        position: relative;
        bottom: 0;
        margin: 5px 0px;
        height: 100px;
        background-color: white;
        color: black;
        padding: 10px;
        flex-direction: column;
        gap:0px;
    }
    .child-footer{
        flex-direction: column;
        font-size: 14px;
        margin: 30px 10px 5px;
    }
    .contact{
        text-align: center;
    }
    .copy{
        text-align: center;
        margin: 4px 20px 20px;
        font-size: 15px;
    }
    .term{
        text-align: center;
    }
    .predication{
        display: flex;
        width: 100%;
        justify-content: space-around;
        /*margin-top: 20px;*/
        align-items: center;
    }
    .team_name{
        width:150px;
        text-align:center;
    }
    .team_name p {
        color:white;
        font-weight:700;
        font-size:15px;
    }
    .active{
        background:#ffc107;
    }
}
