*{
    margin: 0;
    padding: 0;
}
.list{
    list-style-type: none;
}
.navbar{
    background-color: #fff;
}
.nav-item{
    padding: 0 40px;
    font-size: 2vw;
    text-decoration: none;
}
.items{
    background-color: #fff;
    border: none;
    font-style: italic;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-weight: 400;
}
.items:hover{
    transition: 0.5s ease-in-out;
    letter-spacing: 1.5px;
    color: #ff7300;
}
.part{
    color: #000;
    text-align: center;
    font-size: 6.5vw;
    font-weight: 700;
}
.item {
    display: none;
    position: relative;
    transition:(.6s ease-in-out left);
}
#search_input{
    margin-top: 3px;
    height: auto;
    width: 300px;
}
#search_input:focus{
    transition: 1s;
    color: white;
    background-color:#fff;
    box-shadow: 0 0 10px #000, 0 0 40px #000 inset;
}
nav .search_user{
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .search_user input{
    padding: 3px 10px;
    border-radius: 50px;
    border: none;
    outline: none;
    background:#fff;
    color:black;
    margin-right:10px;
    font-size: 20px;
}
nav .search_user .search{
    position:absolute ;
    width:380px ;
    height: 250px;
    top: 70px;
    z-index: 99999;   
    overflow-y:auto;
    overflow-x: hidden;
}
nav .search_user .search::-webkit-scrollbar{
   width: 8px;
   background: rgb(255,255,255,.3);
   border-radius: 5px;
   visibility: visible;
}
nav .search_user .search::-webkit-scrollbar-thumb{
    width: 8px;
    background:rgb(2, 110, 110);
    border-radius: 5px;
    visibility: visible;
}
nav .search_user .search .card{
    position: relative;
    width: 100%;
    height: 50px;
    background: rgb(255,255,255,.5);
    display: none;
    margin-bottom:7px;
    padding: 3px 0px;
    text-decoration: none;
}
nav .search_user .search .card::before{
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   background: rgb(255,255,255,0.1);
   backdrop-filter:blur(50px);
   border-radius: 5px;
   z-index: -1;
}
nav .search_user .search .card .cont{
    color: black;
}
nav .search_user .search .card .cont{
    font-size: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 550px;
}
.text-overlay h1{
    font-size: 9em;
    font-weight: bold;
    color: #fff;
}
.text-overlay p{
    font-size: 7vw;
    font-style: italic;
    font-weight: lighter;
    color: #fff;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}
#carouselExampleIndicators{
    margin-top: 5%;
    margin-bottom: auto;
    margin-right: auto;
    margin-left:auto;
    width: 60%;
}
#carouselExampleSlidesOnly{
    margin-bottom: auto;
    margin-right: auto;
    margin-left:auto;
    width:20%;
    border-radius: 50px;
    box-shadow: 0 0 10px #0000007c , 0 0 40px #0000007c;
}