@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

body {
    height: 100vh;
    height: 100dvh;
    margin: 0;
    width: 100%;
    font-family: Quicksand, serif;
}
header {
    position: relative;
    z-index: 1;
}



 .btn-link {
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    /* transition: all .3s ease; */
}
.btn-link:hover {
    background: #b4dcff;
    background: rgb(194,227,255);
background: linear-gradient(90deg, rgba(194,227,255,1) 39%, rgba(149,205,255,1) 100%);
    color: black !important;
}
img{
    width: 100%;
}
.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    position: relative;
}
div#userMenu button:hover {font-weight: bold;}
.hero-right h1 {
    font-size: 5rem;
    font-weight: bold;
}
.hero-right p{
    color: #b9b9b9;
    font-size: 1.5rem;
    max-width: 680px;
}
main {
    padding: 0 !important;
    padding-bottom: 4rem !important;
}

main > div {
    padding: 0 !important;
}

/* Login Form  */
div#login-form h2 {
    margin-bottom: 2.5rem !important;
}

.login-1 {
    padding: 0;
    align-items: center;
    display: flex;
    height: 90dvh;
    height: 90vh;
    justify-content: center;
}

.login-2 {
    padding: 0;
    margin: 0;
}

.login-3 h2 {
    color: #00203c;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.login-3 p {
    margin-top: 1.5rem;
}

.login-3 {
    border: 2px solid #003c70;
    box-shadow: 4px 4px 20px -5px #b4dcffd6;
}
.btn-login {
    background: #b4dcff !important;
    margin-bottom: 2.5rem;
    color: black !important;
    border: 1px solid #b4dcff;
}

/* Dashboard Page  */
section.scarch-1 {
    background: #000000;
}


section.scarch-1 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}
section.scarch-1 a span {
    font-weight: bold;
    color: #b4dcff;
}
section.scarch-1 a span:hover {
    text-decoration: underline;
    font-weight: bold;
}
section.scarch-1 a:hover {
    text-decoration: none;
}
.scarch-2 {
    border: 1px solid #b4dcff;
    border-radius: 30px;
    padding: 40px 40px;
}

main {
    background: black;
}

.scarch-3 p {
    color: #b9b9b9;
    font-size: 1rem;
    margin: 0;
}
.scarch-3 h1 span{
    color: #b4dcff;
}
.scarch-3 h1 {
    font-size: 1.5rem;
}
.main-2 {align-items: center;padding: 6px 23px;}.main-2 h3 {font-size: 1.125rem;color: #dddddd;}
div#itemList {
    gap: 0;
    
}

div#itemList > div {
    border-radius: 0;
    background: black;
    color: white;
    border: 1px solid gray;
}

div#itemList > div:nth-child(even) {
    background: #343434;
    color: #ffffff;
}
.ot-btn,.main-3 button {
    background: #b4dcff;
    color: black;
    text-align: center;
    border: 1px solid #d7d7d7;
    font-weight: 600;
    font-size: .91rem !important;
    cursor: pointer;
}


.ot-btn,.main-3 button:hover {
    background: transparent;
    border: 1px solid #ffffff;
    color:white;
}
.ot-btn{
    border-radius: 5px ;
}
.main-4 input {
    color: rgb(232, 232, 232);
    border-radius: 14px;
    padding: 5px !IMPORTANT;
    padding-right: 0px !important;
    position: relative;
    padding-left: 15px !important;
}


.no-more {
    background: black;
    color: white;
    text-align: center;
    padding: 50px 0px;
    padding-bottom: 150px;
}
.q-l {
    justify-content: space-between;
    min-width: 150px;
    font-size: 0.9rem;
    gap: 1rem !important;
}
/*==========================================================================
                                 Less then 1400
============================================================================= */
@media (max-width: 1400.98px) {  

    .hero-right h1 {
        font-size: 3.75rem;
    }
    
    .hero-right p {
        font-size: 1.25rem;
    }
    
    .btn-link {
        padding: .8rem 2.5rem;
    }
    
} /*------1200px---------*/




/*==========================================================================
                                 Less then 1200px
============================================================================= */
@media (max-width: 1199.98px) {  

        
    
} /*------1200px---------*/






/*==========================================================================
                                 Less then 992px
============================================================================= */
@media (max-width: 991.98px) {  



    .hero-right h1 {
        font-size: 3rem;
    }
    
    .hero-right p {
        font-size: 1rem;
    }
    








} /*------992px---------*/







/*==========================================================================
                                 Less then 767px
============================================================================= */
@media (max-width: 767.98px) {  

    .container {
        flex-direction: column-reverse;
        margin: auto;
        text-align: center;
    }
    
    .hero-right {
        width: 100%;
    }
    
    .hero-left {
        width: 100%;
    }

    header {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .login-3 {
        width: 100%;
    }
    header {
        padding: 15px 45px !important;
    }
    

    
    .scarch-3 {
        width: 100%;
        text-align: left;
    }
    .search-4 {width: 100%;margin-top: 1.25rem;padding: 0;}

.search-4 {
    text-align: left;
    margin-bottom: 18px;
}

.scarch-3 h1 {
    font-size: 1.125rem;
    line-height: 1rem;
}

.scarch-3 p {font-size: .9rem;}

.scarch-2 {
    border-radius: 0;
}
.main-3 {
    gap: 5px;
    position: relative;

    width: 170px;
    justify-content: space-between !important;
}

.main-4 {
    gap: 0 !IMPORTANT;
}

.main-4 input, .main-4 button {
    margin: 0 !important;
    margin-left: 2px !important;
}

.ot-btn, .main-3 button {
    font-size: .8rem !important;
}

.main-4 input {
    padding-left: 2px !important;
}
    
} /*------767px---------*/






/*==========================================================================
                                 Less then 576px
============================================================================= */
@media (max-width: 575.98px) { 






} /*------576px---------*/
