body{
    margin: 0;
    padding-top: 130px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
}

main{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.headsms{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pc,.pcsms{
    padding: 35px;
    width: 35%;
    border-radius: 5px;
    /* background-color: rgba(0, 0, 0, 0.3); */
    border: 2px solid #cac4be;
    border-radius: 5px;
}
.pcsms{
    background-color: #fff;
    border: none;

}
.chabo{
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.labelclases{
    color: #fff;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.divclassesinput{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.divlijamahom{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;

}

input{
    border: 1px solid #fff;
    border-radius: 3px;
}

.inputclases{
    width: 90%;
    height: 40px;
    padding-left: 10px;
    font-size: 17px;
    color: #333;
}
.divclassesinputcvv,.divclassesinputexp{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.jamaazoj{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
input::placeholder{
    color: "#666";
}

.cvvex{
    display: flex;
    width: 95%;
}
.divbuttonsu{
    display: flex;
    width: 100%;
    margin-top: 35px;
}
.buttonsu{
    width: 95%;
    height: 45px;
    color: #fff;
    background-color: #c31f2e       ;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.imibk,.imibkpc{
    position: fixed;
    inset: 0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    z-index: -100;
}
.imibk{
    display: none;
}

.mobile{
    display: none;
}

.divlogoccs{
    background-color: #cac4be;
    width: 93%;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    justify-content: center;
    margin-bottom: 20px;
}
footer{
    padding: 0;
    background-color: #cac4be;
    display: flex;
    justify-content: center;
}
.divcontainfo{
    width: 75%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.textfo{
    font-size: 13px;
    line-height: 18px;
    color: #414042;
    margin: 0;
    cursor: pointer;
    letter-spacing: -0.4px;
    font-family: Verdana, Geneva, Tahoma, sans-serif,Arial, Helvetica, sans-serif;
}
#textfoa{
    margin-top: 20px;
}
#textfoa:hover{
    color: #dc0032;
}
.divlogosfoot{
    margin-right: 20px;
}
.jamafo{
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hrfoot{
    height: 1px;
    background-color: #666;
    max-width: 100%;
    margin-left: 5px;
}
.imgo{
    display: flex;
    align-items: center;
    gap: 10px;

}

.legali{
    display: flex;
    gap: 20px;
}

.footjoj{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.backggg{
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -10;
}

.textinfoss{
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif,Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #333;
}
.textinfoss span{
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
}
.divinfoss{
    margin-bottom: 20px;
}

select{
    width: 45%;
    background-color: #fff;
}
.divinputmy{
    width: 100%;
}
.roww{
    display: flex;
    width: 97%;
}
select{
    border: 1px;
}
.visasms{
    height: 45px;
    margin-top:10px
}
.mcsms{
    height: 70px;
}
#sms{
    width: 300px;
    margin-top:10px;
    background-color:transparent;
    border:1px solid gray;
}