/* CSS Reset */
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    position: relative;
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Import Google Font */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans");

/* Global Styles */
.login_bg {
    background-color: navy;
}

.login_box {
    background-color: white;
}

.form-structor {
    background-color: #222;
    height: 700px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.form-structor::after {
    content: '';
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    background-image: url(https://www.vannamei.in/pngtrash/boat.jpg);
}

.signup,
.login {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 22%;
    z-index: 5;
    -webkit-transition: all .3s ease;
}

.signup.slide-up,
.login.slide-up {
    top: 5%;
    -webkit-transform: translate(-50%, 0%);
    -webkit-transition: all .3s ease;
}

.signup.slide-up .form-holder,
.login.slide-up .form-holder,
.signup.slide-up .submit-btn,
.login.slide-up .submit-btn {
    opacity: 0;
    visibility: hidden;
}

.signup.slide-up .form-title,
.login.slide-up .form-title {
    font-size: 1em;
    cursor: pointer;
}

.signup.slide-up .form-title span,
.login.slide-up .form-title span {
    margin-right: 5px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
}

.form-title {
    color: #fff;
    font-size: 1.7em;
    text-align: center;
}

.form-title span {
    color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
}

.form-holder {
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 50px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
}

.form-holder .input {
    border: 0;
    outline: none;
    box-shadow: none;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
    font-size: 12px;
}

.form-holder .input:last-child {
    border-bottom: 0;
}

.form-holder .input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.submit-btn {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(256, 256, 256, 0.7);
    border: 0;
    border-radius: 15px;
    display: block;
    margin: 15px auto;
    padding: 15px 45px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
}
.submit-btn:hover {
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, 0.8);
}
.submit-btn1:hover {
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, 0.8);
}

.align_middle{
    display: flex;
    justify-content: center;
}
.spider{
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
#spider input[type=radio]{
    display: none;
}
#spider label{
    cursor: pointer;
    text-decoration: none;
}
#slides{
    padding: 30px;
    border:3px solid #ccc;
    background: #fff;
    position: relative;
    z-index: 1;
}
#overflow{
    width: 100%;
    overflow: 100%;
}
#slide1:checked~#slides.inner{
    margin-left: 0;
}
#slide2:checked~#slides.inner{
    margin-left: -100%;
}
#slides.inner{
    transition: all 800ms cubic-bezier(0.770,0.000,0.175,1.000) ;
    width: 400%;
    line-height: 0;
    height: 200px;
}
#slides.slide{
    width: 25%;
    justify-content: right;
    display: flex;
    height: 100%;
    color: #fff;
}


.limka{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;    
}
.price1{
    direction: ltr;
    font-weight: 700;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--blackText);
    font-size: 20px;
}
.ad_cat1{
    background-color: #0F6C79;
    height: 20px;
    width: 55px;
    position: static;
    float: right;
    border-radius: 4px;
    color: aliceblue;
    text-align: center;
}
.llft{
    margin-left: 15px;
}
.fanta{
    line-height: 20px;
    overflow-wrap: break-word;
    text-overflow: ellipsis;

}
.make_normal{
    font-weight:400;
    line-height: 20px;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    
}
.whatsapp{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    border: 0px solid black;
    border-radius: 15px;
    margin: 10px;
}
.whatsapp_img{
    height: 50px;
    border-radius: 20px;
    cursor: pointer;
}
.whatsapp_text{
    font-size: 11px;
    text-align: center;
}
.time-ad_id{
    font-size: small;
    float: right;
}
.p_height{
    height: 300px;
}
.submit-btn1 {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(256, 256, 256, 0.7);
    border: 0;
    border-radius: 15px;
    display: block;
    margin: 15px auto;
    padding: 15px 45px;
    width: 50%;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
}





/* Media Query for Mobile Screens */
@media (max-width: 858px) {
    .submit-btn1 {
        background-color: rgba(0, 0, 0, 0.8);
        color: rgba(256, 256, 256, 0.7);
        border: 0;
        border-radius: 15px;
        display: block;
        margin: 15px auto;
        padding: 15px 45px;
        width: 50%;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease;
    }
    .p_height{
        height: 200px;
    }
    .llft{
        margin-left: 15px;
    }
    .fanta{
        line-height: 20px;
    }
    .ad_cat1{
        background-color: #0F6C79;
        height: 22px;
        width: 55px;
        position: static;
        float: right;
        border-radius: 4px;
        color: aliceblue;
        text-align: center;
    }
    .price1{
        direction: ltr;
        font-weight: 700;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--blackText);
        font-size: 20px;
    }
    
    .nv {
        align-items: center;
    }

    .form-structor {
        height: 100vh; /* Set height to viewport height */
    }

    .form-structor::after {
        background-size: cover; /* Adjust background size */
        background-position: center;
		background-image: url(https://www.vannamei.in/pngtrash/boat1.jpg); /* Center the background image */
    }

    .signup,
    .login {
        width: 65%; /* Adjust form width */
        top: 50%; /* Center vertically */
    }
}
