html, body {
    height:100%;
}
body{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.card{
    position: relative;
    background: #fff;
    background-color: #141414ba  !important;
    margin: auto;
    width: 50%;
    height: 100%;
    border: solid;
    /*width: 80% !important;
    height: 80% !important;
     max-width: 80%;
    max-height: 80%; */
}
.dropzone {
    background: #00000047 !important;
    color: white !important;
}
.form-control {
    background-color: #14141487 !important;
    border: 1px solid #14141487 !important;
    color: #fff !important;
}
.card .content{
    margin: auto;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
}

.card .content a {
    display: inline-block;
    margin: 10px 0 0;
    padding: 10px 20px;
    text-decoration: none;
    border:2px solid #262626;
    color: #262626;
    font-weight: 600;
}

.card .sliderText{
    position: relative;
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
label {
    color: #fff;
}

input::placeholder { 
    color: #fff !important;
  }
  

.card .sliderText h3{
    color:#fff;
    font-size: 2rem;
}

.swiper-container{
    height: 100%;
}

.swiper-slide{
    width: 100%;
}
.checkboxes{
    margin: 0 auto;
    width: 30px;
    height: 30px;
    float: left;
}
.checkboxes-label{
    padding-left: 5px;

}
.div-center{
    margin:auto;
    width: 60%;
    height:100%;
}
.cfooter{
    align-self: center;
    position: relative;
    height: 10%;
    width: 80%;
    bottom: 0px; 
    padding-top:10px;   
}
.overflow-auto::-webkit-scrollbar {
    width: 8px;
}
   
  .overflow-auto::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
  }
   
  .overflow-auto::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    border-radius: 50px;
  }

.buttons-footer{
    font-size:36px;
    color:#9a9288;
}

.metro-skin.ui-widget {
    background: #fff;
    border: none;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    color: black !important;
}
.ui-widget-header {
    border: none !important;
    background: #03a9f4 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #61ceff !important;
    color: white !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    background: #03a9f4 !important;
    font-weight: bold !important;
    color: #fff !important;
}
@media screen and (max-width: 1199px){
    
  
    .card{
        position: relative;
        background: #fff0de;
        background-color: #1a1a1aed !important;
        margin: auto;
        width: 80%;
        height: 100%;
        border: solid;
        /*width: 80% !important;
        height: 80% !important;
         max-width: 80%;
        max-height: 80%; */
    }
    .card .content{
        margin: auto;
        width: 80%;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .card .content a {
        display: inline-block;
        margin: 10px 0 0;
        padding: 10px 20px;
        text-decoration: none;
        border:2px solid #fff0de;
        color: #fff0de;
        font-weight: 400;
    }
    
    .card .sliderText{
        position: relative;
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .card .sliderText h3{
        color:#fff0de;
        font-size: 1.5rem;
    }
    
    .swiper-container{
        height: 100%;
        width: 100%;
    }
    
    .swiper-slide{
        width: 70%;
        height: 80%;
    }
    .div-center{
        margin:auto;
        width: 100%;
        height:100%;
    }
    .cfooter{
        align-self: center;
        position: relative;
        height: 10%;
        width: 70%;
        bottom: 0px; 
        padding-top:10px;   
    }
    .buttons-footer{
        font-size:30px;
        color:#fff0de;
    }
}

@media screen and (max-width: 600px){
    
    html,body{
        height: 100%;
    }

    .card{
        position: relative;
        background: #fff0de;
        background-color: #1a1a1aed !important;
        margin: auto;
        width: 100%;
        height: 100%;
        border: solid;
    }
    .card .content{
        margin: auto;
        width: 80%;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .card .content a {
        display: inline-block;
        margin: 10px 0 0;
        padding: 10px 20px;
        text-decoration: none;
        border:2px solid #fff0de;
        color: #fff0de;
        font-weight: 200;
    }
    .div-center{
        margin:auto;
        width: 100%;
        height:100%;
    }
    .card .sliderText{
        position: relative;
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .card .sliderText h3{
        color:#fff0de;
        font-size: 1rem;
    }
    
    .swiper-container{
        height: 100%;
        width: 100%;
    }
    
    .swiper-slide{
        width: 60%;
        height: 80%;
    }

    .cfooter{
        align-self: center;
        position: relative;
        height: 10%;
        width: 70%;
        bottom: 0px; 
        padding-top:10px;   
    }
    .checkboxes-label{
        padding-left: 5px;
        font-size: 14px;
    }
    .buttons-footer{
        font-size:20px;
        color:#fff0de;
    }
}
