*{
    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;
}
#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;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
}
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.text-overlay h1{
    margin-top: 20px;
    font-size: 3em;
    font-weight: bold;
}

.social-content{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.social{
    text-decoration: none;
    font-weight: lighter;
    font-style: italic;
    background-color: #fff;
    padding: 0 90px;
    font-size: 3em;
    border: none;
}
.blue{
    color: #006eff;
    border: 3px solid #006eff;
    transition: 0.5s;
}
.blue:hover{
    transition: 1s;
    color: #fff;
    letter-spacing: 5px;
    background-color: #006eff;
    box-shadow: 0 0 10px #006eff, 0 0 20px #006eff,0 0 40px #006eff , 0 0 80px #006eff ;
}  
.red{
    color: #ff0000;
    border: 3px solid #ff0000;
    transition: 0.5s;
}
.red:hover{
    transition: 1s;
    color: #fff;
    letter-spacing: 5px;
    background-color: #ff0000;
    box-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000,0 0 40px #ff0000 , 0 0 80px #ff0000 ;
}  
.green{
    color: #00b427;
    border: 3px solid #00b427;
    transition: 0.5s;
}
.green:hover{
    transition: 1s;
    color: #fff;
    letter-spacing: 5px;
    background-color: #00b427;
    box-shadow: 0 0 10px #00b427, 0 0 20px #00b427,0 0 40px #00b427 , 0 0 80px #00b427 ;
}  
.tel{
    margin-bottom: 5%;
    margin-top: 10px;
    text-align: center;
    border: solid 2px #4d4d4d;
    transition: 0.5s;
}
.tel:hover{
    letter-spacing: 1px;
    box-shadow: 0 0 10px#4d4d4d,0 0 20px #4d4d4d;
    transition: 1s;
    background-color: #4d4d4d;
    color: #fff;
}
.num{
    font-size: 50px;
}
.day{
    margin-bottom: 5%;
    margin-top: 10px;
    text-align: center;
    border: solid 2px #2dade9;
    transition: 0.5s;
}
.day:hover{
    letter-spacing: 1px;
    box-shadow: 0 0 10px#2dade9,0 0 20px #2dade9;
    transition: 1s;
    background-color: #2dade9;
    color: #fff;
}

.sub{
    font-size: 50px;
}