.navbar-logo{
width: 42px;
height: 42px;

}

.nav-item{

margin-right: 10px;

}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .0);
}
.navbar-toggler:focus {
    /* box-shadow: 0 0 1px; */
   box-shadow: none;  /* 버튼을 감싸는 그림자 제거 */
}
.offcanvas-end {
    width: 300px; /* 원하는 너비로 설정 */
}

/*투명하게*/
.bg-light {
     --bs-bg-opacity: 0; 

}
.dropdown-menu {

     background-color: #00000000;
}

.navbar {
    background-color: #0000009f !important;
}
.navbar-brand,
.nav-link,
.navbar-toggler,
.navbar-toggler-icon {
    color: #fff !important;
    
}

.navbar-brand
 {
    color: #ededed !important;
    
}


.nav-link i {
    font-size: 24px; /* 아이콘 크기 */
    color: #ffffff; /* 아이콘 색상 */
}


@media (max-width: 991.2px) {
    .offcanvas-body .nav-link {
        font-size: 1.1em;
        color: #111111 !important;
    }
    .nav-item{

    
        margin-bottom: 10px;
        }

        .nav-link i {
            font-size: 24px; /* 아이콘 크기 */
            color: #111111; /* 아이콘 색상 */
            margin-right: 20px;
        }
        
        .tiktok-icon {
            color: #000 !important;
        }
        
   
}

@media (min-width: 553px) and (max-width: 991.2px) {
    .modal {
        width: 60vw;
        height: 80vh;
    }
  
}
@media (min-width: 991.2px) and (max-width: 1089px) {
    .offcanvas-body .nav-link {
        font-size: 0.8em;
     
    }
    .lang_title{
        font-size: 22px;
    }
}

@media (min-width: 1089px) and (max-width: 1400px) {
    .offcanvas-body .nav-link {
        font-size: 0.8em;
     
    }
    .lang_title{
        font-size: 22px;
    }
}

@media (min-width: 991.2px) {
    .modal {
        width: 36vw;
        height: 80vh;
    }

    #chatbox{
        width: 70vw;
        left: 50%;
        transform: translateX(-50%);
    }
  
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-position: 30% center;
    object-fit: cover;
}

.blurred {
    filter: blur(4px);
}
